

/* Start:/local/templates/main/js/fancybox/jquery.fancybox.css?17389339644939*/
/*! 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;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-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;
}

.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/main/js/fancybox/fancybox_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/main/js/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/main/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: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

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

/* Overlay helper */

.fancybox-lock {
    overflow: visible !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: url(/local/templates/main/js/fancybox/fancybox_overlay.png);
}

.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/main/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/main/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/main/js/fancybox/helpers/jquery.fancybox-thumbs.css?1738933964735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/local/templates/main/css/components.css?173893396426480*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}

.material_link {
	margin-left: 30px;
	margin-bottom: 10px;
}

.material_link a {
	position: relative;
    color: #0a589c;
	text-decoration: none;
	font-weight: bold;
}

.material_link a:hover {
	text-decoration: underline;
}

.material_link a:active {
	color: #1071c4;
}

.material_link a:before {
	position: absolute;
	top: 0;
	left: -25px;
	font-family: 'icons';
	content: '\EA0A';
	font-size: 18px;
	font-weight: normal;
	line-height: 0.9em;
	color: #0a589c;
}

.material_link a[href*="youtu.be"]:before,
.material_link a[href*="youtube.com"]:before {
	content: '\EA19';
/*	color: #ff0000;*/
}

.material_link a[href*="rutube.ru"]:before {
	content: '\EA19';
/*	color: #100943;*/
}

.material_link a[href*="sertificate"]:before {
	content: '\EA14';
}

.material_link a[href*="articles"]:before {
	content: '\EA13';
}

.material_link a[href*="poluchenie-litsenzii-landstar"]:before {
	content: '\EA0B';
}

.material_link a[href*="disk.yandex.ru"]:before {
	content: '\F0E5';
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:inherit;text-decoration:none}a:active,a:focus,a:hover{outline:none;text-decoration:none}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}button:focus,div:focus,input:focus,select:focus,textarea:focus{outline:none}*,:after,:before{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{font-size:14px}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.42857143;color:#333;background-color:#fff;margin:0;-ms-overflow-style:scrollbar;-webkit-overflow-scrolling:touch}.slick-slider{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,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{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}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:3}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:2;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translateZ(0);transform:translateZ(0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connect{background:#3fb8af;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);transition:background .45s}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%);transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:120%}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:5}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;border-radius:4px}.fancybox-opened{z-index:6}.fancybox-opened .fancybox-skin{box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.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-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/local/templates/main/css/../img/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:9}#fancybox-loading div{width:44px;height:44px;background:url(/local/templates/main/css/../img/fancybox_loading.gif) 50% no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-close,.fancybox-nav{position:absolute;cursor:pointer;z-index:7}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:transparent url(/local/templates/main/css/../img/blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:7;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:visible!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:4;background:url(/local/templates/main/css/../img/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;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)}@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-next span,.fancybox-prev span{background-image:url(/local/templates/main/css/../img/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(/local/templates/main/css/../img/fancybox_loading@2x.gif);background-size:24px 24px}}
/* End */


/* Start:/local/templates/main/css/style.css?1748862768233888*/
@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url('/local/templates/main/css/../font/icons.eot');
    src: url('/local/templates/main/css/../font/icons.eot#iefix') format('embedded-opentype'), url('/local/templates/main/css/../font/icons.woff2') format('woff2'), url('/local/templates/main/css/../font/icons.woff') format('woff'), url('/local/templates/main/css/../font/icons.ttf') format('truetype'), url('/local/templates/main/css/../font/icons.svg#icons') format('svg');
}

@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 900;
    src: url('/local/templates/main/css/../font/GothamPro-Black.eot');
    src: url('/local/templates/main/css/../font/GothamPro-Black.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../font/GothamPro-Black.woff') format('woff'), url('/local/templates/main/css/../font/GothamPro-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 300;
    src: url('/local/templates/main/css/../font/GothamPro-Light.eot');
    src: url('/local/templates/main/css/../font/GothamPro-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../font/GothamPro-Light.woff') format('woff'), url('/local/templates/main/css/../font/GothamPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: bold;
    src: url('/local/templates/main/css/../font/GothamPro-Bold.eot');
    src: url('/local/templates/main/css/../font/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../font/GothamPro-Bold.woff') format('woff'), url('/local/templates/main/css/../font/GothamPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: normal;
    src: url('/local/templates/main/css/../font/GothamPro.eot');
    src: url('/local/templates/main/css/../font/GothamPro.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../font/GothamPro.woff') format('woff'), url('/local/templates/main/css/../font/GothamPro.ttf') format('truetype');
}

body {
    /* background-color: #f7fbff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: 'Gotham Pro', 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
    min-height: 100vh;
    min-width: 320px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

.content {
    background-color: #fff;
    flex-grow: 1;
    margin: 180px auto 0 auto;
    max-width: 1570px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.content_banner {
    margin: 180px auto 0 auto;
}

.box {
    margin: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.background-image {
    background: no-repeat center;
    background-size: cover;
}

.button {
    outline: none;
    align-items: center;
    background-color: #ffcc0b;
    border: 1px solid transparent;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 900;
    height: 60px;
    justify-content: center;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.intro__button .button {
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 5px 6px 30px 0 black;
}

.intro__button:hover .button {
    box-shadow: none;
    border: none;
}

.button:hover {
    background-color: #ffd32d;
}

.button:active {
    background-color: #ecbf13;
}

.button_little {
    font-size: 12px;
    height: 46px;
    padding: 0 20px;
}

.button_green {
    background-color: #74b856;
    background: linear-gradient(351deg, #54a232, #86c46a);
    color: #fff;
}

.button_green:hover {
    background-color: #7cc25d;
    background: linear-gradient(351deg, #41981b, #86c46a);
}

.button_green:active {
    background-color: #5a9c3d;
}

.button_thin {
    background-color: transparent;
    border: 1px solid #0a589c;
    color: #0a589c;
}

.button_thin:hover {
    background-color: #0a589c;
    border: 1px solid #0a589c;
    color: #fff;
}

.button_thin:active {
    background-color: #083f6f;
    border: 1px solid #083f6f;
}

.button_blue {
    background-color: #0a589c;
    color: #fff;
    font-size: 13px;
    height: 40px;
}

.button_blue:hover {
    background-color: #1366af;
}

.button_blue:active {
    background-color: #083f6f;
}

.button--order_more {
    height: 35px;
    min-width: 200px;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    color: #0a589c;
    background-color: white;
    border: 1px solid #0a589c;
}

.button--order_more:hover {
    background-color: #0a589c1c;
}

.order__cancel .link--order_cancel {
    padding: 0px 30px;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button--order_repeat,
.order__cancel .link--order_cancel {
    height: 35px;
    min-width: 200px;
	font-size: 13px;
    font-weight: 600;
	text-align: center;
    text-transform: none;
    color: #fff;
    background-color: #0a589c;
	color: #0a589c;
    background-color: white;
	border: 1px solid #0a589c;
    border-radius: 3px;
}

.button--order_repeat:hover {
    background-color: #74b856;
	background-color: #74b85640;
}

.order__cancel .link--order_cancel:hover {
	background-color: #b8565640;
}

.link {
    border-bottom: 1px solid #d5dde9;
    color: #0a589c;
    transition: all .3s ease;
}

.link:hover {
    border-bottom: 1px solid;
    color: #1071c4;
}

.link--order_cancel {
    margin-top: 3px;
    display: inline-block;
    font-size: 13px;
}

.arrow {
    align-items: center;
    background-color: rgba(0, 0, 0, .37);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
    height: 40px;
    justify-content: center;
    transition: all .3s ease;
    width: 40px;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.arrow_next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.arrow:hover {
    background-color: #000;
}

.page__list {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
}

.page__link {
    margin-bottom: 15px;
}

.checkbox {
    flex-shrink: 0;
    height: 15px;
    position: relative;
    width: 15px;
    -ms-flex-negative: 0;
}

.checkbox__accept .checkbox {
    margin-right: 8px;
    vertical-align: sub;
}

.checkbox__accept .checkbox:checked + span {
    color: initial;
}

.feedback__block .checkbox__accept, .dispatch .checkbox__accept {
    display: block;
}

.checkbox__container {
    cursor: pointer;
    display: block;
    text-align: center;
}

.checkbox__container:hover .checkbox:before {
    border: 2px solid #0a589c;
}

.checkbox__container .checkbox {
    pointer-events: none;
}

.checkbox + span {
    line-height: 1.2;
    transition: all .3s ease;
    text-align: left;
}

.checkbox:hover:before {
    border: 2px solid #0a589c;
}

.checkbox:checked:before {
    background-color: #0a589c;
    border: 2px solid #0a589c;
}

.checkbox:checked:after {
    opacity: 1;
}

.checkbox:checked + span {
    color: #0a589c;
}

.checkbox:before {
    background-color: #fff;
    border: 2px solid #dadada;
    border-radius: 2px;
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
}

.checkbox:after {
    background: url('/local/templates/main/css/../img/check.png') no-repeat center;
    background-size: cover;
    content: ' ';
    height: 6px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    width: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.text .name_mainblock {
    text-align: left;
    padding-left: 90px;
    margin-bottom: 0;
}

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

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

.our_factory img {
    width: 100%;
    height: auto;
}

.mainblock {
    display: flex;
    justify-content: center;
}

.rightblock {
    padding-left: 30px;
}

.radio {
    height: 16px;
    position: relative;
    width: 16px;
}

.radio__container {
    cursor: pointer;
}

.radio__container .radio {
    pointer-events: none;
}

.radio__container:hover .radio:after {
    border: 2px solid #0a589c;
}

.radio:after {
    background-color: #fff;
    border: 2px solid #dadada;
    border-radius: 50%;
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
}

.radio:before {
    background-color: #0a589c;
    border-radius: 50%;
    content: ' ';
    height: 8px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s ease;
    width: 8px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
}

.radio:hover:after {
    border: 2px solid #0a589c;
}

.radio:checked::after, .delivery__block.active .delivery__line.active .radio::after {
    border: 2px solid #0a589c;
}

.radio:checked::before, .delivery__block.active .delivery__line.active .radio::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
}

.fancybox-overlay {
    z-index: 11;
}

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

div.stars {
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 8px;
}

input.star {
    display: none;
}

label.star {
    color: #444;
    cursor: pointer;
    float: right;
    font-size: 16px;
    padding: 3px;
    transition: all .2s;
}

label.star::before {
    content: '\EA03';
    font-family: 'icons';
}

input.star:checked ~ label.star::before,
input.star:hover ~ label.star::before {
    color: #fd4;
    content: '\EA03';
    font-family: 'icons';
    transition: all .25s;
}

.icon_001-vk-social-network-logo:before {
    content: '\EA01';
}

.icon_002-facebook-logo:before {
    content: '\EA02';
}

.icon_003-star:before {
    content: '\EA03';
}

.icon_004-shopping-cart:before {
    content: '\EA04';
}

.product__footer .icon_004-shopping-cart:before {
    font-family: Arial, sans-serif;
    content: 'В корзину';
}

.product__add.icon_004-shopping-cart {
    line-height: 24px;
    font-size: 14px;
    font-family: "Gotham Pro", sans-serif;
}

.product__add.icon_004-shopping-cart:before {
    background: #003c70;
    padding: 5px 8px 5px 5px;
    color: white;
    border-radius: 5px;
}

.product__footer .product__add.icon_004-shopping-cart:before {
    font-size: 14px;
    font-family: "Gotham Pro", sans-serif;
    padding: 9px 10px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.product__add.icon_004-shopping-cart:hover:before {
    background: #74b856;
}

.icon_005-placeholder:before {
    content: '\EA05';
}

.icon_007-smartphone:before {
    content: '\EA06';
}

.icon_008-user:before {
    content: '\EA07';
}

.icon_angle-left:before {
    content: '\EA08';
}

.icon_cancel-music:before {
    content: '\EA09';
}

.icon_chat:before {
    content: '\EA0A';
}

.icon_check:before {
    content: '\EA0B';
}

.icon_closed-envelope:before {
    content: '\EA0C';
}

.icon_closed-envelope--basket:before {
    content: '\E80F';
}

.icon_credit-card-2:before {
    content: '\EA0D';
}

.icon_credit-card:before {
    content: '\EA0E';
}

.icon_delivery-truck:before {
    content: '\EA0F';
}

.icon_go-back-left-arrow:before {
    content: '\EA10';
}

.icon_instagram-social-network-logo-of-photo-camera:before {
    content: '\EA11';
}

.icon_like:before {
    content: '\EA12';
}

.icon_list:before {
    content: '\EA13';
}

.icon_loupe:before {
    content: '\EA14';
}

.icon_menu:before {
    content: '\EA15';
}

.icon_star:before {
    content: '\EA16';
}

.icon_stopwatch:before {
    content: '\EA17';
}

.icon_wallet:before {
    content: '\EA18';
}

.icon_youtube-play-button:before {
    content: '\EA19';
}

.icon_telegram-button:before {
    content: '\F1D8';
}

.icon_rutube-button:before {
	content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/img/Icon_RUTUBE_dark_mono.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    filter: grayscale(1) opacity(0.85);
    -webkit-filter: grayscale(1) opacity(0.85);
}

[class*='icon_']:before,
[class*='icon_']:after,
.mibok_yookassa:before {
    display: inline-block;
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*='icon_']:before:hover,
[class*='icon_']:after:hover {
    text-decoration: none;
}

.soc__link:hover .icon_rutube-button:before {
	filter: grayscale(0) brightness(6) hue-rotate(314deg) saturate(0.5);
}

.product__footer .icon_004-shopping-cart:before {
    font-family: Arial, sans-serif;
}

i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.about {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    margin-top: 35px;
    padding: 30px 50px;
}

.about__content {
    display: none;
}

.about__content:first-child {
    display: block;
}

.about__title {
    color: #0a589c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about__header {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
}

.about__caption {
    align-items: center;
    color: #0a589c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about__caption i {
    font-size: 46px;
    margin-right: 10px;
}

.about__caption span {
    font-size: 12px;
    font-weight: 900;
}

.about__line {
    margin-bottom: 20px;
}

.about__line:last-child {
    margin-bottom: 0;
}

.about__phone {
    display: inline-block;
    margin-right: 50px;
}

.about__slider {
    overflow: hidden;
    position: relative;
}

.about__slider .slick-list {
    margin: 0 -15px;
}

.about__slide {
    cursor: pointer;
    height: 160px;
    margin: 0 15px;
}

.about__footer {
    margin-top: 30px;
    position: relative;
}

.about__footer .arrow {
    position: absolute;
    top: 50%;
}

.about__footer .arrow_prev {
    left: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.about__footer .arrow_next {
    right: -15px;
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
}

.about__map {
    margin-top: 0;
}

.about__buttons {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 55px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
}

.about__buttons .button {
    margin: 0 10px 20px 10px;
}

.action__slide {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f7fbff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 20px 120px 20px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.action__slide:hover .action__name span {
    border-bottom: 1px solid;
    color: #1071c4;
}

.action__content {
    margin: auto;
    max-width: 1230px;
    padding: 0 30px;
    position: relative;
}

.action__img {
    flex-shrink: 0;
    margin-right: 90px;
    -ms-flex-negative: 0;
}

.action__img img {
    max-height: 180px;
    max-width: 120px;
}

.action .arrow {
    position: absolute;
    top: 50%;
}

.action .arrow_prev {
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.action .arrow_next {
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.action__name {
    color: #0a589c;
    font-size: 23px;
    font-weight: 700;
}

.action__name span {
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}

.action__price {
    display: inline-block;
    font-size: 26px;
    font-weight: 900;
    margin-top: 10px;
    position: relative;
}

.action__price span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.action__discount {
    font-size: 24px;
    margin-top: 10px;
    text-decoration: line-through;
}

.banner {
    background-color: #ffd200;
    text-align: center;
    height: 50px;
}

.banner__text {
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    margin: 5px 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.banner__button {
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin: 5px 15px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.banner__button:hover {
    border: 1px solid #0a589c;
}

.banner__button:hover span {
    border-bottom: 1px solid;
    color: #0a589c;
}

.banner__button span {
    border-bottom: 1px solid #d4ae00;
    font-weight: 900;
    transition: all .3s ease;
}

.brand__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 55px;
    -ms-flex-wrap: wrap;
}

.brand__item {
    border: 1px solid #f7fbff;
    margin: 0 15px 30px 15px;
    padding: 25px 25px 40px 25px;
    text-align: center;
    width: calc(25% - 30px);
}

.brand__item:hover {
    border-color: #003c7025;
    box-shadow: 0 0 20px #003c7025;
}

.brand__image {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    justify-content: center;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.brand__image:hover + .brand__name .link {
    border-bottom: 1px solid;
    color: #1071c4;
}

.brand__image img {
    max-height: 100%;
    max-width: 100%;
}

.brand__name {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 25px;
}

.brand__text {
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}

.cabinet__content {
    padding-top: 35px;
}

.cabinet__update {
    color: #b4b4b4;
    font-size: 13px;
    text-align: center;
}

.cabinet__update span {
    margin: 0 8px;
}

.cabinet__topline {
    border-bottom: 1px solid #e2e8ef;
}

.cabinet__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 -12px;
    margin-top: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.cabinet__tab {
    align-items: center;
    border: 1px solid #e2e8ef;
    border-bottom: 1px solid transparent;
    border-radius: 3px;
    color: #0a589c;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    justify-content: center;
    margin: 0 12px;
    text-align: center;
    transition: all .3s ease;
    width: 180px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.cabinet__tab.active {
    background-color: #0a589c;
    color: #fff;
    pointer-events: none;
}

.cabinet__tab:hover {
    border: 1px solid #0a589c;
}

.cabinet__content .payment__header {
    text-align: center;
    font-size: 24px;
    padding-bottom: 50px;
}

.cabinet__content .payment__switch {
    text-align: center;
}

.cabinet__content .payment__switch .radio__container {
    margin: 0px 10px 10px;
}

.cabinet__content .subtab__container {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.cabinet__content .subtab__container .input__header {
    font-size: 15px;
}

.cabinet__content .input__line .dropdown-block,
.cabinet__content .input__line .bx-ui-sls-container {
    height: 58px;
}

.cabinet__content .subtab__container .button {
    margin: 10px auto 20px;
    padding: 0 50px;
}

.cabinet__content font.text {
    display: block;
    text-align: center;
}

.cabinet__content font.errortext {
    display: block;
    padding: 20px 20px;
    margin: 30px auto 5px;
    max-width: 400px;
    text-align: center;
    font-weight: bold;
    color: red !important;
    border: 1px solid red;
}

.cabinet__content font.notetext {
    display: block;
    padding: 20px 20px;
    margin: 30px auto 5px;
    max-width: 400px;
    text-align: center;
    font-weight: bold;
    color: green;
    border: 1px solid green;
}

.cabinet__content form[name="form1"] {
    margin: 80px auto 0px;
    max-width: 450px;
    text-align: center;
}

.cabinet__content form[name="form1"] .payment__header {
    padding-bottom: 20px;
}

.cabinet__content form[name="form1"] .input__line_two {
    flex-wrap: wrap;
}

.cabinet__content form[name="form1"] .input__line_two .input__title {
    margin-bottom: 5px;
}

.cabinet__content form[name="form1"] .input__line_two .input__block {
    width: 100%;
    margin-bottom: 20px;
}

.cabinet__content form[name="form1"] .button {
    padding: 0 50px;
}

.cabinet__content .order__tabs {
    text-align: center;
}

.cabinet__content .order__tabs + h3 {
    text-align: center;
    margin-top: 50px;
}

.cabinet__dispatch {
    font-size: 13px;
    padding-bottom: 60px;
}

.cabinet__dispatch .checkbox__accept {
    margin-bottom: 30px;
    display: block;
}

.cart__table {
    width: 100%;
}

.cart__table .counter {
    margin: auto;
    width: 90px;
    border: 1px solid #eaeaea87;
}

.cart__table .counter:hover {
    box-shadow: 0 0 10px #d4d4d4;
    transition: all .3s ease;
}

.cart__table .counter__input {
    font-size: 14px;
    font-weight: bold;
}

.cart__table .counter__plus,
.cart__table .counter__minus {
    font-size: 20px;
    font-weight: 400;
    color: #b8b8b8;
}

.cart__table thead {
    color: #0a589c;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 40px;
}

.cart__table thead td {
    padding-bottom: 20px;
}

.cart__table tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
}

.cart__table tbody tr {
    /*    border-bottom: 1px solid #f7fbff;*/
    border-bottom: 1px solid #ebebeb;
}

.cart__table tbody tr:last-child {
    border-bottom: none;
}

.cart__table td {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    text-align: center;
}

.cart__container {
    /*box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);*/
    box-shadow: 0 0 50px 0 rgba(194, 194, 194, 0.3);
    border: 1px solid rgba(189, 189, 189, 0.2);
    margin-bottom: 150px;
    padding: 30px 35px;
}

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

.cart__image {
    display: inline-block;
    position: relative;
    height: 136px;
    width: 136px;
    background: no-repeat center;
    background-size: contain;
}

.cart__image .product__status {
    position: absolute;
    top: 1px;
    left: 1px;
}

.cart__text {
    /* max-width: 260px; */
    text-align: left;
}

.cart__name {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart__info {
    margin-bottom: 10px;
}

.cart__info:last-child {
    margin-bottom: 0;
}

.cart__info span {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.cart__info p {
    font-size: 11px;
}

.cart__price--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 46px;
}

.cart__price,
.cart__discount {
    white-space: nowrap;
}

.cart__color {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cart__color .color__item {
    pointer-events: none;
}

.cart__delete {
    color: #ff5949;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    transition: all .3s ease;
    margin-top: 10px;
    padding: 5px;
    background-color: white;
}

.cart__delete:hover {
    color: #ff5949;
}

.cart__price {
    color: #0a589c;
    font-size: 16px;
    font-weight: 900;
}

.cart__discount {
    /*    margin-top: 5px;*/
    /*    text-decoration: line-through;*/
}

.cart__discount .old_price__value {
    position: relative;
    font-size: 13px;
    color: #b5b5b5;
    font-weight: bold;
}

.cart__discount .old_price__value::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 40%;
    width: 104%;
    height: 2px;
    background: #ff000070;
    transform: rotate(-7deg);
}

.cart__about {
    display: none;
}

.cart__title {
    color: #0a589c;
    display: none;
    font-size: 12px;
    font-weight: 900;
    margin-right: 5px;
}

.cart__city {
    margin-bottom: 25px;
    margin-top: 25px;
}

.cart__city .input {
    border: 1px solid #0a589c;
}

.cart__city > span {
    font-size: 13px;
    margin-right: 20px;
}

.cart__city > span::after {
    color: #ff5949;
    content: ' *';
}

.cart__city > p {
    display: inline;
    font-size: 13px;
}

.cart__city .dropdown__btn_wrap {
    margin-top: 20px;
}

.cart__city .dropdown__btn_wrap > span {
    margin-right: 12px;
    font-size: 16px;
}

.cart__promocode {
    align-self: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 10px;
    -ms-flex-item-align: start;
    width: 370px;
}

.cart__promocode .dispatch__input {
    /*border: 1px solid #e2e8ef;*/
    border: 1px solid #bababa;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
    padding-left: 15px;
    height: auto;
}

.cart__promocode .dispatch__input::placeholder {
    color: gray;
    font-size: 13px;
}

.cart__promocode .dispatch__button {
    background-color: #a8a8a8;
    color: white;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8f8f8f;
    font-size: 13px;
    height: 40px;
    margin-top: 0;
}

.cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.cart__count {
    display: none; /*Временно отключено*/
    margin-bottom: 5px;
    color: #0a589c;
    font-size: 16px;
    font-weight: bold;
}

.cart__total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart__total #coupons_block {
    position: relative;
    width: 370px;
    margin-bottom: 5px;
}

.cart__total #coupons_block input {
    width: 370px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 14px;
    color: #525252;
    background-color: #d6d6d6;
    box-shadow: none;
}

.cart__total #coupons_block input.good {
    border: 1px solid #59a62a;
    color: #2c2c2c;
    background: #74b85669;
}

.cart__total #coupons_block span.good {
    filter: brightness(0.8);
}

.cart__total #coupons_block input.bad {
    border: 1px solid #e16565;
    color: #2c2c2c;
    background: #e1656529;
    background: linear-gradient(90deg, #e1656587, transparent);
}

.cart__total #coupons_block span {
    position: absolute;
    right: 10px;
    margin: 0;
    width: 30px;
    transition: all 0.2s;
}

.cart__total #coupons_block span.disabled:hover {
    filter: brightness(0.5);
}

.cart__totalprice {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 370px;
    font-size: 16px;
    font-weight: 700;
    color: #0a589c;
}

.cart__totalprice .cart__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.cart__totalprice .allSum_formated {
}

.cart__totalprice .allSum_formated__value {
    font-size: 22px;
    font-weight: 900;
}

.cart__totalprice .old_price_allSum,
.cart__totalprice .allSumm__discount {
    display: none;
}

.cart__totalprice .allSumm__discount {
    border-bottom: 1px solid #0a589c54;
    padding-bottom: 7px;
}

.cart__totalprice .old_price_allSum__value {
    position: relative;
    /*	color: #b5b5b5;*/
}

.cart__totalprice .old_price_allSum__value::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 40%;
    width: 104%;
    height: 2px;
    background: #ff000070;
    transform: rotate(-7deg);
}

.cart__totalprice .old_price_allSum._active,
.cart__totalprice .allSumm__discount._active {
    display: flex;
    position: static;
}

.cart__totalprice + .button_blue {
    font-size: 14px;
    width: 370px;
	height: 60px;
}

.catalog__open {
    align-items: center;
    background-color: #003c70;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
    justify-content: center;
    margin-right: 20px;
    /*    transition: all .3s ease;*/
    width: 151px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.catalog__open:hover {
    background-color: #0a589c;
}

.catalog__open:active {
    background-color: #083f6f;
}

.catalog__open p {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog__close {
    align-items: center;
    background-color: #034680;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    justify-content: center;
    margin-left: auto;
    padding: 0 20px;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.catalog__close:hover {
    background-color: #1366af;
}

.catalog__close:active {
    background-color: #083f6f;
}

.catalog__close i {
    font-size: 12px;
    margin-right: 10px;
}

.catalog__icon {
    margin-right: 14px;
}

.catalog__icon span {
    background-color: #fff;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 17px;
}

.catalog__icon span:last-child {
    margin-bottom: 0;
}

.catalog__content {
    background-color: #003c70;
    background-image: linear-gradient(0deg, #00315c 0%, #003c70 50%);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}

/* .header .catalog__content{
        max-width: 1200px;
    background-color: #003c70;
    display: none;
    height: 400px;
    left: 6.65%;;
    position: absolute;
    top: 100%;
    width: 100%;
    margin: auto;
    z-index: 12;
}
.header .catalog__header{
    display:none;
}
.header .catalog__content .catalog__close{
    margin-bottom:10px;
} */

.catalog__content.floating-header .catalog__header {
    height: 90px;
}

.catalog__content > .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    height: 100%;
    justify-content: flex-start;
    overflow: auto;
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

/* Scrollbar hidden */
.catalog__content > .box::-webkit-scrollbar {
    width: 0; /* Chrome */
    background: transparent;
}

.catalog__content > .box {
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

/* end bar hidden */


.catalog__wrap {
    max-width: 1570px;
}

.catalog__column {
    width: 33.333%;
}

.catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.catalog__caption {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.catalog__caption .catalog__link {
    color: #b3d5f2;
    font-size: 17px;
    font-weight: 700;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    color: white;
}

.catalog__caption .catalog__link > div:first-letter {
    text-transform: uppercase;
}

.catalog__caption .catalog__link:hover {
    color: #fff;
}

.catalog__caption .catalog__link:hover .catalog__img,
.catalog__caption .catalog__link .catalog__img.open {
    box-shadow: 0 0 10px #fff;
    background-color: #034680;
}

/*
.catalog__list .catalog__caption a[href*="/catalog/rasprodazha/"]:hover .catalog__img {
	border-color: #a10000;
	box-shadow: 0 0 13px 4px #ff0000;
}
*/

.catalog__img {
    /* margin-right: 20px;*/
    /* text-align: center;*/
    /* width: 35px;*/
    margin-right: 15px;
    margin-left: 10px;
    text-align: center;
    width: 40px;
    /* height: 35px; */
    padding: 7px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #ffffff00;
    /*box-shadow: 0 0 10px white;*/
}

.catalog__img img {
    /*  max-width: 100 %;*/
    max-width: 25px;
    height: 25px;
}

.catalog__block {
    margin-bottom: 20px;
    /*	text-transform: lowercase;*/
}

.catalog__angle {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19px;
    justify-content: center;
    margin-left: 10px;
    transition: all .3s ease;
    width: 19px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.catalog__angle img {
    transition: all .3s ease;
}

.catalog__dropdown {
    display: none;
}


@media screen and (min-width: 1050px) {
    .catalog__dropdown {
        display: block;
    }

    .catalog__column:last-child .catalog__block:last-child {
        display: none;
    }

    /*    .catalog__angle {
            display: none;
        }*/
}

.catalog__dropdown__content {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-left: 75px;
    padding-top: 5px;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
}

.catalog__dropdown .catalog__link {
    border-bottom: 1px solid transparent;
    color: #b3d5f2;
    line-height: 1.2;
    margin-bottom: 7px;
    transition: all .3s ease;
    margin-bottom: 5px;
}

.catalog__dropdown .catalog__link:first-letter {
    text-transform: uppercase;
}

.catalog__dropdown .catalog__link:hover {
    border-bottom: 1px solid #667c9a;
    color: #fff;
}

.catalog__dropdown .catalog__link:last-child {
    margin-bottom: 0;
}

.catalog__header {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    height: 105px;
    justify-content: space-between;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -ms-flex-pack: justify;
}

.catalog__footer {
    align-items: center;
    border-top: 1px solid #034680;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*   flex-shrink: 0;*/
    padding-bottom: 120px;
    padding-top: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    /*    display: none;*/
    padding: 15px 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog__footer .catalog__link {
    color: #b3d5f2;
    font-size: 16px;
    font-weight: 700;
    margin-left: 55px;
    transition: all .3s ease;

    margin: 0 7px 12px;
    padding: 3px 8px;
    text-align: center;
    background: #034680;
    border: 1px solid #104c81;
    border-radius: 3px;
}

.catalog__footer .catalog__link:hover {
    color: #fff;
    border-color: #b3d5f2;
}

.catalog__content .catalog__footer .button {
    margin-left: 55px;
    color: white;
    color: #b3d5f2;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    text-transform: none;
    display: block;
    margin: 0 7px 12px;
    padding: 3px 8px;
    border: 1px solid #b3d5f2;
    cursor: default;
}

@media screen and (max-width: 500px) {
    .catalog__content .catalog__footer .button {
        margin-left: 10px;
        margin-bottom: 10px;
        display: inline-block;
        padding: 0;
        border: none;
    }
}

/*
.catalog__footer .catalog__link .sale,
.catalog__footer .button .sale {
    border: 1px solid red;
    padding: 2px 7px 3px;
}
*/

.color {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.color__item {
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    min-height: 12px;
    margin-right: 15px;
    position: relative;
    width: 12px;
    min-width: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.color__item::after {
    border: 1px solid #000;
    border-radius: 50%;
    content: ' ';
    display: block;
    width: 22px;
    height: 22px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
}

.color__item.background::after {
    display: none;
}

.color__item.active {
    pointer-events: none;
}

.color__item.active::after, .color__item.active.background i {
    opacity: 1;
}

.color__item_black {
    background-color: #000;
}

.color__item_gray {
    background-color: #b0b0b0;
}

.color__item_red {
    background-color: #ff3939;
}

.color__item_blue {
    background-color: #3950ff;
}

.color__item_green {
    background-color: #74b856;
}

.color__item_yellow {
    background-color: #ffcc0b;
}

.color__item_orange {
    background-color: #ff6d0b;
}

.command__image {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 130px;
    margin-bottom: 20px;
    width: 130px;
}

.command__name {
    color: #0a589c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.command__description {
    color: #0a589c;
    font-size: 12px;
}

.command__text {
    font-size: 12px;
    margin-top: 20px;
}

.command__item {
    padding: 30px 30px 60px;
    text-align: center;
}

.command__header {
    color: #0a589c;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 40px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

.command__content {
    position: relative;
}

.command__content .arrow {
    position: absolute;
    top: 50%;
}

.command__content .arrow_prev {
    left: -15px;
}

.command__content .arrow_next {
    right: -15px;
}

.comment {
    max-width: 800px;
}

.comment__info {
    margin-bottom: 25px;
}

.comment__add {
    margin-bottom: 10px;
}

.comment__add__text {
    margin-bottom: 20px;
}

.comment__block {
    border-bottom: 1px solid #f7fbff;
    padding-bottom: 20px;
    padding-top: 30px;
}

.comment__header {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.comment__rating {
    font-size: 12px;
    margin-right: 8px;
}

.comment__stars i {
    color: #ffcc0b;
    font-size: 10px;
    margin-right: 4px;
}

.comment__name {
    color: #0a589c;
    font-weight: 700;
    margin-bottom: 15px;
}

.comment__text {
    font-size: 12px;
    margin-bottom: 20px;
}

.comment__footer {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

.comment__date {
    color: #8a8a8a;
    font-size: 12px;
}

.comment__button {
    margin-top: 25px;
}

.like {
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.like:hover .like__button {
    background-color: #0a589c;
    color: #fff;
}

.like.active .like__button, .like .like__button.bx-you-like {
    background-color: #0a589c;
    color: #fff;
}

.like__button {
    align-items: center;
    border: 1px solid #0a589c;
    border-radius: 50%;
    color: #0a589c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    height: 46px;
    justify-content: center;
    margin-right: 10px;
    transition: all .3s ease;
    width: 46px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.like__number {
    color: #0a589c;
    font-size: 12px;
    font-weight: 700;
    width: 60px;
}

.contacts__block {
    background-color: #fff;
    border-radius: 3px;
    left: 10px;
    max-width: 355px;
    padding: 35px 25px;
    position: absolute;
    text-align: center;
    top: 37%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contacts__logo {
    color: #0a589c;
    font-size: 46px;
    margin-bottom: 30px;
}

.contacts__header {
    color: #0a589c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contacts__text {
    margin-bottom: 15px;
}

.contacts__text:last-child {
    margin-bottom: 0;
}

.contacts__text_justify {
    margin-left: -17px;
    margin-right: -17px;
}

.contacts__text_justify a {
    margin: 0 17px;
}

.map_section_name {
    text-align: center;
    margin: 0 0 50px;
}

.contacts__section {
    margin-bottom: 25px;
}


.contacts__section:nth-of-type(2) {
    display: none;
}

.contacts__section:last-child {
    margin-bottom: 0;
}

.contacts__select {
    margin: 15px 0;
}

.counter {
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    justify-content: center;
    margin-right: 12px;
    width: 82px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.counter__input {
    border: none;
    font-size: 12px;
    text-align: center;
    width: 34px;
    background: none;
}

.counter__plus,
.counter__minus {
    cursor: pointer;
    font-weight: 900;
    padding: 8px;
    transition: all .3s ease;
}

.counter__plus:hover,
.counter__minus:hover {
    color: #0a589c;
}

.delivery {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    margin-bottom: 70px;
    padding: 25px 35px 0;
}

.delivery__line {
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-right: 60px;
    margin-left: 60px;
    margin-bottom: 10px;*/
    padding: 15px 25px;
    transition: all .3s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    min-height: 55px;
    min-height: 75px;
    border-radius: 3px;
}

.delivery__line:hover {
    border: 1px solid #0a589c;
    border: 1px solid #7e7e7e;
    border-radius: 3px;
    box-shadow: 0 0 10px #cacaca;
}

.delivery__line:hover .radio {
    pointer-events: none;
}

.delivery__line:hover .radio:after {
    border: 2px solid #0a589c;
}

.delivery__block > .delivery__line.active,
.sdek_pvzLair > .delivery__line.active,
.delivery__block.active .delivery__line.active {
    border: 1px solid #0a589c;
    border: 1px solid #7e7e7e;
    border-radius: 3px;
    box-shadow: 0 0 10px #cacaca;
}

.delivery__block > .delivery__line.active .delivery__name span, .delivery__block.active .delivery__line.active .delivery__name span {
    border-bottom: 1px solid #d5dde9;
    color: #0a589c;
}

.delivery__column {
    font-size: 14px;
    padding-right: 20px;
    width: 25%;
}

.delivery__column_radio {
    width: 40px;
}

.delivery__column_radio input {
    vertical-align: middle;
}

.delivery__column_radio input.radio {
    display: none;
}

.delivery__column_radio input.radio + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background-color: #fff;
    position: relative;
    border: 2px solid #a4a4a4;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
}

.delivery__column_radio input.radio + label:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}

.delivery__column_radio input.radio:checked + label,
.delivery__line:hover .delivery__column_radio input.radio + label {
    border-color: #0a589c;
}

.delivery__column_radio input.radio:checked + label:after {
    background-color: #0a589c;
}

.delivery__column_huge {
    /*width: calc(60% - 140px);*/
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.delivery__column_time {
    display: flex;
    flex-grow: 1;
	justify-content: flex-end;
}

.delivery__column_time .delivery__title {
    margin-right: 5px;
    white-space: nowrap;
}

.delivery__description:nth-of-type(3) {
    display: none;
}

.delivery__description .delivery__description_note {
    display: none;
}

.delivery__column_price {
    padding-right: 0;
    width: 110px;
    display: flex;
    flex-direction: column;
	align-items: flex-end;
    flex-grow: 1;
}

.delivery__header {
    color: #0a589c;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-left: 35px;
}

.delivery__block {
    border-bottom: 1px solid #f7fbff;
/*    padding-bottom: 25px;*/
	margin-bottom: 10px;
}

.delivery__name span {
    border-bottom: 1px solid #d4d4d4;
    font-weight: 700;
    font-size: 15px;
}

.delivery__text {
    font-weight: 700;
    white-space: nowrap;
}

.delivery__title--price {
    display: none;
}

.delivery__price {
    color: #0a589c;
    font-size: 16px;
    font-weight: 900;
}

.delivery__price--old {
    position: relative;
    font-size: 14px;
    color: #b5b5b5;
    width: max-content;
    white-space: nowrap;
}

.delivery__price--old::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 40%;
    width: 104%;
    height: 2px;
    background: #ff000070;
    transform: rotate(-7deg);
}

.delivery__buttons {
    display: flex;
	justify-content: space-between;
	gap: 40px;
    padding: 40px 0;
    transition: all .3s ease;
}

.db_scroll {
/*    position: fixed;*/
    bottom: 0;
    width: 100%;
    left: 0;
    background: #ffffff9e;
    padding: 20px 0 50px;
    transition: all .3s ease;
}

.delivery__block.db {
    padding-bottom: 132px;
}

.db_scroll .progress__btn__wrap {
    width: 30%;
}

.db_scroll .delivery__button {
    width: 30%;
}

.delivery__button {
/*    text-align: right;*/
/*    width: 50%;*/
}

.progress__btn__wrap {
/*   margin: 0 0 25px;*/
/*    text-align: left;*/
/*    width: 50%;*/
}

.delivery__button a,
.progress__btn__wrap a {
	height: 60px;
}

.progress__btn__wrap a {
    background: white;
    color: #0a589c;
    border: 1px solid #0a589c;
}

.progress__btn__wrap a:hover {
	background: white;
	box-shadow: 0 0 10px #0a589c;
}

.progress__btn__wrap.progress__mob {
    display: none;
}

.dispatch {
    background-color: #f7fbff;
    background: linear-gradient(90deg, white 0%, #f7fbff 5%, #f7fbff 95%, white 100%);
    padding-bottom: 30px !important;
    padding-top: 45px;
    text-align: center;
}

.dispatch__header {
    font-size: 23px;
    margin-bottom: 25px;
    padding-top: 25px;
    font-weight: bold;
    color: #0a589c;
}

.dispatch__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
    max-width: 930px;
    max-width: 760px;
    position: relative;
    width: 100%;
}

.dispatch__input {
    border: 1px solid #0a589c78;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    color: #222;
    flex-grow: 1;
    font-size: 15px;
    padding: 0 15px 0 65px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.dispatch__input::-webkit-input-placeholder {
    color: #222;
}

.dispatch__input::-moz-placeholder {
    color: #222;
}

.dispatch__input:-ms-input-placeholder {
    color: #222;
}

.dispatch__button {
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.dispatch__icon {
    color: #c9c9c9;
    font-size: 22px;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dispatch__button {
    border-radius: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    height: 50px;
}

.dispatch__button i {
    display: none;
}

.dispatch__caption {
    color: #0a589c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.dispatch__checkboxes {
    margin: 30px 0;
}

.dispatch__checkboxes .checkbox__container {
    margin-bottom: 5px;
    text-align: left;
}

.dispatch__checkboxes .checkbox__container:last-child {
    margin-bottom: 0;
}

.dispatch__checkboxes .checkbox {
    margin-right: 8px;
}

.dispatch__title {
    margin-bottom: 10px;
}

.dispatch__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.dispatch__field {
    margin-right: 12px;
    max-width: 260px;
}

.checkbox--agreement {
    margin-bottom: 20px;
}

.checkbox--agreement input {
    top: 2px;
    cursor: pointer;
}

.checkbox--agreement label {
    cursor: pointer;
}

.dropdown {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    border: 1px solid #a2a2a2;
    border-radius: 3px;
    box-shadow: 0 0 10px 5px #cacacab0;
    font-size: 14px;
    left: 50%;
    opacity: 0;
    padding: 25px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: translate(-200px, 15px);
    transition: all .3s ease;
    width: 628px;
    z-index: 2;
    -webkit-transform: translate(-200px, 15px);
    -ms-transform: translate(-200px, 15px);
}

.mobile-menu__place .dropdown, .cart__city .dropdown {
    left: 0;
    transform: translate(-20px, 15px);
    -webkit-transform: translate(-20px, 15px);
    -ms-transform: translate(-20px, 15px);
}

.dropdown_center {
    left: 50%;
    transform: translate(-50%, 15px);
    -webkit-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
}

.dropdown__selected {
    cursor: pointer;
    position: relative;
}

.dropdown__container {
    position: relative;
}

.dropdown__container.open .dropdown {
    opacity: 1;
    pointer-events: initial;
}

.dropdown__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: auto;
    -ms-flex-wrap: wrap;
    margin-top: 25px
}

.dropdown__col {
    padding-right: 20px;
    width: 33.333%;
}

.dropdown__link {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
}

.dropdown__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.dropdown__close i {
    color: #ff5949 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.dropdown__header, .dropdown__title {
    color: #0a589c;
    font-weight: 700;
}

.dropdown__header {
    display: none;
    margin-top: 25px;
    margin-bottom: 12px;
}

.dropdown__location__search__input input::-moz-placeholder {
    color: inherit;
}

.dropdown__location__search__input input::-webkit-input-placeholder {
    color: inherit;
}

.dropdown__location__search__input input:-ms-input-placeholder {
    color: inherit;
}

.dropdown__title {
    font-size: 21px;
    margin-bottom: 16px;
    text-align: center;
}

.feedback {
    align-items: center;
    background-color: #f7fbff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.feedback__column {
    text-align: center;
    width: 50%;
}

.feedback__column_left {
    color: #0a589c;
    padding: 0 40px;
}

.feedback__image {
    border-radius: 50%;
    display: inline-block;
    height: 130px;
    margin-bottom: 20px;
    width: 130px;
}

.feedback__name {
    font-size: 18px;
}

.feedback__position {
    font-size: 18px;
    font-weight: 700;
}

.feedback__phones {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px 0;
}

.feedback__mail {
    border-bottom: 1px solid #b8c8dd;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.feedback__mail:hover {
    border-bottom: 1px solid;
    color: #1071c4;
}

.feedback__block {
    background-color: #fff;
    padding: 40px;
}

.feedback__icon {
    color: #0a589c;
    font-size: 52px;
    margin-bottom: 25px;
}

.feedback__header {
    color: #0a589c;
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto 15px auto;
    max-width: 330px;
    text-transform: uppercase;
}

.feedback__text {
    font-size: 12px;
    margin: 0 auto 25px auto;
    max-width: 300px;
}

.feedback__text.error {
    color: red;
}

.feedback__worktime {
    font-size: 16px;
}

.feedback__input {
    margin: 0 auto 12px auto;
    max-width: 262px;
}

.feedback__button {
    margin-top: 18px;
}

.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
}

.file__image {
    flex-shrink: 0;
    margin-right: 15px;
    -ms-flex-negative: 0;
}

.file__name {
    border-bottom: 1px solid #d5dde9;
    color: #0a589c;
    font-weight: 700;
    line-height: 1.2;
    transition: all .3s ease;
}

.file__name:hover {
    border-bottom: 1px solid;
    color: #1071c4;
}

.file__description {
    color: #a8a8a8;
    font-size: 12px;
    text-transform: uppercase;
}

.footer {
    margin: auto;
    max-width: 1570px;
    position: relative;
    width: 100%;
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-wrap: wrap;
}

.footer__container {
    background-color: #fff;
}

.footer__topline {
    align-items: flex-start;
    border-bottom: 1px solid #f7fbff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 55px;
    padding-top: 55px;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    -ms-flex-wrap: wrap;
}

.footer__subcolumn {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    text-transform: lowercase;
}

.footer__subcolumn a::first-letter {
    text-transform: uppercase;
}

.footer__feedback.button {
    display: none
}

.footer__caption {
    color: #0a589c;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 30px;
    width: 100%;
}

.footer__caption.open-dropdown .footer__angle img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.footer__link {
    border-bottom: 1px solid transparent;
    color: #0a589c;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.footer__link:hover {
    border-bottom: 1px solid rgba(10, 88, 156, .4);
    color: #1071c4;
}

.footer__link:last-child {
    margin-bottom: 0;
}

.footer__bottomline {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 65px;
    padding-top: 45px;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
}

.footer__logo {
    align-items: center;
    background-color: #083f6f;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 63px;
    justify-content: center;
    width: 165px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.footer__copyright {
    color: #0a589c;
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
}

.footer__phone .phone__icon {
    color: #083f6f;
}

.footer__phone .phone__number {
    color: #083f6f;
    font-size: 22px;
}

.footer__phone .phone__text {
    color: #083f6f;
}

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

.footer__imedia span {
    color: #8c8c8c;
    font-size: 10px;
    display: block;
    margin-right: 8px;
}

.footer__imedia img {
    width: 100px;
}

.footer__angle {
    align-items: center;
    background-color: #f7fbff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 19px;
    justify-content: center;
    margin-left: 10px;
    transition: all .3s ease;
    width: 19px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.footer__angle img {
    transition: all .3s ease;
}

.up__button {
    position: absolute;
    height: 60px;
    width: 60px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    transition: all .1s ease;
    background-color: #ffcc0b;
    border-radius: 10%;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    left: 25px;
    display: none;
    z-index: 20;
    z-index: 11;
}

.up__button:hover {
    box-shadow: none;
    background-color: #ffd32d;
}

.up__button:active {
    background-color: #ecbf13;
}

.up__button .icon_angle-left {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.goods__text {
    color: #7b7b7b;
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
}

.goods__header {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

.goods__header .goods__text {
    font-size: 11px;
    margin-bottom: 3px;
}

.goods__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
}

.goods__tab {
    align-items: center;
    border: 1px solid #e2e8ef;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0 35px;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    position: relative;
}

.goods__tab h2 {
    font-weight: 400;
}

._otzyv {
    display: none; /*temporarily disabled*/
    position: absolute;
    right: 0;
    background: #ff7070;
    padding: 2px;
    border-radius: 50%;
    width: 23px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    color: white;
    font-weight: bold;
    top: -10%;
    right: -10px;
    opacity: 0;
    animation-iteration-count: 10;
    -webkit-animation: disapear 30s infinite;
    animation: disapear 30s infinite;
    animation-delay: 20s;
}

@-webkit-keyframes disapear {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.8;
    }
    30% {
        opacity: 0.8;
    }
    33% {
        opacity: 0;
    }
}

@keyframes disapear {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.8;
    }
    30% {
        opacity: 0.8;
    }
    33% {
        opacity: 0;
    }
}

.goods__tab:last-child {
    margin-right: 0;
}

.goods__tab:hover {
    border: 1px solid #0a589c;
}

.goods__tab.active {
    background-color: #0a589c;
    border: 1px solid #0a589c;
    color: #fff;
}

.goods__info {
    margin-bottom: 60px;
}

.goods__about {
    max-width: 100%;
}

.goods__about p {
    margin-bottom: 25px;
}

.goods__about p:last-child {
    margin-bottom: 0;
}

.goods__about--additional {
    padding: 50px 0;
}

.goods__about--additional .product__table {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 13px;
}

.goods__about--additional .product__table tr {
}

.goods__about--additional .product__table td {
    min-width: 120px;
    padding: 5px 10px;
    border: 1px solid lightgrey;
}

.goods__about--additional .product__table--head td {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    vertical-align: middle;
    color: white;
    background-color: #034680;
}

.goods__about--additional .product__table-notice td {
    font-weight: bold;
    padding: 10px;
    background-color: #d3d3d35e;
}

@media screen and (max-width: 560px) {
    .goods__about--additional iframe {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 401px) {
    .goods__about--additional iframe {
        height: 190px;
    }
}

.goods__about.additional-links--center {
    text-align: center;
    margin: 20px auto;
    padding: 10px 20px;
    max-width: 500px;
    border: 1px solid darkgrey;
    transition: all 0.3s;
}

.goods__about.additional-links--center:hover {
    box-shadow: 0 0 10px lightgrey;
}

.goods__about.additional-links--center:hover .additional-links__title {
    color: #0a589c;
}

.goods__about.additional-links__title {
    margin-bottom: 13px;
    font-weight: bold;
}

.goods__about.additional-links__list--center {
    margin: 0 auto;
    max-width: max-content;
    text-align: left;
}

.goods__about.additional-links__item {
    margin-bottom: 5px;
}

.goods__about.additional-links__link {
    position: relative;
    padding: 0px 5px 4px 30px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.goods__about.additional-links__link:hover {
    color: #1071c4;
    border-bottom-color: #1071c4;
}

.goods__about.additional-links__link::before {
    position: absolute;
    top: -4px;
    left: 5px;
    font-family: 'icons';
    font-size: 17px;
}

.goods__about.additional-links__link--tg::before {
    content: '\F1D9';
}

.goods__about.additional-links__link--mail::before {
    content: '\EA0C';
}

.goods__about.additional-links__link--cloud::before {
    content: '\F0E5';
}

.goods__about.additional-links__terms {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    text-decoration: underline;
    color: #aaa;
}

.goods__about.additional-links__terms:hover {
    color: #333;
}


@media screen and (max-width: 768px) {
    .goods__about--additional .product__table {
        width: 100%;
        font-size: 12px;
    }

    .goods__about--additional .product__table td {
        min-width: auto;
    }

    .goods__about--additional .product__table .product__table--head td {
    }
}


.goods__value {
    font-size: 12px;
    /*font-weight: 900;*/
    margin-right: 5px;
}

.goods__value:last-child {
    margin-right: 0;
}

.goods__value:first-child {
    margin-right: 0;
}

.goods__block {
    width: calc(50% - 40px);
}

.goods__block_left {
    text-align: center;
}

.goods__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.goods__price {
    color: #0a589c;
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    margin-right: 15px;
    position: relative;
    white-space: nowrap;
}

.goods__price--nds::after {
	content: "(c НДС)";
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
}

.goods__price:last-child {
    margin-right: 0;
}

.goods__price-paysite {
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #7b7b7b;
    background-color: #74b8561c;
    border: 1px solid #74b856;
    border-radius: 3px;
    cursor: help;
}

.goods__price-paysite b {
    font-size: 13px;
    color: #4c4c4c;
}

.skidka10 {
    display: none;
    position: absolute;
    top: -100%;
    width: 100%;
    font-size: 12px;
    background: #ffffffd6;
    padding: 10px;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 0 1px black;
    width: 100%;
}

.warant__hov {
    position: relative;
}

.warant__getdata {
    display: none;
    position: absolute;
    font-size: 12px;
    background: #ffffffd6;
    padding: 10px;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 0 1px black;
    width: 100%;
}

.goods__price:hover .skidka10, .warant__hov:hover .warant__getdata {
    display: block;
}

.goods__discount {
    display: inline-block;
    margin-left: 3px;
    font-size: 18px;
    line-height: 16px;
    /*    text-decoration: line-through;*/
    color: #f43a3a;
    color: #b5b5b5;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
}

.goods__discount:before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: 7px;
    width: 104%;
    height: 2px;
    background: red;
    background: #ff00008f;
    transform: rotate(-7deg);
}

.goods__count {
    margin-right: 10px;
    font-size: 12px;
}

.goods__count img {
    margin-right: 2px;
    vertical-align: initial;
    margin-bottom: -1px;
}

.goods__count:last-child {
    margin-right: 0;
}

.goods__count_min {
    color: #f43a3a;
}

.goods__count_medium {
    color: #efa21b;
}

.goods__count_max {
    color: #74b856;
}

.goods__line {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cart__container .cart__content .product__status:not(.product__status:first-child) {
    display: none;
}

.goods__line--discount {
    /*display: none;*/
    font-size: 12px;
    color: #7b7b7b;
    padding-right: 120px;
}

.goods__line--onlyOnSite {
    font-size: 12px;
    color: red;
    padding-right: 100px;
}

.goods__line--credit {
    margin-top: -9px;
    font-size: 12px;
    color: #7b7b7b;
    order: 3;
    flex-wrap: nowrap;
}

.goods__line--credit-wrapper {
/*    padding: 5px 10px;*/
/*    border-bottom: 1px solid #d4d4d4;*/
/*    border-radius: 3px; */
	white-space: nowrap;
}

.goods__line--credit-wrapper a:hover {
	border-bottom: 1px solid transparent;
}

.goods__line--credit-wrapper a:hover {
	border-bottom-color: #d4d4d4;
}

.goods__line--credit b {
    font-size: 13px;
    color: #4c4c4c;
}

.goods__line--credit span {
    white-space: nowrap;
}

.goods__line--credit a {
/*    margin-bottom: 2px;*/
}

.goods__line--timer {
    margin-top: 0px;
    order: 3;
    font-size: 12px;
    color: #7b7b7b;
    color: #ff2915;
    order: 3;
}

.goods__line--timer .timer_desc {
    border: 1px solid #ff5949;
    padding: 5px 7px;
    color: #ff2915;
}

.goods__button__wrap {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-flex-wrap: wrap;
}

.goods__line::after {
    display: block;
    content: "";
    clear: both;
}

.goods__line_value {
    margin: 20px 0 10px 0;
    flex-direction: column;
    align-items: flex-start;
    order: 2;
}

.goods__line .goods__text {
    float: left;
}

.goods__line .goods__value {
    margin-right: 20px;
}

.goods__line_buttons {
    margin-bottom: 0;
}

.goods__line_buttons .goods__value {
    margin-bottom: 10px;
}

.goods__line_filters {
    margin-top: 10px;
}

.goods__star {
    align-items: center;
    border: 2px solid #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    width: 32px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.goods__stars i {
    margin-right: 4px;
    color: #d4d4d4a1;
}

.goods__stars i.active {
    color: #ffcc0b;
}

.goods__stars i.empty {
    color: #d4d4d4a1;
    transition: 0.3s all;
}

.goods__stars:hover i.empty {
    color: #ffcc0b;
}

.goods__favorite {
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.goods__favorite .goods__text {
    transition: all .3s ease;
}

.goods__favorite.active .goods__text, .goods__favorite .goods__text.display_active {
    display: none;
}

.goods__favorite.active .goods__text.display_active {
    display: inline-block;
}

.goods__favorite .goods__star {
    color: #74b856;
    border-color: #74b856;
    transition: all .3s ease;
}

.goods__favorite:hover .goods__text {
    color: #ffcc0b;
}

.goods__favorite:hover .goods__star, .goods__favorite.active .goods__star {
    border: 1px solid #ffcc0b;
    color: #ffcc0b;
}

.goods__rating {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    order: 2;
}

.goods__content {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.goods__link {
    border-bottom: 1px solid #d5dde9;
    color: #0a589c;
    font-size: 13px;
    line-height: 1.2;
    transition: all .3s ease;
    font-weight: 700;
    padding-top: 2px;
}

.goods__link:hover {
    border-bottom: 1px solid;
    color: #1071c4;
}

.goods__line_link .goods__link {
    /*white-space: nowrap;*/
}

.goods__column {
    width: 50%;
}

.goods__column .goods__value {
    margin-bottom: 10px;
}

.goods__column .select {
    width: 100%;
}

.goods__column .select2-container {
    width: 100% !important;
}

.goods__button {
    align-items: center;
    border: 1px solid #e2e8ef;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding: 0 15px;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.goods__button.active {
    background-color: #0a589c;
    color: #fff;
    pointer-events: none;
}

.goods__button:hover {
    border: 1px solid #0a589c;
}

.goods__footer {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    /*margin-top: 60px;*/
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    order: 3;
}

.goods__footer.non_stock {
    display: none;
}

.goods__footer > * {
    margin-bottom: 10px;
}

.goods__footer .button {
    height: 46px;
    margin-right: 25px;
    white-space: nowrap;
}

.goods__footer .button i {
    font-size: 24px;
    margin-right: 15px;
}

.goods__footer .button span {
    font-size: 12px;
}

.goods__quick {
    align-items: center;
    color: #0a589c;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.goods__quick i {
    font-size: 28px;
    margin-right: 10px;
    transition: all .3s ease;
}

.goods__quick span {
    border-bottom: 1px solid #d5dde9;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    transition: all .3s ease;
}

.goods__quick:hover {
    color: #1071c4;
}

.goods__quick:hover span {
    border-bottom: 1px solid;
}

/*==NoInStock==*/

.goods__noinstock {
    border-radius: 4px;
    background-color: #f5f5f6;
    padding: 15px 20px;
    display: inline-block;
    margin: 60px 0px 0px 0px;
}

.goods__noinstock .button.button_green {
    height: 27px;
    line-height: 27px;
    font-size: 10px;
}

.goods__noinstock_label {
    color: #9899a3;
    font-size: 14px;
    margin: 0px 0px 9px 0px;
    font-weight: 700;
}

/*==/NoInStock==*/

.goods__slide {
    margin-bottom: 20px;
    display: block;
}

.goods__slide span {
    height: 500px;
    display: none;
    background-size: contain;
    background-size: auto;
}

.goods__slide img {
    /*display: none;*/
    margin: auto;
}

.goods__image {
    position: relative;
}

.goods__image .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.goods__image .arrow_prev {
    left: 0;
}

.goods__image .arrow_next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.goods__image .product__status-wrap {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    text-align: left;
	max-height: 30px;
    overflow: hidden;
    padding: 1px;
}

.goods__navigation {
    display: inline-block;
    margin: 0 -10px;
    max-width: 370px;
}

.goods__navigation .slick-list {
    overflow: hidden;
}

.goods__navigation__slide {
    background-size: auto;
    display: block;
    box-shadow: inset 0 0 0 1px #f7fbff;
    cursor: pointer;
    margin: 0 10px;
    opacity: .5;
    display: block;
    background-size: auto;
    height: 80px;
    width: 110px;
}

.goods__navigation .slick-current {
    box-shadow: inset 0 0 0 1px black;
    opacity: 1;
    pointer-events: none;
}

/*
.goods__list {
    margin-bottom: 25px;
}

.goods__list li {
    font-weight: 700;
    margin-bottom: 10px;
}

.goods__list span {
    font-weight: 400;
    margin-right: 15px;
}
*/


.goods__list {
    display: table;
    margin-bottom: 25px;
    border: 1px solid #c8cfd8;
    border-radius: 3px;
}

.goods__list-item {
    display: table-row;
}

.goods__list-item:nth-of-type(2n+1) {
    background-color: #e2e8ef80;;
}

.goods__list span {
    display: table-cell;
    /*    padding: 7px 10px 5px;*/
    vertical-align: middle;
}

.goods__list-item--name {
    padding: 7px 10px 5px 10px;
    font-size: 13px;
    border-right: 1px solid #e2e8ef80;
}

.goods__list-item--value {
    padding: 7px 15px 5px 10px;
    font-weight: 700;
}

.subcolumn {
    margin: 0 15px;
    width: calc(33.333% - 30px);
}

.subcolumn__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding-top: 35px;
    text-align: center;
}

.subcolumn__header {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.subcolumn img {
    margin-bottom: 12px;
}

.subcolumn span {
    font-weight: 700;
}

.subcolumn__text {
    font-size: 11px;
}

.subcolumn__link {
    margin: 20px 0;
}

.subcolumn__link:last-child {
    margin-bottom: 0;
}

.subcolumn a {
    border-bottom: 1px solid #d5dde9;
    color: #0a589c;
    transition: all .3s ease;
}

.subcolumn a:hover {
    border-bottom: 1px solid;
    color: #1071c4;
}

.header {
    left: 50%;
    margin: auto;
    /*max-width: 1570px;*/
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 11;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.header__logo {
    margin-right: 20px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.header__place {
    position: relative;
    z-index: 1;
}

.header__topline {
    background-color: #003c70;
    background-image: linear-gradient(0deg, #00315c 0%, #003c70 70%);
    position: relative;
    z-index: 12;
}


/*New year background snowflakes*/
/*Temporately, up to end of New years holidays*/
/*
.header__topline {
	background-image: url("/local/templates/main/img/snowflakes-fall-back7.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: 115%;
}

@media screen and (max-width: 1050px) {
    .header__topline {
        background-size: 200%;
    }
}

@media screen and (max-width: 600px) {
    .header__topline {
        background-size: 350%;
    }
}
*/
/*end flakes*/


.header__topline > .box {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 105px;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

.header__bottomline {
    background-color: #fff;
    /* box-shadow: 0 5px 16px 0 rgba(239, 247, 255, .4); */
    position: relative;
    transition: all .3s ease;
    z-index: 1;
}

.header__bottomline > .box {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.header__search {
    flex-grow: 1;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.header__search .icon_loupe {
    color: #b3d5f2;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.header__input {
    background-color: #034680;
    border: none;
    border-radius: 3px;
    color: #b3d5f2;
    height: 40px;
    padding: 0 45px 0 20px;
    width: 100%;
}

.header__search:hover .header__input {
    background-color: #0e518b;
}

.header__input::-moz-placeholder {
    color: #b3d5f2;
}

.header__input::-webkit-input-placeholder {
    color: #b3d5f2;
}

.header__input:-ms-input-placeholder {
    color: #b3d5f2;
}

.header__count {
    align-items: center;
    background-color: #034680;
    border-radius: 3px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 30px;
    justify-content: center;
    /*    margin-right: 12px;*/
    margin-left: 12px;
    width: 30px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.header__cart__inner {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: row-reverse;
}

.header__cart__inner ~ .header__cart__inner {
    margin-left: 15px;
}

.header__link {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: all .3s ease;
}

.header__link:hover {
    border-bottom: 1px solid transparent;
}

.header__buttons {
    display: none;
}

.header__cart {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-top: 20px;
    margin-top: 10px;
}

.header__authorization {
    position: absolute;
    right: 15px;
    top: 13px;
}

.header__sign-in {
    align-items: center;
    color: #b3d5f2;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.header__sign-in ~ .header__sign-in {
    margin-left: 1em
}

.header__sign-in:hover span {
    border-bottom: 1px solid;
    color: #fff;
}

.header__sign-in i {
    font-size: 14px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: text-top;
    zoom: 1;
    *display: inline;
}

.header__sign-in span {
    border-bottom: 1px solid rgba(179, 213, 242, .4);
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 11px;
    line-height: 1;
    transition: all .3s ease;
}

.floating .header__topline > .box {
    height: 90px;
}

.floating .header__bottomline {
    display: none;
}

.floating .header__cart {
    margin-top: 0;
}

.floating .header__authorization {
    top: 10px;
}

.floating .floating__hide {
    opacity: 0;
    pointer-events: none;
}

.floating .floating__button {
    opacity: 1;
    pointer-events: initial;
    width: 143px;
    height: 40px;
    position: static;
    margin-right: 0;
}

.floating__hide {
    transition: all .3s ease;
}

.floating__button {
    left: 0;
    margin-right: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    transition: all .3s ease;*/
    /*    -webkit-transform: translateY(-50%);*/
    /*    -ms-transform: translateY(-50%);*/
}

.floating__button.header__cart {
    /*    justify-content: flex-end;*/
    margin-left: 0;
    position: absolute;
    right: 10px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.floating__button.header__cart i {
    color: #b3d5f2;
    font-size: 14px;
    margin-right: 10px;
}

.floating__button.catalog__open {
    background-color: #034680;
    /*    width: 100%;*/
}

.floating__button.catalog__open:hover {
    /*    background-color: #1366af;*/
    background-color: #0e518b;
}

.floating__button.catalog__open:active {
    background-color: #083f6f;
}

.history {
    background-color: #f7fbff;
}

.history__header {
    color: #0a589c;
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

.history__wrap {
    width: 50%;
}

.history__slide {
    height: 268px;
}

.history__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

.history__line:last-child {
    margin-bottom: 0;
}

.history__line:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
}

.history__line:nth-child(even) .history__block {
    margin-left: 45px;
    margin-right: 0;
}

.history__line:nth-child(even) .history__year {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.history__line:nth-child(even) .history__year:after {
    left: auto;
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
}

.history__block {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    margin-right: 45px;
    padding: 30px;
}

.history__year {
    color: #0a589c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding-left: 25px;
    position: relative;
    width: 50%;
}

.history__year:after {
    background-color: #ffcc0b;
    border: 4px solid #f7fbff;
    border-radius: 50%;
    content: ' ';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 20px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.history__content {
    padding-bottom: 70px;
    padding-top: 90px;
    position: relative;
}

.history__timeline {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.history__timeline span {
    background-color: #c0ced9;
    flex-grow: 1;
    margin-top: 6px;
    width: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.history__text {
    font-size: 12px;
    line-height: 1.6;
}

.history__navigation {
    padding: 18px 0;
}

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

.history__navigation li {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 2px;
}

.history__navigation li:hover button {
    border: 2px solid #0a589c;
}

.history__navigation button {
    background-color: #fff;
    border: 2px solid #b5b5b5;
    border-radius: 50%;
    font-size: 0;
    height: 11px;
    padding: 0;
    transition: all .3s ease;
    width: 11px;
}

.history__navigation .slick-active button {
    background-color: #0a589c;
    border: 2px solid #0a589c;
}

.image__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
}

.image__block {
    background: no-repeat center;
    background-size: cover;
    margin: 0 15px 30px 15px;
    padding-bottom: 30%;
    width: calc(33.333% - 30px);
}

.breadcrumbs {
    color: #979797;
    font-size: 12px;
    padding-top: 30px;
    text-align: center;
}

.breadcrumbs__link {
    display: inline-block;
    text-decoration: underline;
    /*    text-transform: lowercase;*/
}

.breadcrumbs .breadcrumbs__link:last-child {
    text-decoration: none;
}

.breadcrumbs__link:first-letter {
    text-transform: uppercase;
}


.breadcrumbs__link:not(:last-child) {
    /*  text-transform: lowercase; */
}

.breadcrumbs__separator {
    display: inline-block;
    margin: 0 10px;
}

.inner__header {
    padding-bottom: 20px;
    text-align: center;
}

.inner__caption {
    color: #0a589c;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 20px;
    /*    text-transform: uppercase;*/
}

.inner__content {
    width: calc(100% - 300px);
}

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

.inner__text {
    margin: auto;
    max-width: 1050px;
}

.inner__text p {
    margin-bottom: 30px;
}

.inner__text p:last-child {
    margin-bottom: 0;
}

.input,
.textarea, .input__line .dropdown-block {
    border: 1px solid #cacaca;
    border-radius: 3px;
    display: inline-block;
    transition: all .3s ease;
    width: 100%;
}

.recvizity_inp {

}

.input:focus,
.textarea:focus {
    border: 1px solid #0a589c;
}

.input {
    height: 46px;
    padding: 0 15px;
}

.input__line .bx-ui-sls-container {
    height: 44px;
}

.input__line .bx-ui-sls-clear {
    top: 50%;
    margin-top: -15px;
}

.input__line .dropdown-icon {
    top: 50%;
    margin-top: -7px;
}

.input__line .bx-ui-sls-fake, .input__line .bx-ui-sls-route {
    top: 50%;
    margin-top: -16.5px;
}

.input__block {
    width: 100%;
}

.input__block .daDataListQuery {
    margin-top: 5px;
    cursor: pointer;
}

.input__block .daDataListQuery .daDataCompanyLine {
    margin: 3px 0;
    padding: 10px;
    border: 1px solid #00396b;
    border-radius: 3px;
    background-color: #003c7017;
}

.input__block .daDataListQuery .daDataCompanyLine:hover {
    color: white;
    background-color: #003c70d6;
}

.input__block .daDataListQuery .daDataCompanyLine .daDataCompanyLine__inn {
    display: block;
    font-weight: bold;
}

.input__block .daDataListQuery .daDataCompanyLine .daDataCompanyLine__fullname {
    text-transform: lowercase;
    display: none;
}

.input__block .daDataListQuery .daDataCompanyLine .daDataCompanyLine__kpp {
    display: none;
}

.input__block ._data-error .recvizity_inp {
    margin-top: 15px;
}

::-webkit-input-placeholder {
    color: #cacaca;
    font-style: italic;
}

::-moz-placeholder {
    color: #cacaca;
    font-style: italic;

}


/* Firefox 19+ */
:-moz-placeholder {
    color: #cacaca;
    font-style: italic;

}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #cacaca;
    font-style: italic;

}

.input__title {
    font-size: 13px;
    margin-bottom: 10px;
}

.input__line {
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    text-align: left;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.input__line_one {
    display: block;
    width: 100%;
}

.input__line_one .input__block:nth-child(n+2) {
    margin-top: 20px;
}

._data-error {
    position: relative;
}

._focus ._input-label {
    padding: 20px 16px 0;
    text-indent: 0;
    color: #1e2022;
}

._input-label {
    position: relative;
    z-index: 2;
    border-radius: 4px !important;
    border: 1px solid #d3d3d3;
    height: 58px;
    color: transparent;
    font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
    -webkit-transition: border .3s ease 0s, color .3s ease 0s, background-color .3s ease 0s;
    -o-transition: border .3s ease 0s, color .3s ease 0s, background-color .3s ease 0s;
    transition: border .3s ease 0s, color .3s ease 0s, background-color .3s ease 0s;
    text-indent: -10000px;
    background-color: transparent;
}

._forminput-label {
    color: #828a90;
    font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 16px;
    z-index: 1;
    -webkit-transition: padding .3s ease 0s, height .3s ease 0s;
    -o-transition: padding .3s ease 0s, height .3s ease 0s;
    transition: padding .3s ease 0s, height .3s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

._forminput-label--city {
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 5px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 500px) {
    ._forminput-label--city {
        font-size: 10px;
        line-height: 1;
    }
}

._focus ._forminput-label {
    padding: 10px 0 0 17px;
    font-size: calc(8px + 2 * ((100vw - 320px) / 1120));
    line-height: 10px;
    height: 14px;
    z-index: 3;
}

.input__line_two {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.input__line_two .input__block {
    width: calc(50% - 7.5px);
}

.input__line_four {
    /* justify-content: space-between; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}

.input__line_four .input__block {
    width: 25%;
    padding: 0 10px;
    margin: 5px 0;
}

.input__line_five {
    display: block;
    width: 100%;
}

.input__line_five .input__block {
    /*    width: 20%;*/
    /*    padding: 0 10px;*/
    /*    margin: 5px 0;*/
    margin-bottom: 20px;
}

.input__line_five .input__block div[data-property-id-row="6"] .input,
.input__line_five .input__block div[data-property-id-row="18"] .input {
	height: 58px;
	padding-bottom: 15px;
    text-align: center;
    font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
    font-weight: bold;
	background-color: #acacac4f;
}

.input__line .input__block input[name="ORDER_DESCRIPTION"] {
    height: 58px;
    font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
}

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

.notice__block {
    margin-top: 40px;
	margin-bottom: 70px;
    padding: 10px 20px;
	text-align: center;
    border: 1px solid gray;
    border-radius: 3px;
	background-color: #ffecec;
}

.notice__block span {
    font-size: 17px;
    font-weight: bold;
}

.input__header {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.textarea {
    display: block;
    height: 104px;
    padding: 7px 15px;
    resize: none;
    width: 100%;
}

.intro {
    margin-bottom: 20px;
    position: relative;
    max-width: 1170px;
    margin: auto;
    height: 450px;
}

.intro__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-size: auto;
}

.intro__image_desktop {
    display: block;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline;
    top: -30px;
    position: relative;
}

.slick-dots li button {
    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -khtml-border-radius: 7px;
    width: 15px;
    height: 15px;
    background: #D8D8D8;
    margin: 0 5px;
    overflow: hidden;
    color: transparent;

}

.slick-dots .slick-active button {
    background: #003c70;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.text-center {
    text-align: center
}

.goods__color {
    display: block;
    min-height: 40px;
}

.goods__color .color__item {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-top: 14px;
}

.hidden-checkbox {
    position: absolute;
    visibility: hidden;
}

.dropdown-input-wrap {
    position: relative;
}

.dropdown-input-wrap .dropdown {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: 0;
}

.inner__text ul {
    list-style-type: disc;
    list-style-position: inside;
}

.box.error {
    color: red;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.progress__colls__background {
    background: #f6fbff;
    color: #0a589c;
    padding: 35px 35px;
    margin: 30px 0 0;
}

.progress__colls__background > ul {
    list-style: none;
}

.progress__colls__background > ul > li {
    display: block;
}

.progress__colls__background > ul > li ~ li {
    margin-top: 4px;
}

.progress__colls__background > ul > li > span {
    color: #000;
}

.progress__colls__background .progress__coll {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 35px;
}

.progress__colls__background .progress__coll ~ .progress__coll {
    padding-right: 0;
    padding-left: 35px;
}

/*Stock*/
.table_2col {
    width: 100%;
}

.table_2col tr {
    border: 1px solid #000;
}

.table_2col th, .table_2col td {
    padding: 10px 0;
}

.search-page > p {
    padding: 0 15px;
}

.search-page > table {
    margin: 0 15px;
}

.search-page .search__nothing font.notetext,
.search-page .search__empty-request font.errortext {
    margin: 60px auto 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.search-page .search__empty-request .search__message,
.search-page .search__empty-request .search__correction,
.search-page .search__empty-request .search__sintax,
.search-page .search__empty-request .search__table {
    display: none;
}


@media screen and (max-width: 1200px) {
    .intro__image_desktop {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 600px) {
    .intro__image_tablet {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .intro__image_mobile {
        display: block;
    }
}

.intro__bg--tablet { display: none; }
.intro__bg--mobile { display: none; }

@media screen and (max-width: 800px) and (min-width: 600px) {
    .intro__bg--tablet { display: block; }
}
@media screen and (max-width: 600px) {
    .intro__bg--mobile { display: block; }
}

.intro .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.intro .arrow_prev {
    left: 15px;
}

.intro .arrow_next {
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.intro__bg {
    background: no-repeat center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.intro__bg img {
    position: absolute;
}

.intro__bg img:nth-child(1) {
    left: 24%;
    top: -45px;
}

.intro__bg img:nth-child(2) {
    left: 10%;
    top: 14%;
}

.intro__bg img:nth-child(3) {
    bottom: 8%;
    left: 0;
}

.intro__bg img:nth-child(4) {
    bottom: -30px;
    left: 14%;
}

.intro__bg img:nth-child(5) {
    right: 0;
    top: -20px;
}

.intro__bg img:nth-child(6) {
    right: 14%;
    top: 6%;
}

.intro__bg img:nth-child(7) {
    bottom: 5%;
    right: -30px;
}

.intro__bg img:nth-child(8) {
    bottom: 6%;
    right: 17%;
}

.intro__header {
    color: white;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    text-shadow: 1px 0 0 black, 0 1px 0 black, -1px 0 0 black, 0 -1px 0 black, 0 0 10px black;
}

.intro__slide {
    display: none;
    align-items: center;
    flex-direction: column;
    height: 450px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
}

.slick-initialized .intro__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 1px solid white;
}

.intro__content {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
}

.intro__text {
    /*    display: none;*/
    font-size: 18px;
    color: white;
    text-shadow: 1px 0 0 black, 0 1px 0 black, -1px 0 0 black, 0 -1px 0 black;
}

.intro__text a {
    color: #0a589c;
    font-weight: 700;
}

.intro__text a:hover {
    color: #1071c4;
}

.intro__list {
    font-size: 14px;
    font-weight: 700;
    margin-top: 45px;
    text-shadow: 1px 0 0 #000000cc, 0 1px 0 #000000cc, -1px 0 0 #000000cc, 0 -1px 0 #000000cc;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.intro__list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.intro__list li:first-child {
    /*    margin-left: 0;*/
}

.intro__button {
    margin-top: 50px;
    color: black;
}

/*Banners*/
#bx_3218110189_323 .intro__content {
    max-width: 650px;
}

#bx_3218110189_323 .intro__bg img, #bx_3218110189_2107 .intro__bg img {
    display: none;
}

#bx_3218110189_323 .intro__list {
    text-shadow: 1px 0 0 black, 0 1px 0 black, -1px 0 0 black, 0 -1px 0 black;
}

#bx_3218110189_323 .intro__list li:first-child {
    text-shadow: 1px 0 0 black, 0 1px 0 black, -1px 0 0 black, 0 -1px 0 black, 0 0 10px black;
}

#bx_3218110189_2107 .intro__content {
    max-width: 650px;
    margin-top: 30px;
}

#bx_3218110189_2629 .intro__button {
    margin-top: 260px;
}

/**/

.map {
    margin-top: 40px;
}

.map__block {
    height: 770px;
    height: 500px;
}

.map__content {
    position: relative;
}

.map__footer {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    justify-content: flex-end;
    padding: 0 220px;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
}

.map__current {
    align-items: center;
    background-color: #fff8dd;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin-right: 45px;
    padding: 0 20px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.map__current span {
    border-bottom: 1px dotted transparent !important;
}

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

.map__link {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    margin-right: 25px;
    padding: 0 20px;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.map__link:last-child {
    margin-right: 0;
}

.map__link:hover span {
    color: #0a589c;
}

.map__link span {
    border-bottom: 1px dotted;
    font-size: 12px;
    transition: all .3s ease;
}

.map__link img {
    margin-right: 12px;
}

/*
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-positive: 1;
  padding-left:50px;
  font-weight: 700;
  font-size: 13px;
}

.menu__link {
  border-bottom: 1px solid transparent;
  color: #0a589c;
  line-height: 1;
  transition: all .3s ease;
}

.menu__link:hover {
  border-bottom: 1px solid rgba(10, 88, 156, .4);
  color: #1071c4;
}
*/

/*==NEW MENU (BEGIN)==*/
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-positive: 1;
    padding-left: 50px;
    font-weight: 700;
    font-size: 13px;
}

.menu li {
    position: relative;
}

.menu li:hover .menu__link {
    border-bottom: 2px solid #043c6e;
}

.menu li:hover a[href^="/catalog/rasprodazha/"] {
    border: 1px solid #f92a2a;
    box-shadow: 0 0 8px -2px #f92a2a;
}

.menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.menu__link {
    border-bottom: 2px solid transparent;
    color: #0a589c;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    line-height: 68px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.menu a[href^="/catalog/rasprodazha/"] {
    color: #f92a2a;
    border: 1px solid #003c70bf;
    line-height: 12px;
    padding: 8px 10px 7px;
    vertical-align: middle;
    margin-top: 19px;
    border-radius: 3px;
}

.menu__link:hover {
    border-bottom: 1px solid rgba(10, 88, 156, 0.4);
    color: #1071c4;
}

.menu__link + a[href^="/catalog/rasprodazha/"]:hover {
    color: red;
    border-bottom: 1px solid red;
}

.submenu {
    position: absolute;
    top: 70px;
    padding: 10px 0px 0px 0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.submenu li {
    margin: 0px 0px 1px 0px;
}

.submenu__link {
    border-radius: 2px;
    line-height: 28px;
    display: block;
    color: #043c6e;
    font-size: 13px;
    padding: 0 10px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #043c6e;
    background-color: #ffffff;
}

.submenu__link:hover {
    background-color: #043c6e;
    color: #fff;
}

/*==NEW MENU (END)==*/

.mobile-menu {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    display: none;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
}

.mobile-menu__block {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.mobile-menu .phone {
    margin-left: 0;
    margin-right: 0;
}

.mobile-menu .phone__icon {
    color: #083f6f;
}

.mobile-menu .phone__number {
    color: #083f6f;
}

.mobile-menu .phone__text {
    color: #083f6f;
}

.mobile-menu .place__text {
    color: #083f6f;
}

.mobile-menu .place__current .dropdown__container > span {
    color: #083f6f;
}

.mobile-menu .place__current i {
    color: #083f6f;
    margin-bottom: 0;
    margin-right: 0;
}

.navigation {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    margin-bottom: 30px;
}

.navigation > .box {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.navigation__left {
    flex-shrink: 0;
    margin-right: 30px;
    width: 270px;
    -ms-flex-negative: 0;
}

.navigation__right {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-positive: 1;
}

.navigation__block {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.navigation__block:last-child {
    margin-right: 0;
}

.navigation__title {
    color: #0a589c;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 900;
    margin-right: 10px;
    -ms-flex-negative: 0;
}

.navigation__back {
    align-items: center;
    color: #0a589c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: none;
}

@media screen and (max-width: 800px) {
    .navigation__back {
        display: inline-flex;
    }
}

.navigation__back.sidebar-open .navigation__open {
    display: inline-block;
}

.navigation__back.sidebar-open .navigation__close {
    display: none;
}

.navigation__back .navigation__open {
    display: none;
}

.navigation__back .navigation__close {
    display: inline-block;
}

.navigation__back i {
    margin-right: 8px;
    transition: all .3s ease;
}

.navigation__back span {
    border-bottom: 1px dotted #0a589c;
    position: relative;
}

.navigation__back:hover {
    color: #1071c4;
}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noUi-target {
    direction: ltr;
    position: relative;
}

.noUi-base {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
    /* Fix 401 */
}

.noUi-connect {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.noUi-origin {
    height: 0;
    position: absolute;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: top .3s, right .3s, bottom .3s, left .3s;
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    height: 28px;
    left: -17px;
    top: -6px;
    width: 34px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px;
}

/* Styling;
 */

.noUi-target {
    background: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connect {
    background: #3fb8af;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    transition: background 450ms;
    -webkit-transition: background 450ms;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    cursor: default;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
    background: #e8e7e6;
    content: '';
    display: block;
    height: 14px;
    left: 14px;
    position: absolute;
    top: 6px;
    width: 1px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.noUi-pips {
    color: #999;
    position: absolute;
}

/* Values;
 *
 */

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
    background: #ccc;
    position: absolute;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%;
}

.noUi-value-horizontal {
    transform: translate3d(-50%, 50%, 0);
    -webkit-transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0;
}

.noUi-value-vertical {
    padding-left: 25px;
    transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
}

.noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.noUi-target {
    background: #f2f2f2;
    border: none;
    box-shadow: none;
    height: 6px;
}

.noUi-horizontal .noUi-handle {
    background: #0a589c;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    box-shadow: 0 0 10px 0 rgba(0, 60, 112, .32);
    height: 18px;
    left: -9px;
    top: -6px;
    width: 18px;
}

.noUi-horizontal .noUi-handle:after {
    display: none;
}

.noUi-horizontal .noUi-handle:before {
    display: none;
}

.noUi-connect {
    background: #0a589c;
}

.range {
    margin-bottom: 25px;
    padding: 7px 0;
}

.range__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.range__lable {
    font-size: 12px;
}

.order__content {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    margin-bottom: 40px;
    padding: 35px;
}

.order__content:last-child {
    margin-bottom: 0;
}

.order__tabs {
    margin-bottom: 30px;
    padding: 0 35px;
}

.order__tab {
    align-items: center;
    align-items: center;
    border: 1px solid #e2e8ef;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    height: 34px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 25px;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.order__tab.active {
    background-color: #0a589c;
    color: #fff;
    pointer-events: none;
}

.order__tab:hover {
    border: 1px solid #0a589c;
}

.order__block {
    margin-bottom: 40px;
}

.order__block:last-child {
    margin-bottom: 0;
}

.order__block:first-child .order__header {
    margin-top: 0;
}

.order__item {
    border: 1px solid #f7fbff;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.cabinet__content .order__item {
    position: relative;
    border: 1px solid #e9e9e9;
    box-shadow: 0 5px 20px #e0e0e0;
}

.cabinet__content .order__item:hover {
    box-shadow: 0 5px 20px #c8c8c8;
}

.order__item:last-child {
    margin-bottom: 0;
}

.order__header {
    color: #0a589c;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 35px;
}

.order__header span {
    font-weight: 700;
}

.order__about {
    font-weight: 700;
    margin-bottom: 25px;
    margin-right: -20px;
}

.order__about span {
    margin-right: 20px;
}

.cabinet__content .order__number {
    font-size: 20px;
}

.order__textline {
    margin-bottom: 10px;
}

.order__textline:last-child {
    margin-bottom: 0;
}

.order__text {
    font-size: 12px;
    margin-right: 40px;
}

.order__price {
    color: #0a589c;
    font-weight: 900;
}

.order__lable {
    margin-right: 10px;
}

.order__more {
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 7px;
    order: 2;
}

.order__status {
    margin-bottom: 15px;
    order: 1;
}

.order__buttons {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    flex-direction: column-reverse;
    order: 3;
}

.order__cancel {
    margin-bottom: 10px;
}

.order__cancel .link {
/*    border-bottom: 1px solid #d4d4d4;*/
/*    color: #000;*/
}

.order__cancel .link:hover {
    border-bottom: 1px solid;
    color: #0a589c;
}

.order__control {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

@media (max-width: 700px) {
    .order__control {
        align-items: center;
    }

    .order__status {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

.order__repeat {
    margin-bottom: 5px;
}

.pagination {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding-bottom: 45px;
    padding-top: 65px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.pagination .active {
    margin: 0 5px;
    color: white;
    background-color: #0a589c;
    pointer-events: none;
}

.pagination .unactive {
    color: #a2a2a2;
    pointer-events: none;
}

.pagination__link {
    font-weight: 900;
    line-height: 1;
    margin: 0px 5px;
    padding: 5px 10px 4px;
    transition: all .3s ease;
}

.pagination__link:hover {
    color: #0a589c;
    background-color: #e8e8e8;
}

.pagination__arrow_prev {
    margin-right: 24px;
    margin-top: 2px;
}

.pagination__arrow_next {
    /*    margin-bottom: 2px;*/
    /*    margin-left: 24px;*/
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.partner__container {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

.partner__slider {
    height: 120px;
    width: calc(100% - 100px);
}

.partner__slider .slick-list,
.partner__slider .slick-track {
    height: 100%;
}

.partner__slide {
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

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

.partner__slide img {
    max-height: 100%;
    max-width: 80%;
}

.payment {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
    margin-bottom: 70px;
    padding: 0 35px;
	padding: 20px 35px;
}

.payment__choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
/*  margin: 0 -15px;*/
	margin-bottom: 30px;
	gap: 20px 15px;
	padding-left: 15px;
}

.payment__item {
    align-items: center;
    /*    border: 1px solid #f7fbff;*/
    border: 1px solid #d2dae1;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
/*  margin: 0 15px 30px 15px;*/
	margin: 0;
/*  padding: 55px 30px 15px;*/
    padding: 30px 20px 15px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
/*  width: calc(25% - 30px);*/
    width: calc(20% - 15px);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
}

.payment__item:hover {
    border: 1px solid #0a589c;
}

.payment__item.active {
    border: 1px solid #0a589c;
    box-shadow: 0 0 15px -4px #003c70;
}

.payment__item.active .payment__image {
    color: #0a589c;
}

.payment__item .payment__image .icon_004-shopping-cart:before {
    /*    content: url(/upload/sale/paysystem/logotip/37a/sberbank_logo_black.jpg);*/
    content: '\EA0D';
}

.payment__item.active .payment__image .icon_004-shopping-cart:before {
    /*     content: url(/upload/sale/paysystem/logotip/d85/sberbank_logo_blue.jpg);*/
}

.payment__item.active .payment__name span {
/*    border-bottom: 1px solid #d5dde9;*/
    color: #0a589c;
}

.payment__item.active .payment__subname,
.payment__item.active .payment__description {
    color: #0a589c;
}

.payment__item.active .payment__subname a {
	font-weight: 400;
}

.payment__radio {
    left: 12px;
    position: absolute;
    top: 12px;
}

.payment__image {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 0.8;
    transition: all .3s ease;
	min-height: 40px;
	position: relative;
}

.payment__icon-extra {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    font-size: 25px;
	line-height: 0.85;
    font-weight: 600;
    color: #f92a2a;
    background-color: white;
    border: 1px solid #f92a2a;
    border-radius: 7px;
    transform: rotate(7deg);
	z-index: 1;
}

.payment__header {
    color: #0a589c;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 25px;
    padding-top: 35px;
}

.payment__header_span {
    border-bottom: 1px solid #c6d6e3;
    padding-bottom: 5px;
}

.ili_vvedite_dannie {
    margin: 10px 0;
}

.payment__block {
    border-bottom: 1px solid #f7fbff;
    padding-bottom: 30px;
}

.payment__block .notice__block {
	margin-bottom: 0;
}

.payment__name {
    font-size: 12px;
}

.payment__name span {
/*    border-bottom: 1px solid #d4d4d4;*/
    font-weight: 700;
    transition: all .3s ease;
}

.payment__subname a {
	font-weight: 200;
    border-bottom: 1px solid #33333333;
	cursor: help;
}

.payment__subname a:hover {
	padding: 1px 3px;
	font-weight: 400;
	color: #0a589c;
    border: 1px solid #0a589c7d;
    border-radius: 2px;
}

.payment__description {
    font-size: 12px;
    transition: all .3s ease;
}

.payment__switch {
    margin-bottom: 35px;
}

.payment__switch--basket {
    margin-bottom: 10px;
	padding-left: 15px;
}

.payment__switch .radio {
    margin-right: 8px;
}

.payment__switch span {
    border-bottom: 1px solid #d4d4d4;
    font-weight: 700;
    transition: all .3s ease;
}

.payment__switch .radio__container {
    display: inline-block;
    margin-right: 40px;
}

.payment__switch .radio__container.active span {
    border-bottom: 1px solid #d5dde9;
    color: #0a589c;
}

.payment__accept .checkbox {
    margin-right: 8px;
}

.payment__button {
    margin-top: 35px;
}

.payment__button .button {
    width: 100%;
}

.phone {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    margin-left: 25px;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    flex-grow: 1;
}

.phone__description {
    /*  margin-bottom: 2 px;*/
}

.phone__icon {
    color: #b3d5f2;
    font-size: 37px;
    justify-content: center;
    margin-right: 3px;
    width: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.phone__number {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.phone__text {
    color: #b3d5f2;
    font-size: 12px;
    line-height: 1.2;
    max-width: 150px;
}

.place {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    margin-right: 20px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    /*display: none;*/
}

.place__text {
    color: #b3d5f2;
    font-size: 12px;
    margin-right: 8px;
    display: none;
}

.place__current {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    width: 86px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: none;
}

.place__current i {
    color: rgba(179, 213, 242, .6);
    font-size: 18px;
    margin-bottom: 2px;
    margin-right: 8px;
}

.place__current i + span {
    color: #b3d5f2;
    font-size: 12px;
}

.place__current .dropdown__container > span {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    max-width: 70px;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.popup {
    background-color: #fff;
    padding: 45px 55px 55px 55px;
    text-align: center;
}

.popup#auth_popup {
    width: 500px;
}

.popup#register_popup {
    width: 600px;
    padding: 40px 50px 30px;
}

@media screen and (max-width: 600px) {
    .popup#auth_popup {
		width: 340px;
    }
	.popup#register_popup {
		width: auto;
		padding: 40px 30px 30px;
	}
}

@media screen and (max-width: 400px) {
    .popup#auth_popup {
		width: 250px;
    }
}


/*StockPopup*/
.popup-product { /*text-align: left;*/
    line-height: 24px; /*max-width: 260px;*/
    margin: 0px auto 13px auto;
}

.popup-product__art {
    color: #8b8b8b;
    font-weight: 300;
    font-size: 12px;
}

.popup-product__name {
    font-weight: 700;
    line-height: 24px;
}

.popup__image {
    background-size: contain;
    height: 150px;
    margin: 0 auto 20px;
    width: 150px;
}

.popup__footer {
    margin-top: 10px;
    text-align: center;
}

.popup__text {
    margin-bottom: 15px;
    text-align: left;
}

.popup__content {
    text-align: left;
}

.popup__content .error {
    margin: 1em 0;
    color: red;
}

.popup__container {
    background-color: rgba(0, 0, 0, .7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.popup__close {
    color: #ff5949;
    cursor: pointer;
    font-size: 13px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s ease;
    text-align: center;
}

.popup__close > i {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.popup__close:hover {
    color: #ff5949;
}

.popup__header {
    margin-bottom: 35px;
}

.popup__header:last-child {
    margin-bottom: 0;
}

.popup__header p {
    color: #0a589c;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.popup__header span {
    display: block;
    margin-top: 10px;
}

.popup__header span.error {
    color: red;
    margin-bottom: 10px;
}

.popup__header span.error p .errortext {
    color: red;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.popup__header--image img {
    height: 100px;
    width: auto;
}

.popup__input {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 260px;
}

.popup__input:nth-last-child(2) {
    margin-bottom: 0;
}

.popup__text_right {
    margin: 35px auto 0 auto;
    max-width: 260px;
    text-align: center;
}

.popup__button {
    margin-top: 30px;
}

.popup__button:last-child {
    margin-bottom: 0;
}

.popup .link {
    border-bottom: 1px solid #d5dde9;
    color: #0a589c;
}

.popup .link:hover {
    border-bottom: 1px solid;
    color: #1071c4;
}

.popup__check {
    /*align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;*/
    margin-top: 15px;
    /*-webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;*/
}

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

.popup__check.g-recaptcha img {
    width: 260px;
    margin-top: 35px;
    opacity: 0.6;
    filter: contrast(0.5);
}

.popup__check > img {
    display: block;
    margin: 0 auto 15px;
}

.popup__buttons {
    white-space: nowrap;
}

.popup__buttons .button {
    margin: 5px 10px;
	height: 46px;
}

.popup input[type=submit].popup__button, .popup button[type=submit].popup__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 260px;
    font-size: 16px;
}

.popup#stock-popup .popup__header {
    margin-bottom: 5px;
}

.product__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    -ms-flex-wrap: wrap;
}

.product__anons {
    margin-top: 120px;
    text-indent: 3em;
    text-align: justify;
    line-height: 1.8;
}

.product__anons h1,
.product__anons h2 {
    font-weight: bold;
}

.product_catalog .product__item {
    width: calc(33.333% - 30px);
    box-shadow: 0 0 20px #e7e7e7;
}

.product_catalog .product__item_special {
    width: calc(66.666% - 30px);
}

.product_catalog .product__item_special .product__wrap {
    background-color: #f6fbff;
}

.product_catalog .product__item_special .product__name {
    height: 35px;
}

.product_catalog .product__item_special .product__image {
    height: 235px;
}

.product__favorite.active {
    color: #ffcc0b;
}

.product__item {
    height: 431px;
    margin: 0 15px 30px 15px;
    width: calc(25% - 30px);
}

.product__item:hover .product__hidden {
    height: initial;
    max-height: 150px;
}

.product__item:hover .product__wrap {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .9);
    z-index: 10;
    border: 1px solid #d9ecff;
}

.product__item:hover .product__wrap .product__add.icon_004-shopping-cart:before {
    background: #74b856;
}

.product__item:hover .product__wrap .product-preorder.product-preorder__under-order {
    color: #333;
    background: #d4d4d4;
    transition: all 0s;
}

.product__item .product__wrap .product__image img {
    transition: all .1s linear;
}

.product__item:hover .product__wrap .product__image img {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    transform: scale(1.05);
    transition: all .1s linear;
    overflow: hidden;
}

@media screen and (min-width: 900px) {
    .product__item:hover .product__wrap .c_s_l_sale span {
        font-size: 23px;
        transition: all .3s ease-out .2s;
    }
}

.product__wrap {
    background-color: #fff;
    border: 1px solid #f7fbff;
    padding: 15px;
    position: relative;

    /*	border-color: #e6e6e691;*/
    border-radius: 5px;
    /*	box-shadow: inset 0 0 3px #c8c8c85e;*/
    border: 1px solid #5a5a5a25;
}

.sidebar .product__wrap {
    box-shadow: none;
}

.product__header {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.product__status {
    align-items: center;
    border-radius: 3px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    margin-left: 8px;
    padding: 5px 10px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
	margin-bottom: 10px;
}

.product__status:first-child {
    margin-left: 0;
}

.product__grid .product__header .product__status:not(.product__status:first-child),
.similar__slider .product__header .product__status:not(.product__status:first-child),
.sidebar .product__header .product__status:not(.product__status:first-child) {
    display: none;
}

.product__status_green {
    background-color: #74b856;
}

.product__status_red {
    background-color: #ff5949;
}

.product__status_orange {
    background-color: #ffcc0b;
}

.product__status_blue {
    background-color: #0a589c;
    cursor: help;
}

.product__status_white {
    font-weight: 700;
    color: #0a589c;
    background-color: white;
    outline: 1px solid #0a589c;
    cursor: help;
}

.product__status_light-green {
    background-color: #51c0cc;
    cursor: help;
}

@media screen and (max-width: 500px) {
    .product__grid .product__status_green,
    .product__grid .product__status_red,
    .product__grid .product__status_orange,
    .product__grid .product__status_blue,
    .product__grid .product__status_light-green {
        padding: 5px;
        font-size: 10px;
    }
}

.product__favorite {
    cursor: pointer;
    font-size: 18px;
    margin-left: auto;
    transition: all .3s ease;
}

.product__favorite:hover {
    color: #ffcc0b;
}

.product__image {
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    position: relative;
}

.product__image img {
    max-height: 100%;
    max-width: 100%;
}

.product__name {
    font-size: 13px;
    font-weight: 700;
    height: 90px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.product__name--wrap {
    height: 56px;
    overflow: hidden;
}

.product__info {
    font-size: 12px;
    font-weight: 400;
    color: #a9a8a8;
}

.product__avaliable {
    position: relative;
    left: 15px;
    margin-bottom: 2px;
}

.product__avaliable--instock {
    color: #74b856;
}

.product__avaliable::before {
    position: absolute;
    content: "";
    top: 4px;
    left: -13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.product__avaliable--instock::before {
    background-color: #74b856;
}

.product__avaliable--nostock::before {
    background-color: #a9a8a8;
    background-color: #a9a8a880;
}


.product__price {
    color: #0a589c;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 5px;
}

.product__discount {
    /*    text-decoration: line-through;*/
    font-size: 12px;
    margin-top: -5px;
    color: #ff5949;
    color: #b5b5b5;
    font-weight: bold;
}

.product__discount span {
    position: relative;
}

.product__discount span::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 5px;
    width: 104%;
    height: 2px;
    background: #ff0000a1;
    background: #ff000070;
    transform: rotate(-7deg);
}

.product__footer {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.product__add {
    cursor: pointer;
    font-size: 24px;
    margin-left: auto;
    transition: all .3s ease;
}

.product__add:hover {
    color: #0a589c;
}

.product__hidden {
    height: 0;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
}

.product__description {
    font-size: 12px;
}

.product__button {
    margin-bottom: 15px;
    margin-top: 10px;
}

.product__text {
    font-size: 12px;
    padding-bottom: 120px;
}

.product__text span {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

.product__text p {
    margin-bottom: 15px;
}

.product .pagination {
    padding-bottom: 50px;
    padding-top: 45px;
}

.product__more {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    text-transform: initial;
}

.product_main .arrow {
    display: none;
}

.product_main .product__grid {
    justify-content: center;
    margin-top: 45px;
}

.product_main .product__grid .product__item {
    margin: 0 10px 30px 10px;
}

.progress {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    max-width: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.progress__item {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.progress__item.active .progress__image {
    background-color: #0a589c;
    color: #fff;
}

.progress__item.active .progress__text {
    font-weight: 700;
}

.progress__separator {
    background-color: #0a589c;
    flex-grow: 1;
    height: 1px;
    margin: -10px 5px 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.progress__image {
    align-items: center;
    border: 1px solid #0a589c;
    border-radius: 50%;
    color: #0a589c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    height: 60px;
    justify-content: center;
    width: 60px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.progress__text {
    color: #0a589c;
    font-size: 12px;
    font-weight: bold;
    /*margin-left: 10px;*/
    margin-top: 10px;
    text-transform: uppercase;
}

.progress__manual {
    color: #0a589c;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 35px;
}

.progress__location {
    margin-right: 10px;
    margin-bottom: 80px;
    padding: 0 35px;
    color: #0a589c;
    font-weight: 700;
}

.progress__location p {
    width: 100px;
    display: inline-block;
    font-size: 23px;
}

.progress__location .location__wrapper {
    display: flex;
    align-items: center;
}

.progress__location .location__title {
    display: inline-block;
    width: 250px;
}

.progress__location .location__header {
    font-size: 21px;
}

.progress__location .location__subheader {
    font-size: 14px;
    font-weight: 400;
}

.progress__location .dropdown__container {
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px;
}

.progress__location .location__notice {
    display: none;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}

.progress__location .dropdown__container > span.dropdown__selected {
    border-bottom: 1px dotted #0a589c;
    color: #0a589c;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s ease;
    color: black;
    padding: 5px 15px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    box-shadow: 4px 3px 4px #dcdcdc;
    background-color: #ffca00;
    padding: 10px 30px;
    background-color: #0a589c;
    color: white;
}

.progress__location .dropdown__container span.dropdown__selected:hover {
    /*color: #1071c4;*/
    background-color: #ffd32d;
    background-color: #1366af;
}

.progress__location #block-select-to {
    margin-top: 20px;
}

.progress__total,
.delivery_total {
    font-size: 14px;
    margin: 0 20px 10px;
}

.progress__total--discount {
    margin-bottom: 15px;
    color: #e60101;
}

.progress__total--summ {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 700;
    border-top: 1px solid;
    max-width: 550px;
}

.progress__label {
    margin-right: 5px;
}

.progress__value {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.progress__value--delivery {
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
}

.progress__value--discount {
}

.progress__value--summ {
    font-size: 21px;
    font-weight: 900;
}

.progress__price {
    color: #0a589c;
    font-size: 16px;
    font-weight: 900;
}

.total_price_span, .delivery_total_span {
    font-weight: bold;
}

.promotion__slide {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f7fbff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 10px 15px;
    padding: 40px 45px 40px 30px;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.promotion__slide:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
}

.promotion__slide:hover .promotion__text span {
    border-bottom: 1px solid #d6dfea;
    color: #0a589c;
}

.promotion__content {
    margin: auto;
    max-width: 1460px;
    padding: 0 15px;
    position: relative;
}

.promotion__img {
    flex-shrink: 0;
    margin-right: 25px;
    -ms-flex-negative: 0;
}

.promotion__img img {
    max-height: 150px;
    max-width: 120px;
}

.promotion .arrow {
    position: absolute;
    top: 50%;
}

.promotion .arrow_prev {
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.promotion .arrow_next {
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.promotion__text span {
    border-bottom: 1px solid #d4d4d4;
    font-weight: 700;
    transition: all .3s ease;
}

.review__block {
    align-items: flex-start;
    border-radius: 9px;
    box-shadow: 0 0 30px #0a589c8f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 830px;
    width: 90%;
    padding: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.review__image {
    border: 1px solid #f7fbff;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 45px;
    max-width: 192px;
    padding: 15px;
    position: relative;
    -ms-flex-negative: 0;
}

.review__image:hover:after {
    opacity: 1;
}

.review__image:after {
    align-items: center;
    background: rgba(10, 88, 156, .46);
    content: url('/local/templates/main/css/../img/zoom.png');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

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

.review__text {
    padding-top: 30px;
}

.review__name {
    font-size: 16px;
}

.review__position {
    font-size: 16px;
    font-weight: 900;
}

.review__content {
    margin-top: 30px;
}

.review__link {
    margin-top: 40px;
}

.review__button {
    margin-top: 40px;
    text-align: center;
}

.review__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    padding-top: 40px;
    -ms-flex-wrap: wrap;
}

.review__grid .review__picture {
    border: 1px solid #f7fbff;
    cursor: pointer;
    display: block;
    height: 0;
    left: 0;
    padding-bottom: 50%;
    position: relative;
    top: 0;
    width: 100%;
}

.review__grid .review__picture:hover:after {
    opacity: 1;
}

.review__grid .review__picture:after {
    align-items: center;
    background: rgba(10, 88, 156, .46);
    content: url('/local/templates/main/css/../img/zoom.png');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.review__grid .review__text {
    padding-top: 20px;
}

.review__grid .review__position {
    margin-top: 5px;
}

.review__grid .review__content {
    margin-top: 15px;
}

.review__grid .review__link {
    font-weight: 700;
    margin-top: 20px;
}

.review__item {
    border: 1px solid #dce4ec;
    border-radius: 9px;
    margin: 0 15px 30px 15px;
    padding: 25px 25px 30px 25px;
    position: relative;
    transition: all .3s ease;
    width: calc(50% - 30px);
}

.review__item:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
}

.review__logo {
    position: absolute;
    right: 40px;
    top: 40px;
}

.section__seo {
    margin-top: 120px;
    margin-bottom: 60px;
    text-indent: 3em;
    text-align: justify;
    line-height: 1.7;
}

.section__seo h1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-indent: 0;
    color: #0a589c;
}

.section__seo p,
.section__seo ul {
    margin-bottom: 5px;
}

.section__seo li {
    margin-left: 20px;
    text-align: left;
}

.section {
    padding: 25px 0;
    padding: 0 0 25px;
}

.partner.box.section, .review.box.section {
    padding: 70px 0 0;
}

.dispatch.section {
    margin: 130px 0 0;
}

.section__header {
    margin: auto;
    max-width: 700px;
    padding: 45px 10px 35px 10px;
    text-align: center;
}

.stock.box.section .section__header {
    /*    display: none;*/
}

.section__header p {
    color: #0a589c;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.section__header span {
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
}

.section_pattern {
    background: url('/local/templates/main/css/../img/section-pattern.jpg') repeat top;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section_thin {
    padding-bottom: 10px;
    padding-top: 10px;
}

.section_text {
    padding-top: 30px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0a589c transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0a589c;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e2e8ef;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 32px;
}

.select2-results__option {
    padding: 6px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1982dd;
}

.select2-selection__rendered {
    white-space: nowrap;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 600px;
    white-space: nowrap;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #e2e8ef;
    min-width: 100%;
    width: initial !important;
}

.select2-container--default .select2-results__group {
    background-color: #eee;
    white-space: nowrap;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0a589c;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f7fbff;
    color: initial;
}

.select2-container {
    width: initial !important;
    z-index: 10;
}

.fancybox-overlay ~ .select2-container.select2-container--open {
    z-index: 12;
}

.select2-results__option {
    white-space: nowrap;
}

.select2-dropdown {
    border: 1px solid #e2e8ef;
    width: auto !important;
}

.sidebar {
    align-self: flex-start;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 40px;
    width: 270px;
    -ms-flex-item-align: start;
}

.sidebar__menu {
    border: 1px solid #003c7025;
    margin-bottom: 25px;
    border-radius: 5px;
}

.sidebar__content {
    display: none;
    padding: 0 17px 0 17px;
}

.sidebar__content .sidebar__clear {
    display: none;
}

.sidebar__header {
    color: #0a589c;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar__caption {
    align-items: flex-start;
    /* background-color: #f7fbff; */
    color: #0a589c;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 900;
    justify-content: space-between;
    padding: 13px 17px;
    transition: all .3s ease;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
}

.sidebar__caption:hover {
    background-color: #0a589c;
    color: white;
}

.sidebar__caption > span {
    width: 91%;
}

.sidebar__caption.dropdown-open {
    background-color: #f7fbff;
    color: #0a589c;
}

.sidebar__caption.dropdown-open .sidebar__angle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.sidebar__link {
    font-size: 11px;
    margin-bottom: 15px;
}

.sidebar__link:first-child {
    margin-top: 5px;
}

.sidebar__link:last-child {
    margin-bottom: 25px;
}

.sidebar__link a {
    transition: all .3s ease;
}

.sidebar__link a:hover {
    color: #0a589c;
}

.sidebar__block {
    margin-bottom: 2px;
}

.sidebar__block_range .sidebar__content {
    /*display: block;*/
}

.sidebar__block:last-child {
    margin-bottom: 0;
}

.sidebar__angle {
    align-items: center;
    background-color: #f7fbff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    justify-content: center;
    margin-top: 1px;
    transition: all .3s ease;
    width: 18px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.sidebar__slider .product__item {
    height: initial;
    margin: 0;
    width: 100%;
}

.sidebar__slider .product__name {
    margin-bottom: 20px;
    margin-top: 20px;
    height: auto;
    font-size: 16px;
    text-align: center;
}

.sidebar__footer span {
    color: #0a589c;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.sidebar__checkbox {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    margin-top: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.sidebar__checkbox .checkbox {
    margin-right: 8px;
    pointer-events: none;
}

.sidebar__checkbox:last-child {
    margin-bottom: 25px;
}

.sidebar__clear {
    margin-bottom: 25px;
    margin-top: 20px;
    display: block;
}

.sidebar__arrows {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.sidebar__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}

.sidebar__arrow {
    color: #a2a2a2;
    cursor: pointer;
    padding: 5px;
    transition: all .3s ease;
}

.sidebar__arrow:hover {
    color: #0a589c;
}

.sidebar__arrow_next {
    margin-left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.sidebar__clear {
    color: #606060;
    cursor: pointer;
    font-size: 11px;
    transition: all .3s ease;
}

.sidebar__clear:hover {
    color: #0a589c;
}

.sidebar__confirm {
    padding-bottom: 30px;
    padding-top: 25px;
    text-align: center;
}

.sidebar__confirm .button {
    height: 50px;
    margin-bottom: 20px;
}

.sidebar__confirm .sidebar__clear {
    margin: 0;
}

.sidebar__confirm input.sidebar__clear {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 auto;
}

.similar {
    background-color: #f7fbff;
    background: linear-gradient(90deg, white 0%, #f7fbff 3%, #f7fbff 97%, white 100%);
}

.content_banner .similar {
    background: #fff;
}

.similar__slider {
    overflow: hidden;
}

.similar__slider .slick-list {
    margin: 0 -15px;
}

.similar__slide {
    margin: 0 15px;
}

.similar__slide .product__item {
    margin: 0;
    width: 100%;
}

.similar__slide .product__item:hover .product__wrap {
    box-shadow: none;
}

.similar .arrow {
    position: absolute;
    top: 50%;
}

.similar .arrow_prev {
    left: -15px;
}

.similar .arrow_next {
    right: -15px;
}

.similar__content {
    position: relative;
    margin-bottom: 100px;
}

.similar__header {
    color: #0a589c;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    text-align: center;
    text-transform: uppercase;
}

.similar__container {
    /*    background-color: #f7fbff;*/
    /*    background: linear-gradient(90deg, white 0%, #f7fbff 3%, #f7fbff 97%, white 100%);*/
    padding-bottom: 25px;
}

.similar__container--recomendation_block {
    margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(90deg, white 0%, #f7fbff 3%, #f7fbff 97%, white 100%);
}

.similar__container--recomendation_block .inner__caption {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.similar__container--recomendation_block .slick-list {
    margin: 0 auto;
}

.similar__container--recomendation_block .similar {
    background-color: #000;
}

.similar__container--recomendation_block .similar__content {
    margin-bottom: 0;
}

.merchandise_section__header {
    color: #0a589c;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.content_banner .merchandise {
    background: #fff;
}

.merchandise__slider {
    overflow: hidden;
}

.merchandise__slider .slick-list {
    margin: 0 -15px;
}

.merchandise__slide {
    margin: 0 15px;
}

.merchandise__slide .product__item {
    margin: 0;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(194, 194, 194, 0.3);
}

.merchandise__slide .product__item:hover .product__wrap {
    box-shadow: none;
}

.merchandise .arrow {
    position: absolute;
    top: 50%;
}

.merchandise .arrow_prev {
    left: -15px;
}

.merchandise .arrow_next {
    right: -15px;
}

.merchandise__content {
    position: relative;
    margin-bottom: 100px;
}

.merchandise__header {
    color: #0a589c;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    text-align: center;
    text-transform: uppercase;
}

.merchandise__container {
    /*    background-color: #f7fbff;*/
    /*    background: linear-gradient(90deg, white 0%, #f7fbff 3%, #f7fbff 97%, white 100%);*/
    padding-bottom: 25px;
}

.merchandise__container--recomendation_block {
    margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(90deg, white 0%, #f7fbff 3%, #f7fbff 97%, white 100%);
}

.merchandise__container--recomendation_block .inner__caption {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.merchandise__container--recomendation_block .slick-list {
    margin: 0 auto;
}

.merchandise__container--recomendation_block .merchandise {
    background-color: #000;
}

.merchandise__container--recomendation_block .merchandise__content {
    margin-bottom: 0;
}

.slider {
    margin-bottom: 40px;
}

.slider__img {
    background: no-repeat center;
    background-size: 55%;
    padding-bottom: 95%;
}

.slider__name {
    font-weight: 700;
    padding: 25px 15px;
}

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

.soc__link {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.soc__link:hover {
    color: #0a589c;
}

.soc__link:last-child {
    margin-right: 0;
}

.soc__link i {
    font-size: 18px;
    margin-right: 8px;
}

.soc__link span {
    font-size: 12px;
}

.sticky {
    display: none; /*Temporarily disabled*/
    background-color: #fff;
    bottom: 1%;
    box-shadow: 0 0 30px 0 #0a589c8f;
    padding-top: 25px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 86px;
    z-index: 10;
    border: 1px solid #d9ecff;
}

.sticky__logo {
    display: inline-block;
    height: 50px;
    margin-bottom: 12px;
    width: 50px;
}

.sticky__button {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.sticky__button:hover .sticky__text {
    opacity: 1;
    pointer-events: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.sticky__button:hover i {
    color: #fff;
}

.sticky__button i {
    color: #00467e;
    font-size: 26px;
    position: relative;
    transition: all .3s ease;
    z-index: 1;
}

.sticky__text {
    align-items: center;
    background-color: #00467e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    line-height: 1;
    opacity: 0;
    padding: 0 75px 0 25px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .3s ease;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
}

.sticky__text span {
    border-bottom: 1px solid #6681a3;
}

.stock.box.section {
    margin-top: 80px;
}

.stock__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*	max-width: 1000px;*/
    margin: 0 auto;
    text-align: center;
}

.stock__item {
    cursor: pointer;
    padding: 20px 20px 30px 20px;
    text-align: center;
    transition: all .3s ease;
    width: 20%;
    width: 240px;
    font-weight: bold;
}

.stock__item:hover {
    box-shadow: 0 0 30px 0 #0a589c8f;
}

.stock__item:hover .link {
    border-bottom: 1px solid #d6dfea;
    color: #1a64a4;
}

.stock__image {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.stock__image img {
    max-height: 100%;
    max-width: 100%;
}

.success {
    padding-bottom: 140px;
    padding-top: 35px;
    text-align: center;
}

.success__image {
    margin-bottom: 30px;
	margin-bottom: 20px;
}

.success__image img {
	height: 70px;
}

.success__caption {
    color: #0a589c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.success__info {
    color: #0a589c;
    font-size: 13px;
    margin-bottom: 25px;
	font-size: 15px;
	margin-bottom: 40px;
}

.success__info p {
    margin-bottom: 5px;
	line-height: 1.3;
}

.success__info p:last-child {
    margin-bottom: 0;
}

.success__text {
/*    line-height: 1.8;*/
    margin: 0 auto 45px;
    max-width: 770px;
	margin: 0 auto 20px;
	font-size: 13px;
}

.success__text--leasing {
	color: #0a589c;
    font-size: 17px;
    margin-bottom: 50px;
/*    font-weight: 600;*/
}

.success__button a {
    background-color: white;
    color: #0a589c;
    border: 1px solid #0a589c;
    font-size: 12px;
}

.success__button a:hover {
/* box-shadow: 0 0 10px #0a589c; */
    background-color: #eaeaea;
}

.success__payment {
	margin-bottom: 60px;
	margin-bottom: 40px;
}

.success #form_tcb_credit {
	margin-bottom: 30px;
	margin-bottom: 5px;
}

.success #form_tcb_credit p {
	display: none;
}

.success #form_tcb_credit .col-auto.pl-0 a.btn-buy {
    padding: 0px 10px 10px;
    padding: 10px 10px 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 300px;
    background-color: #0a589c;
    color: white;
    max-width: 300px;
}

.success__payment-button,
.success #form_tcb_credit button {
	display: inline-block;
	margin: 5px 5px 10px;
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0a589c;
    color: white;
    border-radius: 3px;
    border: none;
}

.success__payment-button:hover {
    background-color: #126bb9;
}

.tabs {
    margin-bottom: -10px;
    text-align: center;
}

.box .inner__header .tabs.headerTabs {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.tabs__item {
    align-items: center;
    border: 1px solid #0a589c;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin: 0 5px 10px 5px;
    padding: 0 15px;
    transition: border .3s ease;
    color: #fff;
    font-weight: bold;
    /*	text-transform: uppercase;*/
    background: #0a589c;
    background: #216eb1;
    background-image: linear-gradient(358deg, #0c4f8a, #4b87bd);
    position: relative;
    bottom: 1px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.tabs__item span {
    line-height: 1;
}

.tabs__item:hover {
    /*    box-shadow: 0 0 15px 0 #0a589c7d;*/
    /*    box-shadow: 0px 5px 10px 0px #0707073d;*/
    bottom: 1px;
    background: #0a589c;
    background-image: linear-gradient(357deg, #064378, #216eb1);
}

.tabs__item:active {
    /*    box-shadow: 0px 3px 10px 0px #0707073d;*/
    bottom: 0px;
}

.tabs__item.active {
    pointer-events: none;
    text-decoration: underline;
    border: 1.2px solid;
    color: #0a589c;
    background: #fff;
}

.tab__content {
    display: none;
}

.tab__content.tab--equipment #equip-desktop,
.tab__content.tab--equipment #equip-desktop2 {
    display: block;
    height: auto;
    overflow: hidden;
}

.tab__content.tab--equipment #equip-mobile,
.tab__content.tab--equipment #equip-mobile2 {
    display: none;
    height: 0px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .tab__content.tab--equipment #equip-desktop,
    .tab__content.tab--equipment #equip-desktop2 {
        display: none;
        height: 0px;
    }

    .tab__content.tab--equipment #equip-mobile,
    .tab__content.tab--equipment #equip-mobile2 {
        display: block;
        height: auto;
    }
}

.tab__content.tab--equipment table {
    text-align: center;
    max-width: 768px;
}

.tab__content.tab--equipment thead {
    font-size: 12px;
    font-weight: bold;
    background-color: #e2e8ef70;
}

.tab__content.tab--equipment thead td {
    padding: 15px 20px;
}

.tab__content.tab--equipment thead tr td {
    text-align: center !important;
}

.tab__content.tab--equipment tr {
    border: 1px solid #e2e8ef;
}

.tab__content.tab--equipment td {
    padding: 7px 30px 4px;
}

.tab__content.tab--equipment td:nth-of-type(1) {
    padding: 7px 0px 4px 30px;
}

.tab__content.tab--equipment #equip-desktop2 td {
    padding: 12px 30px 10px;
}

.tab__content.tab--equipment #equip-desktop td:nth-of-type(2),
.tab__content.tab--equipment #equip-desktop2 td:nth-of-type(1) {
    text-align: left;
    white-space: nowrap;
}

.tab__content.tab--equipment #equip-desktop td:nth-of-type(3),
.tab__content.tab--equipment #equip-desktop2 td:nth-of-type(2) {
    white-space: nowrap;
}

.tab__content.tab--equipment td img {
    max-height: 35px;
}

.tab__content.tab--equipment ol {
    list-style: decimal;
    margin-left: 1em;
}

.tab__content.tab--equipment ol img {
    max-height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.tab__content.tab--equipment ul {
    list-style: disc;
    margin-left: 1em;
}

.tab__content.tab--equipment #equip-mobile2 ol {
    margin-left: 25px;
    list-style: decimal;
}

.tab__content.tab--equipment #equip-mobile2 li {
    margin-bottom: 5px;
}

.tab__content.tab--equipment a {
    text-decoration: underline;
    color: #0a589c;
}

.tab__content.tab--equipment a:hover {
    text-decoration: none;
}

.tab__content.tab--equipment #equip-text {
    /*margin-left: 5px;*/
}

.tab__content.tab--equipment #equip-text h3 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #0a589c;
}

.tab__content.tab--equipment #equip-text ol {
    margin-left: 25px;
    margin-bottom: 30px;
}

.tab__content.tab--equipment #equip-text ol li {
    margin-bottom: 5px;
}

.tab__content.active {
    display: block;
}

.subtab {
    display: none;
}

.subtab.active {
    display: block;
}

.slider__block {
    cursor: pointer;
}

.slider__block:hover .slider__img {
    box-shadow: 0 0 30px 0 rgba(179, 213, 242, .25);
}

.slider .slick-list {
    margin: 0 -15px;
    padding: 0 15px !important;
}

.text {
    padding: 0 45px;
}

.cabinet__container .cabinet__content .text:nth-of-type(1),
.cabinet__container .cabinet__content .text:nth-of-type(2),
.cabinet__container .cabinet__content .text:nth-of-type(3) {
    display: none;
}

.cabinet__container .cabinet__content .text:nth-of-type(4) {
    padding: 0;
}

.text__slider {
    position: relative;
}

.text__slider .slider__img {
    transition: all .3s ease;
}

.text__slider .slick-track {
    padding: 10px 0;
}

.text__slider .arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.text__slider .arrow_next {
    right: -20px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.text__slider .arrow_prev {
    left: -20px;
}

.text_img-left {
    display: inline-block;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.text_img-left img {
    float: left;
    margin-right: 45px;
    max-width: 170px;
}

.text_img-left img ~ .section_pattern_descr {
    margin-left: 215px;
}

.text_single {
    background-color: #fff;
    border: 1px solid #f7fbff;
    line-height: 1.6;
    padding: 45px 55px;
}

.text__header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.text__subheader {
    font-weight: 700;
    margin-bottom: 15px;
}

.text p {
    margin-bottom: 25px;
}

.text p:last-child {
    margin-bottom: 0;
}

.text ul {
    margin-bottom: 35px;
}

.text a {
    border-bottom: 1px solid #d5dde9;
    /*   color: #0a589c; */
    transition: all .3s ease;
}

.text a:hover {
    border-bottom: 1px solid;
    color: #1071c4;
}

.contacts__links {
    margin-bottom: 80px;
}

.contacts__links a {
    text-decoration: none;
    border-bottom-color: white;
}

.contacts__links a a:hover { /*for Opera browser*/
    border-bottom: none;
    border-bottom-color: white;
}

.contacts__links .link--text {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contacts__links .link--phone {
    display: block;
    font-size: 23px;
    font-weight: bold;
    width: 12em;
	width: max-content;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.contacts__links .link--phone:before {
    position: absolute;
    top: -6px;
    left: -4px;
    font-family: 'icons';
    content: '\EA06';
    font-size: 33px;
    font-weight: normal;
}

.contacts__links .link--mail {
    display: block;
    font-size: 27px;
    font-weight: bold;
    width: 11.7em;
	width: max-content;
    position: relative;
    padding-left: 37px;
    margin-bottom: 10px;
}

.contacts__links .link--mail:before {
    position: absolute;
    top: 4px;
    left: 0;
    font-family: 'icons';
    content: '\EA0C';
    font-size: 26px;
    font-weight: bold;
}

.contacts__links .link--tg {
    display: block;
    font-size: 24px;
    font-weight: bold;
    width: 10em;
	width: max-content;
    position: relative;
    padding-left: 37px;
    margin-bottom: 10px;
}

.contacts__links .link--tg:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'icons';
    content: '\F1D9';
    font-size: 25px;
    font-weight: 400;
}

.contacts-h5 {
    font-size: 16px;
    font-weight: bold;
}

.contacts-text {
    margin-bottom: 30px;
}

.contacts-text--main {
    margin-bottom: 50px;
}

.contacts-mapframe iframe {
    width: 100%;
    max-height: 500px;
    margin: 40px 0;
}

.contacts-fotos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.contacts-fotos img {
    max-width: 330px;
    margin: 10px;
}

.btns_404 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.btn_404 a {
    display: block;
    margin: 10px 20px;
    padding: 10px 20px;
    color: white;
    background: #003c70;
    width: 200px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: none;
    border-radius: 5px;
}

.btn_404 a:hover {
    background-color: #0a589c;
    border-bottom: none;
    color: white;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.content #order_form_div #order_form_content font.errortext {
    display: block;
    padding: 20px;
    margin: 80px auto 80px;
    max-width: 400px;
    text-align: center;
    font-weight: bold;
    color: red !important;
    border: 1px solid red;
}

.content #order_form_div #order_form_content .delivery__line font.errortext {
    margin: 10px auto 5px;
}

.b24-widget-button-inner-mask {
    opacity: 1 !important;
    border: 5px solid #ffffff78 !important;
    box-shadow: 2px 4px 7px #cbcbcb !important;
}

@media screen and (max-width: 1500px) {
    .intro__bg img:nth-child(1) {
        left: 18%;
    }

    .intro__bg img:nth-child(2) {
        left: 4%;
    }
}

@media screen and (max-width: 1350px) {
    .intro__bg img:nth-child(1) {
        left: 14%;
    }

    .intro__bg img:nth-child(2) {
        left: 0;
    }

    .intro__bg img:nth-child(6) {
        right: 9%;
    }

    .intro__bg img:nth-child(7) {
        bottom: 2%;
        right: -65px;
    }
}

@media screen and (max-width: 1300px) {
    .text__slider .arrow_prev {
        left: 0;
    }

    .text__slider .arrow_next {
        right: 0;
    }

    .text_img-left img {
        margin-right: 25px;
    }

    .text_img-left img ~ .section_pattern_descr {
        margin-left: 195px;
    }
}

@media screen and (max-width: 1250px) {
    .command__content .arrow_prev {
        left: 0;
    }

    .command__content .arrow_next {
        right: 0;
    }

    .similar .arrow_prev {
        left: 0;
    }

    .similar .arrow_next {
        right: 0;
    }

    .similar__slider .slick-list {
        margin: 0;
    }

    .merchandise .arrow_prev {
        left: 0;
    }

    .merchandise .arrow_next {
        right: 0;
    }

    .merchandise__slider .slick-list {
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {
    .intro__bg img {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .contacts__block {
        left: 50px;
    }

    .footer__bottomline {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .footer__phone {
        margin-left: auto !important;
        margin-right: 50px !important;
    }

    .footer__imedia {
        margin-top: 20px;
    }

    .map__footer {
        padding: 0 15px;
    }

    .soc {
        margin-top: 20px;
        width: 50%;
    }
}

@media screen and (max-width: 1100px) {
    .brand__item {
        width: calc(33.333% - 30px);
    }

    .payment__item {
        width: 200px;
    }
}

@media screen and (max-width: 1050px) {
    .content {
        margin-top: 60px;
    }

    .content_banner {
        margin-top: 110px;
    }

    .catalog__content > .box {
        overflow: scroll;
    }

    .catalog__column {
        width: 50%;
    }

    .catalog__list {
        padding-top: 20px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }


    .catalog__footer {
        /*		display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;*/
        display: block;
        padding-top: 40px;
        border-top: 1px solid #ffffff;
    }

    .catalog__footer .catalog__link {
        display: block;
        color: white;
        margin-left: 10px;
        margin-bottom: 20px;
        margin-bottom: 15px;
        padding: 5px 10px;
    }

    .catalog__content.floating-header .catalog__header {
        height: 60px;
    }

    .catalog__header {
        height: 60px;
    }

    .catalog__close {
        height: 36px;
    }

    .goods__wrap {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .goods__block {
        width: 100%;
    }

    .goods__block_left {
        margin: 0 auto 40px auto;
        max-width: 550px;
    }

    .subcolumn__container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .floating .floating__button {
        display: none;
    }

    .floating .floating__hide {
        opacity: 1;
        pointer-events: initial;
    }

    .header__bottomline {
        display: none;
    }

    .header__phone {
        display: none !important;
    }

    .header__search {
        background: #003c70;
        display: none;
        left: 0;
        padding: 15px;
        position: absolute;
        top: 60px;
        width: 100%;
    }

    .header__search .icon_loupe {
        right: 30px;
    }

    .header__place {
        display: none !important;
    }

    .header__cart {
        display: none;
    }

    .header__sign-in {
        display: none;
    }

    .header__topline > .box {
        height: 60px;
    }

    .header__logo {
        height: 35px;
        margin-bottom: 0;
    }

    .header__logo img {
        height: 100%;
    }

    .floating .header__topline > .box {
        height: 60px;
    }

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

    .header__button {
        color: #b3d5f2;
        font-size: 22px;
        line-height: 1;
        margin-left: 20px;
        position: relative;
    }

    .header__button:first-child {
        margin-left: 0;
    }

    .header__button_menu i {
        color: #fff;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu__close,
    .mobile-search__close {
        color: #fff;
        font-size: 13px;
        left: 50%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 6px;
        transform: translate(-50%, 0);
        transition: all .3s ease;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }

    .menu-open .mobile-menu__close,
    .menu-open .mobile-search__close {
        opacity: 1;
        pointer-events: initial;
    }

    .menu-open .mobile-menu__open,
    .menu-open .mobile-search__open {
        opacity: 0;
        pointer-events: none;
    }

    .stock__item {
        width: 25%;
    }
}

@media screen and (max-width: 1000px) {
    .header__banner {
        display: none !important;
    }

    .content_banner {
        margin-top: 60px;
    }

    .like:hover .like__button {
        background-color: transparent;
        color: #0a589c;
    }

    .delivery__column {
/*        padding-right: 20px;*/
    }

    .payment__item {
/*        padding-left: 15px;*/
/*        padding-right: 15px;*/
/*        width: calc(50% - 30px);*/
		width: calc(33% - 10px);
    }

    .product__item {
        width: calc(50% - 30px);
    }

    .product_catalog .product__item {
        width: calc(50% - 30px);
    }

    .product_catalog .product__item_special {
        width: 100%;
    }

    .product__text {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 950px) {
    .intro__content {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media screen and (max-width: 900px) {
    .action__slide {
        padding: 20px 40px;
    }

    .action__name {
        font-size: 18px;
    }

    .action__img {
        margin-right: 20px;
    }
}

@media screen and (max-width: 850px) {
    .stock__item {
        width: 33.333%;
    }
}

@media screen and (max-width: 800px) {
    .brand__item {
        padding: 15px 15px 30px 15px;
        width: calc(50% - 30px);
    }

    .brand__item {
        width: 100%;
    }

    .cart__container {
        padding: 30px 15px;
    }

    .cart__table {
        margin-bottom: 70px;
    }

    .cart__table thead {
        display: none;
    }

    .cart__table tbody tr {
        align-items: center;
        position: relative;
        margin-top: 5px;
    }

    .cart__table tbody td {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .cart__image {
        height: 45px;
        width: 45px;
    }

    .cart__image .product__status {
        padding: 0;
        width: 8px;
        height: 8px;
        font-size: 0;
        border-radius: 50%;
    }

    .cart__text {
        max-width: initial;
        width: 350px;
        text-align: left;
        margin-right: auto;
    }

    .cart__name {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .cart__price {
        width: 100px;
        font-size: 14px;
    }

    .cart__delete {
        /*        position: absolute;*/
        /*        right: -5px;*/
        /*        top: 22px;*/
        /*        margin-top: 0;*/
    }

    .cart__title {
        display: inline-block;
    }

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

    .cart__content {
        /*padding: 0 20px;*/
    }

    .cart__footer {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }

    .cart__promocode {
        margin-bottom: 25px;
        margin-top: 0;
        margin: 0 auto 10px;
    }

    .cart__total {
        align-items: center;
    }

    .cart__totalprice {
        margin-top: 15px;
		margin-bottom: 25px;
        width: 320px;
        width: 370px;
    }

    .cart__totalprice .allSum_formated__value {
        font-size: 20px;
    }

    .cart__totalprice + .button_blue {
/*        width: auto;*/
    }

    .delivery__block {
        padding-bottom: 5px;
    }

    .delivery__line {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        /*border: 1px solid #dcedff;*/
/*        margin-bottom: 15px;*/
		min-height: 90px;
    }

    .delivery__column {
        /*        margin-bottom: 5px;*/
        margin-bottom: 0;
        width: 100% !important;
    }

    .delivery__column .delivery__description_worktime {
        display: none;
    }

    .delivery__column_time {
        display: flex;
        justify-content: flex-start;
        margin-top: 5px;
    }

    .delivery__column_time .delivery__title {
        margin-right: 5px;
        font-size: 13px;
    }

    .delivery__column_time .delivery__text {
        font-weight: normal;
        font-size: 13px;
    }

    .delivery__column_radio {
        margin-bottom: 0;
        display: none;
    }

    .delivery__column:last-child {
        margin-bottom: 0;
    }

    .delivery__column_price {
        flex-direction: row;
        font-size: 13px;
    }

    .delivery__column_price .delivery__title--price {
        display: inline-block;
        margin-right: 10px;
    }

    .delivery__column_price .delivery__price {
        margin-top: 1px;
        margin-right: 10px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .history__timeline {
        left: 80px;
    }

    .history__line:nth-child(even) .history__block {
        margin-left: 25px;
    }

    .history__line {
        flex-direction: row-reverse;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row-reverse;
    }

    .history__line .history__block {
        margin-left: 25px;
        margin-right: 0;
    }

    .history__line .history__wrap {
        width: calc(100% - 80px);
    }

    .history__line .history__year {
        padding-left: 0;
        padding-right: 25px;
        text-align: right;
        width: 80px;
    }

    .history__line .history__year:after {
        left: auto;
        right: 0;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
    }

    .inner__content {
        width: 100%;
    }

    .inner__wrap {
        position: relative;
    }

    .input__line_four,
    .input__line_five {
        flex-wrap: wrap;
        margin-bottom: 0;
        -ms-flex-wrap: wrap;
    }

    .input__line_four .input__block {
        margin-bottom: 20px;
        width: calc(50% - 7.5px);
    }

    .navigation > .box {
        /*flex-wrap: wrap;*/
        height: initial;
        padding-bottom: 8px;
        padding-top: 8px;
        -ms-flex-wrap: wrap;
    }

    .navigation__left {
        /*margin-bottom: 10px;*/
        width: auto;
    }

    .navigation__right {
        width: 100%;
        justify-content: flex-end;
    }

    .navigation__right .navigation__title {
        display: none;
    }

    .navigation__block {
        margin-right: 15px;
    }

	.payment__icon-extra {
		font-size: 25px;
	}

    .sidebar {
        background-color: #fff;
        left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        transform: translateX(-100%);
        transition: all .3s ease;
        z-index: 23;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
    }

    .sidebar.open {
        box-shadow: 0 0 30px 0 #0a589c8f;
        border-radius: 5px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .sidebar__navigation {
        padding-left: 15px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 750px) {
    .about {
        padding: 20px;
    }

    .about__footer .arrow_prev {
        left: 0;
    }

    .about__footer .arrow_next {
        right: 0;
    }

    .dropdown__col {
        width: 50%;
    }

    .dropdown {
        width: 400px;
    }

    .footer__subcolumn {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer__subcolumn:last-child {
        margin-bottom: 0;
    }

    .footer__feedback {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .footer__bottomline {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 50px;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
    }

    .footer__phone {
        margin: 0 auto 25px auto !important;
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .footer__logo {
        margin-bottom: 30px;
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .footer__copyright {
        margin-top: 35px;
        order: 5;
        text-align: center;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
    }

    .footer__imedia {
        order: 6;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
    }

    .intro__header {
        /*        font-size: 24px;*/
        font-size: 30px;
        margin-bottom: 0;
    }

    .intro__list {
        font-size: 12px;
    }

    .footer__text {
        font-size: 13px;
    }

    .footer__list {
        font-size: 10px;
    }

    .soc {
        justify-content: center;
        margin-top: 35px;
        order: 4;
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -webkit-box-pack: center;
        -ms-flex-order: 4;
        -ms-flex-pack: center;
    }
}

@media screen and (max-width: 700px) {
    .cabinet__update span {
        display: block;
        margin: 0;
    }

    .cabinet__tab {
        margin: 0;
        padding: 0 10px;
        width: 25%;
    }

    .cabinet__tabs {
        margin-left: 0;
        margin-right: 0;
    }

    .contacts__block {
        margin: auto;
        position: static;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .feedback {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }

    .feedback__column {
        width: 100%;
    }

    .feedback__column_left {
        padding: 40px;
    }

    .order__item {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }

    .order__text {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .cart__container {
        border: none;
        box-shadow: none;
    }

    .cart__table tbody tr {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-align: center;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        /*        border-bottom: 1px solid rgba(189, 189, 189, 0.2);*/
        padding: 20px 0;
    }

    .cart__table tbody td {
        /* margin-left: 70px;*/
        padding-top: 0;
        padding-bottom: 0px;
    }

    .cart__image {
        position: absolute;
        top: 20px;
        left: 0;
        height: 60px;
        width: 60px;
		display: none;
    }

    .cart__content {
        width: 100%;
    }

    .cart__container {
        padding: 30px 0px;
    }

    .cart__text {
        width: auto;
        margin-bottom: 10px;
    }

    .cart__name {
        width: calc(100vw - 100px);
		font-size: 16px;
    }

    .cart__table .counter {
        height: 35px;
        border: 1px solid #d4d4d4;
		position: absolute;
		right: 0;
    }

    .cart__price--wrapper {
        /*height: auto;*/
        /*position: absolute;*/
        flex-direction: row;
        left: 190px;
        bottom: 26px;
    }

    .cart__price {
        margin-right: 15px;
        width: auto;
        font-size: 16px;
		font-size: 15px;
    }

    .cart__discount {
        width: auto;
    }

    .cart__delete {
        position: absolute;
        top: 8px;
        right: 0;
    }

    .cart__progress {
        padding-left: 60px;
        padding-right: 60px;
    }

    .payment__item {
		width: calc(50% - 10px);
		padding: 15px 15px 10px;
    }

    .payment__item .payment__image {
		margin: 5px;
    }

	.payment__image--extra {
		top: -25px;
		right: -55px;
		font-size: 20px;
	}

    .progress__item {
        min-width: 60px;
    }

    .progress__image {
        height: 45px;
        width: 45px;
    }

    .progress__text {
        /*display: none;*/
		font-size: 10px;
    }

    .progress__separator {
        margin: -10px 0 10px;
    }

    .progress__location .location__wrapper {
        flex-direction: column;
    }

    .progress__location .location__title {
        text-align: center;
    }

    .progress__location .dropdown__container {
        margin: 20px 0 15px;
    }

    .progress__location .location__notice {
        display: block;
        color: #b2b2b2;
    }

    .review__block {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }

    .review__item {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .dropdown, .mobile-menu__place .dropdown, .cart__city .dropdown {
        left: 50%;
        transform: translate(-50%, 15px);
        -webkit-transform: translate(-50%, 15px);
        -ms-transform: translate(-50%, 15px);
    }

    .mobile-menu .phone {
        flex-direction: column;
        margin-bottom: 30px;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }

    .mobile-menu .phone__icon {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .mobile-menu__block {
        align-items: center;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -ms-flex-direction: column;
    }

    .mobile-menu__place {
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
        margin-bottom: 35px;
        margin-right: 0 !important;
        padding-top: 25px;
        position: relative;
        -webkit-box-align: center;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: column-reverse;
        -ms-flex-pack: center;
    }

    .mobile-menu__place .place__current {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
    }

    .mobile-menu__place .place__text {
        margin-right: 0;
    }

    .mobile-menu__place .place__current .dropdown__container > span {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .mobile-menu__place .place__current i {
        font-size: 33px;
        margin-bottom: 15px;
    }

    .stock__item {
        width: 50%;
    }

    #bx_3218110189_323 .intro__bg img, #bx_3218110189_2107 .intro__bg img {
        position: relative;
        display: block;
        top: 5%;
        width: 100%;
        max-width: 200px;
        height: auto;
        left: inherit;
        margin: auto;
    }

    #bx_3218110189_323 .intro__header, #bx_3218110189_2107 .intro__header {
        /*        margin-bottom: 10px;*/
        /*        margin-top: 80px;*/
        margin-bottom: 0px;
        margin-top: 20px;
    }

}

@media screen and (max-width: 620px) {
    .map__link {
        height: 38px;
        margin-bottom: 10px;
        margin-right: 0;
        margin-right: 10px;
        padding: 0 10px;
    }

    .map__link:last-child {
        margin-right: 0;
    }

    .map__footer {
        align-items: flex-start;
        height: initial;
        padding: 30px 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .map__switch {
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-wrap: wrap;
    }

    .popup {
        padding: 45px 25px 55px 25px;
    }
}

@media screen and (max-width: 600px) {
    .catalog__column {
        width: 100%;
    }

	.popup--addToBasket .popup__buttons {
		display: flex;
		flex-direction: column;
	}

    .popup__buttons {
        white-space: normal
    }

    .delivery__buttons {
/*        display: block;*/
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .delivery__buttons .delivery__button {
/*        width: 100%;*/
/*        margin-bottom: 30px;*/
/*        text-align: center;*/
    }

    .delivery__buttons.db_scroll .delivery__button {
        margin-bottom: 10px;
    }

    .delivery__buttons .progress__btn__wrap {
/*        display: none;*/
    }

    .delivery__buttons .progress__btn__wrap.progress__mob {
/*        display: block;*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        margin-bottom: 30px;*/
    }

    .delivery__buttons.db_scroll .progress__btn__wrap.progress__mob {
        margin-bottom: 10px;
    }

    .delivery__buttons .button_blue {
        width: 100%;
        max-width: 255px;
    }

    .delivery__buttons .progress__btn__wrap.progress__mob .button_blue {
        background: white;
        color: grey;
        border: 1px solid lightgrey;

    }

    .delivery__block.db {
        padding-bottom: 202px;
    }

    .progress__colls__background {
        padding: 15px 15px;
    }

    .progress__colls__background .progress__coll {
        padding-right: 0;
    }

    .progress__location {
        padding-left: 0;
        padding-right: 0;
    }

    .progress__manual {
        /*text-align: center;*/
        padding-left: 0;
        padding-right: 0;
    }

    .progress__total,
    .delivery_total {
        font-size: 13px;
        margin-bottom: 10px;
        margin: 0px 0 5px;
    }

    .progress__total--summ {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-top: 10px;
        font-size: 20px;
    }

    .progress__value--delivery {
        font-size: 13px;
    }

    .delivery {
        padding-left: 0;
        padding-right: 0;
    }

    .delivery__header {
        padding-top: 40px;
        margin-left: 15px;
    }

    .delivery__line {
        margin-left: 10px;
        margin-right: 10px;
/*        margin-bottom: 15px;*/
    }

    .dispatch.section {
        margin: 45px 0 0;
    }

	.payment__choose {
		justify-content: space-between;
		gap: 0;
		padding-left: 0;
	}

    .payment__item {
/*        width: 100%;*/
/*        padding: 15px 10px 10px 25px;*/
/*        margin: 0px 15px 15px 15px;*/
/*        border: 1px solid #d2dae1;*/
/*        flex-direction: row;*/
/*        justify-content: center;*/
		width: calc(50% - 10px);
		margin-bottom: 20px;
    }

    .payment__item .payment__radio {
        top: 7px;
        left: 7px;
    }

    .payment__item .payment__image {
        line-height: 0.8em;
    }

	.payment__icon-extra {
		font-size: 20px;
	}

    .payment__item .payment__text {
/*        width: 175px;*/
/*        text-align: left;*/
    }

    .payment__switch .radio__container {
        margin-bottom: 5px;
    }

    .input__line_four .input__block,
    .input__line_five .input__block {
        width: 100%;
    }

    .inner__header--info {
        padding-bottom: 10px;
    }

    .inner__header--info .inner__caption {
        margin-top: 60px;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 500px) {
    .about__header {
        align-items: flex-start;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: start;
        -ms-flex-direction: column;
    }

    .about__caption {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .action__slide {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
    }

    .action__img {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .action__text {
        width: 100%;
    }

    .action__name {
        font-size: 16px;
    }

    .action__background {
        height: 46px;
    }

    .action__price {
        font-size: 22px;
    }

    .action__discount {
        font-size: 19px;
    }

    .cabinet__tab {
        border: 1px solid #e2e8ef;
        margin-bottom: 5px;
        width: 100%;
    }

    .cabinet__tabs {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .cabinet__dispatch {
        padding-bottom: 20px;
    }

    .cart__content {
        align-items: center;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -ms-flex-direction: column;
    }

    .cart__image {
    }

    .cart__container {
    }

    .cart__price--wrapper {
        flex-direction: column;
        height: 35px;
        bottom: 20px;
        align-items: flex-end;
    }

    .cart__price {
        margin-right: 0;
        font-size: 14px;
    }

    .cart__discount .old_price__value {
        font-size: 12px;
    }

    .cart__promocode {
    }

    .cart__promocode .dispatch__input {
        flex-grow: 1;
        width: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    }

    .catalog__block {
        margin-bottom: 10px;
    }

    .catalog__img {
        /*        display: none;*/
        margin-right: 10px;
        margin-left: 0px;
        width: 30px;
        height: 30px;
        padding: 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;
    }

    .catalog__img img {
        max-width: 18px;
        height: 18px;
    }

    .catalog__list {
        display: block;
        padding-top: 10px;
    }


    .catalog__footer {
        justify-content: start;
        padding: 40px 0;
    }

    .catalog__footer .catalog__link {
        margin-left: 10px;
        margin-bottom: 10px;
        background: none;
        border: none;
        text-align: left;
        padding: 0;
    }

    .catalog__footer .button {
        padding: 0 20px;
    }

    .catalog__dropdown__content {
        padding-left: 25px;
    }

    .comment .blog-comments a.button {
        display: block;
        margin: 0 auto;
        padding-top: 13px;
        width: 220px;
    }

    .delivery__line {
        padding: 15px;
    }

    .dispatch__content {
        flex-wrap: wrap;
    }

    .dispatch__button {
        border-radius: 5px;
        margin-top: 30px;
        height: 50px;
    }

    .dispatch__button span {
        display: none;
    }

    .dispatch__button i {
        display: block;
        font-size: 18px;
        margin-right: 5px;
        margin-top: 2px;
    }

    .dispatch__icon {
        display: none;
    }

    .dispatch__input {
        padding-left: 25px;
        width: 100%;
        height: 50px;
        border-radius: 5px;
    }

    .subscribe-form-item--btn-submit {
        margin: 0 auto;
    }

    .dispatch__line {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }

    .dispatch__field {
        margin-bottom: 12px;
        margin-right: 0;
        max-width: 100%;
    }

    .dropdown {
        width: 280px;
		width: 90vw;
    }

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

    .feedback__column_left {
        padding: 40px 15px;
    }

    .feedback {
        padding: 45px 15px;
    }

    .footer__column {
        text-align: center;
        width: 100%;
    }

    .footer__subcolumn {
        align-items: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    }

    .footer__topline {
        border-bottom: none;
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-top: 30px;
        -ms-flex-wrap: wrap;
    }

    .footer__bottomline {
        padding-top: 0;
    }

    .footer__block {
        display: none;
        margin-top: 20px;
    }

    .footer__caption {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 25px;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    }

    .footer__angle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 15px;
    }

    .footer__logo {
        margin-top: 50px;
    }

    .up__button {
        /*        left: 50%;*/
        /*        transform: translate(-50%, -50%) rotate(90deg);*/
        /*        -webkit-transform: translate(-50%, -50%) rotate(90deg);*/
        /*        -ms-transform: translate(-50%, -50%) rotate(90deg);*/
        width: 45px;
        height: 45px;
        bottom: 20px;
        left: 15px;
    }

    .goods__content {
        padding: 30px 0;
        box-shadow: none;
        border-top: 1px solid #8080802e;
        border-bottom: 1px solid #8080802e;
    }

    .goods__wrap {
        padding-bottom: 30px;
    }

    .goods__footer {
        margin-top: 10px;
        flex-wrap: nowrap;
    }

    .subcolumn__container {
        /*flex-wrap: wrap;
        -ms-flex-wrap: wrap;*/
        /*margin: 0 -20px;*/
        padding-left: 0;
        padding-right: 0;
    }

    .subcolumn {
        margin: 0 5px 30px 5px;
        width: 100%;
        text-align: center;
    }

    .subcolumn:last-child {
        margin-bottom: 0;
    }

    .goods__line_filters {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .goods__column {
        margin-bottom: 10px;
        width: 100%;
    }

    .goods__column:last-child {
        margin-bottom: 0;
    }

    .goods__header {
        /*flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;*/
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        display: block;
    }

    .goods__favorite {
        margin-bottom: 15px;
        /*margin-left: auto;*/
    }

    .goods__favorite .goods__text {
        margin-bottom: 0;
    }

    .goods__favorite .goods__star {
        height: 20px;
        width: 20px;
        border: 1px solid;
    }

    .goods__favorite .goods__star .icon_003-star {
        font-size: 12px;
    }

    .goods__rating {
        margin-right: auto;
        margin-bottom: 7px;
    }

    .goods__slide {
        height: 250px;
        display: block;
    }

    .goods__slide span {
        height: 250px;
    }

    .goods__navigation {
        max-width: 250px;
    }

    .goods__tab {
        margin-right: 0;
        padding: 0 15px;
        text-align: center;
        width: 100%;
    }

    .history__line .history__block {
        padding: 15px;
    }

    .history__line .history__year {
        font-size: 16px;
        width: 65px;
    }

    .history__line .history__wrap {
        width: calc(100% - 65px);
    }

    .history__timeline {
        left: 65px;
    }

    .history__slide {
        height: 150px;
    }

    .image__block {
        width: 100%;
    }

    .input__line_two {
        flex-wrap: wrap;
        margin-bottom: 0;
        -ms-flex-wrap: wrap;
    }

    .input__line_two .input__block {
        margin-bottom: 20px;
        width: 100%;
    }

    .input__line_four .input__block {
        width: 100%;
    }

    .intro .arrow {
        display: none !important;
    }

    .intro__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }

    .intro__list li {
        margin-left: 0;
    }

    .tabs__item {
        margin: 0 3px 6px 3px;
    }

    .navigation {
        box-shadow: none;
        /*		margin-bottom: 0;*/
    }

    .navigation__left {
        width: 30%;
        margin-bottom: 10px;
    }

    .navigation__left .navigation__back {
        font-size: 13px;
    }

    .navigation__right {
        /*flex-wrap: wrap;
        -ms-flex-wrap: wrap;*/
        justify-content: flex-end;
    }

    .navigation__right .navigation__title {
        display: none;
    }

    .navigation__block {
        margin-bottom: 8px;
        margin-right: 15px;
    }

    .navigation > .box {
        padding-bottom: 0;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .sidebar__slider .product__item {
        height: 150px;
    }

    .order__header {
        padding: 0 15px;
    }

    .order__content {
        padding: 15px;
    }

    .order__item {
        padding: 15px;
    }

    .pagination__link {
        margin: 0;
        padding-left: 9px;
        padding-right: 9px;
    }

    .payment {
        padding: 0 15px;
		padding: 10px 15px;
    }

    .payment__item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
        padding: 20px 10px 15px 70px;
        flex-direction: row;
        justify-content: center;
    }

    .payment__item .payment__image {
		margin: 0;
		position: absolute;
        left: 40px;
		top: 19px;
    }

	.payment__icon-extra {
		font-size: 16px;
	}

    .popup__check {
        height: 66px;
    }

    .popup__check.g-recaptcha {
        height: auto;
    }

    .popup__check iframe {
        transform: scale(.85525);
        -webkit-transform: scale(.85525);
        -ms-transform: scale(.85525);
    }

    .sidebar__menu {
        border: none;
    }

    .sidebar__footer {
        display: none;
    }

    .product__item {
        width: 100%;
        height: auto;
    }

    .product__item:hover .product__wrap .product__image img {
        transform: none;
    }

    .product__item:hover .product__wrap {
        box-shadow: none;
    }

    .product_catalog .product__item {
        width: 100%;
        margin: 0;
        border: 1px solid #80808017;
        /*box-shadow: 0 0 15px #8080802b;*/
    }

    .product__wrap {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        border-color: #fff;
        box-shadow: none;
    }

    .product__wrap .product__header {
        position: absolute;
        right: 10px;
        left: 5px;
        top: 10px;
        display: flex;
        justify-content: space-between;
        /*width: 93%;*/
        z-index: 9;
    }

    .product__wrap .product__header .product__favorite {
        /*display: none;*/
    }

    .product__wrap .product__image {
        position: absolute;
        left: 5px;
        height: 110px;
        width: 110px;
    }

    .product__wrap .product__name {
        width: 69%;
        padding-left: 0;
        margin-left: 105px;
        margin-right: 12px;
        margin-bottom: 0;
        z-index: 10;
        height: 75px;
    }

    .product__wrap .product__name .product__name--wrap {
        height: 40px;
    }

    .product__wrap .product__name .link {
        display: block;
        height: 55px;
        height: 40px;
        overflow: hidden;
        border-bottom: none;
    }

    .product__wrap .product__name:hover .link {
        border-bottom: none;
    }

    .product__wrap .product__footer {
        justify-content: space-between;
        width: 100%;
        padding-left: 105px;
        /*z-index: 2;*/
    }

    .product__wrap .product__footer .product__value {
        overflow: hidden;
    }

    .product__wrap .product__info {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 2px;
    }

    .product__wrap .product__info .product__article {
        margin-bottom: 2px;
    }

    .product__value .product__price {
        white-space: nowrap;
    }

    .product__value .product__discount {
        font-size: 12px;
        margin-top: -5px;
    }

    a.product-preorder {
        white-space: nowrap;
        margin-left: 5px;
    }

    .product__wrap .product__hidden {
        height: initial;
        max-height: 100px;
    }


    /* similar */
    .similar__header {
        margin-bottom: 20px;
    }

    .similar__content {
        margin-bottom: 40px;
    }

    .similar__content .product__wrap .product__header {
        /*position: static;*/
        /*width: 100%;*/
    }

    .similar__content .product__wrap .product__image {
        position: static;
        position: relative;
        width: 100%;
        height: 200px;
    }

    .similar__content .product__wrap .product__image .c_s_l_sale {
        left: -7px;
        width: 60px;
        height: 60px;
        font-size: 15px;
        line-height: 55px;
        border-radius: 7%;
    }

    .similar__content .product__wrap .product__image .c_s_l_sale span {
        font-size: 24px;
    }

    .similar__content .product__wrap .product__name {
        width: auto;
        height: 100%;
        margin: 0 0 15px;
    }


    .similar__content .product__wrap .product__name .link {
        display: inline;
        font-size: 16px;
    }

    .similar__content .product__wrap .product__footer {
        padding: 0;
    }

    .similar__content .product__value .product__price {
        font-size: 20px;
    }

    /*merchandise*/
    .merchandise__header {
        margin-bottom: 20px;
    }

    .merchandise__content {
        margin-bottom: 40px;
    }

    .merchandise__content .product__wrap .product__header {
        /*position: static;*/
        /*width: 100%;*/
    }

    .merchandise__content .product__wrap .product__image {
        position: static;
        position: relative;
        width: 100%;
        height: 200px;
    }

    .merchandise__content .product__wrap .product__image .c_s_l_sale {
        left: -7px;
        width: 60px;
        height: 60px;
        font-size: 15px;
        line-height: 55px;
        border-radius: 7%;
    }

    .merchandise__content .product__wrap .product__image .c_s_l_sale span {
        font-size: 24px;
    }

    .merchandise__content .product__wrap .product__name {
        width: auto;
        height: 100%;
        margin: 0 0 15px;
    }


    .merchandise__content .product__wrap .product__name .link {
        display: inline;
        font-size: 16px;
    }

    .merchandise__content .product__wrap .product__footer {
        padding: 0;
    }

    .merchandise__content .product__value .product__price {
        font-size: 20px;
    }

    .product_main {
        margin-bottom: 40px;
        position: relative;
    }

    .product_main .product__description {
        display: none;
    }

    .product_main .product__hidden {
        height: initial;
        overflow: initial;
    }

    .product_main .product__grid .product__item .product__wrap {
        border: 1px solid #5a5a5a25;
    }

    .product_main .product__item {
        /*        height: 445px;*/
    }

    .product_main .product__item:hover .product__wrap {
        box-shadow: none;
    }

    .product_main .arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        /*top: 40%;*/
        top: 28%;
    }

    .product_main .arrow_left {
        left: 0;
    }

    .product_main .arrow_next {
        /*        right: 15px;*/
        right: 0;
    }

    .promotion__slide {
        flex-direction: column;
        justify-content: center;
        padding: 30px;
        text-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
    }

    .promotion__img {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .sticky {
        display: none;
    }

    .success {
        padding-bottom: 80px;
    }

    .text {
        padding: 0;
    }

    .text_single {
        padding: 30px 15px;
        padding: 30px 0;
    }

    .text_img-left img {
        float: none;
        display: block;
        margin: 0;
    }

    .text_img-left img ~ .section_pattern_descr {
        margin: 25px 0 0;
    }

    .our_factory .our_factory_imgr {
        display: none;
    }

    .our_factory .our_factory_imgl {
        width: 100%;
        padding: 0;
    }

    .name_mainblock {
        text-align: center;
        padding-left: 0;
    }

    .mainblock {
        display: block;
    }

    .rightblock {
        padding-left: 0;
    }

    .goods__slide img {
        width: 250px;
        height: auto;
    }

    .b24-widget-button-position-bottom-right {
        right: 10px !important;
        bottom: 10px !important;
    }

    .b24-widget-button-inner-container, .bx-touch .b24-widget-button-inner-container {
        -webkit-transform: scale(.65) !important;
        transform: scale(.65) !important;
    }


    .contacts__links--phone {
        margin-left: auto;
        margin-right: auto;
    }

    .contacts__links--mail {
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 450px) {
    .map__block {
        height: 400px;
    }

    .partner__slider {
        width: calc(100% - 80px);
    }

    .inner__caption,
	.merchandise_section__header {
        font-size: 20px;
    }

    .inner__header--info .inner__caption {
        font-size: 23px;
    }

    .cart__text {
    }

    .cart__promocode,
    .cart__total #coupons_block,
    .cart__total #coupons_block input {
        width: 340px;
    }

    .cart__totalprice {
        width: 320px;
        width: 340px;
        font-size: 13px;
    }
	.cart__totalprice + .button_blue {
        width: 340px;
	}
}

@media screen and (max-width: 400px) {
    .contacts__text_justify {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -ms-flex-direction: column;
    }

    .contacts__text_justify a {
        margin-bottom: 5px;
    }

    .contacts__text_justify a:last-child {
        margin-bottom: 0;
    }

    .contacts__block {
        overflow: hidden;
        padding: 40px 15px;
    }

    .review__block {
        padding: 30px;
    }

    .review__logo {
        height: 20px;
    }

    .cart__progress {
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        justify-content: center;
    }

    .progress__separator {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto 60px;
    }

    .progress__text {
        display: none;
    }

    .progress__separator {
        display: none;
    }
}


@media screen and (max-width: 370px) {
    .cart__promocode,
    .cart__total #coupons_block,
    .cart__total #coupons_block input,
    .cart__totalprice,
	.cart__totalprice + .button_blue {
        width: 290px;
    }
}

@media screen and (max-width: 800px) and (min-width: 700px) {
    .contacts__block {
        left: 15px;
        padding: 25px 20px;
        width: 340px;
    }
}

@media screen and (max-height: 800px) {
    .catalog__footer {
        padding-bottom: 40px;
        margin-bottom: 60px;
    }

    /*   .header .catalog__content .catalog__footer{
  padding-bottom: 10px;
} */
}

.noinstock_btn {
    background: #d4d4d4;
}

.noinstock_btn:hover {
    /*background: #989898;*/
    background: #74b856;
    color: #fff;
}

.counter-preorder .counter__input::-webkit-inner-spin-button,
.counter-preorder .counter__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.popup-product_img img {
    max-width: 150px;
    max-height: 150px;
}

#stock_form .popup__button {
    margin-top: 0;
    width: 260px;
}

#stock_form .form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    width: 142px;
    margin-top: 10px;
    text-align: right;
    margin-right: -93px;
    float: left;
}

@media (max-width: 690px) {
    #stock_form .form-group label {
        text-align: left;
        display: block;
        max-width: 260px;
        margin: 10px auto 0 auto;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        float: unset;
        width: auto;
    }
}

.preorder-success-message {
    color: #0a589c;
}

.compatibility .container .select-accessory__eq-select-block,
.compatibility .container .select-сategoryprod__eq-select-block {
    display: none;
}

.sdek_track_prin {
    padding: 0 60px;
}

.sdek_track_prin .adw-cdek__form-label {
    font-size: 15pt;
}

.sdek_track_prin input {
    width: 100%;
    max-width: 300px;
    line-height: 20px;
}

.banner_prinsurv {
    width: auto;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.banner_prinsurv a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner_prinsurv a img {
    left: 50%;
    position: relative;
    height: 250px;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 1000px) {
    .banner_prinsurv {
        height: 200px;
    }

    .banner_prinsurv a img {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .banner_prinsurv {
        height: 100px;
    }

    .banner_prinsurv a img {
        height: 100px;
    }
}

.article_post {
    padding: 20px 0;
    color: #0a589c;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.article_post_img {
    margin: 0 5px 0 0
}

.c_s_l_sale {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 3;
    text-align: center;
    width: 50px;
    height: 50px;
    width: 53px;
    height: 50px;
    line-height: 44px;
    line-height: 48px;
    border-radius: 9px;
    color: #fff;
    color: #003c70;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background: #004271;
    background: #ffffff;
    background-color: #ff5949;
    background: linear-gradient(-17deg, #ff3623, #ff897d);
    border: #87a6bc 1px solid;
    border-color: #ff5949;
    box-shadow: 0 0 13px 10px white;
    z-index: 4;
    white-space: nowrap;
}

.c_s_l_sale > span {
    font-size: 21px;
}


@media (max-width: 500px) {

    .c_s_l_sale {
        bottom: -4px;
        height: 22px;
        width: 50px;
        font-size: 12px;
        line-height: 20px;
        border: 1px solid white;
        border-radius: 3px;
        box-shadow: none;
    }

    .c_s_l_sale > span {
        font-size: 13px;
    }
}


/* Всплывающее сообщение */
.popupaks {
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    /*  width: 85 %;*/
    width: 100%;
    min-width: 320px;
    position: fixed;
    z-index: 999999999999999999;
    /*  -webkit-border-radius: 4 px;*/
    /*  -moz-border-radius: 4 px;*/
    /*  -ms-border-radius: 4 px;*/
    /*  border-radius: 5 px;*/
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    -ms-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #003c70;
    padding: 16px;
    color: white;
    /* max-width: 800 px;*/
    font-size: 17px;
    font-weight: 400;
    text-align: center;

}

/* заголовки в модальном блоке */
.popupaks h2, .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd;
}

/* кнопка закрытия */
.close_banaks {
    top: -13px;
    right: 6px;
    width: 28px;
    height: 28px;
    position: absolute;
    /*  border: none;   */
    border: 1px solid white;
    /*  -webkit-border-radius: 50 %;   */
    /*  -moz-border-radius: 50 %;   */
    /*  -ms-border-radius: 50 %;   */
    /*  -o-border-radius: 50 %;   */
    /*  border-radius: 50 %;   */
    /*  background-color: rgba(0, 131, 119, 0.9);   */
    background-color: #185892;
    /*  -webkit-box-shadow: 0 2 px 5 px 0 rgba(0, 0, 0, 0.16), 0 2 px 10 px 0 rgba(0, 0, 0, 0.12);   */
    /*  -moz-box-shadow: 0 2 px 5 px 0 rgba(0, 0, 0, 0.16), 0 2 px 10 px 0 rgba(0, 0, 0, 0.12);   */
    /*  box-shadow: 0 2 px 5 px 0 rgba(0, 0, 0, 0.16), 0 2 px 10 px 0 rgba(0, 0, 0, 0.12);   */
    cursor: pointer;
    outline: none;

}

.close_banaks:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* кнопка закрытия при наведении */
.close_banaks:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

.bank-icons-wrap {
    position: absolute;
    top: 37px;
    z-index: 9;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.bank-link {
	margin-right: 5px;
}

.bank-icon {
    width: 120px;
    filter: drop-shadow(1px 0 0 white) drop-shadow(0 1px 0 white) drop-shadow(-1px 0 0 white) drop-shadow(0 -1px 0 white);
    transition: all 0.3s;
	cursor: help;
}

.bank-icon:hover {
    transform: scale(1.03);
}


@media screen and (max-width: 500px) {
    .bank-icons-wrap {
    }

    .bank-icon {
        width: 100px;
    }
}


/*Pop-up prime banner (Центрирование и адаптив)*/
.prime-banner-center {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0 10px 70px 0px white;
    outline: 1px solid #2a2a2a;
}

.prime-banner-center img {
    width: 100%;
}


/*Pop-up altasib banner (tests up to 201120)*/
#altasib_floataction_window {
    margin: 0 !important;
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    max-width: 600px !important;
    max-height: 400px !important;
    box-shadow: 0 0 0 1500px #00000052, inset 0 0 0 500px #00000052 !important
}

#altasib_floataction_close_kr {
    left: auto !important;
    right: 7px !important;
    top: 7px !important;
    background-color: #ffffff5e !important;
    opacity: 1 !important;
}

#altasib_floataction_close_kr:before,
#altasib_floataction_close_kr:after {
    background-color: #d84141 !important;
}

#altasib_floataction_page {
    bottom: auto !important;
}

#altasib_floataction_page img {
    width: 100% !important;
}

#altasib_floataction_page img:hover {
    animation: none !important;
    opacity: 1 !important;

}

/*end altasib banner styles*/

.payment__block .input-failed {
    border: 1px solid #f7adad;
}

.adm-workarea select[data-bx-property-id=DETAIL_PROPERTY_CODE] {
    min-height: 500px !important;
}

.bx_unsubscribe {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}


/*UNSUBSCRIBE FORM*/
.bx_unsubscribe .bx_unsubscribe_text_black {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.bx_unsubscribe .bx_unsubscribe_temp {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.bx_unsubscribe .bx_unsubscribe_input {
    position: static;
    margin: 8px 5px 10px;
    cursor: pointer;
}

.bx_unsubscribe .bx_unsubscribe_label {
    margin: 5px 5px 10px;
    padding: 0;
    cursor: pointer;
}

.bx_unsubscribe .bx_unsubscribe_prop {
    padding: 0;
    margin-top: -10px;
}

.bx_unsubscribe .bx_unsubscribe_text_gray {
    padding-top: 45px;
}

/* spinner */
@keyframes ldio-jnlxcgmzqu {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.ldio-jnlxcgmzqu div {
    box-sizing: border-box !important
}

.ldio-jnlxcgmzqu > div {
    position: absolute;
    width: 88px;
    height: 88px;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: #003d71 transparent #003d71 transparent;
    animation: ldio-jnlxcgmzqu 2.5s linear infinite;
}

.ldio-jnlxcgmzqu > div:nth-child(2), .ldio-jnlxcgmzqu > div:nth-child(4) {
    width: 70px;
    height: 70px;
    top: 15px;
    left: 15px;
    animation: ldio-jnlxcgmzqu 2.5s linear infinite reverse;
}

.ldio-jnlxcgmzqu > div:nth-child(2) {
    border-color: transparent #ffca00 transparent #ffca00
}

.ldio-jnlxcgmzqu > div:nth-child(3) {
    border-color: transparent
}

.ldio-jnlxcgmzqu > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.ldio-jnlxcgmzqu > div:nth-child(3) div:before, .ldio-jnlxcgmzqu > div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -8px;
    left: 32px;
    background: #003d71;
    border-radius: 50%;
    box-shadow: 0 80px 0 0 #003d71;
}

.ldio-jnlxcgmzqu > div:nth-child(3) div:after {
    left: -8px;
    top: 32px;
    box-shadow: 80px 0 0 0 #003d71;
}

.ldio-jnlxcgmzqu > div:nth-child(4) {
    border-color: transparent;
}

.ldio-jnlxcgmzqu > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.ldio-jnlxcgmzqu > div:nth-child(4) div:before, .ldio-jnlxcgmzqu > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -8px;
    left: 23px;
    background: #ffca00;
    border-radius: 50%;
    box-shadow: 0 62px 0 0 #ffca00;
}

.ldio-jnlxcgmzqu > div:nth-child(4) div:after {
    left: -8px;
    top: 23px;
    box-shadow: 62px 0 0 0 #ffca00;
}

.loadingio-spinner-double-ring-u72t07rm7p {
    display: none;
    position: fixed;
    z-index: 100;
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 11px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.ldio-jnlxcgmzqu {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-jnlxcgmzqu div {
    box-sizing: content-box;
}


.preloader-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in;
    transition: opacity .2s ease-in, visibility .2s ease-in;
}

}

/* B24 popup */
div.__ym_wv_ign,
.__ym_wv_ign__opener {
    display: none !important;
}


.unapplied_coupon_message {
    padding: 10px;
    font-size: 13px;
}


/* Временное скрытие прикрепления карточки */
.input__line .input__block div[data-property-id-row="35"] {
    display: none;
}

#order_detail_print {
    align-items: center;
    background-color: #003c70;
    border-radius: 3px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
    justify-content: center;
    margin-right: 20px;
    width: 151px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    color: #fff;
    margin-bottom: 20px;
}

#order_detail_send_to_email {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    height: 38px;
    background: #70bb18;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font: bold 12px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.payment__item.radio__container .sb_credit {
    height: 40px;
    content: url('/local/img/sbpay_icon_2023.svg');
	content: url('/local/img/sber_pay_icon-min.png');
	filter: brightness(0.97);
	border: 1px solid #cecece;
	border-radius: 9px;
}

.payment__item.radio__container .tcb_credit {
    height: 40px;
    content: url('/local/img/t_credit.png');
}

.payment__item.radio__container .tcb_rassrochka {
    height: 40px;
    content: url('/local/img/t_rassrochka.png');
}

.payment__item.radio__container .mibok_yookassa {
    height: 37px;
    content: url('/local/img/mibok_yookassa.png');
	content: url('/local/img/bankcard100.png');
	margin-top: 2px;
}

.payment__item.radio__container .mibok_yookassa:before {
/*    content: '\EA0D';*/
}

.payment__item.radio__container .mk_leasing {
    height: 17px;
    content: url('/local/img/mkleasing-b400.png');
	margin-top: 13px;
}

@media (max-width: 500px) {
    .payment__item.radio__container .sb_credit {
        height: 35px;
        content: url('/local/img/sber_icon-m.png');
        border: none;
    }
    .payment__item.radio__container .tcb_rassrochka,
    .payment__item.radio__container .tcb_credit {
        height: 35px;
        content: url('/local/img/t_icon-m.png');
    }
    .payment__item.radio__container .mibok_yookassa {
/*        height: 35px;*/
/*        content: url('/local/img/mibok_yookassa-m.png');*/
        margin-top: 0;
        height: 23px;
        content: url('/local/img/bankcard50-min.png');
    }
    .payment__item.radio__container .mk_leasing {
        height: 35px;
        content: url('/local/img/mkleasing-b400-m.png');
        margin-top: 0;
    }
}







/* Временные стили для баннера i20AR в реестре до 01.07.25 */
@media (max-width: 600px) {
	#bx_3218110189_113469 .intro__header {
		margin-bottom: 150px;
	}
}

/* Временные стили для баннера RS10 до 01.09.25 */
#bx_3218110189_113483 .intro__header {
	max-width: 600px;
    margin-bottom: 70px;
}
@media (max-width: 600px) {
	#bx_3218110189_113483 .intro__header {
		margin-bottom: 120px;
	}
}

/* Временные стили для баннера iBase i20AR до 01.09.25 */
#bx_3218110189_113493 .intro__header {
    margin-bottom: 70px;
}
@media (max-width: 600px) {
	#bx_3218110189_113493 .intro__header {
		margin-bottom: 170px;
	}
}

/* Временные стили для баннера LT700H LT800H до 01.09.25 */
#bx_3218110189_113506 .intro__header {
    margin-bottom: 80px;
}
@media (max-width: 600px) {
	#bx_3218110189_113506 .intro__header {
		margin-bottom: 150px;
	}
}

/* Временные стили для баннера efix f6 до 01.09.25 */
#bx_3218110189_113509 .intro__header {
	max-width: 450px;
    margin-bottom: 70px;
}
@media (max-width: 600px) {
	#bx_3218110189_113509 .intro__header {
		margin-bottom: 170px;
	}
}




/*mibok additional styles*/
.sale-paysystem-wrapper {
	margin: 0;
    padding: 0;
    margin-bottom: 50px;
	border: none;
}
.success .sale-paysystem-wrapper {
	border: none !important;
	margin-bottom: 30px;
}
.sale-paysystem-wrapper .tablebodytext,
.sale-paysystem-wrapper .sale-paysystem-description {
	display: none;
}
.sale-paysystem-wrapper .sale-paysystem-yandex-button-container {
	display: flex;
    flex-direction: column;
	gap: 10px;
	align-items: center;
}
.sale-paysystem-yandex-button-container .sale-paysystem-yandex-button {
	margin: 0;
}

.success > .sale-paysystem-yandex-button-item,
.success > .sale-paysystem-yandex-checkout-button-item,
.sale-paysystem-yandex-checkout-button-item {
    padding: 0;
    background-color: #fff;
    color: inherit;
    font-weight: 400;
    font-family: 'Gotham Pro', 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
    cursor: auto;
}
.sale-paysystem-yandex-checkout-button-item:hover {
	color: inherit;
	background-color: #fff;
}

.success__mibok_yookassa .sale-paysystem-yandex-button-item,
.success__mibok_yookassa .sale-paysystem-yandex-checkout-button-item,
.sale-paysystem-yandex-button-container > .sale-paysystem-yandex-button-item:first-of-type,
.sale-paysystem-yandex-button-container > .sale-paysystem-yandex-checkout-button-item:first-of-type {
	display: none;
}

.sale-paysystem-yandex-button-container .sale-paysystem-yandex-button-item,
.sale-paysystem-yandex-button-container .sale-paysystem-yandex-checkout-button-item {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 50px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Gotham Pro', 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #0a589c;
	border-radius: 3px;
	cursor: pointer;
}

.sale-paysystem-yandex-button-container .sale-paysystem-yandex-button-item:hover,
.sale-paysystem-yandex-button-container .sale-paysystem-yandex-checkout-button-item:hover {
    background-color: #126bb9;
}

.success__info p {
	font-family: 'Gotham Pro', 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
}



/* End */


/* Start:/local/templates/main/css/style_timer.css?173893396474*/
#CDT{
    margin-top: 10px;
}
#CDT ._bold {
    font-weight: bold;
}






/* End */


/* Start:/local/templates/main/components/bitrix/search.title/header__search/style.css?17389339642707*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
	padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	color:#003d71;
/*	font-weight:normal;*/
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
	background-color: #e3e3e3;
}

table.title-search-result tr.title-search-selected a img {
	filter: brightness(0.9);
}

table.title-search-result .title-search-item--wrapper {
	padding-left: 60px;
	font-size: 15px;
    color: #003d71;
}
table.title-search-result .title-search-item--name {
	margin-bottom: 4px;
/*	height: 23px;*/
width: calc(100% - 60px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.title-search-result .title-search-item--price {
	font-size: 13px;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/header__search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/new_top_menu/style.min.css?17389339643715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/main/components/bitrix/menu/new_top_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/main/components/bitrix/menu/new_top_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/main/components/bitrix/menu/new_top_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/checkbox__accept/user_consent.min.css?17389339642900*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 30px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{padding:5px 10px;width:100%;height:130px;border:1px solid #999;background:#fff;box-sizing:border-box;outline:0;-moz-appearance:none}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{transform:rotate(360deg)}}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.location.selector.search/dropdown__location__search/style.css?17389339646921*/
/* absolute path to images is required to make crm-sale proxy work */

.dropdown__location__search .dropdown-block {
	border: 1px solid rgb(237, 237, 237);
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	position: relative;
	background-color: #fff;
}

.dropdown__location__search .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.dropdown__location__search .bx-ui-sls-container {
	overflow: hidden;
	min-height:38px;
}

.dropdown__location__search .bx-ui-sls-pane {
	border: 1px solid rgb(237, 237, 237);
	border-radius: 2px;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: -1px;
	right: -1px;
	top: 38px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	background-color: #fff;
	z-index: 999;
	max-height: 300px;
}

.dropdown__location__search .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.dropdown__location__search .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropdown__location__search .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.dropdown__location__search .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.dropdown__location__search .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.dropdown__location__search .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.dropdown__location__search .dropdown-item-text span{
	color: #25282c;
}

.dropdown__location__search .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.dropdown__location__search .dropdown-icon {
	color: #0a589c;
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: none;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}

.dropdown__location__search .dropdown-icon::before {
	content: '\EA14';
	display: inline-block;
	font-family: 'icons';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dropdown__location__search .quick-locations{
	margin-bottom: 5px;
}
.dropdown__location__search .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.dropdown__location__search .quick-location-tag:hover{
	background-color: #fafafa;
}

.dropdown__location__search .dropdown-fade2white{
	width: 46px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.dropdown__location__search .bx-ui-sls-clear{
	/*background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0;
	right: 0;
	display: block;*/
	display: none;
}
/*.dropdown__location__search .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}*/

.dropdown__location__search .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 46px;
	display: none;
}

.dropdown__location__search .bx-ui-sls-go-edit{
	display: none;
}

.dropdown__location__search input::-ms-clear {
	display: none;
}

.dropdown__location__search input[type="text"]{
	position: relative;
}

.dropdown__location__search .bx-ui-sls-fake,
.dropdown__location__search .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 48px 0 15px !important;
	color: #034680;
	font-size: inherit;
	font-family: inherit;
	outline: none;
	border-radius: 2px;
	background: transparent;
	border: none;
	z-index:10;
	width:100%;
}
.dropdown__location__search .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.dropdown__location__search .bx-ui-sls-variants .bx-ui-sls-variant,
.dropdown__location__search .bx-ui-sls-error{
	padding: 10px 10px;
}
.dropdown__location__search .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.dropdown__location__search .bx-ui-sls-error div{
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.dropdown__location__search .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.dropdown__location__search .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.dropdown__location__search.bx-admin-mode .bx-ui-sls-fake,
.dropdown__location__search.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/local/components/prinmarket/popups/templates/cookies/style.css?17389339643009*/
.new-btn {
    position: relative;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: 800;
    font-size: 18px;
    background: #F47421;
    border-radius: 10px !important;
    cursor: pointer;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease;
}

.popup-cookies {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 582px;
    right: 0;
    bottom: 0;
    padding: 19px 34px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 20px 0 0 0;


    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.popup-cookies.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 104;
}

.popup-cookies__text {
    display: inline-block;
    width: calc(100% - 97px);
    padding-top: 1px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 20px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    color: #4D4D4D;
}

.popup-cookies__text .ref {
    display: inline-block;
    position: relative;
    font: inherit;
    color: #4D4D4D;
    transition: all 0.3s ease;
}

.popup-cookies__text .ref::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: .5px;
    background: #4D4D4D;
    transition: all 0.3s ease;
}

.popup-cookies__text .ref:hover {
    color: #4D4D4D;
}

.popup-cookies__text .ref:hover::before {
    opacity: 0;
}

.popup-cookies .new-btn {
    display: inline-flex;
    width: 97px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto;
    height: 41px;
    margin-top: 0;
    box-shadow: none;
}

.popup-cookies .new-btn span {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    transition: all 0.3s ease;
}

.popup-cookies .new-btn:hover span {
    color: #fff;
}

.popup-cookies .new-btn:hover {
    box-shadow: 0 4px 33px #FF5050;
}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

    .popup-cookies {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 0;
        justify-content: center;
    }

    .popup-cookies__text {
        width: auto;
        max-width: calc(100% - 97px);
        padding-right: 20px
    }

}

@media (max-width: 768px) {

    .popup-cookies {
        flex-wrap: wrap;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .popup-cookies__text {
        max-width: calc(100% - 65px);
        font-size: 13px;
        line-height: 16px;
    }

    .popup-cookies .new-btn {
        width: 65px;
    }

}

@media (max-width: 500px) {
	.popup-cookies {    
		flex-direction: row-reverse;
	}
	.popup-cookies__text {
		padding-right: 0;
		padding-left: 15px;
	}
}




/* End */


/* Start:/local/templates/main/template_styles.css?17424837396965*/
.goods__footer_underordertext, .goods__footer_notqnt{
    order: 4;
    margin-top: 10px;
    color: #7b7b7b;
    font-size: 12px;
}
.goods__footer_options{
    order: 5;
    margin-top: 30px;
}
.goods__footer_options_title{
    font-size: 22px;
    font-weight: bold;
    color: #0a589c;
}
.goods__footer_option{
    font-size: 13px;
    cursor: pointer;
}
.goods__footer_option input{
    top: 2px;
    position: relative;
    cursor: pointer;
}
.goods__footer_options_list{
    transition: .3s;
	margin-left: 2px;
}
/*.goods__footer_options_list li:hover{
	text-decoration: underline;
}*/
.goods__footer_options_list li:hover label{
	background-color: #d4d4d442;
}
.goods__footer_options_list.active{
    overflow: visible;
    max-height: none;
}
.goods__footer_option--price{
    white-space: nowrap;
}
#more_options_btn {
	color: #0a589c;
	font-weight: bold;
	margin-left: 2px;
}
.cart__text_stock{
    margin-top: 10px;
    color: #222;
    font-size: 14px;
    font-weight: normal;
}
.delivery_fields{
    margin-bottom: 50px;
}
.delivery_field__title{
    margin-right: 10px;
    padding: 0 35px;
    color: #0a589c;
    font-size: 23px;
    font-weight: 700;
}
.delivery_field{
    display: flex;
    align-items: center;
}
.delivery_field:first-of-type{
    margin-bottom: 20px;
}
select#branches{
    height: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #000;
}
.delivery_field__content .dropdown__container{
    margin-left: 0;
    width: 205px;
    height: 40px;
}
.delivery_field__content .dropdown__container .dropdown__selected{
    width: 205px;
    display: block;
    box-shadow: none;
    background-color: #fff;
    text-align: left;
    padding-left: 5px;
    border-color: #000;
}
.delivery_field__content .dropdown__container .dropdown__selected:hover{
    background-color: #fff;
}
.delivery_field:last-of-type .delivery_field__title{
    margin-right: 5px;
}
.delivery_field .progress__location{
    margin-bottom: 0;
}
.sdek_map_cont #SDEK_pvz{
    display: block;
}
.tooltipster{
    cursor: pointer;
}
.tooltipster img{
    width: 14px;
    height: auto;
    position: relative;
    /*top: 0px;*/
    margin-bottom: 1px;
    opacity: 0.8;
    border-radius: 50%;
    background: #eee;
}
.goods__footer_options_list__hide{
    display: none;
}
.goods__footer_options_list__hide.active{
    display: block;
}
/*@media (max-width: 1050px){*/
/*    .product__footer{*/
/*        flex-direction: column;*/
/*        height: auto;*/
/*    }*/
/*    .product__add{*/
/*        margin-left: unset;*/
/*    }*/
/*}*/
span.tooltipster{
    display: none;
}
.goods__footer_option_mobile{
    display: none;
}
.goods__footer_options_list li{
    display: flex;
    align-items: center;
}
@media (max-width: 600px){
    span.tooltipster{
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 0;
    }
    .goods__footer_option{
        display: none;
    }
    .goods__footer_option_mobile{
        display: block;
    }
    .goods__footer_options_list li{
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 4px;
    }
    .goods__footer_options_list li:nth-of-type(2n + 1) {
        background-color: #d4d4d442;
        border-radius: 2px;
    }
}

.product_loved__row{
    display: flex;
}
.product_loved__left{
    width: 25%;
    padding-right: 30px;
}
.product_loved__right{
    width: 75%;
}
.product_loved .product__item{
    width: calc(33.3% - 30px);
}
.product_loved__form{
	text-align: center;
    border: 1px solid #5a5a5a25;
    border-radius: 5px;
    padding: 27px 20px 15px;
	padding: 30px 20px 25px;
    margin-bottom: 30px;
}
.product_loved__form_title{
    text-align: center;
    color: #0a589c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}
.product_loved__form_input{
    margin-bottom: 20px;
    position: relative;
}
.product_loved__form_input input{
    width: 100%;
    padding: 10px;
	text-align: center;
    border: 1px solid #5a5a5a25;
}
.product_loved__form_input input::placeholder {
	font-size: 13px;
	color: #333333a6;
}
.product_loved__form_btn_agreement {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.product_loved__form_btn_agreement label {
	display: flex;
}
.product_loved__form_btn{
    border: none;
    outline: none;
    transition: 0.3s;
    background-color: #0a589c;
    color: #fff;
    padding: 10px 20px;
	padding: 10px 40px;
    font-weight: bold;
    border-radius: 3px;
}
.product_loved__form_btn:hover{
    background-color: #1366af;
}
.product_loved__form_form .checkbox.error:before{
    border: 2px solid #f92a2a;
}
.product_loved__form_input.error input{
    border: 1px solid #f92a2a;
}
.product_loved__form_input_error_text{
    position: absolute;
    color: #f92a2a;
    font-size: 13px;
    left: 60px;
    bottom: -18px;
    display: none;
}
.product_loved__form_input.error .product_loved__form_input_error_text{
/*    display: block;*/
}
.product_loved__form_btn.success{
    background-color: #74b856;
}
.product_loved__delete_block{
    border: 1px solid #5a5a5a25;
    border-radius: 5px;
    padding: 27px 20px 27px;
}
.product_loved__delete_block__title{
    text-align: center;
    color: #0a589c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}
.product_loved__delete_block__btn_cont{
    text-align: center;
}
.product_loved__delete_block__btn{
    border: none;
    outline: none;
    transition: 0.3s;
    background-color: #f5ca01;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
}
@media (max-width: 1100px){
    .product_loved .product__item {
        width: calc(50% - 30px);
    }
    .product_loved__left{
        width: 33.3%;
    }
    .product_loved__right{
        width: 66.6%;
    }
}
@media (max-width: 767px){
    .product_loved__row{
        flex-wrap: wrap;
    }
    .product_loved__left{
        width: 100%;
        padding-right: 0;
    }
    .product_loved__right{
        width: 100%;
    }
    .product_loved__delete_block{
        margin-bottom: 40px;
    }
}
@media (max-width: 500px){
    .product_loved .product__item {
        width: calc(100% - 30px);
    }
    .product_loved .product__item .product__footer{
        flex-wrap: wrap;
        height: auto;
    }
    .product_loved .product__item .product__add{
        margin-left: 0;
    }
}
@media (max-width: 374px){
    .product_loved .product__item .product__footer{
        flex-direction: column;
        align-items: flex-start;
    }
}
.product_loved__form_form label a, .product_loved__form .main-user-consent-request span{
    font-size: 12px;
}
.product_loved__form .main-user-consent-request span{
/*    position: relative;*/
/*    top: -1px;*/
    width: 150px;
;
}
@media (max-width: 767px){
    .product_loved__left{
        order: 1;
        margin-top: 20px;
    }
}
/* End */
/* /local/templates/main/js/fancybox/jquery.fancybox.css?17389339644939 */
/* /local/templates/main/js/fancybox/helpers/jquery.fancybox-thumbs.css?1738933964735 */
/* /local/templates/main/css/components.css?173893396426480 */
/* /local/templates/main/css/style.css?1748862768233888 */
/* /local/templates/main/css/style_timer.css?173893396474 */
/* /local/templates/main/components/bitrix/search.title/header__search/style.css?17389339642707 */
/* /local/templates/main/components/bitrix/menu/new_top_menu/style.min.css?17389339643715 */
/* /local/templates/main/components/bitrix/main.userconsent.request/checkbox__accept/user_consent.min.css?17389339642900 */
/* /local/templates/main/components/bitrix/sale.location.selector.search/dropdown__location__search/style.css?17389339646921 */
/* /local/components/prinmarket/popups/templates/cookies/style.css?17389339643009 */
/* /local/templates/main/template_styles.css?17424837396965 */
