body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    background: #F7F7F8;
}
body.no-scroll {
    overflow: hidden;
}
body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.container {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.df {
    display: flex;
}

.dn {
    display: none;
}
.f-column{
    flex-direction: column;
}

.a-center {
    align-items: center;
}

.j-spc-btw {
    justify-content: space-between;
}

.j-center {
    justify-content: center;
}

.t-center {
    text-align: center;
}
.f-wrap{
    flex-wrap: wrap;
}
.j-end{
    justify-content: flex-end;
}

input {
    outline: none;
    border: none;
    box-shadow: none;
    font-family: Roboto, sans-serif;
}

.header__top{
    background: #111111;
    padding-top: 25px;
    padding-bottom: 25px;
}
.header__top--content{
    gap: 80px;
}
.header__phone{
    margin-left: auto;
}
.header__address{
    gap: 20px;
}
.header__address--info span:first-child{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    color: #ffffff;
}
.header__address--info span:last-child{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    color: #c9c9c9;
}
.header__phone--number{
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;

    color: #ffffff;
}
.btn{
    background: transparent;
    border: none;
}
.btn__request{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    text-align: right;
    text-decoration-line: underline;

    color: #c9c9c9;
}
.nav{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.menu{
    gap: 30px;
    width: 100%;
}
.menu__item:last-child{
    margin-left: auto;
}
.menu__link{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #6b6b6b;
}
.menu__link:hover{
    color: #111111;
}
.menu__item--active .menu__link{
    color: #111111;
}
.banner__content{
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    min-height: 490px;
    width: 100%;
    border-radius: 8px;
    margin-top: 40px;
}
.banner__left{
    padding-left: 100px;
    padding-top: 70px;
    max-width: calc(100% - 582px);
    width: 100%;
}
.banner__right{
    max-width: 582px;
    width: 100%;
}
.banner__right img{
    height: 100%;
    object-fit: cover;
}
.banner__title{
    font-family: "Russo One", sans-serif;
    white-space: nowrap;
    font-weight: 400;
    font-size: 56px;
    line-height: 67px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}
.banner__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    color: #fff;
    opacity: .9;
    max-width: 407px;
    width: 100%;
    margin-bottom: 20px;
}
.banner__features{
    gap: 10px;
    margin-bottom: 89px;
}
.banner___feature--item{
    border-radius: 8px;
    padding: 13px 10px 13px 47px;
    background-color: rgba(247, 247, 248, 0.1);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.banner___feature--item:first-child{
    max-width: 124px;
    width: 100%;
    background-image: url('../images/f1.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.banner___feature--item:nth-child(2){
    max-width: 107px;
    width: 100%;
    background-image: url('../images/f3.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.banner___feature--item:last-child{
    max-width: 134px;
    width: 100%;
    background-image: url('../images/f2.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.banner__actions{
    gap: 15px;
}
.btn__red{
    border-radius: 10px;
    background: #F91D1D;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.55;

    color: #ffffff;
}
.btn__gray--opacity{
    background: rgba(246, 246, 246, 0.3);
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.55;
    color: #ffffff;
    padding: 16px 32px;
}
.banner__right{
    display: flex;
    align-items: flex-end;
}
.services{
    padding-top: 90px;
}
.section__title{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;

    color: #111111;
}
.service__list{
    margin-top: 31px;
}
.service__item{
    background: #111111;
    width: calc(100%/3 - 14px);
    border-radius: 8px;
    padding: 40px 30px;
    min-height: 270px;
    position: relative;
}
.service__item h3{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 243px;
    width: 100%;
    margin-bottom: 5px;
}
.service__item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    color: #b3b3b3;
    max-width: 193px;
    width: 100%;
}
.service__item:nth-last-child(-n+2) p{
    max-width: 220px;
}
.service__item--left{
    display: flex;
    flex-direction: column;
    height: 100%;

}
.service__item--left a{
    margin-top: 48px;
    display: flex;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    text-decoration-line: underline;
    color: #fff;
    align-items: flex-end;
    opacity: .27;
}
.service__item--right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.service__list{
    gap: 20px;
}
.autoservice{
    padding-top: 120px;
}
.autoservice__content{
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 52px 44px 56px 47px;
    gap: 40px;
}
.autoservice__left{
    max-width: 603px;
    width: 100%;
}
.autoservice__right{
    max-width: calc(100% - 643px);
    width: 100%;
    padding-top: 30px;
}
.autoservice__right h3{
    font-family: Russo One, sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    text-align: left;
    text-transform: uppercase;
    color: #111111;
}

.autoservice__right p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #646464;
}
.autoservice__right p b{
    font-weight: 600;

}
.autoservice .swiper-pagination{
    display: flex;
    justify-content: flex-start;
    bottom: 20px;
    left: 20px;
    gap: 7px;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: .5;
    width: 10px;
    height: 10px;
    margin: 0!important;

}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.autoservice__left img{
    border-radius: 8px;
}
.autoservice__right .banner___feature--item{
    background: #F7F7F8;
}
.autoservice__right p{
    margin-bottom: 10px;
}
.autoservice__right .banner__features{
    margin-top: 30px;
    gap: 15px;
    margin-bottom: 0;
}
.autoservice__right .banner___feature--item:first-child{
    background-image: url('../images/f4.svg');
    background-repeat: no-repeat;
    background-position: 20px 15px;
    max-width: 184px;
    color: #7E7E7E;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 70px;
    height: 70px;
    display: flex;
    align-items: center;
}

.autoservice__right .banner___feature--item:last-child{
    background-image: url('../images/f5.svg');
    background-repeat: no-repeat;
    background-position: 20px 15px;
    max-width: 160px;
    font-size: 14px;
    padding-right: 20px;
    color: #7E7E7E;
    padding-left: 70px;
    height: 70px;
    display: flex;
    align-items: center;
}
.special-banner__content{
    background: url('../images/special.png') no-repeat;
    background-size: cover;
    border-radius: 8px;
    min-height: 360px;
    position: relative;
    margin-top: 179px;
}
.special-banner__left{
    max-width: 650px;
    position: relative;
    width: 100%;
}
.special-banner__left img{
    position: absolute;
    bottom: 0;
}
.special-banner__right{
    max-width: calc(100% - 670px);
    width: 100%;
    padding-top: 53px;
}
.special-banner__right h2{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 42px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.special-banner__right h2 span{
    color: #F91D1D;
}
.special-banner__right p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: rgba(255,255,255,.8);
}
.special-banner__right p strong{
    color: rgba(255,255,255,.9);
    font-weight: 700;
}
.special-banner__right .btn__red{
    display: flex;
    width: 208px;
    height: 57px;
    margin-top: 50px;
}
.features{
    padding-top: 120px;
}
.feature__list{
    margin-top: 40px;
    gap: 20px;
}
.feature__item{
    width: calc(100%/3 - 14px);
    background: #fff;
    border-radius: 8px;
    min-height: 250px;
    padding: 30px;

}
.feature__icon{
    margin-bottom: 20px;
}
.feature__item h3{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 10px;
}
.feature__item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #646464;
}
.calculator{
    padding-top: 120px;
}
.calculator__content{
    background: url('../images/calc-bg.png') no-repeat;
    background-size: cover;
    border-radius: 8px;
    margin-top: 40px;
    min-height: 596px;
}
.calculator__right{
    max-width: 450px;
    width: 100%;
}
.calculator__left{
    max-width: calc(100% - 530px);
    width: 100%;
    position: relative;
}
.calculator__left img{
    position: absolute;
    bottom: 0;
    left: 11px;
}
.calculator__block{
    width: 100%;
    margin-top: 50px;
}
.calculator__top{
    background: #F91D1D;
    padding: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-items: center;
    justify-content: space-between;
}
.calculator__top h3{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
}
.calculator__top span{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
}
.calculator__body{
    background: #fff;
    padding: 30px;
}
.calculator__body h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.55;
    text-align: left;
    color: #111111;
    margin-bottom: 10px;
}
.calculator__answer{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.calculator__bottom{
    padding: 30px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.btn__back{
    height: 45px;
    width: 131px;
    background-color: #ececec;
    padding: 10px 32px 10px 52px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #7e7e7e;
    background-image: url('../images/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: 32px 18px;
}
.btn__next{
    height: 45px;
    width: 131px;
    background-color: #F91D1D;
    padding: 10px 52px 10px 32px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
    background-image: url('../images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 85px 18px;

}
.calculator-container {
    display: flex;
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7E7E7E;
}

/* Hide the browser's default radio button */
.calculator-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #7E7E7E;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.calculator-container input:checked ~ .checkmark {
    border: 1px solid #F91D1D;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.calculator-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.calculator-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F91D1D;
}
.review{
    padding-top: 120px;
}
.review__list{
    margin-top: 40px;
    gap: 20px;
}
.review__item{
    background: #fff;
    border-radius: 8px;
    min-height: 515px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 8px 24px 0px #0000000F;
}
.review__top{
    gap: 20px;
    margin-bottom: 20px;
}
.review__img img:last-child{
    margin-left: -40px;
}
.review__name h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.55;
    color: #111111;
    margin-bottom: 2px;
}
.review__name span{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-left: 7px;
}

.review__content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;

    color: #646464;
}
.review__content{
    margin-bottom: 20px;
}
.review__gallery{
    margin-top: auto;
    gap: 10px;
}
.review__gallery--item{
    width: 90px;
    height: 90px;
    position: relative;
}
.review__gallery--item span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.partners{
    margin-top: 80px;
    padding-top: 80px;
    background: #FFFFFF;
}
.mark__list{
    margin-top: 40px;
}
.mark__item{
    width: calc(100%/6);
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
}
.br-0{
    border-right: 0;
}
.bb-0{
    border-bottom: 0;
}
.contact{
    background: #fff;
    padding-top: 120px;
}
.contact__content{
    height: 452px;
    background: url('../images/contact-bg.png') no-repeat;
    gap: 35px;
    border-radius: 8px;
}
.contact__right{
    max-width: 513px;
    width: 100%;
    padding-top: 50px;
}
.contact__left{
    max-width: 635px;
    width: 100%;
    position: relative;
}
.contact__left img{
    position: absolute;
    bottom: 0;
}
.contact__right h2{
    font-family: Russo One, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;

}
.contact__right h2 span{
    color: #F91D1D;
}
.contact__right p{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    margin-bottom: 17px;
}
.contact__right p span{
    color: #F91D1D;
}
.form__row{
    width: 330px;
    margin-bottom: 10px;
}
.form__row input{
    border-radius: 5px;
    width: 100%;
    height: 49px;
    background: #fff;
    padding: 12px 30px;
    color: #656565;
    font-size: 16px;
}
.contact__right .btn__red{
    display: flex;
    width: 213px;
    height: 57px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact__right .checkmark{
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 2px;
}
.contact__right .calculator-container input:checked ~ .checkmark {
    border: 2px solid #fff;
}
.contact__right .calculator-container .checkmark:after{
    background: url('../images/check.svg') no-repeat;
    width: 11px;
    height: 8px;
    top: 3px;
    left: 3px;
}
.contact__right .calculator-container{
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 0;
    color: #ffffff;
    padding-top: 3px;
    padding-left: 30px;
}
.contact__right .calculator-container a{
    display: flex;
    margin-left: 3px;
    color: #fff;
    text-decoration: underline;
}
.map{
    margin-top: 110px;
   padding-bottom: 60px;
}
footer{
    background: #111111;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer__bottom{
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding-top: 25px;
}
.footer__bottom a{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-decoration: underline;
    color: #bebebe;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
}
.footer__bottom p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;

    color: #bebebe;
}
.footer__top{
    padding-bottom: 50px;
}
.footer__logo{
    margin-bottom: 25px;
}
.footer__address p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;

    color: #bebebe;
}
.footer__address p:first-child{
    color: #fff;
    font-size: 18px;
}
.footer__address .btn__red{
    height: 45px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 224px;
    margin-bottom: 14px;
    margin-top: 15px;
}
.footer__link{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    text-decoration: underline;
    color: #818181;
}
.footer__col{
    width: 225px;
    padding-top: 20px;
}
.footer__col:first-child{
    margin-right: 111px;
    padding-top: 0;
}
.footer__col h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    text-align: left;
    margin-bottom: 5px;
    color: #ffffff;
}
.footer__menu a{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    display: flex;
    margin-bottom: 3px;
    color: #bebebe;
}
.footer__col:last-child{
    margin-left: auto;
    text-align: right;
}
.footer__col:last-child h3{
    text-align: right ;
    margin-top: 20px;
}
.footer__col:last-child h3:first-child{
    margin-top: 0;
}
.footer__col:last-child p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: right;
    margin-bottom: 3px;
    color: #bebebe;
}
.footer__tel{
    display: flex;
    justify-content: flex-end;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #bebebe;
    gap: 9px;
    align-items: center;
}
.footer__request{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
    text-decoration: underline;
    color: #818181;
}
.btn__menu{
    display: none;
}
.breadcrumbs{
    padding-top: 20px;
    padding-bottom: 20px;

}
.breadcrumbs__list{
    gap: 29px;
}
.breadcrumbs__item{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
    position: relative;
    color: #111111;
}
.breadcrumbs__item:after{
    content: '';
    width: 10px;
    height: 10px;
    background: url('../images/arrow-br.svg') no-repeat;
    position: absolute;
    right: -23px;
    top: 6px;

}
.breadcrumbs__item:last-child:after{
    display: none;
}
.breadcrumbs__item a{
    color: #111111;
}
.breadcrumbs__item:last-child{
    color: #646464;
}
.repair__content{
    background: #FFFFFF;
    border-radius: 8px;
    gap: 40px;
    min-height: 507px;
}
.repair__left{
    max-width: 762px;
    width: 100%;


}
.repair__right{
    max-width: calc(100% - 802px);
    width: 100%;
    padding-right: 49px;
    padding-top: 40px;
}
.repair__left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.repair__right .section__title{
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    text-align: left;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
}
.repair__right p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
    color: #111111;
    margin-bottom: 10px;

}
.repair__right ul{
    margin-bottom: 44px;
}
.repair__right li{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    padding-left: 18px;
    color: #646464;
    position: relative;
}
.repair__right li:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #f91d1d;
    position: absolute;
    left: 5px;
    top: 8px;
    border-radius: 100%;

}
.repair__actions{
    gap: 10px;
}
.btn__blue{
    padding: 16px 32px;
    background: #004166;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn__blue--square{
    padding: 15px;
}
.points{
    padding-top: 130px;
}
.point__list{
    gap: 20px;
}
.point__item{
    background: #111111;
    border-radius: 8px;
    width: calc(100%/4 - 10px);
    padding: 60px 30px 24px;
    position: relative;
}
.point__icon{
    background: #E52020;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
}
.point__title{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 7px;
}
.point__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #b3b3b3;
}
.diagnostics{
    padding-top: 110px;
}
.diagnostic__list{
    margin-top: 40px;
    gap: 20px;
}
.diagnostic__item{
    width: calc(100%/3 - 14px);
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 8px 24px 0px #0000000F;

}
.diagnostic__icon{
    margin-bottom: 15px;
}
.diagnostic__title{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 7px;
}
.diagnostic__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #646464;
}

.diagnostic__item:last-child{
    background: url('../images/d-bg.svg') no-repeat;
    background-size: cover;
    padding-top: 40px;
}
.diagnostic__item:last-child .diagnostic__title{
    color: #fff;
    margin-bottom: 7px;
}
.diagnostic__item:last-child .diagnostic__text{
    margin-bottom: 28px;
    color: #b3b3b3;
}
.diagnostic__item:last-child .btn__red{
    display: flex;
    max-width: 272px;
    width: 100%;
}
.price{
    padding-top: 100px;
}
.price__content{
    margin-top: 40px;
    gap: 20px;
}
.price__list{
    width: calc(100%/2 - 10px);
    display: flex;
    flex-direction: column;
}
.price__top{
    padding: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    background: #111111;
    color: #ffffff;
    border-radius: 8px 8px 0px 0px;
}
.price__info{
    padding: 25px 30px 40px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    flex: 1;
}

.price__row{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(17,17,17, .15);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;

    color: #111111;
}

.price__row:first-child{
    padding-top: 0;
}
.price__row:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.repair-contact{
    background: url('../images/repair-contact.png') no-repeat;
    background-size: cover;
    height: 596px;
    padding-top: 0;
    margin-top: 88px;
    padding-bottom: 0;
}
.repair-contact .contact__content{
    background: none;
    align-items: flex-end;
    height: 100%;
    justify-content: space-between;
    padding-left: 71px;
}
.repair-contact .contact__left{
    max-width: 748px;
}
.repair-contact .contact__right{
    max-width: 608px;
    width: 100%;
    background: #111;
    height: 100%;
    padding-left: 40px;
    padding-top: 57px;
}
.repair-contact .contact__right h2{
    margin-bottom: 10px;
}
.repair-contact  .contact__right p{
    max-width: 444px;
    margin-bottom: 25px;
}
.repair-contact .contact__right .btn__red{
    margin-top: 20px;
}
.gallery{
    padding-top: 100px;
}
.gallery__list{
    margin-top: 40px;
    gap: 20px;
}
.gallery__item{
    width: calc(100%/3 - 14px);
    border-radius: 8px;
    overflow: hidden;
}
.gallery__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq{
    padding-top: 110px;
}
.faq__content{
    margin-top: 20px;
    gap: 22px;
}
.faq__left{
    max-width: 536px;
    width: 100%;
    position: relative;
}

.faq__right{
    max-width: calc(100% - 558px);
    width: 100%;
    padding-top: 46px;
}
.btn__call{
    background: none;
    border: none;
    width: 114px;
    height: 114px;
    border-radius: 100%;
    position: absolute;
    right: 35px;
    top: 88px;
}
.faq__item{
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0 0 8px 8px;
}
.faq__title{
    background: #111111;
    border-radius: 8px;
    padding: 25px 40px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.55;
    text-align: left;
    position: relative;
    transition: all .3s;
}
.faq__title:after{
    content: '';
    position: absolute;
    width: 31px;
    height: 31px;
    top: 25px;
    right: 40px;
    background: url('../images/plus.svg') no-repeat;
}
.faq__item[open] .faq__title:after{
    background: url('../images/close.svg') no-repeat;
}
.faq__title::marker{
    content: '';
}
.faq__item div{
    padding: 15px 40px 20px;


}
.faq__item:last-child{
    margin-bottom: 0;
}
.faq__item  p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #646464;
    margin-bottom: 5px;
}
.faq__item li{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #646464;
    padding-left: 20px;
}
.faq__item li:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #646464;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.tuning{
    padding-top: 100px;
}
.tuning__right{
    display: flex;
    flex-direction: column;
    padding-bottom: 81px;
}
.tuning__right .repair__actions{
    margin-top: auto;
}
.tuning__list{
    margin-top: 40px;
    gap: 20px;
}
.tuning__item{
    width: calc(100%/2 - 10px);
    position: relative;
}
.tuning__content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
    padding:30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.tuning__content h3{
    padding-left: 18px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 7px;
    position: relative;
}
.tuning__content h3:before{
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #F91D1D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tuning__content p{
    color: #B3B3B3;
    font-weight: 400;
    line-height: 1.55;
    font-size: 16px;
    min-height: 50px;
}
.tuning-contact .contact__left{
    max-width: 872px;

}
.tuning-contact .contact__content{
    padding-left: 0;
}
.tuning-contact .contact__right{
    max-width: calc(100% - 872px);
    padding-left: 0;
}
.project__left{
    position: relative;
    max-width: 873px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 547px;
}
.project__right{
    max-width: calc(100% - 893px);
    width: 100%;
}
.project__content{
    gap: 20px;
    margin-top: 40px;
}
.projects{
    padding-top: 110px;
}
.project__item{
    margin-bottom: 10px;
}
.project__item:last-child{
    margin-bottom: 0;
}
.project__item details{
    padding: 20px 25px;
    background: #fff;
    border-radius: 8px;
}
.project__item summary{
    color: #111111;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
}
summary::marker{
    content: '';
}
.project__item details[open]{
    background: #111111;
}
.project__item details[open] summary{
    color: #fff;
    padding-left: 18px;
    position: relative;
}
.project__item details[open] summary:before{
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #F91D1D;
    border-radius: 100%;
}
.project__item details[open] div{
    color: #B3B3B3;
    line-height: 1.55;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
}
.project__point--btn{
    width: 45px;
    height: 45px;
    background: url('../images/project-plus.svg') no-repeat;
    border-radius: 100%;
    background-size: 100% 100%;
}
.project__point--content{
    max-width: 330px;
    width: 100%;
    background: #111111;
    border-radius: 8px;
    padding: 15px;
}
.project__point--content h3{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 7px;
}
.project__point--content p{
    color: #B3B3B3;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}
.project__point{
    position: absolute;
    max-width: 383px;
    width:auto;
    gap: 8px;
}
.project__point:first-child{
    top: 65px;
    left: 28%;
}
.project__point:nth-child(2){
    top: 235px;
    left: 15%;
}
.project__point:nth-child(3){
    top: 250px;
    left: 39%;
}
.project__point:nth-child(4){
    bottom: 200px;
    right: 25%;
}
.project__point:nth-child(5){
    bottom: 100px;
    right: 54%;
}
.project__point--content{
    display: none;
    position: absolute;
    width: 330px;
    left: 53px;
}
.project__point:nth-child(4) .project__point--content{
    left: -340px;
}
.project__point--btn:hover + .project__point--content{
    display: flex;
    flex-direction: column;
    z-index: 1;

}
.news{
    padding-bottom: 60px;
    padding-top: 10px;
}
.news__list{
    gap: 30px 20px;
    margin-bottom: 50px;
}
.news .btn__red{
    margin: 0 auto;
    width: 227px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news__item{
    width: calc(100%/3 - 14px);
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px #0000000F;
    border-radius: 8px;
    overflow: hidden;
}
.news__item:first-child{
    width: calc(100%/2 - 10px);
}
.news__item:nth-child(2){
    width: calc(100%/2 - 10px);
}
.news__content{
    padding: 20px 30px 32px;
}
.news__tag{
    gap: 15px;
    margin-bottom: 11px;
}
.news__tag span{
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background: #F7F7F8;
    border-radius: 3px;
    padding: 10px 20px;
}
.news__title{
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}
.news__date{
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.news__item:first-child:not(.related-news .news__item) .news__title, .news__item:nth-child(2):not(.related-news .news__item) .news__title{
    font-size: 24px;
}
.news__item:first-child:not(.related-news .news__item) .news__date, .news__item:nth-child(2):not(.related-news .news__item) .news__date{
    font-size: 16px;
}
.news__img img{
    max-height: 350px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-inner__right{
    max-width: 417px;
    width: 100%;
}
.news-inner__left{
    max-width: calc(100% - 447px);
}
.adv{
    width: 100%;
    background: #111111;
    border-radius: 8px;
    height: 583px;
    display: flex;
}
.news-inner{
    padding-top: 10px;
}
.news-inner__content{
    gap: 30px;
}
.news-inner__content pre{
    display: flex;
    padding-left: 16px;
    width: 100%;
    max-width: 100%;
    white-space: pre-wrap;
    border-left: 6px solid #E92929;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #646464;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.55;
}
.news-inner__content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #646464;
    margin-bottom: 15px;
}
.news-inner .news__date{
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #7e7e7e;
}
.news-inner h2{
    font-family: Russo One, sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
}

.news__images{
    gap: 11px;
    margin-bottom: 30px;
}
.news__images img{
    width: calc(100%/2 - 5px);
}
.news-inner h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: left;
    margin-bottom: 15px;
    color: #111111;

}
.news-inner li{
    padding-left: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    color: #646464;
    margin-bottom: 10px;
    position: relative;
}
.news-inner li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
    background: #F91D1D;
}
.related-news .news__item{
    width: calc(100%/3 - 14px);
}
.related-news{
    padding-bottom: 40px;
}
.related-news .news__list{
    margin-top: 40px;
}
.related-news{
    padding-top: 110px;
}
.about .repair__content{
    background: transparent;
    min-height: 460px;
}
.about .repair__left{
    max-width: 650px;
}
.about .repair__left img{
    height: 460px;
}
.about .repair__right{
    max-width: calc(100% - 690px);
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
}
.about .repair__right p{
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 30px;
}
.about .repair__right .repair__actions{
    margin-top: 0;
}
.about .btn__red{
    width: 272px;
    height: 57px;
    background: #E92929;
}
.history{
    padding-top: 110px;
}
.history__list{
    margin-top: 40px;
    gap: 20px;
}
.history__item{
    width: 100%;
    background: #111111;
    border-radius: 8px;
    padding: 24px 20px 30px;
}
.history__year{
    background: #E92929;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 11px;
}
.history__item h3{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.history__item p{
    color: #B3B3B3;
    font-size: 16px;
    font-weight: 400;
}
.team{
    padding-top: 110px;
}
.team__list{
    margin-top: 40px;
    justify-content: center;
    gap: 59px 20px;
}

.team__item h3{
    text-align: center;
    margin-top: 25px;
    color: #111111;
    font-size: 20px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    margin-bottom: 3px;
}
.team__item p{
    color: #646464;
    line-height: 1.55;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.about-contact{
    height: 552px;
}
.about-contact .contact__content{
    padding-left: 0;
}
.about-contact .contact__left{
    max-width: 856px;
    width: 100%;
    height: 100%;
}
.about-contact .contact__left img{
    height: 100%;
    object-fit: cover;
}
.about-contact .contact__right{
    padding-top: 60px;
    max-width: calc(100% - 856px);
}
.about-contact .contact__right div{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    line-height: 1;
    margin-bottom: 25px;
}
.about-contact .contact__right div span{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}
.about-contact .contact__right .btn__red{
    margin-top: 50px;
    width: 208px;
    height: 57px;
}
.help{
    padding-top: 110px;
}
.help__content{
    gap: 40px;
    margin-top: 40px;
}
.help__left{
    max-width: 760px;
    width: 100%;
}
.help__right{
    max-width: calc(100% - 800px);
    width: 100%;
}
.help__right h3{
    color: #111111;
    font-weight: 400;
    font-size: 34px;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}
.help__right p{
    color: #646464;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 33px;
}
.help__right div{
    gap: 20px;
}
.help__right div img{
    width: calc(100%/2 - 10px);
    border-radius: 8px;
}
.about-gallery{
    padding-bottom: 80px;
}
.about-gallery .section__title{
    font-size: 48px;
}
.about-gallery .gallery__list{
    gap: 11px;
}

.about-gallery .gallery__item:first-child, .about-gallery .gallery__item:nth-child(2){
    width: calc(100%/4 - 9px);
}
.about-gallery .gallery__item:nth-child(3){
    width: calc(100%/2 - 5px);
}
.about-gallery .gallery__item:nth-child(4){
    width: calc(100%/2 - 9px);
}
.about-gallery .gallery__item:nth-child(5){
    width: calc(100%/2 - 2px);
}
.about-gallery .gallery__item:nth-child(5){
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.about-gallery .gallery__item:nth-child(5) img{
    width: calc(100%/2 - 6px);
    height: auto;
    border-radius: 8px;
}
.contact-page .map{
    margin-top: 20px;
}
.contact-page  .repair__left{
    max-width: 762px;
}
.contact-page .repair__right{
    max-width: calc(100% - 782px);
    background: #fff;
    padding: 40px 62px 40px 30px;
    border-radius: 8px;
}
.contact-page .repair__content{
    background: transparent ;
    min-height: 487px;
    gap: 20px;
    padding-bottom: 70px;
}
.contact-page  .repair__right .section__title{
    margin-bottom: 30px;
}
.contact__list{
    justify-content: space-between;
    gap: 25px;
}
.contact__item h3{
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    line-height: 1.55;
    gap: 7px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contact__item p{
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0px;
}
.contact__item a{
    display: flex;
    color: #111;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 2px;
}
.contact-page .repair__actions{
    margin-top: 40px;
}
.contact-page .btn__red{
    width: 243px;
    height: 57px;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion{
    padding-top: 90px;
}
.promotion__list{
    margin-top: 40px;
    gap: 20px;
}
.promotion__item{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.promotion__img{
    width: 100%;
    height: 100%;
}
.promotion__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promotion__content{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 40px 40px;
    z-index: 1;
    top: 0;
    left: 0;
}
.promotion__tag{
    background: #fff;
    border-radius: 3px;
    height: 25px;
    width: 68px;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.promotion__title{
    margin-top: auto;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.promotion__text{
    padding: 4px 10px;
    background: #F91D1D;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    width: fit-content;
}
.diagnostics__content{
    margin-top: 40px;
    gap: 20px;
}
.diagnostics__left{
    max-width: 427px;
    width: 100%;
}
.diagnostic__right{
    max-width: calc(100% - 447px);
    background: #fff;
    border-radius: 8px;
    height: fit-content;
}
.diagnostic__right img{
    margin-bottom: 40px;
}
.diagnostics__item{
    background: #fff;
    border-radius: 8px;
    padding: 26px 20px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.diagnostics__item:last-child{
    margin-bottom: 0;
}
.diagnostics__item h3{
    color: #111111;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.55;

}
.diagnostics__item p{
    color: #656565;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;

}
.diagnostics__item .btn__plus{
    position: absolute;
    right: 20px;
    top: 26px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/plus.svg') #F91D1D no-repeat center;
    border-radius: 100%;
}
.diagnostics__item.active .btn__plus{
    background: url('../images/minus.svg') #F91D1D no-repeat center;
}
.diagnostic__body{
    margin-top: 20px;
    display: none;
}
.diagnostics__item.active .diagnostic__body{
    display: flex;
}
.diagnostic__body ul{
    padding-left: 20px;

}
.diagnostic__body li{
    color: #111111;
    margin-bottom: 3px;
    line-height: 1.55;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}
.diagnostic__body li:before{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #F91D1D;
    border-radius: 100%;
}
.diagnostic__form{
    padding: 0 48px 58px 50px;
}
.diagnostic__form h3{
    font-weight: 400;
    font-size: 36px;
    font-family: "Russo One", sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #111111;
}
.diagnostic__form h3 span{
    color: #E92929;
}
.diagnostic__form p{
    color: #111111;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.55;

}
.diagnostic__form form{
    margin-top: 29px;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
}
.diagnostic__form .form__row{
    display: flex;
    width: 100%;
    gap: 20px;

}
.diagnostic__form  .form__row input{
    width: calc(100%/2 - 10px);
    border: 1px solid #EAEAEF;
    background: #fff;
    padding: 16px 20px;
    border-radius: 5px;
    height: 57px;
}
.diagnostic__form  .btn__red{
    width: calc(100%/2 - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.diagnostic__form label{
    color: #111111;
    font-size: 14px;
    letter-spacing: .5px ;
    margin-bottom: 0;
    padding-left: 28px;
}
.diagnostic__form label a{
    color: #111111;
    text-decoration: underline;
    padding-right: 25px;
}
.diagnostic__form .checkmark{
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    width: 17px;
    height: 17px;
    top: 0;
}
.diagnostic__form .calculator-container input:checked ~ .checkmark{
    border: 1px solid #BEBEBE;
}
.diagnostic__form .calculator-container input:checked ~ .checkmark:after{
    background: url('../images/check-red.svg') no-repeat;
    width: 11px;
    height: 8px;
    top: 3px;
}
.fast{
    padding-top: 50px;
}
.fast__content{
    padding: 60px;
    background: url('../images/special.png') no-repeat;
    backdrop-filter: blur(7.099999904632568px);
    border-radius: 8px;

}
.fast__content h2{
    font-size: 42px;
    font-weight: 400;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: #fff;

}
.fast__content h2 span{
    color: #E92929;
}
.fast__content{
    gap: 10px;
}
.fast__row:first-child a{
    font-size: 42px;
    font-weight: 400;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.fast__row p{
    color: #D0D0D0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.55;


}
.fast__row{
    gap: 30px;
}
.fast__row:last-child a{
    color: #D0D0D0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.55;
    text-decoration: underline;
    text-align: right;
}
.comfort{
    padding-top: 110px;
}
.comfort__left{
    max-width: 558px;
    width: 100%;
    height: fit-content;
    background: #111111;
    padding: 45px 50px 54px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.comfort__right{
    max-width: calc(100% - 558px);
    width: 100%;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
}
.comfort__right img{
    height: 100%;
    object-fit: cover;
}
.comfort__left h2{
    font-size: 42px;
    font-family: "Russo One", sans-serif;
    margin-bottom: 33px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.comfort__left h2 span{
    color: #E92929;
}
.comfort__left h3{
    padding-left: 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Russo One", sans-serif;
    position: relative;
    margin-bottom: 7px;
}

.comfort__left h3:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #F91D1D;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.comfort__left p{
    color: #CFCFD0;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}
.comfort__info{
    margin-bottom: 20px;
}
.comfort__info:last-child{
    margin-bottom: 0;
}
.map-form{
    padding-top: 110px;
}
.map-form__content{
    margin-top: 40px;
    gap: 20px;
}
.map-form__right{
    max-width: 427px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    padding: 40px 30px;
}
.map-form__left{
    max-width: calc(100% - 447px);
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.map-form__left img{
    height: 100%;
    object-fit: cover;
}
.map-form__right h3{
    font-size: 24px;
    color: #111;
    font-weight: 400;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
}
.map-form__right form label{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 5px;
    margin-top: 20px;
    display: flex;
}
.map-form__right input{
    border: 1px solid #EAEAEF;
    border-radius: 5px;
    height: 49px;
    width: 100%;
    margin-bottom: 10px;
}
.map-form__right textarea{
    border: 1px solid #EAEAEF;
    border-radius: 5px;
    height: 106px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    font-family: Roboto, sans-serif;
    padding: 12px 20px;
    color: #656565;
    font-size: 16px;
    line-height: 1.55;
}
.map-form__right .btn__red{
    width: 100%;
}

.map-form__right input::-webkit-calendar-picker-indicator{
    display: none;
}
.map-form__right .form__row{
    position: relative;
    margin-bottom: 0;
    width: 100%;
}
.map-form__right .form__row span{
    position: absolute;
    bottom: 22px;
    right: 20px;
}
.map-form__right .calculator-container input{
    height: auto;
}
.map-form__right .calculator-container{
    color: #111111;
    font-size: 14px;
    padding-left: 30px;
}
.map-form__right .calculator-container a{
    color: #111111;
    text-decoration: underline;
    margin-left: 5px;
}
.map-form__right .checkmark{
    width: 17px;
    height: 17px;
    border: 1px solid #BEBEBE;
    border-radius: 5px;

}
.map-form__right .calculator-container input:checked ~ .checkmark{
    border: 1px solid #BEBEBE;
}
.map-form__right .calculator-container .checkmark:after{
    background: url('../images/check-red.svg');
    width: 11px;
    height: 8px;
    top: 3px;
}
.lk{
    padding-top: 135px;
}
.lk__content{
    background: url('../images/lkbg.png') no-repeat;
    border-radius: 8px;
    background-size: cover;
    min-height: 500px;
    height: auto;
}
.lk__right{
    max-width: 572px;
    width: 100%;
    position: relative;
}
.lk__right img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.lk__left{
    padding: 50px 60px;
    max-width: calc(100% - 572px);
    width: 100%;
}
.lk__left h2{
    color: #fff;
    font-weight: 400;
    font-family: "Russo One", sans-serif;
   font-size: 42px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.lk__left h2 span{
    color: #F91D1D;
}
.lk__left ul{
    height: 130px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 7px 60px;
    margin-bottom: 46px;
}
.lk__left li{
    color: #CFCFD0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
    padding-left: 15px;
    position: relative;
}
.lk__left li:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #F91D1D;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.stores{
    gap: 20px;
    background: #FFFFFF26;
    padding: 10px 20px;
    width: fit-content;
    align-items: center;
    border-radius: 8px;
}
.store__item{
    display: flex;
}
.different{
    padding-top: 110px;
}
.different__list{
    margin-top: 40px;
    gap: 20px;
}
.different__item{
    position: relative;
    width: calc(100%/2 - 10px);
}
.different__img{
    height: 380px;
}
.different__img img{
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.different__content{
    box-shadow: 0px 8px 24px 0px #0000000F;
    background: #111111;
    border-radius: 8px;
    padding: 25px 30px 30px;
    width: calc(100% - 120px);
    margin: -74px auto 0;
    position: relative;
    z-index: 1;
}
.different__content h3{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 28px;
    font-family: "Russo One", sans-serif;
    margin-bottom: 15px;
}
 .minus__icon,
.check__icon{
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 100%;
     background: #E92929;
     width: 23px;
     height: 23px;
 }
 .check__icon{
     background: #25B518;
 }
 .different__content li{
     display: flex;
     align-items: center;
     gap: 9px;
     color: #FFFFFF;
     font-weight: 400;
     font-size: 18px;
     line-height: 1.55  ;
     margin-bottom: 5px;
 }
.different__content li:last-child{
    margin-bottom: 0;
}
.other-services{
    padding-top: 110px;
}
.other-service__content{
    margin-top: 40px;
}
.other-service__item{
    align-items: center;
    background: #fff;
    padding: 24px 30px;
    border-radius: 8px;
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.other-service__item:last-child{
    margin-bottom: 0;

}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111CC;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all .3s;
    display: none;
}
.modal.open{
    display: flex;
}
.modal__content{
    max-width: 460px;
    width: 100%;

    border-radius: 8px;
}
.modal__top{
    position: relative;
    height: 153px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.modal__top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.no-scroll{
    overflow: hidden;
}
.modal__close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal__body{
    background: #fff;
    padding: 20px 30px 30px;
}
.modal__title{
    color: #111111;
    font-size: 28px;
    font-weight: 400;
    font-family: "Russo One", sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal__text{
    color: #656565;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.modal .form__row{
    width: 100%;
}
.modal .form__row label{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 5px;
}
.modal input{
    height: 49px;
    width: 100%;
    border: 1px solid #EAEAEF;
    border-radius: 8px;
    padding: 12px 20px;
}
.modal .btn__red{
    margin-top: 30px;
    width: 100%;
    margin-bottom: 10px;
}
.modal .calculator-container{
    color: #111111;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .5px;

}
.modal .calculator-container a{
    margin-left: 5px;
    color: #111111;
    text-decoration: underline;
}
.modal .checkmark{
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    top:1px;
}
.modal .calculator-container input:checked ~ .checkmark{
    border: 1px solid #BEBEBE;
}
.modal .calculator-container .checkmark:after{
    background: url('../images/check-red.svg') no-repeat;
    width: 11px;
    height: 8px;
    top: 3px;
}
.promotion--page{
    padding-top: 20px;
    padding-bottom: 70px;
}
.promotion--page .promotion__list{
    margin-top: 0;
}
.promotion-inner h2{
    margin-top: 30px;
}
.promotion-inner{
    padding-bottom: 40px;
}
.vacancies{
    padding-top: 10px;
}
.vacancy{
    background: #fff;
    border-radius: 8px;
    padding: 24px 30px;
    margin-bottom: 10px;
}
.vacancy summary{
    color: #111111;
    font-weight: 500;
    font-size: 20px;
    position: relative;

}
.vacancy summary:before{
    content: '';
    width: 18px;
    height: 13px;
    background: url('../images/arrow-down.svg') no-repeat;
    position: absolute;
    right: 0px;
    top: 10px;
    transition: all .3s;
}
.vacancy[open] summary:before{
    transform: rotate(180deg);
}
.vacancy div{
    margin-top: 30px;
}
.vacancy  p{
    color: #646464;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 5px;
}
.vacancy  ul{
    padding-left: 20px;
    list-style: disc;
    margin-left: 5px;
}
.vacancy li{
    color: #646464;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;

}
.vacancy .btn__red{
    width: 213px;
    height: 57px;
    margin-top: 30px;
}
.vacancy-contact{
    background: transparent;
}
.vacancy-contact .contact__content{
    padding-left: 73px;
}