

/* Start:/local/templates/diam/css/index.css?172715939620062*/
.body_wrap {
	-webkit-flex-grow: 1;
	 flex-grow: 1;
}

#main-slider {
	margin: 12px auto 210px auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	position: relative;
}
/*#main-slider:after {
	content: '';
	display: block;
	clear: both;
}*/

#main-slider .slick-dotted.slick-slider {
	/*margin-bottom: 15px !important;*/
}
.slider__list {

	width: 100%;
}
.slider__item {
	/*height: 550px;*/
	/*padding: 2.85vw 3.45vw;*/
	box-sizing: border-box;
	position: relative;
}
.slider__item:before {
	content: '';
	display: block;
	padding-top: 31.428%;
}

.slider__item > a {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.slider__item .slide__data {
	position: relative;
	z-index: 20;
}

#main-slider .slick-dots {
	bottom: -156px;
}
#main-slider .slider__list .slick-dots li {
	margin: 0 6px;
}
#main-slider .slick-dots li button:before {
	content: '';
	border-radius: 50%;
	opacity: 1;
	background-color: #fff;
	width: 20px;
	height: 20px;
}
#main-slider .slick-dots li.slick-active button:before {
	background-color:#F15A25;
;
}
.slider__tabs {
	width: 85%;
	left: 7.5%;
	position: absolute;
	bottom: -90px;
}
#main-slider .slider__tabs .slick-dots {
	position: relative;
	bottom: -26px;
	right: 0;
	text-align: left;
}
#main-slider .slider__tabs .slick-dots li {
	margin: 0;
	width: 100%;
	min-height: 66px !important;
	height: 120px !important;
	display: flex;
	align-items: center;
	background-color: #FEF8F3;
	border-bottom: 1px solid #e3e7e8;
	padding: 10px 30px;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}
.slider__tabs .slick-track {
	position: static;
}
/*#main-slider .slider__tabs .slick-dots li:last-child {
	border-bottom: 1px solid transparent;
}*/
#main-slider .slider__tabs .slick-dots li.slick-active {
	background-color: #805bb9;
	position: relative;
}
#main-slider .slider__tabs .slick-dots li.slick-active span {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	border-bottom: 2.35vw solid transparent !important;
	border-top: 2.35vw solid transparent !important;
	border-right: 20px solid #805bb9;
}
#main-slider .slider__tabs .slick-dots li a {
	color: #000;
}
#main-slider .slider__tabs .slick-dots li.slick-active a {
	color: #fff;
}
.slide__data {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	color: #fff;
	max-width: 500px;
	height: 100%;
}
.slide__title {
	font: bold 32px Arial, sans-serif;
	padding-bottom: 10px;
}
.slide__desc {
	font: normal 16px/18px Arial, sans-serif;
	padding-bottom: 20px;
}
.slide__desc p {
	margin-bottom: 20px;
}
.btn.slide__btn {
	line-height: 50px;
	padding: 0 62px;
}
.main__title-news-wrapper {
	margin-bottom: 5px !important;
	margin-top:  5px !important;
}
.news__list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: flex-start;
	margin-bottom: 14px;
}
.news__item {
	width: calc(25% - 30px);
	margin: 0 15px 30px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.news__img-wrap {
	height: 200px;
	position: relative;
	margin-bottom: 25px;
}
.news__link {
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid transparent !important;
	display: block;
	height: inherit;
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	transition : border 500ms ease-out;
	margin: 0px;
}

.news__img {
	max-width: 100%;
	max-height: 100%;
	/*position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;*/
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
}
.news__title {
	color: #202020;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
}
.news__date {
	color: #000000;
	font-size: 14px;
	margin-bottom: 6px;
	text-transform: lowercase;
}
.news__desc,
.news__desc p {
	font-size: 14px;
	color: #706E6D;
	line-height: 1.4;
}
.news__more-block-five-els {
	display: block;
}

.news__more-block-four-els {
	display: none;
}

#main-slider ~ .news__subscribe {  /* main page */
	margin: 60px auto 45px auto;
	max-width: 55%;
	min-width: 900px;
	background-color: #FEF8F3;
	font-family: 'Inter', sans-serif;
	padding: 50px 80px;
	box-sizing: border-box;
	border-radius: 5px;
}
#main-slider ~ .news__subscribe .subscribe-wrap {
	margin-top: 0;
	padding: 0 7px;
}
.news__subscribe {
	display: flex;
}
.news__subscribe:before {
	content: '';
	display: block;
	clear: both;
}
.subscribe-wrap {
	flex: 1;
}
.subscribe-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.subscribe__title {
	font: bold 14px/20px Arial, sans-serif;
}
.subscribe__form {
	float: left;
	width: 54%;
}
.subscribe__form-main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: unset;
	width: auto;
	box-sizing: border-box;
	max-width: 890px;
}
.subscribe__form-main .kd-subscribe__input-wrap {
	flex: 1;
	max-width: 600px;
}
.subscribe__form-main .kd-form__group_checkbox {
	flex: 0 0 100%;
}
.subscribe__input {
	border: 1px solid #C9CDD9;
	border-radius: 4px;
	padding: 0 24px;
	height: 50px;
	line-height: 50px;
	width: 450px;
	outline: none;
	box-sizing: border-box;
	font-size: 13px;
	font-family: 'Inter', sans-serif;
	color: #ADABAA;
}
.subscribe__input::-ms-clear {
	display: none;
}
.searchinp::-ms-clear {
	display: none;
}
.btn.subscribe__btn {
	outline: none;
	padding: 0 22px;
	height: 50px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #F15A25;
	background-color: #F15A25;
	color: #fff;
	transition: all 0.3s;
	height: 50px;
	line-height: 50px;
}
.btn.subscribe__btn:hover {
	background-color: #fff;
	color: #F15A25;
}
.btn.all-news-link {
	float: left;
	padding: 0 58px;
}

.features-section {
	padding: 30px 0;
	position: relative;
}
.features-section:after,
.features-section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: inherit;
}
.features-section:after {
	left: 100%;
}
.features-section:before {
	right: 100%;
}
.features-section__title {
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	color: #706E6D;
	margin-bottom: 30px;
}
.features-section__title h1 {
	font-size: 30px;
	color: #F15A25;
}
.features__list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 45px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Inter', sans-serif;
	max-width: 100%;
}
.features__item {
	padding: 34px;
	background-color: #F7F8FA;
	overflow: hidden;
	position: relative;
}
.features__item:after {
	content: '';
	position: absolute;
	width: 125px;
	height: 125px;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
}
.features__item:first-child:after {
	background-image: url(/images/star-lab/tiser_1.svg);
}
.features__item:nth-child(2):after {
	background-image: url(/images/star-lab/tiser_2.svg);
}
.features__item:nth-child(3):after {
	background-image: url(/images/star-lab/tiser_3.svg);
}
.features__item:nth-child(4):after {
	background-image: url(/images/star-lab/tiser_4.svg);
}
.features__icon {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.features__icon_catalog {
	background-image: url(/local/templates/diam/css/images/catalog.png);
}
.features__icon_shipper {
	background-image: url(/local/templates/diam/css/images/shipper.png);
}
.features__icon_service {
	background-image: url(/local/templates/diam/css/images/service.png);
}
.features__icon_individual {
	background-image: url(/local/templates/diam/css/images/individual.png);
}
.features__title {
	font-size: 16px;
	font-weight: 600;
	color: #202020;
	margin-bottom: 14px;
}
.features__desc {
	font-size: 14px;
	line-height: 1.6;
	color: #706E6D;
	max-width: 260px;
}

.partners-section {
	padding: 30px 0;
}
.partners__list {
	list-style-type: none;
	/*width: 1620px; */
	width: 100%;
}
.partners__item {
	height: 73px;
	vertical-align: middle;
}
.partners__item img {
	margin: 0 auto;
}
.partners-section__title {
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}
.partners-section__title span {
	color: #6a6d6f;
	font-size: 16px;
	font-weight: normal;
}
.partners__list .slick-dots {
	bottom: -57px;
}
.partners__list .slick-dots li button:before {
	content: '';
	border-radius: 50%;
	opacity: 1;
	background-color: #e9e9e9;
	width: 12px;
	height: 12px;
}
.partners__list .slick-dots li.slick-active button:before {
	background-color: #5c3795;
}
.partners__list .slick-prev {
	left: 0;
}
.partners__list .slick-next {
	right: 0;
}
.partners__list .slick-prev:before,
.partners__list .slick-next:before {
	content: '';
	width: 34px;
	height: 34px;
	display: block;
}
.partners__list .slick-prev:before {
	background: url(/local/templates/diam/css/images/arrow_left.png) no-repeat;
}
.partners__list .slick-next:before {
	background: url(/local/templates/diam/css/images/arrow_right.png) no-repeat;
}

.footer-wrap {

	background-color: #F7F8FA;
	margin: 90px -57px 0 -57px;
	padding: 60px 0 25px 0;
	-webkit-flex-shrink: 0;
	 flex-shrink: 0;

}
.footer {
	width: 100%;
	font-family: 'Inter', sans-serif;
	margin-bottom: 12px;
}
.footer:after {
	content: '';
	display: table;
	clear: both;
}
.footer-col {
	float: left;
	width: 23%;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	margin-right: 2%;
}
.footer-col.footer-col_table {
	padding-left: 0;
	padding-right: 0;
	width: 29%;
}
.footer-col_table:after {
	content: '';
	display: table;
	clear: both;
}
.footer-col__left {
	float: left;
	width: 30%;
}
.footer__logo {
	margin-bottom: 30px;
}
.footer-col__right {
	float: right;
	width: 70%;
	box-sizing: border-box;
	padding-left: 45px;
}
.footer__title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 24px;
	color: #202020;
}
.footer-col.footer-col_table .footer__title {
	margin-bottom: 10px;
}
.footer__title a {
	color: #202020;
	text-decoration: none;
	font-size: 18px;
}
.footer__menu {
	list-style-type: none;
}

.footer__menu .footer__item {
	font-size: 12px;
}

.footer__item {
	color: #706E6D;
	font: normal 14px/28px 'Inter', sans-serif;
}
.footer__item_address {
	margin-top: 10px;
}
.footer__item a {
	color: #706E6D;
	font: normal 14px/24px 'Inter', sans-serif;
	text-decoration: none;
}
.footer__item a:hover {
	text-decoration: underline;
}
.footer__menu_currencies .footer__item {
	color: #706E6D;
	font: normal 14px/24px Arial, sans-serif;
	margin-bottom: 3px;
}
.footer__menu_currencies .footer__item span {
	color: #000;
}
.footer__link_colored {
	color: #8641C6;
	text-decoration: none;
	border-bottom: 1px dashed #550081;
	font-size: 15px;
	line-height: 28px;
}
.footer__link_colored:hover {
	border-bottom: none;
}
.footer__bottom {
	color: #6a6d6f;
	font-size: 13px;
	padding-top: 15px;
}
.footer__bottom:after {
	content: '';
	display: table;
	clear: both;
}
.copyright {
	text-align: center;
	color: #706E6D;
	border-top: 1px solid #E9ECF6;
	padding-top: 18px;
}
.print-btn-wrap {
	float: right;
	width: 50%;
	text-align: right;
}
.print-btn {
	color: #6a6d6f;
}
.print-btn:hover {
	text-decoration: none;
}

.subscribe__form-main{
	box-sizing: border-box;
}
@media (max-width: 1400px) {


	.slider__item {
		/*padding: 40px 33px;*/
		/*min-height: 315px;*/
		/*height: 24vw;*/
	}
	.slider__item:before {
		padding-top: 31.979%;
	}


	.btn.slide__btn {
		line-height: 40px;
	}
	#main-slider .slider__tabs .slick-dots li.slick-active span {
		content: '';
		position: absolute;
		left: -20px;
		top: 0;
		border-bottom: 2.4vw solid transparent !important;
		border-top: 2.4vw solid transparent !important;
		border-right: 20px solid #805bb9;
	}
	#main-slider .slider__tabs_new .slick-track {top: 4.28vw;}
}
@media (max-width: 1366px) {
	.main-wrap {
		max-width: 1309px;
	}
	.slide__title {
		font-size: 24px;
		line-height: 28px;
	}
	.slide__desc {
		font-size: 14px;
		line-height: 16px;
	}
	.slide__desc p {
		margin-bottom: 5px;
	}
	.news__item {
		width: 23%;
		width: calc(25% - 14px);
	}
	.news__item-hidden {
		display: none;
	}
	.news__img {
		width: 100%;
	}
	.news__title {
		margin-bottom: 10px;
	}
	.news__desc {
		font-size: 13px;
	}

	.news__more-block-five-els {
		display: none;
	}
	.news__more-block-four-els {
		display: block;
	}
	.subscribe-wrap {
		width: 1120px;
	}
	.subscribe__form-main {
	 box-sizing: border-box;
	}

	.subscribe__input {
		width: 275px;
		margin-right: 10px;
	}
	.btn.subscribe__btn {
		padding: 0 20px;
	}

	.features-section__title {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.features-section__title h1 {
		font-size: 19px;
	}
	.features__item-ic-wrap .features__title {
		font-size: 16px;
	}
	.features__list {
		/*max-width: 1160px;*/
		/*margin: 0 auto;*/
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.features__item {
		/*padding-left: 0;*/
	}

	.partners-section__title {
		font-size: 18px;
		line-height: 24px;
	}
	.partners-section__title span {
		font-size: 14px;
	}
	.partners__list {
		max-width: 1200px;
	}
	.footer-col {
		max-width: 22%;
		margin-right: 1%;
		padding-left: 0;
		padding-right: 0;
	}
	.footer-col.footer-col_table {
		min-width: 360px;
	}
	.footer-col__right {
		padding-left: 0;
	}


	/*modifed*/
	.news__title {
		height: auto;
	}

	.news__desc {
	 font-size: 16px;
	 line-height: 18px;
	}

	.footer__bottom {
		padding-top: 18px;
		border-top: 1px solid #d8d8d8;
	}

	.footer__title{
		margin-bottom: 7px;
	}

	.footer-wrap{
		padding-top: 40px;
	}

	.footer__item a{
		font-size: 16px;
	}

}

@media (max-width: 1300px) {


	.slider__item {
		/*padding: 45px;*/
		/*height: 29vw;*/
		/*min-height: 300px;*/
	}
	.slider__item:before {
		padding-top: 40%;
	}

	#main-slider .slider__tabs_new .slick-track {top: 5.66vw;}



	#main-slider .slider__tabs .slick-dots li.slick-active span {
		content: '';
		position: absolute;
		left: -20px;
		top: 0;
		border-bottom: 2.9vw solid transparent !important;
		border-top: 2.9vw solid transparent !important;
		border-right: 20px solid #805bb9;
	}
	.subscribe__form-main {
		width: 100%;
	}
}
@media (max-width: 1199px) {

	#main-slider .slider__tabs_new .slick-track {top: 6vw;}
	.slider__item {
		/*height: 31vw;*/
	}

}
.slick-prev, .slick-next{
	z-index: 5;
}

.partners-section{
	box-sizing: border-box;
}

.partners__list .slick-next:before{
	float: right;
}

.partners__item img{
	max-width: 100%;
	max-height: 80%;
}

.partners__list{
	max-width: 100%;
}

.partners__item{
	position: relative;
}

.partners__item>a{
	top: 50%;
	left: 50%;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
}

.slick-prev{
	transform: translate(-50%,-50%);
}

.slick-next{
	transform: translate(50%,-50%);
}

.btn.kd-all-news-link{
	padding: 0;
	width: 15%;
}



.subscribe__form-main .subscribe__input{
	width: 100%;
}

.kd-subscribe__input-wrap{
	display: flex;
}

.features__item-ic-wrap{
	letter-spacing: -0.3em;
	margin-bottom: 26px;
	position: relative;
}
.features__item-ic-wrap>div{
	letter-spacing: normal;
}

.footer .footer__item{
	line-height: 1.2;
}

.footer .footer__item {
 line-height: 1.2;
 padding: 4px 0px;
}

.news-section .kd-all-news-link{
	margin-top: -30px;
	margin-right:40px;
 float: right;
 font-size: 15px;
 color: black;
}

.features__item-ic-wrap .features__title{
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width: 950px) {
	.slider__item {
		/*min-height: unset;*/
	}
	.features-section__title {
		font-size: 16px;
	}
	.features-section__title h1 {
		font-size: 16px;
		margin-bottom: 0;
	}
}

@media (min-width: 925px) {
	.detail .table-wrapper, .detail .table-wrapper table {
		width: 900px;
	}
}

@media (max-width: 451px) {
	.search-abcam {
		width: initial;
	}
	#main-slider {
		min-width: calc(100% - 20px);
	}
}

.abcam-table-wrapper {
	/*max-width: calc(100vw - 20px);*/
    overflow: auto;
}

.form-app .abcam-summ {
	display: inline-block;
	margin-bottom: 10px;
}

.d-btn-link {
	width: 240px;
}

.partner-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 20px;
}
.partner-item {
	width: 20%;
    padding: 0 45px;
	margin-bottom: 15px;
    box-sizing: border-box;
	text-align: center;
}
.partner-item a {
	border-bottom: 0;
}
.partner-item img {
	max-width: 100%;
}

@media (max-width: 1199px) {
	.partner-item {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.partner-item {
		width: 33.3%;
	}
}
@media (max-width: 768px) {
	.partner-item {
		width: 100%;
	}
	#main-slider .slick-dots li button:before {
		width: 15px;
		height: 15px;
	}
	#main-slider {
		margin-bottom: 50px;
	}
}

.hidden {
	display: none !important;
}

.dia-add-to-favorite {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #C9CDD9;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/star-lab/heart.svg);
	display: block;
	cursor: pointer;
	outline: none;
}

.dia-add-to-favorite {
	margin-bottom: 5px;
	margin-right: 10px;
}

.dia-add-to-favorite--active {
	background-image: url(/images/star-lab/heart_active.svg);
	border: 1px solid #F15A25;
}
.to-compare-btn {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #C9CDD9;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/star-lab/bar-chart.svg);
	display: block;
	cursor: pointer;
	outline: none;
	/*временно скрыть кнопку до внедрения функционала сравнения*/
	display: none;
}
.to-compare-btn.to-compare-btn--active {
	background-image: url(/images/star-lab/bar-chart_active.svg);
	border: 1px solid #F15A25;
}


.dia-add-to-favorite--header {
	margin-right: 20px;
	position: relative;
}

.dia-add-to-favorite__text {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 140px;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	padding: 7px 12px;
	border-radius: 5px;
	box-shadow: 2px 7px 12px rgba(0, 0, 0, 0.5);
	transform: translateY(105%) translateX(-50%);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s, transform .2s;
}

.dia-add-to-favorite--header:hover .dia-add-to-favorite__text{
	transform: translateY(100%) translateX(-50%);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.personal__top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.personal__top .personal-user-name {
	margin: 0;
}

.acs__item-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.dia-sort {
	cursor: pointer;
}

.dia-sort::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: 5px solid transparent;
	border-top: 6px solid #5c3795;
	-webkit-transform: translateY(4px);
	    -ms-transform: translateY(4px);
	        transform: translateY(4px);
}

.dia-sort-reverse::after {
	border-top: 5px solid transparent;
	border-bottom: 6px solid #5c3795;
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.dia-favorite__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 15px;
}

.dia-favorite__all {
	font-size: 13px;
	color: #000;
	cursor: pointer;
	border: none;
	border-bottom: 1px dashed #000000;
	background: transparent;
	margin-top: 30px;
}

.dia-favorite__top .catalog-sorting {
	width: 60%;
}

.dia-favorite__top-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 15px;
}
.bsk-th_cas {
	width: 4.5%;
}

.mobile-sort__btn {
	display: none;
}
/* End */


/* Start:/local/templates/diam/vendor/css/slick.css?17271593961776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/diam/vendor/css/slick-theme.css?17271593962689*/
@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

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

/* End */


/* Start:/css/kd-style.css?173279897780456*/
.clear10{
	height: 0;
}

/*.kd-header-block{
	position: relative;
	margin-bottom: 10px;
}/* DELETE */

.kd-lc-enter_to_lc-wrap{
	position: absolute;
    bottom: 0;
    right: 0;
}

.select_a{
  width: 100%;
  position: static;
  z-index: 3;
}

.select_a *{
  transition: linear all .1s;
  user-select: none;
  box-sizing: border-box;
}

.select_a-block{
  width: 100%;
  height:50px;
  background: white;
  position: relative;
  cursor: pointer;
}

.select_a-cur_var{
  font-size: 16px;
  width: calc(100% - 17px - 35px);
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.select_a-img-block{
  position: absolute;
  width: 10px;
  height: 7px;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}

.select_a-img{
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;

}

.select_a-img-open{
  background-image: url(/images/kd/select_open.png);
  opacity: 1;
  visibility: visible;
}
.select_a-img-close{
  background-image: url(/images/kd/select_open.png);
  transform: rotate(-180deg);
  opacity: 0;
  visibility: hidden;
}

.select_a-block-wrap{
  position: relative;
}

ul.select_a-variables{
    box-sizing: border-box;
    border: 1px solid #000;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    position: absolute;
    max-height: 0;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    z-index: 13;
    border-radius: 0 0 5px 5px;
    transition: linear all .1s;
}

.select_a-variables li{
  list-style-type: none;
  padding: 10px 15px;
  border-bottom: 1px solid #e7e6e6;
  cursor: pointer;
  font-size: 16px;
}


.kd-lc-wrapper *::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
}

.kd-lc-wrapper *::-webkit-scrollbar-thumb{
  background-color: #5c3795;
}

.select_a-variables li:hover{
  background: #f2f2f2;
}

.select_a-variables li:last-child{
  border-bottom:0;
}

.select_a-block-wrap-show ul.select_a-variables{
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.select_a-block-wrap-show .select_a-img-close{
  opacity: 1;
  visibility: visible;
}

.select_a-block-wrap-show .select_a-img-open{
  opacity: 0;
  visibility: hidden;
}


.kd-popup-wrap{
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
    overflow: auto;
	transition: linear all .2s;
}

.kd-popup-wrap *{
	box-sizing: border-box;
	transition: linear all .1s;
}

.kd-popup-wrap-show{
	visibility: visible;
	opacity: 1;
}

.kd-popup{
	background: white;
	border-radius: 3px;
	position: absolute;
	top: 5vh;
	left: 50%;
	transform:translateX(-50%);
	padding:60px 65px;
	box-sizing: border-box;
    margin-bottom: 100px;
}


.kd-pp-exit{
	background-image: url(/images/kd/kd-exit.png);
	position: absolute;
	width: 10px;
	height: 10px;
	top: 20px;
	right: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.kd-pp-title{
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.kd-pp-city {
    padding: 0 30px;
}

.kd-pp-city > div {
    display: inline-block;
    margin-right: 16px;
    font-size: 13px;
    margin-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px dashed;
}
.kd-pp-city > div.active {
    font-weight: bold;
    border-bottom: none;
    cursor: default;
}

.kd-popup-personal_data,
.kd-popup-company_address{
	width: 430px;
}

.kd-form__group{
    margin-bottom: 15px;
}

.kd-period-wrap .kd-form__group{
    margin-bottom: 6px;
}

.kd-form__group *{
	box-sizing: border-box;
	transition: linear all .1s;
}

.kd-form__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  min-height: 15px;
  font-weight: normal;
  margin-bottom: 3px;
  color: #979797;
}
.kd-form__label span {
  color: #c40e12;
}

.form-order .kd-form__label {
  color: #979797;
}

.form__label_group {
    color: #000;
    font-size: 13px;
    margin-bottom: 14px;
}
.form__label_group_e {
    margin-bottom: 0px;
}
.kd-form_event_group {
    margin-bottom: 12px;
}


select.js-event-group-select {
    width: 0px;
}
.jq-selectbox__dropdown {
    margin-top: 0px;
    overflow: hidden;
}
.jq-selectbox__dropdown *::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.jq-selectbox__dropdown *::-webkit-scrollbar-thumb {
    background-color: #5c3795;
}


.kd-form__input-wrapper{
    position: relative;
}

.kd-form__input-wrapper textarea {
    resize: none;
    height: 60px;
    padding: 10px 17px;
}

.kd-form__input{
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  padding: 0 17px;
  background-color: white;
  width: 100%;
  height: 44px;
}
.kd-form__input:focus {
    border-color: #333333;
}

.tooltip-error, .format-error, .confirm-error{
	font-size: 14px;
    margin-top: 4px;
	color: #c40e12;
	opacity: 0;
	visibility: hidden;
    display: none;
	max-height: 0;
	/*display: block;*/
}

.kd-form__group-error .kd-form__input{
	border: 1px solid #c40e12;
}

.kd-form__group-error .tooltip-error, .kd-form__group-f_error .format-error, .kd-form__group-confirm_error .confirm-error{
	opacity: 1;
	visibility: visible;
  display: block;
	max-height: 100%;
}

.kd-form__group-textarea .kd-form__input-textarea{
	resize: none;
	height: 60px;
  font-family: inherit;
  font-size: 16px;
}

.kd-form__input::-webkit-input-placeholder{
	color:#979797;
    font-size: 14px;
}

.kd-form__group_checkbox{
	margin-bottom: 17px;
}

.kd-form__group_checkbox *{
  cursor: pointer;
  user-select: none;
}

.kd-form__group_checkbox2{
  margin-top: 10px;
  margin-bottom: 10px;

}

.kd-form-checkbox{
	position: absolute;
	opacity: 0;
	visibility:hidden;
}

.kd-form-checkbox__label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    font-size: 14px;
    margin: 0;
    z-index: 3;
    color: #979797;
    line-height: 1.3;
}

.kd-form-checkbox__label a{
	color: #5c3795 !important;
    font-size: inherit;
}

.kd-form-checkbox__label:before{
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(170, 170, 170, 0.5);
    z-index: 2;
    border-radius: 3px;
}

.kd-form-checkbox__label:after{
    display: block;
    content: '';
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 7px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    z-index: 3;
}

.kd-form-checkbox:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}

.subscribe__form .kd-form__group_checkbox {
    margin-top: 10px;
    margin-bottom: 0;
}
.subscribe__form .kd-form-checkbox__label {
    line-height: 18px;
    padding-top: 3px;
}
.subscribe__form .tooltip-error {
    margin-top: 5px;
}

.kd-form__group-textarea{
	margin-top: 20px;
	margin-bottom:20px;
}

.kd-form-checkbox:checked + .kd-form-checkbox__label:before{
    background-color: #F15A25;
    border-radius: 3px;
}
.kd-form-checkbox:checked + .kd-form-checkbox__label:after{
    opacity: 1;
}

.kd-btn{
  width: 100%;
  height: 46px;
  line-height: 42px;
  border-radius:5px;
  background: #5c3795;
  color: white;
  border: 2px solid transparent;
  border-bottom: 2px solid #452675;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}

.kd-btn:hover {
    background-color: #fff;
    color: #5c3795;
    border-color: #452675;
} 

.kd-btn>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}

.kd-btn:focus{
    outline: none;
}

.kd-btn:active{
    color: #5c3795;
    background: white;
}

.kd-a-btn{
    margin: 0 auto;
    color: #5c3795;
    text-decoration: underline;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.kd-a-btn-cansel:hover {
    text-decoration: none;
}

.kd-a-btn:active{
    text-decoration: none;
}

.kd-recaptcha-wrap{
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
}

.kd-recaptcha-wrap>*{
    width: 100%;
    height: 100%;
    transform-origin:0 0;
    transform:scale(0.75);
}

.kd-popup-account_option{
    padding:0;
    padding-top:60px;
    width: 430px;
}

.kd-popup-account_option .kd-pp-block-wrap{
    padding:0 65px;
    padding-bottom: 30px;
}

.kd-pp-bot-info-wrap{
    text-align: center;
    padding: 25px 65px;
    color: #979797;
    background: #f2f2f2;
    font-size: 11px;
}

.kd-pp-bot-info-wrap .kd-pp-bi-phone{
    color: #5c3795;
}


.select_a-block-wrap-show .select_a-block{
  border-radius: 5px 5px 0 0;
  border:1px solid #000;
  border-bottom: 1px solid #000;
}

.kd-popup-account_option .kd-pp-title{
    margin-bottom: 20px;
    padding: 0 65px;
}

.kd-popup-account_option .kd-pp-title-descr{
    font-size: 16px;
    color: #979797;
    padding: 0 65px;
    text-align: center;
    margin-bottom: 25px;
}


.kd-title{
	font-size: 22px;
	font-weight: bold;
	padding-right: 30px;
	background: white;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.kd-title-wrapper{
	position: relative;
	margin-bottom: 50px;
}

.kd-title-wrapper:after{
	content: "";
	display: block;
	height: 10px;
	background: #bf87dc;
	width: 100%;
	z-index: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.kd-lc-tab-block{
	width: 180px;
	height: 40px;
	position: relative;
	background: #f2f2f2;
	color: black;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
  cursor: pointer;
  user-select: none;
}

.kd-lc-tab-block>div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	font-size: 13px;
	font-weight: bold;
}
.kd-lc-tab-block:last-child{
	margin-right: 0;
}

.kd-lc-tab-wrapper{
	margin-bottom: 48px;
}

.kd-panel-info-wrapper{
	background: #f2f2f2;
	margin-bottom: 2px;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
}

.kd-panel-info-wrapper-1 {
    margin-bottom: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.kd-panel-info-wrapper-2 {
    margin-bottom: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.kd-p_info-block{
	display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.kd-panel-info-wrapper .kd-p_info-block:nth-child(1){
	width: 40%;
	padding-right: 25px;
}
.kd-panel-info-wrapper .kd-p_info-block:nth-child(2){
  width: 40%;
  padding-right: 25px;
}
.kd-panel-info-wrapper .kd-p_info-block:nth-child(3){
  width: 20%;
}

#ORDER_PROP_38 {
    margin-top: 0;
    margin-bottom: 0;
}


.kd-p_info-name{
	font-weight: bold;
	font-size: 19px;
}

.kd-p_info-name + .jq-selectbox {
  margin-top: 10px;
}

.kd-p_info-name-wrapper{
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 30px;
  position: relative;
}

.kd-p_info-data-name{
	width: 140px;
}

.kd-p_info-data td{
	padding: 5px 0;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

.kd-p_info-data-value{
	color: #6a6d6f;
}

.kd-lc-wrapper *{
	box-sizing: border-box;
}

.kd-p_info-image-edit-wrapper, .kd-p_info-image-edit_option-wrapper{
  background: white;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  left: 100%;
  top: 50%;
  transform:translateY(-50%);
}

.kd-p_info-image-edit-wrapper>div, .kd-p_info-image-edit_option-wrapper>div{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}


.kd-p_info-image-edit{
  background-image: url(/images/kd/kd-lc-edit.png);
}

.kd-p_info-image-edit_option{
  background-image: url(/images/kd/kd-lc-option.png);
}

.kd-p_info-image-edit-wrapper:active .kd-p_info-image-edit{
  background-image: url(/images/kd/kd-lc-edit-active.png);
}

.kd-p_info-block-active  .kd-p_info-image-edit_option{
  background-image: url(/images/kd/kd-lc-option-active.png);
}

.kd-p_info-data-option-wrap{
  display: none;
  user-select: none;
}
.kd-p_info-block-active .kd-p_info-data-option-wrap{
  display: inline-block;
}

.kd-p_info-data-m-no_info{
  font-size: 14px;
  color: #6a6d6f;
}

.kd-p_info-block-deliv .kd-p_info-name-wrapper{
  margin-bottom: 20px;
}

.kd-p_info-block-deliv .select_a{
  width: 300px;
}

.kd-p_info-block-active .kd-p_info-image-edit_option-wrapper{
  background: #5c3795;
}

.kd-p_info-image-edit-wrapper:active{
  background: #5c3795;
}

.kd-p_info-block-deliv .select_a-variables{
  position: relative;
}

.kd-p_info-data-option{
  margin-bottom: 10px;
}

.kd-a-but-wrap{
  color:#5c3795;
}

.kd-a-but-span{
  color:#5c3795;
  border-bottom: 1px dashed #5c3795;
  cursor: pointer;
  font-size: 16px;
}

.kd-a-but-span:active{
  border-bottom: none;
}

.kd-p_info-data-c-manager{
  display: none;
}

.kd-p_info-data-m-no_info{
  display: none;
}

.kd-ym-photo{
  max-height: 110px;
  max-width: 80px;
  overflow: hidden;
  border-radius: 5px;
}



.kd-ym-info:last-child{
  margin-bottom: 0;
}

.kd-ym-info-wrap{
  padding-left:30px;
  width: auto;
  width: calc(100% - 80px);
}

.kd-ym-info{
  margin-bottom: 15px;
  font-size: 16px;
}

.kd-your_manager-wrap{
  letter-spacing: -0.3em;
}

.kd-your_manager-wrap>div{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}


.kd-ym-info-name{
  color:#6a6d6f;
}

.kd-ym-info-mail{
  color: #5c3795;
  text-decoration: underline;
  display: block;
}

.kd-last_viewed_items *{
  box-sizing: border-box;
}

.kd-last_viewed_items-wrap{
  padding: 50px 0 60px;
}


.kd-lvi-p_info-name-wrapper, .kd-last_viewed_items-no_items {
  padding-left: 50px;
}

.kd-a{
  color: #5c3795;
}

 .kd-last_viewed_items-no_items{
  color: #6a6d6f;
  font-size: 14px;
 }

.kd-last_viewed_items-info-show .kd-last_viewed_items-no_items{
  display: none;
}

.kd-last_viewed_items{
  display: none;
  width: 100%;
}

.kd-last_viewed_items-info-show .kd-last_viewed_items{
  display: table;
}

.kd-last_viewed_items *{
  font-size: 14px;
}

.kd-lvi-td-name-wrap{
  width: 40%;
}

.kd-lvi-td-name-wrap a {
    color:#000000;
    text-decoration: none;
}

.kd-last_viewed_items tr>td{
  padding-top:40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f8f8f8;
}

.kd-help-block{
  height: 34px;
  width: 34px;
  background: #f8f8f8;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}

.kd-help-block *{
  transition: linear all .1s;
}

.kd-help-block-img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/kd/kd-alert.png");
}


.kd-help-block-text{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  /*width: 330px;*/
  background: #e0e0e0;
  padding:25px 20px;
  text-align: center;
  left: 50%;
  transform: translateY(16px) translateX(-50%);
    width: auto;
    min-width: 200px;
    border-radius: 4px;
}

.kd-help-block-text:before{
  position: absolute;
  bottom: 100%;
  content: "";
  border:9px solid transparent;
  border-bottom:8px solid #e0e0e0;
  left: 50%;
  transform: translateX(-50%);
}

.kd-help-block-text-to_left{
  left:auto;
  right: 50%;
  transform: translateY(16px) translateX(70px);
}
.kd-help-block-text-to_left:before{
  left:auto;
  right: 60px;
  transform: none;
}
.kd-help-block-text-to_right{
  right: auto;
  left: 50%;
  transform: translateY(16px) translateX(-70px);
}
.kd-help-block-text-to_right:before{
  right: auto;
  left: 60px;
  transform: none;
}

.kd-lvi-td-help-wrap{
  width: 5%;
  text-align: center;
}

.kd-lvi-td-help-wrap .kd-help-block{
  margin:0 auto;
}

.kd-help-block:hover{
  background: #5c3795;
}


.kd-help-block:hover .kd-help-block-img{
  background-image: url("/images/kd/kd-alert-active.png");
}

.kd-help-block:hover .kd-help-block-text{
  opacity: 1;
  visibility: visible;
    z-index: 1;
}

.kd-lvi-td-name-numb{
  color: #6a6d6f;
  font-size: 13px;
  margin-bottom: 15px;
}

.kd-lvi-td-small_td{
  width: 7%;
}
.kd-lvi-td-small_td>div{
  margin: 0 auto;
  text-align: center;
}

.kd-lvi-td-ru{
  width: 14px;
  border-bottom: 1px solid #333333;
}

.kd-lvi-td-ru-yes{
  width: 12px;
  height: 9px;
  background-image: url("/images/kd/kd-yes.png");
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: none;
}

.kd-lvi-td-count{
  width: 100px;
  height: 48px;
  letter-spacing: -0.3em;
}

.kd-lvi-td-count-input, .kd-lvi-td-count-but-wrap{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.kd-lvi-td-count-input{
  border:0;
  border: 1px solid #b0b0b0;
  width: 60%;
  height: 100%;
  text-align: center;
  border-radius:3px 0  0 3px;
}

.kd-lvi-td-count-but-wrap{
  width: 40%;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.kd-lvi-td-count-but{
  height: 50%;
  position: relative;
  display: block;
}

.kd-lvi-td-count-but>div{
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/kd/kd-count.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kd-lvi-td-count-but-up{
  border: 1px solid #b0b0b0;
  border-left: 0;
  border-bottom: 0;
  border-radius:0 3px 0 0;
}
.kd-lvi-td-count-but-down{
  border: 1px solid #b0b0b0;
  border-left: 0;
  border-radius:0 0 3px 0;
}

.kd-lvi-td-count-but-down>div{
  transform: rotate(-180deg);
}

table.tdtopmenu tr:first-child > td:last-child{
  display: none;
}


.kd-but{
  background: #5c3795;
  box-shadow: inset 0 -1px 0.5px 0.5px #452675;
  position: relative;
  width: 100%;
  color: white;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  transition: linear all .1s;
  user-select: none;
  display: block;
}

.kd-but .kd-but-text{
  text-align: center;
  position: relative;
  padding: 0 10px;
  top: 50%;
  transform: translateY(-50%);
}

.kd-but:active{
  background: white;
  color: #5c3795;
  border: 1px solid #5c3795;
}

.kd-lvi-td-to_bask{
  height: 48px;
  width: 80%;
  margin:0 auto;
}

.kd-lvi-td-to_bask-wrap{
  width: 15%;
}

.kd-lvi-td-to_top-image{
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/kd/kd-top.png");
  cursor: pointer;
  user-select: none;
}

.kd-lvi-td-to_top-image-wrap{
  padding: 0 15px;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.kd-lvi-td-to_top-text-wrap{
  height: 100%;
  vertical-align: top;
  width: auto;
  display: inline-block;
}

.kd-lvi-td-to_top-text-out{
  display: none;
}

.kd-lvi-td-to_top-text{
  cursor: pointer;
  user-select: none;
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-image{
  background-image: url("/images/kd/kd-top-active.png");
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-text-in{
  display: none;
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-text-out{
  display: inline-block;
}

.kd-premium-info-wrap{
  float: right;
  position: relative;
  padding:0 100px;
  display: none;
}

.kd-premium-info-block{
  position: relative;
}

.kd-premium-info-text{
  color: #5c3795;
  font-size: 18px;
  font-weight: bold;
}

.kd-premium-info-img{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 105%;
  transform:translateY(-50%);
}

.kd-lc-wrapper-premium .kd-premium-info-wrap{
  display: inline-block;
}


.kd-p_info-block-no-info .kd-p_info-data-c-manager{
  display: none;
}

.kd-p_info-block-no-info .kd-your_manager-wrap{
  display: none;
}

.kd-p_info-block-no-info .kd-p_info-data-m-no_info{
  display: block;
}

.kd-lc-wrapper-premium .kd-p_info-block-no-info .kd-p_info-data-m-no_info{
  display: none;
}

.kd-lc-wrapper-premium .kd-p_info-block-no-info .kd-your_manager-wrap{
  display: none;
}

.kd-lc-wrapper-premium .kd-p_info-block-no-info .kd-p_info-data-c-manager{
  display: block;
}


.kd-lc-enter_to_lc-wrap-is_auth .kd-lc-enter{
  display:none;
}

.kd-lc-enter-for_auth-name{
  display: inline-block;
  padding-right: 13px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
}

.kd-lc-enter-for_auth-icon{
  width: 16px;
  display: inline-block;
  height: 14px;
  cursor: pointer;
  user-select: none;
  vertical-align: bottom;
  position: relative;
}

.kd-lc-enter-for_auth-wrap{
  display: none;
}

.kd-lc-enter_to_lc-wrap-is_auth .kd-lc-enter-for_auth-wrap{
  display: block;
}

.kd-lc-enter-for_auth-icon-flex{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.kd-lc-enter-for_auth-icon-flex>div{
  background: black;
  width: 100%;
  height: 2px;
}

.kd-lc-enter-for_auth-list{
  background: white;
  position: absolute;
  right: 50%;
  top: 120%;
  top: calc(100% + 17px);
  width: 190px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  z-index: 10;
  transform: translateX(18px);
}

.kd-lc-enter-for_auth-list:before{
  position: absolute;
  bottom: 100%;
  right: 8px;
  content: "";
  border:10px solid transparent;
  border-bottom:10px solid #f0f0f0;
}
.kd-lc-enter-for_auth-list:after{
  position: absolute;
  bottom: 100%;
  right: 10px;
  content: "";
  border:8px solid transparent;
  border-bottom:9px solid white;
  transform:translateY(1px);
}

.kd-lc-enter-for_auth-list>a{
  width: 100%;
  padding: 15px 0;
  padding-left: 50px;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  font-size: 13px;
  background: white;
  box-sizing: border-box;
  color: black;
  text-decoration: none;
  transition: linear all .1s;
}

.kd-lc-enter-for_auth-list>a:hover{
  background: #f0f0f0;
}

.kd-lc-enter-for_auth-list>a:last-child{
  border-bottom: none;
}

.kd-lc-enter-for_auth-list{
  opacity: 0;
  visibility: hidden;
}

.kd-lc-enter_to_lc-wrap-is_auth-active .kd-lc-enter-for_auth-list{
  opacity: 1;
  visibility: visible;
}

.kd-politics-wrap{
  padding:0 50px;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 1300px;
}

.kd-politics-wrap *{
  box-sizing: border-box;
}

.kd-politics-main-li{
  margin: 50px 0;
  list-style-type: none;
  font-size: 18px;
  font-weight: bold;
}

.kd-politics-main-li *{
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
}

.kd-politics-ul{
  padding-left: 25px;
}

.kd-politics-li-text-wrap{
  display: table;
  width: 100%;
}

.kd-politics-li-text{
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.kd-politics-numb{
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}

.kd-politics-li{
  padding-top: 30px;
}

a.kd-a-but-span{
  text-decoration:none;
}

.kd-form-block{
  display: none;
}

.kd-form-block-show{
  display: block;
}


.kd-lc-wrapper-premium .kd-p_info-block-no-info .kd-p_info-image-edit-wrapper{
  display: none;
}


.kd-popup-c_m-premium{
  width: 500px;
  height: 660px;
  padding: 30px 0 30px;
}

.kd-popup-c_m-premium-block{
  width: 100%;
}

.kd-popup-c_m-premium-block-td{
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.kd-popup-c_m-premium-block tr:last-child>td{
  border-bottom: none;
}

.kd-popup-c_m-premium-block td>div{
  vertical-align: top;
}
.kd-popup-c_m-premium-block{
  padding: 0 30px;
}


.kd-popup-c_m-premium-block-td-checkbox .kd-form-checkbox__label:before{
  top: 0;
}

.kd-popup-c_m-premium-block-td-checkbox .kd-form-checkbox__label:after{
  top: 4px;
}

.kd-popup-c_m-premium-block-wrap{
  overflow: auto;
  height: 75%;
}

.kd-popup-c_m-premium-block-td .kd-ym-info-wrap{
  width: 100%;
}

.kd-popup-c_m-premium-block-wrap::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
}

.kd-popup-c_m-premium-block-wrap::-webkit-scrollbar-thumb{
  background-color: #5c3795;
}

.kd-your_manager-wrap-hide{
  display: none !important;
}

.kd-p_info-image-edit-wrapper-prem{
  display: none;
}

.kd-lc-wrapper-premium .kd-p_info-image-edit-wrapper-no_prem{
  display: none;
}

.kd-lc-wrapper-premium .kd-p_info-image-edit-wrapper-prem{
  display: inline-block;
}

.kd-popup-m-rating{
  width: 500px;
}

.kd-popup-m-rating .kd-pp-block-mrb-info{
  letter-spacing: -0.3em;
  position: relative;
}

.kd-popup-m-rating .kd-pp-block-mrb-info .kd-pp-block-mrb-i{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.kd-pp-block-mrb-info .kd-ym-info-wrap{
  padding-top: 10px;
  width: calc(100% - 80px);
  padding-left: 20px;
}

.kd-pp-block-mrb-info .kd-ym-photo{
  width: 80px;
  height: 110px;
}

.kd-pp-block-mrb-info .kd-ym-photo img{
  max-width: 100%;
}

.kd-pp-block-mrb-info .kd-ym-info{
  margin-bottom: 10px;
}


.kd-fgt-text{
  margin-bottom: 5px;
  color:#979797;
  font-size: 11px;
}

.kd-popup-m-rating-review-block{
  margin-top: 40px;
}

.kd-popup-m-rating-review{
  margin-top: 0;
}

.kd-popup-m-rating-review-old .kd-form__input{
  color:#979797;
}
.kd-popup-m-rating-review-old{
  display: none;
}
.kd-popup-m-rating-review-old-show{
  display: block;
}

.kd-pp-block-m-ratin-block-wrap{
  margin-bottom: 40px;
}

.kd-pp-block-m-ratin-block{
	display: none;
	width: 100%;
}

.kd-pp-block-m-ratin-block-show{
	display: inline-block;
}

.kd-show_block-area {
    width: calc(100% - 45px);
    float: right;
}

.kd-show_block-but{
    width: 35px;
    height: 35px;
    background: white;
    display: inline-block;
    border-radius: 100%;
    position:relative;
    transition: linear all .1s;
    cursor: pointer;
    user-select: none;
}

.kd-show_block-but>div{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/kd/show_block-but.png");
    width: 100%;
    height: 100%;
}

html.bx-no-touch .kd-show_block-but:not(.kd-desc-show-but-down)>div:hover {
    background-image: url("/images/kd/show_block-but-active.png");
    transform: rotate(180deg) translateX(-1px);
}
html.bx-no-touch .kd-show_block-but.kd-desc-show-but-down:hover {
  background: #f2f2f2;
}
html.bx-no-touch .kd-show_block-but.kd-desc-show-but-down>div:hover {
  background-image: url("/images/kd/show_block-but.png");
  transform: rotate(180deg) translateX(-1px);
}
html.bx-no-touch .kd-show_block-but:hover {
  background-color: #8641C6;
  border-radius: 50%;
}
html.bx-no-touch .megawrap-col .kd-show_block-but:hover:after {
  display: none;
}
.kd-show_block-area-wrap-show .kd-show_block-but{
  background: #8641C6;
}

.kd-show_block-area-wrap-show .kd-show_block-but>div{
  background-image: url("/images/kd/show_block-but-active.png");
}




/*
.favorites .kd-show_block-but {
    width: 35px;
    height: 35px;
    background: white;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    transition: linear all .1s;
    cursor: pointer;
    user-select: none;
    bottom: 0;
    left: 48%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.favorites .kd-show_block-but:hover {
    width: 35px;
    height: 35px;
    background: #5c3795;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    transition: linear all .1s;
    cursor: pointer;
    user-select: none;
    bottom: 0;
    left: 48%;
    margin-bottom: 10px;
}
*/
.favorites .megawrap-col_side, .favorites .megawrap-col_main
{
    float: none;
    width: auto;
}

.detail .kd-show_block-but>div {
    background-image: url("/images/kd/show_block-but.png");
}
html.bx-no-touch .detail .kd-show_block-but>div:hover {
    background-image: url("/images/kd/show_block-but-active.png");
    transform: rotate(180deg);
}


.kd-show_block-area{
  display: block;
  height: 56px;
  overflow:hidden;
  position: relative;
}

.kd-show_block-area-wrap-show .kd-show_block-area{
  height: 100%;
}

.kd-show_block-area:before{
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom,rgba(242,242,242,0) 0,rgba(242,242,242,1) 100%);
}

.kd-show_block-area-wrap-show .kd-show_block-area:before{
  display: none;
}
.kd-lvi-td-to_top-wrap{
  cursor: pointer;
  user-select: none;
}



.kd-wide-footer-style{
  margin-left: 0;
}

.kd-change_password-popup.kd-popup{
    width: 420px;
}

.kd-change_password-popup .kd-form__group{
  margin-bottom: 17px;
}
.kd-change_password-popup .kd-form__group:last-child{
  margin-bottom: 15px;
}

.kd-for_pas-regular-info{
  color: #979797;
  font-size: 11px;
  margin-bottom: 35px;
  line-height: 1.6;
}

.kd-popup-succes{
  display: none;
}

.kd-popup-succes-show{
  display: block;
}

.kd-rc_inner{
  padding-top:0;
  margin-bottom: 20px;
}

.kd-form__recaptcha .tooltip-error {
  text-align: center;
}

.kd-popup-hide{
  display: none;
}

.kd-popup-succes-show .kd-pp-title{
  margin-top: 40px;
}

.kd-lc-wrapper{
  margin-top: 25px;
}

.kd-popup-m-rating .kd-btn{
  width: 45%;
}

.kd-btn-aln-left{
  float: left;
}

.kd-pp-block-wrap .kd-btn.kd-btn-aln-left{
  background: #c40e37;
  box-shadow: inset 0 -1px 5px 0px #c40e37;
}

.kd-pp-block-wrap .kd-btn.kd-btn-aln-left:active{
  background: white;
  color:#c40e37;
}

.kd-btn-aln-right{
  float: right;
}

.kd-mr-but{
  width: 50%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.kd-popup-account_option .kd-form__recaptcha .rc_wrapper {
    height: auto;
}
.kd-popup-account_option .recaptcha {
  transform: none;
}
.kd-popup-account_option .recaptcha > div {
    transform: scale(.9);
    margin-left: -15px;
}
.kd-pp-suc-text{
  text-align: center;
}

.kd-pp-suc-text-1{
  font-size: 20px;
  margin-bottom: 35px;
}
.kd-pp-suc-text-1 span{
  color:#5c3795;
}
.kd-popup-form_support-succes.kd-popup {
    top: 35vh;
}
.kd-popup-form_support-succes .kd-pp-suc-text-1 {
    margin-bottom: 0;
    text-align: center;
}

.kd-pp-suc-text-2{
  font-size: 14px;
  margin-bottom: 40px;
}
.kd-pp-suc-text-3{
  font-size: 13px;
  color: #979797;
}

.kd-popup-account_option-succes{
  width: 500px;
  padding:60px 140px;
  border-radius: 8px;
}

#auth_modal.kd-auth_modal-fast_reg .tp_link{
  display: inline-block;
}

#auth_modal.kd-auth_modal-fast_reg .tp_link{
  display: inline-block;
}

#auth_modal.kd-auth_modal-fast_reg .forgot_link{
  display: inline-block;
  float: right;
  padding: 0;
}

.kd-auth-comment{
  display: none;
  font-size: 13px;
  margin-top: 35px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
  /* color: #5c3795; */
}

#auth_modal.kd-auth_modal-fast_reg .kd-auth-comment{
  display: block;
}

.fast-registration_link{
  display: none;
}

#auth_modal.kd-auth_modal-fast_reg .fast-registration_link{
  display: block;
  padding-top: 40px;
}

.select *{
  cursor: pointer;
  user-select: none;
}

.basket-table__row .kd-lvi-td-name-numb{
  font-size: 14px;
}

#basketpage .bsk-radio-btns{
	margin-bottom: 0;
}

.kd-form__group_checkbox-bask{
    text-align: right;
    margin-bottom: 0;
}

.kd-form__group_checkbox-bask-left {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 8px;
}

.kd-form__group_checkbox-bask-left .bsk-radio__title {
  margin-bottom: 0px;
}


.kd-bask-rad-hide{
	visibility: hidden;
	position: absolute;
}

.kd-form__group_checkbox-bask .kd-form-checkbox__label{
	color: black;
}

#basketpage .bsk-select{
	width: 620px;
}

#basketpage .bsk-select .select{
	width: 100%;
    margin-bottom: 0px;
}

#basketpage .bsk-select .bsk-comment{
	width: 100%;
    margin-top: 20px;
}

#basketpage .kd-reservation-form {
  width: 400px;
  padding-top: 30px;
}


#basketpage .kd-reservation-form .kd-pp-title {
  margin-bottom:0px;
  font-size: 14px;
  font-weight: bold;
}


.kd-cont-form-inp{
  visibility: hidden;
}


.rto-td-cutnumber{
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.rto-td-deliv label span{
  margin-right: 20px;
}

.rto-td-deliv label{
  margin-top: 10px;
}

.rto-td-comment textarea{
  resize: none;
  height: 50px !important;
}

.kd-adver-banner br{
  content: "";
}

.kd-adver-banner img{
  margin-bottom: 10px;
}

.bottom_menu .bx_hma_one_lvl{
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}

.kd-cut-photo{
  max-height: 80px;
  max-width: 64px;
}

.kd-cut-photo img{
  max-height: 80px;
  max-width: 64px;
  border-radius: 5px;
}

.kd-lab-ts-img-wrap{
	text-decoration: none;
	margin-bottom: 25px;
}

.kd-lab-ts-img-wrap>div{
	display: inline-block;
	vertical-align: middle;
}

.kd-lab-ts-img{
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #f8f8f8 url(/img/kd-lab-ts-img.png);
	background-position: center;
	background-repeat: no-repeat;
}

.kd-lab-ts-img-text{
	font-size: 13px;
	color: #6a6d6f;
	text-decoration: none;
    margin-left: 10px;
}

.kd-main-sec-catalog .main-title-wrapper h1{
	min-width: 500px;
	/*position: absolute;*/
	color: #333333;
	box-sizing: border-box;
	font-size: 22px;
}

.kd-main-sec-catalog .main-title-wrapper{
	/*height: 10px;*/
	margin-bottom: 25px;
}

.list-switch-all {
    color: #F15A25;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    text-decoration: underline;
}

.list-switch-all:before {
    content: attr(data-text-expand);
}

.list-switch-all:after {
    border-bottom: 1px solid #F15A25;
    border-right: 1px solid #F15A25;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    right: -25px;
    top: 8px;
}

.list-switch-all.open:before {
    content: attr(data-text-collapse);
}

.list-switch-all.open:after {
    transform: rotate(225deg);
}

.kd-sec-table-items{
	margin-top: 25px;
}

.kd-sec-table-items tr td{
	vertical-align: top;
}

.kd-sec-table-items .kd-sec-block_name{
	padding-top: 0;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	font-size: 14px;
	text-align: left;
	margin-top: 0;
	color: #F15A25;

}

.kd-sec-table-items .letterlist{
	margin-left: 0;
	margin-right: 0;
}

.kd-sec-table-items .lettersblock, .kd-sec-table-items .kd-sec-block_name{
	padding-left: 20px;
	padding-right: 30px;
	box-sizing: border-box;
}

.kd-sec-table-items .letterlist{
	margin-top: 0;
}

.kd-sec-table-items .letterlist .list-arrow {
    display: none;
}

.kd-sec-table-items .letterlist.with-subsections {
    position: relative;
}

.kd-sec-table-items .letterlist.with-subsections .list-switch {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 20px;
    left: -24px;
    top: -4px;
    width: 20px;
    transition: transform .1s;
}

.kd-sec-table-items .letterlist.with-subsections .list-switch:before {
    border-bottom: 1px solid #F15A25;
    border-right: 1px solid #F15A25;
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.kd-sec-table-items .letterlist .letterlist-subsections {
    border-left: 1px solid #F15A25;
    display: none;
    list-style: none;
    padding-left: 18px;
    margin-left: 4px;
}

.kd-sec-table-items .letterlist.with-subsections.open .list-switch {
    /*top: 6px;*/
    transform: rotate(-180deg);
}

.kd-sec-table-items .letterlist.with-subsections.open .letterlist-subsections {
    display: block;
}

.kd-sec-table-items .letterlist .letterlist-subsections li {
    margin-top: 14px;
}

.kd-sec-table-items a{
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}
.kd-sec-table-items a:hover{
	text-decoration: underline;
}

.kd-sec-table-items a.active {
    color: #550081;
    font-weight: bold;
}

.kd-sec-table-items .lettersblock{
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
}



.kd-sec-table-items .lettersblock2{
  padding-left: 20px;
  padding-right: 30px;
}

.kd-sec-table-items .lettersblock2.lineblock{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
	border-right: 20px solid white;
}

.kd-sec-table-items .lettersblock2.lineblock:last-child:after{
	border-right: none;
}

.kd-sec-table-items .lettersblock .letterlist{
	margin-top:14px;
}

.kd-sec-table-items .lettersblock .letterlist:first-child{
	margin-top:0px;
}

.kd-sec-table-items .kd-sec-table-tr>td{
	padding-right: 25px;
}

.kd-sec-table-items .kd-sec-table-vendors td>div:first-child{
	font-size: 14px;
	color: #5c3795;
	font-weight: bold;
}

.kd-sec-table-items .kd-sec-table-vendors td a>div{
	display: block;
	margin-top:20px;
	margin-bottom: 20px;
}
.kd-sec-table-items .kd-sec-table-vendors td a{
	color: #333333;
	font-size: 13px;
}


.kd-sec-table-items .kd-sec-table-vendors td{
	padding-bottom: 25px;
	padding-right: 25px;
}

.kd-sec-table-items .kd-sec-table-vendors td>div{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px;
	padding-left: 25px;

}
.kd-text-block {
    margin-bottom: 2px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    text-align: justify;
}

#openorderblock *,
.kd-text-block * {
  font-size: 16px;
  /*color: #000000;*/
  letter-spacing: normal;
}


#openorderblock * {
  text-align: left;
}

#openorderblock .btn {
    background: #5c3795;
    color: #fff;
}

#recaptcha_order_form iframe {
    width: 304px;
    height: 78px;
}


.kd-text-block a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    /*font-weight: bold;*/
}


.kd-text-block .bord-none {
  border-bottom:none;
}


.kd-text-block .rigth_img {
    padding-left: 32px;
   /* padding-right:  16px;*/
    padding-bottom:  32px;
  /*  padding-top: 8px;*/
}

.kd-text-block h2 {
  color: #000;
  font-weight: bold;
  font-size: 21px;
}

.kd-text-block h1 {
    font-size: 26px;
}

/* Переход на margin вместо <br> */
.kd-text-block h2,
.kd-text-block h3,
.kd-text-block h4 {
    margin: 2em 0 1em;
}
.kd-text-block br + h2,
.kd-text-block br + h3,
.kd-text-block br + h4 {
    margin-top: 1em;
}
.kd-text-block br + br + h2,
.kd-text-block br + br + h3,
.kd-text-block br + br + h4 {
    margin-top: 0;
}
.kd-text-block h2 + br,
.kd-text-block h3 + br,
.kd-text-block h4 + br {
    margin-top: -1em;
}

.kd-text-block .kd-text-block-right {
  width: 600px;
  float: right;
  margin-left: 32px;
  padding-bottom:  32px;

}

input[name="checkField"] {
    display: none!important;
}

.kd-text-block table#openorderblock tr td:nth-child(1) {
  width: 35%;
}


.kd-text-block table#openorderblock tr td:nth-child(2) {
  width: 65%;
}

.bsk-modal-overlay {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}

.kd-tdmenu_active{
  position: relative;
  border-bottom: 0;
  z-index: 5;
  border-radius: 5px 5px 0 0;
}

.tdmenu_0.kd-tdmenu_active{
  box-shadow:0 5px 0 #0065b3;
}
.tdmenu_1.kd-tdmenu_active{
  box-shadow:0 5px 0 #550081;
}
.tdmenu_2.kd-tdmenu_active{
  box-shadow:0 5px 0 #c40e37;
}
.tdmenu_3.kd-tdmenu_active{
  box-shadow:0 5px 0 #ff3b00 ;
}
.tdmenu_4.kd-tdmenu_active{
  box-shadow:0 5px 0 #ffb702 ;
}
.tdmenu_5.kd-tdmenu_active{
  box-shadow:0 5px 0 #80bf00 ;
}

.kd-tdmenu-line{
  border-bottom: 0;
}

table .main-title-wrapper .main-title__back{
  background-color: #bf87dc;
  transition: linear all .1s;
}

table.main_tdmenu-0 .main-title-wrapper .main-title__back{
  background-color: #0065b3;
}
table.main_tdmenu-1 .main-title-wrapper .main-title__back{
  background-color: #550081;
}
table.main_tdmenu-2 .main-title-wrapper .main-title__back{
  background-color: #c40e37;
}
table.main_tdmenu-3 .main-title-wrapper .main-title__back{
  background-color: #ff3b00;
}
table.main_tdmenu-4 .main-title-wrapper .main-title__back{
  background-color: #ffb702;
}
table.main_tdmenu-5 .main-title-wrapper .main-title__back{
  background-color: #80bf00;
}

body table .main-title-wrapper h1.main-title{
  min-width: auto;
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
  font-size: 23px;
  color: rgb(92, 55, 149);
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform:translate(-50%,-50%);*/
  /*max-height: 88px;*/
  /*overflow: hidden;*/
}

table.main_tdmenu-0 .main-title-wrapper h1.main-title{
  color: #0065b3;
}
table.main_tdmenu-1 .main-title-wrapper h1.main-title{
  color: #550081;
}
table.main_tdmenu-2 .main-title-wrapper h1.main-title{
  color: #c40e37;
}
table.main_tdmenu-3 .main-title-wrapper h1.main-title{
  color: #ff3b00;
}
table.main_tdmenu-4 .main-title-wrapper h1.main-title{
  color: #ffb702;
}
table.main_tdmenu-4 .main-title-wrapper h2.main-title{
    color: #ffb702;
}
table.main_tdmenu-5 .main-title-wrapper h1.main-title{
  color: #80bf00;
}

.kd-sec_option-wrap{
  letter-spacing: -0.3em;
}

.kd-sec_option{
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  white-space:nowrap;
  font-size: 14px;
}

.kd-sec_option-type_of_val{
  text-align: right;
  padding-right: 10px;
}
.kd-sec_option.kd-sec_option-type_of_val {
    width: calc(50% - 1px);  /* hack for safari */
}

.kd-type_of_val-opt{
  user-select: none;
  width: 60px;
  text-align: center;
  font-weight: bold;
}

.kd-valut-hide{
  display: none;
}

.kd-sec_option-wrap{
  margin-top: 5px;
  margin-bottom: 10px;
}

.kd-type_of_val-opt.kd-valut-hide{
  font-weight: normal;
  text-decoration: underline;
  display: inline;
  cursor: pointer;
}

.td-kd-seemore-title-a{
  vertical-align: top;
}

.kd-sec_option-wrap{
  padding-top: 20px;
}

.kd-sec_option-wrap-2 {
    margin-top: 20px;
    padding: 0;
}


.kd-section-wrapper {
  margin-bottom: 2px;
  width: 100%;
  box-sizing: border-box;
 /* letter-spacing: -0.3em;*/
  font-size: 16px;

}

.kd-other-content-section-block {
   letter-spacing: normal;
   box-sizing: border-box;
}

.kd-other-content-section-block .kd-line {
  border: 0;
  background-color: #ebebeb;
  height: 2px;
  margin-left: 20px;
  margin-right: 20px;

}

/*booklets*/


.kd-section-wrapper .catalog-to-favorite {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: 20px;
  width: 16px;
  height: 15px;
  background: url("/images/star-outline.svg") no-repeat left top;
  background-size: 16px 15px; }
  .catalog-to-favorite.active {
    background-image: url("/images/star.svg"); }

.kd-section-wrapper .video-to-favorite {
  display: inline-block;
  margin-top: 15px;
  padding-left: 25px;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  background: url("/images/star-outline.svg") no-repeat left top;
  background-size: 16px 15px; }

.kd-section-wrapper .favorites .empty {
  padding: 60px 50px;
  color: #333;
  font-size: 13px; }

.kd-section-wrapper .favorites .favorite-button {
  display: inline-block;
    font-size: 0;
  padding-left: 32px;
  color: #333;
  line-height: 22px;
  text-decoration: none;
  background: url("/images/star-outline.svg") no-repeat left top;
  background-size: 20px 19px; }
.kd-section-wrapper .favorites .favorite-button:hover {
    color: #5c3795; }
.kd-section-wrapper .favorites .favorite-button.active {
    background-image: url("/images/star.svg"); }
.kd-section-wrapper .favorites .download {

  text-decoration: none;
  border-bottom: dashed 1px #F15A25;
    font-size: 14px;
  color: #F15A25; }

.kd-section-wrapper .favorites .favorites-title {
  font-weight: bold;
  padding: 20px 20px 5px;
}
.kd-other-content-section-wrapper.kd-section-wrapper {
    margin: 35px 0 25px;
}



.kd-section-wrapper .favorites .favorites-catalogs {
  padding: 20px 20px 5px;
  overflow: hidden;
  height: 248px;
}

.kd-section-wrapper .favorites .favorites-catalogs.list {
    max-height: 284px;
    height: auto;
}

.detail .kd-section-wrapper .favorites .favorites-catalogs {
    max-height: 450px;
    height: auto;
}

.detail .kd-section-wrapper .favorites .favorites-catalogs.list {
    max-height: 460px;
}

.detail .kd-section-wrapper .favorites .favorites-videos {
    max-height: 670px;
    height: auto;
}

.kd-section-wrapper .favorites .favorites-catalogs-showall.list {
    height: 100%;
    max-height: unset;
}

.kd-section-wrapper .favorites .favorites-catalogs-showall {
  height: 100%;
}

.detail .kd-section-wrapper .favorites .favorites-catalogs-showall {
    max-height: 100%;
}

.detail .kd-section-wrapper .favorites .favorites-catalogs-showall.list {
    max-height: 100%;
}

.detail .kd-section-wrapper .favorites .favorites-videos-showall {
    max-height: 100%;
}

.kd-section-wrapper .favorites .favorites-catalogs-showall .kd-show_block-but{
  background: #5c3795;
}

.kd-section-wrapper .favorites .favorites-catalogs-showall .kd-show_block-but>div{
 background-image: url(/images/kd/show_block-but-active.png);
}

.kd-section-wrapper .favorites .favorites-catalogs .row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 97%;
    float: left;
  }


.kd-section-wrapper .favorites .favorites-catalogs.favorites-catalogs-showall .row{
  width: 100%;
}

.kd-section-wrapper .favorites .favorites-catalogs.favorites-catalogs-showall.list .row{
    width: inherit;
    width: -moz-available;
    width: -webkit-fill-available;
}

.kd-section-wrapper .favorites .favorites-catalogs.list .row{
    width: inherit;
    width: -moz-available;
    width: -webkit-fill-available;
}

.kd-section-wrapper .favorites .favorites-catalogs .row .column {
      box-sizing: border-box;
      flex: 1 1 16.66666667%;
      min-width: 270px;
      max-width: 16.66666667%;
      padding: 0 12px;
}

.detail .kd-section-wrapper .favorites .favorites-catalogs .row .column {
    flex: 1 1;
    min-width: 240px;
    max-width: 16.6%;
}


.kd-section-wrapper .favorites .catalog-card {
  margin-bottom: 24px;
  padding: 20px;
  padding-bottom: 0;
  background: #FEF8F3; }

.kd-section-wrapper .favorites .catalog-card img {
    margin-bottom: 10px; }

.kd-section-wrapper .favorites .catalog-card .title {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    height: 88px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }

.kd-section-wrapper .favorites .catalog-card .title:hover {
      color: #5c3795; }
.kd-section-wrapper .favorites .catalog-card .footer {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    border: none!important;
}

.kd-section-wrapper .favorites .catalog-card .footer .favorite-button {
      padding-left: 30px;
      line-height: 18px;
      background-size: 16px 15px; }



/*video*/



.kd-section-wrapper .video-to-favorite:hover {
    color: #5c3795; }
.kd-section-wrapper .video-to-favorite.active {
    background-image: url("/images/star.svg"); }


.kd-section-wrapper .favorites .favorites-videos {
  padding: 20px 20px 5px;
  overflow: hidden;
  height: 364px;

}

.kd-section-wrapper .favorites .favorites-videos.list {
    height: 391px;
}

.kd-section-wrapper .favorites .favorites-videos.kd-user-guest {
  height: 306px;
}

.detail .kd-section-wrapper .favorites .favorites-videos.kd-user-guest {
    max-height: 556px;
    height: auto;
}

.detail .kd-section-wrapper .favorites .favorites-videos.kd-user-guest.favorites-videos-showall {
    max-height: 100%;
}


.kd-section-wrapper .favorites .favorites-videos.favorites-videos-showall {
  height: 100%;
}

.kd-section-wrapper .favorites .favorites-videos .row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    float: left;
    width: 97%;
  }

.kd-section-wrapper .favorites .favorites-videos.list .row {
    margin: 0;
}
.kd-section-wrapper .favorites .favorites-videos .row .column {
   /*   box-sizing: border-box;
      flex: 1 1 20%;
      padding: 0 20px;
      min-width: 350px;
      max-width: 20%;*/

         box-sizing: border-box;
      flex: 1 1 16.66666667%;
      min-width: 270px;
      max-width: 16.66666667%;
      padding: 0 12px;
    }
.detail .kd-section-wrapper .favorites .favorites-videos .row .column {
    max-width: initial;
}
.kd-section-wrapper .favorites .favorites-videos.list .row .column {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 18px;
}
.kd-section-wrapper .favorites .video-card {
  margin-bottom: 0;
  padding: 20px;
  padding-bottom: 15px;
  background: #FEF8F3;
  /*min-width: 280px; */
}
@media (min-width: 769px) {
    .kd-section-wrapper .favorites .favorites-videos.list .video-card {
        display: flex;
        align-items: flex-start;
        padding: 5px;
        margin-bottom: 0;
        height: 100%;
    }
    .kd-section-wrapper .favorites .favorites-videos.list .video-card .img-box {
        height: auto;
        margin-right: 20px;
        display: inline-block;
        margin-top: 5px;
    }
    .kd-section-wrapper .favorites .favorites-videos.list .video-card .img-box img {
        max-height: 50px;
        width: 85px;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .kd-section-wrapper .favorites .favorites-videos.list .video-card .title {
        display: inline-block;
        height: auto;
        width: 90%;
        margin-right: 20px;
    }
    .kd-section-wrapper .favorites .favorites-videos.list .video-card .footer {
        display: inline;
        width: auto;
        padding: 0;
        min-width: max-content;
        margin-right: 20px;
        border: none!important;
    }

    .kd-section-wrapper .favorites .favorites-catalogs.list .row .column {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card {
        display: flex;
        align-items: center;
        padding: 0;
        margin-bottom: 8px;
    }
    .kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card img {
        margin-bottom: 0;
        margin-right: 20px;
        margin-left: 20px;
    }
    .kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card .title {
        height: auto;
        width: 90%;
        margin-right: 20px;
    }
    .kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card .footer {
        justify-content: flex-end;
        margin-right: 20px;
        border: none!important;
        width: 190px;
    }
    .kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card .footer .favorite-button {
        margin-right: 20px;
        white-space: nowrap;
    }
}


.kd-section-wrapper .favorites .video-card .img-box {
    display: block;
    position: relative;
    /*margin-bottom: 15px;*/
    height: 180px;
    overflow: hidden; }

.kd-section-wrapper .favorites .video-card .img-box img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 100%; }

.kd-section-wrapper .favorites .video-card .title {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    min-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }

.kd-section-wrapper .favorites .video-card .title:hover {
      color: #5c3795; }
.kd-section-wrapper .favorites .video-card .subtitle {
    margin-top: 7px;
    height: 18px;
    line-height: 1.4;
    color: #6a6d6f;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.kd-section-wrapper .favorites .video-card .footer {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 13px;
    border: none!important;
}

.kd-section-wrapper .favorites .video-card .footer .favorite-button {
      padding-left: 30px;
      line-height: 18px;
      background-size: 16px 15px; }


.kd-section-wrapper .favorites .favorites-videos-showall .kd-show_block-but{
  background: #5c3795;
}

.kd-section-wrapper .favorites .favorites-videos-showall .kd-show_block-but>div{
 background-image: url(/images/kd/show_block-but-active.png);
}

.kd-section-wrapper .favorites .favorites-videos.favorites-videos-showall .row{
  width: 100%;
}


.kd-section-wrapper .favorites .tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }


.kd-section-wrapper .favorites .tabs-nav li {
    display: block;
    float: left;
    margin-right: 3px;
}

.kd-section-wrapper .favorites .tabs-nav a {
    display: block;
    width: 180px;
    line-height: 42px;
    background: linear-gradient(to top, #e3e3e3, #f8f8f8 35%);
    color: #6a6d6f;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}


.kd-section-wrapper .favorites .tabs-nav a.active {
    color: #F15A25;
    background: #f8f8f8;
}

.kd-background-gray-ligth {
    background: #f8f8f8;
}

.kd-section-library-category {
       margin-bottom: 0px;
}

.kd-section-category-title {
  color: #F15A25;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 8px;
}


.kd-other-content-section-wrapper .kd-show_block-but > div {
    background-image: url("/images/kd/show_block-but.png");
}

.kd-other-content-section-wrapper .kd-show_block-but > div:hover {
    background-image: url("/images/kd/show_block-but-active.png");
    transform: rotate(180deg);
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-catalog-hideall {
    background: #5c3795;
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-catalog-hideall:hover {
    background: #ffffff;
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-catalog-hideall > div {
    background-image: url("/images/kd/show_block-but-active.png");
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-catalog-hideall > div:hover {
    background-image: url("/images/kd/show_block-but.png");
    transform: rotate(180deg);
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-video-hideall {
    background: #5c3795;
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-video-hideall:hover {
    background: #ffffff;
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-video-hideall > div {
    background-image: url("/images/kd/show_block-but-active.png");
}

.kd-other-content-section-wrapper .kd-show_block-but.kd-video-hideall > div:hover {
    background-image: url("/images/kd/show_block-but.png");
    transform: rotate(180deg);
}

.detail .kd-show_block-but.kd-catalog-hideall {
    background: #5c3795;
}

.detail .kd-show_block-but.kd-catalog-hideall:hover {
    background: #ffffff;
}

.detail .kd-show_block-but.kd-catalog-hideall > div {
    background-image: url("/images/kd/show_block-but-active.png");
}

.detail .kd-show_block-but.kd-catalog-hideall > div:hover {
    background-image: url("/images/kd/show_block-but.png");
    transform: rotate(180deg);
}

.detail .kd-show_block-but.kd-video-hideall {
    background: #5c3795;
}

.detail .kd-show_block-but.kd-video-hideall:hover {
    background: #ffffff;
}

.detail .kd-show_block-but.kd-video-hideall > div {
    background-image: url("/images/kd/show_block-but-active.png");
}

.detail .kd-show_block-but.kd-video-hideall > div:hover {
    background-image: url("/images/kd/show_block-but.png");
    transform: rotate(180deg);
}

.kd-other-content-title .kd-show_block-but>div{
    width: 30px;
    height: 20px;
}

.kd-video-hide {
  display: none;
}
.kd-hide {
  display: none;
}


.kd-sec-table-items .kd-all-dashed {
    color: #F15A25;
    text-decoration: none;
    border-bottom: 1px dashed #F15A25;
    cursor: pointer;
}

.kd-title-factory {
	margin-top: 50px;
}

.lineitempage {
	border-bottom: 1px solid #e8e8e8;
    margin-bottom: 16px;
    padding-top: 32px;
}

.kd-popup-form-support .kd-form__input-textarea {
    height: 150px;
}
.kd-popup-form-support .kd-form-checkbox__label {
    line-height: 2.3;
}


.kd-new-block-row {
  width: 24px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  position:relative;
  transition: linear all .1s;
  user-select: none;
  background-color: #5c3795;

}


.kd-new-block-row>div{
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 19px;
  font-size:10px;
  font-weight: bold;
    text-transform: lowercase;
}


.kd-price-ru-bsk {
    display: block;
}

.kd-sec_option-wrap-2 {
    margin-top: 20px;
    padding: 0;
}

.nav-back {
    margin: 10px 0;
}

.nav-back__link {
    color: #550081;
    padding-left: 12px;
    position: relative;
}

.nav-back__link:before {
    border-left: 1px solid #550081;
    border-top: 1px solid #550081;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    height: 5px;
    width: 5px;
}
.sort_display {
    padding: 20px;
    float: right;
    width: 100%;
    text-align: right;
}
.sort_display a, .sort_display a i {
    display: inline-block;
    height: 13px;
    width: 13px;
    line-height: 20px;
}
.sort_display a{margin:0px 0px 0px 8px;width:35px;height:35px;vertical-align:top;text-align:center;line-height:35px;background:#f5f5f5;border-radius:2px;}
.sort_display a i{background:url('/images/kd/Display.svg') 0 0 no-repeat;vertical-align:middle;}
.sort_display a.block i{background-position:0px -17px;}
.sort_display a.block.current i{background-position:0px 0px;}
.sort_display a.list i{background-position:-29px -17px;}
.sort_display a.list.current i{background-position:-29px 0px;}
.sort_display a.table i{background-position:-57px -17px;}
.sort_display a.table.current i{background-position:-57px 0px;}
.sort_display a.current {
    background-color: #3d4753;
}

.kd-address-add {
    color: #5c3795;
    cursor: pointer;
    text-decoration: underline;
    padding-top: 14px;
    font-family: "Microsoft Sans Serif";
    font-size: 14px;
}

.ordersFilter__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}
.ordersFilter__label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 22px;
}
.ordersFilter__toggler {
    font-size: 13px;
    color: #979797;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    padding: 11px 16px;
    width: 200px;
    cursor: pointer;
    position: relative;
}
.ordersFilter.opened .ordersFilter__toggler {
    border-color: #5c3795;
    border-bottom: 1px solid #b0b0b0;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.ordersFilter__toggler:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top: 6px solid #5c3795;
    position: absolute;
    right: 19px;
    top: 17px;
    pointer-events: none;
}
.ordersFilter.opened .ordersFilter__toggler:after {
    transform: rotate(180deg);
    top: 12px;
}
.ordersFilter {
    position: relative;
}
.ordersFilter__list {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #5c3795;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    z-index: 1;
}
.ordersFilter__list-inner {
    padding: 15px 18px;
}
.ordersFilter__item {
    font-size: 13px;
    line-height: 30px;
}
.ordersFilter.opened .ordersFilter__list {
    display: block;
}
.ordersFilter__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.ordersFilter__checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    width: 100%;
    cursor: pointer;
}
.ordersFilter__checkbox+label::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.ordersFilter__checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #5c3795;
}
.ordersFilter__checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.ordersFilter__checkbox:checked+label::before {
    background-image: url(/images/checkbox.png);
    border-color: #5c3795;
}
.ordersFilter__checkbox:disabled+label::before {
    background-color: #e9ecef;
}
.ordersFilter__submit-wrap {
    padding: 15px 18px;
    border-top: 1px solid #b0b0b0;
}
.ordersFilter__submit {
    font-family: "Microsoft Sans Serif";
    outline: none;
    border: none;
    background-color: #5c3795;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 5px;
}

.ordersFilter__info {
    padding-left: 22px;
    display: inline-flex;
    font-size: 13px;
}

.ordersFilter__info .ordersFilter__selected_header {
 margin-right: 8px;
}
.ordersFilter__info .ordersFilter__selected_text {

}

.kaonadn_frame_wrap iframe {
    max-width: 100%;
    max-height: 100vh;
    z-index: 120;
}
#backButton {
    display: none;
}
.kaonadn_frame_wrap {
    position: relative;
    display: inline-block;
}
.screenToggle {
    width: 30px;
    height: 30px;
    background-image: url(/images/full_screen.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 4px;
    opacity: 0.6;
    bottom: 8px;
    background-size: cover;
    cursor: pointer;
    z-index: 130;
}
.kaonadn_frame_wrap.fullscreen {
    width: 70vw;
    height: 70vh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 110;
}
.kaonadn_frame_wrap.fullscreen .kaonadn_frame_title {
    font-size: 0;
}
.kaonadn_frame_wrap.fullscreen iframe {
    width: 100%;
    height: 100%;
}
.kaonadn_frame_wrap.fullscreen .screenToggle {
    background-image: url(/images/off_screen.png);
    bottom: 0;
}
.kaonadn_frame_title {
    text-align: left;
}
.frame_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
}

.detail h2,
.detail h2 * {
    font-size: 23px;
}
.kd-section-block-descr h2,
.detail h3,
.kd-section-block-descr h2 *,
.detail h3 * {
    font-size: 21px;
    color: #550081 !important;
}
.kd-section-block-descr h3,
.detail h4,
.kd-section-block-descr h3 *,
.detail h4 * {
    font-size: 19px;
    color: #550081 !important;
}
.kd-section-block-descr h4,
.detail h5 {
    font-size: 16px;
    color: #550081 !important;
}
.kd-section-block-descr h5,
.kd-section-block-descr h6,
.detail h6,
.kd-section-block-descr h5 *,
.kd-section-block-descr h6 *,
.detail h6 * {
    font-size: 14px;
    color: #550081 !important;
}

.expandable_table_head {
    position: relative;
    display: flex;
    align-items: center;
}
.expandable_table_head.closed .expandable_table_btn {
    background: #f2f2f2;
}
.expandable_table_head.closed .expandable_table_btn>div {
    background-image: url(/images/kd/show_block-but.png);
}
.expandable_table_head.closed + table,
.expandable_table_head.closed + button,
.expandable_table_head.closed + button + table,
.expandable_table_head.closed + button + table + button,
.expandable_table_head.closed + table + button {
    display: none;
}
.expandable_table_btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    transition: linear all .1s;
    cursor: pointer;
    user-select: none;
    background-color: #5c3795;
    margin-right: 10px;
}
.expandable_table_btn>div {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/kd/show_block-but-active.png);
    width: 100%;
    height: 100%;
}
.expandable_table_btn:after {
    position: absolute;
    left: 30px;
    top: -12px;
    content: 'Закрыть таблицу';
    font-size: 12px;
    background-color: #fff;
    white-space: nowrap;
    display: none;
}
.expandable_table_head.closed .expandable_table_btn:after {
    content: 'Раскрыть таблицу';
}
.expandable_table_btn:hover:after {
    display: table;
}
.detail_text_list .expandable_table_btn {
    display: none;
}
.detail_text_list .expandable_table_head + table {
    margin-left: 0 !important;
}
.detail_text_list .expandable_table_head + table tr:first-child {
    display: none;
}
.detail_text_list .expandable_table_head + table tr td:not(:nth-child(2)) {
    display: none;
}
.detail_text_list .expandable_table_head + table tr td {
    padding: 10px 0;
    background: none;
    border-bottom: 1px solid #ccc;
}
.detail_text_list .expandable_table_head + table tr td a {
    font-size: 12px;
    font-weight: normal;
}
.detail_text_list .expandable_table_head + table tr td a b {
    font-weight: normal;
}

@media (max-width: 600px) {
    .screenToggle {
        display: none;
    }
    .kd-section-wrapper .favorites .favorites-catalogs .row {
        height: 500px;
    }
    .kd-section-wrapper .favorites .favorites-catalogs {
        max-height: 410px;
    }
    .kd-section-wrapper .favorites .favorites-catalogs-showall {
        max-height: 100%;
    }
    .kd-section-wrapper .favorites .favorites-catalogs-showall .row {
        height: 100%;
    }
    .detail .kd-section-wrapper .favorites .favorites-videos {
        padding: 10px;
    }
    .detail .kd-section-wrapper .favorites .favorites-videos .row {
        margin: 0;
    }
    .detail .kd-section-wrapper .favorites .favorites-videos .row .column {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0 5px;
    }
    .detail .kd-section-wrapper .favorites .favorites-catalogs .row {
        height: 500px;
    }
    .detail .kd-section-wrapper .favorites .favorites-catalogs {
        max-height: 410px;
    }
    .detail .kd-section-wrapper .favorites .favorites-catalogs-showall {
        max-height: 100%;
    }
    .detail .kd-section-wrapper .favorites .favorites-catalogs-showall .row {
        height: 100%;
    }
    .detail .kd-show_block-but {
        margin-bottom: 10px;
    }
}

table.tdpl10 td:not([align=center]) {
    padding-left: 10px;
}

.cookie_modal {
    position: fixed;
    left: 50%;
    margin-left: -600px;
    bottom: 20px;
    max-width: 1200px;
    padding: 40px 55px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    z-index: 100;
}
.cookie_modal_title {
    font-size: 18px;
    margin-bottom: 12px;
}
.cookie_modal_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cookie_modal_text {
    font-size: 15px;
    width: calc(100% - 180px);
    line-height: 1.5;
}
.cookie_modal_btn {
    width: 100px;
    height: 32px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #5c3795;
    border: 1px solid #5c3795;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}
.cookie_modal_btn:hover {
    background-color: #fff;
    color: #5c3795;
}
@media (max-width: 1200px) {
    .cookie_modal {
        max-width: calc(100vw - 30px);
        left: 15px;
        margin-left: unset;
    }
}
@media (max-width: 768px) {
    .cookie_modal {
        padding: 20px 30px;
    }
    .cookie_modal_title {
        font-size: 16px;
    }
    .cookie_modal_text {
        font-size: 13px;
        width: 100%;
        margin-bottom: 15px;
    }
}

#openorderblock * {
  box-sizing: border-box;
}
#openorderblock,
.kd-lc-wrapper form table {
    width: 100%;
    max-width: 600px;
}
#openorderblock h2,
.kd-lc-wrapper form table h2 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #333333;
}
.kd-lc-wrapper form table,
.kd-lc-wrapper form tbody,
.kd-lc-wrapper form tfoot,
.kd-lc-wrapper form thead,
.kd-lc-wrapper form tr,
.kd-lc-wrapper form td,
#openorderblock,
#openorderblock tbody,
#openorderblock tfoot,
#openorderblock thead,
#openorderblock tr,
#openorderblock td {
    display: block;
    text-align: left !important;
}
#openorderblock td span,
.kd-lc-wrapper form td span {
    color: #c40e12;
}
.kd-lc-wrapper form tbody,
.kd-lc-wrapper form tfoot,
.kd-lc-wrapper form thead,
.kd-text-block table#openorderblock tr td:nth-child(2),
.kd-text-block table#openorderblock tr td:nth-child(1),
#openorderblock tbody,
#openorderblock tfoot,
#openorderblock thead,
#openorderblock tr td:nth-child(2),
#openorderblock tr td:nth-child(1) {
    width: 100%;
}
#openorderblock td,
.kd-lc-wrapper form td {
    font-size: 14px;
    color: #979797;
}
#openorderblock td span,
.kd-lc-wrapper form td span {
    color: #c40e12;
}

.search-box-page {
  width: 100%;
  max-width: 600px;
  border: 1px solid #cccccc;
  margin: 10px 0 0 0;
  padding:10px;
  box-sizing: border-box;
}
.search-box-page h2 {
  color: #000;
  margin-bottom: .5em;
}
.search-box-page form {
  display: flex;
  align-items: center;
}
.search-box-page form input:not([type="submit"]) {
  display: block;
  line-height: 44px;
  font-size: 16px;
  padding: 0 17px;
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  width: initial !important;
  flex: 1;
  min-width: 0;
}
.search-box-page form input:not([type="submit"])::placeholder {
    color: #979797;
}
.search-box-page input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  font: 14px Arial, Tahoma, sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  outline: none;
  padding: 0 30px;
  border: 1px solid #5c3795;
  transition: all 0.3s;
  line-height: 44px;
  background-color: #5c3795;
  color: #fff;
  margin-left: 17px;
}
.search-box-page input[type="submit"]:hover {
  background-color: #fff;
  color: #5c3795;
}
#openorderblock td input:not([type="checkbox"]):not([type="radio"]),
.kd-lc-wrapper form td input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
    height: 44px;
    font-size: 16px;
    margin-bottom: 17px;
    padding: 0 17px;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
}
.search-box-page form input:not([type="submit"]):focus,
#openorderblock td input:not([type="checkbox"]):not([type="radio"]):focus,
.kd-lc-wrapper form td input:not([type="checkbox"]):not([type="radio"]):focus {
    border-color: #333;
}
#openorderblock td.td_full_width input:not([type="checkbox"]):not([type="radio"]),
.kd-lc-wrapper form td.td_full_width input:not([type="checkbox"]):not([type="radio"]) {
    border: 1px solid #b0b0b0 !important;
}
#openorderblock td input[type="submit"],
.kd-lc-wrapper form td input[type="submit"] {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 46px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-bottom: 2px solid #452675;
    border-radius: 5px;
    background-color: #5c3795;
    color: #fefefe;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    line-height: 42px;
    outline: none;
    display: block;
}
#openorderblock td input[type="submit"],
.kd-lc-wrapper form td input[type="submit"] {
    border-color: #452675 !important;
}
#openorderblock td input[type="submit"]:hover,
.kd-lc-wrapper form td input[type="submit"]:hover {
    background-color: #fff !important;
    color: #5c3795 !important;
    border-color: #452675;
    box-shadow: 0 2px transparent !important;
}
#openorderblock td textarea,
.kd-lc-wrapper form td textarea {
    height: 100px !important;
    font-size: 16px;
    padding: 15px 17px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
}
#openorderblock td textarea:focus,
.kd-lc-wrapper form td textarea:focus {
    border-color: #333;
}
#openorderblock tfoot input,
.kd-lc-wrapper form tfoot input {
    text-align: center !important;
}
#openorderblock .kd-form-checkbox__label,
.kd-lc-wrapper form table .kd-form-checkbox__label {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    #openorderblock,
    .kd-lc-wrapper form table {
        max-width: 100%;
    }
}

table[align=center] {
    margin: 0 auto;
}
.kd-form__alert {
    margin: 5px 0;
    font-size: 12px;
}
.kd-form__alert span {
    color: red;
}
h2.kd-form__group a.link-show-form {
    font-size: 16px;
}
.form_order_title {
    font-size: 19px;
    font-weight: bold;
    margin: 38px 0 18px;
}
.form_order_link_wrap {
    padding: 5px 15px;
    color: red;
}
.form_order_link_wrap a {
    color: red;
}
.kd-last_viewed_items .form_order_link_td,
.form_order_link_td a {
    font-size: 14px;
    color: red;
}
.js-add-offer-art {
    cursor: pointer;
    text-decoration: underline;
}
.js-add-offer-art {
    color: red;
}
.js-add-offer-art div {
    text-decoration: underline;
    color: red;
}
.name_add_text {
    font-weight: normal;
}

.kd-lvi-td-in_stock {
    position: relative;
}
.mobile_tootltip {
    position: absolute;
    left: 25px;
    top: -25px;
    font-size: 12px !important;
    z-index: 10;
    background-color: #fff;
    width: 165px;
    padding: 5px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    .mobile_tootltip {
        left: -75px;
        top: unset;
        bottom: 22px;
    }
    .acs-pay__left .mobile_tootltip {
        left: -25px;
    }
    .detail .in_store_label,
    .detail .in_transit_label,
    .detail .in_stock_reserve_label,
    .kd-lvi-td-in_stock span,
    .acs-pay__left span {
        cursor: pointer;
    }
}

#openorderblock td textarea:not(:first-child) {
  margin-top: 5px;
}

#openorderblock td textarea {
  margin-bottom: 17px;
}

#openorderblock td textarea,
#openorderblock td input,
.kd-lc-wrapper form td textarea,
.kd-lc-wrapper form td input {
    outline: none;
}

.file-selectdialog-switcher {
    padding-left: 30px;
    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjM1Q0JDM0NBRjMxMUVDODJEREI3MUNGNUM2MTk1NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjM1Q0JDNENBRjMxMUVDODJEREI3MUNGNUM2MTk1NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZCMzVDQkMxQ0FGMzExRUM4MkREQjcxQ0Y1QzYxOTU0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZCMzVDQkMyQ0FGMzExRUM4MkREQjcxQ0Y1QzYxOTU0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8hJJLwAAAThQTFRFl3S5sZXJmni708Th7ufz/Pz96+TxspjL28/nmHa6/v3+1cbim3m8s5nMr5XJ7un06uLwnny97ejz+vf78Oz1hl2tx7PYpIbBuKDPkWy1spbK/Pr8tp3O9O/3iWGv/f3+7+r0mXe6qYzEr5PIy7ncn36+5Nrsw6/Wr5LIxK/Xk3C30sHgj2iz18jjzLrciF+u4NbqmHW5p4nD7OXy9O/4vKPRuqHQvKXR3dLoqo3FtpzN9fL4nHq8glequqLQnHu8p4fCq43FrZHH1sjjuJ/O/Pv9rpHH0L/eimGvlXK4rZDH6uPxy7fa9PH51MXiqIrEoH+/k262tJrM9/T5pYXBvqnT6eHw3dHo1cfj6ODv+vj7y7nbyLTZrI/G8ez22s7m9vL49vP55d3tzbzd+PX6pobCtZvM////d2gzkAAAAGh0Uk5T/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAf7P1LAAAA+UlEQVR42kzQ51LCQBSG4bMpEAggBOlViCgK9t57Fys2sJfv/u/A3U3IZH+988zOnp1D8J8Z5SR1+wnyoK3jcbaPl+JOycPFGgxqiAq+DnDpKmnQl8xk2cFwthZeoWf3wqaDxV28U9y1dEbi3x72Qw+ipnR0FE1gsA4zFJAzYlB5cWSsYo5o4mXGdFUUFVgeT8oQt0IsD1UWjSVgTAzzOjyK4jgiCnQax43Ko3K2hu+NqpxPKSAzCeirWdjbb86nqPwDi9Lnc1voJUruTym6DGi/LRsXo5eDPdB8xJTRvF73FkYI0MEHquP3C/AhrHpuOte98+36X4ABAGwNZ4MTLTJPAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    min-height: 20px;
    display: inline-block;
}
.file-selectdialog-switcher span {
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 20px;
    color: #5c3795;
}

@media (max-width: 500px) {
  .search-box-page form {
      flex-direction: column;
      align-items: initial;
  }
  .search-box-page form input:not([type="submit"]),
  #panreacform {
      margin-bottom: 10px;
  }
  .search-box-page input[type="submit"] {
      margin-left: 0;
      width: 100%;
  }
}


#label_block {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

#label_block .clear10 {
  width: 100%;
}
#label_block div {
  width: 100%;
  color: #979797;
}
#label_block div + .clear10 {
  margin-top: 17px;
}
#label_block label {
  float: none;
  display: inline-block;
  margin-bottom: 16px;
  cursor: pointer;
}

#label_block label:nth-child(2) + br {
  display: none;
}

#label_block label:nth-child(odd) {
  width: 20px;
  margin-right: 10px;
}

#label_block label:nth-child(even) {
  width: calc(100% - 30px) !important;
  margin-right: 0;
}

#label_block label:nth-child(even) span {
  font-size: 14px !important;
  color: #333333 !important;
}

#label_block input {
  display: none;
}

#label_block input:checked ~ span:after {
  opacity: 1;
}

#label_block input ~ span {
  display: block;
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  background: #fff;
}

#label_block input ~ span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 8px;
  height: 8px;
  background: #452675;
  border-radius: 50%;
  opacity: 0;
}
#label_block div + .clear10 {
  margin-top: 17px;
}
#label_block .clear10 {
  width: 100%;
}
#label_block div {
  width: 100%;
}
#openorderblock * {
  box-sizing: border-box;
}
#openorderblock * {
  text-align: left;
}
#openorderblock *, .kd-text-block * {
  font-size: 16px;
  color: #000000;
  letter-spacing: normal;
}

@media screen and (max-width: 760px) {
  #label_block .clear10 {
      order: initial;
  }
}

.multiselect {
  width: 20%;
  max-width: 200px;
  min-width: 150px;
  margin-left: 35px;
  position: relative;
  display: inline-block;
  height: 44px;
  font-size: 16px;
  border-radius: 5px;
  color: #333;
  z-index: 10;
  font-size: 13px;
}
.multiselect__select {
  position: relative;
  z-index: 2;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
}
.opened .multiselect__select {
  border-radius: 5px 5px 0 0;
  border: 1px solid #333333;
}
.multiselect__select-text {
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  line-height: 44px;
  padding: 0 25px 0 19px;
  position: relative;
  cursor: pointer;
  color: #706E6D;
}
.multiselect__select-text:before {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  position: absolute;
  right: 19px;
  top: 16px;
  pointer-events: none;
  background-image: url(/images/star-lab/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.multiselect__dropdown {
  top: 43px;
  bottom: auto;
  position: absolute;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e2e2e2;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  display: none;
  height: auto;
  font-size: 14px;
}
.opened .multiselect__dropdown {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  display: block;
}
.multiselect__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
}
.multiselect__dropdown ul li {
  white-space: normal;
  height: auto;
  cursor: pointer;
  line-height: 1.5;
  padding: 9px 19px;
  user-select: none;
  border-top: 1px solid #e7e6e6;
  position: relative;
}
.multiselect__dropdown ul li[data-value=transit_store_asc] {
  display: none;
}
.multiselect__dropdown ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.multiselect li.selected,
.multiselect li:hover,
.multiselect li[selected] {
  background-color: #f2f2f2;
}
.multiselect__checkbox span {
  height: 18px;
  width: 18px;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.multiselect__checkbox.selected span,
.multiselect__checkbox[selected] span {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/checkbox.png);
  border: 1px solid transparent;
}
/* End */


/* Start:/local/templates/diam/css/template_styles.css?173312367064267*/
html * {max-height:1000000px;} /* disable font boosting */

body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}
.container {
    padding: 0 57px;
    width: calc(100vw - 17px);
    box-sizing: border-box;
}

header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.header__top {
    width: 100%;
    background-color: #FEF8F3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 54px;
    padding: 0 47px 0 37px;
}

.header__contacts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}
.header__contacts a {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #202020;
    text-decoration: none;
}
.header__email {
    margin-left: 40px;
}
.header__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 14px;
}
.header__bottom_left {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}

header .logo,
header .menu_search,
header .contacts,
header .basket_personal {
    box-sizing: border-box;


}
header .logo a {
    display: flex;
    flex-flow: row nowrap;

}

header .first_logo, header .second_logo {
    display: block;
    padding: 6px;
    max-height: 120px;
    /*max-width: 100%;*/
}
header .first_logo {
    padding-left: 0;
}
@media (max-width: 1140px) {
    header .second_logo {
        display: none;
    }
}

header .menu_search { padding-top: 22px; }
header .contacts { padding-top: 22px; }
header .basket_personal {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    width: 30%;
}
.basket_btn_wrap {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    padding-top: 7px;
}

header .menu_search {
    display: block;
    text-align: center;
    min-width: 480px;
    max-width: 760px;
    padding-right: 6px;
}

.newyearback {
    position: absolute;
    top: 0;
    width: 100%;
    height: 215px;
    background-image: url("/images/new-year-back.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
header .first_logo.newyearlogo {
    margin-top: -5px;
    margin-left: -9px;
    padding: 0;
    max-height: 125px;
}
.footer-wrap.newyearback_footer {
    background-image: url("/images/new-year-back-footer.png");
    background-repeat: no-repeat;
    background-position: center;
}
.footer__logo.newyearlogo {
    max-width: 130px;
}
@media (max-width: 768px) {
    .footer__logo.newyearlogo {
        max-width: 80px;
    }
    header .first_logo.newyearlogo {
        margin-top: 0;
        margin-left: 0;
    }
}
@media (min-width: 1301px) {
    header .menu_search {
        min-width: 580px;
    }
}

@media (min-width: 1601px) {
    header .menu_search {
        min-width: 39.3vw;
    }
}
header .contacts {

    min-width: 140px;
}

header .basket_personal {
    min-width: 225px;
}

header .header_menu {
    list-style: none;
    margin: 0 ;
    display: flex;
    flex-wrap: wrap;
}

header .header_menu:after {
    content: "";
    display: inline-block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

header .header_menu li {
    line-height: normal;
    margin-right: 20px;
    height: 100%;
}

header .header_menu li a {
    color: #706E6D;
    font-size: 13px;
    text-decoration: none;
    transition: .2s;
    height: 100%;
    display: flex;
    align-items: center;
}

.starlab_section_title .main-title,
.starlab_section_title h2 {
    color: #F15A25;
    font-family: Inter;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    padding-left: 0;
}

@media(min-width: 1024px) {
    header .header_menu li a:hover {
        color: #550081;
    }
    header .contacts .phone:hover {
        color: #550081;
    }
    header .contacts .email:hover {
        color: #550081;
    }
}

header .subsearch {
    margin-top: 20px;
    width: 100%;

    position: relative;
    text-align: left;

}

header .subsearch input[name="q"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    height: 48px;
    line-height: 48px;
    outline-style: none;
    padding: 0 22px;
    width: 100%;
}

header .subsearch input.search-header {
    cursor: pointer;
    padding: 11px;
    position: absolute;
    right: 12px;
    top: 1px;
}

/*
header .subsearch .search-close {
	cursor: pointer;
	margin-right: 42px;
	margin-top: 10px;
	padding: 4px ;
	position: absolute;
	right: 1px;
	top: 1px;
	outline:none;
    width: 9px;
}

header .subsearch input.search-close:hover {
	background: #5c3795;
	border-radius: 11px;
}*/

.subsearch .search-close {
    position: absolute;
    right: 54px;
    top: 12px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: none;

}
#supsearchblock .subsearch .search-close {
    top: 9px;
    right: 44px;
}

.subsearch .search-close:before {
    transform: rotate(45deg);
}

.subsearch .search-close:after {
    transform: rotate(-45deg);
}

.subsearch .search-close:after,
.subsearch .search-close:before {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 24px;
    width: 1.4px;
    background-color: #5c3795;
}

.subsearch .search-close:hover:after,
.subsearch .search-close:hover:before {
    background-color: #999999;
}



.search-language-header {
    display: block;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}
.search-language-guess-header {
    display: inline-block;
    max-width: 69%;
}
.kd-header-block .search-language-guess-header {
    max-width: calc(100% - 200px);

}
.kd-header-block.b-search-new .search-language-guess-header {
    display: inline-flex;
    justify-content: space-between;
}
.kd-header-block .search-language-guess-header__message {
    max-width: calc(100% - 100px);
}
.kd-header-block .search-language-input-checkbox-header__label {
    padding-top: 4px;
}
.search-language-guess-header a {
    display: inline-block;
    width: 90px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #550081;
    border-radius: 4px;
    color: #550081;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    /* margin-left: 8px;*/
}


.search-language-guess-active-header {
    display: inline-block;
    position: relative;
    margin-left: 26px;
}

.search-language-guess-original-header {
    font-weight: bold;
}

#language-guess-active-header {
    display: none;
}

.search-language-input-checkbox-header input[type=checkbox]:checked + .search-language-input-checkbox-header__label:after {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/checkbox.png);
    border: 1px solid transparent;
}

.search-language-input-checkbox-header__label {
    display: block;
    cursor: pointer;
    padding-top: 2px;
}

.search-language-input-checkbox-header__label:after {
    content: '';
    display: block;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: -30px;
}

.search-language-input-checkbox-header__label span{
    display: inline-block;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    color: #666666;
}

@media screen and (max-width: 768px) {
    .search-language-header {
        width: 100%;
    }
    .search-language-guess-header {
        width: 100%;
        max-width: 100%;
    }

    .search-language-guess-active-header {
        float: unset;
        margin-left: 34px;
        margin-top: 12px;
    }
    .search-language-guess-header .search-language-guess-header__message {
        display: inline-block;
        max-width: 66%;
    }
    .search-language-guess-header a {
        float: none;
    }
}

@media screen and (max-width: 550px) {
    .search-language-guess-header a {
        float: right;
        margin-right: 18px;
    }
}

@media screen and (max-width: 400px) {
    .search-language-guess-header a {
        margin-right: 4px;
    }

    .search-language-guess-header .search-language-guess-header__message {
        max-width: 50%;
    }
}



header .contacts {
    position: relative;
}

header .contacts .phone {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: .2s;
}

header .contacts .contact_email {
    margin-top: 4px;
}

header .contacts .email {
    /*border-bottom: 1px dashed #550081;
    color: #550081;*/
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    transition: .2s;
}

header .contacts .cities {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}


header .contacts .cities li span {
    border-bottom: 1px dashed #6a6d6f;
    color: #6a6d6f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
}

header .contacts .cities li.active span {
    border-bottom-color: transparent;
    color: #333;
    font-weight: bold;
}

header .contacts .cities li.active span::after{
    display: none;
}
@media screen and (max-width: 1600px) {

    header .contacts .cities.open {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 3px 0 0 -17px;
        padding: 16px;
        position: absolute;
        z-index: 10;
    }


    header .contacts .cities li.active {
        display: block;
    }

    header .contacts .cities li.active span {
        border-bottom: 1px dashed #333;
    }

    header .contacts .cities.open li {
        display: list-item;
        margin-bottom: 4px;
    }

}




header .basket_personal {
    text-align: right;
}

header .basket_personal:after {
    clear: both;
    content: "";
    display: block;
}

header .basket_personal .basket {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 50px;
    border: 1px solid #C9CDD9;
    border-radius: 5px;
    margin-left: 20px;
    width: 180px;
}

header .basket_personal .basket .icon {
    background-image: url("/images/star-lab/shopping-cart.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    padding-top: 15px;
    height: 30px;
    position: relative;
    width: 27px;
}

header .basket_personal .basket .count {
    background-color: #F15A25;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -5px;
    top: 4px;
    text-align: center;
    width: 16px;
}
header .basket_personal .basket .title {
    font-size: 16px;
    color: #202020;
}

header .basket_personal .basket .sum {
    color: #550081;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

header .basket_personal .basket .currency {
    color: #6a6d6f;
    font-size: 13px;
}

header .personal_block {
    margin-top: 6px;
    width: 162px;
    display: inline-block;
    position: relative;
    text-align: right;

}

header .personal_block ul {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    list-style: none;
    position: absolute;
    right: 0;
    text-align: left;
    transform: translateY(15px);
    width: 190px;
    z-index: 100;
}

header .personal_block ul:before {
    position: absolute;
    bottom: 100%;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
    left: calc(50% - 5px);
}

header .personal_block ul:after {
    position: absolute;
    bottom: 100%;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    left: calc(50% - 5px);
    transform: translateY(1px);
}

header .personal_block.open ul {
    display: block;
}

header .personal_block ul li {
    border-top: 1px solid #f0f0f0;
}

header .personal_block ul li:first-child {
    border-top-width: 0;
}

header .personal_block ul a {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 16px;
    padding: 16px 0 14px 50px;
    text-decoration: none;
}

header .personal_block ul a:hover {

}

header .personal {
    display: inline-block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #550081;
    border-radius: 4px;
    color: #550081;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

header .personal:hover .personal-text {
    color: #fff;
    background-color: #550081;
}


header .personal:hover .kd-personal-block-wrap .kd-personal-help-block-text {
    opacity: 1;
    visibility: visible;
}



.kd-personal-block-wrap .kd-help-block-text{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70%;
    width: 330px;
    background: #e0e0e0;
    padding:25px 20px;
    text-align: center;
    left:auto;
    right: 50%;
    transform: translateY(16px) translateX(70px);
}


header .personal .kd-personal-block-wrap {
    height: 37px;
}

.personal-user-name {
    text-align: center;
    margin-bottom: 4px;
}



header .link {
    display: none;
}
@media screen and (max-width: 1600px) {
    header .personal_block {
        text-align: right;
    }

    header .basket_personal {
        padding-right: 0;
        min-width: 180px;
        text-align: right;
    }
}

@media screen and (max-width: 1199px) {
    header .personal_block {
    }

    header .personal {
        font-size: 13px;
    }
}

.courses {
    background-color: #f8f8f8;
    color: #333;
    padding: 17px 23px;
}

.courses .courses_title {
    font-size: 16px;
    font-weight: bold;
}

.courses .courses_list {
    list-style: none;
    margin-top: 10px;
}

.courses .courses_list li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.8em;
    margin-right: 50px;
}

.courses .courses_list li:last-child {
    margin-right: 0;
}

.courses .courses_list li .cost {
    color: #6a6d6f;
}

footer .footer_b {
    display: table;
    margin-top: 35px;
    width: 100%;
}

footer .footer_b .contacts,
footer .footer_b .subscribe,
footer .footer_b .last {
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 1549px) {
    footer .footer_b .contacts .word_group {
        display: block;
        margin-top: 10px;
    }

    footer .footer_b .contacts .word_group:first-child {
        margin-top: 0;
    }

    footer .footer_b .contacts .word_group > img:first-child {
        display: none;
    }
}

footer .subscribe form {
    margin: 0 20px;
    width: 400px;
}

footer .subscribe form .title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

footer .subscribe form input[type="text"],
footer .subscribe form button {
    box-sizing: border-box;
}

footer .subscribe form input[type="text"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
}

footer .last .print {
    margin-top: 42px;
    text-align: right;
    white-space: nowrap;
}

@media screen and (max-width: 1199px) {
    footer .subscribe form {
        width: 200px;
    }

    footer .subscribe form input[type="text"],
    footer .subscribe form button {
        width: 100%
    }

    footer .subscribe form button {
        margin-top: 4px;
    }

    footer .last .print {
        margin-top: 85px;
    }
}



.main-title-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.main-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #202020;
    margin-bottom: 40px;
}
/*.main-title span {
	color: #000;
	display: block;
	font-size: 17px;
	margin-top: 22px;
}*/
.main-title span {
    color: #000;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: rgba(85, 0, 129, 0.8);
}
.main-title__back {
    height: 10px;
    background-color: #bf87dc;
    position: absolute;
    width: 100%;
    top: 15px;
}
.main-title__back{
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}
.link-back {
    color: #8641C6;
    font: normal 16px Arial, sans-serif;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 60px;
}
.link-back:hover {
    color: #452675;
}
.link-back:before {
    content: '';
    background-image: url(/images/arrow_left.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    top: 4px;
    left: -17px;
}
.tabs-wrapper {
    margin-bottom: 48px;
    display: flex;
}
.tab-block {
    width: 210px;
    height: 40px;
    position: relative;
    background: #fff;
    color: #5c3795;
    border-radius: 3px;
    border: 1px solid #5c3795;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
}
.tab-block:hover {
    background: #5c3795;
    color: #fff;
}
.tab-block.active {
    background: #5c3795;
    color: #fff;
    cursor: default;
}
.tab-block>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: bold;
}
.wrapper-premium .premium-info-wrap {
    display: inline-block;
}
.premium-info-wrap {
    float: right;
    position: relative;
    padding: 0 100px;
    display: none;
}
.premium-info-block {
    position: relative;
}
.premium-info-text {
    color: #5c3795;
    font-size: 18px;
    font-weight: bold;
}
.premium-info-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
}
.help-block{
    height: 34px;
    width: 34px;
    background: #f8f8f8;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}
.help-block *{
    transition: linear all .1s;
}
.help-block-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/premium-alert.png");
}
.help-block-text{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 330px;
    background: #e0e0e0;
    padding:25px 20px;
    text-align: center;
    left: 50%;
    transform: translateY(16px) translateX(-50%);
}
.help-block-text:before{
    position: absolute;
    bottom: 100%;
    content: "";
    border:9px solid transparent;
    border-bottom:8px solid #e0e0e0;
    left: 50%;
    transform: translateX(-50%);
}
.help-block-text-to_left{
    left:auto;
    right: 50%;
    transform: translateY(16px) translateX(70px);
}
.help-block-text-to_left:before{
    left:auto;
    right: 60px;
    transform: none;
}
.help-block-text-to_right{
    right: auto;
    left: 50%;
    transform: translateY(16px) translateX(-70px);
}
.help-block-text-to_right:before{
    right: auto;
    left: 60px;
    transform: none;
}
.help-block{
    margin:0 auto;
}
.help-block:hover{
    background: #5c3795;
}
.help-block:hover .help-block-img{
    background-image: url("/images/premium-alert-active.png");
}
.help-block:hover .help-block-text{
    opacity: 1;
    visibility: visible;
}
.premium-info-wrap{
    float: right;
    position: relative;
    padding:0 100px;
    display: none;
}
.premium-info-block{
    position: relative;
}
.premium-info-text{
    color: #5c3795;
    font-size: 18px;
    font-weight: bold;
}
.premium-info-img{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 105%;
    transform:translateY(-50%);
}
.wrapper-premium .premium-info-wrap{
    display: inline-block;
}



.kd-last_viewed_items-wrap{
    padding: 50px 0 60px;
}


.kd-lvi-p_info-name-wrapper, .kd-last_viewed_items-no_items {
    padding-left: 50px;
}

.kd-p_info-name-wrapper {
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 30px;
    position: relative;
}

.kd-p_info-name-wrapper .jq-selectbox li {
    border-top-color: #e7e6e6;
}

.jq-selectbox__select-text::before {
    border-top-width: 7px;
}

.kd-p_info-name {
    font-weight: bold;
    font-size: 19px;
}

.kd-last_viewed_items-wrap *{
    box-sizing: border-box;
}

.kd-lvi-p_info-name-wrapper, .kd-last_viewed_items-no_items {
    padding-left: 50px;
}

.kd-p_change-filial-wrapper .jq-selectbox {
    width: 230px;
}
.kd-p_change-filial-wrapper .jq-selectbox__select {
    background-color: #fff;
}
.opened .jq-selectbox__select {
    border-bottom: 1px solid #333333;
}
.kd-p_change-filial-wrapper .jq-selectbox__dropdown {
    top: 43px !important;
    bottom: auto !important;
}

.kd-a{
    color: #5c3795;
}

.kd-last_viewed_items-no_items{
    color: #6a6d6f;
    font-size: 14px;
}

.kd-last_viewed_items-info-show .kd-last_viewed_items-no_items{
    display: none;
}

.kd-last_viewed_items{
    display: none;
    width: 100%;
}

.kd-last_viewed_items-info-show .kd-last_viewed_items{
    display: table;
}

.kd-last_viewed_items *{
    font-size: 16px;
}

.kd-lvi-td-name-wrap{
    width: 35%;
}

.kd-last_viewed_items tr>th{
    padding-bottom: 5px;
    vertical-align: top;
}

.kd-last_viewed_items tr>td{
    padding-top:5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f8f8f8;
}
/*
.kd-last_viewed_items tr.kd-product-detail-block:last-of-type>td{
  border-bottom: none;
}*/

.kd-last_viewed_items tr:nth-last-child(2)>td{
    border-bottom: none;
}

.kd-last_viewed_items tr:nth-last-child(3)>td{
    border-bottom: none;
}

.kd-last_viewed_items tr.kd-product-detail-block-show:nth-last-child(2)>td{
    border-top: 2px solid #f8f8f8;
}

.kd-help-block{
    height: 34px;
    width: 51px;
    background: #f8f8f8;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.kd-help-block *{
    transition: linear all .1s;
}

.kd-help-block-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/kd/kd-alert.png");
}


.kd-block-img-ru{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/ru-curcle.png");
}

.kd-help-block-ru {
    background: unset;
}

.kd-help-block-ru:hover{
    background: unset!important;
}

.kd-help-block.labels {
    height: 27px;
    width: 54px;
    max-width: 54px;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
    margin-right: 5px;
    flex: 1 1 auto;
    top: 3px;
}

.kd-help-block.labels.label-icon {
    width: 54px;
    max-width: 54px;
}

.kd-help-block.labels:hover {
    background: inherit;
}

.kd-help-block .product-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 100%;
    background: #613598;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kd-help-block .product-label.label-icon {
    width: 54px;
    border-radius: 100px/50px;
}

.kd-help-block .product-label-text {
    color: #202020;
    font-size: 10px;
    display: inline-block;
}
.kd-help-block .product-label-text img{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 3px;
    left: 18px;
}


.kd-help-block-text{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    /*width: 330px;*/
    background: #e0e0e0;
    padding:25px 20px;
    text-align: center;
    left: 50%;
    transform: translateY(16px) translateX(-50%);
    width: auto;
    min-width: 200px;
    border-radius: 4px;
}

.kd-help-block-text:before{
    position: absolute;
    bottom: 100%;
    content: "";
    border:9px solid transparent;
    border-bottom:8px solid #e0e0e0;
    left: 50%;
    transform: translateX(-50%);
}


.kd-personal-help-block-text{
    opacity: 0;
    visibility: hidden;
    white-space: normal;
    /*line-height: 1.8;*/
    /* opacity: 1;
     visibility: visible;*/
    position: absolute;
    top: 100%;
    width: 300px;
    min-height: 33px;
    background: #e0e0e0;
    padding:2px 2px;
    text-align: center;
    left:auto;
    right: 100%;
    /*transform: translateY(16px) translateX(70px);*/
    transform: translateX(-12px) translateY(-40px);
}

.kd-personal-help-block-text:before{
    position: absolute;
    bottom: auto;
    content: "";
    border:9px solid transparent;
    border-bottom:8px solid #e0e0e0;
    left:100%;
    right: auto;
    top:12px;
    transform: rotate(90deg);
}


.kd-help-block-text-to_left{
    left:auto;
    right: 58%;
    transform: translateY(16px) translateX(70px);
}
.kd-help-block-text-to_left:before{
    left:auto;
    right: 60px;
    transform: none;
}
.kd-help-block-text-to_right{
    right: auto;
    left: 50%;
    transform: translateY(16px) translateX(-70px);
}
.kd-help-block-text-to_right:before{
    right: auto;
    left: 60px;
    transform: none;
}

.kd-lvi-td-help-wrap{
    width: 5%;
    text-align: center;
}

.kd-lvi-td-help-wrap .kd-help-block{
    margin:0 auto;
}

.kd-lvi-td-name-wrap{
    padding-left: 20px;
    padding-right: 10px;
}

.kd-lvi-td-price-wrap > div:not(.kd-price-valut) {
    text-transform: lowercase;
}

.kd-help-block:hover{
    background: #5c3795;
}
.kd-help-block:hover .kd-help-block-img{
    background-image: url("/images/kd/kd-alert-active.png");
}

.kd-help-block:hover .kd-help-block-text{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.kd-lvi-td-name-numb{
    color: #6a6d6f;
    font-size: 13px;
    margin-bottom: 15px;
}

.kd-lvi-td-small_td{
    width: 7%;
    /*width: 10%;*/
    /*width: 23%;*/
}
.kd-lvi-td-not-small_td{
    /*width: 23%;*/
}
.kd-lvi-td-small_td>div{
    margin: 0 auto;
    text-align: center;
}

.kd-lvi-td-small_td>div.kd-price-valut, .kd-lvi-td-small_td>div.kd-price-rub{
    white-space: nowrap;
}

.kd-lvi-td-small_td>div.kd-price-valut small,
.kd-lvi-td-small_td>div.kd-price-rub small{
    font-size: 11px;
}

.kd-lvi-td-ru{
    width: 14px;
    border-bottom: 1px solid #333333;
}

.kd-lvi-td-ru-yes{
    width: 12px;
    height: 9px;
    background-image: url("/images/kd/kd-yes.png");
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: none;
}

.kd-lvi-td-count{
    width: 100px;
    height: 48px;
    letter-spacing: -0.3em;
}

.kd-lvi-td-count-input, .kd-lvi-td-count-but-wrap{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

.kd-lvi-td-count-input{
    border:0;
    border: 1px solid #b0b0b0;
    width: 60%;
    height: 100%;
    text-align: center;
    border-radius:3px 0  0 3px;
}

.kd-lvi-td-count-but-wrap{
    width: 40%;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.kd-lvi-td-count-but{
    height: 50%;
    position: relative;
}

.kd-lvi-td-count-but>div{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/kd/kd-count.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.kd-lvi-td-count-but-up{
    border: 1px solid #b0b0b0;
    border-left: 0;
    border-bottom: 0;
    border-radius:0 3px 0 0;
}
.kd-lvi-td-count-but-down{
    border: 1px solid #b0b0b0;
    border-left: 0;
    border-radius:0 0 3px 0;
}

.kd-lvi-td-count-but-down>div{
    transform: rotate(-180deg);
}

.kd-but{
    background: #5c3795;
    box-shadow: inset 0 -1px 0.5px 0.5px #452675;
    position: relative;
    width: 100%;
    color: white;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: linear all .1s;
    user-select: none;
}

.kd-but .kd-but-text{
    text-align: center;
    position: relative;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
}

.kd-but:active{
    background: white;
    color: #5c3795;
    border: 1px solid #5c3795;
}

.kd-lvi-td-to_bask{
    height: 36px;
    width: 80%;
    margin:0 auto;
}

.kd-lvi-td-to_bask-wrap{
    width: 15%;
}

.kd-lvi-td-to_top-image{
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/kd/kd-top.png");
    cursor: pointer;
    user-select: none;
}

.kd-lvi-td-to_top-image-wrap{
    padding: 0 15px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.kd-lvi-td-to_top-text-wrap{
    height: 100%;
    vertical-align: top;
    width: auto;
    display: inline-block;
}

.kd-lvi-td-to_top-text-out{
    display: none;
}

.kd-lvi-td-to_top-text{
    cursor: pointer;
    user-select: none;
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-image{
    background-image: url("/images/kd/kd-top-active.png");
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-text-in{
    display: none;
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-text-out{
    display: inline-block;
}
.kd-lvi-td-to_top-wrap{
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    /* padding-right: 30px;*/
}


.tabs-wrapper {
    margin-bottom: 25px;
}

.premium-info-img{
    z-index: 1;
}

.td-count {
    width: 100px;
    padding-left: 3px;
    margin: 0 auto;
}
.td-count__input {
    border: none;
    outline: none;
    width: 40%;
    min-width: 50px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    float: left;
    font-size: 16px;
}
.td-count__btns {
    width: 40%;
    position: relative;
    height: 43px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}
.td-count__btn {
    height: 25px;
    width: 27px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    float: left;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.td-count__btn_down {
    background-image: url(/images/minus.png);
}
.td-count__btn_up {
    background-image: url(/images/plus.png);
}
@media screen and (max-width: 1365px) {
    .td-count {
        width: 95px;
    }
}
/* Buttons styles */

.btn {
    background-color: #f2f2f2;
    border: 0 none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 14px Arial, Tahoma, sans-serif;
    line-height: 38px;
    padding: 0 50px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.btn.btn_shadow {
    box-shadow: 0 2px rgba(0,0,0, 0.5);
}

.btn.btn_lilac {
    background-color: #F15A25;
    color: #fff;
}

.btn.btn_shadow.btn_lilac {
    box-shadow: 0 2px #452675;
}


/* .table_base >> */
table.table_base th,
table.table_base td {
    font-size: 16px;
}

table.table_base {
    border-collapse: collapse;
}
table.table_base.table_wide {
    width: 100%;
}

table.table_base th {
    background-color: #f8f8f8;
    padding: 30px 20px 25px;
}

table.table_base td {
    vertical-align: middle;
}

table.table_base_align_left td { text-align: left; }
table.table_base_align_right td { text-align: right; }
table.table_base_align_center td { text-align: center; }

table.table_base td.align_left { text-align: left; }
table.table_base td.align_right { text-align: right; }
table.table_base td.align_center { text-align: center; }

table.table_base td {
    padding: 20px 10px;
    border-bottom: 2px solid #f8f8f8;
}
/* << .table_base */


.fancy-image.fancybox-wrap .fancybox-skin {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancy-image.fancybox-wrap .fancybox-close {
    background-color: #5c3795;
    background-image: none;
    height: 50px;
    right: -50px;
    top: 0;
    width: 50px;
}

.fancy-image.fancybox-wrap .fancybox-close:before,
.fancy-image.fancybox-wrap .fancybox-close:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 20px;
    left: 24px;
    position: absolute;
    top: 15px;
    width: 2px;
}

.fancy-image.fancybox-wrap .fancybox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancy-image.fancybox-wrap .fancybox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancy-image.fancybox-wrap .fancybox-nav {
    background-color: #fff;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    width: 50px;
}

.fancy-image.fancybox-wrap .fancybox-nav span {
    background-image: none;
    border: 0 solid #5c3795;
    display: block;
    height: 12px;
    margin: 0;
    top: 18px;
    visibility: visible;
    width: 12px;
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-prev {
    left: -110px;
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-next {
    right: -110px;
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-prev span {
    border-top-width: 2px;
    border-left-width: 2px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-next span {
    border-top-width: 2px;
    border-right-width: 2px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.fancy-modal.fancybox-wrap .modal_align_center {
    text-align: center;
}

.fancy-modal.fancybox-wrap .modal_title {
    margin: 50px 0 40px;
}

.fancy-modal.fancybox-wrap .modal_content {
    font-size: 14px;
}

.fancy-modal.fancybox-wrap .modal_controls {
    margin: 60px 0 45px;
}

.fancy-modal.fancybox-wrap .modal_controls .btn {
    padding: 0 35px;
}

.fancy-modal.fancybox-wrap .fancybox-close {
    background-image: none;
    height: 20px;
    right: 15px;
    top: 15px;
    width: 20px;
}

.fancy-modal.fancybox-wrap .fancybox-close:before,
.fancy-modal.fancybox-wrap .fancybox-close:after {
    background-color: #000;
    content: "";
    display: block;
    height: 16px;
    left: 9px;
    position: absolute;
    top: 2px;
    width: 1px;
}

.fancy-modal.fancybox-wrap .fancybox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancy-modal.fancybox-wrap .fancybox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.tabs  .tabs-nav {
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
}

.tabs  .tabs-nav > li {
    display: block;
    float: left;
    margin-right: 3px;
}

.tabs .tabs-nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.tabs .tabs-nav a {
    background: linear-gradient(to top, #e3e3e3, #f8f8f8 35%);
    color: #6a6d6f;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    min-width: 90px;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
    border-bottom: none;
}

@media screen and (min-width: 1100px) {
    .tabs  .tabs-nav a {
        min-width: 100px;
    }
}

.tabs  .tabs-nav a:hover {
    color: #5c3795;
}

.tabs  .tabs-nav a.active {
    color: #5c3795;
    background: #f8f8f8;
}

.tabs  .tabs-content {
    background: #f8f8f8;
    padding: 20px;
}

.kd-fr-for_map{
    float: right;
    padding-left: 50px;
    padding-bottom:50px;
}

.kd-contact-managers{
    padding: 15px 0;
}

.kd-contact-managers tr>td:first-child{
    padding-right: 20px;
}
.kd-contact-managers tr>td:first-child img{
    border-radius: 5px;
}
.kd-contact-managers tr>td{
    padding: 10px;
    padding-left: 0;
    vertical-align: top;
}


.kd-lvi-td-name-numb{
    white-space: nowrap;
}

.kd-alphavit-block {
    margin-top: 10px;
    position: relative;
    height: 32px;
    text-align: center;
}
.kd-alphavit {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 8px;
    margin: 0px 3px 3px 0px;
    float: left;
    width: 28px;
    cursor: pointer;
    -moz-border-radius: 2px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 2px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:2px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 2px; /* закругление углов для всех, кто понимает */
    font-size: 12px;
    border: 1px solid #F15A25;
}

.kd-alphavit a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}


.kd-alphavit-active,
.kd-alphavit:hover {
    background: #F15A25;
}

.kd-alphavit-active a,
.kd-alphavit:hover a{
    color: #FFF;
}

.kd-search-block-wp,
.kd-block-filter-wp {
    display: block;
    font-size: 14px;
}

.kd-search-block input[name="q"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline-style: none;
    padding: 0 16px;
    width: 600px;
    float: left;
}

.kd-search-block .kd-button-search {
    margin-left: 16px;
    margin-bottom: 4px;
}

.kd-search-block .kd-button-search:active{
    background: white;
    color: #5c3795;
}

.kd-block-listdotblock {
    /* margin-top: 20px;*/
    font-size: 14px;
    margin-bottom: 25px;
}

.kd-block-listdot01sel-main {
    font-weight:bold;
    letter-spacing: normal;
    box-sizing: border-box;
}

.kd-block-listdot01sel {
    letter-spacing: normal;
    box-sizing: border-box;
    margin-top: 8px;
}

.kd-block-listdot01sel-item{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.kd-bold {
    font-weight:bold;

}

#productlist .kd-group-block * {
    font-size: 15px;
}

#productlist .kd-group-block>td {
    padding-top: 16px;
    padding-bottom: 16px;

}

.kd-block-name-seesynonym {
    float: left;
    margin-right: 16px;

}

.kd-block-seesynonym,
.kd-block-seesynonym a

{
    color: #666666;
}

.kd-block-name-group {
    float: left;
    margin-top: 12px;
    margin-left: 16px;
}

.insidetable {
    margin: 0;
    width: auto;
    border-collapse: collapse;
    border-left: none;
    border-top:none;

}

.kd-search-block-sect{
    margin-top: 40px;
}

.kd-form__group_checkbox-sec_ch{
    padding-top: 15px;
}

.kd-form__group_checkbox-sec_ch .kd-form-checkbox__label{
    font-size: 14px;
    line-height: 1.6;
}

.kd-form-checkbox__label:after{
    width: 9px;
}

.kd-main-sec-catalog .kd-alphavit-block-name{
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.kd-main-sec-catalog .kd-alphavit-block{
    padding-bottom: 40px;
}

.kd-main-sec-catalog .kd-alphavit-title,
.kd-search-block-wp .kd-alphavit-title
{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}


.kd-main-sec-catalog{
    margin-top: 25px;
}

.kd-search-block-sect.kd-search-block input[name="q"]{
    width: 900px;
    background: #f8f8f8;
}


.kd-help-block-t{
    cursor: pointer;
    position: relative;
}

.kd-help-block-t *{
    transition: linear all .1s;
}

.kd-help-block-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;;
}


.kd-help-block-t:hover{
    background: #5c3795;
}

.kd-help-block-text {
    font-weight: normal;
}
.kd-help-block-t:hover .kd-help-block-text{
    opacity: 1;
    visibility: visible;
}



.kd-lc-wrapper-new_d .kd-lvi-td-to_bask, .kd-lvi-td-to_bask{
    height: 45px;
    width: 45px;
    margin: 0 auto;
    background-image: url(/images/star-lab/shopping-cart-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #8641C6;
    border-radius: 50%;
    transition: none!important;
    content: "";
}

.kd-lc-wrapper-new_d .kd-lvi-td-to_bask:active{
    background: #ffff url(/images/kd/to_bask2.png);
    background-position: center;
    background-repeat: no-repeat;

}


.kd-lc-wrapper-new_d .td-count__btn{
    border:none;
}

.kd-lc-wrapper-new_d .td-count__input{
    border:1px solid #b0b0b0;
    background: white;
    border-radius: 3px;
}

.kd-lc-wrapper-new_d .main-title{
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*color: #5c3795;*/
}

.kd-lc-wrapper-new_d .main-title__back{
    background:  #5c3795;
}

#new_body .kd-lc-wrapper-new_d .kd-lvi-td-to_bask-wrap{
    width: 6%;
}

.kd-background-gray{
    background-color: #f2f2f2;
}


.kd-lvi-td-name-wrap a {
    color: #000000;
    text-decoration: none;
}

.kd-lvi-td-name-numb_new,
.kd-lvi-td-name-numb_new a
{
    color: #6a6d6f;
    font-size: 13px;
    text-align: left !important;
}
.reactive-table .kd-lvi-td-name-numb_new {
    padding-left: 10px;
}

.reactive-table:not(.auth-table) .kd-lvi-td-name-wrap {
    width: 57%;
}

.kd-product-detail-block {
    display: none;
}

.kd-product-detail-block-show {
    display: table-row;
}

.kd-product-detail-block {
    height: auto;
}

.kd-desc-show-but.kd-desc-show-but-down {
    background: #8641C6;

}

.kd-desc-show-but.kd-desc-show-but-down>div {
    background-image: url(/images/kd/show_block-but-active.png);

}

.kd-desc-show-but:after {
    position: absolute;
    left: 30px;
    top: -12px;
    content: 'Раскрыть таблицу';
    font-size: 12px;
    background-color: #fff;
    white-space: nowrap;
    display: none;
}
.kd-desc-show-but.kd-desc-show-but-down:after {
    content: 'Закрыть таблицу';
}
html.bx-no-touch .kd-desc-show-but:hover:after {
    display: table;
}


.kd-product-detail-img-block {
    float: right;
}
.kd-product-detail-img {
    padding: 2px;
    border: 0px;
    margin-right: 12px;
    float: left;
}

.kd-product-detail-img  img{
    max-height: 273px;
    max-width: 273px;
}

.kd-product-detail-img-list {
    float: left;
    margin-right: 12px;

}

.kd-product-detail-img-list-img img {
    padding: 2px;
    border: 2px solid #f2f2f2;
    margin-bottom: 8px;
    cursor: pointer;
}

.kd-product-detail-img-list-img img:hover  {
    border: 2px solid #5c3795;
}

.kd-product-detail-img-list-img .kd-product-detail-img-list-img-act  {
    border: 2px solid #5c3795;
}

.swiper-container {
    width: 200px;
    height: 200px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#productlist .kd-lvi-td-to_top, #productlist .td-count {
    white-space: nowrap;
}


#productlist .kd-last_viewed_items tr.kd-product-block>td{
    padding-top:2px;
    padding-bottom: 2px;
}

#productlist .kd-last_viewed_items tr.kd-product-block>td,
#productlist .kd-last_viewed_items .kd-product-detail-block tr>td
{
    padding-top:2px;
    padding-bottom: 2px;

}

#productlist .kd-last_viewed_items .kd-product-detail-block tr>td
{
    border-bottom: none;
}


#productlist .kd-last_viewed_items .kd-product-title-block {
    font-size: 11px;
    color: #91278f;
}

#productlist .kd-last_viewed_items .kd-product-title-block td {
    padding: 6px 0 4px;
}

#productlist .kd-last_viewed_items .kd-product-block {
    font-size: 13px;
}

#productlist .kd-last_viewed_items tr.kd-product-group-block>td{
    padding-top:16px;
    padding-bottom: 16px;
}

.kd-lc-wrapper-new_d .kd-last_viewed_items .kd-product-detail-block td{
    padding-top:20px;
    padding-bottom: 20px;
}
.kd-lc-wrapper-new_d .kd-last_viewed_items .kd-product-detail-block * {
    font-size: 12px;
}


.kd-lc-wrapper-new_d .kd-last_viewed_items .kd-product-detail-block ul {
    padding-left: 16px;
}

.kd-lc-wrapper-new_d .kd-last_viewed_items {
    margin-top: 16px;
}

.kd-product-group-block a {
    color: #000000;
    text-decoration: none;

}

.spec_price {
    /* padding-left: 20px;
    padding-right: 20px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#productlist fieldset.fieldset_spec_price {
    border: solid 1px #8641C6;
    border-radius: 4px;
}

#productlist fieldset.fieldset_spec_price legend{
    color: #8641C6;
    font-weight: bold;
    padding: 0 1em;
    font-size: 9px;
}

/*
.kd-product-detail-block .insidetable tr>td {
  padding-top:2px;
  padding-bottom: 2px;
}

.kd-product-detail-block  tr>td {
  padding-top:2px;
  padding-bottom: 2px;
}

*/

.kd-alphavit-block {
    margin-top: 10px;
    position: relative;
    height: 32px;
    text-align: center;
}



.kd-alphavit {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 8px;
    margin: 0px 3px 3px 0px;
    float: left;
    width: 28px;
    cursor: pointer;
    -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 5px; /* закругление углов для всех, кто понимает */
}

.kd-alphavit a{
    text-transform: uppercase;
    text-decoration: none;
    color: #F15A25;
    font-weight: bold;
    font-size: 12px;
}


.kd-alphavit-active,
.kd-alphavit:hover {
    background: #F15A25;
}


.kd-alphavit-active a,
.kd-alphavit:hover a{
    color: #FFF !important;
}
.main_tdmenu-5 .kd-alphavit {
    border: 1px solid #80bf00;
}
.main_tdmenu-5 .kd-alphavit a {
    color: #80bf00;
}
.main_tdmenu-5 .kd-alphavit-active,
.main_tdmenu-5 .kd-alphavit:hover {
    background-color: #80bf00;
}

.kd-order-description {
    margin-bottom: 45px;
}
.kd-fororder-title {
    margin-top: 35px;
    margin-bottom: 40px;
}
.kd-order-description p,
.kd-fororder-title h5{
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.kd-order-description a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}

.kd-search-block-wp,
.kd-block-filter-wp {
    display: block;
    font-size: 14px;
}

.kd-search-block input[name="q"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline-style: none;
    padding: 0 16px;
    width: 600px;
    float: left;
}

.kd-search-block .kd-button-search {
    margin-left: 16px;
    margin-bottom: 4px;
}

.kd-search-block .kd-button-search:active{
    background: white;
    color: #5c3795;
}


.kd-block-listdot01sel {
    letter-spacing: normal;
    box-sizing: border-box;
    margin-top: 8px;
}

.kd-block-listdot01sel-item{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.kd-bold {
    font-weight:bold;

}

.kd-lc-wrapper-new_d .kd-group-block * {
    font-size: 15px;
}

#productlist .kd-group-block>td {
    padding-top: 16px;
    padding-bottom: 16px;

}

.kd-block-name-seesynonym {
    float: left;
    margin-right: 16px;

}

.kd-block-seesynonym,
.kd-block-seesynonym a

{
    color: #666666;
}

.kd-block-name-group {
    float: left;
    margin-top: 12px;
    margin-left: 16px;
}

.insidetable {
    margin: 0;
    width: auto;
    border-collapse: collapse;
    border-left: none;
    border-top:none;

}

.kd-lc-wrapper-new_d  .kd-lvi-td-to_top, #productlist .td-count {
    white-space: nowrap;
}


.kd-lc-wrapper-new_d  .kd-last_viewed_items tr>td{
    padding-top:2px;
    padding-bottom: 2px;
}

.kd-lc-wrapper-new_d .kd-last_viewed_items-wrap table.kd-last_viewed_items tr td:first-child{
    padding-left: 0px;
    padding-right: 0px;
}

.kd-lc-wrapper-new_d .kd-lvi-td-small_td_ico{
    width: 3%;
}

.kd-last_viewed_items .kd-lvi-pack{
    width:40%;
}
#product_table .kd-last_viewed_items .kd-lvi-pack{
    /*width: 10%;*/
    width:85%;
}

.kd-last_viewed_items .kd-lvi-td-name-wrap{
    /*width: 47%;*/
    width: 44%;
    /* width: 31%; */
}

.kd-last_viewed_items .kd-lvi-td-ru-wrap{
    width: 5%;
}

.kd-last_viewed_items .kd-lvi-td-help-wrap{
    width: 4%;
}

.kd-last_viewed_items-wrap-fav .kd-help-block{
    background: #f2f2f2;
}

.kd-last_viewed_items .kd-lvi-pack{
    white-space: nowrap;
}

.kd-last_viewed_items .kd-lvi-pack>div{
    text-align: right;
    color: #6a6d6f;
    font-size: 13px;
}

.kd-alphavit{
    width: 100%;
}

.kd-alphavit-block{
    display: flex;
}

.jq-selectbox li, .jq-select-multiple li{
    white-space: normal;
    height: auto;
    cursor: pointer;
    line-height: 1.5;
    padding: 9px 19px;
}

.b-table-products-favorites .fieldset_spec_price,
.kd-last_viewed_items-info .fieldset_spec_price
{
    border: 1px solid #cc2e52;
    border-radius: 6px;
}

.kd-last_viewed_items-info .fieldset_spec_price legend,
.b-table-products-favorites .fieldset_spec_price legend
{
    color: #cc2e52;
    font-weight: bold;
    padding: 0 1em;
    font-size: 10px;
}
.kd-g-base-price {
    text-align: left;
    font-size: 12px!important;
    color: #717171;
    padding-top: 3px;
}

.b-table-products-favorites .fieldset_spec_price--share,
.kd-last_viewed_items-info .fieldset_spec_price--share
{
    border: 1px solid #550d81;
    border-radius: 6px;
}

.kd-last_viewed_items-info .fieldset_spec_price--share legend,
.b-table-products-favorites .fieldset_spec_price--share legend
{
    color: #550d81;
    font-weight: bold;
    padding: 0 1em;
    font-size: 10px;
}

table.main_tdmenu-5 {
    table-layout: fixed;
}

.popular-section {
    padding-top: 30px;
    margin-bottom: 95px;
}
.item_datail_list {
    margin-top: 30px;
    /*padding: 0 45px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.item_datail_list ul {
    list-style-type: none;
    column-count: 4;
    column-gap: 45px;
    width: 100%;
}
.item_datail_list li {
    margin-bottom: 14px;
}
.item_datail_list a  {
    color: #706E6D;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #C9CDD9;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 11px 20px;
}
span.rur {
    text-decoration: underline;
    cursor:pointer;
}
span.comeback {
    cursor: pointer;
    text-decoration: underline;
}

.catalog-sorting {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.catalog-sorting .catalog-sorting-title {
    margin-left: auto;
    font-weight: bold;
    font-size: 16px;
}
.catalog-sorting .catalog-sorting-input {
    width: 20%;
    max-width: 200px;
    margin-left: 35px;
    margin-top: 0;
}

.catalog-sorting .catalog-sorting-input.catalog-sorting-default {
    width: 8px;
    position: relative;
}

.catalog-sorting .jq-selectbox__dropdown {
    top: 43px !important;
    bottom: auto !important;
}
.catalog-sorting .jq-selectbox__dropdown ul {
    padding: 0;
}

#scrollToTop {
    background: transparent url(/images/star-lab/arrow-up.svg) center no-repeat;
    background-size: 100%;
    position: fixed;
    bottom: 100px;
    left: -50px;
    opacity: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    transition: left .5s, opacity .5s;
    z-index: 50;
    translate: 0 0 200px;
}

.sec_reactive .violet {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    /*padding-bottom: 15px;*/
    display: block;
}
.sec_reactive .letterlist2 {
    display: block;
    padding-bottom: 10px;
}
.sec_reactive .lettersblock .letterlist:not(:last-child){
    padding-bottom: 10px;
}



/***********************************/
/**** Status Product***************/


.in_store_label{
    display: inline-block;
    width: 19px;
    height: 18px;
    position: relative;
    vertical-align: middle;
}

.in_store_label:before {
    content: "";
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(/images/catalog_statuses2.png);
    background-repeat: no-repeat;
    background-size: 560% 100%; /*hack for browser scale (less or more than 100%)*/
}

.in_store_new_label{
    display: inline-block;
    width: 19px;
    height: 18px;
    position: relative;
    vertical-align: middle;
}

.in_store_new_label:before {
    content: "";
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(/images/catalog_statuses2.png);
    background-repeat: no-repeat;
    background-size: 560% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -88px 0;
}

.in_transit_label{
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    vertical-align: middle;
}

.in_transit_label:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-image: url(/images/catalog_statuses2.png);
    background-repeat: no-repeat;
    background-size: 560% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -22px 0;
}

.in_stock_reserve_label{
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    vertical-align: middle;
}

.in_stock_reserve_label:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-image: url(/images/catalog_statuses2.png);
    background-repeat: no-repeat;
    background-size: 560% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -66px 0;
}

.in_transit_reserve_label{
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    vertical-align: middle;
}

.in_transit_reserve_label:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-image: url(/images/catalog_statuses2.png);
    background-repeat: no-repeat;
    background-size: 560% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -66px 0;
}


/**** Status Product End***************/
/***********************************/


.detail .in_store_label, .detail .in_transit_label{
    margin-left: 5px;
}
.stock_td{
    text-transform: lowercase;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: flex-start;
}
.flex-col {
    width: 50%;
}
.flex-col_70 {
    width: 70%;
}
.flex-col_30 {
    width: 30%;
}
.flex-row>div {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.flex-row img {
    max-width: 100%;
    height: auto;
}
.flex-row ul {
    padding-left: 25px;
}
.flex-row_4_img {
    display: flex;
    flex-wrap: wrap;
}
.flex-row_4_img>div{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
@media (max-width: 700px) {
    .flex-col,
    .flex-col_70,
    .flex-col_30 {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .flex-row_4_img>div{
        width: 50%;
    }
}
.bx-filter .bx-filter-param-label.active .bx-filter-input-checkbox .bx-filter-param-text {
    /*
    background-color: #550081cc;
    color: #fff;
	border-bottom: none;*/
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 13px;
    color: #000;
    border: 1px solid #550081cc;
}

.zap_elem {
    cursor: pointer;
    border-bottom: 1px dashed #6b23b1;
    display: inline-block;
    position: relative;
    text-transform: lowercase;
}

.zap_elem::after {
    position: absolute;
    bottom: 1px;
    right: -17px;
    content: '?';
    width: 10px;
    height: 10px;
    font-size: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #6b23b1;
    border-radius: 50%;
    border: 1px solid #6b23b1;
}

#cena-zapros {
    width: calc(100% - 60px);
    padding: 20px 30px 0;
}

#cena-zapros .title {
    margin: 0 0 15px;
    color: #333;
    text-align: center;
    font-size: 23px;
}

#cena-zapros_form .form-row {
    width: 100%;
    margin: 0 0 15px;
}

#cena-zapros_form input[type=text], #cena-zapros_form input[type=tel] {
    outline: none;
    height: 38px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    font-size: 16px;
}

#cena-zapros_form .form-err {
    color: red;
    height: 30px;
    text-align: center;
}
#cena-zapros_form .form-err p {margin: 0;}

#cena-zapros_form .form-answ {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    height: 20px;
}

#cena-zapros_form input[type=submit],
#cena-zapros_form input[type=reset] {
    width: 100%;
    border: none;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 2px solid #452675;
    border-radius: 5px;
    background-color: #5c3795;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    line-height: 40px;
    outline: none;
}

#cena-zapros_form input[type=reset] {
    display: none;
}

#cena-zapros_form.sended input[type=submit] {
    display: none;
}

#cena-zapros_form.sended input[type=reset] {
    display: inline-block;
}
.item-basket-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    background-color: #8641C6;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
}
.item-basket-cnt.item-detail {
    min-width: 35px;

}
.item-basket-cnt.item-section {
    margin-left: 5px;
}
.item-basket-cnt.item-fav {
    margin-left: 10px;
    min-width: 36px;
}
@media (min-width: 600px) {
    #window_message.donemessage_subscribe {
        left: 0 !important;
        right: 0;
        width: 500px !important;
        margin: auto;
    }
}
@media (max-width: 1366px) {
    header .first_logo.newyearlogo {
        max-height: 116px;
    }
}
@media (max-width: 1330px) {
    header .first_logo.newyearlogo {
        max-height: 91px;
    }
}
@media (max-width: 950px) {
    header .first_logo.newyearlogo {
        object-fit: cover;
    }
}
.newyearlogo_wrap {
    position: relative;
}
.newyearlogo_wrap:before {
    content: '';
    width: 155px;
    height: 91px;
    position: absolute;
    background-image: url(/images/girlyanda_only.png);
    background-repeat: no-repeat;
    background-size: contain;
}
header .newyearlogo_wrap {
    margin-right: 8px;
}
header .newyearlogo_wrap:before {
    top: -5px;
    left: -24px;
}
footer .newyearlogo_wrap:before {
    top: -8px;
    left: -24px;
}
.custom-galery_only-photo {
    max-width: 100%;
}
.custom-galery_only-photo .owl-carousel {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
}
@media (max-width: 1366px) {
    header .newyearlogo_wrap:before {
        top: -3px;
        left: -21px;
        width: 140px;
    }
    footer .newyearlogo_wrap:before {
        width: 120px;
        left: -20px;
    }
}
@media (max-width: 1330px) {
    header .newyearlogo_wrap {
        margin-right: 4px;
    }
    header .newyearlogo_wrap:before {
        top: -1px;
        left: -19px;
        width: 113px;
    }
}
@media (max-width: 950px) {
    header .newyearlogo_wrap {
        margin-right: 0;
    }
    header .newyearlogo_wrap:before {
        top: -5px;
        left: -18px;
        width: 105px;
    }
}
.breadcrumbs_with_soc {
    position: relative;
}
.breadcrumbs_with_soc .breadcrumbs {
    float: left;
}
.breadcrumbs_with_soc .share-window-parent {
    float: right;
    position: relative;
}

.basket-info-text {
    color: #6a6d6f;
    text-align: center;
    margin-bottom: 12px;
}


.cross-symbol {
    position: absolute;
    right: 13px;
    top: 26px;
    width: 10px;
    height: 10px;
    cursor: pointer;

}
.cross-symbol:after,
.cross-symbol:before {
    position: absolute;
    left: 4px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #5c3795;
}
.cross-symbol:before {
    transform: rotate(45deg);
}
.cross-symbol:after {
    transform: rotate(-45deg);
}

.catalog-sorting .catalog-sorting-input.catalog-sorting-default .cross-symbol {
    right: 0px;
    top: -6px;
}

.catalog-sorting .catalog-sorting-input.catalog-sorting-default .cross-symbol:after,
.catalog-sorting .catalog-sorting-input.catalog-sorting-default .cross-symbol:before {
    height: 14px;
}


@media (max-width: 767px) {
    .in_transit_reserve_label,
    .in_transit_label,
    .in_stock_reserve_label,
    .in_store_label,
    .in_store_new_label {
        width: 28px;
        height: 26px;
    }
    .in_transit_reserve_label:before,
    .in_transit_label:before,
    .in_stock_reserve_label:before,
    .in_store_label:before,
    .in_store_new_label:before {
        width: 28px;
        height: 26px;
    }
    .in_transit_label::before {
        background-position: -32px 0;
    }
    .in_transit_reserve_label:before,
    .in_stock_reserve_label::before {
        background-position: -98px 0;
    }

    .in_store_new_label::before {
        background-position: -130px 0;
    }

    .detail .in_store_label,
    .detail .in_store_new_label,
    .detail .in_transit_label,
    .detail .in_stock_reserve_label,
    .kd-lvi-td-in_stock span,
    .acs-pay__left span {
        cursor: pointer;
    }
}

/*Onbording*/
.onbording-overlay {
    z-index:5;
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: rgba(0,0,0,.5);
}
.btn.onbording {
    position:relative;
    z-index:50;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.75);
}
.main_tdmenu-1 .btn.onbording {box-shadow: 0 0 15px rgba(183, 137, 255, 0.75);}
.main_tdmenu-2 .btn.onbording {box-shadow: 0 0 15px rgba(255, 131, 205, 0.75);}
.main_tdmenu-3 .btn.onbording {box-shadow: 0 0 15px rgba(255, 160, 106, 0.75);}
.onbording-popup {
    position:absolute;
    background:#fff;
    width:260px;
    border-radius: 5px;
    box-sizing: border-box;
    padding:19px 21px;
    text-align:center;
    left:50%;
    top:50%;
    margin-left:-130px;
    z-index:51;
    opacity:0;

    font-size:14px;
    line-height:20px;
    color:#4C4C4C;

    transition: top 0.3s ease, opacity 0.3s ease;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -o-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
}
.onbording-popup span {
    display:block;
    margin-bottom:14px;
}
.onbording-popup a {
    display:block;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #5C3796;
    padding:11px 0 14px;
    background: #ECECEC;
    border-radius: 5px;
    text-decoration: none;
}
.onbording-popup a:hover {
    background: #E1E1E1;
}
.onbording-popup:after {
    content:"";
    position:absolute;
    left:50%;
    margin-left:-10px;
    top:-8px;
    border-bottom: 8px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
}
.cas_link {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

/* End */


/* Start:/css/media.css?173279897732183*/
.partners__list {
	width: 100%;
}
.modal_window {
	max-height: 100vh;
	overflow: auto;
}
.basket-table-wrap {
	background: #f8f8f8;
	-webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.basket-table-mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	background: #fff;
}
.basket-table-flex {
	-webkit-box-flex: 0;
	 -ms-flex: 0 1 50%;
	 flex: 0 1 50%;
}
.basket-table-flex:first-child {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	-webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
.basket-table-flex:nth-child(2) {
	text-align: right;
}
.basket-table-flex:last-child {
	-webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
	text-align: center;
}
.basket-title-mob {
	font-weight: 700;
}
.basket-table-top > div,
.basket-table-down > div,
.basket-table-flex:nth-child(2) > div,
.basket-table-flex:last-child > div:not(.basket-table__delete)  {
	padding: 5px;
	-webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.basket-table__delete {
	position: relative;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.basket-table__delete span {
	top: 50%;
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
.basket-table-new-mobile .bsk-select {
	float: none;
}
/*body .main-title-wrapper h1.main-title {
	min-width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 22px;
	color: rgb(92, 55, 149);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}*/
input[type=submit] {
	-webkit-appearance: none;
}
.sec-menu-opener, .sec-menu-block {
	display: none;
}
.d-block {
	display: block !important;
}
.kd-text-block .kd-text-block-right {
	max-width: 100%;
}
.map ymaps {
	max-width:600px;
}
#cena-zapros_form .g-recaptcha {
	transform: scale(0.898026);
	transform-origin: left top;
}
#donemessage {
	max-width: 100%;
}
.bsk-modal-overlay-inner {
	width: 500px;
	max-width: 95%;
	height: 270px;
	padding: 50px 115px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 1080px) {
	.news__link:hover, .news__link:focus {
		border-color: #68339d !important;
	}

	.news__item-wrap:hover, .news__item-wrap:focus {
		border-color: #68339d;
	}

}
@media screen and (max-width:1366px) {
	.main-wrap {
		max-width: calc(100vw - 20px);
	}
}
@media screen and (max-width: 1024px) {
	.kd-text-block .kd-text-block-right {
		float: none;
		margin: 0 auto;
	}
	.catalog-sorting .catalog-sorting-input {
		margin-top: 8px;
	}
	.create_index_div {
		margin-left: unset;
		max-width: calc(100vw - 30px);
		margin-top: 35px;
		box-sizing: border-box;
	}
	.filter-toggler + .quick_search {
		margin-top: 22px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 999px) {
	.kd-panel-info-wrapper-1,
	.kd-panel-info-wrapper {
		display: flex;
		flex-direction: column;
	}
	.kd-panel-info-wrapper .kd-p_info-block:nth-child(1),
	.kd-panel-info-wrapper .kd-p_info-block:nth-child(2),
	.kd-panel-info-wrapper .kd-p_info-block:nth-child(3) {
		flex: 0 1 100%;
		width: auto;
		padding: 0;
	}
	.kd-panel-info-wrapper .kd-p_info-block:not(:first-child) {
		margin-top: 20px;
	}
	.kd-panel-info-wrapper {
		padding: 20px;
	}
	.kd-p_info-image-edit-wrapper, .kd-p_info-image-edit_option-wrapper {
		left: auto;
		right: 0;
	}
	.kd-p_info-name-wrapper {
		padding-right: 50px;
	}
	.kd-lc-wrapper-premium .kd-p_info-image-edit-wrapper-prem {
		margin-left: 20px;
	}
}
@media screen and (max-width: 875px) {
	.kd-last_viewed_items-wrap {
		max-width: 840px;
		overflow: auto;
	}
	.basket-table-wrap {
		max-width: calc(100vw - 38px);
		overflow: auto;
	}
	.kd-text-block .rigth_img {
		float: none;
		display: block;
		margin: 0 auto 32px;
		padding: 0;
	}
	#basketpage .reservation-form-wrap .kd-reservation-form {
		width: 100%;
	}
	#basketpage .kd-reservation-form .left-col,
	#basketpage .kd-reservation-form .right-col {
		width: 48%;
	}
	.basket_items_descr.basket_items_descr_delimeter {
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
	}
	.catalog-sorting .catalog-sorting-input,
	.multiselect {
		margin-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 48.5%;
		max-width: none;
	}
	.catalog-sorting .catalog-sorting-input:nth-child(2) {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.catalog-sorting .catalog-sorting-input:nth-child(3) {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.catalog-sorting {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.catalog-sorting .catalog-sorting-title {
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center;
	}
}
@media screen and (min-width:769px) {
	.offer_thead:not(.offer_thead_1) {
		display: none;
	}
	.abcam-table__head:not(:first-child) {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.recaptcha {
		margin-bottom: 10px;
	}
	#productlist .kd-last_viewed_items-wrap {
		width: 100%;
	}
	.kd-sec_option.kd-sec_option-type_of_val {
		width: 100%;
	}
	.personal-user-name {
		display: block;
		max-width: 100px;
	}
	.kd-text-block * {
		line-height: 1.5;
	}
	table.table_base th {
		height: 58px;
		padding: 20px 10px;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base th:nth-child(1) {
		height: 79px;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base:not th:nth-child(1) {
		height: 79px;
		order: 0;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base th:nth-child(2),
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base td:nth-child(2) {
		order: 1;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base th:nth-child(3),
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base td:nth-child(3) {
		order: 2;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base th:nth-child(4),
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base td:nth-child(4) {
		order: 5;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base th:nth-child(5),
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base td:nth-child(5) {
		order: 3;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base th:nth-child(6) {
		order: 4;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base th:nth-child(7) {
		order: 6;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base td:nth-child(1) {
		order: 0;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base td:nth-child(6) {
		order: 4;
		text-align: center;
		height: 58px;
	}
	div.kd-lc-wrapper.kd-lc-wrapper-premium table.table_base td:nth-child(7) {
		order: 7;
		border-bottom: none;
	}
	table.table_base td:nth-child(5) {
		text-align: center;
	}
	.auth_modal {
		max-heught: 100vh;
		overflow: auto;
	}
	header .contacts {
		margin-left: 0;
	}
	.acs__list {
 	-webkit-box-orient: horizontal;
 	-webkit-box-direction: normal;
 	 -ms-flex-flow: row wrap;
 	 flex-flow: row wrap;
  	}
	.kd-fr-for_map {
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
 	-webkit-box-pack: center;
 	 -ms-flex-pack: center;
 	 justify-content: center;
	}
	.kd-lc-wrapper {
		max-width: calc(100vw - 20px);
	}
	.catalog-sorting {
		width: 100%;
		justify-content: flex-end;
	}
	.quick_search + .catalog-sorting {
		float: right;
		margin-top: 28px;
		justify-content: flex-end;
		margin-bottom: 20px;
		width: 100%;
	}
	.main_tdmenu-1>tbody>tr>td {
		max-width: calc(100vw - 40px);
	}
	iframe {
		max-width: 100%;
	}
	.g-recaptcha {
		max-width: 100%;
		overflow: hidden;
	}
	.kd-product-detail-block.kd-product-detail-block-show {
		max-width: calc(100vw - 24px);
		width: 100%;
	}
	#supsearchblock input[type=submit] {
		min-width: 80px;
	}
	#auth_modal.modal_window,
	.modal_window {
		width: 100%;
		max-height: 100vh;
		overflow: auto;
		padding: 25px;
	}
	.main-wrap {
		min-width: initial;
		min-width: initial;
		width: 100%;
	}
	.news__list, .subscribe-wrap, .features__list, .partners__list {
		width: 100% !important;
		max-width: initial;
	}
	#main-slider .slider__item {
		/*height: 250px;*/
		min-height: initial;
		/*padding: 20px;*/
	}
	#main-slider .slider__data {
		max-width: initial;
		width: 100%;
	}
	.pay_block .table_base td {
		padding: 16px 22px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pay_block .table_base th {
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	table.table_base tbody tr td:nth-last-child(-n+2) {
		padding: 5px 22px;
	}
	.breadcrumbs.type_currency {
		float: none;
		text-align: left;
		margin-bottom: 10px;
	}
	.bx-filter .bx-filter-parameters-box-title {
		display: contents;
	}
	.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
		margin-right: 10px;
	}
	.kd-sec_option-type_of_val {
		margin-top: 10px;
	}
	.partners__list .slick-prev, .partners__list .slick-next {
		width: 30px;
		height: 30px;
	}
	.partners__list .slick-prev {
		left: 5px;
	}
	.partners__list .slick-next {
		right: 5px;
	}
	.partners__list .slick-prev:before, .partners__list .slick-next:before {
		width: 30px;
		height: 30px;
		background-size: cover;
	}

	.lab_inp_inner_container {
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		margin-top: 30px;
	}
	.lab_inp_inner_right {
		padding-right: 0;
		width: 100%;
	}
	.lab_inp_inner_left {
		width: 100%;
		padding-left: 0;
		margin: 0;
	}
	.news__category-list, .features__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.newstextul table {
		width: 100%;
	}
	.newstextul img {
		max-width: 100%;
	}
	.newstextul img[src$="gif"],
	.newstextul img[src$="jpg"],
	.newstextul img[src$="jpeg"],
	.newstextul img[src$="png"] {
		height: auto;
	}
	.main_tdmenu-4 table {
		width: 100%;
		overflow-x: scroll;
	}
	.main_tdmenu-4 table tr td:not(.bookmarks) {
		width: 100%;
		display: block;
	}
	.footer-wrap {
		width: 100vw;
		padding-top: 30px;
		margin: 40px -20px 0;
		box-sizing: border-box;
	}
	.footer {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.footer-col {
		width: 100%;
		max-width: initial;
		margin: 0 0 10px;
	}
	.footer-col.footer-col_table {
		min-width: initial;
	}
	.footer-col__left {
		width: 60px;
	}
	.footer__logo {
		max-width: 60px;
	}
	.footer__link_colored {
		font-size: 14px;
		line-height: 14px;
	}
	.footer .footer__item {
		margin-bottom: 10px;
	}
	.footer .footer__menu_currencies .footer__item {
		padding: 0;
	}
	.item_datail_list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	.item_datail_list li {
		/*width: initial;*/
		/*display: inline-block;*/
		/*margin: 3px 5px;*/
	}
	.personal-text.openmodal.email_subscribe_form_trigger {
		margin-top: 10px;
	}
	.item_datail_list a {
		border-bottom: 1px dashed #333;
	}
	.subscribe__form-main .subscribe__input {
		width: 100%;
	}
	.news__list:not(.list) .news__item {
		margin-bottom: 20px;
	}
	.news__list:not(.list) .news__img-wrap {
		height: auto;
		margin: 0 auto 10px;
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
 	-webkit-box-pack: center;
 	 -ms-flex-pack: center;
 	 justify-content: center;
	}
	.news__list:not(.list) .news__img-wrap img {
		width: 100%;
		max-width: 400px;
	}
	.news__list:not(.list) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
	.news__list:not(.list) .news__item {
		-webkit-box-flex: 0;
		 -ms-flex: 0 1 50%;
		 flex: 0 1 50%;
		padding: 10px !important;
		-webkit-box-sizing: border-box;
		 box-sizing: border-box;
		margin: 0px;
	}

	.features-section {
		padding: 30px 0px;
		/*margin: 0 -10px;*/
	}
	.features__item {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.features__item-ic-wrap {
		margin-bottom: 5px;
	}
	.partners-section {
		width: 100%;
	}
	#main-slider .slider__tabs {
		display: none;
	}
	#main-slider .slider__list {
		width: 100%;
	}
	#main-slider .btn.slide__btn {
		padding: 10px;
		line-height: 1;
		font-size: 12px;
	}
	#main-slider .slick-dotted.slick-slider {
		margin-bottom: 5px !important;
		padding-bottom: 25px;
	}
	#main-slider .slick-dots {
		bottom: 0;
		right: unset;
		left: 0;
		text-align: center;
	}
	#main-slider .slick-dots li, #main-slider .slick-dots li button {
		width: 15px;
		height: 15px;
	}
	#main-slider .slick-dots li button:before {
		border: 1px solid #5c3795;
	}
	.kd-sec-table-tr {
		width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.kd-sec-table-items .kd-sec-table-tr>td {
		padding: 0;
		width: 100% !important;
	}
	.kd-sec-table-items .lettersblock {
		padding: 10px 10px 10px 40px !important;
		width: 100%;
	}
	.letter_title {
		left: 5px;
		top: 10px;
		width: 30px !important;
		height: 30px !important;
		line-height: 30px;
		font-size: 16px;
	}
	.reactives-vendors {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.reactives-vendors tr, .kd-sec-table-items tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		width: 100%;
	}
	.reactives-vendors__table-cell {
		width: 50%;
	}
	body .main-title-wrapper h1.main-title {
		font-size: 16px;
		min-width: 70%;
	}
	.kd-alphavit-block {
		margin-top: 0;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		height: auto;
	}
	.kd-main-sec-catalog .kd-alphavit-block {
		padding-bottom: 20px;
	}
	.kd-main-sec-catalog {
		margin-top: 15px;
	}
	.kd-main-sec-catalog .main-title-wrapper {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.kd-alphavit {
		width: 35px;
		height: 35px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2px;
		margin: 0px 8px 8px 0px;
	}
	.kd-alphavit a {
		font-size: 13px;
	}
	.kd-sec-table-items tr td, .kd-sec-table-items .lettersblock2 {
		width: 100% !important;
		padding: 0;
		margin: 5px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.kd-sec-table-items .lettersblock2.lineblock {
		border-bottom: none;
		padding-bottom: 0;
		border-right: none;
		margin: 0 !important;
	}
	.kd-sec-table-items tr td, .kd-sec-table-items .lettersblock2>div {
		margin-right: 10px !important;
	}
	.kd-section-wrapper {
		width: 100%;
	}
	.kd-section-wrapper .favorites .favorites-catalogs {
		padding: 10px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	.kd-section-wrapper .favorites .favorites-catalogs.favorites-catalogs-showall .row {
		width: 100%;
		margin: 0;
	}
	.kd-section-wrapper .favorites .favorites-catalogs .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
		-webkit-box-pack: start;
		 -ms-flex-pack: start;
		 justify-content: flex-start;
		width: 100%;
	}
	.kd-section-wrapper .favorites .favorites-catalogs .row .column {
		min-width: initial;
		width: 120px;
		max-width: initial;
		padding: 0 5px;
		-webkit-box-flex: 0;
		 -ms-flex: 0 1 50%;
		 flex: 0 1 50%;
	}
	.kd-section-wrapper .favorites .catalog-card .title {
		font-size: 12px;
	}
	.sort_display {
		display: none;
	}
	.kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card {
		display: block !important;
		padding: 20px 20px 0 20px !important;
		margin-bottom: 24px !important;
	}
	.kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card .title {
		width: 100% !important;
	}
	.kd-section-wrapper .favorites .favorites-catalogs.list .catalog-card img {
		margin-left: 0 !important;
		margin-bottom: 10px !important;
	}
	.kd-section-wrapper .favorites .catalog-card .footer {
		padding: 10px 0;
	}
	.kd-section-wrapper.preview, .kd-section-wrapper.preview+.kd-section-wrapper-full-link, .kd-seemore-section-wrapper.nomobile, .kd-seemore-section-wrapper.nomobile+.kd-line-content-section-wrapper {
		display: none;
	}
	.kd-seemore-section-wrapper.nomobile+.kd-line-content-section-wrapper+.kd-sec_option-wrap {
		margin-top: 0;
	}
	.kd-section-picture-wrapper {
		padding: 0;
		margin: 0;
		float: none;
	}
	.kd-section-picture-wrapper .kd-section-picture-block {
		width: 100%;
		margin: 0;
	}
	.kd-section-picture-wrapper .kd-section-picture-block img {
		width: auto;
		max-width: 100%;
		padding: 0;
	}
	.kd-sec_option-type_of_val {
		width: 100%;
		text-align: right;
		padding-right: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.kd-sec_option-type_of_val span {
		margin-right: 5px;
		display: inline-block;
	}
	.kd-type_of_val-opt {
		width: initial;
	}
	#productlist .kd-last_viewed_items {
		width: 100%;
	}
	/*#productlist .kd-last_viewed_items tr:first-child, #productlist .kd-last_viewed_items tr th {
 display: none;
  }*/
	#productlist .kd-last_viewed_items .kd-product-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		-webkit-box-align: end;
		 -ms-flex-align: end;
		 align-items: center;
		-webkit-box-pack: justify;
		 -ms-flex-pack: justify;
		 justify-content: space-between;
		width: 100%;
		padding-bottom: 10px;
	}
	.kd-lvi-td-help-wrap:not(.dsaas) {
		display: none !important;
	}
	.dsaas .kd-help-block-text {
		left: 0;
		transform: translateY(7px) translateX(-15px);
	}
	.dsaas .kd-help-block-text-to_left:before {
		right: unset;
		left: 23px;
	}
	#product_table .kd-block-name-group {
		margin-left: 0;
		padding-left: 0;
		padding-top: 12px;
	}
	#product_table .td-article_and_discound .kd-lvi-td-name-numb_new,
	.reactive-table .kd-lvi-td-name-numb_new {
		padding-left: 0;
	}
	#product_table .kd-lvi-td-atricle-wrap {
		padding: 0 !important;
	}
	#productlist .kd-last_viewed_items tr.kd-product-block>td, #productlist .kd-last_viewed_items .kd-product-detail-block tr>td {
		width: auto;
		padding: 2px 5px;
	}
	#productlist .kd-last_viewed_items tr.kd-product-block>td.kd-lvi-td-name-wrap {
		width: 100%;
		padding-bottom: 5px;
	}
	#product_table.kd-last_viewed_items-wrap table.kd-last_viewed_items tr td:first-child {
		width: 100%;
	}
	.kd-desc-show-but {
		left: auto;
		right: 0;
		top: 20px
	}
	#productlist .kd-last_viewed_items tr.kd-product-block>td {
		padding: 2px 0;
	}
	#productlist .kd-last_viewed_items .kd-lvi-td-price-wrap {
		min-width: 100px;
	}
	#productlist .kd-last_viewed_items .kd-lvi-td-price-wrap div {
		font-size: 12px;
	}
	.kd-product-detail-block-show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.kd-sec_option {
		width: 100%;
	}
	.kd-product-detail-block-show>td {
		width: 100%;
		margin: 0;
	}
	.kd-product-detail-block-show .kd-lvi-td-name-wrap {
		width: 100% !important;
	}
	.kd-product-detail-block-show>td>div {
		padding: 0 10px !important;
	}
	.kd-product-detail-img-block {
		float: none;
		width: 100%;
	}
	.kd-product-detail-img {
		float: none;
		text-align: center;
		margin: 0;
	}
	.kd-section-desc-wrapper .kd-section-block-descr>table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.kd-section-desc-wrapper .kd-section-block-descr>table tr td {
		width: 100%;
	}
	.kd-section-desc-wrapper table img, .kd-section-desc-wrapper .kd-section-block-descr table td img {
		width: auto;
		max-width: 100%;
		padding: 10px 0;
		margin: 0;
	}
	.list_acs table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	.list_acs>table tr td {
		width: 100%;
	}
	.list_acs>table table tr {
		display: initial;
	}
	.list_acs>table table tr td {
		width: initial;
	}
	.item_slider .item_images li.active {
		width: 200px;
		max-width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.item_slider .item_images li a img, .item_slider .item_thumbs li a img {
		width: 100%;
	}
	table.table_base {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	table.table_base tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	/*.kd-text-block div:not(.recaptcha_error) {
		display: block !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}*/
	.kd-text-block img {
		max-width: 100%;
		height: auto;
		padding: 0 0 10px 0 !important;
	}
	.kd-fr-for_map {
		padding: 0;
	}
	#openorderblock tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	#openorderblock tr td, .kd-text-block table#openorderblock tr td:nth-child(1), #openorderblock tr td input:not([type=submit]):not([type=radio]):not(type=checkbox) {
		width: 100% !important;
	}
	.tabs .tabs-nav a {
		font-size: 13px;
		line-height: 30px;
		padding: 0 5px;
	}
	.list_prod>table {
		width: 100%;
		overflow-x: scroll;
	}
	.list_prod>table img {
		max-width: 100%;
	}
	.list_prod>table .drawacsbasket {
		max-width: 110px;
		width: calc(30% - 15px) !important;
	}
	.list_prod>table .drawacsbasket .addbsktbl {
		width: 100%;
	}
	.list_prod>table .drawacsbasket .addbsktblstock {
		display: none;
	}
	.bsk-tbl-btm {
		padding: 0;
	}
	#basketpage .bsk-select {
		max-width: 100%;
	}
	.bsk-total__value {
		margin: 15px 0;
	}
	.basket-table {
		width: 100%;
		overflow: scroll;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	.partners__link_all {
		margin-top: 30px;
	}
	#openorderblock .kd-form-order__input {
		padding-right: 30px;
	}
	#openorderblock .select_a-img-block {
		z-index: 99999;
		right: 0;
		width: 30px;
		height: 100%;
		cursor: pointer;
	}
	#product_table .kd-lvi-td-name-wrap-desc {
		-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	#product_table .kd-lvi-td-name-wrap-desc-left {
		padding-left: 0;
		width: 100%;
	}
	#showResult a, #showResult2 a, #showResult2 {
		color: #000;
	}
	.tabs .tabs-nav > li {
		margin-bottom: 3px;
	}
	header .contacts .cities.open {
		z-index: 1000;
	}
	#supsearchblock {
		max-width: calc(100vw - 20px);
	}
	#searchinput {
		width: 100%;
	}

	tbody.offers_flex {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	tbody.offers_flex tr {
		display: flex;
		flex-flow: column wrap;
		width: 50%;
		margin-bottom: 20px;
	}
	.pay_block .table_base tbody.offers_flex tr th,
	.pay_block .table_base tbody.offers_flex tr td {
		height: 35px;
		box-sizing: border-box;
		padding: 0;
	}
	.pay_block .table_base tbody.offers_flex tr th.td_spec_price,
	.pay_block .table_base tbody.offers_flex tr td.td_spec_price {
		height: 80px;
	}
	tbody.offers_flex tr th:first-child,
	tbody.offers_flex tr td:first-child {
		align-items: flex-end;
	}
	.pay_block .table_base tbody.offers_flex tr td.offer_td_packing {
		padding-top: 5px;
	}
	.pay_block .table_base tbody.offers_flex tr .last {
		height: 62px;
		align-items: flex-end;
		padding-bottom: 6px;
	}

	.abcam-table {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		margin-bottom: 0;
	}
	.abcam-table tbody {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.abcam-table .abcam-table__row,
	.abcam-table .abcam-table__head {
		display: flex;
		flex-flow: column wrap;
		margin-bottom: 20px;
		height: auto;
		padding-top: 30px;
		position: relative;
	}
	.abcam-table .abcam-table__head {
		width: 40%;
	}
	.abcam-table .abcam-table__row {
		width: 60%;
	}
	.abcam-table__head th {
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		height: 40px;
		font-size: 14px;
		display: flex;
		align-items: flex-start;
	}
	.abcam-table .abcam-table__row td {
		height: 40px;
		margin: 0;
		box-sizing: border-box;
		text-align: left;
		border-bottom: none;
		padding-left: 30px;
		display: flex;
		align-items: flex-start;
		overflow: hidden;
		padding-bottom: 5px;
	}
	.abcam-table .abcam-table__row td.js-abcam-name {
		overflow: hidden;
		height: 130px;
	}
	.abcam-table .abcam-table__head th.abcam-th_name {
		height: 130px;
	}
	.abcam-table td .td-count {
		margin: 0;
	}
	.abcam-table__head th.abcam-th_amount,
	.abcam-table .abcam-table__row td.js-abcam-count {
		margin-bottom: 13px;
	}

	.abcam-table td.js-abcam-delete {
		position: absolute;
		right: 10px;
		top: -6px;
	}

	.main-head_hidden {
		display: none!important;
	}
}
@media screen and (max-width: 760px) {
	.partners__item>a {
		width: 80%;
	}
	.partners__list .slick-prev,
	.partners__list .slick-next {
		opacity: 0;
		z-index: -1;
	}
	.main_tdmenu-1>tbody>tr>td {
		display: flex;
		flex-direction: column;
	}
	.breadcrumbs.type_currency {
		order: 1;
		margin-top: 15px;
	}
	.breadcrumbs {
		order: 0;
	}
	.clear10 {
		order: 2;
	}
	.main_tdmenu-1>tbody>tr>td .row {
		order: 3;
	}
	.bx-filter .bx-filter-parameters-box {
		position: relative;
		padding: 15px 15px 15px 30px;
	}
	.newstextul table tr td, .main_tdmenu-4 table tr td {
		box-sizing: border-box;
	}
	#openorderblock tbody tr td {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	#window_message {
		width: 70% !important;
		left: 15% !important;
	}
}

@media (min-width: 621px) and (max-width: 768px) {
	.catalog-sorting .catalog-sorting-title {
		max-width: 120px;
		text-align: right;
	}
	.catalog-sorting .catalog-sorting-input,
	.multiselect {
		margin-left: 35px;
		max-width: 200px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 620px) {
	.map ymaps {
		max-width: calc(100vw - 40px);
	}

	#order_form_content {
		max-width: calc(100vw - 38px);
	}
	table.main_tdmenu-3 .main-title-wrapper h1.main-title {
		max-width: 250px;
	}
	.main-title__back {
		top: 50%;
 	transform: translate(0, -50%);
	}
	.megawrap-col_main .catalog-sorting {
		width: 100%;
		justify-content: space-between;
		margin-top: 28px;
		margin-bottom: 20px;
	}
	.filter-toggler {
		width: 100%;
	}
	.megawrap-col_side {
		width: 100%;
	}
	.megawrap-col_side.fixed {
		width: calc(100% - 20px);
	}

	.filter_btns_wrap {
		width: 100%;
	}
	.megawrap-col_side.fixed .filter_btns_wrap {
		width: calc(100% - 20px);
	}
	.catalog-sorting .catalog-sorting-input,
	.multiselect {
		min-width: unset;
		margin-top: 15px;
	}
}
@media screen and (max-width:576px) {
	#main-slider .slider__item {
		/*height: 150px;*/
	}
	.footer-col__right {
		-webkit-box-pack: start;
		 -ms-flex-pack: start;
		 justify-content: start;
	}
	.news__item {
		-webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		padding: 0 !important;
		margin-bottom: 20px;
	}
	.kd-section-wrapper .favorites .favorites-catalogs .row .column {
		-webkit-box-flex: 0;
		 -ms-flex: 0 1 100% !important;
		 flex: 0 1 100% !important;
		max-width: 100% !important;
	}
	.kd-section-wrapper .favorites .tabs-nav li {
		max-width: 49%;
	}

	#basketpage .kd-reservation-form .left-col,
	#basketpage .kd-reservation-form .right-col {
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	.fancy-image.fancybox-wrap .fancybox-close {
		right: 0;
		top: -50px;
	}
	.modal_title {
		margin-top: 20px;
	}
	.search-page-form .subsearch {
		width: 100%;
	}
	.search-page-form .search-page-input-block {
		flex-direction: column;
	}
	#supsearchblock input[type=submit] {
		margin-top: 10px;
		width: 100%;
	}
	.news-item-download {
		box-sizing: border-box;
		width: 100% !important;
	}
}
@media screen and (max-width:500px) {
	.sec-menu-block {
		width: 100%;
	}
	.kd-popup-personal_data,
	.kd-popup-account_option {
		width: calc(100% - 20px);
		padding: 15px;
		box-sizing: border-box;
	}
	.kd-popup-account_option .kd-pp-title,
	.kd-popup-account_option .kd-pp-block-wrap {
		padding: 0 30px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.kd-pp-bot-info-wrap {
		padding: 30px;
		box-sizing: border-box;
	}
	.kd-popup-c_m-premium,
	.kd-popup-form-support {
		width: calc(100% - 20px);
	}
	.kd-popup-form-support {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.kd-popup-c_m-premium-block {
		padding: 0 10px;
		box-sizing: border-box;
	}
	header .personal:hover .kd-personal-block-wrap .kd-personal-help-block-text {
		opacity: 0;
		visibility: hidden;
	}
	.bsk-modal-overlay-inner {
		padding: 50px 30px;
	}
	.bsk-modal-overlay-inner div {
		font-size: 16px !important;
	}
	.form-app .abcam-modal-body {
		width: 100%;
		padding: 50px;
	}
	.subscribe__form-main {
		flex-direction: column;
	}
	.subscribe__form-main .kd-subscribe__button-wrap {
		flex: 1;
		order: 1;
	}
	.subscribe__form-main .kd-subscribe__button-wrap button {
		width: 100%;
	}
	.subscribe__form-main .kd-form__group_checkbox {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 460px) {
	.partners-section .slick-dots li {
		width: 7px;
	}
    .item_slider {
        display: block;
    }
	.item_slider .item_images {
        width: 70%;
        display: block;
        float: left;
        padding: 0;
        max-width: 200px;
        box-sizing: border-box;
	}
    .item_slider .item_thumbs {
        width: 30%;
        float: right;
    }

	.tabs .tabs-content {
		padding: 0 5px;
	}
	#openorderblock tr {
		max-width: calc(100vw - 40px);
	}

	.item_slider .item_thumbs li {
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 450px) {
	.modal_window {
		max-width: calc(100vw - 20px);
	}
	.kd-p_info-data td {
		display: block;
		max-width: 130px;
	}
	.kd-form__input, .form-abcam-result {
		max-width: calc(100vw - 65px);
	}
	.tabs-wrapper {
		display: flex;
	}
	.tab-block>div {
		flex: 0 1 100%;
		text-align: center;
	}
	#cena-zapros {
		width: 100%;
		padding: 20px 0;
	}
}

@media screen and (max-width: 400px) {
	.basket-table__bottom .kd-form__group_checkbox2 {
		width: 250px;
	}
	.kd-alphavit-block {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		grid-column-gap: 8px;
		grid-row-gap: 8px;
	}
	.kd-alphavit {
		margin: 0;
	}
	body {
		padding: 0 12px 0 12px;
		width: calc(100% - 24px);
	}
	.footer-wrap {
		margin: 40px -12px 0;
	}
}
@media screen and (max-width: 350px) {
	table.tdtopmenu tr td.menu_top {
		width: 49%;
	}
	.logo {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width:280px) {
	#main-slider .slider__item {
		/*height: 90px;*/
		/*padding: 7px;*/
	}
}

@media screen and (min-width: 461px) {
	.d-btn-link {
		margin-right: 10px;
    }
}

@media screen and (min-width:351px) and (max-width:420px) {
	table.tdtopmenu tr td.menu_top {
		height: 65px;
	}
}

@media (min-width: 2560px) {
	.main-wrap {
		max-width: 1920px;
		margin: 0 auto;
	}
	.slider__item > a {
		background-size: cover;
		background-position: left;
	}
	.features__list {
		max-width: 100%;
	}
	.item_datail_list {
		max-width: 1920px;
		margin: 30px auto;
	}
}

/* End */


/* Start:/local/templates/diam/font-awesome/css/font-awesome.min.css?172715939626711*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/diam/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('/local/templates/diam/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('/local/templates/diam/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('/local/templates/diam/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('/local/templates/diam/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('/local/templates/diam/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

/* End */


/* Start:/css/media_new.css?172715939125098*/
.footer__title-btn {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 0;
    background-image: url(/images/kd/show_block-but-gray.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

@media (max-width:1700px) {
    header .menu_search {
        margin-left: 20px;
    }
    header .contacts {
        margin-left: 24px;
    }
}

@media (max-width:1500px) {
    .logo {
        margin-left: 0;
    }
    header .contacts .cities li {
        display: none;
    }
    header .contacts .cities.open li.active span {
        border-bottom-width: 0;
    }

    header .contacts .cities li.active span::after{
        content: "";
        display: inline-block;
        width: 14px;
        height: 15px;
        margin-left: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/images/kd/show_block-but-gray.png);
        background-color: white;
        position: relative;
        top: 4px;
        background-size: contain;
    }
}

@media (max-width:1366px) {
    header .first_logo,
    header .second_logo {
        max-height: 105px;
    }
    header .menu_search {
        min-width: 400px;
    }
    header .header_menu {
        text-align: left;
        overflow: hidden;
    }
    header .header_menu li {
        margin: 0 20px 8px 0;
    }
    header .subsearch {
        margin-top: 5px;
    }
    header .subsearch .search-language-input-checkbox-header .search-language-input-checkbox-header__label {
        font-size: 13px;
        color: #6A6D6F;
        padding-top: 5px;
    }
    header .subsearch .search-language-guess-header .search-language-guess-header__message {
        font-size: 12px;
    }
    header .subsearch .search-language-guess-header .search-language-guess-header__message .search-language-guess-original {
        font-weight: bold;
    }
    header .contacts {
        max-width: 28%;
    }
    header .basket_personal {
        text-align: left;
        padding-top: 14px;
    }
    .footer {
        margin-bottom: 34px;
    }
    .footer__logo {
        max-width: 87px;
    }
    .footer__menu {
        padding-top: 10px;
    }
    .footer .footer__item {
        margin-bottom: 10px;
    }
}

@media (max-width:1200px) {
    .container {
        padding: 0 20px;
    }
    .header__top {
        padding-left: 9px;
        padding-right: 12px;
    }
    .logo {
        margin-right: 10px;
    }
    .footer-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width:1025px) {
    header .contacts .cities {
        min-width: 280px;
        margin-top: 17px;
        max-width: 31.7vw;
    }
    header .contacts .cities li {
        margin-bottom: 10px;
        min-width: 120px;
    }
    header .contacts .contact_phone,
    header .contacts .contact_email {
        display: inline-block;
    }
    header .contacts .contact_phone {
        margin: 0 37px 0 0;
    }
    header .contacts .email {
        top: 0;
    }
}

@media(max-width: 1700px) {
    header .contacts .cities {
        max-width: 24.7vw;
    }
}

@media (max-width:1330px) {

    header .header_menu li a {
        font-size: 12px;
    }
    header .subsearch input[name="q"] {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    header .subsearch input.search-header {
        padding: 7px 15px 7px 7px;
        height: 17px;
    }
    .subsearch .search-close {
        top: 6px;
    }
    #supsearchblock .subsearch .search-close {
        top: 10px;
    }
    header .contacts {
        max-width: 18%;
    }

    .footer-col {
        max-width: 32%;
        width: 32%;
        padding-right: 15px;
    }
    .footer-col.footer-col_table {
        min-width: 100%;
        margin-bottom: 35px;
    }
    .footer-col__left {
        width: 110px;
    }
    .footer-col__right {
        width: calc(100% - 115px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: 85px;
    }
    .footer-col__right .footer__title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer__item.footer__item_address br {
        display: none;
    }
    .footer-col__right .d-socbox {
        margin-top: 0;
    }
    #supsearchblock .subsearch .search-close {
        top: 10px;
    }
}

@media (max-width:1024px) {
    header .menu_search {
        max-width: 47%;
    }
    header .contacts .contact_email {
        margin-bottom: 15px;
        margin-top: 7px;
    }
    header .contacts .cities.open {
        margin-top: -15px;
    }
    header .contacts .cities li.active span::after {
        width: 11px;
    }
    header .contacts .phone {
        font-size: 14px;
    }
    header .contacts .email {
        font-size: 14px;
    }
    header .basket_personal {
        text-align: right;
        min-width: 155px;
    }
    header .basket_personal .basket .icon {
        width: 32px;
        background-size: contain;
        margin-right: 17px;
    }
    header .basket_personal .basket .sum {
        font-size: 12px;
    }
    header .personal {
        font-weight: normal;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    header .personal_block {
        width: 120px;
    }
    .kd-section-wrapper img,
    .insidetable img {
        max-width: 90vw;
        height: auto;
    }
    .kd-section-desc-wrapper .kd-section-block-descr.kd-section-block-full table tr {
        display: flex;
        flex-wrap: wrap;
    }
    #supsearchblock #searchResult .js-filter-toggler {
        margin-bottom: 20px;
        margin-top: 0;
    }
    #supsearchblock #searchResult .kd-sec_option-wrap-2 {
        margin-top: 0;
    }
    #supsearchblock #searchResult .kd-lc-wrapper {
        margin-top: 0;
    }
    #supsearchblock #searchResult .kd-sec_option {
        width: 100%;
    }
    header .header_menu {
        width: 100%;
        order: 2;
    }
}

@media (max-width:950px) {
    header {
        margin-bottom: 10px;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 2px solid #bf87dc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 90px;
    }

    header .menu_search {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        max-width: calc(100vw - 56px);
        min-width: auto;
        padding: 0;
        position: absolute;
        bottom: -80px;
        left: 0;
    }
    header.b-search-new .menu_search {
        position: absolute;
        bottom: -112px;
    }
    header .menu_search .header_menu {
        display: none;
    }
    header .subsearch {
        margin-top: 0;
    }
    header .subsearch input[name="q"] {
        height: 30px;
        padding: 0 25px 0 10px;
        /*line-height: 30;*/
    }
    header .subsearch input[type="image"] {
        cursor: pointer;
        padding: 4px;
        position: absolute;
        right: 12px;
        top: 2px;
    }
    header .personal_block {
        width: auto;
        margin-top: 12px;
    }
    header .personal {
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    header .personal .kd-personal-block-wrap {
        height: auto;
    }
    header .logo a {
        width: 100%;
        height: 100%;
    }
    header .first_logo {
        padding: 0;
        width: 100%;
    }
    header .contacts {
        min-width: unset;
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        max-width: 330px;
    }
    header .contacts .contact_phone {
        width: 100%;
    }
    header .contacts .contact_email {
        width: 50%;
        margin-top: 0;
    }
    header .contacts.cities-opened {
        width: 330px;
    }
    header .contacts .phone {
        font-size: 14px;
    }
    header .contacts .email {
        font-size: 13px;
    }
    header .contacts .cities {
        margin-top: -15px;
        width: 160px;
        box-sizing: border-box;
        display: inline-block;
    }
    header .contacts .cities.open {
        right: 22px;
        margin-top: -12px;
    }
    header .contacts.cities-opened .cities_plug {
        display: block;
        width: 50%;
    }
    .header__bottom_left {
        width: auto;
    }
    header .basket_personal {
        display: flex;
        justify-content: flex-end;
        min-width: 300px;
    }
    header .basket_personal .basket .icon {
        margin-right: 15px;
    }
    .main-menu-block {
        position: relative;
        height: auto;
        margin-top: 95px;
    }
    .main-menu-block.b-search-new {
        margin-top: 125px;
    }
    .main-menu-opener {
        display: block;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: 0;
    }
    .sec-menu-opener {
        display: block;
        position: absolute;
        top: -80px;
        left: 8px;
        width: 24px;
        height: 20px;
    }
    .main-menu-block.b-search-new .sec-menu-opener {
        top: -114px;
    }
    .main-menu-opener span {
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 4px;
        background: #c796e0;
    }
    .sec-menu-opener span {
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 6px;
        background: #c796e0;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
    }
    .sec-menu-opener.opened span:nth-child(1) {
        -webkit-transform: rotate(-45deg) translate(0, -50%);
        -ms-transform: rotate(-45deg) translate(0, -50%);
        transform: rotate(-45deg) translate(0, -50%);
        position: absolute;
        top: 50%;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
    }
    .sec-menu-opener.opened span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(0, -50%);
        -ms-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%);
        position: absolute;
        top: 50%;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
    }
    .sec-menu-opener.opened span:nth-child(2) {
        height: 0;
        -webkit-transition: .1s all;
        -o-transition: .1s all;
        transition: .1s all;
    }
    table.tdtopmenu {
        position: relative;
        width: 100%;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }
    .sec-menu-block {
        display: block;
        position: absolute;
        top: 0px;
        width: 50%;
        overflow: hidden;
        left: 0;
        height: 0;
        z-index: 999;
        padding: 0;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .sec-menu-block.opened {
        height: calc(100vh - 135px);
        overflow: auto;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .sec-menu-block ul.header_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style-type: none;
        padding: 10px;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .sec-menu-block ul.header_menu li {
        padding: 20px 10px;
        border-bottom: 1px solid #ccc;
    }
    .sec-menu-block ul.header_menu a {
        color: #000 !important;
        text-decoration: none;
        font-size: 18px;
    }
    .sec-menu-block .subsearch form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sec-menu-block .subsearch form input[type=text] {
        width: calc(100% - 35px);
        margin-right: 5px;
        height: 20px;
        font-size: 11px;
    }
    .sec-menu-block .personal_block {
        margin: 10px 5px 0;
        font-size: 14px;
    }
    .features__list {
        flex-wrap: wrap;
    }
    .features__item {
        /*width: 50%;*/
    }
    header .second_logo {
        display: none;
    }
    table.tdtopmenu.opened {
        left: 0;
    }
    table.tdtopmenu tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    table.tdtopmenu tr td.menu_top {
        width: 33%;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 3px;
    }
    table.tdtopmenu tr td.menu_top+td {
        display: none;
    }
    table.tdtopmenu .kd-tdmenu-line {
        display: none;
    }
    .tdtopmenu b {
        font-size: 13px !important;
        line-height: 14px;
    }
    .subsearch .search-close {
        top: 10px;
    }
    .item_datail_list ul {
        grid-gap: 20px;
        column-count: 3;
    }
    header .subsearch .search-close {
        top: 5px;
    }
    .search-page-form .subsearch {
        width: calc(100% - 150px);
    }
    header .subsearch  .search-language-guess-header {
        max-width: 100%;
    }
    header.b-search-new .subsearch .search-language-guess-header {
        height: 32px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 1px;
    }
    header.b-search-new .subsearch .search-language-guess-header a {
        margin-right: 1px;
        width: 80px;
    }
    header.b-search-new .subsearch .search-language-guess-header .search-language-guess-header__message .search-language-guess-original {
        display: inline-flex;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 80px;
        overflow: hidden;
    }
    header .search-language-guess-header {
        display: none;
    }
    header.b-search-new .search-language-guess-header {
        display: inline-block;
    }
    header .subsearch .search-language-guess-active-header {
        margin-left: 30px;
    }
    header .subsearch .search-language-guess-active-header {
        margin-top: 5px;
    }
    #supsearchblock .search-language-guess-active {
        margin-left: 30px;
    }
    .search-radio__items {
        margin-left: -6px;
    }
    .news__list:not(.list) .news__item {
        width: calc(50% - 30px);
    }
    #main-slider ~ .news__subscribe {
        min-width: 100%;
        padding: 35px;
    }
    .header__contacts {
        margin-bottom: 5px;
    }
}

@media (min-width:769px) {
    .basket-table__head:not(.basket-table__head_1) {
        display: none;
    }
    .basket-table__head_1:not(:first-child):not(.dop_class) {
        display: none;
    }
}
@media (max-width:768px) {
    .item_datail_list ul {
        max-width: 100%;
        display: block;
        column-count: 2;
    }
    .basket-table tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .basket-table .basket-table__row,
    .basket-table .basket-table__head {
        display: flex;
        flex-flow: column wrap;
        width: 50%;
        margin-bottom: 20px;
        height: auto;
        padding-top: 30px;
        position: relative;
    }
    .basket-table__head th {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        height: 35px;
        display: flex;
        align-items: center;
    }
    .basket-table td {
        height: 35px;
        margin: 0;
        box-sizing: border-box;
        text-align: left;
        border-bottom: none;
        padding-left: 30px;
    }
    .basket-table td .td-count {
        margin: 0;
    }
    .basket-table td.bsk-td_delete {
        position: absolute;
        right: 10px;
        top: -15px;
    }
    .basket-table-wrap {
        padding-bottom: 0;
        padding-top: 30px;
        max-width: calc(100vw - 20px);
    }
    #order_form_content {
        max-width: calc(100vw - 20px);
    }
    .basket-table {
        margin-bottom: 0;
        overflow: visible;
    }
    .basket-table tbody {
        justify-content: space-between;
    }
    .basket-table .basket-table__head {
        width: 40%;
    }
    .basket-table .basket-table__row {
        width: 60%;
    }
    .basket-table td {
        display: flex;
        align-items: center;
    }
    .basket-table td.bsk-td-name {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 10px 10px 30px;
    }
    .basket-table__head th.bsk-th_name {
        height: 75px;
    }
    #basket_items div.labels-wrap {
        flex-wrap: wrap;
    }
    .basket-table__head th.bsk-th_price,
    .basket-table td.bsk-td-price
    {
        height: 50px;
    }
    .kd-g-base-price {
        font-size: 10px!important;
    }
    .td-count__btn {
        width: 28px;
        height: 25px;
    }
    .td-count__input {
        height: 25px;
        width: 39%;
        font-size: 12px;
    }
    #basket_form .bsk-td-name a {
        line-height: 1.4;
    }
    .select_a {
        width: 48%;
        float: left;
    }
    .select_a.kd-form__group .kd-form__label {
        width: 150%;
    }
    .basket_items_descr.basket_items_descr_delimeter {
        margin: 0 0 15px 0;
        padding: 15px 15px 15px 0;
    }
    fieldset.fieldset_spec_price {
        margin: 0;
    }
    fieldset.fieldset_spec_price legend {
        font-size: 10px;
        padding: 0;
    }
    fieldset.fieldset_spec_price > div {
        padding: 0 10px;
        font-size: 12px;
    }
    .btn-delay-wrap {
        margin-bottom: 20px;
    }
    .basket_items_descr {
        font-size: 14px !important;
        line-height: 1.4;
    }
    td.td_for_moscow_move {
        height: unset !important;
        flex-wrap: wrap;
    }
    .basket_items_descr_delimeter_wrap {
        height: 50px;
        width: calc(100% + 60px);
        margin-right: -30px;
        margin-left: -30px;
    }
    .basket_items_descr_delimeter_wrap td {
        padding-left: 0;
    }
    .basket_items_descr_delimeter_wrap td div {
        width: 100%;
    }
    .kd-desc-show-but:after {
        left: unset;
        right: 0;
        top: -20px;
    }
}

@media (max-width: 730px) {
    header .contacts {
        max-width: 300px;
        padding-top: 20px;
    }
    header .contacts.cities-opened {
        width: 300px;
    }
    header .contacts .contact_email {
        margin-bottom: 5px;
    }
    header .contacts.cities-opened .contact_email {
        margin-top: -21px;
    }
    header .contacts .cities {
        margin-top: 0;
    }
    header .contacts .cities.open {
        margin-top: 27px;
        left: 0;
    }
}

@media (max-width: 700px) {
    .basket-table__bottom {
        flex-wrap: wrap;
    }
    .filter-toggler + .quick_search {
        margin-left: 0;
    }
}

@media (max-width:680px) {
    header .contacts {
        order: 2;
        max-width: 33%;
        width: 33%;
        justify-content: space-between;
        padding-top: 15px;
    }
    header .contacts .phone,
    header .contacts .email,
    header .contacts .cities li span {
        font-size: 12px;
    }
    header .contacts .email {
        white-space: nowrap;
    }
    header .contacts .contact_phone {
        width: 105px;
        margin-top: -2px;
        white-space: nowrap;
    }
    header .contacts .contact_email {
        width: 100%;
        box-sizing: border-box;
        margin-top: -4px;
        margin-bottom: 0;
    }
    header .contacts.cities-opened .contact_email {
        margin-top: -22px;
        width: 100%;
    }
    header .contacts .cities {
        margin-top: -8px;
    }
    header .contacts .cities.open {
        right: -18px;
        top: 43px;
        margin-top: 0;
    }
    header .logo {
        order: 1;
    }
    header .basket_personal {
        order: 3;
        flex-wrap: wrap;
    }
    header .menu_search {
        order: 4;
    }
    .sec-menu-block {
        width: 65%;
    }
    .sec-menu-block ul.header_menu li {
        padding: 10px;
    }
    .sec-menu-block ul.header_menu a {
        font-size: 14px;
    }
    .footer-col {
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .footer__title-btn {
        display: block;
    }
    .footer-col.hidde-menu .footer__title-btn {
        transform: unset;
    }
    .footer-col.hidde-menu .footer__menu {
        display: none;
    }
    #productlist .kd-last_viewed_items .kd-lvi-td-price-wrap {
        min-width: unset;
        margin-right: 10px;
    }
    #productlist fieldset.fieldset_spec_price {
        width: 100px;
    }
    .search-page-form .subsearch {
        width: 100%;
    }
    .header__top {
        padding: 0;
    }
    .dia-add-to-favorite {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .to-compare-btn {
        width: 40px;
        height: 40px;
    }
    header .basket_personal .basket {
        height: 40px;
        width: 130px;
        margin-left: 10px;
    }
    header .basket_personal .basket .icon {
        width: 25px;
    }
    header .basket_personal .basket .count {
        width: 18px;
        height: 18px;
        top: 5px;
        right: -8px;
    }
    header .basket_personal .basket .title {
        font-size: 14px;
    }

}

@media (max-width:500px) {
    .item_datail_list ul {
        column-count: 1;
    }
    .basket-table-wrap {
        padding: 12px;
    }
    .basket-table .basket-table__row {
        width: 57%;
    }
    .basket-table__head th {
        font-size: 13px;
        height: 35px;
    }
    .basket-table td {
        height: 35px;
        padding-left: 10px;
    }
    .basket-table__head th.bsk-th_delete {
        height: 15px;
    }
    .basket-table td.td-count_wrap,
    .basket-table__head th.bsk-th_amount,
    td.bsk-td-amount {
        height: 45px;
    }
    .modal_form .lab_inp_inner:not(.focused) label {
        white-space: nowrap;
        right: 20px;
        overflow: hidden;
    }
    .modal_form input[type="text"],
    .modal_form input[type="password"],
    .modal_form input[type="number"] {
        background: linear-gradient(to right, transparent 70%, white 100%);
    }
    .select_a.kd-form__group {
        width: 100%;
    }
    .select_a.kd-form__group .kd-form__label {
        width: 100%;
    }
    .select_a.kd-form__group:not(:first-child) {
        margin-top: 5px !important;
    }
    .bsk-comment {
        padding: 8px 17px;
        height: 110px;
    }
    .basket_items_descr_delimeter_wrap {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
    }
    header .basket_personal .basket {
        margin-right: 0;
    }
    header .personal_block {
        margin-top: 0;
    }
    header .basket_personal .basket .sum,
    header .basket_personal .basket .currency {
        display: none;
    }
    table.tdtopmenu tr td.menu_top {
        width: 49%;
    }
    .footer-col__left {
        width: 105px;
    }
    .footer-col__right {
        height: auto;
        width: calc(100% - 105px);
    }
    .footer-col__right .footer__title {
        width: 100%;
        margin-bottom: 12px;
    }
    .footer__item.footer__item_address {
        line-height: 1.4;
    }
    .footer-col.footer-col_table {
        margin-bottom: 20px;
    }
    .header__contacts {
        width: 100%;
    }
    .header__contacts a {
        font-size: 12px;
    }
    header .header_menu {
        display: none;
    }
    .news__list:not(.list) .news__item {
        flex: 0 1 100%;
    }
    header .basket_personal {
        min-width: 180px;
    }
}


@media (max-width:375px) {
    header .contacts .cities {
        margin-top: -3px;
    }
    header .contacts .cities.open li.active span {
        position: relative;
    }
    header .contacts .cities li.active span {
        white-space: nowrap;
    }
    header .personal {
        width: 105px;
        height: 25px;
        line-height: 25px;
    }
    header .basket_personal {
        min-width: 150px;
    }
}

@media (min-width:1501px) {
    header .contacts .cities {
        margin-bottom: -13px;
    }
}
/* End */


/* Start:/local/templates/diam/components/bitrix/menu/top_new/style.css?17271593951083*/
.header__menu {
    background-color: #F7F8FA;
    border-radius: 5px;
    display: flex;
    list-style-type: none;
    height: 70px;
    justify-content: space-between;
}
.header__item {
    height: 100%;
    text-align: center;
    line-height: 1.5;
    flex: 1;
}
.header__item.header__item_active,
.header__item:hover {
    background-color: #e7eaf0;
}
.header__item a {
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #202020;
    justify-content: center;
}


@media (max-width:950px) {
    .header__menu {
        flex-wrap: wrap;
        height: auto;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .header__item {
        width: 50%;
        margin-bottom: 10px;
        text-align: left;
        flex: unset;
    }
    .header__item a {
        justify-content: unset;
        padding-left: 20px;
    }
}

@media (max-width:500px) {
    .header__item {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/diam/styles.css?1727159396700*/
.img-right{
	float: right;
margin: 10px 0 10px 30px;
}
.img-left{
	float: left;
margin: 10px 30px 10px 0;
}

/* Переход на margin вместо <br> */
body[contenteditable="true"] h2,
body[contenteditable="true"] h3,
body[contenteditable="true"] h4 {
	margin: 2em 0 1em;
}
body[contenteditable="true"] br + h2,
body[contenteditable="true"] br + h3,
body[contenteditable="true"] br + h4 {
	margin-top: 1em;
}
body[contenteditable="true"] br + br + h2,
body[contenteditable="true"] br + br + h3,
body[contenteditable="true"] br + br + h4 {
	margin-top: 0;
}
body[contenteditable="true"] h2 + br,
body[contenteditable="true"] h3 + br,
body[contenteditable="true"] h4 + br {
	margin-top: -1em;
}
/* End */
/* /local/templates/diam/css/index.css?172715939620062 */
/* /local/templates/diam/vendor/css/slick.css?17271593961776 */
/* /local/templates/diam/vendor/css/slick-theme.css?17271593962689 */
/* /css/kd-style.css?173279897780456 */
/* /local/templates/diam/css/template_styles.css?173312367064267 */
/* /css/media.css?173279897732183 */
/* /local/templates/diam/font-awesome/css/font-awesome.min.css?172715939626711 */
/* /css/media_new.css?172715939125098 */
/* /local/templates/diam/components/bitrix/menu/top_new/style.css?17271593951083 */
/* /local/templates/diam/styles.css?1727159396700 */
