@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Semibold.ttf');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Extrabold.ttf');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Black.ttf');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Helvetica Neue;
    src: url('../fonts/HelveticaNeue.otf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, a:focus{
    text-decoration: none;
}
img{
    max-width: 100%;
}
body{
    font-family: Montserrat, Roboto, Helvetica Neue, sans-serif;
}
.header-up{
    background: #F2F2F2;
}
.header-up__inn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    color: #4F4F4F;
    font-size: 14px;
    line-height: 17px;
}
.header-up__inn_nets-star:not(.header-up__inn_nets-star:last-child){
    margin-right: 20px;
}
.header-up__inn_schedule,
.header-up__inn_address{
    display: flex;
    align-items: center;
}
.header-up__inn_schedule .strong{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.header-up__inn_schedule-icon{
    margin-right: 13px;
}
.header-up__inn_address-icon{
    margin-right: 10px;
}
.header-mid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.header-mid__review-text,
.header-mid__call-text{
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.header-mid__review_google{
    display: flex;
    align-items: center;
    font-family: Helvetica Neue, Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-top: 9px;
    color: #182333;
}
.header-mid__review_google-img{
    margin: 0 10px;
}
.header-mid__call_down{
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.header-mid__call-text{
    display: block;
    text-align: center;
}
.header-mid__call_down-number{
    margin-left: 10px;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    color: #ED2027;
}
.header-down:before{
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: linear-gradient(0deg, #5D090C 0.52%, #ED2027 95.98%);
}
.header-down{
    background-image: url("../img/desc/webp/main.webp");
    background-size: cover;
    background-position: center;
}
.jp2 .header-down{
    background-image: url("../img/desc/jp2/main.jp2");
}
.header-down__inn{
    padding: 137px 0 118px 0;
    text-align: center;
    color: white;
}
.header-down__inn_title{
    max-width: 1076px;
    margin: 0 auto;
    font-weight: 900;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.header-down__inn_subtitle{
    margin-top: 20px;
    font-size: 26px;
    line-height: 36px;
}
.header-down__inn_call{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 420px;
    margin: 38px auto 8px auto;
    background: #ED2027;
    border-radius: 10px;
    padding: 16px 0 17px;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #FFFFFF;
}
.header-down__inn_call-img{
    margin-right: 10px;
}
.header-down__inn_promo{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.header-down__inn_promo .strong{
    font-weight: 700;
}
.header-down__inn_block{
    display: flex;
    align-items: center;
    width: max-content;
    margin: 58px auto 0 auto;
}
picture:nth-child(2) .header-down__inn_block-img{
    margin: 0 38px 0 22px;
}
.google{
    background: #FFFFFF;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 9px 17px;
    font-family: Roboto, sans-serif;
    color: #1D1D1D;
}
.google__up,
.google__down{
    display: flex;
    align-items: center;
}
.google__up_text{
    font-size: 18px;
    line-height: 21px;
    margin-right: 7px;
}
.google__down{
    margin-top: 4px;
    font-size: 15px;
    line-height: 18px;
}
.google__down_img{
    margin-left: 10px;
}
.intro{
    display: flex;
    flex-wrap: wrap;
    margin-top: -53px;
}
.intro__block{
    width: 25%;
    display: flex;
    padding: 35px 25px 62px 25px;
    color: #ffffff;
}
.intro__block:first-child{
    background: #5D090C;
}
.intro__block:nth-child(2){
    background: #ED2027;
}
.intro__block:nth-child(3){
    background: #4F4F4F;
}
.intro__block:last-child{
    background: #333333;
}
.intro__block_text{
    margin-left: 20px;
}
.intro__block_text-title{
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
.intro__block_text-desc{
    font-size: 16px;
    line-height: 24px;
}
.about{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 71px 0 100px 0;
}
.about__picture{
    max-width: 49%;
}
.about__text{
    max-width: 49%;
}
.about__text_pre{
    display: flex;
    align-items: center;
    margin: 20px 0 30px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #ED2027;
}
.about__text_pre:after{
    content: "";
    margin-left: 20px;
    display: inline-block;
    background: #ED2027;
    height: 3px;
    width: 80px;
}
.title{
    font-weight: 800;
    font-size: 38px;
    line-height: 46px;
    text-transform: uppercase;
    color: #333333;
}
.about__text_desc{
    margin: 20px 0 55px 0;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}
.call{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    max-width: 360px;
    background: #ED2027;
    border-radius: 10px;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.call__img{
    margin-right: 10px;
}
.repairs{
    padding: 90px 0 125px 0;
    color: #FFFFFF;
    background: linear-gradient(0deg, #5D090C 0.52%, #ED2027 95.98%);
}
.repairs__title{
    text-align: center;
    color: #FFFFFF;
}
.subtitle{
    margin-top: 20px;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
}
.repairs__list{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.repairs__list_item{
    display: block;
    max-width: 140px;
}
.repairs__list_item_text{
    margin-top: 15px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
.what{
    padding: 100px 0 92px 0;
    background: #FDF3F2;
}
.pretitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #ED2027;
}
.pretitle:after{
    margin-left: 20px;
}
.pretitle:before{
    margin-right: 20px;
}
.pretitle:after,
.pretitle:before {
    content: "";
    width: 80px;
    height: 3px;
    background: #ED2027;
}
.what__title{
    text-align: center;
    margin-bottom: 70px;
}
.service{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 50px 66px 44px 60px;
    background: #FFFFFF;
    border-radius: 15px;
}
.service:nth-child(even){
    flex-direction: row-reverse;
}
.service__pict_img{
    max-width: 366px;
}
.service__text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 70px;
    padding-bottom: 10px;
}
.service:nth-child(even) .service__text{
    margin: 0 70px 0 0;
}
.service__text_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #1D1D1D;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service__text_desc{
    font-size: 18px;
    line-height: 25px;
    color: #4F4F4F;
}
.service__text_desc div{
    margin-bottom: 16px;
}
.brands{
    text-align: center;
    padding: 90px 0;
}
.brands__pict_img{
    margin: 80px auto;
}
.brands__call{
    margin: 0 auto;
}
.why{
    padding: 90px 0;
    background: #FDF6F2;
    text-align: center;
}
.why__title{
    margin-bottom: 78px;
}
.why__item{
    padding: 40px 42px 33px 40px;
    height: calc(100% - 31px);
    margin-bottom: 31px;
    background: #FFFFFF;
    border-radius: 15px;
    text-align: center;
}
.why__item_title{
    margin: 30px 0 20px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.why__item_text{
    font-size: 18px;
    line-height: 25px;
    color: #4F4F4F;
}
.why__call{
    margin: 49px auto 0 auto;
}
.reviews{
    background-image: url('../img/desc/webp/bg.webp');
    background-size: cover;
    background-position: center;
}

.jp2 .reviews{
    background-image: url('../img/desc/jp2/bg.jp2');
}
.reviews{
    padding: 90px 0;
    text-align: center;
}
.reviews__pretitle,
.reviews__title{
    color: #FFFFFF;
}
.reviews__pretitle:before, .reviews__pretitle:after{
    background: #FFFFFF;
}
.reviews__title{
    margin-bottom: 85px;
}
.reviews__item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 49px 55px 42px 55px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 15px;
}
.reviews__item_title{
    margin: 35px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.reviews__item_text{
    margin-bottom: 89px;
    font-size: 16px;
    line-height: 22px;
    color: #4F4F4F;
}
.map{
    height: 519px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.footer{
    background: #1D1D1D;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer__up{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 43px 0 46px 0;
}
.footer__up_menu, .footer__up_menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__up_menu{
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.footer__up_menu-link{
    display: block;
    color: inherit;
    margin-bottom: 12px;
}
.footer-item{
    display: flex;
    max-width: 191px;
}
.footer-item:first-child{
    margin-bottom: 20px;
}
.footer-item__img{
    margin-right: 10px;
}
.red{
    display: block;
    margin-top: 3px;
    font-weight: 600;
    color: #ED2027;
}
.footer__up_social-nets{
    margin-top: 29px;
}
.footer__down{
    text-align: center;
    padding-bottom: 20px;
}
@media (max-width: 1199px){
    img{
        height: auto;
    }
    .header-up__inn{
        padding: 18px 3px 12px 0;
        font-size: 13px;
        line-height: 16px;
    }
    .header-up__inn_nets{
        display: none;
    }
    .header-up__inn_schedule{
        margin-bottom: 10px;
    }
    .header-up__inn_schedule-icon{
        margin-right: 10px;
    }
    .header-up__inn_schedule .strong{
        font-size: 13px;
        line-height: 16px;
    }
    .header-mid__review{
        order: 3;
    }
    .header-mid_logo{
        order: 1;
        max-width: 200px;
    }
    .header-mid__call{
        order: 2;
        margin: 20px 0;
        width: 100%;
        text-align: center;
    }
    .header-mid{
        justify-content: center;
        padding: 20px 0 30px 0;
    }
    .header-mid__call_down{
        justify-content: center;
    }
    .header-up__inn_schedule, .header-up__inn_address{
        width: 100%;
    }
    .header-down{
        background-image: url("../img/mob/webp/main.webp");
    }
    .jp2 .header-down{
        background-image: url("../img/mob/jp2/main.jp2");
    }
    .header-down__inn{
        padding: 60px 0 93px 0;
    }
    .header-down__inn_title{
        font-size: 38px;
        line-height: 46px;
    }
    .header-down__inn_subtitle{
        margin-top: 30px;
        font-size: 18px;
        line-height: 25px;
    }
    .header-down__inn_call{
        margin: 40px auto 14px auto;
        max-width: 292px;
        font-size: 32px;
        line-height: 39px;
        padding: 16px 11px;
    }
    .header-down__inn_call-img{
        max-width: 36px;
        margin-right: 13px;
    }
    .header-down__inn_promo{
        font-size: 14px;
        line-height: 17px;
    }
    .header-down__inn_block{
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        max-width: 100%;
    }
    .header-down__inn_block-img{
        margin: 0;
        max-width: 97px;
    }
    .header-down__inn_block-img{
        margin-bottom: 20px;
    }
    .intro{
        margin-top: -23px;
        max-width: 100vw;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .intro__block{
        align-items: flex-start;
        width: 100%;
        padding: 35px 21px 42px 25px;
    }
    .intro__block_text-title{
        margin: 0 0 10px 0;
    }
    .about{
        margin: 60px 0 59px 0;
        flex-wrap: wrap;
    }
    .about__picture{
        max-width: 100%;
        order: 2;
    }
    .about__text{
        max-width: 100%;
    }
    .about__text_pre{
        margin: 0 0 30px 0;
        font-size: 20px;
        line-height: 30px;
    }
    .title{
        font-size: 28px;
        line-height: 34px;
    }
    .about__text_desc{
        margin: 20px 0 30px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .call{
        max-width: 100%;
        padding: 16px 12px;
    }
    .call__img{
        max-width: 36px;
    }
    .about__picture_img{
        width: 100vw;
        max-width: initial;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: block;
        margin: 40px 0 0 0 ;
    }
    .repairs{
        padding: 70px 0 22px 0;
    }
    .subtitle{
        font-size: 18px;
        line-height: 25px;
    }
    .repairs__list{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .repairs__list_item{
        margin-bottom: 48px;
    }
    .what{
        padding: 70px 0 0px 0;
    }
    .what__title{
        margin-bottom: 50px;
    }
    .pretitle:after, .pretitle:before{
        width: 40px;
    }
    .service{
        margin:  0 0 30px 0;
        flex-wrap: wrap;
        padding: 30px 20px 40px 20px;
    }
    .service__pict_img{
        max-width: 100%;
    }
    .service__pict{
        display: block;
        margin: 0 auto;
    }
    .service__text{
        padding-bottom: 0;
    }
    .service__text,
    .service:nth-child(even) .service__text{
        margin: 30px 0 0 0;
    }
    .service__text_title{
        font-size: 24px;
        line-height: 29px;
    }
    .service__text_desc{
        font-size: 16px;
        line-height:  22px;
    }
    .service__call{
        margin-top: 39px;
        padding: 15px 15px 16px 14px;
    }
    .service__call .call__img{
        display: none;
    }
    .brands{
        padding: 70px 0;
    }
    .brands__text{
        margin-top: 20px;
        font-size: 18px;
        line-height:  25px;
    }
    .brands__pict_img{
        margin: 40px auto 50px auto;
    }
    .why{
        padding: 70px 0;
    }
    .why__title{
        margin-bottom: 50px;
    }
    .why__item{
        height: auto;
        margin-bottom: 20px;
        padding: 30px 20px 41px 20px;
    }
    .why__item_img{
        max-width: 70px;
    }
    .why__call{
        margin: 20px 0 0 0;
    }
    .reviews{
        padding: 70px 0 50px 0;
    }
    .reviews__title{
        margin-bottom: 32px;
    }
    .reviews__item{
        height: auto;
        padding: 40px 15px;
        margin-bottom: 20px;
    }
    .reviews__item_img{
        max-width: 82px;
    }
    .reviews__item_title{
        margin: 20px 0;
        font-size: 18px;
        line-height: 22px;
    }
    .reviews__item_text{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 51px;
    }
    .map{
        height: 386px;
    }
    .footer__up{
        flex-wrap: wrap;
        padding: 50px 0 45px 0;
    }
    .footer__up-img{
        max-width: 200px;
        margin: 0 auto;
        order: 1;
    }
    .footer__up_menu{
        width: 100%;
        margin: 40px 0 38px 0;
        order: 3;
    }
    .footer__up_cont{
        order: 2;
        margin-top: 40px;
        width: 100%;
    }
    .footer__up_social{
        order: 4;
        width: 100%;
        text-align: center;
    }
    .footer__up_menu-link{
        margin-bottom: 12px;
    }
    .footer__up_social-nets{
        margin-top: 37px;
    }
    .footer__down{
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 20px;
    }
}
