:root {
    --backgColor: #fff;
    --fontPlayfair: 'Playfair Display', serif;
    --fontPoppins: 'Poppins', serif;
    --fontRaleway: 'Raleway', serif;
    --fontRoboto: 'Roboto', serif;
    --font-color: #000;
}

html,body{
    min-width: 320px;
    font-family: var(--fontRoboto);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--font-color);
    background: var(--backgColor);
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6, p, a{
    margin: 0;
    padding: 0;
    font-family: var(--fontRoboto);
    font-weight: 400;
    color: var(--font-color);
    outline: none;
}
input{
    font-family: var(--fontRoboto);
    font-weight: 400;
    color: var(--font-color);
    outline: none;
    border: 0;
}
li{
    list-style-type: none;
}
a{
    display: inline-block;
    text-decoration: none;
}
button{
    display: block;
    font-family: var(--fontRoboto);
    color: var(--font-color);
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
}
img, picture{
    display: inline-block;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.mobile-sidebar{
    display: none;
}

.header{
    /*position: sticky;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    padding-top: 23px;
}

.header__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.header__top--wrap{
    width: 100%;
    max-width: 850px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo{
    width: 107px;
    display: block;
}
.header__logo--img{
    width: 107px;
}

.header__top--navigate{
    width: 100%;
    max-width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__top--nav,.header__top--nav__list{
    width: 100%;
    max-width: 220px;
}
.header__top--nav__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.header__top--nav__link{
    font-family: var(--fontRaleway);
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.header__top--btn{
    font-size: 16px;
    background: #FFFFFF !important;
    border: 1.5px solid #194687 !important;
    border-radius: 17px !important;
    padding: 5px 15px !important;

    text-transform: revert !important;
    letter-spacing: revert !important;
    font-weight: revert !important;
    text-align: center !important;
    margin-right: revert !important;
    line-height: revert !important;
    min-height: revert !important;
    text-rendering: revert !important;
}
.header__top--time{
    width: 175px;
    font-family: var(--fontRaleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}
.header__top--time span{
    font-size: 18px;
}

.header__top--tel{
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
}
.header__top--tel svg{
    margin-right: 10px;
}

.header__inner--nav {
    display: flex;
    align-items: flex-start;

    background: #194687;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 10px 15px 19px;
    transition: all 0.4s linear;
}

.nav__list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 13px;
    margin: 0;
    margin-right: 10px;
}
.nav__list li{
    width: fit-content;
    position: relative;
}
.nav__list li:before{
    content: url("../img/svg/1.svg");
    width: 24px;
    height: 24px;
    position: relative;
    top: 1px;
    float: left;
    padding-right: 30px;
}
.nav__list li:nth-child(2):before{
    content: url("../img/svg/2.svg");
}
.nav__list li:after{
    content: url("../img/svg/arr.svg");
    position: relative;
    top: 0;
    float: right;
    padding-left: 6px;
}
.nav__link{
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
}

.nav__list li {
    margin-bottom: 0px;
    //height: 30px;
}

.nav__list .nav-item-mob{
    //height:0;
}

.sub-menu-mobile {
    display: none;
    margin: 0 0 0 10px;
    max-height: 70vh;
    overflow: auto;
}

.nav__link-mobile {
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.sub-menu-mobile li {
        padding: 9px 0;
}

.nav__list li:nth-child(n+5){
    display: none;
}
.header__inner--nav.active .nav__list li:nth-child(n){
    display: block;
}

.mobile__menu--btn{
    display: none;
}
.header__mobile--nav{
    display: none;
    position: relative;
}
.header__mobile--nav.active{
    display: block;
}
.nav__btn{
    height: 20px;
    min-height: revert;
    max-height: 20px;
    font-size: 0;
    line-height: 0;
}

.mobile__menu--wrap {
    width: 100%;
    //position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding-bottom: 20px;
    height: 100vh;
}

.mobile__sub-icon{
border-color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 6px;
    height: 0px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-left: 20px;
    margin-top: 10px;
    
}
.mobile__sub-icon::after {
        flex-shrink: 0;
    content: "";
    display: block;
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 5px;
    -webkit-transform: translateY(-15%) rotate(45deg);
    transform: translateY(-15%) rotate(45deg);
}

.mobile__sub-icon_rotate {
    transform: rotate(180deg);
}

.sub-menu{
    width: 450px;
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: -10px;
    box-shadow: 4px 3px 24px rgb(158 158 158 / 25%);
    border-radius: 20px;
    padding: 10px 20px;
    z-index: 1;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.sub-menu li:before,.sub-menu li:after,.sub-menu li:nth-child(2):before{
    content: none;
}
.sub-menu li:nth-child(n){
    display: block;
}
.sub-menu li:nth-child(n+5){
    display: block;
}
.sub-menu li:before,.sub-menu li:after{
    content: none;
}
.header__inner--nav.active .sub-menu li:nth-child(n){
    display: block;
}
.header__inner--nav.active .sub-menu li:before,.header__inner--nav.active .sub-menu li:after{
    content: none;
}
.sub-menu a{
    line-height: 27px;
    color: #000000;
}
.nav-item ul {
    list-style: none;
}

.nav-item:hover .sub-menu{
    display: list-item;
    //justify-content: space-between;
    //flex-wrap: wrap;
}


@media (max-width: 1200px) {
    .header{
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
    }
    .header__top--navigate,.header__top--time,.header__inner--nav{
        display: none;
    }
    .mobile__menu--btn{
        display: block;
    }

    .header__top {
        border: 0;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 10px;
    }
    .header__top--wrap {
        width: revert;
    }
    .mobile__menu--wrap {
        top: -10px;
        padding-top: 16px;
    }


    .header__top--nav__list {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 20px;
    }

    .header__top--btn {
        color: #fff !important;
        background: #1AC073 !important;
        border: 0 !important;
        margin: 20px 0 !important;
    }
    .nav__list {
        gap: 15px 18px;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav__list li{
        width: 100%;
    }
    .nav__list li:nth-child(n+5){
        display: block;
    }
    .nav__list li:before{
        content: url("../img/svg/3.svg");
    }
    .nav__list li:nth-child(2):before{
        content: url("../img/svg/4.svg");
    }
    .nav__list li:after{
        content: url("../img/svg/arr2.svg");
    }
    .nav__link {
        color: #000;
    }

    .nav__list li:after {
        position: absolute;
        right: 15px;
        float: revert;
    }
    .sub-menu{
        position: relative;
        border: revert;
        box-shadow: revert;
        border-radius: revert;
    }
    .sub-menu li:before{
        content: none;
    }
    .sub-menu li:nth-child(2):before{
        content: none;
    }
    .sub-menu li:after{
        content: none;
    }

}

@media (max-width: 480px) {

    .header__logo--img {
        width: 80px;
    }

    .header__top--tel {
        font-size: 16px;
        line-height: 14px;
    }
    .header__top--tel svg{
        width: 15px;
    }

}

@media (max-width: 350px) {

    .header__logo--img {
        width: 48px;
    }

    .header__top--tel {
        font-size: 14px;
    }
    .header__top--nav__link {
        font-size: 14px;
    }

}

.intro{}

.intro__inner{
    display: flex;
    justify-content: space-between;
    padding-bottom:93px;
}
.intro__item{
    width: 100%;
    max-width: 475px;
    padding-top: 34px;
}
.breadcrumbs{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}
.breadcrumbs *{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */


    color: #222222;
}
.breadcrumbs,
.breadcrumbs a{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6B6B6B;
    text-transform:none;
}
.breadcrumbs a{
    text-decoration:none;
}
.intro__title{
   /* max-width: 499px;
    font-family: var(--fontRaleway);
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;

    color: #2E2E2E;
    margin-bottom: 12px;*/
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #202020;
    margin:75px 0 0 0;
    font-family: var(--fontRoboto);
}
.intro__subtitle{
   /* max-width: 499px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #333333;
    margin-bottom: 30px;*/
    font-family: var(--fontRoboto);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #202020;
    margin:35px 0 0 0;
}

.intro__btn{
    /*width: fit-content;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #1C1C1C;

    background: #FEC12A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px 40px;
    margin: 0 auto;*/
    width:210px;
    height:50px;
    margin:35px 0 0 0;
    background: rgba(254, 193, 42, 0.79);
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    
    
    color: #202020;
}
.intro__img{
    width: 100%;
    max-width: 580px;
}


@media (max-width: 1200px) {

    .intro__inner {
        row-gap: 15px;
    }
    .intro__item {
        max-width: 600px;
        padding-top: 0;
    }
    .breadcrumbs {
        display: none;
    }

}
@media (max-width: 990px) {

    .intro__inner {
        flex-wrap: wrap;
    }
    .intro__item,.intro__title,.intro__subtitle{
        max-width: revert;
    }
    .intro__title{
        font-size: 35px;
        line-height: 40px;
    }
    .intro__item picture{
        display: block;
        margin: 0 auto;
    }

}
@media (max-width: 480px) {

    .intro__title {
        font-size: 24px;
        line-height: 28px;
    }
    .intro__subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .intro__btn {
        font-size: 14px;
        line-height: 16px;
        padding: 11px 42px;
        margin: 0 auto;
    }

}



.advantages{
    padding: 90px 0 124px;
}
.advantages__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 45px;
}
.advantages__item{
    width: 100%;
    max-width: 265px;
    position:relative;
    background: #F8F8F8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:46px 12px 21px 12px;
}
/*.advantages__inner .advantages__item:nth-child(1){
    max-width: 285px;
}
.advantages__inner .advantages__item:nth-child(2){
    max-width: 214px;
}
.advantages__inner .advantages__item:nth-child(4){
    max-width: 207px;
}*/
.advantages__title{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--fontRoboto);
}


.advantages__img{
   /* width: 100px;
    margin-bottom: 20px;*/
    position:absolute;
    right:0;
    left:0;
    margin:auto;
}
.advantages__item:nth-child(1) .advantages__img{
    top:-59px;
}
.advantages__item:nth-child(2) .advantages__img{
    top:-30px;
}
.advantages__item:nth-child(3) .advantages__img{
    top:-30px;
}
.advantages__item:nth-child(4) .advantages__img{
    top:-59px;
}
.advantages__subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    font-family: var(--fontRoboto);
    margin:10px 0 0 0;
    color: #232222;
}
/*.advantages__title{
    font-family: var(--fontRaleway);
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.advantages__subtitle{
    font-family: var(--fontRaleway);
    line-height: 23px;
}*/

@media (max-width: 1200px) {

    .advantages__item {
        display: flex;
    }
    .advantages__img {
        height: fit-content;
     /*   margin-right: 20px;*/
    }
    .advantages__inner .advantages__item:nth-child(n) {
        max-width: 46%;
    }

}
@media (max-width: 990px) {

    .advantages {
        padding: 70px 0;
    }

}
@media (max-width: 770px) {

    .advantages {
        padding: 32px 0 40px;
    }
    .advantages__inner .advantages__item:nth-child(n) {
        max-width: 100%;
    }
    .advantages__title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .advantages__img {
        /*width: 60px;
        margin-bottom: 12px;*/
    }
    .advantages__subtitle {
        line-height: 18px;
        font-size: 16px;
    }

}
@media (max-width: 480px) {
    .advantages__item{
        margin:30px 0 0 0;
    }
   /*.advantages__img {
        width: 39px;
        height:39px;
    }*/

}




.defects{
    margin-bottom: 128px;
}

.defects__inner{
    max-width: 1135px;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
    border-radius: 30px;
    margin: 0 auto;
    padding: 45px 0 30px 0;
}
.defects__title{
    font-family: var(--fontRaleway);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 47px;
    letter-spacing: -0.01em;

    color: #2E2E2E;
    margin-bottom: 28px;
}

.defects__list{
    border: 0;
    border-top: 1px solid #EEEEEE;
    padding: 0 16px 0 45px;
}
.defects__head{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px;
}

.defects__head--title{
    width: 100%;
    font-family: var(--fontRoboto);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */

    letter-spacing: -0.01em;

    color: #454545;
}
.defects__head .defects__head--title:nth-child(1){
    max-width: 210px;
}
.defects__head .defects__head--title:nth-child(2){
    max-width: 550px;
}
.defects__head .defects__head--title:nth-child(3){
    max-width: 255px;
}

.defects__list--item{
    display: flex;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
}
.defects__list .defects__list--item:last-child{
    border-bottom: 0;
}
.defects__name{
    width: 100%;
    height: fit-content;
    max-width: 210px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;

    color: #333333;
}
.defects__name svg{
    display: none;
    margin-right: 6px;
}
.defects__name span{
    width: fit-content;
    padding-bottom: 7px;
}
.defects__name.border span{
    border: 0;
    border-bottom: 1px dashed #000000;
}
.defects__list--item__content{
    width: 100%;
    max-width: 550px;
    font-family: var(--fontRoboto);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    word-wrap: break-word;
}
.defects__list--item__content li{
    list-style-type: decimal;
}

.defects__price{
    width: 100%;
    height: fit-content;
    max-width: 255px;
    display: flex;
    justify-content: space-between;
}
.defects__price--price{
    font-family: var(--fontRoboto);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */

    letter-spacing: -0.01em;
}
.defects__price--btn{
    font-family: var(--fontRoboto);
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #ffffff;
    letter-spacing: -0.01em;
    background: #194687;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 6px 25px;
}

@media (max-width: 1200px) {

    .defects {
        margin-bottom: 80px;
    }
}
@media (max-width: 990px) {

    .defects__title {
        font-size: 35px;
        line-height: 40px;
    }

    .defects__head .defects__head--title:nth-child(2) {
        display: none;
    }
    .defects__list--item {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .defects__name {
        display: flex;
        align-items: center;
        order: 1;
    }
    .defects__name svg{
        display: none;
        transition: all 0.4s linear;
    }
    .defects__price{
        order: 2;
    }
    .defects__list--item__content{
        max-width: revert;
        display: none;
        order: 3;
        padding-left: 20px;
    }

    .defects__name.active ~ .defects__list--item__content{
        display: block;
    }

}
@media (max-width: 580px) {

    .defects__list {
        padding: 0 15px;
    }
    .defects__price {
        max-width: 50%;
        justify-content: revert;
        gap: 10px;
        margin-left: auto;
    }
    .defects__list--item__content > *{
        font-size: 14px  !important;
        line-height: 21px !important;
    }

}
@media (max-width: 480px) {
    .intro__inner{
        background-position: right bottom!important;
        background-size: 150%!important;
        padding-bottom: 245px;
    }
    .intro__title{
        margin:0;
    }
    .defects__inner {
        box-shadow: revert;
        border-radius: 0;
    }
    .defects__title {
        font-size: 24px;
        line-height: 28px;
    }
    .defects__head--title {
        font-size: 14px;
        line-height: 21px;
    }
    .defects__name {
        width: fit-content;
        font-size: 14px;
        line-height: 16px;
    }
    .defects__price--price {
        font-size: 14px;
        line-height: 21px;
    }
    .defects__price--btn {
        padding: 2px 7px;
        font-size: 10px;
    }

}

@media (max-width: 350px) {
    .defects__list {
        padding: 0 10px;
    }

}


/* .feedback{
    margin-bottom: 183px;
} */
.feedback__inner{
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    background: #194687;
    border-radius: 20px;
    padding: 36px 51px 0;
}
.feedback__item{
    max-width: 377px;
}
.feedback__block {
    display: flex;
    width: 100%;
    max-width: 570px;
    justify-content: space-between;
}
.feedback__title{
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    /* identical to box height */


    color: #FFFFFF;
    margin-bottom: 13px;
}
.feedback__subtitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

    color: #FFFFFF;
}

.feedback__form, .wpcf7-form{
    max-width: 255px;
}
.feedback__form--title{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */


    color: #FFFFFF;
    margin: 0 0 25px 0 !important;
}
.feedback__form--input{
    width: 100% !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 23px !important;

    color: #505050 !important;
    text-align: center !important;

    background: #FFFFFF;
    border-radius: 20px !important;
    padding: 12px !important;
    margin-bottom: 17px !important;
}
.feedback__form--btn, .feedback .wpcf7-form-control.has-spinner.wpcf7-submit{
    width: 100% !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 23px !important;

    color: #1C1C1C !important;
    background: #FEC12A !important;
    border-radius: 20px !important;
    padding: 13px 77px !important;
}
.feedback__form--img{
    width: 100%;
    height: fit-content;
    max-width: 255px;
    margin-top: -130px;
}


@media (max-width: 1200px) {

    .feedback {
        margin-bottom: 70px;
    }
    .feedback__inner {
        row-gap: 50px;
        padding: 36px 30px 0;
    }
    .feedback__item {
        max-width: 100%;
        z-index: 1;
    }
    .feedback__title {
        text-align: center;
    }
    .feedback__subtitle {
        max-width: 70%;
    }
    .feedback__block {
        max-width: revert;
    }
    .feedback__form, .wpcf7-form{
        z-index: 1;
    }
    .feedback__form--img {
        margin-top: -100px;
    }

}
@media (max-width: 990px) {

    .feedback__title {
        font-size: 35px;
        line-height: 40px;
    }

}

@media (max-width: 770px) {

    .feedback__subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .feedback__form--img {
        max-width: 220px;
    }

}
@media (max-width: 580px) {

    .feedback {
        margin-bottom: 40px;
    }
    .feedback__inner {
        border-radius: 0;
        padding: 15px;
        margin: 0 -15px;
    }
    .feedback__form {
        max-width: 200px;
    }
    .feedback__form--title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .feedback__form--input {
        font-size: 16px;
        line-height: 18px;
        padding: 7px 12px;
        margin-bottom: 11px;
    }
    .feedback__form--btn, .feedback .wpcf7-form-control.has-spinner.wpcf7-submit {
        font-size: 18px !important;
        line-height: 21px !important;
        padding: 10px 30px !important;
    }
    .feedback__form--img {
        max-width: 180px;
    }

}
@media (max-width: 480px) {

    .feedback__inner {
        padding: 11px 15px;
        overflow: hidden;
    }
    .feedback__title {
        font-size: 24px;
        line-height: 28px;
    }
    .feedback__form--title {
        font-size: 14px;
        line-height: 16px;
    }
    .feedback__form--img {
        max-width: 161px;
        margin: -90px -15px 0 0;
    }

}




.prices__inner{
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
    border-radius: 30px;
    padding: 45px 0 60px;
}
.prices__title{
    font-family: var(--fontRaleway);
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2E2E2E;
    margin-bottom: 28px;
}
.prices__list{
    border: 0;
    border-top: 1px solid #EEE;
    padding: 0 16px 0 52px;
}
.prices__list--head{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 5px;
}
.prices__list--head__title{
    width: 100%;
    font-family: var(--fontRoboto);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */

    letter-spacing: -0.01em;

    color: #454545;
}
.prices__list--head .prices__list--head__title:nth-child(1){
    max-width: 480px;
}
.prices__list--head .prices__list--head__title:nth-child(2){
    max-width: 160px;
}
.prices__list--head .prices__list--head__title:nth-child(3){
    max-width: 140px;
}
.prices__list--head .prices__list--head__title:nth-child(4){
    max-width: 100px;
}

.prices__list--item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.prices__list .prices__list--item:nth-child(2n){
    background: #F4F5F9;
}
.prices__list--item--title{
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;

    color: #333333;
}
.prices__list--item--title span{
    width: fit-content;
}
.prices__list--item--title.border span{
    border: 0;
    border-bottom: 1px dashed #000000;
    padding-bottom: 7px;
}

.prices__list--item .prices__list--item--title:nth-child(1){
    max-width: 480px;
}
.prices__list--item .prices__list--item--title:nth-child(2){
    max-width: 160px;
}
.prices__list--item .prices__list--item--title:nth-child(3){
    max-width: 140px;
}
.prices__list--item .prices__list--item--title:nth-child(4){
    max-width: 100px;
}


@media (max-width: 990px) {

    .prices__title {
        font-size: 35px;
        line-height: 40px;
        text-align: left;
        padding: 0 15px;
    }

}
@media (max-width: 770px) {

    .prices__list--head .prices__list--head__title:nth-child(3) {
        display: none;
    }
    .prices__list--head .prices__list--head__title:nth-child(4) {
        display: none;
    }
    .prices__list--item .prices__list--item--title:nth-child(3) {
        display: none;
    }
    .prices__list--item .prices__list--item--title:nth-child(4) {
        display: none;
    }

}
@media (max-width: 580px) {

    .prices__inner {
        margin: 0 -15px;
    }
    .prices__list {
        padding: 0;
    }
    .prices__list--head{
        padding: 0 15px;
    }
    .prices__list--item{
        padding: 20px 15px;
    }

}

@media (max-width: 480px) {

    .prices__title {
        font-size: 24px;
        line-height: 28px;
    }
    .prices__list--head__title {
        font-size: 16px;
        line-height: 18px;
    }
    .prices__list--item--title {
        font-size: 16px;
        line-height: 18px;
    }

}

.rev_ya{
    width: 100%;
    height: 800px;
    max-width: 760px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}








/*New*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 80px;
    position: relative;
    padding-left: 0px;
}
.etapi > div {
    margin-top: 110px;
}
@media (min-width: 576px){
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (min-width: 768px){
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}}

.feature-step-item {
    padding: 0px;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: rgb(237 236 234) 0px 0px 20px 2px;
    text-align: left;
    height: 100%;
    margin: 10px;
}
.feature-step-item::before {
    background: url(../img/2989500-200.png) 0% 0% / contain no-repeat;
    width: 140px;
    position: absolute;
    content: "";
    height: 100px;
    top: 0px;
    margin-top: 0px;
    transform: rotate(320deg);
    /* left: 90%; */
    z-index: 2;
    opacity: 0.2;
    right: -110px;
}
.feature-step-icon {
    font-weight: bold;
    font-size: 50px;
    color: rgb(0 0 0);
    top: 0px;
    width: 120px;
    height: 120px;
    position: absolute;
    background: rgb(236 236 236);
    border-radius: 50%;
    z-index: 2;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    text-align: center;
    z-index: 0;
}
.feature-step-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #19468785;
    border-radius: 50%;
    z-index: -1;
    right: 20px;
}
.feature-step-info {
    margin: 0px;
    text-align: left;
    padding: 40px 20px;
    z-index:1;
    background:#fff;
    position: relative;
}
p.feature-step-title {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-bottom: 10px;
}
.h2::after {
    content: "";
    height: 20px;
    width: 1px;
    bottom: -40px;
    position: absolute;
    left: 50%;
    background: rgb(255, 148, 98);
}
.h2::before {
    content: "";
    height: 50px;
    width: 1px;
    top: -50px;
    position: absolute;
    left: 50%;
    background: rgb(255, 148, 98);
}
.h2 h2 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.h2 p {
    font-size: 20px;
    line-height: 1.2;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.ptb-60 {
    padding: 90px 0px;
}
.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    max-width:100%;
    width:100%;
}


@media (min-width: 576px){
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

a.foto {
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
    height: 100%;
    display: flex;
    align-items: center
}
img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px){
.container, .container-sm {
    max-width: 540px;
}}
@media (min-width: 768px){
.container, .container-sm, .container-md {
    max-width: 720px;
}}
@media (min-width: 992px){
.container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
}}
@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
}}
@media (min-width: 1260px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px;
}
}




.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.h2 span, .h2 b, .h2 strong {
    color: rgb(255, 148, 98);
    font-weight: 500;
}
section.otzivi {
    background: url('../img/stack-of-wooden-planks-in-the-workshop-1-(1).png') 50% center;
    position: relative;
}
.otzivi .item {
    margin-bottom: 50px;
}
.otzivi .item {
    background: white;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.otziv_img {
    flex: 0 0 250px;
    margin-right: 30px;
}
.text-otziv {
    padding: 20px 20px 20px 0px;
}
.text-otziv {
    padding: 20px 20px 20px 0px;
}
.text-otziv p.h4 {
    font-weight: bold;
    color: rgb(32, 32, 32);
}
h4, .h4 {
    font-size: 1.5rem;
}
.otzivi .text_footer {
    border-top: 0px;
    padding-top: 10px;
}
.text_footer {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    border-top: 1px solid rgb(232, 232, 232);
    padding: 10px 0px;
}
.otzivi .date {
    font-size: 14px;
    position: absolute;
    right: 20px;
    color: rgb(145, 145, 145);
}
.otzivi .text_footer p {
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 18px;
}
.kompany::before, .quiz-block::before, .raboti-block::before, .otzivi::before {
    content: "";
    width: 100%;
    height: 60px;
    background: url('../img/perehod-(1)-(1).png') 50% center / cover no-repeat;
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 2;
    transform: rotate(180deg);
}
section.banner::after, .quiz-block::after, .kompany::after, .raboti-block::after, .otzivi::after {
    content: "";
    width: 100%;
    height: 60px;
    background: url('../img/perehod-(1)-(1).png');
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 50%;
    background: rgb(255 222 201);
    display: block;
    backface-visibility: visible;
    transition: opacity 200ms ease 0s;
    border-radius: 50px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 30px 0px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 30px 0px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(247 61 58);
}
.mb-30 {
    margin-bottom: 30px;
}
@media (min-width: 576px){
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}}
@media (min-width: 768px){
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}}
@media (min-width: 768px){
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}}
@media (min-width: 992px){
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}}
.comanda img {
    border-radius: 20px;
}
span.comanda_title {
    background: #194687;
    padding: 10px 20px;
    border-radius: 20px 0px;
    font-weight: bold;
    color: rgb(255 255 255);
    display: block;
    z-index: 1;
    width: 200px;
    margin: -25px auto 0px;
    position: relative;
}
span.comanda_dolz {
    display: block;
    padding: 10px;
    font-size: 18px;
}



@media (max-width: 1199px) {
  .otziv_img { flex: 0 0 200px; }
  .otziv_img img { height: 100%; }
  .otzivi .date { position: static; }
  .prev { margin-right: 20px; }
  .quiz_buttons { padding: 20px; }
  .clock > div { width: 50%; }
  .clock { height: 400px; }
  .quiz__buttons__hint__text img { display: none; }
  span.cel_cifra { position: static; }
  .service_ex.row { align-items: center; }
  .banner {padding: 180px 0px 120px;}
  .banner_right img { margin-bottom: 0px; }
  .podpis span { display: none; }
  header .adress { display: none; }
  nav.navbar.navbar-expand-xl.navbar-light { padding: 0px; transform: skew(0deg, 0deg); }
  .header_nav { transform: skew(0deg, 0deg); }
  span.plus { position: absolute; top: 0px; right: 10px; padding: 10px; display: block; }
  li.nav-item ul { position: static; width: 100%; overflow: visible; text-align: center; border-radius: 0px; transform: none; visibility: visible; opacity: 1; display: none; box-shadow: none; }
  .nav-tabs .nav-link { }
  li.nav-item ul .nav-link { border-bottom: none; }
  .tabs_img::before { right: 30px; bottom: 30px; }
  .tabs_img::after { left: 30px; bottom: 30px; }
  header button.navbar-toggler { display: block; position: absolute; padding: 10px; font-size: 1rem; top: 50%; transform: translate(10px, -50%); right: 30px; }
  .header_nav { order: 2; }
  .soc-seti a { border-color: rgb(69, 143, 194); }
  .soc-seti i { color: rgb(246, 176, 22); }
  .header_phone span { display: block; }
  .navbar .navbar-nav .nav-link { font-size: 18px; border-bottom: 1px solid rgba(217, 190, 174, 0.2); padding: 10px 0px !important; }
  .header_nav a::before { content: none; }
  .header_nav .navbar .navbar-collapse { z-index: 2; }
  .header_phone {position: relative;}
  h1 { font-size: 32px; }
  p, .preim_info, .sec_1_new li, .sec_1_new td, .sec_1_new th { font-size: 18px; }
  p.banner_p { font-size: 16px; line-height: 1.6; }
  .preim img { }
  .back-comp { }
  .back-skos::before { width: 100%; height: 120%; left: -15px; }
  span.cifra-comp { font-size: 25px; }
  .cel_circle { order: 3; }
  .kviz-step:not(.next-kviz) .clock { padding: 40px 0px; }
}
@media (max-width: 991px) {
  .price-img {
    margin-left: 0px;
}
  .price-block img {
    transform: rotate(0deg);
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 60px;
}
.apartments-plan-img {
    height: 350px;
    margin-top: 20px;
}
  .price-block {
    width: 100%;
    display: block;
  }
  .content-box { position: relative; padding: 30px; }
  h1 { font-size: 27px; }
  .card .btn { font-size: 18px; font-weight: bold; padding: 10px 30px 10px 0px; }
  a.whatsapp, .car-search-wrap .submit_btn { padding: 15px 20px; font-size: 18px; }
  img.img-what { position: absolute; z-index: 5; width: 250px; left: -50px; top: 0px; }
  .car-search-wrap { padding: 40px 40px 40px 200px; margin: 50px 0px 0px; }
  .quiz_buttons .next { padding: 12px 25px; font-size: 20px; }
  .kviz-step:not(.next-kviz) .clock { padding: 20px 0px; }
  .container { max-width: 100%; }
  .quiz .name { width: 80%; }
  header p.d-flex { display: none !important; }
  .banner {padding: 150px 0px 60px;}
  header .container { width: 100%; max-width: 100%; }
  .soc-seti i { font-size: 25px; }
  .header_phone a {font-size: 25px;}
  form#obr_form {
    max-width: 100%;
  }
  .header_phone span { color: black; }
  .soc-seti a { border: none; width: 30px; height: 30px; line-height: 30px; }
  section.form-bottom img { margin: 0px auto; }
  nav.navbar.navbar-expand-xl.navbar-light { padding: 0px; }
  .tab-content > .tab-pane { text-align: center; }
  .tabs_img { margin-top: 0px; margin-bottom: 50px; }
  .nav-tabs .nav-link { text-align: center; }
  .ptb-60 { padding: 60px 0px; }
}
@media (max-width: 767px) {
    .spec-a {
    display: none;
}
.header__top .soc{display:none;}
  footer .soc-seti, .contact-item { width: 50%; border-right: none; }
  img.img-what { display: none; }
  .car-search-wrap { padding: 40px; margin: 50px 0px 0px; }
  .counter { font-size: 20px; }
  .owl-controls { inset: 20px 20px auto auto; padding: 10px; width: 120px; }
  .raboti-home .img { height: 500px; }
  .feature-step-icon::before { width: 30px; height: 30px; }
  .etapi > div:nth-child(2n) .feature-step-item::before { content: none; }
  .etapi > div:nth-child(2n-1) .feature-step-item::before { content: ""; }
  .feature-step-icon { font-size: 50px; width: 80px; height: 80px; margin-left: -40px; margin-top: -50px; }
  .feature-step-item { height: 100%; }
  .etapi > div { margin-top: 80px !important; }
  .order2 { order: 2; }
  .kviz-step { margin-bottom: 30px; }
  .service_body { margin-right: 0px; padding: 20px; }
  .banner {padding: 120px 0px 60px;}
  .header_phone a { font-size: 18px; }
  .soc-seti a { margin-right: 5px; width: auto; }
  .card .btn { padding: 15px 30px 15px 15px; }
  .accordion button.btn.btn-link span { width: 40px; height: 40px; }
  .day { margin-right: 0px; margin-bottom: 10px; }
  .stroka { display: block; }
  .cel_block { text-align: center; }
  .service_button { margin-right: 0px; }
  .nav-tabs .nav-link { text-align: center; }
  .nav-tabs .nav-link.active::after, .nav-tabs .nav-item.show .nav-link::after { content: ""; width: 15px; height: 15px; background: rgb(239, 144, 0); position: absolute; bottom: 0%; margin-bottom: -7px; right: 50%; margin-right: -5px; transform: rotate(45deg); }
  .price-block p.name { font-size: 20px; }
  .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 30px; }
  .back-m { margin-left: 0px; padding: 10px; margin-top: 20px; }
  .content-box::before { width: 100%; }
  .content-box { position: relative; padding: 20px; margin-bottom: 20px; }
  .image-box { margin-left: 0px; }
  .image-box::before { content: none; }
}
@media (max-width: 640px) {
  .modal .modal-dialog { width: 100%; }
  .modal .form-header .title_for { font-size: 20px; }
  .navbar-light .navbar-toggler { right: 20px; font-size: 15px; padding: 5px; }
  .header_phone {position: relative;}
  .header_logo span { display: none; }
  .block-preim-h {width: 100%;height: auto;display: flex;background: none;border: none;margin-top: 30px;}
  .preim-h img{
    margin:10px auto;
  }
  .preim-h {position: static;padding: 20px 5px;max-width: 100%;font-size: 14px;width: 33.33% !important;margin-left: 0px !important;display: block;text-align: center;}
}
@media (max-width: 575px) {
    .header_phone img {
    max-width: 30px;
    margin-right: 10px;
}
  .ltn__tab-menu a {
font-size:16px;
    margin-right: 20px;
  }
  .apartments-plan-info {
    padding: 30px;

}
  footer .soc-seti, .contact-item { width: 100%; border-right: none; }
  .accordion { padding: 0px; }
  .back-m { display: block; padding: 10px; }
  .planka_bottom, .planka_bottom .text-right { text-align: center !important; }
  .otziv_img { width: 100%; height: 400px; }
  .text-otziv { padding: 20px; }
  section#raboti .col-sm-6 { width: 50%; }
  section#raboti .car-search-wrap .col-sm-6 { width: 100%; }
  .otzivi .d-flex { display: block !important; }
  .raboti-home .img { height: 350px; }
  .text_body { padding: 20px; }
  .text_body .h4, .text_body p.h5 { font-size: 25px; }
  .etapi > div .feature-step-item::before { content: none !important; }
  .clock, .clock > div, .kviz-step:not(.next-kviz) .clock { padding: 10px; }
  .quiz { padding: 30px 20px; }
  .day { padding: 10px 0px; font-size: 22px; }
  .clock span { font-size: 18px; }
  .quiz_buttons { justify-content: center; }
  .quiz__buttons__hint__text { display: none; }
  .quiz_buttons p { text-align: center; }
  .back-skos::before { width: 100%; height: 110%; left: 0px; transform: skew(0deg, 0deg); }
  .h2 p { font-size: 18px; }
  .back-comp .btn { margin: 20px 0px 30px; width: 100%; }
  .banner_left .col-sm-6 { margin-bottom: 10px; flex: 0 0 50%; max-width: 50%; }
  .podpis { display: none; }
  footer .col-sm-12 { padding-bottom: 20px; text-align: center; }
  p.err404 img { max-width: 150px; }
  p.err404 { font-size: 55px; }
  ul.ul-col-2 li { width: 100%; }
  footer p.title-footer::before { content: none; }
  .back-skos p { width: auto; font-size: 18px; }
  .back-skos { text-align: center; margin: 20px 0px; border-bottom: 1px solid rgb(233, 220, 203); }
  footer p { text-align: center; }
  .nav-tabs .nav-link { width: 100%; text-align: center; }
  .h2, h2 { font-size: 25px; padding-left: 0px; margin-bottom: 30px; }
  .service_ex p.h4 a { font-size: 25px; }
  h2.h2::before { bottom: -10px; top: auto; }
  span.cifra-comp, .preim_title { font-size: 20px; }
  .block-title p.title span { top: 0px; }
  .block-title p.title { font-size: 18px; margin-bottom: 30px; padding: 15px 35px; margin-left: -10px; border-radius: 50px; bottom: -20px; }
  .header_logo { width: 20%; }
  .btn { padding: 15px 30px; font-size: 16px; }
  a.whatsapp, .car-search-wrap .submit_btn { width: 100%; text-align: center; margin-left: 0px; }
  .form-control, label.form-control.js-labelFile { max-width: 100%; }
  .soc-seti i { font-size: 20px; }
  .soc-seti { text-align: right; width: 25%; padding: 0px; }
  .header_phone {width: 80%;}
  .header_phone i { display: none; }
  span.cifra { position: static; }
  .banner { padding: 30px 0px 60px; }
  .banner_left p, .banner_left p.vp-banner { padding-left: 0px; font-size: 16px; }
  button.header_call { font-size: 15px; display: none; }
  .header_phone span { font-size: 16px; }
  header a { color: black; font-size: 14px; }
  h1 { font-size: 25px; margin-bottom: 20px; }
  p.preim_title::before { width: 80px; height: 80px; top: -100px; }
  .content-box::after { left: 20px; }
  header {padding: 20px 10px;background: #303036;margin: 0px;position: static;}
}
.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; width: 20%; float: left; }
.col-5-th { -webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%; }
@media (min-width: 768px) {
  .col-sm-5th { -webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%; }
}
@media (min-width: 992px) {
  .col-md-5th { -webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%; }
}
@media (min-width: 1200px) {
  .col-lg-5th { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
}
@media only screen and (max-width: 992px) {
  .col-md-5th { width: 33%; float: none; display: block; -webkit-box-flex: 0; flex: 0 0 33%; max-width: 33%; }
  .col-md-5th.col-sm-5th { width: 20%; float: left; -webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%; }
}
@media only screen and (max-width: 769px) {
  .col-md-5th { width: 100%; float: none; display: block; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-md-5th.col-sm-5th { width: 50%; float: none; display: block; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
}
@media only screen and (max-width: 767px) {
  .col-md-5th { width: 100%; float: none; display: block; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
  .col-md-5th.col-sm-5th { width: 100%; float: none; display: block; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
}
