/* <Fonts */
@font-face{
	font-family: 'FiraSans';
	font-style: normal;
	src: url('../fonts/FiraSans-Regular.eot');
	src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FiraSans-Regular.woff') format('woff'),
		 url('../fonts/FiraSans-Regular.ttf') format('truetype'),
		 url('../fonts/FiraSans-Regular.svg#FiraSans-Regular') format('svg');
	/*font-display: swap;*/
}
@font-face{
	font-family: 'FiraSans';
	font-weight: 600;
	src: url('../fonts/FiraSans-SemiBold.eot');
	src: url('../fonts/FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FiraSans-SemiBold.woff') format('woff'),
		 url('../fonts/FiraSans-SemiBold.ttf') format('truetype'),
		 url('../fonts/FiraSans-SemiBold.svg#FiraSans-SemiBold') format('svg');
	/*font-display: swap;*/
}
@font-face{
	font-family: 'FiraSans';
	font-weight: 800;
	src: url('../fonts/FiraSans-ExtraBold.eot');
	src: url('../fonts/FiraSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FiraSans-ExtraBold.woff') format('woff'),
		 url('../fonts/FiraSans-ExtraBold.ttf') format('truetype'),
		 url('../fonts/FiraSans-ExtraBold.svg#FiraSans-ExtraBold') format('svg');
	/*font-display: swap;*/
}
@font-face {
	font-family: 'PTRoubleSans';
	font-style: normal;
	src: url("../fonts/PTRoubleSans.eot");
	src: url('../fonts/PTRoubleSans.eot?#iefix') format('embedded-opentype'),
		url("../fonts/PTRoubleSans.otf") format("opentype"),
		url("../fonts/PTRoubleSans.woff2") format("woff2"),
		url("../fonts/PTRoubleSans.woff") format("woff"),
		url('../fonts/PTRoubleSans.ttf')  format('truetype'),
		url("../fonts/PTRoubleSans.svg#PTRoubleSans") format("svg");
	/*font-display: swap;*/
}
@font-face{
	font-family: 'OpenSans';
	font-style: normal;
	src: url('../fonts/OpenSans/opensans-regular.eot');
	src: url('../fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans/opensans-regular.woff') format('woff'),
		 url('../fonts/OpenSans/opensans-regular.ttf') format('truetype');
	/*font-display: swap;*/
}
/* Fonts> */

*{
	margin: 0;
	padding: 0;
	border: 0 none;
	 /* -webkit-box-sizing:content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html, body{
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: inherit;
}

body {
	background: #ffffff;
	width: 100%;
	min-width: 320px;
	/*min-width: 600px;*/
	font-family: "FiraSans", Arial, "sans-serif";
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	color: #29538a;
	overflow-x: hidden;
}

input{
	outline: none;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	outline: none;
}
a:hover, a:active, a:focus{
	color: inherit;
	text-decoration: initial;
	outline: none;
}
b, strong, .bold {
	font-weight: bold;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border: none;
	background: transparent;
	line-height: normal;
	outline: 0;
}
button:focus,input:focus,optgroup:focus,select:focus,textarea:focus {
	outline: 0;
}
input::-webkit-input-placeholder {
	color: inherit;
}
input::-moz-placeholder {
	color: inherit;
}
input:-ms-input-placeholder {
	color: inherit;
}
input::placeholder {
	color: inherit;
}
textarea::-webkit-input-placeholder {
	color: inherit;
}
textarea::-moz-placeholder {
	color: inherit;
}
textarea:-ms-input-placeholder {
	color: inherit;
}
textarea::placeholder {
	color: inherit;
}

div img {
	max-width: 100%;
	max-height: 100%;
}

/*--------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE &lt; 8 */
/*--------------------------------------------------------------------------*/


.no-scroll {
	overflow: hidden;
}
.no-scroll_menu {
	overflow: hidden;
}

.attention-text {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	background: #8aad51;
}
.no-scroll_menu .attention-text {
	display: none;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
.no-scroll .wrapper{
	overflow-y: hidden;
}
.no-scroll_menu .wrapper{
	overflow: hidden;
	position: fixed;
}

.wrapper.wrapper-fixed {
	position: fixed;
	/*overflow: hidden;*/
}

.section-wrapper {
	position: relative;
	max-width: 1204px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			box-sizing: border-box;
}



.section-title {
	/*font-size: 1.2em;*/
	color: #44525f;
	/*text-transform: uppercase;*/
	font-weight: 800;
}
.section-subtitle {
	font-size: 1em;
	color: #44525f;
	/*text-transform: uppercase;*/
	font-weight: bold;
}
.section-subtitle__white {
	font-size: 1em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-weight: bold;
}
.rubl {
	/*font-family: 'PTRoubleSans';*/
	font-family: OpenSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-weight: normal;
	/*font: 14px/1.571429em Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;*/
	/*text-transform: uppercase;*/
}

.grey-font-color {
	color: #605f6b;
}



.header-wrapper {
	margin: 0 auto;
	font-size: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.page-inner .header-wrapper {
	padding-top: 12px;
	padding-bottom: 10px;
}
.header-left {
	float: left;
	width: 50%;
}
.header-right {
	float: right;
	width: 50%;
	margin-top: 6px;
}
.header-left .header-item {
	float: left;
	/*height: 6em;*/
	box-sizing: border-box;
}
.header-right .header-item {
	float: right;
	/*height: 6em;*/
	box-sizing: border-box;
}
.header-contacts {
	padding: 5px 0px;
	margin-left: 2%;
}
.header-item .header-contacts__tel:nth-child(2) a {
	letter-spacing: 0.2px;
}
.header-item .header-contacts__tel:nth-child(2) span {
	padding-left: 7px;
}
.header-contacts a {
	text-decoration: none;
}
.header-contacts__tel a {
	font-size: 1.5em;
	font-weight: 800;
	vertical-align: middle;
}
.telfor {
	display: inline-block;
	vertical-align: middle;
	font-size: .9em;
	padding-left: 8px;
	color: #5aa1cb;
}
.header-contacts__mail a {
	font-size: 1.3em;
	font-weight: 600;
	color: #5aa1cb;
	margin-top: 5px;
	display: inline-block;
}
.header-contacts__mail a:before {
	content: '';
	background-image: url(/images/mail.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 1.2em;
	height: 1em;
	display: inline-block;
	margin-right: 7px;
	vertical-align: text-top;
}
.header-contacts__mail a span {
	border-bottom: 1px dashed transparent;
}
.header-contacts__mail a:hover span {
	border-bottom: 1px dashed #5aa1cb;
}


.header-item.header-menu {
	margin-left: 3%;
}
.header-item.header-menu ul {
	padding: 0;
	margin: 4px 0 0 0;
}
.header-item.header-menu ul li {
	list-style-type: none;
	margin-bottom: 4px;
}
.header-item.header-menu ul li:last-child {
	margin-bottom: 0;
}
.header-item.header-menu a {
	color: #29538a;
	text-decoration: none;
}
.header-item.header-menu a:hover {
	color: #5aa1cb;
}
.header-item.header-menu ul li.mobile-menu-item {
	display: none;
}

.header-logo {
	width: 22em;
	/* height: 5.6em; */
	position: absolute;
	font-size: 12px;
	padding-left: 4.4em;
	left:0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	top: 48%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-logo a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 2;
}
.logo-part {
	position: absolute;
	max-width: 3.6em;
	max-height: 88%;
	top: 2px;
	left: 0;
	bottom: 0;
	margin: auto;
	display: block;
}
.wg-text {
	/* position: absolute; */
	margin-top: 0px;
	/*padding-left: 5.2rem;*/
	font-size: 2.4em;
	font-weight: 800;
	/* display: inline-block; */
}
.wg-text span:last-child {
	color: #8aad51;
}
.under-text {
	/* position: absolute; */
	margin-top: -3px;
	/*padding-left: 5.2rem;*/
	font-size: 1.16em;
	/* display: inline-block; */
}

.burger-menu {
	display: none;
	float: left;
	position: relative;
	width: 36px;
	height: 36px;
	margin-right: 20px;
	cursor: pointer;
	z-index: 50;
	border: 4px solid #29538a;
	-webkit-border-radius: 40px;
	        border-radius: 40px;
}
.burger-wr {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .2s linear;
}
.burger-menu span {
	position: absolute;
	left: 7px;
	top: 16px;
	width: 15px;
	height: 4px;
	background: #29538a;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.burger-menu span:first-child {
	background: #88ad51;
	top: 9px;
}

.header-cart {
	position: relative;
	margin-left: 5%;
	margin-right: 2%;
	text-align: center;
	text-decoration: none;
	font-size: .8em;
	cursor: pointer;
}
.cart-btn {
	position: relative;
}
.cart-btn__ic {
	position: relative;
	background: #8aad51;
	border-radius: 40px;
	width: 36px;
	height: 36px;
	margin: 0 auto;
}
.header-cart:hover .cart-btn__ic {
	background: #29538a;
}
.cart-btn__ic .cart__icon {
	max-width: 55%;
	max-height: 60%;
	position: absolute;
	left: 0;
	right: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cart-btn__quantity {
	position: absolute;
	z-index: 2;
	top:0;
	right: -50%;
	margin-right: 12px;
	padding: 2px 8px 0;
	color: #ffffff;
	background: #29538a;
	border-radius: 8px;
	font-weight: 800;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.cart-btn__quantity:after {
	content: "";
	position: absolute;
	left: 4px;
	bottom: -6px;
	z-index: -1;
	border: 8px solid transparent;
	border-left: 6px solid #29538a;
	border-top: 8px solid #29538a;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	/*-o-transform: skewY(-20deg);
	-ms-transform: skewY(-20deg);
	-moz-transform: skewY(-20deg);
	-webkit-transform: skewY(-20deg);
	transform: skewY(-20deg);*/
}

.header-cart:hover .cart-btn__quantity {
	background: #8aad51;
	top: -4px;
	padding: 3px 10px 1px;
	font-size: 12px;
}
.header-cart:hover .cart-btn__quantity:after {
	bottom: -7px;
	border: 10px solid transparent;
	border-left: 10px solid #8aad51;
	border-top: 10px solid #8aad51;
}
.cart-text {
	padding-top: 12px;
	color: #29538a;
	display: inline-block;
}
.header-cart a:hover span.cart-text {
	text-decoration: underline;
}

.header-buttons {
	width: 70%;
	text-align: right;
}
.header-buttons__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 0 1%;
	width: 60px;
	text-align: center;
	line-height: 3em;
	font-size: .8em;
}
.header-buttons__ic {
	position: relative;
	background: #29538a;
	border-radius: 40px;
	width: 36px;
	height: 36px;
	margin: 0 auto;
}
.header-buttons__item:hover .header-buttons__ic {
	background: #5aa1cb;
}
.header-buttons__ic img {
	position: absolute;
	left: 0;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header-buttons__callback img {
	max-width: 50%;
	max-height: 50%;
}
.header-buttons__mail img {
	max-width: 52%;
	max-height: 52%;
	left: 4px;
}
.header-buttons__buy img {
	max-width: 58%;
	max-height: 60%;
	left: 2px;
}
.header-buttons__text {
	padding-top: 7px;
	line-height: 1.2;
	color: #29538a;
	display: inline-block;
	vertical-align: middle;
}
.header-buttons__img-h {
	display: none;
}
.header-buttons__item:hover .header-buttons__text {
	color: #5aa1cb;
}

.header-buttons__item:hover .header-buttons__img {
	display: none;
}
.header-buttons__item:hover .header-buttons__img-h {
	display: block;
}


.page-inner {
	
}

.search-wrapper {
	padding: 0 15px;
}
.search-bar {
	width: 100%;
	height: 94px;
	background-image: url(../images/searchbar-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-size: auto 100%;
}
.search-bar__search-container {
	float: left;
	width: 50%;
	/*height: 100%;*/
	margin-top: 25px;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
.search-bar__search-container.search-focus {
	width: 100%;
}
.search-bar__lower-price {
	float: left;
	width: 50%;
	height: 100%;
	font-size: 24px;
	font-weight: 800;
	padding: 24px 0 0 25px;
	box-sizing: border-box;
	position: relative;
}
.lower-price__link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.lower-price__white, .lower-price__green {font-weight: 800;} 
.lower-price__white {
	color: #fff;
	line-height: 1;
}
.lower-price__green {
	color: #8aad51;
	line-height: 1;
}
.header-search {
	position: relative;
	/*top: 26px;*/
	width: 90%;
	/*max-width: 475px;*/
	float: right;
	margin: 0 auto;
}
.search-focus .header-search {
	width: 80%;
	max-width: 100%;
	float: none;
}
.search-btn {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/magn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}
.search-bar__input {
	width: 100%;
	height: 42px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 0;
	outline: none;
	padding: 0px 0 0px 20px;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
}
.search-bar__input::-ms-clear {
	display: none;
	color: #fff;
}
.search-bar__input.focused {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.search-example {
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-example * {
	color: #5aa1cb;
	font-size: 10px;
}
.search-example .goods-title {
	border-bottom: 1px dashed #5aa1cb;
	cursor: pointer;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
}
.search-example .goods-title:hover {
	border-bottom: 1px dashed transparent;
}

.search-bar__input::-webkit-input-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}
.search-bar__input::-moz-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}
.search-bar__input:-ms-input-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}
.search-bar__input:-moz-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}

#header-search__no-results {
	font-size: 14px;
	padding: 12px 18px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	pointer-events: none;
}
.search__custom-ph {
	left: 20px;
	pointer-events: none;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search__custom-ph span {
	font-size: 14px;
	color: #5aa1cb;
}

.header-search__list,
.br-search__list {
	display: none;
	width: 100%;
	position: absolute;
	top: 42px;
	left: 0;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 200;
	box-shadow: 0px 12px 29px 0px rgba(100, 117, 129, 0.5);
}
.search-list-item {
	border-top: 1px solid #edf1f5;
	border-left: 1px solid #edf1f5;
	border-right: 1px solid #edf1f5;
	padding: 8px 0;
	position: relative;
	background-color: transparent;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.br-search__list .search-list-item {
    padding: 7px 20px;
}
.search-list-item:last-child {
	border-bottom: 1px solid #edf1f5;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.search-list-item:hover {
 	background-color: #edf1f5;
}
.product-image__wrapper {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 60px;
	margin-right: 10px;
	margin-left: 5px;
	height: 35px;
}
.search-list-item img.product-image {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.product-info {
	display: inline-block;
	vertical-align: middle;
}
.product-info span {
	color: #585858;
	font-size: 14px;
}
.product-info__price {
	font-weight: 600;
}
.product-info__title strong {
	color: #29538a;
	font-weight: 600;
}
.search-list-item__product-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.multi-theme-compact .multi-wrapper {
	margin-top: 132px!important;
}

.multi-snippet span:first-child:not(.multi-price) {
	font-weight: bold;
}
.multi-snippet .multi-price {
	color: #000000;
	font-weight: bold;
}
.multi-snippet .multi-presence {
	display: block;
	color: #8aad51;
}

.compare-fix {
	/*display: none;*/
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 10;
	cursor: pointer;
	padding: 10px 15px;
	background: #29538a;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-right: -90px;
	transition: all .3s ease;
}
.compare-fix.hidden {
	display: none;
}
.compare-fix:hover {
	margin-right: 0;
}
.compare-open {
	margin-right:0;
}
.compare-q {
	padding-top: 25px;
	background: url(/images/compare-ic2.png) center top no-repeat;
	font-weight: 800;
	font-size: 16px;
	color: #8aad51;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.compare-text {
	font-size: 12px;
	color: #76b1d4;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	width: 88px;
}
.compare-text:hover {
	color: #76b1d4;
}


.blue-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #29538a;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	/*margin-top: 20px;*/
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	/*max-width: 360px;*/
	cursor: pointer;
}
.blue-btn:after {
	content: '';
	position: absolute;
	top: 53%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf2.png) no-repeat right/contain;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.blue-btn:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.blue-btn:hover {
	background-color: #08356f;
}
.blue-btn:hover:after {
	top: 25%;
}
.blue-btn:hover:before {
	opacity: 1;
}
.blue-btn:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.blue-btn:hover {
	background-color: #08356f;
}
.blue-btn:hover:after {
	top: 25%;
}
.blue-btn:hover:before {
	opacity: 1;
}


.page-inner .search-bar {
	height: 74px;
}
.page-inner .search-bar__search-container {
	margin-top: 16px;
}
.page-inner .search-bar__lower-price {
	font-size: 20px;
	padding: 16px 0 0 25px;
}




/*navbar*/
.navbar-container {
}
.navbar-wr {
	position: relative;
	background: #edf1f5;
}
.catalog-menu__list {
	text-align: center;
	position: relative;
	z-index: 9;
	font-size: 12px;
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	flex-direction: row;
	justify-content: space-between;
}
.catalog-menu__list li {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	/*max-width: 145px;*/
	width: 10%;
	line-height: 3em;
	padding: 20px .6% 15px;
	position: relative;
	cursor: pointer;
}
/*.catalog-menu__list li:first-child {
	max-width: 170px;
}*/
.catalog-menu__item img{
	display: block;
	margin: 0 auto;
	max-height: 42px;
	margin-bottom: 10px;
}
.catalog-menu__item:hover, .catalog-menu__item.open {
	color: #5aa1cb;
}
.catalog-menu__item .catalog-menu__item-img-h, .catalog-menu__item.open .catalog-menu__item-img-h {
	display: none;
}
.catalog-menu__item:hover .catalog-menu__item-img, .catalog-menu__item.open .catalog-menu__item-img {
	display: none;
}
.catalog-menu__item:hover .catalog-menu__item-img-h, .catalog-menu__item.open .catalog-menu__item-img-h {
	display: block;
}
.catalog-menu__list span{
	display: inline-block;
	/*vertical-align: middle;*/
	vertical-align: top;
	line-height: 1.1;
}

/*page-inner catalog-menu*/
/*.page-inner .catalog-menu__list li {
	width: 13em;
	text-align: left;
	padding: 15px 1% 10px;
	height: 80px;
	line-height: 54px;
}
.page-inner .catalog-menu__item img {
	display: inline-block;
	vertical-align: middle;
	width: 4em;
	margin-right: .5em;
	margin-bottom: 0;
}
.page-inner .catalog-menu__item .catalog-menu__item-img-h, .page-inner .catalog-menu__item.open .catalog-menu__item-img-h {
	display: none;
}
.page-inner .catalog-menu__item:hover .catalog-menu__item-img, .page-inner .catalog-menu__item.open .catalog-menu__item-img {
	display: none;
}
.page-inner .catalog-menu__item:hover .catalog-menu__item-img-h, .page-inner .catalog-menu__item.open .catalog-menu__item-img-h {
	display: inline-block;
}
.page-inner .catalog-menu__list span {
	width: 5em;
}*/


/*catalog sub menu*/
.subnav__list-anchor {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: #ffffff;
	border-bottom: 4px solid #edf1f5;
	z-index: 100;
}
.subnav__list-wrapper {
	display: none;
	max-width: 1200px;
	margin: 0 auto;
}

.subnav__cat-list {
	position: relative;
	padding: 15px 4%;
	border-left: 4px solid #edf1f5;
	border-right: 4px solid #edf1f5;
	pointer-events: none;
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
/*.subnav__cat-list:after {
	content: "";
	position: absolute;
	left: 240px;
	top:0;
	width: 4px;
	height: 100%;
	background: #edf1f5;
}*/
.subnav__cat-item {
	position: relative;
	/*width: calc(25% + 4px);*/
	/*width: 244px;
	padding: 0 10px;*/
	margin: 0 4%;
	font-size: 14px;
	pointer-events: all;
	    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;

    color: #29538a;
	padding: 5px 10px;
	display: block;
}
.subnav__cat-item:hover {
	background: #edf1f5;
}
.subnav__cat-item + .subnav__cat-item_offset {
	margin-top: 8px;
}
.subnav__cat-char {
	width: 14px;
	text-align: center;
	color: #bfbfce;
	position: absolute;
	top: 5px;
	left: -13px;
	/* font-size: .9em; */
	display: block;
}
.subnav__cat-link {
/*	position: relative;
	display: block;
	color: #29538a;
	padding: 5px 0;*/
}
/*.subnav__cat-link:after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 5px;
	height: 9px;
	background: url(../images/cat-arr-ic.png) center center no-repeat;
}*/
.subnav__subcat-wrapper {
	position: absolute;
	top: 0;
	left: 245px;
	/*width: 75%;*/
	/*width: calc(100% - 4px);*/
	right: 0;
	height: 100%;
	padding: 15px;
	padding-left: 4%;
	display: none;
	color: #605f6b;
}
/*.subnav__cat-item:hover .subnav__subcat-wrapper {
	display: block;
}*/
.subnav__subcat-list {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
    -moz-column-fill: auto;
   column-fill: auto;
	    height: 100%;
}
/*.subnav__subcat-col {
	float: left;
	width: 33.33%;
	padding-right: 5%;
}*/
.subnav__subcat-item {
	display: block;
	/*display: inline-block;*/
}
.subnav__subcat-item span {
	padding: 5px;
	display: inline-block;
	/*line-height: 1.2;*/
}
.subnav__subcat-item:hover span {
	background: #edf1f5;
}

/*main-info*/
.main-info__wrapper {
	padding: 35px 0;
}
.main-info__slide-half {
	width: 50%;
	float: left;
}
.main-info__slide-item {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding-top: 100%;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	overflow: hidden;
}
.slide-quarter .main-info__slide-item {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	padding-top: 49.5%;
	color: #fff;
	cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slide-quarter .main-info__slide-item:nth-child(2n) {
	margin-right: 0;
}
.slide-quarter .main-info__slide-item:last-child, .slide-quarter .main-info__slide-item:nth-child(3) {
	margin-bottom: 0;
}

.main-info__slide .slick-slide {
	margin: 0 3px;
}

.slide-offer__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main-info__slide-field {
	position: absolute;
	width: 80%;
	top: 7%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.slide-quarter .main-info__slide-field {
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main-info__slide-item.slide-delivery {
	background: url(../images/delivery-slide-bg.jpg) center center no-repeat;
	background-size: cover;
}
.main-info__slide-item.slide-discount {
	background: url(../images/discount-slide-bg.jpg) center center no-repeat;
	background-size: cover;
}
.main-info__slide-item.slide-payment {
	background: #8aad51;
}
.main-info__slide-item.slide-warranty {
	background-color: #29538a;
	background-image: url(../images/warranty-slide-bg.png);
	background-position: center center;
	background-size: cover;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.slide-warranty:hover {
	background-color: #153164;
}
.main-info__slide-item.slide-offer {
	background: #edf1f5;
	color: #29538a;
}

.main-info__slide-item .main-info__slide-name {
	font-size: 2em;
	font-weight: 800;
	line-height: 1;
}
.main-info__slide-item .main-info__slide-text {
	margin-top: 10px;
}

.slide-delivery .main-info__slide-name span{
	position: relative;
	color: #8aad51;
}
/*.slide-delivery .main-info__slide-name span:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: #ffffff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.slide-delivery:hover .main-info__slide-name span:after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}*/

.slide-discount:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 80%;
	top: 57%;
	left: -5%;
	background: url(../images/pig.png) center top no-repeat;
	background-size: cover;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.slide-discount .main-info__slide-field {
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.slide-discount:hover .main-info__slide-field {
	top: 15%;
}
.slide-discount:hover:after {
	top: 20%;
}

.slide-payment .main-info__slide-name {
	color: #29538a;
}
.slide-payment:hover .main-info__slide-name {
	color: #fff;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.slide-payment .main-info__slide-name span{
	color: #fff;
}
.slide-payment:hover .main-info__slide-name span {
	color: #29538a;
}
.slide-payment .main-info__slide-text {
	position: relative;
}
.slide-payment .main-info__slide-text__help {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	opacity: 0;
	background: #29538a;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.slide-payment:hover .main-info__slide-text__help {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.slide-payment .main-info__slide-text__help span {
	color: #8aad51;
}
.slide-payment .main-info__slide-text__help .help__b-text {
	font-size: 2em;
	font-weight: 800;
}

.slide-offer .main-info__slide-name {
	font-size: 3em;
}
.slide-offer .main-info__slide-name span{
	color: #8aad51;
}

.slide-offer .main-info__slide-text {
	font-size: 1.2em;
}

.main-info__slide-item .main-info__slide-icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.slide-delivery .main-info__slide-icon {
	margin-bottom: 10px;
	height: 4.5rem;
	overflow: hidden;
}
.main-info__slide-icon-hover {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.slide-delivery:hover .main-info__slide-icon-st {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.slide-delivery:hover .main-info__slide-icon-hover {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.slide-payment .main-info__slide-icon {
	margin-bottom: 10px;
	height: 4.2rem;
}
.slide-warranty .main-info__slide-icon {
	margin-top: 5px;
	height: 155px;
}
.slide-offer .main-info__slide-icon {
	margin-bottom: 10px;
	height: 80px;
}

.main-info__slide-img1 {
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 85%;
	height: 100%;
}
.main-info__slide-img2 {
	position: absolute;
	top: 4%;
	left: -15%;
	width: 34%;
	height: 34%;
}
.main-info__slide-img3 {
	position: absolute;
	top: 5%;
	right: -6%;
	width: 28%;
	height: 25%;
}


/*offers*/
.offers-section__head {
	text-align: center;
}
.viewed-section {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.offers-section__title {
	display: inline-block;
	vertical-align: middle;
	font-size: 2em;
	font-weight: 800;
	color: #bab9ca;
	min-width: 250px;
	text-align: left;
	cursor: pointer;
}
.offers-section__spec-title {
	text-align: right;
}
.offers-section__viewed-title {
	position: relative;
	min-width: auto;
	color: #29538a;
	padding: 5px 0;
	padding-left: 50px;
}
.offers-section__viewed-title:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	border: 4px solid #edf1f5;
	background: url(/images/icons/viewed-ic.svg) center no-repeat;
	background-size: 14px auto;
}
.offers-section__head.spec-active .offers-section__spec-title{
	color: #29538a;
}
.offers-section__head.lead-active .offers-section__leader-title{
	color: #29538a;
}

.offers-section__switch-wr {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	width: 72px;
	height: 36px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	border: 4px solid #edf1f5;
}
.offers-section__switch {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
	z-index: 3;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
}
.offers-section__spec-switch {
	background-image: url(../images/icons/spec-sw-ic.svg);
}
.offers-section__leader-switch {
	background-image: url(../images/icons/leader-sw-ic.svg);
	left: auto;
	right: 0;
}
.offers-section__head.spec-active .offers-section__spec-switch {
	background-image: url(../images/icons/spec-sw-ic-act.svg);
}
.offers-section__head.lead-active .offers-section__leader-switch {
	background-image: url(../images/icons/leader-sw-ic-act.svg);
}
.offers-section__switch-slider {
	position: absolute;
	width: 28px;
	height: 28px;
    left: 0px;
    top: 0;
    background-color: #5aa1cb;
    transition: .4s;
    border-radius: 50%;
}
.offers-section__head.lead-active .offers-section__switch-slider {
	left: 36px;
	/*right: 0;*/
}

.offers-section__buttons {
	position: absolute;
	right: 10px;
	top: 0;
}
.offer-section__btns-spec, .offer-section__btns-lead {
	visibility: hidden;
}
.offers-section__head.spec-active ~ .offers-section__buttons .offer-section__btns-spec {
	visibility: visible;
}
.offers-section__head.lead-active ~ .offers-section__buttons .offer-section__btns-lead {
	visibility: visible;
}


.offer-section__content {
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
.offer-section__list {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 12px;
}

.offer-section__line {
	width: 100%;
	height: 4px;
	background: #edf1f5;
	clear: both;
}
/*.offer-section__line.offer-section__line-col3 {
	display: none;
}
.offer-section__line.offer-section__line-col2 {
	display: none;
}
.offer-section__line.offer-section__line-col4 {
	display: block;
}*/

.product-card__item {
	position: relative;
	width: 25%;
	float: left;
	margin: 30px 0 20px;
	padding: 0 2%;
	font-size: 12px;
	/*height: 40.8rem;
	height: 37rem;*/
	height: 45.8rem;
	color: #bab9ca;
	border-right: 4px solid #edf1f5;
}
.product-card__item:before {
	content: "";
	position: absolute;
	left: -8px;
	right: -8px;
	top: -12px;
	bottom: -12px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* z-index: 1; */
	background: #fff;
	border: 4px solid #d6dbe1;
	opacity: 0;
	transition: all .3s ease;
}
.product-card__item:hover:before {
	opacity: 1;
	transform: scale3d(1.05,1.08,1);
}
#goods .product-card__item:before {
	display: none;
}
.product-card__item:after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	height: 4px;
	bottom: -26px;
	background: #edf1f5;
}
.product-card__item:nth-last-child(-n+4):after {
	display: none;
}
.product-card__item:nth-child(4n) {
	/*border-right: none;*/
	border-right: 4px solid transparent;
}
.product-card__item:last-child {
	/*border-right: none;*/
	border-right: 4px solid transparent;
}

.slick-slide > div:first-child > .product-card__item:nth-last-child(-n+4):after {
	display: block;
}
/*.slick-slide .product-card__item:nth-child(4n+1):before {
	left: 0;
}
.slick-slide .product-card__item:nth-child(4n+1):before {
	left: 0;
}*/

/*.product-card__item:after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -22px;
	height: 4px;
	background: #edf1f5;
}
.product-card__item.line-hidden:after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -22px;
	height: 4px;
	background: #edf1f5;
}*/
.product-card__stock {
	position: absolute;
	z-index: 5;
	pointer-events: none;
	width: 80px;
	height: 36px;
	top: 0;
	right: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}
.product-card__stock.in-stock {
	background-image: url(../images/in-stock-ic.svg);
}
.product-card__stock.not-stock {
	width: 102px;
	background-image: url(../images/not-stock-ic.svg);
}
.product-card__stock.out-stock {
	background-image: url(../images/out-stock-ic.svg);
}
.product-card__stock.exp-stock {
	background-image: url(../images/exp-stock-ic.svg);
}
.product-card__stock.spec-stock {
	background-image: url(../images/spec-stock-ic.svg);
}
.product-card__gift {
	position: absolute;
	z-index: 5;
	pointer-events: none;
	width: 26px;
	height: 26px;
	top: 0;
	right: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/icons/gift-icon.svg);
}
.product-card__gift + .product-card__stock{
	right: 65px;
}
.product-card__img {
	position: relative;
	display: block;
	height: 24rem;
	margin: 0 0 1.5rem 0;
	text-align: center;
}
.product-card__img img {
	display: block;
	margin: 0 auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.product-card__desc {
	position: relative;
	display: block;
	/*height: 7em;*/
	/*height: 4.8em;*/
	height: 7.5em;
	line-height: 1.2;
	white-space: normal;
	overflow: hidden;
}
.product-card__title {
	font-size: 1.33em;
	color: #29538a;
	margin-bottom: 5px;
	/*max-height: 2.4em;*/
	max-height: 3.6em;
	overflow: hidden;
	transition: color .3s;
}
.product-card__item:hover .product-card__title {
	color: #5aa1cb;
}
.product-card__text {
	/*width: 90%;*/
	max-height: 3.6em;
	overflow: hidden;
	transition: color .3s;
}
/*.product-card__item:hover .product-card__text {
	color: #777;
}*/
.product-card__info {
	position: relative;
	margin-top: 12px;
}
.product-card__basket {
	float: left;
	width: 2em;
	height: 2em;
	margin-bottom: 15px;
	margin-right: 6%;
	background: url(../images/basket-prod-ic.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.product-card__item:hover .product-card__basket {
	background: url(../images/basket-prod-ic-h.svg) center center no-repeat;
	background-size: contain;
}
.product-card__price-wr {
	float: left;
	/*max-width: 60%;*/
}
.product-card__price {
	font-size: 16px;
	color: #605f6b;
}
.product-card__price span {
	font-size: 1.5em;
	font-weight: 600;
}
.product-card__old-price {
	font-size: 12px;
	color: #bab9ca;
	text-decoration: line-through #bab9ca;
	-webkit-text-decoration: line-through #bab9ca;
	/*text-decoration-line: line-through;
	  -webkit-text-decoration-line: line-through;
	  text-decoration-color: #bab9ca;
	  -webkit-text-decoration-color: #bab9ca;*/
}
.product-card__old-price span {
	font-size: 1.33em;
	font-weight: 600;
}
.product-card__oldprice-text {
	color: #8aad51;
	margin-top: 3px;
}
.product-card__compare {
	float: right;
	width: 1.8em;
	height: 1.8em;
	margin-bottom: 15px;
	margin-left: 2%;
	background: url(../images/compare-ic.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.product-card__compare.compare_added {
	background: url(../images/compare-ic_add.svg) center center no-repeat;
	background-size: contain;
}
.compare_popup {
	display: none;
	position: absolute;
	right: 24px;
	top: -10px;
	background: #edf1f5;
	border-radius: 8px;
	padding: 10px 15px;
	color: #585858;
	font-size: 12px;
	pointer-events: none;
	width: 95px;
	text-align: center;
	white-space: normal;
}
.product-card__compare:hover ~ .compare_popup {
	display: block;
}
.product-card__compare.compare_added:hover ~ .compare_popup {
	display: none;
}


.product-card__credit-wrap {
	padding: 15px 10px;
	padding-left: 35px;
	margin-top: 15px;
	margin-left: -35px;
	color: #605f6b;
	background: url(/images/icons/credit-prod-ic.svg) left center no-repeat;
	background-size: 22px;
	border-top: 1px solid #edf1f5;
}
.product-card__credit-wrap a {
	color: #285389;
}
.product-card__credit-wrap a:hover {
	text-decoration: underline;
}
.product-card__credit-wrap span {
	font-size: 1.33em;
	font-weight: 600;
}


/*service*/
.service-container {
	background: #edf1f5;
	margin: 30px 0;
	padding: 5rem 0;
}
.service-section__left {
	width: 60%;
	float: left;
	padding: 0 7%;
}
.service-section__right {
	width: 40%;
	float: left;
}
.service-section__img {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-right: 10%;
}
.service-section__quote {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 57%;
	padding-top: 25px;
	font-size: 12px;
}
.service-section__quote:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 4px;
	background: #29538a;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}
.service-section__quote-text {
	font-size: 2.5em;
	color: #29538a;
	font-weight: 800;
	margin-bottom: 20px;
}
.service-section__about-text {
	display: none;
	color: #605f6b;
	margin-bottom: 20px;
	line-height: 1.5;
}
.service-section__link {
	display: inline-block;
	padding: 10px 20px;
	color: #8aad51;
	border: 4px solid #fff;
	/*background: #fff;*/
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
.service-section__link:hover {
	background: #fff;
}

.service-section__text {
	font-size: 14px;
	color: #605f6b;
}
.service-section__text p {
	margin-bottom: 20px;
}

.main-articles-section {
	position: relative;
	padding: 3rem 0;
}
.main-articles__container {
	position: relative;
	margin-bottom: 2rem;
}
.main-articles__col {
	position: relative;
	float: left;
	width: 16.66%;
	padding-right: 2%;
	padding-bottom: 1.5em;
	padding-right: 2%;
	font-size: 11px;
	color: #bab9ca;
	margin-bottom: 40px;
}
.main-articles__wr {
	height: 35rem;
	overflow: hidden;
}
.main-articles__image {
	display: block;
	max-width: 130px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.main-articles__image img {
	-webkit-border-radius: 100px;
	        border-radius: 100px;
}
.main-articles__title {
	display: block;
	font-size: 1.5em;
	color: #29538a;
	margin-bottom: 20px;
}
.main-articles__title:hover {
	color: #29538a;
}
.main-articles__item {
	margin: 3px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	display: block;
}
.main-articles__item:hover {
	color: #5aa1cb;
}
.main-articles__more {
	position: absolute;
	font-size: 1.1em;
	font-weight: 600;
	left: 0;
	bottom: 0;
	text-decoration: underline;
}

.main-articles__btns {
	display: none;
}

/* cert slider*/
.cert-slider__section {
	position: relative;
	padding: 3rem 0 0;
	margin-bottom: 3rem;
	border-top: 4px solid #edf1f5;
}
.cert-slider__wrapper {
	position: relative;
}
.cert-slider__title {
	float: left;
	width: 200px;
	padding-right: 2%;
	margin-bottom: 50px;
	font-size: 1.7em;
	font-weight: 800;
}
.cert-slider__container {
	position: relative;
	float: left;
	width: calc(100% - 200px);
}
.cert-slider__item {
	display: block;
	padding: 0 8px;
	/*margin: 0 8px;*/
}
.cert-slider__item img {
	border: 2px solid #edf1f5;
}
.cert-slider__btns {
	position: absolute;
	left: 0;
	bottom: 0;
}
/*cert slider*/

/*brands*/
.br-search-container {
	position: relative;
	padding: 4rem 0;
	background: url(../images/br-search-bg.jpg) center center no-repeat;
	background-size: cover;
	z-index: 2;
}
.br-search__left {
	float: left;
	width: 40%;
}
.br-search__right {
	float: left;
	width: 60%;
}

.br-search__title {
	display: block;
	font-size: 2em;
	font-weight: 800;
	color: #29538a;
	margin-bottom: 10px;
}
.br-search__title sup {
	color: #8aad51;
	font-size: .6em;
	margin-left: 3px;
}

.br-search_wr {
	position: relative;
	width: 100%;
	max-width: 475px;
}
.br-search__input {
	width: 100%;
	height: 42px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 0;
	outline: none;
	padding: 0px 0 0px 20px;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
}
.br-search__input::-ms-clear {
	display: none;
	color: #fff;
}
.br-search__input.focused {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.br-search__input::-webkit-input-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}
.br-search__input::-moz-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}
.br-search__input:-ms-input-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}
.br-search__input:-moz-placeholder {
	color: #5aa1cb;
	font-size: 14px;
}

.br-search-char {
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-left: 3%;
}
.br-search-char__eng .br-search-char__list {
	margin-bottom: 25px;
}
.br-search-char__list ul {
	margin: 0 auto;
	text-align: center;
}
.br-search-char__list ul:after,.br-search-char__list ul:before{
	display:table;
	content:'';
	clear: both;
}
.br-search-char__item {
	/*float: left;*/
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: #5aa1cb;
	padding: 0 4px;
}
/*.br-search-char__item a {
	
}*/


/*footer*/
.footer-section__container {
	position: relative;
	margin: 5rem 0;
}
.footer-section__container-mobile {
	display: none;
}
/*.footer-section__soc-wr, .footer-section__row-wr {
	float: right;
}*/
.footer-section__item {
	position: relative;
	float: right;
	width: 25%;
	height: 14rem;
	font-size: 12px;
	padding: 10px 3% 10px 4%;
}
.footer-section__item:after {
	content: "";
	position: absolute;
	width: 4px;
	top: 0;
	bottom: 0;
	right:0;
	background: #eceff3;
}
.footer-section__item:first-child:after {
	display: none;
}
.footer-clear {
	clear: both;
	display: none;
}
.footer-section__info {
	width: 20%;
	padding-left: 0;
	padding-right: 3%;
}
.footer-section__rating {
	width: 28%;
}

.footer-copyright__mob {
	display: none;
	font-size: .8em;
	color: #babaca;
}
.footer-socials__link {
	float: left;
	width: 37px;
	margin-right: 6%;
	margin-bottom: 20px;
	cursor: pointer;
}
.footer-socials__link:last-child {
	margin-right: 0;
}
.footer-socials__link .f-soc__img-h{
	display: none;
}
.footer-socials__link:hover .f-soc__img{
	display: none;
}
.footer-socials__link:hover .f-soc__img-h{
	display: inline-block;
}
.footer-copyright {
	font-size: .8em;
	color: #babaca;
}

.f-contacts__item {
	padding: 8px 0;
	padding-left: 46px;
	color: #605f6b;
}
.f-contacts__work-time {
	background: url(../images/icons/f-clock-ic.svg) 0 center no-repeat;
	background-size: 37px auto;
	margin-bottom: 25px;
}
.f-contacts__phone {
	background: url(../images/icons/f-phone-ic.svg) 0 center no-repeat;
	background-size: 37px auto;
}
.f-contacts__address {
	background: url(../images/icons/f-address-ic.svg) 0 20% no-repeat;
	background-size: 37px auto;
	margin-bottom: 13px;
}
.f-contacts__mail {
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #5aa1cb;
	background: url(../images/icons/f-mail-ic.svg) 0 center no-repeat;
	background-size: 37px auto;
}
.f-contacts__mail:hover {
	color: #29538a;
}

.scroll_up {
	position: relative;
	color: #babaca;
	text-align: center;
	font-size: .8em;
	cursor: pointer;
	z-index: 100;
	padding: 45px 10px 10px;
}
.scroll_up:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 37px;
	height: 37px;
	background: url(../images/icons/to-top.svg) center center no-repeat;
	background-size: auto 20px;
	/*border:1px solid black;*/
	border: 4px solid #edf1f5;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.scroll_up:hover:before {
	border: 4px solid #babaca;
}
.scroll_up:not(.scroll_up-mobile) {
	position: absolute;
	right: 2%;
	transition: all .2s linear;
	min-width: 40px;
	top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.scroll_up-mobile {
	display: none;
	padding:0;
	width: 37px;
	height: 37px;
}

/*inner page*/
.page-inner__container {
	margin: 3rem 0;
	font-size: 12px;
}

/* breadcrumbs */
.breadcrumbs {
	margin-bottom: 8px;
}
.breadcrumbs__item {
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
	color: #5aa1cb;
}
.breadcrumbs__item:hover a{
	/*text-decoration: underline;*/
	color: #29538a;
}
.breadcrumbs__item:not(.breadcrumbs__no-link):after {
	content: "";
	/*position: absolute;*/
	display: inline-block;
	/*vertical-align: text-bottom;*/
	width: 8px;
	height: 8px;
	margin: 0 10px;
	background: url(../images/breadcrumbs-ic.png) center center no-repeat;
}
.breadcrumbs__item:last-child:after {
	display: none;
}
.breadcrumbs__no-link span {
	color: #babaca;
}

/*inner*/
.page-section__wrapper {
	position: relative;
}

.page-inner__title {
	font-size: 3em;
	color: #29538a;
	margin-bottom: 4rem;
}
.page-inner__title sup {
	color: #8aad51;
	font-size: .6em;
	margin-left: 3px;
}
.catlist-page .page-inner__title {
	margin-right: 90px;
	margin-bottom: 2.5rem;
}

.page-section__content .page-section__left {
	float: left;
	width: 68%;
	margin-right: 4%;
	font-size: 14px;
	line-height: 1.4;
	color: #605f6b;
}
.page-section__content .page-section__right {
	float: left;
	width: 28%;
}

.page-section__content .page-section__left .page-inner__title {
	font-size: 2.57em;
	margin-bottom: 2rem;
}

.main-articles-section .page-inner__title {
	font-size: 2.57em;
	margin-bottom: 1rem;
}

.catlist-section__subtitle {
	font-weight: 800;
	font-size: 2em;
	margin-bottom: 2rem;
}

.page-section__content p {
	margin-bottom: 1.8rem;
}
.page-section__content p img {
	/*padding: 0 10px;*/
}
.page-section__content .text {
	margin-bottom: 1.8rem;
}
.page-section__content .offset-text {
	padding-left: 20px;
}
.page-section__content p a {
	color: #29538a;
}
.article-extend .page-section__left a {
	text-decoration: underline;
}
.page-section__content .text a {
	color: #29538a;
	font-weight: bold;
}
.page-section__content-link {
	display: inline-block;
	font-size: 12px;
	color: #29538a;
	padding: 8px 12px;
	margin: 1rem 0;
	border: 1px solid #29538a;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	cursor: pointer;
}
.page-section__content-title {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.page-section__content h4 {
	font-size: 1.1em;
	color: #29538a;
	font-weight: 800;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.page-section__content-note {
	padding: 2px 0;
	padding-left: 25px;
	margin-bottom: 20px;
	background: url(../images/note-bl-ic.png) left 0 no-repeat;
}
.page-section__content .note {
	padding: 2px 0;
	padding-left: 25px;
	margin-bottom: 20px;
	background: url(../images/note-bl-ic.png) left 0 no-repeat;
}
.page-section__content ul {
	padding-left: 20px;
	line-height: 1.3;
}
.page-section__content ul li {
	/*margin-bottom: 20px;*/
}
.page-section__content ul > li:before {
	content: "\2022";
	display: inline;
	margin-right: 5px;
}
.page-section__content ul  li  ul li:before {
	display: none;
}
.page-section__content ul.points > li:before {
	display: inline;
}

/*articles*/
.articles-section__list {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
.articles-section__item {
	margin-bottom: 15px;
	padding-right: 15px;
	break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}
.articles-section__title {
	font-size: 1.33em;
	color: #29538a;
	margin-bottom: 5px;
}
.articles-section__item a {
	display: block;
	color: #5aa1cb;
	font-size: .9em;
	padding: 4px 0;
}
.articles-section__item a:hover {
	color: #29538a;
}


/*article extend template*/
.article-extend .page-section__left {
	float: left;
	width: 68%;
	margin-right: 4%;
	font-size: 14px;
	line-height: 1.4;
	color: #605f6b;
}
.article-extend .page-section__right {
	float: left;
	width: 28%;
}

/*article recipe*/
.article-recipe__box {
	margin-bottom: 2.5rem;
}
.article-recipe__box ul {
	padding-left: 20px;
}
.article-recipe__box ul li {
	margin-bottom: 20px;
}
.article-recipe__box ul li:before {
	content: "\2022";
	display: inline;
	margin-right: 5px;
}

.article-recipe__consist ul li {
	margin: 0;
}
.article-recipe__consist-total {
	padding-left: 28px;
	text-decoration: underline;
}

.article-cooking__item {
	margin-bottom: 3.5rem;
}
.article-cooking__desc {
	margin-bottom: 20px;
}
.article-cooking__desc span {
	font-weight: 800;
	color: #3b6092;
	margin-right: 5px;
}
.article-cooking__item img {
	max-width: 100%;
}
.article-cooking__note {
	padding-left: 25px;
	margin-bottom: 20px;
	background: url(../images/note-bl-ic.png) left 0 no-repeat;
}

/*article simple template*/
.article-simple .page-section__left {
	float: left;
	width: 65%;
	margin-right: 7%;
	font-size: 14px;
	line-height: 1.4;
	color: #605f6b;
}
.article-simple .page-section__right {
	float: left;
	width: 28%;
}

.article-simple__img {
	width: 33%;
	margin-bottom: 2rem;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
}
.article-simple__desc {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.article-simple__table {
	margin: 4rem 0 2rem;
	overflow: auto;
}
.article-simple__table table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	color: #605f6b;
	text-align: center;
}
.article-simple__table table tr td {
	padding: 8px 5px;
	word-break: break-all;
}
.article-simple__table table tr td a {
	color: #29538a;
}
.article-simple__table table tr:nth-child(even) td {
	background: #edf1f5;
}
.article-simple__table table tr td:first-child {
	font-size: 10px;
	text-align: left;
	padding-left: 15px;
	text-decoration: underline;
	word-break: normal;
	min-width: 150px;
}
.article-simple__table table tr:first-child td {
	color: #29538a;
	word-break: normal;
}


/*article table*/ 

.page-section__left table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	color: #605f6b;
	text-align: center;
}
.page-section__left table tr td {
	padding: 8px 5px;
	/*word-break: break-all;*/
	width: auto;
}
.page-section__left table tr td a {
	color: #29538a;
}
.page-section__left table tr:nth-child(even) td {
	background: #edf1f5;
}
.page-section__left table tr td:first-child {
	font-size: 10px;
	text-align: left;
	padding-left: 15px;
	text-decoration: underline;
	word-break: normal;
	min-width: 150px;
}
.page-section__left table tr:first-child td {
	color: #29538a;
	word-break: normal;
}
.page-section__left table tr:last-child td {
	word-break: break-all;
}

.page-section__left h2 {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.InfoPagesHeadline {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.page-inner__title ~ .page-section__wrapper .page-section__left .InfoPagesHeadline:first-child {
	margin-top: 0;
}
.page-inner__title ~ .page-section__wrapper .page-section__left > .page-section__content-title:first-child {
	margin-top: 0;
}
.page-inner__title ~ .page-section__wrapper .page-section__left > span:first-child > .page-section__content-title:first-child {
	margin-top: 0;
}

.article-offer__wrapper {
	padding: 40px 10%;
	margin-bottom: 3rem;
	    -webkit-border-radius: 8px;
	border-radius: 8px;
	border: 4px solid #edf1f5;
	max-width: 350px;
}
.article-offer__item {
	width: 100%;
	float: none;
	margin: 0;
	height: auto;
	border: none;
}
.article-offer__wrapper .product-card__stock {
	/*right: 5px;*/
}
.article-offer__list {
	padding: 0 10px 0 10%;
}
.article-offer__title {
	font-size: 1.33em;
	color: #29538a;
	margin-bottom: 3px;
}
.article-offer__link {
	font-size: .92em;
	color: #5aa1cb;
	padding: 3px 0;
	display: block;
}
.article-offer__link-active {
	color: #bab9ca;
	cursor: default;
	pointer-events: none;
}
.article-offer__link-active:hover {
	color: #bab9ca;
}


/*category list page*/
.grid-view .catlist-section__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.grid-view .catlist-section__item {
	display: inline-block;
	width: 16.6%;
	margin-bottom: 5rem;
	padding-right: 2%;
}
.grid-view .catlist-section__img {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	width: 122px;
	height: 122px;
	-webkit-border-radius: 50%;
	    border-radius: 50%;
}
.grid-view .catlist-section__img img {
	max-height: 100%;
	max-width: 100%;
	-webkit-border-radius: 50%;
	    border-radius: 50%;
}
.grid-view .catlist-section__img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #605f6b;
	opacity: .1;
	z-index: 2;
	-webkit-border-radius: 50%;
	    border-radius: 50%;
	transition: all .3s ease;
}
.grid-view .catlist-section__item:hover .catlist-section__img-bg {
	opacity: .3;
}
.grid-view .catlist-section__char {
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 8em;
	font-weight: 800;
	margin: auto;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	line-height: 1.3;
}
.grid-view .catlist-section__title {
	font-size: 1.33em;
	color: #29538a;
}
.grid-view .catlist-section__count {
	color: #8aad51;
	top: -0.3em;
}

/*catlist filter*/
.catlist-section__filter {
	/*position: absolute;*/
	/*margin-top: -2.5rem;*/
	margin-bottom: 5rem;
	/*top:0;*/
	font-size: 12px;
	color: #605f6b;
}
.catlist-section__filter span {
	margin-right: 2%;
	margin-bottom: 1em;
	display: inline-block;
}
.catlist-section__filter__char-list {
	display: inline-block;
}
.catlist-section__filter__char-list ul {
	margin: 0 auto;
	text-align: center;
}
.catlist-section__filter__char-list ul li {
	/*float: left;*/
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.4;
	color: #5aa1cb;
}
.catlist-section__filter__char-list ul li a {
	padding: 0 8px;
}
.charsfilter_all {
	display: none;
}


.catlist-section__list {
	margin-bottom: 2rem;
}

.listing-view .catlist-section__list {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	font-size: 12px;
}
.listing-view .catlist-section__item {
	display: block;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	padding: 0;
	padding-right: 15px;
}
.listing-view .catlist-section__img {
	display: block;
}
.listing-view .catlist-section__img img {
	display: none;
}
.listing-view .catlist-section__char {
	position: relative;
	text-align: left;
	color: #5aa1cb;
	font-size: 1.33em;
	font-weight: normal;
	margin: auto;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	line-height: 1.3;
	margin-top: 15px;
}
.listing-view .catlist-section__item:first-child .catlist-section__char {
	margin: 0;
}
.listing-view .catlist-section__title {
	font-size: 1em;
	color: #605f6b;
	padding: 5px 0;
}
.listing-view .catlist-section__count {
	display: none;
}
.listing-view .catlist-section__img-bg {
	display: none;
}

/*catlist filter*/
.listing-view .catlist-section__filter {
	display: none;
}

.catlist-section__desc {
	font-size: 14px;
	color: #605f6b;
}
.catlist-section__desc ul {
	margin-bottom: 2rem;
}
.catlist-section__desc h2 {
	font-size: 1.4em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.catlist-section__desc h3 {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.catlist-section__desc h4 {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}


.page-section__sort-switch {
	position: absolute;
	top: -7.5rem;
	/*top: 0;*/
	right: 0;
	/*display: inline-block;
	vertical-align: middle;*/
	margin: 0 20px;
	width: 72px;
	height: 36px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	border: 4px solid #edf1f5;
}
.sort-switch__btn {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
	z-index: 3;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
.sort-switch__btn-listing {
	background-image: url(../images/icons/listing-sw-ic.png);
	background-size: 11px auto;
}
.sort-switch__btn-grid {
	background-image: url(../images/icons/grid-sw-ic.png);
	background-size: 10px auto;
	left: auto;
	right: 0;
}
.page-section__wrapper.listing-view .sort-switch__btn-listing {
	background-image: url(../images/icons/listing-sw-ic-act.png);
}
.page-section__wrapper.grid-view .sort-switch__btn-grid {
	background-image: url(../images/icons/grid-sw-ic-act.png);
}
.sort-switch__slider {
	position: absolute;
	width: 28px;
	height: 28px;
    left: 0px;
    top: 0;
    background-color: #5aa1cb;
    transition: .4s;
    border-radius: 50%;
}
.page-section__wrapper.grid-view .sort-switch__slider {
	left: 36px;
	/*right: 0;*/
}

/*catalog-inner*/

.page-inner__banner-container {
	position: relative;
	background: #edf1f5;
	margin: 30px 0;
	padding: 5rem 0;
	z-index: 2;
}
.banner-section__left {
	width: 57%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1%;
}
.banner-section__right {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
}
.banner-section__img {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	margin: 0 2%;
	text-align: center;
}
.banner-section__img img {
	    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.banner-section__title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	/* padding-top: 25px; */
	font-size: 2.5em;
	color: #29538a;
	font-weight: 800;
	/* margin-bottom: 20px; */
}
.banner-section__more {
	display: inline-block;
	padding: 8px 12px;
	color: #5aa1cb;
	border: 1px dashed #5aa1cb;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	transition: all .3s ease;
}
.banner-section__more:hover {
	background: #fff;
	color: #29538a;
	border: 1px solid #29538a;
}

.banner-section__extend-desc {
	display: none;
	font-size: 14px;
	color: #605f6b;
	margin: 4rem 0 2rem;
}
.banner-section__extend-desc h2 {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.banner-section__extend-desc p {
	margin-bottom: 20px;
}

.banner-section__extend-desc ul {
	padding-left: 20px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.banner-section__extend-desc ul li {
	/*margin-bottom: 20px;*/
}
.banner-section__extend-desc ul > li:before {
	content: "\2022";
	display: inline;
	margin-right: 5px;
}

.banner-section__less {
	display: inline-block;
	padding: 8px 12px;
	margin-top: 20px;
	color: #5aa1cb;
	border: 1px dashed #5aa1cb;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	transition: all .3s ease;
}
.banner-section__less:hover {
	background: #fff;
	color: #29538a;
	border: 1px solid #29538a;
}

.banner-section__text {
	font-size: 14px;
	color: #605f6b;
}
.banner-section__text p {
	margin-bottom: 20px;
}


/*.catlist-section__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}*/
.catlist-subsection__item {
	display: inline-block;
	vertical-align: top;
	width: 14%;
	margin-bottom: 3rem;
	padding-right: 1%;
}
.catlist-subsection__img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	border-radius: 8px;
}
.catlist-subsection__img img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 8px;
}
.catlist-subsection__img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #605f6b;
	opacity: .1;
	z-index: 2;
	border-radius: 8px;
	transition: all .3s ease;
}
.catlist-subsection__item:hover .catlist-subsection__img-bg {
	opacity: .3;
}
.catlist-subsection__title {
	font-size: 1.2em;
	color: #29538a;
}
.catlist-subsection__count {
	color: #8aad51;
	top: -0.3em;
}

.catalog_filter {
	position: relative;
	float: left;
	width: 22%;
	margin-right: 1%;
}
.catalog-inner__container {
	position: relative;
	float: left;
	width: 77%;
}

.catalog-inner__filter-btn {
	display: none;
	font-size: 1.5em;
	padding: 10px 15px;
	margin-bottom: 2rem;
	color: #fff;
	background: #29538a;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.filter-block {
	margin-bottom: 18px;
	position: relative;
	z-index: 1;
}
.filter-block__title {
	position: relative;
	font-size: 16px;
	color: #585858;
	margin-bottom: 10px;
	cursor: pointer;
}

.filter-block:not(.filter-static) .filter-block__title {
	padding-left: 20px;
}
.filter-block:not(.filter-static) .filter-block__title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 9px;
	height: 10px;
	background: url(../images/filter-arr.png) left center no-repeat;
}
.filter-block:not(.filter-static).filter-open .filter-block__title:before {
	transform: rotate(180deg);
}

.filter-block:not(.filter-static) .filter-block__param-list {
	/*display: none;*/
}

.filter-block__param-item {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
}

.filter-block__param-label {
	font-weight: normal;
}
.filter-block__check-text {
	display: inline-block;
	color: #5aa1cb;
	padding: 8px 10px;
	background: #edf1f5;
	cursor: pointer;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.filter-block__param-label:hover .filter-block__check-text {
	background: #dae2ea;
}
.filter-block__param-list input[type="text"] {
	border: 2px solid #ecedef;
	padding: 6px 10px;
}
.filter-block__param-list .param-search {
	width: 100%;
	margin-bottom: 10px;
}
.filter-block__param-label input[type="checkbox"] {
	display: none;
}
.filter-block__param-label input:checked~.filter-block__check-text {
	background: #5aa1cb;
	color: #fff;
}

/*range*/
.filter-range {
	width: 84%;
}
.filter-range-input-wr {
	position: relative;
	border: 1px solid #f0eeee;
	width: 42%;
	padding: 0 5px;
	padding-left: 26px;
	font-size: 14px;
	color: #585858;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.filter-range-input-max, .filter-range-input-min {
	width: 100%;
	padding: 8px 0;
	color: #585858;
}

.filter-range-input-wr input::-webkit-input-placeholder {
	color: #babaca;
}
.filter-range-input-wr input::-moz-placeholder {
	color: #babaca;
}
.filter-range-input-wr input:-ms-input-placeholder {
	color: #babaca;
}
.filter-range-input-wr input::placeholder {
	color: #babaca;
}

.filter-range-input-wr span {
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -8px;
}
.filter-range-inputs > span {
	font-size: 14px;
	margin: 0 1%;
	width: 7%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
/*.filter-range-input-min {
	float: left;
}
.filter-range-input-max {
	float: right;
}*/
.filter-range-input-area {
	height: 2em;
	margin: 0 auto;
	margin-top: .5em;
	width: 92%;
	position: relative;
}
.filter-range-line {
	width: 100%;
	height: 4px;
	background-color: #babaca;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	position: absolute;
	top: 0.9em;
}
.filter-range-line-active {
	left: 0;
	right: 0;
	height: 4px;
	background-color: #29538a;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	position: absolute;
	top: 0.9em;
}
.filter-range-dot-left {
	transform: translateX(-50%);
	height: 9px;
	width: 11px;
	position: absolute;
	background: url(../images/range-ic.png) center center no-repeat;
	top: 1.3em;
	cursor: pointer;
	left: 0;
}
.filter-range-dot-right {
	transform: translateX(-50%);
	height: 9px;
	width: 11px;
	position: absolute;
	background: url(../images/range-ic.png) center center no-repeat;
	top: 1.3em;
	cursor: pointer;
	left: 100%;
}

.filter-actions {
	margin: 30px 0 20px;
}
.filter__clear-btn {
	display: inline-block;
	padding: 8px 12px;
	color: #5aa1cb;
	border: 1px dashed #5aa1cb;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	margin-bottom: 20px;
	transition: all .3s ease;
	cursor: pointer;
}
.filter__clear-btn:hover {
	color: #29538a;
	border: 1px solid #29538a;
}

.filter__show-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #29538a;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	/*margin-top: 20px;*/
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	max-width: 215px;
	cursor: pointer;
}
.filter__show-btn:after {
	content: '';
	position: absolute;
	top: 53%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf2.png) no-repeat right/contain;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.filter__show-btn:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.filter__show-btn:hover {
	background-color: #08356f;
}
.filter__show-btn:hover:after {
	top: 25%;
}
.filter__show-btn:hover:before {
	opacity: 1;
}

.filter-block__param-select {
	width: 100%;
	display: block;
}
.filter-block__param-select__wr {
	position: relative;
	width: 82%;
}

.filter__select-list {
	display: none;
	position: absolute;
	width: 100%;
	background:  #fff;
	z-index: 5;
	top: 0;
	padding: 32px 0 0;
	border-radius: 8px;
	border-left: 1px solid #edf1f5;
	border-right: 1px solid #edf1f5;
	border-bottom: 1px solid #edf1f5;
	box-shadow: 0px 12px 29px 0px rgba(100, 117, 129, 0.5);
}
.filter__select-item {
	padding: 8px 12px;
	font-size: 14px;
	color: #585858;
	border-top: 1px solid #edf1f5;
	cursor: pointer;
}
.filter__select-item:first-child {
	border-top: 1px solid transparent;
}
.filter__select-item:hover {
	background: #edf1f5;
}

.filter-block__param-list input.filter__select-input {
	position: relative;
	display: block;
	width: 100%;
	z-index: 7;
	color: #5aa1cb;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12%;
	padding-bottom: 8px;
	word-break: normal;
	border: 1px solid #f0eeee;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff url(../images/filter-arr.png) 94% center no-repeat;
}
.filter-block__slide {
	z-index: 2;
}
.filter-block__current {
	z-index: 3;
}
.filter-block__open {
	z-index: 4;
}
.filter-block__param-select__wr.filter-select__open input.filter__select-input {
	border-radius: 8px 8px 0 0;
}
.filter__select-input::-webkit-input-placeholder { 
  color: #5aa1cb;
  font-size: 14px;
}
.filter__select-input::-moz-placeholder { 
  color: #5aa1cb;
  font-size: 14px;
}
.filter__select-input:-ms-input-placeholder { 
  color: #5aa1cb;
  font-size: 14px;
}
.filter__select-input:-moz-placeholder {
  color: #5aa1cb;
  font-size: 14px;
}

.filter__select-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	cursor: pointer;
	/*pointer-events: none;*/
}


.catalog-inner__container .product-list .product-card__item {
	width: 33.33%;
}
.catalog-inner__container .product-list .product-card__item.product-card__item-col4 {
	border-right: 4px solid #edf1f5;
}
.catalog-inner__container .product-list .product-card__item.product-card__item-col3 {
	/*border-right: none;*/
	border-right: 4px solid transparent;
}
.catalog-inner__container .product-list .offer-section__line.offer-section__line-col3 {
	display: block;
}
.catalog-inner__container .product-list .offer-section__line.offer-section__line-col4 {
	display: none;
}
.catalog-inner__container .product-list .product-card__item__hidden-col3 {
	display: none;
}

.catalog-inner__container .product-list .product-card__item:nth-child(4n) {
	border-right: 4px solid #edf1f5;
}
.catalog-inner__container .product-list .product-card__item:nth-child(3n) {
	/*border-right: none;*/
	border-right: 4px solid transparent;
}
.catalog-inner__container .product-list .product-card__item:last-child {
	/*border-right: none;*/
	border-right: 4px solid transparent;
}
.catalog-inner__container .product-card__item:nth-last-child(-n+4):after {
	display: block;
}
.catalog-inner__container .product-card__item:nth-last-child(-n+3):after {
	display: none;
}


.listing-top__control-sort {
	float: left;
	margin-bottom: 10px;
}
.product-listing__pagination {
	position: relative;
	float: right;
}

.listing-top__control-sort-item {
	position: relative;
	font-size: 14px;
	color: #5aa1cb;
	float: left;
	margin-right: 2em;
	transition: all .3s ease;
}
.listing-top__control-sort-item a {
	display: inline-block;
	padding: 5px 0;
}
.listing-top__control-sort-item.active {
	color: #585858;
}
/*.listing-top__control-sort-item.sort_price,
.listing-top__control-sort-item.sort_pricedown {
	padding-right: 12px;
}
.listing-top__control-sort-item.sort_price:before,
.listing-top__control-sort-item.sort_pricedown:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 9px;
	height: 10px;
	background: url(../images/filter-arr.png) left center no-repeat;
}
.listing-top__control-sort-item.sort_pricedown:before {
	transform: rotate(180deg);
}*/
.listing-top__control-sort-item:not(active):hover {
	color: #29538a;
}

.product-listing__pagination li{
	font-size: 14px;
	display: inline-block;
}
.product-listing__pagination ul li:before {
	display: none; 
}
.product-listing__pagination a {
	padding: 5px;
}

.product-listing__pagination ul {
	margin-right: 80px;
}

.listing-top__controls .product-listing__pagination ul {
	padding: 0;
}
.listing-top__controls .product-listing__pagination li {
	color: #5aa1cb;
}
.listing-top__controls .product-listing__pagination li.active {
	color: #585858;
}
.listing-top__controls .product-listing__pagination li:hover {
	color: #585858;
}

.catalog-inner__listing-btm {
	position: relative;
	margin: 2rem 0 5rem;
}
.section__listing-btm {
	position: relative;
	margin: 2rem 0 5rem;
}
.product-listing__box-more {
	text-align: center;
}
.product-listing__btn-more {
	font-size: 12px;
	display: inline-block;
	padding: 8px 12px;
	color: #5aa1cb;
	border: 1px dashed #5aa1cb;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	transition: all .3s ease;
	cursor: pointer;
}
.product-listing__btn-more:hover {
	color: #29538a;
	border: 1px solid #29538a;
}
.listing-btm__controls .product-listing__pagination {
	float: none;
	position: absolute;
	max-width: 32%;
	right: 0;
	top: 50%;
	margin-top: -10px;
	height: 1.3em;
	/*overflow: hidden;*/
}
.listing-btm__controls .product-listing__pagination ul {
	padding: 0;
}
.listing-btm__controls .product-listing__pagination li {
	color: #babaca;
}
.listing-btm__controls .product-listing__pagination li.active {
	color: #5aa1cb;
}
.listing-btm__controls .product-listing__pagination li:hover {
	color: #5aa1cb;
}

.product-listing__pagination-btns {
	/*top: -10px;*/
	top: 50%;
	margin-top: -18px;
}


/*stock page*/
.stock-section__grid {
	position: relative;
	opacity: 0;
	/*display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;*/
	margin-bottom: 4rem;
	transition: all .5s ease;
}
.stock-section__grid-item {
	position: relative;
	display: inline-block;
	width: 24.4%;
	margin: 0 .3% 8px;
	font-size: 12px;
	color: #605f6b;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #edf1f5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	transition: all .3s ease;
}
.stock-section__grid-title {
	font-size: 1.5em;
	color: #29538a;
	padding: 7px 0;
	font-weight: 800;
}
.stock-section__grid-title span{
	color: #8aad51;
}
.stock-section__grid-text span {
	color: #29538a;
}

.stock-section__grid-more {
	display: none;
}

.best-offer__box {
	padding-top: 22%;
	background-color: #29538a;
	background-image: url(../images/best-offer-bg.png);
	background-size: 125% auto;
	background-position: 35% 40%;
}
.best-offer__title {
	position: absolute;
	font-size: 2em;
	color: #fff;
	text-align: center;
	width: 90%;
	top: 50%;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.bgblue-type {
	background: #edf1f5;
}
.bgblue-type {
	color: #29538a;
}
.stock-section__grid-img {
	padding: 7px 0;
	text-align: center;
}
/*.stock-section__grid-img img {
	display: block;
}*/
.stock-section__grid-text {
	padding: 7px 0;
}
.bgimg-type {
	padding: 0;
}
.bgimg-type .stock-section__grid-img {
	position: relative;
	padding: 0;
}
.bgimg-type .stock-section__grid-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #152b59;
	opacity: 0;
	    -webkit-border-radius: 8px;
    border-radius: 8px;
	z-index: 1;
	transition: all .3s ease;
}
.bgimg-type .stock-section__grid-img img {
	width: 100%;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.bgimg-type .stock-section__grid-title {
	position: absolute;
	color: #fff;
	text-align: center;
	width: 80%;
	top: 50%;
	left: 50%;
	margin: 0;
	z-index: 3;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.stock-section__grid-item:hover {
	border: 1px solid #dae2ea;
}
.best-offer__box:hover {
	background-color: #152b59;
}
.bgblue-type:hover {
	background: #dae2ea;
}
.bgimg-type:hover .stock-section__grid-overlay {
	opacity: .5;
}
.stock-section__grid-item:hover .stock-section__grid-more {
	/*display: block;*/
}

.stock-section__more {
	font-size: 12px;
	padding: 8px 10px;
	text-align: center;
	color: #5aa1cb;
	cursor: pointer;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	border: 1px dashed #5aa1cb;
	transition: all .3s ease;
	max-width: 165px;
}
.stock-section__more:hover {
	color: #29538a;
	border: 1px solid #29538a;
}

/*stock detail*/

.stock-detail__img {
	width: 22%;
	text-align: center;
	margin-bottom: 2rem;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}
.stock-detail__desc {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}
.stock-detail__content a {
	color: #29538a;
	text-decoration: underline;
}

.numeric-list {
	margin-bottom: 1.8rem;
}

.stock-detail__note-box {
	padding: 3rem 4%;
	font-size: .85em;
	color: #29538a;
	border: 4px solid #edf1f5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.stock-detail__note-text {
	padding-left: 35px;
	background: url(../images/note-bl-ic.png) left 0 no-repeat;
}


.page-section__content ul {
	padding-left: 20px;
	line-height: 1.3;
}
.page-section__content ul li {
	/*margin-bottom: 20px;*/
}
.page-section__content ul.numeric-list {
	padding-left: 2%;
}
.page-section__content ul.numeric-list > li {
	padding-left: 3%;
}
.page-section__content ul.numeric-list > li:before {
	display: none;
}
.page-section__content ul.numeric-list > li > span {
	color: #29538a;
	font-weight: 800;
	padding-right: 2px;
	top: 0;
}

.page-section__content ol {
	padding-left: 30px;
	line-height: 1.3;
}
.article-extend.page-section__content ol {
	margin-bottom: 1.8rem;
}

.stock-offer__list .stock-section__grid-item {
	width: 100%;
	display: block;
	margin: 0;
	margin-bottom: 20px;
	padding: 20px 8%;
}

/* product-page page */

.product-page__head {
	float: right;
	/*width: 35rem;*/
	/*padding: 0 10%;*/
}
.product-page__head-left {
	position: absolute;
	left:0;
	top:0;
	width: calc(100% - 42rem);
	height: 350px;
}
.product-page__head-right {
	width: 36rem;
}

.product-page__gallery {
	width: 48%;
	margin-right: 2%;
	float: left;
	height: 100%;
}
.product-page__gift-icon {
	position: absolute;
	left: 40%;
	width: 60px;
	height: 58px;
	background: url(../images/icons/gift-big-icon.svg) left top no-repeat;
	background-size: contain;
	z-index: 30;
}
.product-page__gallery-thumbs {
	width: 7rem;
	float: left;
	margin-top: 5%;
	/*height: 80%;*/
	/*overflow: hidden;*/
}
.product-page__gallery-thumb {
	position: relative;
	height: 70px!important;
	margin: 1rem 0;
	outline: none;
	cursor: pointer;
}
.slick-current .product-page__gallery-thumb{
	border: 2px solid #5aa1cb;
}
.product-page__slider {
	width: calc(100% - 11rem);
	margin-left: 9rem;
	height: 100%;
}
.product-page__slider-item {
	position: relative;
	width: 100%;
	height: 100%;
	outline: none;
}
.product-page__slider-item:not(:first-child) img {
	display: none;
}
.slick-slide .product-page__slider-item:not(:first-child) img {
	display: block;
}
.product-page__slider-item a {
	display: block;
	/*width: 100%;*/
	/*height: 100%;*/
	/*height: 400px;*/
	margin: auto;
}
.product-page__slider-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 96%;
	max-height: 90%;
}

.product-page__slider,
.slick-list,
.slick-track,
.slick-slide{
	height: 100%;
}
.product-page__gallery-thumbs img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

.product-page__gallery-thumbs .product-page__gallery-thumb {
	opacity: 0;
}
.product-page__gallery-thumbs .slick-slide .product-page__gallery-thumb {
	opacity: 1;
}

.product-page__head-details {
	width: 50%;
	float: left;
	padding: 20px 3.5%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 4px solid #edf1f5;
	background: #fff;
	position: relative;
	z-index: 10;
}

.product-page__head-tech {
	overflow: hidden;
	/*max-height: 19.4em;
	height: 19.4em;
	transition: all .4s ease;*/
}
.product-page__head-tech.opened {
	overflow: auto;
	height: auto!important;
}
.product-page__head-tech-item {
	padding: 5px 0;
	color: #605f6b;
	margin-bottom: 2px;
}
.product-page__head-tech-item .tech-item__left {
	position: relative;
	color: #bab9ca;
	width: 50%;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 2%;
}
.product-page__head-tech-item .tech-item__right {
	display: inline-block;
	width: 46%;
}
.product-page__head-tech-item .tech-item__right a {
	text-decoration: underline;
	display: inline-block;
	font-weight: 600;
}
.product-page__head-tech-item .tech-item__right span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.product-page__head-tech-item .tech-item__right span img {
	width: 20px;
	display: block;
}

.product-page__head-tech-item .tech-item__left span {
	/*display: inline-block;*/
	display: inline;
	background: #fff;
	/* padding: 2px 0; */
	padding-right: 5px;
}
.product-page__head-tech-item .tech-item__left:after {
	content: "";
	position: absolute;
	left:0;
	right:0;
	bottom: 3px;
	height: 1px;
	z-index: -1;
	border-bottom: 1px dotted #bab9ca;
}

.product-page__head-tech-more {
	display: inline-block;
	display: none;
	padding: 8px 12px;
	color: #5aa1cb;
	cursor: pointer;
	margin: 15px 0 10px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	border: 1px dashed #5aa1cb;
	transition: all .3s ease;
}
.product-page__head-tech-more:hover {
	color: #29538a;
	border: 1px solid #29538a;
}

.product-page__supply-btn {
	display: inline-block;
	font-size: 1.2em;
	color: #29538a;
	font-weight: 600;
	padding: 10px 15px;
	margin-bottom: 30px;
	cursor: pointer;
	border: 2px solid #edf1f5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.product-page__head-table {
	display: none;
	margin-bottom: 30px;
}
.product-page__head-table table {
	width: 100%;
}
.product-page__head-table th, .product-page__head-table td {
	padding: 5px 8px;
	border: 2px solid #edf1f5;
	line-height: 1.2;
}
.product-page__head-table th {
	font-size: 1.2em;
}
.product-page__head-table .current {
	background: #edf1f5;
}
.product-page__head-table .current td {
	font-size: 1.1em;
	font-weight: 600;
	color: #29538a;
}

.product-page__offer-info {
	position: relative;
	font-size: 12px;
	color: #6c6b76;
}
.product-page__info-box {
	padding: 25px 0;
	padding-right: 10%;
}
.product-page__info-box:not(:last-child) {
	border-bottom: 1px solid #edf1f5;
}
.product-page__info-box:first-child:not(.product-page__note-info) {
	/*border-bottom: 4px solid #edf1f5;*/
	border: none;
}
.product-page__buy-info {
	padding-top:0;
	padding-bottom: 30px;
}
.product-page__delivery-info {
	padding-top: 30px;
	padding-bottom: 30px;
	padding: 30px;
	background:  #edf1f5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.product-page__offer-info .product-card__stock {
	right: 10%;
}
.product-page__vendor-code {
	font-size: 1.4em;
	margin-bottom: 0px;
	color: #29538a;
	/* margin-top: -20px; */
	position: absolute;
	top: -2em;
}
.product-page__vendor-code span {
	font-weight: 600;
}
.product-page__discontinued {
	font-size: 1.8em;
	font-weight: 600;
	color: #e40304;
	padding: 15px 10%;
	padding-left: 88px;
	margin-bottom: 10px;
	max-width: 400px;
	border: 4px solid #eff3f6;
	-webkit-border-radius: 8px;
	    border-radius: 8px;
	background: url(/images/icons/discontinued-ic.svg) 40px center no-repeat;
	background-size: 32px auto;
}
.product-page__basket-info {
	color: #605f6b;
}
.product-page__price-wrap {
	margin-bottom: 20px;
}
.product-page__price-new {
	font-size: 1.5em;
	line-height: .9;

	text-align: left;
	padding-right: 102px;
}
.product-page__price-new span {
	font-size: 2em;
	font-weight: 600;
}
.product-page__price-new span.price-text {
	font-size: 1em;
	margin-right: 5px;
	font-weight: normal;
}
.product-page__price-old {
	position: relative;
	display: inline-block;
	font-size: 1.33em;
	color: #bab9ca;
	margin-left: 3.2em;
}
.product-page__price-old span {
	font-weight: 600;
}
.product-page__price-old:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #bab9ca;
}
.product-page__oldprice-desc {
	font-size: 1em;
	color: #8aad51;
	margin-top: 5px;
}

.product-page__credit-wrap {
	padding: 20px;
	padding-left: 35px;
	color: #605f6b;
	background: url(/images/icons/credit-prod-ic.svg) left center no-repeat;
	background-size: 22px;
	border-top: 1px solid #edf1f5;
}
.product-page__credit-wrap a {
	color: #285389;
}
.product-page__credit-wrap a:hover {
	text-decoration: underline;
}
.product-page__credit-wrap span {
	font-size: 1.33em;
	font-weight: 600;
}


.product-page__price-onrequest {
	display: block;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	/*background-color: #29538a;*/
	border: 4px solid #29538a;
	color: #29538a;
	text-decoration: none;
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	/*margin-top: 20px;*/
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	/*max-width: 360px;*/
	cursor: pointer;
}
.product-page__price-onrequest:after {
	content: '';
	position: absolute;
	top: 53%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf2.png) no-repeat right/contain;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.product-page__price-onrequest:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product-page__price-onrequest:hover {
	background-color: #edf1f5;
	border: 4px solid #08356f;
}
.product-page__price-onrequest:hover:after {
	top: 25%;
}
.product-page__price-onrequest:hover:before {
	opacity: .2;
}



.product-page__basket-btn {
	margin-bottom: 10px;
}
.order-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #29538a;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	/*margin-top: 20px;*/
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	/*max-width: 360px;*/
	cursor: pointer;
}
.order-btn:after {
	content: '';
	position: absolute;
	top: 53%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf2.png) no-repeat right/contain;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.order-btn:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.order-btn:hover {
	background-color: #08356f;
}
.order-btn:hover:after {
	top: 25%;
}
.order-btn:hover:before {
	opacity: 1;
}
.order-btn:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.order-btn:hover {
	background-color: #08356f;
}
.order-btn:hover:after {
	top: 25%;
}
.order-btn:hover:before {
	opacity: 1;
}

.inbasket-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #8aad51;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	/*margin-top: 20px;*/
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	/*max-width: 360px;*/
	cursor: pointer;
}
.inbasket-btn:hover {
	background-color: #8aad51;
	color: white;
}

.quick-order-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px 10px 43px;
	color: #29538a;
	margin-right: 4%;
	cursor: pointer;
	background: #8aad51 url(../images/quick-order-ic.png) 12px center no-repeat;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	transition: all .3s ease;
}
.quick-order-btn:hover {
	color: #fff;
}

.compare-btn {
	display: inline-block;
	vertical-align: middle;
	width: 11em;
	font-size: .83em;
	color: #29538a;
	padding: 6px 10px 6px 35px;
	background: url(../images/compare-ic.svg) 10px center no-repeat;
	background-size: 15px auto;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	transition: all .3s ease;
	cursor: pointer;
}
.compare-btn:hover {
	background-color: #edf1f5;
}
.compare-btn.compare_added {
	background: url(../images/compare-ic_add.svg) 10px center no-repeat;
	background-size: 15px auto;
}
.comp-add-text {
	display: none;
}
.compare-btn.compare_added .comp-text {
	display: none;
}
.compare-btn.compare_added .comp-add-text {
	display: inline;
}

.product-page__offer-info__col:nth-child(odd) {
	float: left;
	width: 52%;
	margin-right: 6%;
}
.product-page__offer-info__col:nth-child(even) {
	float: left;
	width: 42%;
}

.product-page__credit-info .product-page__offer-info__col {
	float: left;
	width: 42%;
	margin-right: 8%;
}
.product-page__credit-info .product-page__credit-info__item {
	max-width: 200px;
	cursor: pointer;
}
.product-page__credit-info__desc {
	display: none;
}

.credit-info__content {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 3rem;
}
.credit-info__box {
	margin-bottom: 1rem;
}
.credit-info__title {
	font-size: 1.5em;
	line-height: 1.2;
	color: #29538a;
	font-weight: 600;
	margin-bottom: 5px;
}
.credit-info__text {
}

.product-page__offer-info__title {
	font-size: 1.33em;
	color: #29538a;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-page__delivery-info ul {
	padding-left: 0px;
}
.product-page__delivery-info ul li {
	padding: 7px 0;
	padding-left: 30px;
	color: #605f6b;
	background: url(../images/note-gr-ic.png) left 45% no-repeat;
}
.product-page__delivery-info ul li + li {
	border-top: 1px solid rgba(96,95,107,.1);
}
.product-page__delivery-info ul li:before {
	display: none;
}
.product-page__delivery-info .prod__delivery-info__col {
	width: 55%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
}
.product-page__delivery-info ul li span {
	display: inline-block;
	vertical-align: middle;
	width: 42%;
	font-weight: 800;
	text-transform: uppercase;
}
.product-page__delivery-calc {
	padding: 6px 4px;
	color: #29538a;
	font-weight: 800;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	/*font-size: .83em;
	max-width: 15em;
	min-height: 2em;*/
	background: #ffffff;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	transition: all .3s ease;
}
.product-page__delivery-calc span {
	display: inline-block;
	max-width: 160px;
	text-align: left;
	padding: 6px 4px;
	padding-left: 40px;
	background: url(../images/del-calc-ic.png) 2px 45% no-repeat;
}
.product-page__delivery-calc:hover {
	background-color: #dee2e6;
}
.product-page__payment-info__cards {
	margin-top: 2rem;
	max-width: 140px;
}

.product-page__note-info {
	padding: 3.5rem 7%;
	line-height: 1.5;
	color: #29538a;
	border: 4px solid #edf1f5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.product-page__note-text {
	padding-left: 35px;
	background: url(../images/note-bl-ic.png) left 0 no-repeat;
}


.product-page__description {
	padding-top: 400px;
	width: calc(100% - 42rem);
	font-size: 14px;
	color: #605f6b;
}
.product-page__description-box {
	position: relative;
}
.product-page__description-box a {
	color: #29538a;
	text-decoration: underline;
}
.product-page__description-box a:hover {
	text-decoration: none;
}
.product-page__description-box a:hover u {
	text-decoration: none;
}


.product-page__species-item {
	display: inline-block;
	width: 48%;
	padding-right: 2%;
	margin-bottom: 10px;
}
.product-page__species-img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 22%;
	width: 22%;
	padding-top: 22%;
	margin-right: 4%;
}
.product-page__species-img img {
	position: absolute;
	left: 0;
	top: 0;
}
.product-page__species-text {
	display: inline-block;
	vertical-align: middle;
	max-width: 72%;
}


.product-page__download-item {
	display: inline-block;
	width: 48%;
	color: #29538a;
	line-height: 1;
	margin-bottom: 10px;
	padding: 5px 0;
	padding-right: 2%;
	padding-left: 30px;
	background: url(../images/icons/file-ic.svg) left center no-repeat;
	background-size: 20px auto;
}
.product-page__download-item span {
	font-size: .72em;
	color: #bab9ca;
}

.product-page__manual-btn {
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 10px;
	color: #29538a;
	padding: 5px 0;
	padding-left: 30px;
	width: 10em;
	background: url(../images/manual-ic.png) left center no-repeat;
}
.product-page__title {
	font-size: 1.7em;
	color: #29538a;
	font-weight: 800;
	margin-bottom: 3rem;
	padding-right: 12rem;
}
.product-page__description-box .product-page__title {
	font-size: 1.7em;
	color: #29538a;
	font-weight: 800;
	margin-bottom: 3rem;
}
.product-page__description-box h2 {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
/*.product-page__description-box h2 ~ br{
	display: none;
}
.product-page__description-box h2 ~ br ~ br{
	display: none;
}
.product-page__description-box p ~ br{
	display: none;
}
.product-page__description-box p ~ br ~ br{
	display: none;
}*/
/*.product-page__description-box p br + br + br + br {
	display: none;
}*/
/*.product-page__description-box p br:nth-child(4){
	display: none;
}
.product-page__description-box p br  ~ br {
	display: none;
}*/

.page-section__content-video {
	margin: 4rem 0;
}
.page-section__content-video iframe {
	max-width: 48%;
}
.page-section__content-video iframe:nth-child(odd) {
	margin-right: 2%;
}
.page-section__content p iframe {
	margin: 2rem 0;
	max-width: 48%;
}
.page-section__content p iframe:nth-child(odd) {
	margin-right: 2%;
}


/*buy page*/
.buy-page .page-section__left {
	width: 70%;
	padding-right: 5rem;
	margin: 0;
	line-height: 1.2;
	color: #605f6b;
}
.buy-page .page-section__right {
	width: 30%;
	padding-left: 5rem;
	padding-right: 2rem;
	margin-top: -7.5rem;
	border-left: 4px solid #edf1f5;
}
.buy-section__tabs {
	position: relative;
}
.buy-section__tabs-list {
	position: absolute;
	top: -7.5rem;
	right: 0;
}
.buy-section__tabs-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.14em;
	color: #29538a;
	padding: 4px 12px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	border: 4px solid #edf1f5;
	transition: all .3s ease;
	cursor: pointer;
}
.buy-section__tabs-item:hover {
	background: #edf1f5;
}
.buy-section__tabs-item.active {
	background: #edf1f5;
}
.buy-section__tabs-item.active:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #edf1f5;
	position: absolute;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	top: 100%;
	left: 48%;
	z-index: -1;

}

.buy-section__tabs-section__item {
	display: none;
	clear: both;
}
.buy-section__tabs-section__item.active {
	display: block;
}

.buy-section__left {
	float: left;
	width: 70%;
	margin-right: 5%;
}
.buy-section__right {
	float: left;
	width: 25%;
}

.buy-page .page-section__content-title {
	font-size: 1.7em;
	margin: 0 0 2.4rem;
	line-height: 1.1;
}
.buy-section__row-middle .page-section__content-title {
	margin: 0;
}

.buy-section__row {
	clear: both;
	/*margin-bottom: 20px;*/
	margin-bottom: 3rem;
	line-height: 1.3;
}
.buy-section__left > .buy-section__row {
	padding-left: 2%;
}
.buy-section__image {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 2%;
	text-align: center;
}
.buy-section__desc {
	display: inline-block;
	vertical-align: top;
	width: 73%;
}
.buy-section__left .buy-section__image {
	width: 30%;
	margin-right: 2%;
}
.buy-section__left .buy-section__desc {
	width: 66%;
}
.buy-section__row-middle .buy-section__image {
	vertical-align: middle;
}
.buy-section__row-middle .buy-section__desc {
	vertical-align: middle;
}

.buy-section__row > ul {
	padding: 0;
}
.buy-section__row > ul > li {
	position: relative;
	padding-left: 5%;
	margin-bottom: 20px;
}
.buy-section__row > ul > li:before {
	display: none;
}
.buy-section__row > ul > li > span{
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: 800;
	color: #29538a;
}
.buy-section__list-title {
	line-height: 1.5;
}
.buy-section__list-desc {
	font-size: .85em;
	color: #bab9ca;
	line-height: 1.6;
}

.page-section__content-quote {
	font-size: 12px;
	color: #8aad51;
	padding: 6px 11px;
	display: inline-block;
	margin-bottom: 10px;
	border: 2px solid #8aad51;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.buy-section__right-box {
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.buy-section__right-box .page-section__content-title {
	position: relative;
	padding-top: 20px;
	font-size: 2em;
}
.buy-section__right-box .page-section__content-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 4px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	background: #29538a;
}

.buy-offer__item {
	font-size: 12px;
	color: #605f6b;
	line-height: 1.5;
}
.buy-offer__image {
	margin-bottom: 20px;
}
.buy-offer__item .page-section__content-title {
	font-size: 2em;
	margin: 0 0 20px;
	line-height: 1.1;
}
.buy-offer__note {
	color: #29538a;
	padding: 10px 0 2px;
	padding-left: 25px;
	background: url(../images/note-bl-ic.png) left 10px no-repeat;
}


/*buy delivery*/
.fn {
	color: #8aad51;
}
.buy-section__desc .buy-section__row {
	margin-bottom: 2rem;
}
.buy-section__desc-left {
	float: left;
	width: 66.66%;
	padding-right: 3rem;
	line-height: 1.4;
}
.buy-section__desc-right {
	float: right;
	width: 33.33%;
	line-height: 1.4;
	/*padding-right: 2rem;*/
}

.buy-section__row-btm {
	margin-top: 4rem;
	font-size: 12px;
	line-height: 1.5;
}
.buy-section__row ~ .buy-section__row-btm {
	margin-top: 0;
}
.buy-section__col {
	float: left;
	width: 33.33%;
	padding-right: 3rem;
	font-size: 12px;
	line-height: 1.3;
}
.buy-section__col:nth-child(3n) {
	padding-right: 2rem;
}
.buy-section__row-btm .page-section__content-title {
	font-size: 1.5em;
	position: relative;
	padding-top: 3rem;
}
.buy-section__row-btm .page-section__content-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 4px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	background: #29538a;
}


.buy-section__row-btm ul {
	line-height: 1.4;
}
.buy-section__row-btm ul > li {
	position: relative;
	margin-bottom: 20px;
}
.buy-section__row-btm ul > li:before {
	display: none;
}
.buy-section__row-btm ul > li span{
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	font-weight: 800;
	color: #29538a;
}


.buy-section__del-method__item {
	display: inline-block;
	margin-left: 0;
	width: 100%;
	height: 60px;
	max-width: 200px;
	line-height: 50px;
	margin-bottom: 10px;
	text-align: center;
	border: 4px solid #edf1f5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.buy-section__del-method__item img {
	display: inline-block;
	vertical-align: middle;
}

.buy-section__note {
	font-size: 12px;
	color: #29538a;
	padding: 0 0 20px;
	padding-left: 25px;
	background: url(../images/note-bl-ic.png) left 0px no-repeat;
	border-bottom: 1px solid #edf1f5;
}
.buy-section__fn {
	font-size: 12px;
	padding: 20px 0 0;
	color: #8aad51;
}
.buy-section__desc-right .buy-section__fn:first-child {
	padding: 0;
}

.buy-section__card-method {
	margin-top: 4rem;
}
.buy-section__card-method__item {
	display: inline-block;
	margin-left: 0;
	width: 100%;
	height: 60px;
	max-width: 200px;
	line-height: 50px;
	margin-bottom: 10px;
	text-align: center;
	border: 4px solid #edf1f5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.buy-section__card-method__item img {
	display: inline-block;
	vertical-align: middle;
}

.company-section__content {
	position: relative;
	line-height: 1.2;
}
.company-section__link-list {
	position: absolute;
	left: 16.5em;
	right: 0;
	top: -6.5rem;
	font-size: 1.14em;
	color: #29538a;
	line-height: 1.2;
}
.company-section__link-list a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/*padding-right: 15px;*/
	margin-right: 10%;
	/*padding-bottom: 2px;*/
	border-bottom: 1px dashed #5aa1cb;
}
.company-section__link-list a:after {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	bottom: 0;
	width: 6px;
	background: url(../images/arr-down.png) center center no-repeat;
}
.company-section__link-list a:hover {
	border-bottom: 1px solid #5aa1cb;
}

.company-section__row {
	/*margin-bottom: 2rem;*/
	margin-bottom: 5rem;
}
.company-section__row .company-section__row{
	margin-bottom: 0;
}
.company-section__positive {
	margin-bottom: 5rem;
}
.company-section__col {
	float: left;
	width: 25%;
	padding: 0 1%;
	text-align: center;
}
.company-section__row .page-section__content-title {
	margin-top: 0;
}
.company-section__col .page-section__content-title {
	position: relative;
	margin-top: 2.7rem;
	padding: 0 3%;
	padding-bottom: 1.2rem;
	margin-bottom: 1rem;
}
.company-section__col .page-section__content-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 4px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	background: #29538a;
}
.company-section__col .company-section__image {
	height: 11rem;
	line-height: 11rem;
}
.company-section__col .company-section__image img {
	display: inline-block;
	vertical-align: middle;
}
.company-section__col .company-section__text {
	font-size: .85em;
}

.company-section__db-col {
	float: left;
	width: 48%;
}
.company-section__db-col:first-child {
	margin-right: 4%;
}
.company-section__db-col .page-section__content-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 2rem;
}

.company-section__note {
	font-size: 12px;
	line-height: 1.5;
	color: #29538a;
	padding: 25px 10%;
	padding-left: 50px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	background: url(../images/note-bl-ic.png) 20px 25px no-repeat;
	border: 4px solid #edf1f5;
}
.company-section__note p {
	color: #bab9ca;
	margin-top: 1.8rem;
	margin-bottom: 0;
}

.company-section__props-list {
	line-height: 1.5;
	color: #605f6b;
}
.company-section__props-item {
	margin-bottom: 10px;
}
.company-section__props-item span {
	border-bottom: 1px solid #878790;
}

.company-section__contacts .page-section__content-title {
	position: relative;
	font-size: 1.7em;
	margin-bottom: 1rem;
	padding-top: 20px;
}
.company-section__contacts .page-section__content-title:before {
	content: "";
	position: absolute;
}

.company-section__contacts {
	/*font-size: 14px;*/
}
.company-section__contacts .page-section__content-title {
	position: relative;
	padding-top: 20px;
}
.company-section__contacts .page-section__content-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 4px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	background: #29538a;
}
.company-section__contacts .company-section__db-col {
	padding-right: 2%;
}
.company-section__contacts-item {
	padding: 7px 0;
	padding-left: 50px;
	min-height: 35px;
	line-height: 35px;
}
.company-section__contacts-item span {
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}
.company-section__contacts-item a {
	font-weight: 800;
	color: #29538a;
}
.company-section__contacts-call {
	background: url(../images/company-phone-ic.png) center left no-repeat;
}
.company-section__contacts-mail {
	background: url(../images/company-mail-ic.png) center left no-repeat;
}


/* credit page */

.credit-section__tabs {
	position: relative;
	font-size: 14px;
}
.credit-section__tabs-list {
	position: absolute;
	top: -7.5rem;
	right: 0;
}
.credit-section__tabs-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.14em;
	color: #29538a;
	padding: 4px 12px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	border: 4px solid #edf1f5;
	transition: all .3s ease;
	cursor: pointer;
}
.credit-section__tabs-item:hover {
	background: #edf1f5;
}
.credit-section__tabs-item.active {
	background: #edf1f5;
}
.credit-section__tabs-item.active:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #edf1f5;
	position: absolute;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	top: 100%;
	left: 48%;
	z-index: -1;

}

.credit-section__tabs-section__item {
	display: none;
	clear: both;
}
.credit-section__tabs-section__item.active {
	display: block;
}

.credit-section__item-title {
	font-size: 2em;
	color: #29538a;
	font-weight: 800;
	/*margin: 0 0 2.4rem;*/
	line-height: 1.2;
	/*padding: 15px 30px;*/
	/*cursor: pointer;*/
}

.credit-section__item-content {
	/*padding: 0 5%;*/
	color: #605f6b;
	margin-bottom: 5rem;
}

.credit-section__box {
	margin-top: 5rem;
}
.credit-section__box .credit-section__box-title {
	font-size: 1.7em;
	position: relative;
	padding-top: 3rem;
}
.credit-section__box .credit-section__box-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 4px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	background: #29538a;
}

.credit-section__qr-row .credit-section__col {
	float: left;
	width: 21%;
	margin: 0 2% 15px;
	font-size: 1.2em;
}

.credit-section__qr-row .credit-section__col-icon {
	margin-bottom: 15px;
	height: 10rem;
}
.credit-section__col-icon img {
	max-width: 100px;
}

.credit-section__fv-row .credit-section__col {
	float: left;
	width: 18%;
	margin: 0 1% 15px;
}

.credit-section__db-row .credit-section__col {
	float: left;
	width: 48%;
	margin: 0 2% 15px 0;
}
.credit-section__db-row .page-section__content-title {
	/*margin-bottom: 5px;*/
}
.credit-section__db-row .credit-section__col-icon {
	width: 25%;
	height: 10rem;
	display: inline-block;
	vertical-align: middle;
}
.credit-section__db-row .credit-section__col-icon img {
	max-width: 90px;
}
.credit-section__db-row .credit-section__col-desc {
	width: 70%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: middle;
}

.credit-section__box ul {
	line-height: 1.3;
	padding-left: 0;
	margin-bottom: 15px;
}
.credit-section__box ul > li {
	position: relative;
	margin-bottom: 10px;
}
.credit-section__box ul > li:before {
	display: none;
}
.credit-section__box ul > li span{
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	font-weight: 800;
	color: #29538a;
}
.credit-section__box p {
	margin-bottom: 10px;
}

/*end credit*/

/*brands*/
.brands-section__list {
	column-count: 5;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	font-size: 12px;
}
.brands-section__list.char-filter {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}
.brands-section__item {
	display: block;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	padding: 0;
	padding-right: 15px;
	margin-bottom: 15px;
	/*border-bottom: 1px solid red;*/
}
.char-filter .brands-section__item {
	column-count: 5;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
.brands-section__char {
	position: relative;
	text-align: left;
	color: #5aa1cb;
	font-size: 1.33em;
	font-weight: normal;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	line-height: 1.3;
	font-weight: 600;
}
.char-filter .brands-section__char {
	display: none;
}
.brands-section__link {
	display: block;
	font-size: 1.4em;
	color: #605f6b;
	padding: 3px 0;
}
.brands-section__link span {
	color: #8aad51;
	/*font-weight: 600;*/
}

/*brand detail*/
.brand-content {
}
.brand-content__desc {
	font-size: 14px;
	line-height: 1.4;
	color: #605f6b;
}
.brand-content__desc h2 {
	font-size: 1.4em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.brand-content__desc h3 {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.brand-content__desc h4 {
	font-size: 1.28em;
	color: #29538a;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.brand-content__desc iframe {
	max-width: 100%;
}

.brand-page__list {
	position: relative;
	margin: 4rem 0;
	float: none;
	width: 100%;
}

/*.brand-page__list .product-card__item {
	width: 33.33%;
}
.brand-page__list .product-card__item.product-card__item-col4 {
	border-right: 4px solid #edf1f5;
}
.brand-page__list .product-card__item.product-card__item-col3 {
	border-right: 4px solid transparent;
}
.brand-page__list .offer-section__line.offer-section__line-col3 {
	display: block;
}
.brand-page__list .offer-section__line.offer-section__line-col4 {
	display: none;
}
.brand-page__list .product-card__item__hidden-col3 {
	display: none;
}

.brand-page__list .product-card__item:nth-child(4n) {
	border-right: 4px solid #edf1f5;
}
.brand-page__list .product-card__item:nth-child(3n) {
	border-right: 4px solid transparent;
}
.brand-page__list .product-card__item:last-child {
	border-right: 4px solid transparent;
}
.brand-page__list .product-card__item:nth-last-child(-n+4):after {
	display: block;
}
.brand-page__list .product-card__item:nth-last-child(-n+3):after {
	display: none;
}*/

.brand-page__popular {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.brand-page__popular .catlist-section__list {
	margin-top: 3rem;
}
.brand-page__popular .page-section__content-title {
	font-size: 2em;
}

.brand-page__nav {
	font-size: 11px;
	line-height: 1.4;
	color: #29538a;
}
.brand-page__nav-item {
	margin-bottom: 3rem;
}
.brand-page__nav-title {
	position: relative;
	font-size: 1.45em;
	padding-left: 54px;
	padding-right: 25px;
	max-width: 250px;
	cursor: pointer;
}
.brand-page__nav-title img {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	max-width: 50px;
	max-height: 44px;
}
.brand-page__nav-title span {
	max-width: 160px;
	display: block;
}
.brand-page__nav-item .brand-page__nav-title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 9px;
	height: 10px;
	background: url(../images/filter-arr.png) right center no-repeat;
}
.brand-page__nav-item.brandnav-open .brand-page__nav-title:before {
	transform: rotate(180deg);
}

.brand-page__nav-dropdown {
	max-width: 270px;
	margin-top: 15px;
	padding-left: 54px;
	display: none;
}
.brand-page__nav-item.brandnav-open .brand-page__nav-dropdown {
	display: block;
}
.brand-page__nav-link {
	padding: 3px 0;
	display: block;
}
.brand-page__nav-link:hover {
	color: #5aa1cb;
}




/*contacts section*/
.contacts-section__content {
	position: absolute;
	left: 72%;
	width: 100%;
	padding: 4px 4px 4px 0;
	font-size: 12px;
	color: #605f6b;
	line-height: 1.5;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	background: #edf1f5;
	transition: all 1s ease;
	z-index: 10;
}
.contacts-section__content.opened {
	left: 0;
}
.contacts-section__btn {
	position: absolute;
	left: -38px;
	top: 50%;
	width: 38px;
	height: 35px;
	margin-top: -17.5px;
	cursor: pointer;
	background: url(../images/contacts-arr.png) center center no-repeat;
}
.contacts-section__content.opened .contacts-section__btn {
	background: url(../images/contacts-close.png) center center no-repeat;
}
.contacts-section__left {
	padding: 2.5rem 2.5%;
	width: 360px;
}
.contacts-section__right {
	position: absolute;
	left: 360px;
	top:4px;
	bottom: 4px;
	right: 4px;
}
.contacts-section__content .page-inner__title {
	font-size: 2em;
	margin-bottom: 0;
}
.contacts-section__item {
	border-bottom: 4px solid #d3d5df;
	padding: 2.5rem 5% 0;
}
.contacts-section__item + .contacts-section__item {
	border: none;
}
.contacts-section__contact-item {
	padding: 7px 0;
	padding-left: 50px;
	min-height: 35px;
	line-height: 35px;
}
.contacts-section__contact-item span {
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}
.contacts-section__contact-item a {
	font-weight: 800;
	color: #29538a;
}
.contacts-section__contact-call {
	margin-bottom: 1.5rem;
	background: url(../images/wh-phone-ic.png) center left no-repeat;
}
.contacts-section__contact-address {
	background: url(../images/wh-address-ic.png) center left no-repeat;
}

.contacts-section__subsection {
	margin-left: 35px;
}
.contacts-section__time {
	padding-left: 42px;
	margin-bottom: 2.5rem;
	background: url(../images/time-ic.png) 18px 2px no-repeat;
}
.contacts-section__metro {
	padding: 0 0 1.5rem;
	padding-left: 42px;
	margin-top: 1.5rem;
	background: url(../images/metro-ic.png) 16px 5px no-repeat;
	border-bottom: 1px solid #d3d5df;
}
.contacts-section__metro + .contacts-section__metro {
	border: none;
}
.contacts-section__metro span {
	border-bottom: 1px solid #8c8c96;
}

.map {
	width: 100%;
	height: 100%;
}


.error-page {
	padding: 7rem 0 0;
	text-align: center;
}
.error-box {
	/*text-align: center;*/
}
.error-img {
	float: left;
	width: 55%;
	text-align: right;
}
.error-img img {
	max-width: 60%;
}
.error-text {
	line-height: 1.5;
	float: left;
	width: 30%;
	max-width: 250px;
	font-size: 12px;
	color: #605f6b;
	margin-left: 3%;
	text-align: left;
}
.error-text a {
	display: inline-block;
	padding: 6px 14px;
	margin-top: 2rem;
	font-size: 12px;
	color: #8aad51;
	border: 4px solid #edf1f5;
	/*background: #fff;*/
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}

/*search*/

.search-section__count-result {
	position: absolute;
	left: 28em;
	right: 0;
	top: -6.5rem;
	font-size: 1.16em;
	color: #605f6b;
	line-height: 1.2;
}


/*popup*/

.popup {
	position: fixed;
	/*display: none;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 550;
	float: none;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	visibility: hidden;
}
.popup-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	top: 0;
	transition: 0.5s ease-in-out;
	background: #605f6b;
}
.popup__wrapper {
	width: 100%;
	max-width: 560px;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 10%;
	/*margin-bottom: 10%;*/
	background: #edf1f5;
	/*opacity: 0.2;*/
	opacity: 0;
	transition: 0.5s ease-in-out;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.empty-popup .popup__wrapper {
	max-width: 700px;
}
.popup__opened .popup__wrapper{
	position: fixed;
	transition: 0.5s ease-in-out;
	position: relative;
	z-index: 2;
	opacity: 1;
}
.popup__opened .popup-overlay {
	opacity: .5;
}
.popup__button-close {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	background: url(/images/close-ic-bl.png) center no-repeat;
}
.popup__content {
	font-size: 16px;
	color: #585858;
	padding: 60px 15% 20px;
}
.empty-popup .popup__content {
	padding: 60px 10% 20px;
}
.popup__content p {
	padding-top: 20px;
}
.popup__content .blue {
	color: #5aa1cb;
}
.popup__content .popup__title {
	font-size: 36px;
	font-weight: 800;
	color: #29538a;
	text-align: center;
	margin-bottom: 25px;
}
.popup__content .note {
	padding: 2px 0;
	padding-left: 25px;
	background: url(../images/note-bl-ic.png) left 4px no-repeat;
}
.form_label {
	position: relative;
	width: 100%;
	display: block;
	font-weight: normal;
	margin: 0;
}
.form_label + .form_label {
	margin-top: 30px;
}
.form_name {
	position: absolute;
	top: 22px;
	left: 52px;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	white-space: nowrap;
	color: #585858;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: none;
}
.form_name sup{
	font-size: 0.95em;
	top: -0.1em;
	color: #88ad51;
}
.form_label input {
	font-size: 16px;
	color: #585858;
	line-height: 1.2;
	width: 100%;
	padding: 30px 20px 10px 52px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
}
.form_text-input input {
	padding: 30px 20px 10px;
}
.form_text-input .form_name {
	left: 20px;
}
.form_label:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.form_name-input:after {
	background: url(/images/form-name-ic.png) 0 center no-repeat;
}
.form_phone-input:after {
	background: url(/images/form-phone-ic.png) 0 center no-repeat;
}

.form_input:focus ~ .form_name, .field_input__not-empty ~ .form_name, .field_input__fill ~ .form_name {
	top: 12px;
	font-size: 12px;
	line-height: 14px;
}

.form_button__wr {
	text-align: center;
	margin-top: 30px;
}
.form_button {
	position: relative;
	width: auto;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding-left: 50px;
	padding-right: 50px;
}

.form-sub-text {
	margin-top: 40px;
	font-size: 12px;
	color: #6c6b76;
	padding: 0 20px 15px;
	text-align: center;
}
.form-sub-text a {
	color: #29538a;
	text-decoration: none;
}


.arrow-controls {
	position: absolute;
	right: 0;
	width: 70px;
	height: 35px;
	border-radius: 20px;
	border: 4px solid #edf1f5;
}
.arrow-elem {
	position: absolute;
    width: 21px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 0px -18px;
    cursor: pointer;
}
.arrow-elem_left {
    left: 5px;
	background-image: url(/images/slider-left-arrow.png)
}
.arrow-elem_right {
	right: 5px;
	background-image: url(/images/slider-right-arrow.png)
}


.arrow-controls .slick-arrow {
	position: absolute;
    width: 21px;
    height: 18px;
    top: 50%;
    font-size: 0;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 0px -18px;
    cursor: pointer;
}
.arrow-controls .slick-prev {
    left: 5px;
	background-image: url(/images/slider-left-arrow.png)
}
.arrow-controls .slick-next {
	right: 5px;
	background-image: url(/images/slider-right-arrow.png)
}

.arrow-elem.disabled, .arrow-elem.slick-disabled, .arrow-controls .slick-arrow.slick-disabled {
    background-position: 0px 0px;
    pointer-events: none;
}
.main-info__slide-btns .slick-arrow.slick-disabled {
    background-position: 0px -36px;
    pointer-events: none;
}

.main-info__slide-btns {
	position: absolute;
	right: 10px;
	bottom: 60px;
	border: 4px solid #ffffff;
}

/*slick*/

.product-page__gallery .slick-arrow{
	position: absolute;
	height: 21px;
	width: 100%;
	font-size: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	/*background-size: 18px auto;*/
}
.product-page__gallery .slick-arrow:focus{
	outline: none;
}
/*.product-page__gallery .slick-prev {
	top: -30px;
	background-image: url(/images/gal-arr-dis.png);
	background-position: center 0;
}
.product-page__gallery .slick-next {
	bottom: -30px;
	background-image: url(/images/gal-arr-dis.png);
	background-position: center -23px;
}
.product-page__gallery .slick-prev:hover{
	background-image: url(/images/gal-arr.png);
}
.product-page__gallery .slick-next:hover{
	background-image: url(/images/gal-arr.png);
}*/

.product-page__gallery .slick-prev {
	top: -30px;
	background-image: url(/images/gal-arr-dis.png);
	background-position: center 0;
}
.product-page__gallery .slick-next {
	bottom: -30px;
	background-image: url(/images/gal-arr-dis.png);
	background-position: center -23px;
}
.product-page__gallery .slick-prev:hover{
	background-image: url(/images/gal-arr.png);
}
.product-page__gallery .slick-next:hover{
	background-image: url(/images/gal-arr.png);
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer
}
.page-section__content  .slick-dots li:before {
	display: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '?';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: none;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}
.slick-dots li button {
	background: #edf1f5;
	border-radius: 2px;
	width: 12px;
	height: 4px;
	padding: 0;
	margin: 0 auto;
}
.slick-dots li.slick-active button {
	width: 12px;
	height: 4px;
	background: #8aad51;
}
/*slick*/


.basket-popup .popup__wrapper {
	max-width: 645px;
}
.basket-popup .popup__content {
	padding: 30px;
}

.basket-popup__title {
	background: #2a538b;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}
.basket-popup__title span {
	position: relative;
}
.basket-popup__title span:after {
	content: '';
	display: block;
	position: absolute;
	width: 51px;
	height: 44px;
	bottom: -30px;
	left: 100%;
	/*right: 140px;*/
	background: url(/images/leaf.svg) no-repeat center/contain;
}

.basket-popup__image {
	float: left;
	width: 45%;
	padding: 0 5%;
	text-align: center;
}
.basket-popup__image img {
	max-width: 100%;
	max-height: 260px;
}
.basket-popup__content {
	float: left;
	width: 55%;
	font-size: 16px;
}
.basket-popup__prod-name {
	color: #29538a;
	max-width: 240px;
	margin-bottom: 25px;
}
.basket-popup__prod-price {
	font-size: 18px;
	line-height: .9;
	color: #605f6b;
	margin-bottom: 35px;
}
.basket-popup__prod-price span {
	font-size: 24px;
	font-weight: 600;
}

.basket-popup__back {
	display: inline-block;
	padding: 15px 45px 15px 62px;
	color: #5aa1cb;
	font-size: 14px;
	border: 1px solid #5aa1cb;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/basket-back-ic.png) 35px center no-repeat;
}

.basket-popup__link {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #29538a;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	/*margin-top: 20px;*/
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	/*max-width: 360px;*/
	cursor: pointer;
}
.basket-popup__link:after {
	content: '';
	position: absolute;
	top: 53%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf2.png) no-repeat right/contain;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.basket-popup__link:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.basket-popup__link:hover {
	background-color: #08356f;
	color: #fff;
}
.basket-popup__link:hover:after {
	top: 25%;
}
.basket-popup__link:hover:before {
	opacity: 1;
}
.basket-popup__link:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(../images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.basket-popup__link:hover {
	background-color: #08356f;
}
.basket-popup__link:hover:after {
	top: 25%;
}
.basket-popup__link:hover:before {
	opacity: 1;
}

#modalqdel {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
}
#qdel {
	position: absolute;
	background-color: #000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	transition: all 0.4s;
	cursor: pointer;
}
#delivery-calc {
	width: 100%;
	max-width: 520px;
	/*left: 50%;
	margin-left: -260px;*/
	margin: 0 auto;
	top: 50%;
	margin-top: -260px;
}
.deliverrorreload:hover {
	cursor: pointer;
}
.deliverrortriangle {cursor: pointer;}

@keyframes errotate {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}

#fancybox-close.hidden {
	display: none;
}
.delivery-calc-form * {
    box-sizing: border-box;
}
.delivery-calc-form {
	font-size: 12px;
    color: #585858;
    position: relative;
}
.delivery-calc-form__title {
	background: #2a538b;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 19px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.delivery-calc-form__title:after {
	content: '';
	display: block;
	position: absolute;
	width: 51px;
	height: 44px;
	bottom: -13px;
	right: 140px;
	background: url(/images/leaf.svg) no-repeat center/contain;
}
.delivery-calc-form__body {
	min-height: 240px;
	background: #edf1f5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 25px 30px;
}
.fancy-delivery #fancybox-content {
	border: none;
	overflow: visible;
}
.fancy-delivery .fancybox-bg {
	display: none;
}
#fancybox-overlay.fancy-delivery-overlay {
	opacity: .5 !important;
}
.fancy-delivery #fancybox-outer {
	background: transparent;
}
.delivery-calc-form__close {
	position: absolute;
	top: 23px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.delivery-calc-form__close:before,
.delivery-calc-form__close:after {
	content: '';
	width: 3px;
	height: 20px;
	background: #fff;
	position: absolute;
	display: block;
	right: 8px;
	top: 0;
}
.delivery-calc-form__close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.delivery-calc-form__close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.delivery-point-a span:last-child {
	font-size: 16px;
}
.delivery-point-a,
.delivery-point-b {
	display: inline-block;
	vertical-align: middle;
}
.delivery-point-b {
	position: relative;
}
.input-wrapper {
	width: 100%;
	position: relative;
}
.input-wrapper input {
	border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 330px;
    max-width: 100%;
    height: 62px;
    outline: none;
    padding: 20px 18px 0 18px;
    font-size: 16px;
    background-color: #fff;
}
.input-wrapper input::-ms-clear {
  display: none;
  color: #fff;
}
.input-wrapper input.not-empty {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.fake-ph {
    position: absolute;
    display: block;
    color: #585858;
    font-size: 16px;
    left: 18px;
    top: 21px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    pointer-events: none;
}
.fake-ph.moved {
	font-size: 12px;
	top: 13px;
}
.input-wrapper input::-webkit-input-placeholder { 
  color: #585858;
  font-size: 16px;
}
.input-wrapper input::-moz-placeholder { 
  color: #585858;
  font-size: 16px;
}
.input-wrapper input:-ms-input-placeholder { 
  color: #585858;
  font-size: 16px;
}
.input-wrapper input:-moz-placeholder {
  color: #585858;
  font-size: 16px;
}
.route-arrow {
	background: url(/images/arrow-right.svg) no-repeat center/45%;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
}
.delivery-note {
	margin-left: 122px;
	margin-top: 20px;
    background: url(/images/excl2.png) no-repeat top left/17px;
    padding-left: 27px;
}
.load-dots {
	width: 100%;
    text-align: center;
    margin-top: 40px;
    display: none;
}
.load-dots span {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background: #88ad51;
	border-radius: 10px;
}
.load-dots span:nth-child(2) {
	margin: 0 4px;
}
.load-dots.loading {
	display: block;
}
.load-dots.loading span:nth-child(1) {
	-webkit-animation: dotScale 0.7s ease infinite alternate backwards;
	   -moz-animation: dotScale 0.7s ease infinite alternate backwards;
	     -o-animation: dotScale 0.7s ease infinite alternate backwards;
	        animation: dotScale 0.7s ease infinite alternate backwards;
}
.load-dots.loading span:nth-child(2) {
	-webkit-animation: dotScale 0.7s ease 0.35s infinite alternate backwards;
	   -moz-animation: dotScale 0.7s ease 0.35s infinite alternate backwards;
	     -o-animation: dotScale 0.7s ease 0.35s infinite alternate backwards;
	        animation: dotScale 0.7s ease 0.35s infinite alternate backwards;
}
.load-dots.loading span:nth-child(3) {
	-webkit-animation: dotScale 0.7s ease 0.7s infinite alternate backwards;
	   -moz-animation: dotScale 0.7s ease 0.7s infinite alternate backwards;
	     -o-animation: dotScale 0.7s ease 0.7s infinite alternate backwards;
	        animation: dotScale 0.7s ease 0.7s infinite alternate backwards;
}
@-webkit-keyframes dotScale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes dotScale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		-moz-transform: scale(0);
		     transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		     transform: scale(1);
	}
}
@keyframes dotScale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		-moz-transform: scale(0);
		     transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		     transform: scale(1);
	}
}
.dropdown-list {
	background: #fff;
	font-size: 16px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	width: 330px;
	max-width: 100%;
	top: 63px;
    left: 0px;
    max-height: 140px;
    overflow: auto;
    padding: 10px 0;
    display: none;
}
.dropdown-list__item {
	padding: 5px 20px;
	background: #fff;
	cursor: pointer;
}
.dropdown-list__item:hover,
.dropdown-list__item:active {
	background: #f4f7f9;	
}
.no-destination {
	padding: 0 20px;
    font-size: 14px;
}
.delivery-calc-form-table {
	background: #edf1f5;
    margin-top: -60px;
    font-size: 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}
.table-row {
	padding: 10px 30px;
}
.delivery-calc-form-table .table-row:nth-child(3) {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0 30px;
	padding: 7px 0;
}
.delivery-calc-form-table__header {
	color: #29538a;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 4px solid #fff;
	margin: 0 30px;
	padding: 0px 20px 10px 20px;
}
.table-td {
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.delivery-calc-form-table__header .table-td:first-child {
	margin-left: 170px;
}
.delivery-calc-form-table__header .table-td:last-child {
	width: 120px;
    text-align: right;
}
.table-td.caption {
    width: 180px;
}
.table-td.value-delov-lin,.table-td.ad-value-delov-lin {
    width: 130px;
    text-align: right;
}
.table-td.value-pek, .table-td.ad-value-pek {
    width: 120px;
    text-align: right;
}
.value-delov-lin span,
.value-pek span,
.ad-value-delov-lin span,
.ad-value-pek span {
	font-size: 17px;
	font-weight: 600;
}
.delivery-calc-form-table__footer {
	padding: 25px 30px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.total-delov-lin span,
.total-pek span {
	font-size: 24px;
	font-weight: 600;
}
.total-delov-lin {
	margin-left: 190px;
    width: 130px;
    text-align: right;
}
.total-pek  {
	width: 120px;
	text-align: right;
}
.plus-minus,.ad-plus-minus {
	display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border: 4px solid #fff;
    border-radius: 25px;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}
.plus-minus:before, .plus-minus:after, .ad-plus-minus:before, .ad-plus-minus:after {
	content: '';
	display: block;
	position: absolute;
	background: #2a538b;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.plus-minus:before,.ad-plus-minus:before {width: 14px;height: 4px;}
.plus-minus:after,.ad-plus-minus:after {width: 4px;height: 14px;}
.plus-minus.enabled:after,.ad-plus-minus.enabled:after {display: none;}




/* ny style */
.ny_page:before {
	content: "";
	position: absolute;
	width: 50%;
	left: 50%;
	margin-left: -820px;
	top: 368px;
	bottom: 270px;
	overflow: hidden;
	background-image: url(/images/ny-snow-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	pointer-events: none;
}
.ny_page:after {
	content: "";
	position: absolute;
	width: 50%;
	right: 50%;
	margin-right: -820px;
	top: 368px;
	bottom: 270px;
	overflow: hidden;
	background-image: url(/images/ny-snow-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	pointer-events: none;
}
.ny_page.page-inner:before {
	top: 345px;
}
.ny_page.page-inner:after {
	top: 345px;
}
.ny_page .logo-part {
	position: absolute;
	max-width: 6em;
	max-height: 114%;
	top: -12px;
	left: -24px;
	bottom: 0;
	margin: auto;
	display: block;
}
.ny_page .search-bar {
	background-image: url(../images/searchbar-bg-ny.jpg);
	background-position: center;
}

.ny_page .br-search-container {
	background: url(../images/br-search-bg-ny.jpg) center top repeat;
	/*background-size: cover;*/
}


.ym-rating-widget__wrap{
  text-decoration: none !important;
}
.ym-rating-widget__star.full {
  background-image: url("/images/Yandex-Star.svg");
}
.ym-rating-widget__star.empty {
  background-image: url("/images/Yandex-Star-Empty.svg");
}

.ym-rating-main{
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 40px;
  margin-right: 25px;
}
.ym-rating-main .ym-rating-widget{
  display: block;
  margin: 0;
}

.ym-rating-main .ym-rating-widget__wrap {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 2px;
  text-align: left;
}

.ym-rating-main .ym-rating-widget__header-logo {
  display: block;
  width: 88px;
  height: 20px;
  margin: 0 0 2px;
  background: url("/images/Yandex-market.svg") no-repeat left center;
  background-size: contain;
}

.ym-rating-main .ym-rating-widget__header-stars {
  display: block;
  box-sizing: border-box;
  height: 14px;
}

.ym-rating-main .ym-rating-widget__star {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}


.ym-rating-footer .ym-rating-widget{
  display: block;
  margin: 10px 0;
  font-size: 0;
  text-align: left;
}

.ym-rating-footer .ym-rating-widget__header-logo {
  display: inline-block;
  width: 100%;
  height: 25px;
  margin: 0 6px 6px 0;
  background: url("/images/Yandex-market-white.svg") no-repeat left center;
  background-size: contain;
}
.ym-rating-footer--light .ym-rating-widget__header-logo {
  background-image: url("/images/Yandex-market.svg");
}

.ym-rating-footer .ym-rating-widget__header-stars {
  display: inline-block;
  width: auto;
  height: 24px;
  text-align: left;
}

.ym-rating-footer .ym-rating-widget__star {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ym-rating-text {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
	margin-left: 2px;
}


/* Media 1300px*/
@media screen and (max-width: 1210px) {
	.section-wrapper {
		padding-left: 4%;
		padding-right: 4%;
	}

	.search-bar__lower-price {
		font-size: 20px;
		padding-top: 28px;
	}

	.catalog-menu__list {
		font-size: 10px;
	}
	.catalog-menu__list li {
		/*width: 12.4%;*/
		float: left;
		padding: 20px 8px;
	}
	.catalog-menu__list li:first-child {
		/*width: 13.2%;*/
	}

	.main-info__slide-half {
		width: 67%;
	}
	.slide-quarter {
		width: 33%;
	}
	.slide-quarter .main-info__slide-item {
		/*width: 98%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding-top: 101.3%;*/
		font-size: .75em;
	}
	.slide-discount, .slide-warranty {
		/*display: none;*/
	}
	.main-info__slide-btns {
		right: 5%;
	}

	.offers-section__buttons {
		right: 4%;
	}
	.product-list .product-card__item {
		width: 33.33%;
	}


	.product-card__item:nth-child(n):after {
		display: block;
	}
	.product-card__item:nth-last-child(-n+3):after {
		display: none;
	}
	.product-card__item:nth-child(n) {
		border-right: 4px solid #edf1f5;
	}
	.product-card__item:nth-child(3n) {
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}
	.product-card__item:last-child {
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}

	.slick-slide > div:first-child > .product-card__item:nth-child(-n+3):after {
		display: block;
	}
	/*.product-list .product-card__item.product-card__item-col4 {
		border-right: 4px solid #edf1f5;
	}
	.product-list .product-card__item.product-card__item-col3 {
		border-right: 4px solid transparent;
	}
	.product-list .offer-section__line.offer-section__line-col3 {
		display: block;
	}
	.product-list .offer-section__line.offer-section__line-col4 {
		display: none;
	}
	.product-list .product-card__item__hidden-col3 {
		display: none;
	}*/


	.service-section__left {
		width: 55%;
		padding: 0 4% 0 2%;
	}
	.service-section__right {
		width: 45%;
	}
	.service-section__img {
		width: 36%;
		margin-right: 4%;
	}
	.service-section__quote-text {
		font-size: 2em;
		margin: 10px 0 30px;
	}

	.br-search-container {
		padding: 2rem 0;
	}
	.br-search__left {
		margin-top: 15px;
	}
	.br-search-char__item a {
		padding: 0 .7rem;
	}

	.main-articles-section {
		/*overflow: hidden;*/
	}
	.main-articles__row {
		/*width: 2000em;*/
	}
	.main-articles__row .slick-slide > div{
		/*width: 205px;*/
	}
	.main-articles__col {
		/*width: 205px;*/
		padding-right: 30px;
	}
	.main-articles__btns {
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 2rem;
	}


	.footer-section__contacts {
		width: 28%;
		padding-left: 0;
	}
	.footer-section__address-mail {
		width: 35%;
		padding-left: 6%;
	}
	.footer-section__rating {
		width: 37%;
	}
	.footer-section__info {
		float: none;
		margin-top: 3rem;
		height: auto;
		width: 100%;
		padding: 0;
	}
	.footer-section__info:before,
	.footer-section__info:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.footer-section__info:after {clear: both;}
	.footer-section__info:after {
		display: none;
	}
	.footer-socials {
		display: inline-block;
		vertical-align: middle;
		width: 34%;
	}
	.footer-socials__link{
		margin-bottom: 0;
	}
	.footer-copyright {
		display: inline-block;
		vertical-align: middle;
		width: 64%;
	}
	.footer-clear {
		display: block;
	}

	.grid-view .catlist-section__item {
		width: 33.33%;
	}
	.catlist-subsection__item {
		width: 25%;
	}

	/*product page*/
	.product-page__gallery {
		width: 100%;
		margin:0;
		float: none;
	}
	.product-page__head-details {
		/*display: none;*/
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 2rem;
	}
	.product-page__head-tech {
		/*height: auto;*/
	}
	.product-page__gift-icon {
		left: 80%;
	}


	.product-page__description {
		padding-top: 685px;
	}
	


	/*buy*/
	.buy-section__tabs-list {
		position: relative;
		margin-bottom: 4rem;
		top: 0;
		left:0;
		right: auto;
	}

	/*credit*/
	.credit-section__tabs-list {
		position: relative;
		margin-bottom: 4rem;
		top: 0;
		left:0;
		right: auto;
	}

	.company-section__col {
		width: 50%;
		margin-bottom: 20px;
	}

}
/* Media 1023px*/
@media screen and (max-width: 1023px) {

	.section-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-inner .header-wrapper {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.burger-menu {
		display: block;
	}

	.header-logo {
		font-size: 10px;
	}
	.ny_page .logo-part {
		top: -6px;
		left: -20px;
	}
	.header-left {
		display: none;
	}
	.header-buttons__buy {
		display: none;
	}
	.cart-text, .header-buttons__text {
		display: none;
	}
	.header-buttons__item {
		width: auto; 
		margin: 0 2%;
	}
	.header-cart {
		margin-left: 2%;
	}

	.navbar-container {
		display: none;
	}
	.header-left {
		position: absolute;
		width: 100%;
		height: 102px;
		left: 0;
		top: 0;
		padding-left: 120px;
		background: #fff;
		z-index: 40;
	}
	.header-contacts {
		margin: 0;
		padding: 15px 0;
	}
	.header-contacts__tel a {
		font-size: 1.6em;
		line-height: 1.5;
	}
	.header-contacts__mail a {
		font-size: 1em;
	}
	.header-item.header-menu {
		margin-left: 8%;
		padding: 8px 0;
	}
	.header-item.header-menu ul {
		margin: 0;
		padding-left: 48px;
		border-left: 4px solid #29538a;
	}
	.header-item.header-menu ul li.mobile-menu-item {
		display: block;
	}

	.navbar-container {
		position: fixed;
		overflow: auto;
		float: none;
		width: auto;
		text-align: left;
		padding: 0;
		left: 0;
		right: 0;
		top: 102px;
		bottom: 0;
		background: #edf1f5;
		z-index: 30;
	}
	.navbar__body {
		padding: 0;
	}
	.catalog-menu__list {
		display: block;
		font-size: 14px;
		color: #29538a;
	}
	.catalog-menu__list li {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
		padding-left: 46px;
		padding-right: 38px;
		height: 65px;
		line-height: 65px;
		border-bottom: 1px solid #ffffff;
	}
	.catalog-menu__item:hover {
		background: #ffffff;
	}
	.catalog-menu__item.open {
		background: #edf1f5;
	}
	.catalog-menu__list li:after {
		content: "";
		position: absolute;
		width: 7px;
		height: 11px;
		right: 26px;
		top: 50%;
		margin-top: -5px;
		background: url(/images/arr-l-r.png) -8px 0 no-repeat;
	}
	.catalog-menu__item.open:after {
		background: url(/images/arr-l-r.png) 0 0 no-repeat;
	}
	.catalog-menu__item img {
		/*position: absolute;*/
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		width: 44px;
		margin-right: 25px;
	}
	.catalog-menu__item:hover .catalog-menu__item-img, .catalog-menu__item.open .catalog-menu__item-img {
		display: initial;
	}
	.catalog-menu__item:hover .catalog-menu__item-img-h, .catalog-menu__item.open .catalog-menu__item-img-h {
		display: none;
	}
	.catalog-menu__list span {
		vertical-align: middle;
	}


	/*header mobile*/
	.mobile-menu_open .burger-wr {
		-webkit-transform: rotate(90deg);
		    transform: rotate(90deg);
	}
	.mobile-menu_open .header-logo {
		/*display: none;*/
	}
	.mobile-menu_open .header-right {
		/*display: none;*/
	}
	.mobile-menu_open .header-left {
		display: block;
	}

	.subnav__list-anchor {
		position: fixed;
		top: 167px;
		bottom: 0;
		overflow: auto;
		background: #edf1f5;
		border: none;
	}
	.subnav__list-wrapper {
		padding: 0;
	}
	.subnav__cat-list {
		padding: 0;
		border: none;
		pointer-events: none;
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	.subnav__cat-item {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #dee0e8;
		padding: 10px 0;
		padding-left: 46px;
		padding-right: 38px;
	}
	.subnav__cat-item + .subnav__cat-item_offset {
		margin-top: 0;
	}
	.subnav__cat-char {
		display: none;
	}
	.subnav__cat-link {
		display: block;
		padding: 10px 0;
		padding-left: 46px;
		padding-right: 38px;
	}


	.main-info__wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.main-info__slide-btns {
		bottom: 30px;
		right: 4%;
	}

	.search-bar {
		height: 102px;
	}
	.search-bar__search-container {
		margin-top: 30px;
		width: 60%;
	}
	.search-bar__lower-price {
		width: 40%;
		font-size: 18px;
		padding-left: 18px;
		padding-top: 22px;
	}
	.page-inner .search-bar__lower-price {
		font-size: 16px;
		padding: 16px 0 0 18px;
	}


	.main-info__slide-half {
		width: 100%;
	}
	.slide-quarter {
		width: 100%;
	}
	.slide-discount, .slide-warranty {
		display: block;
	}
	.slide-quarter .main-info__slide-item {
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
		padding-top: 49.5%;
		font-size: 1em;
	}
	.slide-offer {
		/*display: none;*/
	}
	.slide-quarter .main-info__slide-item:nth-child(2n) {
		margin-right: 0;
	}


	.offers-section__title {
		font-size: 1.5em;
		min-width: 230px;
	}
	.offers-section__viewed-title {
		min-width: auto;
	}
	.product-list .product-card__item {
		width: 50%;
		padding: 0 4%;
	}
	.product-card__item:nth-child(n):after {
		display: block;
	}
	.product-card__item:nth-child(-n+2):after {
		display: none;
	}
	.product-card__item:nth-child(n) {
		border-right: 4px solid #edf1f5;
	}
	.product-card__item:nth-child(2n) {
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}
	.product-card__item:last-child {
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}

	.slick-slide > div:not(:first-child) > .product-card__item:nth-child(-n+2):after {
		display: block;
	}
	/*.product-list .product-card__item.product-card__item-col3 {
		border-right: 4px solid #edf1f5;
	}
	.product-list .product-card__item.product-card__item-col2 {
		border-right: 4px solid transparent;
	}
	.product-list .offer-section__line.offer-section__line-col3 {
		display: none;
	}
	.product-list .offer-section__line.offer-section__line-col2 {
		display: block;
	}
	.product-list .product-card__item__hidden-col3 {
		display: block;
	}
	.product-list .product-card__item__hidden-col2 {
		display: none;
	}*/


	.catalog-inner__container .product-list .product-card__item {
		width: 50%;
		padding: 0 4%;
	}
	.catalog-inner__container .product-list .product-card__item:nth-child(n) {
		border-right: 4px solid #edf1f5;
	}
	.catalog-inner__container .product-list .product-card__item:nth-child(2n) {
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}
	.catalog-inner__container .product-card__item:nth-child(n):after {
		display: block;
	}
	.catalog-inner__container .product-card__item:nth-last-child(-n+2):after {
		display: none;
	}
	/*.catalog-inner__container .product-list .product-card__item.product-card__item-col3 {
		border-right: 4px solid #edf1f5;
	}
	.catalog-inner__container .product-list .product-card__item.product-card__item-col2 {
		border-right: 4px solid transparent;
	}
	.catalog-inner__container .product-list .offer-section__line.offer-section__line-col3 {
		display: none;
	}
	.catalog-inner__container .product-list .offer-section__line.offer-section__line-col2 {
		display: block;
	}
	.catalog-inner__container .product-list .product-card__item__hidden-col3 {
		display: block;
	}
	.catalog-inner__container .product-list .product-card__item__hidden-col2 {
		display: none;
	}*/


	.service-section__left {
		width: 100%;
		float: none;
	}
	.service-section__right {
		display: none;
	}
	.service-section__img {
		width: 30%;
	}
	.service-section__quote {
		width: 63%;
	}
	.service-section__quote-text {
		margin: 0 0 20px;
	}
	.service-section__about-text {
		display: block;
	}


	.br-search__left {
		float: none;
		width: 100%;
	}
	.br-search__right {
		width: 100%;
		float: none;
	}
	.br-search__title {
		float: left;
		font-size: 1.8em;
		padding-top: 5px;
	}
	.br-search_wr {
		width: 70%;
		max-width: 365px;
		float: right;
	}

	.footer-section__container {
		margin: 20px 0;
	}
	.footer-section__contacts {
		width: 40%;
	}
	.footer-section__address-mail {
		width: 48%;
	}
	.footer-section__rating {
		width: 12%;
	}
	.f-contacts__yandex {
		display: none;
	}
	.f-contacts__phone a {
		color: #5aa1cb;
	}
	.footer-section__info {
		text-align: center;
		margin: 0;
	}
	.footer-copyright__mob {
		margin: 20px 0 15px;
		display: block;
	}
	.footer-copyright {
		display: none;
	}

	/*articles*/
	.articles-section__list {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}

	/*article extend template*/
	.article-extend .page-section__left {
		width: 100%;
		overflow: auto;
	}
	.article-extend .page-section__right {
		width: 100%;
	}
	.article-offer__wrapper {
		display: none;
	}
	.article-offer__list {
		padding: 0 20px;
	}

	/*article simple template*/
	.article-simple .page-section__left {
		width: 100%;
	}
	.article-simple .page-section__right {
		width: 100%;
	}

	/*page inner*/
	.page-inner__title {
		font-size: 2em;
	}

	/*catlist*/
	.listing-view .catlist-section__list {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
	.grid-view .catlist-section__item {
		width: 33.33%;
	}

	.catalog_filter {
		width: 30%;
	}
	.catalog-inner__container {
		width: 69%;
	}

	.brand-page__list {
		width: 100%;
	}
	.banner-section__left {
		width: 100%;
		display: block;
	}
	.banner-section__right {
		width: 100%;
		display: block;
	}
	.banner-section__img {
		display: none;
	}
	.banner-section__title {
		width: 100%;
		font-size: 2em;
		margin-bottom: 20px;
	}

	/*stock*/
	.stock-section__grid-item {
		width: 49%;
		margin: 0 .5% 8px;
		padding: 20px 3%;
	}
	.best-offer__box {
		padding-top: 35%;
	}

	/*stock detail*/
	.stock-detail .page-section__left {
		width: 100%;
		margin-bottom: 3rem;
	}
	.stock-detail .page-section__right {
		width: 100%;
	}

	/*product page*/
	.product-page__head {
		float: none;
	}
	.product-page__head-left {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
		margin-bottom: 4rem;
	}
	.product-page__head-right {
		width: 100%;
	}
	.product-page__gallery {
		width: 100%;
		margin:0;
	}
	.product-page__gallery-thumbs {
		display: none;
	}
	.product-page__slider {
		width: 100%;
		/*max-height: 400px;*/
		height: auto;
		margin: 0;
	}
	.product-page__slider, .slick-list, .slick-track, .slick-slide {
		height: auto;
	}
	.product-page__slider-item img {
		display: block;
		position: relative;
		/*max-height: 100%;*/
		max-height: 400px;
	}
	.product-page__head-details {
		/*display: none;*/
		margin-top: 5rem;
	}
	.product-page__info-box {
		padding-right: 0;
	}
	.product-page__offer-info .product-card__stock {
		right: 0;
	}
	.product-page__delivery-info {
		padding: 30px;
	}

	.product-page__description {
		padding-top:0;
		width: 100%;
		margin-top: 2.5rem;
	}
	.product-page__title {
		margin-bottom: 2rem;
	}

	/*buy*/
	.buy-page .page-section__left, .buy-page .page-section__right {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 3rem;
		padding: 0;
		border: none;
	}
	.buy-page .page-section__right {
		border-top: 4px solid #edf1f5;
		padding-top: 4rem;
	}

	.buy-offer__wrapper {
		padding: 0 5%;
	}

	.company-section__link-list {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin-bottom: 4rem;
	}
	.company-page .page-section__left, .company-page .page-section__right {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 3rem;
		padding: 0;
		border: none;
	}

	/*credit*/
	.credit-section__qr-row .credit-section__col {
		width: 48%;
		margin: 0 1% 15px;
		font-size: 1em;
	}
	.credit-section__qr-row .credit-section__col:nth-child(3n) {
		clear: both;
	}
	.credit-section__fv-row .credit-section__col {
		width: 48%;
		margin: 0 1% 15px;
		font-size: 1em;
	}
	.credit-section__fv-row .credit-section__col:nth-child(3n) {
		clear: both;
	}


	/*brands*/
	.brands-section__list {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}
	.char-filter .brands-section__item {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}

	.brand-content .page-section__left {
		width: 100%;
		float: none;
	}
	.brand-content .page-section__right {
		width: 100%;
		float: none;
		margin-top: 3rem;
	}

	/*.brand-page__list .product-card__item {
		width: 50%;
		padding: 0 4%;
	}
	.brand-page__list .product-card__item:nth-child(n) {
		border-right: 4px solid #edf1f5;
	}
	.brand-page__list .product-card__item:nth-child(2n) {
		border-right: 4px solid transparent;
	}
	.brand-page__list .product-card__item:nth-child(n):after {
		display: block;
	}
	.brand-page__list .product-card__item:nth-last-child(-n+2):after {
		display: none;
	}*/

	.contacts-section__content {
		position: relative;
		padding: 4px;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.contacts-section__btn {
		display: none;
	}
	.contacts-section__left {
		width: 100%;
	}
	.contacts-section__right {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 300px;
	}

	/*.company-section__col {
		width: 50%;
		margin-bottom: 20px;
	}*/

	.search-section__count-result {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin-bottom: 4rem;
	}


}
/* Media 639px*/
@media screen and (max-width: 639px) {
	.section-wrapper {
		padding-left: 12px;
		padding-right: 12px;
	}

	.header-logo {
		font-size: 8px;
		width: 20.8em;
	}
	.header-buttons {
		display: none;
	}

	.navbar-container {
		top: 90px;
	}
	.navbar__body {
		padding: 0;
	}
	.mobile-menu_open .header-right {
		position: absolute;
		z-index: 50;
		top: 14px;
		right: 12px;
		float: none;
		width: 95px;
	}
	.mobile-menu_open .header-cart {
		display: none;
	}
	.mobile-menu_open .header-buttons {
		display: block;
		float: none;
		width: auto;
	}
	.mobile-menu_open .header-left {
		padding-left: 65px;
		height: 90px;
	}
	.mobile-menu_open .header-left .header-item {
		/* display: none; */
		padding: 8px 0px;
	}
	.mobile-menu_open .header-left .header-menu {
		 display: none; 
	}
	.header-contacts__tel {
		position: relative;
	}
	.header-contacts__tel a {
		font-size: 1.5em;
		line-height: 1.3;
		padding-top: 10px;
		display: block;
	}
	.header-contacts__tel:nth-child(2) a {
		padding-top: 0;
	}
	.telfor {
		display: block;
		position: absolute;
		top: 0;
		padding-left: 0;
	}
	.header-item .header-contacts__tel:nth-child(2) span {
		padding-left: 0;
		display: none;
	}
	.telfor br {
		display: none;
	}

	.subnav__list-anchor {
		top: 155px;
	}


	.search-bar {
		height: auto;
		padding: 14px 0;
	}
	.page-inner .search-bar {
		height: auto;
	}
	.search-bar__search-container {
		width: 100%;
		float: none;
		margin: 0;
	}
	.search-example {
		display: none;
	}
	.page-inner .search-bar__search-container {
		margin: 0;
	}
	.header-search {
		float: none;
	}
	.search-bar__lower-price {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 10px;
		text-align: center;
	}
	.page-inner .search-bar__lower-price {
		padding: 0;
	}
	.lower-price__white, .lower-price__green {
		display: inline;
	}

	.multi-theme-compact .multi-wrapper {
		margin-top: 165px!important;
	}

	.catalog-menu__list li {
		padding-left: 20px;
		padding-right: 25px;
	}
	.catalog-menu__list li:after {
		right: 15px;
	}
	.catalog-menu__item img {
		margin-right: 10px;
		display: none;
	}
	.catalog-menu__item:hover .catalog-menu__item-img, .catalog-menu__item.open .catalog-menu__item-img {
		display: none;
	}
	
	.subnav__list-wrapper {
		padding: 0;
	}
	.subnav__cat-link {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slide-quarter .main-info__slide-item {
		/*width: 100%;
		margin: 0;
		padding-top: 100%;
		display: none;*/
		font-size: .55em;
	}
	.slide-quarter .main-info__slide-item:first-child {
		/*display: block;*/
	}
	.slide-warranty .main-info__slide-icon {
		margin-top: 10px;
		height: 80px;
	}
	.slide-warranty .main-info__slide-text {
		margin: 0;
	}
	.slide-payment .main-info__slide-icon {
		height: 3.5em;
	}
	.slide-delivery .main-info__slide-icon {
		height: 4em;
	}
	.slide-payment .main-info__slide-text__help {
		line-height: 1;
		padding: 10px 8px;
	}
	.main-info__slide-btns {
		display: none!important;
	}

	.offers-section__title {
		font-size: 1.8em;
		text-align: center;
	}
	.offers-section__viewed-title {
		margin-bottom: 3rem;
	}
	.offers-section__switch-wr {
		/* display: none; */
		display: block;
		margin: 1rem auto;
	}
	.offers-section__leader-title {
		/* display: none; */
	}
	.spec-offers__list {
		/*display: block;*/
	}
	.leader-offers__list {
		/* display: none; */
	}
	.offers-section__buttons {
		top: 83px;
	}
	.offers-section__view-buttons {
		top: 4rem;
	}

	.product-list .product-card__item {
		width: 100%;
		/*padding: 0 2%;*/
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}
	/*.product-list .product-card__item.product-card__item-col3 {
		border-right: 4px solid transparent;
	}
	.product-list .offer-section__line.offer-section__line-col2 {
		display: none;
	}*/
	.product-card__item:nth-child(n):after {
		display: none;
	}
	.product-card__item:nth-child(n) {
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}

	.slick-slide > div > .product-card__item:nth-child(n):after {
		display: none;
	}




	.catalog-inner__container .product-list .product-card__item {
		width: 100%;
		/*padding: 0 2%;*/
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}
	/*.catalog-inner__container .product-list .product-card__item.product-card__item-col3 {
		border-right: 4px solid transparent;
	}
	.catalog-inner__container .product-list .offer-section__line.offer-section__line-col2 {
		display: none;
	}*/
	.catalog-inner__container .product-list .product-card__item {
		/*width: 50%;
		padding: 0 4%;*/
		width: 100%;
		/*padding: 0 2%;*/
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}
	.catalog-inner__container .product-list .product-card__item:nth-child(n) {
		/*border-right: none;*/
		border-right: 4px solid transparent;
	}
	.catalog-inner__container .product-card__item:nth-child(n):after {
		display: none;
	}


	.service-container {
		padding: 3rem 0;
		margin: 10px 0;
	}
	.service-section__img {
		display: none;
	}
	.service-section__quote {
		width: 100%;
		text-align: center;
	}
	.service-section__quote:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.main-articles__wr {
		/*height: 35.5rem;*/
	}
	.main-articles__col {
		width: 148px;
		padding: 0 5px;
		padding-bottom: 1.5em;
		text-align: center;
		margin: 0;
	}
	.main-articles__more {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.cert-slider__title {
		float: none;
		width: 100%;
		padding-right: 80px;
		margin-bottom: 2rem;
	}
	.cert-slider__container {
		position: static;
		float: none;
		width: 100%;
	}
	.cert-slider__btns {
		left: auto;
		top: 0;
		right: 0;
		bottom: auto;
	}

	.br-search__left {
		margin-top: 0;
	}
	.br-search__title{
		text-align: center;
		float: none;
		margin-bottom: 15px;
	}
	.br-search_wr {
		width: 100%;
		float: none;
	}
	.br-search__select .search-example {
		display: none;
	}

	.br-search-char {
		margin: 20px 0 0;
	}
	.br-search-char__eng, .br-search-char__rus {
		display: inline;
	}
	.br-search-char__list {
		margin: 0;
	}

	.footer-wrapper {
		padding: 0;
	}
	.footer-section__container-mobile {
		display: block;
		margin: 25px 0;
	}
	.footer-section__container .footer-section__item:not(.footer-section__info) {
		display: none;
	}
	.f-contacts__item {
		width: 72%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.f-contacts__address {
		margin-bottom: 10px;
	}
	.footer-section__info {
		border-top: 4px solid #ebeff3;
	}
	.footer-copyright__mob {
		padding: 0 2%;
		margin: 25px 0 20px;
	}
	.footer-socials {
		display: block;
		width: 100%;
		padding: 0 2%;
		text-align: center;
	}
	.footer-socials__link {
		float: none;
		display: inline-block;
		margin: 0 3%;
	}
	.scroll_up-mobile {
		display: inline-block;
		vertical-align: middle;
		margin: 0 3%;
	}

	/*page inner*/
	.page-inner__title {
		font-size: 2.5em;
	}
	.product-page .page-inner__title {
		margin-right: 0;
	}
	.page-section__sort-switch {
		margin-right: 0;
	}

	.catalog_filter {
		width: 100%;
	}
	.catalog-inner__filter-btn {
		display: block;
	}
	.catalog-inner__filter {
		display: none;
	}
	.filter-range {
		width: 100%;
	}
	.filter-actions {
		text-align: center;
	}
	.filter__show-btn {
		margin: 0 auto;
	}
	.catalog-inner__container {
		width: 100%;
	}
	.listing-top__control-sort, .product-listing__pagination {
		float: none;
		text-align: right;
	}
	.listing-top__control-sort-item {
		margin-right: 5%;
	}
	.listing-btm__controls .product-listing__pagination {
		position: relative;
		overflow: initial;
		top: auto;
		margin-top: 3rem;
		max-width: 100%;
		height: auto;
	}

	/*stock*/
	.stock-section__grid-item {
		width: 100%;
		margin: 0 0 8px;
		padding: 20px 5%;
	}
	.bgimg-type {
		padding: 0;
	}
	.best-offer__box {
		padding-top: 55%;
		background-size: 85% auto;
	}

	/*stock detail*/
	.stock-detail__img {
		width: 100%;
	}
	.stock-detail__desc {
		width: 100%;
	}

	/*articles*/
	.articles-section__list {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}

	.article-simple__img {
		width: 100%;
		margin-right: 0;
		display: block;
	}
	.article-simple__desc {
		width: 100%;
		display: block;
	}

	.product-page__description {
		font-size: 12px;
	}
	.product-page__info-box {
		padding: 20px 0;
		padding-right: 0;
	}
	.product-page__delivery-info {
		padding: 20px 5%;;
	}
	.product-page__note-info {
		padding: 2.5rem 7%;
	}
	.page-section__content-video iframe:nth-child(n) {
		max-width: 100%;
		margin: 0;
	}
	.page-section__content p iframe:nth-child(n) {
		max-width: 100%;
		margin: 0;
	}

	#delivery-calc {
		top: 0;
		margin-top: 0;
	}
	.delivery-point-a, .delivery-point-b {
		display: block;
	}
	.delivery-note {
		margin-left: 0;
	}
	.delivery-calc-form-table {
		margin-top: -10px;
	}

	.delivery-calc-form-table__header {
		font-size: 12px;
		padding: 0 0 10px;
	}
	.delivery-calc-form-table__header .table-td {
		width: 35%!important;
	}
	.delivery-calc-form-table__header .table-td:first-child {
		margin-left: 30%!important;
	}
	.delivery-calc-form-table__header .table-td .addresshere {
		font-size: 10px!important;
	}
	.table-td.caption {
		width: 35%;
		font-size: 10px;
	}
	.table-td.value-delov-lin, .table-td.ad-value-delov-lin {
		width: 30%;
	}
	.table-td.value-pek, .table-td.ad-value-pek {
		width: 30%;
	}
	.total-delov-lin {
		margin-left: 22%;
		width: 38%;
	}
	.total-pek {
		width: 38%;
	}
	

	.product-page__title {
		padding-right: 0;
	}

	.product-page__species-item {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.product-page__manual-btn {
		position: relative;
		top: 0;
		margin-bottom: 1.5rem;
		display: block;
	}

	.product-page__download-item {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.product-page__discontinued {
		font-size: 1.4em;
		padding: 10px 5%;
		padding-left: 60px;
		max-width: 280px;
		background: url(/images/icons/discontinued-ic.svg) 20px center no-repeat;
		background-size: 26px auto;
	}
	
	/*catlist*/
	.listing-view .catlist-section__list {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	.grid-view .catlist-section__item {
		width: 50%;
	}
	.catlist-subsection__item {
		width: 50%;
	}


	/*buy*/
	.buy-section__tabs {
		/*padding: 0 10px;*/
	}
	.buy-section__left, .buy-section__right {
		float: none;
		width: 100%;
	}
	.buy-section__right {
		padding-left: 2%;
		margin-top: 4rem;
	}

	#delivery-section .buy-section__image {
		display: none;
	}
	#delivery-section .buy-section__desc {
		display: block;
		width: 100%;
	}
	#delivery-section .buy-section__col {
		width: 100%;
		float: none;
	}
	#delivery-section .buy-section__desc-left, #delivery-section .buy-section__desc-right {
		width: 100%;
		float: none;
	}
	#delivery-section .buy-section__row-btm .page-section__content-title {
		padding-top: 2rem;
	}

	.buy-section__tabs-item.active:after {
		display: none;
	}

	#pay-section .buy-section__image {
		display: none;
	}
	#pay-section .buy-section__desc {
		display: block;
		width: 100%;
	}
	#pay-section .buy-section__col {
		width: 100%;
		float: none;
	}
	#pay-section .buy-section__desc-left, #pay-section .buy-section__desc-right {
		width: 100%;
		float: none;
	}
	#pay-section .buy-section__row-btm .page-section__content-title {
		padding-top: 2rem;
	}

	.credit-section__tabs-item.active:after {
		display: none;
	}
	.credit-section__box {
		margin-top: 2rem;
	}
	.credit-section__db-row .credit-section__col {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.credit-section__db-row .credit-section__col-icon {
		height: auto;
	}
	.credit-section__qr-row .credit-section__col-icon {
		height: 6rem;
	}
	.credit-section__fv-row .credit-section__col-icon {
		height: 6rem;
	}
	.credit-section__col-icon img {
		max-width: 80px;
	}

	.company-section__db-col {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.company-section__db-col .company-section__db-col {
		width: 48%;
	}
	.company-section__db-col .company-section__db-col:first-child {
		margin-right: 4%;
	}

	
	/*brands*/
	.brands-section__list {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
	.char-filter .brands-section__item {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}

	/*error page*/
	.error-img {
		float: none;
		width: 100%;
		text-align: center;
	}
	.error-text {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: 2rem;
	}


	/*popup*/
	/*.popup {
		overflow-y: auto;
	}*/
	.popup__wrapper {
		width: 100%;
		margin: 0;
		max-width: initial;
		min-height: 100%;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.popup__content {
		padding: 60px 10% 20px;
	}

	.form_button {
		padding-left: 30px;
		padding-right: 30px;
		min-width: 200px;
	}


	.basket-popup__image {
		float: none;
		width: 100%;
		padding: 0 5%;
		text-align: center;
		margin-bottom: 30px;
	}
	.basket-popup__content {
		float: none;
		width: 100%;
	}

	.subnav__cat-item {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width: 360px) {
	.product-page__price-new span:not(.price-text) {
		font-size: 1.6em;
	}
}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}