.consultation-entrance .svg-icon { 
    display: inline-block;
    width: 19px; 
    height: 19px;
    margin: .1em;
}

.consultation-entrance .hidden {
    position: absolute;
    height: 0;
    width: 0;
    top: -100px;
    left: -100px;
}

.consultation-hero {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto 22px;
    color: #fff;
    background: #202020 url(../../img/consultation/heading-bg.jpg) center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.consultation-hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 60px;
    padding: 15px 0 0;
    box-sizing: border-box;
}

.consultation-hero__inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 12px;
    width: 53px;
    background: url(../../img/consultation/heading-consultant.png) center bottom no-repeat;
    background-size: contain;
    pointer-events: none;
}

.consultation-hero__inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 73.26%;
    background: url(../../img/consultation/heading-hands.png) right bottom no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 8;
}

.consultation-hero__title {
    margin: 0 0 4px;
    width: 80%;
    font-weight: bold;    
    padding-left: 70px;
    font-size: 15px;
    line-height: 1.2;
}

.consultation-hero__title span {
    display: block;
    font-weight: 200;
    font-size: 12px;
    line-height: 1.3;
}

.consultation-hero__title h1 {
    display: inline-block;
    margin: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.consultation-hero__drive-title {
    align-self: flex-end;
    position: relative;
    padding: 5px 11px 0 0;
    margin: 0 18.5% 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    color: inherit;
    z-index: 5;
}

.consultation-hero__drive-title:before {
    content: '';
    position: absolute;
    left: 62px;
    left: 13%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #E40C25;
    transform: skew(-26deg);
    z-index: -1;
}

.consultation-hero__drive-title span {
    font-weight: bold;
    font-style: italic;
}

.consultation-hero img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .consultation-hero {
        margin-bottom: 53px;
    }

    .consultation-hero__inner {
        min-height: 143px;
        padding-top: 24px;
    }

    .consultation-hero__inner:before {
        left: -54px;
        width: 231px;
    }

    .consultation-hero__title {
        padding: 0 0 0 143px;
        font-size: 27.7787px;
        line-height: 33px;
    }

    .consultation-hero__title span {
        font-size: 24.4106px;
        line-height: 29px;
    }

    .consultation-hero__drive-title {
        padding-right: 48px;
        margin-right: 11.5%;
        font-size: 40.3157px;
        line-height: 47px;
    }
}

@media (min-width: 1050px) {
    .consultation-hero {
        margin-bottom: 60px;
    }

    .consultation-hero__inner {
        padding-top: 33px;
        min-height: 267px;
    }

    .consultation-hero__title {
        margin-bottom: 10px;
        padding-left: 168px;
        font-size: 51.828px;
        line-height: 61px;
    }

    .consultation-hero__title span {
        font-size: 45.5439px;
        line-height: 53px;
    }

    .consultation-hero__drive-title {
        padding-top: 10px;
        font-size: 75.5919px;
        line-height: 89px;
    }

    .consultation-hero__inner:after {
        right: -100px;
    }
}

@media (min-width: 1200px) {

    .consultation-hero__inner:after {
        right: -121px;
    }
}

.consultation-entrance-header {
    margin: 0 0 30px;
    text-align: center;
}

.consultation-entrance-header__title {
    margin: 0 0 10px;
    line-height: 150%;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.consultation-entrance-header__descr {
    max-width: 630px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 150%;
    color: #848484;
    display: none;
}

@media (min-width: 1050px) {
    .consultation-entrance-header__title {
        font-size: 32px;
    }

    .consultation-entrance-header__descr {
        display: block;
    }
}

.consultation-entrance-page {
    margin-bottom: 30px;
}

.consultation-entrance {
    margin-bottom: 30px;
}

.consultation-entrance__link {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    padding: 17px 20px 0;
    margin: 0 0 24px;
    text-align: center;
    border: 1px solid #BFBFBF;
    background: #fff;
    border-radius: 2px;
    transition: all .2s;
    cursor: pointer;
}

.consultation-entrance__link:hover {
    text-decoration: none;
    background: #fff;
    border-color: #E40C25;
    box-shadow: 0px 21px 40px -11px rgba(0, 0, 0, 0.27);
}
.consultation-entrance__link:hover .consultation-entrance__pre-title,
.consultation-entrance__link:hover .consultation-entrance__title,
.consultation-entrance__link:hover .consultation-entrance__descr {
    transform: translateY(-10px);
}

.consultation-entrance__link:hover .consultation-entrance__btn {
    color: #fff;
    background: #E40C25;
}

.consultation-entrance__link:hover .consultation-entrance___icon:before {
    transform: scale(1.2);
}

.consultation-entrance__title {
    margin: auto 0 3px;
    font-weight: bold;
    font-size: 18.7972px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;    
    color: #E40C25;
    transition: all .2s;
}

.consultation-entrance__descr {
    max-width: 185px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 150%;
    color: #595959;
    transition: all .2s;
}
.consultation-entrance__pre-title {
    margin: 0 auto 3px;
    transition: all .2s;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.consultation-entrance___icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 15px;
    width: 32px;
    height: 32px;
    color: #E40C25;
}

.consultation-entrance___icon img,
.consultation-entrance___icon .svg-icon {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.consultation-entrance___icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s;
    background: #FEE3E7;
    border-radius: 50%;
}

.consultation-entrance__btn {
    margin: auto -20px 0;
    height: 38px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    border: 0;
    background: none;
    transition: all .2s;
    border-radius: 2px;
}

.consultation-entrance__badge {
    position: absolute;
    width: 63px;
    height: 63px;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    line-height: 150%;    
    color: #FFFFFF;
    overflow: hidden;
    background: linear-gradient(45deg, transparent 50%, #333 50%);
}

.consultation-entrance__badge span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 50% 0 0;
    transform: rotate(45deg) translateY(-50%);
}

@media (min-width: 768px) {
    .consultation-entrance-page {
        margin-bottom: 80px;
    }

    .consultation-entrance {
        margin-bottom: 40px;
    }

    .consultation-entrance__link {
        min-height: 200px;
        padding-top: 50px;
        margin-bottom: 14px;
        height: 100%;
    }

    .consultation-entrance__descr {
        max-width: 230px;
    }

    .consultation-entrance___icon {
        top: 20px;
        left: 20px;
    }
}

@media (min-width: 1050px) {
    .consultation-entrance-page {
        margin-bottom: 150px;
    }

    .consultation-entrance__link {
        min-height: 286px;
        padding-top: 100px;
    }

    .consultation-entrance__title {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 24px;
        line-height: 28px;
    }

    .consultation-entrance__descr {
        font-size: 16px;
    }

    .consultation-entrance__btn {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    
    .consultation-entrance___icon {
        top: 12px;
        width: 40px;
        height: 40px;
    }
}

.front-consultation {
    padding-top: 40px;
    padding-bottom: 30px;
    background: #333333;
}

.front-consultation__title {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.front-consultation .consultation-entrance {
    margin-bottom: 0;
}

.front-consultation__info,
.front-consultation__info p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #D0D0D0;
}

.front-consultation__phone {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    transition: all .4s;
}

.front-consultation__phone:hover {
    text-decoration: none;
    color: #9c9c9c;
}

@media (min-width: 576px) {
    .front-consultation {
        padding-top: 54px;
        padding-bottom: 61px;
    }

    .front-consultation__title {
        margin-bottom: 50px;
        font-size: 24px;
    }

    .front-consultation .consultation-entrance {
        margin-bottom: 30px;
    }    
}

@media (min-width: 1050px) {
    .front-consultation__title {
        margin-bottom: 63px;
        font-size: 32px;
        line-height: 47px;
    }
}