@font-face {
    font-family: MovieLettersCyrillic;
    src: url(../fonts/MovieLettersCyrillic/MovieLettersCyrillic.ttf);
}

body {
    color: #2d3a48;
    min-width: 320px;
    background-color: #fff;
    letter-spacing: normal;
    font-family: "Noto Sans", sans-serif;
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
    -webkit-appearance: none;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #2d3a48;
}

[type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #2d3a48;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #2d3a48;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
[type='color']:active, [type='date']:active, [type='datetime']:active, [type='datetime-local']:active, [type='email']:active, [type='month']:active, [type='number']:active, [type='password']:active, [type='search']:active, [type='tel']:active, [type='text']:active, [type='time']:active, [type='url']:active, [type='week']:active, input:not([type]):active, textarea:active {
    outline: 1px solid #2d3a48;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: none;
}

*::-webkit-input-placeholder,
*:-moz-placeholder,
*:-ms-input-placeholder {
    opacity: 1;
    font-weight: 100;
    letter-spacing: 1px;
}

.width-links-container {
    width: 20vw;
    height: 100vh;
}

.width-content-container {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.width-container {
    padding-left: 15vw;
    padding-right: 15vw;
}

.button.more {
    margin-right: 1.6vw;
}

.button.more,
.button.where_buy {
    padding: 1.6vh 2vw;
    display: inline-block;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.3vw);
    font-size: calc(8px + 0.3vw);
    white-space: nowrap;
    background: #2d3a48;
}

.front-page-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.section-header {
    text-align: center;
    margin-bottom: 7vh;
}

.section-header__title {
    margin-bottom: 3vh;
    padding-bottom: 3vh;
    position: relative;
}

.section-header__title:before {
    position: absolute;
    width: 2.5vw;
    height: 2px;
    background-color: #555;
    display: block;
    content: '';
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.section-header__title h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: -webkit-calc(14px + 0.31vw);
    font-size: calc(14px + 0.31vw);
}

.section-header__subtitle {
    font-size: -webkit-calc(10px + 0.31vw);
    font-size: calc(10px + 0.31vw);
}

.front-page-section--bg {
    background-image: -webkit-linear-gradient(315deg, #2d3a48, #2d3a48);
    background-image: -o-linear-gradient(315deg, #2d3a48, #2d3a48);
    background-image: linear-gradient(135deg, #2d3a48, #2d3a48);
}

.layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-col-10 {
    width: 100%;
}

.layout-col-9 {
    width: 90%;
}

.layout-col-8 {
    width: 80%;
}

.layout-col-7 {
    width: 70%;
}

.layout-col-6 {
    width: 60%;
}

.layout-col-5 {
    width: 50%;
}

.layout-col-4 {
    width: 40%;
}

.layout-col-3 {
    width: 30%;
}

.layout-col-2 {
    width: 20%;
}

.layout-col-1 {
    width: 10%;
}

.layout-col {
    padding-left: 15px;
    padding-right: 15px;
}

article img {
    height: auto;
    max-width: 100%;
}

article {
    display: inline-block;
    font-size: -webkit-calc(10px + .3vw);
    font-size: calc(10px + .3vw);
}

article p {
    line-height: 30px;
}

article p:not(:last-of-type) {
    margin-bottom: 3vh;
}

article li {
    padding: 10px 0;
}

article a {
    text-decoration: underline;
}

article h2, article h3, article h4, article h5 {
    font-weight: bold;
}

article h5 {
    font-size: 110%;
}

article h4 {
    font-size: 130%;
}

article h3 {
    font-size: 150%;
}

article h2 {
    font-size: 170%;
    will-change: color;
    -webkit-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-header-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.page-header {
    height: 10vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.5px solid var(--bgcolor);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lang {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style-type: none;
}

.lang__item:hover {
    opacity: 0.5;
    background: var(--bgcolor);
}

.lang__item {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -0.36em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lang .active:hover {
    opacity: 1;
}

.lang .active {
    background: var(--bgcolor);
}

.lang .active a {
    opacity: 1;
}

.lang a {
    opacity: 0.5;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: -webkit-calc(8px + 0.3vw);
    font-size: calc(8px + 0.3vw);
    padding-left: 2.5vw;
    font-stretch: normal;
    padding-right: 2.5vw;
    letter-spacing: 0.3px;
    font-family: "Noto Serif", serif;
}

.lang a:hover {
    opacity: 1;
}

.header-logo-wrapper {
    padding-left: 4.7vw;
    width: 20vw;
}

.pages-links {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.pages-links__link-1 {
    opacity: 0.2;
    background: #2d3a48;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pages-links__link-2 {
    opacity: 0.2;
    background: #563a3d;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pages-links__link-3 {
    opacity: 0.2;
    background: #9b475f;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pages-links__link-1, .pages-links__link-2, .pages-links__link-3 {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 190px;
}

.pages-links__link-1.active, .pages-links__link-2.active, .pages-links__link-3.active {
    opacity: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 315px;
    padding-left: 6.2vw;
    padding-right: 6.2vw;
}

/*============ MAIN_SLIDER START ============*/
.section-slide.section-slide-3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 1;
    background: -webkit-linear-gradient(315deg, rgba(192, 99, 121, 0.75) 16%, rgba(86, 58, 61, 0) 90%);
    background: -o-linear-gradient(315deg, rgba(192, 99, 121, 0.75) 16%, rgba(86, 58, 61, 0) 90%);
    background: linear-gradient(135deg, rgba(192, 99, 121, 0.75) 16%, rgba(86, 58, 61, 0) 90%);
}

.section-slide.section-slide-2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 1;
    background: -webkit-linear-gradient(315deg, #563a3d 31%, rgba(86, 58, 61, 0) 135%);
    background: -o-linear-gradient(315deg, #563a3d 31%, rgba(86, 58, 61, 0) 135%);
    background: linear-gradient(135deg, #563a3d 31%, rgba(86, 58, 61, 0) 135%);
}

.section-slide.section-slide-1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 1;
    background: -webkit-linear-gradient(315deg, rgba(45, 58, 72, 0.75) 16%, rgba(45, 58, 72, 0) 30%);
    background: -o-linear-gradient(315deg, rgba(45, 58, 72, 0.75) 16%, rgba(45, 58, 72, 0) 30%);
    background: linear-gradient(135deg, rgba(45, 58, 72, 0.75) 16%, rgba(45, 58, 72, 0) 30%);
}

.section-slide.section-slide-1 {
    outline: none;
    height: 100vh;
    background-image: url(../../../../img/main-slide-1.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.section-slide.section-slide-2 {
    outline: none;
    height: 100vh;
    background-image: url(../../../../img/main-slide-2.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.section-slide.section-slide-3 {
    outline: none;
    height: 100vh;
    background-image: url(../../../../img/main-slide-3.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.section-slide-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-left: 9.5vw;
    margin-right: 9.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-slide-content__name {
    display: block;
    z-index: 2;
}

.section-slide-content__name img {
    max-width: 100px;
    max-height: 18px;
}

.section-slide-content__name h1 {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 2.97vw);
    font-size: calc(18px + 2.97vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.81;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.section-slide-content__descr {
    z-index: 2;
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #ffffff;
    width: 34vw;
    margin-bottom: 6vh;
}

.section-slide-content__descr p {
    margin: 0;
}

.section-slide-content .buttons-wrapper {
    display: block;
    z-index: 2;
}

ul.slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex !important;
}

ul.slick-dots li:nth-child(1) {
    background-color: rgba(45, 58, 72, 0.2);
}

ul.slick-dots li:nth-child(2) {
    background-color: rgba(86, 58, 61, 0.2);
}

ul.slick-dots li:nth-child(3) {
    background-color: rgba(192, 99, 121, 0.2);
}

ul.slick-dots li {
    align-items: center;
    padding-top: 9vh;
    padding-bottom: 9vh;
    padding-left: 3vw;
    padding-right: 3vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 285px;
    min-height: 188px;
    max-height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

ul.slick-dots li.slick-active {
    opacity: 1;
    background-color: var(--bgcolor);
}

ul.slick-dots .pager__item {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
}

.mini-logo-wrapper {
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6vh;
    margin-right: 4.7vw;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mini-logo img:not(:last-of-type) {
    margin-right: 1.6vw;
}

.mini-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3vw;
    z-index: 2;
}

.mini-logo-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: -webkit-calc(8px + 0.25vw);
    font-size: calc(8px + 0.25vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.mini-logo-copyright span {
    z-index: 2;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

/*============ BUTTONS START ============*/
.section-slide-2 .button.more,
.section-slide-2 .button.where_buy {
    background: #563a3d;
}

.section-slide-3 .button.more,
.section-slide-3 .button.where_buy {
    background: #9b475f;
}

/*============ BUTTONS END ============*/
/*============ MAIN_SLIDER END ============*/
.style-1 {
    --bgcolor: #2d3a48;
}

.style-2 {
    --bgcolor: #563a3d;
}

.style-3 {
    --bgcolor: #9b475f;
}

/**************CANDLES START************/
div.main-candles-section .fp-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    background: -webkit-linear-gradient(135deg, #9b475f 28%, rgba(86, 58, 61, 0) 180%);
    background: -o-linear-gradient(135deg, #9b475f 28%, rgba(86, 58, 61, 0) 180%);
    background: linear-gradient(135deg, #9b475f 28%, rgba(86, 58, 61, 0) 180%);
}

div.main-candles-section div#section1,
div.main-candles-section div#section2,
div.main-candles-section div#section3,
div.main-candles-section div#section4,
div.main-candles-section div#section5,
div.main-candles-section div#section6 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div.main-candles-section div#section1 {
    background-image: url(../../../../img/back-svechi-1.html);
}

div.main-candles-section div#section2 {
    background-image: url(../../../../img/back-svechi-2.html);
}

div.main-candles-section div#section3 {
    background-image: url(../../../../img/back-svechi-3.html);
}

div.main-candles-section div#section4 {
    background-image: url(../../../../img/back-svechi-4.html);
}

div.main-candles-section div#section5 {
    background-image: url(../../../../img/back-svechi-5.html);
}

div.main-candles-section div#section6 {
    background-image: url(../../../../img/back-svechi-6.html);
}

.main-candles-section .content-wrapper__main-title {
    width: 41%;
}

.main-candles-section .content-wrapper__images {
    width: 59%;
    text-align: center;
    margin-right: 0;
    padding-right: 5vw;
}

.main-candles-section .content-wrapper__main-title p {
    margin-top: 0;
}

.main-candles-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb:hover:before,
.main-candles-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb:before,
.main-candles-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb:hover,
.main-candles-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb,
.main-candles-section .content-wrapper-thumbnails__thumb:before {
    background: none;
    opacity: 1;
}
.main-candles-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb.grad-candle:before{
    background: -moz-linear-gradient(top, rgba(155,71,95,0) 0%, rgba(155,71,95,0.7) 83%);
    background: -webkit-linear-gradient(top, rgba(155,71,95,0) 0%,rgba(155,71,95,0.7) 83%);
    background: linear-gradient(to bottom, rgba(155,71,95,0) 0%,rgba(155,71,95,0.7) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b475f', endColorstr='#b39b475f',GradientType=0 ); /* IE6-9 */
}
.main-candles-section .content-wrapper-thumbnails__thumb:hover:before {
    opacity: 0.8;
    background: -webkit-linear-gradient(87deg, #503D3F 15%, rgba(181, 198, 208, 0) 150%);
    background: -o-linear-gradient(87deg, #503D3F 15%, rgba(181, 198, 208, 0) 150%);
    background: linear-gradient(3deg, #503D3F 15%, rgba(181, 198, 208, 0) 150%);
}

.main-candles-section .content-wrapper-thumbnails__thumb {
    max-width: 100%;
}

.main-candles-section .content-wrapper-thumbnails__thumb img {
    -o-object-fit: cover;
    object-fit: cover;
}

.main-candles-section .content-wrapper-thumbnails__thumb:before {
    background: -webkit-linear-gradient(87deg, rgba(80, 61, 63, 0.9) 0%, rgba(80, 61, 63, 0.2) 27%, rgba(181, 198, 208, 0) 100%);
    background: -o-linear-gradient(87deg, rgba(80, 61, 63, 0.9) 0%, rgba(80, 61, 63, 0.2) 27%, rgba(181, 198, 208, 0) 100%);
    background: linear-gradient(3deg, rgba(80, 61, 63, 0.9) 0%, rgba(80, 61, 63, 0.2) 27%, rgba(181, 198, 208, 0) 100%);
    opacity: 0.7;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.content-wrapper-prop {
    z-index: 1;
    width: 100%;
    height: 80vh;
    margin-left: 5vw;
    margin-right: 5vw;
}

.content-prop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12vh;
}

.content-prop__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.image-wrap-prop {
    max-width: 100%;
    width: -webkit-calc(25vw - 2vh);
    width: calc(25vw - 2vh);
    text-align: center;
}

.image-wrap-prop img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-wrap-prop {
    width: 61%;
}

.title-wrap-prop h2 {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.73vw);
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 4vh;
    max-width: 31vw;
}

.title-wrap-prop p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    letter-spacing: normal;
    text-align: left;
    line-height: 2.22;
    color: #e1e1e1;
    margin: 0;
    max-width: 31vw;
}

.content-prop__descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: span-counter;
}

.icons-wrap-prop img {
    max-width: 8vw;
    max-height: 5vh;
    margin-right: 2vw;
}

.icons-wrap-prop span {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 0.3px;
    text-align: left;
    color: #e1e1e1;
    position: relative;
}

.icons-wrap-prop {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20vw;
}

.icons-wrap-prop:hover span:after {
    top: -3vh;
    opacity: 1;
}

.icons-wrap-prop span:after {
    counter-increment: span-counter;
    position: absolute;
    top: 0;
    left: 1vw;
    opacity: 0.2;
    content: "0" counter(span-counter) " ";
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 1.6vw);
    font-size: calc(18px + 1.6vw);
    font-weight: bold;
    line-height: 0.38;
    letter-spacing: 1.6px;
    color: #e1e1e1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.main-candles-section .content-sposob__grad:after {
    opacity: 0.1;
}

.content-sposob__item:hover .content-sposob-text p:after {
    top: -12vh;
}

.content-cream-how {
    z-index: 1;
    width: 100%;
    height: 75vh;
    margin-left: 5vw;
    margin-right: 5vw;
    pointer-events: none;
}

.content-cream {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    flex-wrap: wrap;
}

.title-wrap-how h2 {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.73vw);
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.descr-wrap-how p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    line-height: 2.22;
    letter-spacing: normal;
    text-align: left;
    color: #e1e1e1;
}

cen.content-cream__main-how {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    margin-top: 11vh;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.content-cream__descr-how {
    margin-top: 0;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.title-wrap-how, .descr-wrap-how {
    width: 32vw;
}

.list-wrap-how .list-wrap-img {
    max-width: 100px;
    padding-right: 1.5vw;
    padding-bottom: 2vh;
}

.list-wrap-how .list-wrap-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 3vw;
}

.list-wrap-how ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.list-wrap-how ul li {
    padding-bottom: 1vh;
    height: 7vh;
    padding-left: 1vw;
    padding-right: 1vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 21vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5vh;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.list-wrap-how ul span {
    padding-bottom: 3vh;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.4px;
    text-align: left;
    color: #e1e1e1;
}

.list-wrap-how ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: -7vw;
    height: 1px;
    width: 3vw;
    background: rgba(255, 255, 255, 0.2);
    top: 6.8vh;
}

.list-wrap-how ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: -4vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    top: 6.5vh;
    width: 5px;
    height: 5px;
    background: #fff;
}

div.content-problematics:last-child.candles {
    padding-right: 2vw;
}

div.content-problematics__descr.candles p,
div.content-problematics.candles p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.5vh;
    letter-spacing: normal;
    text-align: left;
    color: #e1e1e1;
    margin: 0;
}

.content-howork.candles {
    counter-reset: span-counter;
}

.content-howork__item.candles {
    height: 18vh;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.content-wrapp-item.candles span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 2vh;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(14px + 0.31vw);
    font-size: calc(14px + 0.31vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #e1e1e1;
}

div.content-howork__item.candles span:hover:after {
    top: -3vh;
}

div.content-howork__item.candles span:after {
    counter-increment: span-counter;
    position: absolute;
    top: 0;
    left: 1vw;
    opacity: 0.2;
    content: "0" counter(span-counter) " ";
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 1.6vw);
    font-size: calc(18px + 1.6vw);
    font-weight: bold;
    line-height: 0.5;
    letter-spacing: 1.6px;
    color: #e1e1e1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.content-wrapp-item.candles p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3vh;
    letter-spacing: normal;
    text-align: left;
    color: #e4e4e4;
    margin-bottom: 0;
}

div.candles.content-cream__main-how {
    margin-top: 6vh;
}

.title-wrap-candles {
    position: relative;
    padding-bottom: 11vh;
    padding-left: 3.5vw;
    width: 100%;
}

.title-wrap-candles h2 {
    margin: 0;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.73vw);
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
}

.title-wrap-candles:after {
    top: 6.6vh;
    left: -21vw;
    width: 5px;
    content: '';
    height: 5px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.title-wrap-candles:before {
    content: '';
    display: block;
    position: absolute;
    left: -21vw;
    height: 1px;
    width: 21vw;
    background: rgba(255, 255, 255, 0.2);
    top: 6.8vh;
}

.descr-wrap-how.candles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 40vw;
}

.wrap-preim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 2vh;
}

.descr-wrap-how.candles p.title-preim {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #e1e1e1;
    line-height: 3vh;
}

.descr-wrap-how.candles p {
    margin: 0;
    line-height: 3vh;
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e4e4e4;
}

.main-candles-section .candles.content-cream__main-how:after {
    display: none;
}

.main-candles-section .candles.content-cream__main-how:before {
    display: none;
}

.image-wrap-candles {
    width: -webkit-calc(26vw + 15vh);
    width: calc(26vw + 15vh);
    position: relative;
}

/**************CANDLES END************/
div.main-cream-section .fp-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    background: -webkit-linear-gradient(315deg, rgba(80, 61, 63, 0.8) 55%, rgba(80, 61, 63, 0.4) 100%);
    background: -o-linear-gradient(315deg, rgba(80, 61, 63, 0.8) 55%, rgba(80, 61, 63, 0.4) 100%);
    background: linear-gradient(135deg, rgba(80, 61, 63, 0.8) 55%, rgba(80, 61, 63, 0.4) 100%);
}

div.main-cream-section div#section1,
div.main-cream-section div#section2,
div.main-cream-section div#section3,
div.main-cream-section div#section4,
div.main-cream-section div#section5,
div.main-cream-section div#section6 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div.main-cream-section div#section1 {
    background-image: url(../../../../img/back-cream-1.html);
}

div.main-cream-section div#section2 {
    background-image: url(../../../../img/back-cream-2.html);
}

div.main-cream-section div#section3 {
    background-image: url(../../../../img/back-cream-3.html);
}

div.main-cream-section div#section4 {
    background-image: url(../../../../img/back-cream-4.html);
}

div.main-cream-section div#section5 {
    background-image: url(../../../../img/back-cream-5.html);
}

div.main-cream-section div#section6 {
    background-image: url(../../../../img/back-cream-6.html);
}

.main-cream-section .content-wrapper__main-title {
    width: 35%;
}

.main-cream-section .content-wrapper__images {
    width: 65%;
    text-align: center;
    margin-right: 0;
    padding-right: 5vw;
}

.main-cream-section .content-wrapper__main-title p {
    margin-top: 0;
}

.main-cream-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb:hover:before,
.main-cream-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb:before,
.main-cream-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb:hover,
.main-cream-section .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb,
.main-cream-section .content-wrapper-thumbnails__thumb:before {
    background: none;
    opacity: 1;
}

.main-cream-section .content-wrapper-thumbnails__thumb:hover:before {
    opacity: 0.8;
    background: -webkit-linear-gradient(87deg, #503D3F 15%, rgba(181, 198, 208, 0) 150%);
    background: -o-linear-gradient(87deg, #503D3F 15%, rgba(181, 198, 208, 0) 150%);
    background: linear-gradient(3deg, #503D3F 15%, rgba(181, 198, 208, 0) 150%);
}

.main-cream-section .content-wrapper-thumbnails__thumb:before {
    background: -webkit-linear-gradient(87deg, rgba(80, 61, 63, 0.9) 0%, rgba(80, 61, 63, 0.2) 27%, rgba(181, 198, 208, 0) 100%);
    background: -o-linear-gradient(87deg, rgba(80, 61, 63, 0.9) 0%, rgba(80, 61, 63, 0.2) 27%, rgba(181, 198, 208, 0) 100%);
    background: linear-gradient(3deg, rgba(80, 61, 63, 0.9) 0%, rgba(80, 61, 63, 0.2) 27%, rgba(181, 198, 208, 0) 100%);
    opacity: 0.7;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.content-wrapper-prop {
    z-index: 1;
    width: 100%;
    height: 80vh;
    margin-left: 5vw;
    margin-right: 5vw;
}

.content-prop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12vh;
}

.content-prop__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.image-wrap-prop {
    max-width: 100%;
    width: -webkit-calc(25vw - 2vh);
    width: calc(25vw - 2vh);
    text-align: center;
}

.image-wrap-prop img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-wrap-prop {
    width: 61%;
}

.title-wrap-prop h2 {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.73vw);
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 4vh;
    max-width: 31vw;
}

.title-wrap-prop p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    letter-spacing: normal;
    text-align: left;
    line-height: 2.22;
    color: #e1e1e1;
    margin: 0;
    max-width: 31vw;
}

.content-prop__descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: span-counter;
}

.icons-wrap-prop img {
    max-width: 8vw;
    max-height: 5vh;
    margin-right: 2vw;
}

.icons-wrap-prop span {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 0.3px;
    text-align: left;
    color: #e1e1e1;
    position: relative;
}

.icons-wrap-prop {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20vw;
}

.icons-wrap-prop:hover span:after {
    top: -3vh;
    opacity: 1;
}

.icons-wrap-prop span:after {
    counter-increment: span-counter;
    position: absolute;
    top: 0;
    left: 1vw;
    opacity: 0.2;
    content: "0" counter(span-counter) " ";
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 1.6vw);
    font-size: calc(18px + 1.6vw);
    font-weight: bold;
    line-height: 0.38;
    letter-spacing: 1.6px;
    color: #e1e1e1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.main-cream-section .content-sposob__grad:after {
    opacity: 0.1;
}

.content-sposob__item:hover .content-sposob-text p:after {
    top: -12vh;
}

.content-cream-how {
    z-index: 1;
    width: 100%;
    height: 75vh;
    margin-left: 5vw;
    margin-right: 5vw;
}

.content-cream {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
}

.title-wrap-how h2 {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.73vw);
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.descr-wrap-how p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    line-height: 2.22;
    letter-spacing: normal;
    text-align: left;
    color: #e1e1e1;
}

.content-cream__main-how {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    margin-top: 11vh;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.content-cream__descr-how {
    margin-top: 0;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.image-wrap-how {
    width: -webkit-calc(26vw + 15vh);
    width: calc(26vw + 15vh);
    position: relative;
}

.content-cream__main-how:after {
    content: '';
    display: block;
    position: absolute;
    right: 6vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    top: 3.5vh;
    width: 5px;
    height: 5px;
    background: #fff;
}

.content-cream__main-how:before {
    right: 0;
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 6vw;
    top: 3.8vh;
    background: rgba(255, 255, 255, 0.2);
}

.title-wrap-how, .descr-wrap-how {
    width: 32vw;
}

.list-wrap-how .list-wrap-img {
    max-width: 100px;
    padding-right: 1.5vw;
    padding-bottom: 2vh;
}

.list-wrap-how .list-wrap-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 3vw;
}

.list-wrap-how ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.list-wrap-how ul li {
    padding-bottom: 1vh;
    height: 7vh;
    padding-left: 1vw;
    padding-right: 1vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 21vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5vh;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.list-wrap-how ul span {
    padding-bottom: 3vh;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.4px;
    text-align: left;
    color: #e1e1e1;
}

.list-wrap-how ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: -7vw;
    height: 1px;
    width: 3vw;
    background: rgba(255, 255, 255, 0.2);
    top: 6.8vh;
}

.list-wrap-how ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: -4vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    top: 6.5vh;
    width: 5px;
    height: 5px;
    background: #fff;
}

/*============ BURGER START ============*/
.main-menu-wrapper .pages-links {
    display: none;
}

.non-scroll {
    overflow-y: hidden;
}

.body-overlay-menu {
    cursor: pointer;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}

.body-overlay-menu.show {
    opacity: 1;
    visibility: visible;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    margin-bottom: 5px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
}

.burger div:last-child {
    margin-bottom: 0;
}

/*============ BURGER END ============*/
.fp-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.9;
    background: -webkit-linear-gradient(315deg, rgba(45, 58, 72, 0.99) 55%, rgba(45, 58, 72, 0.4) 100%);
    background: -o-linear-gradient(315deg, rgba(45, 58, 72, 0.99) 55%, rgba(45, 58, 72, 0.4) 100%);
    background: linear-gradient(135deg, rgba(45, 58, 72, 0.99) 55%, rgba(45, 58, 72, 0.4) 100%);
}

.main-shampoo-section {
    height: 100vh;
}

.section-shampoo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*============ SECTION-LINKS START ============*/
.logos-wrapper {
    opacity: 0.5;
    height: 20%;
}

.logos-wrapper__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3vh;
}

.logos-wrapper__logos img:first-child {
    margin-right: 1vw;
}

.logos-wrapper__copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: -webkit-calc(8px + 0.25vw);
    font-size: calc(8px + 0.25vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
}

.logos-wrapper__copyright span {
    width: 100%;
}

.main-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80%;
}

.section-links-wrapper {
    position: absolute;
    z-index: 1;
    opacity: 0.8;
    background: var(--bgcolor);
}

.nav {
    margin-left: 4.7vw;
    margin-bottom: 16.9vh;
    list-style-type: none;
    padding: 0;
    margin-top: 20vh;
}

.nav__item {
    position: relative;
}

.nav__item a {
    display: block;
    margin-bottom: 4vh;
    margin-top: 4vh;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

.nav__item.active a {
    color: #ffffff;
}

.nav__item.active:after {
    top: 50%;
    content: '';
    width: 15px;
    left: -25px;
    height: 2px;
    position: absolute;
    background-color: #ffffff;
}

/*============ SECTION-LINKS END ============*/
.bottom-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 0;
    z-index: 1;
}

.bottom-text span {
    display: block;
    text-align: center;
    margin: 0;
    font-family: MovieLettersCyrillic;
    font-size: -webkit-calc(18px + 6.08vw);
    font-size: calc(18px + 6.08vw);
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.2);
}

/*============ MAIN-PAGE-CONTENT START ============*/
.fp-section {
    padding-left: 20vw;
}

div#section1 .content-wrapper {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div#section1 {
    background-image: url(../../../../img/shampoo-image.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 5vw;
}

.content-wrapper__main-title {
    width: 70% !important;
    height: 80vh;
    position: relative;
    margin-top: 137px;
}

.content-wrapper__main-title h2 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 1.6vw);
    font-size: calc(18px + 1.6vw);
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 3vh;
}
.content-wrapper__main-title p {
    font-family: "Noto Serif", serif;
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    max-width: 80%;
    letter-spacing: 0.6px;
    text-align: left;
    color: #bababa;
    margin-bottom: 10vh;
}

.content-wrapper__images {
    width: 16%;
    margin-right: 9.5vw;
    text-align: right;
}

.button.instuct:hover,
.button.where_buy-2:hover {
    background: rgba(255, 255, 255, 0.1);
}

.button.instuct {
    margin-right: 1.6vw;
}

.button.instuct,
.button.where_buy-2 {
    border: solid 1px #ffffff10;
    padding: 1.6vh 2vw;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.3vw);
    font-size: calc(8px + 0.3vw);
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.section-shampoo-content {
    width: 100vw;
}

.section-shampoo-content .fp-tableCell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100% !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-shampoo-content .fp-controlArrow.fp-prev,
.section-shampoo-content .fp-controlArrow.fp-next {
    display: none;
}

.section-shampoo-wrapper .fp-slidesNav.fp-bottom {
    position: absolute;
    right: 4vw;
    top: 40vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: unset !important;
}

.section-shampoo-wrapper .fp-slidesNav.fp-bottom ul {
    list-style-type: none;
}

.section-shampoo-wrapper .fp-slidesNav.fp-bottom ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.section-shampoo-wrapper .fp-slidesNav ul li:hover a.active span,
.section-shampoo-wrapper .fp-slidesNav ul li:hover a span,
.section-shampoo-wrapper .fp-slidesNav ul li a.active span {
    margin: 0;
}

.section-shampoo-wrapper .fp-slidesNav ul li a span {
    display: block;
    padding: 5px;
    height: auto !important;
    width: auto !important;
    background-color: transparent;
    clip: initial;
    overflow: initial;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.3vw);
    font-size: calc(8px + 0.3vw);
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

.fp-slidesNav ul li a.active {
    opacity: 1;
}

.fp-slidesNav ul li a {
    opacity: 0.4;
}

.fp-slidesNav ul li a.active span.fp-sr-only:after {
    content: '';
    height: 2px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -20px;
    width: 15px;
    top: 50%;
}

/*============ MAIN-PAGE-CONTENT END============*/
/*============ MAIN-PAGE-CONTENT-2 START============*/
div#section2 {
    background-image: url(../../../../img/pokaz-img.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.content-wrapper-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
}

.content-wrapper-thumbnails__thumb:hover .read-more {
    display: block;
}

.content-wrapper-thumbnails__thumb:hover h2 {
    z-index: 1;
}

.content-wrapper-thumbnails__thumb:hover:before {
    opacity: 0.8;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #2d3a48), color-stop(150%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(bottom, #2d3a48 15%, rgba(0, 0, 0, 0.75) 150%);
    background: -o-linear-gradient(bottom, #2d3a48 15%, rgba(0, 0, 0, 0.75) 150%);
    background: linear-gradient(0deg, #2d3a48 15%, rgba(0, 0, 0, 0.75) 150%);
}

.content-wrapper-thumbnails__thumb:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.content-wrapper-thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.content-wrapper-thumbnails__thumb:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #2d3a48), color-stop(27%, #4b5966), to(rgba(181, 198, 208, 0)));
    background: -webkit-linear-gradient(bottom, #2d3a48 6%, #4b5966 27%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(bottom, #2d3a48 6%, #4b5966 27%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(0deg, #2d3a48 6%, #4b5966 27%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.7;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.content-wrapper-thumbnails__thumb {
    padding: 4vh;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    max-width: 430px;
    max-height: 480px;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 22vw;
    height: -webkit-calc(100vw - 39vw);
    height: calc(100vw - 39vw);
}

.content-wrapper-thumbnails__thumb img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content-wrapper-thumbnails__thumb:first-child {
    margin-left: 0;
}

.content-wrapper-thumbnails__thumb:last-child {
    margin-right: 0;
}

.content-wrapper-thumbnails__thumb-title h2 {
    color: #ffffff;
    font-size: -webkit-calc(16px + 0.6vw);
    font-size: calc(16px + 0.6vw);
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    margin: 0;
    z-index: 1;
    position: relative;
}

.content-wrapper-thumbnails__thumb-descr {
    z-index: 1;
    position: relative;
}

.content-wrapper-thumbnails__thumb-descr p {
    font-family: "Noto Sans", sans-serif;
    line-height: 2.19;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
}

.read-more {
    display: none;
    position: absolute;
    right: 4vw;
    bottom: 4vh;
}

.read-more:after {
    content: url("../../../../img/arrow-right.html");
    display: block;
    right: -35px;
    bottom: 50%;
    position: absolute;
    max-width: 34px;
    max-height: 10px;
}

.read-more a {
    position: relative;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.3vw);
    font-size: calc(8px + 0.3vw);
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.back-btn {
    display: none;
}

.content-wrapper-thumbnails__content {
    display: none;
}

.content-wrapper-thumbnails-single:last-child {
    padding-right: 0;
}

.content-wrapper-thumbnails-single {
    width: 45vw;
    max-width: 800px;
    max-height: 480px;
    padding-right: 3vw;
    height: 100%;
}

.content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__content {
    padding-right: 3vw;
    display: block;
    overflow-y: auto;
    padding-top: 4vh;
    height: 60vh;
}

.content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb-title,
.content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb-descr,
.content-wrapper-thumbnails-single.show .read-more {
    display: none;
}

.content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #2d3a48), color-stop(27%, #4b5966), to(rgba(181, 198, 208, 0)));
    background: -webkit-linear-gradient(bottom, #2d3a48 6%, #4b5966 27%, rgba(181, 198, 208, 0) 100%);
    background: -o-linear-gradient(bottom, #2d3a48 6%, #4b5966 27%, rgba(181, 198, 208, 0) 100%);
    background: linear-gradient(0deg, #2d3a48 6%, #4b5966 27%, rgba(181, 198, 208, 0) 100%);
    opacity: 0.7;
}

.content-wrapper-thumbnails-single.show .back-btn {
    display: block;
    position: absolute;
    left: 4vw;
    bottom: 4vh;
}

.content-wrapper-thumbnails-single.show .back-btn a {
    position: relative;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.3vw);
    font-size: calc(8px + 0.3vw);
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-wrapper-thumbnails__thumb .back-btn img {
    position: unset;
    z-index: 0;
    padding-left: 10px;
    transform: rotate(180deg);
}

.back-btn:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: url("../../../../img/arrow-right.html");
    display: block;
    left: -35px;
    bottom: 0;
    position: absolute;
    max-width: 34px;
    max-height: 10px;
}

.content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb {
    width: -webkit-calc(70vw - 25vw);
    width: calc(70vw - 25vw);
    margin-right: 3vw;
}

.content-wrapper-thumbnails-single.show .content-wrapper-thumbnails-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.content-wrapper-thumbnails-single.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 100vw;
    width: 100vw;
    max-height: 64vh;
}

.content-wrapper-thumbnails-single.show h2 {
    margin: 0;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.6vw);
    font-size: calc(16px + 0.6vw);
    text-align: left;
    font-weight: bold;
    color: #ffffff;
}

.content-wrapper-thumbnails-single.show,
.content-wrapper-thumbnails-single.show ul,
.content-wrapper-thumbnails-single.show p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    color: #ffffff;
    line-height: 2.18;
    letter-spacing: 0.6px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
}

/*============ MAIN-PAGE-CONTENT-2 END============*/
/*============ MAIN-PAGE-CONTENT-3 START============*/
div#section3 {
    background-image: url(../../../../img/back-probl.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-wrapper-problematics {
    z-index: 1;
    width: 100%;
    height: 65vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5vw;
    margin-right: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-problematics {
    position: relative;
    width: 50%;
    overflow-y: auto;
    height: inherit;
}

.content-problematics .mech-title-2 {
    display: block;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.73vw);
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin-bottom: 6vh;
}

.content-problematics__image {
    max-width: 371px;
    max-height: 355px;
    width: -webkit-calc(21vw - 2vh);
    width: calc(19vw - 2vh);
}

.content-problematics__title {
    padding-right: 3vw;
    padding-bottom: 2vh;
}

.content-problematics__title h2 {
    margin: 0;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(16px + 0.73vw);
    font-size: calc(16px + 0.73vw);
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
}

.content-problematics__descr {
    padding-right: 1vw;
}

.content-problematics__descr p {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 5vh;
    letter-spacing: normal;
    text-align: left;
    color: #e1e1e1;
    margin: 0;
}

.content-problematics:last-child {
    height: inherit;
    padding-left: 6vw;
    padding-right: 6vw;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-problematics:first-child:after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    content: '';
    height: 100%;
    opacity: 0.2;
    display: block;
    position: absolute;
    background-color: #ffffff;
}

.list-prob {
    counter-reset: p-counter;
    margin: 0;
    padding: 0;
}

.list-prob li {
    margin-top: 3.5vh;
    margin-bottom: 3.5vh;
}

.list-prob p:after {
    counter-increment: p-counter;
    position: absolute;
    left: 20px;
    bottom: 25%;
    content: "0" counter(p-counter) " ";
    opacity: 0.25;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 2vw);
    font-size: calc(18px + 2vw);
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.5);
}

.list-prob li:first-child {
    margin-top: 0;
}

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

.list-prob li p {
    padding-bottom: 2vh;
    margin: 0;
    position: relative;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(14px + 0.31vw);
    font-size: calc(14px + 0.31vw);
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #e1e1e1;
}

.list-prob li span {
    display: block;
    margin-bottom: 1.7vh;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(8px + 0.3vw);
    font-size: calc(8px + 0.3vw);
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #bababa;
}

.list-prob span:last-child {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(8px + 0.31vw);
    font-size: calc(8px + 0.31vw);
    font-weight: normal;
    line-height: 2.67;
    letter-spacing: normal;
    color: #e4e4e4;
}

/*============ MAIN-PAGE-CONTENT-3 END============*/
/*============ MAIN-PAGE-CONTENT-4 END============*/
.image-wrapp-item {
    height: 100%;
    width: 20%;
    text-align: center;
}

.content-wrapp-item {
    height: 100%;
    width: 80%;
    padding-left: 2vw;
}

.content-howork__item p {
    margin-top: 0;
    margin-bottom: 4.5vh;
}

.content-howork__item ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.content-howork {
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-howork__title {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 1.40vw);
    font-size: calc(18px + 1.40vw);
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.9px;
    color: #bababa;
    width: 100%;
    margin-top: 0;
    margin-bottom: 6.5vh;
}

.content-howork__item:last-child {
    padding-right: 0;
}

.content-howork__item {
    padding-right: 2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 83%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-howork__item p, .content-howork__item ul {
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    line-height: 2.5;
    text-align: left;
    color: #e4e4e4;
}

.content-howork__item span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(14px + 0.42vw);
    font-size: calc(14px + 0.42vw);
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: left;
    color: #e1e1e1;
    margin-bottom: 4vh;
}

.content-wrapper-howork {
    z-index: 1;
    width: 100%;
    height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5vw;
    margin-right: 5vw;
}

div#section4 {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../../../img/back-howork.html);
}

/*============ MAIN-PAGE-CONTENT-4 END============*/
/*============ MAIN-PAGE-CONTENT-5 START============*/
.content-sposob {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: p-counter;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.content-sposob__grad {
    position: relative;
    margin-bottom: 5vh;
}

.content-sposob__grad:after {
    content: '';
    background: -webkit-linear-gradient(87deg, #2d3a48 6%, rgba(45, 58, 72, 0.1) 50%);
    background: -o-linear-gradient(87deg, #2d3a48 6%, rgba(45, 58, 72, 0.1) 50%);
    background: linear-gradient(3deg, #2d3a48 6%, rgba(45, 58, 72, 0.1) 50%);
    width: 100%;
    opacity: 0.7;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-sposob__title {
    width: 100%;
    margin-top: 0;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    line-height: 1.36;
    margin-bottom: 0;
    font-size: -webkit-calc(18px + 1.40vw);
    font-size: calc(18px + 1.40vw);
    letter-spacing: 0.9px;
    font-family: "Noto Serif", serif;
}

.content-sposob__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 315px;
    max-height: 315px;
    width: -webkit-calc(19vw - 8vh);
    width: calc(19vw - 8vh);
    height: 34vh;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-sposob-text p:after {
    counter-increment: p-counter;
    position: absolute;
    top: -7vh;
    left: 2vw;
    content: "0" counter(p-counter) " ";
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 2.97vw);
    font-size: calc(18px + 2.97vw);
    font-weight: bold;
    line-height: 0.38;
    letter-spacing: 1.6px;
    color: #e1e1e1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.content-sposob-text p {
    z-index: 2;
    margin: 0;
    position: relative;
    padding-left: 2vw;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

.content-sposob .content-sposob__item:nth-child(2) {
    margin-left: 0;
}

.content-sposob .content-sposob__item:last-child {
    margin-right: 0;
}

.image-sposob-item {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 290px;
    height: 100%;
    max-width: 100%;
}

.content-wrapper-sposob {
    z-index: 1;
    width: 100%;
    height: 50vh;
    margin-left: 5vw;
    margin-right: 5vw;
}

div#section5 {
    background-image: url(../../../../img/back-spos.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*============ MAIN-PAGE-CONTENT-5 END============*/
/*============ MAIN-PAGE-CONTENT-6 START============*/
.content-forms {
    pointer-events: none;
    height: 73vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-forms__main-title {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 1.40vw);
    font-size: calc(18px + 1.40vw);
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.9px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 0;
}

.content-forms__item {
    border-left: 2px solid rgba(232, 232, 232, 0.2);
    padding-left: 4.5vw;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-forms__ml {
    position: absolute;
    top: -webkit-calc(3.5vh - -1vw);
    top: calc(3.5vh - -1vw);
    left: 0;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    color: #bababa;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.content-forms__image {
    max-width: 245px;
    max-height: 439px;
    width: -webkit-calc(10vw + 2vh);
    width: calc(10vw + 2vh);
    margin-bottom: 5vh;
}

.content-forms__mini-logo {
    max-width: 85px;
    max-height: 15px;
    opacity: 0.5;
}

.content-forms__title p {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 0.88vw);
    font-size: calc(18px + 0.88vw);
    font-weight: bold;
    line-height: 1.74;
    letter-spacing: 0.7px;
    text-align: left;
    color: #e1e1e1;
    margin: 0;
}

.content-wrapper-forms {
    z-index: 1;
    width: 100%;
    height: 80vh;
    margin-left: 5vw;
    margin-right: 5vw;
}

div#section6 {
    background-image: url(../../../../img/back-forma.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*============ MAIN-PAGE-CONTENT-6 END============*/
/*============ MAIN-PAGE-CONTENT-7 START============*/
.content-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-question__main-title {
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(18px + 1.40vw);
    font-size: calc(18px + 1.40vw);
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.9px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 7vh;
}

.content-question__item:last-child {
    margin-bottom: 0;
}

.content-question__item {
    margin-bottom: 5vh;
    position: relative;
    width: 100%;
}

.content-question__item a.active i {
    opacity: 1;
}

.content-question__item a {
    width: 100%;
    font-family: "Noto Serif", serif;
    font-size: -webkit-calc(12px + 0.32vw);
    font-size: calc(12px + 0.32vw);
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
    opacity: 1;
    padding-right: 20vw;
    display: block;
    padding-bottom: 1.5vh;
    border-bottom: 2px solid #ffffff30;
    position: relative;
}

.content-question__item a i {
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 45%;
}

.content-question__item .accord {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.content-question__answer {
    max-width: 61vw;
    padding-top: 3vh;
    max-height: 17vh;
    overflow-y: auto;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.content-question__answer p:first-child {
    margin-top: 0;
}

.content-question__answer p:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.main-candles-section .content-question__answer p {
    color: #FFFFFF;
}
.content-question__answer p {
    padding-left: 1.5vw;
    font-family: "Noto Sans", sans-serif;
    font-size: -webkit-calc(8px + 0.42vw);
    font-size: calc(8px + 0.42vw);
    line-height: 1.88;
    text-align: left;
    color: rgba(221, 221, 221, 0.5);
}

.content-wrapper-question {
    z-index: 1;
    width: 100%;
    height: 80vh;
    margin-left: 5vw;
    margin-right: 5vw;
}

div#section7 {
    background-image: url(../../../../img/back-vopros.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*============ MAIN-PAGE-CONTENT-7 END============*/

/*============ MAIN-PAGE-CONTENT-8 START============*/

div#section8 {
    background-image: url(../../../../img/new/f.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-wrapper-wherebuy {
    z-index: 1;
    width: 100%;
    height: 80vh;
    margin-left: 5vw;
    margin-right: 5vw;
}
.content-wherebuy__main-subtitle{
    max-width: 45vw;
    font-family: "Noto Sans", sans-serif;
    font-size: calc(12px + 0.32vw);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    margin-top: 0;
    letter-spacing: normal;
    color: #e1e1e1;
}
.content-wherebuy__main-title{
    font-family: "Noto Serif", sans-serif;
    font-size: calc(18px + 1.40vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 0.9px;
    color: #ffffff;
}

.inner-wrapper-pharm {
    display: flex;
    justify-content: flex-start;
}

.pharmacies-wrapper:first-child {
    width: 35%;
    flex-wrap: wrap;
}
.pharmacies-wrapper:last-child {
    width: 65%;
}
.pharmacies-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pharmacy a {
    display: block;
    font-family: "Noto Serif", sans-serif;
    font-size: calc(8px + 0.42vw);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.69;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    width: 35%;
}
.pha-arrow {
    max-width: 27px;
    max-height: 10px;
}
.pharmacy {
    display: flex;
    margin: 0 3vw;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*============ MAIN-PAGE-CONTENT-8 END============*/



@media all and (max-width: 1480px) {
    .pharmacies-wrapper:first-child img{
        width: 15vw;
    }
    .content-wherebuy__main-subtitle{
        max-width: 100%;
    }
    .descr-wrap-how.candles{
        overflow-y: auto;
    }
    .title-wrap-candles{
        padding-bottom: 4vh;
    }
    .title-wrap-candles h2{
        font-size: -webkit-calc(12px + 0.73vw);
        font-size: calc(12px + 0.73vw);
    }
    .image-wrap-candles {
        width: -webkit-calc(10vw + 15vh);
        width: calc(10vw + 15vh);
    }
    .title-wrap-how, .descr-wrap-how {
        width: 100%;
    }

    .descr-wrap-how p {
        margin: 0;
        line-height: 1.8;
    }
    .image-wrap-how {
        width: -webkit-calc(18vw + 15vh);
        width: calc(18vw + 15vh);
    }

    .content-prop {
        padding-top: 5vh;
    }

    .content-question__main-title {
        margin-top: 1vh;
        margin-bottom: 2vh;
    }

    .content-question__item {
        margin-bottom: 3vh;
    }

    .content-question__item a {
        padding-right: 5vw;
    }

    .content-question__answer {
        max-width: 70vw;
    }

    .content-howork__title {
        margin-bottom: 3.5vh;
    }

    .content-wrapp-item {
        padding-left: 0;
    }

    .content-howork__item {
        padding-right: 0;
    }

    .image-wrapp-item {
        width: 3vw;
    }

    .content-howork__item p {
        margin-bottom: 3vh;
    }

    .content-problematics__image {
        width: -webkit-calc(19vw - 2vh);
        width: calc(19vw - 2vh);
    }

    .content-problematics__title {
        padding-bottom: 2vh;
    }
}

@media all and (max-width: 1366px) {
    .content-howork__item p, .content-howork__item ul {
        line-height: 1.5;
    }
}

@media all and (max-width: 1280px) {
    .content-wrapper-thumbnails__thumb {
        padding: 2vh;
    }
}

@media all and (max-width: 1080px) {
    .pharmacies-wrapper:last-child{
        flex-wrap: wrap;
    }
    .section-links-wrapper{
        position: fixed;
    }
    .list-wrap-how .list-wrap-img img {
        width: 3vw;
    }

    .content-prop__main {
        padding-left: 2vw;
        padding-right: 2vw;
        margin-bottom: 2vh;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .image-wrap-prop {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .title-wrap-prop {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .icons-wrap-prop:last-child {
        margin-bottom: 0;
    }

    .icons-wrap-prop img {
        max-width: 8vw;
        max-height: 5vh;
        margin-right: 2vw;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .title-wrap-prop h2,
    .title-wrap-prop p {
        max-width: unset;
    }

    .content-prop {
        height: 100%;
        padding-top: 0;
    }

    .content-prop__descr {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 2vw;
    }

    .icons-wrap-prop {
        width: 100vw;
        margin-bottom: 2vh;
    }

    .icons-wrap-prop:last-child {
        margin-bottom: 0;
    }

    .content-forms__image {
        width: 19vw;
    }

    .content-sposob__title {
        text-align: center;
    }

    .content-sposob {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content-sposob__item {
        width: 15vw;
    }

    .content-wrapper-thumbnails-single.show .back-btn {
        left: 5vw;
    }

    .header-logo-wrapper {
        padding-left: 1vw;
    }

    .nav {
        margin-left: 1vw;
    }
}

@media all and (max-width: 991px) {
    .main-menu-wrapper {
        height: 75%;
    }

    .nav {
        margin-bottom: 10vh;
    }
}

@media all and (max-width: 815px) and (max-height: 375px) {
    .page-header-wrapper, .section-links-wrapper{
        position: fixed;
    }
    .content-wrapper__images .main-image {
        width: 40vw;
    }
    .content-howork__item.candles {
        margin-bottom: 5vh;
    }

    .list-wrap-how ul li {
        width: 94%;
    }

    .content-cream__main-how {
        border: none;
    }

    .content-cream__main-how:after,
    .content-cream__main-how:before,
    .list-wrap-how ul li:before,
    .list-wrap-how ul li:after {
        display: none;
    }

    .title-wrap-prop {
        width: 100%;
    }

    .image-wrap-prop {
        display: none;
    }

    .content-question__item a {
        font-size: -webkit-calc(8px + 0.32vw);
        font-size: calc(8px + 0.32vw);
    }

    .logos-wrapper {
        display: none;
    }

    .content-forms__title p {
        font-size: -webkit-calc(12px + 0.88vw);
        font-size: calc(12px + 0.88vw);
    }

    .content-sposob__item {
        width: 13vw;
    }
}

@media all and (max-width: 768px) {
    .content-wherebuy {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .pharmacies-wrapper{
        width: 100%;
    }
    .pharmacies-wrapper:first-child {
        display: none;
    }

    .inner-wrapper-pharm {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5vh;
    }
    .content-wrapper-wherebuy{
        height: auto;
    }
    .content-cream {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-cream__main-how {
        width: 100%;
        margin-top: 0;
    }

    .content-cream__descr-how {
        width: 100%;
        margin: 0;
    }

    .title-wrap-how, .descr-wrap-how {
        padding-bottom: 2vh;
    }

    .list-wrap-how .list-wrap-img {
        padding-bottom: 0;
    }

    .list-wrap-how ul span {
        padding-bottom: 0;
    }

    .list-wrap-how ul li {
        margin-bottom: 1vh;
        padding: 0;
        height: 5vh;
        width: 100%;
    }

    .content-cream__main-how {
        border: none;
    }

    .content-cream__main-how:after,
    .content-cream__main-how:before,
    .list-wrap-how ul li:before,
    .list-wrap-how ul li:after {
        display: none;
    }

    .title-wrap-prop {
        width: 100%;
    }

    .image-wrap-prop {
        display: none;
    }

    .content-forms__ml {
        position: unset;
        height: 10%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .content-forms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 80vh;
    }

    .content-forms__item {
        width: 100%;
        margin-top: 1vh;
        margin-bottom: 1vh;
        height: 20vh;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 7vw;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content-forms__main-title {
        margin-top: 0;
        margin-bottom: 3vh;
    }

    .content-forms__ml {
        left: -6vw;
    }

    .content-forms__image {
        height: 85%;
        width: 12vw;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .content-forms__mini-logo {
        display: none;
    }

    .content-forms__item {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .content-problematics:first-child:after {
        display: none;
    }

    .content-problematics:first-child {
        padding-bottom: 2vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-wrapper-problematics {
        height: 70vh;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-problematics {
        width: 100%;
    }

    .content-problematics:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .content-problematics .mech-title-2 {
        margin-bottom: 3vh;
    }

    .list-prob li {
        margin-bottom: 1.5vh;
        margin-top: 1.5vh;
    }

    .content-problematics__image {
        width: 35vw;
    }

    .content-problematics__title {
        width: 50vw;
    }

    .content-problematics__descr {
        padding-right: 0;
    }

    .content-problematics:first-child {
        padding-bottom: 2vh;
    }

    .content-wrapper-problematics {
        height: 70vh;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-problematics {
        width: 100%;
    }

    .content-problematics:last-child {
        width: 100%;
    }

    .content-problematics .mech-title-2 {
        margin-bottom: 3vh;
    }

    .list-prob li {
        margin-bottom: 1.5vh;
        margin-top: 1.5vh;
    }

    .logos-wrapper__logos img {
        width: -webkit-calc(10vw - -6vh);
        width: calc(10vw - -6vh);
    }

    .main-menu-wrapper .pages-links__link-1,
    .main-menu-wrapper .pages-links__link-2,
    .main-menu-wrapper .pages-links__link-3 {
        position: relative;
        padding: 0;
        background: none;
        display: block;
        font-family: "Noto Serif", serif;
        font-size: -webkit-calc(12px + 0.32vw);
        font-size: calc(12px + 0.32vw);
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.3px;
        text-align: left;
        color: #ffffff;
    }

    .main-menu-wrapper ul.pages-links li {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .main-menu-wrapper ul.pages-links li a.active:after {
        top: 50%;
        content: '';
        width: 15px;
        left: -25px;
        height: 2px;
        position: absolute;
        background-color: #ffffff;
    }

    .main-menu-wrapper ul.pages-links {
        padding: 0;
        margin-left: 9vw;
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 10;
    }

    .section-shampoo-wrapper .fp-slidesNav.fp-bottom {
        right: 10vw;
    }

    .pages-links {
        display: none;
    }

    .page-header {
        padding-left: 3vw;
        padding-right: 3vw;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bottom-text {
        left: 0;
    }

    .bottom-text span {
        letter-spacing: -2px;
    }

    .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__content {
        padding-top: 0;
        max-height: 50vh;
    }

    .content-wrapper-thumbnails-single.show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100vw;
        width: 100vw;
        max-height: 100vh;
        height: 86vh;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content-wrapper-thumbnails-single {
        width: 100%;
        max-height: 27vh;
        height: 20vh;
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__thumb {
        height: 16vh;
        width: 100vw;
        margin-bottom: 1vh;
        margin-right: 0;
        max-width: 100vw;
    }

    .content-wrapper-thumbs {
        padding-top: 10vh;
    }

    .content-wrapper-thumbnails__thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .content-wrapper-thumbnails__thumb-descr {
        display: none;
    }

    .content-wrapper-thumbnails-single:last-child {
        padding-right: 5vw;
    }

    .content-wrapper-thumbnails {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .read-more {
        display: block;
        right: 7vw;
    }

    .section-shampoo-content .fp-tableCell {
        padding-bottom: 0;
    }

    .fp-section {
        padding: 0;
    }

    .nav {
        margin-left: 9vw;
        margin-top: 2vh;
    }

    ul#menu, .logos-wrapper {
        position: relative;
        z-index: 10;
        margin-bottom: 0;
    }

    .width-links-container.show-menu {
        left: 0;
        z-index: 2;
    }

    .section-links-wrapper {
        opacity: 1;
        position: fixed;
        z-index: 1;
        background: var(--bgcolor);
        left: -50vw;
    }

    .width-links-container {
        width: 50vw;
    }

    .section-slide-content__descr {
        line-height: 2;
        width: 62vw;
    }

    ul.slick-dots li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .mini-logo-wrapper {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 50%;
        margin-left: 4.7vw;
        margin-bottom: 15px;
    }

    .mini-logo img {
        height: -webkit-calc(30px + 2vw);
        height: calc(30px + 2vw);
    }

    .content-wrapper-thumbnails-single {
        width: 100%;
        max-height: 27vh;
        height: 20vh;
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .content-wrapper-thumbnails__thumb {
        height: 100%;
        width: 100%;
        max-width: 100vw;
    }

    .content-wrapper-thumbs {
        padding-top: 10vh;
    }

    .content-wrapper-thumbnails__thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .content-wrapper-thumbnails__thumb-descr {
        display: none;
    }

    .content-wrapper-thumbnails-single:last-child {
        padding-right: 5vw;
    }

    .content-wrapper-thumbnails {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .read-more {
        display: block;
        right: 7vw;
    }

    .section-shampoo-content .fp-tableCell {
        padding-bottom: 0;
    }

    .fp-section {
        padding: 0;
    }

    .nav {
        margin-left: 9vw;
    }

    ul#menu, .logos-wrapper {
        position: relative;
        z-index: 10;
    }

    .width-links-container.show-menu {
        left: 0;
        z-index: 2;
    }

    .section-links-wrapper {
        opacity: 1;
        position: fixed;
        z-index: 1;
        background: var(--bgcolor);
        left: -50vw;
    }

    .width-links-container {
        width: 50vw;
    }

    .burger {
        display: block;
        cursor: pointer;
        position: fixed;
        right: 8vw;
        width: 40px;
        bottom: 7vh;
    }

    .section-slide-content__descr {
        line-height: 2;
        width: 62vw;
    }

    ul.slick-dots li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .mini-logo-wrapper {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 50%;
        margin-left: 4.7vw;
        margin-bottom: 15px;
    }

    .mini-logo img {
        height: -webkit-calc(30px + 2vw);
        height: calc(30px + 2vw);
    }
}

@media all and (max-width: 600px) {
    .wrap-preim{
        width: 100%;
    }
    div.candles.content-cream__main-how{
        margin-top: 0;
    }
    .descr-wrap-how.candles{
        overflow-y: unset;
        width: 100%;
    }
    .image-wrap-candles {
        display: none;
    }

    .image-wrap-how {
        display: none;
    }

    .content-question__answer p {
        font-size: -webkit-calc(10px + 0.42vw);
        font-size: calc(10px + 0.42vw);
    }

    .content-question__item a {
        font-size: -webkit-calc(11px + 0.32vw);
        font-size: calc(11px + 0.32vw);
        line-height: 1.2;
    }

    .content-sposob__item {
        width: 30vw;
    }

    .content-wrapper-sposob {
        height: 80vh;
    }

    .content-sposob .content-sposob__item {
        margin-right: 2vw;
        margin-left: 2vw;
    }

    .content-sposob .content-sposob__item:nth-child(2) {
        margin-left: 2vw;
    }

    .content-howork__title {
        margin-bottom: 0;
    }

    .content-wrapper-howork {
        height: 80vh;
    }

    .content-howork {
        overflow-y: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-howork__item {
        width: 100%;
    }

    .content-howork__item span {
        margin-bottom: 2vh;
    }

    .content-howork__item p {
        margin-bottom: 1vh;
    }

    .image-wrapp-item {
        display: none;
    }

    .content-problematics__title h2 {
        font-size: -webkit-calc(13px + 0.73vw);
        font-size: calc(13px + 0.73vw);
    }

    .content-wrapper__main-title {
        width: 60%;
    }

    .content-wrapper__images {
        width: 40%;
    }

    .content-wrapper-thumbnails-single.show .back-btn {
        left: 3vw;
    }

    .read-more:after,
    .back-btn:after {
        display: none;
    }
}

@media all and (max-width: 600px) and (max-height: 375px) {
    .content-sposob__item {
        width: 13vw;
    }
}

@media all and (max-width: 425px) {
    .pharmacy{
        width: 100%;
        margin-bottom: 3vh;
    }
    .pharmacy a{
        width: 100%;
    }
    img.pha-arrow {
        display: none;
    }
}
@media all and (max-height: 415px) {
    .content-wrapper-wherebuy{
        height: auto;
        min-height: 100%;
    }
    .content-cream-how, .content-cream{
        height: auto;
    }
    .content-problematics:last-child{
        overflow-y: unset;
    }
    .title-wrap-candles:after,
    .title-wrap-candles:before{
        display: none;
    }

    .content-cream__descr-how.candles .list-wrap-how ul li{
        border-bottom: none;
    }
    .list-wrap-how ul li{
        margin-bottom: 5vh;
    }
    .descr-wrap-how.candles p.title-preim{
        margin-bottom: 5vh;
    }
    .descr-wrap-how.candles{
        width: 100%;
    }
    .content-wrapper__images .main-image {
        width: 40vw;
    }
    *:not(.content-wrapper-thumbnails-single.show .content-wrapper-thumbnails__content){
        overflow-y: unset !important;
    }
    .image-wrap-how {
        display: none;
    }

    .image-wrap-candles {
        display: none;
    }


    .content-prop__descr {
        padding-left: 0;
    }

    .content-question__item a {
        font-size: -webkit-calc(9px + 0.4vw);
        font-size: calc(9px + 0.4vw);
    }

    .content-forms__image {
        width: 6vw;
    }

    .content-forms__ml {
        display: none;
    }

    .content-forms__title {
        height: 100%;
    }

    .content-problematics__image {
        width: 10vw;
    }

    div#section1 .content-wrapper {
        padding-top: 10vh;
    }

    .read-more,
    .back-btn {
        right: 3vw;
    }

    .bottom-text,
    .read-more:after,
    .back-btn:after {
        display: none;
    }

    .logos-wrapper__logos, .logos-wrapper__copyright {
        display: none;
    }

    .mini-logo img {
        display: none;
    }
}

