

/* Start:/local/templates/main_template/modules/slick-slider/slick/slick.css?16574934661776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/main_template/modules/slick-slider/slick/slick-theme.css?16574934663145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/main_template/modules/slick-slider/slick/./ajax-loader.gif') center center no-repeat;
}

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

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

    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

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

/* End */


/* Start:/local/templates/main_template/js/owl.carousel/owl.carousel.min.css?16574934665231*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main_template/js/owl.carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.wrapper .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #aab7b8;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.wrapper .owl-carousel .owl-nav button:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.blue .owl-carousel .owl-nav button:hover {
    opacity: 0.3;
}
.wrapper .owl-carousel .owl-nav button:focus {
    outline: none;
}
.owl-carousel .owl-nav button.owl-next {
    background: url('/local/templates/main_template/js/owl.carousel/../../images/chevron_left_gray.svg') center no-repeat;
    background-size: 8px;
}
.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
    transform: rotate(180deg);
    background: url('/local/templates/main_template/js/owl.carousel/../../images/chevron_left_gray.svg') center no-repeat;
    background-size: 8px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}

.owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}
.wrapper .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #aab7b8;
}

.owl-dots {
    text-align: center;
    margin: 20px 0 5px;
}

.wrapper .owl-carousel button.owl-dot:focus {
    outline: none;
}
.wrapper .owl-carousel button.owl-dot:hover {
    background-color: #8096bb;
}
.wrapper .owl-carousel button.owl-dot.active {
    background-color: #244275;
}
.wrapper .owl-carousel button.owl-dot.active:hover {
    background-color: #244275;
}

.js-main_slider .owl-nav {
    top: calc(50% - 20px);
    right: calc(50% - 45px);
}

.js-main_slider .owl-nav button.owl-prev {
    left: calc(50% - 615px);
    position: absolute;
    margin: 0;
}

.js-main_slider .owl-nav button.owl-next {
    right: calc(50% - 615px);
    position: absolute;
    margin: 0;
}

/* End */


/* Start:/local/libs/awesome-select-master/package/css/awselect.min.css?16574934943582*/
.immersive_awselect{overflow:hidden!important}.awselect_bg{position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.8);-webkit-transition:.2s ease-in;-moz-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in}.awselect,.awselect>.bg{-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);float:left;width:100%}.awselect_bg.animate{opacity:1}.awselect{position:relative;cursor:pointer;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect>.bg{background:#fff;height:0%;position:absolute;z-index:1;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .front_face{position:relative;padding:20px 40px;color:#000;float:left;width:100%}.awselect .front_face>.bg{position:absolute;z-index:0;float:left;width:100%;height:100%;left:0;background:#e5e5e5;top:0}.awselect .front_face .content{float:left;width:100%;position:relative;z-index:2}.awselect .front_face span{-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);transition:.4s cubic-bezier(.19,1,.22,1);float:left;width:100%;color:inherit}.awselect .front_face .current_value{position:absolute;left:0}.awselect .front_face .placeholder{position:relative}.awselect .back_face,.awselect .front_face .icon{position:absolute;-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .front_face .icon{float:right;right:0;top:50%;transform:rotate(180deg) translateY(-50%);transform-origin:center 0;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .front_face .icon svg{width:10px;height:10px}.awselect .back_face{z-index:2;padding:0;transition:.4s cubic-bezier(.19,1,.22,1);transform:translateY(20px);opacity:0;float:left;width:100%;max-height:200px;overflow:hidden;display:none}.aw_cursor_pointer,.awselect .back_face ul li a{-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);float:left}.awselect .back_face.overflow{overflow-y:scroll}.awselect .back_face ul{margin:0;float:left;padding:0;width:100%}.awselect .back_face ul li{float:left;width:100%;display:block}.awselect .back_face ul li a{color:inherit;opacity:.8;width:100%;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .back_face ul li a:hover{background:rgba(0,0,0,.07);opacity:1}.awselect.animate{z-index:9999}.awselect.animate .front_face .icon{transform:rotate(0) translateY(-50%)}.awselect.animate>.bg{height:100%}.awselect.animate2>.bg{box-shadow:0 11px 43px 11px rgba(0,0,0,.11)}.awselect.animate2 .back_face{transform:translateY(0);opacity:1}.awselect.hasValue .front_face .placeholder{transform:translateY(20px);opacity:0}.awselect.placeholder_animate .front_face .current_value{opacity:0}.awselect.placeholder_animate2 .front_face .placeholder{transform:translateY(0);opacity:1}.awselect.transition_paused{transition:none!important}.aw_cursor_pointer{width:20px;height:20px;border-radius:100%;background:#ddd;overflow:hidden;padding:5px;transition:.4s cubic-bezier(.19,1,.22,1);transform:scale(.5)}.aw_cursor_pointer .inner{float:left;width:100%;height:0%;background:#fff;border-radius:100%;-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);transition:.4s cubic-bezier(.19,1,.22,1)}.aw_cursor_pointer.animate{transform:scale(1)}.aw_cursor_pointer.animate .inner{height:100%}
/* End */


/* Start:/local/templates/main_template/components/bitrix/search.title/search_page/style.css?16574934672124*/
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:10%;
}

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;
	white-space:nowrap;
	width:1%;
	display: none;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	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;
	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;
}

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_template/components/bitrix/search.title/search_page/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/system.auth.form/.default/style.css?16578052472478*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/main_template/components/bitrix/system.auth.form/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/main_template/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}

.lkpopup-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  color: #333939;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 0;
}
.lkpopup-help {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333939;
  text-align: center;
}
.lkpopup-services-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #333939;
}
.lkpopup-services-block{
  text-align: center;
}
.lkpopup-label{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #333939;
  padding-left: 25px;
}
.bx-authform-formgroup-container.lkpopup-form-group-container {
  margin: 10px 0;
}
 input.lkpopup-input {
  width: 100%;
  height: 49px;
  left: 48px;
  top: 33px;
  background: #FFFFFF;
  border: 1px solid #333939;
  border-radius: 25px;
  padding: 0 25px;
  -webkit-box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
}
.lkpopup-captcha{
  display:none;
}
.lkpopup-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lkpopup-auth-form-button {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #FFFFFF;
  background: #6E000B;
  border-radius: 50px;
  height: 60px;
  width: min-content;
  padding: 0 30px;
  white-space: normal;
  border: 2px solid #6d000b
}
.lkpopup-auth-form-button:hover {
  color: #6d000b;
  background: #ffffff;
}
.form-btn-close {
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #333939;
  width: fit-content;
  padding: 0;
  white-space: normal;
  border: none;
  border-bottom: 1px dotted #333939;
  border-radius: 0;
  height: fit-content;
}
.form-btn-close:hover {
  color: #6d000b;
  border-bottom: 1px dotted #6d000b;
}
.lkpopup-authform-formgroup-container {
  margin: 0;
}
.form-btn-close:focus,
.lkpopup-auth-form-button:focus{
  outline:none;
}

/* End */


/* Start:/bitrix/components/bitrix/socserv.auth.form/templates/flat/style.min.css?16574936972638*/
.bx-authform-social-popup{display:none;background:#fff;width:auto;padding:15px;font-size:14px;white-space:nowrap}.bx-authform-social-popup form{margin-bottom:0}.bx-authform-social-popup input[type="text"]{display:inline-block;max-width:150px;font-size:18px;height:30px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-authform-social ul{padding:5px 0 12px;margin:0 0 15px;display:block}.bx-authform-social ul li{position:relative;display:inline-block;width:35px;height:35px;margin-right:5px}.bx-authform-social ul li .bx-authform-social-icon{display:block;width:35px;height:35px;	background-image: url(/bitrix/components/bitrix/socserv.auth.form/templates/flat/images/sprite.png); background-repeat:no-repeat;border-bottom:0}.bx-authform-social ul li .bx-authform-social-icon:hover{opacity:.9}.bx-authform-social ul li .bx-authform-social-icon.box{background-position:0 0}.bx-authform-social ul li .bx-authform-social-icon.dropbox{background-position:-44px 0}.bx-authform-social ul li .bx-authform-social-icon.bitrix24{background-position:-88px 0}.bx-authform-social ul li .bx-authform-social-icon.yandex{background-position:-132px 0}.bx-authform-social ul li .bx-authform-social-icon.openid{background-position:-176px 0}.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki{background-position:-220px 0}.bx-authform-social ul li .bx-authform-social-icon.google{background-position:-264px 0}.bx-authform-social ul li .bx-authform-social-icon.mymailru{background-position:-308px 0}.bx-authform-social ul li .bx-authform-social-icon.mailru2{background-position:-440px 0}.bx-authform-social ul li .bx-authform-social-icon.livejournal{background-position:-352px 0}.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru{background-position:-440px 0}.bx-authform-social ul li .bx-authform-social-icon.liveid{background-position:-484px 0}.bx-authform-social ul li .bx-authform-social-icon.liveinternet{background-position:-528px 0}.bx-authform-social ul li .bx-authform-social-icon.blogger{background-position:-572px 0}.bx-authform-social ul li .bx-authform-social-icon.vkontakte{background-position:-616px 0}.bx-authform-social ul li .bx-authform-social-icon.twitter{background-position:-660px 0}.bx-authform-social ul li .bx-authform-social-icon.facebook{background-position:-704px 0}.bx-authform-social ul li .bx-authform-social-icon.google-plus{background-position:-748px 0}.bx-authform-social ul li .bx-authform-social-icon.office365{background-position:-792px 0}.bx-authform-social ul li .bx-authform-social-icon.zoom{background-position:-836px 0}
/* End */


/* Start:/local/templates/main_template/components/bitrix/main.register/lkpopupmainregister/style.css?17080238603697*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/main_template/components/bitrix/main.register/lkpopupmainregister/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/main_template/components/bitrix/main.register/lkpopupmainregister/images/sec-unlocked.png);}

.lkpopupmainregister-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  color: #333939;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 0;
}
.lkpopupmainregister-help {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333939;
  text-align: center;
}
.lkpopupmainregister-label{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #333939;
  padding-left: 25px;
  margin: 10px 0 0 0;
}
.lkpopupmainregister-input{
  width: 100%;
  height: 49px;
  left: 48px;
  top: 33px;
  background: #FFFFFF;
  border: 1px solid #333939;
  border-radius: 25px;
  padding: 0 25px;
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
}
.starrequired {
  color: #6d000b;
}
.lkpopupmainregister-img{
  padding-left: 25px;
  margin: 2px 0 6px 0;
}
.lkpopupmainregister-button-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.lkpopupmainregister-auth-form-button{
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #FFFFFF;
  background: #6E000B;
  border-radius: 50px;
  height: 60px;
  width: min-content;
  padding: 0 30px;
  white-space: normal;
  border: 2px solid #6d000b
}
.lkpopupmainregister-btn-close{
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #333939;
  width: fit-content;
  padding: 0;
  white-space: normal;
  border: none;
  border-bottom: 1px dotted #333939;
  border-radius: 0;
  height: fit-content;
}
.lkpopupmainregister-auth-form-button:hover{
  color: #6d000b;
  background: #ffffff;
}
.lkpopupmainregister-btn-close:hover{
  color: #6d000b;
  border-bottom: 1px dotted #6d000b;
}
.lkpopupmainregister-btn-close:focus{
  outline:none;
}
.lkpopupmainregister-help2{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #333939;
  margin-top:10px;
  text-align: justify;
}

span.my_checkbox.my_checkbox_pos_reg_form {
  top: 1px;
}
span.bx-filter-param-text.my_checkbox_pos_reg_form-text {

  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.my_checkbox_pos_reg_form-container{
  margin-bottom: 25px;
  margin-top: 25px;
}
.lkpopupmainregister-checkbox-contayner-1{
  display: none;
}
.reg-form-checbox:checked ~ .lkpopupmainregister-checkbox-contayner-1{
  display: block;
}
.lkpopupmainregister-checkbox-contayner-1 .fields.string {
  display: block;
  width: 100%;
  height: 49px;
  left: 48px;
  top: 33px;
  background: #FFFFFF;
  border: 1px solid #333939;
  border-radius: 25px;
  padding: 0 25px;
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
}
.reg-form-label-check{
  display: block;
}
.reg-form-label-check .lkpopupmainregister-checkbox-contayner-1 .lkpopupmainregister-label{
  padding-left: 25px;
}
@media (max-width: 768px) {
  span.my_checkbox.my_checkbox_pos_reg_form {
    top: 4px;
  }
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/system.auth.forgotpasswd/lkpopupforgotpasswd/style.css?16574856961777*/
.lkpopupforgot-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  color: #333939;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 0;
}
.lkpopupforgot-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333939;
  text-align: left;
  margin: 6px 0 0 0;
}
.lkpopupforgot-label{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #333939;
  padding-left: 25px;
}
.lkpopupforgot-input {
  width: 100%;
  height: 49px;
  left: 48px;
  top: 33px;
  background: #FFFFFF;
  border: 1px solid #333939;
  border-radius: 25px;
  padding: 0 25px;
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 3px 1px rgb(34 60 80 / 20%);
}
.lkpopupforgot-auth-form-button {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #FFFFFF;
  background: #6E000B;
  border-radius: 50px;
  height: 60px;
  width: min-content;
  padding: 0 30px;
  white-space: normal;
  border: 2px solid #6d000b
}
.lkpopupforgot-auth-form-button:hover {
  color: #6d000b;
  background: #ffffff;
}
.lkpopupforgot-btn-close{
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #333939;
  width: fit-content;
  padding: 0;
  white-space: normal;
  border: none;
  border-bottom: 1px dotted #333939;
  border-radius: 0;
  height: fit-content;
}
.lkpopupforgot-btn-close:hover{
  color: #6d000b;
  border-bottom: 1px dotted #6d000b;
}
.lkpopupforgot-button-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* End */


/* Start:/local/php_interface/forms/form_import/style.css?16748348666162*/
.modal_window {
    background-color: rgba( 0, 0, 0, 0.70 );
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    transition: .15s ease-in-out;
    position: fixed;
    display: none;
}
.modal_window.modal_window-10.action{
    display: block;
}
.modal_position {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
}
.modal_container{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    position: relative;
    max-width: 700px;
}
.modal_window-10 .modal_title{
    font-weight: 700;
    text-transform: uppercase;
    background-color: #6d000b;
    color: #f0f0f0;
    margin: 30px 0 10px;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 1.8em;
    text-align: center;
    clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    -webkit-box-shadow: 0 0 10px rgba(0 0 0 .35);
    -moz-box-shadow: 0 0 10px rgba(0 0 0 .35);
    box-shadow: 0 0 10px rgba(0 0 0 .35);
}
.modal_window-10 .modal_title_shadow{
    filter: drop-shadow(0 0 10px rgba(51, 57, 57, 1));
}
.modal_window-10 .modal_description{
    text-align: justify;
    padding-right: 15px;
    font-weight: 600;
    font-size: 20px;
}
.modal_window-10 .form_import {
    box-sizing: content-box;
    right: 0;
    margin: 20px 10px;
    min-height: 380px;
    width: 60%;
    z-index: 10;
}
.modal_window-10 .modal_label {
    font-weight: bold;
    display: block;
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
}
.modal_window-10 select,
.modal_window-10 input[type="text"],
.modal_window-10 input[type="email"],
.modal_window-10 input[type="phone"]{
    -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .25s;
    -o-transition: all cubic-bezier(0.4,0,0.2,1) .25s;
    transition: all cubic-bezier(0.4,0,0.2,1) .25s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(36,38,43,0.05);
    padding: 7px 35px 7px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    width: 100%;
    margin: 0 0 20px 0;
}
.modal_window-10 .form_button {
    display: inline-block;
    font-size: 16px !important;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none !important;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,.05);
    box-shadow: 0px 0px 6px rgb(0 0 0 / 5%);
    -moz-transition: background .25s ease-out;
    transition: background .25s ease-out;
    color: #fff !important;
    background: #6d000b !important;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    outline:none;
}
.modal_window-10 .form_button:hover {
    background: #FFA800!important;
    background: linear-gradient(-90deg, #FEE436 0%, #FFA800 100%)!important;
-webkit-gradient(linear, right top, left top, from(#FEE436), to(#FFA800))!important: ;
    color: #ffffff;
}
.modal_window-10 .form_button:focus{
    border: none;
}
.modal_window-10 .quetion_one .button_block {
    display: flex;
    justify-content: flex-end;
    margin: 20px -40px 0 0;
}
.modal_window-10 .quetion_two .button_block {
    display: flex;
    justify-content: space-between;
    margin: 20px -40px 0 0;
}
.modal_container .fon_img {
    width: 40%;
    display: flex;
    align-items: flex-end;
}
.modal_container .modal_img {
    width: 148%;
    margin-left: -29%;
    object-fit: contain;
}
.form_import .form_close {
    color: #00000050!important;
    border: 1px solid #00000050!important;
    background-color: transparent!important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 13px;
    line-height: 24px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
}
.modal_window-10 .quetion{
    width: 80%;
    margin: auto;
    position: relative;
}
.modal_window-10 .quetion_one{
    display: none;
}
.modal_window-10 .quetion_two{
    display: none;
}
.modal_window-10 .quetion_one.action{
    display: block;
}
.modal_window-10 .quetion_two.action{
    display: block;
}
.modal_window-10 input[type="checkbox"]{
    display: none;
}
.modal_window-10 input.error[type="text"],
.modal_window-10 input.error[type="email"],
.modal_window-10 input.error[type="phone"],
.modal_window-10 .modal_checkbox.error{
    border: 1px solid #da4f49;
    background: #F2DEDE;
    -webkit-box-shadow: 0 0 10px rgb(218 79 73 / 35%);
    -moz-box-shadow: 0 0 10px rgba(218, 79, 73, .35);
    box-shadow: 0 0 10px rgb(218 79 73 / 35%);
}
.modal_window-10 .modatl_text{
    cursor: pointer;
}
.modal_window-10 .modal_checkbox {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #6d000b;
    cursor: pointer;
    height: 20px;
    align-items: center;
    position: absolute;
    width: 20px;
}
.modal_window-10 .modal_checkbox:after {
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    background: #6d000b;
    border-radius: 50%;
}
.modal_window-10 input[type="checkbox"]:checked + .modal_checkbox:after {
    opacity: 1;
}
.modal_window-10 .modatl_text {
    padding-left: 24px;
}
@media (max-width: 600px) {
    .modal_window-10 .form_import {
        width: 100%;
    }
    .modal_container .fon_img {
        position: absolute;
        bottom: 0;
    }
}
/* End */


/* Start:/local/templates/main_template/styles.css?17327064713*/
﻿
/* End */


/* Start:/local/templates/main_template/template_styles.css?1736401608169938*/
/* Start:/local/templates/main_template/js/owl.carousel/owl.carousel.min.css?15690026605313*/
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
svg.b24-crm-button-icon.b24-crm-button-icon-active
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main_template/js/owl.carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.wrapper .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #aab7b8;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.wrapper .owl-carousel .owl-nav button:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.blue .owl-carousel .owl-nav button:hover {
    opacity: 0.3;
}
.wrapper .owl-carousel .owl-nav button:focus {
    outline: none;
}
.owl-carousel .owl-nav button.owl-next {
    background: url('/local/templates/main_template/js/owl.carousel/../../images/chevron_left_gray.svg') center no-repeat;
    background-size: 8px;
}
.owl-carousel .owl-nav button.owl-prev {
    margin-right: 0px;
    left: 9px;
    position: relative;
    transform: rotate(180deg);
    background: url('/local/templates/main_template/js/owl.carousel/../../images/chevron_left_gray.svg') center no-repeat;
    background-size: 8px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}

.owl-nav {
    position: absolute;
    top: 123px;
    right: 0;
    width: 100%;
    display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.wrapper .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #aab7b8;
}

.owl-dots {
    text-align: center;
    margin: 20px 0 5px;
}

.wrapper .owl-carousel button.owl-dot:focus {
    outline: none;
}
.wrapper .owl-carousel button.owl-dot:hover {
    background-color: #b60013;
}
.wrapper .owl-carousel button.owl-dot.active {
    background-color: #6d000b;
}
.wrapper .owl-carousel button.owl-dot.active:hover {
    background-color: #b60013;
}

.js-main_slider .owl-nav {
    top: calc(50% - 20px);
    right: 0;
}

.js-main_slider .owl-nav button.owl-prev {
    left: 10px;
    position: absolute;
    margin: 0;
}

.js-main_slider .owl-nav button.owl-next {
    right: 10px;
    position: absolute;
    margin: 0;
}
.cls-1{fill:#b60013}

/* End */


/* Start:/local/libs/awesome-select-master/package/css/awselect.min.css?15690024703582*/
.immersive_awselect{overflow:hidden!important}.awselect_bg{position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.8);-webkit-transition:.2s ease-in;-moz-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in}.awselect,.awselect>.bg{-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);float:left;width:100%}.awselect_bg.animate{opacity:1}.awselect{position:relative;cursor:pointer;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect>.bg{background:#fff;height:0%;position:absolute;z-index:1;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .front_face{position:relative;padding:20px 40px;color:#000;float:left;width:100%}.awselect .front_face>.bg{position:absolute;z-index:0;float:left;width:100%;height:100%;left:0;background:#e5e5e5;top:0}.awselect .front_face .content{float:left;width:100%;position:relative;z-index:2}.awselect .front_face span{-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);transition:.4s cubic-bezier(.19,1,.22,1);float:left;width:100%;color:inherit}.awselect .front_face .current_value{position:absolute;left:0}.awselect .front_face .placeholder{position:relative}.awselect .back_face,.awselect .front_face .icon{position:absolute;-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .front_face .icon{float:right;right:0;top:50%;transform:rotate(180deg) translateY(-50%);transform-origin:center 0;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .front_face .icon svg{width:10px;height:10px}.awselect .back_face{z-index:2;padding:0;transition:.4s cubic-bezier(.19,1,.22,1);transform:translateY(20px);opacity:0;float:left;width:100%;max-height:200px;overflow:hidden;display:none}.aw_cursor_pointer,.awselect .back_face ul li a{-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);float:left}.awselect .back_face.overflow{overflow-y:scroll}.awselect .back_face ul{margin:0;float:left;padding:0;width:100%}.awselect .back_face ul li{float:left;width:100%;display:block}.awselect .back_face ul li a{color:inherit;opacity:.8;width:100%;transition:.4s cubic-bezier(.19,1,.22,1)}.awselect .back_face ul li a:hover{background:rgba(0,0,0,.07);opacity:1}.awselect.animate{z-index:9999}.awselect.animate .front_face .icon{transform:rotate(0) translateY(-50%)}.awselect.animate>.bg{height:100%}.awselect.animate2>.bg{box-shadow:0 11px 43px 11px rgba(0,0,0,.11)}.awselect.animate2 .back_face{transform:translateY(0);opacity:1}.awselect.hasValue .front_face .placeholder{transform:translateY(20px);opacity:0}.awselect.placeholder_animate .front_face .current_value{opacity:0}.awselect.placeholder_animate2 .front_face .placeholder{transform:translateY(0);opacity:1}.awselect.transition_paused{transition:none!important}.aw_cursor_pointer{width:20px;height:20px;border-radius:100%;background:#ddd;overflow:hidden;padding:5px;transition:.4s cubic-bezier(.19,1,.22,1);transform:scale(.5)}.aw_cursor_pointer .inner{float:left;width:100%;height:0%;background:#fff;border-radius:100%;-webkit-transition:.4s cubic-bezier(.19,1,.22,1);-moz-transition:.4s cubic-bezier(.19,1,.22,1);-o-transition:.4s cubic-bezier(.19,1,.22,1);transition:.4s cubic-bezier(.19,1,.22,1)}.aw_cursor_pointer.animate{transform:scale(1)}.aw_cursor_pointer.animate .inner{height:100%}
/* End */


/* Start:/local/templates/main_template/components/bitrix/search.title/search/style.css?15690026452234*/
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:10%;
}

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;
    white-space:nowrap;
    width:1%;
    display: none;
}

table.title-search-result td {
    background-color:white;
    color:black;
    font-weight:normal;
    padding-top:2px;
    padding-bottom:2px;
    text-align:left;
    white-space:nowrap;
}

table.title-search-result td.title-search-item {
    padding-left:8px;
    padding-right:15px;
}

table.title-search-result td.title-search-item a {
    padding-left:4px;
    padding-right:15px;
    text-decoration: none;
    color:black;
    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;
    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;
}

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_template/components/bitrix/search.title/search/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}
/* End */


/* Start:/local/templates/main_template/styles.css?15690024733*/
﻿
    /* End */


    /* Start:/local/templates/main_template/template_styles.css?156900247367661*/
    /*! normalize.css v1.1.3 | MIT License | git.io/normalize */

    /* ==========================================================================
HTML5 display definitions
========================================================================== */

    /**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**4
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/

[hidden] {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */

/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Address `font-family` inconsistency between `textarea` and other form
* elements.
*/

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
* Address margins handled incorrectly in IE 6/7.
*/



/* ==========================================================================
Links
========================================================================== */

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    /*outline: thin dotted;*/
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

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

/* ==========================================================================
Typography
========================================================================== */

/**
* Address font sizes and margins set differently in IE 6/7.
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}


h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
    font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Address styling not present in IE 6/7/8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
* Address margins set differently in IE 6/7.
*/

p,
pre {
    margin: 0 0 15px 0;
    padding: 0;
}

/**
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
* Address CSS quotes not supported in IE 6/7.
*/

q {
    quotes: none;
}

/**
* Address `quotes` property not supported in Safari 4.
*/

q:before,
q:after {
    content: '';
    content: none;
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Lists
========================================================================== */

/**
* Address margins set differently in IE 6/7.
*/

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
* Address paddings set differently in IE 6/7.
*/

menu,
ol,
ul {
    padding: 0 0 0 20px;
}

/**
* Correct list images handled incorrectly in IE 7.
*/

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */

/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */

/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */

/**
* Correct margin displayed oddly in IE 6/7.
*/

form {
    margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
*    and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 3+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

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

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}
table td, table th {
    padding: 0;
    border: none 0;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    line-height: normal !important;
}
input[type="text"],
input[type="password"],
textarea {
    outline: none;
    resize: none;
}
a {
    outline: none;
    color: #6d000b;
    text-decoration: none;
}

a img {
    border: none;
}
.clear  {
    clear: both;
    display: block;
}
.hidden {
    display: none !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.tac {
    text-align: center;
}
.mobile_hide, .mobile_bn {
    display: none;
}
.bx-core-adm-dialog, .bx-core-adm-dialog a, .bx-core-adm-dialog span, .bx-core-adm-dialog div {
    vertical-align: middle !important;
}
#bx-panel, #bx-panel a, #bx-panel span, #bx-panel div {
    vertical-align: middle !important;
}
/* RESET END */

html {
    height: 100%;
}
body {
    color: #16191f;
    font-size: 14px;
    height: 100%;
    line-height: 1.43;
    font-family: 'Roboto', sans-serif;
    overflow-x:hidden;
}
.wrapper {
    min-height: 100%;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
    text-align: left;
    color: #16191f;
    margin: 22px 0 20px 0;
}
.blue h2 {
    color: #000;
    margin-top: 0;
    padding-top: 64px;
}
h2 a {
    color: #16191f;
    transition: 0.3s all;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #16191f;
}

.blue h2 a {
    color: #fff;
    transition: 0.3s all;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.blue h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.center {
    width: 1140px;
    margin: 0 auto;
    margin-bottom:15px;

}
.side-shadow{
    box-shadow: 16px 0px 8px -10px rgb(0 0 0 / 25%), -16px 0px 8px -10px rgb(0 0 0 / 25%);
    margin-bottom: -40px;
    padding-bottom: 20px;
}

.center-752 {
    width: 752px;
    height: 100%;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #545b64;
}
.top_nav {
    line-height: 28px;
    text-align: center;
    font-size: 13px;
}
.top_nav a {
    text-decoration: none;
    color: #545b64;
    margin: 0 12px;
}
.gray {
    background-color: #f2f2f2;
    padding: 1px;
}
.header {
    padding: 21px 0 5px;

    background-size: cover;
}
.logo {
    width: 80px;
    height: 54px;
    background: url(/local/templates/main_template/images/NG2020-RED-MAYAK.svg) left center no-repeat;
    background-size: contain;
    float: left;
    margin-right: 12px;
    position: relative;
    top: -7px;
}
/*.logo {
width: 54px;
height: 80px;
background: url(/local/templates/main_template/images/logo-newyear.png) left center no-repeat;
background-size: contain;
float: left;
position: relative;
top: -24px;
}*/

.logo-fix{
    width: 160px;
    height: 56px;
    background: url(/local/templates/main_template/images/logotype_scroll.svg) left center no-repeat;
    float: left;
    margin-right: 7px;
    border-radius: 99px;
    background-size: contain;
}
/*.logo-fix {
width: 26px;
height: 48px;
background: url(/local/templates/main_template/images/logo-newyear-white.png) left center no-repeat;
float: left;
margin-right: 7px;
border-radius: 99px;
top: -11px;
position: relative;
background-size: contain;
}}*/
.details-fix{float: left;width: auto;padding: 0;display: block;text-decoration: none;text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif;}
.nav-fixed>.container>.row>.logo-fixed-block{display: -webkit-box;display: -ms-flexbox;display: flex;}
.logo-fixed-block{display: none}
.callback {
    text-decoration: none;
    float: right;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.1px;
    text-align: center;
    color: #f51b14;
    width: 154px;
    height: 38px;
    border-radius: 20px;
    border: 1.5px solid #f51b14;
    box-sizing: border-box;
    margin-top: 18px;
}
.header_contacts {
    text-align: center;
    width: 15%;
}
.phone {
    text-decoration: none;
    color: #16191f;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    border-bottom: 1px dotted #16191f;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.phone:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('/local/templates/main_template/images/phone.svg') center no-repeat;
    background-size: contain;
    left: -25px;
    top: 4px;
}
.export_logo {
    background: url("/local/templates/main_template/images/RussianExporter-2.png?1") left center no-repeat;
    background-size: contain;

    height: 20px;
    width: 100px;
}
.sku_link {
    display: inline-block;
    padding: 3px 10px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
    background: #fff;
    color: #6d000b;
    text-decoration: none;
    border-radius: 50px;
    margin-bottom: 5px;
    border: 1px solid #6d000b;
}
.sku_link-active, .sku_link:hover {
    background: #6d000b;
    color: #fff;

}
.address {
    float: right;
    margin-right: 80px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: right;
    position: relative;
    margin-top: 25px;
}
.address-clickable {
    cursor: pointer;
}
.address:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 18px;
    background: url('/local/templates/main_template/images/location.svg') center no-repeat;
    background-size: contain;
    left: -25px;
    top: 1px;
}
.export_logo_wrap {
    float: right;
    margin-right: 75px;
    margin-top: 27px;
    padding-right: 16px;
}
.city_select__title {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.1px;
}
.city_select__selected_city {
    margin-left: 5px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2px;
    position: relative;
    white-space: nowrap;
}
.city_select__selected_city:after {
    content: '';
    position: absolute;
    width:  9px;
    height: 6px;
    background: url('/local/templates/main_template/images/drop_down.svg') center no-repeat;
    background-size: contain;
    right: -16px;
    top: 7px;
}
.details {
    float: left;
    width: 250px;
    padding: 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile_filter {
    display: none;
}
.details_name {
    font-size: 9px;
    line-height: 1.14;
    text-align: left;
    color: #6d000b;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.details_name span {
    font-weight: 700;
    font-size: 30px;
}
.details_standards span {
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 8px;
}
.iso {
    float: left;
    height: 40px;
    width: 130px;
    margin-right: 10px;
    background: url("/local/templates/main_template/images/isoвразмер104х55.svg") center / contain no-repeat;
}
.rst {
    float: left;
    height: 40px;
    width: 130px;
    margin-right: 10px;
    background: url("/local/templates/main_template/images/rostestвразмер70х55.svg") center / contain no-repeat;
}
.exp {
    float: left;
    width: 140px;
    height: 40px;
    margin-right: 10px;
    background: url("/local/templates/main_template/images/reвразмер241х55.svg") center / contain no-repeat;
}
.iqnet {
    float: left;
    height: 40px;
    width: 150px;
    background: url("/local/templates/main_template/images/iq-netвразмер230х55.svg") center / contain no-repeat;
}
.details_standards {
    width: 100%;
    display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.footer_right_menu.w-100 {
    margin-top: 2px;
}
.footer_right_bottom{
    margin-top: 37px;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    width: 100%;
}
.blue {
    background-color: #6d000b;
}
.w-25{width:25%;}
.main_nav {
    float: left;
    position: relative;
}

.main_nav_li {
    position: relative;
    display: inline-block;
}
.main_nav_popup {
    background-color: #6d000b;
    left: 0;
    width: 490px;
    padding: 20px;
    top: 45px;
    z-index: 10;
    display: none;
    border-radius: 0 0px 5px 5px;
}

.main_nav_li:hover .main_nav_popup {
    display: block;
}
.main_nav_popup_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
}
.main_nav_popup_link:hover {
    color: #b3b3b3;
}
.header_nav_popup{
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}
.main_content_popup{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

.w-300{
    width: 300px;
}
.flex-column{
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
.main_nav_popup_link>img{
    margin-right: 8px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;transition: -webkit-transform 0.3s ease-in-out;-o-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: 99px;
}
.main_nav_popup_link:hover>img{
    transform: rotate(-10deg)
}
.ml-4{
    margin-left: 22px;
}
.w-50{
    width: 300px;
    left: -290px;
}


.color-r{
    color: #adadad;
}
.cart-header-fixed{
    display: none;
}
.nav-fixed>.container>.row>.cart-header-fixed{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    height: 64px;
    align-items: center;
    padding: 0px 7px 0px 7px;
}
.container{
    display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.db {
    display: block;
}
.mobile_navigation>.container>.row{
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.align-items-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.main_nav .main_nav_a {
    transition: 0.5s all;
    display: inline-block;
    padding: 9px 8px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    height: 45px;
}
.main_nav{
    width:100%;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 63px;
}

.main_nav_slider {
    position: absolute;
    width:75%;
    left: 12%;
    top: 8px;
    z-index: 10;
}
.main_nav_slider_width{
    width: 70%;
}
.main_nav .main_nav_a:hover {
    background: #ffffff30;
    color: #6d000b;
    -webkit-transform: translate(0px, -2px);-ms-transform: translate(0px, -2px);transform: translate(0px, -2px);
}
.main_nav .main_nav_a.selected {
    background-color: rgba(22, 25, 31, 0.4);
}
.main_nav.main_nav-search_opened .main_nav_a.selected {
    background: #244275;
}
.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    -webkit-box-shadow: 0px 2px 10px 2px #2d2d2d63;box-shadow: 0px 2px 10px 2px #2d2d2d63;
}
.line_right {
    float: right;
    padding: 21px 0 0;
    min-width: 320px;
}
.lk {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    margin-top: 2px;
    text-align: left;
    color: black;
    position: relative;
    margin-left: 27px;
    text-decoration: none;
}
.lk:before {
    content: '';
    position: absolute;
    width:  17px;
    height: 17px;
    background: url('/local/templates/main_template/images/user.svg') center no-repeat;
    background-size: contain;
    left: -27px;
    top: 0px;
}

.basket {
    float: right;
    position: relative;
    padding-left: 32px;
    text-decoration: none;
}
.basket:before {
    content: '';
    position: absolute;
    width:  20px;
    height: 18px;
    background: url('/local/templates/main_template/images/cart-white.svg') center no-repeat;
    background-size: contain;
    left: 0;
    top: 3px;
}
.nav-fixed>.container>.row>.cart-header-fixed>div>.bx-basket>.basket:before{
    background: url(/local/templates/main_template/images/cart-white.svg) center no-repeat;
}
.nav-fixed>.container>.row>.cart-header-fixed>div>.bx-basket>.basket>.basket_sum{
    color: #f5f5f5;
    font-size: 13px;
}
.nav-fixed>.container>.row>.cart-header-fixed>div>.bx-basket>.basket>.basket_items{
    color: #afafaf;
}
.basket_sum {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 2px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-align: left;
    color: #fff;
}
.basket_items {
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    text-align: left;
    color: #fff;
}

.line_right_top {
    width: 25%;
    margin-right: 10px;
    width:15%;
}


.bx-soa-pp-delivery-cost {
    display: none !important;
}
.search_wrap {
    width: 40px;
    height: 64px;
    margin-top: -21px;
    margin-right: -20px;
    float: right;
    position: relative;
}
.search {
    width: 40px;
    background: #244275;
    position: absolute;
    right: 0;
    height: 44px;
    overflow: hidden;
    padding: 10px 0;
    transition: 0.5s all;
}
.search form {
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    transition: 0.3s all;
}
.search_button {
    position: absolute;
    border: none;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
    transition: 0.3s all;
}
.search_button:focus {
    outline: none;
}
.search_button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    height: 16px;
    width: 16px;
    background: url('/local/templates/main_template/images/search.svg') center no-repeat;
    background-size: contain;
}
.search-opened {
    width: 870px;
    border: none;
}
.search-opened:before {
    background-position: left center;
}
.search_form_input {
    background: #fff;
    border: none;
    height: 24px;
    margin-top: 11px;
    box-sizing: border-box;
    width: 400px;
    padding: 0 5px;
}
.search-opened .search_form_input {
    border-bottom: 1px solid rgba(228, 232, 232, 0.8);
}
.search-opened .search_button {
    left: 400px;
}
.search.search-opened form {
    padding-left: 0;
}
.line_right__separator {
    float: right;
    margin: 0 20px;
    height: 24px;
    border-left: 1px solid #e4e8e8;
}
.main_slide {
    height: 470px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    margin: 0.5%;
}
.main_slide>.center{display: -webkit-box;display: -ms-flexbox;display: flex;}
.slide_content {
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 28px 30px 30px 30px;
    -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;display: -webkit-box;display: -ms-flexbox;display: flex;
    border-radius: 0px 0px 65% 0px;
}
.slide_content>.slide_block{width: 100%;
    position: relative;
    right: 8%;
    top: 9%;
    text-align: center;}
.slide_title {
    display: none;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 11px;
}
.slide_text {
    display: none;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-align: left;
    color: #f7f7f7;
    margin-bottom: 36px;
}
a.slide_link:hover:before {
    left: 230px;
    transition: .5s ease-in-out;
}
a.slide_link:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: -75px;
    transform: skewX(-45deg);
}
.slide_link {
    font-size: 20px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 75px 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid #6d000b;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #6d000b;
    transition: .2s ease-in-out;
}
.slide_link:hover {
    color: #fff;
    background-color: #6d000b;
}
.shop_description h1 {
    font-size: 16px;
    line-height: 1.28;
    padding: 24px 0;
    text-align: center;
    color: #cacaca;
    margin: 0;
    font-weight: 400;
}
.catalog_sections {
    margin-bottom: 56px;
    display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.catalog_section {
    padding: 10px 25px 0;
    display: block;
    float: left;
    width: 382px;
    margin: -1px;
    box-sizing: border-box;
    border: 2px solid #e4e8e8;
    text-decoration: none;
    height: 285px;
    position: relative;
}
.catalog_section:hover {
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.14);
}
.catalog_section-last {
    margin-right: 0;
    border-right: 2px solid #e4e8e8;
}
.catalog_section-bottom {
    border-bottom: 2px solid #e4e8e8;
}
.catalog_section_picture {
    display: block;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: auto;
}
.catalog_section_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: left;
    color: #16191f;
    display: block;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
}
.catalog_section_name:before {
    content: '';
    position: absolute;
    width:  8px;
    height: 12px;
    background: url('/local/templates/main_template/images/chevron_left.svg') center no-repeat;
    background-size: contain;
    right: -8px;
    bottom: 3px;
}
.for_footer {
    height: 340px;
}
.footer {
    background-color: #6d000b;
    padding-top: 15px;
    box-sizing: border-box;
    margin-top: -340px;
    height: auto;
    -webkit-box-shadow: -2px 0px 10px 2px #2d2d2d63;box-shadow: -2px 0px 10px 2px #2d2d2d63;
}
.footer_logo {
    margin-bottom: 10px;
    width: 300px;
    height: 50px;
    margin-right: 25px;
    display: block;
    float: left;
    background: url('/local/templates/main_template/images/footer-logo-white.png') center no-repeat;
    background-size: contain;
}
.footer_contacts {
    float: left;
    width: 35%;
    padding-top: 28px;
}
.footer_address {
    opacity: 0.8;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}
.contain-inform{
    display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
    margin-bottom: 15px;
}
.footer_contacts_link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
    text-align: left;
    color: #ffffff;
    display: inline-block;
}
.footer_nav {
    float: right;
    width: 26%;
    margin-left: 40px;
    padding-top: 20px;
}
.footer_nav__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 24px;
}
.footer_nav a {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
}
.footer_line {
    padding: 25px 0;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}
.footer_line_separator {
    margin: 0 10px;
}
.footer_line_link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.advantage {
    float: left;
    width: 285px;
    height: 320px;
    box-sizing: border-box;
    padding: 55px 30px 30px 40px;
    margin-bottom: 64px;
}
.advantage-1 {
    background: #fafafa url("/local/templates/main_template/images/box.svg") 175px bottom no-repeat;
    background-size: 130px;
}
.advantage-2 {
    background: #e4e8e8 url("/local/templates/main_template/images/box-2.svg") 175px bottom no-repeat;
    background-size: 130px;
}
.advantage-3 {
    background: #fafafa url("/local/templates/main_template/images/label.svg") 175px bottom no-repeat;
    background-size: 130px;
}
.advantage-4 {
    background: #e4e8e8 url("/local/templates/main_template/images/discount.svg") 175px bottom no-repeat;
    background-size: 130px;
    margin-right: 0;
}
.advantage-1:hover {
    background: #fafafa url("/local/templates/main_template/images/box-blue.svg") 175px bottom no-repeat;
    background-size: 130px;
}
.advantage-2:hover {
    background: #e4e8e8 url("/local/templates/main_template/images/box-2-blue.svg") 175px bottom no-repeat;
    background-size: 130px;
}
.advantage-3:hover {
    background: #fafafa url("/local/templates/main_template/images/label-blue.svg") 175px bottom no-repeat;
    background-size: 130px;
}
.advantage-4:hover {
    background: #e4e8e8 url("/local/templates/main_template/images/discount-blue.svg") 175px bottom no-repeat;
    background-size: 130px;
    margin-right: 0;
}
.advantage_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0.2px;
    text-align: center;
    color: #16191f;
    position: relative;
    margin-bottom: 10px;
}
.advantage-main{background-color: #f1f1f1;
    padding: 2% 0; }
.advantage_text {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: center;
    color: #545b64;
    padding: 0 9%;
}
.items_slider_wrap {
    margin: 0 -10px 30px;
}
.item_card_wrap {
    padding: 10px;
}
.item_card {
    position: relative;
    box-sizing: border-box;
    padding: 25px 15px 20px 15px;
    border: 1px solid #e4e8e8;
    border-radius: 2px;
    background: #fff;
    position: relative;
    top: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.item_card:hover {
    top: -3px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.14);
}
.item_card_catalog {
    width: 279px;
    float: left;
    margin: 0 24px 24px 0;
}
.items_slider_wrap .item_card_catalog {
    margin-right: 14px;
}
.catalog-section {
    margin: 0 -5px;
}
.item_card_catalog-section .item_card__title {
    text-align: center;
}

.search_wrapper .item_card_catalog {
    float: none;
    margin-right: 8px;
}
.mr-0 .item_card_catalog {
    margin-right: 0;
}
.item_card__picture {
    width: 147px;
    margin: 0 auto 26px;
    height: 116px;
    display: block;
}
.item_card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    color: #000000;
    margin-bottom: 6px;
    display: block;
    text-decoration: none;
}
a.item_card__title:hover{
    text-decoration: none;
    color: #6d000b;
}
.item_card__text {
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #545b64;
    margin-bottom: 11px;

}

.item_card__price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.3px;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    color: #6d000b;
    padding: 0 0 10px 0;
    font-weight: 800;
}
.item_card__price-null {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.filter_checkbox {
    display: none;
}
.filter_checkbox_left {
    display: block;
    float: left;
    width: 20px;
}
.filter_checkbox_right {
    display: block;
    float: left;
    width: 100px;
}
.filter_checkbox_left {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 5px 5px 0 0;
}
.filter_checkbox:checked + .filter_checkbox_left {
    border: 1px solid #244275;
    background-color: #244275;
    position: relative;
}
.filter_checkbox:checked + .filter_checkbox_left:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 1px;
    top: 1px;
    border-radius: 1px;
}
.item_card__buy_one {
    padding: 0 15px;
    font-size: 13px;
    margin-right: 8px;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
    color: #6d000b;
    border: 1px solid #6d000b;
    line-height: 38px;
    border-radius: 20px;
    text-decoration: none;
}
.item_card__buy_one:hover {
    color: #b60013;
    border: 1px solid #b60013;
    text-decoration: none;
}
.item_card__buy {
    border: 0;
    outline: none;
    line-height: 40px; font-size: 14px;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    background: #6d000b;
    background-size: 17px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.item_card__buy:hover {
    background: #b6000d;
    background-size: 17px;
    text-decoration: none;
    color: #fff;
}
.item_card__more {
    border: 0;
    outline: none;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    background: #6d000b;
    background-size: 17px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.item_card__more:hover {
    background: #b60013;
    text-decoration: none;
    color: #fff;
}
.item_card__search {
    float: left;
}
.history_bg {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}
.history_main_image {
    height: 40vw;
    background: url("/o-zavode/history_bg.jpg") center no-repeat;
    background-size: cover;
    margin-top:10px;
}
.title__sertificates{
    color: #ffffff;
}
.history_year {
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #6d000b;
    position: relative;
    width: 65px;
    margin: 64px auto 20px;
}
.history_year:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    left: -25px;
    top: 20px;
    background: #6d000b;
}
.history_year:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    right: -25px;
    top: 20px;
    background: #6d000b;
}
.history_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1px;
    text-align: center;
    color: #16191f;
    margin: 20px 0;
}
.history_accent {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #6d000b;
    border-left: 2px solid #6d000b;
    padding: 14px 15px;
    max-width: 320px;
    margin: 25px 0;
}
.history_img {
    max-width: 100%;
    margin: 30px 0 4px;
}
.img_description {
    font-size: 12px;
    line-height: 1.33;
    color: #545b64;
    text-align: right;
    margin-bottom: 30px;
}
.history_half {
    margin-right: 24px;
    width: 364px;
    float: left;
}
h1, .like-h1 {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #16191f;
    margin: 37px 0 20px;
}
.history_bg h1 {
    text-align: center;
    margin: 0 0 6px;
    padding-top: 10px;
}
.news_item_box {
    height: 208px;
    border-radius: 2px;
    border: 1px solid #e4e8e8;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    padding: 24px 20px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.news_item_box:hover {
    margin-top: -3px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.14);
}
.news_item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: left;
    color: #16191f;
    height: 60px;
    text-decoration: none;
    display: block;
}
.news_item_title:hover {
    text-decoration: underline;
    color: #940413;
}
.news_item_link {
    color: #520008;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    position: absolute;
    right: 35px;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.news_item_box:hover .news_item_link {
    opacity: 1;
}
.news_item_link:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(/local/templates/main_template/images/chevron_left.svg) center no-repeat;
    background-size: contain;
    right: -15px;
    top: 4px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.news_item_link:hover:after {
    right: -18px;
}
.news_item_text {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #545b64;
}
.news_item_date {
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.29;
    text-align: right;
    color: #545b64;
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.news_item_box_wrap {
    padding: 10px;
}
.news_list_slider_wrap {
    margin: 0 -10px 30px;
}
.blue .news_list_slider_wrap {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.side {
    float: left;
    width: 231px;
}
.side-lk {
    float: left;
    width: 200px;
}

.content {
    float: right;
    width: 885px;
}
.side_block {
    background: #fff;
    border: 1px solid #e4e8e8;
    border-radius: 1px;
    padding: 24px 10px 24px 10px;
}
.side_block-nav {
    margin-bottom: 15px;
}
.side_block_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #16191f;
    padding-left: 10px;
    margin: 10px 0 5px;
    position: relative;
}
.catalog_nav_first__title {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #16191f;
    position: relative;
    padding-left: 30px;
    margin-top: 18px;
    margin-bottom: 6px;
    text-decoration: none;
    display: block;
}
div.catalog_nav_first__title:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    left: 15px;
    top: calc(50% - 2px);
    background: url(/local/templates/main_template/images/drop_down.svg) center no-repeat;
    background-size: contain;
}
.catalog_nav_first__title.opened:before {
    transform: rotate(180deg);
}
.catalog_nav_second .catalog_nav_link {
    position: relative;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: left;
    color: #545b64;
    display: block;
    text-decoration: none;
    transition: 0.3s all;
    padding: 8px 0 8px 30px;
    margin: 0 -1px 0 -15px;
    border-radius: 15px;
}
.catalog_nav_second .catalog_nav_link:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 15px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #244275;
}
.catalog_nav_second .catalog_nav_link.selected, .catalog_nav_second .catalog_nav_link:hover {
    background: #244275;
    border-radius: 15px;
    background-color: rgba(36, 66, 117, 0.1);
    padding: 8px 0 8px 30px;
    margin: 0 -1px 0 -15px;
}
.catalog_nav_second .catalog_nav_link.selected:before {
    left: 15px;
}
.catalog_nav_first__title.selected {
    background: #244275;
    border-radius: 15px;
    background-color: rgba(36, 66, 117, 0.1);
    padding: 8px 0 8px 30px;
    margin: 0 -1px 0 0px;
}
.catalog_nav_second {
    padding-bottom: 6px;
    padding-left: 15px;
    display: none;
}
.form_logo {
    height: 72px;
    margin-bottom: 25px;
    background: url('/local/templates/main_template/images/NG2020-RED-MAYAK.svg') center no-repeat;
    background-size: contain;
}
.form_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    text-align: center;
    color: #16191f;
    margin-bottom: 12px;
}
.form_result {
    display: none;
}
.popup_form {
    width: 364px;
    padding: 24px 45px 32px;
    box-sizing: border-box;
}
.input-text {
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #e4e8e8;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 16px;
    text-align: left;
    color: #333;
    position: relative;
    border-radius: 5px;
}
.input_wrap {
    position: relative;
}
.input_wrap-phone:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("/local/templates/main_template/images/phone-gray.svg") center no-repeat;
    background-size: contain;
    left: 13px;
    top: 13px;
    z-index: 1;
}
.input_wrap-person:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/local/templates/main_template/images/user-gray.svg") center no-repeat;
    left: 13px;
    top: 13px;
    z-index: 1;
}
.input_wrap .input-text{
    padding-left: 35px;
}
::-webkit-input-placeholder {color:#bbc5c6;}
::-moz-placeholder          {color:#bbc5c6;}
:-moz-placeholder           {color:#bbc5c6;}
:-ms-input-placeholder      {color:#bbc5c6;}

.agreement {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #aab7b8;
    margin-bottom: 12px;
}
.submit {
    border-radius: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #4c0008;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0 70px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.submit:hover {
    outline: none;
    background-color: #b60013;
}
.submit:focus {
    outline: none;
}
.guaranty_note {
    border-top: 1px solid rgba(170, 183, 184, 0.5);;
    margin-bottom: 40px;
    line-height: 1.29;
    padding-top: 16px;
    text-align: left;
    font-size: 14px;
    color: #545b64;
}
.certificate {
    width: 170px;
    height: 240px;
    margin-bottom: 64px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.certificate__description {
    position: absolute;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    bottom: -50px;
    transition: 0.3s all;
}
.certificate:hover .certificate__description {
    opacity: 0.9;
}
.half {
    float: left;
    width: 50%;
}
.map_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    overflow: visible;

}
.map {
    height: 174px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}
.map_contacts {
    padding: 15px 15px 0 15px;
    border-radius: 0 0 20px 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}
.map_link {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: left;
    color: #16191f;
    text-decoration: none;
    display: inline-block;
}
.map_email:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 13px;
    background: url("/local/templates/main_template/images/mail-blue.svg") center no-repeat;
    background-size: contain;
    left: 0px;
    top: 5px;
}
.map_phone:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("/local/templates/main_template/images/phone-red.svg") center no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.map_address {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: left;
    color: #16191f;
    margin-bottom: 10px;
    margin-left: 30px;
    position: relative;
}
.map_address:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 18px;
    background: url("/local/templates/main_template/images/location-red.svg") center no-repeat;
    background-size: contain;
    left: -27px;
    top: 0;
}
.footer_form {
    width: 328px;
}

.footer_form .agreement {
    text-align: left;
}

.footer_form .submit {
    margin: 0;
    padding: 0 36px;
}
.margin_before_footer {
    margin-bottom: -20px;
}
.bx-breadcrumb-item {
    display: inline-block;
}
.bx-breadcrumb-item a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: left;
    color: #16191f;
    text-decoration: none;
}
.bx-breadcrumb-item span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: left;
    color: #545b64;
}
.fa.fa-angle-right {
    font-size: 12px;
    margin: 0 5px;
}
.bx-breadcrumb {
    margin: 10px 0 30px;
}
.item_detail_right {
    width: 40%;
    float: right;
}
.item_detail_left {
    width: 55%;
    float: left;
}
.item_detail_price {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: #6d000b;
    margin: 10px 0 30px 0;
}
.item_detail_section_link {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    line-height: 1;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
    color: #244275;
    border-bottom: 1px solid rgba(36, 66, 117, 0.5);
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.item_detail_section_link:hover {
    text-decoration: none;
    border-bottom: 1px solid #244275;
}
.item_detail_right h1 {
    margin-bottom: 0;
}
.characteristics_block {
    width: 850px;
    margin: 60px auto;
}
.item_detail_characteristics {
    width: 100%;
}
.item_detail_characteristics td {
    border: 1px solid #e3e8e8;
    padding: 10px 15px;
}
.item_detail_characteristics tr:nth-child(odd) td {
    background-color: #f2f2f2;
}
.item_detail_characteristics td:nth-child(1) {
    border-right: none;
}
.item_detail_characteristics td:nth-child(2) {
    border-left: none;
    text-align: right;
}
.characteristics_block_title {
    margin-bottom: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.1px;
    text-align: left;
    color: #16191f;
}
.center table {
    border-collapse: collapse;
}
.center table td {
    border: 1px solid #e4e8e8;
    padding: 10px;
}
.more_photo_item {
    height: 75px;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
}
.more_photo_item-active {
    border: 1px solid #e3e8e8;
}
.more_photo_item_picture {
    height: 57px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.more_photo_left {
    width: 75px;
    float: left;
}
.more_photo_right {
    width: 80%;
    height: 364px;
    float: left;
}
.photo_item {
    width: 364px;
    height: 364px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: 0 auto;
}
.buy_block {
    /*border: 1px solid #e4e8e8;*/
    /*border-radius: 2px;*/
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);*/
    /*margin-bottom: 10px;*/
}
.buy_block_title {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #16191f;
    margin-bottom: 8px;
}
.buy_block_power {
    margin-bottom: 10px;
}
.buy_block_quantity {
    float: left;
    width: 143px;
}
.buy_block_button {
    float: left;
    width: 135px;
}
.buy_block_button .item_card__buy {
    width: 100%;
    display: block;
    margin-top: 16px;
}
.buy_block_quantity_value {
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #e4e8e8;
    float: left;
    width: 64px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 5px;
}
.buy_block_quantity_quantity {
    width: 18px;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    float: left;
}
.product-item-amount-description-container {

}
.product-item-amount-description-container span {
    display: block;
    color:#6d000b;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.choose_power {
    position: relative;
    display: inline-block;
    line-height: 38px;
}
.choose_power:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    background: url('/local/templates/main_template/images/drop_down.svg') center no-repeat;
    background-size: contain;
    right: -16px;
    top: 17px;
}

.buy_one_click_text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #545b64;
    margin-right: 20px;
}

.buy_block_button .item_card__buy_one {
    margin-right: 0;
    width: 100%;
}
.buy_one_click_text {
    float: left;
    width: 305px;
    box-sizing: border-box;
    padding: 5px 0 0 0;
}
.btn {
    border-radius: 40px;
    background-color: #6d000b;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    background-color: #c61610;
    outline: none;
}
.button-blue {
    padding: 8px 30px;
    border-radius: 40px;
    background-color: #244275;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    border: none;
    transition: 0.3s all;
}
.button-blue:focus {
    outline: none;
}
.button-blue:hover {
    background-color: #1d335c;
}
.tablebodytext {
    display: none;
}
.search-page .input-text {
    width: 500px;
    margin-right: 15px;
}


.awselect {
    /*font-size   : 14px;*/
    /*line-height : 25px;*/
}
.awselect .front_face > .bg {
    background: #fff !important;
}
.awselect .front_face .icon {
    transform: rotate(0) translateY(-50%);
    right: -10px;
}
.awselect.animate .front_face .icon {
    transform: rotate(180deg) translateY(-50%);
}
.awselect .front_face {
    padding: 10px 20px !important;
    box-sizing: border-box;
}


/*.buy_block_power,*/
/*.buy_block_power *:not(.bg) {*/
/*box-sizing: border-box;*/
/*}*/
/*.buy_block_power .awselect .front_face {*/
/*padding-left: 10px !important;*/
/*}*/
.awselect .back_face ul li a {
    padding : 3px 20px !important;
    box-sizing: border-box;
}
/*.buy_block_power__select-wrapper {*/
/*!*width: 95px;*!*/
/*!*margin-left: -10px;*!*/
/*}*/
.lk_nav_wrap {
    margin-top: 40px;
}
.lk_section_link {
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #16191f;
    padding: 6px 0 6px 15px;
    width: 200px;
}
.lk_section_link:hover{
    background-color: #6d000b;
    color: #fff;
}
.v-lk-nav-block div:first-child .lk_section_link{
    border-radius: 0 20px 0 0;
}
.v-lk-nav-block div:last-child .lk_section_link{
    border-radius: 0 0 20px 0;
}
.lk_section_link.selected {
    background-color: #6d000b;
    color: #fff;
}
.lk_section_link.selected-top{
    border-radius: 0 20px 0 0;
}
.lk_section_link.selected-center{
    border-radius: 0 0 0 0;
}
.lk_section_link.selected-footer{
    border-radius: 0 0 20px 0;
}
.personal_data_form {
    max-width: 450px;
    padding: 0 6px;
}
.sale-personal-profile-list-change-button {
    border-bottom: none;
}
.sale-personal-profile-list-change-button:hover{
    border-bottom: none;
}
.sale-profile-detail-form .dropdown-block.bx-ui-sls-input-block {
    box-sizing: border-box;
    height: 36px;
}
.del_filter {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-align: center;
    color: #545b64;
    background: #fff;
    border: none;
    display: block;
    margin: 0 auto;
}
.set_filter {
    margin-bottom: 12px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 38px;
    box-sizing: border-box;
    background: #fff;
    letter-spacing: 0.1px;
    text-align: center;
    color: #f51b14;
    border-radius: 20px;
    border: solid 1px #ff0000;
}

.custom_checkbox {
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #545b64;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
input[type="checkbox"]:checked + .custom_checkbox {
    background: #244275;
    border: 1px solid #244275;
}
.radio label, .checkbox label {
    padding-left: 0;
}
.russian_exporter {
    height: 20px;
    margin-top: 20px;
    background: url("/local/templates/main_template/images/RussianExporter.png?1") left center no-repeat;
    background-size: contain;
}
.stockholder_item {
    float: left;
    width: 270px;
    margin-right: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #e4e8e8;
    padding: 25px 15px 20px 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    min-height: 140px;
}
.stockholder_item .item_card__buy_one {
    display: inline-block;
    margin-top: 20px;
}
.certificate-on_page {
    display: inline-block;
    margin: 0 17px 17px 0;
}
a:hover, a:focus {
    text-decoration: none;
}
.dealer {
    position: relative;
    background: #fff;
    padding: 20px 25px;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    width: 365px;
    margin: 0 20px 20px 0;
}
.dealer_region_wrapper {
    display: none;
}
.dealer_region_title span {
    border-bottom: 1px dashed #16191f;
}
.dealer_region_title {
    margin: 20px 0 0 0;
    cursor: pointer;
    font-size: 18px;
}
.dealer_region_title:hover {
    opacity: 0.7;
}
.dealer_region_wrapper h3 {
    margin: 0;
    padding: 15px 0;
}
.dealer_line {
    position: relative;
    padding-left: 20px;
}
.dealer_location:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    background: url(/local/templates/main_template/images/location-red.svg) center no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.dealer_phone:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 15px;
    background: url(/local/templates/main_template/images/phone-red.svg) center no-repeat;
    background-size: contain;
    left: 0;
    top: 3px;
}
.dealer_email:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/local/templates/main_template/images/mail-blue.svg) center no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.dealer_site:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url('/local/templates/main_template/images/global.svg') center no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.dealer_name {
    font-weight: bold;
    margin-bottom: 10px;
}
.dealers_bg {
    padding: 50px 0;
    background-color: #f2f2f2;
}
.dealer_certificate {
    margin-top: 10px;
}
.price_link {
    border-bottom: 1px solid #000;
}
.basket-items-list-table th {
    padding: 0 12px;
}
.separator {
    padding: 0 10px;
}
.logout_block {
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #efecec;
}
.basket-item-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: initial;
    margin: 0 auto;
}
.basket-item-image-link {
    position: relative;
    display: block;
    width: 88px;
    height: 88px;
}
.hide_on_desktop {
    display: none;
}
.item_card_labels {
    position: absolute;
    left: 0;
    top: 0px;
}
.item_card_label {
    padding: 8px 8px;
    margin-bottom: 5px;
    color: #6d000b;
    display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
    font-size: 12px;
    border-radius: 0px 0px 9px 9px;
    font-weight: 600;
}
.img-mr-1{width: 17px;height: 17px; margin-right: 5px;position: relative;bottom: 2px;}
.set_filter:focus {
    outline: none;
}
.label-new {
    background: #f7f7f7b3;
}
.label-sale_leader {
    background: #f7f7f7b3;
}
.label-special {
    background: #f7f7f7b3;
}
.mobile_navigation .callback {
    display: none;
    float: left;
    margin-top: 14px;
    margin-left: 20px;
    background: #fff;
    border-color: #244275;
    color: #244275;
}
.nav-fixed .callback {
    display: block;
}
.to_top {
    z-index: 9;
    cursor: pointer;
    left: 30px;
    bottom: 140px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.to_top:hover {
    bottom: 145px;
}
.to_top:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
    left: 10px;
    top: 9px;
    background:  url('/local/templates/main_template/images/chevron_left.svg') center / contain no-repeat;
}
.tabs_header {
    background-color: #f2f2f2;
    border: 1px solid #e4e8e8;
    margin-bottom: 30px;
}
.tab_title {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.tab_title-active, .element_tab:hover {
    color: #b60013;
}
.tab {
    display: none;
}
.section_description-closed {
    position: relative;
    height: 90px;
    overflow: hidden;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.section_description_button {
    border: 1px solid #dddddd;
    border-radius: 50px;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 47px);
    cursor: pointer;
    display: none;
}
.section_description-closed:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: linear-gradient(to top, #f2f2f2, rgba(255, 255, 255, 0)) 0% 0% / cover;
}
.section_description_wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.sort_left {
    float: left;
    width: 530px;
}
.sort_right {
    float: right;
    margin-top: 34px;
    width: 350px;
    text-align: right;
}
.sort_label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #545b64;
}
.sort_select_wrap {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.header__cities-block {
    position: relative;
}

.header__cities-list {
    display: none;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    background: #fff;
    color: #000;
    z-index: 15;
    padding: 40px 49px 20px;
    top: 40px;
    right: -20px;
    box-shadow: 0 -5px 20px 20px rgba(0, 0, 0, 0.07);
    width: 500px;
}

.header__cities-list h2 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin: 0;
}

.header__cities-list:before,
.header__cities-close {
    content: ' ';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;

}

.header__cities-list:before {
    background: #fff;
    top: -7px;
    right: 40px;
    transform: rotate(136deg);
}

.header__cities-close {
    background: url('/local/templates/main_template/images/close.svg') no-repeat center;
    background-size: 100%;
    top: 40px;
    right: 40px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.header__cities-close:hover {
    opacity: 1;
}

.header__cities-count {
    opacity: 0.4;
    font-size: 12px;
    margin-bottom: 20px;
}

.header__cities-auto {
    font-size: 13px;
    color: #967D71;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.header__cities-items {
    padding: 20px 0 0;
    border-top: 1px solid #d4bcb078;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.header__cities-item {
    opacity: 0.8;
    margin-bottom: 5px;
    width: 33.3%;
}

.header__cities-item a {
    color: #000;
    display: inline-block;
    transition: all 0.3s;
    line-height: 26px;
}

.header__cities-item:hover a,
.header__cities-item.active a {
    color: #244275;
}

.header__cities-search {
    position: relative;
}


.catalog_hover>.catalog_section>.catalog_section_picture{
    -webkit-transition: -webkit-transform 0.5s ease-in-out;transition: -webkit-transform 0.5s ease-in-out;-o-transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.catalog_hover:hover>.catalog_section>.catalog_section_picture{
    -webkit-filter: blur(4px);filter: blur(4px);
}
.catalog_hover:hover>.catalog_section>.catalog_section_name{
    z-index: 99;
    -webkit-transform: rotate(-90deg) translate(148px, -165px);
    -ms-transform: rotate(-90deg) translate(148px, -165px);
    transform: rotate(-90deg) translate(148px, -165px);
    padding-left: 25px;
}
.catalog_section_name{
    -webkit-transition: -webkit-transform 0.5s ease-in-out;transition: -webkit-transform 0.5s ease-in-out;-o-transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    z-index: 99;
}

.header__cities-search .loupe {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 37px;
    right: 15px;
    cursor: pointer;
}

.header__cities-search .city-clear {
    display: none;
    position: absolute;
    top: 35px;
    right: 40px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    opacity: 0.3;
    transition: all 0.3s;
}

.header__cities-search .city-clear:hover {
    opacity: 0.8;
}
.old_price {
    text-decoration: line-through;
    font-size: 20px;
    color: #545b64;
}
.item_card__price-old {
    text-decoration: line-through;
    font-size: 16px;
    color: #545b64;
    margin-bottom: 0;
}
.clear-2 {
    display: none;
}
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #244275;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #6d000b;
    color: #fff;
}
.catalog-nav > ul > li > a {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #16191f;
    position: relative;
    margin-top: 18px;
    margin-bottom: 6px;
    text-decoration: none;
    display: block;
    padding-left: 30px;
}
.catalog-nav > ul > li > ul a {
    position: relative;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: left;
    color: #545b64;
    display: block;
    text-decoration: none;
    transition: 0.3s all;
    padding: 3px 0 3px 30px;
    margin: 0 -1px 0 -15px;
    border-radius: 15px;
}
.catalog-nav ul {
    padding: 0 0 0 15px;
    list-style-type: none;
}
.catalog-nav > ul {
    padding: 0;
}
.catalog-nav > ul ul {
    display: none;
}
.catalog-nav a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 15px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #6d000b;
}
.catalog-nav .link_parent:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    left: 13px;
    top: calc(50% - 2px);
    background: url('/local/templates/main_template/images/drop_down.svg') center no-repeat;
    background-size: contain;
}
.link_active {
    background: #ffe2e5;
    border-radius: 15px;
    background-color: #ffe2e5;
    padding: 8px 0 8px 30px;
}
.recommend_wrapper .item_card_wrap {
    float: left;
    padding: 0;
}
.recommend_wrapper .item_card_catalog {
    margin-right: 14px;
}
.recommend_wrapper .item_card_catalog[data-key="3"] {
    margin-right: 0;
}
.container{
    max-width:1140px;
    margin: 0 auto;
}











.catalog_hover>.catalog_hover_text{-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;position: absolute;display: -webkit-box;display: -ms-flexbox;display: flex;z-index: 9;background-color: #ffffffdb;}
.catalog_hover{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 33%;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.catalog_hover_text{visibility: hidden;opacity: 0}
.catalog_hover:hover>.catalog_hover_text{visibility: visible;position: absolute;display: -webkit-box;display: -ms-flexbox;display: flex;z-index: 9;background-color: #ffffff80;opacity:1}
.catalog_hover_text>ul{list-style-type: none;}
.catalog_hover_text>ul>li{line-height: 1rem;margin-bottom: 7%;}
.catalog_hover_text>ul>li>a{text-align: left;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;}
.catalog_hover_href{color: black;}
.catalog_hover_href:hover{color: #6d000b;}
.catalog_hover_href:hover>img{-webkit-transform: rotate(90deg) translate(0px, 5px);-ms-transform: rotate(90deg) translate(0px, 5px);transform: rotate(90deg) translate(0px, 5px);}
.catalog_hover_href>img{-webkit-transition: -webkit-transform 0.5s ease-in-out;transition: -webkit-transform 0.5s ease-in-out;-o-transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}
.row{height: auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;}
.logo_block{position: relative; height: 20px;
    top: 6px; width: 30%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.search_big{width: 25%;}
button.button-red:before{content: "";right: -3px;height: 16px;width: 16px;position: absolute;top: 12px;left: 10px;background: url(/local/templates/main_template/images/Поиск.svg);background-position: center;background-size: contain;background-repeat: no-repeat;}
.button-red{position: relative;height: 42px;width: 95px;background-color: #6d000b;color: white;border-radius: 20px;border: 1px solid #6d000b;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;text-align: right;padding-right: 13px;}
#title-search-input{left: 17px;width: 60%; border-color: #333939;}
#title-search-input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color:#333939;}
#title-search-input::-moz-placeholder { /* Firefox 19+ */  color: #333939;}
#title-search-input:-ms-input-placeholder { /* IE 10+ */  color: #333939;}
#title-search-input:-moz-placeholder { /* Firefox 18- */  color: #333939;}
.button-red:hover{background-color: #b60013;border: 1px solid #b60013;}
.cart-header{margin-left: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.top-bar{display: -webkit-box;display: -ms-flexbox;display: flex;background-color: #f2f2f2;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.w-100{width: 100%}
.email_footer,.phone_footer{display: -webkit-box;display: -ms-flexbox;display: flex;}
.footer_right_block{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 64%;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.d-flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.line_bg{background: url(/local/templates/main_template/images/linia-na-site.svg);background-size: contain;background-repeat: repeat-x;background-position: right;height: 50px;}
.flex-wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.sale>a>img{height: 45px;width: 45px;position: fixed;bottom: 36%;left: 30px;opacity: 0.8;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.sale:hover>a>img{opacity: 1;-webkit-transform: rotate(45deg) scale(1.1);-ms-transform: rotate(45deg) scale(1.1);transform: rotate(45deg) scale(1.1);}
.servis>a>img{height: 45px;width: 45px;position: fixed;bottom: 30%;left: 30px;opacity: 0.8;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.servis:hover>a>img{opacity: 1;-webkit-transform: rotate(45deg) scale(1.1);-ms-transform: rotate(45deg) scale(1.1);transform: rotate(45deg) scale(1.1);}
.cart-headers{display: none}
.owl-carousel{z-index: 0;}
.flex-img>img{width: 134px;height: 60px;background-color: white;padding: 21px;border-radius: 74px;}
.flex-img{text-align: center;}
.row-advantage{display: -webkit-box;display: -ms-flexbox;display: flex}
.advantages-block{width: 25%;padding: 0 1%;}
.advantages-block>.flex-img>img{-webkit-transition: -webkit-transform 0.5s ease-in-out;transition: -webkit-transform 0.5s ease-in-out;-o-transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out;transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}
.advantages-block:Hover>.flex-img>img{-webkit-transform: translate(0px, -15px);-ms-transform: translate(0px, -15px);transform: translate(0px, -15px);}
.nav-fixed>.container>.row>.main_nav>.main_nav_li>.main_nav_a{font-size: 13px;}
.top-bar-contain{background-color: #f2f2f2;}
.news{background: #ffffff;}
.mob-logo-style{margin: 0; margin-bottom: -4px;}
.catalog_hover:hover>.catalog_section>.catalog_section_name::before{    content: '';
    width: 20px;
    height: 20px;
    background: url(/local/templates/main_template/images/LOGO_SVG.svg) center no-repeat;
    background-size: contain;
    right: 305px;
    bottom: 3px;
    top: 0px;
    -webkit-transform: rotate(87deg);
    -ms-transform: rotate(87deg);
    transform: rotate(87deg);}
/* End */
/* /local/templates/main_template/js/owl.carousel/owl.carousel.min.css?15690026605313 */
/* /local/libs/awesome-select-master/package/css/awselect.min.css?15690024703582 */
/* /local/templates/main_template/components/bitrix/search.title/search/style.css?15690026452234 */
/* /local/templates/main_template/styles.css?15690024733 */
/* /local/templates/main_template/template_styles.css?156900247367661 */
.nav-fixed>.container>.row>.main_nav{width: 70%;}
.main_nav_a{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
/*
.nav-fixed>.container>.row>.main_nav>.icon_nav_1:before {
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Площадочник360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.icon_nav_1>.main_nav_a:before{
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Площадочник360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 4px;
}
.nav-fixed>.container>.row>.main_nav>.icon_nav_2:before {
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Глубинник360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.icon_nav_2>.main_nav_a:before{
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Глубинник360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 4px;
}
.nav-fixed>.container>.row>.main_nav>.icon_nav_3:before {
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Виброрейка360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.icon_nav_3>.main_nav_a:before{
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Виброрейка360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 4px;
}
.nav-fixed>.container>.row>.main_nav>.icon_nav_6:before {
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/transform.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.icon_nav_6>.main_nav_a:before{
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/transform.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 4px;
}
.nav-fixed>.container>.row>.main_nav>.icon_nav_9:before {
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Электродвигатель360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.icon_nav_9>.main_nav_a:before{
content: '';
width: 40px;
height: 64px;
background: url(/local/templates/main_template/images/Электродвигатель360pxБелый.svg);
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 4px;
} */
.nav-fixed>.container>.row>.main_nav>.main_nav_li{
    width: 8%;
    cursor: pointer;
}
.search_big>#title-search>form{display:-webkit-box;display:-ms-flexbox;display:flex;}
.footer_right_line.shop_description{background: linear-gradient(to top, #6d000b, #4c0008);}

.bx_filter .bx_filter_section{
    border: 0px solid #e1f5fb !important;
    background:#00000000;
}
.bx_filter .bx_filter_search_button{
    border: 1px solid rgb(109, 0, 11) !important;
    background: #6d000b !important;
    border-radius: 15px !important;
    color: #ffffff;
}
.bx_filter .bx_filter_search_button:hover{
    background: #ffffff !important;
    color: #84000b;
}

h2.sale-order-list-title{
    margin: 8px 0;
}

.sale-order-list-title, .sale-order-list-accomplished-title{
    color: #ffffff;
}
.cart-header-fixed>.bx-basket.bx-opener>a.basket>.basket_sum{
    color: #f5f5f5;
}
.cart-header-fixed>.bx-basket.bx-opener>a.basket>.basket_items{
    color: #afafaf;
}
.cart-header-fixed>.bx-basket.bx-opener>a.basket:before{background: url(/local/templates/main_template/images/cart-white.svg) center no-repeat;}
.wrapper>.center>.content>h2{background-color: #6d000b;color: white;padding: 14px 15px;}
.sale-order-list-payment{
    padding:0;
}

.innova_slider_my_btn {
    position: relative;
    left: -1%;
    top: 9%;
}


.innova_slide_innerH1 {
    display: none;
}

a.innova_slider_btn:hover:before {
    left: 230px;
    transition: .5s ease-in-out;
}

a.innova_slider_btn {
    color: #6d000b;
    transition: .2s ease-in-out;
    border-color: #6d000b;
    border: 2px solid #6d000b;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
}

a.innova_slider_btn:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: -75px;
    transform: skewX(-45deg);
}
.innova_slider_btn {
    font-size: 20px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 75px 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid #6d000b;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #6d000b;
    transition: .2s ease-in-out;
}
.innova_slider_btn:hover {
    color: #fff;
    background-color: #6d000b;
}
.header_slider {
    margin-top: -15px;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-left.b24-widget-button-visible {
    left: 75px;
}

.feedborder::before {
    content: "";
    background-image: url(/local/templates/main_template/images/letter.png);
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -22px;
    top: 0px;
}


.header__popup {
    margin-left: 20px;
    width: 100px;
}


.feedborder{
    color: #6d000b;
    position: relative;
    width: 75px;
    left: 32px;
    top: 11px;
    font-size: 10px;
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1;
}
.feedbatt{
    width: 100px;
    height: 42px;
    background-color: #ffffff;
    border: solid 2px #6d000b;
    border-radius: 35px;
    box-sizing: content-box;
}

.f__feedback{
    box-sizing: border-box;
    width: 360px;
    height: 100px;
    border-radius: 35px 20px 20px 20px;
    background-color: #ffffff;
    position: relative;
    top: -23px;
    font-size: 14px;
    display: none;
    left: -255px;
    z-index: 99999;
}
iframe#bx_form_iframe_17 {
    border-radius: 20px;
    box-shadow: 0 0 5px;

}

.f__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index:999;
}
.f__close-img {
    width: 30px;
}

.footer__popup {
    position: relative;
    left: 0;
}
.header__popup:hover{
    cursor: pointer;
}
.footer__popup:hover{
    cursor: pointer;
}
.footer__popup .f__feedback {
    top: -560px;
    z-index: 99999;
    left: -2px;
}

.footer__f-button{
    color:#6d000b;
    width: 200px;
    font-size: 16px;
}
.footer__f-button:before{

    content: "";
    background-image: url(/local/templates/main_template/images/letter.png);
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    top: 0px;
}

.footer__feedback-button {
    width: 200px;
    border: solid 0 #6d000b;
}
.center.d-flex.flex-wrap {
    padding: 0 16px;
}
.footer__popup .f__feedback.ppactive{
    display: block;
}
.footer__popup .f__close{
    display:block;
}
.map__cont {
    height: 176px;
    left: 0px;
    position: relative;
    top: -2px;
}

.footer__lin {
    height: 7.3vw;
    display: flex;
}
.footer__lin-bl1{
    width:7%;
    margin: auto 0;
}
.footer__lin-bl2{
    width: 25%;
    margin: auto 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: #6d000b;
    bottom: -18px;
    left: 32px;
}
.footer__lin-bl3{
    width:53%;
    margin: auto 0;
}
.footer__lin-bl4{
    width: 15%;
    position: absolute;
    bottom: 0;
    transform: translateY(44%);
    right: 30px;
    background-color: #6d000b;
}
.footer__lin-bl5{
    width:7%;
    margin: auto 0;
}
.footer__lin-bl1 div{
    height: 0.2vw;
    background-color: #FEFEFE;
    width: 100%;
}
.footer__lin-content{
    font-size: 22px;
    font-weight: 800;
    color: #FEFEFE;
    text-transform: uppercase;
}
.footer__lin-bl3 div{
    height: 0.2vw;
    background-color: #FEFEFE;
    width: 100%;
}
.footer__lin-img{
    width: 100% !important;
}
.footer__lin-bl5 div{
    height: 0.2vw;
    background-color: #FEFEFE;
    width: 100%;
}
/*a.logo {
display: inline-block;
transform-origin: 50% 0px;
animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform:rotate(0deg);
    }
    25% {
        -webkit-transform:rotate(5deg);
    }
    50% {
        -webkit-transform:rotate(0deg);
    }
    75% {
        -webkit-transform:rotate(-5deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
    }
}
@keyframes spin {
    0% {
        transform:rotate(0deg);
    }
    25% {
        transform:rotate(5deg);
    }
    50% {
        transform:rotate(0deg);
    }
    75% {
        transform:rotate(-5deg);
    }
    100% {
        transform:rotate(0deg);
    }
}
.display-flex{
    display:flex;
}
.slider__mobile{
    display:none;
}
.main_nav_li.icon_nav_0 {
    animation: sale 1500ms infinite;
    animation-delay: .5s;
}

.footer__popup .f__feedback.ppactive{
    display: block;
}
.header__popup .f__feedback.ppactive{
    display: block;
}


.display-none{
    display:none !important;
}
.display-block{
    display:block !important;
}
.display-flex{
    display:flex !important;
}
.shares{
    display: inline-block;
    width: 100%;
}
.shares__content {

}
.share {
    display: none;
    border-radius: 10px;
}
.share__bannerfirst img{
    width:100%;
    height: 167px;
}
.share__head{
    display: none;
    padding-left: 0;
    padding-right: 0;
}
.share__bannersecond img{
    width:100%;
}
.share__block {
    border: solid 2px #6d000b;
    padding: 10px;
    border-radius: 10px;
}
.share__product{
    display:none;
    margin-top: 20px;
}
.share__active{
    display:block;
    padding: 5px;

}
.share__content {
    display: flex;
    justify-content: space-between;
}
.share__name {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    display: flow-root;
    height: 70px;
}
.share__date {
    margin: auto 0;
    color: #000000;

}

.share__link {
    padding: 10px 20px;
    background-color: #6d000b;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;

}
.share__link a{
    color: inherit;
}
.shares__title {
    font-size: 26px;
    font-weight: 800;
    color:#000000;
    cursor:pointer;
}
.share__active-full{
    display:block;
}
.share__active-100{
    width:100%;
}
.share__product-title {
    font-size: 20px;
    font-weight: 800;
}
.share__head__cont span{
    font-size: 18px;
    font-weight: 600;
}
.header__podCategoria{
    display:none;
}
.vb__navbar {
    display: none;
}
.wrapper {
    min-height: 0;
}
.logo-fixed-block{
    width: auto;
    padding: 0;
}

.formb24_buyOneClick{
    position: fixed;
    z-index: 999999;
    display: none;
    max-width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.formb24_buyOneClick_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.formb24_buyOneClick_close-img {
    width: 30px;
    height: 30px;
}

.w-340{
    width: 340px;
    left: -290px;
}
.box-sizing__content{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tabs_header__mob{
    display: none;
}
.tab__arrow__right{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #000000;
    border-bottom: 5px solid transparent;
    position: relative;
    margin: auto 15px;
}
.tab__arrow__bottom{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 10px solid #000000;
    border-right: 5px solid transparent;
    position: relative;
    margin: auto 15px;
}
.tabs_header__mob{
    display: none;
}
.wishes__bottom{
    display: block;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0px;
    margin: 0px ;
    outline: none !important;
    filter: none !important;
    transform: none !important;
    z-index: 1000000001 !important;
    position: fixed !important;
    /*inset: auto auto 20px 27px;*/
    bottom: 49px;
    left: 30px;
    width: 62px;
    height: 62px;
    zoom: 1;
    background-color: #6d000b;
}

.wishes__img{
    width: 60px;
    height: 60px;
}
.formb24__wishes{
    display: none;
    position: fixed;
    z-index: 999999999;
    max-width: 500px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.formb24__wishes-f{
}
.formb24__wishes__close {
    display: block;
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
}
.formb24__wishes__close-img {
    width: 30px;
}
.back__ground{
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    position: fixed;
    height: 100%;
}

.pulse {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #6d000b;
    border-radius: 50%;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
    background-color: #6d000b;
    z-index: -9;
    opacity: 0.4;
    top: -7px;
    left: -6px;
}

.pulse-1 {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #6d000b;
    border-radius: 50%;
    -webkit-animation: widgetPulse infinite 2s;
    animation: widgetPulse infinite 2s;
    z-index: -9;
    top: 1px;
    left: 3px;
}
.footer__nav{
    display: none;
}
.frame__footer{
    border: 2px solid #FEFEFE;
    border-radius: 20px;
    padding-bottom: 20px !important;
    position: relative;
}
.margin__bottom-0{
    margin-bottom: 0;
}
.b24-widget-button-inner-container {
    border: 3px solid #ffffff;
    border-radius: 50px;
}
.inf__div__description {
    justify-content: space-between;
    display: flex;
}
.inf__img__description{
    height: 80px;
    margin: auto;
    padding: 2%;
}
.item__card__title__section {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.item_card__text__section{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}
.item_card__price{
    height: 30px;
}
.item_card__title_sectionlist{
    height: 40px;
}
.item_card__img {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
}
.item_card__border{
    border: 2px solid #6b000d;
    border-radius: 20px;
    background-color: #6d000b;
    width: 50px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
    cursor: pointer;
}
.item_card__border:hover{
    background-color: #ad000b;
    border-color: #ad000b;
}
.item_card__border_order{
    width: 85px;
}
.item_card__border_order span{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    color: #fff;
    width: 60px;
    text-align: center;
    line-height: 1.2;
    height: 28px;
}
.item_card__overall_dimension{
    display: none;
    position: absolute;
    background-color: #fff;
    top: 0;
    max-width: 380px;
}
.item_card__overall_dimension td{
    padding: 0 !important;
}
.footer_nav__1{
    margin-left:20px;
    width: 34%;
}
.footer_nav__2{
    margin-left:20px;
}
.footer_nav__3{
    margin-left:20px;
}
.advantages{
    margin: 0 10px 5px;
    padding-top: 5px;
    max-width: 1024px;
}
.advantages__block{
    margin-right: 15px;
}
.advantages__title{
    text-align: left;
    font-size: 10px;
    font-weight: 100;
    color: #6d000b;
    background-color: #f0f0f0;
}

.advantages__content{
    display: none;
    position: absolute;
    width: 270px;
    padding: 5px;
    color: #000;
    font-weight: 100;
    background-color: #f0f0f0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 10;
    margin-bottom: 5px;
    text-align: left;
    font-size: 10px;
    border-radius: 5px;
}
.slider_advan{
    max-width: 1024px;
}

.slider_advan .slick-track {
    display: flex;
}

.advantages__center{
    margin-bottom: 5px;
    padding: 0 !important;
    position: relative;
    z-index: 10;
}
.lk__block {
    display: flex;
}
.lk__img{
    width: 25px;
    height: 22px;
    margin: auto;
    background-image: url('/local/templates/main_template/images/user.svg');
    background-repeat: no-repeat;
}
.lk__content{
    color: #000;
    text-decoration: none;
    line-height: 1;
    margin: auto 5px;
    top: 0;
    bottom: 0;
    position: relative;
}
.lk__content:hover{
    color:#000;
}
.trade_offers{
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 66px;
    left: 5px;
    right: 5px;
    border-radius: 10px;
    width: 257px;
}

.offers__block{
}
.offer__buy{
    padding: 5px;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    background-color: #f0f0f0;
    height: 50px;
}
.offer__name {
    font-size: 13px;
    color: #000000;
}
.offer__price {
    display: block;
    color: #6d000b;
    font-weight: 600;
    font-size: 18px;
    float: right;
}
.prod__to__basket{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 25px;
    border: 2px solid #6d000b;
    z-index: 1000;
}
.prod__to__basket .logo{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.prod__to__basket .close{
    position: absolute;
    top: 7px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 1;
    cursor: pointer;
}
.prod__to__basket div{
    position: absolute;
    bottom: 0;
    text-align: center;
    font-weight: 600;
}
.block__but__sec {
    display: flex;
    justify-content: space-between;
}
.item_card__one_clic_order{
    background-color: #ffffff;
    font-weight: 800;
    border:1px solid;
}
.item_card__one_clic_order:hover{
    background-color: #ffffff;
    border-color: #ad000b;

}
.item_card__one_clic_order:hover span{
    color: #ad000b;;
}
.item_card__one_clic_order span{
    color: #6d000b;
    font-size: 12px;
}
.cat__element .product_description__overall_dimensions img{
    max-height: none !important;
}
.product_description__overall_dimensions h2{
    background-color: #fff;
}
.product_description__overall_dimensions table{
    background-color: #fff;
}
.product_description__overall_dimensions{
    cursor: zoom-in;

}
.overall__big {
    position: fixed;
    top: 65px ;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1000px;
    max-height: 600px;
    z-index: 9;
    cursor: zoom-out ;
    overflow: scroll;
    border: 1px solid #6d000b;
    border-radius: 10px 0 0 0;
    padding: 10px;
    background-color: #fff;
}
.overall__big img{
    max-height: none !important;
    max-width: 1000px !important;
}
.item_card__more{
    background-color: #fff;
    border: 1px solid #6d000b;
}
.item_card__characteristics {
    background-color: #fff;
    border: 1px solid #6d000b;
}
.but__sec-right {
    display: flex;
}
.card__more__img{
    width: 23px;
    height: 23px;
    background-image: url(/local/templates/main_template/images/eye-red.svg);
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 13px;
    position: absolute;
}
.item_card__more:hover {
    background: #6d000b;
    text-decoration: none;
    color: #fff;
}
.item_card__more:hover .card__more__img{
    background-image: url(/local/templates/main_template/images/eye-white.svg);
}
.item_card__characteristics:hover{
    background-color: #6d000b;
}
.card__charac__img__open{
    width: 23px;
    height: 23px;
    background-image: url(/local/templates/main_template/images/drawing-red.svg);
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 13px;
    position: absolute;
}
.item_card__characteristics:hover .card__charac__img__open{
    background-image: url(/local/templates/main_template/images/drawing-white.svg);
    background-color: #6d000b;
}
.card__charac__img__close{
    width: 23px;
    height: 23px;
    background-image: url(/local/templates/main_template/images/close-red.svg);
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 13px;
    position: absolute;
    background-size: cover;
}
.item_card__characteristics:hover .card__charac__img__close{
    background-image: url(/local/templates/main_template/images/close-white.png);
    background-color: #6d000b;
}
.item_card__img {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
}
.news_list_close_img{
    width: 20px !important;
}
.news_list_logo{
    width: 50px !important;
}
.item_card__overall_dimension{
    overflow: scroll;
    height: 85%;
}
.lk-title{
    position: relative;
    font-size: 24px;
    line-height: 1;
    background: transparent!important;
    padding: 0!important;
    display: inline-block;

}
.lk-title span {
    width: max-content;
    height: 43px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 33px) 100%, 0 100%);
    /* padding-left: 15px!important; */
    color: #333939!important;
    background: #F0F0F0!important;
    display: block;
    line-height: 1.7;
    margin-left: 38px;
    text-align: center;
    padding: 0px 40px 0 30px;
    box-sizing: content-box;
}
.lk-title:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 0;
    background-image: url(/local/templates/main_template/images/logo_lk.png);
    transform: translateY(-50%);
    background-size: contain;
}
.lk-title-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-center-lk {
    margin: 0 auto;
    float: inherit;
}
.lk-page-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #333939;
    width: 376px;
    margin-left: 10px;
}
.lk-mob-nav{
    display:none;
}
@media (max-width: 1550px){
    .innova_slider_my_btn {
        top: 5%;
    }
}

@media (max-width: 1300px){
    .innova_slider_my_btn {
        top: 0;
    }
}

@media (max-width: 1200px) {
    .nav-fixed>.container>.row>.cart-header-fixed{
        height: auto;
        width: 110px;
    }
    .cart-header {
        margin-left: 10px;
    }
}


@media (max-width: 1180px){
    .center {
        width: 100%;
    }
    .logo_block {
        padding-left: 10px;
        padding-right: 0;
        width: 220px;
    }
    .details {
        width: 170px;
    }
    .details_name span {
        font-size: 20px;
    }
    a.innova_slider_btn {
        font-size: 10px;
    }
    .innova_slider_my_btn {
        top: -5%;
    }
    .mob-logo-style{ margin-bottom: 0px;}
    .line_right_top {
        width: 20%;
    }
    .header_contacts {
        width: 20%;
    }
    .footer__lin-bl2{
        bottom: -1.4vw;
    }
    .footer__lin-content{
        font-size: 1.8vw;
    }
    .frame__footer{
        width: auto;
        margin: 0 15px;
    }
    .content-lk{
        padding-right:20px;
    }
}
@media (max-width: 1140px) {
    .row-advantage{
        -ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    }
    .advantages-block{    width: 30% !important;
        margin-top: 20px;
        margin-bottom: 20px;}
    .content {
        width: 65%;
    }


    .inf__img__description{
        height: 6vw;
    }
    .content-lk{
        width: calc(100% - 240px);
    }
}

@media(max-width: 1120px){
    .side {
        width: 28%;
        margin-right: 10px;
    }
    .side-lk {
        margin-right: 10px;
    }
    .innova_slider_my_btn {
        top: -7%;
    }
    .search_big {
        padding: 0;
    }
    .header_contacts{
        padding: 0;
        width: 15%;
    }
    .header__popup{
        padding: 0;
        margin-left:0;
    }
    .line_right_top{
        padding: 0;
    }

}

@media (max-width: 1085px) {
    .nav-fixed>.container>.row>.main_nav>.main_nav_li>.w-50{
        left: 0px;
    }
    .nav-fixed>.container>.row>.main_nav>.main_nav_li>.main_nav_popup{
        width: 291px;
    }
    .main_nav_popup {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    .main_content_popup.fixed {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 960px){
    .w-50{
        left: 0px;
    }
}

@media(max-width: 930px){
    .main_nav_slider_width{
        width: 67%;
    }
    .search_big {
        width: 25%;
    }
    .header_contacts {
        width: 20%;
    }
    .innova_slider_my_btn {
        top: -11%;
    }
    .footer__line__display-block{
        display: block !important;
    }
    .footer__data__line{
        display: block;
        margin-bottom: 5px;
    }
    .footer_line_separator{
        display: none;
    }
    .main_nav_popup.fixed{
        width: 400px;
    }
}

@media (max-width: 850px){
    a.innova_slider_btn {

    }
    .innova_slider_my_btn {
        top: -15%;
    }
    .header__popup {
        margin-left: 5px;
        margin-right: 5px;
    }
    .characteristics_block{
        width: auto;
    }
}

@media (max-width: 768px) {
    .clear-2 {
        display: block;
    }
    .cart-headers>div>.bx-basket.bx-opener>.lk:before{background: url(/local/templates/main_template/images/user-gray.svg) center no-repeat;top: 0px;}
    .cart-headers>div>.bx-basket.bx-opener>.lk{color: white;}
    .cart-headers>.bx-basket.bx-opener>.basket:before{background: url(/local/templates/main_template/images/cart-white.svg) center no-repeat;}
    .cart-headers>.bx-basket.bx-opener>.basket>.basket_sum{color: #fff;}
    .cart-headers>.bx-basket.bx-opener>.basket>.basket_items{color: #fff;}
    .main_nav{height: auto;}
    .line_right_top{display: none;}
    .line_bg{height: 80px !important;background-size: cover !important;}
    .cart-headers{width: 50%;}
    .top-bar{display: none !important}
    .catalog_hover:hover>.catalog_hover_text{
        background-color: #ffffffe8;
    }
    .advantages-block{width: 35% !important;}
    .logo_block{
        width: 100% !important;
        -webkit-box-pack: center;-ms-flex-pack: center;padding-left: 30%;
        position: unset;
        top: 6px;
    }
    .search_big,.cart-header,.header_contacts{
        display: none !important;
    }
    .clear-3 {
        display: none;
    }
    .cart-headers>.bx-basket>.lk:before{background: url(/local/templates/main_template/images/user-gray.svg) center no-repeat;top: 0px;}
    .cart-headers>.bx-basket>.lk{text-align: left;margin-left: 30px;color: #f1f1f1;}
    .cart-headers>.bx-basket{margin-top: 10px;}
    .catalog_hover:hover>.catalog_section>.catalog_section_name{
        -webkit-transform: rotate(0deg) translate(0px, 20px);
        -ms-transform: rotate(0deg) translate(0px, 20px);
        transform: rotate(0deg) translate(0px, 20px);
    }
    .details {
        width: auto;
        float: none;
    }
    .mobile_navigation>.container>.row{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: end;padding: 0px 25px;}
    .cart-headers{padding-top: 15px;display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding-right: 25px;}
    .cart-headers>div>.bx-basket>.basket::before{
        background: url(/local/templates/main_template/images/cart-white.svg) center no-repeat;
    }
    .cart-headers>div>.bx-basket>.basket>.basket_sum,.cart-headers>div>.bx-basket>.basket>.basket_items{color:#fff}
    .line_bg{background-size: cover;margin-top: 10px;}
    .footer_right_menu{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
    .footer_right_block{width: 100% !important;     margin-top: 15px;}
    .catalog_hover:hover>.catalog_hover_text{
        height: auto;
        background-color: #ffffffcc;
    }
    .catalog_hover>.catalog_hover_text{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
        width: 45% !important;
    }
    .details_name {
        text-align: center;
        padding: 0;
        color: #f2f2f2;
        margin-bottom: 0px;
    }
    .mob-logo-style{
        display: none;
    }
    .details_name span {
        font-size: 20px;
        display: block;
        color: white;
    }
    .mar_center{
        margin-bottom: 0;
    }
    .mar_center2{
        margin-top: 0px;
    }
    .breadcrumb_wrapper {
        overflow: scroll;
    }
    .bx-breadcrumb {
        white-space: nowrap;
    }
    .basket-item-image-link {
        margin: 0 auto;
    }
    .basket-item-info-name {
        margin: 0 auto;
    }
    .basket-item-block-image {
        margin: 0;
        border: none;
    }
    #basket-root td {
        border: none;
    }

    .basket-checkout-block-total {
        text-align: right;
    }
    .item_card_catalog {
        width: 362px;
        margin: 5px;
    }
    .map_link {
        margin-bottom: 12px;
    }
    .buy_block {
        text-align: left;
    }
    .buy_block_power {
        float: none;
        width: auto;
    }
    .buy_block_power__select-wrapper {
        margin: 0 auto;
    }
    .buy_one_click_text {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 230px;
    }
    /*.buy_block_quantity {*/
    /*width: auto;*/
    /*float: none;*/
    /*display: inline-block;*/
    /*border: none;*/
    /*}*/
    /*.buy_block_button {*/
    /*float: none;*/
    /*height: auto;*/
    /*width: auto;*/
    /*float: none;*/
    /*display: inline-block;*/
    /*border: none;*/
    /*}*/
    /*.buy_block_button {*/
    /*float: none;*/
    /*height: auto;*/
    /*width: auto;*/
    /*}*/
    .buy_block_title {
        text-align: center;
    }
    .buy_block_button .item_card__buy {
        width: 120px;
        margin: 15px 0 0 0;
    }
    .tab_title {
        display: block;
    }
    .main_nav_li {
        display: block;
    }
    .hide_on_mobile {
        display: none;
    }
    .hide_on_desktop {
        display: block;
        margin-bottom: 20px;
    }
    .hide_on_desktop .like-h1 {
        margin: 10px 0 0;
    }
    .breadcrumb_wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 60px;
        margin-bottom: 10px;
    }
    .more_photo_item {
        float: left;
        width: 75px;
        margin: 0 10px 0 0;
    }
    .more_photo_left {
        float: none;
        width: auto;
    }
    .more_photo_right {
        float: none;
        width: auto;
    }
    .photo_item {
        width: auto;
    }
    .center {
        width: auto;
        padding: 0 16px;
        position: relative;
    }
    .center .center {
        padding: 0;
    }
    .basket-items-list-table th {
        display: none;
    }
    .main_slide {
        height: 206px;
        position: relative;
    }
    .slide_link{
        margin: -38px 20px;
        font-size: 13px;
    }
    .main-h1{
        padding: 0 20px;
        font-size: 12px;
    }
    .footer_contacts>.contain-inform{
        padding-bottom: 15px;
    }
    .slide_content {
        width: auto;
        position: absolute;
        top: 32px;
        bottom: 32px;
        left: 16px;
        right: 16px;
        padding: 15px;
        border-radius: 5%;
    }
    .slide_text {
        margin-bottom: 25px;
    }
    .shop_description {
        font-size: 16px;
        line-height: 1.25;
        padding: 16px;
    }
    .catalog_hover {
        width: 46% !important;
        float: left;
        height: auto;
        padding: 10px;
        margin-bottom: -2px;
        text-align: center;
    }
    .catalog_section_picture {
        height: 72%;
        width: 100%;
        display: block;
        margin: 0 auto 10px auto;
        vertical-align: middle;
    }
    .catalog_section_name {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        position: initial;
        display: block;
    }
    .mobile_filter {
        display: inline-block;
        background: #fff;
        text-decoration: none;
        color: #111;
        padding: 10px 20px;
        vertical-align: middle;
    }
    .catalog_section_name:before {
        display: none;
    }
    .margin_before_footer {
        padding-bottom: 40px;
    }
    h2 {
        font-size: 20px;
        line-height: 1.25;
    }
    .certificate {
        width: auto;
        height: 190px;
    }
    .half {
        float: none;
        width: auto;
    }
    .map_wrap {
        width: 100%;
        height: auto;
    }
    .footer_form {
        width: auto;
        padding-bottom: 60px;
    }
    .footer_logo {
        margin-right: 18px;
        width: 300px;
        height: 50px;
        float: none;
    }
    .footer_nav {
        float: none;
        width: 50%;
        margin: 0 0 20px 0;
        padding: 0;
        text-align: center;
        display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .footer {
        height: auto;
    }
    .footer_nav_wrapper {
        width: 100%;
    }
    .footer_line_link {
        display: block;
    }
    .footer_contacts {
        float: none;
        width: auto;
        position: relative;
    }
    .footer_address {
        width: 200px;
    }
    .footer_nav__title {
        margin-bottom: 10px;
        text-align: left;
    }
    .footer_nav_wrapper>div{
        text-align: left;
        margin-left: 0%;
    }
    .phone {
        margin: 0;
        text-indent: -99999px;
        border: none;
        color: #f9f9f9;
        left: 20px;
        visibility: hidden;
    }

    .phone:before {
        left: 0px;
        top: -3px;;
        /*display: none;*/
        width: 23px;
        height: 23px;
        visibility: initial;
        background: url(/local/templates/main_template/images/phone-white.svg) center no-repeat;
    }
    .callback,.address, .export_logo_wrap {
        display: none;
    }
    .logo {
        width: 26px;
        height: 26px;
        background: url(/local/templates/main_template/images/logo-mob.svg) center no-repeat;
        background-size: contain;
        margin: 0px 5px 0 0;
        top: auto;
    }

    /*.logo {
width: 39px;
height: 63px;
background: url(/local/templates/main_template/images/logo-newyear-white.png) center no-repeat;
background-size: contain;
margin: 0px 5px 0 0;
top: -14px;
}*/

    .header__cities-block {
        display: none;
    }
    .advantage {
        margin: 0 auto 60px auto;
        float: none;
    }
    .header {
        position: relative;
        padding: 16px 45px 3px;
        background-color: #6d000b;
        background-image: none;
    }
    .side {
        display: none;
    }
    .side-lk {
        display: block;
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        width: 266px;
        z-index: 1000;
        margin: 0;
    }
    .lk_nav_wrap{
        display:none;
    }
    .lk-mob-nav{
        display:block;
    }
    .v-lk-button-block {
        display: flex;
        flex-direction: row-reverse;
    }
    .v-lk-button-block .v-button{
        margin: 0 4px 0;
    }
    .lk-title-block {
        flex-direction: column;
    }
    .lk-page-description {
        margin-top: 124px;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
    .content {
        width: auto;
        float: none;
    }
    .bx-breadcrumb {
        padding-top: 24px;
        margin: 0 0 26px 0;
    }
    .guaranty_note {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .characteristics_block {
        width: auto;
    }
    .item_detail_left, .item_detail_right {
        float: none;
        width: auto;
    }
    .main_nav {
        float: none;
        width: auto;
        margin: 0 -16px;
        display: block !important;
    }
    .main_nav .main_nav_a {
        display:flex;
        line-height: 35px;
        padding: 0 16px;
        text-align: left;
        border-bottom: 1px solid rgba(22, 25, 31, 0.3);
        font-size: 17px;
    }
    .line_right {
        float: none;
        min-width: initial;
    }
    .line_right .bx-basket {
        float: none !important;
    }
    .search_wrap {
        float: none;
        width: auto;
        margin: 0;
    }
    .search {
        width: auto;
        position: relative;
    }
    .basket {
        display: inline-block;
        float: none;
    }
    .top_nav {
        display: none;
    }
    .items_slider_wrap .item_card_catalog {
        float: none;
        margin: 0 auto;
    }
    .advantages_title h2 {
        max-width: 190px;
        margin: 0 0 20px 0;
        padding-top: 50px;
    }

    /*.search_form_input {*/
    /*width: auto;*/
    /*border-bottom: 1px solid #fff;*/
    /*height: 24px;*/
    /*}*/

    .search_separator {
        border: none;
        height: initial;
        margin: 0;
        float: none;
        clear: both;
    }
    .lk {
        /*float: none;*/
        /*display: inline-block;*/
    }
    .mobile_navigation {
        display: none;
    }
    .js-main_slider .owl-nav {
        display: none;
    }
    .header_contacts {
        width: auto;
        display: block !important;
    }
    .main_nav_popup {
        display: none;
    }
    .popup_form {
        width: auto;
    }
    .submit {
        padding: 0 50px;
    }
    .fancybox-slide>* {
        margin: 0;
    }
    .city_select {
        display: none;
    }
    .buy_block_title {
        text-align: left;
    }
    .sort_left, .sort_right {
        float: none;
        width: auto;
    }
    .sort_right {
        margin: 0 0 30px 0;
        text-align: left;
    }
    .sort_label {
        display: none;
    }
    .sort_select_wrap {
        width: 182px;
    }






    .fancybox-slide {
        padding: 0 !important;
    }

    .hamburger {
        padding: 20px 10px;
        height: 18px;
        display: block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        left: 0;
        top: -2px;
        box-sizing: content-box;
    }
    .hamburger:focus {
        outline: none;
        background: transparent;
    }
    .hamburger:hover {
        opacity: 0.7; }
    .hamburger.is-active:hover {
        opacity: 0.7; }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: white;
    }

    .hamburger-box {
        width: 30px;
        height: 18px;
        display: inline-block;
        position: relative; }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 3px;
        background-color: #f2f2f2;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block; }
    .hamburger-inner::before {
        top: -7px; }
    .hamburger-inner::after {
        bottom: -7px; }

    /*
* Spring
*/
    .hamburger--spring .hamburger-inner {
        top: 2px;
        transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spring.is-active .hamburger-inner {
        transition-delay: 0.22s;
        background-color: transparent !important; }
    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg); }

    /*
* Spring Reverse
*/
    .hamburger--spring-r .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: 0.13s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spring-r .hamburger-inner::after {
        top: -14px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    }
    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spring-r.is-active .hamburger-inner {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    }
    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .innova_slide_block {
        background-size: cover;
    }
    a.innova_slider_btn {
        font-size: 6px;
    }
    .innova_slider_my_btn {
        top: -13%;
    }
    .header__popup {
        display:block;
        margin-left: -120px;
    }

    .header__popup .f__feedback.ppactive{
        display: block;
    }
    .f__close {
        display:block;
    }
    .f__feedback {
        top: 10px;
        left: -300px;
    }
    .header__popup {
        position: absolute;
        right: 50px;
    }

    .feedborder {
        width: 75px;
        left: 32px;
        top: 11px;
    }

    .feedborder-header::before {
        background-image: url(/local/templates/main_template/images/letter-white.png);
        width: 30px;
        height: 30px;
        top: -6px;
        color:#f9f9f9;
    }

    .feedbatt {
        width: 40px;
        height: 42px;
        background-color: #6d000b;
    }
    .footer__feedback-button{
        width: 200px;
        height: 42px;
        background-color: #ffffff;
    }
    .feedborder-span{
        display: none;
    }
    .footer__f-button {
        width: 200px;
    }
    .footer_right_bottom {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .header__podCategoria{
        display:block;
    }
    /* Навигация мобильная версия*/
    .content-center {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .vb__navbar {
        background-color: #6d000b;
        color: #ffffff;
        padding:0 15px;
        display: block;
        justify-content: space-between;
        -webkit-box-shadow: 0px 1px 3px 1px #2d2d2d63;
        box-shadow: 0px 1px 3px 1px #2d2d2d63;
    }
    .vb__navbar-button {
        margin-left: 10px;
        width: 40px;
    }
    .vb__logo{

    }
    .vb__logo__content{
        top: -3px;
        position: relative;
        width: 193px;
        left: 10px;
        margin: 0 auto;
    }
    .vb__logo__content-a{
        font-size: 18px;
        font-weight: 600;
        color: #ffffff !important;
        text-decoration: none;
        text-transform: uppercase;
    }
    .vb__logo__content-a:before{
        content: " ";
        width: 29px;
        height: 26px;
        top: 13px;
        display: inline-block;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/local/templates/main_template/images/logo-mob.svg);
        display: inline-block;
        transform-origin: 50% 0px;
        /*animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;*/
    }
    .vb__close{
        display: none;
    }
    .vb__close-button{
        background: url(/local/templates/main_template/images/close-white.png) center no-repeat;
        background-size: contain;
        width: 26px;
        height: 26px;
    }
    .vb__open{
        width: 40px;
        height: 40px;
        background-color: #6d000b;
        border-radius: 20px;
        left: -4px;
        position: relative;
    }
    .vb__button {
        position: relative;
        width: 25px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .button__line{
        height: 2px;
        width: 23px;
        background-color: #ffffff;
        border-radius: 2px;
    }
    .button__line:nth-child(2){
        margin:4px 0;
    }
    .vb__mail__feed {
        width: 26px;
        height: 26px;
        /*border: solid 2px #6d000b;*/
        border-radius: 35px;
        box-sizing: content-box;
    }
    .vb__mail__border {
        color: #6d000b;
        position: relative;
        font-size: 10px;
        font-weight: 800;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 1;
        width: 75px;
        left: 32px;
        top: 11px;
    }
    .vb__mail__border::before {
        content: "";
        width: 18px;
        height: 18px;
        top: -9px;
        left: -30px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        background-image: url(/local/templates/main_template/images/letter-white.png);
        color:#f9f9f9;
    }
    .vb__mail__border-span{
        display: none;
    }
    .form__feedback{
        box-sizing: border-box;
        font-size: 14px;
        display: none;
        left: 0;
        z-index: 99999999999;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 500px;
    }
    .form__feedback.display-block{
        display: block;
    }

    .form__close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 20px;
        display:block;
        z-index:999;
    }
    .form__close-img {
        width: 30px;
    }
    .lk{
        font-size: 12px;
        color: #ffffff !important;
        text-decoration: none;
        background-image: url(/local/templates/main_template/);
    }
    .lk:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/local/templates/main_template/images/user-white.svg) center no-repeat;
        background-size: contain;
        left: -25px;
        top: 9px;
        fill: #000000;
        transform: translateY(-50%);
    }

    .vb__auth span{
        display: none;
    }


    .vb__cart .basket:before {
        content: '';
        position: absolute;
        width: 23px;
        height: 21px;
        background: url(/local/templates/main_template/images/cart-white.svg) center no-repeat;
        background-size: contain;
        left: 3px;
        top: 15px;
        transform: translateY(-50%);
    }

    .vb__contacts .phone:before{
        width: 20px;
        height: 20px;
        top: 3px;
        left: -17px;
    }
    .vb__search{
        margin: 0 0 0 0;
        padding: 0 15px 0 0;
        display: none;
    }
    .vb__search #title-search-input {
        left: 0px;
        width: 60%;
        border-color: #333939;
    }
    .vb__search .button-red{
        left: -17px;
    }
    .vb__shares{
        display: none;
    }
    .navbar{
        background-color:#6d000b;
        display: none;
        padding-right: 0px;
    }
    .navbar a{
        color: #ffffff;
    }
    .navbar a:before{
        color: #ffffff;
    }
    .navbar__parent{
        display: none;
        color: #ffffff;
        padding:5px 0px;
        margin: 0;
    }
    .navbar__children{
        padding:10px;
        border-bottom: 1px solid;
        cursor: pointer;
    }
    .navbar__children:hover{
        background-color: #333939;
    }
    .navbar__right{
        width: 10px;
        height: 10px;
        background-image: url(/local/templates/main_template/images/arrow-right-new.svg);
        background-repeat: no-repeat;
        position: relative;
        margin: auto 0;
    }
    .navbar__left{
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #ffffff;
        border-bottom: 5px solid transparent;
        position: relative;
        margin: auto 0;
    }
    .navbar__content {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
    }
    .navbar__element-icon {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    .navbar__back {
        margin-left: 30px;
    }
    .ripple{
        animation: sale 1500ms infinite;
        animation-delay: .5s;
    }
    .b24-form-recaptcha {
        visibility: hidden;
        position: absolute;
    }
    .vb__search__content{
    }
    .vb__search__content #title-search-input {
        width: 100%;
        line-height: 40px;
        box-sizing: border-box;
        border: 1px solid #e4e8e8;
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 0 100px 0 16px;
        text-align: left;
        color: #333;
        position: relative;
        border-radius: 5px 20px 20px 5px;
    }
    .vb__search__content .button-red {
        background-color: #6d000b;
        color: white;
        border-radius: 20px;
        border: 1px solid #ffffff;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        text-align: right;
        padding-right: 13px;
        position: absolute;
        width: 95px;
        height: 42px;
        cursor: pointer;
        left: auto;
        transform: translateX(-94px);
    }
    .vb__search__content .button-red:before {
        content: "";
        right: -3px;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 12px;
        left: 10px;
        background: url(/local/templates/main_template/images/Поиск.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .vb__burger-str2{
        display: none;
        padding-right: 0px;
        margin-left: 0px;
        margin-top: 12px;
    }
    .header{
        display: none;
    }

    .back__circle{
        width: 26px;
        height: 26px;
        border: 2px solid #ffffff;
        border-radius: 15px;
        margin:0 2px 0 2px;
    }
    .vb__mail{
        margin-right: 10px;
    }
    .vb__mincon{
        display: contents;
    }
    .vb__nav-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /* Конец навигации */


    .tabs_header{
        display: none;
    }

    .tabs_header__mob{
        background-color: #f2f2f2;
        border: 1px solid #e4e8e8;
        justify-content: space-between;
    }
    .tabs_header__mob{
        display: flex;
    }
    .tab{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .characteristics_block_title{
        display: none;
    }
    .tab__head{
        font-size: 17px;
    }
    .b24-form-header-title {
        font-size: 22px !important;
    }
    .b24-form-header-description{
        font-size: 12px !important;
    }
    .frame__footer {
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #FEFEFE;
    }

    /*Начало footer__nav*/

    .vb__auth{
        margin: auto 0;
    }
    .f__nav__contayner{
        padding:0 10px;
        justify-content: space-between;
        height: 50px;
        display: flex;
        width: 100%;
        margin-right: 35px;
    }
    .f__nav-right{
        display: flex;
        width: 160px;
        justify-content: space-around;
        margin-right: 30px;
    }
    .vb__contacts {
        width: 30px !important;
        height: 30px;
    }
    .footer__nav{
        background-color: #6d000b;
        height: 50px;
        width: 100%;
        display: flex;
    }
    .footer__nav-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 200;
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: 0px 4px 10px;
    }
    .footer__vb__cart{

    }
    .footer__basket::before{
        width: 28px;
        height: 25px;
    }
    .bx-basket{

    }
    .wishes__bottom{
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .pulse{
        width: 35px;
        height: 35px;
        top: -1px;
        left: 0;
    }
    .pulse-1{
        width: 35px;
        height: 35px;
        top: -1px;
        left: 0;
    }

    .wishes__img{
        width: 35px;
        height: 35px;
    }

    .vb__cart{
        margin: auto 0;
        top: 2px;
        position: relative;
        width: 110px;
    }
    .vb__mail{
        margin: auto 0;
    }
    .vb__contacts{
        margin: auto 0;
    }
    .wishes__bottom__nav{
        display: block;
        width: 35px;
        height: 35px;
        margin: auto 0;
        position: relative;
    }
    .wishes__img{
        margin: auto;
    }
    .vb__auth span{
        display: block;
        margin-right: 5px;

    }
    .f__nav__auth{
        width: auto;
        height: 25px;
        border: none;
    }
    .lk{
        margin-left: 0;
    }
    /*Конец footer__nav*/

    .footer__lin-bl2 {
        width: 280px;
    }
    .footer__lin-content {
        font-size: 22px;
    }
    .footer__lin-bl2 {
        bottom: -17px;
    }
    .frame__footer {
        padding-bottom: 0px !important;
    }
    .to_top{
        display: none;
    }
    .b24-widget-button-inner-container{
        transform: scale(.4) !important;
        -webkit-transform: scale(.4) !important;
    }
    .b24-widget-button-social-item{
        margin-bottom: 0 !important;
    }
    a.b24-widget-button-social-item.b24-widget-button-openline_livechat{
        transform: scale(.7) !important;
        -webkit-transform: scale(.7) !important;
    }
    a.b24-widget-button-social-item.ui-icon.ui-icon-service-wz_whatsapp_connector_72d7f9b0ca828cf6af143a5135b10221.connector-icon-45 {
        transform: scale(.7) !important;
        -webkit-transform: scale(.7) !important;
    }
    a.b24-widget-button-social-item.ui-icon.ui-icon-service-viber.connector-icon-45{
        transform: scale(.7) !important;
        -webkit-transform: scale(.7) !important;
    }
    a.b24-widget-button-social-item.ui-icon.ui-icon-service-telegram.connector-icon-45{
        transform: scale(.7) !important;
        -webkit-transform: scale(.7) !important;
    }
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
        bottom: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
    .b24-widget-button-inner-container {
        position: absolute;
        right: -16px;
        bottom: -14px;
    }
    .b24-widget-button-inner-container {
        border: 6px solid #ffffff;
        border-radius: 50px;
    }
    .b24-widget-button-social.b24-widget-button-show {
        position: absolute;
        bottom: 35px;
        right: -10px;
        transform: translateY(-45%);
    }
    svg.b24-crm-button-icon.b24-crm-button-icon-active {

    }
    .inf__img__description{
        height: 9vw;
    }
    .footer_nav__1{
        width: 100%;
    }
    .lk__content{
        color: #fff;
    }
    .lk__content:hover{
        color:#fff;
    }
    .lk__img{
        background-image: url(/local/templates/main_template/images/user-gray.svg);
        background-repeat: no-repeat;
    }
    .history_main_image {
        height: 60vw;
        background: url("/o-zavode/history_bg-mob.jpg") center no-repeat;
        background-size: cover;
        margin-top:10px;
    }
    h2.lk-title {
        width: fit-content;
        margin: 22px auto;
    }
    .content-lk{
        padding-right: 0;
    }

}


@media (max-width: 700px){

    .innova_slider_my_btn {
    }
    .frame__footer{
        width: auto;
        margin: 0 15px;
    }
    .main-h1{
        margin-top: 0px;
    }
}
@media (max-width: 584px) {
    .item_card_catalog {
        width: 228px;
        width: 100%;
        margin: 5px;
    }
    .advantages-block{width: 50% !important;}
    .details_name{
        font-size: 12px;
        text-align: center;
    }
    .catalog_hover {
        float: none;
        height: auto;
        padding: 10px;
        margin-bottom: -2px;
        text-align: center;
        width: 45% !important;
    }

    a.innova_slider_btn {
    }
    .tns-controls button {
        height: 64px;
    }
    .tns-controls button:before {
        margin-top: -4px;
    }
    .tns-controls button:after, .tns-controls button:before {
        width: 30px;
    }
    .innova_slider_my_btn {
    }
    .innova_slider_inner {
        padding: 40px 30px;
    }


    .logo_block {
        padding-left: 25%;
    }
    .footer__lin-bl4{
        display: none;
    }
    .footer__lin-bl2{
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    .inf__div__description {
        display: block;
    }

    .inf__img__description{
        height: 50px;
        margin: auto;
        padding: 2%;
    }

}

@media (max-width: 500px) {
    .catalog_hover,.catalog_section{
        width: 100% !important;
    }
    .catalog_hover>.catalog_hover_text{
        width: 90% !important;
    }
    .logo_block {
        justify-content: center;
        padding-left: 0%;
    }
    .owl-dots{
        display: none;
    }

}

@media (max-width: 450px) {
    .main_nav_popup{
        width: 320px;
    }
    .main_nav_popup{
        -ms-flex-wrap: wrap;flex-wrap: wrap;
    }
    .slide_title{
        font-size: 1.3rem;
    }
    .cart-headers{
        padding-right: 10px;
        width: 60% !important;
    }

    .f__feedback {
        left: -263px;
    }
    .logo_block {
        justify-content: center;

    }

    .vb__auth{
        margin-left: 0;
    }
    .footer_nav{
        width: 100%;
    }
}

@media (max-width: 430px) {
    .details_name span{
        font-size: 17px;
    }
    .details_name{
        font-size: 10px;
        padding: 0px 0px;
    }
    /*.logo {
width: 25px;
height: 42px;
top: -9px;
}
.logo_block {
padding-left: 0;
}*/
    .feedborder-header::before {
        top: -4px;
    }
    .section__width-auto{
        width: auto;
    }
}

@media (max-width: 400px) {
    .details_name span {
        font-size: 12px;
        position: relative;
        right: 10px;
    }
    .footer__popup .f__feedback {
        left: -41px;
    }
    .ppactive {
        width: 320px;
        left: -223px;
    }
    .footer_logo {
        margin-right: 18px;
        width: 230px;
        height: 50px;
        float: none;
    }
    .logo_block {
        padding-left: 0;
    }
    .logo {
        position: relative;
        left: -12px;
    }
    .vb__logo.col {
        width: 160px;
        padding: 0;
    }
    .vb__navbar-button{
        width: 29px;
    }
    .vb__logo__content {
        left: 0px;
    }
    .footer__lin-content{
        font-size: 18px;
    }
    .footer__lin-bl2 {
        width: 220px;
        bottom: -14px;
    }
    td {
        word-break: break-word;
    }
}

.exhibition{
    height: 40px;
    background-color: #6d000b;
    font-family: 'Source Sans Pro', sans-serif;
}
.exhibition__center{
    display: flex;
    justify-content: space-between;
    top: 7px;
    position: relative;
}
.exhibition__title{
    color: #ffffff;
    font-size: 19px;
    top: -1px;
    position: relative;
}
.exhibition__title .min{
    color: #000000;
    color: #f0f0f0;
}
.exhibition__title .wor{
    color: #f58e18;
    color: #f0f0f0;
}
.exhibition__title .rus{
    color: #f0f0f0;
}
.exhibition__button{
    height: 35px;
    width: 85px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: relative;
    top: -5px;
}
.exhibition__button span{
    color: #ffffff;
    top: 5px;
    left: 5px;
    position: relative;
}
.ex__mobile{
    display: none;
}
.exhibition__close {
    top: -2px;
    position: relative;
}
.ex__close-img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
@media (max-width: 750px){

    .ex__mobile{
        display: block;
    }
}
.item_card__more_back{
    background-color: #6d000b;
}
.catalog_v2.item_card__picture{
    width: 87px;
    margin: 0 auto 0px;
}
.catalog_v2.item_card__title{
    font-size: 13px;
}
.catalog_v2.item_card{
    padding: 0 15px 0 15px;
}
.slider__catalog__section .slick-prev:before, .slick-next:before {
    color: #6d000b;
}
.slider__catalog__section button.slick-prev.slick-arrow {
    top: 45%;
    left: -33px;
}
.slider__catalog__section button.slick-next.slick-arrow {
    top: 45%;
}
.slider__catalog__section .slick-prev:before, .slick-next:before {
    font-size: 25px;
}

.slider__catalog {
    width: 90%;
    margin: 0 auto 0px;
}
@media(max-width: 450px){
    .catalog_v2.item_card__title {
        font-size: 9px;
    }
}
.cursor_pointer{
    cursor: pointer;
}
@media (max-width: 400px){
    .exhibition__title{
        font-size: 14px;
        top: 1px;
    }
}
.padding-0-10{
    padding: 0 10px;
}
.catalog_v2_sectionlist{
    height: 75px;
    position: relative;
}
.catalog_v2.item_card__title {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    height: auto;
}
.propsName{
    font-weight: 600;
}
.propsOtstup{
    margin-top: 10px;
}
.propsBlock {
    border: 2px solid #6d000b;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
.propsTitle{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
    text-align: left;
    color: #6d000b;
    margin-bottom: 15px;
}
@media (max-width: 500px){
    .vb__auth span {
        max-width: 100px;
        overflow: hidden;
    }
}
@media (max-width: 350px){
    .vb__auth span {
        max-width: 70px;
    }
}


.share__head__cont b{
    color: #6d000b;
}
.share__head__cont b:nth-child(1){
    color: #16191f;
    font-size: 18px;
}
.share__bannerfirst img {
    max-width: 100%;
    max-height: 167px;
    margin: auto;
    display: block;
    object-fit: contain;
}
.share__bannersecond {
    display: flex;
}
.share__bannersecond img {
    max-width: 100%;
    max-height: 167px;
    margin: auto;
    display: block;
    object-fit: contain;
}
.display-flex{
    display:flex;
    float: none;
}

@media (max-width: 751px){
    .share__head{
        flex-direction: column;
    }
}
@media (max-width: 900px){
    .exhibition{
        display: none;
    }
}
.v-lk-nav-block {
    background: #F0F0F0;
    border-radius: 0px 20px 20px 0px;
}
.v-button {
    background: #FFFFFF;
    border: 1px solid #333939;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 25px;
    width: 190px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    padding: 12px 0 13px;
    margin: 10px 0;
    position:relative;
    color: #333939;
}
.v-texpod-link.v-button,
.v-logout-button.v-button{
    padding-left: 64px;
}
.v-button:hover{
    background: #6d000b;
    color: #ffffff;
}
.v-lk-button-block {
    margin: 20px 0 0 10px;
}
.v-texpod-link:after,
.v-logout-button:after{
    content: '';
    background: url(/local/templates/main_template/images/support_black.svg) center no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: contain;
    left: 20px;
    top: 4px;
}
.v-texpod-link:hover:after {
    background: url(/local/templates/main_template/images/support_white.svg) center no-repeat;
    background-size: contain;
}
.v-texpod-link {
    padding-left: 40px;
}
.v-logout-button:after{
    background: url(/local/templates/main_template/images/exit_black.svg) center no-repeat;
    background-size: contain;
}
.v-logout-button:hover:after{
    background: url(/local/templates/main_template/images/exit_white.svg) center no-repeat;
    background-size: contain;
}
.menu_slick-prev,
.menu_slick-next{
    position: absolute;
    display: block;
    width: 19px;
    height: 38px;
    cursor: pointer;
    outline: 0;
    background: 0 0;
    top: 49px;
    margin-top: -45px;
    font-size: 0;
    border: none;
    z-index: 2;

}
.menu_slick-prev:focus,
.menu_slick-next:focus{
    outline: 0;
}
.menu_slick-prev{
    left: -4px;
}
.menu_slick-next{
    right: -4px;
}
.menu_slick-prev:after,
.menu_slick-prev:before,
.menu_slick-next:after,
.menu_slick-next:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    width: 21px;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menu_slick-prev:before {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top:25%;
}
.menu_slick-prev:after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    bottom:25%;
}
.menu_slick-next:before {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top:25%;
}
.menu_slick-next:after {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    bottom:25%;
}
.main_nav_slider.slick-slider .slick-list.draggable {
    width: 94%;
    margin: 0 auto;
}
.nav_row{
    justify-content: space-between;
}
.nav-fixed>.container>.row>.main_nav {
    width: calc(100% - 180px);
}







h3.bx-title{
    font-size: 1.5rem;
    font-weight: 600;
    color: #333939;
}
.bx-authform-social ul li{
    width:61px !important;
    height: 61px !important;
}
.bx-authform-social ul li .bx-authform-social-icon{
    width:61px !important;
    height: 61px !important;
    background-size: contain;
}
a#bx_socserv_icon_YandexOAuth{
    background-image:url("/local/templates/main_template/images/icon_yandex.png");
    background-position: 0 0;
}
a#bx_socserv_icon_GoogleOAuth{
    background-image:url("/local/templates/main_template/images/icon_google.png");
    background-position: 0 0;
}
.bx-authform-label-container{
    font-size: 1.5rem;
    color: #333939;
}
.bx-authform-input-container input{
    height: 50px;
    width: 100%;
    border-radius: 25px;
    padding: 0 25px;
    font-size: 1.5rem;
    color: #333939;
    -webkit-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
}
.auth-dop-container .bx-authform-formgroup-container .checkbox label{
    padding-left: 20px;
    font-size: 1.3rem;
    color: #333939;
}
.auth-dop-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auth-remember-me{
    color: #B6B6B6;
}
.bx-filter-param-label input{
    width: 17px;
    height: 17px;
    top: 2px;
}
span.bx-filter-param-text {
    margin-left: 7px;
}
.auth-dop-container-second {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.auth-registration-link{
    font-size: 1.5rem;
    margin-right: 25px;
}
.auth-submit-button{
    width: 133px;
    height: 50px;
    font-size: 1.5rem !important;
    color: #333939;
}

.round {
    position: relative;
}

.round .my_checkbox {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
}

.round .my_checkbox:after {
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    background:#6d000b;
    border-radius: 50%;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + .my_checkbox {
    background-color: #fff;
}

.round input[type="checkbox"]:checked + .my_checkbox:after {
    opacity: 1;
}
.bx-authform>form>.bx-authform-formgroup-container{
    margin-top:20px;
}
.bx-authform-social>ul{
    margin:0 !important;
    padding:0 !important;
    height: 63px;
}
.mobile-title{
    display:none;
}
.mobile-forgot-password{
    display:none;
}
.fs-italic a{
    font-style: italic;
}
.lk-title-block {
    margin: 14px 0;
}

@media (max-width: 768px){
    .lk-title-block {
        margin:  0;
    }
    .container-fluid.sale-order-detail{
        flex-direction: column-reverse;
        display: flex;
    }
    a.sale-order-detail-back-to-list-link-down.lk-sale-order-detail-back-to-list-link-down {
        margin: 0 0 20px;
        font-size: 14px;
        padding: 6px 10px 6px 34px;
    }
    .lk-sale-order-detail-back-to-list-link-down:after {
        width: 22px;
        height: 20px;
    }
    .mobile-title-none{
        display: none;
    }
    .mobile-title{
        display: block;
        text-align: center;
        margin-top:32px;
        font-size: 1.2rem!important;
    }
    .bx-authform-social {
        text-align: center;
    }
    .bx-authform-label-container {
        display: none;
    }
    .auth-dop-container-second {
        justify-content: space-between;
        margin-top: 22px;
    }
    .mobile-forgot-password{
        display:block;
        margin-top:26px;
        text-align: center;
    }
    .auth-dop-container noindex{
        display:none;
        text-align: center;
    }
    .bx-authform-link-container a{
        font-size: 1.2rem;
    }
    input.btn.btn-primary.auth-submit-button {
        font-size: 1rem!important;
        width: 91px;
        height: 39px;
        padding: 1px 0 0;
    }

    .mobile-forgot-password a{
        font-size:1rem;
    }
    .round span:last-child{
        font-size: 1rem;
        margin-left: 2px;
    }
    .round .my_checkbox {
        height: 16px;
        width: 16px;
        top: 7px;
    }
    .round .my_checkbox:after {
        height: 10px;
        width: 10px;
    }
    .bx-authform-formgroup-container input{
        text-align: center;
    }
    .bx-authform-social ul li {
        width: 38px !important;
        height: 38px !important;
    }
    .bx-authform-social ul li .bx-authform-social-icon{
        width:38px !important;
        height: 38px !important;
    }
    .bx-authform-input-container input{
        height: 39px;
        font-size: 1rem;
    }
    .bx-authform-social>ul {
        height: auto;
    }
    .v-lk-button-block {
        margin: 20px 0 0 0;
    }
    .lk-mob-nav {
        display: flex;
        background: #FFFFFF;
        border: 1px solid #333939;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 25px;
        width: auto;
        padding: 6px;
        position: relative;
        color: #333939;
        margin: 10px 4px 10px 4px;
        text-align: center;
        justify-content: center;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        align-items: center;
        cursor:pointer;
    }
    .lk-mob-nav:hover{
        background: #6d000b;
        color: #ffffff;
        -webkit-transition: background ease-out 0.5s;
        -moz-transition: background ease-out 0.5s;
        -ms-transition: background ease-out 0.5s;
        -o-transition: background ease-out 0.5s;
        transition: background ease-out 0.5s;
    }
    .lk-mob-nav-burger {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 26px;
        height: 20px;
        margin-right: 6px;
    }
    .lk-mob-nav-burger-line {
        width: 100%;
        height: 2px;
        background: #333939;
    }
    .side_block_title{
        font-size: 16px;
        line-height: 1;
    }
    .lk_section_link {
        font-size: 14px;
    }
    .lk-mob-nav:hover .lk-mob-nav-burger-line{
        background: #ffffff;
        -webkit-transition: background ease-out 0.5s;
        -moz-transition: background ease-out 0.5s;
        -ms-transition: background ease-out 0.5s;
        -o-transition: background ease-out 0.5s;
        transition: background ease-out 0.5s;
    }
    .lk-mob-nav-burger .lk-mob-nav-burger-line:last-child{
        width:70%;
    }
    .lk_nav_wrap.active{
        display: block;
        position: absolute;
        margin: 0;
        z-index: 1;
        background: #fff;
        border: 2px solid #6d000b;
        border-radius: 0 20px 20px 0;
    }
    .v-texpod-link.v-button,
    .v-logout-button.v-button {
        width: fit-content;
        padding: 8px 8px 8px 40px;
    }
    .v-texpod-link:after,
    .v-logout-button:after{
        background-size: contain;
        width: 24px;
        height: 24px;
        left: 10px;
        top: 5px;
    }
}

.auth-block-bg {
    position: fixed;
    z-index: 10000;
    background: #00000055;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    display:none;
}
.auth-block-bg.active{
    display:block;
}
.auth-position-block {
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 50px;
    margin: 0 auto;
}
.autx-form-container {
    background: #ffffff;
    max-width: 520px;
    position: relative;
    border-radius: 25px;
    width: 520px;
}
.auth-form-button {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    background: #333939;
    flex: 1;
    text-align: center;
    line-height: 3;
    cursor: pointer;
    text-transform: uppercase;
}
.auth-form-button:hover{
    color:#6d000b;
}
.auth-form-block-button .auth-form-button:first-child{
    border-radius: 25px 0px 0px 0px;
}
.auth-form-block-button .auth-form-button:last-child{
    border-radius: 0px 25px 0px 0px;
}
.auth-form-button.selected{
    color: #333939;
    background: #ffffff;
}
.auth-form-block-button {
    display: flex;
}
.auth-block-form {
    padding: 20px 45px 20px;
}
.auth-bloc-auth,
.auth-bloc-registration,
.auth-bloc-forgotpasswd{
    display:none;
}
.auth-bloc-auth.selected,
.auth-bloc-registration.selected,
.auth-bloc-forgotpasswd.selected{
    display:block;
}
.bx-authform-formgroup-container .bx-authform-input-container input{
    height: 50px;
    width: 100%;
    border-radius: 25px;
    padding: 0 25px;
    font-size: 1.5rem;
    color: #333939;
    -webkit-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 3px 1px rgba(34, 60, 80, 0.2);
}
.bx-authform-formgroup-container .btn-primary:active,
.bx-authform-formgroup-container .btn-primary.active,
.bx-authform-formgroup-container .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #c61610;
    border-color: #c61610;
}
.bx-authform-formgroup-container .btn-primary:focus,
.bx-authform-formgroup-container .btn-primary.focus {
    color: #fff;
    background-color: #c61610;
    border-color: #c61610;
}
.btn-check:focus+.btn,
.btn:focus,
.btn.btn-primary.auth-submit-button:focus,
.btn-primary:active:focus,
input.btn.btn-primary:focus-visible{
    outline: 0;
    box-shadow: none;
}
.auth-submit-button{
    color:#fff;
}
a.auth-registration-link {
    outline: none;
    color: #6d000b;
    text-decoration: none;
}
a.auth-remember-me:hover {
    color: #6d000b;
}
.lk-label,
.lk-h3{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333939;
    padding-left: 25px;
}
.lk-h3{
    padding: 0;
    font-weight: 700;
}

.lk-input-text{
    width: 100%;
    height: 49px;
    background: #FFFFFF;
    border: 1px solid #333939;
    border-radius: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 25px;
}
.lk-text{
    font-size: 18px;
    margin-bottom: 10px;
}
.lk-submit-1,
.lk-close-1{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
    background: #6d000b;
    border: 2px solid #6d000b;
    border-radius: 20px;
    margin: 6px 0;
}
.lk-submit-1:focus,
.lk-close-1:focus{
    color: #ffffff;
    background-color: #6d000b;
}
.lk-submit-1:hover,
.lk-close-1:hover{
    color: #6d000b;
    background: #ffffff;
}

.lk-button-block-pass{
    width: 100%;
}
.lk-h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333939;
    padding-left: 25px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 10px 0;
}
.lk-textarea{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #333939;
    border-radius: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
    padding: 16px;
}
.lk-login {
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #16191f;
    padding: 6px 0 6px 15px;
    width: 200px;
}
.lk-login:hover{
    color:#6d000b;
}
.lk-link{
    color:#6d000b;
}
.lk-link:hover{
    color:#6d000b;
}
@media (max-width: 768px) {
    .side-shadow{
        box-shadow:none;
    }
    a.lk-login {
        display: none;
    }
    .lk-label,
    .lk-h3 {
        font-size: 18px;
    }
    .lk-input-text{
        font-size: 14px;
        height: 38px;
    }
    .lk-submit-1,
    .lk-close-1{
        font-size: 18px;
        padding: 6px 16px;
    }
    .lk-text,
    .lk-textarea{
        font-size: 14px;
    }

    .col-md-12.col-sm-12.sale-order-list-container .row{
        margin: 0;
    }
    .v-sale-order-list-container{
        margin: 0;
    }
    .col-md-12.col-sm-12.sale-order-list-container {
        padding: 0 5px;
    }
    h2.sale-order-list-title {
        font-size: 14px;
    }
    .sale-order-list-container-bottom {
        margin-right: 0;
        margin-left: 0px;
    }
    .col-right.col-right-grid {
        margin-right: 0;
    }
    .autx-form-container{
        width: auto;
    }
    .lkpopup-auth-form-button,
    .lkpopupmainregister-auth-form-button,
    .lkpopupforgot-auth-form-button{
        font-size: 16px;
        padding: 8px 20px;
        line-height: 1;
        height: auto;
        width: auto;
    }
    .form-btn-close.js-form-btn-close,
    .lkpopupmainregister-btn-close,
    .lkpopupforgot-btn-close{
        font-size: 16px;
    }
    .lkpopupmainregister-btn-close{
        margin-top: 20px;
    }
    .lkpopup-button-container {
        flex-direction: column;
    }
    .lkpopup-button-container>*{
        margin: 6px 0;
    }
    .lkpopup-title {
        font-size: 24px;
    }
    .lkpopup-help,
    .lkpopupforgot-text{
        font-size:14px;
    }
    .lkpopup-services-title,
    .lkpopupmainregister-title,
    .lkpopupforgot-title{
        font-size:18px;
    }
    .auth-block-form {
        padding: 20px;
    }
    .lkpopupmainregister-label,
    .lkpopupmainregister-input,
    .bx-filter-param-text.my_checkbox_pos_reg_form-text,
    .lkpopupforgot-label,
    .lkpopupforgot-input{
        font-size: 14px;
    }
    .auth-form-button {
        font-size: 16px;
    }
    .lkpopupmainregister-button-container {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 550px) {
    .lk-title-block {
        flex-direction: column;
    }
    .auth-position-block {
        padding: 50px 10px;
        margin: 0 auto;
    }
    span.bx-filter-param-text.my_checkbox_pos_reg_form-text {
        font-size: 16px;
        margin-left: 2px;

    }
    span.my_checkbox.my_checkbox_pos_reg_form {
        top: 2px;
    }
}
.bg-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #00000055;
}
.bg-popup.active{
    display: block;
}
.f__close-img{
    cursor:pointer;
}
.popup-block {
    display: block;
    position: absolute;
    margin: 50px auto 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
}
.popup-form {
    padding-top: 20px;
    background: #fff;
    max-width: 500px;
}
.b24-form .b24-form-wrapper.b24-form-shadow{
    box-shadow:none;
}

.main_nav_slider_width {
    width: 70%;
}
span.header__podCategoria.visible {
    display: block;
    width: 52px;
    line-height: 1;
    margin-left: 5px;
}
.main_nav_slider {
    left: 0;
    margin: 0 auto;
    right: 0;
}
.nav-fixed>.container>.row>.main_nav>.main_nav_li.icon_nav_0 {
    width: auto;
}

.nav-fixed>.container {
    max-width: 1140px;
    width: auto;
}
.blue.mobile_navigation>.container {
    max-width: 1140px;
    width: auto;
}
.main_nav .main_nav_a.main_nav_white:hover{
    color: #fff;
}
@media (max-width: 930px){
    .main_nav_slider_width {
        width: 67%;
    }
    .nav-fixed .main_nav_slider_width{
        width: 60%;
    }
}
.span_modal_import {
    font-weight: 700;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
@media (max-width: 768px){
    .footer__popup .f__feedback__kont{
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 560px){
    .footer__popup .f__feedback__kont{
        width: 100%;
    }
}
.kont_img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}
.kont_img-1{
    width: 27px;
    height: 27px;
}
.kont_mess {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.kont-button{
    width: fit-content;
    height: fit-content;
    background-color: #ffffff;
    border: solid 2px #6d000b;
    border-radius: 35px;
    box-sizing: content-box;
    padding: 4px 6px 2px;
}
.kont-button:hover{
    background-color: #6d000b;
    color: #ffffff;
}

.sale{
    padding: 0px 10px;
}
.sales__title{
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    padding-left: 10px;
}
@media (max-width: 768px) {
    .sale{
        padding: 0px 20px;
    }
}
/* End */
/* /local/templates/main_template/modules/slick-slider/slick/slick.css?16574934661776 */
/* /local/templates/main_template/modules/slick-slider/slick/slick-theme.css?16574934663145 */
/* /local/templates/main_template/js/owl.carousel/owl.carousel.min.css?16574934665231 */
/* /local/libs/awesome-select-master/package/css/awselect.min.css?16574934943582 */
/* /local/templates/main_template/components/bitrix/search.title/search_page/style.css?16574934672124 */
/* /local/templates/main_template/components/bitrix/system.auth.form/.default/style.css?16578052472478 */
/* /bitrix/components/bitrix/socserv.auth.form/templates/flat/style.min.css?16574936972638 */
/* /local/templates/main_template/components/bitrix/main.register/lkpopupmainregister/style.css?17080238603697 */
/* /local/templates/main_template/components/bitrix/system.auth.forgotpasswd/lkpopupforgotpasswd/style.css?16574856961777 */
/* /local/php_interface/forms/form_import/style.css?16748348666162 */
/* /local/templates/main_template/styles.css?17327064713 */
/* /local/templates/main_template/template_styles.css?1736401608169938 */
