.m-card {
    padding: 0 0 0 0;
    background-color: #f4f4f4;
}

.top-card {
    min-height: 890px;
    position: relative;
    padding: 90px 0 0 0;
}

.card-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.card-to-bottom {
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: 48px;
    left: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.card-to-bottom-inn {
    background: url(/includes/img/strelka.svg) no-repeat 50% 50%;
    cursor: pointer;
    width: 48px;
    height: 100%;
    margin: 0 auto;
}

.card-inn {

}

.card-head {
    margin: 0 0 15px 0;
}

.card-descriptor {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.card-title {
    margin: 0 0 0 0;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 36px;
}

.card-func {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 800;
}

.card-table {
    margin: 0 0 0 0;
    max-width: 260px;
}

.card-table .card-table-item {
    height: 85px;
    margin: 0 0 0 0;
    -webkit-box-shadow: 0 -2px 0 0 #d7d3d9 inset;
            box-shadow: 0 -2px 0 0 #d7d3d9 inset;
}

.card-table .card-tab-img {
    height: 100%;
    width: 55px;
    margin: 0 0 0 0;
    float: left;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.card-table .card-tab-text {
    margin: 0 0 0 65px;
    padding: 0 0 0 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.card-table .card-tab-text span {
    display: inline-block;
    max-width: 130px;
    line-height: 20px;
}

.card-opis {
    margin: 30px 0 25px 0;
    font-size: 14px;
    line-height: 24px;
    max-width: 292px;
    max-height: 144px;
    overflow: hidden;
}

.card-cost {
    max-width: 292px;
}

.card-cost .price-block-olde {
    margin: 0 0 0 0;
    height: 26px;
    font-size: 20px;
    font-weight: 500;
    color: #ff3b23;
    text-decoration: line-through;
}

.card-cost .price-block-real {
    height: 62px;
}

.card-cost .price-block {
    height: 100%;
    display: inline-block;
    font-size: 42px;
    font-weight: 800;
}

.card-cost .ml-block {
    height: 100%;
    display: inline-block;
    font-size: 22px;
    vertical-align: bottom;
    padding: 20px 0 0 20px;
}

.card-cost .ml-block span {
    display: inline-block;
}

.card-buttons {
    margin: 20px 0 0 0;
    height: 97px;
}

.card-btn {
    position: relative;
    cursor: pointer;
    margin: 0 0 0 0;
    border-radius: 50px;
    background: #ff3b23;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 0 0;
    width: 200px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    text-decoration: none;
    color: #fff;
}

.card-btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fc3c0c), to(#ec1900));
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    text-decoration: none;
    color: #fff;
}

.card-btn:active,
.card-btn:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.card-btn a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-buttons .card-like {

}

.card-social {
    margin: 50px 0 0 0;
    height: 24px;
    max-width: 260px;
}

.card-sc-title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.card-sc-btns {
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: top;
}

.ya-share2__container_size_m .ya-share2__item {
    margin: 0 20px 0 0 !important;
}

.ya-share2__item_service_vkontakte .ya-share2__badge {
    background-color: transparent !important;
}

.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(/includes/img/vk.png) 0 50% no-repeat !important;
}

.ya-share2__item_service_facebook .ya-share2__badge {
    background-color: transparent !important;
}

.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(/includes/img/fb.png) 0 50% no-repeat !important;
}

/*--------------------------------------*/

.col-sostav .card-inn {
    max-width: 260px;
    margin: 0 0 0 80px;
}

.card-sostav-wrap {
    margin: 20px 0 0 0;
}

.card-sostav {

}

.card-sostav-head {
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    -webkit-box-shadow: 0 -2px 0 0 #c7c3ca inset;
            box-shadow: 0 -2px 0 0 #c7c3ca inset;
}

.card-sostav-head:hover .st-icon {
    color: #008ffe;
}

.st-title {
    padding: 5px 0 0 0;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
}

.st-icon {
    float: right;
    height: 55px;
}

.st-icon i {
    font-size: 28px;
    line-height: 55px;
}

.st-close {
    display: none;
}

.acter .st-close {
    display: block;
}

.st-open {
    display: block;
}

.acter .st-open {
    display: none;
}

.card-sostav-body {
    overflow: hidden;
    height: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.acter .card-sostav-body {
    height: auto;
    min-height: 200px;
}

.sostav-body-inn {
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 26px;
    max-height: 650px;
}

/*--------------------------------------*/

.sostav-body-images {

}

.sostav-body-images.no_show {
    /*display: none;*/
}

.sostav-images {
    padding: 20px 0 0 0;
    overflow: hidden;
}

.sostav-image {
    cursor: pointer;
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 0 5px 0;
}

.sostav-img {
    height: 90px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}

.sostav-img-title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    /*overflow: hidden;*/
    padding: 0 5px;
}

/*--------------------------------------*/

.bot-card {
    min-height: 300px;
    padding: 50px 0 90px 0;
}

/*.bot-card .container-card {
    padding-top: 40px;
}*/

.bot-card .col-card {
    padding-top: 40px;
}

.bot-card .card-sostav {
    max-width: 485px;
    margin: 30px 0 0 0;
}

.bot-card .card-sostav:first-child {
    margin: 0 0 0 0;
}


.bot-card .sostav-body-inn {
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 30px;
}

.bot-card .acter .card-sostav-body {
    height: auto;
    min-height: auto;
}

/*--------------------------------------*/

.tooltipster-sidetip .tooltipster-content .tooltip_sostav {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    padding: 0 0 0 0;
    max-width: 230px;
    display: block;
}

.tooltipster-sidetip .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff !important;
}

/*--------------------------------------*/

.m-card .rsDefault {
    background: transparent;
    cursor: pointer;
}

.m-card .col-card-img {
    padding-top: 60px;
}

.m-card .royalSlider {
    width: 100%;
    height: 300px;
}

.m-card .rsDefault .rsOverflow,
.m-card .rsDefault .rsSlide {
    background: transparent;
    overflow: initial;
}

.m-card .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    width: 54px;
    height: 54px;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    position: absolute;
    cursor: pointer;
    background: url(/includes/img/ic_left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.9;
    background-color: #fff;
    border-radius: 50%;
}

.m-card .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    width: 54px;
    height: 54px;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    position: absolute;
    cursor: pointer;
    background: url(/includes/img/ic_right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.9;
    background-color: #fff;
    border-radius: 50%;
}

.m-card .rsDefault .rsArrow.rsArrowLeft {
    left: -35px;
}

.m-card .rsDefault .rsArrow.rsArrowRight {
    right: -35px;
}

.m-card .rsDefault .rsArrow.rsHidden {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------*/

.card-cost-wrap.mobile_banner {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 20px 0 0 0;
    background: #fff;
    height: 95px;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.card-cost-wrap.mobile_banner.banner-stick {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.card-cost-wrap.mobile_banner.banner-stick .card-cost {
    padding: 0 0 0 20px;
    width: 50%;
    float: left;
}

.card-cost-wrap.mobile_banner.banner-stick .card-buttons {
    padding: 0 20px 0 0;
    width: 50%;
    float: left;
    margin: 0 0 0 0;
}

.card-cost-wrap.mobile_banner.banner-stick .price-block {
    font-size: 28px;
}

.card-cost-wrap.mobile_banner.banner-stick .ml-block {
    display: none;
}

/*-------------------------------------- WITH -----------------------------------*/

.bot-with {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
}

.with-h1 {
    font-size: 49px;
    font-weight: 300;
    text-align: center;
    color: #000;
    padding: 75px 0 75px 0;
}

.with-wrap {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.with-row {
    position: relative;
    z-index: 1;
}

.with-wrap .container-with {
    position: relative;
    padding-bottom: 110px;
    background: #fff;
}

.with-wrap .container-with:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 340px;
    width: 100%;
    background-color: #f1fcff;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.with-wrap .cat-outer-image {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-height: 270px;
    min-height: 270px;
    text-align: center;
    margin: 0 auto;
}

.catalog-list .cat-image-a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 0;
}

.thmb_caption {
    margin: 30px auto 0 auto;
    text-align: center;
    max-width: 280px;
}

.thmb_name {
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 5px 0;
}

.thmb_name a {
    color: #000;
    text-decoration: none;
}

.thmb_name a:hover {
    text-decoration: none;
}

.thmb_pod_name {
    font-size: 16px;
    font-weight: bold;
}






/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .bot-card .col-card {
        padding-top: 0;
    }
    .m-card {
        padding: 55px 0 0 0;
    }
    .card-to-bottom,
    .card-social {
        display: none !important;
    }
    /*----------------------*/
    .top-card {
        min-height: auto;
        padding: 0 0 0 0;
    }
    .card-circle {
        background-size: 110%;
        background-position: 50% 50%;
    }
    .card-descriptor {
        margin: 0 0 0 0;
        font-size: 14px;
    }
    .card-title {
        font-size: 22px;
        white-space: normal;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
    }
    .card-func {
        margin: 0 0 0 0;
        font-size: 18px;
        font-weight: 500;
    }
    .m-card .rsDefault .rsArrow.rsArrowRight {
        right: 25px;
    }
    .m-card .rsDefault .rsArrow.rsArrowLeft {
        left: 25px;
    }
    .m-card .col-card-img {
        position: relative;
        padding-top: 0;
    }
    .bot-card .card-sostav {
        max-width: inherit;
        padding: 15px 5px 0 5px;
    }
    .card-sostav-wrap .card-sostav {
        max-width: inherit;
        padding: 15px 20px 0 20px;
    }
    .bot-card .container-card {
        padding-top: 0;
    }
    .st-title {
        font-size: 26px;
    }
    .bot-card {
        min-height: inherit;
        padding: 0 0 90px 0;
        display: table;
    }
    .bot-card .sostav-body-inn {
        margin: 30px 0 0 0;
        font-size: 14px;
        line-height: 26px;
    }
    .card-table {
        max-width: 100%;
        padding: 0 20px;
    }
    .card-opis {
        margin: 30px 0 0 0;
        max-width: 100%;
        padding: 0 20px;
        max-height: inherit;
    }
    .card-head {
        margin: 20px 0 0 0;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 20px;
        z-index: 10;
    }
    .card-cost-wrap {
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0;
        padding: 0 20px;
        z-index: 10;
    }
    .card-cost .price-block-real {
        height: 44px;
    }
    .card-cost .price-block {
        font-size: 32px;
    }
    .card-cost .ml-block {
        font-size: 18px;
        padding: 14px 0 0 20px;
    }
    .card-buttons {
        margin: 10px 0 0 0;
        height: 81px;
    }
    .card-btn {
        font-size: 18px;
        height: 56px;
        line-height: 56px;
        width: 100%;
        padding: 0 0 0 0;
    }
    .card-cost {
        max-width: 100%;
    }
    .card-cost .price-block-olde {
        height: 26px;
        font-size: 16px;
        line-height: 26px;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    .bot-card .col-card {
        padding-top: 0;
    }
    .card-to-bottom,
    .card-social {
        display: none !important;
    }
    /*----------------------*/
    .top-card {
        min-height: auto;
        padding: 0 0 0 0;
    }
    .card-circle {
        background-size: 110%;
        background-position: 50% 50%;
    }
    .card-descriptor {
        margin: 0 0 5px 0;
        font-size: 16px;
    }
    .card-title {
        font-size: 26px;
        white-space: normal;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
    }
    .m-card .rsDefault .rsArrow.rsArrowRight {
        right: 25px;
    }
    .m-card .rsDefault .rsArrow.rsArrowLeft {
        left: 25px;
    }
    .m-card .col-card-img {
        position: relative;
        padding-top: 0;
    }
    .bot-card .card-sostav {
        max-width: inherit;
        padding: 15px 5px 0 5px;
    }
    .card-sostav-wrap .card-sostav {
        max-width: inherit;
        padding: 15px 20px 0 20px;
    }
    .bot-card .container-card {
        padding-top: 0;
    }
    .st-title {
        font-size: 26px;
    }
    .bot-card {
        min-height: inherit;
        padding: 0 0 90px 0;
        display: table;
    }
    .bot-card .sostav-body-inn {
        margin: 30px 0 0 0;
        font-size: 14px;
        line-height: 26px;
    }
    .card-table {
        max-width: 100%;
        padding: 0 20px;
    }
    .card-opis {
        margin: 30px 0 0 0;
        max-width: 100%;
        padding: 0 20px;
        max-height: inherit;
    }
    .card-head {
        margin: 20px 0 0 0;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 20px;
        z-index: 10;
    }
    .card-cost-wrap {
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0;
        padding: 0 20px;
        z-index: 10;
    }
    .card-cost .price-block-real {
        height: 44px;
    }
    .card-cost .price-block {
        font-size: 32px;
    }
    .card-cost .ml-block {
        font-size: 18px;
        padding: 14px 0 0 20px;
    }
    .card-buttons {
        margin: 10px 0 0 0;
        height: 81px;
    }
    .card-btn {
        font-size: 18px;
        height: 56px;
        line-height: 56px;
        width: 100%;
        padding: 0 0 0 0;
    }
    .card-cost {
        max-width: 100%;
    }
    .card-cost .price-block-olde {
        height: 26px;
        font-size: 16px;
        line-height: 26px;
    }
}


@media (min-width: 768px)  and (max-width: 979px) {
    .card-title {
        font-size: 20px;
    }
    .card-descriptor {
        font-size: 16px;
    }
    .card-func {
        margin: 5px 0 0 0;
        font-size: 16px;
    }
    .card-cost .price-block {
        font-size: 32px;
    }
    .col-sostav .card-inn {
        margin: 0 0 0 20px;
    }
    .card-circle {
        background-size: 50%;
        background-position: 50% 120px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

}

/*-------------------------------------------------------------*/

@media (min-width: 1400px) and (max-width: 5000px) {
    .m-card .container {
        width: 1340px;
    }

    .m-card .col-card-img {
        padding-top: 0;
    }
}



/* ---- NEW ----- */

/*.top-card_new {
    background: #f4f4f4;
    position: relative;
}
.card-title_new {
    font-size: 36px;
}
.card-utitle {
  font-size: 31px;
  color: #1d1d1d;
  margin-top: 25px;
}
.card-descriptor_new {
    font-size: 24px;
    font-weight: normal;
    color: #1d1d1d;
}

.card-special {
    margin: 50px 0 10px 0;
}
.card-special__title {
    font-size: 38px;
    font-weight: 800;
    color: #ff0404;
    text-transform: uppercase;
}
.butn_red_new {
    height: 44px;
    border-radius: 24px;
    background-color: #ff1b00;
    -webkit-box-shadow: inset 2px 1px 2px 0 rgba(0, 0, 0, 0.18);
            box-shadow: inset 2px 1px 2px 0 rgba(0, 0, 0, 0.18);
   
    color: white;
    padding: 0 25px;
}
.card-special__butn {
     font-size: 26px;
    width: 358px;
    max-width: 100%;
    padding: 0;
}
.tooltip_special {
    width: 277px;
    text-align: center;
    border-radius: 9px;
}

.butn_promocode {
    font-size: 19px;
}

.timer-wrap {
    color: #ff0202;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 14px 0;
}
.timer-counter {
    font-size: 19px;
}
.timer-wrap .fa {
    font-size: 36px;
    margin-right: 10px;
}

.thmb-slick .slick-slide {
    cursor: pointer;
    outline: none;
}
.thmb-slick .slick-current,
.thmb-slick .slick-current + .slick-slide {
    margin-right: 150px;
}
.thmb-slick .slick-nextcurrent,
.thmb-slick .slick-precurrent_2 + .slick-slide {
    margin-left: 150px;
}
.thmb-slick .slick-precurrent {
   margin-right: 150px;
   margin-left: -150px;
}

.thmb-slick .slick-slide img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.thmb-slick .slick-current img,
.thmb-slick .slick-precurrent_3 img {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.content-block {
    padding-top: 10px;
}
.content-block_white {
    background: white;
    padding: 65px 20px;
}
.image_big {
    text-align: center;
}

.video {
    text-align: center;
}

.tech-img {
    text-align: center;
}
.tech-img svg {
    max-width: 100%;
    margin-left: 230px;
}
.text_tech {
    margin-bottom: 70px;
}

.composition {
    font-size: 16px;
    padding-bottom: 30px;
}

.composition__wrap_section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.composition__wrap_subsection {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.composition__wrap_item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.composition__section {
    margin-left:10px;
}
.composition__subsection {
    padding: 10px 10px 0 10px;
    position: relative;
    margin-bottom: 80px;
    min-width: 170px;
}
.composition__subsection__single {
    margin-bottom: 140px;
}
.composition__section:last-of-type .composition__subsection__single {
    margin-bottom: 80px;
} 
.composition-item {
    text-align: center;
    width: 111px;
    height: 150px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.composition__title {
    text-align: center;
    position: relative;
}
.composition__title_section {
    font-weight: 800;
    padding-bottom: 35px;
}
.composition__title_section_empty {
    opacity: 0;
    height: 57px;
}
.composition__title_subsection {
    font-weight: 500;
    padding-top: 35px;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 100%;
}
.composition__title_subsection span {
    display: block;
}
.composition__title::after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 18px;
    border: solid 2px #979797;
}
.composition__title_section::after {
    bottom: 0;
    border-bottom: none;
}
.composition__title_subsection::after {
    top: 0;
    border-top: none;
}

.composition-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 85px;
}

.skin-type-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.skin-type-item {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 115px;
}
.skin-type-item__img {
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.list-big {
    font-size: 24px;
    line-height: 1.92;
    padding: 0;
    font-weight: 400;
    margin-bottom: 40px;
}
.list-big li::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    margin-right: 16px;
}

.pref-wrap  {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.pref-item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px;
}
.pref-item__img {
    width: 100px;
    min-width: 100px;
    text-align: center;
    margin-right: 30px;
}
.pref-item__text {
    font-size: 16px;
    max-width: 300px;
    line-height: 2;
}
.pref-item__num {
    font-size: 38px;
    font-weight: 500;
    color: #1d1d1d;
    margin-top: 20px;
}

.questions-wrap {
    max-width: 1050px;
    margin: 0 auto 75px auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.questions-item {
    background: white;
    width: 48.5%;
    padding: 45px 60px 45px 75px;
}
.questions-item__text {
    line-height: 2;
    color: #333333;
    font-weight: 400;
}
.butn_ask {
    width: 225px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
   .thmb-slick .slick-current,
    .thmb-slick .slick-current + .slick-slide {
        margin-right: 35px;
    }
    .thmb-slick .slick-nextcurrent,
    .thmb-slick .slick-precurrent_2 + .slick-slide {
        margin-left: 35px;
    }
    .thmb-slick .slick-precurrent {
       margin-right: 35px;
       margin-left: -35px;
    }
}

@media screen and (max-width: 992px) {
    
    .tech-img svg {
        margin-left: 0;
        width: 100%;
        padding-left: 169px;
    }

    .questions-item {
        padding: 30px 40px 30px 45px;
    }
}

@media screen and (max-width: 767px) {
    
    .content-block_white {
        padding: 45px 15px;
        margin: 0 -15px;
    }
    .list-big {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .card-inn_new .card-head,
    .card-inn_new .card-cost-wrap,
    .card-offers  .card-cost-wrap {
        position: static;
        padding: 0;
    }
    .card-inn_new .card-title {
        overflow: visible;
        height: auto;
    }
    .col-card-img_new {
        padding: 0;
        margin-top: 30px;
    }

    .thmb-slick {
        max-width: 290px;
        margin: 0 auto;
    }

    .bot-card .card-sostav:first-child {
        margin-top: 30px;
    }
    
    .pref-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    .pref-item__img {
        margin: 0 0 15px 0;
        height: 140px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .pref-item__text {
        text-align: center;
        max-width: none;
    }

    .questions-wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .questions-item {
        margin: 0 -15px 15px -15px;
        width: auto;
    }

    .card-special__butn {
        width: auto;
        max-width: 358px;
        font-size: 24px;
    }

    .tech-img svg {
        width: auto;
        padding: 0;
        height: auto;
    }

    .composition {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 580px) {

    .composition__section {
        width: 100%;
    }
    .composition__subsection {
        width: 100%;
    }
    .composition__title_subsection {
        left: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 500px) {
    .pref-item {
        width: 100%;
        padding: 0;
    }
    .pref-item__img {
        height: auto;
    }

}*/