

/* Start:/local/templates/site/css/fonts.css?17375462452418*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext);*/

/* HelveticaNeue */
@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/HelveticaNeue/helveticaneuecyr-roman-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/HelveticaNeue/HelveticaNeueCyr-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
/*@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/helveticaneuecyr-ultralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}*/
@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/HelveticaNeue/helveticaneuecyr-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/HelveticaNeue/HelveticaNeueCyr-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/HelveticaNeue/HelveticaNeueCyr-BoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

/* Manrope */
@font-face {
    font-family: 'Manrope';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/Manrope/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* AvenirNextCyr */
@font-face {
    font-family: 'AvenirNextCyr';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCyr';
    font-display: swap;
    src: url('/local/templates/site/css/../fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* End */


/* Start:/local/templates/site/js/fancybox/jquery.fancybox.css?17228368775777*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	/*color: #444;*/
	text-shadow: none;
	/*background: #f9f9f9;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	background: #fff;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/*#fancybox-loading, .fancybox-close, */
.fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/site/js/fancybox/../../img/sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/site/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 24px;
	/*background: url('/local/templates/site/js/fancybox/../../img/close-black.svg') no-repeat 50% 50%;
	background-size: cover;*/
	width: 34px;
	height: 35px;
	cursor: pointer;
	color: #4a4a4a;
	z-index: 8041;
}
.fancybox-close:hover {color: #00a7d7;}
/*.fancybox-close.white_close {
	background-image: url('/local/templates/site/js/fancybox/../../img/close.svg');
	background-size: cover;
	opacity: 0.8;
}*/
@media (max-width: 960px) {
.fancybox-close {
	width: 25px;
	height: 25px;
	top: 1em;
	right: 1em;
}
.fancybox-close.white_close {
	width: 30px;
	height: 30px;
	top: 0em;
	right: 0em;
	background-color: rgba(0,0,0,0.5);
	background-size: 80% auto;
	opacity: 1;
}
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 20%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/* background: transparent url('/local/templates/site/js/fancybox/blank.gif'); helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0%;
}

.fancybox-next {
	right: 0%;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 81px;
	margin-top: 0px;
	cursor: pointer;
	z-index: 8040;
	/*visibility: hidden;
	background-image: url("/local/templates/site/js/fancybox/../images/SPRT.png");*/
	background-repeat: no-repeat;
	background-size: 200px auto;
}

.fancybox-prev span {
	left: 30px;
	background-position: -43px -177px;
}

.fancybox-next span {
	right: 30px;
	background-position: -88px -177px;
}
.fancybox-prev:hover span {background-position: 0 -177px;}
.fancybox-next:hover span {background-position: -129px -177px;}

/*.fancybox-nav:hover {background: rgba(0,0,0,0.5);}*/
.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

/*.fancybox-lock body {
    overflow: hidden !important;
}*/

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.7);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/site/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image
	}*/

	#fancybox-loading div {
		background-image: url('/local/templates/site/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/site/js/slick/slick.css?17228368771767*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
.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:/local/templates/site/css/setka.css?172283687717175*/
html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
*:before,*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.container{
    margin-right:auto;
    margin-left:auto;
    padding-left:20px;
    padding-right:20px
}
@media (min-width:768px){
    .container{
		
    }
}
@media (min-width:1000px){
    .container{
        /*width:960px;*/
		padding: 0;
    }
}
@media (min-width:1224px){
    .container{
        /*width:960px;*/
    }
}
.container-fluid{
    margin-right:auto;
    margin-left:auto;
    padding-left:0;
    padding-right:0
}
.row{
    margin-left:0;
    margin-right:0
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    position:relative;
    min-height:1px;
    padding-left:0;
    padding-right:0
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    float:left
}
.col-xs-12{
    width:100%
}
.col-xs-11{
    width:91.66666667%
}
.col-xs-10{
    width:83.33333333%
}
.col-xs-9{
    width:75%
}
.col-xs-8{
    width:66.66666667%
}
.col-xs-7{
    width:58.33333333%
}
.col-xs-6{
    width:50%
}
.col-xs-5{
    width:41.66666667%
}
.col-xs-4{
    width:33.33333333%
}
.col-xs-3{
    width:25%
}
.col-xs-2{
    width:16.66666667%
}
.col-xs-1{
    width:8.33333333%
}
.col-xs-pull-12{
    right:100%
}
.col-xs-pull-11{
    right:91.66666667%
}
.col-xs-pull-10{
    right:83.33333333%
}
.col-xs-pull-9{
    right:75%
}
.col-xs-pull-8{
    right:66.66666667%
}
.col-xs-pull-7{
    right:58.33333333%
}
.col-xs-pull-6{
    right:50%
}
.col-xs-pull-5{
    right:41.66666667%
}
.col-xs-pull-4{
    right:33.33333333%
}
.col-xs-pull-3{
    right:25%
}
.col-xs-pull-2{
    right:16.66666667%
}
.col-xs-pull-1{
    right:8.33333333%
}
.col-xs-pull-0{
    right:auto
}
.col-xs-push-12{
    left:100%
}
.col-xs-push-11{
    left:91.66666667%
}
.col-xs-push-10{
    left:83.33333333%
}
.col-xs-push-9{
    left:75%
}
.col-xs-push-8{
    left:66.66666667%
}
.col-xs-push-7{
    left:58.33333333%
}
.col-xs-push-6{
    left:50%
}
.col-xs-push-5{
    left:41.66666667%
}
.col-xs-push-4{
    left:33.33333333%
}
.col-xs-push-3{
    left:25%
}
.col-xs-push-2{
    left:16.66666667%
}
.col-xs-push-1{
    left:8.33333333%
}
.col-xs-push-0{
    left:auto
}
.col-xs-offset-12{
    margin-left:100%
}
.col-xs-offset-11{
    margin-left:91.66666667%
}
.col-xs-offset-10{
    margin-left:83.33333333%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-8{
    margin-left:66.66666667%
}
.col-xs-offset-7{
    margin-left:58.33333333%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-5{
    margin-left:41.66666667%
}
.col-xs-offset-4{
    margin-left:33.33333333%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-2{
    margin-left:16.66666667%
}
.col-xs-offset-1{
    margin-left:8.33333333%
}
.col-xs-offset-0{
    margin-left:0
}
@media (min-width:768px){
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
        float:left
    }
    .col-sm-12{
        width:100%
    }
    .col-sm-11{
        width:91.66666667%
    }
    .col-sm-10{
        width:83.33333333%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-8{
        width:66.66666667%
    }
    .col-sm-7{
        width:58.33333333%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-5{
        width:41.66666667%
    }
    .col-sm-4{
        width:33.33333333%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-2{
        width:16.66666667%
    }
    .col-sm-1{
        width:8.33333333%
    }
    .col-sm-pull-12{
        right:100%
    }
    .col-sm-pull-11{
        right:91.66666667%
    }
    .col-sm-pull-10{
        right:83.33333333%
    }
    .col-sm-pull-9{
        right:75%
    }
    .col-sm-pull-8{
        right:66.66666667%
    }
    .col-sm-pull-7{
        right:58.33333333%
    }
    .col-sm-pull-6{
        right:50%
    }
    .col-sm-pull-5{
        right:41.66666667%
    }
    .col-sm-pull-4{
        right:33.33333333%
    }
    .col-sm-pull-3{
        right:25%
    }
    .col-sm-pull-2{
        right:16.66666667%
    }
    .col-sm-pull-1{
        right:8.33333333%
    }
    .col-sm-pull-0{
        right:auto
    }
    .col-sm-push-12{
        left:100%
    }
    .col-sm-push-11{
        left:91.66666667%
    }
    .col-sm-push-10{
        left:83.33333333%
    }
    .col-sm-push-9{
        left:75%
    }
    .col-sm-push-8{
        left:66.66666667%
    }
    .col-sm-push-7{
        left:58.33333333%
    }
    .col-sm-push-6{
        left:50%
    }
    .col-sm-push-5{
        left:41.66666667%
    }
    .col-sm-push-4{
        left:33.33333333%
    }
    .col-sm-push-3{
        left:25%
    }
    .col-sm-push-2{
        left:16.66666667%
    }
    .col-sm-push-1{
        left:8.33333333%
    }
    .col-sm-push-0{
        left:auto
    }
    .col-sm-offset-12{
        margin-left:100%
    }
    .col-sm-offset-11{
        margin-left:91.66666667%
    }
    .col-sm-offset-10{
        margin-left:83.33333333%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-8{
        margin-left:66.66666667%
    }
    .col-sm-offset-7{
        margin-left:58.33333333%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-5{
        margin-left:41.66666667%
    }
    .col-sm-offset-4{
        margin-left:33.33333333%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-2{
        margin-left:16.66666667%
    }
    .col-sm-offset-1{
        margin-left:8.33333333%
    }
    .col-sm-offset-0{
        margin-left:0
    }
}
@media (min-width:960px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
        float:left
    }
    .col-md-12{
        width:100%
    }
    .col-md-11{
        width:91.66666667%
    }
    .col-md-10{
        width:83.33333333%
    }
    .col-md-9{
        width:75%
    }
    .col-md-8{
        width:66.66666667%
    }
    .col-md-7{
        width:58.33333333%
    }
    .col-md-6{
        width:50%
    }
    .col-md-5{
        width:41.66666667%
    }
    .col-md-4{
        width:33.33333333%
    }
    .col-md-3{
        width:25%
    }
    .col-md-2{
        width:16.66666667%
    }
    .col-md-1{
        width:8.33333333%
    }
    .col-md-pull-12{
        right:100%
    }
    .col-md-pull-11{
        right:91.66666667%
    }
    .col-md-pull-10{
        right:83.33333333%
    }
    .col-md-pull-9{
        right:75%
    }
    .col-md-pull-8{
        right:66.66666667%
    }
    .col-md-pull-7{
        right:58.33333333%
    }
    .col-md-pull-6{
        right:50%
    }
    .col-md-pull-5{
        right:41.66666667%
    }
    .col-md-pull-4{
        right:33.33333333%
    }
    .col-md-pull-3{
        right:25%
    }
    .col-md-pull-2{
        right:16.66666667%
    }
    .col-md-pull-1{
        right:8.33333333%
    }
    .col-md-pull-0{
        right:auto
    }
    .col-md-push-12{
        left:100%
    }
    .col-md-push-11{
        left:91.66666667%
    }
    .col-md-push-10{
        left:83.33333333%
    }
    .col-md-push-9{
        left:75%
    }
    .col-md-push-8{
        left:66.66666667%
    }
    .col-md-push-7{
        left:58.33333333%
    }
    .col-md-push-6{
        left:50%
    }
    .col-md-push-5{
        left:41.66666667%
    }
    .col-md-push-4{
        left:33.33333333%
    }
    .col-md-push-3{
        left:25%
    }
    .col-md-push-2{
        left:16.66666667%
    }
    .col-md-push-1{
        left:8.33333333%
    }
    .col-md-push-0{
        left:auto
    }
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
}
@media (min-width:1200px){
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
        float:left
    }
    .col-lg-12{
        width:100%
    }
    .col-lg-11{
        width:91.66666667%
    }
    .col-lg-10{
        width:83.33333333%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-8{
        width:66.66666667%
    }
    .col-lg-7{
        width:58.33333333%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-5{
        width:41.66666667%
    }
    .col-lg-4{
        width:33.33333333%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-2{
        width:16.66666667%
    }
    .col-lg-1{
        width:8.33333333%
    }
    .col-lg-pull-12{
        right:100%
    }
    .col-lg-pull-11{
        right:91.66666667%
    }
    .col-lg-pull-10{
        right:83.33333333%
    }
    .col-lg-pull-9{
        right:75%
    }
    .col-lg-pull-8{
        right:66.66666667%
    }
    .col-lg-pull-7{
        right:58.33333333%
    }
    .col-lg-pull-6{
        right:50%
    }
    .col-lg-pull-5{
        right:41.66666667%
    }
    .col-lg-pull-4{
        right:33.33333333%
    }
    .col-lg-pull-3{
        right:25%
    }
    .col-lg-pull-2{
        right:16.66666667%
    }
    .col-lg-pull-1{
        right:8.33333333%
    }
    .col-lg-pull-0{
        right:auto
    }
    .col-lg-push-12{
        left:100%
    }
    .col-lg-push-11{
        left:91.66666667%
    }
    .col-lg-push-10{
        left:83.33333333%
    }
    .col-lg-push-9{
        left:75%
    }
    .col-lg-push-8{
        left:66.66666667%
    }
    .col-lg-push-7{
        left:58.33333333%
    }
    .col-lg-push-6{
        left:50%
    }
    .col-lg-push-5{
        left:41.66666667%
    }
    .col-lg-push-4{
        left:33.33333333%
    }
    .col-lg-push-3{
        left:25%
    }
    .col-lg-push-2{
        left:16.66666667%
    }
    .col-lg-push-1{
        left:8.33333333%
    }
    .col-lg-push-0{
        left:auto
    }
    .col-lg-offset-12{
        margin-left:100%
    }
    .col-lg-offset-11{
        margin-left:91.66666667%
    }
    .col-lg-offset-10{
        margin-left:83.33333333%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-8{
        margin-left:66.66666667%
    }
    .col-lg-offset-7{
        margin-left:58.33333333%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-5{
        margin-left:41.66666667%
    }
    .col-lg-offset-4{
        margin-left:33.33333333%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-2{
        margin-left:16.66666667%
    }
    .col-lg-offset-1{
        margin-left:8.33333333%
    }
    .col-lg-offset-0{
        margin-left:0
    }
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{
    content:" ";
    display:table
}
.clearfix:after,.container:after,.container-fluid:after,.row:after,.modal-header:after,.modal-footer:after{
    clear:both
}
.pull-right{
    float:right !important
}
.pull-left{
    float:left !important
}
.hide{
    display:none !important
}
.show{
    display:block !important
}
.invisible{
    visibility:hidden
}

.hidden{
    display:none !important
}
@-ms-viewport{
    width:device-width
}
.visible-xs,.visible-sm,.visible-md,.visible-lg{
    display:none !important
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{
    display:none !important
}
@media (max-width:767px){
    .visible-xs{
        display:block !important
    }
    table.visible-xs{
        display:table !important
    }
    tr.visible-xs{
        display:table-row !important
    }
    th.visible-xs,td.visible-xs{
        display:table-cell !important
    }
}
@media (max-width:767px){
    .visible-xs-block{
        display:block !important
    }
}
@media (max-width:767px){
    .visible-xs-inline{
        display:inline !important
    }
}
@media (max-width:767px){
    .visible-xs-inline-block{
        display:inline-block !important
    }
}
@media (min-width:768px) and (max-width:959px){
    .visible-sm{
        display:block !important
    }
    table.visible-sm{
        display:table !important
    }
    tr.visible-sm{
        display:table-row !important
    }
    th.visible-sm,td.visible-sm{
        display:table-cell !important
    }
}
@media (min-width:768px) and (max-width:959px){
    .visible-sm-block{
        display:block !important
    }
}
@media (min-width:768px) and (max-width:959px){
    .visible-sm-inline{
        display:inline !important
    }
}
@media (min-width:768px) and (max-width:959px){
    .visible-sm-inline-block{
        display:inline-block !important
    }
}
@media (min-width:960px) and (max-width:1199px){
    .visible-md{
        display:block !important
    }
    table.visible-md{
        display:table !important
    }
    tr.visible-md{
        display:table-row !important
    }
    th.visible-md,td.visible-md{
        display:table-cell !important
    }
}
@media (min-width:960px) and (max-width:1199px){
    .visible-md-block{
        display:block !important
    }
}
@media (min-width:960px) and (max-width:1199px){
    .visible-md-inline{
        display:inline !important
    }
}
@media (min-width:960px) and (max-width:1199px){
    .visible-md-inline-block{
        display:inline-block !important
    }
}
@media (min-width:1200px){
    .visible-lg{
        display:block !important
    }
    table.visible-lg{
        display:table !important
    }
    tr.visible-lg{
        display:table-row !important
    }
    th.visible-lg,td.visible-lg{
        display:table-cell !important
    }
}
@media (min-width:1200px){
    .visible-lg-block{
        display:block !important
    }
}
@media (min-width:1200px){
    .visible-lg-inline{
        display:inline !important
    }
}
@media (min-width:1200px){
    .visible-lg-inline-block{
        display:inline-block !important
    }
}
@media (max-width:767px){
    .hidden-xs{
        display:none !important
    }
}
@media (min-width:768px) and (max-width:959px){
    .hidden-sm{
        display:none !important
    }
}
@media (min-width:960px) and (max-width:1199px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width:1200px){
    .hidden-lg{
        display:none !important
    }
}
.visible-print{
    display:none !important
}
@media print{
    .visible-print{
        display:block !important
    }
    table.visible-print{
        display:table !important
    }
    tr.visible-print{
        display:table-row !important
    }
    th.visible-print,td.visible-print{
        display:table-cell !important
    }
}
.visible-print-block{
    display:none !important
}
@media print{
    .visible-print-block{
        display:block !important
    }
}
.visible-print-inline{
    display:none !important
}
@media print{
    .visible-print-inline{
        display:inline !important
    }
}
.visible-print-inline-block{
    display:none !important
}
@media print{
    .visible-print-inline-block{
        display:inline-block !important
    }
}
@media print{
    .hidden-print{
        display:none !important
    }
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
small{
    font-size:80%
}
img{
    border:0
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
input,button,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
table{
    border-collapse:collapse;
    border-spacing:0
}

/* End */


/* Start:/local/templates/site/css/main.css?1737546245185218*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  outline: 0;
}

textarea,
[type]:not([type='checkbox']):not([type='radio']):not([type='range']):not([type='file']):not([type='image']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

body._scroll-hidden {
  overflow: hidden;
}

.inraise__adinheader._hidden {
  display: none;
}

.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

button,
.button {
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

html,
body {
  /*height: 100%;*/
  -webkit-overflow-scrolling: auto;
}

body {
  color: #000;
  font-family: 'HelveticaNeue', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.no_scroll {
  overflow: hidden;
}

button {
  font-family: 'HelveticaNeue', 'Roboto', Helvetica, Arial, sans-serif;
}

.close {
  position: relative;
  background: #000;
}

.close::before,
.close::after {
  display: block;
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -1px;
}

.close::before {
  transform: rotate(45deg);
}

.close::after {
  transform: rotate(135deg);
}

/* HEADER */
.header {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 3px 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(26.45px);
  color: #fff;
  z-index: 100;
}

@media (max-width: 1190px) {
  .header {
    height: 63px;
    padding: 9px 0;
  }
}

.header.header_white {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 20px;
}

@media (max-width: 1190px) {
  .header .container {
    padding-left: 0;
    padding-right: 10px;
    position: relative;
    height: 44px;
  }
  .header-right-group {
    margin-right: 0px !important;
  }
}

.header .container::before,
.header .container::after {
  display: none;
}

.header.fixed {
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 1000;
  opacity: 1;
}

@media (max-width: 1190px) {
  .header.fixed,
  .header:hover {
    background-color: #ffffffe6;
  }
}

.box_catalog-filter.fixed {
  position: fixed;
  top: 50px !important;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  background-color: #fff;
}

.header.unpinned,
.box_catalog-filter.unpinned {
  opacity: 0 !important;
  position: fixed;
  pointer-events: none;
}

/*@supports ((position:sticky) or (position:-webkit-sticky)) {
		.header.fixed,
		.box_catalog-filter.fixed {position: -webkit-sticky;}
	}*/

body.scroll {
  padding-top: 50px;
}

body.scroll_catalog .catalog-header-mini {
  margin-bottom: 50px;
}

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

.logo {
  margin-top: 4px;
}

.hamburger {
  padding: 25px 15px 35px 15px;
  cursor: pointer;
  display: block;
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  position: relative;
}

.hamburger span::before {
  content: '';
  position: absolute;
  top: 6px;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
}

.hamburger span::after {
  content: '';
  top: 12px;
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #000;
}

.hamburger._active span {
  top: 5px;
  left: 2px;
  transform: rotate(45deg);
}

.hamburger._active span::before {
  display: none;
}

.hamburger._active span::after {
  top: 0;
  transform: rotate(-90deg);
}

@media (max-width: 1190px) {
  .header-nav {
    display: none;
  }
  .logo {
    position: absolute;
    right: calc(50% - 40px);
  }
}

@media (max-width: 620px) {
  .logo {
    position: initial;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu-item {
  padding-top: 16px;
  padding-bottom: 15px;
  margin-right: 22px;
}

.header-menu-item:nth-child(-n+2) {
  margin-right: 41px;
}

.header-menu-item:last-child {
  margin-right: 0;
}

.header-menu-link {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
}

.header.header_white .header-menu-link {
  color: #000;
}

.header-menu-link:hover {
  text-decoration: none;
}

.link_active:hover .header-menu-link:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
  z-index: 100;
}

.header-submenu {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  width: 100vw;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 46px 0 65px 100px;
  background-color: #ffffffe6;
  z-index: 99;
}

.header-submenu .menu-icon {
  display: inline-block;
  max-width: 16px;
  max-height: 16px;
  height: auto;
  margin-left: 5px;
  margin-bottom: 2px;
}

@media (max-width: 1190px) {
  .header-submenu {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    left: 0;
    background-color: #fff;
    padding: 25px 0 0 0;
  }
}

.header-submenu ul {
  width: 100%;
  min-height: 40vh;
  max-width: 555px;
}

@media (max-width: 1190px) {
  .header-submenu-inner {
    width: 100%;
    height: 85%;
    overflow-y: auto;
    padding: 0 15px 0 20px;
  }
}

@media (max-width: 1190px) {
  .header-submenu-title {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 1190px) {
  .header-submenu-title-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 9px 0 -5px;
  }

  .header-submenu-title-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1190px) {
  .header-submenu-title span {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #000000;
  }
}

@media (max-width: 1190px) {
  .header-submenu ul {
    max-width: 100%;
    height: 100%;
  }
}

.header-submenu-w ul {
  columns: 3;
  max-width: 900px;
}

.header-submenu-m ul {
  columns: 2;
  max-width: 555px;
}

.header-submenu ul li:not(:last-child) {
  margin: 0 0 20px 0;
}

.header-submenu li a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: inherit;
  color: #000;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1190px) {
  .header-submenu li a {
    display: block;
  }
}

.header-submenu li a:hover {
  text-decoration: none;
}

.header-submenu_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-core {
  fill: none;
  stroke: #fff;
  font-size: 17px;
}

.icon-basket {
  fill: #8c8c8c;
  stroke: #fff;
  font-size: 13px;
}

.icon-bag {
  fill: none;
  stroke: #fff;
  font-size: 17px;
}

.icon-bag.bag-header {
  margin-top: -1px;
}

.icon-search {
  fill: none;
  stroke: #fff;
  font-size: 22px;
}

.header-right-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right-group .header-right-group__item {
  margin-left: 13px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1190px) {
  .header-right-group .header-right-group__item {
    margin-left: 15px;
  }
}

.header-right-group .header-right-group__item .link-in-wrap {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-right-group .header-right-group__item:first-child {
  margin-left: 13px;
}

.header-right-group .header-right-group__item:nth-child(3) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.cart-amount,
.favorite-amount {
  font-size: 10px;
  color: #000;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  min-width: 15px;
  padding: 0 2px;
  text-align: center;
  pointer-events: none;
  border-radius: 50%;
  background-color: #fff;
  height: 15px;
  letter-spacing: -0.09em;
}

.header.header_white .cart-amount,
.header.header_white .favorite-amount {
  background-color: #000;
  color: #fff;
}

.favorite-amount {
  left: 14px;
  top: -1px;
}

.cart-amount {
  left: 12px;
  top: 0;
}

@media (max-width: 1190px) {
  .cart-amount, .favorite-amount {
    top: 2px;
    left: 14px;
    background-color: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 200;
    line-height: 12px;
    height: 14px;
    min-width: 14px;
    padding: 0;
  }
}

/*.cart-amount {
	margin-top: -3px;
}*/

.cart-amount.active,
.favorite-amount.active {
  color: #14daa9;
}

/*.header-right-group__item.personal {
	margin-left: 3px !important;
	margin-right: 4px;
} */

.header-right-group__item.personal {
  position: relative;
}

@media (max-width: 1190px) {
  .header:hover .header-right-group__item svg *,
  .header.fixed .header-right-group__item svg * {
    stroke: #000;
  }
}

.header-right-group__item .personal-circle {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 7px;
}

@media (max-width: 1190px) {
  .header:hover .header-right-group__item .personal-circle,
  .header.fixed .header-right-group__item .personal-circle {
    background-color: #000;
  }

  .header-right-group__item svg {
    width: 28px;
    height: 28px;
  }

  .header-right-group__item .personal-circle {
    top: 3px;
  }

  .header.fixed .header-right-group__item svg * {
    stroke: #000;
  }
}

.header.header_white .header-right-group__item .personal-circle {
  background-color: #000;
}

.personal .personal__link_m {
  display: inline-block;
  padding-top: 4px;
  /* NY2019
    position: relative;*/
}

@media (max-width: 1190px) {
  .personal .personal__link_m {
    padding-top: 0;
    height: 24px;
  }
}

/* NY2019
	.personal .personal__link_m::after {
		display: block; content: "";
		position: absolute; top: -2px; right: -4px;
		width: 18px; height: 10px;
		background: url(/local/templates/site/css/../img/ng-user.svg) no-repeat 50% 50%;
	}*/
.icon-logo.logo-header {
  color: #fff;
  font-size: 1.5rem;
}

.header.header_white .icon-logo.logo-header,
.header.header_hamburger .icon-logo.logo-header {
  fill: #000;
}

@media (max-width: 1190px) {
  .icon-logo.logo-header {
    fill: #000;
  }
}

.icon-logo.logo-footer {
  color: #fff;
  font-size: 1.1875rem;
}

.icon-person.person-header {
  fill: #000;
  stroke: red;
  font-size: 1.5rem;
}

.icon-search.search-header {
  color: #fff;
  font-size: 17px;
  height: 22px;
}

/*поиск в шапке*/
#open-search {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -2;
  -ms-flex-order: -2;
  order: -2;
  margin-left: 0;
  cursor: pointer;
}

.header #title-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.search-form {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 56px;
  display: block;
  will-change: transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99),
  -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

@media (max-width: 1190px) {
  .search-form {
    height: 63px;
  }
}

.search-transform .search-form {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 10;
}

.input-search-header {
  display: inline-block;
  width: calc(100% - 100px);
  height: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #191919;
  font-size: 18px;
  font-style: italic;
  line-height: 18px;
  padding: 0 29px 0 26px;
  outline: 0 !important;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-search-header::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/local/templates/site/css/../img/header/input-close.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
}

.input-submit-header {
  display: inline-block;
  width: 50px;
  height: 100%;
  background-color: #fff;
  outline: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url(/local/templates/site/css/../img/header/search.svg);
  background-size: 23px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
}

.search-form-close.close {
  display: inline-block;
  width: 50px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
}

/* Мобильное меню */
.mobile-nav-box {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100dvh;
  padding: 83px 15px 20px 20px;
  background-color: #fff;
  z-index: 99;
  overflow-y: scroll;
  -webkit-transition: left 0.7s;
  -o-transition: left 0.7s;
  transition: left 0.7s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.mobile-nav-box_active {
  left: 0;
  -webkit-transition: left 0.7s;
  -o-transition: left 0.7s;
  transition: left 0.7s;
}

.mobile-nav-box a,
.mobile-nav-title,
.mobile-nav-box .header-submenu a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #000000;
  display: block;
}

.mobile-box_login {
  margin-bottom: 35px;
}

.mobile-box_login a,
.mobile-box_login a > * {
  display: inline-block;
  vertical-align: middle;
}

.mobile-box_login a svg {
  margin-right: 20px;
}

.mobile-box_login a:nth-of-type(2)::before {
  display: inline-block;
  content: '|';
  margin: 0 15px 0 10px;
  vertical-align: middle;
}

.mobile-menu-item {
  width: 100%;
  height: auto;
}

.mobile-menu-item:not(:last-child) {
  margin: 0 0 20px 0;
}

@media (max-width: 1190px) {
  .link_active {
    position: relative;
    padding: 2px 0;
  }

  .link_active::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/local/templates/site/css/../img/header/arrow.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

.submenu-link_sale a {
  color: #ff0000 !important;
}

.submenu-link_outlet a {
  color: #ff8484 !important;
}

/* END header */

/* MAIN MENU */
.boxleft-nav {
  height: 100%;
  transform: translateX(-380px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #fff;
  transition: transform 0.25s ease-out;
  display: none;
}

/* .boxleft-nav.active {transform: translateX(0);}
	.boxleft-nav a {
		color: #2c2c2c; text-transform: uppercase;  text-decoration: none;
		letter-spacing: 0.06rem;
	} */
/* .box_width {height: 100%; width: 310px;}
	.boxleft-nav .close {
		position:absolute;
		left: 310px; top: 0;
		width: 50px; height: 50px; padding: 0;
		border-radius: 0;
	} */
/* .box_hidden {height: 100%; overflow: hidden; position: relative;}
	.box_level_1 {
		height: calc(100% - 50px);
		transform: translateX(0);
		background: #fff;
		transition: transform .25s ease-out;
	} */
/* .box_level_2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		transform: translateX(375px);
		transition: transform .25s ease-out;
	} */
/* .box_level_2.men {}
	.box_level_1.outside {transform: translateX(-100%);}
	.box_level_2.active  {transform: translateX(0);}
	.box_level_2 .box_section {display: none; position: relative; height: 100%;}
		.box_level_2 .box_section.active {display: block;} */

/* .boxleft-nav .nav_tab {
	height: 50px;
	list-style: none; margin: 0; padding: 0;
	font-size: 0;
	border-bottom: 1px solid rgb(238, 238, 238);
}
	.boxleft-nav .nav_tab li {
		display:inline-block;
		width: 50%; text-align: center;
		position:relative;
	} */
/* .boxleft-nav .nav_tab li:not(:last-of-type):after {
		content: "";
		top: 50%;
		right: 0;
		margin-top: -12px;
		position: absolute;
		height: 24px;
		width: 1px;
		background-color: #eee;
	}
	.boxleft-nav .nav_tab button {
		font-size: 1rem;
		height: 49px; width: 100%; line-height: 50px;
		padding: 0; border-radius: 0;
		background-color: #fff;
		text-transform: uppercase;
		font-weight: 600; letter-spacing: 0.06rem;
		color: #9b9b9b;
	}
		.boxleft-nav .nav_tab button.active {border-bottom: 2px solid #000; color: #2c2c2c;} */
/* .boxleft-nav .box_login {height: 70px; padding: 26px 16px;}
	.boxleft-nav .box_login {font-size: 82%; font-weight: 600;}
	.boxleft-nav .box_login a {display: inline-block; vertical-align: middle;}
	.boxleft-nav .box_login a > * {vertical-align: middle; display: inline-block;}

	.boxleft-nav .box_login a svg {margin-right: 17px; margin-left: 5px;}
	.boxleft-nav .box_login a:nth-of-type(2)::before {display:inline-block; content:"|"; margin: 0 15px; vertical-align: middle;} */
/* .boxleft-nav .go_index {height: 76px; padding: 0 16px 16px; font-size: 82%; font-weight: 600;}
	.boxleft-nav .go_index a {display: block; height: 60px; line-height: 62px; padding: 0 19px; background-color: #bbbbbb;} */
/* .boxleft-nav .box_content_tab {
		height: 100%; */
/*height: calc(100% - 146px);*/
/* overflow-y: scroll;
		overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	} */
/* .boxleft-nav .item_tab {display:block; height: 100%; z-index: 5}
	.boxleft-nav .item_tab.hide_item {display: none; position: absolute; z-index:1}
.boxleft-nav ul {list-style: none; margin: 0; padding: 0;}
.boxleft-nav ul.nav_list_l1 {padding: 0 16px; width: 100%;}
	.boxleft-nav ul.nav_list_l1 li {margin-bottom: 16px; display: table; height: 90px; width: 100%;}
	.boxleft-nav ul.nav_list_l1 a {
		display: table-cell; vertical-align: middle;
		background-color: #eee;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		background-size: auto 100%;
		font-size: 82%; padding: 0 19px;
	} */
/* .boxleft-nav ul.nav_list_l1 a b {font-weight: 600;}
	.boxleft-nav ul.nav_list_l1 a .light {font-weight: 400; display: block}
.boxleft-nav .box_back {height: 50px; position: relative;}
	.boxleft-nav .box_back .title {
		display: block;
		height: 49px; line-height: 50px;
		border-bottom: 1px solid #eee;
		font-weight: 600; text-align: center;
		text-transform:uppercase; letter-spacing: 0.06rem;
	}
	.boxleft-nav .box_back .back_level_1 {position:absolute; top: 50%; margin-top: -9px; left: 17px; cursor: pointer;}
	.boxleft-nav .box_nav_l2 {height: calc(100% - 50px); overflow: hidden;}
	.boxleft-nav .nav_list_l2 {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		}
	.boxleft-nav .nav_list_l2 a {display: block; padding: 16px 24px; font-size: 82%; border-bottom: 1px solid #eee;}
	.boxleft-nav .nav_list_l2 a {display: block; padding: 16px 24px; font-size: 82%; border-bottom: 1px solid #eee;} */
/* NY2019*/
/* .ny2019.boxleft-nav {}
	.ny2019.boxleft-nav .naked {padding: 16px 16px 0; height: 86px;}
		.ny2019.boxleft-nav .naked a { */
/* display: block; height: 100%; position: relative; */
/*background: url(/local/templates/site/css/../pics/naked_whitepink.svg) no-repeat 50% 5px;*/
/* background-size: auto 57px;
		}
		.ny2019.boxleft-nav .naked #word_svyatay  {
			position: absolute; top: 16px; left: 50%; margin-left: -86px;
			width: 129px; height: auto;
		}
		.ny2019.boxleft-nav .naked #word_naked {
			position: absolute; top: 4px; left: calc(50% + 23px);
			width: 63px; height: auto;
		}
		.ny2019.boxleft-nav .box_level_1 {height: calc(100% - 136px);} */

/* END main menu */
/*мини-слайдер баннер*/
.head_action {
  /*background: #d27e7f;*/
  /*border-top: 1px solid #fff;*/
  height: 50px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 2;
}
.head_action .slider-mini-item {
  overflow: hidden;
}
.head_action a {
  display: flex;
  white-space: nowrap;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  /*font-weight: 500;*/
  text-transform: uppercase;
  letter-spacing: .5px;
  height: auto;
  border-bottom: 1px dashed transparent;
  transition: border-color 300ms ease-in-out;
}
.head_action a span {
  padding: 0 35px;
  display: inline-block;
  margin: auto;
}
.head_action a:hover {
  text-decoration: none;
  color: currentColor;
}

/* ЕНД мини-слайдер баннер*/

/* Footer разные */
.footer_full {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footer_full .copyrigth {
  font-size: 9px;
  padding: 17px;
  line-height: 1.4em;
}

.footer_full .block-inside {
  border-bottom-color: #464646;
}

.footer_full .block-inside .title {
  color: #9b9b9b;
  font-size: 14px;
}

.footer_full .block-inside .title .ico {
  position: absolute;
  display: block;
  top: 50%;
  left: calc(50% + 98px);
  margin-top: -6px;
  height: 12px;
  width: 12px;
}

.footer_full .block-inside .title .ico::after,
.footer_full .block-inside .title .ico::before {
  position: absolute;
  content: '';
  display: block;
  background: #9b9b9b;
}

.footer_full .block-inside .title .ico::after {
  width: 100%;
  height: 2px;
  top: 5px;
}

.footer_full .block-inside .title .ico::before {
  height: 100%;
  width: 2px;
  left: 5px;
  transition: all 0.2s ease;
}

.footer_full .block-inside.active .title .ico::before {
  height: 0;
  top: 5px;
}

.footer_full .nav_footer a {
  display: block;
  padding: 0.5em 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer_full .socio a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 0.3em 0.5em;
}

.footer_full .ico_pay i {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 0.3em 0.5em;
}

.footer_full a {
  color: #fff;
}

.footer_mini {
  background: #000;
  color: #fff;
  font-size: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
}

.footer_mini .copy {
  float: left;
}

.footer_mini .confid_cooki {
  float: right;
  text-align: right;
}

.footer_mini a {
  color: #fff;
}

.up_page {
  display: block;
  background: #bbbbbb;
  height: 62px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  line-height: 62px;
}

.up_page > * {
  vertical-align: middle;
  display: inline-block;
}

.up_page svg {
  margin-bottom: 5px;
  margin-right: 4px;
}

/* быстрые сслыки. бывают не в каждом футере, на странице товара в середине страницы */
.box_quick_link {
  display: block;
  background: #eeeeee;
  height: 62px;
  color: #2c2c2c;
  text-align: center;
  font-size: 0;
}

.box_quick_link a {
  display: inline-block;
  position: relative;
  padding: 0 14px;
  line-height: 62px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06rem;
  width: 25%;
}

.box_quick_link a:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: -1px;
  width: 2px;
  height: 31px;
  background: #dddddd;
}

@media (max-width: 500px) {
  .box_quick_link {
    height: auto;
  }

  .box_quick_link .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box_quick_link a {
    width: 49%;
    line-height: 45px;
  }

  .box_quick_link a:not(:first-child)::before {
    height: 24px;
    top: 11px;
  }

  .box_quick_link a:nth-of-type(3)::before {
    display: none;
  }
}

/* для слайдеров по умолчанию */
.slick-loading .slick-list {
  background: #fff url(/local/templates/site/css/../img/ajax-loader.gif) center center no-repeat;
}

.slick-slide:focus {
  outline: 0;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  color: transparent;
  top: calc(50% - 20px);
  top: -webkit-calc(50% - 20px);
  padding: 25px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: container;
  background-position: 50% 50%;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  opacity: 1;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url(/local/templates/site/css/../img/slider/slider-arrow-right.svg);
}

.slick-next {
  right: 0;
  z-index: 2;
  background-image: url(/local/templates/site/css/../img/slider/slider-arrow-right.svg);
}

.slick-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  z-index: 10;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  margin: 0 8px;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
}

.slick-dots button {
  font-size: 0;
}

.slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background-color: #4b494a;
  border-color: #4b494a;
}

/* ЕНД для слайдеров по умолчанию */

/* ??? брать или нет плагин
.easyzoom {
    position: relative;
    display: inline-block
}
*/
/* иконки святой */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-arrow {
  font-size: 0.6806rem;
  width: 1.75978em;
  fill: none;
  stroke: currentColor;
}

.icon-arrow-bottom {
  font-size: 0.6773rem;
  width: 1.75978em;
}

.icon-arrow-bottom-home {
  font-size: 1.8516rem;
  width: 1.93654em;
}

.icon-bag {
  font-size: 1.7rem;
  width: 23px;
  height: 21px;
}

.icon-basket {
  font-size: 1.3rem;
  width: 1.15385em;
}

.icon-cellphone {
  font-size: 1.5rem;
  width: 0.66667em;
}

.icon-clock {
  font-size: 1.5rem;
  width: 1em;
}

.icon-column {
  font-size: 2.8rem;
  width: 1.25em;
}

.icon-core {
  font-size: 1.71rem;
  width: 23px;
  height: 21px;
}

.icon-fb {
  font-size: 2.22rem;
  width: 1em;
}

.icon-file {
  font-size: 7.6365rem;
  width: 0.78079em;
}

.icon-human {
  font-size: 2.01rem;
  width: 1em;
}

.icon-info {
  font-size: 1.3rem;
  width: 1em;
}

.icon-inst {
  font-size: 2.22rem;
  width: 1em;
}

.icon-insta {
  font-size: 1.4rem;
  width: 1.07143em;
}

.icon-like {
  font-size: 1.1rem;
  width: 1.21818em;
}

.icon-logo {
  font-size: 4.28rem;
  width: 3.75em;
}

.icon-mail {
  font-size: 0.9rem;
  width: 1.22222em;
}

.icon-mail-new {
  font-size: 1.2rem;
  width: 1.25em;
}

.icon-medal {
  font-size: 1.7rem;
  width: 0.64706em;
}

.icon-medal-header {
  font-size: 2.3rem;
  width: 0.73913em;
}

.icon-phone {
  font-size: 1.3rem;
  width: 0.76923em;
}

.icon-phone-new {
  font-size: 1.5rem;
  width: 0.86667em;
}

.icon-plate {
  font-size: 2.8rem;
  width: 1.5em;
}

.icon-point {
  font-size: 1.7rem;
  width: 0.9em;
}

.icon-search {
  font-size: 2.02rem;
  width: 22px;
}

.icon-star {
  font-size: 2.5rem;
  width: 0.976em;
}

.icon-vk {
  font-size: 1.91rem;
  width: 1.75393em;
}

/* ЕНД иконки святой */

/* кнопки святой */
.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  padding: 14px 20px;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.button.button-red {
  background-color: #dd0505;
}

.button.button-black {
  background-color: #000;
  color: #fff;
}

.button.button-grey {
  background-color: #eee;
  color: #2b2b2b;
}

.button.button-transparent {
  border: 2px solid #999;
  color: #000;
}

.button.button-green {
  background-color: #00aa5b;
}

/*.button-border {
	display: inline-block; width: 100%; max-width: 330px;
	padding: 0 15px; text-align: center;
	height: 50px; line-height: 49px;
	background-color: #fff; border: 2px solid #000;
	text-transform: uppercase; font-weight: 600;
	font-size: 16px; letter-spacing: 0.06rem;
	color:#000;
	transition: all 0.2s ease;
}*/
.line-btn {
  display: inline-block;
  border: 1px solid #000;
  padding: 15px 20px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06rem;
  color: #000;
  text-align: center;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .line-btn {
    width: 100%;
  }
}

/* ЕНД кнопки святой*/

.displayNone {
  display: none;
}

.relative {
  position: relative;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.dotted {
  text-decoration: underline;
  cursor: pointer;
}

.no-padding {
  padding: 0 !important;
}

.text_center {
  text-align: center;
}

h1 {
  padding: 0;
  margin: 0 0 0.6em;
}

h2 {
  font-size: 23px;
  padding: 0;
  margin: 1em 0 0.6em;
}

h1,
h2 {
  font-size: 18px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 600;
}

h3 {
  padding: 0;
  margin: 1em 0 0.6em;
  font-weight: 600;
  letter-spacing: 0.06rem;
}

h4 {
  font-weight: 600;
  margin: 1em 0 0.6em;
  letter-spacing: 0.06rem;
}

div > h2:first-child,
div > h3:first-child,
div > h4:first-child {
  margin-top: 0 !important;
}

p {
  padding: 0;
  margin: 1.3em 0 0.8em;
}

div > p:first-child {
  margin-top: 0;
}

div > p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
}

/* .overlay {
    position: fixed;
    top: 0;    left: 0;
    bottom: 0;    right: 0;
    width: 100%;    height: 100%;
    background-color: rgba(155, 155, 155, 0.9);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity 0.25s linear
}
	.overlay.active-long {
	    -webkit-transition: opacity .4s linear;
	    transition: opacity .4s linear;
	    pointer-events: auto;
	    opacity: 1;
	    z-index: 1999;
	} */
.prim {
  color: #999;
  font-size: 80%;
}

.prim.agree_confid {
  margin-top: 20px;
}

.prim.agree_confid a {
  color: #999;
}

.standart-ul {
  list-style-type: disc;
  padding-left: 20px;
}
.standart-ul + .standart-ul {
  padding-top: 40px;
}

.standart-ul li {
  margin-bottom: 0.5em;
}

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

.block-inside {
  border-bottom: 1px solid #464646;
}

.block-inside .title {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 0 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  cursor: pointer;
}

.block-inside .inside {
  display: none;
  padding: 0 15px 15px;
}

.block-inside .inside .ico_pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.block-inside .inside .ico_pay img {
  display: inline-block;
  margin: 5px;
}

.link_blue {
  color: #000;
  padding: 0 25px;
}
.link_blue:hover {
  text-decoration: none;
}
.testimonials_product .link_blue {
  border: 1px solid #000;
}
.block_p {
  padding: 30px 0;
}

.text_light {
  font-weight: 300;
}

.bg_lightgrey {
  background-color: #f8f8f8;
}

/* поп-ап окна */
.container_popup {
  padding: 1em;
}

.container_popup h2 {
  font-size: 23px;
  color: #000;
}

.fancybox-close.close {
  background: #fff;
  top: 20px;
  right: 20px;
  position: absolute;
}

.fancybox-close.close::after,
.fancybox-close.close::before {
  background: #000;
}

.fancybox-close .fas {
  display: none;
}

.much_text_popup {
  max-width: 800px;
}

.much_text_popup a {
  color: #333;
  text-decoration: underline;
}

.small_popup {
  max-width: 500px;
  padding: 17px;
}

/* ЕНД поп-ап окна*/

/* элементы форм */
.default-input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid #777777;
  font-size: 13px;
  color: #2c2c2c;
  padding: 0 15px;
}

textarea.default-input {
  line-height: normal;
  height: auto;
  min-height: 110px;
  padding: 15px;
}

.select {
  border: 1px solid #777;
  border-radius: 0;
  width: 100%;
  background-image: url(/local/templates/site/css/../img/select-arrow.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  padding: 0 12px;
  background-color: #fff;
  outline: 0;
  font-size: 13px;
  line-height: 21px;
  color: #2c2c2c;
  position: relative;
}

.default-input:focus,
.select:focus {
  border-color: #000;
}

.error .default-input,
.default-input.error,
.error .select,
.select.error {
  border-color: #d0021b;
}

.txt_error {
  font-size: 11px;
  color: #9b9b9b;
}

.default-label {
  display: block;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #9b9b9b;
  letter-spacing: 0.06rem;
  text-align: left;
}

#factory_page .default-label {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.default-label .link_blue {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  float: right;
}

.input-group {
  margin-bottom: 30px;
}
.input-group input[type='radio'] {
  margin-right: 10px;
}
.input-group input + input {
  margin-left: 30px;
}

.radio-group {
  margin-bottom: 30px;
  font-size: 13px;
}

.radio-group input[type='radio'],
.radio-group input[type='checkbox'] {
  display: none;
}

.radio-group label {
  position: relative;
  min-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 37px;
}

.radio-group input[type='radio'] + label::before,
.radio-group input[type='radio'] + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.radio-group input[type='radio'] + label::before {
  background: #fff;
  border: 7px solid #fff;
}

.radio-group input[type='radio'] + label::after {
  border: 1px solid #777;
}

.radio-group input[type='radio']:checked ~ label::before {
  background: #000;
}

.radio-group input[type='checkbox'] + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  transition: all 0.2s ease;
}

.radio-group input[type='checkbox'] + label::before {
  background: #fff;
  border: 1px solid #888;
}

.radio-group input[type='checkbox'] + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.radio-group input[type='checkbox']:checked ~ label::after {
  opacity: 1;
}

.submit-group {
  padding: 10px 0;
}

.submit-group .button {
  width: 100%;
}

/* ЕНД элементы форм */

/* ==== главная страница ==== */
.section-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  display: block;
}

.section-box_height {
  height: 100vh;
}

.section-box img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: bottom center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main_video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main_video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.main_video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.main_video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls {
  display: none !important;
}
.main_video-d {
  display: block;
}
.main__img-wrap {
  z-index: 2;
}
.main__img-wrap.has-video-d,
.main__img-wrap.has-video-m {
  z-index: 0;
}
@media (max-width: 1000px) {
  .main_video-d {
    display: none;
  }
}
.main_video-m {
  display: none;
}
@media (max-width: 1000px) {
  .main_video-m {
    display: block;
  }
}
.wrapper-button {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.wrapper-button a:nth-child(2) {
  color: #DC143C;
}

.arrow-dowm {
  position: absolute;
  bottom: 19%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 2px solid #000;
  border-width: 0 0 2px 2px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-45deg);
  z-index: 10;
}

@media (max-width: 900px) {
  .wrapper-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

a.button-main {
  border: 1px solid #000;
  background: #ffffff00;
  color: #000;
  width: 315px;
  margin-right: 50px;
  /*  padding-top: 3px;*/
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}

a.button-main:last-child {
  margin-right: 0;
}

a.button-main:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  border-color: #000;
}

@media (max-width: 900px) {
  a.button-main {
    margin-right: 0;
    margin-bottom: 40px;
    color: #fff;
    border-color: #fff;
  }
}

/* Вертикальный слайдер на главной */
.parallax1,
.parallax2 {
  height: 700px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.paralax-d {
  display: block;
}

@media (max-width: 900px) {
  .paralax-d {
    display: none;
  }
}

.paralax-m {
  display: none;
}

@media (max-width: 900px) {
  .paralax-m {
    display: block;
  }
}

.parallax_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 80px 30px;
  text-align: center;
}

.parallax_title {
  font-weight: 200;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 40px;
}

a.parallax_link {
  display: inline-block;
  padding: 15px 40px;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  border: 1px black solid;
}

a.parallax_link:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

/* Женское/Мужское */
.main-men .title {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: 200;
}

.title--position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

h1.title.title--position {
  padding: 15px;
  border: 1px white solid;
  text-align: center;
  font-weight: 200;
}

h1.title.title--position:hover {
  color: black;
  background-color: white;
}
.main > h2 {
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 14px;
  /* padding: 2em 0; */
  font-weight: 400;
  color: #4f4f4f;
  margin: 0;
  padding-top: 30px;
}
/* Слайдер с категориями товаров */
.box_section_promo {
  width: calc(100% - 40px);
  /*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
  margin: 0 20px;
  overflow: visible;
}
.main .slick-slide {
  margin: 0 2.5px;
}
.main .slick-slide img {
  width: 100%;
  height: auto;
}

.section_promo {
  padding: 30px 0px 45px 0;
  text-align: center;
}

.section_promo .title {
  color: #4f4f4f;
  text-align: center;
  text-transform: uppercase;
}

/*.box_section_promo .slick-slide {
	width: 390px;
}*/

.section_promo__link .title {
  color: #000;
}

.section_promo__link {
  display: inline-block;
  min-width: 142px;
  padding: 13px 12px 12px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 12px;
  font-weight: 200;
  border: 1px solid #000;
  align-items: center;
  text-transform: uppercase;
}

.section_promo__link:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 1024px) {
  .box_section_promo {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .section_promo,
  .box_section_promo .slick-slide {
    padding: 23px 0px 46px 0;
    /*min-height: 414px;
		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-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
    margin-right: 2.5px;
  }

  .main > h2 {
    text-align: left;
    padding-left: 15px;
  }

  .section_promo .title {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    max-height: 36px;
  }

  .box_section_promo img {
    max-width: 100%;
    /*height: auto;
		-o-object-fit: cover;
		object-fit: cover;*/
  }

  .section_promo__link .title {
    font-size: 14px;
    line-height: 18px;
  }

  .section_promo__link img {
    width: 177px;
    height: 212px;
  }
}

/* END cлайдер с категориями товаров */
.main-men .section--height {
  height: 582px;
}

/* END Женское/Мужское */

/* подписка на общую рассылку */
.box_subscribe_news {
  display: none;
  text-align: center;
  padding: 36px 0;
}

.box_subscribe_news .container {
  max-width: 331px;
}

.box_subscribe_news h2 {
  font-size: 23px;
  color: #000;
  margin: 0;
  letter-spacing: 0.12rem;
}

.box_subscribe_news p {
  margin: 0;
}

.subscribe_news {
  padding: 20px 0;
}

.subscribe_news input {
  width: 100%;
}

.subscribe_news .default-input {
  margin-bottom: 10px;
}

/* ЕНД подписка на общую рассылку */

/* Каталог раздел */

.catalog-header-mini {
  height: 50px;
  background: #eee0;
  color: #2c2c2c;
  position: relative;
  padding: 0 16px 0 16px;
  margin-top: 30px;
}

.catalog-header-mini .container {
  padding: 0;
}

.catalog-header-mini h1.h1 {
  text-align: center;
  line-height: 50px;
  margin: 0;
  font-weight: 400;
}

.catalog-header-mini .back_link {
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -9px;
}

/* Плашка с вызовом фильстра */
.box_catalog-filter {
  padding-top: 0;
  height: 26px;
  /*border-bottom: 1px solid #eee;*/
  transition: opacity 0.2s ease;
  padding: 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.box_catalog-filter .container {
  max-width: 1024px;
}

.catalog__filter {
  width: 100%;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.catalog__filter::after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 1px;
	top: 0;
	left: 50%;
	background-color: #eeeeee;
}*/

.catalog__filter .button-filter {
  width: 65px;
  background: none;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.06rem;
  text-transform: none;
  font-weight: 200;
  color: #2c2c2c;
}

.catalog__filter .button-filter .fas {
  margin-right: 10px;
}

.catalog__filter .button-price {
  width: 65px;
  float: none;
  background: none;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #2c2c2c;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.06rem;
  font-weight: 200;
  position: relative;
  order: -1;
  margin-right: 30px;
}

.catalog__filter .button-price span[class^='arrow-long'] {
  display: inline-block;
  letter-spacing: normal;
}

.catalog__filter .button-price span[class^='arrow-long'] {
  color: #9b9b9b;
  font-size: 9px;
  margin: -2px;
}

.catalog__filter .button-price span[class^='arrow-long'].active {
  color: #000;
}

.catalog__filter .button-price .arrow-long-bottom {
  margin-right: 10px;
  margin-left: 1px;
}

/* ЕНД плашка*/

/* Фильтр каталога.
Использует часть классов и стилей с левого меню */
.boxright-nav {
  height: 100%;
  transform: translateX(380px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}

.boxright-nav.active {
  transform: translateX(0);
}

.boxright-nav .close {
  position: absolute;
  right: 100%;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
}

/*.boxright-nav .close::before,
		.boxright-nav .close::after {
			display: block; content:"";
			position: absolute;
			width: 25px; height: 2px;
			background-color: #fff;
			left: 50%; margin-left: -13px;
		}
		.boxright-nav .close::before {transform:rotate(45deg);}
		.boxright-nav .close::after {transform:rotate(135deg);}*/
.box_hidden {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.boxright-nav .box_level_1 {
  height: 100%;
}

.boxright-nav .box_content_filter,
.boxright-nav .box_nav_l2 {
  height: calc(100% - 132px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.boxright-nav .box_title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding: 0 23px;
}

.boxright-nav .box_foot_button {
  height: 82px;
  border-top: 1px solid #eeeeee;
  padding: 16px;
}

.boxright-nav .box_title .name {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  display: inline-block;
  line-height: 50px;
  color: #2c2c2c;
}

.boxright-nav .box_title .clear_btn {
  font-size: 13px;
  color: #2c2c2c;
  line-height: 49px;
  display: inline-block;
}

.boxright-nav .box_title .back_level_1 {
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
}

.boxright-nav .box_level_2 .box_title {
  padding-left: 56px;
}

.boxright-nav .button_result {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 50px;
}

.boxright-nav .open_level2 {
  display: inline-block;
  padding: 17px 24px 16px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
  text-transform: uppercase;
  color: #2c2c2c;
  letter-spacing: 0.06rem;
}

.catalog-filter__checkbox {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.catalog-filter__checkbox input[type='checkbox'] {
  display: none;
}

.catalog-filter__checkbox .label {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 23px;
  height: 100%;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 13px;
  text-transform: uppercase;
}

.catalog-filter__checkbox .quantity {
  color: #bbbbbb;
  display: inline-block;
  margin-left: 4px;
}

.catalog-filter__checkbox .label::after {
  display: none;
  content: '';
  position: absolute;
  left: auto;
  right: 23px;
  top: 50%;
  width: 8px;
  height: 11px;
  margin-top: -2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0;
}

.catalog-filter__checkbox input[type='checkbox']:checked ~ .label {
  font-weight: bold;
}

.catalog-filter__checkbox input[type='checkbox']:checked ~ .label::after {
  display: block;
}

/* ЕНД Фильтр каталога */

.likes {
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: relative;
  background-color: #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.likes .icon-like {
  font-size: 14px;
  margin-top: 7px;
  transition: opacity 0.2s ease-in;
}

.likes .fas {
  opacity: 0;
  transition: all 0.1s ease-out;
}

.likes::before,
.likes::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f004';
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #fff;
  transition: all 0.1s ease-out;
  transform: scale(0, 0) translate(0, 0);
  opacity: 1;
}

.likes.active::before {
  animation: heart1 1.5s both;
}

.likes.active::after {
  animation: heart2 1.1s both;
}

.likes.active {
  color: #000;
}

/*@media (min-width: 1025px) {
	.likes:hover svg path {fill: #000;}
	.catalog__item__like:hover .icon-like.catalog-like {color: #000;}
	}*/
@keyframes heart1 {
  0% {
    transform: scale(0, 0) translate(0, 0);
    opacity: 0;
  }

  2% {
    transform: scale(0.9, 0.9) translate(-18px, -15px);
    opacity: 0.5;
  }

  30% {
    transform: translate(-24px, -21px);
    opacity: 0;
  }

  40% {
    transform: scale(0, 0) translate(0, 0);
    opacity: 0;
  }

  100% {
    transform: scale(0, 0) translate(0, 0);
    opacity: 0;
  }
}

@keyframes heart2 {
  0% {
    transform: scale(0, 0) translate(0, 0);
    opacity: 0;
  }

  10% {
    transform: scale(0.6, 0.6) translate(-2px, -22px);
    opacity: 0.5;
  }

  80% {
    transform: scale(0.6, 0.6) translate(-8px, -28px);
    opacity: 0;
  }

  90% {
    transform: scale(0, 0) translate(0, 0);
    opacity: 0;
  }

  100% {
    transform: scale(0, 0) translate(0, 0);
    opacity: 0;
  }
}

/* список каталога */
.catalog {
  padding-top: 10px;
}

.catalog .more_upload {
  margin: 17px 0 50px;
  text-align: center;
}

.box_catalog {
  width: 80%;
  flex-grow: 1;
  max-width: 475px;
  margin: 0 auto;
  margin-right: 0;
}

.catalog .list_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}

.catalog__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}

.catalog__card * {
  box-sizing: border-box;
}

.card__col {
  width: 100%;
  position: absolute;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  top: 0;
}

.card__col.active {
  position: relative;
  z-index: 0;
  opacity: 1;
  visibility: visible;
}

.card__slider,
.card__slide {
  width: 100%;
}
.card__slider {
  padding-top: 30px;
}

.card__slider:not(.slick-initialized) .card__slide:nth-child(n+2) {
  display: none;
}

.slick-dots {
  bottom: 15px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  border: 1px solid #000000;
}

.slick-dots li.slick-active {
  background-color: #000000;
  border-color: #000000;
  opacity: 1;
}

.card {
  position: relative;
}

.card__img {
  width: 100%;
  height: auto;
  /*margin-bottom: -5px;*/
  object-fit: cover;
  border: 1px solid #eee;
}

.card__like {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff00 url(/local/templates/site/css/../img/catalog/no-liked.png) 50% 60% / 24px 22px no-repeat;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
  background-color: rgb(0 0 0 / 30%);
}

.card__like.liked,
.card__like.active {
  background: #ffffff00 url(/local/templates/site/css/../img/catalog/liked.png) 50% 60% / 24px 22px no-repeat;
  background-color: rgb(0 0 0 / 30%);
}

.card__modal-desktop {
  display: none;
}

.card__info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px;
}

.card__info .dolyame-block {
  display: none;
}
.card__info .dolyame-block.active {
  display: flex;
  visibility: visible;
  order: 3;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  justify-content: center;
}

@media (max-width: 1100px) {
  .card__info .dolyame-block.active {
    flex-direction: column;
    align-items: center;
  }
  .card__info .dolyame-block.active .dolyame-block__modal-link {
    margin-left: 0;
    margin-top: 10px;
  }
  .card__info .dolyame-block.active .dolyame-block__modal-link svg {
    margin-left: 7px;
    height: 13px
  }
}

.card__discription {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.card__colors {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.card__color {
  width: 25px;
  height: 25px;
  margin: 0 8px;
}

.card__color[data-color='white'].active {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #bfbfbf;
}

.card__color[data-color='white'] {
  background: #ffffff;
  border: 0.5px solid #dddddd;
}

.card__color[data-color='black'] {
  background: #000000;
}

.card__color[data-color='black'].active {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #000000;
}

.card__color[data-color='pink'] {
  background: #e3aeae;
}

.card__color[data-color='pink'].active {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #e3aeae;
}

.card__color[data-color='gray'] {
  background: #c0c0c0;
}

.card__color.active {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #c0c0c0;
}

.card__price-box {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 30%;
  padding: 8px;
  border: 1px solid #000000;
}

@media (max-width: 1200px) {
  .catalog__card-disabled .card__price-box {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}

.card__price-box.active {
  display: flex;
}

.card__price {
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
}

.card__price svg * {
  fill: #000000;
}

.card__price.has-old {
  color: #d82f2f;
}

.card__price.has-old svg * {
  fill: #d82f2f;
}

.card__price_old {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #9a9999;
}

.card__price_old svg {
  margin-left: -2px;
}

.card__price_old svg * {
  fill: #9a9999;
}

.card__add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  cursor: pointer;
}

/*@media (max-width: 768px) {*/
/*  .card__add-cart._fullMobile {*/
/*    width: 100%;*/
/*  }*/
/*}*/

.card__modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  background: rgba(0, 0, 0, 0.2);
}

.close-modal-btn.close {
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 10;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
}

.close-modal-btn.close::before,
.close-modal-btn.close::after {
  background: #000000;
}

.card__modal-sizes,
.card__modal-cart {
  visibility: hidden;
  opacity: 0;
  z-index: -200;
}

.card__modal-sizes.active,
.card__modal-cart.active {
  visibility: visible;
  opacity: 1;
  z-index: 200;
}

.card__sizes-box,
.card__cart-box {
  position: relative;
  width: 100%;
  max-width: 380px;
  min-height: 482px;
  margin: auto;
  color: #000000;
  background: #ffffff;
  overflow-y: auto;
}

.card__sizes-box {
  padding: 70px 50px 62px;
}

.card__cart-box {
  padding-bottom: 40px;
  text-align: center;
}

.card__modal-title {
  margin: 0;
  font-weight: 200;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.card__modal-text {
  margin: 20px 0 30px;
  font-size: 16px;
  line-height: 20px;
}

.card__size-row:not(:last-of-type) {
  margin-bottom: 20px;
}

.card__size-input[type='radio']:checked,
.card__size-input[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.card__size-input[type='radio']:checked + label,
.card__size-input[type='radio']:not(:checked) + label {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  cursor: pointer;
}

.card__size-input[type='radio']:checked + label .card__size,
.card__size-input[type='radio']:not(:checked) + label .card__size {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 50px;
  padding: 0 15px;
  margin-right: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid #000000;
  transition: all 0.2s ease-in-out;
}

.card__size-quantity {
  line-height: 20px;
}

.not-size .card__size-input[type='radio']:checked + label .card__size,
.not-size .card__size-input[type='radio']:not(:checked) + label .card__size,
.not-size .card__size-input[type='radio']:checked + label:hover .card__size,
.not-size
.card__size-input[type='radio']:not(:checked)
+ label:hover
.card__size {
  color: #cccccc;
  border-color: #cccccc;
  cursor: cursor;
  overflow: hidden;
}

.not-size .card__size-input[type='radio']:checked + label .card__size::before,
.not-size
.card__size-input[type='radio']:not(:checked)
+ label
.card__size::before,
.not-size
.card__size-input[type='radio']:checked
+ label:hover
.card__size::before,
.not-size
.card__size-input[type='radio']:not(:checked)
+ label:hover
.card__size::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  width: 17.5px;
  height: 100%;
  background: url('/local/templates/site/css/../img/catalog/not-size_mobile_left.svg') center/cover
  no-repeat;
}

.not-size .card__size-input[type='radio']:checked + label .card__size::after,
.not-size
.card__size-input[type='radio']:not(:checked)
+ label
.card__size::after,
.not-size
.card__size-input[type='radio']:checked
+ label:hover
.card__size::after,
.not-size
.card__size-input[type='radio']:not(:checked)
+ label:hover
.card__size::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -1.5px;
  width: 17.5px;
  height: 102%;
  background: url('/local/templates/site/css/../img/catalog/not-size_mobile_right.svg') center/cover
  no-repeat;
}

.card__size-input[type='radio']:checked + label .card__size,
.card__size-input[type='radio']:checked + label:hover .card__size {
  color: #06aa5c;
  border-color: #06aa5c;
}

.not-size .card__size-quantity {
  color: #b4b4b4;
}

.card__modal-cart-img {
  width: auto;
  max-height: calc(100vh - 360px);
  height: 480px;
  object-fit: cover;
  object-position: top;
}

@media (min-width: 768px) {
  .box_catalog {
    max-width: calc(100vw - 280px);
  }

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

  .card__col .card__img {
    width: calc(100% - 20px);
    /*height: 54vw;*/
    /*max-height: 490px;*/
    object-position: top;
  }

  .card__col.active .card__img {
    width: 100%;
    /*height: 47vw;*/
  }
  a.card__add-cart.active {
    display: none;
  }
}

@media (min-width: 1200px) {
  .box_catalog {
    width: 80%;
    max-width: calc(100vw - 280px);
  }

  .catalog__card {
    width: 50%;
  }

  .catalog__card .slick-next,
  .catalog__card .slick-prev {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }

  .catalog__card:hover .slick-next,
  .catalog__card:hover .slick-prev {
    visibility: visible;
    opacity: 1;
  }

  .card__col .card__img {
    /*height: 60vw;*/
    max-height: none;
  }

  .card__col .slick-next,
  .card__col .slick-prev {
    background-size: 9px 15px;
  }

  .card__discription:hover {
    text-decoration: underline;
  }

  .card__add-cart_mobile,
  .card__oneclick.card__oneclick-mobile {
    display: none;
  }

  .card__modal-desktop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(238, 238, 238, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: -200;
    transition: all 0.2s ease-in-out;
  }

  .catalog__card:hover .card__modal-desktop {
    opacity: 1;
    visibility: visible;
    z-index: 200;
  }

  .catalog__card:hover .card__like {
    transform: translateY(-90px);
  }
  .catalog__card.card__available:hover .card__like {
    transform: translateY(-130px);
  }

  .card__sizes {
    display: flex;
    justify-content: center;
    padding: 8px 10px 5px;
  }

  .card__size-label {
    flex-direction: column;
  }

  .card__size-row:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .card__size-input[type='radio']:checked + label .card__size,
  .card__size-input[type='radio']:not(:checked) + label .card__size {
    position: relative;
    height: 23px;
    padding: 0 20px;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #4f4f4f;
    border: 1px solid #4f4f4f;
  }

  .card__size-input[type='radio']:checked + label:hover .card__size,
  .card__size-input[type='radio']:not(:checked) + label:hover .card__size {
    color: #181818;
    border-color: #181818;
  }

  .card__size-quantity {
    font-size: 12px;
    line-height: 12px;
    color: #4f4f4f;
    text-transform: lowercase;
  }

  .not-size .card__size-input[type='radio']:checked + label .card__size,
  .not-size .card__size-input[type='radio']:not(:checked) + label .card__size,
  .not-size .card__size-input[type='radio']:checked + label:hover .card__size,
  .not-size
  .card__size-input[type='radio']:not(:checked)
  + label:hover
  .card__size {
    color: #9b9b9b;
    border-color: #9b9b9b;
    height: 23px;
  }

  .not-size .card__size-input[type='radio']:checked + label .card__size::before,
  .not-size
  .card__size-input[type='radio']:not(:checked)
  + label
  .card__size::before,
  .not-size
  .card__size-input[type='radio']:checked
  + label:hover
  .card__size::before,
  .not-size
  .card__size-input[type='radio']:not(:checked)
  + label:hover
  .card__size::before {
    width: 17px;
    background: url('/local/templates/site/css/../img/catalog/not-size_desktop_left.svg') center/cover
    no-repeat;
  }

  .not-size .card__size-input[type='radio']:checked + label .card__size::after,
  .not-size
  .card__size-input[type='radio']:not(:checked)
  + label
  .card__size::after,
  .not-size
  .card__size-input[type='radio']:checked
  + label:hover
  .card__size::after,
  .not-size
  .card__size-input[type='radio']:not(:checked)
  + label:hover
  .card__size::after {
    width: 17px;
    right: -2px;
    height: 100%;
    background: url('/local/templates/site/css/../img/catalog/not-size_desktop_right.svg') center/cover
    no-repeat;
  }

  .not-size .card__size-quantity {
    color: #9b9b9b;
  }

  .card__size-input[type='radio']:checked + label .card__size,
  .card__size-input[type='radio']:checked + label:hover .card__size {
    color: #06aa5c;
    border-color: #06aa5c;
  }

  .card__add-box {
    position: relative;
    width: 100%;
    height: 40px;
  }
  .catalog__card.card__available .card__add-box {
    height: 80px;
  }

  .card__add-cart,
  .card__add-size,
  .card__added-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    transition: all 0.2s ease-out;
    opacity: 0;
    visibility: hidden;
  }

  .card__add-cart.active,
  .card__add-size.active,
  .card__added-cart.active {
    opacity: 1;
    visibility: visible;
  }

  .card__oneclick {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    padding: 11px 10px;
  }

  .card__add-size.active {
    color: #9e9e9e;
    background: #2f2f2f;
  }

  .card__add-size::after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 8px;
    height: 14px;
    margin-left: 12px;
    background: url(/local/templates/site/css/../img/catalog/card-add-size-arrow.svg) center/cover
    no-repeat;
  }

  .card__info {
    justify-content: center;
  }

  .card__colors {
    order: 1;
    width: auto;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .card__price-box {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
    padding: 0 12px 0 0;
    border: none;
  }

  .card__price_old {
    order: 1;
    margin-bottom: 0;
    display: block;
    padding-left: 10px;
  }

  /* .card__modal-sizes,
	.card__modal-cart {
		display: none;
	} */

  .card__modal-sizes {
    display: none;
  }

  .card__price {
    color: #4f4f4f;
  }

  .card__price svg * {
    fill: #4f4f4f;
  }
}

@media (min-width: 1980px) {
  .box_catalog {
    max-width: calc(100vw - 280px);
  }
  .box_catalog-filter {
    margin-left: 10%;
  }
}

/* .catalog__item {
	margin-bottom: 20px;
	width: calc(100% - 2px);
}

.catalog__item:nth-of-type(2n+1) {
	margin-right: 2px;
}

.catalog__item:nth-of-type(2n) {
	margin-left: 2px;
}

.catalog__item .img {
	max-height: 582px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	line-height: 0;
}

.catalog__item .link_item {}

.catalog__item .link_item img {
	width: 100%;
	max-width: 100%
}

.catalog__item .item_likes {
	position: absolute;
	bottom: 13px;
	right: 13px;
	cursor: pointer;
}

.catalog__item .item_info {
	padding-top: 13px;
	padding-right: 10px
}

.catalog__item:nth-of-type(2n+1) .item_info {
	padding-left: 10px
}

.catalog__item .link_name {
	overflow: hidden;
	display: block;
	height: 2.5em;
	font-size: 12px;
	margin-bottom: 8px;
}

.catalog__item .item_price {
	height: 1.2em;
	overflow: hidden;
}

.catalog__item .main_price {
	font-weight: 600;
	display: inline-block;
}

.catalog__item .old_price {
	display: inline-block;
	text-decoration: line-through;
	color: #dd0505;
	font-size: 80%;
	margin-left: 10px;
	fill: #dd0505;
} */

@media (max-width: 1024px) {
  .slider_preview .slick-arrow {
    background-size: 8px;
  }

  .slider_preview .slick-prev,
  .slider_preview .slick-next {
    padding: 17px;
    top: calc(50% - 16px);
    opacity: 0.3;
  }
}

/* метки */
/* .catalog__item .label_sale,
.catalog__item .label_special {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.catalog__item .label_sale {
	padding: 0 10px;
	height: 27px;
}

.catalog__item .label_special {
	min-height: 45px;
	padding: 3px 10px 3px;
} */

.sale__title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}

.sale__desc {
  display: block;
  opacity: 0.7;
  font-size: 10px;
  line-height: normal;
}

.forMam {
  position: absolute;
  top: 33px;
  right: 10px;
  padding: 3px 4px;
  background-color: #696969;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
}

.premiumItem {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  line-height: normal;
}

/* ЕНД список каталога */

/* Описание товара */
.catalog_detail {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
  touch-action: pan-x pan-y;
  margin-top: -50px;
}

.product__slider-nav {
  display: none;
}

.product__slider-nav img {
  max-width: 100%;
}

.box_product_slider {
  position: relative;
}

.product__slider img,
.product__slider video {
  max-width: 100%;
  width: 100%;
  height: auto;
  cursor: url(/local/templates/site/img/zoom-1.png), zoom-in;
}

@media (max-width: 500px) {
  .box_product_slider {
    height: auto; /*150.5vw;*/
    overflow: hidden;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .box_product_slider {
    height: 644px;
    overflow: hidden;
  }
}

.block_product_info {
  padding: 22px;
}

.product_add_buttons {
  padding: 18px 22px;
  background-color: rgba(255, 255, 255, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog_detail .product_add_buttons > a {
  display: block;
  width: 100%;
}
.catalog_detail .product_add_buttons > a + a {
  margin-top: 10px;
}
.product_add_buttons .add_basket,
.product_add_buttons .add_subsribe_product {
  width: 100%;
  border: 1px black solid;
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease;
}

.product_add_buttons .add_basket:hover,
.product_add_buttons .add_subsribe_product:hover {
  background-color: #fff;
  color: #000;
}

.product_add_buttons .add_subsribe_product {
  padding: 0 15px;
  line-height: 44px;
  height: 44px;
}

.product_add_buttons .likes {
  width: 44px;
  height: 44px;
  background: #eee;
  color: #eee;
}

.product_add_buttons .likes.active {
  color: #000;
}

.product_add_buttons .likes .icon-like {
  font-size: 20px;
  margin-top: 12px;
}

.product_add_buttons.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.box_product_add_bottom .product_add_buttons.fixed {
  position: static;
}

.box_video video {
  width: 100%;
  height: 100vh;
}

.box_video.play {
  display: block;
}

.box_link_video {
  background: #eeeeee;
}

.box_link_video .button {
  width: 100%;
  font-size: 13px;
  height: 60px;
  line-height: 60px;
}

.box_link_video .fas {
  margin-right: 15px;
  font-size: 15px;
}

.catalog_detail .product_title {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}

.product_article {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.product_article span {
  font-weight: 300;
  color: #7c7c7c;
}

.catalog_detail .item_price {
  padding-bottom: 25px;
  /*padding-bottom: 42px;*/
}

.catalog_detail .item_price .main_price {
  font-size: 18px;
  font-weight: 400;
}

.catalog_detail .item_price .old_price {
  fill: #9b9b9b;
  display: none;
  color: #9b9b9b;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 0.7em;
}

.catalog_detail .item_price.sale .main_price {
  fill: #d0021b;
  color: #d0021b;
}

.catalog_detail .item_price.sale .old_price {
  display: inline-block;
}

.product_info .select-group {
  margin-bottom: 26px;
}
.product_info .select-group:last-child {
  margin-bottom: 9px;
}
.product_info .select-group_margin-off {
  margin-bottom: 0;
}

.product_info .select-group .product__info-title {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03rem;
  margin-bottom: 9px;
}

.product_info .select-group .product__info_table {
  float: right;
  font-size: 11px;
  color: #2c2c2c;
}

.catalog_detail .in_stock {
  font-size: 13px;
}

.catalog_detail .in_stock .available {
  color: #839055;
  font-weight: 400;
}

.catalog_detail .in_stock .not_available {
  color: #d0021b;
}

.catalog_detail .block_contact {
  padding-top: 10px;
  background: #fff0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06rem;
  margin-bottom: 45px;
}

.catalog_detail .block_contact a {
  color: #2c2c2c;
  display: inline-block;
  padding: 20px 0;
  vertical-align: middle;
}

.catalog_detail .block_contact .phone .fas {
  font-size: 15px;
  margin-right: 15px;
}

.catalog_detail .block_contact .whatsap {
  font-weight: 400;
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
}

.catalog_detail .block_contact .whatsap .fab {
  font-size: 17px;
  margin-right: 10px;
}

.catalog_detail .block-inside {
  border-bottom-color: #eee;
  padding: 0 22px;
  font-size: 12px;
  color: #2c2c2c;
}

.catalog_detail .block-inside:first-child {
  border-top: 1px solid #eee;
}

.catalog_detail .block-inside .title {
  font-weight: 500;
  font-size: 13px;
}

.catalog_detail .block-inside .title::after,
.catalog_detail .block-inside .title::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
}

.catalog_detail .block-inside .title::before {
  height: 12px;
  width: 2px;
  right: 5px;
  top: 13px;
  transition: all 0.2s ease;
}

.catalog_detail .block-inside .title::after {
  height: 2px;
  width: 12px;
  right: 0;
  top: 18px;
}

.catalog_detail .block-inside.active .title::before {
  height: 0;
  top: 18px;
}

.catalog_detail .block-inside .inside {
  padding: 10px 0 15px;
}

.list_description .in_stock_store p {
  position: relative;
  padding-right: 30px;
}

.in_stock_store .available::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 4px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #00aa5b;
  border-bottom: 2px solid #00aa5b;
  transform: rotate(45deg);
}

.in_stock_store .not_available::before,
.in_stock_store .not_available::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 7px;
  width: 2px;
  height: 13px;
  background-color: #d0021b;
}

.in_stock_store .not_available::before {
  transform: rotate(45deg);
}

.in_stock_store .not_available::after {
  transform: rotate(135deg);
}

/* карточка комплекта */
.product_kit-container {
  padding: 0 22px;
}

.product_kit {
  border-bottom: 1px solid #eeeeee;
}

.product_kit-item {
  margin-bottom: 22px;
}

.product_kit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-modal_open-btn {
  cursor: pointer;
}

.product_kit-row_margin {
  margin-bottom: 20px;
}

.product_kit-img {
  margin-right: 10px;
  width: calc(36% + 10px);
}

.product_kit-img img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product_kit-info {
  width: 64%;
}

.product_kit_title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.kit_price {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}

.product_kit-end {
  margin: 0;
  padding: 20px 0 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}

.product_kit-end:first-child {
  margin-right: 10px;
}

.product_card-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product_card-modal-overlay_open {
  opacity: 1;
  visibility: visible;
}

.product_card-modal {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  background: #ffffff;
  overflow-y: auto;
}

.product_card-modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 99;
}

.product_card-modal_close::before,
.product_card-modal_close::after {
  background: #000000;
}

.product_card-modal .box_product_gallery,
.product_card-modal .product_info {
  width: 100%;
}

.product_card-modal .item_price {
  padding-bottom: 25px;
}

.product_card-modal .product_info {
  padding: 15px 20px 54px;
}

.product_card-modal .block_product_info {
  padding: 0;
}

.product_info-list {
  padding-left: 20px;
  margin-bottom: 25px;
  list-style: disc;
}

.product_info-item {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.product_card-modal .block-inside {
  padding: 0;
}

.product_info-big-box {
  padding-top: 50px;
}

.product_info-big {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.product_info-big a {
  padding-bottom: 2px;
  color: #06aa5c;
}

.product_info-big a:hover {
  border-bottom: 1px solid #06aa5c;
  text-decoration: none;
}

@media (min-width: 400px) {
  .product_kit-img {
    width: 121px;
  }

  .product_kit-info {
    width: calc(100% - 121px);
  }

  .product_kit-end {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 768px) {
  .product_kit-container {
    padding: 0px;
  }

  .product_card-modal {
    max-height: 733px;
  }

  .product_kit-end {
    letter-spacing: 0;
  }

  .product_card-modal {
    padding: 90px 60px;
  }

  .product_card-modal_close {
    top: 25px;
    right: 25px;
  }

  .product_card-modal .box_product_gallery,
  .product_card-modal .product_info {
    width: 50%;
  }

  .product_card-modal .product_info {
    padding: 0 0 0 25px;
  }
}

@media (min-width: 992px) {
  .product_kit-end {
    letter-spacing: 0.04em;
  }
}

/* отзывы */
.testimonials_product .box_header {
  padding: 31px 0 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.testimonials_product .box_header h2 {
  margin: 0;
}

.testimonials_product .box_header .link_blue {
  font-size: 13px;
}

@media (max-width: 399px) {
  .testimonials_product .box_header {
    display: block;
  }

  .testimonials_product .box_header .link_blue:nth-child(2) {
    margin-left: 0;
  }

  .testimonials_product .box_header h2 {
    margin-bottom: 10px;
  }
}

.testimonial__item .support-item {
  display: none;
}

.hidden_testimonials {
  display: none;
}

.testimonials__more_load {
  display: none;
}

.testimonial__item {
  font-size: 13px;
  color: #2c2c2c;
  padding: 20px 0 0;
}

.testimonial__item .item_header {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.testimonial__item .autor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial__item .autor__photo {
  width: 16px;
  height: 16px;
  margin: 0 9px 0 5px;
}

.testimonial__item .fa-user-circle {
  font-size: 15px;
  color: #000;
}

.testimonial__item .autor .name {
  font-weight: 500;
  padding-bottom: 4px;
}

.testimonial__item .support-item {
  background: #f5f5f5;
  padding: 20px 16px 25px 20px;
  margin: 20px 0 0 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}

.testimonial__item .support-item::after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: 30px;
  width: 12px;
  height: 12px;
  background: #f5f5f5;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  transform: rotate(-45deg);
}

.testimonials_product .box_header + .testimonial__item {
  border-top: 1px solid #eee;
}

.testimonials__more,
.testimonials__more_load {
  width: 100%;
  margin: 20px 0 24px;
  padding-top: 18px;
  border-top: 1px solid #eee;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.testimonials__more::before,
.testimonials__more_load::before {
  content: 'Ещё отзывы';
  display: inline-block;
  vertical-align: middle;
  color: #2c2c2c;
}

.testimonials__more .arrow-bottom,
.testimonials__more_load .arrow-bottom {
  margin-left: 2px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #777777;
  transform: rotate(180deg);
  vertical-align: middle;
}

.testimonials__more {
  display: block;
}

/* рейтинг готовый */
.rating .fa-star {
  font-weight: 400;
  font-size: 13px;
  margin-right: 2px;
  color: #787878;
}

.rating .star1 .fa-star:nth-of-type(1),
.rating .star2 .fa-star:nth-of-type(1),
.rating .star3 .fa-star:nth-of-type(1),
.rating .star4 .fa-star:nth-of-type(1),
.rating .star5 .fa-star:nth-of-type(1) {
  font-weight: 600;
  color: #000;
}

.rating .star2 .fa-star:nth-of-type(2),
.rating .star3 .fa-star:nth-of-type(2),
.rating .star4 .fa-star:nth-of-type(2),
.rating .star5 .fa-star:nth-of-type(2) {
  font-weight: 600;
  color: #000;
}

.rating .star3 .fa-star:nth-of-type(3),
.rating .star4 .fa-star:nth-of-type(3),
.rating .star5 .fa-star:nth-of-type(3) {
  font-weight: 600;
  color: #000;
}

.rating .star4 .fa-star:nth-of-type(4),
.rating .star5 .fa-star:nth-of-type(4) {
  font-weight: 600;
  color: #000;
}

.rating .star5 .fa-star:nth-of-type(5) {
  font-weight: 600;
  color: #000;
}

/* Статистический рейтинг по параметрам. 2019-12*/
.stats_rating {
  padding: 25px 0 0px;
}

.stats_rating h2 {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  margin-bottom: 1.2em;
}

.stats_rating .item_rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

.stats_rating .item_rate.two {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.stats_rating .item_rate .title {
  width: 49%;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  color: #2c2c2c;
  line-height: 10px;
}

.stats_rating .item_rate .bargraph {
  width: 51%;
  height: 2px;
  background: #9d9d9d;
  margin-top: 2px;
}

.stats_rating .item_rate .procent {
  display: block;
  height: 100%;
  background: #000;
  position: relative;
}

.stats_rating .item_rate .procent::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: -2px;
  right: -3px;
}

.stats_rating .item_rate .procent .data_rate {
  position: absolute;
  z-index: 2;
  top: -9px;
  right: -9px;
  width: 21px;
  height: 21px;
  padding: 2px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
}

/* оставить отзыв */
.testimonials-form {
  padding: 17px;
}

.testimonials-form h2 {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}

.testimonials-form textarea {
  width: 100%;
}

.testimonials-form .button-black {
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

/* установить рейтинг */
.add_rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: row-reverse;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  font-size: 16px;
}

.add_rating .fa-star {
  font-weight: 400;
  color: #787878;
  transition: all 0.2s ease;
}

.add_rating input {
  display: none;
}

.add_rating .label_star {
  display: inline-block;
  padding: 5px;
}

.add_rating input[type='radio']:checked + .label_star .fa-star,
.add_rating
input[type='radio']:checked
~ input[type='radio']
+ .label_star
.fa-star {
  color: #000;
  font-weight: 600;
}

/* END отзывы */

/* стрит-фото слайдер */
.street-look {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 80px;
}

.street-look .container {
  padding: 0 20px;
}

.street-look h2 {
  padding-bottom: 40px;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.street-look h2 i {
  font-weight: 400;
  font-size: 15px;
}

.street-look .link_insta {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: 1.5em;
  text-transform: none;
  letter-spacing: 0;
}

.streetlook_slider {
  z-index: 1;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  cursor: -webkit-grab;
  cursor: grab;
  font-size: 0;
  margin: 0;
  width: auto;
  box-sizing: border-box;
}

.streetlook_slider .slick-list {
  overflow: hidden;
  margin: 0 auto;
}

.streetlook_slider .photo__item {
  width: calc((100vw - 80px) / 4);
  min-width: 230px;
  margin: 0 10px !important;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.3s;
}

.streetlook_slider .photo__item img {
  max-width: 100%;
}

.streetlook_slider .slick-prev,
.streetlook_slider .slick-next {
  display: none !important;
}

/* END стрит-фото слайдер */

/* похожие товары */
.similar-products {
  background: #fff0;
  padding: 40px 0;
}

.similar-products .container {
  padding: 0 20px;
}

.similar-products h2 {
  margin: 0;
  text-align: center;
  width: 100%;
  font-weight: 200;
  text-transform: none;
  font-size: 20px;
}

.similar-products__slider {
  white-space: nowrap;
  font-size: 0;
  z-index: 1;
  display: block;
  position: relative;
  overflow: visible;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0;
  width: auto;
  box-sizing: border-box;
}

.similar-products__slider .slick-list {
  overflow: hidden;
  margin: 0 auto;
}

.similar-products__slider .similar__item {
  width: calc((100vw - 80px) / 4);
  min-width: 230px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.similar-products__slider .similar__item a {
  display: block;
}

.similar-products__slider .similar__item img {
  max-width: 100%;
}

.similar-products__slider .slick-prev,
.similar-products__slider .slick-next {
  display: none !important;
}

/* ЕНД похожие товары */

/*.easyzoom {
    display: inline-block; position: relative;
}
.easyzoom img {
    vertical-align: bottom;
}
.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    top: 0;    left: 0;
    width: 100%;    height: 100%;
    overflow: hidden;
    background: #fff;
}*/

#added_cart {
  text-align: center;
}

#added_cart h2 {
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 0.12rem;
}

#added_cart .small {
  font-size: 13px;
}

#added_cart .button,
#added_cart .line-btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  white-space: nowrap;
}

#add_subsribe_product {
  text-align: center;
  max-width: 500px;
}

#add_subsribe_product h2 {
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 0.12rem;
  margin-bottom: 30px;
}

#add_subsribe_product .small {
  font-size: 13px;
}

#add_subsribe_product .button {
  height: auto;
  line-height: normal;
  padding: 15px;
  margin: 0 auto;
}

/*таблица размеров */
#table_sizes.container_popup {
  padding: 0 0 20px;
  font-size: 14px;
  max-width: 450px;
}

#table_sizes h2 {
  padding-top: 2rem;
}

#table_sizes h3 {
  font-size: 19px;
  margin-top: 2em;
}

#table_sizes ul li {
  margin-bottom: 0.7em;
}

#table_sizes .container {
  width: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.select-size__table {
  width: 100%;
  font-size: 11px;
  border: 1px solid #d8d8d8;
  margin-top: 1rem;
}

.select-size__table .bg-black,
.select-size__table th {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #2c2c2c;
}

.select-size__table .bg-black:first-child {
  border-left: 1px solid #000;
}

.select-size__table .bg-black:last-child {
  border-right: 1px solid #000;
}

.select-size__table th {
  height: 40px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.select-size__table th.text-bold {
  font-weight: 700;
}

.select-size__table th:first-child {
  border-left: 1px solid #000;
}

.select-size__table th:last-child {
  border-right: 1px solid #000;
}

.select-size__table tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.select-size__table td {
  padding: 0 7px;
  color: #000;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #d8d8d8;
}

.select-size__table td.text-bold {
  font-weight: 700;
}

.select-size__table td:first-child {
  border-left: none;
}

#table_sizes img {
  margin-right: 10px;
}

#table_sizes .col-xs-7 {
  padding-left: 10px;
}

#table_sizes blockquote {
  padding: 15px;
  background-color: #f0f0f0;
}

/* END таблица размеров */
/* ЕНД Описание товара */

/* pop-up Доставка */
.dostavka {
  font-size: 14px;
  max-width: 900px;
}

.dostavka h2 {
  padding-right: 30px;
}

.dostavka .col-xs-12 {
  margin-bottom: 50px;
}

.dostavka .title {
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.important {
  text-transform: uppercase;
  color: #9b9b9b;
  line-height: 1.5em;
}

/* END pop-up Доставка */
/* pop-up Оплата */
.oplata {
  font-size: 14px;
  max-width: 900px;
}

.oplata h2 {
  padding-right: 30px;
}

.oplata .col-xs-12 {
  margin-bottom: 50px;
}

.oplata img {
  max-width: 100%;
}

.number_beauty_list {
  counter-reset: list_colum;
}

.number_beauty_list li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 33px;
}

.number_beauty_list li::before {
  content: counter(list_colum);
  counter-increment: list_colum;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 23px;
  height: 23px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  font-size: 12px;
}

.shipping__info {
  padding: 15px;
  background-color: #f0f0f0;
}

/* END pop-up Оплата */

/* Корзина */
section.orders {
  padding-bottom: 100px;
}

section.orders .container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}

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

.quantity button {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #eee;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
  border: none;
  outline: none !important;
}

.quantity button::after,
.quantity button::before {
  content: '';
  display: block;
  position: absolute;
  background: #000;
}

.quantity button::after {
  width: 10px;
  height: 2px;
  top: 13px;
  left: 9px;
}

.quantity input + button::before {
  width: 2px;
  height: 10px;
  top: 9px;
  left: 13px;
}

.quantity input {
  height: 28px;
  width: 3em;
  color: #000;
  text-align: center;
  border: none;
  outline: none !important;
}

.table_basket .parametrs_desctop,
.table_basket .links_desctop {
  display: none;
}

.table_basket {
  margin: 16px 0 38px;
}

.row_basket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.row_basket .img {
  width: 27%;
  font-size: 0;
  border-right: 1px solid #eee;
}

.row_basket .img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.row_basket .box_parametrs {
  position: relative;
  width: 73%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.row_basket .link_name {
  font-size: 12px;
  color: #2c2c2c;
  display: block;
  margin-right: 20px;
}

.row_basket .item_price {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
}

.row_basket .item_price .main_price {
  font-weight: 500;
  color: #2c2c2c;
}

.row_basket .item_price .old_price {
  display: none;
  color: #9b9b9b;
  text-decoration: line-through;
  /*margin-left: 0.7em;*/
}

.row_basket .item_price.sale .main_price {
  color: #d0021b;
}

.row_basket .item_price.sale .old_price {
  display: inline-block;
}

.row_basket .parametrs_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  color: #4a4a4a;
  margin-top: 12px;
  margin-bottom: auto;
}

.row_basket .parametrs_mobile .param {
  position: relative;
  margin-right: 8px;
}

.row_basket .parametrs_mobile .param:not(:last-child)::after {
  content: '|';
  color: #eee;
  display: inline-block;
  margin-left: 8px;
}

.row_basket .link_mobile_selects {
  position: absolute;
  width: 18px;
  height: 17px;
  top: 16px;
  right: 16px;
  text-align: center;
  display: block;
}

.row_basket .link_mobile_selects .dot {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #000;
  display: block;
  margin: 7px 0 0 7px;
}

.row_basket .link_mobile_selects::before,
.row_basket .link_mobile_selects::after {
  position: absolute;
  left: 7px;
  content: '';
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
}

.row_basket .link_mobile_selects::before {
  top: 0;
}

.row_basket .link_mobile_selects::after {
  bottom: 0;
}

.row_basket .box_select_fixed_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transform: translateY(200px);
  transition: transform 0.2s ease;
  z-index: 2000;
}

.row_basket .box_select_fixed_mobile.active {
  transform: translateY(0px);
}

.box_select_fixed_mobile > div {
  border-top: 1px solid #eee;
}

.box_select_fixed_mobile .add_like a,
.box_select_fixed_mobile .delete_basket button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-align: center;
}

.box_select_fixed_mobile .param_select {
  height: 50px;
  position: relative;
}

.box_select_fixed_mobile .param_select span {
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 50px;
  line-height: 51px;
  font-size: 12px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-align: center;
  padding-right: 60px;
}

.box_select_fixed_mobile .param_select .select {
  background: none;
  border: none;
  -webkit-appearance: none;
  /*text-align:-moz-center;
				text-align-last: center;
				text-align: -webkit-center;
				text-align: center; */
  height: 50px;
  padding-left: calc(50% + 25px);
  padding-right: calc(50% - 80px);
  font-weight: 600;
}

.box_select_fixed_mobile .box_quantity {
  height: 50px;
  padding: 11px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'HelveticaNeue', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06rem;
}

.row_basket {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}

.row_basket .txt_delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  text-align: center;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

.row_basket.item_delete {
  overflow: hidden;
}

.row_basket.item_delete .txt_delete {
  transform: translateX(0);
}

.row_basket.item_delete_hide {
  opacity: 0;
  height: 0 !important;
}

.row_basket .txt_favs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.row_basket .txt_favs::before,
.row_basket .txt_favs::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f004';
  font-weight: bold;
  position: absolute;
  display: block;
  top: 30%;
  left: 30%;
  color: #c92f2f;
  transition: all 0.1s ease-out;
  transform: scale(0, 0) translate(0, 0);
  opacity: 1;
}

.row_basket.add_favs .txt_favs::before {
  animation: heart1 1.5s both 0.5s;
}

.row_basket.add_favs .txt_favs::after {
  animation: heart2 1.1s both 0.5s;
}

.row_basket.add_favs {
  overflow: hidden;
}

.row_basket.add_favs .txt_favs {
  opacity: 1;
}

.row_basket.add_favs_hide {
  opacity: 0;
  height: 0 !important;
}

.foot_basket {
  text-align: right;
  padding: 20px 22px;
  border-top: 1px solid #eee;
  font-size: 20px;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.alert_reserv {
  background: #000;
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.06rem;
}

.orders .box_btn_order {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 22px;
  background-color: rgba(255, 255, 255, 0.8);
}

.orders .box_btn_order .button {
  width: 100%;
}

.orders .info_notice {
  background-color: #d3e7ff;
  padding: 34px 15%;
  text-align: center;
  color: #2c2c2c;
  line-height: 1.3em;
}

.dopskidki .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 17px;
}

.dopskidki .title a {
  text-decoration: underline;
}

.dopskidki .content_form {
  display: none;
  position: relative;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 22px;
  text-align: center;
}

.dopskidki .content_form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: none;
}

.dopskidki .content_form .close::after,
.dopskidki .content_form .close::before {
  background-color: #000;
  width: 17px;
}

.dopskidki .content_form h3 {
  text-transform: uppercase;
  color: #757575;
  font-size: 16px;
  letter-spacing: 0.06rem;
  margin-top: 0;
}

.dopskidki .input-group {
  margin-bottom: 10px;
}

.dopskidki button[type='submit'] {
  width: 100%;
}

.dopskidki .small {
  font-size: 13px;
  color: #2c2c2c;
}

/* ЕНД корзина. табличка товаров используется в инфе о заказе */

/* минималистичные страницы */
.narrow_container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.narrow_container .padding {
  padding-right: 22px;
  padding-left: 22px;
}

.head_mini_back {
  margin-bottom: 35px;
}

.head_mini_back .back {
  background: #000;
  color: #fff;
  height: 50px;
  padding: 0 22px;
}

.head_mini_back .back a {
  display: block;
  width: 50%;
  height: 50px;
  line-height: 55px;
  cursor: pointer;
}

.head_mini_back .h1 {
  background: #eeeeee;
  padding: 22px;
  min-height: 80px;
  text-overflow: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.head_mini_back h1 {
  margin-bottom: 0;
}

.head_mini_back .phone {
  font-size: 13px;
  color: #2c2c2c;
  text-decoration: none;
  margin-top: 5px;
  text-align: center;
}

/* Оформление заказа*/
.box_summa {
  background: #eeeeee;
  padding: 25px 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06rem;
  margin-bottom: 26px;
}

.row_summa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #757575;
  padding-bottom: 15px;
}

.row_summa .td:last-child {
  text-align: right;
}

.foot_summa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2c2c;
  padding-top: 15px;
  border-top: 1px solid #bbbbbb;
}

.foot_summa .td:last-child {
  text-align: right;
}

.order_checkout .box_btn_order {
  width: 100%;
  padding: 15px 22px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 35px;
}

.order_checkout .box_btn_order .button {
  width: 100%;
}

/* END Оформление заказа*/

/* Вход */
/* .socio_login {
	margin: 30px 0 24px;
}

.socio_login button {
	font-size: 14px;
	text-align: left;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	width: 265px;
	margin: 0 auto 16px;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.socio_login .fb {
	background-color: #4267b2
}

.socio_login .vk {
	background-color: #5181b8
}

.socio_login button .fab {
	font-size: 17px;
	margin-right: 15px;
}

.login .new_user {
	background: #f8f8f8;
	padding: 25px 22px;
	text-align: center;
}

.login .new_user h2 {
	margin: 0;
}

.login .new_user p {
	font-size: 13px;
	margin-top: 9px;
} */

.login {
  position: fixed;
  top: 0;
  right: -110%;
  width: 100vw;
  height: 100vh;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background-color: #000000;
  z-index: 29000;
  -webkit-transition: right 0.7s;
  -o-transition: right 0.7s;
  transition: right 0.7s;
}

.login_active {
  right: 0;
  -webkit-transition: right 0.7s;
  -o-transition: right 0.7s;
  transition: right 0.7s;
}

.hidden {
  display: none;
}

.login__container {
  width: 100%;
  max-width: 365px;
  padding: 20px;
  margin: 0 auto;
}

.login-tel__container {
  max-width: 406px;
}

.login-tel__content {
  max-width: 325px;
}

.login__tel {
  margin: 15px 0 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.login .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  background: transparent;
}

.login__title {
  display: block;
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.login__info {
  width: 244px;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 18px;
}

.login__input,
.login__input:focus,
.login__input:active {
  width: 100%;
  padding: 13px 15px;
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  border: 1px solid #ffffff;
}

.login__input::placeholder {
  color: #ffffff;
}

.login__btn {
  width: 100%;
  padding: 16px 14px 12px;
  margin: 0 0 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
}

.login__btn-code {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.login__policy {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.login__policy a {
  color: white;
}

/* ЕНД Вход */
/* редактирование профиля */
.edit_info .options {
  text-align: center;
  font-size: 13px;
  padding-bottom: 20px;
}

/* ЕНД редактирование профиля */

/* описание заказа*/
section.order_detail .container {
  padding: 0;
}

.order_detail .table_basket {
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
}

.table_basket .button-black {
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: auto;
  padding: 8px 10px;
  margin-top: 15px;
  display: inline-block;
  /*position: absolute;
  bottom: 12px;
  left: 16px;*/
}

.order_detail .box_summa {
  background: none;
  margin-bottom: 45px;
}

.info_detail {
  background: #f8f8f8;
  padding: 22px;
}

.info_detail h2 {
  text-align: center;
  margin-bottom: 20px;
}

.table_info {
  display: table;
  width: 100%;
  font-size: 13px;
  color: #2c2c2c;
}

.table_info .row_info {
  display: table-row;
}

.table_info .td_info {
  display: table-cell;
  padding: 13px 0 10px;
  border-top: 1px solid #bbb;
}

.table_info .td_info:last-child {
  text-align: right;
  width: 40%;
}

/* ЕНД описание заказа*/
.head_grey {
  background: #eeeeee;
  padding: 15px 22px 25px;
  position: relative;
  text-align: center;
  font-size: 13px;
  color: #2c2c2c;
}

.head_grey h1 {
  margin: 0;
}

.head_grey .date {
  margin-bottom: 6px;
}

.head_grey .status {
  margin-top: 0;
}

.head_grey .complete {
  color: #2f8cdf;
}

.head_grey .cancel {
  color: #d0021b;
}

.head_grey .new {
  color: #00aa5b;
}

.head_grey .back {
  position: absolute;
  top: 15px;
  left: 18px;
}

/* личный кабинет */
.cabinet * {
  margin: 0;
}

.cabinet {
  font-family: 'AvenirNextCyr', serif;
  display: flex;
  justify-content: center;
  gap: 127px;
  margin: 0 50px 0 auto;
  padding: 50px 15px 0 15px;
}

@media (max-width: 1190px) {
  .cabinet {
    gap: 50px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .cabinet {
    gap: 0;
    flex-direction: column;
  }
}

.cabinet a:hover {
  text-decoration: none;
}

.cabinet__sidebar,
.cabinet__content {
  display: flex;
  flex-direction: column;
}

.cabinet__sidebar {
  padding-top: 29px;
  text-align: right;
  align-items: flex-end;
}

@media (max-width: 900px) {
  .cabinet__sidebar {
    padding: 0;
  }
}

.cabinet__orders,
.cabinet__form,
.cabinet__address {
  margin: 30px 0 0 0;
}

@media (max-width: 900px) {
  .cabinet__sidebar {
    text-align: left;
    align-items: flex-start;
  }
}
.cabinet .dropdown_title {
  display: none;
}
@media (max-width: 900px) {
  .cabinet .dropdown_title  {
    display: flex;
    align-items: center;
    width: 100%;
    transform: rotate(0);
    transition: transform .3s, padding .3s;
  }
}
.cabinet .dropdown_title._active {
  padding: 0 0 15px 0;
}

.cabinet .dropdown_title svg {
  transition: transform .3s;
  margin: 10px 0 0 0;
}

.cabinet .dropdown_title._active svg {
  transform: rotate(180deg);
  transition: transform .3s;
}
@media (max-width: 900px) {
  .cabinet .dropdown_list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
  }
}
.cabinet .dropdown_list._active {
  max-height: 1000px;
  transition: max-height .3s;
}
.cabinet__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
}

.cabinet__text_h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.045em;
  color: #000;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}

@media (max-width: 900px) {
  .cabinet__text_h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.05em;
    margin: 0 10px 0 0;
  }
}

.cabinet__text_h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.cabinet__text_h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.05em;
  font-weight: 500;
}

@media (max-width: 900px) {
  .cabinet__text_h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.cabinet__text_h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  font-weight: 500;
  max-width: 200px;
}

@media (max-width: 900px) {
  .cabinet__text_h4 {
    font-size: 16px;
    line-height: 20px;
    max-width: unset;
  }
}

.cabinet__text_s {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.cabinet__text_m {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.cabinet__button-text_up {
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.cabinet__sidebar-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cabinet__sidebar-username {
  margin: 0;
}

.cabinet__sidebar-bonuses {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 900px) {
  .cabinet__sidebar-bonuses {
    justify-content: flex-start;
  }
}

.cabinet__sidebar-menu {
  margin: 30px 0;
}
@media (max-width: 900px) {
  .cabinet__sidebar-menu {
    margin: 15px 0;
  }
}

.cabinet__sidebar-menu-list {
  max-width: 170px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 900px) {
  .cabinet__sidebar-menu-list {
    max-width: 100%;
  }
}

.cabinet__sidebar-menu-link_active {
  border-bottom: 1px solid #000;
}

.cabinet__content {
  width: 100%;
}

.cabinet__content._w-625 {
  max-width: 625px;
}

@media (max-width: 900px) {
  .cabinet__content._w-625 {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .cabinet__content-title {
    display: none;
  }
}

.cabinet__content-title + p {
  margin: 10px 0 0 0;
}

.cabinet__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.cabinet__form-group {
  display: block;
  position: relative;
  flex-shrink: 0
}

.cabinet__form-label {
  position: absolute;
  top: -7px;
  left: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #808080;
  padding: 0 4px;
  background: #fff;
  letter-spacing: -0.04em;
}

.cabinet__form-input {
  all: unset;
  width: 100%;
  height: 52px;
  padding: 14px 16px;
  border: 1px solid #D2D2D7;
  color: #000000;
  box-sizing: border-box;
  letter-spacing: -0.04em;
}

.cabinet__form-input[type="date"] {
  display:block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.cabinet__form-input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.cabinet__form-input:focus {
  outline: none;
}

.cabinet__form-input._bg-extra-light {
  background: #F5F5F7;
}

.cabinet__form-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  letter-spacing: -0.03em;
}

.cabinet__form-submit {
  font-family: 'AvenirNextCyr', serif;
  max-width: 228px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1.4px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  transition: background .3s;
  transition-property: background;
  margin-top: 10px;
  cursor: pointer;
}

.cabinet__form-submit._full-width {
  max-width: 100%;
}

.cabinet__form-submit._transparent {
  color: #000;
  background: transparent;
  border: none;
  transition: background .3s, color .3s;
}

.cabinet__form-submit:hover {
  color: #000;
  background: #fff;
  transition: background .3s;
}

.cabinet__form-submit._transparent:hover {
  color: #fff;
  background: #000;
}

.cabinet__overlay {
  opacity: 0;
  visibility: hidden;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.5);
  z-index: 1001;
  transition: .3s all;
}

.cabinet__modal {
  opacity: 0;
  visibility: hidden;

  width: 100%;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;

  background: #fff;
  padding: 60px;
  transition: 0.3s all;
}

@media (max-width: 900px) {
  .cabinet__modal {
    max-width: 100%;
    height: 100vh;
    padding: 60px 20px 20px 20px;
  }
}

.cabinet__modal._w-420 {
  max-width: 420px;
}

.cabinet__modal._w-600 {
  max-width: 600px;
}

.cabinet__modal a:hover {
  text-decoration: none;
}

.cabinet__modal-cross {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabinet__modal-header {
  margin-bottom: 20px;
}

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

.cabinet__modal-body {
  margin-bottom: 20px;
}

.cabinet__modal-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: center;
}

.cabinet__modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0 7px 0;
}

.cabinet__overlay._active,
.cabinet__modal._active {
  opacity: 1;
  visibility: visible;
}

.cabinet__modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cabinet__modal-form-row {
  display: grid;
  grid-template-columns: 1fr;
}

.cabinet__modal-form-row._col-2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.cabinet__modal-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cabinet__modal-form input {
  width: 100%;
  max-width: 100%;

  border: 1px solid #d2d2d7;
  padding: 13px 16px;
}

.cabinet__modal-form input._error {
  border: 1px solid #c63a42;
}

.cabinet__modal-form input::placeholder {
  color: #808080;
}

.cabinet__input-error {
  display: none;
  color: #c63a42;
}

.cabinet__order {
  padding: 20px 0 32px 0;
  border-top: 1px solid #000000;
  cursor: pointer;
}

.cabinet__no-order {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cabinet__no-order-btn {
  text-align: center;
  color: #000;
  background: #fff;
  display: block;
  cursor: pointer;
  border: 1px solid #000000;
  transition: .3s all;
  padding: 19.5px 10px;
}

.cabinet__no-order-btn:hover {
  color: #ffffff;
  background-color: #000000;
  transition: .3s all;
}

@media (max-width: 900px) {
  .cabinet__order {
    padding: 10px 0 30px 0;
  }

  .cabinet__order * ._desktop {
    display: none;
  }
}

.cabinet__order-row {
  display: flex;
  align-items: center;
}

.cabinet__order-row._header {
  gap: 10px;
  margin-bottom: 9px;
}

.cabinet__order-row._body {
  gap: 5px;
}

.cabinet__order-row._footer {
  gap: 10px;
}

.cabinet__order-row._tablet {
  display: none;
}

@media (max-width: 900px) {
  .cabinet__order-row._tablet  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
  }
}

.cabinet__order-row._p-l-26 {
  padding-left: 26px;
}

.cabinet__order-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: transform .3s ease-in;
}

.cabinet__order-arrow svg {
  width: 100%;
  height: 100%;
}

.cabinet__order-arrow._active {
  transform: rotate(180deg);
}

.cabinet__order-price {
  margin-left: auto;
  padding: 3px 1px 0 28px;
}

@media (max-width: 900px) {
  .cabinet__order-price {
    margin: 0;
    padding: 0 0 10px 26px;
  }
}

.cabinet__order-date {
  color: #808080;
}

.cabinet__order-status {
  padding: 2px 6px;
  background: #F5F5F7;
  color: #424245;
}

.cabinet__order-status._black {
  background: #000000;
  color: #ffffff;
}

.cabinet__order-tracking {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 5px;
  color: #808080;
}

.cabinet__order-quantity {
  margin-left: auto;
  color: #808080;
}

@media (max-width: 900px) {
  .cabinet__order-quantity {
    margin: 0;
    padding: 0;
  }
}

.cabinet__order-quantity._p-l-28 {
  padding-left: 28px;
}

.cabinet__order-address {
  padding-top: 16px;
}

@media (max-width: 900px) {
  .cabinet__order-address {
    padding-top: 10px;
  }
}

.cabinet__order-address span {
  font-weight: 700;
}

.cabinet__order-items {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 28px;
  gap: 5px;
}

@media (max-width: 900px) {
  .cabinet__order-items {
    width: 100%;
    margin: 0;
    padding: 5px 0 0 26px;
  }
}

.cabinet__order-items._hidden,
.cabinet__order-quantity._hidden {
  display: none;
}

.cabinet__order-item {
  width: 31px;
  height: 46px;
}

@media (max-width: 900px) {
  .cabinet__order-item {
    width: 53px;
    height: 74px;
  }
}

.cabinet__order-item._quantity {
  width: max-content;
  background: #F5F5F7;
  padding: 0 6px 0 8px;
  display: flex;
  align-items: center;

  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

@media (max-width: 900px) {
  .cabinet__order-item._quantity {
    width: 100%;
    max-width: 53px;
  }

  .cabinet__order-item._quantity span {
    display: inline-block;
    margin: 0 auto;
  }
}

.cabinet__order-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cabinet__order-body {
  max-height: 0;
  padding: 0 0 0 26px;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease-in;
}

@media (max-width: 900px) {
  .cabinet__order-body {
    padding: 0 0 0 26px;
  }
}

.cabinet__order-body._active {
  max-height: max-content;
  padding: 20px 0 0 26px;
  opacity: 1;
}

.cabinet__order-body-items {
  padding: 15px 0 7px 0;
}

.cabinet__order-body-item {
  padding: 10px 0 15px 0;
  border-top: 1px solid #D2D2D7;

  display: flex;
  gap: 10px;
}

.cabinet__order-body-item-img {
  max-width: 80px;
  width: 100%;
  max-height: 120px;
  height: 100%;
}

.cabinet__order-body-item-info {
  display: flex;
  flex-direction: column;
}

.cabinet__order-body-item-name {
  font-weight: 500;
  padding-bottom: 5px;
}

@media (max-width: 900px) {
  .cabinet__order-body-item-name {
    font-size: 14px;
    line-height: 18px;
  }
}

.cabinet__order-body-item-color {
  padding-bottom: 2px;
}

.cabinet__order-body-item-size {
  padding-bottom: 5px;
}

.cabinet__order-body-item-color,
.cabinet__order-body-item-size {
  color: #808080;
}

.cabinet__order-body-item-quantity {
  font-weight: 500;
}

.cabinet__order-body-item-price {
  margin-left: auto;
  padding-left: 5px;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cabinet__order-body-item-price_default,
.cabinet__order-body-item-price_discount {
  font-weight: 500;
  white-space: nowrap;
}

.cabinet__order-body-item-price_discount  {
  color: #F02124;
}

.cabinet_order-body-item-price_undiscounted {
  color: #808080;
  text-decoration: line-through;
  white-space: nowrap;
}

.cabinet__order-body-payment-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cabinet__order-body-payment-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
}

@media (max-width: 900px) {
  .cabinet__order-body-payment-row._delivery {
    align-items: flex-start;
  }
}

.cabinet__order-body-payment-key,
.cabinet__order-body-payment-value {
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .cabinet__order-body-payment-value._delivery {
    text-align: right;
    white-space: normal;
  }
}

.cabinet__order-body-payment-line,
.cabinet__order-body-payment-line svg {
  max-width: 100%;
  width: 100%;
}

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

.cabinet__address-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 16px;
  border: 1px solid #d2d2d7;
  cursor: pointer;
}

@media (max-width: 900px) {
  .cabinet__address-item {
    padding: 16px;
  }
}

.cabinet__address-item-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
}

.cabinet__address-item-circle._active {
  position: relative;
  padding: 6px;
}

.cabinet__address-item-circle._active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 50%;
}

.cabinet__address-item-text {
  flex: 1;
  font-weight: 500;
}

.cabinet__address-item-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cabinet__address-item-edit {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDVMMTAgMTFWMTRIMTNMMTkgOE0xNiA1TDE5IDJMMjIgNUwxOSA4TTE2IDVMMTkgOCIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuNSA0SDRWMjBIMjBWMTMuNSIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
  background-size: 100% 100%;
  cursor: pointer;
}

.cabinet__address-item-delete {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDExLjIxNTNWMTYuMjE1MyIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMTAgMTEuMjE1M1YxNi4yMTUzIiBzdHJva2U9IiM4MDgwODAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik00LjUgNi41TDYuNSAyMS41SDE3LjVMMTkuNSA2LjUiIHN0cm9rZT0iIzgwODA4MCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTMgNi4xMjIwN0gyMSIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNOSA2LjVWMi41SDE1VjYuNSIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K");
  background-size: 100% 100%;
  cursor: pointer;
}

.cabinet__address-add {
  text-align: center;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border: 1px solid #000000;
  transition: all .3s;
  padding: 19.5px 10px;
}

.cabinet__address-add:hover {
  color: #ffffff;
  background-color: #000000;
  transition: all .3s;
}


/* контакты. магазины */
.map__city-item {
  margin-bottom: 40px;
}

.map__city__title {
  font-size: 16px;
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06rem;
  margin-bottom: 20px;
  padding-left: 22px;
  padding-right: 22px;
}

.map__city-store {
  background: #eeeeee;
  padding: 25px 22px 11px 22px;
}

.map__city-store + .map__city-store {
  border-top: 1px solid #ddd;
}

.map__content .title-h2 {
  margin: 2em 0 1.2em;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.map__city-store__title {
  position: relative;
  padding-right: 21px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.map__city-store__title .icon-arrow {
  position: absolute;
  top: 0;
  right: 0;
  fill: none;
  stroke: #000;
  font-size: 8px;
  height: 13px;
  margin-left: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.shop-rating {
  display: block;
}

.more-contact {
  display: none;
  font-size: 14px;
  padding-bottom: 14px;
}

.map__city-store__info .icon {
  width: 15px;
  margin-right: 10px;
}

.map__city-store__info {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map__city-list_image {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*flex-wrap: wrap;*/
  margin-top: 10px;
}

.map__city-image {
  margin: 0 5px 5px 0;
  max-width: 147px;
  width: 48%;
}

.map__city-image a {
  display: inline-block;
}

.map__city-image img {
  max-width: 100%;
}

.testimonials-form-store .box {
  background: #eeeeee;
  padding: 25px 22px;
}

.testimonials-form-store .title-h2 {
  margin-bottom: 0;
}

/* ЕНД контакты. магазины */

/* 404 & пустая корзина*/
.p404 {
  padding: 11vh 0;
  text-align: center;
  font-size: 14px;
}

.p404 p:nth-of-type(2) {
  padding: 0 20%;
}

.p404 img {
  width: 350px;
  max-width: 100%;
}

.wrapper-button_basket {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 50px 0px;
}

/* ЕНД 404 */

/* раздел отзывов */
.reviews .head_grey {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu_reviews,
.sort_review,
.averageRating {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.menu_reviews {
  margin-top: 24px;
  margin-bottom: 50px;
  max-width: 320px;
}

.menu_reviews .item {
  display: inline-block;
  width: 50%;
  height: 49px;
  line-height: 50px;
  padding: 0 23px;
  font-size: 1rem;
  font-weight: 600;
  color: #9b9b9b;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.menu_reviews .item.active {
  color: #2c2c2c;
  border-bottom: 2px solid #000;
}

.sort_review {
  max-width: 768px;
  font-size: 13px;
  font-weight: 500;
}

.sort_review .item {
  display: block;
  margin-bottom: 18px;
  letter-spacing: 0.06rem;
}

.sort_review a {
  color: #9b9b9b;
}

.sort_review span {
  text-transform: uppercase;
}

.averageRating {
  max-width: 320px;
  margin-bottom: 35px;
}

.averageRating div {
  font-size: 1rem;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.averageRating div span {
  color: #000;
  font-size: 23px;
  margin: 10px 0.35ex 30px;
  display: inline-block;
}

.list_reviews {
  padding: 30px 0;
}

.list_reviews .testimonial__item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.list_reviews .testimonial__item.active {
  border-bottom: none;
}

.list_reviews .message {
  padding-bottom: 5px;
}

.testimonial__item .show_support .t2 {
  display: none;
}

.testimonial__item.active .show_support .t2 {
  display: block;
}

.testimonial__item.active .show_support .t1 {
  display: none;
}

.list_reviews .testimonial__item .tovar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.list_reviews .testimonial__item .foto {
  width: 94px;
  height: 94px;
  min-width: 94px;
  border-radius: 50%;
  margin-right: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.list_reviews .testimonial__item .tovar .name {
  color: #818181;
}

.list_reviews .testimonial__item .tovar .name a {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-weight: bold;
}

.store_reviews {
  padding: 30px 0;
}

.store_reviews .testimonial__item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.store_reviews .testimonial__item.active {
  border-bottom: none;
}

.store_reviews .message {
  padding-bottom: 5px;
}

.testimonial__item .rating_store {
  color: #818181;
  text-align: center;
}

.testimonial__item .rating_store span {
  font-size: 29px;
  display: block;
}

/* END раздел отзывов */
/* оценка магазинов */
.select-store {
  background: #f8f8f8;
  padding: 25px 22px;
  text-align: center;
  margin-bottom: 30px;
}

.select-store .rating-name {
  margin-bottom: 10px;
}

.select-store .rating-store {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.select-store .title {
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin: 10px 0 20px;
  font-size: 1.5rem;
}

.select-store .title span {
  font-size: 1rem;
}

.select-store .open-popup-link {
  font-size: 13px;
}

.group-2col .input-group {
  clear: both;
  margin-bottom: 1em;
  min-height: 2em;
}

.quality_services .voiting-begunki {
  margin: 0 0px 55px;
  font-size: 13px;
}

.voiting-begunki .input-group {
  margin-bottom: 1.5em;
}

.voiting-begunki label {
  text-transform: none;
  font-weight: bold;
}

.voiting-begunki .begunok {
  margin-top: 1.2em;
}

.voiting-begunki .hide-input input {
  display: none;
}

.quality_services .submit-group {
  margin-top: 25px;
}

#select-store form {
  text-align: center;
}

#select-store select {
  margin-bottom: 20px;
}

#select-store input {
  min-width: 100px;
}

/* ЕНД оценка магазинов */
.head_grey.h1 {
  padding-top: 25px;
}

.head_grey.h1 h2 {
  margin-bottom: 0;
}

/* франшиза */
.franshiza .visual {
  font-size: 0;
  line-height: 0;
  position: relative;
}

.franshiza .visual img {
  width: 100%;
}

.franshiza .visual .title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 10%;
  width: 80%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06rem;
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.franshiza .text_light {
  font-size: 15px;
}

.franshiza .title_fr {
  font-size: 13px;
  color: #2c2c2c;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.franshiza .big_fr {
  font-size: 23px;
  color: #000;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;
}

.franshiza .box_subscribe_news .container {
  max-width: 365px;
}

.contact_fr {
  padding: 30px 22px 30px;
}

.contact_fr .big {
  color: #2c2c2c;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.contact_fr p:not([class]) {
  font-size: 13px;
}

.zakupki_fr > div {
  text-align: center;
  margin-bottom: 27px;
}

.zakupki_fr .item {
  border: 2px solid #000;
  padding: 35px 35px;
  text-transform: uppercase;
}

.zakupki_fr .item p:not([class]) {
  font-size: 13px;
  color: #2c2c2c;
  font-weight: 600;
  letter-spacing: 0.06rem;
}

.zakupki_fr .item .title {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.12rem;
}

/* END франшиза */

/* рассрочка */

.inst_pmnt_flex {
  display: flex;
  align-items: center;
  padding: 3%;
  flex-wrap: nowrap;
}

.inst_pmnt_flex .flex_text .title {
  font-size: 48px;
  font-weight: 600;
  padding: 20px 0px;
}

.inst_pmnt_flex .item {
  width: 50%;
  text-align: center;
}

.inst_pmnt_flex .flex_text {
  width: 50%;
}

.item img:not([class]) {
  width: 50%;
}

.inst_pmnt_flex .flex_text p:not([class]) {
  font-size: 20px;
}

.item img:not([class]) {
  width: 100%;
}

.flex_text .p .a {
  color: #ff8562;
}

@media (max-width: 1000px) {
  .inst_pmnt_flex {
    flex-wrap: wrap;
  }

  .inst_pmnt_flex .flex_text {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .inst_pmnt_flex .item {
    width: 100%;
    text-align: center;
  }
}
/* END рассрочка */

@media (max-width: 359px) {
  /* шапка */
  #open-search {
    /*margin-right: 13px;*/
  }
  .header-right-group {
    padding-left: 15px
  }
  .header-right-group .header-right-group__item.header-cart,
  .header-right-group .header-right-group__item:first-child,
  .header-right-group .header-right-group__item {
    margin-left: 10px
  }

  /*.header-right-group .header-right-group__item {
    margin-left: 13px;
  }*/

  /* главное меню */
  .boxleft-nav {
    transform: translateX(-320px);
  }

  .box_width {
    width: 270px;
  }

  .boxleft-nav .close {
    left: 270px;
  }

  .box_quick_link a {
    padding: 0;
  }

  .line-btn {
    padding: 13px 15px;
  }

  /* описание товара */
  .product_add_buttons .add_basket,
  .product_add_buttons .add_subsribe_product {
    font-size: 13px;
  }

  /* описание заказа*/
  .table_basket .button-black {
    font-size: 9px;
  }

  .menu_reviews .item {
    padding: 0 10px;
  }
}

.reviews_preview_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -6px;
  margin-bottom: 10px;
}

.reviews_preview_photo .item {
  /*width: -webkit-calc(10% - 6px);
    width: calc(10% - 6px);*/
  width: 55px;
  margin-left: 6px;
  height: 60px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.reviews_preview_photo .item span {
  position: absolute;
  z-index: 2;
  right: -4px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #b82361;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(/local/templates/site/css/../img/close_white.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

.reviews_preview_photo .item span:hover {
  background-color: #a31f56;
}

.reviews_preview_photo .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product_modal form .file {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.product_modal form .file:hover .file_text {
  background-color: #e5e5e5;
}

.product_modal form .file input[type='file'] {
  opacity: 0;
  cursor: pointer;
  height: 48px;
  width: 100%;
}

.product_modal form .file .file_text {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
}

.buyer_photos_slider {
  margin-top: 10px;
}

.buyer_photos_slider .element {
  width: -webkit-calc(20% - 5px);
  width: calc(20% - 5px);
  margin-left: 5px;
  width: 59px;
  display: inline-block;
}

.buyer_photos_slider .element img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box_callus {
  margin-bottom: 20px;
}

#call-us {
  max-width: 680px;
}

#call-us .row input {
  width: 100%;
}

#call-us h2 + p {
  text-align: center;
  font-size: 90%;
  margin-bottom: 30px;
}

#call-us .row + p {
  margin-top: 0;
}

.share_socio {
  padding: 0 22px;
  margin: 15px 0 0;
}

.share_socio > * {
  vertical-align: middle;
  display: inline-block;
}

.share_socio > span {
  font-size: 12px;
  margin-right: 15px;
}

#sale_coupon {
  text-align: center;
}

#sale_coupon input[type='text'] {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}

#sale_coupon button {
  width: 230px;
}

/* франшиза */
.visual_page {
  height: 50vh;
  min-height: 300px;
  max-height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* история. о нас */
.head_about {
  overflow-x: hidden;
}

.head_about__title-box {
  width: 100vw;
  height: 373px;
  /*background: url(/local/templates/site/css/../pics/about-title-img.jpg) #000 no-repeat 50% 0;*/
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .head_about__title-box {
    height: 186.5px;
  }
  .head_about__title {
    transform: translateY(93px);
  }
}

.head_about__title {
  text-align: center;
  -webkit-transform: translateY(186px);
  -ms-transform: translateY(186px);
  transform: translateY(186px);
  font-weight: 600;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .head_about__title {
    -webkit-transform: translateY(93px);
    -ms-transform: translateY(93px);
    transform: translateY(93px);
  }
}

.head_about__nav {
  background: #eee0;
  text-align: center;
}

.head_about__nav-box {
  overflow-x: auto;
}

.head_about__nav ul {
  width: auto;
  padding: 0 10px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #eee0;
}

.head_about__nav-item {
  padding: 0 25px;
}

.head_about__nav-item_active a {
  border-bottom: 2px solid #000;
}

.head_about__nav-item a,
.head_about__nav-item span {
  display: inline-block;
  vertical-align: baseline;
  padding: 22px 0 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}

.head_about__nav-item a:hover {
  text-decoration: none;
}

.visual_about {
  height: 80vh;
  max-height: 140vw;
  position: relative;
  background: url(/local/templates/site/css/../pics/history_mob.jpg) #bbb no-repeat 50% 0;
  background-size: cover;
}

.visual_about .title {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background: rgba(216, 216, 216, 0.6);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1.3;
}

.slides-years-block {
  font-weight: 600;
  color: #9b9b9b;
  letter-spacing: 0.06rem;
  margin: 40px -20px 40px;
  /* margin: 40px -20px 20px; */
  position: relative;
}

.slides-years-block::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eee;
  z-index: -1;
}

.slides-years-block .year_item {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 7px;
  height: 44px;
}

.slides-years-block .year_item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border-radius: 50%;
  background: #9b9b9b;
  border: 9px solid #fff;
}

.slides-years-block .year_item.slick-current {
  color: #2c2c2c;
  font-size: 23px;
  padding-top: 0;
}

.slides-years-block .year_item.slick-current::after {
  width: 30px;
  height: 30px;
  margin-left: -16px;
  background: #2c2c2c;
}

.slides-history-block h3 {
  font-weight: 600;
  font-size: 15px;
  color: #2c2c2c;
  margin-top: 0;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.slides-history-block .text_light {
  padding-bottom: 20px;
}

.slides-history-block .img img {
  max-width: 100%;
  width: 100%;
}

/* график */
.chart {
  position: relative;
  width: 100%;
  max-width: 968px;
  height: 100%;
  margin: 35px auto 50px;
  padding: 32px 30px 17px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 8px 1px #eeeeee;
  box-shadow: 0 0 8px 1px #eeeeee;
}

.chart-container {
  width: 100%;
  height: 100%;
}

.chart_header {
  font-family: 'HelveticaNeue', 'Roboto', Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 0 0 5px;
}

.chart_title {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.chart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
}

.chart_item {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}

.chart_item:last-child {
  margin-left: 23px;
}

.chart_item:first-child::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  width: 15px;
  height: 4px;
  background: #242424;
}

.chart_item:last-child::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  width: 15px;
  height: 4px;
  background: #b8b7b7;
}

@media (max-width: 768px) {
  .chart {
    padding: 20px 8px 12px 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .chart_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .chart_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .chart_item {
    font-size: 12px;
  }
}

@media (max-width: 540px) {
  .chart_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .chart_item:first-child {
    margin-bottom: 5px;
  }

  .chart_item:last-child {
    margin-left: 0;
  }
}

/* о бренде */
.abouts {
  margin-top: 40px;
}

/* команда */
.team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team__content {
  margin-top: 59px;
  margin-right: -20px;
}

.team__card {
  padding-right: 20px;
  margin-bottom: 40px;
}

@media (max-width: 413px) {
  .team__card {
    width: 100%;
  }
}

.team__img {
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team__img img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team__info p {
  margin: 0 0 4px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.team__info p.team__name {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
}

.team__info .team__link-inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team__info .team__link-inst svg {
  margin-right: 9px;
}
/* END команда */
/* ценности, результаты, производство */
.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-content {
  padding-top: 39px;
  padding-bottom: 26px;
}

.about-content__text p {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.about-content__text h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.about-content__img img {
  width: 100%;
  height: auto;
}
/* END ценности, результаты, производство */
.about_links {
  margin-top: 45px;
  margin-bottom: 26px;
}

.about_links a {
  margin-bottom: 19px;
}

.about_links .line-btn {
  display: block;
}

.about_links .button {
  height: 47px;
  line-height: 47px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.payment__info-box {
  width: 100%;
  max-width: 500px;
  margin: 85px auto 35px;
  padding: 25px 22px 5px;
  background: #eeeeee;
}
.payment__info-box img {
  max-width: 100%;
}
.payment__info-box .btn-payment,
.payment__info-box .cloudpay_button {
  border-radius: 32px;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border:  2px solid #000000;
  display: block;
  margin: 20px 0 10px;
  text-decoration: none;
  transition: 300ms ease-in-out;
  transition-property: color, background-color;
}
.payment__info-box .pay-item-selected {
  text-align: center;
  margin-bottom: 35px;
}
.payment__info-box .pay-item-selected .img {
  margin-bottom: 10px;
}
.payment__info-box .btn-payment:hover,
.payment__info-box .btn-payment:focus,
.payment__info-box .cloudpay_button:hover,
.payment__info-box .cloudpay_button:focus {
  background-color: transparent;
  color: #000000;
}
.payment-dolyami-wrap {
  margin-bottom: 25px;
}
.payment-dolyami-wrap p {
  text-align: center;
}
.payment-dolyami-wrap p:last-child {
  margin-top: 0;
}
.payment-dolyami-wrap .payment-sum {
  font-weight: bold;
  font-size: 18px;
}

.payment__info-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.payment__info-text {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.payment__info-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.payment__info-tr {
  border-top: 1px solid #c4c4c4;
}

.payment__info-td {
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.payment__info-td:last-child {
  text-align: right;
}

/*Начинаем с вертикального планшета 768рх*/
@media (min-width: 768px) {
  /* шапка */
  .search-form {
    width: -webkit-calc(100% - 165px);
    width: calc(100% - 165px);
  }

  /* поп-ап окна */
  .container_popup {
    padding: 2em 3em;
  }

  /* промо разделы на главной */
  /* .box_section_promo {
		margin: 48px auto 43px; padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
		.section_promo {width: 50%; padding: 0 24px 39px;}
		.section_promo .link {padding-top: 18px;} */

  /* слайдер на главной */
  .home-slider .h1 {
    font-size: 83px;
    font-weight: 700;
    line-height: 69px;
  }
}

@media (min-width: 768px) and (orientation: portrait) and (max-width: 900px) {
  .home-slider__item {
    height: 50vh;
  }

  .button-mainslider {
    bottom: 7vh;
  }
}

@media (min-width: 768px) {
  .desc-big {
    font-size: 20px;
    font-weight: 400;
    max-width: 320px;
    text-align: center;
    margin-bottom: 0;
  }

  /* ЕНД слайдер на главной */

  /* Описание товара */
  .catalog_detail {
    max-width: 100%;
    padding: 0;
    margin-top: -50px;
  }

  .product_description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-startr;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  .product_info {
    width: 50%;
    padding-top: 100px;
  }

  .product_info > div {
    max-width: 700px;
    margin: 0 auto;
  }

  .box_product_gallery {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-startr;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: relative;
    padding-right: 10px;
  }

  .product__slider-nav {
    display: block;
    width: 65px;
    font-size: 0;
    line-height: 0;
    padding-left: 20px;
    position: absolute;
    padding-top: 70px;
  }

  .product__slider-nav .nav_item {
    border: none;
    margin-bottom: 20px;
  }

  .product__slider-nav .slick-prev,
  .product__slider-nav .slick-next {
    position: static;
    margin: 0 auto;
    padding: 15px 25px;
  }

  .product__slider-nav .slick-prev {
    transform: rotate(-90deg);
  }

  .product__slider-nav .slick-next {
    transform: rotate(90deg);
    margin-top: -15px;
  }

  .box_product_slider {
    width: 100%;
  }

  .box_link_video {
    position: absolute;
    width: calc(100% - 65px);
    top: 100%;
    left: 65px;
  }

  .block_product_info {
    padding: 0 0 20px;
  }

  .product_add_buttons {
    padding: 0;
    max-width: 435px;
  }
}

@media (max-width: 1000px) {
  .product_add_buttons .add_basket,
  .product_add_buttons .add_subsribe_product {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .catalog_detail .block-inside {
    padding: 0 10px 0 0;
  }

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

  .street-look .container {
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
  }

  .street-look h2 {
    display: block;
  }

  .streetlook_slider {
    margin: 0 -10px;
  }

  .streetlook_slider .photo__item {
    min-width: auto;
  }

  /* похожие товары */
  .similar-products .container {
    width: 100%;
    padding: 0 20px;
  }

  .similar-products__slider {
    margin: 0 -10px;
  }

  .similar-products__slider .similar__item {
    min-width: auto;
  }

  .similar-products__slider .slick-prev,
  .similar-products__slider .slick-next {
    display: inline-block !important;
    background: url(/local/templates/site/css/../img/slider/slider-arrow-right.svg) 50% 50% no-repeat;
  }

  .similar-products__slider .slick-prev {
    left: 0px;
  }

  .similar-products__slider .slick-next {
    right: 0px;
  }

  .similar-products__slider .slick-slide {
    margin: 0;
  }
  /* ЕНД похожие товары */

  /* Статистический рейтинг по параметрам. 2019-12*/
  .stats_rating {
    margin: 0 auto;
    padding-top: 10px;
  }

  .stats_rating .col-xs-12 {
    padding: 0;
  }

  .stats_rating .item_rate .title {
    width: 39%;
  }

  /* оставить отзыв */
  .testimonials-form {
    padding: 0;
    min-width: 620px;
  }

  .testimonials-form .row .input-group {
    padding-right: 20px;
  }

  .testimonials-form input.default-input {
    width: 180px;
  }

  /* END Описание товара */
  /* pop-up Доставка */
  .dostavka .col-xs-12,
  .oplata .col-xs-12 {
    padding-right: 30px;
  }

  /* END pop-up Доставка */

  /* Корзина */
  section.orders .container {
    max-width: 1200px;
    padding: 0 20px;
  }

  .orders .col_desctop {
    padding-top: 16px;
    padding-left: 20px;
  }

  .orders .box_btn_order {
    position: static;
    padding: 16px 0 0;
  }

  .dopskidki .content_form {
    border: 1px solid #eee;
    margin-bottom: 16px;
  }
}

@media (max-width: 1000px) {
  .dopskidki .enter_bally button[type='submit'] {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  /* минималистичные страницы */
  .narrow_container .padding {
    padding-right: 0;
    padding-left: 0;
  }

  /* оформление заказа */
  .order_checkout .box_btn_order {
    padding-right: 0;
    padding-left: 0;
  }

  /* описание заказа*/
  section.order_detail .container {
    max-width: 1200px;
    padding: 0 20px;
  }

  .order_detail .col_desctop {
    padding-top: 16px;
    padding-left: 20px;
  }

  .order_detail .box_summa {
    padding-right: 0;
    padding-left: 0;
  }

  /* контакты. магазины */
  .shop-rating {
    position: absolute;
    right: 30px;
    top: 0;
  }

  .shop-rating small {
    font-size: 80%;
    color: #656565;
    font-weight: normal;
  }

  /* ЕНД контакты. магазины */
  /* 404  & пустая корзина*/
  .p404 {
    font-size: 16px;
  }

  /* ЕНД 404 */

  /* раздел отзывов */
  .sort_review .item {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }

  .list_reviews .testimonial__item .tovar {
    float: left;
    width: 320px;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }

  .list_reviews .testimonial__item .foto {
    margin-left: 20px;
  }

  .list_reviews .testimonial__item .box_message {
    margin-left: 320px;
  }

  /*.list_reviews .testimonial__item .show_support {float: right;}*/
  .list_reviews .testimonial__item .support-item {
    clear: both;
  }

  .store_reviews .testimonial__item .message {
    padding-bottom: 0;
    padding-right: 20px;
  }

  .store_reviews .testimonial__item .box_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }

  .testimonial__item .rating_store {
    width: 110px;
  }

  .testimonial__item .rating_store span {
    font-size: 32px;
  }

  /* оценка магазинов */
  .group-2col label {
    float: left;
    width: 130px;
  }

  .group-2col .input-group input,
  .group-2col .input-group textarea {
    width: calc(100% - 130px);
    margin-bottom: 10px;
  }

  .voiting-begunki label {
    width: 185px;
  }

  .voiting-begunki .begunok {
    width: calc(100% - 185px);
    float: left;
    margin-top: 0.7em;
  }

  #select-store form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #select-store input {
    min-width: auto;
  }

  #select-store select {
    width: 370px;
  }

  /* END оценка магазинов */
  /* франшиза */
  .franshiza .visual {
    height: 300px;
    overflow: hidden;
    background: url(/franchise/pics/franshiza.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .franshiza .visual img {
    width: 100%;
  }

  .franshiza .visual .title {
    font-size: 3rem;
  }

  .zakupki_fr > div:nth-of-type(1) {
    padding-right: 18px;
  }

  .zakupki_fr > div:nth-of-type(2) {
    padding-right: 9px;
    padding-left: 9px;
  }

  .zakupki_fr > div:nth-of-type(3) {
    padding-left: 18px;
  }

  .contact_fr {
    padding: 70px 0 70px;
  }

  /* END франшиза */

  #call-us .row input {
    width: calc(100% - 30px);
  }

  .share_socio {
    padding: 0;
  }

  /* история. о нас */
  .visual_about {
    background-image: url(/local/templates/site/css/../pics/history_desc.jpg);
  }

  .slides-history-block .text_light {
    padding-bottom: 0px;
  }

  .slides-history-block .img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_links .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_links a {
    flex-grow: 1;
  }

  .about_links .line-btn {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(50% - 20px);
  }

  /* команда */
  .team__card {
    margin-bottom: 46px;
  }
  /* END команда */
  /* ценности, результаты, производство */
  .about .row {
    -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;
  }

  .about-content {
    padding-top: 39px;
  }

  .about-content__text h2 {
    margin-bottom: 48px;
  }

  .about-content__img {
    margin-left: 20px;
  }

  .about-content__img_left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-right: 20px;
  }
  /* END ценности, результаты, производство */
}

.containeer {
  max-width: 760px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.containeer .slick-slide {
  cursor: pointer;
}
.containeer .slick-slide.slick-current {
  color: black;
}
.containeer .slides-years-block .slick-slide.slick-current .year_item::after {
  background: black;
}

/* ===== от 768 до 1000 ========*/
@media (max-width: 1000px) {
  .zakupki_fr .item .title {
    font-size: 20px;
  }

  .box_callus .button {
    font-size: 12px;
  }

  .visual_about {
    height: 50vh;
  }
}

/* !!!!!!!!! горизонтал планшет !!!!!!!!!!!!!!!*/
@media (min-width: 1000px) {
  /*каталог*/
  /* .catalog__item {
		width: calc(33.3% - 20px);
	}

	.catalog__item:nth-of-type(n) {
		margin-right: 10px;
		margin-left: 10px;
	}

	.catalog__item .link_name {
		font-size: 14px
	} */

  /* описание товара */
  .product_info {
    width: 50%;
    padding-left: 80px;
  }

  .box_product_gallery {
    width: 50%;
  }

  .box_link_video {
    width: 50px;
    left: 0;
    top: 460px;
  }

  .box_link_video .button {
    height: 50px;
  }

  .box_link_video span {
    display: none;
  }

  .box_link_video .fas {
    margin-right: 0;
  }

  .catalog_detail .product_title {
    font-size: 18px;
  }

  /* отзывы в товаре */
  .testimonials_product .container {
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
  }

  /* оставить отзыв */
  /*.testimonials-form {padding: 0; min-width: 900px}*/

  /* Корзина */
  .table_basket .parametrs_desctop,
  .table_basket .links_desctop {
    display: block;
  }

  .table_basket .parametrs_mobile,
  .table_basket .link_mobile_selects,
  .box_select_fixed_mobile {
    display: none;
  }

  .row_basket .link_name {
    font-size: 16px;
  }

  .row_basket .item_price {
    font-size: 16px;
  }

  .row_basket .parametrs_desctop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 12px;
    margin-bottom: auto
  }

  .row_basket .parametrs_desctop .param {
    position: relative;
    margin-right: 8px;
  }

  .row_basket .parametrs_desctop .param:not(:last-child)::after {
    content: '|';
    color: #eee;
    display: inline-block;
    margin-left: 8px;
  }

  .row_basket .parametrs_desctop .select {
    width: auto;
    height: 30px;
    padding: 0 25px 0 6px;
    background-position: 90% 50%;
  }

  .row_basket .links_desctop {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 28px;
    text-align: center;
  }

  .row_basket .close {
    width: 20px;
    height: 20px;
    background: none;
  }

  .row_basket .close::before,
  .row_basket .close::after {
    background: #000;
    width: 19px;
    margin-left: -9px;
  }

  .row_basket .likes {
    background-color: #eee;
    display: inline-block;
    margin-top: 20px;
  }

  /* раздел отзывов */
  .list_reviews {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .list_reviews .testimonial__item {
    min-height: 140px;
  }

  .list_reviews .testimonial__item .message {
    padding-bottom: 0;
  }

  .list_reviews .testimonial__item .box_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }

  .list_reviews .testimonial__item .show_support {
    margin-left: 20px;
    width: 107px;
    display: block;
  }

  .store_reviews {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .zakupki_fr .item {
    padding: 80px 35px;
  }

  .visual_page {
    margin-right: 10px;
    margin-left: 10px;
  }

  /* история. о нас */
  .visual_about .title {
    font-size: 22px;
    bottom: 20px;
  }

  .slides-years-block {
    margin-left: 0;
    margin-right: 0;
  }

  .slides-history-block .text_light {
    padding-left: 20px;
  }

  .slides-history-block .img {
    padding-right: 20px;
  }
}

@media (min-width: 1191px) {
  .hamburger {
    display: none;
  }

  .login {
    width: 545px;
  }
}

/* !!!!!!
принимаем условие что десктоп с 1025рх
и прописываем для него Ховер-эффекты
!!!!!!! */
@media (min-width: 1025px) {
  a:hover {
    text-decoration: underline;
  }

  .dotted:hover {
    text-decoration: none;
  }

  /* шапка
	.header .container {padding: 0 23px 0 19px;}
	.search-form {
	    width: calc(100% - 181px);
	    width: -webkit-calc(100% - 181px);
	}*/

  /* быстрые ссылки */
  .box_quick_link .container {
    max-width: 1024px;
  }

  /* кнопки  святой*/
  .button.button-black:hover {
    background-color: #b8b8b8;
  }

  .button.button-grey:hover {
    background-color: #b9b9b9;
  }

  .button.button-green:hover {
    background-color: #799290;
  }

  .button-border:hover {
    background-color: #000;
    color: #fff;
  }

  .line-btn:hover {
    background-color: #000;
    color: #fff;
  }

  /*ЕНД кнопки святой*/

  /* слайдер на главной */
  .button-mainslider:hover {
    background-color: #000;
    color: #fff;
  }

  .home-slider .h1 {
    font-size: 79px;
  }

  .desc-big {
    font-size: 26px;
  }

  /* ЕНД слайдер на главной */

  /*каталог в 4 колонки*/
  .catalog-header-mini {
    padding: 0;
  }

  /*.catalog__item {
		width: calc(25% - 20px);
	}*/

  .slider_preview .slick-arrow {
    -webkit-transition: all 0.35s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: all 0.35s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    opacity: 0;
  }

  .slider_preview:hover .slick-arrow {
    opacity: 1;
  }

  .slider_preview .slick-prev {
    -webkit-transform: translateX(-30px) rotate(-180deg);
    -ms-transform: translateX(-30px) rotate(-180deg);
    transform: translateX(-30px) rotate(-180deg);
    left: -10px;
  }

  .slider_preview .slick-next {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.35s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: all 0.35s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    right: -10px;
  }

  .slider_preview:hover .slick-prev {
    -webkit-transform: translateX(0) rotate(-180deg);
    -ms-transform: translateX(0) rotate(-180deg);
    transform: translateX(0) rotate(-180deg);
  }

  .slider_preview:hover .slick-next {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* установить рейтинг */
  .add_rating input[type='radio'] + .label_star:hover .fa-star,
  .add_rating input[type='radio'] + .label_star:hover ~ .label_star .fa-star {
    font-weight: 600;
  }
}

/* 1200 */
@media (min-width: 1200px) {
  /* описание товара */
  .product_info {
    width: 50%;
  }

  .box_product_gallery {
    width: 50%;
    position: relative;
  }

  .product__slider-nav {
    width: 90px;
  }

  .box_product_slider {
    width: 100%;
  }

  .box_link_video {
    top: auto;
    bottom: 0;
    width: 70px;
  }

  .franshiza .visual .title {
    font-size: 4rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

/* очень широки экраны. ? вынести в отдельный файл */
@media (min-width: 1367px) {
  /* слайдер на главной */
  .home-slider .h1 {
    font-size: 98px;
    line-height: 1;
  }

  .desc-big {
    font-size: 32px;
    line-height: 1.2em;
  }

  /* ЕНД слайдер на главной */
}
.product__slider-new img {
  max-width: 100%;
}
.box_product_gallery {
  position: relative;
}

.wait_image {
  position: absolute;
  top: 50%;
  left: 50%;
}

#popup_desc {
  text-decoration: underline;
}

.vNav {
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  z-index: 9999;
  list-style-type: none;
}

.vNav ul {
  position: relative;
  padding: 3px;
  padding-left: 35%;
}

.vNav ul li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 35%;
  color: #fff;
}

.vNav a {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #000;
  text-decoration: none;
}

.vNav a:hover {
  border-radius: 50%;
  background-color: #000;
  text-decoration: none;
}

.vNav a.active {
  border-radius: 50%;
  background-color: #000;
  text-decoration: none;
  width: 12px;
  height: 12px;
  margin: -2px;
}

.checkbox-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.default-input[type='checkbox'] {
  width: 22px;
  height: 22px;
}

.checkbox-group .default-label {
  margin-left: 10px;
  margin-bottom: 0px;
}

img#xmastree {
  all: initial;
  width: 17px;
  margin: auto 0;
  margin-left: 10px;
}

.fa-chevron-down {
  padding: 0px 5px;
}

/* loading spinner */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* end */

/* h */
@keyframes heartfade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.heart {
  z-index: 999;
  animation: heartfade 6s linear;
  position: absolute;
  pointer-events: none;
}
.heart:before,
.heart:after {
  content: '';
  background-color: #fc2a62;
  position: absolute;
  height: 30px;
  width: 45px;
  border-radius: 15px 0px 0px 15px;
}

.heart:before {
  transform: rotate(45deg);
}

.heart:after {
  left: 10.5px;
  transform: rotate(135deg);
}
/* end */
/* zoom */
.product_zoom > .box_product_slider {
  width: 100%;
}
.product_zoom {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.active_zoom {
  height: auto;
  opacity: 1;
  overflow: auto;
}
.product__slider-nav {
  z-index: 10;
}
.product_zoom .item_product__slider > img,
.product_zoom .product__slider video {
  cursor: url(/local/templates/site/img/zoom-2.png), zoom-out;
}
@media screen and (max-width: 768px) {
  .active_zoom {
    z-index: 100;
  }
  .product_zoom div {
    /*.box_product_slider, .product_zoom .product__slider, .product_zoom .slick-list, .product_zoom .slick-track, .product_zoom .item_product__slider {*/
    height: 100% !important;
  }
  .product_zoom .item_product__slider {
    overflow: hidden;
  }
  .product_zoom .item_product__slider > img {
    margin: auto 0;
    overflow: hidden;
    /*transform: translateX(0px) translateY(0px) translateZ(0px) scale(1, 1); */
  }
  button.desktop_hide.cls_btn_z {
    position: absolute;
    right: 10px;
    font-size: 35px;
    z-index: 11;
  }
}
/* end */
@media screen and (min-width: 768px) {
  .desktop_hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile_hide {
    display: none;
  }
}

/* main */
.main {
  margin-top: -56px;
}
/* chevron */
.chevron::before {
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.6em;
  position: relative;
  top: 0.2em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.bottom:before {
  top: 3px;
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
/* в слайдере */
.chevron.slick-arrow {
  position: absolute;
  right: 3px;
  z-index: 2;
  cursor: pointer;
  height: 20px;
  width: 20px;
  top: -20px;
}
.chevron.slick-arrow.left {
  margin-right: 40px;
}
.chevron.slick-arrow:before {
  height: 15px;
  width: 15px;
}
@media (max-width: 768px) {
  .chevron.slick-arrow {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    right: 50%;
    top: 15px;
  }
}
/* Новый каталог */
.catalog {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.navigation_menu {
  padding-left: 20px;
  height: 100%;
  position: sticky;
  left: 0;
  top: 50px;
  overflow: auto;
  padding-bottom: 20px;
  letter-spacing: 0.06em;
  font-weight: 200;
  color: #898d90;
  min-width: 260px;
  width: 260px;
}
.navigation_menu a {
  font-size: 14px;
}
.navigation_menu a.active {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.05em;
}
.navigation_menu li {
  margin: 10px 0;
}
@media (max-width: 1023px) {
  .navigation_menu {
    display: none;
  }
  .box_catalog-filter {
    margin-left: 0;
    padding: 0 10px;
  }
  .box_catalog-filter > .container {
    padding: 0;
  }
  .catalog__filter {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
/* Новая карточка товара */
.flex-box-offers {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.offer-selector,
.label-size label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: left;
  min-width: 60px !important;
  height: 34px !important;
  line-height: 34px;
  color: #676767;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 5px 10px 5px 0;
}
.label-color {
  background-color: #0000;
  padding: 2px;
}
.offer-selector input {
  display: none;
}
.label-size input:checked + label,
.label-size input:hover + label {
  border: #839055 1px solid;
  color: #839055;
  background-color: #e8eadf;
}
.label-size label {
  margin: 0;
  background-color: #ddd0;
  border: #676767 1px solid;
  cursor: pointer;
  transition: 300ms ease-in-out;
  transition-property: border-color, background-color, color;
}
.label-size > p {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 34px;
  text-transform: none;
}
.label-color label {
  border: none;
  min-width: 100% !important;
  height: 100% !important;
  float: left;
  cursor: pointer;
}
.product_description .likes {
  position: absolute;
  bottom: 20px;
  right: 10px;
  background-color: transparent;
  width: 45px;
  height: 40px;
  background: #ffffff00 url(/local/templates/site/css/../img/catalog/no-liked.png) center/35px 30px
  no-repeat;
}
.product_description .likes.active {
  background: #ffffff00 url(/local/templates/site/css/../img/catalog/liked.png) center/35px 30px no-repeat;
}
.product__info-title > p {
  display: inline;
  font-weight: 200;
}
.phone {
  background: #ffffff00 url(/local/templates/site/css/../img/product/phone.svg) center/40px 40px no-repeat;
  width: 40px;
  height: 40px;
  padding: 0 !important;
}
.whatsap {
  background: #ffffff00 url(/local/templates/site/css/../img/product/whatsapp.svg) center/36px 36px
  no-repeat;
  width: 40px;
  height: 40px;
  padding: 0 !important;
}

.block_contact .phone,
.block_contact .whatsap,
.block_contact .telegram {
  width: 40px;
  height: 40px;
  padding: 7px !important;
  background-color: white;
  border-radius: 50%;
  background: unset;
  transition: 300ms ease-in-out;
  transition-property: box-shadow, transform;
}
.block_contact .phone:hover,
.block_contact .whatsap:hover,
.block_contact .telegram:hover {
  /*box-shadow: 3px 3px 7px rgb(0 0 0 / 50%);*/
  transform: translateY(-5px);
}
.block_contact .phone:after,
.block_contact .telegram:after,
.block_contact .whatsap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block_contact .phone:after {
  background-image: url(/local/templates/site/css/../img/product/phone.svg);
}
.block_contact .telegram:after {
  background-image: url(/local/templates/site/css/../img/product/telegram.svg);
}
.block_contact .whatsap:after {
  background-image: url(/local/templates/site/css/../img/product/whatsapp.svg);
}

.tabs {
  font-size: 0;
  max-width: 460px;
}

.tabs > input[type='radio'] {
  display: none;
}

.tabs > div {
  /* скрыть контент по умолчанию */
  display: none;
  border: none;
  padding: 10px 0;
  font-size: 12px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5 {
  display: block;
}
.tab_labeles {
  display: block !important;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #fff0;
  border: none;
  padding: 2px 16px 2px 0px;
  font-size: 12px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
  font-weight: 500;
}

.tabs label:not(:first-of-type) {
  border-left: none;
}

#tab-btn-1:checked ~ .tab_labeles > label[for='tab-btn-1'],
#tab-btn-2:checked ~ .tab_labeles > label[for='tab-btn-2'],
#tab-btn-3:checked ~ .tab_labeles > label[for='tab-btn-3'],
#tab-btn-4:checked ~ .tab_labeles > label[for='tab-btn-4'],
#tab-btn-5:checked ~ .tab_labeles > label[for='tab-btn-5'] {
  text-decoration: underline;
}
.tabs .standart-ul {
  list-style-type: none;
  padding-left: 0;
}
.tabs .standart-ul li {
  margin-bottom: 0;
}
.tabs > div > p {
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
  line-height: 25px;
  padding: 0 15px;
}
.tabs > .chevron {
  display: none;
}
.testimonials_product p {
  text-align: center;
  padding-top: 20px;
}
.testimonials_product {
  height: 200px;
  overflow-y: scroll;
}
section.testimonials_product::-webkit-scrollbar {
  -webkit-appearance: none;
}
section.testimonials_product::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .tabs {
    padding: 0 22px;
    position: relative;
  }
  .tabs > .chevron {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
  }
  .tabs > .chevron::before {
    height: 10px;
    width: 10px;
  }
  .tabs label {
    padding: 2px 9px 2px 0px;
    font-size: 16px;
  }
  .catalog_detail .block_contact {
    padding: 0 22px;
    text-align: center;
  }
}
.not-size > .card__size::before {
  position: absolute;
  background: url('/local/templates/site/css/../img/catalog/not-size_desktop_left.svg') center/cover
  no-repeat;
  content: '';
  position: absolute;
  display: block;
  top: -3px;
  left: -1px;
  height: 120%;
  width: 17px;
}

.not-size > .card__size::after {
  content: '';
  position: absolute;
  display: block;
  top: -3px;
  right: -1px;
  position: absolute;
  height: 120%;
  width: 17px;
  background: url('/local/templates/site/css/../img/catalog/not-size_desktop_right.svg') center/cover
  no-repeat;
}
.label-size > .not-size {
  position: relative;
  opacity: 0.5;
  background-color: #0000001a;
}
.similar-products .card__discription {
  white-space: pre-wrap;
  height: 40px;
  margin: 0;
}
.navigation_menu a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.05em;
}
.store_inv > li {
  display: inline;
  padding: 0 10px;
  font-size: 15px;
}
.store_inv .unavailable {
  opacity: 0.5;
  text-decoration: line-through;
}
/* купон */
.first_coupon {
  padding: 22px;
  border: 1px solid #eee;
  font-size: 14px;
  border-bottom: none;
  text-align: center;
}
.first_coupon > button {
  width: 100%;
}
.first_coupon > button:disabled {
  opacity: 0.5;
}
.first_coupon > button:disabled:hover {
  background-color: #000;
}
.first_coupon > div {
  margin: 20px 0;
}

.dopskidki .coupon-buttons {
  display: flex;
  align-items: center;
}
.dopskidki .coupon-buttons button {
  flex-grow: 1;
}
/*.dopskidki .coupon-buttons button + button {
	margin-left: 10px;
}*/
#coupon_enter.disabled {
  display: none;
}
#coupon_delete {
  display: none;
}
#coupon_delete.show {
  display: block;
}


/*:not(.no-placeholder).lazy-image[data-src],*/
.lazy-slider[data-src] {
  display: block;
  color: transparent;
  position: relative;
  border: 1px solid rgb(205 205 213 / 50%);
  border-radius: 3px;
  top: -1px;
}
.card__slide .lazy-slider[data-src] {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/*:not(.no-placeholder).lazy-image[data-src]:after,*/
.lazy-slider[data-src]:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url('/local/templates/site/img/lazy-preload.svg');
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  background-color: white;
}

/*.header-logo .lazy-image[data-src]:after,
.footer-logo .lazy-image[data-src]:after{
	background-color: #253745;
}
.header-logo .lazy-image[data-src] {
	max-width: 85px;
}
.bx-basket-block .basket_line > a .lazy-image[data-src]:after {
	background-color: #4fb8eb;
}
.steps-item-icon .lazy-image[data-src]:after {
	background-color: #b09765;
}*/

.card__slide {
  min-height: calc(505px * 1.5 - 40px);
  position: relative;
}

.product__slider .lazy-slider[data-src] {
  min-height: calc(100vw * 1.5);
}

@media (min-width: 1000px) {
  .product__slider .lazy-slider[data-src] {
    min-height: calc(50vw * 1.5 - 10px);
  }
}

@media (max-width: 1300px) {
  .card__slide {
    min-height: calc(80vw - 320px);
  }
}
@media (max-width: 1023px) {
  .box_catalog {
    margin-right: auto;
  }
}
@media (max-width: 765px) {
  .card__slide {
    min-height: 650px;
  }
}
@media (max-width: 475px) {
  .card__slide {
    min-height: calc((100vw - 60px) * 1.5);
  }
}

@media (min-width: 1191px) and (max-width: 1310px) {
  .header-menu-item {
    margin-right: 25px;
  }
}

.dostavka .dostavka-title,
.dostavka .dostavka-info {
  display: block;
}
.dostavka .dostavka-title {
  font-weight: bold;
  margin-bottom: 7px;
  padding-bottom: 3px;
  position: relative;
}
.dostavka .dostavka-title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: black;
}
.dostavka .dostavka-info + .dostavka-info {
  margin-top: 3px;
}

.card__oneclick.card__oneclick-mobile {
  margin-top: -1px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding: 13px 20px;
}
.product_add_buttons .product__oneclick {
  padding: 14px 20px;
}
@media (max-width: 1000px) {
  .product_add_buttons .product__oneclick {
    font-size: 12px;
  }
}

.catalog__card.card__available .card__add-box .card__add-size,
.catalog__card.card__available .card__add-box .card__add-cart {
  border: 1px solid black;
}
.catalog__card.card__available .card__add-box:hover .card__add-cart {
  background-color: white;
  color: black;
}

#loyalty-rules-container {
  max-width: 900px;
}

.messengers {
  bottom: 70px !important;
}

.consultant-icon {
  bottom: 40px !important;
}

/* End */


/* Start:/local/templates/site/css/all.min.css?172250647359467*/
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/local/templates/site/css/../fonts/FontAwesome/fa-brands-400.eot);src:url(/local/templates/site/css/../fonts/FontAwesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/site/css/../fonts/FontAwesome/fa-brands-400.woff2) format("woff2"),url(/local/templates/site/css/../fonts/FontAwesome/fa-brands-400.woff) format("woff"),url(/local/templates/site/css/../fonts/FontAwesome/fa-brands-400.ttf) format("truetype"),url(/local/templates/site/css/../fonts/FontAwesome/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/local/templates/site/css/../fonts/FontAwesome/fa-regular-400.eot);src:url(/local/templates/site/css/../fonts/FontAwesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/site/css/../fonts/FontAwesome/fa-regular-400.woff2) format("woff2"),url(/local/templates/site/css/../fonts/FontAwesome/fa-regular-400.woff) format("woff"),url(/local/templates/site/css/../fonts/FontAwesome/fa-regular-400.ttf) format("truetype"),url(/local/templates/site/css/../fonts/FontAwesome/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/local/templates/site/css/../fonts/FontAwesome/fa-solid-900.eot);src:url(/local/templates/site/css/../fonts/FontAwesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/local/templates/site/css/../fonts/FontAwesome/fa-solid-900.woff2) format("woff2"),url(/local/templates/site/css/../fonts/FontAwesome/fa-solid-900.woff) format("woff"),url(/local/templates/site/css/../fonts/FontAwesome/fa-solid-900.ttf) format("truetype"),url(/local/templates/site/css/../fonts/FontAwesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* End */


/* Start:/local/templates/site/css/let-it-snow.css?172283687713558*/
.let-it-snow { position: relative }

.lis-flake,
.lis-flake--js {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px #fff;
  z-index: 9999
}

.lis-flake--js { opacity: .2 }

.lis-flake--stuck {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  opacity: .7;
  transition: all .3s ease
}

.lis-flake:nth-child(-n+33) {
  -moz-animation: snow1 8s linear infinite;
  -webkit-animation: snow1 8s linear infinite;
  animation: snow1 8s linear infinite
}

.lis-flake:nth-child(n+33) {
  -moz-animation: snow2 8s 4s linear infinite;
  -webkit-animation: snow2 8s 4s linear infinite;
  animation: snow2 8s 4s linear infinite
}

.lis-flake:nth-child(n+66) {
  -moz-animation: snow3 8s 6s linear infinite;
  -webkit-animation: snow3 8s 6s linear infinite;
  animation: snow3 8s 6s linear infinite
}

.lis-flake:nth-child(1) {
  left: 79%;
  top: -210px;
  width: 4px;
  height: 5px;
  transform: rotate(39deg)
}

.lis-flake:nth-child(2) {
  left: 12%;
  top: -500px;
  width: 6px;
  height: 5px;
  transform: rotate(58deg)
}

.lis-flake:nth-child(3) {
  left: 6%;
  top: -40px;
  width: 2px;
  height: 5px;
  transform: rotate(2deg)
}

.lis-flake:nth-child(4) {
  left: 35%;
  top: -340px;
  width: 3px;
  height: 3px;
  transform: rotate(17deg)
}

.lis-flake:nth-child(5) {
  left: 34%;
  top: -680px;
  width: 2px;
  height: 5px;
  transform: rotate(92deg)
}

.lis-flake:nth-child(6) {
  left: 9%;
  top: -780px;
  width: 1px;
  height: 2px;
  transform: rotate(26deg)
}

.lis-flake:nth-child(7) {
  left: 27%;
  top: -340px;
  width: 2px;
  height: 1px;
  transform: rotate(8deg)
}

.lis-flake:nth-child(8) {
  left: 12%;
  top: -310px;
  width: 6px;
  height: 4px;
  transform: rotate(80deg)
}

.lis-flake:nth-child(9) {
  left: 21%;
  top: -100px;
  width: 5px;
  height: 1px;
  transform: rotate(53deg)
}

.lis-flake:nth-child(10) {
  left: 30%;
  top: -690px;
  width: 3px;
  height: 1px;
  transform: rotate(74deg)
}

.lis-flake:nth-child(11) {
  left: 23%;
  top: -920px;
  width: 4px;
  height: 4px;
  transform: rotate(69deg)
}

.lis-flake:nth-child(12) {
  left: 37%;
  top: -870px;
  width: 3px;
  height: 3px;
  transform: rotate(26deg)
}

.lis-flake:nth-child(13) {
  left: 36%;
  top: -570px;
  width: 5px;
  height: 6px;
  transform: rotate(47deg)
}

.lis-flake:nth-child(14) {
  left: 78%;
  top: -730px;
  width: 5px;
  height: 3px;
  transform: rotate(95deg)
}

.lis-flake:nth-child(15) {
  left: 3%;
  top: -840px;
  width: 3px;
  height: 2px;
  transform: rotate(54deg)
}

.lis-flake:nth-child(16) {
  left: 34%;
  top: -960px;
  width: 2px;
  height: 3px;
  transform: rotate(56deg)
}

.lis-flake:nth-child(17) {
  left: 7%;
  top: -660px;
  width: 4px;
  height: 1px;
  transform: rotate(3deg)
}

.lis-flake:nth-child(18) {
  left: 16%;
  top: -510px;
  width: 5px;
  height: 5px;
  transform: rotate(75deg)
}

.lis-flake:nth-child(19) {
  left: 77%;
  top: -760px;
  width: 3px;
  height: 1px;
  transform: rotate(77deg)
}

.lis-flake:nth-child(20) {
  left: 98%;
  top: -240px;
  width: 4px;
  height: 1px;
  transform: rotate(18deg)
}

.lis-flake:nth-child(21) {
  left: 71%;
  top: -540px;
  width: 6px;
  height: 5px;
  transform: rotate(65deg)
}

.lis-flake:nth-child(22) {
  left: 64%;
  top: -650px;
  width: 2px;
  height: 5px;
  transform: rotate(96deg)
}

.lis-flake:nth-child(23) {
  left: 65%;
  top: -70px;
  width: 1px;
  height: 3px;
  transform: rotate(94deg)
}

.lis-flake:nth-child(24) {
  left: 76%;
  top: -970px;
  width: 3px;
  height: 4px;
  transform: rotate(63deg)
}

.lis-flake:nth-child(25) {
  left: 79%;
  top: -830px;
  width: 3px;
  height: 4px;
  transform: rotate(86deg)
}

.lis-flake:nth-child(26) {
  left: 18%;
  top: -540px;
  width: 2px;
  height: 5px;
  transform: rotate(60deg)
}

.lis-flake:nth-child(27) {
  left: 99%;
  top: -500px;
  width: 6px;
  height: 6px;
  transform: rotate(28deg)
}

.lis-flake:nth-child(28) {
  left: 5%;
  top: -270px;
  width: 6px;
  height: 3px;
  transform: rotate(57deg)
}

.lis-flake:nth-child(29) {
  left: 64%;
  top: -630px;
  width: 5px;
  height: 3px;
  transform: rotate(24deg)
}

.lis-flake:nth-child(30) {
  left: 4%;
  top: -130px;
  width: 4px;
  height: 1px;
  transform: rotate(70deg)
}

.lis-flake:nth-child(31) {
  left: 59%;
  top: -340px;
  width: 4px;
  height: 6px;
  transform: rotate(65deg)
}

.lis-flake:nth-child(32) {
  left: 44%;
  top: -100px;
  width: 1px;
  height: 6px;
  transform: rotate(49deg)
}

.lis-flake:nth-child(33) {
  left: 15%;
  top: -870px;
  width: 2px;
  height: 6px;
  transform: rotate(38deg)
}

.lis-flake:nth-child(34) {
  left: 76%;
  top: -490px;
  width: 2px;
  height: 5px;
  transform: rotate(65deg)
}

.lis-flake:nth-child(35) {
  left: 93%;
  top: -320px;
  width: 1px;
  height: 5px;
  transform: rotate(23deg)
}

.lis-flake:nth-child(36) {
  left: 4%;
  top: -620px;
  width: 5px;
  height: 5px;
  transform: rotate(19deg)
}

.lis-flake:nth-child(37) {
  left: 35%;
  top: -910px;
  width: 5px;
  height: 4px;
  transform: rotate(66deg)
}

.lis-flake:nth-child(38) {
  left: 90%;
  top: -460px;
  width: 4px;
  height: 1px;
  transform: rotate(36deg)
}

.lis-flake:nth-child(39) {
  left: 36%;
  top: -340px;
  width: 1px;
  height: 1px;
  transform: rotate(1deg)
}

.lis-flake:nth-child(40) {
  left: 89%;
  top: -170px;
  width: 6px;
  height: 5px;
  transform: rotate(65deg)
}

.lis-flake:nth-child(41) {
  left: 87%;
  top: -330px;
  width: 6px;
  height: 6px;
  transform: rotate(48deg)
}

.lis-flake:nth-child(42) {
  left: 63%;
  top: -520px;
  width: 4px;
  height: 1px;
  transform: rotate(100deg)
}

.lis-flake:nth-child(43) {
  left: 54%;
  top: -480px;
  width: 4px;
  height: 4px;
  transform: rotate(69deg)
}

.lis-flake:nth-child(44) {
  left: 4%;
  top: -290px;
  width: 4px;
  height: 5px;
  transform: rotate(89deg)
}

.lis-flake:nth-child(45) {
  left: 19%;
  top: -430px;
  width: 2px;
  height: 6px;
  transform: rotate(73deg)
}

.lis-flake:nth-child(46) {
  left: 18%;
  top: -290px;
  width: 6px;
  height: 5px;
  transform: rotate(95deg)
}

.lis-flake:nth-child(47) {
  left: 65%;
  top: -680px;
  width: 5px;
  height: 3px;
  transform: rotate(100deg)
}

.lis-flake:nth-child(48) {
  left: 21%;
  top: -390px;
  width: 2px;
  height: 4px;
  transform: rotate(70deg)
}

.lis-flake:nth-child(49) {
  left: 63%;
  top: -600px;
  width: 4px;
  height: 2px;
  transform: rotate(44deg)
}

.lis-flake:nth-child(50) {
  left: 34%;
  top: -10px;
  width: 6px;
  height: 3px;
  transform: rotate(68deg)
}

.lis-flake:nth-child(51) {
  left: 91%;
  top: -400px;
  width: 2px;
  height: 6px;
  transform: rotate(97deg)
}

.lis-flake:nth-child(52) {
  left: 1%;
  top: -740px;
  width: 4px;
  height: 2px;
  transform: rotate(8deg)
}

.lis-flake:nth-child(53) {
  left: 28%;
  top: -160px;
  width: 2px;
  height: 5px;
  transform: rotate(45deg)
}

.lis-flake:nth-child(54) {
  left: 28%;
  top: -170px;
  width: 2px;
  height: 4px;
  transform: rotate(84deg)
}

.lis-flake:nth-child(55) {
  left: 71%;
  top: -710px;
  width: 5px;
  height: 5px;
  transform: rotate(80deg)
}

.lis-flake:nth-child(56) {
  left: 61%;
  top: -120px;
  width: 5px;
  height: 1px;
  transform: rotate(96deg)
}

.lis-flake:nth-child(57) {
  left: 94%;
  top: -90px;
  width: 2px;
  height: 2px;
  transform: rotate(73deg)
}

.lis-flake:nth-child(58) {
  left: 83%;
  top: 0px;
  width: 2px;
  height: 5px;
  transform: rotate(48deg)
}

.lis-flake:nth-child(59) {
  left: 88%;
  top: -430px;
  width: 4px;
  height: 5px;
  transform: rotate(1deg)
}

.lis-flake:nth-child(60) {
  left: 33%;
  top: -30px;
  width: 6px;
  height: 5px;
  transform: rotate(36deg)
}

.lis-flake:nth-child(61) {
  left: 50%;
  top: -790px;
  width: 6px;
  height: 4px;
  transform: rotate(5deg)
}

.lis-flake:nth-child(62) {
  left: 32%;
  top: -960px;
  width: 2px;
  height: 4px;
  transform: rotate(45deg)
}

.lis-flake:nth-child(63) {
  left: 79%;
  top: -880px;
  width: 3px;
  height: 4px;
  transform: rotate(23deg)
}

.lis-flake:nth-child(64) {
  left: 13%;
  top: -10px;
  width: 4px;
  height: 4px;
  transform: rotate(9deg)
}

.lis-flake:nth-child(65) {
  left: 92%;
  top: -340px;
  width: 4px;
  height: 4px;
  transform: rotate(30deg)
}

.lis-flake:nth-child(66) {
  left: 26%;
  top: -210px;
  width: 6px;
  height: 2px;
  transform: rotate(29deg)
}

.lis-flake:nth-child(67) {
  left: 77%;
  top: -590px;
  width: 1px;
  height: 6px;
  transform: rotate(13deg)
}

.lis-flake:nth-child(68) {
  left: 15%;
  top: -70px;
  width: 5px;
  height: 3px;
  transform: rotate(37deg)
}

.lis-flake:nth-child(69) {
  left: 71%;
  top: -180px;
  width: 6px;
  height: 4px;
  transform: rotate(60deg)
}

.lis-flake:nth-child(70) {
  left: 41%;
  top: -930px;
  width: 2px;
  height: 5px;
  transform: rotate(94deg)
}

.lis-flake:nth-child(71) {
  left: 93%;
  top: -870px;
  width: 5px;
  height: 3px;
  transform: rotate(42deg)
}

.lis-flake:nth-child(72) {
  left: 54%;
  top: -470px;
  width: 1px;
  height: 5px;
  transform: rotate(90deg)
}

.lis-flake:nth-child(73) {
  left: 31%;
  top: -520px;
  width: 3px;
  height: 5px;
  transform: rotate(42deg)
}

.lis-flake:nth-child(74) {
  left: 18%;
  top: -810px;
  width: 5px;
  height: 3px;
  transform: rotate(8deg)
}

.lis-flake:nth-child(75) {
  left: 12%;
  top: -660px;
  width: 3px;
  height: 4px;
  transform: rotate(64deg)
}

.lis-flake:nth-child(76) {
  left: 17%;
  top: -860px;
  width: 5px;
  height: 6px;
  transform: rotate(73deg)
}

.lis-flake:nth-child(77) {
  left: 82%;
  top: -690px;
  width: 1px;
  height: 4px;
  transform: rotate(68deg)
}

.lis-flake:nth-child(78) {
  left: 8%;
  top: -850px;
  width: 4px;
  height: 5px;
  transform: rotate(30deg)
}

.lis-flake:nth-child(79) {
  left: 19%;
  top: -420px;
  width: 5px;
  height: 2px;
  transform: rotate(100deg)
}

.lis-flake:nth-child(80) {
  left: 7%;
  top: -810px;
  width: 5px;
  height: 1px;
  transform: rotate(68deg)
}

.lis-flake:nth-child(81) {
  left: 18%;
  top: -450px;
  width: 2px;
  height: 4px;
  transform: rotate(82deg)
}

.lis-flake:nth-child(82) {
  left: 26%;
  top: -900px;
  width: 5px;
  height: 3px;
  transform: rotate(26deg)
}

.lis-flake:nth-child(83) {
  left: 86%;
  top: -590px;
  width: 1px;
  height: 2px;
  transform: rotate(73deg)
}

.lis-flake:nth-child(84) {
  left: 72%;
  top: -230px;
  width: 2px;
  height: 2px;
  transform: rotate(55deg)
}

.lis-flake:nth-child(85) {
  left: 26%;
  top: -700px;
  width: 6px;
  height: 3px;
  transform: rotate(11deg)
}

.lis-flake:nth-child(86) {
  left: 46%;
  top: -840px;
  width: 2px;
  height: 2px;
  transform: rotate(100deg)
}

.lis-flake:nth-child(87) {
  left: 5%;
  top: -600px;
  width: 4px;
  height: 3px;
  transform: rotate(46deg)
}

.lis-flake:nth-child(88) {
  left: 6%;
  top: -610px;
  width: 6px;
  height: 4px;
  transform: rotate(65deg)
}

.lis-flake:nth-child(89) {
  left: 45%;
  top: -420px;
  width: 3px;
  height: 5px;
  transform: rotate(80deg)
}

.lis-flake:nth-child(90) {
  left: 45%;
  top: -100px;
  width: 6px;
  height: 1px;
  transform: rotate(33deg)
}

.lis-flake:nth-child(91) {
  left: 6%;
  top: -830px;
  width: 3px;
  height: 6px;
  transform: rotate(4deg)
}

.lis-flake:nth-child(92) {
  left: 58%;
  top: -770px;
  width: 1px;
  height: 3px;
  transform: rotate(89deg)
}

.lis-flake:nth-child(93) {
  left: 23%;
  top: -870px;
  width: 4px;
  height: 6px;
  transform: rotate(32deg)
}

.lis-flake:nth-child(94) {
  left: 89%;
  top: -340px;
  width: 6px;
  height: 4px;
  transform: rotate(7deg)
}

.lis-flake:nth-child(95) {
  left: 46%;
  top: -790px;
  width: 4px;
  height: 2px;
  transform: rotate(91deg)
}

.lis-flake:nth-child(96) {
  left: 94%;
  top: -140px;
  width: 6px;
  height: 5px;
  transform: rotate(22deg)
}

.lis-flake:nth-child(97) {
  left: 32%;
  top: -430px;
  width: 3px;
  height: 1px;
  transform: rotate(55deg)
}

.lis-flake:nth-child(98) {
  left: 85%;
  top: -40px;
  width: 6px;
  height: 1px;
  transform: rotate(64deg)
}

.lis-flake:nth-child(99) {
  left: 66%;
  top: -710px;
  width: 1px;
  height: 1px;
  transform: rotate(42deg)
}

.lis-flake:nth-child(100) {
  left: 33%;
  top: -790px;
  width: 1px;
  height: 4px;
  transform: rotate(55deg)
}
@-moz-keyframes 
snow1 { 0% {
    -moz-transform:translate(-250px, 0);
    opacity:1
}
100% {
    -moz-transform:translate(250px, 1500px);
    opacity:0
}
}
@-moz-keyframes 
snow2 { 0% {
    -moz-transform:translate(0, 0);
    opacity:1
}
100% {
    -moz-transform:translate(250px, 2500px);
    opacity:.5
}
}
@-moz-keyframes 
snow3 { 0% {
    -moz-transform:translate(0, 0);
    opacity:1
}
100% {
    -moz-transform:translate(0, 2500px);
    opacity:.5
}
}
@-webkit-keyframes 
snow1 { 0% {
    -webkit-transform:translate(-250px, 0);
    opacity:1
}
100% {
    -webkit-transform:translate(250px, 1500px);
    opacity:0
}
}
@-webkit-keyframes 
snow2 { 0% {
    -webkit-transform:translate(0, 0);
    opacity:1
}
100% {
    -webkit-transform:translate(250px, 2500px);
    opacity:.5
}
}
@-webkit-keyframes 
snow3 { 0% {
    -webkit-transform:translate(0, 0);
    opacity:1
}
100% {
    -webkit-transform:translate(0, 2500px);
    opacity:.5
}
}
@keyframes 
snow1 { 0% {
    transform:translate(-250px, 0);
    opacity:1
}
100% {
    transform:translate(250px, 1500px);
    opacity:0
}
}
@keyframes 
snow2 { 0% {
    transform:translate(0, 0);
    opacity:1
}
100% {
    transform:translate(250px, 2500px);
    opacity:.5
}
}
@keyframes 
snow3 { 0% {
    transform:translate(0, 0);
    opacity:1
}
100% {
    transform:translate(0, 2500px);
    opacity:.5
}
}

/* End */


/* Start:/local/templates/site/css/modal-side-general.css?17228368776621*/
.modals-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .2;
    background: #000;
    display: none;
    z-index: 9000;
}
._show_modal {
	overflow: hidden !important;
	padding-right: 17px !important;
}
/**/
@media screen {
    .modal-fade-in,.modal-popup,.modal-slide,.modal-slide-bottom {
        position: fixed;
        z-index: 9001;
        visibility: hidden;
        transition-property: opacity,visibility,transform;
        transition-duration: .3s
    }

    .modal-fade-in,.modal-fade-in .modal-content,.modal-popup,.modal-popup .modal-content,.modal-slide,.modal-slide-bottom,.modal-slide-bottom .modal-content,.modal-slide .modal-content {
        background-color: #fff
    }

    .modal-fade-in._show,.modal-popup._show,.modal-slide-bottom._show,.modal-slide._show {
        visibility: visible
    }

    .modal-fade-in._bounce-in-up-init .modal-inner-wrap,.modal-popup._bounce-in-up-init .modal-inner-wrap,.modal-slide-bottom._bounce-in-up-init .modal-inner-wrap,.modal-slide._bounce-in-up-init .modal-inner-wrap {
        opacity: 0;
        visibility: hidden;
        will-change: transform;
        transform: translateY(20px) translateZ(0)
    }

    .modal-fade-in .action-close,.modal-popup .action-close,.modal-slide-bottom .action-close,.modal-slide .action-close {
        background-color: transparent;
        font-size: 0;
        display: block;
        margin-left: auto;
        cursor: pointer;
        position: relative;
        width: 20px;
        height: 20px;
        background: url(/local/templates/site/img/dolyame/close-cross.svg)
    }
}

@media screen {
    .modal-fade-in .action-close:hover,.modal-popup .action-close:hover,.modal-slide-bottom .action-close:hover,.modal-slide .action-close:hover {
        background: url(/local/templates/site/img/dolyame/close-cross-hover.svg)
    }
}

@media screen {
    .modal-slide {
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 826px;
        overflow-y: scroll;
        will-change: transform;
        transform: translateX(100%)
    }

    .modal-slide._left {
        left: 0;
        right: auto;
        transform: translateX(-100%)
    }

    .modal-slide._show {
        visibility: visible;
        transform: translateX(0)
    }

    .modal-slide._show-edit {
        transform: none;
        will-change: auto
    }

    .modal-slide._bounce-in-up .modal-inner-wrap {
        animation: bounceInUpCart .4s cubic-bezier(.7,0,.2,1) 0s both
    }
}

@keyframes bounceInUpCart {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px) translateZ(0)
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) translateZ(0)
    }
}

@media screen {
    .modal-popup {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }

    .modal-popup .modal-inner-wrap {
        margin: 5rem auto;
        width: 75%;
        height: auto
    }

    .modal-popup .modal-footer {
        margin-top: auto;
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .modal-popup .action-primary,.modal-popup .action-secondary {
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
        width: auto
    }

    .modal-popup .action-secondary {
        background: 0 0;
        color: #000
    }
}

@media screen {
    .modal-fade-in {
        overflow-y: visible
    }

    .modal-fade-in .modal-inner-wrap {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .modal-fade-in .modal-header {
        flex-shrink: 0
    }

    .modal-fade-in .modal-content {
        flex-grow: 1;
        overflow-y: scroll
    }

    .modal-fade-in .action-close {
        position: absolute
    }

    .modal-fade-in .modal-title {
        display: none
    }

    .modal-fade-in .action-close {
        z-index: 1
    }
}

@media screen and (max-width: 767px) {
    .modal-fade-in .action-close {
        top:20px;
        right: 20px
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .modal-fade-in .action-close {
        top:23px;
        right: 23px
    }
}

@media screen and (min-width: 1024px) {
    .modal-fade-in .action-close {
        top:40px;
        right: 40px
    }
}

@media screen {
    .modal-fade-in {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0
    }

    .modal-fade-in._show {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .modal-fade-in .modal-header {
        z-index:1;
        display: none
    }

    .modal-fade-in .modal-title {
        margin-right: 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        text-transform: lowercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .modal-fade-in._scroll-up .modal-title {
        display: block
    }

    .modal-fade-in._scroll-up .modal-header {
        position: absolute;
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        background: #fff
    }

    .modal-fade-in._scroll-up:not(._fully-scrolled) .modal-header {
        border-bottom: 1px solid #f2f2f2
    }

    .modal-fade-in._scroll-up .action-close {
        position: static;
        flex-shrink: 0
    }

    .modal-fade-in._scroll-up:not(._fully-scrolled) .modal-header {
        border-bottom-color: transparent
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .modal-fade-in .action-close {
        top:30px
    }
}

@media screen and (min-width: 768px) and (max-width:1529px) {
    .modal-fade-in .action-close {
        right:2.94118%
    }
}

@media screen and (min-width: 1024px) {
    .modal-fade-in .action-close {
        top:40px
    }
}

@media screen and (min-width: 1530px) {
    .modal-fade-in .action-close {
        right:40px
    }
}

@media screen {
    .modal-slide-bottom {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        overflow-y: auto;
        will-change: transform;
        transform: translateY(100%)
    }

    .modal-slide-bottom._show {
        visibility: visible;
        transform: translateY(0)
    }

    .modal-slide-bottom .modal-header {
        display: none
    }
}

@media screen {
    .modals-overlay {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: .2;
        background: #000
    }
}
/* End */


/* Start:/local/include/sidebar-dolyame.css?174844211012641*/
.modals-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .2;
    background: #000;
    display: none;
}
._show_modal {
	overflow: hidden !important;
	padding-right: 17px !important;
}

.dolyame-block {
	visibility: hidden;
	font-style: italic;
    display: flex;
    align-items: center;
    cursor: pointer;
	margin-bottom: 40px;
}
.dolyame-block.visible {
	visibility: visible;
}
.dolyame-block .dolyame-block-price {
    font-size: 14px;
    line-height: 1.1;
    font-style: italic;
/*    color: #000000;
    border: 1px solid #000000;*/
    color: #4f00ff;
	border: 1px solid #4f00ff;
    border-radius: 20px;
    padding: 5px 12px 4px;
    cursor: pointer;
    transition: background-color .15s ease-out;
}
.dolyame-block .dolyame-block-price svg {
	fill: #4f00ff;
}
.dolyame-block .dolyame-block-price:hover {
	background-color: rgba(79,0,255,.05)
}
.dolyame-block .dolyame-block__x {
    display: inline-block;
    padding: 0 4px;
}
.dolyame-block .dolyame-block__modal-link {
    font-size: 14px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 25px;
}
.dolyame-block .dolyame-block__modal-link span {
	display: inline-block;
	border-bottom: 1px dashed transparent;
	padding: 0 0 2px;
    transition: border-color .15s ease-out;
}
.dolyame-block .dolyame-block__modal-link:hover span {
	border-color: currentColor;
}
.dolyame-block .dolyame-block__modal-link svg {
    margin-left: 6px;
}

/*MODAL DOLYAME*/
@media screen {
	.modal-content {
		background-color: #eee;
	}

	.dolyame-block__x {
		display: inline-block;
		padding: 0 4px
	}

	.dolyame-block._hidden {
		display: none
	}

	.dolyame-block._visible {
		display: flex
	}

	.dolyame-block__modal-link {
		font-size: 14px;
		line-height: 1.1;
		display: flex;
		align-items: center;
		justify-content: flex-end
	}
}

@media screen and (max-width: 359px) {
	.dolyame-block {
		flex-direction:column;
		align-items: flex-start
	}
}

@media screen and (max-width: 767px) {
	.dolyame-block {
		flex-direction: column;
		align-items: flex-start;
	}
	.dolyame-block .dolyame-block__modal-link {
		margin-left: 0;
		margin-top: 10px;
	}
	.dolyame-block__modal-link svg {
		margin-left: 7px;
		height: 13px
	}
}

@media screen and (min-width: 768px) and (max-width:1119px) {

	.dolyame-block__modal-link svg {
		margin-left: 9px
	}
}

@media screen and (min-width: 1120px) {

	.dolyame-block__modal-link svg {
		margin-left: 6px
	}
}

@media screen {
	.dolyame-block-price {
		font-size: 14px;
		line-height: 1.1;
		font-style: italic;
		color: #4f00ff;
		border: 1px solid #4f00ff;
		border-radius: 20px;
		padding: 5px 8px 4px;
		cursor: pointer;
		transition: background-color .15s ease-out
	}

	.dolyame-block-price._loading {
		animation: pulse 1s linear infinite
	}

	.dolyame-block-price__checkout-text-small-desktop {
		display: none
	}

	.dolyame-block-price:hover {
		background-color: rgba(79,0,255,.05)
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px) {
	.dolyame-block-price {
		font-size:12px;
		padding: 7px 10px 6px
	}

	.dolyame-block-price__checkout-text {
		display: none
	}

	.dolyame-block-price__checkout-text-small-desktop {
		display: inline
	}
}

@media screen and (max-width: 359px) {
	.dolyame-block-price {
		margin-bottom:10px
	}
}

@media screen and (max-width: 1119px) {
	.dolyame-block-price {
		margin-right:9px
	}

	.pdp .dolyame-block-price {
		margin-right: 11px
	}
}

@media screen {
	.dolyame-cover {
		background: url(/local/templates/site/img/dolyame/dolyame-bg.JPG) no-repeat;
		display: flex;
		align-items: flex-end
	}
}

@media screen and (max-width: 767px) {
	.dolyame-cover {
		height:280px;
		margin-bottom: 25px
	}

	.dolyame-cover__logo {
		width: 230px;
		padding: 19px 20px
	}
}

@media screen and (max-width: 359px) {
	.dolyame-cover {
		background-position:57%;
		background-size: auto 100%
	}
}

@media screen and (min-width: 360px) and (max-width:767px) {
	.dolyame-cover {
		background-position: bottom;
	    background-size: cover;
	}
}

@media screen and (min-width: 768px) {
	.dolyame-cover {
		margin-bottom:40px
	}

	.dolyame-cover__logo {
		width: 100%;
		margin: 0 auto;
		max-width: 520px;
		padding-bottom: 29px
	}

	.dolyame-cover__logo svg {
		max-width: 270px;
		max-height: 40px
	}
}

@media screen and (min-width: 768px) and (max-width:1023px) {
	.dolyame-cover {
		height:400px;
	    background-position: bottom;
	    background-size: cover;
	}
}

@media screen and (min-width: 1024px) {
	.dolyame-cover {
		height:503px;
	    background-position: 0%;
	    background-size: auto 115%;
	}
}

@media screen {
	.dolyame-main__title {
		font-weight: 500;
		line-height: 110%;
		letter-spacing: -.2px
	}

	.dolyame-main__title span {
		white-space: nowrap
	}
}

@media screen and (max-width: 767px) {
	.dolyame-main {
		margin-bottom:58px
	}

	.dolyame-main__title {
		font-size: 30px
	}

	.dolyame-main__text {
		font-size: 16px;
		line-height: 140%;
		margin-top: 15px
	}

	.dolyame-main__steps {
		margin-top: 25px
	}
}

@media screen and (min-width: 768px) {
	.dolyame-main {
		margin-bottom:79px
	}

	.dolyame-main__title {
		font-size: 40px
	}

	.dolyame-main__text {
		font-size: 16px
	}
}

@media screen and (min-width: 768px) and (max-width:1023px) {
	.dolyame-main__text {
		margin-top:20px;
		line-height: 26px
	}

	.dolyame-main__steps {
		margin-top: 38px
	}
}

@media screen and (min-width: 1024px) {
	.dolyame-main__text {
		margin-top:18px;
		line-height: 23px
	}

	.dolyame-main__steps {
		margin-top: 48px
	}
}

@media screen {
	.dolyame-steps {
		border-left: 1px solid #f2f2f2
	}

	.dolyame-steps__item {
		display: flex;
		align-items: center
	}

	.dolyame-steps__item:first-child {
		margin-top: 0
	}

	.dolyame-steps__number-wrapper {
		background: #fff;
		border-style: solid;
		border-color: #f2f2f2;
		border-radius: 50%;
		transform: rotate(45deg)
	}

	.dolyame-steps__item:first-of-type .dolyame-steps__number-wrapper {
		border-top-color: #000
	}

	.dolyame-steps__item:nth-of-type(2) .dolyame-steps__number-wrapper {
		border-top-color: #000;
		border-right-color: #000
	}

	.dolyame-steps__item:nth-of-type(3) .dolyame-steps__number-wrapper {
		border-color: #000;
		border-left-color: #f2f2f2
	}

	.dolyame-steps__item:nth-of-type(4) .dolyame-steps__number-wrapper {
		border-color: #000
	}

	.dolyame-steps__number {
		font-weight: 500;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: rotate(-45deg)
	}

	.dolyame-steps__content {
		padding-top: 2px
	}

	.dolyame-steps__date {
		line-height: 140%;
		margin-top: 2px
	}
}

@media screen and (max-width: 767px) {
	.dolyame-steps {
		margin-left:26px
	}

	.dolyame-steps__item {
		margin-top: 21px;
		margin-left: -29px
	}

	.dolyame-steps__number-wrapper {
		width: 59px;
		height: 59px;
		border-width: 3px;
		margin-right: 20px
	}

	.dolyame-steps__date,.dolyame-steps__number {
		font-size: 14px
	}

	.dolyame-steps__price {
		font-size: 20px;
		font-weight: 500;
		line-height: 1
	}
}

@media screen and (min-width: 768px) {
	.dolyame-steps {
		margin-left:32px
	}

	.dolyame-steps__item {
		margin-top: 31px;
		margin-left: -35px
	}

	.dolyame-steps__number-wrapper {
		width: 69px;
		height: 69px;
		border-width: 4px;
		margin-right: 23px
	}

	.dolyame-steps__number {
		font-size: 18px
	}

	.dolyame-steps__price {
		font-size: 25px;
		font-weight: 500;
		line-height: 110%
	}

	.dolyame-steps__date {
		font-size: 16px
	}
}

@media screen {
	.dolyame-easy__item-title,.dolyame-easy__title {
		font-weight: 500;
		line-height: 110%
	}

	.dolyame-easy__item-title {
		font-size: 20px;
		margin: 0 0 10px -1px
	}

	.dolyame-easy__item-text {
		font-size: 16px;
		line-height: 140%
	}
}

@media screen and (max-width: 767px) {
	.dolyame-easy {
		margin-bottom:60px
	}

	.dolyame-easy__title {
		font-size: 25px
	}

	.dolyame-easy__item {
		margin-top: 19px
	}
}

@media screen and (min-width: 768px) {
	.dolyame-easy {
		margin-bottom:81px
	}

	.dolyame-easy__title {
		font-size: 35px;
		letter-spacing: -.4px
	}

	.dolyame-easy__item {
		margin-top: 29px
	}
}

@media screen {
	.dolyame-howto {
		font-size: 16px;
		line-height: 22px
	}

	.dolyame-howto__title {
		font-weight: 500;
		line-height: 110%
	}

	.dolyame-howto__steps {
		padding-left: 18px;
		list-style: decimal
	}

	.dolyame-howto__step {
		margin-bottom: 15px
	}

	.dolyame-howto__step span {
		white-space: nowrap
	}

	.dolyame-howto__rules {
		display: block;
		color: #ac8c75
	}

	.dolyame-howto__rules:hover {
		text-decoration: underline
	}
}

@media screen and (max-width: 767px) {
	.dolyame-howto {
		margin-bottom:60px
	}

	.dolyame-howto__title {
		font-size: 25px
	}

	.dolyame-howto__steps {
		margin-top: 20px
	}

	.dolyame-howto__step {
		padding-left: 2px
	}

	.dolyame-howto__rules {
		padding-left: 20px
	}
}

@media screen and (min-width: 768px) {
	.dolyame-howto {
		margin-bottom:100px
	}

	.dolyame-howto__title {
		font-size: 35px;
		letter-spacing: -.4px
	}

	.dolyame-howto__steps {
		margin-top: 29.5px
	}

	.dolyame-howto__step {
		padding-left: 7px
	}

	.dolyame-howto__rules {
		margin-top: 20px
	}
}

@media screen {
	.dolyame .action-close {
		width: 16px;
		height: 16px
	}

	.dolyame .action-close,.dolyame .action-close:hover {
		background: url(/local/templates/site/img/dolyame/close-w.svg)
	}
}

@media screen and (max-width: 767px) {
	.dolyame__content {
		padding:0 20px
	}

	.dolyame .action-close {
		position: absolute;
		right: 21px;
		top: 21px
	}
}

@media screen and (min-width: 768px) {
	.dolyame__content {
		margin:0 auto;
		max-width: 520px
	}

	.dolyame .action-close {
		position: absolute;
		right: 41px;
		top: 41px
	}
}

@media screen and (max-width: 1023px) {
	.dolyame {
		max-width:none
	}
}

@media screen and (min-width: 1024px) {
	.dolyame {
		max-width:680px
	}
}

@media screen {
	.ogg-modal._dolyame .ogg-modal__content,.ogg-modal._dolyame .ogg-modal__inner {
		padding: 0
	}

	.ogg-modal._dolyame .ogg-modal__header {
		height: 0;
		z-index: 1;
		margin: 0
	}

	.ogg-modal._dolyame .ogg-modal__actions_left {
		display: none
	}

	.ogg-modal._dolyame .ogg-modal__actions_right {
		margin-top: 100px
	}

	.ogg-modal._dolyame .ogg-modal__actions_right path {
		stroke: #fff
	}
}

@media screen and (max-width: 767px) {
	.ogg-modal._dolyame .ogg-modal__actions_right {
		margin-top:58px;
		margin-right: 20px
	}
}

@media screen and (min-width: 1024px) {
	.ogg-modal._dolyame .ogg-modal__content {
		width:680px
	}
}

.dolyame-modal {
	display: none
}

.dolyame-tabs{
	max-width: 520px;
	margin: 48px auto ;
}

.dolyame-tabs__content{
 border-radius: 16px;
  background: rgba(0, 0, 0, 0.04);
  padding: 12px 16px;
	margin-top: 8px;
}
.dolyame-tab { display: none; position: relative; }
.dolyame-tab.active { display: block; }

.dolyame-tab-btn {
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 10px;
  background: transparent;
	font-size: 0.7rem;
transition: background 400ms;
}
.dolyame-tab-btn.active {
  background: #fff;
}
.dolyame-tabs__labels{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:4px;
	padding: 4px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.04);
}

.dolyame-steps__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  height: 100%;
}
.dolyame-steps__price-date {
  font-size: 12px;
  color:rgba(0, 0, 0, 0.40);
}

.dolyame-steps__price-date.absolute{
   position: absolute;
    top: 0;
    white-space: nowrap;
}
.dolyame-steps__price {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.40);
}

.dolyame-steps__price.offset {
  margin-top: 18px;
  white-space: nowrap;
}
.dolyame-steps__progress {
  width: 100%;

  margin-top: auto;
  height: 6px;
}
.progress-bar {
  width: 100%;
  height: 100%;
	background:rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  margin-top: 8px;
}
.progress-bar.filled {
  background: #428BF9;
}
.dolyame-steps__note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.40);
  margin-top: 24px;
}
.dolyame-new__steps{
	width:100%;
	 display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:6px;
margin-left:0;
}
.dolyame-new__steps7{
grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.dolyame-new__steps7 .dolyame-steps__point:nth-child(2){
max-width:60px;
}

.dolyame-new__steps10{
grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.dolyame-new__steps10 .dolyame-steps__point:nth-child(2){
max-width:34px;
}

.dolyame-steps__point:first-child .dolyame-steps__price-date,.dolyame-steps__point:first-child .dolyame-steps__price {
 color: #000;
}
/*MODAL DOLYAME*/
/* End */


/* Start:/local/templates/site/components/bitrix/sale.basket.basket/basket_side/sidebar.css?172345973618300*/
.minicart-modal {
    top: 0;
    z-index: 9006;
    overflow: hidden;
}

.minicart-modal .modal-inner-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto
}

#mini-cart {
    position: relative;
}
#mini-cart .basket-loader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 70%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minicart-modal .block-content,
.minicart-modal .block-minicart,
.minicart-modal .minicart-content,
.minicart-modal .modal-content,
.minicart-modal .block-content-products,
#mini-cart,
#basket_form,
.minicart-modal .table_basket {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column
}

.minicart-modal .block-content-products {
    flex-grow: 1;
    flex-shrink: 0
}

.minicart-modal .minicart-section-gift,.minicart-modal .minicart-section-outofstock {
    margin-top: 60px
}

.minicart-modal .cart-actions .button-primary {
    margin-bottom: 0
}

.minicart-modal .minicart-notice {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.cart-title__main {
    font-size: 35px;
    letter-spacing: -.4px;
}

.cart-title__counter {
    margin-left: 6px;
    line-height: 22px;
    font-size: 20px;
}

.minicart-modal .modal-content {
    padding: 60px 80px;
}

.cart-title {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: lowercase;
}

.minicart-modal .action-close {
    top: 40px;
    right: 40px;
}

.minicart-modal {
    width: 765px;
}
@media screen and (min-width: 1024px) and (max-width: 1529px) {
	.minicart-modal {
	    width: 680px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.minicart-modal {
	    width: 610px;
	}
}
@media screen and (max-width: 767px) {
	.minicart-modal {
	    top: 0;
	    width: 100%;
	}
}

.minicart-modal._show + .modals-overlay {
	display: block;
}

.minicart-modal .item_info_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    flex-grow: 1;
}
.minicart-modal .item_info {
    flex-grow: 1;
    margin-right: 10px;
}
.minicart-modal .item_info_price {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.minicart-modal .row_basket .item_price {
    font-size: 18px;
    min-width: 100px;
    max-width: 220px;
    text-align: right;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.minicart-modal .row_basket .item_price .main_price {
	font-weight: 600;
	color: #2c2c2c;
	font-size: 18px;
}
.minicart-modal .row_basket .img {
    width: 110px;
    min-width: 110px;
    margin-right: 20px;
    position: relative;
}
.minicart-modal .row_basket {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: unset;
    overflow: initial;
}
.minicart-modal .row_basket .box_parametrs {
    flex-grow: 1;
    padding: 0;
}

.minicart-modal a:hover,
.minicart-modal a:focus {
	text-decoration: none;
}

.item_link_name {
    font-weight: 500;
    transition: color .15s;
    cursor: default;
}
.item_link_name:hover {
	color: #ac8c75;
	cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width:1529px) {
    .item_link_name {
        max-width:230px
    }
}

@media screen and (min-width: 1530px) {
    .item_link_name {
        max-width:295px
    }
}

@media screen and (max-width: 767px) {
    .item_link_name {
        padding-right:20px
    }
}

.item_link_name .item_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

@media screen and (min-width: 768px) {
    .item_link_name .item_name {
        font-size:18px;
        line-height: 25px
    }
}

@media screen and (max-width: 767px) {
    .item_link_name .item_name {
        font-size:16px;
        line-height: 22px
    }
}

.item_link_name .item_category {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 5px;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .item_link_name .item_category {
        line-height:14px;
        margin-bottom: 4px
    }
}

.minicart-modal .row_basket .parametrs_desctop {
	display: flex;
    color: #4d4d4d;
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .minicart-modal .row_basket .parametrs_desctop {
        margin-top:5px
    }
}

@media screen and (min-width: 768px) {
    .minicart-modal .row_basket .parametrs_desctop {
        margin-top:6px
    }
}

.minicart-modal .row_basket .parametrs_desctop .param {
	white-space: nowrap;
	margin: 0;
}
.minicart-modal .row_basket .parametrs_desctop .param:not(:last-child)::after {
	content: unset;
}
.minicart-modal .row_basket .parametrs_desctop .param + .param {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #ccc;
}

.minicart-modal .discount_price_wrap {
	width: 100%;
    font-size: 12px;
    line-height: 17px;
    color: #ac8c75;
    text-transform: lowercase;
    font-weight: 500;
}

.minicart-modal .discount_price_label {
    margin-right: 3px
}

.minicart-modal .discount_price {
    font-size: 12px;
    line-height: 140%;
    color: #ac8c75
}
@media screen and (min-width: 1024px) {
    .minicart-modal .discount_price_wrap {
        margin-bottom:3px
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .minicart-modal .discount_price_wrap {
        margin-bottom: 5px
    }
}

.minicart-modal .row_basket .item_price.sale .main_price {
    color: #2c2c2c;
}

.minicart-modal .row_basket .item_price .old_price {
    position: relative;
    color: #b3b3b3;
    text-decoration: none;
}

.minicart-modal .row_basket .item_price .old_price:after {
    position: absolute;
    transform: translateY(-50%);
    width: calc(100% + 10px);
    content: "";
    left: -5px;
    right: 0;
    border-bottom: 2px solid currentColor
}

@media screen and (max-width: 767px) {
    .minicart-modal .row_basket .item_price .old_price {
        margin-right:21px
    }

    .minicart-modal .row_basket .item_price .old_price:after {
        top: calc(50% - 1px)
    }
}

@media screen and (min-width: 768px) {
    .minicart-modal .row_basket .item_price .old_price:after {
        top:calc(50% + 1px)
    }
}

@media screen and (min-width: 1024px) {
    .minicart-modal .row_basket .item_price .old_price {
        margin-right:15px
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .minicart-modal .row_basket .item_price .old_price {
        margin-right:16px
    }
}

.minicart-modal .row_basket .basket__del {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 100%;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    background: transparent;
}

.minicart-modal .basket__col-select {
	position: relative;
}
@media screen and (max-width: 767px) {
    .minicart-modal .item_info_price .basket__col-select {
        display: none
    }
}

.minicart-modal .row_basket:hover .basket__col-select {
    opacity: 1;
    visibility: visible
}

.minicart-modal .row_basket .close::before,
.minicart-modal .row_basket .close::after {
    background: #000;
    width: 17px;
    margin-left: -9px;
}

.minicart-modal .row_basket .likes {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(255 255 255 / 50%);
    transition-property: opacity;
    transition-duration: .15s;
    margin: 0;
}
.minicart-modal .row_basket .likes:hover {
	opacity: 1
}
.minicart-modal .row_basket .likes .icon-like {
	transition: fill 300ms ease-in-out;
}
.minicart-modal .row_basket .likes.active .icon-like path {
	fill: white;
}

.minicart-modal .row_basket .icon-like-wrap {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
}
.minicart-modal .row_basket .icon-like-wrap .icon-like {
	margin: 0;
}

.minicart-modal .row_basket .icon-like-wrap .icon-like path {
    stroke: white;
    /*stroke-width: 2px;*/
    fill: none;
    width: 20px;
}

.minicart-modal .box_btn_order .button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1.4px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #000;
    transition: background .3s;
    transition-property: background, color;
}
.minicart-modal .box_btn_order .button:hover {
	background: #c6b09f;
}

.minicart-modal .box_btn_order .button.basket__oneclick {
    background-color: white;
    border: 1px solid currentColor;
    color: #000;
    margin-top: 10px;
}
.minicart-modal .box_btn_order .button.basket__oneclick:hover {
    background-color: #c6b09f;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .minicart-modal .row_basket {
        margin-right: -30px;
        padding-right: 30px;
    }

    .minicart-modal .basket__col-select {
        visibility: hidden;
        opacity: 0;
        transition: .15s ease-in-out;
        transition-property: visibility, opacity;
    }
}

.minicart-modal .itogo_label {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 140%;
    text-transform: lowercase;
    margin-bottom: 3px;
    display: block;
}

@media screen and (min-width: 768px) {
    .minicart-modal .itogo_label {
        color:#000;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        margin-right: -1px;
        margin-bottom: 3px
    }
}

.minicart-modal .itogo_sum {
    font-size: 20px;
    line-height: 140%
}

@media screen and (min-width: 768px) {
    .minicart-modal .itogo_sum {
        font-size:25px;
        line-height: 110%;
        display: flex;
        justify-content: flex-end
    }
}

.minicart-modal .itogo_discount .itogo_sum {
	color: #ac8c75;
}
.minicart-modal .itogo-price.sale .itogo-wrap .itogo .itogo_sum {
    color: #2c2c2c;
}
.minicart-modal .itogo_discount .itogo_sum:before {
    padding-right: 6px;
    content: "–";
}

.minicart-modal .itogo-price .itogo-wrap {
	display: flex;
}
.minicart-modal .itogo-price .itogo-wrap > * {
    margin-bottom: 10px;
}
.minicart-modal .itogo-price .itogo-wrap .itogo_discount {
	display: none;
}
.minicart-modal .itogo-price.sale .itogo-wrap .itogo_discount {
	display: inline-block;
}
.minicart-modal .itogo {
	margin: 0 0 10px 28px;
}

.minicart-modal .table_basket {
	margin: 0;
}
.minicart-modal .foot_basket {
	text-align: right;
	padding: 0;
	border-top: unset;
	font-size: 20px;
	font-weight: 600;
	color: #2c2c2c;
	letter-spacing: 0.06rem;
	text-transform: uppercase;
	margin-top: auto;

	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.minicart-modal .foot_basket {
		flex-wrap: wrap;
	}
	.table_basket .itogo-price {
		margin-left: auto;
	}
}

/*.minicart-modal .dopskidki {
	display: none;
}*/
.minicart-modal .box_btn_order {
	padding-top: 10px;
	padding-bottom: 10px;
}

.minicart-modal .discount {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .minicart-modal .discount__input {
        padding-right:50px
    }
    .minicart-modal .discount {
    	width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .minicart-modal .discount {
        width:206px;
        margin-bottom: 0
    }

    .minicart-modal .discount__input {
        padding-right: 40px
    }
}



.discount {
    text-align: center;
    white-space: nowrap
}

.discount-form {
    position: relative
}

.discount__input {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    width: 100%;
    padding: 17px 15px 16px;
    border: 0;
    background-image: linear-gradient(90deg,#000 25%,hsla(0,0%,100%,0) 0),linear-gradient(180deg,#000 25%,hsla(0,0%,100%,0) 0),linear-gradient(90deg,#000 25%,hsla(0,0%,100%,0) 0),linear-gradient(180deg,#000 25%,hsla(0,0%,100%,0) 0);
    background-size: 4px 1px,1px 4px,4px 1px,1px 4px;
    background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
    background-position: 0 0,0 top,0 100%,100% top
}

@media screen and (width: 360px) {
    .discount__input {
        width:calc(100% - 3px)
    }
}

@media screen and (width: 375px) {
    .discount__input {
        width:calc(100% - 2px)
    }
}

@media screen and (width: 414px) and (-webkit-max-device-pixel-ratio:4.166666666666667),screen and (width:414px) and (max-resolution:400dpi) {
    .discount__input {
        width:calc(100% - 1px)
    }
}

@media screen and (width: 414px) and (-webkit-min-device-pixel-ratio:4.166666666666667),screen and (width:414px) and (min-resolution:400dpi) {
    .discount__input {
        width:calc(100% - 2px)
    }
}

@media screen and (width: 320px) {
    .discount__input {
        width:calc(100% + 1px)
    }
}

@media screen and (max-width: 767px) {
    .discount__input {
        font-size:11px;
        line-height: 17px;
        padding-left: 20px
    }
}

@media screen and (min-width: 768px) {
    .discount__input {
        padding:16px 15px 15px;
        background-size: 5px 1px,1px 5px,5px 1px,1px 5px
    }
}

.discount__input:not(:focus)::placeholder {
    color: #000
}

.discount__input:disabled {
    color: #000;
    background-color: #fff;
    user-select: none;
    pointer-events: none;
}

.discount__input:focus+.discount__label {
    display: none
}

.discount__apply,.discount__cancel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen {
    .discount__apply,.discount__cancel {
        right: 15px;
        transition: opacity .15s ease-in-out
    }

    .discount__apply:disabled,.discount__cancel:disabled {
        opacity: .22
    }

    .discount__apply svg,.discount__cancel svg {
        transition: fill .15s ease-in-out
    }
}

@media screen and (max-width: 767px) {
    .discount__apply,.discount__cancel {
        width:20px;
        height: 20px;
        right: 20px
    }
}

@media screen and (min-width: 768px) {
    .discount__apply,.discount__cancel {
        width:16px;
        height: 16px;
        right: 13px
    }
}

@media screen and (pointer: fine) {
    .discount__apply:not(:disabled):hover svg {
        fill:#ac8c75
    }
}

@media screen {
    .discount__apply svg {
        fill: #000
    }
}

@media screen {
    .discount__cancel {
        fill: #ccc;
        color: #b3b3b3
    }
}

@media screen and (pointer: fine) {
    .discount__cancel:hover {
        fill:#ac8c75;
        color: #fff
    }
}

.discount .message-error,
.discount .message-success {
    margin: 5px 0;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    text-transform: lowercase;
    color: #f10d48;
    font-weight: normal;
}

.discount .message-success {
	color: #009688;
}

@media screen and (max-width: 767px) {
    .discount .message-error,
	.discount .message-success {
        position:absolute
    }
}





.minicart-modal-empty {
    padding: 45px 0
}

@media screen and (max-width: 767px) {
    .minicart-modal-empty {
        padding:40px 0;
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100% - 40px)
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .minicart-modal-empty {
        margin:auto 45px;
        max-width: calc(100% - 90px)
    }
}

@media screen and (min-width: 1024px) and (max-width:1529px) {
    .minicart-modal-empty {
        margin:auto 80px;
        max-width: calc(100% - 160px)
    }
}

@media screen and (min-width: 1530px) {
    .minicart-modal-empty {
        margin:auto 80px;
        max-width: calc(100% - 180px)
    }
}


.minicart-modal-empty .cart-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -.4px;
    margin-bottom: 15px;
    max-width: 240px
}

@media screen and (min-width: 768px) {
    .minicart-modal-empty .cart-title {
        font-size:46px;
        max-width: 370px
    }
}

.minicart-modal-empty .message {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 80px;
    text-transform: lowercase
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .minicart-modal-empty .message {
        margin-bottom:60px
    }
}

@media screen and (max-width: 767px) {
    .minicart-modal-empty .message {
        margin-bottom:60px;
        padding-right: 15px
    }

    .minicart-modal-empty .message br {
        display: none
    }
}

.minicart-modal-empty .message .link {
    color: #c6b09f
}



.minicart-modal .row_basket .link_mobile_selects {
	display: none;
}

.minicart-modal .row_basket .box_select_fixed_mobile .catalog__item__like__mobile,
.minicart-modal .row_basket .box_select_fixed_mobile .basket__del {
	position: initial;
    transform: none;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    cursor: pointer;
    display: block;
    transition: color 300ms ease-in-out;
}
.minicart-modal .row_basket .box_select_fixed_mobile .catalog__item__like__mobile:hover
.minicart-modal .row_basket .box_select_fixed_mobile .basket__del:hover {
	color: #c6b09f;
}
@media screen and (max-width: 767px) {
	.minicart-modal .row_basket .link_mobile_selects {
		display: block;
	}
	.minicart-modal .modal-content {
	    padding: 30px 20px;
	}
}

.minicart-modal .overlay-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 /20%);
    z-index: 1001;
    display: none;
    opacity: 1;
}

.fancybox-overlay {
    z-index: 9900;
}
.fancybox-opened {
    z-index: 9990;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.gift.basket/templates/.default/style.min.css?172250647128165*/
.bx_item_list_you_looked_horizontal{margin-bottom:20px;border-bottom:1px solid #e5e5e5}@media(max-width:640px){.bx_item_list_you_looked_horizontal{border-bottom:1px solid #e5e5e5}}.bx_item_list_you_looked_horizontal.bx_wood .bx_item_list_title{background:#ebf4f8}.bx_item_list_you_looked_horizontal.bx_red .bx_item_list_title{background:#fbf1f0}.bx_item_list_you_looked_horizontal.bx_green .bx_item_list_title{background:#f2fbea}.bx_item_list_you_looked_horizontal.bx_blue .bx_item_list_title{background:#ebf4f8}.bx_item_list_you_looked_horizontal.bx_black .bx_item_list_title{background:#f1f4f7}.bx_item_list_you_looked_horizontal.bx_yellow .bx_item_list_title{background:#fbf7db}.bx_item_list_you_looked_horizontal .bx_catalog_item{position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;margin-bottom:30px}.popup-window-buttons .bx_item_list_you_looked_horizontal{border:none!important}@media(min-width:960px){.bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0;width:100%}.bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}.bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_item_list_you_looked_horizontal.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}.bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(4n+1){clear:both}.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(5n+1){clear:both}}@media(min-width:760px) and (max-width:960px){.bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}.bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}.bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(4n+1),.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(4n+1){clear:both}}@media(max-width:760px){.bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}.bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item,.bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1),.bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(3n+1),.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(3n+1){clear:both}}@media(max-width:580px){.bx-touch .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px;width:100%}.bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(3n+1){clear:none}.bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item,.bx-touch .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item,.bx-touch .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,.bx-touch .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}.bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(2n+1){clear:both}}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{position:absolute;z-index:990;top:0;left:0;right:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);border-radius:3px;border:1px solid #d3d3d3;background:#fff;-webkit-animation:borderview .5s;animation:borderview .5s}@media(min-width:960px){.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}@media(max-width:960px){.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}@keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}}@-webkit-keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}}.bx_item_list_you_looked_horizontal .bx_catalog_item_articul{color:#a5a5a5;font-size:13px}.bx_item_list_you_looked_horizontal .bx_catalog_item_title{height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_title{overflow:auto;height:auto!important;white-space:normal}.bx_item_list_you_looked_horizontal .bx_catalog_item_title a{color:#3f3f3f;text-decoration:none;font-size:13px}.bx_item_list_you_looked_horizontal .bx_catalog_item_price{color:#3f3f3f;font-weight:bold}.bx_item_list_you_looked_horizontal .bx_catalog_item_price span{color:#a5a5a5;font-size:12px;font-weight:normal;white-space:nowrap;text-decoration:line-through}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls{padding-top:10px;text-align:center;opacity:0}@media(min-width:641px) and (max-width:960px){.bx_item_list_you_looked_horizontal .bx_catalog_item_controls{height:auto}}@media(max-width:640px){.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}@media(max-width:479px){.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}@media(max-width:479px){.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls{height:auto}}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone{width:100%;white-space:nowrap;text-align:center}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{color:#3f3f3f;font-size:13px}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{text-align:left;font-size:12px;line-height:30px;font-weight:bold}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{width:100%;text-align:center}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{margin:1%;width:48%;min-width:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px;height:25px}@media(max-width:640px){.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none}.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center}}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls input[type=text]{border:0}.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls,.bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}.bx_item_list_you_looked_horizontal .bx_cnt_desc{text-align:left;position:absolute;right:-45px;top:2px;width:40px}.bx_item_list_you_looked_horizontal .bx_catalog_item_controls a{margin-bottom:10px}.bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price{font-size:15px;padding-top:5px}.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,.bx_item_list_you_looked_horizontal .bx_catalog_item_images{position:relative;z-index:910;display:block;padding-top:135%;width:100%;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain}.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double{z-index:900;margin-top:-135%;opacity:0}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images{opacity:0;-webkit-animation:rotateimgfirst .5s;animation:rotateimgfirst .5s}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images_double{opacity:1;-webkit-animation:rotateimglast .5s;animation:rotateimglast .5s}@keyframes rotateimgfirst{from{opacity:1}to{opacity:0}}@-webkit-keyframes rotateimgfirst{from{opacity:1}to{opacity:0}}@keyframes rotateimglast{from{opacity:0}to{opacity:1}}@-webkit-keyframes rotateimglast{from{opacity:0}to{opacity:1}}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls,.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_articul,.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_scu{display:none}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls,.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_articul,.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu{display:block}.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_scu{padding-top:10px}.bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls.touch,.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none!important}.bx_item_list_you_looked_horizontal .bx_stick{position:absolute;width:123px;height:35px;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/stick.png) left center no-repeat;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;line-height:35px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx_item_list_you_looked_horizontal .bx_stick.short{font-weight:bold;font-size:18px}.bx_item_list_you_looked_horizontal .bx_stick.average{font-weight:bold;font-size:13px}.bx_item_list_you_looked_horizontal .bx_stick.long{font-weight:normal;font-size:11px}.bx_item_list_you_looked_horizontal .bx_stick_disc{position:absolute;width:72px;height:74px;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/stick_disc.png) no-repeat center;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:23px;line-height:74px}.bx_item_list_you_looked_horizontal .bx_stick.left,.bx_item_list_you_looked_horizontal .bx_stick_disc.left{left:-2px}.bx_item_list_you_looked_horizontal .bx_stick.right,.bx_item_list_you_looked_horizontal .bx_stick_disc.right{right:0}.bx_item_list_you_looked_horizontal .bx_stick.top,.bx_item_list_you_looked_horizontal .bx_stick_disc.top{top:15px}.bx_item_list_you_looked_horizontal .bx_stick.bottom,.bx_item_list_you_looked_horizontal .bx_stick_disc.bottom{bottom:5px}.bx_item_list_you_looked_horizontal .bx_stick.middle,.bx_item_list_you_looked_horizontal .bx_stick_disc.middle{top:49%}@media(min-width:641px) and (max-width:960px){.bx_item_list_you_looked_horizontal .bx_stick{width:90px;height:30px;background-size:100%;line-height:30px}.bx_item_list_you_looked_horizontal .bx_stick.short{font-weight:normal;font-size:14px}.bx_item_list_you_looked_horizontal .bx_stick.average{font-weight:normal;font-size:11px}.bx_item_list_you_looked_horizontal .bx_stick.long{font-weight:normal;font-size:11px}.bx_item_list_you_looked_horizontal .bx_stick_disc{width:64px;height:65px;background-size:100%;font-size:20px;line-height:65px}}@media(max-width:640px){.bx-touch .bx_item_list_you_looked_horizontal .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_item_list_you_looked_horizontal .bx_stick_disc{width:48px;height:49px;background-size:100%;font-size:16px;line-height:49px}}@media(max-width:479px){.bx-touch .bx_item_list_you_looked_horizontal .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_item_list_you_looked_horizontal .bx_stick_disc{width:37px;height:38px;background-size:100%;font-size:13px;line-height:38px}}.bx_item_list_you_looked_horizontal .bx_bt_button,.bx_item_list_you_looked_horizontal .bx_bt_button_type_2{display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer;white-space:nowrap}.bx_item_list_you_looked_horizontal .bx_bt_button_type_2{border:1px solid #e9e9e9;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));background-image:-webkit-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-moz-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-o-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:linear-gradient(#fcfcfc 0,#f1f1f1 100%);color:#656565;text-shadow:0 1px 0 #fff}.bx_item_list_you_looked_horizontal .bx_bt_button_type_2:hover{background:#fff}.bx_item_list_you_looked_horizontal .bx_bt_button_type_2:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));background-image:-webkit-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-moz-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-o-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:linear-gradient(#f1f1f1 0,#fcfcfc 100%);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05)}.bx_item_list_you_looked_horizontal .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);color:#fff;text-shadow:0 1px 0 #006cae;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0)}.bx_item_list_you_looked_horizontal .bx_bt_button:hover{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0)}.bx_item_list_you_looked_horizontal .bx_bt_button:active{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0)}.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button{display:inline-block;min-width:20px;line-height:20px}.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2{display:inline-block;min-width:18px;line-height:18px}.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button{padding:0 13px;height:25px;font-weight:bold;line-height:25px}.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2{padding:0 13px;height:23px;font-weight:bold;line-height:23px}.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button,.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2{font-weight:bold}.bx_item_list_you_looked_horizontal .bx_col_input{display:inline-block;width:40px;text-align:center}.bx_item_list_you_looked_horizontal .bx_item_detail_size{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size.full{position:relative;margin-left:-5%;padding:0 5%}.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size_scroller_container{position:relative}.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size{position:relative;overflow:hidden;margin:0;width:100%}.bx_item_list_you_looked_horizontal .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size{overflow-x:auto}.bx_item_list_you_looked_horizontal .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul{margin-left:0!important}.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li{position:relative;display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:25px}.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:2px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;color:#3f3f3f;text-align:center;text-decoration:none;font-weight:normal;font-size:10px;line-height:22px}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size ul li .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 stretch;-moz-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 stretch;-o-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 stretch;border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 fill stretch}.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:hover .cnt{border:1px solid #006cc0}.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:active .cnt,.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li.bx_active .cnt{border:2px solid #006cc0}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size ul li.bx_active .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 fill stretch}.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border:1px solid #c0cfda!important}.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:2px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/missing.png) no-repeat center}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left,.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right{opacity:.8}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left:hover,.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right:hover{opacity:1.0}.bx_item_list_you_looked_horizontal .bx_item_detail_size.full .bx_slide_left,.bx_item_list_you_looked_horizontal .bx_item_detail_size.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left{left:-5%;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/arr_left.png) no-repeat left center;background-size:100% auto}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/arr_right.png) no-repeat right center;background-size:100% auto}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left{left:0;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/fade_left.png) repeat-y left center;background-size:100% auto}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right{right:0;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/fade_right.png) repeat-y right center;background-size:100% auto}.bx_item_list_you_looked_horizontal .bx_item_detail_scu{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu.full{position:relative;margin-left:-5%;padding:0 5%}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu_scroller_container{position:relative}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu{position:relative;overflow:hidden;margin:0;width:100%}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu{overflow-x:auto}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul{margin-left:0!important}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li{position:relative;display:block;float:left;height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:4px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;z-index:10}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 stretch;-moz-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 stretch;-o-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 stretch;border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border.png) 2 fill stretch}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:hover .cnt{border:1px solid #006cc0}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:active .cnt,.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{padding:3px;border:2px solid #006cc0}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border:1px solid #c0cfda!important}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:4px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/missing.png) no-repeat center}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/x2border_active.png) 2 fill stretch}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{position:absolute;top:6%;right:6%;bottom:6%;left:6%;background-size:contain;background-repeat:no-repeat}.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{width:auto;height:25px}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left,.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right{opacity:.8}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left:hover,.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}.bx_item_list_you_looked_horizontal .bx_item_detail_scu.full .bx_slide_left,.bx_item_list_you_looked_horizontal .bx_item_detail_scu.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left{left:-5%;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/arr_left.png) no-repeat left center;background-size:100% auto}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/arr_right.png) no-repeat right center;background-size:100% auto}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left{left:0;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/fade_left.png) repeat-y left center;background-size:100% auto}.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right{right:0;background:url(/bitrix/components/bitrix/sale.gift.basket/templates/.default/images/fade_right.png) repeat-y right center;background-size:100% auto}.bx_item_list_you_looked_horizontal{position:relative;margin-bottom:20px;border-radius:3px}.bx_item_list_you_looked_horizontal .bx_item_list_title{font-weight:bold;color:#000;background:#ebf4f8;vertical-align:middle;height:38px;text-align:center;line-height:38px;font-size:14px}.bx_item_list_you_looked_horizontal .bx_catalog_item_container.no-imgs>a{background-image:none!important}
/* End */


/* Start:/local/templates/site/components/bitrix/form.result.new/oneclick/style.css?17488465284455*/
.oneclick-form {
	display: none;
}
.oneclick-form.fancybox-content {
	padding: 0;
}
.oneclick-form-wrap {
	padding: 40px;
	background-color: white;
	max-width: 460px;
}
.oneclick-form.loading {
	position: relative;
}
.oneclick-form.loading:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url(/local/templates/site/img/lazy-preload.svg);
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 8060;
}
.form-top {
	text-align: left;
	margin-bottom: 30px;
	user-select: none;
}
.form-title {
	font-weight: 700;
	font-size: 26px;
}
.form-subtitle {
	font-size: 16px;
	margin-top: 20px;
    text-align: justify;
}

.oneclick-form-wrap .form-title,
.oneclick-form-wrap .form-subtitle {
    text-align: center;
}

.form-field-caption,
.form-field label {
	font-size: 16px;
	margin-bottom: 5px;
	user-select: none;
}

.oneclick-form-wrap .form-field {
	position: relative;
}
.form-fields .form-field + .form-field {
	margin-top: 25px;
}
.form-fields .form-field input[type="text"],
.form-fields .form-field textarea {
	width: 100%;
    background-color: #F7F7F7;
    border: 2px solid #E3E3E3;
	border-radius: 1px;
	font-size: 16px;
	padding: 18px 20px;
	outline: none;
	transition: 300ms ease-in-out;
	transition-property: border-color;
}
.form-fields .form-field textarea {
    resize: none;
}
.form-fields .form-field input[type="text"]:hover,
.form-fields .form-field input[type="text"]:focus,
.form-fields .form-field textarea:hover,
.form-fields .form-field textarea:focus {
	border-color: #A3A6A9;
}
.form-fields .form-field.field-error input[type="text"],
.form-fields .form-field.field-error textarea {
	border-color: #fd4b4b;
}
.form-field input[type="text"]::placeholder,
.form-field textarea::placeholder {
	color: #A3A6A9
}

.field-agreement {
	margin-top: 15px;
}
.field-agreement label {
	font-size: 15px;
}
.field-agreement a {
	font-weight: 500;
	display: inline-block;
	color: #374869;
	border-bottom: 1px dashed currentColor;
}

.form-field input[type="checkbox"] {
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
	position: absolute;
}
.form-field input[type="checkbox"] + * {
	display: flex;
}

.form-field input[type="checkbox"] + *:before {
	content: "";
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-color: #FFFDFD;
	border: 2px solid #E3E3E3;
	border-radius: 1px;
	margin-right: 7px;
	cursor: pointer;
	transition: 300ms ease-in-out;
	transition-property: border-color, background-color;
}
.field-error input[type="checkbox"] + *:before {
	border-color: #fd4b4b;
}
.field-agreement:hover input[type="checkbox"] + *:before {
	border-color: #374869;
}
.form-field input[type="checkbox"]:checked + *:before {
	background-color: #374869;
	border-color: #374869;
}
.field-agreement:hover input[type="checkbox"]:checked + *:before {
	background-color: white;
}
.form-field input[type="checkbox"] + *:after {
	content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    display: block;
    position: absolute;
	top: 2px;
    left: 4px;
    color: white;
    opacity: 0;
    cursor: pointer;
    transition: 300ms ease-in-out;
	transition-property: opacity, color;
}
.field-agreement:hover input[type="checkbox"]:checked + *:after {
	color: #374869;
}
.form-field input[type="checkbox"]:checked + *:after {
	opacity: 1;
}

.oneclick-form-wrap .submit {
	margin-top: 40px;
}
.oneclick-form-wrap input[type="submit"] {
	border: none;
	appearance: none;
    width: 100%;
    font-weight: bold;
}

.oneclick-form-wrap .form-info {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.oneclick-form-wrap .form-success {
    margin-bottom: 0;
    color: green;
}
.oneclick-form-wrap .form-success ~ * {
    display: none;
}

@media (max-width: 600px) {
    .oneclick-form-wrap {
        padding: 30px;
    }
    .form-top {
        margin-bottom: 25px;
    }
    .form-title {
        font-size: 20px;
    }
    .form-subtitle {
        font-size: 14px;
        margin-top: 15px;
    }
    .oneclick-form-wrap .form-info {
        font-size: 13px;
    }
    .oneclick-form-wrap .submit {
        margin-top: 25px;
    }
    .form-fields .form-field input[type="text"], .form-fields .form-field textarea {
        padding: 12px 15px;
    }
    .form-fields .form-field + .form-field {
        margin-top: 15px;
    }
}
/* End */


/* Start:/local/templates/site/template_styles.css?17367510092449*/
.history-wr {
    max-width: 960px;
    margin: 50px auto;
}

.abouts-wr {
    max-width: 960px;
    margin: 0 auto;
}

.about-menu-item {
    margin: 0 30px;
}

.head_mini_back .phone-contacts {
	background: none;
	width: auto;
}
.head_mini_back .phone-contacts a {
	font-weight: bold;
}

@media screen and (max-width: 960px) {
    .abouts-wr {
        padding: 0 20px;
    }

    .about-content__text {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .about-menu-item {
        margin: 0 7px;
    }
}

body {
	overflow-x: hidden;
}
/*a.button.button-main:first-child {
	position: relative;
}
a.button.button-main:first-child:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("/local/templates/site/img/new-year-hat-small.png");
    background-size: contain;
    transform: rotateY(180deg);
    top: -38px;
    left: -38px;
}*/
#lis {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1000;
}

.language-select {
	display: flex;
	align-items: center;
	justify-content: center;
	order: -3;
	margin: 0 44px;
}
.language-select .language__item,
.mobile-nav-box .language-select .language__item {
    cursor: pointer;
    transition: 200ms ease-in-out;
    transition-property: color;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    opacity: 0.3;
    font-weight: 300;
}
.language-select .language__item_active,
.language-select .language__item:hover,
.mobile-nav-box .language-select .language__item_active,
.mobile-nav-box .language-select .language__item_active:hover {
    opacity: 1;
}
.header.header_white .language-select .language__item,
.header.header_hamburger .language-select .language__item,
.mobile-nav-box .language-select .language__item {
    color: #000;
}

.header.header_hamburger {
    background: rgba(255, 255, 255, 1);
    color: #000;
}

@media (max-width: 1190px) {
    .language-select .language__item,
    .mobile-nav-box .language-select .language__item {
        font-size: 16px;
        line-height: 20px;
        font-weight: 450;
        letter-spacing: -0.05em;
    }

    .header-right-group .language-select {
        display: none;
    }

    .language-select {
        justify-content: flex-start;
        order: 0;
        margin: 0;
    }
}

.language-select .language__item + .language__item {
	margin-left: 8px;
}
/* End */
/* /local/templates/site/css/fonts.css?17375462452418 */
/* /local/templates/site/js/fancybox/jquery.fancybox.css?17228368775777 */
/* /local/templates/site/js/slick/slick.css?17228368771767 */
/* /local/templates/site/css/setka.css?172283687717175 */
/* /local/templates/site/css/main.css?1737546245185218 */
/* /local/templates/site/css/all.min.css?172250647359467 */
/* /local/templates/site/css/let-it-snow.css?172283687713558 */
/* /local/templates/site/css/modal-side-general.css?17228368776621 */
/* /local/include/sidebar-dolyame.css?174844211012641 */
/* /local/templates/site/components/bitrix/sale.basket.basket/basket_side/sidebar.css?172345973618300 */
/* /bitrix/components/bitrix/sale.gift.basket/templates/.default/style.min.css?172250647128165 */
/* /local/templates/site/components/bitrix/form.result.new/oneclick/style.css?17488465284455 */
/* /local/templates/site/template_styles.css?17367510092449 */
