.catalog-section-description table {
	border-collapse:collapse;
}

.iframe-wrapper iframe {
	display:block;
	max-width:100%;
	margin:0 auto;
}

.hidden-table {
	display:none;
}

.catalog-section-description table td,
.main-text.catalog-section-description table tr td:first-child {
	border:1px solid black;
	padding:10px 20px;
}

.js-toggle-table {
	position:relative;
	width:100%;
	min-height:30px;
	padding:10px 20px 10px 10px;
	cursor:pointer;
	background:#f1f1f1;
	font-weight:600;
	font-size:16px;
	margin-bottom:20px;
}

.js-toggle-sign {
	position:absolute;
	right:10px;
}

.js-toggle-text {
	position:absolute;
	right:25px;
	font-size:14px;
	line-height:1.3;
}

@media screen and (max-width:1023px) {
	.js-toggle-text {
		display:none;
	}
}

.popupFilterList.js-popup-filter-list.jspScrollable {
	width:auto !important;
	height:auto !important;
}

.popupFilterList.js-popup-filter-list {
	width:100% !important;
}

.popupFilterList.js-popup-filter-list.jspScrollable .jspHorizontalBar {
	display:none;
}

span.pad_ {
	margin-left:20px;
}

.description .catalogList__filterhtml p {
	font-family:MuseoSansCyrl;
	text-indent:0;
	font-size:15px;
	font-weight:bold;
	color:#000;
}

.description .catalogList__filterhtml a {
	font-weight:normal;
}

.catalogMenu .subCatalog__title,
.catalogMenu .catalogDesktop__link {
	font-family:'Montserrat', sans-serif;
	font-weight:700;
}

.comm_block .div {
	margin:15px;
}

.comm_block p {
	text-indent:0;
}

.detailDescription .description {
	font-size:16px;
	line-height:2rem;
}

.menuInner {
	display:block;
	width:100%;
	height:100%;
	padding-top:15px;
}

.select-city__tab.active {
	color:#0234ab !important;
	border-bottom:1px solid #0234ab !important;
}

.select-city__tab:hover {
	color:#044ef9 !important;
}

.select-city__input__comment span {
	color:#0234ab !important;
	border-bottom:1px solid #0234ab !important;
}

.select-city__list_item {
	color:#0234ab !important;
}

.select-city__modal__title span:hover {
	color:#044ef9 !important;
}

.select-city__block__text-city:hover {
	color:#044ef9 !important;
}

.select-city__block__text-city:hover:after {
	border-color:#044ef9 !important;
}

/*#main-slider {
		height:1px;
		overflow:hidden;
		visibility:hidden;
		transition:height 0.2s linear;
}*/

#main-slider {
	height:100%;
	visibility:hidden;
}
#main-slider.slick-initialized {
	visibility:visible;
}
/* #main-slider .slider-btns-panel,
#main-slider .slider-nav {
	display:none !important;
} */

.main-slider-wrap {
	background:rgba(48, 92, 231, 0.05);
	padding-top:30px;
	padding-bottom:30px;
}

.main-slider.slick-slider .slick-list,
.main-slider.slick-slider .slick-track {
	height:100%;
}

.main-slider .slick-slide {
	width:100%;
}

.slider-cont__link {
	display:block;
	z-index:1;
	width:100%;
	height:100%;
}

/*.slick-slider {
		overflow:hidden;
		visibility:hidden;
}
.slick-slider.slick-initialized {
		visibility:visible;
}
.slick-slider .slick-slide {
		overflow:hidden;
		visibility:hidden;
}
.slick-slider .slick-slide:first-of-type {
		visibility:visible;
}
.slick-slider.slick-initialized .slick-slide {
		visibility:visible;
}*/

#js_search-input-loader {
	display:none;
}

.catalog-section-slider.owl-carousel .owl-nav button.owl-next,
.catalog-section-slider.owl-carousel .owl-nav button.owl-prev {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	z-index:15;
	top:25%;
	width:48px;
	height:48px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	line-height:1;
}

.catalog-section-slider.owl-carousel .owl-nav button.owl-prev {
	left:8px;
}

.catalog-section-slider.owl-carousel .owl-nav button.owl-next {
	right:8px;
}

.index-product-day-wrap {
	position:relative;
}

.index-product-day__title {
	display:inline-block;
	position:absolute;
	z-index:11;
	top:0;
	left:15px;
	width:auto;
	margin:0;
	padding:8px 30px;
	background:#ff8e11;
	font-style:normal;
	font-weight:600;
	font-size:14px;
	line-height:20px;
	color:#fff;
	border-bottom-right-radius:18px;
}

.index-product-day-wrap .pop-product {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%;
	border:0;
	padding:40px 30px 30px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
}

.index-product-day-wrap .pop-product__content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex:1;
	flex:1;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-flex:1;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
}

.index-product-day-wrap .catalog-section {
	background:#fff;
	-webkit-box-shadow:0 10px 24px rgba(48, 92, 231, 0.08);
	box-shadow:0 10px 24px rgba(48, 92, 231, 0.08);
}

.index-product-day-wrap .owl-carousel .owl-stage {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height:100%;
}

.catalog-section-slider .owl-item > div {
	height:100%;
}

@media (max-width:991px) and (min-width:680px) {
	.index-product-day-wrap .pop-product {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:row;
		flex-direction:row;
		padding:40px 80px 30px;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
	}

	.index-product-day-wrap .pop-product__image {
		height:auto;
		margin-bottom:0;
		margin-right:60px;
	}

	.index-product-day-wrap .pop-product__image img {
		width:181px;
		height:auto;
		max-height:181px;
		margin:auto;
	}

	.index-product-day-wrap .pop-product__content {
		-ms-flex:1;
		flex:1;
		min-width:1px;
		-webkit-box-flex:1;
	}

	.catalog-section-slider.owl-carousel .owl-nav button.owl-next,
	.catalog-section-slider.owl-carousel .owl-nav button.owl-prev {
		top:50%;
		margin-top:-24px;
	}
}

/* ///////// new ///////// */

.requestForm__dropInfo {
	display:none;
}

.popup {
	left:50% !important;
	-webkit-transform:translateX(-50%) !important;
	transform:translateX(-50%) !important;
}

/* vacancies form */
.vacancies-form {
	padding:0 40px;
}
.vacancies-form .requestForm__colLeft {
	width:100% !important;
	padding-left:0 !important;
}
.vacancies-form .requestForm__messageArea {
	width:100% !important;
}
.vacancies-form .messageField__textarea {
	border:1px solid #bdc4cd;
}
.vacancies-form .response {
	width:100%;
}
/* END vacancies form */

/* vacancies list */
.vacancies-list-item {
	margin:40px 0;
}
.vacancies-list-item-title {
	font-size:120%;
	font-weight:600;
}
.vacancies-list-item-title svg {
	width:13px;
	height:9px;
	margin-left:4px;
	stroke:#305ce7;
	stroke-width:2px;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.vacancies-list-item-title.vacancy-active svg {
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.vacancies-list-item-content {
	display:none;
}
.vacancies-list-item-prop {
	margin:15px 0;
}
.vacancies-list-item-prop-title {
	color:#555;
	font-weight:500;
}
.vacancies-list-item-prop-value {
}
/* END vacancies list */

/* response */
.response {
	height:0;
	margin:0;
	padding:0 10px;
	border:1px solid transparent;
	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;
}

.error-field {
	border-color:#fa3c3c;
}
.error-field:hover,
.error-field:focus {
	border-color:#d00;
}
.error-output {
	color:#fa3c3c;
}
.success-output {
	color:#43a047;
}
/* END response */

/* styled table */
.styled-table {
	width:100%;
	margin:35px 0;
	border-collapse:collapse;
}
.styled-table th {
	padding:10px 20px;
	border:1px solid #fff;
	background-color:#0f37a8;
	color:#fff;
	text-align:left;
}
.styled-table td {
	padding:10px 20px;
	border:1px solid #fff;
	background-color:#f6f7f9;
}
/* END styled table */

@media (max-width:1200px) {
	.main-slider-wrap {
		padding:0;
	}
	.main-slider-wrap .container {
		margin:0;
	}
}

@media (max-width:767px) {
	.vacancies-form {
		padding-bottom:20px;
	}
}

@media (max-width:450px) {
	.styled-table td {
		padding:8px 12px;
		word-wrap:anywhere;
	}
}

.simple-checkbox-wrapper {
	margin:24px 0;
	text-align:center;
}
.simple-checkbox {
	-webkit-appearance:checkbox;
	-moz-appearance:checkbox;
	appearance:checkbox;
	width:14px;
	height:14px;
	margin-right:8px;
	vertical-align:text-bottom;
}
.simple-checkbox.error {
	box-shadow:0 0 0 2px rgb(209, 9, 16);
}
.simple-checkbox.error:checked {
	box-shadow:none;
}
label.has-error {
	color:rgb(209, 9, 16);
}

.promo-list-wrapper {
	padding:30px 0;
	background-color:white;
}
.promo-list {
	max-width:800px;
	margin:0 auto;
}
.promo-list .product {
	display:-webkit-flex;
	display:flex;
	width:auto !important;
	max-width:none !important;
	height:auto !important;
	min-height:auto !important;
	border:none !important;
	margin:40px 0 !important;
	position:static;
}
.promo-list .product__link {
	-webkit-flex:1;
	flex:1;
	padding:0 20px 0 70px !important;
	position:relative;
}
.promo-list .product__colRight {
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	height:auto !important;
	position:static !important;
}
.promo-list .product__count {
	display:none;
}
.promo-list .product__promo-icon {
	max-width:50px;
	max-height:50px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.promo-list .product__name {
	max-width:none !important;
	height:auto !important;
}
.promo-list .product__blockContains {
	margin:0 !important;
	position:relative !important;
	top:0 !important;
	left:0 !important;
	z-index:11 !important;
}
.promo-list .product__price {
	padding-top:5px;
}
.promo-list .product__blockMessage {
	padding:10px !important;
}
.promo-list-date {
	margin:50px 0 20px;
	color:#ff8e11;
	font-size:120%;
	font-weight:700;
	text-align:center;
}

.post-active-gallery {
	opacity:0;
	-webkit-transition:opacity .15s;
	-moz-transition:opacity .15s;
	transition:opacity .15s;
}
.post-active-gallery.slick-initialized {
	opacity:1;
}

/* BALS page */
@font-face {
    font-family:'Etelka Pro';
	font-display:swap;
    src:url('../fonts/EtelkaPro/EtelkaPro-Regular.eot');
    src:local('Etelka Pro Regular'), local('EtelkaPro-Regular'),
        url('../fonts/EtelkaPro/EtelkaPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EtelkaPro/EtelkaPro-Regular.woff2') format('woff2'),
        url('../fonts/EtelkaPro/EtelkaPro-Regular.woff') format('woff'),
        url('../fonts/EtelkaPro/EtelkaPro-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Etelka Pro';
	font-display:swap;
    src:url('../fonts/EtelkaPro/EtelkaPro-Medium.eot');
    src:local('Etelka Pro Medium'), local('EtelkaPro-Medium'),
        url('../fonts/EtelkaPro/EtelkaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EtelkaPro/EtelkaPro-Medium.woff2') format('woff2'),
        url('../fonts/EtelkaPro/EtelkaPro-Medium.woff') format('woff'),
        url('../fonts/EtelkaPro/EtelkaPro-Medium.ttf') format('truetype');
    font-weight:500;
    font-style:normal;
}

.bals-page {
	line-height:normal;
}

.bals-page a, 
.bals-page .a {
	text-decoration:none;
	cursor:pointer;
	-webkit-transition:border-color .15s, background-color .15s, color .15s, font-size .15s, opacity .15s;
	-moz-transition:border-color .15s, background-color .15s, color .15s, font-size .15s, opacity .15s;
	transition:border-color .15s, background-color .15s, color .15s, font-size .15s, opacity .15s;
}

.bals-banners {
	margin-bottom:50px;
	max-height:325px;
}
.bals-banners-item {
	display:block;
	padding-top:27.084%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.bals-page-button {
	margin-bottom:50px;
	text-align:right;
}
.bals-page-button .fcontacts__mail {
	margin:0;
	background-color:#0097dd;
	color:#fff;
}

.bals-sections {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -3px 50px 0;
}
.bals-sections-item {
	width:25%;
	margin:-1px 0 0 -1px;
	border:1px solid #f3f3f3;
	padding:12px;
	color:#1d1d1b;
    font-family:'Etelka Pro';
	font-size:15px;
	font-weight:400;
	text-align:center;
	position:relative;
	z-index:0;
}
.bals-sections-item:hover {
	border-color:#ccc;
	z-index:1;
}
.bals-sections-item-image {
	display:block;
	height:100px;
	line-height:100px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.bals-sections-item-title {
	display:block;
	margin-top:12px;
}

.promo-list-bals {
	width:auto !important;
	max-width:970px;
	margin:0 auto;
}
.promo-list-bals .product {
	margin:20px 0 20px 130px;
}
.promo-list-bals .product__promo-icon {
	width:120px;
	height:120px;
	line-height:120px;
	text-align:center;
	position:absolute;
	top:50%;
	left:-130px;
	transform:translateY(-50%);
}
.promo-list-bals .product__promo-icon img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}
.promo-list-bals .product__blockMessage {
	top:auto;
	bottom:47px;
}
.promo-list-bals .product__blockMessage::after {
	border-width:7px 7px 0;
	border-color:#fff transparent transparent;
	top:auto;
	bottom:-7px;
}

.bals-articles {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:40px;
}
.bals-articles-item {
	width:48.334%;
	max-width:580px;
	background-color:#ececec;
    font-family:'Etelka Pro';
}
.bals-articles-item-image {
	display:block;
	padding-top:48.276%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bals-articles-item-title {
	display:block;
	padding:24px 8.5% 20px 5.575%;
	color:#000;
	font-size:18px;
	font-weight:400;
	position:relative;
}
.bals-articles-item-title::after {
	content:'';
	width:12px;
	height:12px;
	border-top:2px solid #3791cf;
	border-right:2px solid #3791cf;
	position:absolute;
	top:32px;
	right:7.25%;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.bals-slogan {
	margin:25px 0 15px;
	color:#3791cf;
    font-family:'Etelka Pro';
	font-size:32px;
	font-weight:500;
	text-align:center;
}
.bals-slogan span {
	color:#d41116;
}

.bals-gray-block {
	padding:27px 0;
	background-color:#f3f8fe;
}

.bals-bottom-banners-wrapper {
	padding:20px 0;
	background-color:#f3f8fe;
}
.bals-bottom-banners {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.bals-bottom-banners-item {
	width:31.334%;
	max-width:376px;
	margin:1.417% 0;
	padding-top:25%;
	background:center center no-repeat #555;
	background-size:cover;
	color:#fff !important;
    font-family:'Etelka Pro';
	position:relative;
}
.bals-bottom-banners-item-title {
	max-height:68px;
	overflow:hidden;
	font-size:29px;
	font-weight:500;
	line-height:34px;
	position:absolute;
	right:8.78%;
	bottom:calc(50% + 35px);
	left:8.78%;
}
.bals-bottom-banners-item-text {
	max-height:51px;
	overflow:hidden;
	font-size:15px;
	font-weight:400;
	line-height:17px;
	position:absolute;
	right:8.78%;
	top:50%;
	left:8.78%;
}
.bals-bottom-banners-item-button {
	height:43px;
	border:1px solid #fff;
	border-radius:8px;
	font-size:18px;
	font-weight:500;
	line-height:41px;
	text-align:center;
	position:absolute;
	right:8.78%;
	bottom:8.78%;
	left:8.78%;
}
.bals-bottom-banners-item-button::before {
	content:'Читать дальше';
}

.bals-reviews-title {
	margin-top:25px;
	color:#3791cf;
    font-family:'Etelka Pro';
	font-size:27px;
	font-weight:500;
}
.bals-reviews {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:25px 0;
}
.bals-reviews-item {
	width:31.334%;
	max-width:376px;
	border-radius:10px;
	padding:2.75%;
	background-color:#f1f1f1;
	color:#3c3c3b;
    font-family:'Etelka Pro';
	font-size:14px;
}
.bals-reviews-item-title {
	margin-bottom:22px;
	font-size:22px;
}
.bals-reviews-item-product {
	margin-bottom:17px;
}
.bals-reviews-item-content b,
.bals-reviews-item-content strong {
	font-weight:500;
}
.bals-reviews-link {
	margin:0 70px 25px 0;
	text-align:right;
}
.bals-reviews-link a {
	display:inline-block;
	height:38px;
	border-radius:19px;
	padding:0 15px;
	background-color:#d41116;
	color:#fff;
	font-size:15px;
	font-weight:500;
	line-height:38px;
}

.bals-social-links-wrapper {
	padding:27px 0;
	background-color:#f3f8fe;
}
.bals-social-links {
	text-align:center;
}
.bals-social-links a {
	display:inline-block;
	margin:0 7px;
	line-height:39px;
}
.bals-social-links img {
	display:block;
	max-width:39px;
	max-height:39px;
}
/* END BALS page */

.news-list .article-item .preview_picture {
	float:none;
	max-height:150px;
	border:none;
	border-radius:0;
}
.article-detail .news-detail-img .detail_picture {
	max-width:100%;
	height:auto;
}


@media (max-width:1200px){
	.promo-list {
		max-width:700px;
	}
	.promo-list .product__colRight {
		-webkit-flex-direction:row !important;
		flex-direction:row !important;
		width:210px !important;
	}
	.promo-list .product__buy {
		top:0 !important;
	}
	
	.promo-list-bals .product__blockContains {
		left:auto;
	}
	.promo-list-bals .product__blockContains .product__buy {
		top:0;
	}
	.promo-list-bals .product {
		height:auto;
		margin-left:110px;
	}
	.promo-list-bals .product__promo-icon {
		width:100px;
		height:100px;
		line-height:100px;
		left:-110px;
	}
	.promo-list-bals .product__vendor .code {
		display:block;
	}
	.promo-list-bals .product__vendor .code__item {
		display:block;
		margin-right:0;
	}
	.promo-list-bals .product__link {
		padding-bottom:10px;
	}
}

@media (max-width:1000px) {
	.bals-bottom-banners-item-title {
		max-height:56px;
		font-size:24px;
		line-height:24px;
	}
	.bals-bottom-banners-item-text {
		top:calc(50% - 20px);
	}
	.bals-bottom-banners-item-button {
		height:36px;
		border-radius:6px;
		font-size:16px;
		line-height:34px;
	}
}

@media (max-width:800px) {
	.bals-sections-item {
		width:50%;
	}
}

@media (max-width:768px) {
	.promo-list .product__colRight {
		width:185px !important;
	}
	.promo-list .product__buy {
		width:90px;
		left:0 !important;
	}
	
	.promo-list-bals {
		max-width:350px;
	}
	.promo-list-bals .product {
		margin-left:50px;
	}
	.promo-list-bals .product:hover .product__slideName {
		max-height:none;
	}
	.promo-list-bals .product__link {
		padding-bottom:100px;
	}
	.promo-list-bals .product__promo-icon {
		width:60px;
		height:60px;
		line-height:60px;
		left:-70px;
	}
	
	.bals-articles {
		-webkit-justify-content:center;
		justify-content:center;
	}
	.bals-articles-item {
		width:100%;
	}
	.bals-articles .bals-articles-item:first-child {
		margin-bottom:20px;
	}
	
	.bals-slogan {
		font-size:27px;
	}
	
	.bals-bottom-banners-item {
		width:48%;
		margin:2% 0;
		padding-top:41.21%;
	}
	
	.bals-reviews-item {
		width:48%;
	}
	.bals-reviews .bals-reviews-item:nth-child(2) ~ .bals-reviews-item {
		display:none;
	}
	.bals-reviews-link {
		margin-right:0;
		text-align:center;
	}
}

@media (max-width:500px) {
	.promo-list .product {
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.promo-list .product__link {
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	.promo-list .product__colRight {
		margin:10px 0 0 70px;
	}
	.bals-bottom-banners {
		-webkit-justify-content:center;
		justify-content:center;
	}
	.bals-bottom-banners-item {
		width:100%;
		margin:10px 0;
		padding-top:65%;
	}
	
	.bals-reviews {
		-webkit-justify-content:center;
		justify-content:center;
	}
	.bals-reviews-item {
		width:100%;
	}
	.bals-reviews .bals-reviews-item:nth-child(1) ~ .bals-reviews-item {
		margin-top:20px;
	}
	.bals-reviews .bals-reviews-item:nth-child(2) ~ .bals-reviews-item {
		display:block;
	}
}

@media (max-width:450px) {
	.bals-sections-item {
		width:100%;
	}
}

.two-blocks {
	display:flex;
	align-items:center;
	margin:50px 0;
	font-size:10pt;
	line-height:1.4;
}
.two-blocks > * {
	margin:0 20px;
	align-items:center;
	text-align:center;
}
.two-blocks img {
	display:block;
	height:auto;
	margin:0 auto 10px;
}

@media (max-width:600px) {
	.two-blocks {
		flex-wrap:wrap;
	}
	.two-blocks > * {
		width:100%;
	}
}