

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

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/new_template_2019/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/new_template_2019/js/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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


/* Start:/local/templates/new_template_2019/css/slick.css?15656359301767*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

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


/* Start:/local/templates/new_template_2019/css/style.css?156563593060675*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
	font-size: 13px;
}
::-webkit-input-placeholder {color:#424139;}
::-moz-placeholder          {color:#424139;}/* Firefox 19+ */
:-moz-placeholder           {color:#424139;}/* Firefox 18- */
:-ms-input-placeholder      {color:#424139;}
input {
	outline: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input[type="text"] {
	color: #424139;
	height: 33px;
	text-indent: 13px;
	-webkit-box-shadow: inset -2px 2px 4px -1px rgba(204,204,204,0.94);
	box-shadow: inset -2px 2px 4px -1px rgba(204,204,204,0.94);
	border: 1px solid #CCCCCC;
	border-radius: 7px;
}
input[type="text"].focus-inp {
	border-color: #8E8E8E !important;
}
input[type="text"].error {
	border-color: #FF5A49 !important;
}
span.error {
	color: #FF5A49 !important;
}

.shadow-btn {
		-webkit-box-shadow: 0px 0px 20px 2px rgba(232,232,232,0.7);
    box-shadow: 0px 0px 20px 2px rgba(232,232,232,0.7);
}
.color-btn {
	background-color: #EF7A46;
}
.color-btn:hover,.color-btn:active,.color-btn:focus {
	background-color: #E06833;
}
.color-btn.active{
	background-color: #E06833;
	padding: 0px 14px;
}
.button {
	border: none;
	border-radius: 7px;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 0 19px;
  height: 47px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.button-link {
	  height: 47px;
    padding: 0 19px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    border-radius: 7px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}
.button-link:hover {
	color: #ffffff;
	border: none;
}
.grey-links a {
		color: #565656;
    text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
}
.grey-links a:hover {
	  color: #2f8fe8;
    border-bottom: 1px solid #E0EEFC;
}
a{
	color: #2f8fe8;
	text-decoration: none;
	border-bottom: 1px solid #E0EEFC;
  -webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.fancybox-wrap a, .fancybox-wrap a:hover {
	border: none;
}
a:hover {
	color: #2f8fe8;
	border-bottom: 1px solid transparent;
}
 .blue-bg {
 		background-color: #67C0FF;
 }
 .orange-bg{
 	background-color: #DF440E;
 }
 .broun-bg {
 	background-color: #8A736B;
 }
 .black-bg {
	background-color: #000000;
 }
 .green-bg {
	background-color: #05AF55;
 }
 .crem-bg {
	background-color: #EFD782;
 }
 .white-bg {
	background-color: #ffffff;
	border: 1px solid #C9C9C9 !important;
 }
.wrapper {
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear {
	height: 0;
	clear: both;
}
.margin-5,.margin-10,.margin-15,.margin-20,.margin-25,.margin-30 {
	clear: both;
}
.margin-25 {
	height: 25px;
}
.margin-30 {
	height: 30px;
}
.margin-10 {
	height: 10px;
}
/* Header
-----------------------------------------------------------------------------*/
header {
	min-height: 207px;
}
header a,header a:hover {
	border: none;
}

.header {
	width: 960px;
	margin: 0 auto;
}
.header .logo {
	margin-top: 18px;
	height: 90px;
	width: 85px;
	float: left;
}
.header .w-top {
	float: right;
	width: 798px;
	margin-top: 20px;
}
.w-top .level1 {
	height: 18px;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 25px;
	border-bottom: 1px solid #D9D9D9;
}
.w-top .level1 ul {
	margin: 0;
}
.w-top .level1 > ul li{
 float: left;
 list-style: none;
	margin-right: 21px;
}
.w-top .level1 > ul li a{
	color: #565656;
	text-decoration: none;
	font-size: 13px;
}
.w-top .level1 > ul li a:hover {
	text-decoration: underline;
}
.w-top .level1 .r-block {
	float: right;
	text-align: right;
	color: #565656;
	font-size: 13px;
}

.w-top .level1 .r-block .leng {
	margin-left: 54px;
	position: relative;
}
.w-top .level1 .r-block .leng::before {
	content: '';
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: -17px;
	top: -3px;
	width: 11px;
	height: 18px;
}
.w-top .level1 .r-block span {
	margin-right: 20px;
}
.w-top .level1 .r-block span.black {
	color: #0d1622;
	font-weight: bold;
}
.black {
	color: #0d1622;
}
.w-top .level2 {
	padding: 18px 0;
}
.w-top .level2 .search{
	height: 35px;
	width: 188px;
	position: relative;
	float: left;
	margin-right: 15px;
}
.w-top .level2 .search input[type="text"] {
	width: 186px;
}
.w-top .level2 .search input[type="submit"] {
	 position: absolute;
	 right: 11px;
	 top: 11px;
	 text-indent: -9999px;
	 width: 14px;
	 height: 14px;
	 display: block;
	 background-color: transparent;
	border: none;
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	background-position: -13px 0;
	cursor: pointer;
}
.w-top .level2 .login-reg {
	float: left;
	width: 168px;
	height: 35px;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.w-top .level2 .autorize-y {
		float: left;
	width: 200px;
	height: 35px;
	overflow: hidden;
	position: relative;
}
.w-top .level2 .autorize-y span{
	font-size: 13px;
	color: #0d1622;
}
.w-top .level2 .autorize-y a {
	text-decoration: none;
	border-bottom: 1px solid #D9D9D9;
	color: #0d1622;
	font-size: 13px;
}
.w-top .level2 .autorize-y a:hover {
		  color: #2f8fe8;
    border-bottom: 1px solid #E0EEFC;
}
.w-top .level2 .login-reg a {
	display: block;
	float: left;
	text-decoration: none;
	color: #0d1622;
	font-size: 13px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #CCCCCC;
	position: relative;
	z-index: 10;
	margin: 0;
}
.w-top .level2 .login-reg a:hover {
	z-index: 15;
	border-color: #8E8E8E;
}
.w-top .level2 .login-reg .login {
	width: 63px;
	border-radius: 7px 0 0 7px;
}
.w-top .level2 .login-reg .reg {
	width: 101px;
	border-radius:  0 7px 7px 0;
	left: -1px;
}
.w-top .small-basket {
	float: right;
	height: 35px;
	border-radius: 7px;
	border: 1px solid #E8E8E8;
	line-height: 35px;
	min-width: 115px;
	position: relative;
	margin-left: 20px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.w-top .small-basket::before {
	content: '';
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	background-position: -29px 0;
	left: 19px;
	top: 7px;
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	z-index: 5;
}
.w-top .small-basket a {
	font-weight: bold;
	color: #b6b5b2;
	padding-left: 47px;
	position: relative;
	z-index: 10;
	display: block;
}
.w-top .small-basket .price,.w-top .small-basket .qunaty {
	display: none;
}
.w-top .small-basket.on-bag {
	border: 1px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.w-top .small-basket.on-bag a {
	color: #ffffff;
	padding-right: 17px;
}
.w-top .small-basket.on-bag::before {
	background-position: -48px 0;
}
.w-top .small-basket.on-bag .price {
	margin-left: 10px;
	display: inline;
}
.w-top .small-basket.on-bag .qunaty {
	position: absolute;
	color: #ffffff;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	line-height: 25px;
	background-color: #E01212;
	top: -13px;
	right: -10px;
	text-align: center;
}
.w-top .level2 .message {
	text-align: right;
	color: #0d1622;
	float: right;
}
.bx-aside-nav,.bx-aside-nav-control{display: none;}
header nav {
		position: relative;
		height: 60px;
	  background: #5E5250;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E5250), color-stop(100%,#706360));
    background: -webkit-linear-gradient(top, #5E5250 0%,#706360 100%);
    background: -o-linear-gradient(top, #5E5250 0%,#706360 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5E5250),to(#706360));
    background: linear-gradient(to bottom, #5E5250 0%,#706360 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E5250', endColorstr='#706360',GradientType=0 );
}
header nav > ul {
	width: 1130px;
	margin: 0 auto;
}
header nav ul li{
 float: left;
 list-style: none;	
}

header nav > ul >li >a {
	color: #ffffff;
	font-size: 13px;
	line-height: 55px;
	padding: 0 12px;
	display: block;
	text-decoration: none;
	border-top: 5px solid transparent;
}
header nav > ul >li >a.active {
	background-color: #2B2623;
}
header nav > ul >li:hover >a{
	color: #0d1622;
	border-top: 5px solid #EF7A46;
	background-color: #ffffff;
	text-decoration: none;
}
header nav > ul >li > .dropmenu {
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	padding: 40px 0 25px 0;
	border-bottom: 1px solid #D9D9D9;
	z-index: 1000;
	top: 60px;
	left: 0;
	display: none;
}
header nav > ul >li:hover > .dropmenu {
	display: block;
}
header nav > ul > li .dropmenu > ul {
	display: block;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
header nav > ul > li .dropmenu > ul li {
	width: 82px;
	text-align: center;
	margin: 0 0 15px 28px;
}
header nav > ul > li .dropmenu > ul li:nth-child(9n+1){
	margin-left: 0;
}
header nav > ul > li .dropmenu > ul li img{
	margin: auto;
	width: 80px;
}
header nav > ul > li .dropmenu > ul li a span{
	color: #565656;
	border-bottom: 1px solid #EDEDED;
}
header nav > ul > li .dropmenu > ul li a:hover span{
	color: #2f8fe8;
	border-bottom: 1px solid #E0EEFC;
}
header nav > ul > li .dropmenu > ul li .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #E9E9E9;
	border-radius: 1px;
	width: 80px;
	height: 117px;
	margin-bottom: 7px;
	overflow: hidden;
}
header nav > ul > li .dropmenu > ul li a:hover .img {
	border: 1px solid #3A93E6;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 155px;
}
.content section {
	width: 960px;
	margin: 0 auto;
}



/* Footer
-----------------------------------------------------------------------------*/
footer {
	margin: -155px auto 0;
	height: 155px;
	background-color: #EFEEE9;
	position: relative;
	min-width: 960px;
}
.footer {
	width: 960px;
	margin: 0 auto;
}
.footer .logo {
	margin-top: 27px;
	float: left;
	margin-right: 75px;
}
.footer .about-text {
	float: left;
	color: #565656;
	line-height: 1.4;
	width: 175px;
	margin-top: 41px;
	margin-right: 70px;
}
.footer .links {
	list-style: none;
	margin-top: 41px;
	float: left;
	margin-right: 65px;
}
.footer .links a {
    font-size: 14px;
    line-height: 1.5;
}
.footer .contact{
	line-height: 1.5;
	float: left;
	color: #565656;
	margin-top: 42px;
}
.footer .contact a {
	color: #565656;
	border: none;
}
.footer .contact a:hover {
	color: #2f8fe8;
}
.footer .copy {
	float: right;
	font-size: 12px;
	color: #b6b5b2;
	margin-top: 43px;
}

/* index
-----------------------------------------------------------------------------*/
h1 {
	font-size: 45px;
	font-weight: normal;
	color: #0d1622;
	margin-bottom: 30px;
	line-height: 1;
}
h2 {
	font-size: 32px;
	font-weight: normal;
	color: #0d1622;
	margin-bottom: 20px;
	line-height: 1;
}

.product-search .search-wrap {
	width: 470px;
	float: right;
}
.product-search .search-wrap h2 {
	text-align: center;
	margin-top: 63px;
	line-height: 1;
}
.product-search .search-wrap .search {
	margin-top: 40px;
	position: relative;
	height: 47px;
	width: 425px;
}
.product-search .search-wrap .search input[type="text"] {
	height: 45px;
	width: 341px;
  padding-right: 10px;
}
.product-search .search-wrap .search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	color: #ffffff;
	border-radius: 0 7px 7px 0;
	display: block;
	width: 91px;
	height: 45px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
.product-search .search-wrap .example-seach {
	margin-top: 10px;
	line-height: 1;
	color: #a3a39f;
}

.element-catalog .item, .catalog-list .item{
		float: left;
		margin-left: 25px;
		margin-bottom: 35px;
		width: 220px;
}
.element-catalog .wrap-element {
	overflow: hidden;
	margin-bottom: 25px;
}
.element-catalog .wrap-element .item:nth-child(4n+1), .catalog-list .wrapper-item .item:nth-child(4n+1){
	margin-left: 0;
}
.element-catalog .item .img, .catalog-list .item .img {
	width: 218px;
	height: 327px;
	border-radius: 1px;
	border: 1px solid #E9E9E9;
	background-color: #F6F6F6;
	margin-bottom: 14px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.element-catalog .item .img:hover, .catalog-list .item .img:hover {
	border: 1px solid #3A93E6;
}
.element-catalog .item .img a,.catalog-list .item .img a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	border: none;
}
.element-catalog .item .img a img, .catalog-list .item .img a img{
	margin: auto;
}
.element-catalog .item a.name {
	font-size: 16px;
} 
.element-catalog .item .price {
	font-size: 16px;
	color: #0d1622;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.element-catalog .item .price .st {
	font-size: 13px;
	font-weight: normal;
}

/*new-product*/
section.wrapper-searsh-element-catalog {
	margin-top: 70px;
	position: relative;
}
.element-catalog .big-product {
	float: left;
	width: 462px;
	margin-bottom: 60px;
}
.element-catalog .big-product .img{
	height: 291px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border: 1px solid #F3F3F3;
	border-radius: 1px;
}
.element-catalog .big-product .img:hover{
	border: 1px solid #3A93E6;
}
.element-catalog img{
	/*border: 1px solid #F3F3F3;*/
	border-radius: 1px;
	margin: auto;
}

.element-catalog .big-product .name {
	float: left;
	font-size: 23px;
	margin-top: 15px;
}
.element-catalog .big-product .price {
	float: right;
	margin-top: 19px;
	color: #0d1622;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.element-catalog .big-product .price > span {
	font-size: 13px;
}
.all-catalog {
	display: block;
	width: 99.5%;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	border: 1px solid #EF7A46;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #0d1622;
	font-weight: bold;
	text-decoration: none !important;
}
.all-catalog:hover {
	background-color: #EF7A46;
	color: #ffffff;
}

section.about-zavod {
	width: 960px;
	margin: 60px auto 0 auto;
}
.about-zavod .img{
	float: left;
	width: 465px;
}
.about-zavod .text{
	float: right;
	width: 470px;
}
.about-zavod .text a {
	font-size: 16px;
}
.about-zavod .text span{
	color: #2f8fe8;
	margin-left: 5px;
	font-weight: bold;
}
p{
	font-size: 16px;
	color: #565656;
	margin-bottom: 25px;
	line-height: 1.5;
}

section.catalog-list {
	width: 960px;
	margin: 65px auto 0 auto;
}
.catalog-list .wrapper-item {
	overflow: hidden;
	margin-bottom: 30px;
}
.catalog-list .item .name{
	color: #0d1622;
	font-size: 23px;
	border:1px solid transparent;
	line-height: 1.3;
}
.catalog-list .item .name:hover {
	color: #2f8fe8;
	border-bottom: 1px solid #E0EEFC;
}
.catalog-list .item .col {
	color: #ef7a46;
	position: relative;
  top: -11px;
}

.catalog-list .all-catalog{
	margin: auto;
	width: 100%;
}
.catalog-list .wrap-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	padding-left: 55px;
}

/* Contacts
-----------------------------------------------------------------------------*/
section .text-contacts {
	width: 495px;
	margin: 75px auto 0 auto;
}
section .map {
	width: 100%;
	height: 368px;
}
.text-contacts .title {
	font-size: 23px;
	color: #0d1622;
	font-weight: normal;
	display: block;
	line-height: 1.3;
	margin-bottom: 20px;
}
.text-contacts .item .title {
	margin-bottom: 10px;
}
.text-contacts .item {
	font-size: 16px;
	color: #565656;
	line-height: 1.4;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
.text-contacts .item .item {
	margin-bottom: 0;
}
h3 {
	font-weight: normal;
	font-size: 23px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #0d1622;		
}
.recently-watched {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
section.recently-watched-wrap{
	background-color: #E9F3FB;
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}

.recently-watched .item{
		float: left;
		margin-right: 30px;
		width: 138px;
}

.recently-watched .slick-slide {
	width: 138px;
}
.recently-watched .wrap-element {
	overflow: hidden;
	margin-bottom: 60px;
	padding-top: 15px;
}
.slick-list {
	width: 990px;
}
.recently-watched .item .img {
	width: 136px;
	height: 201px;
	border-radius: 1px;
	border: 1px solid #ffffff;
	background-color: #A6A7A5;
	margin-bottom: 14px;
	overflow: hidden;
}
.recently-watched .item .img:hover {
	border: 1px solid #3A93E6;
}
.recently-watched .item .img a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	border: none;
	position: relative;
}
.recently-watched .item .img a:hover::after {
	content: '';
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	background-position: -108px 0;
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: 7px;
	right: 6px;
}
.recently-watched .item .img a img{
	margin: auto;
}
.recently-watched .item .price {
	font-size: 16px;
	color: #0d1622;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.recently-watched .item .price .st {
	font-size: 13px;
	font-weight: normal;
}
.recently-watched .wrap-arrow {
	  position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 35px;
    width: 93px;
    	    -webkit-box-shadow: 0px 0px 12px 1px rgba(232,232,232,0.9);
    box-shadow: 0px 0px 12px 1px rgba(232,232,232,0.9);
    border-radius: 7px;
}
.recently-watched .slick-arrow {
	height: 33px;
	width: 45px;
	display: block;
	background-color: #F7F7F7;
	border:1px solid #C0CFE2;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 23px;
	text-align: center;
	cursor: pointer;
	color: #1c1917;
	z-index: 5;

}
.recently-watched .slick-arrow:hover {
	border: 1px solid #8E8E8E;
	z-index: 10;
}
.recently-watched .slick-arrow.slick-disabled:hover {
	border:1px solid #C0CFE2;
	cursor: default;
}
.recently-watched .slick-arrow.slick-disabled {
	color: #c6c4c4;
}
.recently-watched .slick-arrow.slick-prev {
	right: 44px;
	border-radius:7px 0 0 7px;
}
.recently-watched .slick-arrow.slick-next{
	border-radius:0 7px 7px 0;
}

section.recently-watched-wrap.white .item .img a img {
	width: 100%;
}
section.recently-watched-wrap.white {
	background-color: #ffffff;
}
.recently-watched-wrap.white .slick-arrow {
	border: 1px solid #CCCCCC;
}
.recently-watched-wrap.white .slick-arrow:hover{
		border: 1px solid #8E8E8E;
}
/* about
--------------------------------------------------------------------*/
.content .banner {
	margin-bottom: 70px;
	overflow: hidden;
	    width: 100%;
}
.content .banner img {
	display: block;
	margin: 0 auto;
}
section.about {
	width: 630px;
	margin: 0 auto;
	padding-bottom: 70px;
}
p.big-p {
	color: #565656;
	font-size: 23px;
}
hr {
	background-color: #D9D9D9;
	height: 1px;
	width: 100%;
	margin-bottom: 25px;
	border: none;
}
/* Entry
--------------------------------------------------------------*/
section.left-and-right-block {
	margin-top: 100px;
}
.pos-block{
 	width: 479px;
 	float: left;
 	padding-bottom: 50px;
 	position: relative;
}
.pos-block.right-pos-block {
 border-left: 1px solid #D9D9D9;
 left: -1px;
}
.pos-block.left-pos-block {
 border-right: 1px solid #D9D9D9;
} 
.height-100 {
	clear: both;
	height: 100px;
}
.height-115 {
	clear: both;
	height: 115px;
}
.form-block span.label {
	display: block;
	color: #424139;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1;
}
.form-block input[type="text"] {
	width: 244px;
	display: block;
	margin-bottom: 5px;
}
.form-block {
	margin-left: 82px;
}
.right-pos-block .form-block {
	margin-left: 115px;
}
/* Shipping
-------------------------------------------------------------------*/

.bradcrumb {
	overflow: hidden;
}
.bradcrumb li {
	float: left;
	list-style: none;
	margin: 44px 0 40px 0;
}
.bradcrumb li::before{
	 content:"\2192";
	 margin: 0 4px;
	 color: #565656;
}
.bradcrumb li:first-child::before {
		content:'';
		margin: 0;
}

.basket-steps {
	overflow: hidden;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 65px;
}
.basket-steps li {
	float: left;
	color: #b6b5b2;
	font-size: 32px;
}
.basket-steps li a {
	text-decoration: none;
	color: #b6b5b2;
	border: none;
}
.basket-steps li::before{
	 content:"\2192";
	 margin: 0 10px;
	 color: #b6b5b2;
}
.basket-steps li:first-child::before {
		content:'';
		margin: 0;
}
.basket-steps li.active,.basket-steps li a:hover{
	color: #0d1622;
}
/* Payment
-----------------------------------------------------------------*/

.right-pos-block .cont{
	padding-left: 25px;
}
.right-pos-block .cont h3 {
	margin-left: 10px;
	margin-bottom: 65px;
	line-height: 1.4;
}
p.small-p {
	font-size: 13px;
}
.left-pos-block .cont{
	padding-right: 33px;
}
.left-pos-block .cont h3 {
	margin-bottom: 35px;
	line-height: 1.4;
}
.left-pos-block .cont .date-order {
	float: left;
}
.left-pos-block .cont .btn-wrap {
	float: left;
	margin-top: 75px;
	margin-right: 35px;
}
.right-pos-block .cont .btn-wrap {
	float: left;
	margin-top: 80px;
	margin-right: 35px;
}
.right-pos-block .cont .btn-wrap .button,.right-pos-block .cont .btn-wrap .button-link {
	padding: 0 40px;
}
.left-pos-block .cont .date-order {
	float: left;
	color: #565656;
	margin-top: 35px;
}
.right-pos-block .cont .date-order {
	float: left;
	color: #565656;
	margin-top: 50px;
}
.pos-block .cont .date-order .summ {
	font-size: 23px;
	margin-top: 30px;
}
.pos-block .cont .date-order .summ .cost {
	font-weight: bold;
}
.pos-block .cont span.label {
    display: block;
    color: #424139;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1;
}
.pos-block .cont input[type="text"] {
	  width: 244px;
    display: block;
    margin-bottom: 15px;
}

.pos-block .check-label{
	display: block;
	margin-bottom: 25px;
}

.checkbox-style {
	vertical-align: middle;
	width: 22px;
	height: 23px;
	background: url('/local/templates/new_template_2019/css/../images/checkbox.png') no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
}
.checkbox-style.checked {
	background-position: -23px 0;
}

.card-page {
	position: relative;
	margin-left: 14px;
	padding-bottom: 45px;
}
.card-page input{
	font-size: 16px;
}
.cont .card-page .card-page-1 {
	padding: 17px 19px 14px 19px;
	border: 1px solid #CCCCCC;
	border-radius: 12px;
	background-color: #ffffff;
	position: relative;
	z-index: 20;
	width: 300px;
}
.pos-block .cont .card-page  input.long {
	width: 301px;
}
.pos-block .cont .card-page  input.month {
	width: 41px;
	display: inline-block;
	margin-right: 10px;
}
.pos-block .cont .card-page  input.year {
	width: 60px;
	margin-left: 10px;
  display: inline-block;
}
.pos-block .cont .card-page  input.cvc {
	width: 50px;
}
.pos-block .cont .card-page .deistvie {
	margin-bottom: 10px;
}
.pos-block .cont .card-page .deistvie .label{
 float: left;
 margin-top: 15px;
}
.pos-block .cont .card-page .deistvie .group-input {
	float: right;
	margin-top: 4px;
}
.pos-block .cont .card-page .deistvie .group-input span.month {
	float: left;
  margin-top: -10px;
	margin-right: 33px;
}
.pos-block .cont .card-page .deistvie .group-input span.year {
	float: left;
	margin-top: -10px;
}
.pos-block .cont .card-page .check-label {
	margin: 0;
}
.cont .card-page .card-page-2 {
	position: absolute;
	background-color: #ffffff;
	width: 340px;
	height: 263px;
	border: 1px solid #CCCCCC;
	border-radius: 12px;
	z-index: 10;
	top: 29px;
	right: 0;
}
.cont .card-page .card-page-2 .magnnit-line {
	height: 59px;
	background-color: #F4F4F4;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.cont .card-page .card-page-2 .group-input{
	float: right;
	margin-right: 19px;
}
.cont .card-page .card-page-2 .group-input span.label {
	padding-left: 5px;
}

/* Payment- ok
-------------------------------------------------------------------*/
.text-pay-ok {
	width: 435px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.text-pay-ok h3 {
	margin-bottom: 35px;
}
.text-pay-ok .date-order {
	float: left;
	color: #565656;
	margin-top: 35px;
}
.text-pay-ok .date-order {
	float: left;
	color: #565656;
	margin: 30px 0;
}
.text-pay-ok .date-order .summ {
	font-size: 23px;
	margin-top: 30px;
}
.text-pay-ok .date-order .summ .cost {
	font-weight: bold;
}
.text-pay-ok .button-link {
	margin-right: 20px;
	margin-bottom: 60px;
}
.text-pay-ok a {
	font-size: 16px;
}
/* My orders
--------------------------------------------------------------------------*/

.sidebar {
	width: 215px;
	float: left;
	border-right: 1px solid #D9D9D9;
}
.content-order {
	 padding-left: 30px;
	 float: left;
	 padding-bottom: 60px;
	 border-left: 1px solid #D9D9D9;
	 position: relative; 
	 left: -1px;
	 width: 713px;
}
.sidebar .data-item {
	margin-bottom: 40px;
}
.sidebar .data-item .title{
	color: #0d1622;
	font-size: 16px;
}
.sidebar .data-item p {
	font-size: 13px;
}
.sidebar .data-item a{
	 	display: inline-block;
    margin-bottom: 5px;
}
.content-order table {
	width: 100%;
	border-collapse: collapse;
}
.content-order table tr {
	border-bottom: 1px solid #D9D9D9;
}
.content-order table tr th {
	text-align: left;
	padding-bottom: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #0d1622;
}
.content-order table tr td{
 height: 96px;
 color: #565656;
 font-size: 13px;
}
.content-order table tr td.name {
	font-size: 16px;
	color: #0d1622;
}
.content-order table tr td a {
	font-weight: bold;
}
.content-order table tr th.name{
	width: 123px;
	padding-right: 20px;
}
.content-order table tr th.position{
	width: 85px;
}
.content-order table tr th.data{
	width: 92px;
}
.content-order table tr th.sum{
	width: 104px;
}
.content-order table tr th.status{
	width: 165px;
}
.content-order table tr th.dogovor{
	width: 77px;
}
.content-order table tr th.chet{
	width: 31px;
}

/* Address_shipping
--------------------------------------------------------------------------*/
.address input[type="text"]{
    width: 98%;
    display: block;
    margin-bottom: 5px;	
    color: #000000;
    font-size: 16px;
}
.address h3 {
	margin-bottom: 35px;
}
.address .line-item .item.small{
	width: 93px;
}
.address span.label {
	  display: block;
    color: #424139;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1;
}
.line-item .item {
	float: left;
	margin-left: 20px;
	width: 241px;
}
.line-item .item:first-child {
	margin-left: 0;
}
.address .line-item {
	/*margin-bottom: 40px;*/
	min-height: 100px;
}
.line-item .item.phone-inp {
	width: 168px;
}
div.delyvery {
	padding-bottom: 70px;
}
div.delyvery .line-item{
	overflow: hidden;
}
div.delyvery h3 {
	margin-bottom: 40px;
}
div.delyvery .line-item .item {
	float: left;
	width: 296px;
	background-color: #E9F3FB;
	margin-left: 30px;
	text-align: center;
	padding: 28px 0 38px 0;
}
div.delyvery .line-item .item:first-child {
	margin-left: 0;
}
div.delyvery .line-item .item .text {
	font-size: 13px;
	color: #424139;
	line-height: 1;
	margin-bottom: 50px;
}
div.delyvery .line-item .item .text span.black {
	font-size: 16px;
	font-weight: bold;
}
div.delyvery .line-item .item .price {
	font-size: 32px;
	color: #ef7a46;
	line-height: 1;
	margin-bottom: 15px;
}
.ready-addres .item p {
	color: #424139;
}
.ready-addres {
	padding-bottom: 50px;
}
.ready-addres .item {
	width: 325px;
	margin: 0;
}

/* Confirm
-------------------------------------------------------------*/
.type-order {
	text-align: right;
	margin-top: -35px;
}
.type-order span{
	color: #565656;
}
.type-order a, .type-order span {
	margin-left: 15px;
}
.basket-table {
	margin-top: 30px;
	margin-bottom: 45px;
}
.basket-table thead tr .item {
 	overflow: hidden;
}
.basket-table thead tr td {
	padding: 0 !important;
	font-size: 13px !important;
	color: #0d1622 !important;
}
.basket-table thead tr td > div {
	min-height: 50px !important;
	line-height: 1.4 !important;
}

.basket-table {
	border-collapse: collapse;
}
.basket-table tr {
	border-bottom: 1px solid #D9D9D9;
}
.basket-table tbody tr td{
	padding: 19px 0;
} 
.basket-table .img {
	width: 82px;
	padding-right: 25px;
	vertical-align: middle!important;
}
.basket-table .img a{
	width: 80px;
	height: 100%;
	display: block;
	text-decoration: none;
	border: 1px solid #E9E9E9;
}
.basket-table .img a:hover{
	border-color: #2f8fe8;
}
.basket-table .img a img {
	margin: auto;
	max-width: 80px;
}
.basket-table .item {
	width: 470px;
}
.basket-table .item .title {
	color: #0d1622;
	font-size: 16px;
}
.basket-table .item .title a {
	text-decoration: none;
	font-size: 23px;
	color: #0d1622;
	border-bottom: 1px solid #D9D9D9;
}
.basket-table .item .title a:hover {
	  color: #2f8fe8;
    border-bottom: 1px solid #E0EEFC;
}
.basket-table .item .color {
	float: left;	
	width: 75px;
	min-height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.basket-table .item div > span {
	margin: auto 0;
}
.basket-table .item .upakovok {
	float: left;
	width: 90px;
	min-height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.basket-table .item .razmer {
	float: left;
	width: 110px;
	min-height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.basket-table .item .razmer span {
	color: #565656;
}
.basket-table .item span.black {
	  color: #0d1622;
}
.basket-table .item .ves {
	float: left;
	width: 85px;
	min-height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.9;

}
.basket-table .item .obem {
	float: left;
	width: 98px;
	min-height: 95px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.basket-table td.price {
	width: 135px;
	color: #ef7a46;
	font-size: 23px;
	    padding-top: 45px;
}
.basket-table .price .rub {
	font-size: 16px;
}
.basket-table .count {
	width: 165px;
	    padding-top: 45px;
}
.basket-table .summa {
	width: 83px;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	color: #565656;
    padding-top: 45px;
	position: relative;
}
.basket-table .summa .delete {
	position: absolute;
	width: 15px;
	height: 15px;
	display: block;
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-position: -68px 0;
	background-repeat: no-repeat;
	top: 18px;
	right: 0;
	border: none;
}
.basket-table .summa .price {
	font-size: 16px;
	font-weight: bold;
}
.basket-table .summa .price .rub {
	font-size: 13px;
}
.color-span{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}
.wrap-line-confirme {
 		overflow: hidden;
 		margin-bottom: 70px;
}
.wrap-line-confirme .delevery {
	float: left;
	width: 298px;
	height: 216px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color:#E9F3FB;
	border-radius: 4px;
	color: #0d1622;
	font-size: 32px;
}
.wrap-line-confirme .delevery span {
	margin: auto;
}
.wrap-line-confirme .summ-price{
	float: right;
	text-align: right;
	font-size: 23px;
	color: #0d1622;
	margin-left: 140px;
}
.wrap-line-confirme .summ-price span {
	font-weight: bold;
}
.wrap-line-confirme .summ-price .button {
	margin-top: 23px;
	display: inline-block;
}
.wrap-line-confirme  .data-order {
	 float: right;
	 width: 165px;
	 text-align: right;
	 color: #565656;
	 font-size: 16px;
	 line-height: 1.4;
}
/* CATALOG all version
------------------------------------------------------------*/
section .sidebarLeft {
	float: left;
	width: 215px;
	border-right: 1px solid #D9D9D9;
	padding-bottom: 50px;
	position: relative;
}
.sidebarLeft .catalog-filter {
	padding-top: 40px;
	padding-bottom: 30px;
}
.sidebarLeft .catalog-filter h3 {
	padding-left: 15px;
	line-height:38px;
	margin-bottom: 5px;
}
.sidebarLeft .catalog-filter h3.active {
	background-color:#E9F3FB;
}
.sidebarLeft .catalog-filter h3 a {
	color: #0d1622;
	border:none;
	line-height:38px;
	display: block;
}
.sidebarLeft .catalog-filter ul li {
	list-style: none;
	line-height: 2.2;
	padding-left: 15px;
}
.sidebarLeft .catalog-filter ul li.active {
	background-color: #E9F3FB;
}
.sidebarLeft .catalog-filter ul li a {
	color: #565656;
	text-decoration: none;
	border: none;
}
.sidebarLeft .catalog-filter ul li:hover {
	background-color: #E9F3FB;
}

.sidebarLeft .filter .item .color li {
	float: left;
	list-style: none;
	width: 39px;
	height: 39px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.sidebarLeft .filter .item .color li.active {
	background-color: #ECECEC;
	border-radius: 18px;
	width: 89px;
}
.sidebarLeft .filter .item .color .cancel {
	display: none;
}
.sidebarLeft .filter .item .color li.active .cancel{
	  position: absolute;
    background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
    background-repeat: no-repeat;
    background-position: -68px 0;
    display: block;
    width: 15px;
    height: 15px;
    right: 13px;
    top: 12px;
    border: none;
    cursor: pointer;
}
.sidebarLeft .filter .item .color li span {
	display: block;
	width: 35px;
	height: 35px;
	margin: 2px 0 0 2px;
	border-radius: 18px;
	cursor: pointer;
	border-radius: 18px;
	    -webkit-box-shadow: 0px 0px 1px;
	            box-shadow: 0px 0px 1px;
}
.sidebarLeft .filter .item .color li span.white-bg{
	height: 33px;
	width: 33px;
}
.sidebarLeft .filter .title {
	font-size: 16px;
	color: #0d1622;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0 10px 15px;
	border-top: 1px solid #D9D9D9;
}
.sidebarLeft .filter .title .wrap-btn {
	display: inline-block;	
	position: relative; 
	margin-left: 15px;
}
.sidebarLeft .filter .title .wrap-btn:hover .help-btn{
	display: block;
}
.sidebarLeft .filter .title .wrap-btn .help-btn {
	position: absolute;
    width: 146px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    display: block;
    text-align: center;
    line-height: 45px;
    z-index: 20;
    background-color: #ffffff;
    top: 33px;
    left: -56px;
    display: none;
}
.sidebarLeft .filter .title .wrap-btn .help-btn .btn-link {
	border: none;
	background-color: #ffffff;
	color: #2f8fe8;
    text-decoration: none;
    border-bottom: 1px solid #E0EEFC;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1;
    cursor: pointer;
}
.sidebarLeft .filter .title .wrap-btn .help-btn .btn-link:hover {
	color: #2f8fe8;
	border-bottom: 1px solid transparent;
}
.sidebarLeft .filter .title .wrap-btn .help-btn::before, .sidebarLeft .filter .title .wrap-btn .help-btn::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 50%;
    border: 10px solid transparent;
    border-bottom: 10px solid #CCCCCC;
    z-index: 20;
}
.sidebarLeft .filter .title .wrap-btn .help-btn::after {
    border-bottom: 10px solid white;
    top: -19px;
}


.sidebarLeft .filter .title .wrap-btn .show-btn {
	display: block;
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
	background-position: -173px 0;
	text-decoration: none;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}


.sidebarLeft .filter .item {
	padding: 22px 0 10px 15px;
	border-top: 1px solid #D9D9D9;
	overflow: hidden;
	width: 200px;
}
.sidebarLeft .filter .item .item-name {
	color: #0d1622;
	font-size: 16px;
	margin-bottom: 10px;
}
.sidebarLeft .filter .item .line {
	color: #565656;
	margin-bottom: 10px;
}
.sidebarLeft .filter .item .line sup {
	font-size: 14px;
	color: #ff6927;
}
.sidebarLeft .filter .color .checkbox-style {
	display: none;
}
/*.checkbox-style-catalog {
	vertical-align: middle;
	width: 22px;
	height: 23px;
	background: url('/local/templates/new_template_2019/css/../images/checkbox.png') no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
}
.checkbox-style-catalog.checked {
	background-position: -23px 0;
}*/

section .catalog {
	width: 713px;
	float: left;
	position: relative;
	left: -1px;
	border-left: 1px solid #D9D9D9;
	/*padding: 50px 0 50px 30px;*/
	padding: 0px 0 0px 30px;
}
.breadcrumb-catalog {
	overflow: hidden;
	margin: 40px 0 30px 0;
	/*margin: 0 0 30px 0*/
}
.breadcrumb-catalog li {
	float: left;
	list-style: none;
	color: #a3a39f;
}
.breadcrumb-catalog li a {
	text-decoration: none;
	color: #a3a39f;
	border-bottom: 1px solid #E5E5E5;
}
.breadcrumb-catalog li a:hover {
	  color: #2f8fe8;
    border-bottom: 1px solid #E0EEFC;
}
.breadcrumb-catalog li::before {
	content: '\003E';
	margin: 0 5px;
	float: left;
}
.breadcrumb-catalog li:first-child::before {
	content: '';
	margin: 0;
}
.catalog .orders {
	overflow: hidden;
	margin-bottom: 15px;
}
.catalog .orders .title {
	float: left;
	color: #0d1622;
	font-size: 13px;
}
.catalog .orders ul li {
	float: left;
	list-style: none;
}
.catalog .orders ul li a {
	margin-left: 15px;
}
.catalog .orders ul li a.active {
	color: #565656;
	border: none;
}
.catalog .orders ul li a.active.min-to-max::before {
	content: '\2193';
	display: inline-block;
	margin-right: 5px;
}
.catalog .orders ul li a.active.max-to-min::before {
	content: '\2191';
	display: inline-block;
	margin-right: 5px;
}
.catalog .orders .type-buy{
	float: right;
	text-align: right;
	margin-left: 15px;
}
.pagination-cat ul li{
 	display: inline-block;
 	list-style: none;
 	margin: 0 7px;
}
.pagination-cat ul li a {
	border: none;
	text-decoration: none;
	color: #1c1917;
	font-size: 23px;
}
.pagination-cat ul li a:hover {
	text-decoration: underline;
}
.pagination-cat {
	text-align: center;
	margin-top: 30px;
}

.wrapper-items-catalog .item-catalog .img{
	position: relative;
	float: left;
	width: 135px;
	height: 203px;
	margin-right: 29px;
	overflow: hidden;
}
.wrapper-items-catalog .item-catalog {
	border-top: 1px solid #D9D9D9;
	padding: 33px 0;
	height: auto;
	position: relative;
}
.wrapper-items-catalog .item-catalog .img a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 2px;
	border: 1px solid #E8E8E8;
	position: relative;
	overflow: hidden;
}
.wrapper-items-catalog .item-catalog .img a:hover {
	border-color: #3A93E6;
}
.wrapper-items-catalog .item-catalog .img a:hover::after {
	  content: '';
    background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
    background-repeat: no-repeat;
    background-position: -108px 0;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 7px;
    right: 6px;
}
.wrapper-items-catalog .item-catalog .img a img {
	margin: auto;
	max-width: 133px;
	max-height: 201px;
}
.wrapper-items-catalog .item-catalog .name-and-prop {
	float: left;
	width: 295px;
}
.wrapper-items-catalog .item-catalog .name-and-prop h3 {
	margin: 0 0 5px 0;
}
.wrapper-items-catalog .item-catalog .name-and-prop h3 a {
	text-decoration: none;
	border-bottom: 1px solid #E5E5E5;
	color: #0d1622;
}
.wrapper-items-catalog .item-catalog .name-and-prop h3 a:hover {
	  color: #2f8fe8;
    border-bottom: 1px solid #E0EEFC;
}
.wrapper-items-catalog .item-catalog .name-and-prop h3 span {
	font-size: 16px;
	color: #0d1622;
}
.wrapper-items-catalog .item-catalog .name-and-prop .item-prop{
	width: 170px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .item-prop.razmer {
	min-height: 50px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .razmer li{
	float: left;
	list-style: none;
	margin-right: 5px;
	color: #565656;
	position: relative;
	margin-bottom: 3px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .razmer li small {
  position: relative;
  top: -5px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .color {
	min-height: 55px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .color .black {
	display: block;
	margin-bottom: 5px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .color li {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}
.wrapper-items-catalog .item-catalog .name-and-prop .color li a {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 10px;
	border: none;
}
.wrapper-items-catalog .item-catalog .name-and-prop .color li a.white-bg {
	height: 18px;
	width: 18px;
}
.wrapper-items-catalog .item-catalog .help-color-msg {
	position: absolute;
	width: 146px;
	height: 45px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	display: block;
	text-align: center;
	line-height: 45px;
	 z-index: 20;
	 background-color: #ffffff;
    top: 40px;
    left: -52px;
   display: none;
}
.wrapper-items-catalog .item-catalog .help-color-msg::before,.wrapper-items-catalog .item-catalog .help-color-msg::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 50%;
 	border: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  z-index: 20;
}
.wrapper-items-catalog .item-catalog .help-color-msg::after {
	 border-bottom: 10px solid white;
   top: -19px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .color li a.active::before {
	content: '';
	display: block;
	position: absolute;
	height: 24px;
	width: 24px;
	border-radius: 12px;
	border: 1px solid #6E6E6E;
	top: -3px;
	left:-3px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .item-prop .price{
	color: #ef7a46;
	font-size: 23px;
	line-height: 1;
	margin-bottom: 4px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .item-prop .price .rub {
	font-size: 16px;
}
.wrapper-items-catalog .item-catalog .name-and-prop .item-prop .material{
	color: #a0b090;
	font-size: 13px;
}
.wrapper-items-catalog .item-catalog .buy-block {
	width: 250px;
	float: right;
}
.wrapper-items-catalog .item-catalog .buy-block .title{
	color: #565656;
	font-size: 13px;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}
.wrapper-items-catalog .item-catalog .buy-block p .upak{
	font-size: 16px;
}
.wrapper-items-catalog .item-catalog .buy-block p {
	font-size: 13px;
	margin-bottom: 0;
	position: relative;
}

.wrapper-items-catalog .item-catalog .buy-block p .info {
	content: '';
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-position: -86px 0;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
}
.wrapper-items-catalog .item-catalog .buy-block .price {
	font-size: 23px;
	color: #ef7a46;
	float: left;
	margin-top: 20px;
}
.wrapper-items-catalog .item-catalog .buy-block .price .rub {
	font-size: 16px;
}
.wrapper-items-catalog .item-catalog .buy-block .cost{
	font-size: 13px;
	color: #565656;
	float: right;
	text-align: right;
	margin-top: 10px;
 	line-height: 1.2;
}
.wrapper-items-catalog .item-catalog .buy-block .cost strong {
	font-size: 16px;
	color: #0d1622;
}
.wrapper-items-catalog .item-catalog .buy-block .cost .black {
	font-weight: bold;
}
.wrapper-items-catalog .item-catalog .buy-block .sub-buy {
	width: 100%;
	height: 47px;
	position: relative;
	margin-top: 5px;
}
.wrapper-items-catalog .item-catalog .buy-block .sub-buy input[type="text"] {
	height: 45px;
  padding-left: 47px;
  width: 149px;
  padding-right: 20px;
  color: #7e7e7e;
}
.wrapper-items-catalog .item-catalog .buy-block .sub-buy .button-link {
	position: absolute;
	top: 0;
	right: 0;
	height: 47px;
	border: none;
}
.wrapper-items-catalog .item-catalog .buy-block .sub-buy span.color{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 15px;
	top: 13px;
	border-radius: 11px;
}

.wrapper-items-catalog .item-catalog .info-block {
	display: none;
	position: absolute;
	top: 26px;
	right: 53px;
	padding: 40px 30px;
	width: 280px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 50px -8px rgba(0,0,0,0.49);
box-shadow: 0px 10px 50px -8px rgba(0,0,0,0.49);
border-radius: 8px;
z-index: 50;
}
.wrapper-items-catalog .item-catalog .info-block .close-btn {
	position: absolute;
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	background-position: -68px 0;
	display: block;
	width: 15px;
	height: 15px;
	right: 18px;
	top: 16px;
	border: none;
	cursor: pointer;
}
.wrapper-items-catalog .item-catalog .info-block ol li {
	margin-bottom: 8px;
}
.wrapper-items-catalog .item-catalog .info-block ol li span{
	color: #565656;
	font-size: 13px;
}
.wrapper-items-catalog .item-catalog .info-block ol {
	font-size: 16px;
	color: #0d1622;
	padding-left: 20px;
}
.wrapper-items-catalog .item-catalog .buy-block .roznica .cost {
	margin-top: 3px;
}
.wrapper-items-catalog .item-catalog .buy-block .roznica .price {
	margin-top: 5px;
}
.wrapper-items-catalog .item-catalog .buy-block .roznica .title {
	margin-bottom: 48px;
}
.breaking-news-wrap {
	width: 100%;
	min-height: 40px;
	background-color: #FFB503;
}
.breaking-news-wrap .breaking-news {
	width: 960px;
	margin: 0 auto;
	color: #0d1622;
	overflow: hidden;
}
.breaking-news-wrap .breaking-news .text {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: relative;
}
.breaking-news-wrap .breaking-news .text .close {
	  position: absolute;
    background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
    background-repeat: no-repeat;
    background-position: -150px 0;
    display: block;
    width: 15px;
    height: 15px;
    right: 0;
    top: 13px;
    border: none;
    cursor: pointer;
    opacity: 1;
}
.breaking-news-wrap .breaking-news .text .why {
    line-height: 40px;
    margin-left: 70px;
    padding: 0 30px;
    display: inline-block;
    border: none;
    background-color: #E9A401;
    margin-right: -195px;
    position: relative;
}
.breaking-news-wrap .breaking-news .more-text {
	font-size: 13px;
	width: 630px;
	margin: 10px auto 20px auto;
	display: none;
}
.breaking-news-wrap .breaking-news a {
	color: #0d1622;
	border-bottom: 1px solid #EAA706;
	text-decoration: none;
}
.breaking-news-wrap .breaking-news a:hover {
	  border-bottom: 1px solid transparent;
}

.search-block .search-inp{
	height: 47px;
	width: 713px;
	position: relative;
	margin-bottom: 15px;
}
.search-block .search-inp input[type="text"]{
	width: 641px;
	padding-right: 70px;
	height: 45px;
	color: #0d1622;
	font-size: 23px;
	text-indent: 23px;
}
.search-block .search-inp input[type="submit"] {
	height: 21px;
	width: 20px;
	border:none;
	background-color: #ffffff;
	text-indent: -99999px;
	position: absolute;
	display: block;
	top: 15px;
	right:20px;
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	background-position: -127px 0;
}
.search-block .search-inp .clear-inp {
	  position: absolute;
    background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
    background-repeat: no-repeat;
    background-position: -150px 0;
    display: block;
    width: 15px;
    height: 15px;
    right: 53px;
    top: 17px;
    border: none;
    cursor: pointer;
}
.search-block .message-search {
	color: #a3a39f;
	font-size: 13px;
	margin-bottom: 60px;
}

.search-block .catigori-search .title{
	float: left;
	font-weight: bold;
	color: #0d1622;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
}
.search-block .catigori-search .categori-list li{
	float: left;
	list-style: none;
	margin-left: 20px;
	height: 33px;
}
.search-block .catigori-search .categori-list li a {
	color: #0d1622;
	font-size: 13px;
	border: none;
	line-height: 31px;
	display: block;
	padding: 0 13px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.search-block .catigori-search .categori-list li a:hover{
	border-color: #8E8E8E;
}
.search-block .catigori-search .show-hide-all-cat {
	float: right;
	width: 102px;
	padding: 0 13px;
	line-height: 31px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #0d1622;
	position: relative;
}
.search-block .catigori-search .show-hide-all-cat::after {
	content:'';
	position: absolute;
	top: 13px;
	right: 13px;
	content: '';
  border: 5px solid transparent;
  border-top: 7px solid #4C4C4C;
}
.search-block .catigori-search .show-hide-all-cat.open::after {
  border: 5px solid transparent;
  border-bottom: 7px solid #4C4C4C;
  border-top: none;
}
.search-block .catigori-search .show-hide-all-cat:hover {
	border-color: #8E8E8E;
}
.search-block .wrap-line-other {
	display: none;
}
.search-block .wrap-line-other .line-item-other{
 overflow: hidden;
 margin-bottom: 20px;
}
.search-block .wrap-line-other .line-item-other .title{
	max-width: 150px;
	min-width: 82px;
	color: #0d1622;
	font-size: 23px;
}
.search-block .wrap-line-other .line-item-other ul {
	float: left;
	margin-left: 30px;
	width: 190px;
	list-style: none;
	margin-top: 10px;
}
.search-block .wrap-line-other .line-item-other ul li {
	margin-bottom: 10px;
}
/*
.catalog .orders .type-buy a {
	margin-left: 15px;
}*/
.catalog .orders .type-buy span {
	margin-left: 15px;
}
.catalog .orders .type-buy span.active {
	color: #565656;
	font-size: 13px;
}
.catalog .category-list{
	overflow: hidden;
	margin: 0 0 35px 0;
}
.catalog .category-list ul li {
	width: 85px;
	text-align: center;
	margin: 0 0 15px 26px;
	float: left;
	list-style: none;
}
.catalog .category-list ul li:nth-child(6n+1) {
	margin-left: 0;
}
.catalog .category-list ul li img{
	margin: auto;
}
.catalog .category-list ul li a span{
	color: #565656;
	border-bottom: 1px solid #EDEDED;
}
.catalog .category-list ul li a:hover span{
	color: #2f8fe8;
	border-bottom: 1px solid #E0EEFC;
}
.catalog .category-list ul li .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #E9E9E9;
	border-radius: 1px;
	width: 80px;
	height: 117px;
	margin: 0 auto 7px auto;
}
.catalog .category-list ul li a:hover .img {
	border: 1px solid #3A93E6;
}
.catalog .category-list .title {
	color: #0d1622;
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: 3px;
}
.buy-block .tabs-wrap .tabs {
min-height: 120px;/*120 просто*/
}
.buy-block .tabs-wrap .tabs .optovaia {
	padding-top: 10px;
}
.buy-block .tabs-wrap .tabs .roznica {
	padding-top: 50px;
}
.buy-block .tabs-wrap .ui-tabs-nav {
	border-bottom: 1px solid #CCCCCC;
}
.buy-block .tabs-wrap .ui-tabs-nav li{
	list-style: none;
	display: inline-block;
	border-radius: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	text-align: center;
	width: 119px;
	height: 28px;
	line-height: 28px;
	outline: none;
	position: relative;
	bottom: -1px;
}
.buy-block .tabs-wrap .ui-tabs-nav li.ui-state-active {
	border-bottom: 1px solid #ffffff;
}
.buy-block .tabs-wrap .ui-tabs-nav li a {
	color: #0d1622;
	border:none;
	display: block;
	outline: none;
}
.buy-block .tabs-wrap .ui-tabs-nav li:first-child{
	margin-right: 4px;
}
.buy-block .tabs-wrap .ui-tabs-nav li.ui-state-active a{
	color: #565656;
}
/* Item-page
------------------------------------------------------------------------*/
section.recently-watched-wrap.white {
	background-color: #ffffff;
}
.recently-watched-wrap.white .slick-arrow {
	border: 1px solid #CCCCCC;
}
.recently-watched-wrap.white .slick-arrow:hover{
		border: 1px solid #8E8E8E;
}
.detail-page {
	padding: 30px 0 35px 0;
	border-bottom: 1px solid #D9D9D9;
	overflow: hidden;
}
.detail-page .img {
	position: relative;
	border-radius:2px;
	width: 237px;
	height: 362px;
	float: left;
	margin-right: 30px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}
/*.block_label_for_item {
    position: absolute;
    top: 0px;
    left: 0px;
}
.label_for_item {
    width: 60%;
}*/
.detail-page .img:hover{
  border: 1px solid #3A93E6;
}
.detail-page .img a {
	border: none;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}
.detail-page .img a img {
	margin: auto;
	width: 100%;
}
.detail-page .information {
	width: 355px;
	float: left;
	position: relative;
}
.detail-page .information .articul{
	color: #a3a39f;
	font-size: 12px;
	margin-bottom: 10px;
}
.detail-page .information h2 {
	margin-bottom: 5px;
}
h2 span {
	font-size: 16px;
}
.detail-page .information .type {
	color: #a0b090;
	font-size: 13px;
	min-height: 19px;
	padding: 0 7px;
	border-radius: 2px;
	background-color: #F8FEEF;
	margin-bottom: 20px;
	display: inline-block;
}

.detail-page .information div.color {
	min-height: 75px;
}
.detail-page .information .color .black {
	display: block;
	margin-bottom: 5px;
}
.detail-page .information .color li {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 14px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}
.detail-page .information .color li a {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 10px;
	border: none;
}
.detail-page .information .color li a.white-bg {
	height: 18px;
	width: 18px;
}
.detail-page .information .help-color-msg {
	position: absolute;
	width: 146px;
	height: 45px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	display: block;
	text-align: center;
	line-height: 45px;
	 z-index: 20;
	 background-color: #ffffff;
    top: 37px;
    left: -52px;
   display: none;
}
.detail-page .information .color li:hover .help-color-msg {
	display: block;
}
.detail-page .information .help-color-msg::before,.detail-page .information .help-color-msg::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 50%;
 	border: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  z-index: 20;
}
.detail-page .information .help-color-msg::after {
	 border-bottom: 10px solid white;
   top: -19px;
}
.detail-page .information .color li a.active::before {
	content: '';
	display: block;
	position: absolute;
	height: 24px;
	width: 24px;
	border-radius: 12px;
	border: 1px solid #6E6E6E;
	top: -3px;
	left:-3px;
}

.detail-page .information .buy-block {
	width: 310px;
}
.detail-page .buy-block .tabs-wrap .tabs {
	height: 101px;
}
.detail-page .information .buy-block .title{
	color: #565656;
	font-size: 13px;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}
.detail-page .information .buy-block p .upak{
	font-size: 16px;
}
.detail-page .information .buy-block p {
	font-size: 13px;
	margin-bottom: 0;
	position: relative;
	min-height: 40px;
}
.detail-page .buy-block .tabs-wrap .ui-tabs-nav li {
	width: 149px;
}
.detail-page .information .buy-block p .info {
	content: '';
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-position: -86px 0;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
}
.detail-page .information .buy-block .price {
	font-size: 23px;
	color: #ef7a46;
	float: left;
	margin-top: 20px;
}
.detail-page .information .buy-block .price .rub {
	font-size: 16px;
}
.detail-page .information .buy-block .cost{
	font-size: 13px;
	color: #565656;
	float: right;
	text-align: right;
	margin-top: 10px;
 	line-height: 1.2;
}
.detail-page .information .buy-block .cost strong {
	font-size: 16px;
	color: #0d1622;
}
.detail-page .information .buy-block .cost .black {
	font-weight: bold;
}
.detail-page .information .buy-block .sub-buy {
	width: 100%;
	height: 47px;
	position: relative;
	margin-top: 5px;
}
.detail-page .information .buy-block .sub-buy input[type="text"] {
	height: 45px;
  padding-left: 47px;
  width: 140px;
  padding-right: 20px;
  color: #7e7e7e;
}
.detail-page .information .buy-block .sub-buy .button-link {
	position: absolute;
	top: 0;
	right: 0;
	height: 47px;
	line-height: 47px;
}
.detail-page .information .buy-block .sub-buy span.color{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 15px;
	top: 13px;
	border-radius: 11px;
}

.detail-page .information .info-block {
	display: none;
	position: absolute;
	top: 26px;
	right: 53px;
	padding: 40px 30px;
	width: 280px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 50px -8px rgba(0,0,0,0.49);
box-shadow: 0px 10px 50px -8px rgba(0,0,0,0.49);
border-radius: 8px;
z-index: 50;
}
.detail-page .information .info-block .close-btn {
	position: absolute;
	background-image: url('/local/templates/new_template_2019/css/../images/icons.png');
	background-repeat: no-repeat;
	background-position: -68px 0;
	display: block;
	width: 15px;
	height: 15px;
	right: 18px;
	top: 16px;
	border: none;
	cursor: pointer;
}
.detail-page .information .info-block ol li {
	margin-bottom: 8px;
}
.detail-page .information .info-block ol li span{
	color: #565656;
	font-size: 13px;
}
.detail-page .information .info-block ol {
	font-size: 16px;
	color: #0d1622;
	padding-left: 20px;
}
.detail-page .buy-block .tabs-wrap .tabs .roznica {
	padding-top: 30px;
}
.detail-page .information .buy-block .roznica .cost {
	margin-top: 3px;
}
.detail-page .information .buy-block .roznica .price {
	margin-top: 5px;
}
.detail-page .information .buy-block .roznica .title {
	margin-bottom: 48px;
}
.detail-page .wrap-prop .item .title {
	font-size: 16px;
	color: #0d1622;	
	margin-bottom: 10px;
}
.detail-page .wrap-prop {
	float: right;
	width: 302px; 
	margin-top: 11px;
}
.detail-page .wrap-prop .item:first-child {
	margin-bottom: 65px;
}
.detail-page .wrap-prop .item	ul li {
	list-style: none;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 10px;
	overflow: hidden;
}
.detail-page .wrap-prop .item	ul li .left-block{
	color: #0d1622;
	min-width: 170px;
	float: left;
	text-align: left;
}
.detail-page .wrap-prop .item	ul li .right-block{
	color: #565656;
	min-width: 45px;
		float: left;
		text-align: right;
}
.wrap-brad-back {
	padding-top: 30px;
}
.wrap-brad-back .breadcrumb-catalog {
	margin: 11px 0 0 0;

}
.wrap-brad-back .to-back {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(232,232,232,0.9);
    box-shadow: 0px 0px 12px 1px rgba(232,232,232,0.9);
    border-radius: 7px;
		width: 87px;
		height: 33px;
		margin-right: 75px;
		border: 1px solid #CCCCCC;
		display: block;
		line-height: 33px;
		color: #565656;
		font-size: 13px;
		text-align: center;
		float: left;
}
.wrap-brad-back .to-back:hover{
	border: 1px solid #8E8E8E;
}
.wrap-brad-back .to-back::before{
	content: '\2190';
	margin-right: 4px;
}
a.btn.btn-default {
    border-color: transparent !important;
}
.price_header{color: #565656;float: left;margin-right: 21px;position: relative;}
.price_header span{cursor: pointer;}
.price_header span:hover{text-decoration: underline;}
.price_header ul{position: absolute;top: 25px;z-index: 1;background-color: #fff;list-style: none;width: 80px;}
.price_header li{margin-bottom: 6px;}
.scrollup{display: none;position: fixed;right: 40px;bottom: 40px;width: 100px;height: 40px;cursor: pointer;text-transform: uppercase;font-weight: bold;text-align: center;line-height: 40px;}
/* End */


/* Start:/local/templates/new_template_2019/css/main.new.css?16128752535835*/
#backetResult {
    width: 100%;
}

.modal_basket .fancybox-skin {
    background-color: #fff;
    border-radius: 0px;
}

.modal_basket .fancybox-close {
    width: 0px;
    height: 0px;
    background: transparent;
}

.modal_basket .close.x {
    position: absolute;
    top: 13px;
    right: 10px;
    background-image: none;
    width: 20px;
    height: 20px;
}

.modal_basket .close.x:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "×";
    font-size: 22px;
    font-weight: bold;
    margin-top: -3px;
    margin-left: 2px;
    color: rgb(158, 158, 158);
    font-family: Tahoma;
}

.modal_basket .close.x:hover:before {
    color: rgb(0, 0, 0);
}

.modal_basket .close.basketNext {

}

.modal_basket h4 {
    text-align: center;
    margin: 10px 0;
}

.modal_basket .item {
    padding: 20px;
    background-color: #eef2f4;
    margin: 10px;
}

.modal_basket .item .items {
    width: 290px;
    margin: 10px 2%;
    text-align: center;
}

.modal_basket .basketNext {
    margin: 20px auto;
    display: table;
    color: #444;
    font-size: 14px;
}

.modal_basket .basketNext:hover {
    color: #000;
    text-decoration: underline;
}

/*
*
*/
.sub-buy input[name="quantity"] {
    position: relative !important;
    width: 48% !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
    text-align: center !important;
    z-index: 1 !important;
}

.sub-buy.detail input[name="quantity"] {
    width: 100% !important;
}

.items_button_basket {
    z-index: 1;
}

/*
*
*/
.countNext {
    position: relative;
    display: table;
    width: 50%;
    height: 30px;
    margin-top: -36px;
    margin-left: 5px;
}

.countNext.detail {
    width: 97%;
}

.prew, .next {
    position: relative;
    display: block;
    z-index: 2;
    background-color: #EF7A46;
    width: 25px;
    height: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}

.prew:hover, .next:hover {
    color: #eee;
}

.prew {
    float: left;
    line-height: 22px;
}

.next {
    float: right;
    line-height: 27px;
}

.item-list {
    display: table;
    width: 100%;
}

.basket-table .delet {
    text-align: right;
    line-height: 1.6;
    font-size: 13px;
    color: #565656;
    padding-top: 45px;
    position: relative;
}

.basket-table .delet .backet-delete {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background-image: url(/local/templates/new_template_2019/css/../images/icons.png);
    background-position: -68px 0;
    background-repeat: no-repeat;
    top: 18px;
    right: 0;
    border: none;
}

.filter li input[type="checkbox"] {
    display: none;
}

/*
*
*/
.basket-table .count > div {
    position: relative;
    width: 115px;
    float: left;
}

.basket-table .count input {
    width: 50%;
    text-align: center;
    margin-left: 3px;
}

.basket-table .count a {
    margin-top: 5px;
}

.basket-table .count > span {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

.h1-main {
    text-align: center;
    padding: 45px 0px;
    color: #0d1622;
    display: inline-block;
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.h1-sections {
    margin: 0;
}

.h1-sections a {
    color: #0d1622;
    border: none;
    line-height: 38px;
    display: block;
    font-size: 23px;
}

.h1-elements {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1;
}

.h1-news {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.certificates {
    padding-top: 12px;
    padding-bottom: 27px;
}

.certificates__inner {
    padding-top: 60px !important;
    border-top: 1px solid #dcdcdc;
}

.certificates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certificates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc(100% / 3 - 40px);
    margin-bottom: 65px;
    margin-left: 40px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.certificates__icon {
    max-width: 108px;
    max-height: 108px;
    margin-bottom: 23px;
}

.certificates__text {
    font-size: 21px;
    max-width: 250px;
    margin-bottom: 30px;
}

.certificates__btn {
    width: 100% !important;
    max-width: 159px;
    height: 43px !important;
    margin-top: auto;
}

.active_news_item{
    animation:active_news_item 3s infinite;
    -webkit-animation:active_news_item 3s infinite;
    border:1px solid;
}
@keyframes active_news_item{
    0%{border-color:#386FA4;}
    50%{border-color:transparent;}
    100%{border-color:#386FA4;}
}
@-webkit-keyframes active_news_item{
    0%{border-color:#386FA4;}
    50%{border-color:transparent;}
    100%{border-color:#386FA4;}
}

@media screen and (max-width: 991px) {
    .certificates__item {
        max-width: calc(100% / 2 - 40px);
        margin-bottom: 50px;
    }

    .certificates__text {
        font-size: 18px;
        max-width: 230px;
    }
}

@media screen and (max-width: 575px) {
    .certificates {
        padding-bottom: 0;
    }

    .certificates__inner {
        padding-top: 30px;
    }
}

@media screen and (max-width: 400px) {
    .certificates__list {
        margin-left: 0;
    }

    .certificates__item {
        max-width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/new_template_2019/new_template_files/css/style.css?168378515364989*/
/* open-sans-regular - cyrillic_latin */

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-regular.woff2') format('woff2'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-regular.woff') format('woff');
}

/* open-sans-600 - cyrillic_latin */

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-600.woff2') format('woff2'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-600.woff') format('woff');
}

/* open-sans-700 - cyrillic_latin */

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-700.woff2') format('woff2'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-700.woff') format('woff');
}

/* open-sans-300 - cyrillic_latin */

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-300.woff2') format('woff2'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/OpenSans/open-sans-v17-cyrillic_latin-300.woff') format('woff');
}

/* exo-2-300 - cyrillic_latin */

@font-face {
  font-family: 'Exo 2';
  font-weight: 300;
  font-style: normal;
  src: local('Exo 2 Light'), local('Exo2-Light'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/Exo2/exo-2-v6-cyrillic_latin-300.woff2') format('woff2'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/Exo2/exo-2-v6-cyrillic_latin-300.woff') format('woff');
}

/* exo-2-regular - cyrillic_latin */

@font-face {
  font-family: 'Exo 2';
  font-weight: 400;
  font-style: normal;
  src: local('Exo 2'), local('Exo2-Regular'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/Exo2/exo-2-v6-cyrillic_latin-regular.woff2') format('woff2'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/Exo2/exo-2-v6-cyrillic_latin-regular.woff') format('woff');
}

/* exo-2-700 - cyrillic_latin */

@font-face {
  font-family: 'Exo 2';
  font-weight: 700;
  font-style: normal;
  src: local('Exo 2 Bold'), local('Exo2-Bold'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/Exo2/exo-2-v6-cyrillic_latin-700.woff2') format('woff2'), url('/local/templates/new_template_2019/new_template_files/css/../fonts/Exo2/exo-2-v6-cyrillic_latin-700.woff') format('woff');
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  min-height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a {
  outline: none;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: .5rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-download {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 107px;
  height: 32px;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -o-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  color: #7c7c7c;
  border: 1px solid #386FA4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-download:hover,
.btn-download:focus {
  color: #BCDFFF;
  background-color: #1A5186;
}

.btn-download:active {
  background-color: #1A5186;
  color: #BCDFFF;
}

.heading {
  margin-bottom: 40px;
}

.heading__title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.hamburger-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
  background-color: #000;
}

.hamburger-btn span::before,
.hamburger-btn span::after {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -webkit-transform-origin: 2px;
  -ms-transform-origin: 2px;
  transform-origin: 2px;
  background-color: #000;
}

.hamburger-btn span::before {
  top: 0;
}

.hamburger-btn span::after {
  bottom: 0;
}

.hamburger-btn--active span {
  background-color: transparent;
}

.hamburger-btn--active span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ed7e72;
}

.hamburger-btn--active span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ed7e72;
}

.bg-red {
  background-color: #f00 !important;
}

.bg-green {
  background-color: #addfb0 !important;
}

.bg-violet {
  background-color: #907eb9 !important;
}

.bg-gray {
  background-color: #bfbfbf !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-yellow {
  background-color: #ff0 !important;
}

.bg-blue {
  background-color: #00f !important;
}

.bg-orange {
  background-color: #fd9e02 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-brown {
  background-color: #a76100 !important;
}

.bg-transparent-red {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-red.png');
}

.bg-transparent-green {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-green.png');
}

.bg-transparent-violet {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-violet.png');
}

.bg-transparent-gray {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-gray.png');
}

.bg-transparent-white {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-white.png');
}

.bg-transparent-yellow {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-yellow.png');
}

.bg-transparent-blue {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-blue.png');
}

.bg-transparent-orange {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-orange.png');
}

.bg-transparent-black {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-black.png');
}

.bg-transparent-brown {
  border: none !important;
  background-image: url('/local/templates/new_template_2019/new_template_files/css/../img/colors/transparent-brown.png');
}

.page-header {
  margin-bottom: 15px;
}

.page-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  transition: all 0.3s linear 0s;
}

.fixed_header.fixed_active .page-header__inner {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.page-header__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header__logo {
  padding-left: 30px;
}

.page-header__hamburger {
  display: none;
}

.page-header__download {
  -webkit-transform: translate(-10px, 1px);
  -ms-transform: translate(-10px, 1px);
  transform: translate(-10px, 1px);
}

.page-header__contacts {
  padding-right: 30px;
}

.page-header__email {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  letter-spacing: .4px;
  color: #004777;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-padding-bottom: 2px;
  margin-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.page-header__email-icon {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #004777;
}

.page-header__email:hover,
.page-header__email:focus {
  color: #004777;
border-bottom: 1px solid #EF7C74;
}

.page-header__email:hover .page-header__email-icon,
.page-header__email:focus .page-header__email-icon {
  fill: #004777;
}

.page-header__phone {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  color: #386FA4;
}
.page-header__phone span {
  padding-left: 22px;
  background: url("/upload/medialibrary/5e4/5e425f90d60acb9cf961a86083a0ee70.png") left center no-repeat;
}
.page-header__phone:hover,
.page-header__phone:focus {
  color: #000;
}

.top-nav {
  width: 100%;
  max-width: 480px;
  margin-top: 5px;
  margin-left: 31px;
}

.top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav__item {
  margin-right: 33px;
}

.top-nav__item:last-child {
  margin-right: 0;
}

.top-nav__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
  text-transform: uppercase;
  color: #828282;
}

.top-nav__link:hover,
.top-nav__link:focus {
  color: #000;
}

.main-nav {
  background-color: #ed7e72;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 0 18px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__link:hover,
.main-nav__link:focus {
  background-color: #BD4A42;
}

.mobile-nav {
  display: none;
}

.mobile-nav__btn {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__btn::before,
.mobile-nav__btn::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
}

.mobile-nav__btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav__btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav__btn:active {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.mobile-nav__item {
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.mobile-nav__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 0 18px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__link:hover {
  background-color: #386FA4;
  color: #fff;
}
.mobile-nav__link:focus {
  background-color: #004777;
}

.breadcrumbs {
  padding-bottom: 18px;
  margin-top: 15px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  margin-right: 3px;
}

.breadcrumbs__item::after {
  font-size: 12px;
  display: inline-block;
  content: '>';
  vertical-align: middle;
  color: #7c7c7c;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  font-size: 12px;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
  color: #7c7c7c;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #000;
}

.main-slider {
  margin-bottom: 48px;
  padding-top: 10px;
}

.main-slider__list {
  position: relative;
}

.main-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transform: translateY(-24%);
  -ms-transform: translateY(-24%);
  transform: translateY(-24%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-slider .owl-arrow {
  width: 20px;
  height: 34px;
  -webkit-transition: fill .2s ease;
  -o-transition: fill .2s ease;
  transition: fill .2s ease;
  fill: #efeee9;
}

.main-slider .owl-arrow:hover {
  fill: #92918c;
}

.main-slider .owl-arrow:active {
  fill: #53524d;
}

.main-slider .owl-prev {
  -webkit-transform: translateX(-36px);
  -ms-transform: translateX(-36px);
  transform: translateX(-36px);
}

.main-slider .owl-next {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-card {
  max-width: calc(25% - 20px);
  margin-bottom: 32px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-card--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 25px 30px;
  border-top: 2px solid #dcdcdc;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-card--list:last-child {
  border-bottom: 2px solid #dcdcdc;
}

.product-card--list .product-card__wrap {
  max-width: 208px;
  height: 254px;
  margin-right: 30px;
}

.product-card--list .product-card__link {
  font-size: 30px !important;
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 15px;
  padding: 0 !important;
  text-align: left;
}

.product-card--list .owl-dot {
  width: 22px !important;
  height: 22px !important;
  margin-right: 5px !important;
}

.product-card__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 318px;
  margin-bottom: 20px;
  padding: 30px 20px 30px;
  background-color: #f7f7f7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__slider-item {
  text-align: center;
}

.product-card__slider-item img {
  display: inline-block !important;
  width: auto !important;
}

.product-card__link {
  font-size: 22px;
  line-height: 1.34;
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-align: center;
  letter-spacing: normal;
  color: #020202;
}

.product-card__link:hover,
.product-card__link:focus {
  color: #ed7e72;
}

.product-card__content {
  padding-top: 15px;
}

.product-card__descr {
  font-size: 20px;
  font-weight: 300;
}

.product-card__descr p {
  margin-bottom: 0;
}

.product-card .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card .owl-dot {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  background-size: cover;
}

.product-card .owl-dot.active {
  border: 1px solid #0d95e8;
}

.popular-products .products-list {
  margin-bottom: 35px;
}

.main_page_catalog_button {
  padding-bottom: 54px;
}

.popular-products__link,
.catalog_button {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 243px;
  height: 57px;
  margin: 0 auto;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #386FA4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular-products__link:hover,
.popular-products__link:focus,
.catalog_button:hover,
.catalog_button:focus {
  background-color: #1A5186;
  color: #fff;
}

.popular-products__link:active,
.catalog_button:active {
  background-color: #1A5186;
  color: #fff;
}

.about {
  padding-bottom: 9px;
}

.about .heading {
  margin-bottom: 33px;
}

.about__content {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.76;
  text-align: justify;
  letter-spacing: normal;
}

.about__content p {
  margin-bottom: 37px;
}

.page-card {
  padding-top: 29px;
  padding-bottom: 52px;
}

.page-card__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-card__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 2px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dcdcdc;
}

.page-card__inner::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 2px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dcdcdc;
}

.page-card__slider {
  width: 100%;
  max-width: 320px;
  margin-right: 43px;
  margin-left: 0;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.page-card__slider .product-card__wrap {
  height: 348px;
}

.page-card__slider .product-card__dots {
  bottom: -59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-card__slider .owl-dot {
  width: 30px;
  height: 30px;
  border: 2px solid #c9cac5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-card__slider .owl-dot:last-child {
  margin-right: 0;
}

.page-card__content {
  padding-top: 11px;
  padding-bottom: 58px;
  color: #010101;
}

.page-card__title {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 10px;
}

.page-card__subtitle {
  font-size: 25px;
  margin-bottom: 16px;
}

.page-card__descr {
  font-size: 20px;
  margin-bottom: 29px;
}

.page-card__caption {
  font-size: 20.5px;
  font-weight: normal;
  line-height: 1.46;
  margin-top: 0;
  margin-bottom: 5px;
  color: #ed7e73;
}

.page-card__text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.29;
  margin-bottom: 49px;
  letter-spacing: -.43px;
}

.page-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-card__btn {
  font-size: 14px;
  line-height: 1.08;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-transition: background-color .25s ease, color .25s ease;
  -o-transition: background-color .25s ease, color .25s ease;
  transition: background-color .25s ease, color .25s ease;
  text-align: center;
  text-transform: uppercase;
  color: #737373;
  border: 1px solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-card__btn-download {
  margin-right: 46px;
  color: #fff;
  border-color: #ed7e72;
  background-color: #ed7e72;
}

.page-card__btn-download:hover,
.page-card__btn-download:focus {
  color: #737373;
  background-color: transparent;
}

.page-card__btn-download:active {
  color: #fff;
  background-color: #e75545;
}

.page-card__btn-certificate {
  border-color: #386FA4;
  color: #386FA4;
  background-color: transparent;
  font-weight: 700;
}

.page-card__btn-certificate:hover,
.page-card__btn-certificate:focus {
  color: #fff;
  border-color: #004777;
  color: #004777;
  background-color: #E1F0FF;
}

.page-card__btn-certificate:active {
  background-color: #E1F0FF;
}

.back-link {
  margin-bottom: 54px;
}

.back-link__btn {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 251px;
  height: 57px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #EF7C74;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EF7C74;
}
.back-link__btn:hover {
  color: #fff;
  background: #EF7C74;
}
.catalog {
  padding-bottom: 58px;
}

.catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
  color: #010101;
}

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__sort span {
  font-size: 13px;
  margin-right: 22px;
  color: #6f6f6f;
}

.catalog__sort-btn {
  display: block;
  margin-right: 18px;
}

.catalog__sort-btn:last-child {
  margin-right: 0;
}

.catalog__sort-btn--active {
  cursor: default;
  pointer-events: none;
}

.catalog__sort-btn--active .catalog__sort-icon {
  fill: #ed7e72 !important;
}

.catalog__sort .icon-tile {
  width: 38px;
  height: 38px;
  fill: #6f6f6f;
}

.catalog__sort .icon-list {
  width: 34px;
  height: 38px;
  fill: #6f6f6f;
}

.catalog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.catalog__filter {
  width: 100%;
  max-width: 207px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.catalog__main {
  width: 100%;
  max-width: calc(100% - 223px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__column {
  padding-bottom: 50px;
}

.catalog .product-card {
  max-width: calc(25% - 15px);
  margin-bottom: 35px;
  margin-left: 15px;
}

.catalog .product-card__wrap {
  height: 254px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.catalog .product-card__slider-item img {
  max-height: 145px;
}

.catalog .product-card__link {
  font-size: 17px;
  line-height: 1.36;
  max-width: 147px;
}

.filter {
  margin-bottom: 50px;
}

.filter--open {
  display: block !important;
}

.filter__close {
  position: relative;
  display: none;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  border: none;
  outline: none;
  background: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__close::before,
.filter__close::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #ed7e72;
}

.filter__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.filter__close:active {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.filter__item {
  margin-bottom: 15px;
}

.filter__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 13px;
  padding-bottom: 8px;
  color: #ed7e72;
  border-bottom: 2px solid #ed7e72;
}

.filter__custom {
  display: block;
  margin-bottom: 9px;
  cursor: pointer;
}

.filter__hidden-checkbox {
  display: none;
}

.filter__custom-text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: -.24px;
  color: #000;
}

.filter__list-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  padding: 0 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter__list-colors .filter__custom {
  margin-bottom: 10px;
  margin-left: 10px;
}

.filter__color {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #c9cac5;
  border-radius: 50%;
  background-color: #fff;
}

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

.filter__item-choice .filter__custom {
  margin-right: 30px;
}

.filter__item-choice .filter__custom:last-child {
  margin-right: 0;
}

.filter__checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  background-color: #f7f7f7;
}

.filter__checkbox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.filter__checkbox + .filter__custom-text {
  display: inline-block;
  vertical-align: middle;
}

.filter__hidden-checkbox:checked + .filter__checkbox:before {
  background-color: #ed7e72;
}

.filter__hidden-checkbox:checked ~ .filter__custom-text {
  color: #ed7e72;
}

.filter__hidden-checkbox:checked ~ .filter__color {
  -webkit-box-shadow: 0 0 0 2px rgba(13, 149, 232, .5);
  box-shadow: 0 0 0 2px rgba(13, 149, 232, .5);
}

.filter__btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: 100%;
  height: 47px;
  padding: 0;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background-color: #386FA4;
}

.filter__btn:hover,
.filter__btn:focus {
  background-color: #1A5186;
}

.filter__btn:active {
  background-color: #696f01;
}

.filter-btn-open {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: none;
  width: 100%;
  max-width: 140px;
  height: 40px;
  padding: 0;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background-color: #386FA4;
}

.filter-btn-open:hover,
.filter-btn-open:focus {
  background-color: #004777;
}

.filter-btn-open:active {
  background-color: #004777;
}

.pagination {
  padding-top: 13px;
}

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

.pagination__item {
  margin-right: 10px;
}

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

.pagination__link {
  font-family: 'Myriad Pro', sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41px;
  height: 41px;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  color: #000;
  border-radius: 50%;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__link--active {
  color: #fff;
  background-color: #ee7e72;
  text-shadow: 0 1px 3.8px rgba(104, 104, 104, .74);
}

.pagination__link:hover {
  color: #fff;
  background-color: #ee7e72;
  text-shadow: 0 1px 3.8px rgba(104, 104, 104, .74);
}

.pagination .icon-arrow {
  display: inline-block;
  width: 8px;
  height: 13px;
  fill: #ee7f74;
}

.pagination__prev {
  margin-right: 33px;
}

.pagination__next {
  margin-left: 33px;
}

.pagination__end {
  margin-left: 41px;
}

.page-footer {
  margin-top: auto;
  padding-top: 48px;
  padding-bottom: 50px;
  background-color: #efeee9;
}

.page-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-footer__logo {
  width: 100%;
  max-width: 102px;
  margin-right: 67px;
  padding-left: 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.page-footer__text {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: .5px;
  color: #565656;
}

.page-footer__nav {
  margin-top: 11px;
  margin-left: 53px;
}

.page-footer__nav-item a {
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  color: #565656;
  border-bottom: 1px solid #e5e5e5;
}

.page-footer__nav-item a:hover,
.page-footer__nav-item a:focus {
  color: #000;
  border-bottom-color: transparent;
}

.page-footer__contacts {
  margin-top: 12px;
  margin-left: 58px;
}

.page-footer__contacts-link {
  font-size: 14px;
  display: block;
  letter-spacing: 0;
  color: #565656;
}

.page-footer__contacts-link:hover,
.page-footer__contacts-link:focus {
  text-decoration: underline;
  color: #000;
}

.page-footer__copy {
  font-size: 12px;
  margin-top: 13px;
  margin-left: 119px;
  color: #b6b5b2;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  font: inherit;
  padding: 0 !important;
  color: inherit;
  border: none;
  background: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  .fixed_header.fixed_active .page-header__inner {
    height: auto;
  }
  .page-header {
    border-bottom: 3px solid #ed7e72;
  }

  .page-header__logo {
    margin-right: 30px;
  }

  .page-header__hamburger {
    display: block;
    margin-right: auto;
  }

  .page-header__download {
    margin-right: 40px;
    margin-left: auto;
  }

  .top-nav {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 250px;
    height: 100%;
    background-color: #ed7e72;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, .8);
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, .8);
  }

  .mobile-nav--active {
    display: block;
  }

  .product-card--list .product-card__link {
    font-size: 22px !important;
  }

  .product-card__descr {
    font-size: 18px;
  }

  .catalog__title {
    font-size: 26px;
  }

  .catalog .product-card {
    max-width: calc(100% / 3 - 15px);
  }

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

  .page-footer__left {
    max-width: 320px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-footer__logo {
    margin-right: 30px;
    padding-left: 0;
  }

  .page-footer__nav {
    margin-left: 20px;
  }

  .page-footer__contacts {
    margin-left: 20px;
  }

  .page-footer__copy {
    margin-left: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }

  .page-header__logo {
    padding-left: 0;
  }

  .page-header__contacts {
    padding-right: 0;
  }

  .product-card {
    max-width: calc(100% / 3 - 20px);
  }

  .product-card--list {
    padding: 20px 10px;
  }

  .product-card--list .product-card__wrap {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .product-card--list .product-card__link {
    font-size: 18px !important;
  }

  .product-card--list .owl-dot {
    width: 18px !important;
    height: 18px !important;
  }

  .product-card__link {
    font-size: 18px;
  }

  .product-card__descr {
    font-size: 16px;
  }

  .about__content {
    font-size: 16px;
  }

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

  .page-card__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .page-card__slider {
    width: 100%;
    max-width: 400px !important;
    margin: 0 auto 40px !important;
    padding: 0;
  }

  .page-card__slider .product-card__wrap {
    height: 260px;
  }

  .page-card__slider .owl-dot {
    width: 22px !important;
    height: 22px !important;
  }

  .page-card__slider .product-card__dots {
    bottom: -40px;
    padding-left: 0;
  }

  .page-card__content {
    padding-bottom: 48px;
  }

  .page-card__title {
    font-size: 26px;
  }

  .page-card__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-card__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-card__caption {
    font-size: 18px;
  }

  .page-card__text {
    margin-bottom: 30px;
  }

  .catalog .product-card {
    max-width: calc(50% - 15px);
  }

  .page-footer {
    padding-bottom: 10px;
  }

  .page-footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-footer__copy {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    max-width: 576px;
  }

  .heading {
    margin-bottom: 30px;
  }

  .heading__title {
    font-size: 26px;
  }

  .page-header__download {
    display: none;
  }

  .main-slider {
    margin-bottom: 30px;
  }

  .main-slider__inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .main-slider .owl-arrow {
    -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .5));
  }

  .main-slider .owl-prev {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .main-slider .owl-next {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .product-card {
    max-width: calc(50% - 20px);
  }

  .product-card__wrap {
    height: 270px;
    padding-top: 10px;
  }

  .product-card__slider-item img {
    display: block !important;
    max-height: 150px;
    margin: 0 auto;
  }

  .product-card__link {
    font-size: 16px;
  }

  .product-card .owl-dot {
    width: 12px;
    height: 12px;
  }

  .popular-products {
    padding-bottom: 40px;
  }

  .popular-products .products-list {
    margin-bottom: 25px;
  }

  .catalog__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog__title {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
  }

  .catalog__filter {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    display: none;
    overflow: scroll;
    max-width: 250px;
    height: 100%;
    padding: 110px 15px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, .8);
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, .8);
  }

  .catalog__main {
    max-width: 100%;
  }

  .filter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .filter-btn-open {
    display: block;
    margin: 0 auto;
  }

  .page-footer__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-footer__left {
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-footer__logo {
    margin-right: 50px;
  }

  .page-footer__text {
    width: 100%;
    max-width: 200px;
  }

  .page-footer__nav {
    margin-right: 120px;
    margin-left: 0;
  }

  .page-footer__contacts {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .heading__title {
    font-size: 22px;
  }

  .page-header__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding: 0;
  }

  .page-header__left {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 16px;
  }

  .page-header__logo {
    margin-right: 0;
  }

  .page-header__hamburger {
    position: static;
    transform: none;
    order: 0;
    margin-right: 0;
  }

  .main-slider__item img {
    height: 200px;
  }

  .product-card--list {
    display: block;
    max-width: 300px !important;
    margin: 0 auto !important;
  }

  .product-card--list .product-card__wrap {
    margin: 0 auto;
  }

  .product-card--list .product-card__link {
    text-align: center;
  }

  .product-card__descr {
    text-align: center;
  }

  .about__content {
    font-size: 14px;
  }

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

  .page-card {
    padding-top: 10px;
    padding-bottom: 35px;
  }

  .page-card__content {
    padding-bottom: 35px;
  }

  .page-card__buttons {
    display: block;
  }

  .page-card__btn {
    max-width: 251px;
    margin: 0 auto;
  }

  .page-card__btn-download {
    margin-bottom: 15px;
  }

  .catalog__sort span {
    display: none;
  }

  .pagination__link {
    width: 30px;
    height: 30px;
  }

  .pagination__prev {
    margin-right: 15px;
  }

  .pagination__next {
    margin-left: 5px;
  }

  .pagination__end {
    margin-left: 20px;
  }

  .page-footer__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-footer__left {
    display: block;
    width: auto;
    margin-bottom: 15px;
  }

  .page-footer__logo {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .page-footer__text {
    max-width: 220px;
    margin: 0;
  }

  .page-footer__nav {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .catalog__filter {
    padding-top: 140px;
  }
}

@media screen and (max-width: 460px) {
  .products-list {
    margin-left: 0;
  }

  .product-card {
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .catalog__list {
    margin-left: 0;
  }

  .catalog .product-card {
    max-width: 250px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 350px) {
  .main-slider__item img {
    height: 180px;
  }
}

/*Old template conflict solutions*/
header{
  min-height: unset;
}
header nav{
  height: auto;
  background: none;
}

header nav > ul{
  width: auto;
}
header nav > ul >li >a{
  padding: 0;
  border: 0;
}
header nav > ul >li:hover >a{
  border-top: none;
}
.mobile-nav__item{
  float: none !important;
}
footer{
  margin: unset;
  height: auto;
  min-width: unset;
}
.page-footer__copy p{
  font-size: 12px;
  color: #b6b5b2;
}
.filter__custom a{
  border: none;
}
.catalog .product-card{
  max-width: 208px;
  width: 100%;
}
.page-content .content{
  padding: 0;
}
.main-nav a:hover{
  color: white !important;
}
.content section{
  width: 100% !important;
  max-width: 960px !important;
}
.product-card__link{
  border-bottom: none !important;
}
.main_page_about{
  width: 100% !important;
  padding: 0 !important;
}
.main_page_about p{
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.76;
  text-align: justify;
  letter-spacing: normal;
  margin-bottom: 37px;
  color: #000;
}
.popular-products .product-card{
  width: 100% !important;
  max-width: 260px !important;
}
.filter_obyom{
  overflow: hidden;
  overflow-y: scroll;
  max-height: 230px;
}


/*.filter_obyom::-webkit-scrollbar-button {
  background-image:url('/local/templates/new_template_2019/new_template_files/css/);
  background-repeat:no-repeat;
  width:3px;
  height:0px
}

.filter_obyom::-webkit-scrollbar-track {
  background-color:#fff;
}

.filter_obyom::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color:#ed7e72;
  background-position:center;
  background-repeat:no-repeat;
  cursor: pointer;
}

.filter_obyom::-webkit-resizer{
  background-image:url(');
  background-repeat:no-repeat;
  width:7px;
  height:0px
}

.filter_obyom::-webkit-scrollbar{
  width: 11px;
}*/


.fixed_header_wrapper{
  min-height: 122px;
}
.fixed_header{
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 500;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.55);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.55);
}
/*.fixed_header .page-header__inner{
  padding: 12px 15px !important;
  transition: padding .3s ease;
}
.fixed_header.fixed_active .page-header__inner{
  padding: 0 !important;
  transition: padding .3s ease;
}
.fixed_header.fixed_active .page-header__logo{
  width: 70%;
}
.fixed_header.fixed_active .main-nav__link{
  height: 33px;
  font-size: 12px;
}*/
.filter__color{
  background-repeat: no-repeat;
  background-size: cover;
}
.new_item_text{
  color: red;
}
.catalog__list .new_item_text{
  text-align: center;
}
.search_item_pic {
  position: relative;
}
.search_item_pic img{
  width: 100%;
  max-width: 100px;
}
/*.page-content .container{
  max-width: 1400px;
}*/
/* настройки для более широкой страницы*/
.main-slider .main-slider__item{
  /*max-width: 1100px;*/
}
.popular-products .products-list{
  justify-content: center;
}
.content section{
  max-width: 1400px !important;
}
/* конец настройки для более широкой страницы*/

.top-nav__list.have_submenu{
  position: relative;
}
.top-nav__list .submenu{
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
}
.top-nav__list .submenu .top-nav__link{
  color: white;
}
.top-nav__list .submenu_item{
  float: unset !important;
}
.top-nav__item.have_submenu{
  position: relative;
}
.top-nav__item.have_submenu{
  z-index: 1;
}
.top-nav__item.have_submenu:hover,
.top-nav__item.have_submenu:hover a {
  background-color: #386FA4 !important;
}
.top-nav__item{
  margin: 0 !important;
  padding: 10px 12px;
}
/*
.top-nav__item.have_submenu:hover,
.top-nav__item.have_submenu:hover a{
  background-color: #ed7e72 !important;
  color: white;
}
*/

.top-nav__item.have_submenu .submenu{
  width: 100%;
  background-color: #386FA4 !important;
  color: white;
  padding: 3px 6px;
}
.top-nav__item.have_submenu .submenu .top-nav__link{
  font-size: 12px;
}
.top-nav__item.have_submenu:hover .submenu{
  display: block;
}
/*.product-card .prop_name{
  font-weight: 600;
}*/
.top-nav__item.have_submenu .top-nav__link:hover{
  color: #7c7c7c;
}


/*поиск*/
.header_search{
  position: relative;
}
.header_search .search_string{
  position: absolute;
  z-index: 999;
  background-color: #ed7e72;
  padding: 9px 0 9px 10px;
  top:0;
  right: 0;
  min-width: 230px;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.75);
  box-sizing: content-box;
}
.header_search .search_button svg,
.submit_search svg{
  width: 25px;
  fill: black;
  transition: fill 0.3s;
  cursor: pointer;
}
.header_search .search_button{
  opacity: 1;
  transition: opacity 0.3s;
}
.header_search .search_button.invis{
  opacity:0;
  transition: opacity 0.3s;
}
.header_search .search_button svg:hover,
.submit_search svg:hover{
  fill:#386FA4;
  transition: fill 0.3s;
}
.header_search .search_string{
  display: none;
}
.close_search_string{
  color:black;
  transition: color 0.3s;
  cursor: pointer;
  display: inline-block;
}
.close_search_string:hover{
  color:#386FA4;
  transition: color 0.3s;
}
.search_string .input_wrap{
  position: relative;
  display: inline-block;
}
.search_text{
  min-width: 200px;
  border-color: #D9D9D9;
  border-radius: 2px !important;
  box-shadow: unset !important;
}
.submit_search{
  position: absolute;
  top: 5px;
  right: 4px;
}
.product-card__wrap{
  position: relative;
}
.product-card__wrap .new_item_stiker{
  position: absolute;
  z-index: 2;
  width: 55%;
  top: 3px;
  left: -16px;
}
.product-card__wrap .new_color_stiker{
  position: absolute;
  z-index: 2;
  width: 70%;
  bottom: 35px;
  transform: translateX(17%);
}
.page-card .new_item_stiker{
   width: 30%;
 }
.page-card .new_color_stiker{
  bottom: 13px;
  min-width: 93px;
  width: 100%;
  text-align: center;
  transform: none;
}
.page-card .new_color_stiker img{
  width: 110px;
}
.page-card__inner{
  justify-content: flex-start;
}
.page-card a:hover{
  /*border-bottom:  1px solid #ed7e72;;*/
}
.page-card__btn-download{
  border: 1px solid #386FA4;
  background: #386FA4;
}
.page-card__btn-download:hover{
  border-bottom:  1px solid #1A5186 !important;
  background: #1A5186;
  color: #fff;
}
.have_sumbenu .submenu{
  display: none;
}
.have_sumbenu:hover .submenu{
  display: block;
}
.page-header__download{
  position: relative;
  z-index: 1;
}
.page-header__download:hover{
  background-color: #386FA4;
}
.page-header__download .submenu{
  position: absolute;
}
.page-header__download .btn-download{
  color: #7c7c7c;
}
.page-header__download .btn-download:hover{
  color: #BCDFFF;
}
.submenu .btn-download{
  background-color: #1A5186;
  color: white;
  font-size: 12px;
}
.submenu .btn-download:hover{
  color: #BCDFFF;
}
.text_page{
  max-width: 995px;
  margin: 0 auto;
}
.text_page_wrap .breadcrumbs{
  max-width: 1025px;
}
.content .banner{
  margin-bottom: 30px;
}
section .text-contacts{
  margin: 0;
}
.catalog__main{
  margin-top: 28px;
}
.main_page_about .container{
  max-width: 1130px;
}
.search_mobile{
  display: none;
  position: absolute;
  right: 0;
  top:7px;
}
/*.catalog-list .wrapper-item{
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;

}*/
.catalog-list{
  width: auto !important;
  max-width: 960px;
}
.catalog-list .item{
  margin: 5px 5px !important;
}
.catalog-list .item .img{
  margin: 0 auto;
  width: 100%;
}
section.catalog-list{
  margin: 0 auto;
}
.catalog__sort a{
  border: none !important;
}
.card_slider_dots_wrapper{
  position: relative;
  margin-top: 20px;
}
.card_slider_dots_wrapper .owl-dots{
  position: static;
  transform: none;
  padding-top: 7px;
}
.product-card--list .product-card__wrap .product-card__dots{
  display: none;
}
.product-card__descr{
  font-size: 23px;
}
.product-card--list .color_dots_title,
.product-card--list .product-card__wrap .product-card__dots{
  float: left;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.color_dots_title{
  font-size: 23px;
  color: #0d1622;
  font-weight: 100;
}
.page-card .page-card__caption{
  display: inline-block;
  border-bottom: 1px solid #ed7e73;
}

/*.fixed_header .page-header__inner{
  padding: 0 !important;

}
.page-header__inner{
  padding: 0 !important;
  transition: padding .3s ease;
}
.page-header__logo{
  width: 70%;
}
.main-nav__link{
  height: 33px;
  font-size: 12px;
}*/

.product-card__dots-item:focus{
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(13,149,232,0.5);
  -moz-box-shadow: 0px 0px 0px 3px rgba(13,149,232,0.5);
  box-shadow: 0px 0px 0px 3px rgba(13,149,232,0.5);
  border-radius: 100%;
}
.main-nav__link{
  padding:0 14px;
  font-size: 13px;
  font-weight: 300;
}
.filter__list-colors{
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .page-card .new_color_stiker{
    bottom: 0;
  }
  .catalog-list .wrapper-item .item{
    width: 31.33333%;
  }
}
@media screen and (max-width: 768px) {
  .hidden_on_mobile{
    display: none;
  }
  .catalog-list .wrapper-item .item{
    width: 48%;
  }
}
@media screen and (max-width: 575.98px){
  .header_search{
    display: none;
  }
  .header_search.search_mobile{
    display: block;
    position: static;
    transform: none;
    order: 2;
  }
  .page-header__logo{
    width: auto;
    order: 1;
  }
  .page-header__logo img {
    height: 40px;
    width: auto;
  }
  .catalog-list .wrapper-item .item{
    width: 90%;
    margin: 10px auto !important;
    float: none;
  }

  .card_slider_dots_wrapper{
    display: none;
  }
  .product-card--list .product-card__wrap .product-card__dots{
    display: flex;
  }
  .page-header__contacts {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .page-header__email {
    flex: 0 0 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #386FA4;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none !important;
  }
  .page-header__email-icon {
    fill: #fff;
  }
  .page-header__email:hover {
    color: #fff;
  }
  .page-header__email:hover .page-header__email-icon {
    color: #fff;
  }
  .page-header__phone {
    flex: 0 0 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A5186;
    color: #fff;
    border-left: 1px solid #fff;
  }
  .page-header__phone:hover {
    border-left: 1px solid #fff;
    color: #fff;
  }
  .page-header__phone span {
    background: url("/upload/medialibrary/e9a/e9a4016f539445ee0dfa48bfa54851a0.png") left center no-repeat;
  }
}
/* End */


/* Start:/local/templates/new_template_2019/components/bitrix/catalog.section.list/catalog-menu/style.css?16142437434089*/
.catalog-menu{
	background-color: #EF7C74;
}

.catalog-menu__link{
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	border-bottom: transparent;
	padding: 12px 16px;
	transition: all .2s linear;
	position: relative;
}

.catalog-menu__link:hover,
.catalog-menu__link:active{
	text-decoration: none;
	border-bottom: transparent;
	background-color: #BD4A42;
	color: #ffffff;
}


.arrow {
  position: relative;
}
.arrow::before {
	content: '';
	width: 9px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block; 
}

.arrow--right::before {
  transform: rotate(-45deg);
  margin-left: -7px; 
}

.arrow--left::before {
  transform: rotate(135deg);
  margin-left: 7px; 
}

.arrow--down::before {
  transform: rotate(45deg);
  margin-top: -7px; 
}

.catalog-submenu__list{
	border-top: 1px solid rgba(189,74,66, .3);
}

.catalog-submenu__item{
	border-bottom: 1px solid rgba(189,74,66, .3);
}
.catalog-submenu__link{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
	border-bottom-color: transparent;
	padding: 12px 16px;
	transition: all .2s linear;
	display: block;
	background-color: #E5726A;
}
.catalog-submenu__link:hover{
	text-decoration: none;
	border-bottom-color: transparent;
	color: #ffffff;
}
@media (max-width: 1199px){
	.catalog-menu{
		border-top: 1px solid rgba(189, 74, 66, .2);
	}
	.catalog-menu__item{
		border-bottom: 1px solid rgba(189, 74, 66, .2);
	    justify-content: space-between;
	}
	.catalog-menu__link{
		font-weight: 600;
	}
	.catalog-menu__icon.arrow,
	.catalog-menu__icon{
		width: 50px;
		height: 40px;
		background-color: transparent;
		border: none;
		position: absolute;
		right:0;
		top: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
	}
	.catalog-menu__item--open .catalog-menu__submenu{
		transform: translateX(0);
	}

	.catalog-menu__submenu{
		width: 80%;
		min-width: 272px;
		transform: translateX(-100%);
		position: fixed;
	    top: 0;
	    bottom: 50px;
	    background-color: #EF7C74;
	    z-index: 2;
	    overflow-y: auto;
	    transition: all .4s ease;
	    border-bottom: 1px solid rgba(189, 74, 66, .2);
	}

	.catalog-submenu__back{
		width: 100%;
		background-color: #EF7C74;
		display: flex;
		align-items: center;
		color: #ffffff;
		font-size: 14px;
		line-height: 16px;
		height: 46px;
		border: none;
		padding: 10px 14px;
	}
	.catalog-submenu__back::before{
		margin-right: 15px;
	}
}
@media (min-width: 1200px){
	.catalog-menu{
		display: flex;
		flex-wrap: wrap;
	}
	.catalog-menu__link{
		padding: 0 11px;
	    font-size: 13px;
	    font-weight: 300;
	    height: 43px;
	    display: flex;
    	align-items: center
	}
	.catalog-submenu__back, .catalog-submenu__item-back{
		display: none;
	}
	.catalog-menu__icon{
		margin-left: 15px;
    	border: none;
    	background-color: transparent;
	}

	.catalog-menu__icon::before{
		transform: rotate(45deg);
		height: 7px;
		width: 7px;
	    border-right: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    transition: all .2s linear;
	}

	.catalog-menu__submenu{
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		transition: all .2s linear;
		background-color: #E5726A;
	}
	
	.catalog-menu__item{
		position: relative;
		flex-grow: 1;
	}
	.catalog-menu__item:last-child{
		margin-right: auto;
	}
	.catalog-submenu__item--first{
		display: none;
	}
	.catalog-menu__item:hover .catalog-menu__submenu{
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
	.catalog-submenu__item:hover .catalog-submenu__link,
	.catalog-menu__item:hover .catalog-menu__link{
		background-color: #BD4A42;	
	}
	.catalog-menu__item:hover .catalog-menu__icon::before{
		transform: rotate(-135deg);
		margin-top: 4px;
	}
	.catalog-submenu__link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.catalog-menu__submenu{
		position: absolute;
		top: 100%;
		left: 0;
		width: 270px;
	}
	.catalog-menu__item:last-child .catalog-menu__submenu{
		left: auto;	
		right: 0;
	}
}
/* End */


/* Start:/local/templates/new_template_2019/components/bitrix/menu/top_menu_mobile/style.css?156628477610945*/
/*.bx-top-nav-container {
	margin-top: 15px;
	padding: 0 10px;
	/*background: #0083d1;/* COLOR */
/*	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* 1 lvl*/
/*
.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	color: #fff;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	padding: 10px 14px 14px;
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span {
	background: #fff;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/
/*
.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/
/*
.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
/*.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
/*.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
/*.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
/*.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

/*.bx-aside-nav-control {
	font-size: 28px;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**//*
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
/*.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 15px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 12px 14px 15px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 13px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 11px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 5px 6px 9px}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}*/
/* End */


/* Start:/local/templates/new_template_2019/template_styles.css?16142438866224*/
#basket_items thead tr:first-child td {
    background: #e9f3fb;
}
.btn.btn-default.btn-md,
.bx_ordercart_order_pay_center .checkout,
.bx_ordercart_coupon .bx_bt_button.bx_big {
    text-decoration: none;
    border-bottom: 1px solid #E0EEFC;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 47px;
    padding: 0 19px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    border-radius: 7px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    background: #EF7A46 !important;
    line-height: 45px !important;
    border-radius: 7px !important;
}
.bx-soa-coupon,
.bx-soa-more,
.bx_ordercart_order_pay_center {
    border-top: 1px solid #D9D9D9 !important;
}
.has-error .form-control {
    border-color: #FF5A49 !important;
}
.checkbox-style {
    /*position: absolute !important;
    top: 17px;
    left: 5px;
    z-index: 2;*/
}
.bx_scu ul li a {
    border: 1px solid #6E6E6E !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    padding: 0 !important;
}
.bx_scu ul li a span {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 1px;
    left: 1px !important;
    top: 1px !important;
}
.bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active .cnt {
    border: 1px solid #a9331c !important;
}
.catalog .category-list ul li img{
    max-width: 100%;
}
.bx_catalog_item_controls {
    display: none;
}

.popular-main img {
    display: block;
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
}

.similar-item img {
    display: block;
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
}

.main-nav{
    display: block;
}

.header_search {
    display: block;
}
.page-header__download{
    display: block;
}

.mobile-nav{
    background-color: #EF7C74;
}
a.btn-call,
.btn-call{
    background-color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #EF7C74;
    padding: 14px 20px;
    font-weight: bold;
    display: inline-block;
    display: none;
}
.header_search .search_string{
    top: -15px;
}
.page-header__contacts{
    flex-shrink: 0;
}
@media screen and (max-width: 576px){
    .page-header__inner{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .page-header__left{
        width: auto;
    }
    .page-header__download{
        display: none;
    }
    .page-header__contacts{
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
    }
}
@media screen and (max-width: 768px){
    .page-header__download{
        display: none;
    }
}

@media screen and (min-width: 577px){
    .page-header__left{
        order: -1;
    }   
    .page-header__contacts{
        max-width: 200px;
    } 
}

@media (max-width: 1199px){
     .page-header__download{
        margin: auto;
     }   
     .header_search{
        margin-right: 10px;
     }
    .page-header{
        border: none;
    }

    .page-header__inner{
        padding: 6px 16px 0;
    }
    .catalog-menu-wrap{
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 50px);
    }
    .mobile-nav__btn{
        margin: 17px;
    }

   .mobile-nav__btn::before, 
   .mobile-nav__btn::after{
        height: 1px;
   }
   .download-list{
    background-color: #386FA4;
   }

   .download-list__link{
        color: #ffffff;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        border-bottom: transparent;
        padding: 12px 16px;
        transition: all .2s linear;
        position: relative;
    }
    .download-list__link:hover,
    .download-list__link:active{
        text-decoration: none;
        border-bottom: transparent;
        background-color: #004777;
        color: #ffffff;
    }
    .mobile-nav{
        width: 80%;
        min-width: 272px;
    }
    .mobile-list{
        padding-top: 16px;
        padding-bottom: 16px;
        
    }
    .mobile-nav__item {
        border: none;
    }
    .mobile-nav__link {
        text-decoration: none;
        border-bottom: transparent;
        text-transform: none;
        font-weight: 100;
        padding-top: 8px;
        padding-bottom: 7px;
        height: auto;
    }
    .page-header-menu__bottom{
        padding: 0 16px 16px 16px;
        border-top: 1px solid rgba(189, 74, 66, .2);
    }
    .page-header-menu__bottom .page-header__phone{
        background-color: transparent;
        border: none;
        justify-content: flex-start;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: flex;
        
    }
    .page-header-menu__bottom .page-header__phone span{
        background: url(/upload/medialibrary/e9a/e9a4016f539445ee0dfa48bfa54851a0.png) left center no-repeat;
    }
    .mobile-nav__bg {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0, .8);
    }

    .fixed_header.fixed_active .page-header__inner{
        padding: 6px 16px 0;
    }
}
@media (min-width: 1200px){
    .download-list, .page-header-menu__bottom,.mobile-nav__btn{
        display: none;
    }
    .page-header-menu__body{
        display: flex;
        flex-wrap: wrap;
    }
    .main-nav {
        order: 3;
        width: 100%;
    }
    .mobile-nav {
        display: flex;
        width: 100%
    }
    .mobile-list {
        display: none;
    }
    .page-header__inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        position: static;
    }
    
    .catalog-menu-wrap{
        margin: auto;
        max-width: 1100px;
        width: 100%;
    }
}

.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.main-slider .owl-arrow{
    fill: #92918c;
}
.main-slider .owl-arrow:hover {
    fill: #000000;
}
.page-card__caption {
    color: #000000;
}
.page-card .page-card__caption {
    border-bottom-color: #000000;
}

/* End */
/* /local/templates/new_template_2019/js/fancybox/jquery.fancybox.css?15656359304895 */
/* /local/templates/new_template_2019/css/slick.css?15656359301767 */
/* /local/templates/new_template_2019/css/style.css?156563593060675 */
/* /local/templates/new_template_2019/css/main.new.css?16128752535835 */
/* /local/templates/new_template_2019/new_template_files/css/style.css?168378515364989 */
/* /local/templates/new_template_2019/components/bitrix/catalog.section.list/catalog-menu/style.css?16142437434089 */
/* /local/templates/new_template_2019/components/bitrix/menu/top_menu_mobile/style.css?156628477610945 */
/* /local/templates/new_template_2019/template_styles.css?16142438866224 */
