html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
        url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
        url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/BebasNeueBold.woff') format('woff'),
        url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff'),
        url('../fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-weight: 500;
    font-family: 'Gilroy';
    color: #623B4E;
}

.main_page {
    overflow: hidden;
}

.main_bg_pink {
    position: relative;
    background-color: #F9EDF3;
    z-index: 1;
}

.main_bg_white {
    position: relative;
    z-index: 2;
}

.main_bg_pink_up {
    padding-top: 155px;
}

.main_bg_pink_up:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -10px;
    width: 100%;
    height: 100px;
    background: url(../img/icon-decore-down.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1440px;
    z-index: 5;
}

@media only screen and (max-width: 1023px){
    .main_bg_pink_up {
        padding-top: 130px;
    }
    
    .main_bg_pink_up:before {
        height: 75px;
        background-size: 1024px;
    }
}

@media only screen and (max-width: 767px){
    .main_bg_pink_up {
        padding-top: 80px;
    }

    .main_bg_pink_up:before {
        top: -1px;
        background-size: 100%;
    }
}

@media only screen and (min-width: 1441px){
    .main_bg_pink_up {
        padding-top: 190px;
    }
    
    .main_bg_pink_up:before {
        height: 135px;
        background-size: 1920px;
    }
}

@media only screen and (min-width: 1921px){
    .main_bg_pink_up {
        padding-top: 260px;
    }
    
    .main_bg_pink_up:before {
        height: 180px;
        background-size: 2560px;
    }
}

.main_bg_pink_down {
    padding-bottom: 100px;
}

.main_bg_pink_down:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 100px;
    background: url(../img/icon-decore-up.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1440px;
    z-index: 5;
}

@media only screen and (max-width: 1023px){
    .main_bg_pink_down {
        padding-bottom: 75px;
    }

    .main_bg_pink_down:after {
        height: 74px;
        background-size: 1024px;
    }
}

@media only screen and (max-width: 767px){
    .main_bg_pink_down:after {
        bottom: -1px;
        background-size: 100%;
    }
}

@media only screen and (max-width: 375px){
    .main_bg_pink_down {
        padding-bottom: 55px;
    }
}

@media only screen and (min-width: 1441px){
    .main_bg_pink_down {
        padding-bottom: 85px;
    }
    
    .main_bg_pink_down:after {
        height: 135px;
        background-size: 1920px;
    }
}

@media only screen and (min-width: 1921px){
    .main_bg_pink_down {
        padding-bottom: 85px;
    }
    
    .main_bg_pink_down:after {
        height: 175px;
        background-size: 2560px;
    }
}

.noscroll {
    overflow: hidden;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

a {
    color: #C05087;
    cursor: pointer;
    outline: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

a:focus {
    outline: none;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0!important;
}

img,
iframe {
    display: block;
    max-width: 100%;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}

.show-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .show-pc {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .line-mobile {
        display: block;
    }
}

/*     form     */

.form {
    max-width: 394px;
    margin: 0 auto;
}

.form__type,
.form__input {
    display: none;
}

.form__type.active,
.form__input.active {
    display: block;
}

.form__title {
    padding-top: 95px;
    background-image: url(../img/icon-logo.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 65px;
}

.form__sub-title {
    margin: 30px 0 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #0E0E0E;
}

.form__line {
    margin-bottom: 11px;
}

.form__line:last-child {
    margin-top: 15px;
    margin-bottom: 0!important;
    text-align: right;
}

.form__line label {
    display: block;
    margin-bottom: 5px;
    padding-left: 36px;
    font-size: 14px;
}

.form__tab {
    display: flex;
    margin: 12px 0 27px;
    column-gap: 4px;
    justify-content: space-between;
}

.form__tab-item {
    flex: 0 0 50%;
}

.form__tab-item {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 28px;
    color: #C9B0BB;
    text-align: center;
    border: 1px solid #E1CFD9!important;
    background: #fff!important;
}

.form__tab-item.active {
    cursor: default!important;
    color: #fff!important;
    border: 1px solid #C05087!important;
    background: #C05087!important;
}

.form__tab-item:nth-child(1) {
    border-radius: 42px 0 0 0;
}

.form__tab-item:nth-child(2) {
    border-radius: 0 0 42px 0;
}

.form__radio {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}

.form__radio_line {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px;
}

.form__radio-item {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #70495D;
}

.form__radio-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #F2EEF0;
    border-radius: 50%;
}

.form__radio-item.active:after {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    width: 14px;
    height: 14px;
    background: #C05087;
    border-radius: 50%;
}

.form__line .iti {
    width: 100%;
}

.form__line .iti .iti__selected-flag {
    margin-left: 70px;
    background: none;
}

.form__line input,
.form__line select,
.form__line textarea {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 76px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Gilroy';
    color: #70495D;
    background-color: #F9F0F4;
    background-repeat: no-repeat;
    border: 1px solid #FFF4FA;
    -webkit-border-radius: 42px 0 42px 0;
    -moz-border-radius: 42px 0 42px 0;
    border-radius: 42px 0 42px 0;
}

.form__line input[type=tel] {
    padding-left: 125px!important;
}

.form__line_select {
    background-color: #F9F0F4;
    background-image: url(../img/icon-arrow-more-red.svg);
    background-position: right 29px center;
    background-repeat: no-repeat;
    background-size: 10px;
    -webkit-border-radius: 42px 0 42px 0;
    -moz-border-radius: 42px 0 42px 0;
    border-radius: 42px 0 42px 0;
}

.form__line_simple input,
.form__line_simple select {
    padding-left: 36px!important;
}

.form__line select {
    padding-right: 60px;
    background: none;
}

.form__line textarea {
    height: 126px;
    padding: 18px 18px 18px 35px;
    resize: none;
}

input::-webkit-input-placeholder {color: #C9B0BB;}
input::-moz-placeholder {color: #C9B0BB;}
input:-ms-input-placeholder {color: #C9B0BB;}
input:-moz-placeholder {color: #C9B0BB;}

select::-webkit-input-placeholder {color: #C9B0BB;}
select::-moz-placeholder {color: #C9B0BB;}
select:-ms-input-placeholder {color: #C9B0BB;}
select:-moz-placeholder {color: #C9B0BB;}

textarea::-webkit-input-placeholder {color: #C9B0BB;}
textarea::-moz-placeholder {color: #C9B0BB;}
textarea:-ms-input-placeholder {color: #C9B0BB;}
textarea:-moz-placeholder {color: #C9B0BB;}

.icon-form-pib {
    background-image: url(../img/icon-form-pib.svg);
    background-position: left 36px center;
}

.icon-form-phone {
    background-image: url(../img/icon-form-phone.svg);
    background-position: left 36px center;
}

.icon-form-email {
    background-image: url(../img/icon-form-email.svg);
    background-position: left 36px center;
}

.icon-form-company {
    background-image: url(../img/icon-form-company.svg);
    background-position: left 36px center;
}

.icon-form-city {
    background-image: url(../img/icon-form-city.svg);
    background-position: left 36px center;
}

.icon-form-address {
    background-image: url(../img/icon-form-address.svg);
    background-position: left 35px center;
}

.icon-form-index {
    background-image: url(../img/icon-form-index.svg);
    background-position: left 35px center;
}

.icon-form-country {
    background: none!important;
    background-image: url(../img/icon-form-country.svg)!important;
    background-position: left 35px center!important;
    background-repeat: no-repeat!important;
}

.icon-form-region {
    background-image: url(../img/icon-form-country.svg);
    background-position: left 35px center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #E1CFD9!important;
}

.select2-dropdown {
    border: 1px solid #E1CFD9!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #70495D!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 10px)!important;
    right: 30px!important;
    width: 20px!important;
    height: 20px!important;
    background: none!important;
    background-image: url(../img/icon-arrow-more-red.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 10px!important;
    transform: rotate(0deg)!important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg)!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 50px!important;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #623B4E!important;
}

.select2-container--default .select2-results__option--selectable {
    color: #623B4E!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F9F0F4!important;
}

@media only screen and (max-width: 1439px) {

}

@media only screen and (max-width: 767px) {
    .form__line {
        margin-bottom: 10px;
    }

    .form__line:last-child {
        margin-top: 20px;
        text-align: left;
    }

    .form__sub-title {
        margin: 20px 0 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .form__line label {
        padding-left: 30px;
    }

    .form__line input,
    .form__line select,
    .form__line textarea {
        padding: 17px 17px 17px 60px;
        font-size: 14px;
        line-height: 20px;
        -webkit-border-radius: 30px 0 30px 0;
        -moz-border-radius: 30px 0 30px 0;
        border-radius: 30px 0 30px 0;
    }

    .form__line_select {
        -webkit-border-radius: 30px 0 30px 0;
        -moz-border-radius: 30px 0 30px 0;
        border-radius: 30px 0 30px 0;
    }

    .form__line input,
    .form__line select,
    .form__line textarea {
        background-position: left 30px center!important;
    }

    .form__line textarea {
        padding: 17px 30px;
    }

    .form__line_simple input,
    .form__line_simple select {
        padding-left: 30px!important;
    }
}

/*     btn     */

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn_white {
    padding: 18px 72px 18px 42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #623B4E;
    background-color: #fff;
    background-image: url(../img/icon-btn-arrow-red.svg);
    background-position: right 37px center;
    border: 1px solid #FFF4FA;
    -webkit-border-radius: 42px 0 42px 0;
    -moz-border-radius: 42px 0 42px 0;
    border-radius: 42px 0 42px 0;
}

.btn_white:hover {
    background-position: right 30px center;
}

.btn_light {
    padding: 18px 72px 18px 42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    background-color: #FCF2F7;
    background-image: url(../img/icon-btn-arrow-red.svg);
    background-position: right 37px center;
    border: 1px solid #FFF4FA;
    -webkit-border-radius: 42px 0 42px 0;
    -moz-border-radius: 42px 0 42px 0;
    border-radius: 42px 0 42px 0;
}

.btn_light:hover {
    background-position: right 30px center;
}

.btn_red {
    padding: 18px 72px 18px 42px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #C05087;
    background-image: url(../img/icon-btn-arrow-white.svg);
    background-position: right 37px center;
    border: 1px solid #FFF4FA;
    -webkit-border-radius: 42px 0 42px 0;
    -moz-border-radius: 42px 0 42px 0;
    border-radius: 42px 0 42px 0;
}

.btn_red:hover {
    background-position: right 30px center;
}

@media only screen and (max-width: 1439px) {
    
}

@media only screen and (max-width: 1179px) {
   
}

@media only screen and (max-width: 767px) {
    .btn_white,
    .btn_light,
    .btn_red {
        padding: 15px 78px 15px 40px;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        -webkit-border-radius: 36px 0 36px 0;
        -moz-border-radius: 36px 0 36px 0;
        border-radius: 36px 0 36px 0;
    }
}

@media only screen and (max-width: 320px) {
    .btn_white,
    .btn_light,
    .btn_red {
        padding: 10px 60px 10px 30px;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        background-position: right 30px center;
        background-size: 5px;
        -webkit-border-radius: 28px 0 28px 0;
        -moz-border-radius: 28px 0 28px 0;
        border-radius: 28px 0 28px 0;
    }
}

/*     general     */

.section {
    position: relative;
    clear: both;
}

.container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 10;
}

.title {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 53px;
    line-height: 56px;
    color: #70495D;
}

.title .red {
    color: #C05087;
}

.transform-ua {
    display: inline-block;
    position: relative;
    top: -11px;
    transform: rotate(180deg);
}

.description {
    margin-top: 40px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #623B4E;
}

.description a {
    color: #623B4E;
    text-decoration: underline;
}


.breadcrumb {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #CFD4E7;
}

.breadcrumb a {
    color: #623B4E;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 28px;
    height: 9px;
    background-image: url(../img/icon-btn-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4px;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

@media only screen and (max-width: 1179px) {
    .container {
        max-width: 1024px;
    }

    .description {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        max-width: 768px;
    }

    .description br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 414px;
        padding: 0 20px;
    }

    .title {
        font-size: 30px;
        line-height: 32px;
    }

    .transform-ua {
        top: -7px;
    }

    .description {
        margin-top: 15px;
        font-size: 14px;
        line-height: 21px;
    }
    
    .breadcrumb {
        font-size: 14px;
        line-height: 21px;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 32px 0;
    background: rgba(255,255,255,0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 100;
}

.body-scroll .header {
    background: rgba(255,255,255,1);
}

.header__row ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    background-image: url(../img/icon-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.body-scroll .header__logo {
    width: 56px;
    height: 56px;
}

@media only screen and (min-width: 1024px) {
    .header__menu ul {
        display: flex;
        justify-content: space-between;
        max-width: 1050px;
    }

    .header__menu ul li:nth-child(3) {
        margin-right: 110px;
    }
}


.header__menu a {
    font-size: 16px;
    line-height: 23px;
    white-space: nowrap;
    color: #623B4E;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.header__menu a:hover {
    color: #C05087;
}

.header__basket {
    position: absolute;
    top: -21px;
    right: 10px;
    width: 64px;
    height: 64px;
    transform: scale(1);
    background-color: #FBEEF4;
    background-image: url(../img/icon-basket.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.header__basket.animation {
    transform: scale(1.1);
}

.header__basket span {
    position: absolute;
    top: -6px;
    right: -5px;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #D2036B;
    border: 5px solid #fff;
    border-radius: 50%;
}

.header__burger {
    display: none;
    position: absolute;
    top: 27px;
    right: 20px;
    width: 30px;
    height: 20px;
    background-image: url(../img/icon-burger.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header_open .header__burger {
    background-image: url(../img/icon-burger-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



@media only screen and (min-width: 1024px) {
    .header__menu ul li.menu__item_mob {
        display: none;
    }
}


@media only screen and (max-width: 1179px) {
    .header__menu ul {
        max-width: 910px;
    }
}

@media only screen and (max-width: 1023px) {
    .header {
        height: 74px;
        padding: 0;
    }

    .header_open,
    .body-scroll .header {
        background: #fff;
    }

    .header__logo,
    .body-scroll .header__logo {
        width: 44px;
        height: 44px;
    }

    .header__logo,
    .body-scroll .header__logo {
        top: 15px;
        transform: translate(-50%, 0);
    }
    
    .header__burger {
        display: block;
        left: 20px;
        right: auto;
    }
    
    .header__menu {
        display: none;
    }

    .header__menu ul {
        padding: 140px 0 40px;
    }

    .header__menu li {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .header__menu li:last-child {
        margin-bottom: 0;
    }

    .header__basket {
        top: 13px;
        right: 10px;
        width: 48px;
        height: 48px;
        background-size: 14px;
    }

    .header__basket span {
        width: 26px;
        height: 26px;
        font-size: 9px;
        line-height: 22px;
        border: 3px solid #fff;
    }

    .header_open {
        height: auto;
    }

    .header_open .container {
        height: 100vh;
    }

    .header_open .header__menu {
        display: block;
    }
}

/*     first     */

.first {
    padding-top: 135px;
}

.decore-first {
    position: absolute;
    z-index: 1;
}

.decore-first-1 {
    top: 30px;
    left: 0;
    z-index: 2;
}

.decore-first-2 {
    top: 210px;
    right: 0;
    z-index: 2;
}

.decore-first-3 {
    bottom: -260px;
    left: 0;
    z-index: 2;
}

.decore-first-4 {
    bottom: -80px;
    left: 50%;
    margin-left: -420px;
    z-index: 2;
}

.decore-first-5 {
    top: 0;
    left: 0;
}

.decore-first-6 {
    top: 0;
    right: 0;
}

.decore-first-7 {
    left: 0;
    bottom: -1230px;
}

.decore-first-round {
    bottom: -80px;
    left: calc(50% - 524px);
    width: 1048px;
}

.first_2 {
    padding-top: 176px;
}

.first__stamp {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 184px;
}

.first__title_2 {
    margin-left: 59%;
}

.first__row_type_1 {
    height: 605px;
}

.first__row_type_2 {
    margin-top: 18px;
    padding-left: 59%;
}

.first__sub-tabs {
    display: flex;
    column-gap: 10px;
    margin: 0 0 23px;
}

.first__sub-tab {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 24px;
    background: #FFF9FC;
    border-radius: 28px 0 28px 0;
}

.first__sub-tab.active {
    color: #fff;
    background: #C05087;
}

.first__sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.first__sub-description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
}

.first__btn {
    display: flex;
    align-items: center;
    column-gap: 35px;
    margin-top: 44px;
}

.first__btn-price {
    display: flex;
    align-items: normal;
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.first__btn-price span {
    margin-right: 10px;
    font-weight: 700;
    font-size: 53px;
    line-height: 53px;
    font-family: 'Bebas Neue';
}

.first__slider_1 .mob {
    display: none;
}

.first__slider_2 {
    position: absolute;
    top: -80px;
    left: 10px;
    max-width: 580px;
}

.first__slider_1 {
    margin-top: -20px;
}

.first__slider img {
    max-width: 560px;
    margin: 0 auto;
}

.slick-list {
    z-index: 1!important;
}

.slick-dots {
    left: 50%!important;
    right: auto!important;
    display: flex!important;
    column-gap: 34px!important;
    width: auto!important;
    padding: 23px 55px!important;
    background: #FCF2F7!important;
    border: 1px solid #FFF4FA!important;
    border-radius: 32px 0 32px 0!important;
    transform: translate(-50%, 0)!important;
    z-index: 2;
}

.first__slider_1 .slick-dots {
    display: none!important;
    bottom: 125px!important;
}

.first__slider_2 .slick-dots {
    bottom: -40px!important;
}

.slick-dots li {
    width: auto!important;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
}

.slick-dots li.slick-active button {
    background: #C05087;
}

.slick-dots li button {
    width: 12px!important;
    height: 12px!important;
    padding: 0!important;
    border: 1px solid #C05087!important;
    border-radius: 50%!important;
}

.slick-dots li button:before {
    display: none!important;
}

.slick-arrow {
    width: 59px!important;
    height: 59px!important;
    border-radius: 50%!important;
    background-color: rgba(192, 80, 135, 1)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    z-index: 3;
}

.first__slider_1 .slick-arrow {
    margin-top: -65px!important;
}

.first__slider_2 .slick-arrow {
    margin-top: 0!important;
}

.slick-arrow:before {
    display: none;
}

.first__row_type_1 .slick-prev {
    left: 130px!important;
}

.slick-prev.slick-arrow,
.slick-prev.slick-arrow:hover {
    background-image: url(../img/icon-arrow-left-light.svg)!important;
}

.slick-prev.slick-disabled,
.slick-prev.slick-disabled:hover {
    background-color: rgba(192, 80, 135, 0)!important;
    background-image: url(../img/icon-arrow-left-pink.svg)!important;
}

.first__row_type_1 .slick-next {
    right: 130px!important;
}

.slick-next.slick-arrow,
.slick-next.slick-arrow:hover {
    background-image: url(../img/icon-arrow-right-light.svg)!important;
}

.slick-next.slick-disabled,
.slick-next.slick-disabled:hover {
    background-color: rgba(192, 80, 135, 0)!important;
    background-image: url(../img/icon-arrow-right-pink.svg)!important;
}


@media only screen and (max-width: 1439px) {
    .decore-first-1,
    .decore-first-3 {
        left: -50px;
    }

    .decore-first-2 {
        right: -50px;
    }
}

@media only screen and (max-width: 1279px) {
    .decore-first-2 {
        right: -100px;
    }
}

@media only screen and (max-width: 1179px) {
    .first__sub-tab {
        padding: 10px 25px;
        line-height: 20px;
        text-align: center;
    }

    .first__sub-tab span {
        display: block;
    }

    .decore-first-4 {
        bottom: -110px;
        margin-left: -410px;
        transform: scale(0.75);
    }

    .first__row_type_1 {
        height: 555px;
    }

    .first__slider_1 .slick-arrow {
        margin-top: 0!important;
    }

    .first__title_2 {
        margin-left: 57%;
    }

    .first__row_type_2 {
        padding-left: 57%;
    }

    .first__slider_2 {
        left: 35px;
        max-width: 480px;
    }

    .first__slider img {
        max-width: 500px;
    }

    .first__stamp {
        top: -30px;
        left: 20px;
        width: 174px;
    }
}

@media only screen and (max-width: 1023px) {
    .first__sub-tabs {
        justify-content: center;
    }

    .first__btn {
        margin-top: 34px;
        justify-content: center;
    }

    .decore-first-1,
    .decore-first-2,
    .decore-first-3 {
        display: none;
    }

    .decore-first-5 {
        max-width: 640px;
    }

    .decore-first-6 {
        right: -200px;
        max-width: 640px;
    }

    .first__title_2 {
        margin-left: 0;
        text-align: center;
    }

    .first__title_2 br {
        display: none;
    }

    .first__row_type_2 {
        margin-top: 0;
        padding-left: 0;
    }

    .first__slider_2 {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        margin-bottom: 80px;
        padding: 0 40px;
    }

    .first__sub-title {
        text-align: center;
    }

    .first__sub-description {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }

    .first__btn {
        text-align: center;
    }

    .first__row_type_1 .slick-prev {
        left: 0px!important;
    }

    .first__row_type_1 .slick-next {
        right: 0px!important;
    }

    .decore-first-round {
        display: none;
    }

    .first__stamp {
        top: 245px;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .first {
        padding-top: 110px;
    }

    .first__sub-tab {
        padding: 10px 20px;
    }

    .decore-first-6,
    .decore-first-7 {
        display: none;
    }

    .decore-first-4 {
        bottom: -60px;
        margin-left: -340px;
        transform: scale(0.55);
    }

    .first__row_type_1 {
        height: 520px;
    }
    
    .first__slider_1 .pc {
        display: none!important;
    }
    
    .first__slider_1 .mob {
        display: block!important;
    }

    .first__slider_1 .slick-dots {
        bottom: 10px!important;
    }

    .first__slider_2 {
        max-width: 100%;
        padding: 0;
    }

    .first__slider img {
        max-width: 98%;
    }

    .slick-arrow {
        width: 40px!important;
        height: 40px!important;
        background-size: 9px!important;
    }

    .slick-prev {
        left: 0!important;
    }

    .slick-next {
        right: 0!important;
    }

    .slick-dots {
        padding: 19px 40px!important;
        column-gap: 25px!important;
    }
    
    .slick-dots li button {
        width: 10px!important;
        height: 10px!important;
    }

    .first__sub-title {
        font-size: 22px;
    }

    .first__sub-description {
        font-size: 14px;
        line-height: 21px;
    }
   
    .first__sub-description br {
        display: none;
    }

    
    .first__btn-price {
        font-size: 16px;
    }
    
    .first__btn-price span  {
        font-size: 36px;
        line-height: 38px;
    }

    .first__btn {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 20px;
    }

    .first__stamp {
        top: 205px;
        left: 10px;
        width: 115px;
    }
}

@media only screen and (max-width: 390px) {
    .first__stamp {
        top: 235px;
        z-index: 5;
    }
}

@media only screen and (max-width: 360px) {
    .first__title br {
        display: none;
    }

    .first__row_type_1 {
        
    }
}

@media only screen and (max-width: 320px) {
    .first__row_type_1 {
        
    }
}



/*     first_bf     */


.bf {
    padding-bottom: 65px!important;
}

.bf .first {
    padding-top: 123px!important;
}

.bf__block {
    position: relative;
}

.bf-title {
    position: relative;
    margin-top: -16px;
    font-size: 63px;
    font-weight: 700;
    line-height: 70px;
    font-family: 'Bebas Neue';
    text-align: center;
    z-index: 3;
}

.bf-title .red {
    color: #C05087;
}

.bf-title .transform-ua {
    top: -14px;
}

.bf-description {
    position: relative;
    width: 423px;
    margin: 8px auto 0;
    padding: 22px 20px 23px;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    text-align: center;
    color: #F9EDF3;
    background-color: #70495C;
    z-index: 1;
}

.bf-btn-text {
    display: none;
}

.bf-date {
    position: relative;
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 3;
}

.bf-products {
    display: flex;
    justify-content: space-between;
    width: 445px;
    margin: 200px auto 0;
}

.bf-product {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bf-product_1 {
    text-align: left;
    align-items: flex-start;
}

.bf-product_2 {
    text-align: right;
    align-items: flex-end;
}

.bf-product__img {
    position: absolute;
}

.bf-product__img {
    position: absolute;
    z-index: 2;
}

.bf-product_1 .bf-product__img {
    top: -348px;
    left: -528px;
    width: 596px;
}

.bf-product_2 .bf-product__img {
    top: -352px;
    right: -609px;
    width: 660px;
    transform: rotate(4.3deg);
}

.bf-product__count {
    position: relative;
    padding: 2px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #D3BBC7;
    border: 1px solid #D3BBC7;
    border-radius: 38px;
    z-index: 3;
}

.bf-product__old-price {
    position: relative;
    margin-top: 18px;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Bebas Neue';
    color: #D3BBC7;
    z-index: 3;
}

.bf-product__old-price span {
    position: relative;
}

.bf-product__old-price span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #D3BBC7;
}

.bf-product__new-price {
    position: relative;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    font-family: 'Bebas Neue';
    color: #70495D;
    z-index: 3;
}

.bf-product__stamp {
    position: absolute;
    bottom: 4px;
    left: 145px;
    width: 184px;
    z-index: 10;
}

.bf-btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    z-index: 3;
}

.bf-btn-text {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #623B4E;
}

@media only screen and (max-width: 1179px) {
    .bf-products {
        margin: 156px auto 0;
    }

    .bf-product_1 .bf-product__img {
        top: -288px;
        left: -395px;
        width: 460px;
    }

    .bf-product_2 .bf-product__img {
        top: -260px;
        right: -378px;
        width: 420px;
    }

    .bf-product__stamp {
        left: 80px;
        width: 184px;
    }
}

@media only screen and (max-width: 1023px) {
    .bf-product__stamp {
        left: -10px;
        width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .bf {
        padding-bottom: 60px!important;
    }

    .bf .first {
        padding-top: 109px!important;
    }

    .bf-title {
        margin-top: -8px;
        font-size: 36px;
        line-height: 38px;
    }

    .bf-title .line {
        display: block;
    }

    .bf-title span {
        color: #70495D;
    }

    .bf-title .transform-ua {
        top: -7px;
    }

    .bf-description,
    .bf-date {
        display: none;
    }

    .bf-btn-text {
        display: block;
        margin-top: 3px;
    }

    .bf-products {
        row-gap: 10px;
        flex-direction: column;
        width: 220px;
        margin-top: 122px;
    }

    .bf-product_2 {
        left: -82px;
    }

    .bf-product_1 .bf-product__img {
        top: -176px;
        left: -177px;
        width: 290px;
    }

    .bf-product_2 .bf-product__img {
        top: -194px;
        right: -310px;
        width: 360px;
        transform: rotate(0.3deg);
    }
    
    .bf-product__count {
        padding: 1px 9px 0;
        font-size: 14px;
        line-height: 19px;
    }

    .bf-product_1 .bf-product__count {
        left: -6px;
        color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .bf-product_2 .bf-product__count {
        right: -2px;
    }

    .bf-product__old-price {
        margin-top: 15px;
        font-size: 23px;
        line-height: 24px;
    }
    
    .bf-product__new-price {
        position: relative;
        font-size: 37px;
        font-weight: 700;
        line-height: 38px;
    }

    .bf-btn {
        margin-top: 42px;
    }

    .bf-btn-text {
        display: block;
    }

    .bf-product__stamp {
        left: 220px;
        width: 114px;
        bottom: 283px;
    }
}

/*     about     */

.about {
    padding-top: 60px;
}

.about__row {
    display: flex;
    column-gap: 5px;
    max-width: 1054px;
    margin: 0 auto;
}

.about__column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #FBEEF4 5.96%, #FFF6FA 24.54%, #FBEEF4 43.9%, #FFF7FA 72.63%, #FBEEF4 103.56%);
}

.about__column:nth-child(1) {
    width: 100%;
    border-radius: 132px 0 0 0;
}

.about__column:nth-child(1):before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: url(../img/decor-about-1.png);
    z-index: 1;
}

.about__column:nth-child(1):after {
    position: absolute;
    top: 0;
    right: 0;
    content: url(../img/decor-about-2.png);
    z-index: 1;
}

.about__column:nth-child(2) {
    flex: 0 0 430px;
    padding: 14px;
    border-radius: 0 0 132px 0;
}

.about__list {
    display: flex;
    column-gap: 40px;
}

.about__img {
    width: 83px;
    margin: 0 auto 16px;
}

.about__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.about__container {
    width: 100%;
    padding: 27px;
    border: 1px solid #F8E0EB;
    border-radius: 0 0 132px 0;
}

.about__description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.about__btn {
    margin-top: 26px;
}

@media only screen and (max-width: 1179px) {
   
}

@media only screen and (max-width: 1023px) {
    .about {
        padding-top: 100px;
    }

    .about__row {
        display: block;
    }

    .about__column:nth-child(1) {
        margin-bottom: 5px;
        padding: 40px 0;
    }

    .about__list {
        column-gap: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .about {
        padding-top: 40px;
    }

    .about__column:nth-child(1) {
        padding: 55px 0 43px;
        border-radius: 120px 0 0 0;
        overflow: hidden;
    }

    .about__column:nth-child(1):before {
        bottom: -10px;
        left: -25px;
    }

    .about__column:nth-child(1):after {
        top: -10px;
        right: -10px;
    }
   
    .about__list {
        column-gap: 0;
        row-gap: 30px;
        flex-direction: column;
    }

    .about__item {
        display: flex;
        column-gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .about__img {
        width: 84px;
        margin: 0;
    }

    .about__text {
        width: 120px;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
    }

    .about__column:nth-child(2) {
        padding: 10px;
        border-radius: 0 0 120px 0;
    }

    .about__container {
        padding: 32px 20px;
        border-radius: 0 0 120px 0;
    }

    .about__description {
        font-size: 14px;
        line-height: 21px;
    }
    
    .about__description  br {
        display: none;
    }
}

/*     benefits     */

.benefits {
    padding-top: 80px;
}

.benefits_anchor {
    position: absolute;
    top: -114px;
    left: 0;
    width: 5px;
    height: 5px;
}

.benefits__row {
    display: flex;
    max-width: 1054px;
    margin: 0 auto;
    justify-content: space-between;
    column-gap: 13px;
}

.benefits__row_1 {
    margin-top: 30px;
}

.benefits__row_2 {
    margin-top: 12px;
}

.benefits__row_3 {
    margin-top: 0;
}

.benefits__column {
    position: relative;
    width: 100%;
    height: 265px;
    padding-top: 63px;
}

.benefits__row_3 .benefits__column {
    height: 295px;
}

.benefits__column_1 {
    z-index: 3;
}

.benefits__column_2 {
    z-index: 2;
}

.benefits__column_3 {
    z-index: 1;
}

.benefits__column_4 {
    z-index: 3;
}

.benefits__column_5 {
    z-index: 2;
}

.benefits__column_6 {
    z-index: 1;
}

.benefits__column_7 {
    z-index: 3;
}

.benefits__column_8 {
    z-index: 2;
}

.benefits__column_9 {
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .benefits__column:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: -12px;
        bottom: 0;
        border-right: 12px solid #fff;
        background: linear-gradient(0.37deg, #FBEEF4 -5.18%, #FFF6FA 24.46%, #FBEEF4 49.64%, #FBEEF4 75.3%, #FBEEF4 99.66%);
        z-index: 1;
    }

    .benefits__row_1 .benefits__column {
        padding-top: 63px;
    }

    .benefits__row_2 .benefits__column {
        padding-top: 53px;
    }

    .benefits__row_1 .benefits__column:before {
        border-top: 12px solid #fff;
    }

    .benefits__row_2 .benefits__column:before {
        border-bottom: 12px solid #fff;
    }

    .benefits__column_1:before {
        border-radius: 0 85px 0 85px;
    }
    
    .benefits__column_2:before {
        border-radius: 0 85px 0 0;
        left: -78px;
    }

    .benefits__column_3:before {
        border-radius: 0 85px 0 0;
        left: -78px;
    }

    .benefits__column_4:before {
        border-radius: 85px 0 0 0;
    }

    .benefits__column_6:before {
        border-radius: 0 0 0;
        left: -78px;
    }

    .benefits__column_7:before {
        border-radius: 0 0 0 85px;
        border-bottom: 12px solid #fff;
    }

    .benefits__column_8:before {
        border-radius: 0 0 85px 0;
        border-bottom: 12px solid #fff;
        left: -78px;
    }

    .benefits__column_9:before {
        border-radius: 0 0 85px 0;
        border-bottom: 12px solid #fff;
        left: -78px;
    }
}

.benefits__img {
    position: relative;
    height: 80px;
    margin: 0 0 18px;
    z-index: 2;
}

.benefits__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.benefits__img_1 img {
    max-width: 62px;
}

.benefits__img_2 img {
    max-width: 78px;
    margin: -5px 0 0 -5px;
}

.benefits__img_3 img {
    max-width: 84px;
    margin: -3px 0 0 -8px;
}

.benefits__img_4 img {
    max-width: 75px;
    margin: -3px 0 0 1px;
}

.benefits__img_5 img {
    max-width: 76px;
    margin: -11px 0 0 -4px;
}

.benefits__img_6 img {
    max-width: 42px;
    margin: -10px 0 0 -9px;
}

.benefits__img_7 img {
    max-width: 88px;
    margin: -11px 0 0 -4px;
}

.benefits__img_8 img {
    max-width: 102px;
    margin: -10px 0 0 -9px;
}

.benefits__img_9 img {
    max-width: 102px;
    margin: -10px 0 0 -9px;
}

.benefits__text {
    position: relative;
    min-height: 50px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

@media only screen and (max-width: 1179px) {
    .benefits__column_7,
    .benefits__column_8 {
        padding-top: 50px;
    }

    .benefits__column_7 .benefits__text,
    .benefits__column_8 .benefits__text {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
        line-height: 22px;
    }

    .benefits__column_7 .benefits__text br,
    .benefits__column_8 .benefits__text br {
        display: none;
    }    
}

@media only screen and (max-width: 1023px) {
    .benefits__column {
        height: 255px;
    }

    .benefits__row_1 .benefits__column {
        padding-top: 53px;
    }

    .benefits__row_2 .benefits__column {
        padding-top: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .benefits {
        padding-top: 60px;
    }

    .benefits_anchor {
        top: -104px;
    }
    
    .benefits__row {
        flex-direction: column;
        margin-top: 25px;
    }

    .benefits__row_1 {
        position: relative;
        z-index: 2;
    }

    .benefits__row_2 {
        position: relative;
        margin-top: 0;
        z-index: 1;
    }

    .benefits__row_1 .benefits__column {
        padding-top: 0;
    }

    .benefits__row_2 .benefits__column {
        position: relative;
        padding-top: 0;
    }

    .benefits__row_3 .benefits__column {
        position: relative;
        padding-top: 0;
    }

    .benefits__column_4 {
        z-index: 3;
    }

    .benefits__column_5 {
        z-index: 2;
    }

    .benefits__column_6 {
        z-index: 1;
    }

    .benefits__column_7 {
        z-index: -1;
    }

    .benefits__column_8 {
        z-index: -2;
    }

    .benefits__column_9 {
        z-index: -3;
    }

    .benefits__column {
        display: flex;
        height: 175px!important;
        padding: 0 30px!important;
        justify-content: flex-start;
        align-items: center;
        column-gap: 20px;
    }

    .benefits__column:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: -12px;
        bottom: -12px;
        border-right: 12px solid #fff;
        border-bottom: 12px solid #fff;
        background: linear-gradient(0.37deg, #FBEEF4 -5.18%, #FFF6FA 24.46%, #FBEEF4 49.64%, #FBEEF4 75.3%, #FBEEF4 99.66%);
        border-radius: 0 0 120px 0;
        z-index: 1;
    }

    .benefits__column_1:before {
        border-radius: 100px 0 100px 0;
    }

    .benefits__column_2:before,
    .benefits__column_3:before,
    .benefits__column_4:before,
    .benefits__column_5:before,
    .benefits__column_6:before,
    .benefits__column_7:before,
    .benefits__column_8:before,
    .benefits__column_9:before {
        top: -85px;
    }

    .benefits__img {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .benefits__img img {
        max-width: 100%!important;
        max-height: 100%!important;
        margin: 0!important;
    }
    
    .benefits__text {
        flex: initial;
        justify-content: flex-start;
        min-height: auto;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .benefits__column_6 .benefits__text br {
        display: none;
    }
}

/*     compound     */

.compound {
    padding-top: 76px;
}

.compound_anchor {
    position: absolute;
    top: -124px;
    left: 0;
    width: 5px;
    height: 5px;
}

.compound__row {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.compound__column:nth-child(1) {
    flex: 0 0 56%;
}

.compound__column:nth-child(2) {
    position: relative;
    flex: 0 0 44%;
}

.compound__img {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.compound__img img {
    position: relative;
    z-index: 2;
}

.compound__img:before {
    position: absolute;
    bottom: 0;
    right: 240px;
    content: url(../img/decore-included.png);
    z-index: 1;
}

.compound__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.compound__description {
    margin-top: 20px;
}

.compound__btn {
    margin-top: 28px;
}


@media only screen and (max-width: 1179px) {
    .compound__description br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .compound__row {
        display: block;
    }

    .compound__column:nth-child(1) {
        flex: none;
        margin-bottom: 40px;
    }

    .compound__title {
        text-align: center;
    }

    .compound__description {
        text-align: center;
    }

    .compound__btn {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .compound_anchor {
        top: -114px;
    }
    
    .compound__img {
        max-width: 90%;
    }

    .compound__img:before {
        bottom: -60px;
        right: 170px;
        transform: scale(.75);
    }

    .compound__btn {
        margin-top: 25px;
    }
}

/*     sphere     */

.sphere {
    padding-top: 70px;
}

.sphere_anchor {
    position: absolute;
    top: -54px;
    left: 0;
    width: 5px;
    height: 5px;
}

.sphere_2 {
    padding-top: 50px;
}

.sphere:before {
    position: absolute;
    top: -20px;
    left: 0;
    content: url(../img/decor-sphere-2.png);
    z-index: 1;
}

.sphere:after {
    position: absolute;
    top: -230px;
    right: 0;
    content: url(../img/decor-sphere-1.png);
    z-index: 1;
}

.sphere_2:after {
    position: absolute;
    top: -280px;
    right: 0;
    content: url(../img/decor-sphere-1.png);
    z-index: 1;
}

.sphere__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.sphere__item {
    display: flex;
    flex: 0 0 25%;
    column-gap: 17px;
    align-items: center;
    margin-bottom: 32px;
}

.sphere__img {
    width: 83px;
}

.sphere__text {
    font-size: 16px;
    line-height: 24px;
}

.sphere__info {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.sphere__info.base {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.sphere__info li {
    position: relative;
    padding-left: 14px;
}

.sphere__info li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #623B4E;
    border-radius: 50%;
}

@media only screen and (max-width: 1280px) {
    .sphere:after {
        top: -130px;
    }

    .sphere__info br {
        display: none;
    }
}

@media only screen and (max-width: 1179px) {
    .sphere__item {
        flex: 0 0 33%;
    }
}

@media only screen and (max-width: 1023px) {
    .sphere_2 {
        padding-top: 40px;
    }

    .sphere:before,
    .sphere:after,
    .sphere_2:after {
        display: none;
    }

    .sphere__item {
        flex-direction: column;
        row-gap: 10px;
    }

    .sphere__text {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .sphere_anchor {
        top: -44px;
    }
    .sphere {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .sphere_2 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .sphere__list {
        margin-top: 25px;
    }
   
    .sphere__item {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    .sphere__item:last-child {
        margin-bottom: 0;
    }

    .sphere__img {
        width: 71px;
    }

    .sphere__text {
        font-size: 14px;
        line-height: 21px;
    }

    .sphere__info {
        font-size: 14px;
        line-height: 21px;
    }

    .sphere__info li::before {
        top: 8px;
        width: 5px;
        height: 5px;
    }

    .sphere__info br {
        display: none;
    }
}

/*     use     */

.use_anchor {
    position: absolute;
    top: -124px;
    left: 0;
    width: 5px;
    height: 5px;
}

.use:before {
    position: absolute;
    top: -150px;
    left: 0;
    content: url(../img/decor-use-1.png);
    z-index: 1;
}

.use:after {
    position: absolute;
    top: 370px;
    right: 0;
    content: url(../img/decor-use-2.png);
    z-index: 1;
}

.use__row {
    margin-top: 40px;
}

.use__item {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.use__item:last-child {
    margin-bottom: 0;
}

.use__item:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -45px;
    width: 6px;
    height: 31px;
    background-image: url(../img/icon-use-decore.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.use__item:last-child:before {
    display: none;
}

.use__name {
    position: relative;
    padding: 22px 140px 22px 74px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    background: #FFF9FC;
    border-radius: 0 28px 0 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 1;
}

.use__name:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 74px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-image: url(../img/icon-arrow-more-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.use__item_active .use__name:after {
    transform: rotate(-180deg);
}

.use__text {
    max-height: 0;
    margin-top: 0;
    padding: 0 254px 0 74px;
    font-size: 16px;
    line-height: 28px;
    background: #FFF9FC;
    border-radius: 0px 0px 28px 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.use__item_active .use__text {
    max-height: 1250px;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.use__important {
    margin-top: 50px;
    font-size: 16px;
    line-height: 26px;
}

.use__info {
    display: flex;
    margin-top: 50px;
    padding: 10px 0 10px 66px;
    font-size: 16px;
    line-height: 28px;
    background-image: url(../img/icon-alert-2.png);
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: left center;
}

.use__more {
    display: flex;
    margin-top: 50px;
    column-gap: 42px;
    align-items: center;
}

.use__text-1 {
    position: relative;
    top: 5px
}

.use__text-2 {
    font-size: 16px;
    line-height: 26px;
    padding-left: 76px;
    background-image: url(../img/icon-alert.png);
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: left center;
}

@media only screen and (max-width: 1179px) {
    .use__text-2 {
        font-size: 15px;
    }

    .use__text-2 br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .use:before,
    .use:after {
        display: none;
    }

    .use__text {
        padding-right: 74px;
    }

    .use__text-1 {
        top: 15px;
        text-align: center;
    }

    .use__text-2 {
        padding: 76px 0 0;
        background-position: top center;
    }
    
    .use__important br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .use_anchor {
        top: -114px;
    }
    
    .use__row {
        margin-top: 25px;
    }

    .use__item {
        margin-bottom: 15px;
    }

    .use__item:last-child {
        margin-bottom: 0;
    }

    .use__item:before {
        display: none;
    }

    .use__name {
        padding: 15px 65px 15px 30px;
        font-size: 14px;
        line-height: 21px;
    }

    .use__name:after {
        top: 21px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: 0;
    }

    .use__text {
        padding: 0 30px 0 30px;
        font-size: 14px;
        line-height: 21px;
    }

    .use__item_active .use__text {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .use__important,
    .use__info {
        margin-top: 40px;
        font-size: 14px;
        line-height: 21px;
    }

    .use__info br {
        display: none;
    }

    .use__more {
        display: block;
        margin-top: 40px;
        text-align: center;
    }

    .use__text-1 {
        top: 0;
    }

    .use__text-2 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 21px;
    }

    .use__text-2 strong {
        display: block;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .use__info {
        padding-left: 55px;
        background-size: 44px;
    }
}

@media only screen and (max-width: 320px) {
    .use__text-2 .line-mobile{
        display: inline;
    }
}

/*     included     */

.included {
    margin-bottom: -120px;
    padding-top: 80px;
}

.included:before {
    position: absolute;
    bottom: 100px;
    left: 0;
    content: url(../img/decore-included-1.png);
    z-index: 1;
}

.included:after {
    position: absolute;
    top: 380px;
    right: 0;
    content: url(../img/decore-included-2.png);
    z-index: 1;
}

.included__row {
    margin-top: 40px;
}

.included__title {
    position: relative;
    padding: 22px 140px 22px 74px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    background: #FFF9FC;
    border-radius: 0 28px 0 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 1;
}

.included__title span {
    position: absolute;
    top: 50%;
    left: 30px;
    display: inline-block;
    min-width: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: -12px;
    text-align: center;
    z-index: 2;
}

.included__info {
    display: flex;
    margin-left: 50px;
    margin-top: 57px;
    column-gap: 100px;
    align-items: center;
}

.included__img {
    position: relative;
    width: 100%;
    max-width: 225px;
}

.included__img img {
    position: relative;
    z-index: 2;
}

.included__img:before {
    position: absolute;
    bottom: -60px;
    right: 60px;
    content: url(../img/decore-included.png);
    z-index: 1;
}

.included__description {
    font-size: 16px;
    line-height: 28px;
}

.included__list {
    max-width: 1062px;
    margin: 38px auto 0;
}

.included__item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #F9F6F7;
}

.included__name {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    line-height: 27px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 2;
}

.included__name span {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 47px;
    text-align: center;
    background: linear-gradient(270deg, #FBE4EF 0%, #F1D9E5 19.04%, #F1D9E5 34.52%, #F7DFEB 68.31%, #F1D9E5 97.59%);
    border-radius: 50%;
}

.included__text {
    max-width: 780px;
    max-height: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.included__item_active .included__text {
    max-height: 800px;
    margin-top: 20px;
}

.included__more {
    position: absolute;
    top: 44px;
    right: 0;
    padding-right: 31px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #C5B4BC;
    z-index: 1;
}

.included__more:before {
    position: absolute;
    content: '';
    top: 7px;
    right: 0;
    width: 8px;
    height: 8px;
    background-image: url(../img/icon-arrow-more-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.included__item_active .included__more:before {
    transform: rotate(-180deg);
}

.included__inside {
    display: flex;
    margin-top: 140px;
    justify-content: space-between;
}

.included__column:nth-child(2) {
    flex: 0 0 51.3%;
}

.included__column:nth-child(2) {
    flex: 0 0 51.3%;
}

.included__img-2 {
    max-width: 500px;
    margin: -50px auto 0;
    position: relative;
    left: 24px;
}


@media only screen and (max-width: 1179px) {
    .included {
        margin-bottom: 0;
    }
    
    .included__img-2 {
        max-width: 400px;
        margin: -30px auto 0;
    }

   

    .included__title br{
        display: none;
    }

    .included__description {
        font-size: 15px;
        line-height: 26px;
    }

    .included__description br {
        display: none;
    }

    .included__info {
        column-gap: 70px;
    }

    .included__column .description br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .included:before,
    .included:after {
        display: none;
    }

    .included__column:nth-child(1) {
        margin-bottom: 40px;
    }

    .included__info {
        margin-left: 0;
        column-gap: 40px;
    }

    .included__inside {
        display: block;
        margin-top: 100px;
    }

    .included__img-2 {
        left: 0;
    }

    .included__img:before {
        bottom: -90px;
        right: -10px;
        transform: scale(0.65);
    }

    .included__column:nth-child(2) {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .included {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .included__row {
        margin-top: 25px;
    }

    .included__img-2 {
        max-width: 92%;
        margin: 0 auto;
    }

    .included__img:before {
        display: none;
    }

    .included__title {
        padding: 60px 25px 15px;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .included__title span {
        top: 12px;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-top: 0;
        margin-left: -16px;
        font-weight: 700;
        font-size: 14px;
        line-height: 32px;
        background: linear-gradient(270deg, #FBE4EF 0%, #F1D9E5 19.04%, #F1D9E5 34.52%, #F7DFEB 68.31%, #F1D9E5 97.59%);
        border-radius: 50%;
    }
    
    .included__info {
        margin-top: 40px;
        flex-direction: column;
    }

    .included__img {
        max-width: 245px;
    }
    
    .included__description {
        margin-top: 25px;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .included__item {
        padding-top: 20px;
    }

    .included__name {
        font-size: 18px;
    }

    .included__name span {
        width: 38px;
        height: 38px;
        margin-left: 15px;
        font-size: 18px;
        line-height: 40px;
    }

    .included__more {
        top: 29px;
        padding-right: 18px;
        font-size: 14px;
    }

    .included__text {
        font-size: 14px;
        line-height: 21px;
    }

    .included__item_active .included__text {
        margin-top: 15px;
    }

    .included__inside {
        margin-top: 50px;
    }
}

/*     inside     */

.inside:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/decore-inside-1.png);
    z-index: 1;
}

.inside__btn {
    margin-top: 25px;
    text-align: center;
}

.inside__row {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    column-gap: 40px;
}

.inside__column {
    flex: 0 0 50%;
}

.inside__item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    column-gap: 22px;
}

.inside__item:last-child {
    margin-bottom: 0;
}

.inside__number {
    position: relative;
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
    background: #70495D;
    border-radius: 50%;
}

.inside__number:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 33px;
    height: 33px;
    border: 2px solid #F9EEF4;
    border-radius: 50%;
    transform: translate(-50%, -50%);

}

.inside__text {
    font-size: 16px;
    line-height: 28px;
}

.inside__more {
    display: none;
    margin-top: 0;
    text-align: center;
}

.inside__more.close {
    margin-top: 30px;
}

.inside__more span {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    font-size: 14px;
    line-height: 27px;
}

.inside__more span:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    background-image: url(../img/icon-arrow-more-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.inside__more.close span:after {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1179px) {

    .inside__description br {
        display: none;
    }

    .inside__column {
        flex: 0 0 48%;
    }
    
    .inside__column:first-child {
        margin-bottom: 24px;
    }

    .inside__text {
        font-size: 15px;
        line-height: 26px;
    }

    .inside__text br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .inside {
        padding-bottom: 40px;
    }

    .inside__row {
        flex-direction: column;
    }

    .inside__item {
        column-gap: 15px;
        align-items: flex-start;
    }
    .inside__row.close .inside__item.shadow {
        position: relative;
    }

    .inside__row.close .inside__item.shadow:before {
        position: absolute;
        content: '';
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(249, 237, 243, 0) 0%, #F9EDF3 100%);
        z-index: 2;
    }

    .inside__row.close .inside__item.hide {
        display: none;
    }

    .inside__number {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
    }

    .inside__number:before {
        width: 28px;
        height: 28px;
    }

    .inside__text {
        font-size: 14px;
        line-height: 21px;
    }

    .inside__more {
        display: block;
    }
}

/*     package     */

.package {
    padding-top: 60px;
}

.package:after {
    position: absolute;
    top: 150px;
    left: 0;
    content: url(../img/decore-package-1.png);
    z-index: 1;
}

.package_anchor {
    position: absolute;
    top: -124px;
    left: 0;
    width: 5px;
    height: 5px;
}

@media only screen and (min-width: 768px) {
    .package__row {
        display: flex;
        justify-content: space-between;
    }

    .package__column:nth-child(1) {
        order: 2;
        flex: 0 0 50%;
    }

    .package__column:nth-child(2) {
        order: 1;
        flex: 0 0 50%;
    }
}

.package__img {
    position: relative;
    max-width: 300px;
    margin: -120px auto 0;
    position: relative;
    left: -45px;
}

.package__img img{
    position: relative;
    z-index: 2;
}

.package__img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: url(../img/decore-package.png);
    z-index: 1;
}

.package__btn {
    margin-top: 30px;
}

@media only screen and (max-width: 1179px) {
   
}

@media only screen and (max-width: 1023px) {
    .package:after {
        display: none;
    }

    .package__column:nth-child(1) {
        flex: 0 0 38%;
    }

    .package__column:nth-child(2) {
        flex: 0 0 62%;
    }

    .package__img {
        max-width: 240px;
        margin: -20px auto 0;
        left: 0;
    }

    .package__img:after {
        left: -70px;
        bottom: -60px;
        transform: scale(0.75);
    }
}

@media only screen and (max-width: 767px) {
    .package {
        margin-top: -60px;
        padding-top: 0;
    }

    .package_anchor {
        top: -114px;
    }
    
    .package__column:nth-child(1) {
        flex: none;
        margin-bottom: 40px;
    }
    
    .package__img {
        max-width: 180px;
        margin: 0 auto;
    }

    .package__img:after {
        left: -165px;
        bottom: -110px;
        transform: scale(0.6);
    }

    .package__title {
        text-align: center;
    }

    .package__description {
        margin-top: 20px;
        text-align: center;
    }

    .package__btn {
        margin-top: 20px;
        text-align: center;
    }
   
}

/*     property     */

.property {
    padding-top: 90px;
}

.property__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.property__item {
    flex: 0 0 25%;
    align-items: center;
    margin-bottom: 38px;
}

.property__img {
    width: 109px;
    margin: 0 auto 10px;
}

.property__text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.property__btn {
    display: none;
    margin-top: -30px;
    text-align: center;
}

.property__btn span {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    font-size: 14px;
    line-height: 27px;
}

.property__btn span:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    background-image: url(../img/icon-arrow-more-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.property__btn.close span:after {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1179px) {
    .property__text {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1023px) {
    .property__item {
        flex: 0 0 33%;
    }
}

@media only screen and (max-width: 767px) {
    .property {
        padding-top: 60px;
    }

    .property__list {
        margin-top: 25px;
    }

    .property__list.close .property__item.hide{
        display: none;
    }

    .property__list.close .property__item.shadow {
        position: relative;
    }

    .property__list.close .property__item.shadow div {
        position: relative;
        z-index: 1;
    }

    .property__list.close .property__item.shadow:before {
        position: absolute;
        content: '';
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.99%);
        z-index: 2;
    }

    .property__item {
        flex: 0 0 100%;
    }

    .property__item:last-child {
        margin-bottom: 0;
    }

    .property__img {
        width: 90px;
        margin-bottom: 20px;
    }

    .property__text {
        font-size: 14px;
        line-height: 21px;
    }
   
    .property__btn {
        display: block;
    }

    .property__btn.close {
        margin-top: 30px;
    }
}

/*     properties     */

.properties {
    padding-top: 100px;
}

.properties:after {
    position: absolute;
    top: 340px;
    right: 0;
    content: url(../img/decore-properties-1.png);
    z-index: 1;
}

.properties_anchor {
    position: absolute;
    top: -124px;
    left: 0;
    width: 5px;
    height: 5px;
}

.properties__row {
    margin-top: 40px;
}

.properties__line {
    display: flex;
    column-gap: 22px;
    margin-bottom: 15px;
}

.properties__item {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.properties__item:last-child {
    margin-bottom: 0;
}

.properties__line .properties__item {
    margin-bottom: 0;
}

.properties__name {
    position: relative;
    padding: 22px 140px 22px 74px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    background: #FFF9FC;
    border-radius: 0 28px 0 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 1;
}

.properties__name span {
    position: absolute;
    top: 50%;
    left: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: -12px;
    z-index: 2;
}

.properties__item_simple .properties__name {
    cursor: default;
}

.properties__name:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 74px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-image: url(../img/icon-arrow-more-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.properties__item_active .properties__name:after {
    transform: rotate(-180deg);
}

.properties__item_simple .properties__name:after {
    display: none;
}

.properties__line .properties__name {
    padding-right: 60px;
}

.properties__line .properties__text {
    padding-right: 100px;
}

.properties__text {
    max-height: 0;
    margin-top: 0;
    padding: 0 254px 0 74px;
    font-size: 14px;
    line-height: 21px;
    background: #FFF9FC;
    border-radius: 0px 0px 28px 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.properties__item_active .properties__text {
    max-height: 2000px;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
    .properties {
        padding-bottom: 20px;
    }

    .properties:after {
        display: none;
    }

    .properties__line {
        display: block;
    }

    .properties__line .properties__item:nth-child(1) {
        margin-bottom: 15px;
    }

    .properties__item_active .properties__text {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .properties {
        padding: 70px 0;
    }

    .properties_anchor {
        top: -114px;
    }
    
    .properties__row {
        margin-top: 25px;
    }

    .properties__name {
        padding: 15px 65px 15px 48px;
        font-size: 14px;
        line-height: 21px;
    }

    .properties__name span {
        top: 15px;
        left: 20px;
        font-size: 14px;
        line-height: 21px;
        margin-top: 0;
    }

    .properties__name:after {
        top: 22px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: 0;
    }

    .properties__text {
        padding: 0 30px 0 48px;
        font-size: 14px;
        line-height: 21px;
    }

    .properties__text {
        padding-right: 15px!important;
    }

    .properties__item_active .properties__text {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*     characteristic     */

.characteristic {
    margin-bottom: -340px;
}

.characteristic:before {
    position: absolute;
    top: -50px;
    left: 0;
    content: url(../img/decore-characteristic-1.png);
    z-index: 1;
}

.characteristic:after {
    position: absolute;
    bottom: 300px;
    right: 0;
    content: url(../img/decore-characteristic-2.png);
    z-index: 1;
}

.characteristic_anchor {
    position: absolute;
    top: -124px;
    left: 0;
    width: 5px;
    height: 5px;
}

.characteristic__row {
    display: flex;
    justify-content: space-between;
}

.characteristic__column:nth-child(1) {
    flex: 0 0 47.3%;
}

.characteristic__column:nth-child(2) {
    flex: 0 0 52.7%;
}

@media only screen and (min-width: 1024px) {
    .characteristic__column:nth-child(2) {
        padding-top: 60px;
    }
}

.characteristic__img {
    max-width: 470px;
    margin: -120px auto 0;
    position: relative;
    left: -10px;
}

.characteristic__list {
    position: relative;
}

.characteristic__item {
    margin-bottom: 50px;
}

.characteristic__item:last-child {
    margin-bottom: 0;
}

.characteristic__name {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 44px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 53px;
    line-height: 56px;
}

.characteristic__name:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 15px;
    height: 9px;
    margin-top: -5px;
    background-image: url(../img/icon-arrow-more-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.characteristic__item_active .characteristic__name:before {
    transform: rotate(-180deg);
}

.characteristic__text {
    max-height: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

.characteristic__item_active  .characteristic__text {
    max-height: 800px;
    margin-top: 10px;
}

.characteristic__more {
    margin-top: 128px;    
    padding: 22px;
    background: linear-gradient(269.66deg, #FBEEF4 -5.28%, #FBEEF4 14.71%, #FFF6FA 48.69%, #FBEEF4 78.01%, #FBEEF4 99.73%);
    border-radius: 136px 0 136px 0;
}

.characteristic__container {
    width: 100%;
    padding: 35px 20px 30px;
    border: 1px solid #F8E0EB;
    border-radius: 120px 0 120px 0;
}

.characteristic__btn {
    margin-top: 35px;
    text-align: center;
}


@media only screen and (max-width: 1179px) {
    .characteristic__container .description br {
        display: none;
    }

    .characteristic__img {
        max-width: 360px;
        margin: -80px auto 0;
        position: relative;
        left: 0;
    }

    .characteristic__name {
        font-size: 42px;
        line-height: 46px;
    }

    .characteristic__name .transform-ua {
        top: -9px;
    }

    .characteristic__more {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .characteristic:before,
    .characteristic:after {
        display: none;
    }

    .characteristic__row {
        display: block;
    }

    .characteristic__column:nth-child(1) {
        flex: none;
        margin-bottom: 40px;
    }

    .characteristic__column:nth-child(2) {
        flex: none;
    }

    .characteristic__img {
        margin-top: -120px;
    }
}

@media only screen and (max-width: 767px) {
    .characteristic {
        margin: -100px 0 -470px;
    }
    
    .characteristic_anchor {
        top: -114px;
    }

    .characteristic__item {
        margin-bottom: 20px;
    }
    
    .characteristic__img {
        max-width: 87%;
        margin: 0 auto;
    }
   
    .characteristic__name {
        padding-right: 28px;
        font-size: 30px;
        line-height: 33px;
    }

    .characteristic__name .transform-ua {
        top: -6px;
    }

    .characteristic__name:before {
        width: 13px;
        height: 13px;
        margin-top: -9px;
    }

    .characteristic__text {
        max-width: 305px;
        font-size: 14px;
        line-height: 21px;
    }

    .characteristic__more {
        padding: 40px 10px 50px;
        border-radius: 0 0 120px 0;
    }

    .characteristic__container {
        padding: 0;
        border: none;
        border-radius: 0;
    }

    .characteristic__btn {
        margin-top: 25px;
    }
}

/*     components     */

.components {
    margin-top: 340px;
}

.components__row {
    max-width: 1080px;
    margin: 60px auto 0;
    justify-content: space-between;
}

.components__item {
    position: relative;
    margin-bottom: 68px;
}

.components__item:last-child {
    margin-bottom: 0;
}

.components__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 64px;
}

.components__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.components__img_1 img {
    max-width: 150px;
}

.components__img_2 img {
    max-width: 120px;
    margin-top: -10px;
}

.components__img_3 img {
    max-width: 152px;
    margin-top: -2px;
}

.components__img_4 img {
    max-width: 128px;
    margin-top: 4px;
}

.components__name {
    display: inline-block;
    position: relative;
    margin-left: 160px;
    padding-right: 52px;
    padding-bottom: 15px;
    cursor: pointer;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.components__name:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 9px;
    height: 6px;
    margin-top: -5px;
    background-image: url(../img/icon-arrow-more-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.components__item_active .components__name:before {
    transform: rotate(-180deg);
}

.components__text {
    max-width: 810px;
    max-height: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.components__item_active .components__text {
    max-height: 800px;
    margin-top: 40px;

}

@media only screen and (max-width: 1179px) {
    .components__text {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .components {
        margin-top: 470px;
    }

    .components__row {
        margin-top: 45px;
    }

    .components__item {
        margin-bottom: 55px;
    }

    .components__img {
        width: 95px;
    }

    .components__img_1 img {
        max-width: 100px;
        margin-top: -4px;
    }

    .components__img_2 img {
        max-width: 86px;
        margin-top: -20px;
    }

    .components__img_3 img {
        max-width: 90px;
        margin-top: -7px;
    }

    .components__img_4 img {
        max-width: 90px;
    }

    .components__name {
        margin-left: 115px;
        padding-right: 36px;
        padding-bottom: 0;
        font-size: 24px;
        line-height: 26px;
    }
    
    .components__name:before {
        margin-top: -6px;
    }

    .components__item:nth-child(2) .components__name br{
        display: none;
    }

    .components__text {
        font-size: 14px;
        line-height: 21px;
    }

    .components__item_active .components__text {
        margin-top: 15px;
    }
}

/*     protection     */

.protection_1 {
    padding-top: 120px;
}

.protection_2 {
    padding-top: 90px;
}

.protection_2:after {
    position: absolute;
    top: 170px;
    right: 0;
    content: url(../img/decore-protection-1.png);
    z-index: 1;
}

.protection__row {
    display: flex;
    justify-content: space-between;
}

.protection_1 .protection__column:nth-child(1) {
    flex: 0 0 42%;
}

.protection_1 .protection__column:nth-child(2) {
    flex: 0 0 50%;
}

.protection_2 .protection__column {
    flex: 0 0 47.2%;
}

.protection__slider {
    position: relative;
    top: -55px;
    left: 75px;
    max-width: 380px;
}

.protection__img {
    position: relative;
    top: 45px;
}

.protection__img-main {
    position: relative;
    width: 440px;
    margin: -35px auto 0;
    position: relative;
}

.protection__img-lock {
    position: absolute;
    left: 20px;
    bottom: 48px;
    max-width: 117px;
}

.protection__item {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 0 7px;
}

.description ~ .protection__item_1 {
    margin-top: 35px;
}

.protection__item_1 {
    margin-bottom: 22px;
    background-image: url(../img/icon-protection-1.svg);
}

.protection__item_2 {
    background-image: url(../img/icon-protection-2.svg);
}

.protection__title {
    font-size: 13px;
    line-height: 22px;
    color: #9C8390;
}

.protection__text {
    max-width: 445px;
    font-size: 16px;
    line-height: 25px;
}

.protection__sub-title {
    margin: 45px 0 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.protection__info {
    margin-bottom: 13px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 28px;
    background-position: left center;
    background-repeat: no-repeat;
}

.protection__info:last-child {
    margin-bottom: 0;
}

.protection__info a {
    display: inline-block;
    color: #623B4E;
}

.protection__fop {
    background-image: url(../img/icon-protection-fop.svg);
}

.protection__place {
    background-image: url(../img/icon-protection-place.svg);
}

.protection__email {
    background-image: url(../img/icon-protection-email.svg);
}

.protection__phone {
    background-image: url(../img/icon-protection-phone.svg);
}

.protection__more {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (max-width: 1179px) {
    .protection__slider {
        top: -45px;
        left: 50px;
    }
    
    .protection__text span {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .protection_2:after {
        display: none;
    }

    .protection__row {
        display: block;
    }

    .protection_1 .protection__column:nth-child(1){
        flex: none;
        margin-bottom: 40px;
    }

    .protection_1 .protection__column:nth-child(2) {
        flex: none;
    }

    .protection_1 .title {
        text-align: center;
    }

    .protection_1 .description {
        text-align: center;
    }

    .protection__slider {
        top: -40px;
        left: auto;
        margin: 0 auto;
    }
    
    .protection__img {
        top: 0;
    }

    .protection_1 .protection__column,
    .protection_2 .protection__column {
        flex: none;
    }

    .protection_2 .protection__column:nth-child(2) {
        max-width: 355px;
        margin: 40px auto 0;
    }

    .protection__more {
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .protection_1 {
        padding-top: 70px;
    }

    .protection_2 {
        padding-top: 50px;
    }

    .protection_2 .title {
        text-align: center;
    }

    .protection_2 .description {
        text-align: center;
    }

    .protection__row {
        display: block;
        max-width: 305px;
        margin: 0 auto;
    }

    .protection__slider {
        top: 0;
        max-width: 280px;
        margin: 30px auto 60px;
    }
    
    .protection__img {
        max-width: 300px;
        margin: 30px auto 0;
    }

    .protection__img-main {
        width: 100%;
        margin: 0 auto;
    }

    .protection__img-lock {
        max-width: 87px;
        left: 24px;
        bottom: 26px;
    }
   
    .protection__item {
        padding-left: 55px;
        background-size: 35px;
        background-position: 0 4px;
    }

    .protection__item_1 {
        margin-bottom: 20px;
    }

    .protection__text {
        font-size: 14px;
        line-height: 21px;
    }
    
    .protection__text br {
        display: none;
    }

    .protection__sub-title {
        margin: 30px 0 15px;
        font-size: 22px;
    }
    
    .protection__info {
        margin-bottom: 11px;
        padding-left: 35px;
        font-size: 14px;
        line-height: 21px;
    }

    .protection__info:last-child {
        margin-bottom: 0;
    }

    .protection__more {
        font-size: 14px;
        line-height: 21px;
    }
}

/*     info     */

.info:before {
    position: absolute;
    top: 320px;
    left: 0;
    content: url(../img/decor-info-1.png);
    z-index: 1;
}

.info:after {
    position: absolute;
    top: 120px;
    right: 0;
    content: url(../img/decor-info-2.png);
    z-index: 1;
}

.info__line {
    margin-bottom: 65px;
}

.info__line:last-child {
    margin-bottom: 0;
}

.info__line-img {
    max-width: 680px;
    margin: 0 auto;
}

.info__line-img svg {
    width: 100%;
    height: auto;
}

.info__title-important {
    position: relative;
}

.info__title-important:before {
    position: relative;
    top: 2px;
    right: 24px;
    content: url(../img/icon-important.svg);
}

.info__time {
    position: relative;
    margin: 30px 0 -20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #623B4E;
}

.info__time:before {
    position: relative;
    top: 5px;
    right: 15px;
    content: url(../img/icon-time.svg);
}

.delivery__list {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.delivery__item {
    flex: 0 0 25%;
}

.delivery__img{
    width: 109px;
    margin: 0 auto 10px;
}

.delivery__text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}


@media only screen and (max-width: 1280px) {
    .info:before {
        top: 580px;
    }

    .info:after {
        top: 440px;
        right: -50px;
    }
}

@media only screen and (max-width: 1179px) {
    .delivery__text {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .info:before,
    .info:after {
        display: none;
    }

    .delivery__list {
        margin-top: 30px;
    }

    .delivery__item {
        flex: 0 0 50%;
    }

    .delivery__item:nth-child(1),
    .delivery__item:nth-child(2) {
        margin-bottom: 30px;
    }

    .delivery__img {
        width: 92px;
    }

    .delivery__text {
        font-size: 14px;
        line-height: 21px;
    }

    .info__line {
        margin-bottom: 50px;
    }

    .info__title-important:before {
        display: inline-block;
        top: 2px;
        right: 10px;
        content: '';
        background-image: url(../img/icon-important.svg);
        width: 23px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .info__time {
        margin: 10px 0 0px;
        font-size: 14px;
        line-height: 21px;
    }

    .info__time:before {
        display: inline-block;
        top: 3px;
        right: 7px;
        content: '';
        background-image: url(../img/icon-time.svg);
        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}


@media only screen and (max-width: 320px) {
    .delivery__text {
        font-size: 12px;
        line-height: 18px;
    }
}

/*     news     */

.news__list {
    display: flex;
    row-gap: 60px;
    flex-wrap: wrap;
    margin: 40px -10px 0;
}

.news__column {
    width: 50%;
    padding: 0 10px;
}

.news__item-date {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.news__item-description {
    margin-top: 20px!important;
}

.news__item-imgs {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
}

.news__item-imgs img {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .news__list {
        margin-top: 25px;
    }

    .news__column {
        width: 100%;
    }

    .news__item-date {
        font-size: 20px;
        line-height: 24px;
    }

    .news__item-description {
        margin-top: 10px!important;
    }
}



/*     video     */

.video__row {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}

.video__item {
    width: calc(50% - 5px);
}

.video__item video {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .video__row {
        flex-direction: column;
        row-gap: 20px;
    }

    .video__item {
        width: calc(100%);
    }
}



/*     document     */

.disqus__row  {
    max-width: 960px;
    margin: 50px auto; 
}


/*     document     */

.document__row {
    position: relative;
    margin-top: 80px;
    padding: 52px 20px 61px 480px;
    background: #FBEEF4;
    border-radius: 0 125px 0 125px;
}

.document__row_home {
    margin: 100px 0 100px;
}

.document__img {
    position: absolute;
    top: -74px;
    left: 44px;
    max-width: 534px;
    z-index: 2;
}

.document__title {
    position: relative;
    text-align: left;
    z-index: 1;
}

.document__btn {
    position: relative;
    margin-top: 76px;
    margin-left: -35px;
    text-align: center;
    z-index: 3;
}

@media only screen and (min-width: 1180px) {
    .document__btn .btn_red {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

@media only screen and (max-width: 1179px) {
    .document__row {
        padding-left: 520px;
    }
    
    .document__row_home {
        margin: 100px 0 80px;
    }

    .document__img {
        left: 20px;
    }

    .document__title br {
        display: none;
    }

    .document__btn {
        margin-top: 45px;
        margin-left: -55px;
    }
}

@media only screen and (max-width: 1023px) {
    .document__row {
        padding: 320px 40px 60px;
    }
    
    .document__row_home {
        margin-bottom: 0;   
    }

    .document__img {
        left: calc(50% - 160px);
        max-width: 320px;
    }

    .document__title {
        text-align: center;
    }

    .document__btn {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .document__row {
        margin-top: 60px;
        padding: 225px 20px 40px;
        border-radius: 0 75px 0 75px;
    }

    .document__img {
        top: -40px;
        left: calc(50% - 110px);
        max-width: 220px;
    }

    .document__btn {
        margin-top: 30px;
    }
}

/*     cart     */

.cart__list {
    margin-top: 38px;
}

.cart__product {
    position: relative;
    display: none;
    height: 74px;
    margin-bottom: 4px;
    background: #FBEEF4;
    border-radius: 0 45px 0 45px;
}

@media only screen and (min-width: 1024px) {
    .card__product_active {
        display: flex;    
    }
}

.cart__product > div {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .cart__product > div {
        border-right: 3px solid #fff;
    }
}

.cart__product-img {
    width: 11%;
}

.cart__product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 70px;
    transform: translate(-50%, -50%);
}

.cart__product-name {
    width: 30.75%;
}

.cart__product-size {
    width: 24.25%;
}

.cart__product-count {
    width: 16.25%;
    padding: 15px 22px;
}

@media only screen and (min-width: 1024px) {
    .cart__product-name,
    .cart__product-size,
    .cart__product-count {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.cart__product-count-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 0 20px 0 0;
}

.cart__product-count .count span {
    margin-right: 5px;
}

.cart__product-count .minus,
.cart__product-count .plus {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(251, 238, 244, 0);
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.cart__product-count .minus:hover,
.cart__product-count .plus:hover {
    background-color: rgba(251, 238, 244, 1);
}

.cart__product-count .minus {
    top: 12px;
    left: 13px;
    background-image: url(../img/icon-count-minus.svg);
}

.cart__product-count .plus {
    top: 12px;
    right: 13px;
    background-image: url(../img/icon-count-plus.svg);
}

.cart__product-price {
    width: 17.75%;
    padding: 21px 0 0 27px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    border-right: none!important;
}

.cart__product-price span {
    margin-right: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    font-family: 'Bebas Neue';
}

.cart__result {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.cart__result span {
    margin-right: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    font-family: 'Bebas Neue';
}

.cart__product-delate {
    position: absolute!important;
    top: 20px!important;
    right: 21px!important;
    width: 36px!important;
    height: 36px!important;
    border: none!important;
    cursor: pointer!important;
    background-color: rgba(2555, 255, 255, 1);
    background-image: url(../img/icon-del.svg);
    background-repeat: no-repeat!important;
    background-position: center!important;
    border-radius: 50%!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2!important;
}

.cart__product-delate:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.cart__panel {
    display: flex;
    column-gap: 68px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 43px;
}

.cart__result {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #623B4E;
}

.cart__result span {
    margin-right: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    font-family: 'Bebas Neue';
}

.cart__empty {
    padding: 100px 0;
}

.cart__empty-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}

.cart__empty-btn {
    margin-top: 40px;
    text-align: center;
}

@media only screen and (min-width: 1180px) {
    .cart__btn .btn_red {
        padding: 23px 86px 23px 46px;
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

@media only screen and (min-width: 1024px) {
    .cart__product-name {
        width: 29.75%;
    }

    .cart__product-size {
        width: 22.25%;
    }

    .cart__panel {
        column-gap: 52px;
    }
}

@media only screen and (max-width: 1023px) {
    .cart__product {
        height: 114px;
        border-radius: 0 25px 0 25px;
    }

    .card__product_active {
        display: block;    
    }

    .cart__product-img {
        width: 140px;
        height: 100%;
    }

    .cart__product-name,
    .cart__product-size {
        position: absolute!important;
        left: 140px;
        width: 300px;
        text-align: left!important;
    }

    .cart__product-name {
        top: 20px;
    }

    .cart__product-size {
        top: 57px;
    }

    .cart__product-name,
    .cart__product-size,
    .cart__product-count {
        height: 34px;
        display: flex;
        align-items: center;
    }

    .cart__product-count {
        position: absolute!important;
        top: 63px;
        right: 85px;
        width: 125px;
        padding: 0;
    }

    .cart__product-price {
        position: absolute!important;
        top: 10px;
        right: 85px;
        width: auto;
        padding: 0;
    }

    .cart__product-delate {
        top: 39px!important;
    }
}

@media only screen and (max-width: 767px) {
    .cart__product {
        height: 122px;
    }

    .cart__product-img {
        width: 80px;
    }

    .cart__product-name,
    .cart__product-size {
        left: 90px;
        width: auto;
        font-size: 12px;
    }

    .cart__product-name {
        top: 10px;
    }

    .cart__product-size {
        top: 36px;
    }

    .cart__product-count {
        top: 80px;
        right: auto;
        left: 90px;
        top: 75px;
        width: 110px;
    }

    .cart__product-count-label {
        height: 32px;
        font-size: 14px;
    }

    .cart__product-count .minus,
    .cart__product-count .plus {
        top: 4px;
    }

    .cart__product-price {
        top: 82px;
        right: 9px;
        font-size: 14px;
    }

    .cart__product-price span {
        margin-right: 5px;
        font-size: 26px;
        line-height: 28px;
    }

    .cart__product-delate {
        top: 9px!important;
        right: 9px!important;
        width: 32px!important;
        height: 32px!important;
    }

    .cart__product-count-label {
        background: none;
    }

    .cart__product-count .minus,
    .cart__product-count .plus {
        background-color: rgba(255, 255, 255, 1)!important;
    }

    .cart__product-count .minus {
        left: 0;
    }
    .cart__product-count .plus {
        right: 0;
    }

    .cart__panel {
        justify-content: space-between;
        column-gap: 0;
    }
}

@media only screen and (max-width: 360px) {
    .cart__product-img {
        width: 65px;
    }

    .cart__product-name, .cart__product-size, .cart__product-count {
        left: 75px;
    }
}

@media only screen and (max-width: 320px) {
    .cart__product-name, .cart__product-size {
        max-width: 150px;
        font-size: 12px;
    }

    .cart__product-count-label {
        font-size: 12px;
    }

    .cart__product-count {
        width: 100px;
    }

    .cart__product-price {
        font-size: 12px;
    }

    .cart__product-price span {
        font-size: 22px;
    }

    .cart__result span {
        margin-right: 5px;
        font-size: 32px;
    }
}


/*     footer     */

.footer {
    padding: 125px 0 16px;
    overflow: hidden;
}

.footer__row {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.footer__column:nth-child(4) {
    flex: 0 0 26%;
}

.footer__logo {
    display: block;
    width: 155px;
    height: 155px;
    background-image: url(../img/icon-logo.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.footer__title {
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0E0E0E;
}

.footer__menu ul li {
    margin-bottom: 12px;
}

.footer__menu ul li:last-child {
    margin-bottom: 0;
}

.footer__menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    color: #0E0E0E;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.footer__menu a:hover {
    color: #C05087;
}

.footer__email,
.footer__phone,
.footer__address {
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
    background-repeat: no-repeat;
}

.footer__email {
    margin-bottom: 24px;
    background-image: url(../img/icon-email.svg);
    background-position: left center;
}

.footer__phone {
    margin-bottom: 24px;
    background-image: url(../img/icon-phone.svg);
    background-position: 1px 6px;
}

.footer__address {
    color: #0E0E0E;
    background-image: url(../img/icon-address.svg);
    background-position: left center;
}

.footer__email a,
.footer__phone a {
    color: #0E0E0E;
}

.footer__email a:hover,
.footer__phone a:hover {
    color: #C05087;
}

.footer_card .footer__btn {
    display: none;
}

.footer__social {
    display: flex;
    justify-content: flex-start;
    column-gap: 25px;
}

.footer__social a {
    min-width: 36px;
    margin-top: 54px;
    padding-top: 48px;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    color: #DCE1ED;
    background-position: top center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .footer_card .footer__social a {
        margin-top: 0;
    }
}

.btn_telegram {
    background-image: url(../img/icon-telegram.svg);
}

.btn_whatsapp {
    background-image: url(../img/icon-whatsapp.svg);
}

.btn_viber {
    background-image: url(../img/icon-viber.svg);
}

.footer__up {
    position: absolute;
    top: -5px;
    right: -85px;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.footer__more {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 14px;
    line-height: 24px;
    color: #D0D5DD;
    opacity: 0.6;
}

.footer__links {
    display: flex;
    column-gap: 20px;
}

.footer__links a {
    color: #D0D5DD;
    text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
    .footer__row {
        display: block;
    }

    .footer__column:nth-child(1),
    .footer__column:nth-child(4) {
        width: 100%;
    }

    .footer__column:nth-child(2) {
        float: left;
        width: 50%;
    }

    .footer__column:nth-child(3) {
        float: left;
        width: 50%;
    }

    .footer__column:nth-child(1) {
        margin-bottom: 35px;
    }

    .footer__column:nth-child(4) {
        clear: both;
    }

    .footer__logo {
        width: 100px;
        height: 100px;
    }

    .footer__btn {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .footer__social {
        margin-top: 38px;
        justify-content: center;

    }

    .footer__up {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding-top: 80px;
    }

    .footer__column:nth-child(2) {
        width: 45%;
    }

    .footer__column:nth-child(3) {
        width: 55%;
    }

    .footer__title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .footer__menu ul li {
        margin-bottom: 10px;
    }

    .footer__menu a {
        line-height: 20px;
    }

    .footer__email,
    .footer__phone{
        margin-bottom: 15px;
    }

    .footer__social {
        margin-top: 38px;
    }

    .footer__social a {
        line-height: 16px;
    }

    .footer__more {
        padding-top: 40px;
        line-height: 20px;
        flex-direction: column;
    }

    .footer__copywrite {
        margin-bottom: 5px;
        text-align: center;
    }

    .footer__links {
        flex-direction: column;
        align-items: center;
        row-gap: 5px;
    }
    
}

@media only screen and (max-width: 320px) {
    .footer__logo {
        width: 80px;
        height: 80px;
    }

    .footer__btn {
        top: 16px;
    }

    .footer__column:nth-child(2) {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer__column:nth-child(3) {
        width: 100%;
    }
}

/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    background: rgba(0,0,0,0.2);
    overflow-y: scroll;
    z-index: 100;
}

.popup .block{
    position: relative;
    width: 100%;
    max-width: 836px;
    margin: 55px auto;
    padding: 45px 50px 60px;
    background: #fff;
    border-radius: 132px 0 132px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.popup-close {
    position: absolute;
    top: 35px;
    right: 39px;
    cursor: pointer;
}

.popup-close:hover svg line {
    stroke: #C05087;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.popup .block:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/decor-popup-1.png);
    z-index: 1;
}

.popup .block:after {
    position: absolute;
    bottom: 1%;
    right: 0;
    content: url(../img/decor-popup-2.png);
    z-index: 1;
}

.popup .block .form {
    position: relative;
    z-index: 2;
}

.add-popup__img {
    max-width: 300px;
    margin: 0 auto;
}

.add-popup__name {
    margin-top: 10px;
    text-align: center;
}

.add-popup__name .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.add-popup__name .name br {
    display: none;
}

.add-popup__name .type {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
}

.add-popup__btns {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 50px;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .popup .block {
        max-width: 640px;
    }

    .popup .block:before {
        left: -50px;
        transform: scale(0.75);
    }

    .popup .block:after {
        right: -60px;
        transform: scale(0.75);
    }

    .add-popup__name .name {
        font-size: 22px;
    }

    .add-popup__btns {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        margin-top: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .popup .block {
        width: 92%;
        margin: 50px auto;
        padding: 30px 15px;
        border-radius: 116px 0 116px 0;
    }

    .popup .block:before,
    .popup .block:after {
        display: none;
    }

    #add-popup.popup .block {
        padding-bottom: 40px;
    }

    .popup-close {
        top: 20px;
        right: 20px;
    }

    .form__tab {
        margin: 20px 0;
    }

    .form__tab-item {
        padding: 16px 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .form__radio {
        margin-bottom: 20px;
    }

    .form__radio-item {
        padding-left: 28px;
        font-size: 13px;
        line-height: 20px;
    }

    .form__tab-item:nth-child(1) {
        border-radius: 30px 0 0 0;
    }

    .form__tab-item:nth-child(2) {
        border-radius: 0 0 30px 0;
    }    

    .form__radio-item:before {
        width: 20px;
        height: 20px;
    }

    .form__radio-item.active:after {
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
    }

    .add-popup__img {
        max-width: 200px;
    }
}

