

/* Start:/bitrix/templates/skinadvisor/assets/css/slick.css?17500836901776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/skinadvisor/assets/css/slick-theme.css?17500836903145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/skinadvisor/assets/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/skinadvisor/assets/css/./fonts/slick.eot');
    src: url('/bitrix/templates/skinadvisor/assets/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/skinadvisor/assets/css/./fonts/slick.woff') format('woff'), url('/bitrix/templates/skinadvisor/assets/css/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/skinadvisor/assets/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/skinadvisor/styles.css?175015382934785*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#page-wrapper::-webkit-scrollbar,
.detail-body::-webkit-scrollbar,
.detail-right::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
  }
#page-wrapper::-webkit-scrollbar-thumb,
.detail-body::-webkit-scrollbar-thumb,
.detail-right::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 3px;
}
body,
.foot-bar,
.top-bar {
    background: #F9F6F5 !important;
    font-family: 'Helvetica';
}

.prime-logo-wrapper {
    padding-top: 77px;
}

#page-wrapper main {
    margin-bottom: unset !important;
    padding-bottom: 46px !important;
}
@media (min-width: 767px) {
    #page-wrapper main {
        padding-bottom: 46px !important;
    }
}
.foot-bar a span {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #000;
    text-transform: uppercase;
    margin-top: 13px !important;
}

.prime-logo-wrapper {
    width: 100%;
    padding-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}

/* .header {
    margin-bottom: 115px;
} */

.personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-subscribe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    justify-self: end;
    margin-left: auto;
    z-index: 1000;
}
@media screen and (max-width:1240px){
    .about-subscribe-wrapper{
        padding-right:20px;
    }
}
@media screen and (max-width:768px){
    .about-subscribe-wrapper{
        padding-right:10px;
    }
}
.auth-page.login-page{
    height: calc( 78vh - 62px );
}
.about-subscribe {
    text-decoration: none;
    color: #000;
}

.image-menu-entry {
    max-width: 212px;
}

.image-menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 41px;
}

.image-menu-main .image-menu-entry img {
    border-radius: unset !important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    max-height: 303px;
    width: 100%;
}

.image-menu-main .image-menu-entry {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid black;
    border-radius: unset !important;
    width: 100% !important;
    max-width: 213px !important;
    height: 372px;
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.section-title-wrapper {
    /* padding-top: 18px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 21px;
}

.image-menu-main .image-menu-entry .section-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image-menu-main .image-menu-entry .section-title:before{
    content: '';
    display: block;
    height: 1px;
    min-width: 10px;
    margin-right: 5px;
    background-color: black;
}

.container.main-page{
    height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-title-wrapper{
    height: 70px;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    justify-content: flex-start;
}

.container.main-page .mobile-images{
    display:none;
}
@media screen and (max-width:1040px){
    .image-menu-main{
        gap:0;
    }
    .image-menu-main .image-menu-entry:not(.image-menu-entry:first-of-type){
        border-left: none;
    }
}
@media screen and (max-width:767px){
    .container.main-page .mobile-images{
        display:flex;
        height: 214px;
        width: 50%;
        object-fit: cover;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    .container.main-page .mobile-images:not(:last-child){
        border-right: 1px solid black;
    }
    .container.main-page .mobile-images img{
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .menu-img-wrapper{
        display:none;
    }
    .container.main-page{
        padding:0;
        align-items: flex-start;
    }
    .image-menu-entry{
        display: flex;
        align-items: flex-end;
    }
    .menu-title-wrapper{
        height: auto;
        margin-left: 10px;
    }
    .header > .container:first-child{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.show-sort-options .sort-menu{
    display:block;
}
.foot-bar {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.foot-bar .container {
    border-top: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom-menu {
    padding-top: 31px;
    padding-bottom: 31px;
    width: 100%;
    max-width: 800px;
}


.foot-bar .bottom-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    height: unset !important;
}

.bottom-menu img {
    width: 28px;
}

.bottom-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .container {
    padding: 0;
}

.about-subscribe {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
}

.menu-img-wrapper{
    overflow: hidden;
    height: 300px;
    border-bottom: 1px solid black;
}

.back-arrow {
    display: none;
}

body #page-wrapper main {
    justify-self: start !important;
    margin-bottom: auto !important;
}

/*Подписка*/

.main-title {
    padding-top: 17px;
    padding-bottom: 21px;
    background: #F4E9DF;
    border-bottom: 1px solid #000000;
    font-family: 'Helvetica' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: unset !important;
    margin-top: unset !important;
}

.subscribe-subtitle {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.subscribe-subtitle-wrapper {
    margin-top: 15px;
}

.subscription-page .price-option {
    margin: unset !important;
    background: #F4E9DF !important;

}

body .subscription-page .subscribe-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 42px;
    margin-top: 30px;
}

body .subscription-page .price-option {
    border-radius: unset;
    border: 1px solid #000;
    height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 270px;
}

.price-option a:hover {
    color: #000;
}

.old-price {
    position: relative;
}

.old-price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid black;
    -webkit-transform: rotate(329deg);
    -ms-transform: rotate(329deg);
    transform: rotate(329deg);
}

body .subscription-page .price-option .first-line {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
}

body .subscription-page .price-option .product-item-container {
    margin-top: 95px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .subscription-page .price-option .second-line {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    text-align: center;
    margin-top: 5px;
}

body .subscription-page .bottom-line {
    background-color: #fff;
    padding: 15px 21px;
    width: 100%;
    border-top: 1px solid #000;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    text-align: start;
    display: flex;
    justify-content: space-between;
}

.order-make {
    max-width: 222px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body .subscription-page .menu-bottom li {
    margin-bottom: 50px;
}

body .subscription-page .menu-bottom a {
    text-transform: uppercase;
}

.menu-bottom-next {
    margin: 65px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.menu-bottom-next span {

}

.subscription-page .footnote {
    display: none;
}

.mobile-bottom-line {
    display: none;
}

.mobile-second-line {
    display: none;
}

body .auth-page .wrapper-submit {
    position: relative;
    display: inline-block;
    margin-right: -20px;
}

/*Кабинет*/
body .auth-page h2.sub-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #000;
    padding-left: 20px;
    background-color: #f4e9df;
    text-transform: uppercase;
    width: 100%;
}

.btn-save-new-pass{
    display: flex;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 34px;
    padding: 0 80px 0 10px;
    position: relative;
    align-items: center;
    border-radius: 0;
}

body .auth-page .subscribe-status,
body .auth-page .subscribe-data {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 17px;
    border-bottom: 1px solid #000;
    margin-left: -20px;
    padding-left: 20px;
}

body .auth-page .captcha-block {
    border: none;
    width: 100%;
    max-width: 442px;
}

.btn-save-new-pass{
    align-self: end;
    justify-self: end;
    margin-top: auto;
}

.btn-save-new-pass-exit{
    align-self: end;
    justify-self: end;
    margin-top: 10px;
}

.form-group.logout{
    align-self: end;
    justify-self: end;
    margin-top: auto;
    margin-bottom: 10px;
    max-width: 442px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

body .auth-page .captcha-block:first-child {
    margin-top: 12px;
}

body .auth-page .form-group span {
    display: block;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding-bottom: 17px;
    text-transform: uppercase;
}

body .auth-page label span:first-child {
    display: block;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding-bottom: 17px;
    text-transform: uppercase;
}
@media screen and (max-width:767px) {
    body .auth-page label span:first-child {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 7px;
    }
}

.auth-page.register-page .reg-form > label{
    max-width:442px;
}
.register-confirm-wrap{
    align-self: end;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.register-confirm-wrap button{
    margin-bottom:15px;
}

.register-confirm-wrap p{
    color: #00000080;
}

body .auth-page input {
    border-radius: unset !important;
    border: 1px solid #000 !important;
    height: 34px;
    margin-bottom: 28px;
    background: #F9F6F5 !important;
}

body .auth-page .wrapper-submit {
    position: relative;
    display: inline-block;
    margin-right: -20px;
    /* padding: 10px; */
}

body .auth-page form,
.auth-page .bx-authform {
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*height: calc( 78vh - 62px );*/
    padding-top: 50px;
    padding-bottom: 10px;
}

.auth-page form.profile-form{
    padding-top: 0;
}

.bx-authform-formgroup-container.recover-email{
    width: 100%;
    max-width: 442px;
}

@media screen and (min-width: 1240px){
    .container.auth-wrap,
    .auth-page.register-page > .container{
        padding:0;
    }
}

body .auth-page .capcha-block-wrapper {
    max-width: 442px;
    width: 100%;
}

body .auth-page #auth-submit,
body .auth-page #auth-submit {
    margin-bottom: 0;
    border: none;
    color: #000;
    text-transform: uppercase;
    width: 425px;
    padding: 9px 15px;
    height: 34px;
    text-align: start;
    border: 1px solid #000;
    border-radius: unset !important;
    line-height: 16px;
    font-size: 14px;
    background: none;
}

.auth-submit-img {
    position: absolute;
    top: 40%;
    right: 15px;
}

body .auth-page .wrapper-form {
    /* max-width: 425px; */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: column;
    align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth-page .wrapper-logout-submit {
    display: none;
}

body .bx-authform-formgroup-container .btn.btn-primary,
body .register-page .btn.btn-primary {
    background: #F9F6F5;
    color: #000;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: unset !important;
}

.register-page .bx-auth-reg p {
    margin: 0;
    border-left: none;
}

/* body .auth-page input {
    background-color: #F9F6F5;
} */

.register-page .bx-auth-reg {
    height: calc( 78vh - 62px );
}

.register-page .main-title {
    display: none;
}

body .auth-page p {
    border-left: none;
    padding: 0;
}

body .auth-page .bx-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    /* text-align: right; */
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Никита */
.bread-crumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 62px;
    background: #F4E9DF;
    border-bottom: 1px solid #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.container .dynamic-over.search-over {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px 0 40px 0;
    left: 0;
    text-align: left;
}

.container .dynamic-over.search-over span {
    font-style: normal;
    font-weight: 400;
    /* font-size: 20px; */
    line-height: 23px;
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    font-family: Helvetica;
}

.container .dynamic-over.search-over #top-search {
    border: 1px solid black;
    border-radius: 0;
    width: 100%;
    background: none;
    margin-top: 10px;
}

.dynamic-over .icon-search {
    background: url(/images/search.svg) no-repeat center center;
}

.dynamic-over .icon-search:before {
    content: '';
}

.bread-crumb.container{
    position: relative;
}
.bread-crumb.container span{
    text-transform: uppercase;
    transition: color .3s;
}
.review-breadcrumb{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.review-list-breadcrumb{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}
.back-link{
    position: absolute;
    left: -50px;
    top: 20px;
}
.breadcrumb-back{
    height: 18px;
    width: 11px;
    background: url(/images/Union.svg) no-repeat center center;
}
.review-list-breadcrumb .sort-hamburger-holder{
    width: auto;
    height: auto;
    float: none;
    margin-top: 0;
    text-transform: uppercase;
    transition: color .3s;
}
.show-sort-options .bread-crumb.container span{
    color: #00000080;
}
.rewiews-sort-toggle{
    color: #00000080;
    transition: color .3s;
}

.show-sort-options .rewiews-sort-toggle{
    color: #000000;
}

.about-wrap,
.partners-wrap{
    margin-top: 30px;
    display: flex;
    gap: 30px;
}
.about-vm-photo{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.about-vm-photo .sa-about-img{
    border: 1px solid black;
}
.about-vm-photo .about-vm{
    padding: 10px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.4;
}
.partners-formula-img{
    width:368px;
    min-width: 368px;
    height:77px;
    background: url("/images/partners/FORMULA_LOGO.png") no-repeat center center;
}
.st-page.terms,
.st-page.policy-privacy{
    margin-top:30px;
}
.app-info .container{
    max-width:618px;
    padding: 0 15px;
}
.app-info .app-menu.list-menu li{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    padding: 10px 0 20px;
}
.app-info .app-menu.list-menu li > div{
    width: 10px;
    height: 1px;
    background-color: black;
    margin-right: 5px;
}
@media screen and (max-width: 1000px) {
    .about-wrap,
    .partners-wrap{
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
        margin-top: 20px;
    }
    .partners-formula-img{
        width:233px;
        min-width: 233px;
        height:31px;
        background: url("/images/partners/FORMULA_LOGO_BM.png") no-repeat center center;
    }
}
@media screen and (max-width: 1313px) {
    .bread-crumb.container{
        padding: 0 40px;
    }
    .back-link{
        left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .bread-crumb.container {
        padding: 0 20px;
    }

    .back-link {
        display: none;
    }
}
.brands .letter-sort > span{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom:10px;
}
.brands .letter-sort .app-menu{
    justify-content: start;
    border-bottom:1px solid black;
    padding: 10px 0;
}
.brands .letter-sort .app-menu .brand-title{
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    width: auto;
    margin-right: 10px;
}
.brands .letter-sort .app-menu .brand-title > div{
    width: 10px;
    height: 1px;
    background-color: black;
    margin-right: 5px;
}
.brands .letter-sort{
    width: 48.5%;
    margin-top: 30px;
}
.brands .letter-sort:not(:nth-child(2n)){
    margin-right: 3%;
}
.brands-list .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:-30px;
}
.letter-sort .app-menu.list-entry .review-fresh{
    right: 0;
    background: #F4E9DF;
    border: 1px solid black;
    color: black;
    border-radius: 0;
}
.image-menu-main .image-menu-entry .wrapper img{
    height: 303px;
    object-fit: cover;
    object-position: center center;
}
.filter-breadcrumb{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.filter-breadcrumb .btn-filter{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.main-filter .filters-list-box .smart-filter-parameters-box{
    border-bottom: 1px solid #000000;
    padding: 15px 0;
}
.main-filter .filters-list-box .smart-filter-parameters-box-title-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}

.smart-filter-section{

}
.filters-list-box{
    max-width: 618px;
    margin-left: auto;
    margin-right: auto;
}
.main-filter .filters-list-box .smart-filter-parameters-box-title{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.main-filter .filters-list-box .smart-filter-parameters-box-title-text{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-filter .filters-list-box .smart-filter-parameters-box-title-text:before{
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    margin-right: 5px;
    background-color: black;
}
.filters-list-box .smart-filter-angle .smart-filter-angles,
.filters-list-box .smart-filter-angle{
    width: 31px;
    height: 23px;
}
.filters-list-box .smart-filter-angle .smart-filter-angles:before,
.filters-list-box .smart-filter-angle .smart-filter-angles:after{
    width: 15px;
    height: 2px;
    background-color: black;
}
.filters-list-box .smart-filter-angle .smart-filter-angles:after{
    margin-left: 10px;
}
.smart-filter-parameters-box-container .form-check{
    padding-left: 35px;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
}
.smart-filter-parameters-box-container .form-check:first-child{
    margin-top: 20px;
}
.main-filter .filters-list-box [type="checkbox"]:not(:checked) + label:not(.strict-label)::after,
.main-filter .filters-list-box [type="checkbox"]:checked + label:not(.strict-label)::after{
    top: 2px;
    left: -30px;
}

.bx-soa-pp-company{
    opacity:0.5;
    padding: 0;
}

.bx-soa-pp-company.bx-selected{
    opacity:1;
}

#gift_form .form-group{
    padding-left:0;
    height: 30px;
}
#gift_form .smart-filter-checkbox-text{
    display: flex;
    align-items: center;
}
.subscriptionPlanError{
    color:red;
}

.subscription-gift-block{
    margin-top:15px;
    margin-bottom: 10px;
}

#bx-soa-paysystem .bx-soa-pp-company.bx-selected:after{
    position:absolute;
    content:url('/images/vector.svg');
    width:20px;
    top: 10px;
    right: 10px;
}

#gift[type="checkbox"]:not(:checked) + label:after,
#gift[type="checkbox"]:checked + label:after{
    content: url("/images/vector.svg");
    top: 0;
    left: 1px;
}

@media screen and (max-width: 500px){
    #bx-soa-paysystem .bx-soa-pp-company.bx-selected:after{
        top: unset;
        bottom: 20px;
    }
}

@media screen and (max-width: 1000px){
    .image-menu-container .image-menu-main{
        gap: 0!important;
        justify-content: center!important;
    }

}
@media screen and (max-width: 900px){
    .brands-list .container{
        flex-direction: column;
    }
    .brands .letter-sort:not(:nth-child(2n)){
        margin-right:0;
    }
    .brands .letter-sort{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .reviews .container{
        padding:0;
    }
    .reviews .container .review-entry{
        margin-bottom: 0;
        /* border-left: none;
        border-right:none; */
    }
    .reviews .container .review-entry:not(:last-child){
        border-bottom:none;
    }
    .reviews .container .review-entry img{
        max-height:100px;
    }

    .reviews .product-item-list-col-2:not(:first-child) .review-entry:first-child{
        border-top: none;
    }
    .price-card-checkmark{
        display:none;
    }
}
/* @media (min-width: 2027px) { */
    /* body #page-wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    } */
    /* .page-home #page-wrapper,
    .vertical-centered #page-wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    } */

/* } */

@media (max-width: 1240px) {
    /* .subscribe-subtitle-wrapper {
        padding: 0 20px;
    } */

    .prime-logo-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .foot-bar .bottom-menu {
        padding: 10px 30px !important;
    }

    body .auth-page .wrapper-submit {
        margin-right: unset;
    }

    body .auth-page .subscribe-status,
    body .auth-page .subscribe-data {
        margin-left: unset;
    }
}

@media (max-width: 950px) {

    body .subscription-page .subscribe-items {
        gap: 25px;
    }
}

@media (max-width: 767px) {

    .mobile-second-line {
        display: block;
    }

    .container.image-menu-container {
        padding: 0;
    }

    .image-menu-main .image-menu-entry {
        width: 50% !important;
        max-width: unset !important;
        margin: 0 !important;
        overflow: hidden;
        height: 214px;
    }

    .image-menu-main .image-menu-entry .wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .image-menu-main .image-menu-entry:nth-child(2n) {
        border-right: none;
        border-left: none;
    }

    .image-menu-main .image-menu-entry:nth-child(1n) {
        /* border-right: none; */
        border-left: none;
    }

    .image-menu-main .image-menu-entry:nth-child(3),
    .image-menu-main .image-menu-entry:nth-child(4) {
        border-top: none;
        border-bottom: none;
    }

    .image-menu-main .image-menu-entry img {
        border: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        display: none;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .image-menu-main .image-menu-entry:first-child img,
    .image-menu-main .image-menu-entry:last-child img {
        max-height: unset !important;
        height: 100%;
        display: block;
    }

    .image-menu-main .image-menu-entry:first-child,
    .image-menu-main .image-menu-entry:last-child {
        display: block;
        /* pointer-events: none; */
    }

    .image-menu-container .image-menu-main {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
        justify-content: unset !important;
    }

    .main-image-menu-entry img {
        opacity: 0;
    }

    header .container {
        padding: inherit;
    }

    .image-menu-main .image-menu-entry .section-title {
        margin-top: unset;
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 20px;
    }

    body .subscription-page .price-option .product-item-container {
        padding: 0 20px;
    }


    .personal img {
        width: 22px;
    }

    .prime-logo-wrapper {
        padding-bottom: 8px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .about-subscribe-wrapper {
        margin-bottom: 0;
    }

    .image-menu-main {
        margin-bottom: 0;
    }

    body .subscription-page .subscribe-items {
        gap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body .subscription-page .price-option {
        width: 100%;
        border-right: none;
        border-left: none;
    }

    .order-make {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .order-make.variative {
        flex-wrap: wrap;
    }
    .mobile-second-line .old-price{
        margin-right: 10px;
    }

    .main-title {
        padding: 14px 20px;
        font-size: 20px !important;
        line-height: 23px;
    }

    .subscribe-subtitle {
        font-size: 16px;
        line-height: 18px;
    }

    body .subscription-page .price-option .first-line {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
    }

    body .subscription-page .price-option .second-line {
        display: none;
    }

    body .subscription-page .price-option .bottom-line {
        display: none;
    }

    .mobile-bottom-line {
        display: block;
        background-color: #fff;
        padding: 12px 20px;
        width: 100%;
        border-top: 1px solid #000;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        color: #000000;
        text-align: start;
        text-transform: lowercase;
    }

    body .subscription-page .price-option {
        height: unset;
        border-left: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    body .subscription-page .price-option:nth-child(2) {
        border-top: none;
        border-bottom: none;
    }

    body .subscription-page .price-option .product-item-container {
        margin-top: unset;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;

    }

    .mobile-second-line {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
    }

    .subscription-page .footnote {
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        margin-top: 15px;
        display: block;
    }

    body .subscription-page .menu-bottom {
        margin-top: 88px;
    }

    body .subscription-page .container {
        padding: 0 20px;
    }

    body .subscription-page .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .subscribe-subtitle-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    body .subscription-page .subscribe-items {
        margin-top: 0;
    }

    body .auth-page .capcha-block-wrapper {
        max-width: unset;
    }

    body .auth-page .wrapper-submit {
        padding: 5px;
    }

    body .auth-page .captcha-block:first-child {
        padding-right: unset;
        padding-left: unset;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: unset;
    }

    body .auth-page .captcha-block {
        margin-bottom: unset;
    }

    body .auth-page .captcha-block:last-child input {
        margin-bottom: unset;
    }

    .subscribe-status,
    .subscribe-data {
        padding-left: 20px;
    }

    .prime-logo-wrapper {
        padding-top: 10px;
    }

    body .auth-page .captcha-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    body .auth-page p {
        margin: unset;
        border-left: none;
    }

    .back-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 33px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 7px;
        text-decoration: none;
        border-bottom: 1px solid black;
    }

    body .auth-page #auth-submit {
        width: 338px;
    }

    body .auth-page h2.sub-title {
        padding-left: 20px;
        font-size: 20px;
        line-height: 23px;
    }

    body .auth-page #auth-submit {
        font-size: 12px;
        line-height: 14px;
    }

    body .auth-page .form-group span {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 5px;
    }

    .auth-page .wrapper-logout-submit {
        display: block;
        margin-top: 268px;
        width: 228px;
        position: relative;
        display: inline-block;
        padding: 5px;
        opacity: 0.5;

    }

    .auth-page .wrapper-logout-submit input {
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: #000000;
        padding: 7px 10px;
        margin-bottom: 0;
        text-align: start;
    }

    .auth-logout-submit-img {
        position: absolute;
        top: 40%;
        right: 17px;
    }

    .register-page .bx-auth-reg {
        margin-left: unset;
        margin-right: unset;
    }
}

.prime-logo-wrapper > a {
    display: flex;
    flex-direction: column;
}

.prime-logo-wrapper > a .sub-header {
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
}

.social-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 41px;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    .prime-logo-wrapper > a .sub-header {
        font-size: x-small;
        margin-left: 6px;
    }

    .social-links {
        gap: 10px;
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/skinadvisor/template_styles.min.css?17500836907525*/
.bx-yellow,.bx-theme-yellow{--primary:#f9a91d;--theme-color-primary:#f9a91d;--theme-color-second:#faba4a;--theme-color-light:#f0f0f0;--theme-b-link:#f9a91d;--theme-b-link-hover:#faba4a;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#f9a91d;--theme-b-bd-primary:#f9a91d;--theme-b-sd-primary:rgba(249,169,29,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#faba4a;--theme-b-bd-primary-hover:#daa53e;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#faba4a;--theme-b-bd-primary-active:#daa53e;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#daa53e;--theme-b-bd-primary-disabled:#b7853b}.bx-blue,.bx-theme-blue{--primary:#0083d1;--theme-color-primary:#0083d1;--theme-color-second:#5ca6e4;--theme-color-light:#f0f6f8;--theme-b-link:#44b1c9;--theme-b-link-hover:#5cc3d1;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#0083d1;--theme-b-bd-primary:#0083d1;--theme-b-sd-primary:rgba(0,131,209,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#5ca6e4;--theme-b-bd-primary-hover:#5599d2;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#5ca6e4;--theme-b-bd-primary-active:#5599d2;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#5599d2;--theme-b-bd-primary-disabled:#4d8bbf}.bx-red,.bx-theme-red{--primary:#e22b2b;--theme-color-primary:#e22b2b;--theme-color-second:#e95c5c;--theme-color-light:#f0f0f0;--theme-b-link:#e22b2b;--theme-b-link-hover:#e95c5c;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#e22b2b;--theme-b-bd-primary:#e22b2b;--theme-b-sd-primary:rgba(226,43,43,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#e95c5c;--theme-b-bd-primary-hover:#d05454;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#e95c5c;--theme-b-bd-primary-active:#d05454;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#d05454;--theme-b-bd-primary-disabled:#c04e4e}.bx-green,.bx-theme-green{--primary:#63aa28;--theme-color-primary:#63aa28;--theme-color-second:#5b9f0b;--theme-color-light:#a8d95b;--theme-b-link:#44b1c9;--theme-b-link-hover:#5cc3d1;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#63aa28;--theme-b-bd-primary:#63aa28;--theme-b-sd-primary:rgba(99,170,40,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#5b9f0b;--theme-b-bd-primary-hover:#56940b;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#5b9f0b;--theme-b-bd-primary-active:#56940b;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#56940b;--theme-b-bd-primary-disabled:#497c09}body{background-attachment:fixed;background-size:cover;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}#pagetitle{margin-bottom:35px}h1,h2,h3,h4,h5{font-family:"OpenSans-Regular","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal}.bx-content-section,.bx-header-section{padding-bottom:2px;background-color:rgba(255,255,255,.95)}.bx-header-logo{order:1}.bx-header-personal{order:3}.bx-header-contact{order:2}.bx-logo-block{display:block;height:50px;border-bottom:0}.bx-logo-block img{max-height:50px;width:auto}@media(max-width:767px){.bx-logo-block img{max-width:100%;max-height:45px;width:auto;height:auto}.bx-header-logo{padding:5px 50px;height:55px;background-color:var(--theme-color-primary)}.bx-logo-block{height:auto}body.bx-theme-green .bx-store-logo{background:#33b111}}.bx-header-phone-block{display:flex;align-items:center}.bx-header-phone-number{color:#000;white-space:nowrap;font:700 21px/28px "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;transition:250ms linear all}.bx-header-phone-icon{display:block;margin-right:10px;width:26px;height:26px;background:no-repeat center url(/bitrix/templates/skinadvisor/images/phone.svg)}@media(max-width:991px){.bx-header-phone-number{font:600 15px/18px "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif}}.bx-header-worktime{color:#000;font:600 16px/22px "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;transition:250ms linear all}.bx-worktime-title{color:#adadad;font:12px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.bx-worktime-schedule{color:#000;font:12px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif}@media(max-width:991px){.bx-header-worktime{font:500 15px/18px "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif}}.sidebar-block-title{color:#343434;text-transform:uppercase;font-weight:600;font-size:14px;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.bx-footer-bg{background-color:#1f496a}.bx-footer-logo{border-bottom:none!important;text-decoration:none!important}.bx-footer-logo img{max-width:100%;height:auto}.bx-inclinkspersonal-item.bx-theme-blue:hover{background:#0083d1}.bx-theme-blue.bx-inclinkspersonal-selected{background:#3398d7}.bx-inclinkspersonal-item.bx-theme-black:hover{background:#303030}.bx-theme-black.bx-inclinkspersonal-selected{background:#484848}.bx-inclinkspersonal-item.bx-theme-green:hover{background:#44b1c9}.bx-theme-green.bx-inclinkspersonal-selected{background:#5cc3d1}.bx-inclinkspersonal-item.bx-theme-red:hover{background:#e63c3c}.bx-theme-red.bx-inclinkspersonal-selected{background:#e95c5c}.bx-inclinkspersonal-item.bx-theme-yellow:hover{background:#f4a52e}.bx-theme-yellow.bx-inclinkspersonal-selected{background:#fbb859}.btn-primary,.list-group-item.active{border-color:var(--theme-b-bd-primary);background-color:var(--theme-b-bg-primary);color:var(--theme-b-tx-primary)}.btn-primary:hover{border-color:var(--theme-b-bd-primary-hover);background-color:var(--theme-b-bg-primary-hover);color:var(--theme-b-tx-primary-hover)}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}.btn-primary.disabled,.btn-primary:disabled{border-color:var(--theme-b-bg-primary);background-color:var(--theme-b-bg-primary);color:var(--theme-b-tx-primary)}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{border-color:var(--theme-b-bd-primary-active);background-color:var(--theme-b-bg-primary-active);color:var(--theme-b-tx-primary-active)}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}.form-control:focus{border-color:var(--theme-color-primary);box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}a,.btn-link{color:var(--theme-b-link)}a:hover,.btn-link:hover{color:var(--theme-b-link-hover)}.g-font-size-15{font-size:15px}.g-font-size-17{font-size:17px}.g-font-size-20{font-size:20px}.text-primary{color:var(--primary)!important}.bg-primary{background:var(--primary)!important}.border-primary{border-color:var(--primary)!important}.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5{text-transform:uppercase;font-size:14px;font-family:"OpenSans-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif}.sidebar li{font-size:12px;font-family:"OpenSans-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif}.sidebar-icon{width:27px;height:27px;margin-right:5px;border-radius:50%;background-color:var(--theme-color-primary);background-repeat:no-repeat;background-position:center}.sidebar-icon-label{background-image:url(/bitrix/templates/skinadvisor/images/label.svg);background-size:19px auto}.sidebar-icon-delivery{background-image:url(/bitrix/templates/skinadvisor/images/delivery.svg);background-size:17px auto}.sidebar-icon-sale{background-image:url(/bitrix/templates/skinadvisor/images/sale.svg);background-size:auto 17px}.sidebar-icon-self{background-image:url(/bitrix/templates/skinadvisor/images/self.svg);background-size:auto 17px}.sidebar-icon-phone{background-image:url(/bitrix/templates/skinadvisor/images/phone_white.svg);background-size:auto 21px}
/* End */
/* /bitrix/templates/skinadvisor/assets/css/slick.css?17500836901776 */
/* /bitrix/templates/skinadvisor/assets/css/slick-theme.css?17500836903145 */
/* /bitrix/templates/skinadvisor/styles.css?175015382934785 */
/* /bitrix/templates/skinadvisor/template_styles.min.css?17500836907525 */
