@font-face {
    font-family: 'sf-regular';
    font-style: normal;
    font-weight: 400;
    src: url(/repair/fonts/SFProText-Regular.ttf);
}
.header{
    background: #323232;
}
body{
    margin: 0;
    font-family: sf-regular;
    box-sizing: border-box;
}
body *{
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.header__inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    height: 63px;
}
.container {
    --container-padding-left: 40px;
    --container-padding-right: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: var(--container-padding-right);
    padding-left: var(--container-padding-left);
}
.container_inner{
    max-width: 1000px;
    padding-bottom: 40px;
    position: relative;
}
.cert{
    background: #323232;
    padding: 40px;
    border-radius: 32px;
    margin-bottom: -30px;
    padding-bottom: 100px;
}
.top-text{
    color: #F7F7F7;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 26px;
    max-width: 900px;

}
h2{
    color: #F7F7F7;
    margin-bottom: 23px;
}
.center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sum{
    padding: 15px 21px;
    background: #515151;
    border-radius: 21px;
    display: inline-block;
    font-size: 37px;
    color: white;
    font-weight: bold;
    margin-bottom: 33px;
}
.sum-list{
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sum-list a{
    margin-bottom: 40px;
    text-decoration: none;
}
.sum-list a.active  {
    background: white;
    color: #323232;
}
.sum-list a, .sum-list input{
    font-size: 20px;
    display: flex;
    padding: 14px 21px;
    border: 1px solid #D4D4D4;

    border-radius: 8px;
    margin-bottom: 10px;
    color: #808080;
    width: 31%;
    font-weight: bold;
    justify-content: center;
}
.sum-list input.more{
    width: 66%;
    background: none;
}
.form-col2{
    display: flex;
    justify-content: space-between;
}
.form-col-inner{
    width: 45%;
}
h3{
    color: #B9B9B9;
    font-size: 25px;
    margin-bottom: 20px;
}
.input{
    margin-bottom: 18px;
}
.input div{
    color: #808080;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: bold;
}
.input input::placeholder{
    font-weight: bold;
}
.input input{
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: none;
    box-shadow: none;
    border: 1px solid #D4D4D4;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    font-size: 20px;
}
.input input.error{
    border: 1px solid red;
}
.input.text input{
    height: 100px;
}
.select-input{
    display: flex;
}
.select-input a{
    width: auto;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    color: #808080;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    margin-right: 20px;
    text-decoration: none;
}
.select-input a.active{
    color: white;
    background: #515151;
}
.cert-total {
    border: 1px solid white;
    width: 100%;
    max-width: 1000px;
    display: flex;
    padding: 46px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 100px;
}
.cert-total img{
    width: 500px;
    height: 269px;
}
.cert-total-inner{
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: flex-start;
}
.cert-total-inner-total{
    background: white;
    border-radius: 9px;
    font-size: 24px;
    padding: 8px 15px;
    color: #333333;
    font-weight: bold;

}
.cert-total-inner h3{
    margin-bottom: 10px;
    margin-top: 10px;
}
.cert-total-inner input{
    width: 325px;
}
.bottom-three{
    display: flex;
    margin-top: 100px;
}
.bottom-title{
    font-size: 32px;
    color: #DCDCDC;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.bottom-text{
    color: #DCDCDC;
    font-size: 25px;
}
.bottom-text.t1{
    text-align: right;
    margin-top: 50px;
    margin-right: 50px;
}
.bottom-text.t2{
    text-align: right;
    margin-top: 235px;
    margin-right: 50px;
}
.bottom-text.t3{
    margin-top: -20px;
    margin-left: 50px;
}
.bottom-text.t4{
    margin-top: 173px;
    margin-left: 50px;
}
.inner-1{
    height: 1786px;
    position: absolute;
    left: -195px;
}
.inner-2{
    position: absolute;
    right: -212px;
    top: -60px;
    width: 300px;
}
.inner-3{
    position: absolute;
    left: -431px;
    bottom: -148px;
    width: 300px;
}
.inner-4{
    position: absolute;
    right: -231px;
    width: 300px;
    top: 100px;
}
.top-banner{
    margin-bottom: -100px;
    background-image: url(/upload/resize_cache/webp/local/templates/cert/img/cert_3.webp);
    background-size: cover;
    padding-bottom: 46%;
}
.select-date-wrap{
    max-width: 359px;
}
.select-date-title{
    font-size: 20px;
    margin-bottom: 20px;
    color: #E8E8E8;
    margin-top: 40px;
}

/*SWIPER*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}
.slider_wrapper{
    width: 760px;
    height: 361px;
    border-radius: 20px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    position: relative;
}
.swiper.mySwiper{
    width: 500px;
    height: 269px;
}
.swiper-button{
    background: url("/local/templates/cert/img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-next{
    right: 48px!important;
    width: 27px;
    height: 27px;

}
.swiper-button-prev{
    transform: rotate(180deg);
    left: 48px!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none!important;
}/*
.swiper-wrapper{
    overflow: hidden;
}
.swiper.mySwiper.swiper-initialized {
    overflow: visible;
}*/


.tblog-footer{
    display: flex;
    justify-content: space-between;
    background-color: #111111;
    padding-top: 60px;
    padding-bottom: 90px;
}
.tblog-footer-block{
    max-width: 260px;
    width: 100%;
}
.t-sociallinks{
    margin-top: 30px;
    margin-bottom: 21px;
}
.t420__text {
    color: #525252;
    margin-top: 21px;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 300;
}
.tblog-footer a.mail{
    color: #ff8562!important;
    text-decoration: none;
}

.tblog-footer-block{
    max-width: 260px;
    width: 100%;
}
.t-sociallinks{
    margin-top: 30px;
    margin-bottom: 21px;
}
.t420__text {
    color: #525252;
    margin-top: 21px;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 300;
}
.tblog-footer a.mail{
    color: #ff8562!important;
    text-decoration: none;
}
.container.footer{
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container.footer a{
    text-decoration: none;
}
.t420__descr li a {
    color: #ffffff;
}
.t-name {
    font-family: 'sf', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}
.t-name_xs {
    font-size: 16px;
    line-height: 1.35;
}
.t420__title {
    margin-bottom: 14px;
    color: #fff;
}
.t420__title_uppercase {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.t420__title {
    color: #525252;
}
.t420__descr ul {
    padding-left: 0;
    margin-left: 0;
}
.t420__descr li {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.t420__descr li:before {
    display: none;
}
.t420__descr li a{
    color: #ffffff;
}
.faq {
    border-radius: 36px;
    /*background: #BEBEBE;*/
    padding: 74px 29px;
    max-width: 1000px;
}

.faq_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    color: white;
    margin-bottom: 33px;
}

.faq_items {

}
.faq_item {
    /*background: #B0B0B0;*/
    padding: 18px 37px;
    position: relative;
    color: white;
    /*border-top: 2px solid #ECECEC;*/
}


.faq_item svg {
    position: absolute;
    right: 35px;
    top: 17px;
    /*transform: rotate(180deg);*/
    width: 18px;
    height: 18px;
}

.faq_item.active svg {
    /*transform: rotate(0);*/
    transform: rotate(90deg);
}
.faq_item:hover{
    color: black;
}
.faq_item_title {
    color: #DCDCDC;
    font-size: 25px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.faq_item_text {
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding-top: 16px;
    /*border-top: solid 2px #C5C5C5;*/
    margin-top: 16px;
    display: none;
    padding-right: 40px;
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 30px;
}

.active .faq_item_text {
    display: block;
}
.section_2{
    margin-top: 74px;
}
.section_5{
    margin-top: 155px;
}
.bottom-text{
    margin-bottom: 20px;
}
.select-input.button{
    margin-bottom: 40px;
}
.inner-1-m{
    display: none;
}
.m-icon{
    display: none;
}
.header__inner{
    display: flex;
    justify-content: space-between;
}
.t-menu__link-item{
    color: white;
    margin-right: 20px;
}
@media (max-width: 1000px){
    .t-menu__link-item{
        margin-right: 10px;
    }
    .cert{
        padding: 16px 16px 16px 16px;
        overflow: hidden;
    }
    .inner-4, .inner-3, .inner-2, .inner-1{
        display: none;
    }
    .inner-1{
        height: 1892px;
        position: absolute;
        left: -100px;
    }
    .slider_wrapper{
        border: none;
        width: 100%;
        height: auto;

    }
    .form-col2{
        flex-direction: column;
    }
    .top-text{
        padding-top: 46px;
    }
    .top-banner{
        padding-bottom: 40%;
        background-size: contain;
        margin-bottom: -130px;
    }
    .top-banner{
        height: 300px;
    }
    .top-text{
        font-size: 14px;
        line-height: 18px;
    }
    .inner-1_mobile{
        position: absolute;
        left: -42px;
        top: 4px;
    }
    .container{
        padding: 20px;
    }
    .swiper.mySwiper{
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next{
        right: 0;
    }
    .swiper-button {
        background: url("/local/templates/cert/img/arrow_m.svg");
        background-repeat: no-repeat;
    }
    .swiper-button-prev {
        transform: rotate(0);
        left: 0!important;
    }
    .swiper-button-next {
        transform: rotate(180deg);
        right: 0!important;
    }
    .form-col-inner{
        width: 100%;
    }
    .input input{
        width: 100%;
    }
    .sum-list{
        justify-content: space-between;
        max-width: 100%;
    }
    .sum-list a{
        margin-right: 0;
    }
    .sum-list a, .sum-list input{
        width: 32%;
        font-size: 12px;
    }
    .sum-list input.more{
        width: 66%;
        margin-right: 0;
    }
    .bottom-three svg{
        position: absolute;
        top: 4px;
        left: -39px;
        height: 297px;
    }
    .bottom-three{
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        position: relative;
    }
    .bottom-text{
        margin-top:0!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-bottom: 30px;
        text-align: left!important;
        font-size: 20px;
    }
    .tblog-footer{
        display: flex;
        flex-direction: column;
    }
    .tblog-footer-block{
        width: 100%;
    }
    .tblog-footer{
        padding-top: 0;
    }
    .select-input.button{
        margin-bottom: 40px;
    }
    .container.footer{
        margin: 0;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-text{
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .swiper.mySwiper{
        height: auto;
        /*max-width: 300px;*/
        width: 100%;
    }
    .container.footer{
        width: auto;
    }
    .swiper-wrapper.inner{
        max-width: 300px;
    }
    .slider_wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .cert, .container{
        padding: 0;
    }
    .container_inner {

    }
    .cert{
        padding-left: 57px;
        padding-right: 16px;
    }
    .swiper-slide:not(
	.swiper-slide-active) {
        opacity: 0;
        pointer-events: none;
    }
    .select-input a{
        font-size: 16px
    }
    .sum{
        border-radius: 8px;
        font-size: 28px;
    }
    .bottom-title {
        font-size: 22px;
        font-weight: bold;
    }
    .bottom-text {
        font-size: 16px;
        color: #9D9D9D;
        text-align: left!important;
        font-weight: bold;
    }
    .bottom-text.t1, .bottom-text.t2, .bottom-text.t3, .bottom-text.t4 {
        text-align: left!important;
    }
    .faq_item{
        padding-left: 0;
    }
    .faq_item_title{
        font-size: 18px;
        font-weight: bold;
    }
    .faq_item_text{
        font-size: 16px;
        font-weight: bold;
        padding-right: 0;
    }
    .faq_item{
        padding-right: 16px;
    }
    .faq{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .faq_item svg {
        position: absolute;
        right: 6px;
        top: 19px;
    }
    .tblog-footer{
        padding: 0;
    }
    .inner-1-m{
        display: block;
    }
    form{
        position: relative;
    }
    .section{
        position: relative;
    }
    .inner-1-m{
        display: block;
    }
    .m-left-border{
        position: absolute;
        left: -32px;
        height: 90%;
        width: 3px;
        background: #515151;
        top: 20px;
    }
    .m-icon{
        display: block;
        position: absolute;
        left: -43px;
    }
    .header__inner {
        padding-left: 16px;
    }
}

@media (max-width: 400px){
    .cert{
        padding-left: 16px;
        padding-right: 16px;
    }
    .inner-1-m{
        display: none;
    }
    .m-left-border{
        display: none;
    }
}
.input input.checkbox{
    width: auto;
    height: auto;
    margin-right: 10px;
}
.input.checkbox{
    display: flex;
    align-items: center;
}
.input.checkbox div{
    margin-bottom: 0;
}