/* custom.css */

/* home page */
.nav-block-categories {
    padding: 15px 0 50px;
}

.nav-categories>.categories {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.nav-categories>.categories>li {
    list-style: none;
    margin: 10px;
    padding: 0;
    width: 250px;
}

.nav-categories>.categories>li>a {
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background: rgb(91, 177, 188);
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.nav-categories>.categories>li>a:hover {
    background: rgb(91, 177, 188);
}

.relevant-item {
    margin-bottom: 50px;
}

.block-instagram {
    margin-bottom: 100px;
}

.block-instagram>p {
    font-size: 22px;
    line-height: 32px;
    color: #252258;
    text-align: center;
    margin-bottom: 50px;
}

.click-next {
    position: relative;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/image/design/right.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-prev:before {
    transform: rotate(180deg);
}

.heading-best-sellers,
.hardware-cosmetology-header h3 {
    font-size: 22px;
    line-height: 32px;
    color: #252258;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.submenuItems a {
    transition: all 0.4s ease-out;
}

.alert {
    text-align: center;
    z-index: 10;
    color: #fff;
    font-size: 12px;
    border: none;
}

.alert-danger {
    text-align: center;
    z-index: 10;
    background: #b30202ba !important;
    color: #fff;
    font-size: 12px;
    border: none;
}

.alert-success {
    background: #05b30296 !important;
    text-align: center;
    z-index: 10;
    color: #fff;
    font-size: 12px;
    border: none;
}

.close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 43px;
}

.checkout-fastorder-fastorder .close {
    right: 20px;
    top: 15px;
    font-size: 26px;
}

.checkout-fastorder-fastorder .alert-warning {
    background-color: #b30202ba;
}

.close:focus,
.close:hover {
    color: #fff;
}

.alert>a {
    color: #fff;
    margin: 0 5px;
}

.alert>a:hover {
    color: #b6b6b6;
}

.mailing #unisender-subscribe-form img {
    display: none;
}

#provider img {
    display: none;
}

/* end home page */

/* catalog */
.btn-success {
    background-image: none;
    border-color: rgb(91, 177, 188);
    background-color: rgb(91, 177, 188);
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    transition: .5s ease;
}

.btn-success:hover {
    border-color: rgb(91, 177, 188);
    background-color: rgb(91, 177, 188);
    transition: .5s ease;
}

.modal-footer>.btn-success {
    text-transform: inherit;
    font-size: 14px;
    border-radius: 5px;
}

#input-sort {
    border: 1px solid;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('/image/design/galka.svg') no-repeat right center;
    background-position-x: 93%;
}

.bf-layout-id-new {
    display: none;
}

#column-left .box {
    border: none;
    border-radius: 0;
}

.mfp-content #popup-purchase-wrapper .popup-heading {
    text-align: center;
    padding: 25px 25px 0px 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #252258;
    border-bottom: none;
}

.popup-info {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #040404;
}

#popup-purchase-wrapper .payment-info>div label span {
    display: none;
}

.payment-info>div:nth-child(3) {
    display: none;
}

#popup-purchase-wrapper #purchase-form .payment-info label {
    font-size: 14px;
    line-height: 17px;
    color: #1E1E1E;
    font-weight: 400;
}

#popup-purchase-wrapper #purchase-form .payment-info input {
    border-radius: 5px;
    border: 1px solid #343163;
    height: 50px;
    margin-bottom: 5px;
}

.mfp-content {
    display: inline-table;
}

.mfp-content #popup-purchase-wrapper .popup-footer {
    border-top: none;
    background-color: #fff;
}

.mfp-content #popup-purchase-wrapper .popup-footer button,
.mfp-content #popup-purchase-wrapper .mfp-close {
    display: none;
}

.mfp-content #popup-purchase-wrapper .popup-footer {
    text-align: center;
}

.mfp-content #popup-purchase-wrapper .popup-footer a {
    float: none;
    border-radius: 5px;
    background: rgb(91, 177, 188);
    box-shadow: 4px 4px 10px rgba(203, 124, 144, 0.2);
    height: 50px;
    padding: 15px 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border: 1px solid rgb(91, 177, 188);
}

.mfp-content #popup-purchase-wrapper .popup-center {
    padding: 25px 25px 15px;
}

.mfp-content #popup-purchase-wrapper .popup-center>p:nth-child(1) {
    visibility: hidden;
}

.mfp-content #popup-purchase-wrapper .popup-center>p {
    text-align: center;
}

.mfp-content #popup-purchase-wrapper .popup-footer a:hover {
    border: 1px solid rgb(91, 177, 188);
    background: rgb(91, 177, 188);
    color: #fff;
}

.mfp-content #popup-purchase-wrapper .popup-footer .use-of-personal-data {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    margin-top: 20px;
    color: #040404;
}

.product-special .list-group {
    display: none;
}

.product-special .pull-right {
    float: left !important
}

.description-category,
.description_js {
    font-size: 14px;
    line-height: 20px;
    color: #252258;
    text-align: center;
}

/* end catalog */

/* product page */
.button_registration {
    padding: 15px 35px;
    border-radius: 5px;
    border: none;
    float: right;
    margin: 20px 0 0;
}

.product-video>.icon-video {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/image/design/video.svg);
    float: left;
}

.link-to-video {
    float: left;
    padding: 5px 0 0px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #252258;
    border-bottom: 1px solid;
    cursor: pointer;
}

.product-video {
    margin: 30px auto 60px;
    flex-direction: column;
    align-items: center;
}

.product-video>iframe {
    margin-top: 15px;
}

.related-products .button-group button:nth-child(2) {
    margin: 0;
}

.slider-related-products {
    float: none;
}

.related-products-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0 50px;
}

.related-products h4 {
    text-align: center;
    padding: 0 25px;
}

.header-alternative-products {
    text-transform: uppercase;
    font-size: 16px;
    color: #252258;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(37, 34, 88, 0.16);
    margin: 0 auto 20px;
    display: block;
    width: fit-content;
}

.slider-related-products .slick-prev {
    left: 5px;
    top: 37%;
    z-index: 1;
}

.slider-related-products .slick-next {
    right: 8px;
    top: 37%;
    z-index: 1;
}

.slider-related-products .savemoney {
    top: 0;
}

.related-products-block .image .additional {
    left: 0;
    right: 0;
    width: 228px;
}

.related-products-block .slick-dots {
    bottom: -15px;
}

.related-products-block>.free-shipping {
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-shipping .free-shipping__background {
    width: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 336px;
    background-position: center;
}

html[lang="ru"] .free-shipping .free-shipping__background {
    background-image: url(/image/design/free-shipping.png);
}

html[lang="uk"] .free-shipping .free-shipping__background {
    background-image: url(/image/design/free-shipping-ua.png);
}

/* end product page */

/* login page */
.account-login .titel-login {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #252258;
    border-bottom: 1px solid rgba(37, 34, 88, 0.16);
    padding: 0px 0 10px;
}

.account-login .well {
    box-shadow: none;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.account-login .authorization-accompanying-text {
    font-size: 14px;
    line-height: 17px;
    color: #252258;
    margin: 30px 0 25px;
}

.account-login .login-label {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}

.forgot-your-password {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 10px 0 33px;
    display: block;
}

.user-authorization {
    border: 1px solid #252258;
    border-radius: 0;
    width: 360px;
    height: 50px;
    margin-top: 10px;
}

.account-login .btn-primary {
    width: 260px;
    height: 50px;
    border-radius: 5px;
    font-size: 14px;
    padding: 14px 0;
    box-shadow: none;
}

.header-block .dropdown .dropdown-menu li:nth-child(3)>a,
.header-block .dropdown .dropdown-menu li:nth-child(4)>a,
.account-account aside#column-right>.list-group>a:nth-child(7),
.account-account aside#column-right>.list-group>a:nth-child(8),
.account-account aside#column-right>.list-group>a:nth-child(10) {
    display: none;
}

.account-account .list-unstyled a {
    color: #28255A;
}

.account-wishlist .table-responsive td.text-right>.btn-primary {
    padding: 9px 10px;
}

.account-wishlist .table-responsive td.text-right>.btn-primary>i.fa-shopping-cart {
    display: block;
}

/* end login page */

/* error page */
.error-not_found #content {
    display: flex;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 100px;
    min-height: auto;
}

.error-not_found #content img {
    float: right;
    width: 75%;
}

.error-not_found #content .buttons {
    text-align: center;
}

.error-not_found #content .buttons .btn-primary {
    width: 260px;
    height: 50px;
    padding: 14px 0;
    font-size: 14px;
    border-radius: 5px;
}

.error-not_found #content .text-about-error {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

/* end page error */

/* fastorder page */
.checkout-fastorder-fastorder .btn-block .input-group-btn a.btn-primary {
    background: #fff;
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 5px;
}

td.text-center>.btn-remove {
    background-image: url(/image/design/delete.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    padding: 0;
    border: none;
}

/* .checkout-fastorder-fastorder .btn-block span:nth-child(1)>a.btn-primary{
    background-image: ;
} */

.checkout-fastorder-fastorder .table-responsive .input-group-btn>.btn-primary>img {
    width: 15px;
}

.col-sm-6 #panels_novaposhta {
    background: #fff;
}

#panels_novaposhta #novaposhta .novaposhta_main_citys {
    margin-top: 20px;
}

#novaposhta .dropdown-menu.open {
    right: 0;
    min-width: 100% !important;
    width: 100%
}

#novaposhta .dropdown-menu.open .inner.open .text {
    padding: 0px;
}

/* end fastorder page */

#form-builder-44 {
    /* padding-right: 60%; */
    margin: 0 30%;
}

.title-contact {
    font-size: 16px;
    color: #252258;
}

.contact-block {
    list-style: none;
    padding: 0;
}

.contact-block>li>a {
    color: #252258;
    font-size: 16px;
}

.title-present-certificate {
    font-size: 14px;
    color: #252258;
}

.checkout-success #content>.buttons {
    float: left;
}

.about-brend-page {
    display: flex;
}

.cotainer-terms-of-payment {
    display: flex;
    flex-wrap: wrap;
}

.cotainer-terms-of-payment>div {
    width: 50%;
    color: #28255A;
}

.cotainer-terms-of-payment>div>img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.container-about-biotec {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.biotec-model-image {
    width: 100%;
    float: left;
    max-width: 210px;
    padding: 0px 30px;
}

/* additional photo in the product card */
.image div,
.image span {
    z-index: 2;
}

.box-product .image a,
.box-content .image a,
.item .image a,
.product-list .image a,
.product-grid .image a {
    display: inline-block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.image .main {
    transition: all ease-in-out .4s;
}

.image:hover .additional {
    opacity: 1;
    background: #fff;
}

.product-price .image .main {
    transform: none !important;
}

.product-price .image .additional {
    display: none;
}

/* end additional photo in the product card */

#content .block-product-cart>.product-show-more {
    display: block;
    width: 100%;
}

#content .block-product-cart>.product-show-more>.product-show-more-link>span:hover {
    border-color: rgb(91, 177, 188);
    background-color: rgb(91, 177, 188);
    transition: .5s ease;
}

/* stickers */
#boxfeatured .image,
.product-info .image,
.compare-info .wrap-corner,
.wishlist-info tbody .image,
.thumbnail {
    position: relative;
}

.wrap-corner .corner_t_r,
.image .corner_t_r,
.thumbnail .corner_t_r {
    top: 0;
    right: 0;
}

.wrap-corner .corner_b_r,
.image .corner_b_r,
.thumbnail .corner_b_r {
    bottom: 0;
    right: 0;
}

.wrap-corner .corner_b_l,
.image .corner_b_l,
.thumbnail .corner_b_l {
    bottom: 0;
    left: 0;
}

.wrap-corner .corner_t_l,
.image .corner_t_l,
.thumbnail .corner_t_l {
    top: 0;
    left: 0;
}

.image .corner_t_r,
.image .corner_b_r,
.image .corner_b_l,
.image .corner_t_l,
.wrap-corner .corner_t_r,
.wrap-corner .corner_b_r,
.wrap-corner .corner_b_l,
.wrap-corner .corner_t_l {
    height: 50px;
    position: absolute;
    width: 50px;
}

.thumbnail .corner_t_r,
.thumbnail .corner_b_r,
.thumbnail .corner_b_l,
.thumbnail .corner_t_l,
.thumbnail .corner_t_r {
    height: 50px;
    position: absolute;
}

/* END stickers */

/* popup form register */
#popupregister_wrapper.show-popup-container {
    display: flex !important;
    display: -webkit-box !important;
    /* display: -moz-box !important; */
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
}

#popupregister_background.background-popup {
    opacity: 0.5 !important;
    visibility: visible !important;
}

#popupregister_wrapper.show-popup-container>#popupregister.show-popup {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1.0) !important;
    -o-transform: scale(1.0) !important;
    -moz-transform: scale(1.0) !important;
    -webkit-transform: scale(1.0) !important;
    min-height: 380px;
}

.popup-image {
    background: #fff;
    background-image: url(/image/design/popup-register-pc.webp);
    max-width: 400px;
    width: 100%;
    min-height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
}

html[lang="uk"] .popup-image {
    background-image: url(/image/design/popup-register-pc.webp);
}

html[lang="pl"] .popup-image {
    background-image: url(/image/design/popup-register-pc.webp);
}

.remind-in-a-month {
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    cursor: pointer;
    color: #252258;
    font-size: 12px;
}

#popupregister_wrapper>#popupregister {
    width: 400px;
    max-width: 400px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

#popupregister_wrapper>#popupregister>.head {
    text-align: center;
    border-radius: 0 !important;
    background: #fff !important;
    border-bottom: none !important;
    font-size: 18px !important;
    margin: 0;
    text-transform: uppercase;
}

#popupregister>#popupregister_form input {
    height: 50px;
    border-radius: 4px;
    border: 2px solid #E5E5E5;
    color: #000;
    max-width: 330px;
    width: 100%;
    box-shadow: none;
}

#popupregister>.but>#button_register {
    max-width: 330px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 14px;
}

/* end popup form register */

.banner-nabory {
    width: 100%;
    max-height: 200px;
}

.nav-categories__item {
    margin: 15px;
    display: inline-block;
    width: calc(100% / 2 - 32px);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 19%);
}

.nav-categories__image img {
    width: 100%;
}

.nav-categories__header {
    text-align: center;
}

.nav-categories__header>h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
}

.language__name {
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

#form-language .language-select {
    color: #000;
}

#form-language .dropdown-menu {
    min-width: 100px;
    max-width: 100px;
}

.present_block {
    margin: 15px 0;
    padding: 0 15px;
}

.precent-img {
    width: 63px;
    height: 63px;
    margin: 0 10px;
    border: none;
}

.present-text {
    display: block;
    padding: 5px;
}

.product-advantages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}

.product-advantag__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 10px 15px;
    margin: 5px;
    background: #efeff1;
    width: 100%;
}

.product-advantages__item__img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.advent_calendar .label-count-in {
    display: none;
}

.advent_calendar #input-quantity {
    display: none;
}

.advent_calendar #button-cart {
    display: none;
}

.number-reviews {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.number-reviews__stars {
    margin-right: 15px;
}

.number-reviews__qty a {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
}

.youtube-lzl-wrapper {
    max-width: 880px;
    margin: auto;
    padding: 0 20px;
}

.youtube-lzl {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube-lzl img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.youtube-lzl .play-button,
.slider-youtube-video .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube-lzl .play-button:before,
.slider-youtube-video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}

.youtube-lzl img,
.slider-youtube-video img,
.youtube-lzl .play-button,
.slider-youtube-video .play-button {
    cursor: pointer;
}

.youtube-lzl img,
.slider-youtube-video img,
.youtube-lzl iframe,
.slider-youtube-video iframe,
.youtube-lzl .play-button,
.slider-youtube-video .play-button,
.youtube-lzl .play-button:before,
.slider-youtube-video .play-button:before {
    position: absolute;
}

.youtube-lzl .play-button,
.slider-youtube-video .play-button,
.youtube-lzl .play-button:before,
.slider-youtube-video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube-lzl iframe,
.slider-youtube-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.slider-youtube-video img {
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0.7;
    transform: translateY(-50%);
}

.slider-youtube-video {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    cursor: pointer;
}

.slider-youtube-video-nav {
    position: relative;
}

.slider-youtube-video-nav img {
    width: 100%;
    height: 100%;
}

.slider-youtube-video-nav .play-button {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 32px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.slider-youtube-video-nav .play-button::before {
    content: "";
    border-style: solid;
    border-width: 7px 0 7px 15px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}

/* our history page */
.information-information-18>.container>#megamenu-menu,
.information-information-19>.container>#megamenu-menu,
.information-information-21>.container>#megamenu-menu {
    max-width: 1170px;
    margin: 0 auto;
}

.information-information-18>.container>.row>#content,
.information-information-18>div.container:not(:first-child),
.information-information-19>.container>.row>#content,
.information-information-19>div.container:not(:first-child),
.information-information-21>.container>.row>#content,
.information-information-21>div.container:not(:first-child) {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.information-information-18>.container>.row>#content>h1,
.information-information-19>.container>.row>#content>h1,
.information-information-21>.container>.row>#content>h1 {
    display: none;
}

.information-information-18 .banner.banner-root,
.information-information-19 .banner.banner-root {
    margin: 15px auto 0;
    max-width: 1170px;
    width: 100%;
    padding: 0;
}

.information-information-18 .banner>.banner-wrapper,
.information-information-19 .banner>.banner-wrapper {
    min-height: calc(100vh - 79px);
    position: relative;
    z-index: 1;
    word-wrap: break-word;
    overflow: hidden;
    background-clip: padding-box;
    border-width: 1px;
    border-style: none;
    border-image: initial;
    border-radius: 0px;
    background-image: url(/image/design/our-story-desktop.png?auto=webp&optimize=high);
    background-size: cover;
    background-position: left top;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.information-information-19 .banner>.banner-wrapper {
    background-image: url(/image/design/our-philosophy-desktop_1.jpg?auto=webp&optimize=high);
}

.information-information-18 .banner>.banner-wrapper>.banner-collage,
.information-information-19 .banner>.banner-wrapper>.banner-collage {
    padding: 30px;
    transition: background-color 500ms ease;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-right: auto;
    max-width: 540px;
}

.information-information-18 .banner>.banner-wrapper>.banner-collage>.banner-content,
.information-information-19 .banner>.banner-wrapper>.banner-collage>.banner-content {
    max-width: 1170px;
    padding: 0 20px;
    width: 100%;
    margin: 9.7% auto 0;
    min-height: 50px;
}

.information-information-18 .banner>.banner-wrapper>.banner-collage>.banner-content>h1,
.information-information-19 .banner>.banner-wrapper>.banner-collage>.banner-content>h1 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 54px;
    line-height: 73px;
    padding-bottom: 28px;
    white-space: nowrap;
}

.information-information-18 .banner>.banner-wrapper>.banner-collage>.banner-content>p,
.information-information-19 .banner>.banner-wrapper>.banner-collage>.banner-content>p {
    text-align: left;
    letter-spacing: .034em;
    line-height: 26px;
    font-size: 16px;
    margin: 0 0 1rem;
}

.information-information-19 .banner>.banner-wrapper>.banner-collage>.banner-content>h1,
.information-information-19 .banner>.banner-wrapper>.banner-collage>.banner-content>p {
    color: #fff;
}

.offers-beckground {
    background-color: rgb(78, 135, 160);
    border-width: 1px;
    border-style: none;
    border-image: initial;
    border-radius: 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.offers-beckground>.row-contained {
    padding: 83px 0 77px;
}

.offers-beckground>.row-contained>.text-root {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.offers-beckground>.row-contained>.text-root p {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 16px;
}


.featured-products {
    background-color: #fffcf8;
    margin-top: -20px;
    padding-top: 100px;
}

.featured-products>h2 {
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 29px;
}

.featured-products>.video-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 140px;
    max-width: 1170px;
    margin: 0 auto;
}

.elemis-ethos {
    padding-top: 84px;
    padding-bottom: 57px;
    background-color: #eaf5f6;
}

.ethos-container {
    max-width: 1170px;
    margin: 0 auto;
}

.column-group-elem {
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.column-group-elem>div {
    width: 50%;
}

.column-group-elem>div.elem-text {
    padding: 0 7.7% 13px 0;
}

.column-group-elem>div.elem-text h4 {
    padding: 0 0 16px 48px;
    font-size: 14px;
    letter-spacing: 1.27px;
    line-height: 22px;
    text-transform: uppercase;
}

.column-group-elem>div.elem-text h4::before {
    background: #000;
    content: "";
    height: 1px;
    position: relative;
    left: -45px;
    top: 11px;
    width: 27px;
    display: block;
}

.column-group-elem>div.elem-text h2 {
    padding-bottom: 13px;
    font-size: 44px;
    line-height: 52px;
}

.column-group-elem>div.elem-text p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 13px;
    color: #000;
}

.column-group-elem.revert {
    flex-direction: row-reverse;
}

.column-group-elem.revert .elem-text {
    padding: 0 0 13px 7.7%;
}

.experts-background {
    background-color: #fffcf8;
}

.experts-background .ethos-container>h2,
.experts-background .ethos-container>p {
    text-align: center;
    color: #000;
}

.experts-background .ethos-container>h2 {
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 13px;
}

.experts-background .ethos-container>p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 13px;
}

.elem-experts .column-group-elem>div.elem-text h4 {
    font-size: 14px;
    letter-spacing: 1.27px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
    font-weight: bold;
}

.elem-experts .column-group-elem>div.elem-text h4::before {
    display: none;
}

.elemis-spa-menu-description {
    text-align: center;
    margin-bottom: 40px;
}

.elemis-spa-menu-description p {
    font-size: 14px;
    line-height: 20px;
    color: #252258;
}

.hardware-cosmetology {
    padding: 80px 0 0;
}

.hardware-cosmetology-header {
    margin-bottom: 40px;
}

.procedure-registration_item {
    background: #f9fbfb;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.procedure-registration_item:not(:last-child) {
    margin-bottom: 20px;
}

.procedure-registration_item:hover {
    box-shadow: 0px 4px 20px rgba(37, 34, 88, 0.15);
}

.procedure-registration_img img {
    border-radius: 5px;
    max-width: 270px;
}

.procedure-registration_information {
    padding-left: 40px;
}

.procedure-registration_information h4,
.tiles-with-service_item-text header h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #252258;
    margin: 0 0 20px;
    text-align: center;
}

.procedure-registration_description p,
.tiles-with-service_item-text p {
    font-size: 14px;
    line-height: 17px;
    color: #898894;
}

.procedure-registration_description {
    margin-bottom: 33px;
}

.procedure-registration_price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.procedure-registration_btn {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #252258;
    border-radius: 5px;
    padding: 16px 33px;
    float: right;
    outline: none;
    border: none;
}

.procedure-registration_btn:hover {
    color: #fff;
}

.information-information-10 .menu-form-builder {
    display: none;
}

.information-information-10 #content {
    width: 100%;
    padding: 0;
}

.information-information-10 .menu-form-builder.show-form {
    display: block;
    position: fixed;
    top: 25%;
    transform: translateY(-50%);
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 55%);
    left: 50%;
    transform: translateX(-50%);
}

.information-information-10 .close-form {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/image/design/plus.svg) no-repeat;
    background-size: cover;
    right: 10px;
    top: 10px;
    padding: 5px;
    transform: rotate(45deg);
    cursor: pointer;
}

.scroll-to-procedure {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background: #252258;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none;
    border: none;
    margin-top: 15px;
}

.tiles-with-service_item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tiles-with-service_item:not(:last-child) {
    padding-bottom: 60px;
}

.tiles-with-service_item.reverse {
    flex-direction: row-reverse;
}

.tiles-with-service_item.reverse .tiles-with-service_item-text {
    padding: 0 40px 0 0;
    text-align: right;
}

.tiles-with-service_item.reverse .tiles-with-service_item-text p {
    text-align: left;
}

.tiles-with-service_item-img {
    width: 48%;
}

.tiles-with-service_item-img img {
    width: 100%;
    height: auto;
}

.tiles-with-service_item-text {
    width: 52%;
    padding-left: 40px;
}

.elemis-spa-menu-content,
.map-content {
    max-width: 1170px;
    margin: 0 auto;
}

.container.content-on-the-page {
    width: 100%;
}

.background-\#5bb1bc {
    background: #5bb1bc;
    padding: 60px 40px;
    margin-bottom: -31px;
}

.map-content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.map-content>div {
    width: 50%;
}

.map-content-text {
    padding-left: 40px;
    color: #fff;
}

.map-content-text h3 {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.map-content-text .address address,
.map-content-text .phone li>a {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.map-content-text .address p,
.map-content-text div>p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.map-content-text div:not(:last-child) {
    margin-bottom: 20px;
}

.map-content-text .phone ul {
    padding: 0;
    list-style: none;
}

.map-content-text .phone li>a:hover {
    color: #fff;
}

.product-slider .slick-next {
    right: 0;
}

.product-slider .slick-prev {
    left: 0;
    z-index: 1;
}

.product-slider .slick-slide img {
    height: auto;
}

.product-slider-nav {
    margin: 20px 0;
}

.product-slider-nav img {
    cursor: pointer;
    height: 153px;
    padding: 5px;
    object-fit: contain;
    object-position: center;
}

.product-slider-nav .slick-slide {
    border-radius: 6px;
}

.slider-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}