

/* Start:/bitrix/templates/secretkey/css/owl.carousel.css?16195319206203*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel{
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;

    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage{
    position: relative;

    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    line-height: 0;

    content: '.';
}
.owl-carousel .owl-stage-outer{
    position: relative;

    overflow: hidden;
    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.owl-carousel .owl-item{
    position: relative;

    float: left;

    min-height: 1px;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled{
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -khtml-user-select: none;
}
.owl-carousel.owl-loaded{
    display: block;
}
.owl-carousel.owl-loading{
    display: block;

    opacity: 0;
}
.owl-carousel.owl-hidden{
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item{
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.owl-carousel.owl-grab{
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl{
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item{
    float: right;
}

/* No Js */
.no-js .owl-carousel{
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated{
    animation-duration: 1000ms;

    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in{
    z-index: 0;
}

.owl-carousel .owl-animated-out{
    z-index: 1;
}

.owl-carousel .fadeOut{
    animation-name: fadeOut;
}

@keyframes fadeOut{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height{
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy{
    opacity: 0;

    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy{
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper{
    position: relative;

    height: 100%;

    background: #000;
}

.owl-carousel .owl-video-play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;

    width: 80px;
    height: 80px;

    margin-top: -40px;
    margin-left: -40px;

    background: url('../../../../../templates/secretkey/css/owl.video.play.png') no-repeat;

    cursor: pointer;
    transition: transform 100ms ease;

    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover{
    -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{
    display: none;
}

.owl-carousel .owl-video-tn{
    height: 100%;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}


.owl-carousel .owl-nav{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}
.owl-carousel .owl-nav [class*=owl-]{
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;

    width: 50px;
    height: 50px;

    margin-top: -25px;

    border: solid 1px #000;
    text-indent: -9999px;
    transition: .2s linear;
    border-radius: 50%;
    pointer-events: painted;
}
.owl-carousel .owl-nav [class*=owl-]:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 7px;
    background: #000;
    left: 50%;
    bottom: calc(50% - 1px);
    margin-left: -1px;
    transform: rotate(35deg);
    transition: .2s linear;
}
.owl-carousel .owl-nav [class*=owl-]:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 7px;
    background: #000;
    left: 50%;
    top: calc(50% - 1px);
    margin-left: -1px;
    transform: rotate(-35deg);
    transition: .2s linear;
}
.owl-carousel .owl-nav [class*=owl-]:hover{
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}
.owl-carousel .owl-nav [class*=owl-]:hover:before,
.owl-carousel .owl-nav [class*=owl-]:hover:after{
    background: #fff;
}
.owl-carousel .owl-nav [class*=owl-].disabled{
    border-color: #9b9b9b;
    background-color: transparent;
    cursor: default;
}
.owl-carousel .owl-nav [class*=owl-].disabled:before,
.owl-carousel .owl-nav [class*=owl-].disabled:after{
    background: #9b9b9b;
}

.owl-carousel .owl-nav .owl-prev{
    left: -87px;
}
.owl-carousel .owl-nav .owl-next{
    right: -87px;
    transform: rotate(180deg);
}

.owl-dots{
    position: absolute;
    bottom: 44px;
    left: 0;

    width: 100%;

    text-align: center;
    padding: 0 15px;
}
.product_view .owl-dots{
    display: none;
}
.owl-dot{
    display: inline-block;
    vertical-align: middle;

    width: 10px;
    height: 2px;

    background: #000;

    transition: .2s linear;
}
.owl-dot span{
    display: none;
}
.owl-dots .owl-dot+.owl-dot{
    margin-left: 16px;
}
.owl-dot:hover,
.owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
/* End */


/* Start:/bitrix/templates/secretkey/css/styles.css?161953192547972*/

@font-face{
    font-family: 'AGOptCyrillic';
    src: url('../../../../../templates/secretkey/fonts/AGOpt-Cyrillic-Normal.woff') format('woff'), url('../../../../../templates/secretkey/fonts/AGOpt-Cyrillic-Normal.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'EauTest';
    src: url('../../../../../templates/secretkey/fonts/EauTest.woff') format('woff'), url('../../../../../templates/secretkey/fonts/EauTest.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'AvenirNext';
    src: url('../../../../../templates/secretkey/fonts/AvenirNext-Regular.woff') format('woff'), url('../../../../../templates/secretkey/fonts/AvenirNext-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'AvenirNext';
    font-weight: 600;
    src: url('../../../../../templates/secretkey/fonts/AvenirNext-DemiBold.woff') format('woff'), url('../../../../../templates/secretkey/fonts/AvenirNext-DemiBold.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'AvenirNext';
    font-weight: 600;
    font-style: italic;
    src: url('../../../../../templates/secretkey/fonts/AvenirNext-DemiBoldItalic.woff') format('woff'), url('../../../../../templates/secretkey/fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'AvenirNext';
    font-weight: 500;
    src: url('../../../../../templates/secretkey/fonts/AvenirNext-Medium.woff') format('woff'), url('../../../../../templates/secretkey/fonts/AvenirNext-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'AvenirNext';
    font-weight: 500;
    font-style: italic;
    src: url('../../../../../templates/secretkey/fonts/AvenirNext-MediumItalic.woff') format('woff'), url('../../../../../templates/secretkey/fonts/AvenirNext-MediumItalic.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'Circe';
    font-weight: 700;
    src: url('../../../../../templates/secretkey/fonts/Circe-Bold.woff') format('woff'), url('../../../../../templates/secretkey/fonts/Circe-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face{
    font-family: 'RUSRage';
    font-style: italic;
    src: url('../../../../../templates/secretkey/fonts/RUSRage-It.woff') format('woff'), url('../../../../../templates/secretkey/fonts/RUSRage-It.ttf') format('truetype');
    font-display: swap;
}
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
img{
    border: none;
}
textarea{
    overflow: auto;
}
input,
textarea,
input:active,
textarea:active{
         outline: none transparent !important;
    box-shadow: none;
    -moz-outline: none !important;
}
input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]{
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
:focus{
    outline: none;
}
:hover,
:active{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
::-ms-clear{
    display: none;
}
::-webkit-input-placeholder{
    color: #4a4a4a;
}
::-moz-placeholder{
    color: #4a4a4a;
}/* Firefox 19+ */
:-moz-placeholder{
    color: #4a4a4a;
}/* Firefox 18- */
:-ms-input-placeholder{
    color: #4a4a4a;
}
/*---------------
    Main styles
---------------*/
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
html{
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    height: 100%;
    color: #000;
    font-family: 'AvenirNext', 'Arial', sans-serif;
    font-size: 18px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}
body.show{
    opacity: 1!important;
}
body.hide{
    overflow: hidden;
}
.main{
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100%;
}
.wrap{
    position: relative;
    flex: 1 0 auto;
}
.cont{
    position: relative;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 20px;
}
.flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.logo a{
    display: inline-block;
    vertical-align: top;
}
.logo a img{
    display: block;
    max-width: 100%;
}
.link_btn{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    background: #fff;
    box-shadow: -2px 14px 22px -13px rgba(0, 0, 0, .3);
    text-align: center;
    text-decoration: none;
    transition: .2s linear;
}
.link_btn_color{
    background: #f2f2f2;
    box-shadow: none;
}
.link_btn:hover{
    color: #fff;
    background: #9b9b9b;
}
.link_btn.disable{
    color: #9b9b9b;
    background: #eaeaea;
}
.link_btn-circle{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border: solid 1px #000;
    border-radius: 50%;
    text-decoration: none;
    transition: .2s linear;
}
.link_btn-circle_color{
    border-color: #eaeaea;
    background: #eaeaea;
}
.link_btn-circle:before{
    position: absolute;
    bottom: calc(50% - 1px);
    left: 50%;
    width: 2px;
    height: 7px;
    margin-left: -1px;
    background: #000;
    content: '';
    transition: .2s linear;
    transform: rotate(-35deg);
}
.link_btn-circle:after{
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 2px;
    height: 7px;
    margin-left: -1px;
    background: #000;
    content: '';
    transition: .2s linear;
    transform: rotate(35deg);
}
.link_btn-circle:hover{
    border-color: #9b9b9b;
    background-color: #9b9b9b;
}
.link_btn-circle:hover:before,
.link_btn-circle:hover:after{
    background: #fff;
}
.link_btn-circle.disabled{
    border-color: #9b9b9b;
    background-color: transparent;
    cursor: default;
}
.link_btn-circle.disabled:before,
.link_btn-circle.disabled:after{
    background: #9b9b9b;
}
.link_btn-arrow{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 14px;
    background: url('../../../../../templates/secretkey/images/arrow-right.svg') 50% 0 no-repeat;
    text-decoration: none;
    transition: .2s linear;
}
.link_btn-arrow:hover{
    transform: translateX(5px);
}
.link_btn-plus{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    transition: .2s linear;
}
.link_btn-plus:hover{
    background: #9b9b9b;
}
.link_btn-plus:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 50px;
    background: #000;
    content: '';
    transition: .2s linear;
    transform: translate(-50%, -50%);
}
.link_btn-plus:hover:before{
    height: 25px;
    background: #fff;
}
.link_btn-plus:after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #000;
    content: '';
    transition: .2s linear;
    transform: translate(-50%, -50%);
}
.link_btn-plus:hover:after{
    width: 25px;
    background: #fff;
}
.link_btn-plus.disable{
    cursor: default;
}
.link_btn-plus.disable:before,
.link_btn-plus.disable:after{
    background: #9b9b9b;
}
.close_btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 24px;
    background: url('../../../../../templates/secretkey/images/ic_close.svg') 50% 50% no-repeat;
    background-size: contain;
    transition: .2s linear;
}
.close_btn:hover{
    transform: rotate(180deg);
}
.mob__close{
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}
.main_title{
    min-height: 70px;
    color: #000;
    font-family: EauTest;
    font-size: 30px;
    line-height: 1.17;
    text-align: center;
}
.text_block > :first-child{
    margin-top: 0 !important;
}
.text_block > :last-child{
    margin-bottom: 0 !important;
}
.text_block h1,
.text_block .title{
    margin-bottom: 25px;
    color: #000;
    font-family: EauTest;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.17;
}
.text_block h2{
    margin-bottom: 20px;
    color: #000;
    font-family: AvenirNext;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}
.text_block * + h2{
    margin-top: 40px;
}
.text_block hr + h2{
    margin-top: 20px;
}
.text_block h1 + h2{
    margin-top: 0;
}
.text_block h3{
    margin-bottom: 20px;
    color: #000;
    font-family: Circe;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.29;
}
.text_block h2 + h3{
    margin-top: -6px;
}

.text_block-center-title {
    text-align: center;
}
.text_block p{
    font-size: 23px;
    line-height: 22px;
    overflow: hidden;
    padding-bottom: 20px;
}
.text_block_show p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    max-height: 88px;
}
.text_block hr{
    margin: 24px 0 20px;
    border: 1px solid #000;
}
.text_block img{
    max-width: 512px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
}
.text_block a{
    color: #000;
    transition: .2s linear;
}
.text_block a:hover{
    text-decoration: none;
}
.text_block .cols{
    margin-left: -30px;
}
.text_block .cols .col{
    width: calc(50% - 30px);
    margin-bottom: 30px;
    margin-left: 30px;
}
.text_block .cols .col img{
    margin-top: 70px;
}
.text_block .cols .col img:first-child{
    margin-top: 0;
}
.news .text_block-imgs .cont{
    max-width: 1430px;
}
.text_block-imgs .flex{
    margin-left: -30px;
}
.text_block-imgs__img{
    margin-left: 30px;
}
.stars{
    display: flex;
    margin-left: -7px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.stars__star{
    margin-left: 7px;
}
.stars__star img{
    display: block;
    max-width: 100%;
}
.buttonUp{
    position: fixed;
    right: 56px;
    bottom: 12px;
    z-index: 999;
    display: none;
}
.buttonUp a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url('../../../../../templates/secretkey/images/ic_up-btn.svg') 0 0 no-repeat;
}
.socials{
    text-align: center;
}
.socials a{
    display: inline-block;
    vertical-align: top;
    width: 30px;
}
.socials a + a{
    margin-left: 13px;
}
.socials a img{
    display: block;
    width: 100%;
}
.subscribe__title{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.subscribe form{
    position: relative;
    margin-top: 25px;
}

.subscribe form.done{
    pointer-events: none;
}

.subscribe form .input{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    padding-right: 75px;
    color: #000;
    font-family: 'AvenirNext', 'Arial', sans-serif;
    font-size: 12px;
    line-height: normal;
    border: none;
    border-radius: 50px;
    background-color: #f2f2f2;
    box-shadow: 0 13px 26px -12px #4a4a4a;
}
.subscribe form .submit_btn{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
}
.search form{
    position: relative;
    display: block;
}
.search form .input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    color: #000;
    font-family: AvenirNext;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent;
}
.search form .input::-webkit-input-placeholder{
    color: #000;
}
.search form .input::-moz-placeholder{
    color: #000;
}/* Firefox 19+ */
.search form .input:-moz-placeholder{
    color: #000;
}/* Firefox 18- */
.search form .input:-ms-input-placeholder{
    color: #000;
}
.search form .submit_btn{
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: url('../../../../../templates/secretkey/images/ic_search.svg') 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
}
.clear_search {
    position: absolute;
    width: 40px;
    height: 52px;
    right: 43px;
    top: 0;
    margin: -6px 0 0;
    background: url(../../../../../templates/secretkey/images/ic_close.svg) center no-repeat;
    background-size: 42%;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-result{
    display: flex;
    margin-left: -30px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.search-result__item{
    width: calc(25% - 30px);
    margin-top: 50px;
    margin-left: 30px;
}
.search-result__item-thumb{
    display: flex;
    height: 370px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.search-result__item-thumb img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.search-result__item-title{
    margin-top: 25px;
    color: #000;
    font-family: AvenirNext;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}
.search-result__item-title a{
    color: #000;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.search-result__item-title a:hover{
    border-color: #000;
}
.search-recommends{
    width: 100%;
    max-width: 515px;
    margin: 70px auto 0;
}
.search-recommends__title{
    color: #000;
    font-family: AvenirNext;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
}
.search-recommends ul{
    margin-top: 40px;
}
.search-recommends ul li{
    display: block;
    list-style: none;
}
.search-recommends ul li + li{
    margin-top: 16px;
}
.search-recommends ul li a{
    color: #000;
    font-family: AvenirNext;
    font-size: 18px;
    line-height: 1.22;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.search-recommends ul li a:hover{
    border-color: #000;
}
.open_link_menu{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    vertical-align: top;
    overflow: hidden;
    width: 28px;
    height: 26px;
    transition: margin .3s linear;
}
.open_link_menu span{
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
}
.open_link_menu span:first-child{
    top: auto;
    bottom: 0;
}
.open_link_menu span:nth-child(2){
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
.open_link_menu span:last-child{
    right: 0;
    left: auto;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.nice-select{
    position: relative;
}
.nice-select .current{
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    height: 45px;
    padding-right: 35px;
    padding-left: 2px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    border-bottom: solid 2px #000;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .2s linear;
}
.nice-select.open .current{
    border-color: transparent;
}
.nice-select .current:after{
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    content: '';
    transform: rotate(-45deg);
}
.nice-select.open .current:after{
    margin-top: -3px;
    transform: rotate(135deg);
}
.nice-select .list{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 19;
    visibility: hidden;
    overflow: hidden;
    min-width: 100%;
    padding: 30px 0;
    opacity: 0;
    background: #fff;
    box-shadow: 0 22px 23px -17px rgba(0, 0, 0, .5);
    transition: .2s linear;
}
.nice-select.open .list{
    visibility: visible;
    opacity: 1;
}
.nice-select .list .list_item{
    display: flex;
    padding: 7px 33px;
    color: #000;
    font-size: 18px;
    line-height: 1.22;
    cursor: pointer;
    transition: .2s linear;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.nice-select .list .list_item:empty{
    display: none;
}
.nice-select .list .list_item:hover,
.nice-select .list .list_item.selected{
    background: rgba(11, 191, 214, .2);
}
.box_select .sbHolder{
    position: relative;
    display: block;
}
.box_select .sbHolder .sbToggle{
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
}
.box_select .sbHolder .sbToggle.sbToggleOpen{
    margin-top: -3px;
    transform: rotate(135deg);
}
.box_select .sbHolder .sbSelector{
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    height: 45px;
    padding-right: 35px;
    padding-left: 2px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    border-bottom: solid 2px #000;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: .2s linear;
}
.box_select .sbHolder .sbToggle.sbToggleOpen + .sbSelector{
    border-color: transparent;
}
.box_select .sbHolder .sbOptions{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 19;
    overflow: hidden;
    min-width: 100%;
    padding: 15px 0 10px;
    background: #fbd9f8;
}
.box_select .sbHolder .sbOptions li{
    display: block;
    list-style: none;
}
.box_select .sbHolder .sbOptions li:nth-child(1){
    display: none;
}
.box_select .sbHolder .sbOptions li a{
    display: flex;
    padding: 5px 30px;
    color: #000;
    font-size: 18px;
    line-height: 1.22;
    cursor: pointer;
    text-decoration: none;
    transition: .2s linear;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.box_select .sbHolder .sbOptions li a:hover{
    background: #e500d3;
}
.slimScrollBar{
    border-radius: 0 !important;
}
.radio{
    display: block;
}
.radio + .radio{
    margin-top: 15px;
}
.radio input[type='radio']{
    display: none;
}
.radio input[type='radio'] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
.radio input[type='radio'] + label:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e500d3;
    border-radius: 50%;
    content: '';
}
.radio input[type='radio'] + label:after{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    content: '';
    transition: .2s linear;
}
.radio input[type='radio']:checked + label:after{
    background: #e500d3;
}
.star__rating{
    margin-top: 15px;
}
/*---------------
   Header
---------------*/
header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    padding: 47px 0 15px;
}
header.header-static{
    position: relative;
    display: block;
    padding: 47px 0 40px;
    background: #fff;
}
header.fixed{
    position: fixed;
    z-index: 101;
    margin: 0;
    padding: 23px 0;
    background: #fff;
    -webkit-animation: moveDown .5s;
            animation: moveDown .5s;
}
header .logo{
    text-align: center;
}
header.fixed .logo{
    display: inline-block;
    vertical-align: top;
    max-width: 279px;
}
.menu{
    margin-top: 40px;
}
header.fixed .menu{
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
    margin-left: 125px;
}
.menu > ul{
    text-align: center;
}
.menu > ul > li{
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.menu > ul > li + li{
    margin-left: 70px;
}
.menu > ul > li > a{
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-family: 'AGOptCyrillic';
    font-size: 19px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s linear;
}
.menu > ul > li > a:hover,
.menu > ul > li > a.active{
    border-color: #000;
}
header .search_link{
    position: absolute;
    top: 20px;
    right: -10px;
}
header .search_link a{
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: url('../../../../../templates/secretkey/images/ic_search.svg') 0 0 no-repeat;
}
.header-search{
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 101;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    transition: .3s linear;
}
.header-search__inner{
    min-height: 100%;
    padding: 48px 0 60px;
    background: url('../../../../../templates/secretkey/images/bg-search.jpg') 50% 0 no-repeat;
    background-size: cover;
}
.header-search.show{
    left: 0;
}
.header-search__close{
    position: absolute;
    top: 70px;
    right: 80px;
}
.header-search__logo{
    text-align: center;
}
.header-search__title{
    margin-top: 50px;
    color: #000;
    font-family: Circe;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.header-search .search{
    display: block;
    width: 100%;
    max-width: 575px;
    margin: 70px auto 0;
}
.header-search__result{
    display: none;
    margin-top: 80px;
}
.mob__search{
    display: none;
}
.mob__socials{
    position: relative;
    display: none;
    margin-top: 75px;
    padding-top: 60px;
}
.mob__socials:before{
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 2px;
    margin-left: -35px;
    background: #e500d3;
    content: '';
}
.search.mob__search form .input{
    padding: 0 20px;
    padding-right: 50px;
    border: none;
    border-radius: 50px;
    background: rgba(229, 0, 211, .15);
}
.search.mob__search form .submit_btn{
    right: 14px;
}
/*---------------
   Main section
---------------*/
.main-slider .slide{
    position: relative;
}
.main-slider .slide__img img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}
.main-slider .slide-content{
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 900px;
    padding: 185px 0 50px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.main-slider .slide-content__box{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 540px;
    min-height: 390px;
    padding: 70px 30px 45px 100px;
    border-radius: 0 100px 0 0;
    background-color: rgba(255, 255, 255, .7);
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.main-slider .slide-content__box .title{
    position: relative;
    color: #000;
    font-family: 'EauTest';
    font-size: 30px;
    font-weight: 700;
}
.main-slider .slide-content__box .text{
    position: relative;
    margin-top: 25px;
    color: #000;
    font-size: 18px;
    line-height: 1.22;
}
.main-slider .slide-content__box .link{
    width: 100%;
    margin-top: 40px;
    text-align: right;
}
.sect-banner{
    position: relative;
    display: flex;
    min-height: 900px;
    padding: 195px 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.about__sect-banner{
    padding: 110px 0;
}
.sect-banner__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sect-banner__img img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sect-banner_abstract{
    min-height: auto;
    padding: 25px 0;
}
.sect-banner_right{
    justify-content: flex-end;
}
.sect-banner_center{
    justify-content: center;
}
.sect-banner__content{
    position: relative;
    z-index: 5;
    max-width: 680px;
    min-height: 400px;
    padding: 100px 54px;
    border-radius: 100px 0 0 0;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
}
.about__sect-banner .sect-banner__content{
    min-height: 680px;
    padding: 190px 135px 35px;
}
.sect-banner__content .text_block{
    text-align: left;
}
.sect-banner_abstract .sect-banner__content{
    display: flex;
    flex-direction: column;
    min-height: 680px;
    border-radius: 100px 0 100px 0;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.sect-banner__content_radius_right{
    border-radius: 0 100px 100px 0;
}
.sect-banner_abstract .sect-banner__content_radius_reverse{
    border-radius: 0 100px 0 100px;
}
.sect-banner__content .link{
    margin-top: 20px;
    text-align: right;
}
.sect-banner__content .logo{
    margin-bottom: 20px;
    text-align: center;
}
.sect-banner__content-text{
    position: relative;
    color: #000;
    font-family: EauTest;
    font-size: 30px;
    line-height: 1.17;
}
.sect-banner__content-text_dot{
    padding-top: 30px;
}
.sect-banner__content-text_dot:before{
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: #000;
    content: '';
}
.about-brand{
    position: relative;
    padding: 250px 0 200px;
}
.about-brand__bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-brand__bg img{
    display: block;
    max-width: 100%;
}
.about-brand .cont{
    max-width: 1160px;
}
.about-brand .flex{
    justify-content: flex-end;
}
.about-brand__content{
    position: relative;
    max-width: 400px;
}
.about-brand__content:before{
    position: absolute;
    top: -120px;
    left: -30px;
    width: 2px;
    height: 150px;
    background: #000;
    content: '';
}
.about-brand__title{
    position: relative;
    margin-bottom: 20px;
    color: #000;
    font-family: AvenirNext;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.18;
}
.about-brand__content .text_block{
    padding-right: 20px;
}
.about-brand__content .link{
    margin-top: 30px;
    text-align: right;
}
.product-thumb{
    background: #fff;
}
.product-thumb__img{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    min-height: 375px;
}
.product-thumb__img a{
    display: inline-block;
}

.product-thumb__img img{
    display: inline-block;
    width: 100%;
    height: auto;
}
.product-thumb__name{
    min-height: 58px;
    margin-top: 25px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    height: 125px;
}
.product-thumb__name a{
    color: #000;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.product-thumb__name a:hover{
    border-color: #000;
}
.product-thumb__valuation{
    margin-top: 15px;
}
.product-thumb__reviews{
    margin-top: 13px;
    color: #000;
    font-size: 12px;
    text-align: center;
}
.product-thumb__reviews a{
    color: #000;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.product-thumb__reviews a:hover{
    border-color: #000;
}
.product-thumb__link{
    margin-top: 25px;
}
.product-thumb__link .link_btn{
    display: block;
    width: 100%;
}
.products{
    padding: 130px 0;
}
.products .cont{
    max-width: 1345px;
    margin-bottom: 55px;
    display: inline-block;
}
.products .products-slider{
    margin-top: 100px;
}
.products-slider.owl-carousel .owl-nav [class*=owl-]{
    top: 158px;
    margin-top: 0;
}
.products-slider__item{
    padding-bottom: 35px;
}
.collections{
    padding: 130px 0 65px;
}
.products-grid{
    margin-left: -30px;
}
.collections .products-grid{
    margin-top: 20px;
}
.products-grid__item{
    width: calc(25% - 30px);
    margin-top: 70px;
    margin-left: 30px;
}
.products-grid__item .product-thumb__name{
    width: 100%;
    height: auto!important;
}
.reviews{
    padding: 65px 0 130px;
}
.reviews .cont{
    max-width: 1370px;
}
.reviews-carousel.owl-carousel .owl-nav .owl-prev{
    left: -77px;
}
.reviews-carousel.owl-carousel .owl-nav .owl-next{
    right: -77px;
}
.reviews .reviews-carousel{
    margin-top: 90px;
}
.reviews-carousel__item img{
    display: block;
    max-width: 100%;
}
.main-banner{
    position: relative;
    height: 900px;
    padding: 200px 0 20px;
}
.main-banner__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-banner__img img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner .cont{
    z-index: 10;
    max-width: 1070px;
}
.main-banner .flex{
    height: 100%;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
}
.main-banner__content{
    max-width: 365px;
    color: #000;
    font-family: RUSRage;
    font-size: 40px;
    font-style: italic;
    line-height: .88;
}
.collection-banner{
    position: relative;
    height: 900px;
    padding: 185px 0;
}
.collection-banner__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
}
.collection-banner__img img{
    position: absolute;
    z-index: 1;
    display: block;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
}
.collection-banner .flex{
    z-index: 10;
    height: 100%;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
}
.collection-banner__content{
    max-width: 408px;
}

.collection-banner__content .text_block{
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
}

.sect-detailes{
    padding: 130px 0;
    text-align: center;
}
.sect-detailes__link{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: EauTest;
    font-size: 30px;
    line-height: 1.17;
}
.sect-detailes__link .link{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.product{
    position: relative;
    padding-bottom: 150px;
}
.product-abs{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    max-width: 180px;
}
.product-abs__item{
    display: block;
    width: 100%;
    padding: 55px 28px 15px;
    color: #000;
    font-family: AvenirNext;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.18;
    border-radius: 0 40px 0 0;
    background: #e500d3;
    text-align: right;
}
.product-abs__item + .product-abs__item{
    margin-top: 15px;
}
.product-view__slider{
    width: 100%;
    max-width: 785px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.product-view__slider.owl-carousel .owl-dots{
    bottom: 0;
}
.product-view__img{
    display: inline-block;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.product-view__img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.product-info{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    max-width: 545px;
    min-height: 745px;
    padding: 105px 32px 100px 105px;
    background: #fff;
    box-shadow: -22px 23px 26px -12px rgba(0, 0, 0, .15);
}
.product-features{
    display: flex;
    margin-top: 25px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.product-features__item{
    position: relative;
    padding: 12px 0;
    color: #000;
    font-size: 18px;
    line-height: 1.22;
}
.product-features__item + .product-features__item{
    margin-left: 29px;
}
.product-features__item + .product-features__item:before {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 1px;
    height: 50px;
    background: #000;
    content: '';
    transform: translateY(-50%);
}
.product-links-wrap{
    background: linear-gradient(to right, transparent 2%, #fff 17%);
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 400px;
    right: 15%;
    top: 0;
    bottom: 0;
    z-index: 11;
}

.product-links{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto 0;
    right: 0;
    height: 100px;
}
.product-links_link{
    margin-bottom: 15px;
}
.product-links_link .link_btn{
    display: block;
    width: 100%;
}
.product-instruction{
    position: relative;
    z-index: 10;
    padding: 70px 0 80px;
    box-shadow: 0 22px 33px -17px rgba(0, 0, 0, .38);
    text-align: center;
}
.product-instruction .cont{
    max-width: 830px;
}
.product-instruction .text_block{
    position: relative;
    padding-bottom: 45px;
}
.product-instruction .text_block:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: #000;
    content: '';
}
.product-instruction .text_block .title{
    margin-bottom: 30px;
}
.product__products.products{
    padding: 130px 0 0;
    background: #f2f2f2;
}
.product__products .products-grid{
    align-content: stretch;
    align-items: stretch;
}
.product__products .product-thumb{
    height: 100%;
    padding: 10px 0 50px;
}
.product__products .product-thumb__name{
    padding: 0 15px;
}
.review{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.review__left{
    width: 240px;
    padding-right: 30px;
}
.review__name{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}
.review__stars.stars{
    margin-top: 15px;
    justify-content: flex-start;
}
.review__date{
    margin-top: 15px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.18;
}
.review__right{
    position: relative;
    width: calc(100% - 240px);
    padding-left: 30px;
}
.review__right:before{
    position: absolute;
    top: -20px;
    left: 0;
    width: 2px;
    height: 100px;
    background: #000;
    content: '';
}
.review .text_block .title{
    margin-bottom: 15px;
}
.product-reviews{
    padding: 130px 0;
}
.product-reviews .cont{
    max-width: 1370px;
}
.reviews__link{
    margin-top: 30px;
    text-align: center;
}
.reviews__link .link_btn{
    width: 100%;
    max-width: 306px;
}
.reviews-list{
    padding-left: 120px;
}
.reviews-list__item{
    margin-top: 70px;
}
.reviews__link-more{
    margin: 50px 0 70px;
    text-align: center;
}
.reviews__link-more_btn{
    display: inline-block;
    vertical-align: top;
    padding: 0 45px 10px;
    color: #000;
    font-size: 18px;
    line-height: 1.22;
    border-bottom: 1px solid #000;
    text-decoration: none;
    transition: .2s linear;
}
.reviews__link-more_btn:hover{
    border-bottom-color: transparent;
}
.catalog{
    padding: 70px 0 130px;
}
.catalog-top{
    justify-content: space-between;
}
.catalog-top .main_title{
    margin-right: 30px;
}
.catalog-top .main_title span{
    margin-left: 25px;
}
.catalog-top__selects{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.catalog-top__select{
    width: 242px;
}
.catalog-top__select + .catalog-top__select{
    margin-left: 30px;
}
.news{
    padding: 60px 0 130px;
}
.news .cont{
    max-width: 1095px;
}
.news-grid{
    /*margin-left: -30px;*/
    justify-content: space-between;
}
.news-grid__col{
    width: calc(50% - 30px);
    margin-left: 30px;
}
/*.news-grid__col + .news-grid__col{
    margin-top: 30px;
}*/
.news__item {
    width: 48%;
    margin: 0 0 30px;
}
/*.news__item + .news__item{
    margin-top: 30px;
}*/
.news__item-date-time {
    padding: 0 0 10px;
}
.news__item-img img{
    display: block;
    width: 100%;
}
.news__item-info .text_block{
    padding: 15px 0 15px 0;
}
.news-grid__col:nth-child(even) .news__item-info .text_block{
    padding-right: 0;
    padding-left: 0;
}
.news__item-info .text_block .title{
    min-height: 0px;
    max-height: 105px;
    overflow: hidden;
}
.news__item-info .text_block .title a{
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.news__item-info .text_block .title a:hover{
    border-color: #000;
}
.news__link-more{
    display: none;
    margin-top: 80px;
    text-align: center;
}
.news__link-more_btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 350px;
    padding-bottom: 8px;
    color: #000;
    font-family: EauTest;
    font-size: 30px;
    border-bottom: 2px solid #000;
    text-align: center;
    text-decoration: none;
}
.section-text1 .col .text_block-pad{
    padding-right: 100px;
}
.section-text1:first-child.cols{
    align-content: flex-end;
    align-items: flex-end;
}
.section-text1:first-child.cols .col .text_block-pad{
    padding-bottom: 30px;
}
.article__news .main_title{
    max-width: 785px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.article__news ul{
  margin-left: 35px;
}

.news-banner{
    position: relative;
    height: 150px;
    margin-bottom: 30px;
}
.news-banner img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stores{
    padding: 60px 0 100px;
}
.stores__flex{
    max-width: 1400px;
    margin: 0 auto;
}
.stores__item{
    width: calc(50% - 14px);
    margin-bottom: 45px;
    margin-left: 7px;
    margin-right: 7px;
}

.stores__item-thumb{
    position: relative;
}
.stores__item-thumb img{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.stores__item-title{
    margin-top: 25px;
    padding: 0 15px 15px;
    color: #000;
    font-family: EauTest;
    font-size: 30px;
    line-height: 1.17;
    text-align: center;
}
.stores__item-title a{
    color: #000;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.stores__item-title a:hover{
    border-color: #000;
}
.store{
    padding: 45px 0 55px;
}
.store .cont{
    max-width: 1370px;
}
.store__flex{
    margin-top: 10px;
    padding-right: 0;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
}
.store-map{
    /*width: calc(100% - 408px);
    height: 575px;*/
    width: 100%;
    margin: 30px 0 0;
}
.store__info-box-wrap {
    width: calc(100% - 290px);
}
.store__info-box-title {
    margin: 0 0 10px;
}
.store__info-box-title p {
    font-weight: 700;
}
.store__info{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    height: auto;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
}
.store__info .box_select .sbHolder .sbOptions .search{
    margin-bottom: 15px;
    padding: 0 15px;
}
.store__info .box_select .sbHolder .sbOptions .search form .input{
    height: 30px;
    padding: 0 15px;
    padding-right: 40px;
    border: none;
    border-radius: 50px;
    background: #e500d3;
}
.store__info .box_select .sbHolder .sbOptions .search form .submit_btn{
    right: 11px;
    width: 15px;
    height: 15px;
}
.store__radios{
    padding: 30px 0;
}
.store__info-box{
    position: relative;
    width: 100%;
    margin-top: auto;
    background: #f2f2f2;
}
.store__info-box .custom_scroll{
    height: 353px;
    padding: 20px 30px;
}
.store__info-box .text_block p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
}
.store__info-box .text_block a{
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.store__info-box .text_block h2 a{
    border-bottom-width: 2px;
}
.store__info-box .text_block a:hover{
    border-color: #000;
}
.store__info-box .store-info__modal{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    background: #fbd9f8;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.store__info-box .store-info__modal .text_block p{
    font-size: 18px;
    line-height: 22px;
}
.store__info-box .store-info__modal .mini_modal__close{
    position: absolute;
    top: 13px;
    right: 13px;
}
.store__info-box-bottom {
    display: flex;
    align-items: flex-end;
}
.store__info-box-bottom > div {
    max-width: 215px;
}
.store__info-box-bottom > .store__info-box-bottom_btn {
    margin: 0 0 8px 20px;
    display: flex;
    align-items: center;
    width: auto;
    max-width: none;
}
.store__info-box .text_block .store__info-box-bottom_btn a {
    border: none;
    font-size: 13px;
    padding: 5px 12px 3px;
    line-height: 14px;
    background: #e500d3;
    color: #fff;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}
.store__info-box .text_block .store__info-box-bottom_btn a:hover {
    opacity: 0.8;
}
.store__info-box-bottom_btn span {
    font-size: 13px;
    cursor: pointer;
}
.store__info-box-bottom_btn span:hover {
    text-decoration: underline;
}
#map{
    display: block;
    width: 100%;
    height: 100%;
}
.products-page{
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    min-height: 100vh;
    transition: .3s linear;
    z-index: 999;
    background: #fff;
}
/*
.products-page:before{
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) rotate(-45deg);
}
.products-page:after{
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%) rotate(-45deg);
}
*/
.products-page__close{
    position: absolute;
    right: -20px;
    top: 190px;
}
.products-page__inner{
    padding: 60px 0 80px;
}
.products-page.show{
    left: 0;
}
.products-page .cont{
    max-width: 1160px;
}
.products-page .header-search__logo{
    margin-top: 47px;
}
.products-page .menu{
    margin-bottom: 15px;
}
.products-page-flex{
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
}
.products-page-flex__item{
    min-height: 500px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.products-page-flex__item:first-child{
    padding-left: 0;
}
.products-page-flex__item_center{
    width: 670px;
}
.products-page-flex__item + .products-page-flex__item{
    border-left: 1px solid  #000;
}
.products-page__list{
    margin-top: 30px;
    color: #000;
    font-size: 18px;
    line-height: 1.22;
}
.products-page__list-title{
    margin-bottom: 25px;
    text-transform: uppercase;
}
.products-page__list ul{
    padding-right: 30px;
}
.products-page-flex__item:last-child .products-page__list ul{
    padding-right: 0;
}
.products-page__list ul li{
    display: block;
    max-width: 175px;
    margin-bottom: 15px;
    list-style: none;
}
.products-page__list ul li a{
    color: #000;
    font-size: 18px;
    line-height: 1.22;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.products-page__list ul li a:hover{
    border-color: #000;
}
.products-page-flex__item .flex-lists{
    display: flex;
    margin-left: -30px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.products-page__list_small {
    width: calc(100% / 2 - 30px);
    margin-left: 30px;
}
.products-page__list_big {
    width: calc(100% / 3 * 2 - 30px);
    margin-left: 30px;
}
.products-page__list_big ul{
       -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
            column-count: 2;
}
.sect-error{
    position: relative;
    display: flex;
    min-height: 100vh;
    padding: 100px 0;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.sect-error__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sect-error__img img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sect-error__content{
    position: relative;
    z-index: 10;
    max-width: 510px;
    padding: 85px 70px 65px 110px;
    border-radius: 0 100px 0 0;
    background: rgba(255, 255, 255, .8);
}
.sect-error__content .text_block h1{
    margin-bottom: 20px;
}
.sect-error__content .text_block .title{
    margin-bottom: 40px;
}
.sect-error__link{
    margin-top: 40px;
}
.sect-error__link a{
    color: #000;
    font-family: EauTest;
    font-size: 30px;
    line-height: 1.17;
    border-bottom: 2px solid #000;
    text-decoration: none;
    transition: .2s linear;
}
.sect-error__link a:hover{
    border-color: transparent;
}
.search-mobile{
    padding: 25px 0 70px;
}
.search-mobile__title{
    margin-bottom: 50px;
    color: #000;
    font-family: Circe;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.search-mobile .search form .input{
    padding: 0 10px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.search-mobile .search-result{
    margin-bottom: 20px;
}
/*---------------
   Footer
---------------*/
footer{
    padding: 70px 0 10px;
    background: url('../../../../../templates/secretkey/images/bg-footer.jpg') 50% 0 no-repeat;
    background-size: cover;
    flex: 0 0 auto;
}
footer .flex{
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.footer__logo{
    text-align: center;
}
.footer__socials{
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: 294px;
}
.footer-menu{
    margin-top: 60px;
}
.footer-menu ul li{
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.footer-menu ul li + li{
    margin-left: 50px;
}
.footer-menu-phone,
.footer-menu ul li a{
    position: relative;
    color: #000;
    font-family: AGOptCyrillic;
    font-size: 19px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: .2s linear;
}
.footer-menu-phone{
    font-size: 13px;
    font-family: 'AvenirNext', 'Arial', sans-serif;
}

.footer-menu ul li a:hover{
    border-color: #000;
}
.footer__subscribe{
    display: block;
    width: 100%;
    max-width: 573px;
    margin-top: 55px;
}
.footer-copy{
    margin-top: 40px;
    color: #000;
    font-family: AvenirNext;
    font-size: 10px;
    line-height: 1.7;
    text-align: center;
}
/*---------------
   PopUp
---------------*/
.product-popup{
    position: fixed;
    top: 0;
    right: -570px;
    z-index: 120;
    overflow-y: auto;
    width: 570px;
    height: 100vh;
    padding: 0 105px 0 55px;
    background: #fff;
    box-shadow: 24px -9px 58px 1px rgba(0, 0, 0, .27);
    transition: .3s linear;
}
.product-popup.show{
    right: 0;
}
.product-popup__inner{
    position: relative;
    padding: 100px 0;
}
.product-popup .text_block p{
    font-size: 17px;
    line-height: 22px;
}
.product-popup__close{
    position: absolute;
    top: 100px;
    right: 0;
}
/*---------------
   
---------------*/
/* Анимация */
@-webkit-keyframes moveDown{
    0%{
        -webkit-transform: translateY(-77px);
                transform: translateY(-77px);
    }
}
@-moz-keyframes moveDown{
    0%{
        -webkit-transform: translateY(-77px);
                transform: translateY(-77px);
    }
}
@keyframes moveDown{
    0%{
        -webkit-transform: translateY(-77px);
                transform: translateY(-77px);
    }
}
/* End */


/* Start:/bitrix/templates/secretkey/css/jquery.rating.css?1619531920901*/
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:29px;height:24px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{}
div.rating-cancel{display: none !important; }
div.star-rating,div.star-rating a{background:url(../../../../../templates/secretkey/images/star-empty.svg) no-repeat 0 0}
div.rating-cancel a,div.star-rating a{display:block;width:25px;height:100%;background-image: url(../../../../../templates/secretkey/images/star-empty.svg);border:0}
div.star-rating-on a{background-image: url(../../../../../templates/secretkey/images/star-full.svg)!important}
div.star-rating-hover a{background-image: url(../../../../../templates/secretkey/images/star-full.svg)}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
/* End */


/* Start:/bitrix/templates/secretkey/css/response_1480.css?16195319211495*/
@media (max-width: 1650px){
    .product-info {
        max-width: 445px;
    }
    .product-links-wrap {
        width: 300px;
    }
}
@media (max-width: 1480px){
    /*---------------
	    Main styles
	---------------*/
    .owl-carousel .owl-nav .owl-prev{
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next{
        right: 0;
    }


    /*---------------
		Header
	---------------*/
    header .search_link{
        right: 50px;
    }


    /*---------------
		Main section
	---------------*/
    .reviews-carousel.owl-carousel{
        padding-bottom: 75px;
    }
    .reviews-carousel.owl-carousel .owl-nav{
        top: auto;
        bottom: 0;

        height: auto;

        text-align: center;
    }
    .reviews-carousel.owl-carousel .owl-nav [class*=owl-]{
        position: relative;
        top: 0;
        right: auto;
        left: auto;

        display: inline-block;
        vertical-align: top;

        margin: 0 8px;
    }

    .product-info{
        position: relative;

        max-width: 100%;
        min-height: auto;
    }

    .store__flex{
        padding-right: 20px;
    }

    .product-links-wrap {
        background: transparent;
        position: relative;
        right: initial;
        top: 0;
        width: 100%;
        max-width: 400px;
        margin-left: 20px;
        left: 20px;
    }

    .product-links {
        right: 0;
        left: auto;
        margin-left: 0;
        position: relative;
        margin: 50px 12px 10px;
    }
}

/* End */


/* Start:/bitrix/templates/secretkey/css/response_1200.css?1619531921828*/
@media (max-width: 1200px){
    /*---------------
	    Main styles
	---------------*/
    .buttonUp{
        right: 20px;
    }


    /*---------------
		Header
	---------------*/
    header.fixed .menu{
        margin-left: 50px;
    }
    .menu > ul > li + li{
        margin-left: 30px;
    }
    header .search_link{
        right: 30px;
    }

    .products-page__close{
        right: 20px;
        top: 15px;
    }



    /*---------------
		Main section
	---------------*/
    .product-links{
        right: 20px;
        left: auto;

        margin-left: 0;
    }
    .product-info{
        padding: 60px 20px 10px;
    }

    .reviews-list{
        padding-left: 0;
    }

    .section-text1 .col .text_block-pad{
        padding-right: 50px;
    }


    .products-page-flex__item{
        padding-left: 25px;
    }
}

/* End */


/* Start:/bitrix/templates/secretkey/css/response_1023.css?16195319203577*/
@media (max-width: 1023px){
    /*---------------
	    Main styles
	---------------*/
    .owl-carousel .owl-nav [class*=owl-]:hover{
        border-color: #000;
        background-color: transparent;
    }
    .owl-carousel .owl-nav [class*=owl-]:hover:before,
    .owl-carousel .owl-nav [class*=owl-]:hover:after{
        background: #000;
    }

    .buttonUp{
        bottom: 65px;
    }

    .text_block .cols .col{
        width: 100%;

        margin-bottom: 0;
    }
    .text_block .cols .col img{
        margin-top: 50px;
    }
    .text_block-imgs{
        margin-top: 50px;
    }

    .menu > ul > li > a:hover{
        border-color: transparent;
    }
    .menu > ul > li > a.active{
        border-color: #000;
    }


    /*---------------
		Main section
	---------------*/
    .search-result__item{
        width: calc(100% / 3 - 30px);
    }

    .about-brand{
        padding: 0;
    }
    .about-brand__bg{
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: block;
    }
    .about-brand__bg img {
        max-width: 100%;
        max-height: 600px;
    }
    .about-brand__content{
        max-width: 100%;

        padding: 40px 0 50px;
    }
    .about-brand__content .link{
        text-align: center;
    }

    .products{
        padding: 80px 0 55px;
    }
    .products .products-slider{
        margin-top: 20px;
    }

    .sect-banner__content,
    .sect-banner_abstract .sect-banner__content{
        min-height: 500px;
    }

    .products-grid__item{
        width: calc(50% - 30px);

        margin-top: 50px;
    }

    .collections{
        padding: 55px 0 35px;
    }

    .reviews{
        padding: 60px 0;
    }
    .reviews .reviews-carousel{
        margin-top: 20px;
    }

    .main-banner{
        height: 600px;
    }

    .product-reviews{
        padding: 50px 0 70px;
    }

    .news{
        padding: 30px 0 80px;
    }
    .news.article__news{
        padding: 30px 0;
    }
    .news__item-info .text_block,
    .news-grid__col:nth-child(even) .news__item-info .text_block{
        padding: 15px 0;
    }

    .section-text1:first-child.cols .col .text_block-pad{
        padding-bottom: 0;
    }

    .news-banner{
        margin-top: 50px;
    }

    .stores{
        padding: 25px 0 5px;
    }

    .store{
        padding: 25px 0 80px;
    }
    .store__flex{
        padding: 0;
    }
    .store-map{
        width: 100%;
        height: 350px;
    }
    .store__info{
        width: 100%;
        height: auto;

        margin-top: 50px;
        padding: 0 20px;
    }

    .products-page-flex{
        flex-wrap: wrap;
    }
    .products-page-flex__item{
        width: calc(100% / 3);
        min-height: auto;
    }
    .products-page-flex__item.products-page-flex__item_center{
        width: 100%;

        padding-top: 30px;
        padding-left: 0;

        border-top: 1px solid #000;
        border-left: none;

        order: 3;
    }
    .products-page__list{
        margin-top: 30px;
    }
    .products-page__list_big ul{
        padding-right: 0;
    }


    /*---------------
		Footer
	---------------*/
    .footer__socials{
        position: relative;
        top: 0;
        left: auto;

        width: 100%;

        margin-top: 80px;
        margin-left: 0;

        text-align: center;
    }


    /*---------------
		PopUp
	---------------*/
    .product-popup{
        padding: 0 20px;
    }
    .product-popup__inner{
        padding: 60px 0;
    }
    .product-popup__close{
        top: 60px;
    }
}

/* End */


/* Start:/bitrix/templates/secretkey/css/response_767.css?16195319218458*/
@media (min-width: 767px){
    .product {
        padding-top: 75px;
    }
}
@media (max-width: 767px){
    /*---------------
	    Main styles
	---------------*/
    .open_link_menu{
        display: block;
    }

    .socials a{
        width: 50px;
    }

    .text_block h1,
    .text_block .title{
        margin-bottom: 20px;
    }

    .nice-select .list .list_item{
        padding: 7px 30px;
    }


    /*---------------
		Header
	---------------*/
    .mob__search{
        display: block;
    }
    .mob__socials{
        display: block;
    }
    .mob__close{
        display: block;
    }

    header{
        padding: 11px 0;
    }
    header.header-static{
        padding: 11px 0 24px;
    }
    header .menu{
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 101;

        overflow-y: auto;

        width: 100%;
        height: 100vh;

        margin: 0;
        padding: 70px 20px 50px;

        background: #fff;
        background-size: cover;

        transition: .3s linear;
    }
    header .menu.show{
        left: 0;
    }
    header .menu > ul{
        margin-top: 50px;
    }
    header .menu > ul > li{
        display: block;

        text-align: center;
    }
    header .menu > ul > li + li{
        margin-top: 40px;
        margin-left: 0;
    }
    header .menu > ul > li > a{
        font-family: EauTest;
        font-size: 30px;
        font-size: 30px;
        line-height: normal;
    }
    header .search_link{
        display: none;
    }

    header .menu .products-page-flex{
        margin-top: 30px;
        display: none;
    }
    header .menu .products-page-flex__item{}

    .header-search__result{
        margin-top: 20px;
    }

    .search-result__item{
        width: 100%;

        margin-top: 30px;
    }
    .search-result__item-thumb{
    }


    /*---------------
		Main section
	---------------*/
    .main-slider .owl-dots{
        top: 356px;
        bottom: auto;
    }
    .main-slider .slide__img{
        position: relative;

        height: 341px;
    }
    .main-slider .slide-content{
        min-height: 326px;
    }
    .main-slider .slide-content{
        padding: 40px 20px 30px;
    }
    .main-slider .slide-content__box{
        padding: 0;

        opacity: 1;
    }
    .main-slider .slide-content__box .text{
        margin-top: 20px;
    }

    .sect-banner{
        min-height: 400px;

        padding: 65px 0;
    }
    .sect-banner__img{
        position: relative;

        display: block;

        height: 400px;
    }
    .sect-banner__content{
        padding: 35px 20px;
    }
    .sect-banner__content,
    .sect-banner_abstract .sect-banner__content{
        min-height: 270px;
    }
    .about__sect-banner{
        min-height: auto;

        padding: 0;
    }
    .about__sect-banner .sect-banner__content{
        min-height: auto;

        padding: 40px 20px;
    }

    .main-banner{
        height: auto;

        padding: 0;
    }
    .main-banner__img{
        position: relative;

        height: 442px;
    }
    .main-banner .flex{
        text-align: center;

        justify-content: center;
        align-content: flex-start;
        align-content: flex-start;
    }
    .main-banner__content{
        padding: 40px 0;
    }

    .sect-detailes{
        padding: 0 0 40px;
    }
    .sect-detailes__link .link{
        display: block;

        margin-top: 15px;
        margin-left: 0;
    }

    .product-abs{
        max-width: 96px;
    }
    .product-view__img{
        height: 400px;
        width: 100%;
        display: inline;
    }
    .product-view__slider.owl-carousel .owl-dots{
        bottom: 0;
    }
    .product-links{
        position: relative;
        top: 0;
        right: auto;

        display: block;

        max-width: 100%;

        margin-top: 45px;
        padding: 0 20px;
    }

    .product-instruction{
        padding: 35px 0;
    }

    .review__left{
        width: 100%;

        padding: 0;
    }
    .review__right{
        width: 100%;

        margin-top: 15px;
        padding: 0;
    }
    .review__right:before{
        display: none;
    }

    .reviews-list__item{
        margin-top: 30px;
    }
    .reviews__link-more{
        margin: 50px 0 30px;
    }

    .collection-banner{
        height: auto;
        padding: 0;
    }
    .collection-banner__img{
        position: relative;
        width: auto;
    }

    .collection-banner__img img {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        bottom: 0;
        transform: translate(-50%, 0);
    }

    .collection-banner__content{
        max-width: 100%;

        padding: 40px 0 20px;
    }

    .catalog{
        padding: 20px 0 80px;
    }
    .catalog-top .main_title{
        min-height: 0;
    }
    .catalog-top__selects{
        width: 100%;
    }
    .catalog-top__select{
        display: block;

        width: 100%;

        margin-top: 30px;
    }
    .catalog-top__select + .catalog-top__select{
        margin-left: 0;
    }
    .catalog .product-thumb__name{
        padding: 0 15px;
    }


    .news{
        padding: 10px 0 80px;
    }
    .news-grid__col{
        width: 100%;
    }
    .news-grid__col + .news-grid__col{
        display: none;
    }
    .news__item-info .text_block,
    .news-grid__col:nth-child(even) .news__item-info .text_block{
        padding: 15px 0 0;
    }
    .news__item-info .text_block .title{
        margin-bottom: 15px;
    }
    .news__link-more{
        display: block;
    }

    .stores__item{
        width: 100%;
    }

    .products-page-flex__item{
        width: 100%;

        padding-left: 0;

        text-align: center;
    }
    .products-page-flex__item + .products-page-flex__item{
        padding-top: 30px;

        border-top: 1px solid #000;
        border-left: none;
    }
    .products-page__list ul{
        padding: 0;
    }
    .products-page__list ul li{
        max-width: 100%;

        text-align: center;
    }
    .products-page__list ul li:last-child{
        margin-bottom: 0;
    }
    .products-page-flex__item.products-page-flex__item_center{
        order: 0;
    }
    .products-page__list_small{
        width: 100%;
    }
    .products-page__list_big{
        width: 100%;
    }

    .product-thumb__img {height: 240px;min-height: initial}

    .sect-error{
        display: block;

        padding: 0;
    }
    .sect-error__img{
        position: relative;

        height: 290px;
    }
    .sect-error__content{
        max-width: 100%;

        padding: 60px 20px 80px;

        border-radius: 0;
        background: #fff;

        text-align: center;
    }
    .sect-error__link a{
        display: block;

        width: 100%;
        height: 60px;

        padding: 0 15px;

        color: #000;
        font-family: AvenirNext;
        font-size: 20px;
        font-weight: 500;
        line-height: 60px;

        border: none;
        background: #e500d3;

        text-align: center;
    }

    .product-links-wrap {
        margin: 0 auto;
        display: block;
        left: 0;
    }

    /*---------------
		Footer
	---------------*/
    .footer-menu{
        order: 5;
    }
    .footer-menu ul li{
        display: block;

        text-align: center;
    }
    .footer-menu ul li + li{
        margin-top: 20px;
        margin-left: 0;
    }
    .footer-menu ul li a{
        font-family: AvenirNext;
        font-size: 18px;
        font-weight: 400;
    }
    .footer-copy{
        margin-top: 110px;

        text-align: left;

        order: 6;
    }
    .footer__subscribe{
        margin-top: 30px;
    }


    /*---------------
		PopUp
	---------------*/
    .product-popup{
        right: auto;
        left: 100%;

        width: 100%;
        max-width: 100%;
    }
    .product-popup.show{
        right: auto;
        left: 0;
    }
    
    .header-search__close {
        top: 60px;
        right: 14px;
    }
    
    .store__info-box-wrap {
        width: 100%;
    }
    
    .news__item {
        width: 100%;
    }
    
    .product-thumb__img img {
        max-height: 240px;
        width: auto;
    }
    
    .wrap {
        padding-top: 90px;
    }
    
    header.header-static {
        position: fixed;
    }
    
    .store__info-box-bottom {
        display: block;
    }
    
    .store__info-box-bottom > div {
        max-width: none;
    }
    .store__info-box-bottom > .store__info-box-bottom_btn {
        margin: 0;
    }
}

/* End */


/* Start:/bitrix/templates/secretkey/css/response_479.css?1619531921749*/
@media (max-width: 479px){
    /*---------------
	    Main styles
	---------------*/
    .text_block .cols .col img{
        max-width: calc(100% + 40px);

        margin-left: -20px;
    }

    /*---------------
		Header
	---------------*/
    header .logo{
        text-align: left;
    }


    /*---------------
		Main section
	---------------*/
    .product-thumb__valuation{
        margin-top: 10px;
    }

    .products-grid__item{
        width: 100%;

        margin-top: 30px;
    }

    .news .text_block-imgs .cont{
        padding: 0;
    }

    .products-page__list_big ul{
           -moz-column-count: 1;
        -webkit-column-count: 1;
                column-count: 1;
    }

    .product-info {
        box-shadow: none;
    }

}

/* End */


/* Start:/bitrix/templates/secretkey/template_styles.css?16195319191046*/
#js-send-review { 
  margin: 0 auto; 
  max-width: 460px; 
  margin-top: 2em;
  display:none;
  overflow: hidden;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
#js-send-review.active { max-height: 12000px; }
#js-send-review textarea {
  padding: .5em 2em 0;
  width: 100%;
  font-family: 'freeset-cyrillic';
  font-style: italic;
  box-shadow: none;
  background: none;
  border: 2px solid #000;
  outline: none;
  margin-top: 2em;
  height: 180px;
}
#js-send-review .btn.btn--filled {
  display: block;
  margin: 0 auto;
  margin-top: 2em;
  width: 13em;
  font-size: 1.25em;
  height: 48px;
  line-height: 48px;
}

#js-send-review input[type="text"] {
    padding: .5em 2em 0;
    width: 100%;
    height: 40px;
    font-family: 'freeset-cyrillic';
    font-style: italic;
    box-shadow: none;
    border: none;
    background: none;
    border-bottom: 2px solid #000;
    outline: none;
}



/* End */
/* /bitrix/templates/secretkey/css/owl.carousel.css?16195319206203 */
/* /bitrix/templates/secretkey/css/styles.css?161953192547972 */
/* /bitrix/templates/secretkey/css/jquery.rating.css?1619531920901 */
/* /bitrix/templates/secretkey/css/response_1480.css?16195319211495 */
/* /bitrix/templates/secretkey/css/response_1200.css?1619531921828 */
/* /bitrix/templates/secretkey/css/response_1023.css?16195319203577 */
/* /bitrix/templates/secretkey/css/response_767.css?16195319218458 */
/* /bitrix/templates/secretkey/css/response_479.css?1619531921749 */
/* /bitrix/templates/secretkey/template_styles.css?16195319191046 */
