.no-js img.lazyload {
	display:none;
}


a.acquire__oneClick {
	display:none;
}

.wrapper {
	height:auto;
}

.popup-shares {
	position:absolute;
	top:-10px;
	left:100%;
	min-height:100%;
	margin-left:10px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow:0 20px 56px 10px rgba(44, 79, 160, 0.2);
	box-shadow:0 20px 56px 10px rgba(44, 79, 160, 0.2);
}

.popup-shares::after {
	content:' ';
	position:absolute;
	top:14px;
	right:100%;
	width:0;
	height:0;
	border:solid transparent;
	pointer-events:none;
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:7px;
}

.popup-shares .close {
	z-index:10;
	right:15px;
	width:19px;
	height:19px;
	border:0;
	padding:0 5px;
	color:#fff;
	font-size:18px;
	text-align:left;
	line-height:1;
	background:#567cd2;
}

.product-item-share {
	position:absolute;
	top:19px;
	left:11px;
}

.popup-share-open-link {
	display:block;
	width:23px;
	height:23px;
	border-radius:100%;
	background-color:#3864cb;
	background-size:117%;
	background-image:url(/images/icons/share-good.png);
}

.popup-shares-content {
	padding:0 20px;
}

.popup-shares-item {
	margin:0 0 20px;
}

.popup-shares-content .popup-shares-item:last-child {
	margin:0;
}

.popup-shares-tag {
	display:inline-block;
	height:23px;
	margin:0 0 5px;
	padding:0 20px;
	color:#fff;
	font-family:'MuseoSansCyrlBold', sans-serif;
	font-size:9px;
	line-height:25px;
	text-transform:uppercase;
	text-align:center;
	border-radius:14px;
}

.popup-shares-date {
	color:#868686;
	font-family:'MuseoSansCyrl', sans-serif;
	font-size:10px;
}

.popup-shares-title {
	display:block;
	margin:0;
	color:#000 !important;
	font-family:'FuturaBold', sans-serif;
	font-size:16px;
	line-height:26px;
	text-transform:uppercase;
}

.popup-shares-description {
	color:#567cd2;
	font-family:'MuseoSansCyrl', sans-serif;
	font-size:12px;
	line-height:16px;
}

.detail-shares-content {
	margin:0 0 30px;
	border:1px solid #e1e1e1;
	padding:5px 20px;
}

.detail-shares-content::after {
	content:'';
	display:table;
	clear:both;
}

.detail-shares-item {
	width:33.3333%;
	padding:15px;
	float:left;
}

.detail-shares-link {
	display:block;
	position:relative;
	margin:30px 0 20px;
	padding:5px 0;
	font-family:'FuturaBold', sans-serif;
	color:#000;
	font-size:28px;
	line-height:36px;
}

.detail-shares-link::after {
	content:'';
	position:absolute;
	top:3px;
	left:-50px;
	width:40px;
	height:40px;
	background:url(/images/icons/share-good-big.png) no-repeat;
}

.detail-shares-link>span {
	position:relative;
	padding-right:20px;
}

.detail-shares-link>span::after {
	content:'';
	display:block;
	position:absolute;
	top:18px;
	right:0;
	width:0;
	height:0;
	border:5px solid transparent;
	vertical-align:middle;
	margin-left:5px;
	border-top:6px solid #000;
}

.detail-shares-link:hover>span::after {
	border-top-color:#044ef9;
}

.detail-shares-link.active>span::after {
	top:13px;
	border:5px solid transparent;
	border-top-color:transparent;
	border-bottom:6px solid #000;
}

.detail-shares-link.active:hover>span::after {
	border-top-color:transparent;
	border-bottom-color:#044ef9;
}

#pagination-container .link-load {
	margin-bottom:15px;
}

@media screen and (max-width:992px) {
	.detail-shares-item {
		width:50%;
	}
}

@media screen and (max-width:766px) {
	.product-content .response-table tr td.name:first-child {
		padding-left:35px !important;
	}
	.product-item-share {
		top:20px;
		left:5px;
	}
	.detail-shares-item {
		width:100%;
	}
	.detail-shares-link {
		font-size:22px;
		line-height:1;
	}
	.detail-shares-content {
		padding:5px 0;
	}
	.detail-shares-link>span::after {
		top:20px;
	}
	.detail-shares-link.active>span::after {
		top:15px;
	}
	.popup-shares {
		top:30px;
		left:-25px;
	}
	.popup-shares::after {
		top:-14px;
		right:auto;
		left:20px;
		border:solid transparent;
		border-color:rgba(136, 183, 213, 0);
		border-bottom-color:#fff;
		border-right-color:rgba(136, 183, 213, 0);
		border-width:7px;
	}
}

.catalogList__filterhtml {
	margin-bottom:14px;
}

.catalogList__filterhtml a {
	display:inline-block;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:0.875rem;
	margin-left:17px;
	margin-bottom:14px;
}

#layout {
	display:inherit;
}

#rkb-preloader {
	-webkit-transition:0.45s ease;
	transition:0.45s ease;
	opacity:0;
	visibility:hidden;
	background-color:transparent;
}

#rkb-preloader_loading {
	position:absolute;
	z-index:100;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(255, 255, 255, 0.7);
}


/* live search */

.search_result {
	display:none;
	position:absolute;
	z-index:2000;
}

.search_result.active {
	display:block;
	bottom:0;
	left:0;
	width:100%;
}

.live-search {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#f6f8fe;
	border-radius:0;
}

.live-search__inner {
	width:100%;
	max-height:470px;
	overflow-y:scroll;
}

.live-search__inner .first-lvl {
	padding:22px 0;
	margin-bottom:20px;
	border-bottom:1px solid #e6ebfa;
}

.live-search__inner::-webkit-scrollbar {
	width:4px;
	border-radius:2px;
}

.live-search__inner::-webkit-scrollbar-track {
	background-color:#dde7ff;
}

.live-search__inner::-webkit-scrollbar-thumb {
	background-color:#1c5bf0;
	outline:none;
}

.live-search__item {
	display:block;
	color:#1f1f1f;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:15px;
	line-height:52px;
}

.live-search__item img {
	height:38px;
	margin-right:20px;
}

.live-search__item:hover {
	color:rgb(48, 92, 231);
}

.first-lvl .live-search__item {
	font-weight:700;
}

@media (max-width:767px) {
	.search_result.active {
		top:64px;
	}
}

.live-search__showall {
	border:none;
	padding:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	outline:none;
	background:none;
	font-size:1rem;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:25px;
	font-family:'Montserrat', sans-serif;
	color:#0234ab;
	font-weight:700;
}

.live-search__showall:hover,
.live-search__showall:focus {
	text-decoration:underline;
}

.sort__link.sortLink {
	cursor:pointer;
}

.deduce__link {
	cursor:pointer;
}


/* FILTER */

.smartFilter {
	padding-top:0;
}

.smartFilter .rangeSlider {
	padding-top:21px;
}

.c-drop-down {
	overflow-y:hidden;
}


/* BREADCRUMBS */

.breadcrumb__item {
	position:relative;
	padding-right:30px;
}

.breadcrumb__link {
	padding-right:0;
}

.breadcrumb__link:after {
	display:none;
}

.breadcrumb__item:after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:100%;
	background-size:14px 10px;
	background-repeat:no-repeat;
	background-position:50%;
	background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M83.809 222.52l-4.166-4.324a.634.634 0 0 0-.92 0 .694.694 0 0 0 0 .955l3.054 3.171H70.65c-.36 0-.651.303-.651.676 0 .373.291.676.65.676h11.127l-3.055 3.172a.694.694 0 0 0 0 .955.637.637 0 0 0 .92 0l4.167-4.325a.694.694 0 0 0 0-.955z'/%3E%3C/defs%3E%3Cg transform='translate(-70 -218)'%3E%3Cuse fill='%23ff8e11' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");
}

.breadcrumb__item:last-child {
	padding-right:0;
}

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


/* MENU */

.catalogMenu__toggle--current:hover .catalogDesktop {
	/*visibility:visible;pointer-events:auto;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;height:auto;overflow:visible*/
}

.catalogMenu.opened .catalogDesktop {
	height:auto;
	overflow:visible;
	visibility:visible;
	pointer-events:auto;
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}

.subCatalog__link {
	padding-top:11px;
	padding-bottom:11px;
}

.lastSubCatalog__link {
	padding-top:7px;
	padding-bottom:7px;
}

.subCatalog__item:hover .subCatalog__link {
	background-color:#f5f8ff;
	color:#2b55b9;
}

.flex-sb {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:100%;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
}
.headern {
	position:sticky;
	top:-44px;
	z-index:300;
}
.headern__top {
	height:44px;
	border-bottom:1px solid rgba(0, 0, 0, 0.07);
}

.location-current {
	display:inline-block;
	position:relative;
	padding:0 18px 0 38px;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:14px;
	line-height:17px;
	color:#305ce7;
	cursor:pointer;
}

.location-current:before {
	content:'';
	position:absolute;
	top:-2px;
	left:0;
	width:20px;
	height:20px;
	background:url(/images/location.svg) center center no-repeat;
	background-size:contain;
}

.location-current:after {
	content:'';
	position:absolute;
	top:6px;
	right:0;
	width:8px;
	height:4px;
	background:url(/images/arrow-down.svg) center center no-repeat;
	background-size:100%;
}

.topmenu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:flex-end;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	list-style-type:none;
	padding:0;
}

.topmenu__item {
	margin:0 20px;
}

.topmenu__link {
	position:relative;
	font-family:'Montserrat', sans-serif;
	font-style:normal;
	font-weight:500;
	font-size:13px;
	line-height:17px;
	color:#a4acc2;
}
.topmenu .topmenu__item {
	color:#1f1f1f;
	font-weight:600;
}

.topmenu__link:hover,
.topmenu__link:focus {
	color:#1f1f1f;
}

.topmenu__link:hover:after,
.topmenu__link:focus:after {
	content:'';
	position:absolute;
	bottom:-13px;
	left:0;
	width:100%;
	height:1px;
	background:#305ce7;
}

.topmenu__link.-info {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:14px;
	line-height:17px;
	color:#1f1f1f;
}

.topmenu__item.-info {
	position:relative;
	padding-left:43px;
}

.topmenu__item.-info:before {
	content:'';
	position:absolute;
	top:-4px;
	left:0;
	width:24px;
	height:24px;
	background:url(/images/ic.svg) center center no-repeat;
	background-size:100%;
}

.headern__bottom {
	/* border-bottom:1px solid #e6ebfa; */
	position:relative;
	height:75px;
	background:#fff;
}

.headern__bottom:after {
	content:'';
	position:absolute;
	z-index:-1;
	bottom:0;
	width:100%;
	height:20px;
	-webkit-box-shadow:0 0 10px rgba(164, 172, 194, 0.3);
	box-shadow:0 0 10px rgba(164, 172, 194, 0.3);
}

.headern__logo {
	-webkit-flex:0 0 126px;
	flex:0 0 126px;
	margin-top:3px;
	text-align:center;
}

.headern__logo img {
	width:auto;
	height:60px;
}

.header__catalog {}

.header__cat-button {
	border:none;
	background:linear-gradient(to left top, #e9ecf6 50%, #f4f7fe 50%);
	border-radius:5px;
	font-family:'Arial', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:20px;
	color:#1f1f1f;
	cursor:pointer;
}
.header__cat-button:hover {
	background:linear-gradient(to left top, #e9ecf6 50%, #e9ecf6 50%);
}

.header__cat-button .cat-icon {
	display:inline-block;
	width:32px;
	height:20px;
	/*padding-right:30px;*/
}

.headern__search {
	-webkit-flex:1 0 auto;
	flex:1 0 auto;
	margin-left:12px;
	text-align:right;
}

.headern__search-button {

	border:none;
	background:none;
	cursor:pointer;
}

.headern__contacts {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	position:relative;
	height:100%;
	-webkit-box-align:center;
	-ms-flex-align:center;
	padding-left:10px;
	padding-right:10px;
}

.headern__contacts .communication__tel {
	position:relative;
	font-size:1.15rem;
	color:#1f1f1f;
	padding-left:16px;
	line-height:1.375rem;
}

.headern__contacts .communication__tel span {
	border-bottom:1px dashed #fff;
	white-space:nowrap;
}

.headern__contacts .communication__tel:hover span,
.headern__contacts .communication__tel:focus span {
	border-color:#a0a0a0;
}

.profile-link {
	display:inline-block;
	position:relative;
	font-family:'Montserrat', sans-serif;
	padding-left:40px;
	font-weight:700;
	font-size:14px;
	line-height:17px;
	color:#1f1f1f;
	visibility:hidden;
	opacity:0;
}

.profile-link:before {
	content:'';
	position:absolute;
	top:-4px;
	left:0;
	width:17px;
	height:23px;
	background:url(/images/lk.svg) center center no-repeat;
	background-size:100%;
}

.headern__cart {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	height:100%;
	-webkit-box-align:center;
	-ms-flex-align:center;
	border-left:1px solid #f1f1f1;
	padding-left:10px;
}

.cart-button {
	display:inline-block;
	top:-13px;
	position:relative;
	border:none;
	font-family:'Montserrat', sans-serif;
	padding-left:49px;
	font-weight:700;
	font-size:14px;
	line-height:17px;
	color:#1f1f1f;
	background:none;
	cursor:pointer;
}

.cart-button:before {
	content:'';
	position:absolute;
	top:-4px;
	left:0;
	width:28px;
	height:27px;
	background:url(/images/cart.svg) center center no-repeat;
	background-size:100%;
}

.cart-button .count {
	position:absolute;
	top:-14px;
	left:18px;
	width:20px;
	height:20px;
	padding:3px 0;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:10px;
	line-height:15px;
	color:#ffffff;
	background:#ff8e11;
	border-radius:50%;
	text-align:center;
}

.popup-overflow {
	display:none;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5);
}

.popup-modal {
	display:none;
	position:absolute !important;
	z-index:1005;
	top:150px;
	left:50%;
}

.popup-city {
	width:600px;
	padding:35px 45px;
	background:#f6f8fe;
	margin-left:-300px;
}

.popup-close {
	position:absolute;
	top:30px;
	right:30px;
	width:34px;
	height:34px;
	border:none;
	padding:0;
	background:none;
	cursor:pointer;
}

.popup-heading {
	margin:17px 0 30px 0;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:22px;
	color:#1f1f1f;
}

.branch-list {
	margin:0;
}

.branch-list>li {
	width:50%;
	padding:0;
}

.branch-list>li>a {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:40px;
	color:#000000;
}

.branch-list>li>a:hover,
.branch-list>li>a:focus {
	color:#305ce7;
	text-decoration:none;
}

.branch-list>li.current-city {
	position:relative;
}

.branch-list>li.current-city:before {
	position:absolute;
	top:15px;
	left:-26px;
	width:12px;
	height:12px;
	background:url(/images/location.svg) center center no-repeat;
	background-size:contain;
}

.branch-list>li.current-city>a {
	color:rgb(48, 92, 231);
	font-weight:700;
	font-family:'Montserrat', sans-serif;
}

.branch-list>li.main-city>a {
	font-weight:700;
	font-family:'Montserrat', sans-serif;
}

.hcontacts {
	width:320px;
	padding:35px 32px 100px 32px;
	border-radius:0 0 19px 19px;
	background:#f6f8fe;
	position:absolute;
	top:100%;
	z-index:500;
	opacity:0;
	pointer-events:none;
	-webkit-transition:opacity .3s;
	transition:opacity .3s;
}
.headern__contacts:hover .hcontacts {
	opacity:1;
	pointer-events:auto;
}

.hcontacts__timetable {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	padding-bottom:27px;
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
	font-family:'Montserrat', sans-serif;
	color:#1f1f1f;
	font-weight:500;
	font-size:0.75rem;
	line-height:15px;
	margin-bottom:28px;
}

.hcontacts__days {
	color:#a4acc2;
}

.hcontacts__city {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:1.125rem;
	line-height:22px;
	color:#000000;
	margin-bottom:12px;
}

.hcontacts__street {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:23px;
	color:#1f1f1f;
}

.hcontacts__street a {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	color:#305ce7;
}

.hcontacts__buttons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.feedback_wrapper {
	margin:0 8px 0 24px;
}
@media (max-width:1200px) {
	.feedback_wrapper {
		display:none;
	}
}
.communication__feedbackButton2 {
	padding:12px 24px;
	border:none;
	border-radius:19px;
	background:#ff8e11;
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:14px;
	text-align:center;
	white-space:nowrap;
}

.communication__mailLink2 {
	width:42%;
	margin:4px 0 0 0;
	padding:19px 0 24px 0;
	border:none;
	background:none;
	float:right;
	color:#305ce7;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:17px;
	text-align:center;
}

.search-panel {
	display:none;
	position:absolute;
	z-index:1500;
	top:0;
	left:0;
	width:100%;
	height:152px;
	background:#fff;
}

.search-panel .containerFluid {
	position:relative;
	height:100%;
}

.search-panel__container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	position:relative;
	width:770px;
	height:100%;
	margin:0 auto;
	-webkit-box-align:center;
	-ms-flex-align:center;
}

.search-panel__close {
	position:absolute;
	top:50%;
	right:0;
	width:36px;
	height:36px;
	border:none;
	margin-top:-18px;
	cursor:pointer;
	background:none;
}

.headerSearch__input {
	font-family:'Calibri', sans-serif;
	font-weight:500;
	font-size:0.9rem;
	line-height:26px;
	color:#1f1f1f;
	font-style:italic;
	padding:10px;
}
.headerSearch__input::placeholder {
	color:#a5a5a5;
}

.cmenu {
	position:relative;
	z-index:900;
}

.catalogMenu__toggle {
	display:block;
}

.collection__toggle {
	display:none;
}

.catalogMenu .catalogMenu__toggle {
	height:0;
}

@media (max-width:1200px) {
	.catalogMenu__toggle {
		display:none;
	}
	.collection__toggle {
		display:block;
	}
	.cart-button {
		top:0;
	}
	.headern {
		position:relative;
		top:0;
	}
}

.catalogDesktop {
	width:470px;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.catalogMenu.opened .catalogDesktop:before {
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:#fff;
	border-bottom:1px solid #e6ebfa;
}

.catalogDesktop__link {
	padding-left:0;
}

.citem-icon {
	/*display:inline-block;*/
	/*display:none;*/
	/*width:48px;
  height:48px;*/
	overflow:hidden;
	/*border:1px solid #e6ebfa;*/
	border-radius:50%;
	margin-right:22px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:78px;
	height:51px;
}

@media (max-width:1200px) {
	.citem-icon {
		width:36px;
		height:37px;
		margin-right:12px;
	}
}

.citem-icon img {
	display:none;
	width:70%;
	/*height:60%;
  -o-object-fit:contain;
  object-fit:contain;
  margin-top:20%;
  margin-left:20%;*/
}

.catalogDesktop__link:hover .citem-icon,
.catalogDesktop__link:focus .citem-icon,
.catalogDesktop__item.opened .catalogDesktop__link .citem-icon {
	border-color:#305ce7;
}

.catalogDesktop__linkText {
	display:inline;
	border:none;
}

.catalogMenu.opened .catalogDesktop {
	padding-top:39px;
	padding-bottom:63px;
	border-bottom:1px solid #e6ebfa;
}

.catalogDesktop__item {
	/*margin-bottom:32px;*/
}

.catalogDesktop__linkText {
	padding:0;
	line-height:48px;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:1rem;
}

.catalogDesktop__link {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#1f1f1f;
}

.catalogDesktop__link:hover,
.catalogDesktop__link:focus,
.catalogDesktop__item.opened .catalogDesktop__link {
	color:#305ce7;
}

.catalogDesktop__link--arrow:before {
	right:53px;
	width:8px;
	height:12px;
	background-size:100%;
	background-repeat:no-repeat;
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 6 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1v0l3 3v0L1 7v0' fill='none' stroke='%231257c7' stroke-linecap='round' stroke-miterlimit='50' stroke-width='2'/%3E%3C/svg%3E");
}

.catalogDesktop__link--arrow:after {
	right:63px;
	width:8px;
	height:12px;
	background-size:100%;
	background-repeat:no-repeat;
}

.subCatalog {
	left:100%;
	width:60vw;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	border-left:1px solid #e6ebfa;
	border-bottom:1px solid #e6ebfa;
}

#cat-close {
	display:none;
}

.header__cat-inner.opened #cat-close {
	display:inline-block;
}

.header__cat-inner.opened #cat-burger {
	display:none;
}

.header__cat-inner.opened .catalogMenu__toggleText {
	color:#305ce7;
}

.catalogMenu .subCatalog__title,
.catalogMenu .catalogDesktop__link {
	padding-top:0;
	padding-left:0;
}

.subCatalog__inner {
	position:relative;
	z-index:10;
	height:100%;
	padding-top:39px;
	padding-left:98px;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:50%;
	padding-bottom:20px;
	overflow-y:auto;
	overflow-x:hidden;
}

.subCatalog__link {
	padding-left:0;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:16px;
	line-height:26px;
	color:#878da3;
}

.subCatalog__link:hover {
	background:none;
	color:#1f1f1f;
}

.subCatalog__link:hover:before {
	content:'';
	position:absolute;
	top:19px;
	left:-42px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#ff8e11;
}

.subCatalog__item:hover .subCatalog__link {
	background:none;
	color:#1f1f1f;
}

.catalogDesktop__item:hover .subCatalog,
.catalogDesktop__item.opened .subCatalog {
	height:100%;
	min-height:calc(100% + 1px);
	padding-bottom:0;
}

.catalogMenu__toggleText {
	display:inline;
}

.subCatalog__item:hover .lastSubCatalog {
	z-index:10;
	left:250px;
	width:368px;
	height:284px;
	min-height:284px;
	overflow:hidden;
	padding:20px 28px;
	background:#f6f8fe;
	-webkit-box-shadow:0 12px 24px rgba(48, 92, 231, 0.05);
	box-shadow:0 12px 24px rgba(48, 92, 231, 0.05);
	border-radius:0;
}

.subCatalog__item {
	position:relative;
}

.lastSubCatalog:after {
	display:none;
}

.lastSubCatalog__inner:before {
	display:none;
}

.lastSubCatalog__inner {
	height:100%;
	overflow-y:auto;
}

.lastSubCatalog__inner::-webkit-scrollbar {
	width:4px;
	border-radius:2px;
}

.lastSubCatalog__inner::-webkit-scrollbar-track {
	background-color:#dde7ff;
}

.lastSubCatalog__inner::-webkit-scrollbar-thumb {
	background-color:#1c5bf0;
	outline:none;
}

.lastSubCatalog__headerItem {
	width:50%;
	/* padding-right:20px; */
}

.lastSubCatalog__link {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:34px;
	color:#878da3;
}

.lastSubCatalog__link:focus,
.lastSubCatalog__link:hover {
	color:#1f1f1f;
}

.headern__mobile-menu {
	display:none;
}

#mobile-search {
	display:none;
}

.mobile-menu-block {
	display:none;
}

.headern__profile {
	display:none;
	padding-left:30px;
	padding-right:30px;
}

@media (max-width:1200px) {
	.headern .containerFluid {
		position:relative;
		padding:0 15px;
	}
}

@media (max-width:1200px) {
	.about-lnk {
		display:inline-block;
		position:relative;
		padding-left:40px;
		font-family:'Montserrat', sans-serif;
		font-weight:700;
		font-size:14px;
		line-height:17px;
		color:#1f1f1f;
		margin-top:24px;
		margin-bottom:5px;
	}
	.about-lnk:before {
		content:'';
		position:absolute;
		top:-4px;
		left:0;
		width:24px;
		height:24px;
		background:url(/images/ic.svg) center center no-repeat;
		background-size:100%;
	}
	.mobile-menu-block .topmenu {
		display:block;
		margin:0;
		padding:0;
		position:relative;
		top:-20px;
	}
	.mobile-menu-block .topmenu__item {
		position:relative;
		margin-bottom:15px;
		padding-left:41px;
		margin-left:0;
	}
	.mobile-menu-block .topmenu__item.-info {
		display:none;
	}
	.mobile-menu-block .topmenu__item:before {
		/* content:''; */
		position:absolute;
		top:6px;
		left:0;
		width:5px;
		height:5px;
		border-radius:50%;
		background:#305ce7;
	}
	.mobile-menu-block .profile-link {
		display:inline-block;
		margin-top:5px;
	}
	.mobile-menu-block {
		display:block;
		position:relative;
		background:#fff;
	}
	.mobile-menu-block .location-current {
		display:inline-block;
	}
	.mobile-menu-footer {
		display:block;
		position:relative;
		background:#FFF;
	}
	.menuFoot__tel {
		font-weight:700;
		font-size:22px;
		line-height:27px;
		color:#1f1f1f;
	}
	.menuFoot__timetable {
		padding:6px 0 20px 0;
		font-weight:500;
		font-size:0.75rem;
		line-height:15px;
		color:#1f1f1f;
		border-bottom:1px solid rgba(0, 0, 0, 0.08);
		margin-bottom:20px;
	}
	.menuFoot__timetable span {
		display:inline-block;
		color:#a4acc2;
		padding-right:5px;
	}
	.menuFoot__city {
		font-family:'Montserrat', sans-serif;
		font-weight:700;
		font-size:1.125rem;
		line-height:22px;
		color:#000000;
		margin-bottom:12px;
	}
	.menuFoot__street {
		font-family:'Montserrat', sans-serif;
		font-weight:500;
		font-size:13px;
		line-height:23px;
	}
	.mobile-menu-footer__inner {
		padding:15px;
	}
	.mobile-menu-footer .communication__feedbackButton {
		padding:15px 31px;
		border-radius:0 20px 0 0;
		background:#ff8e11;
		font-family:'Montserrat', sans-serif;
		font-weight:700;
		font-size:14px;
		line-height:17px;
	}
	.mobile-menu-footer .communication__mailLink {
		margin:4px 0 0 0;
		padding:15px 31px;
		float:right;
		color:#305ce7;
		font-family:'Montserrat', sans-serif;
		font-weight:500;
		font-size:13px;
		line-height:17px;
	}
	.mobile-menu-footer .communication__mailLink2 {
		float:none;
		padding:15px 0;
	}
	.mobile-menu-close {
		position:absolute;
		z-index:500;
		top:16px;
		right:15px;
		border:none;
		background:none;
	}
	.mobile-menu-block__inner {
		padding:15px;
		border-bottom:1px solid #e6ebfa;
	}
	.collectionFirst {
		position:relative;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.headern__mobile-menu {
		display:block;
		position:absolute;
		top:16px;
		left:15px;
		border:none;
		background:none;
	}
	.collectionToggle {
		width:auto;
		height:auto;
		padding:0;
		border-radius:0;
	}
	#mobile-search {
		display:block;
	}
	#desktop-search {
		display:none;
	}
	.headern__contacts {
		display:none;
	}
	.headern__profile {
		display:none;
	}
	.headern__cart {
		position:absolute;
		top:12px;
		right:15px;
		height:24px;
		border:none;
		padding-left:0;
	}
	.cart-button {
		display:block;
		width:24px;
		height:24px;
		padding:0;
		font-size:0;
		line-height:27px;
	}
	.cart-button:before {
		top:0;
		width:24px;
		height:24px;
	}
	.cart-button .count {
		top:-7px;
		left:14px;
	}
	.headern__search {
		position:absolute;
		top:11px;
		right:62px;
		width:23px;
		height:26px;
	}
	.header-search {
		display:none;
	}
	.headern__catalog {
		display:none;
	}
	.headern__logo {
		width:100%;
	}
	.headern__logo {
		display:block;
		width:72px;
		margin:0 auto;
	}
	.headern__logo {
		display:block;
	}
	.headern__logo img {
		display:block;
		height:40px;
		margin:0 auto;
	}
	.headern__top {
		display:none;
	}
	.headern__bottom {
		height:48px;
	}
	.search-panel {
		height:64px;
	}
	.headerSearch__input {
		font-size:1rem;
	}
	.search-panel__close {
		right:15px;
		padding:0;
	}
	.headerSearch {
		width:100%;
	}
	.collection__catalog {
		top:-48px;
	}
	.collectionFirst__link {
		font-family:'Montserrat', sans-serif;
		font-weight:700;
		font-size:14px;
		line-height:16px;
		color:#000000;
	}
	.collectionFirst__list {
		padding-left:0;
		padding-right:0;
		padding-top:0;
	}
	.collectionFirst__item {
		padding:5px 15px;
		border-bottom:1px solid #e6ebfa;
	}
	.collectionFirst__link {
		border:none;
		padding-right:20px;
		letter-spacing:0;
	}
	.collectionThree {
		padding:0;
	}
	.collectionSecond {
		padding:0;
	}
	.collectionSecond__title {
		min-height:48px;
		padding:15px 35px 15px 63px;
		border-bottom:1px solid #e6ebfa;
		margin-bottom:0;
	}
	.collectionThree__title {
		min-height:48px;
		padding:15px 35px 15px 63px;
		border-bottom:1px solid #e6ebfa;
		margin-bottom:0;
	}
	.collectionSecond__prev {
		top:16px;
		left:21px;
		width:18px;
		height:12px;
		border:none;
		border-radius:0;
		-webkit-transform:matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform:matrix(-1, 0, 0, 1, 0, 0);
		transform:matrix(-1, 0, 0, 1, 0, 0);
	}
	.collectionThree__prev {
		top:16px;
		left:21px;
		width:18px;
		height:12px;
		border:none;
		-webkit-transform:matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform:matrix(-1, 0, 0, 1, 0, 0);
		transform:matrix(-1, 0, 0, 1, 0, 0);
		border-radius:0;
	}
	.collectionSecond__titleLink {
		border:none;
		font-size:14px;
		line-height:17px;
		color:#305ce7;
	}
	.collectionThree__titleLink {
		border:none;
		font-size:14px;
		line-height:17px;
		color:#305ce7;
	}
	.collectionSecond__title:after {
		display:none;
	}
	.collectionThree__title:after {
		display:none;
	}
	.collectionSecond__item {
		padding:13px 15px;
		border-bottom:1px solid #e6ebfa;
	}
	.collectionSecond__item .collectionFirst__link {
		padding-top:0;
		padding-bottom:0;
		font-family:'Montserrat', sans-serif;
		font-weight:500;
		font-size:14px;
		line-height:24px;
		color:#000000;
	}
	.collectionSecond__link {
		font-family:'Montserrat', sans-serif;
		font-weight:500;
		font-size:14px;
		line-height:24px;
		color:#000000;
	}
	.collectionThree__item {
		padding:13px 15px;
		border-bottom:1px solid #e6ebfa;
	}
	.collectionThree__link {
		padding-top:0;
		padding-bottom:0;
		font-family:'Montserrat', sans-serif;
		font-weight:500;
		font-size:14px;
		line-height:24px;
		color:#000000;
	}
}

@media (max-width:767px) {
	.search-panel__close {
		z-index:10;
	}
	.headerSearch__close {
		display:none;
	}
	.search-panel__container {
		width:100%;
	}
	.popup-city {
		top:48px;
		left:5%;
		width:90%;
		height:80%;
		overflow:auto;
		margin:0;
		padding:15px;
	}
	.popup-close {
		top:15px;
		right:15px;
	}
	.branch-list>li {
		width:100%;
	}
	.live-search__inner {
		padding:0 15px;
	}
	.live-search {
		border-bottom:1px solid #e6ebfa;
	}
}


/*
@media (min-width:1400px) {
  .subCatalog {
	width:185%;
  }
}
@media (min-width:1500px) {

}*/

.footerc {
	border-top:1px solid #e6ebfa;
	padding-top:65px;
	padding-bottom:50px;
}

.col4 {
	width:25%;
}

.footerTop__container {
	padding-bottom:40px;
	border-bottom:1px solid #e6ebfa;
	margin-bottom:40px;
}

.footerc__logo {
	margin-top:45px;
}

.footerc__logo img {
	height:60px;
}

.footerc__company-desc {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:21px;
	color:#878da3;
	margin-top:20px;
}

.social {
	margin-top:40px;
}

.social__item {
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid #e6ebfa;
	padding:11px;
	border-radius:50%;
	margin-right:10px;
}

.footerc__years {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:21px;
	color:#000000;
	margin-top:40px;
}

.fmenu-heading {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:14px;
	line-height:17px;
	color:#1f1f1f;
	margin-bottom:7px;
}

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

.fmenu__item {
	position:relative;
	padding-left:18px;
}

.fmenu__item:before {
	content:'';
	position:absolute;
	top:14px;
	left:0;
	width:5px;
	height:5px;
	background:#305ce7;
	border-radius:50%;
}

.fmenu__link {
	font-family:'Montserrat', sans-serif;
	font-style:normal;
	font-weight:500;
	font-size:13px;
	line-height:32px;
	color:#a4acc2;
}

.fmenu__link:hover,
.fmenu__link:focus {
	color:#1f1f1f;
}

.company-link {
	display:inline-block;
	position:relative;
	padding-left:40px;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:14px;
	line-height:24px;
	color:#1f1f1f;
	margin-bottom:24px;
	cursor:pointer;
}
.footerc__sections .company-link:last-child {
	margin-bottom:0;
}

.company-link:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:24px;
	height:24px;
	background:url(/images/ic.svg) center center no-repeat;
	background-size:100%;
}

.footerc .profile-link {
	line-height:24px;
}

.footerc__sections {
	margin-top:35px;
}

.fcontacts__timetable {
	margin-top:10px;
	font-family:'Montserrat', sans-serif;
	color:#1f1f1f;
	font-weight:500;
	font-size:0.75rem;
	line-height:15px;
}

.fcontacts__days {
	color:#a4acc2;
}

.fcontacts__city {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:1.125rem;
	line-height:22px;
	color:#000000;
	margin-bottom:12px;
}

.fcontacts__street {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:23px;
	color:#1f1f1f;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
}

.fcontacts__street a {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	color:#305ce7;
}

.fcontacts__callback {
	width:200px;
	border:none;
	padding:16px 0;
	border-radius:27px;
	background:#ff8e11;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-align:center;
	margin-top:35px;
}

.fcontacts__mail {
	display:inline-block;
	width:200px;
	border:none;
	padding:16px 0;
	margin-top:17px;
	line-height:16px;
	color:#305ce7;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	text-align:center;
	background:#f2f5ff;
	border-radius:27px;
}

.fcontacts__tel {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:22px;
	color:#1f1f1f;
}

.footerBottom p {
	margin:0;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:11px;
	line-height:17px;
	color:#878da3;
}

@media (max-width:1200px) {
	.footerc .col4:nth-child(1) {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
		order:4;
		width:100%;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		-webkit-box-ordinal-group:5;
		-ms-flex-order:4;
		border-top:1px solid #e6ebfa;
		padding-top:25px;
		margin-top:25px;
	}
	.footerc .col4:nth-child(2) {
		order:1;
		width:33.33%;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
	}
	.footerc .col4:nth-child(3) {
		order:2;
		width:33.33%;
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
	}
	.footerc .col4:nth-child(4) {
		order:3;
		width:33.33%;
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
	}
	.footerTop__container {
		border:none;
		margin-bottom:0;
	}
	.footerc {
		padding-top:25px;
	}
	.footerc__logo a {
		display:none;
	}
	.footerc__logo {
		width:60%;
		margin-top:0;
	}
	.social {
		width:33.33%;
		text-align:center;
		margin-top:0;
	}
	.footerc__company-desc {
		margin-top:0;
	}
	.footerc__company-desc br {
		display:none;
	}
	.footerc .location-current {
		display:none;
	}
	.footerc__years {
		width:100%;
		margin-top:25px;
		padding-top:25px;
		border-top:1px solid #e6ebfa;
	}
	.footerBottom {
		margin-top:10px;
	}
}

@media (max-width:767px) {
	.footerc .col4:nth-child(3) {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:column;
		flex-direction:column;
		order:1;
		width:100%;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
	}
	.footerc .col4:nth-child(3) .fmenu-heading {
		order:2;
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
	}
	.footerc .col4:nth-child(3) .fmenu {
		order:3;
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
		margin-bottom:15px;
	}
	.footerc__sections {
		order:1;
		margin:0 -15px 25px -15px;
		padding:0 15px 25px 15px;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		border-bottom:1px solid #e6ebfa;
	}
	.footerc .col4:nth-child(2) {
		order:2;
		width:100%;
		margin:0 -15px 25px -15px;
		padding:0 15px 25px 15px;
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		border-bottom:1px solid #e6ebfa;
	}
	.footerc .col4:nth-child(4) {
		order:3;
		width:100%;
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
	}
	.fcontacts__street {
		margin:0 -15px 25px -15px;
		padding:0 15px 25px 15px;
		border-bottom:1px solid #e6ebfa;
	}
	.fcontacts__callback {
		width:49%;
	}
	.fcontacts__mail {
		width:45%;
		background:none;
	}
	.footerc__logo {
		width:100%;
		margin-bottom:15px;
	}
	.social {
		width:100%;
		text-align:left;
	}
	.footerc__years {
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
	.footerc {
		padding-bottom:25px;
	}
}

.about__desc+a {
	display:inline-block;
	padding:12px 28px;
	border-radius:20px;
	background-color:rgb(26, 91, 240);
	line-height:18px;
	font-weight:600;
	color:#fff;
}

.about__desc+a:hover {
	color:#fff;
}

.about__content+a {
	position:relative;
	color:#0335ac;
	font-weight:600;
}

.about__content+a:after {
	content:'\203A';
	position:absolute;
	top:-2px;
	right:-35px;
	width:22px;
	height:22px;
	color:#fff;
	font-size:18px;
	border-radius:50%;
	background:#ff8e11;
	line-height:20px;
	text-align:center;
}

.ci-form {
	position:relative;
	padding-top:30px;
	background:url(/images/form_bg.jpg) center top no-repeat;
	background-size:100%;
}

.ci-form__h2 {
	font-family:'Montserrat', sans-serif;
	font-size:30px;
	font-weight:700;
	text-align:center;
	color:#fff;
}

.ci-form__p {
	color:#fff;
	font-size:14px;
	line-height:21px;
	text-align:center;
}

.ci-form__p:before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background:url(/images/i.svg) center center no-repeat;
	background-size:contain;
	margin-right:15px;
	vertical-align:text-bottom;
}

.tabs {
	margin-top:20px;
}

.tabs__hdrs {
	overflow:hidden;
}

.tabs__header {
	position:relative;
	padding:15px 55px 15px 80px;
	float:left;
	font-weight:600;
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
	background:#1a5bf0;
	line-height:22px;
	border-radius:0 30px 0 0;
	margin-left:-25px;
	cursor:pointer;
}

.tabs__header.selected {
	z-index:2;
	font-weight:700;
	color:#1c1c1c;
	background:#fff;
}

.tabs__body {
	display:none;
	position:relative;
	z-index:3;
	background:#fff;
	-webkit-box-shadow:0 0px 40px 0px rgba(63, 77, 255, 0.098);
	box-shadow:0 0px 40px 0px rgba(63, 77, 255, 0.098);
	padding-top:35px;
}

.tabs__body.selected {
	display:block;
}

.tabs__body .fileField {
	width:411px;
	height:145px;
	background-size:408px 145px;
	background-size:100% 100%;
	padding-top:60px;
}

.tabs__body .fileField__icon {
	top:50px;
}

.tabs__body .fileField__text {
	color:#1c1c1c;
}

.callbackForm .requestForm__footer {
	padding:20px 0 70px 0;
	background:#fff;
}

.requestForm__colCenter {
	width:360px;
	margin:0 auto;
}

@media (max-width:1023px) {
	.requestForm__colRight {
		padding-left:20px;
	}
}

@media (max-width:767px) {
	.tabs__header {
		padding:15px 45px 15px 50px;
		font-size:16px;
	}
	.requestForm__colCenter {
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
	.tabs__body .fileField {
		width:100%;
		height:auto;
		padding-top:15px;
	}
	.tabs__body .fileField__icon {
		top:15px;
	}
	.ci-form {
		background-size:cover;
	}
}

.popular-block {
	margin:50px 0;
}

.pop-hdrs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/*justify-content:center;*/
}

.pop-header {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:30px;
	/*margin:0 30px;*/
	border-bottom:2px dotted #0335ac;
	padding-bottom:5px;
	cursor:pointer;
	color:#0335ac;
}

.pop-header.selected {
	color:#1c1c1c;
	border-color:#fff;
}

.advantages__title {
	font-weight:700;
}

.pop-bds {
	position:relative;
	margin:25px auto;
}

.pop-body {
	display:none;
}

.pop-body.selected {
	display:block;
}

.pop-slider {
	width:1000px;
	margin:0 auto;
}

.pop-marks {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.pop-mark {
	width:100%;
	height:190px;
	padding:0 20px;
	margin-bottom:35px;
}

.pop-mark:last-child {
	margin-bottom:0;
}

.pop-mark__link {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	width:100%;
	height:100%;
	border:1px solid rgb(223, 225, 255);
	padding:20px;
}

.pop-mark__link:focus,
.pop-mark__link:hover {
	border-color:rgb(26, 91, 240);
}

.pop-mark__img {
	width:210px;
	height:100%;
	overflow:hidden;
}

.pop-mark__img img {
	width:100%;
	height:100%;
	-o-object-fit:contain;
	object-fit:contain;
}

.pop-mark__title {
	padding-left:50px;
	font-weight:600;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	color:#0335ac;
	margin-top:25px;
}

.pop-mark__button {
	position:absolute;
	right:0;
	bottom:0;
	padding:15px 30px;
	color:#fff;
	font-weight:600;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	background:#1a5bf0;
	border-radius:30px 0 0 0;
	cursor:pointer;
}

.pop-products {
	/*margin-left:-15px;
  margin-right:-15px;
  */
}

.pop-product {
	position:relative;
	/*width:257px;*/
	/* height:455px; */
	border:1px solid #dfe1ff;
	padding:20px 20px 24px;
	/*margin:0 15px;*/
}

.popular-block .pop-product {
	width:270px;
}

.pop-product:hover,
.pop-product:focus {
	border-color:#1a5bf0;
}

.pop-product__image {
	height:220px;
	overflow:hidden;
	margin-bottom:15px;
}

.pop-product__image img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.catalog-section-slider .pop-product__image img {
	max-width:181px;
	margin:auto;
}

.pop-product__title {
	display:block;
	height:80px;
	overflow:hidden;
	color:#0335ac;
	font-size:14px;
	font-family:'Montserrat', sans-serif;
	font-weight:600;
	line-height:20px;
	text-decoration:none;
	margin-bottom:15px;
}

.index-product-day-wrap .pop-product__title {
	height:auto;
}

.pop-product__footer {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	margin-top:19px;
}

.catalog-section-slider .pop-product__footer {
	margin-top:auto;
	padding-top:19px;
}

.pop-product__cart {
	border:none;
	padding:11px 20px;
	color:#fff;
	font-weight:700;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	background:#1a5bf0;
	border-radius:40px;
	cursor:pointer;
}

.pop-product .product__priceValue {
	height:27px;
	font-weight:700;
	font-size:18px;
	margin-top:6px;
	line-height:27px;
}

.pop-product__options {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	margin-top:15px;
}

.pop-product__options .product__price {
	padding-left:0;
}

.pop-product__options .product__count {
	width:90px;
	padding-top:0;
}

.pop-product__available {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	padding:2px 7px;
	font-weight:500;
	font-size:11px;
	border-radius:10px;
}

.pop-product__available.-instock {
	color:#04e874;
	background:rgba(28, 209, 144, 0.1);
}

.pop-product__available.-outofstock {
	color:#ff8e11;
	background:rgba(255, 142, 17, 0.1);
}


/*
.pop-product__available.-instock:after {
  content:'?';
  display:inline-block;
  width:20px;
  height:20px;
  line-height:20px;
  color:#fff;
  font-weight:600;
  border-radius:50%;
  background-color:#04e874;
  text-align:center;
  margin-left:5px;
}

.pop-product__available.-outofstock:after {
  content:'?';
  display:inline-block;
  width:20px;
  height:20px;
  line-height:20px;
  color:#fff;
  font-weight:600;
  border-radius:50%;
  background-color:#ff8e11;
  text-align:center;
  margin-left:5px;
}*/

.pop-bds .owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	top:50%;
	right:-50px;
	width:30px;
	height:20px;
	border:none;
	padding:0;
	background:url(/images/arrow-left.svg) center center no-repeat;
	margin-top:10px;
}

.pop-bds .owl-carousel .owl-nav button.owl-next {
	position:absolute;
	top:50%;
	right:-50px;
	width:30px;
	height:20px;
	border:none;
	padding:0;
	background:url(/images/arrow-left.svg) center center no-repeat;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-top:-30px;
}

@media (max-width:1200px) {
	.pop-bds .owl-carousel .owl-nav button.owl-next,
	.pop-bds .owl-carousel .owl-nav button.owl-prev {
		position:static;
		margin:20px;
	}
	.pop-bds .owl-nav {
		text-align:center;
	}
	.pop-product__image {
		height:150px;
	}
	.pop-slider {
		width:100%;
	}
	.pop-mark {
		padding:0;
	}
	.pop-hdrs {
		justify-content:space-around;
		-ms-flex-pack:distribute;
	}
	.pop-header {
		margin:0;
	}
}

@media (max-width:767px) {
	.pop-header {
		margin:0 10px;
		font-size:17px;
	}
	.pop-product {
		height:390px;
	}
	.index-product-day-wrap .pop-product {
		height:auto;
	}
}

.advantages__title {
	padding:0;
}

.link-list {
	background:url(/images/bg.jpg) center top no-repeat;
	background-size:100%;
	padding-top:40px;
}

.link-list h2 {
	margin:0 0 30px 0;
	padding:0;
	color:#fff;
	font-weight:700;
	font-size:30px;
	text-align:center;
}

.link-list__block {
	min-height:500px;
	padding:40px 60px;
	background:#fff;
	-webkit-box-shadow:0 0px 40px 0px rgba(63, 77, 255, 0.098);
	box-shadow:0 0px 40px 0px rgba(63, 77, 255, 0.098);
}

@media (max-width:1600px) {
	.link-list__block {
		min-height:400px;
	}
}

@media (max-width:1440px) {
	.link-list__block {
		min-height:350px;
	}
}

@media (max-width:1380px) {
	.link-list__block {
		min-height:300px;
	}
}

@media (max-width:1024px) {
	.link-list__block {
		min-height:1px;
	}
}

.cat-select__list {
	display:none;
	position:absolute;
	top:39px;
	left:-1px;
	min-width:calc(100% + 2px);
	border:1px solid #0234ab;
	padding:20px 20px 20px 0;
	border-top:none;
	border-radius:0 0 20px 20px;
	background:#fff;
}

.link-list__ul {
	max-height:215px;
	overflow:auto;
	margin:0;
	padding:0;
	list-style-type:none;
}

.link-list__ul::-webkit-scrollbar {
	width:4px;
	border-radius:2px;
}

.link-list__ul::-webkit-scrollbar-track {
	background-color:#fff;
	border-left:4px dotted #dde7ff;
}

.link-list__ul::-webkit-scrollbar-thumb {
	background-color:#1c5bf0;
	outline:none;
}

.link-list__ul:before {
	content:'';
	position:absolute;
	top:5px;
	left:20px;
	width:190px;
	height:1px;
	background:#dfe1ff;
}

.link-list__ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	padding:0 0 10px 20px;
	-webkit-box-align:center;
	-ms-flex-align:center;
}

.link-list__ul li:hover,
.link-list__ul li:focus {
	background:#e8eefd;
}

.link-list__ul img {
	width:30px;
	margin-right:15px;
}

.link-list__ul span {
	color:#0234ab;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:600;
}

.cat-select {
	display:inline-block;
	position:relative;
	z-index:10;
	min-width:230px;
	border:1px solid #0234ab;
	padding:0 45px 0 20px;
	border-radius:20px;
	cursor:pointer;
	background:#fff;
	margin-right:55px;
}

.cat-select.opened {
	border-radius:20px 20px 0 0;
	border-bottom:none;
}

.cat-select:after {
	content:'';
	position:absolute;
	top:18px;
	right:17px;
	width:10px;
	height:6px;
	background:url(/images/arrow-down.svg) no-repeat;
	background-size:100% 100%;
}

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

.cat-select__current img {
	width:30px;
	margin-right:15px;
}

.cat-select__current span {
	font-family:'Open Sans';
	font-size:13px;
	font-weight:600;
	color:#0234ab;
}

.link-list__linkall {
	display:inline-block;
	position:relative;
	color:#0335ac;
	font-weight:600;
	line-height:42px;
	vertical-align:top;
	font-size:14px;
}

.link-list__linkall:after {
	content:'\203A';
	position:absolute;
	top:9px;
	right:-35px;
	width:22px;
	height:22px;
	color:#fff;
	font-size:18px;
	border-radius:50%;
	background:#ff8e11;
	line-height:20px;
	text-align:center;
}

.link-list__top {
	margin-bottom:30px;
}

.link-list__content {
	display:none;
}

.link-list__content.selected {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	/*height:285px;
  overflow:auto;
  -webkit-columns:4;
	-moz-columns:4;
	columns:4;
	-webkit-column-gap:5px;
	-moz-column-gap:5px;
	column-gap:5px;*/
}


/*
.link-list__content::-webkit-scrollbar {
	width:4px;
  border-radius:2px;
}
.link-list__content::-webkit-scrollbar-track {
  background-color:#fff;
  border-left:4px dotted #dde7ff;
}
.link-list__content::-webkit-scrollbar-thumb {
  background-color:#1c5bf0;
  outline:none;
}*/

.lcolumn {
	width:25%;
}

.link-list__item {
	display:block;
	color:#0234ab;
	font-size:14px;
	font-weight:400;
	font-family:'Montserrat', sans-serif;
	margin-bottom:15px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	break-inside:avoid;
	page-break-inside:avoid;
}

@media (max-width:1024px) {
	.lcolumn {
		width:33.33%;
	}
}

@media (max-width:820px) {
	.lcolumn {
		width:50%;
	}
}

@media (max-width:767px) {
	.lcolumn {
		width:100%;
	}
	.link-list {
		background-size:cover;
	}
}

.search-overlay {
	display:none;
	position:fixed;
	z-index:1000;
	top:60px;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.01);
	/*-webkit-backdrop-filter:blur(30px);
  backdrop-filter:blur(30px);  */
	background-color:rgba(0, 0, 0, 0.5);
}


/*
.search-overlay {
  background-color:rgba(255, 255, 255, .9);
}

@supports ((-webkit-backdrop-filter:blur(2em)) or (backdrop-filter:blur(2em))) {
  .search-overlay {
	background-color:rgba(255, 255, 255, 0.01);
	-webkit-backdrop-filter:blur(30px);
	backdrop-filter:blur(30px);
  }
}*/

.slider-nav .slick-dots li button {
	position:relative;
	width:18px;
	height:18px;
	border:2px solid rgba(0, 0, 0, 0);
	background:none;
	border-radius:50%;
}

.slider-nav .slick-dots li button:before {
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	width:6px;
	height:6px;
	background:#fff;
	border-radius:50%;
}

.slider-nav .slick-dots li button:hover {
	background:none;
}

.slider-nav .slick-dots li.slick-active button {
	border:2px solid #fff;
	background:none;
}

.slider-nav .slick-dots li.slick-active button:before {
	top:3px;
	left:3px;
	width:8px;
	height:8px;
	background:#ff8e11;
}

.slider-nav .slick-dots li button:hover:before {
	top:3px;
	left:3px;
	width:8px;
	height:8px;
	background:#fff;
}

.slider-btns-panel {
	background:none;
}

.slider-btns-panel .slick-arrow.slick-prev {
	width:7px;
	height:14px;
	background:url(/images/sl_arrow.svg) no-repeat;
	background-size:contain;
}

.slider-btns-panel .slick-arrow.slick-next {
	width:7px;
	height:14px;
	background:url(/images/sl_arrow_or2.svg) no-repeat;
	background-size:contain;
}

.slider-btns-panel .slick-arrow.slick-prev:hover,
.slider-btns-panel .slick-arrow.slick-prev:focus {
	background:url(/images/sl_arrow2.svg) no-repeat;
	background-size:contain;
}

.slider-btns-panel .slick-arrow.slick-next:hover,
.slider-btns-panel .slick-arrow.slick-next:focus {
	background:url(/images/sl_arrow_or.svg) no-repeat;
	background-size:contain;
}


/*
.slider-item-link {

}
.slider-item-title {
  margin-top:50%;
  padding:50px 100px 50px 50px;
  background:#305CE7;
  border-radius:0 100px 0 0;
  width:50%;
  height:50%;
  top:auto;
  margin:0;

  font-family:'Montserrat', sans-serif;

  font-weight:700;
  font-size:35px;
  line-height:37px;
}
.slider-cont {
  height:100%;
  min-height:100%;
}*/

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

.flex-row {
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
}

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

.justify-content-start {
	justify-content:flex-start;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
}

.justify-content-end {
	justify-content:flex-end;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
}

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

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

.justify-content-around {
	justify-content:space-around;
	-ms-flex-pack:distribute;
}

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

.align-items-end {
	align-items:flex-end;
	-webkit-box-align:end;
	-ms-flex-align:end;
}

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

.align-items-baseline {
	align-items:baseline;
	-webkit-box-align:baseline;
	-ms-flex-align:baseline;
}

.align-items-stretch {
	align-items:stretch;
	-webkit-box-align:stretch;
	-ms-flex-align:stretch;
}

.btn__slider {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	/*font-size:12px;
	font-weight:500;
	color:white;
	height:35px;
	width:150px;
	text-align:center;
	padding:10px;
	border-radius:3px;
	background:linear-gradient(to bottom, #45bc59, #0D9404);*/
}
.btn__slider:hover {
	color:white;
}
@media (max-width:659px){
	.btn__slider {
		left:0;
		right:0;
		margin:auto;
	}
}

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

.flex-shrink-1 {
	flex-shrink:1;
	-ms-flex-negative:1;
}

.mr-auto {
	margin-right:auto;
}

.ml-auto {
	margin-left:auto;
}

.flex-wrap,
.row.d-flex.flex-wrap {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.row.d-flex {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
}

.col-12 {
	padding-left:15px;
	padding-right:15px;
}

.index-catalog {
	background:rgba(48, 92, 231, 0.05);
	padding-bottom:66px;
}

.index-catalog__list.row>div {
	margin:0 0 -1px -1px;
	padding:0;
}

.index-catalog-item>a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	min-height:209px;
	border:1px solid #e6ebfa;
	padding:25px 30px 30px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-transition:all ease 0.2s;
	transition:all ease 0.2s;
	color:#000;
}

.index-catalog-item>a:hover,
.index-catalog-item>a:focus {
	background-color:#fff;
	-webkit-box-shadow:0 0 30px rgba(48, 92, 231, 0.1);
	box-shadow:0 0 30px rgba(48, 92, 231, 0.1);
	color:#305ce7;
}

.index-catalog-item__title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	font-style:normal;
	font-weight:600;
	font-size:16px;
	line-height:1.25;
}

.index-catalog-item__title svg {
	margin-left:auto;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateX(-25px);
	-ms-transform:translateX(-25px);
	transform:translateX(-25px);
	-webkit-transition:all ease-in 0.25s;
	transition:all ease-in 0.25s;
}

.index-catalog-item>a:hover svg,
.index-catalog-item>a:focus svg {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-webkit-transition:all ease-out 0.25s;
	transition:all ease-out 0.25s;
}

.index-catalog-item__image {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:86px;
	height:86px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	margin-top:auto;
	background:#f5f7fe;
	border-radius:50%;
}

.index-catalog-item__image img {
	display:block;
	max-width:80px;
	height:auto;
	mix-blend-mode:multiply;
}

@media (max-width:659px) {
	.index-catalog>.container {
		padding:0;
	}
	.index-catalog__list.row>div {
		width:100%;
		margin:0 0 -1px;
		float:none;
	}
	.index-catalog-item>a {
		-ms-flex-direction:row;
		flex-direction:row;
		min-height:auto;
		padding:15px;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
	}
	.index-catalog-item__image {
		order:0;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
		margin-right:14px;
	}
	.index-catalog-item__title {
		-ms-flex:1;
		flex:1;
		order:1;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		-webkit-box-flex:1;
	}
	.index-catalog-item__title svg {
		opacity:1;
		visibility:visible;
		-webkit-transform:translateX(-10px);
		-ms-transform:translateX(-10px);
		transform:translateX(-10px);
	}
	.index-catalog-item__title svg path {
		fill:#e6ebfa;
		stroke:#e6ebfa;
	}
}

.top-title {
	margin:43px 0 34px;
	padding-left:0;
	font-family:'Montserrat', sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:28px;
	line-height:1.2;
	color:#1f1f1f;
}

.top-title--nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
}

.top-title--nav .owl-controls {
	margin-left:auto;
}

@media (max-width:991px) {
	.index-catalog-item__title {
		font-size:14px;
	}
	.index-catalog-item__image {
		width:56px;
		height:56px;
	}
	.top-title {
		margin:0 0 0 27px;
		padding-top:24px;
		font-size:24px;
	}
}

.popular-catalog {
	/* background-color:rgba(48, 92, 231, 0.05); */
	padding-top:1px;
}

.popular-catalog>.container {
	border-bottom:1px solid #e1e8fe;
}

.popular-catalog__list {
	/* display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; */
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	margin-left:-15px;
	margin-right:-15px;
}

.popular-catalog-item {
	width:33.3333%;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
	float:left;
}

.popular-catalog-item__link {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	min-height:300px;
	overflow:hidden;
	padding:28px 40px;
	background-color:#f5f7fe;
	font-family:'Montserrat', sans-serif;
	font-style:normal;
	font-weight:600;
	font-size:18px;
	line-height:1.556;
	color:#000;
}

.popular-catalog-item__link:before,
.popular-catalog-item__link:after {
	content:'';
	position:absolute;
	border:1px solid rgba(255, 255, 255, 0.2);
	border-radius:50%;
}

.popular-catalog-item__link:before {
	top:-56px;
	left:-46px;
	width:133px;
	height:133px;
}

.popular-catalog-item__link:after {
	top:-106px;
	left:-96px;
	width:233px;
	height:233px;
}

.popular-catalog-item__link:hover,
.popular-catalog-item__link:focus {
	background-color:#ff8e11;
	color:#fff;
}

.popular-catalog-item__image {
	position:absolute;
	right:0;
	bottom:0;
	max-width:192px;
	height:auto;
	mix-blend-mode:multiply;
}

.popular-catalog__list--5 .popular-catalog-item:nth-child(4),
.popular-catalog-item:nth-child(4) {
	width:66.6666%;
}

.popular-catalog__list--4 .popular-catalog-item:nth-child(1) .popular-catalog-item__link {
	min-height:630px;
}

.popular-catalog__more {
	text-align:center;
}

.popular-catalog__more>span {
	display:inline-block;
	border-bottom:1px dashed #a0a0a0;
	font-style:normal;
	font-weight:700;
	font-size:14px;
	line-height:1.21;
	color:#305ce7;
	margin-top:10px;
	margin-bottom:40px;
	cursor:pointer;
}

.popular-catalog__more>span:hover,
.popular-catalog__more>span:focus {
	border-bottom-color:transparent;
}

@media (max-width:991px) {
	.popular-catalog-item__link {
		font-size:16px;
	}
}

@media (max-width:659px) {
	.popular-catalog-item {
		width:100%;
		padding-bottom:15px;
	}
	.popular-catalog__list--5 .popular-catalog-item:nth-child(4),
	.popular-catalog-item:nth-child(4) {
		width:100%;
	}
	.popular-catalog-item__link {
		min-height:96px;
	}
	.popular-catalog-item__link:before,
	.popular-catalog-item__link:after {
		display:none;
	}
	.popular-catalog-item__image {
		width:auto;
		height:90%;
	}
	.top-title--nav .owl-controls {
		display:none;
	}
}

.index-manufacturers {
	padding:30px 0 77px;
	background:rgba(48, 92, 231, 0.05);
}

.manufacturers-list__item>a {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:94px;
	padding:15px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	/*background-color:#fff;*/
}

.manufacturers-list.owl-carousel .owl-item img {
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}

.custom-nav.owl-nav button {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border:0;
	padding:0;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	background:#f5f7fe;
	border-radius:50%;
	line-height:1;
	margin-left:13px;
}

@media (max-width:991px) {
	.index-manufacturers {
		padding:1px 0 30px;
	}
	.manufacturers-list__item>a {
		width:128px;
		height:71px;
	}
}


/*Contacts NEW >>>>>*/

:root {
	--main-color__orange:#FF8E11;
	--main-color__blue:#305CE7;
}

.main_contact {
	background:#F5F7FE;
}

.section {
	max-width:1200px;
	padding-right:0 !important;
	padding-left:0 !important;
	margin-right:auto;
	margin-left:auto;
}

.wrap-content {
	display:grid;
	grid-template-columns:270px 1fr;
	grid-gap:30px;
	padding-bottom:66px;
}


/*Аккордеон >>>>>>*/


/* секции аккордеона */

.wrap-content__left-menu {
	position:relative;
}

.wrap-content__left-menu.active_block {}


/* заголовки панелей аккордеона */

.wrap-content__left-menu-title {
	font-size:14px;
	font-weight:600;
	color:#305ce7;
	cursor:pointer;
	background-color:#ffffff;
	padding:15px 44px 15px 20px;
	-webkit-transition:all .2s linear 0;
	-webkit-transition-delay:.2s 0;
	transition:all .2s linear 0s;
	margin:0;
}
.wrap-content__left-menu-title svg {
	margin-right:15px;
	vertical-align:top;
}


/* переключатель панелей, положение вниз */

.wrap-content__left-menu-title:before {
	content:'';
	height:10px;
	width:10px;
	display:block;
	border:2px solid #305CE7;
	border-right-width:0;
	border-top-width:0;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	position:absolute;
	right:15px;
	top:15px;
}


/* активный переключатель, положение вверх */

.wrap-content__left-menu_active .wrap-content__left-menu-title:before {
	border:2px solid #305CE7;
	border-left-width:0;
	border-bottom-width:0;
	top:21px;
}


/* заголовок активного блока  */

.wrap-content__left-menu_active .wrap-content__left-menu-title {
	background-color:#fff;
	color:#305CE7;
}


/* блоки с содержанием */

.wrap-content__left-menu-list {
	display:none;
	overflow:hidden;
}


/*<<<< Аккордеон*/

.wrap-content__left-menu>ul {
	list-style:none;
	padding:0;
	margin:0;
	background:#fff;
}

.wrap-content__left-menu>ul .left-menu__item .left-menu__link {
	font-weight:600;
	color:#000;
	padding:20px 30px;
	display:block;
	border:1px solid #fff;
}

.wrap-content__left-menu>ul .left-menu__item .left-menu__link:hover {
	color:#305CE7;
}

.wrap-content__left-menu>ul .left-menu__item .left-menu__link.active {
	background:#F5F7FE;
	color:#305CE7;
	border-left:1px solid #305CE7;
	border-right:1px solid #F5F7FE;
	border-bottom:1px solid #F5F7FE;
}

.wrap-content__contact-block {
	-webkit-box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	-moz-box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
}

.wrap-content__contact-items {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:45px 60px;
	padding:60px 45px;
	background:#FBFBFF;
}

.wrap-content__contact-phone,
.wrap-content__contact-email,
.wrap-content__contact-shedule,
.wrap-content__contact-address {
	display:grid;
	grid-row-gap:5px;
	position:relative;
	padding-left:38px;
}

.affiliate-data .wrap-content__contact-phone,
.affiliate-data .wrap-content__contact-email,
.affiliate-data .wrap-content__contact-shedule,
.affiliate-data .wrap-content__contact-address {
	display:block;
	margin-bottom:15px;
}

.wrap-content__contact-items .contact-block__span-first {
	font-size:18px;
	font-weight:700;
}

.wrap-content__contact-items .contact-block__span-first a {
	text-decoration:none;
	color:inherit;
}

.wrap-content__contact-items .contact-block__span-last {
	font-size:13px;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
}

.wrap-content__contact-phone:before,
.wrap-content__contact-email:before,
.wrap-content__contact-shedule:before,
.wrap-content__contact-address:before {
	content:'';
	position:absolute;
	width:24px;
	height:24px;
	background-size:100%;
	left:0;
	top:0;
}

.wrap-content__contact-phone:before {
	background:url(/images/phone.svg) center center no-repeat;
}
.wrap-content__contact-email:before {
	background:url(/images/email.svg) center center no-repeat;
}
.wrap-content__contact-shedule:before {
	background:url(/images/shedule.svg) center center no-repeat;
}
.wrap-content__contact-address:before {
	background:url(/images/address.svg) center center no-repeat;
}

.wrap-content__contact-feedback {}

.wrap-content__contact-feedback a,
.wrap-content__contact-feedback button {
	padding:16px 0;
	border:none;
	width:244px;
	color:#fff;
	font-size:14px;
	display:inline-block;
	text-align:center;
	background:var(--main-color__orange);
	border-radius:27px;
	font-weight:600;
}

.wrap-content__contact-map {}

.wrap-content__contact-map img {}

.wrap-content__contact-text {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	padding:60px 45px;
	line-height:23px;
	background:#fff;
}


/*<<<<< Contacts NEW*/


.offers-finished-item {
	margin-top:35px;
}
.offers-finished .offers-finished-item:first-child {
	margin-top:0;
}
.offers-finished-name {
	font-size:120%;
	font-weight:700;
}
.offers-finished-activity{
	margin-top:5px;
	font-size:90%;
}

.main-offers.categories-main {
	width:100%;
	margin:0 0 70px;
}

/*Delivery NEW >>>>>*/

.wrap-content__delivery-tabs-content {
	display:none;
	/* по умолчанию прячем все блоки */
}

.wrap-content__delivery-tabs-content.active {
	display:block;
	/* по умолчанию показываем нужный блок */
}

.wrap-content__delivery-tabs-block {
	overflow:hidden;
}

.wrap-content__delivery-tabs {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-flex;
	background:linear-gradient(180deg, #FFFFFF 0%, #DFE4F4 100%);
	border-radius:0 24px 0 0;
	overflow:hidden;
	
}

.wrap-content__delivery-tabs-item {
	padding:15px 40px;
	border-radius:0 24px 0 0;
	background:linear-gradient(180deg, #FFFFFF 0%, #DFE4F4 100%);
	font-size:14px;
	font-weight:600;
	color:#000;
	position:relative;
	z-index:2;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	display:flex;
	align-items:center;
}
.wrap-content__delivery-tabs-item a {
	color:#000;
}
.wrap-content__delivery-tabs-item.active {
	margin-left:-20px;
	padding-left:60px;
	background:#305ce7;
	color:#fff;
	z-index:1;
}
.wrap-content__delivery-tabs-item.active a {
	color:#fff;
}

.wrap-content__pickup-block {
	-webkit-box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	-moz-box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	background:#fff;
}

.wrap-content__pickup-description {
	background:#FBFBFF;
	position:relative;
	display:grid;
	grid-template-columns:103px 1fr;
	padding:50px;
	grid-gap:35px;
}

.wrap-content__pickup-description-first {
	content:'';
	position:relative;
	width:103px;
	height:103px;
	background-size:100%;
	left:0;
	top:0;
	background:url(/images/delivery_pickup.svg) center center no-repeat;
}

.wrap-content__pickup-description-second {
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	line-height:23px;
	font-weight:500;
}

.wrap-content__pickup-stock {
	padding:25px 50px 0;
}

.wrap-content__h3 {
	font-size:30px;
	margin:0;
	font-weight:700;
}

.wrap-content__pickup-stock-block {
	border-top:1px solid #F1F1F1;
	margin-top:20px;
}

.wrap-content__address {
	padding-top:25px;
}

.wrap-content__address-title {
	font-size:18px;
	font-weight:600;
	padding-bottom:5px;
}

.wrap-content__address-select-block {
	position:relative;
	display:block;
	width:100%;
}

.wrap-content__address-input {}

.wrap-content__address-select {
	width:100%;
	max-width:100%;
	padding-top:10px;
	font-size:14px;
	line-height:18px;
	color:#305CE7;
	cursor:pointer;
	font-weight:600;
}

.wrap-content__address-select::after {
	width:36px;
	height:36px;
	background:url(/images/address-arrow.svg) center center no-repeat;
	position:absolute;
	right:0;
	bottom:50%;
	transform:translateY(50%);
	content:'';
	display:block;
	transition:.2s ease-in;
}

.wrap-content__address-select.open::after {
	transform:translateY(50%) rotate(180deg);
}

.wrap-content__address-list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#F6F8FE;
	box-shadow:0 12px 24px rgba(48, 92, 231, 0.1);
	margin-top:5px;
	max-height:350px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:100;
	font-size:14px;
	/*color:#424348;*/
	scrollbar-color:dark;
	scrollbar-width:thin;
	overscroll-behavior:contain;
}

.wrap-content__address-list::-webkit-scrollbar {
	width:3px;
	background-color:#fff;
	padding:5px;
}

.wrap-content__address-list::-webkit-scrollbar-thumb {
	border-radius:3px;
	background-color:#E6EBFA;
}

.wrap-content__address-item {
	font-family:'Montserrat', sans-serif;
	font-size:13px;
	line-height:23px;
	color:#878DA3;
	position:relative;
	border-top:1px solid rgba(224, 229, 231, 0.5);
	padding:17px 10px 17px 50px;
	cursor:pointer;
	list-style-type:none;
	font-weight:500;
}

.wrap-content__address-item:before {
	content:'';
	position:absolute;
	width:24px;
	height:24px;
	background:url(/images/address_grey.svg) center center no-repeat;
	background-size:100%;
	left:20px;
	top:20px;
}

.wrap-content__address-item:hover.wrap-content__address-item:before {
	background:url(/images/address.svg) center center no-repeat;
}

.wrap-content__address-item:hover {
	color:#305CE7;
}

.wrap-content__address-map {
	padding-top:20px;
}

.wrap-content__pickup-pvz {
	padding:25px 50px 0;
}

.wrap-content__pickup-pvz-description {}

.pickup-pvz-description-text {
	font-family:'Montserrat', sans-serif;
	padding:15px 0;
	font-size:14px;
	line-height:23px;
	font-weight:500;
}

.pickup-pvz-description-quote {
	font-size:14px;
	line-height:23px;
	font-weight:500;
	position:relative;
	border-left:3px solid var(--main-color__orange);
	;
	padding:12px 20px;
}

.pickup-pvz-description-quote span {
	color:var(--main-color__orange);
}

.wrap-content__pickup-pvz-block {
	padding-top:40px;
}

.pickup-pvz-block__tabs {
	margin:0;
	padding:0;
	list-style:none;
	display:grid;
	grid-template-columns:134px 134px;
	grid-gap:16px;
}

.pickup-pvz-block__tabs-item {
	background:#F5F6FE;
	width:134px;
	height:56px;
	border:2px solid #F5F6FE;
	border-radius:10px;
	cursor:pointer;
	display:grid;
	justify-content:center;
	align-content:center;
}

.pickup-pvz-block__tabs-item.active {
	background:#FFFFFF;
	border:2px solid #305CE7;
}

.pickup-pvz-block__tabs-item img {
	pointer-events:none;
}

.pickup-pvz-block__content {
	display:none;
}

.pickup-pvz-block__content.active {
	display:block;
}

.pickup-pvz-block__content-cdek {}

.pickup-pvz-block__content-dellin {}

.wrap-content__pickup-text {
	padding:25px 50px;
	line-height:23px;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
}
.wrap-content__pickup-text > *:last-child {
	margin-bottom:0;
}

.wrap-content__pickup-text span {
	font-weight:600;
}

.wrap-content__delivery-block {
	-webkit-box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	-moz-box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	box-shadow:0 4px 24px rgba(2, 52, 171, 0.05);
	background:#fff;
}

.wrap-content__delivery-description {
	background:#FBFBFF;
	position:relative;
	display:grid;
	grid-template-columns:103px 1fr;
	padding:50px;
	grid-gap:35px;
}

.wrap-content__delivery-description-first {
	content:'';
	position:relative;
	width:110px;
	height:110px;
	background-size:100%;
	left:0;
	top:0;
	background:url(/images/delivery_delivery.svg) center center no-repeat;
}

.wrap-content__delivery-description-second {
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	line-height:23px;
	font-weight:500;
}

.wrap-content__delivery-partners-block {
	padding:25px 60px;
}

.wrap-content__delivery-partners {
	padding-top:40px;
	display:grid;
	grid-template-columns:134px 134px 134px;
	grid-gap:16px;
}

.delivery-partners__item {
	background:#F5F6FE;
	height:56px;
	border:2px solid #F5F6FE;
	border-radius:10px;
	display:grid;
	justify-content:center;
	align-content:center;
}

.delivery-partners__item img {
	pointer-events:none;
}


/*<<<<< Delivery NEW*/

/*>>>>> Payments NEW*/

.wrap-content__pickup-pvz--items {
	display:grid;
	grid-gap:50px;
}
.pickup-pvz-item {
	display:grid;
	grid-template-columns:200px 1fr;
	grid-gap:30px;
}
.pickup-pvz-item__desc {
	font-family:'Montserrat', sans-serif;
	padding:15px 0;
	font-size:14px;
	line-height:23px;
	font-weight:500;
}
.payment-pvz-item__desc {
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	line-height:23px;
	font-weight:500;
}
.pickup-pvz-item__icon {
	background:#F5F6FE;
	height:70px;
	border:2px solid #F5F6FE;
	border-radius:10px;
	display:grid;
	justify-content:center;
	align-content:center;
	padding:5px;
}
.pickup-pvz-item__icon img {
	pointer-events:none;
}

/*<<<<< Payments NEW*/


@media (max-width:1240px) {
	.section {
		margin-right:20px;
		margin-left:20px;
	}
}

@media (max-width:1240px) {
	.wrap-content__pickup-text {
		padding:25px 40px;
	}
	.wrap-content__pickup-stock,
	.wrap-content__pickup-pvz {
		padding:25px 50px 0;
	}
}

@media (min-width:992px) {
	.wrap-content__left-menu-list {
		display:block !important;
	}
	.wrap-content__left-menu-title {
		display:none;
	}
}

@media (min-width:991px) and (max-width:1160px) {
	.wrap-content__delivery-tabs-item {
		padding:15px 20px;
	}
	.wrap-content__delivery-tabs-item.active {
		padding-left:40px;
	}
}

@media (max-width:991px) {
	.wrap-content {
		display:block;
	}
	.wrap-content__left-menu {
		margin-bottom:20px;
	}
	.wrap-content__left-menu>ul .left-menu__item .left-menu__link.active {
		border:none;
	}
	.wrap-content__left-menu>ul .left-menu__item .left-menu__link {
		padding:20px 35px;
	}
	.wrap-content__left-menu>ul .left-menu__item:first-child {
		box-shadow:inset 0px 4px 24px -7px rgba(2, 52, 171, 0.05);
	}
	.wrap-content__contact-items {
		padding:25px 35px;
	}
	.wrap-content__contact-text {
		padding:15px;
	}
	.wrap-content__pickup-description,
	.wrap-content__delivery-description {
		padding:25px;
	}
	.wrap-content__pickup-stock,
	.wrap-content__pickup-pvz {
		padding:25px 15px 0 15px;
	}
	.wrap-content__pickup-text,
	.wrap-content__delivery-partners-block {
		padding:15px;
	}
}

@media (max-width:860px) {
	.wrap-content__delivery-tabs {
		display:block;
		background:none;
		border-radius:0;
		overflow:visible;
	}
	.wrap-content__delivery-tabs-item {
		display:inline-block;
		margin:0 10px 10px 0 !important;
		padding:12px 15px !important;
		border-radius:8px;
	}
}

@media (max-width:480px) {
	.wrap-content__left-menu>ul .left-menu__item .left-menu__link {
		padding:20px 11px;
	}
	.wrap-content__left-menu-title {
		padding:15px 44px 15px 11px;
	}
	.wrap-content__contact-items {
		grid-template-columns:1fr;
		padding:30px 15px;
	}
	.wrap-content__contact-feedback a {
		width:100%;
	}
	.wrap-content__h3 {
		font-size:20px;
	}
	.wrap-content__pickup-description,
	.wrap-content__delivery-description {
		grid-template-columns:1fr;
		padding:15px;
	}
	.wrap-content__pickup-description-first,
	.wrap-content__delivery-description-first {
		display:none;
	}
	.wrap-content__delivery-partners-block {
		padding:15px;
	}
	.wrap-content__delivery-partners {
		grid-template-columns:repeat(auto-fill, minmax(134px, 1fr));
	}
	.wrap-content__address-select {
		font-size:13px;
		padding-right:35px;
	}
}

@media (max-width:420px) {
	.pickup-pvz-item {
		grid-template-columns:1fr;
		grid-gap:15px;
	}
}

@media (max-width:375px) {
	.wrap-content__pickup-text {
		padding-top:50px;
	}
}

@media (max-width:359px) {
	.mobile-menu-footer .communication__feedbackButton {
		padding:15px 25px;
	}
}

.preorderProduct-container {
	margin-bottom:20px;
}
.preorderProduct-image {
	float:left;
	max-width:150px;
	max-height:150px;
	margin-right:20px;
}
.preorderProduct-form.response-success > * {
	display:none;
}
.preorderProduct-form.response-success::before {
	content:'Ваш запрос успешно отправлен.';
	display:block;
	width:100%;
	padding:10px 0 50px;
	color:#1da41b;
	font-size:20px;
	text-align:center;
}

.header-info-branches {
	display:-webkit-flex;
	display:flex;
}
.region-phone {
	margin-left:20px;
}
.region-phone a {
	white-space:nowrap;
	color:#000;
}

.action-link {
	margin-top:10px;
}
.action-link a {
	color:#000;
}
.action-link a:hover {
	color:#044ef9;
}

/* response */
.response {
	height:0;
	margin:0;
	padding:0 10px;
	border:1px solid transparent;
	border-radius:10px;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.response.error {
	height:auto;
	margin:15px 0;
	padding:10px;
	border-color:#d00;
	color:#d00;
}
.response.success {
	height:auto;
	margin:15px 0;
	padding:10px;
	border-color:#090;
	color:#090;
}
/* END response */

.error-field {
	box-shadow:0 0 3px 0 #d00;
}
.error-field:hover,
.error-field:focus {
	border-color:#d00;
}
.error-output {
	color:#fa3c3c;
}
.success-output {
	color:#43a047;
}

/* header search */
.header-search {
	height:40px;
	position:relative;
	z-index:100;
}
.header-search .bx-form-control {
	width:100%;
	height:40px;
	box-shadow:none !important;
	border:2px solid #e9ecf6;
	border-radius:5px;
	padding:10px 50px 10px 10px;
	color:#1f1f1f;
	font-family:'Calibri', sans-serif;
	font-size:15px;
	font-style:italic;
	font-weight:500;
	line-height:16px;
}
.bx-ios .header-search .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image:-webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image:linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.header-search button {
	width:48px;
	height:78%;
	margin-top:5px;
	border:none;
	border-left:1px solid #305ce7;
	padding:0;
	padding-top:3px;
	background-color:#fff;
	position:absolute;
	top:0;
	right:2px;
	bottom:0;
	cursor:pointer;
}
.header-search button .icon {
	width:20px;
	height:21px;
}

div.title-search-result {
	display:none;
	min-width:370px;
	margin-top:-3px;
	border-radius:5px;
	border:2px solid #e9ecf6;
	overflow:hidden;
	background-color:#fff;
	z-index:902;
}

div.title-search-fader {
	display:none;
	background-image:url(/images/fader.png);
	background-position:right top;
	background-repeat:repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size:26px;
}

.bx_searche .bx_img_element {
	width:67px;
	padding:5px 10px;
	background:#fafafa;
	position:absolute;
	top:0;
	bottom:0;
}
.bx_searche .bx_item_block {
	min-height:65px;
	position:relative;
}
.bx_searche .bx_image {
	width:45px;
	height:45px;
	border:1px solid #e8e8e8;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.bx_searche .bx_item_element {
	margin-left:70px;
	padding-left:10px;
}
.bx_searche .bx_item_element hr {
	margin:0;
	border:none;
	border-bottom:1px solid #e5e5e5;
}
.bx_searche .bx_item_element a {
	display:inline-block;
	margin-top:10px;
	font-size:13px;
	text-decoration:none;
}
.bx_searche .bx_item_element a b {
	color:#000;
}
.bx_searche .bx_item_element a:hover {
	text-decoration:underline;
}
.bx_item_element_not_available {
	color:#666;
	font-size:12px;
}
.bx_searche .bx_price {
	font-size:13px;
}
.bx_searche .bx_price .old {
	color:#636363;
	text-decoration:line-through;
}
.bx_item_block.all_result {
	min-height:0;
}
.bx_item_block.others_result {
	display:none;
}
.bx_item_block.all_result .all_result_title {
	padding:12px 0;
	color:#a7a7a7;
	font-size:12px;
}
.bx_item_block.all_result .all_result_title a {
	margin-top:0;
	color:#333;
	font-weight:500;
	position:relative;
}
.bx_item_block.all_result .all_result_title a:hover {
	color:#4788cb;
	text-decoration:none;
}
.bx_item_block.all_result .all_result_title a::before {
	content:'';
	width:8px;
	height:8px;
	border-top:2px solid #333;
	border-right:2px solid #333;
	position:absolute;
	left:-35px;
	top:7px;
	transform:rotate(45deg);
	-webkit-transition:border-color .15s;
	-moz-transition:border-color .15s;
	transition:border-color .15s;
}
.bx_item_block.all_result .all_result_title a:hover::before {
	border-color:#4788cb;
}
/* END header search */

/* cookie banner */
.cookie-banner {
	display:none;
	min-width:300px;
	border:1px solid #dfe5ed;
	border-radius:16px;
	padding:16px;
	background-color:#f4f6f9cc;
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
	font-size:13px;
	text-align:center;
	position:fixed;
	bottom:10px;
	left:50%;
	z-index:10000;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
.cookie-banner span {
	font-weight:500;
}
.cookie-banner .button {
	width:136px;
	height:30px;
	margin:16px auto 0;
	padding:0;
	line-height:30px;
	cursor:pointer;
}
/* END cookie banner */

/* action-button */
.action-button {
	display:inline-block;
	margin:20px 0;
	border:2px solid #1a5bf0;
	border-radius:14px;
	padding:0 16px;
	font-size:14px;
	font-weight:600;
	line-height:24px;
	white-space:nowrap;
}
.action-button span {
	color:#ff8e11;
	font-weight:700;
}
/* END action-button */
