

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

#main-slider {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
/*#main-slider:after {
	content: '';
	display: block;
	clear: both;
}*/

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

	width: 75%;
}
.slider__item {
	/*height: 23.5vw;*/
	height: initial;
	/*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: -30px;
	right: -10px;
	text-align: right;
}
#main-slider .slick-dots li button:before {
	content: '';
	border-radius: 50%;
	opacity: 1;
	background-color: #fff;
	width: 12px;
	height: 12px;
}
#main-slider .slick-dots li.slick-active button:before {
	background-color: #5c3795;
}
.slider__tabs {
	width: 25%;
}
#main-slider .slider__tabs .slick-dots {
	position: relative;
	bottom: 0;
	right: 0;
	text-align: left;
}
#main-slider .slider__tabs .slick-dots li {
	margin: 0;
	width: 100%;
	/*min-height: 66px !important;*/
	height: calc((100vw - 40px) * 0.75 * 0.31428 / 5) !important;
	display: flex;
	align-items: center;
	font: bold 16px/24px Arial, sans-serif;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e3e7e8;
	padding-left: 35px;
	padding-right: 30px;
	box-sizing: border-box;
}
/*#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;
	justify-content: start;
	margin: 0 auto;
	max-width: 96%;
}
.news__item {
	width: 24%;
	width: calc(25% - 14px);
	margin: 0px 7px 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.news__img-wrap {
	/*height: 220px;*/
	position: relative;
	margin-bottom: 13px;
}
.news__link {
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	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 {
	font: bold 16px/22px Arial, sans-serif;
	color: #000;
	margin-bottom: 15px;
	overflow: hidden;
}
.news__date {
	color: #000000;
	font-size: 14px;
	margin-bottom: 6px;
	text-transform: lowercase;
}
.news__desc {
	font: normal 16px/24px Arial, sans-serif;
	color: #333;
}
.news__more-block-five-els {
	display: block;
}

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

#main-slider ~ .news__subscribe {  /* main page */
	margin: 0 auto;
	max-width: 96%;
}
#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;
	margin: 40px auto;
}
.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: 810px;
}
.subscribe__form-main .kd-subscribe__input-wrap {
	flex: 1;
}
.subscribe__form-main .kd-form__group_checkbox {
	flex: 0 0 100%;
}
.subscribe__input {
	border: 1px solid #b0b0b0;
	border-radius: 4px;
	padding: 0 17px;
	height: 44px;
	line-height: 44px;
	width: 450px;
	margin-right: 20px;
	outline: none;
	box-sizing: border-box;
	font-size: 16px;
}
.subscribe__input::-ms-clear {
	display: none;
}
.searchinp::-ms-clear {
	display: none;
}
.btn.subscribe__btn {
	outline: none;
	padding: 0 30px;
	border: 1px solid #5c3795;
	transition: all 0.3s;
	height: 44px;
	line-height: 44px;
}
.btn.subscribe__btn:hover {
	background-color: #fff;
	color: #5c3795;
}
.btn.all-news-link {
	float: left;
	padding: 0 58px;
}

.features-section {
	background-color: #f8f8f8;
	padding: 30px 0;
	position: relative;
}
.features-section:after,
.features-section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: inherit;
	width: 20px;
}
.features-section:after {
	left: 100%;
}
.features-section:before {
	right: 100%;
}
.features-section__title {
	text-align: center;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.features__list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 45px;
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.features__item {
	/*width: 20%;*/
	/*padding-left: 45px;*/
	margin-left: 7px;
	margin-right: 7px;
	padding: 0 13px;
}
.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: 19px;
	font-weight: bold;
	margin-bottom: 14px;
	width: calc(100% - 50px);
	padding-left: 30px;
 box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
}
.features__desc {
	font-size: 16px;
	line-height: 24px;
}

.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 {
	margin-left: -20px;
	margin-right: -20px;
	/*background-color: #f8f8f8;*/
	background-color: #F2F2F2;
	margin-top: 40px;
	padding: 35px 20px 25px 20px;
	-webkit-flex-shrink: 0;
	 flex-shrink: 0;

}
.footer {
	width: 100%;
}
.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;
}
.footer-col_table:after {
	content: '';
	display: table;
	clear: both;
}
.footer-col__left {
	float: left;
	width: 30%;
}
/* new site template */
/*.footer__logo {
	max-width: 113px;
}*/
.footer-col__right {
	float: right;
	width: 70%;
	box-sizing: border-box;
	padding-left: 45px;
}
.footer__title {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 15px;
}
.footer__title a {
	color: #000;
	text-decoration: none;
}
.phone_global_footer {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
}
.footer__menu {
	list-style-type: none;
}

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

.footer__item {
	color: #6a6d6f;
	font: normal 14px/24px Arial, sans-serif;
}
.footer__item_address {
	margin-top: 10px;
}
.footer__item a {
	color: #333;
	font: normal 13px Arial, sans-serif;
	text-decoration: none;
}
.footer__item a:hover {
	text-decoration: underline;
}
.footer__menu_currencies .footer__item {
	color: #6a6d6f;
	font: normal 14px/24px Arial, sans-serif;
	margin-bottom: 3px;
}
.footer__menu_currencies .footer__item span {
	color: #000;
}
.footer__link_colored {
	color: #550081;
	text-decoration: none;
	border-bottom: 1px dashed #550081;
	font-size: 14px;
	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 {
	float: left;
	width: 50%;
}
.print-btn-wrap {
	float: right;
	width: 50%;
	text-align: right;
}
.print-btn {
	color: #6a6d6f;
}
.print-btn:hover {
	text-decoration: none;
}

.subscribe__form-main{
	width: 65%;
	box-sizing: border-box;
}
@media(max-width: 1600px) {
	#main-slider .slider__tabs .slick-dots li {
		font: bold 14px/16px Arial, sans-serif;
	}
}
@media (max-width: 1400px) {
	.slider__list {

		width: 76%;
	}

	.slider__tabs {
		width: 24%;
	}

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

	.slider__item:before {
		padding-top: 31.97%;
	}

	#main-slider .slider__tabs .slick-dots li {
		/*min-height: 63px !important;*/
		/*height: 4.9vw !important;*/
		height: calc((100vw - 40px) * 0.76 * 0.3197 / 5) !important;
		font-size: 12px;
		line-height: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}


	.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-wrap {
		height: 180px;
	}
	.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;
	}

	#main-slider .slider__tabs .slick-dots li {
		height: calc((100vw - 30px) * 0.76 * 0.3197 / 5) !important;
	}

}

@media (max-width: 1300px) {

	.slider__list {

		width: 75%;
	}

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

	#main-slider .slider__tabs .slick-dots li {
		/*height: 5.82vw !important;*/
		/*min-height: 60px !important;*/
		height: calc((100vw - 30px) * 0.75 * 0.4 / 5) !important;
		font-size: 12px;
		line-height: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#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 .slick-dots li {
		/*height: 6.2vw !important;*/
		/*min-height: 50px !important;*/
	}
	#main-slider .slider__tabs_new .slick-track {top: 6vw;}
	.slider__item {
		/*height: 31vw;*/
	}

}

@media (max-width: 1150px) {
	.subscribe-wrap {width:auto;}
}
.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;
	}
}

.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%;
	}
	.news__item {
		width: calc(33% - 14px);
	}
}
@media (max-width: 768px) {
	.partner-item {
		width: 100%;
	}
}

.hidden {
	display: none !important;
}

.dia-add-to-favorite {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/kd/kd-top.png);
	border: none;
	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/kd/kd-top-active.png);
}

.dia-add-to-favorite--header {
	height: 20px;
	margin-right: 5px;
	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;
	z-index: 2;
}

.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;
}

/* Subscribe news */
.subscribe-news {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;

    @media (min-width: 992px) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        column-gap: 16px;
    }

    @media (min-width: 1366px) {
        padding-top: 16px;
        padding-bottom: 14px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.subscribe-news > * {
    box-sizing: border-box  ;
}

.subscribe-news.news__subscribe::before {
    display: none;
}

.subscribe-news .subscribe__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 30px 22px;

    @media (min-width: 992px) {
        padding: 40px 32px;
    }

    @media (min-width: 1920px) {
        padding-left: 12.987%;
        padding-right: 12.987%;
    }
}

.subscribe-news .subscribe__item:last-of-type {
    display: none;

    @media (min-width: 1366px) {
        display: grid;
        grid-template-columns: 120px 1fr;
        column-gap: 24px;
        row-gap: 10px;

        .subscribe__title {
            grid-column: 2 / 3;
            grid-row: 1 / 2;
            margin: 0;
            align-self: end;
            text-align: left;
        }

        .subscribe__note {
            align-self: start;
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            text-align: left;
        }
    }

    @media (min-width: 1920px) {
        .subscribe__title {
            white-space: nowrap;
        }
    }
}

.subscribe-news .subscribe__title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}

.subscribe-news .subscribe__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.subscribe-news .subscribe__form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (min-width: 992px) {
        display: grid;
        grid-template-columns: 1fr 160px;
        column-gap: 16px;
    }
}

.subscribe-news .subscribe__input {
    width: 100%;
    padding: 13px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0;
    margin-bottom: 16px;

    @media (min-width: 992px) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin-bottom: 0;
    }
}

.subscribe-news .subscribe__btn {
    padding: 11px 31px;
    height: auto;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;

    @media (min-width: 992px) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
}

.subscribe-news .subscribe__error {
    font-size: 10px;
    line-height: 14px;
    color: #c40e12;
    text-align: left;

    @media (min-width: 992px) {
        grid-column: 1 / 3;
        grid-row: 2/ 3;
    }
}

.subscribe-news .subscribe__note {
    font-size: 13px;
    line-height: 15px;
    color: #6a6d6f;
    text-align: center;
}

.subscribe-news .subscribe__link {
    position: relative;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-items: center;
    margin-bottom: 16px;
    padding: 12px 24px 12px 56px;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    background-color: #5EB5F7;
    border-radius: 5px;
}

.subscribe-news .subscribe__link::before {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.8749 11.1352C9.24359 8.79619 12.8236 7.25414 14.6148 6.5091C19.7292 4.38186 20.7919 4.01233 21.4846 4.00013C21.6369 3.99745 21.9776 4.0352 22.1982 4.21424C22.3845 4.36542 22.4358 4.56964 22.4603 4.71298C22.4848 4.85631 22.5154 5.18283 22.4911 5.43796C22.214 8.34999 21.0147 15.4167 20.4046 18.6783C20.1465 20.0583 19.6382 20.5211 19.1461 20.5663C18.0766 20.6648 17.2645 19.8596 16.2287 19.1806C14.6078 18.1181 13.6921 17.4567 12.1188 16.4199C10.3005 15.2217 11.4792 14.5631 12.5154 13.4869C12.7866 13.2052 17.4987 8.9192 17.5899 8.53039C17.6013 8.48177 17.6119 8.30051 17.5042 8.2048C17.3965 8.10909 17.2376 8.14182 17.1229 8.16785C16.9604 8.20474 14.371 9.91621 9.35486 13.3022C8.61988 13.8069 7.95416 14.0528 7.3577 14.0399C6.70015 14.0257 5.43528 13.6682 4.49498 13.3625C3.34166 12.9876 2.42503 12.7894 2.50485 12.1527C2.54642 11.8211 3.0031 11.4819 3.8749 11.1352Z' fill='white'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
}

.subscribe-news .subscribe__code {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
/* End */


/* Start:/local/templates/diam/vendor/css/slick.css?15490522031776*/
/* 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?16620224962700*/
@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0 !important;
    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:/local/templates/diam/css/app.min.css?170229773417953*/
#compare__ya_share{display:none}.btn_compare_add{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;margin-left:10px}.btn_compare_add__check{width:25px;height:25px;display:inline-block;border:1px solid #b0b0b0;border-radius:2px;margin-right:10px}.btn_compare_add__check.added{background-image:url(/images/compare_check.png);background-repeat:no-repeat;background-size:cover;border-color:transparent}.btn_compare_add__scale{width:25px;height:25px;background-image:url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280pt' height='1213pt' viewBox='0 0 1280 1213'%3E%3Cg transform='translate(0,1213) scale(0.100000,-0.100000)' fill='%23979797' stroke='none'%3E%3Cpath d='M6370 11826 c0 -3 -65 -207 -145 -453 -80 -246 -145 -458 -145 -471 0 -30 97 -415 116 -461 17 -41 19 -219 3 -255 -13 -27 -35 -36 -94 -36 -61 0 -111 29 -208 118 -129 118 -291 191 -497 226 -206 34 -536 46 -715 26 -262 -30 -404 -75 -1210 -388 -568 -220 -705 -255 -1000 -256 -163 -1 -172 0 -233 26 -35 15 -90 32 -122 39 -50 10 -61 9 -85 -7 -37 -24 -49 -58 -31 -93 15 -29 69 -58 224 -122 93 -38 128 -64 138 -104 5 -21 -198 -592 -896 -2523 -497 -1373 -935 -2585 -973 -2692 -39 -107 -79 -207 -89 -222 -10 -15 -36 -32 -61 -40 -66 -21 -59 -46 46 -166 97 -111 296 -306 415 -408 323 -276 731 -434 1332 -516 59 -8 197 -13 365 -12 224 0 293 4 405 21 527 82 1019 283 1345 547 156 127 290 266 397 413 63 87 62 97 -9 113 -75 16 -90 24 -109 61 -13 27 -375 1015 -1663 4541 -186 508 -291 810 -291 834 l0 37 123 -6 c366 -20 665 -28 762 -23 61 3 211 22 335 41 124 20 297 47 385 61 196 31 423 40 611 25 245 -19 369 -64 466 -169 63 -69 131 -195 178 -329 l33 -93 363 0 364 0 0 -62 c0 -222 -50 -526 -164 -998 -107 -447 -137 -661 -139 -1005 -1 -207 2 -259 21 -380 32 -196 85 -403 144 -569 107 -302 122 -376 121 -611 -1 -284 -35 -471 -148 -817 -106 -324 -136 -507 -135 -832 0 -316 17 -435 142 -976 l70 -305 -24 -14 c-12 -8 -55 -46 -94 -85 -121 -122 -174 -266 -174 -476 0 -134 11 -179 75 -310 51 -105 61 -152 45 -211 -37 -138 -307 -255 -680 -294 -235 -25 -489 -17 -780 26 -267 39 -358 49 -528 58 -213 10 -399 -1 -525 -33 -286 -73 -366 -196 -367 -559 0 -189 5 -206 93 -294 l61 -63 3196 0 3196 0 26 27 c62 67 97 179 105 335 13 262 -61 414 -242 499 -165 77 -349 103 -637 88 -191 -9 -269 -18 -509 -59 -272 -45 -434 -55 -709 -44 l-235 10 -125 42 c-175 59 -339 141 -400 200 -48 47 -50 50 -50 104 0 75 19 133 73 220 25 40 52 97 61 127 20 69 21 225 1 309 -29 121 -114 256 -220 349 -30 26 -55 56 -55 66 0 10 18 90 40 177 156 620 185 1036 104 1480 -14 74 -51 245 -84 380 -121 504 -151 738 -131 1007 13 171 36 281 131 643 141 533 164 689 148 1007 -11 229 -49 417 -143 696 -131 391 -178 687 -160 1010 l7 137 348 0 c266 0 350 3 358 13 6 6 37 71 70 144 129 284 229 383 430 419 116 20 466 29 592 15 58 -7 248 -34 423 -61 464 -72 512 -75 848 -61 156 6 337 14 402 18 l117 6 0 -28 c0 -16 -126 -378 -279 -804 -154 -427 -586 -1629 -961 -2671 -375 -1042 -688 -1910 -695 -1927 -10 -22 -21 -33 -35 -33 -11 0 -50 -6 -85 -12 -46 -9 -65 -17 -65 -28 0 -21 345 -359 465 -456 465 -372 916 -554 1500 -604 476 -40 938 35 1417 231 430 176 803 457 1008 759 52 76 52 90 0 90 -51 0 -88 18 -105 51 -8 14 -244 660 -525 1435 -282 775 -640 1762 -797 2194 -564 1554 -653 1801 -653 1814 0 25 38 46 178 99 78 30 153 62 168 72 53 35 68 132 23 156 -26 13 -99 3 -174 -26 -33 -13 -78 -28 -100 -34 -96 -26 -362 -5 -562 44 -124 30 -387 123 -798 283 -747 290 -852 317 -1245 316 -338 0 -533 -31 -760 -118 -108 -42 -145 -65 -238 -149 -163 -146 -312 -125 -312 44 0 23 36 171 80 328 l79 286 -158 455 c-113 324 -163 456 -175 458 -9 2 -16 1 -16 -2z m-3471 -3952 c787 -2169 1219 -3360 1270 -3499 35 -95 51 -155 51 -187 l0 -48 -1751 0 -1751 0 4 23 c4 17 1710 4765 1744 4851 6 15 8 16 15 4 4 -8 192 -523 418 -1144z m7564 706 c85 -234 483 -1318 883 -2410 400 -1092 729 -1995 732 -2007 l4 -23 -1772 0 c-1683 0 -1772 1 -1768 18 3 9 332 924 732 2032 400 1108 794 2198 874 2422 81 224 150 404 153 400 4 -4 77 -198 162 -432z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover}.btn_compare_add__scale.added{background-image:url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280pt' height='1213pt' viewBox='0 0 1280 1213'%3E%3Cg transform='translate(0,1213) scale(0.100000,-0.100000)' fill='%235c3795' stroke='none'%3E%3Cpath d='M6370 11826 c0 -3 -65 -207 -145 -453 -80 -246 -145 -458 -145 -471 0 -30 97 -415 116 -461 17 -41 19 -219 3 -255 -13 -27 -35 -36 -94 -36 -61 0 -111 29 -208 118 -129 118 -291 191 -497 226 -206 34 -536 46 -715 26 -262 -30 -404 -75 -1210 -388 -568 -220 -705 -255 -1000 -256 -163 -1 -172 0 -233 26 -35 15 -90 32 -122 39 -50 10 -61 9 -85 -7 -37 -24 -49 -58 -31 -93 15 -29 69 -58 224 -122 93 -38 128 -64 138 -104 5 -21 -198 -592 -896 -2523 -497 -1373 -935 -2585 -973 -2692 -39 -107 -79 -207 -89 -222 -10 -15 -36 -32 -61 -40 -66 -21 -59 -46 46 -166 97 -111 296 -306 415 -408 323 -276 731 -434 1332 -516 59 -8 197 -13 365 -12 224 0 293 4 405 21 527 82 1019 283 1345 547 156 127 290 266 397 413 63 87 62 97 -9 113 -75 16 -90 24 -109 61 -13 27 -375 1015 -1663 4541 -186 508 -291 810 -291 834 l0 37 123 -6 c366 -20 665 -28 762 -23 61 3 211 22 335 41 124 20 297 47 385 61 196 31 423 40 611 25 245 -19 369 -64 466 -169 63 -69 131 -195 178 -329 l33 -93 363 0 364 0 0 -62 c0 -222 -50 -526 -164 -998 -107 -447 -137 -661 -139 -1005 -1 -207 2 -259 21 -380 32 -196 85 -403 144 -569 107 -302 122 -376 121 -611 -1 -284 -35 -471 -148 -817 -106 -324 -136 -507 -135 -832 0 -316 17 -435 142 -976 l70 -305 -24 -14 c-12 -8 -55 -46 -94 -85 -121 -122 -174 -266 -174 -476 0 -134 11 -179 75 -310 51 -105 61 -152 45 -211 -37 -138 -307 -255 -680 -294 -235 -25 -489 -17 -780 26 -267 39 -358 49 -528 58 -213 10 -399 -1 -525 -33 -286 -73 -366 -196 -367 -559 0 -189 5 -206 93 -294 l61 -63 3196 0 3196 0 26 27 c62 67 97 179 105 335 13 262 -61 414 -242 499 -165 77 -349 103 -637 88 -191 -9 -269 -18 -509 -59 -272 -45 -434 -55 -709 -44 l-235 10 -125 42 c-175 59 -339 141 -400 200 -48 47 -50 50 -50 104 0 75 19 133 73 220 25 40 52 97 61 127 20 69 21 225 1 309 -29 121 -114 256 -220 349 -30 26 -55 56 -55 66 0 10 18 90 40 177 156 620 185 1036 104 1480 -14 74 -51 245 -84 380 -121 504 -151 738 -131 1007 13 171 36 281 131 643 141 533 164 689 148 1007 -11 229 -49 417 -143 696 -131 391 -178 687 -160 1010 l7 137 348 0 c266 0 350 3 358 13 6 6 37 71 70 144 129 284 229 383 430 419 116 20 466 29 592 15 58 -7 248 -34 423 -61 464 -72 512 -75 848 -61 156 6 337 14 402 18 l117 6 0 -28 c0 -16 -126 -378 -279 -804 -154 -427 -586 -1629 -961 -2671 -375 -1042 -688 -1910 -695 -1927 -10 -22 -21 -33 -35 -33 -11 0 -50 -6 -85 -12 -46 -9 -65 -17 -65 -28 0 -21 345 -359 465 -456 465 -372 916 -554 1500 -604 476 -40 938 35 1417 231 430 176 803 457 1008 759 52 76 52 90 0 90 -51 0 -88 18 -105 51 -8 14 -244 660 -525 1435 -282 775 -640 1762 -797 2194 -564 1554 -653 1801 -653 1814 0 25 38 46 178 99 78 30 153 62 168 72 53 35 68 132 23 156 -26 13 -99 3 -174 -26 -33 -13 -78 -28 -100 -34 -96 -26 -362 -5 -562 44 -124 30 -387 123 -798 283 -747 290 -852 317 -1245 316 -338 0 -533 -31 -760 -118 -108 -42 -145 -65 -238 -149 -163 -146 -312 -125 -312 44 0 23 36 171 80 328 l79 286 -158 455 c-113 324 -163 456 -175 458 -9 2 -16 1 -16 -2z m-3471 -3952 c787 -2169 1219 -3360 1270 -3499 35 -95 51 -155 51 -187 l0 -48 -1751 0 -1751 0 4 23 c4 17 1710 4765 1744 4851 6 15 8 16 15 4 4 -8 192 -523 418 -1144z m7564 706 c85 -234 483 -1318 883 -2410 400 -1092 729 -1995 732 -2007 l4 -23 -1772 0 c-1683 0 -1772 1 -1768 18 3 9 332 924 732 2032 400 1108 794 2198 874 2422 81 224 150 404 153 400 4 -4 77 -198 162 -432z'/%3E%3C/g%3E%3C/svg%3E")}.btn_compare_add__text{font-size:14px}.kd-lvi-td-to_top-wrap~.js_to_compare .btn_compare_add{margin-left:0}#header_compare,#header_compare .header_compare{flex-flow:row nowrap;justify-content:flex-end;text-decoration:none;display:inline-flex;align-items:center}#header_compare{cursor:pointer}#header_compare .header_compare{margin-right:20px}@media screen and (max-width:1600px){#header_compare .header_compare{margin-top:-7px;padding:0}}@media (max-width:1366px){#header_compare .header_compare{margin-top:10px;justify-content:flex-start}}@media (max-width:1024px){#header_compare .header_compare{justify-content:flex-end;margin-top:-10px}}@media (max-width:950px){#header_compare .header_compare{margin-right:16px}}@media (max-width:500px){#header_compare .header_compare{margin-right:0}}#header_compare .header_compare_icon{background-image:url(/images/compare.png);background-position:center;background-repeat:no-repeat;display:inline-block;margin-right:20px;padding-top:15px;height:34px;width:38px;position:relative}@media (max-width:1024px){#header_compare .header_compare_icon{width:24px;background-size:contain;margin-right:17px}}@media (max-width:950px){#header_compare .header_compare_icon{margin-right:15px;width:28px}}#header_compare .header_compare_icon .count{background-color:#550081;border-radius:11px;color:#fff;display:inline-block;font-size:11px;height:22px;line-height:22px;position:absolute;right:-9px;top:0;text-align:center;width:22px}@media (max-width:1024px){#header_compare .header_compare_icon .count{font-size:10px;width:20px;height:20px;top:9px}}.vue-component-modal .modal__mask{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.vue-component-modal .modal__container{margin:0 auto;padding:20px 30px;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.33);transition:all .3s ease}.vue-component-modal .modal__header{position:relative}.vue-component-modal .modal__close{cursor:pointer;display:inline-block;position:absolute;right:0;top:0;width:1em;height:1em;background-color:#5c3795;clip-path:polygon(20%0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80%0,50% 30%)}.vue-component-modal .modal__btns{margin:0 0 10px}.vue-component-modal .modal__btns .btn:not(:last-of-type){margin-right:14px}.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal-container,.modal-leave-active .modal-container{-webkit-transform:scale(1.1);transform:scale(1.1)}#vue-compare-page.vue-component-modal .modal__container{width:93vw;height:93vh;overflow:auto}@media screen and (max-width:768px){#vue-compare-page.vue-component-modal .modal__container{height:88vh}}#vue-compare-page .compare__sections{display:flex}#vue-compare-page .compare__sections div.compare__section{padding:10px 16px;border:1px solid #5c3795;color:#5c3795;border-radius:5px;cursor:pointer;font-size:14px;position:relative;width:max-content}#vue-compare-page .compare__sections div.compare__section:hover{background-color:#ebe8ef}#vue-compare-page .compare__sections div.compare__section:active{background-color:#e1daeb}#vue-compare-page .compare__sections div.compare__section.active{background-color:#5c3795;color:#fff}#vue-compare-page .compare__sections div.compare__section.active .compare__section-close:hover{color:#5c3795;background-color:#cfc2e2}#vue-compare-page .compare__sections div.compare__section.active .compare__section-close:after,#vue-compare-page .compare__sections div.compare__section.active .compare__section-close:before{background-color:#fff}#vue-compare-page .compare__sections div.compare__section:not(:last-of-type){margin-right:14px;padding-right:46px}#vue-compare-page .compare__sections div.compare__section-print{color:#5c3795;cursor:default;font-size:14px;position:relative;width:max-content;margin-right:14px;padding:10px 14px 10px 16px}#vue-compare-page .compare__section-close{position:absolute;right:0;top:0;width:14px;height:14px;cursor:pointer;margin-right:16px;margin-top:8px;padding:3px;border-radius:50%}#vue-compare-page .compare__section-close:after,#vue-compare-page .compare__section-close:before{position:absolute;left:9px;content:" ";height:14px;width:2px;background-color:#5c3795}#vue-compare-page .compare__section-close:after{transform:rotate(45deg)}#vue-compare-page .compare__section-close:before{transform:rotate(-45deg)}#vue-compare-page .compare__section-close:hover{background-color:#cfc2e2}#vue-compare-page .compare__body{display:grid;align-items:stretch}#vue-compare-page .compare__body>div{padding:10px 7px}#vue-compare-page .compare__body .acs__item,#vue-compare-page .compare__body .acs__item-wrap{margin:0;width:auto}#vue-compare-page .compare__body .btn{width:34px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:17px;border:1px solid #fff}#vue-compare-page .compare__body .btn span span{width:8px;height:8px;border-top:2px solid #6e18c0;border-right:2px solid #6e18c0;transform:rotate(-135deg);display:block}#vue-compare-page .compare__body .btn-prev span{margin-left:2px}#vue-compare-page .compare__body .btn-prev span span{transform:rotate(-135deg)}#vue-compare-page .compare__body .btn-next span{margin-right:2px}#vue-compare-page .compare__body .btn-next span span{transform:rotate(45deg)}#vue-compare-page .compare__body .btn-top span{margin-top:2px}#vue-compare-page .compare__body .btn-top span span{transform:rotate(-45deg)}#vue-compare-page .compare__body .btn-bottom span{margin-bottom:2px}#vue-compare-page .compare__body .btn-bottom span span{transform:rotate(135deg)}#vue-compare-page .compare__item{position:relative}#vue-compare-page .compare__item_btn_top{display:none;position:absolute;left:0;right:50%;height:37px;margin:0 7px;background-color:#f2f2f2;border:1px solid #fff;justify-content:center;align-items:center}#vue-compare-page .compare__item .btn{display:none;position:absolute;top:90px}#vue-compare-page .compare__item .btn-prev{left:10px}#vue-compare-page .compare__item .btn-next{right:10px}#vue-compare-page .compare__item.user_autorize .btn{top:125px}#vue-compare-page .compare__item:hover .btn,#vue-compare-page .compare__item:hover .compare__item_btn_top{display:flex;z-index:1}#vue-compare-page .compare__item .js_remove_wrap .basket_clear{height:30px;padding-top:0}#vue-compare-page .compare__item .compare_btn{position:absolute;padding:0}#vue-compare-page .compare__item-hide{cursor:pointer}#vue-compare-page .compare__subheader{cursor:pointer;border-top:1px solid #d9d9d9;color:#adadad}#vue-compare-page .compare__prop{cursor:pointer;color:#000}#vue-compare-page .compare__prop_section{font-weight:700}#vue-compare-page .compare__prop_section .btn{display:inline-flex;margin-left:20px}#vue-compare-page .compare_btns{display:flex;align-items:center}#vue-compare-page .compare_btn:not(:last-of-type){margin-right:40px}#vue-compare-page .compare_btn.btn_style{font-size:14px;text-decoration:none;color:#333;cursor:pointer}#vue-compare-page .compare_btn.btn_style_1{color:#5c3795;border-bottom:dashed 1px #5c3795}#vue-compare-page .compare__scroll{max-width:calc(93vw - 10px)}#vue-compare-page .compare__prop_section{color:#5c3795}#vue-compare-page .compare__print-btn{padding:19px 24px;border:1px solid #5c3795;color:#5c3795;border-radius:5px;cursor:pointer;font-size:14px;position:relative;width:max-content;background:url(/local/templates/diam/img/print.svg)12px 7px no-repeat}@media screen and (max-width:768px){#vue-compare-page .compare__print-btn{display:none}}#vue-compare-page .page_header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-bottom:20px;color:grb 0,0,153}#vue-compare-page .page_header div{padding-top:10px}#vue-compare-page .page_header .compare__sections{padding-right:32px}#vue-compare-page .page_header .compare__clear-mobile{display:none}@media screen and (max-width:768px){#vue-compare-page .page_header .compare__clear-mobile{display:block}}#vue-compare-page .page_header .compare__clear{display:block}@media screen and (max-width:768px){#vue-compare-page .page_header .compare__clear{display:none}}#vue-compare-page .page_header .compare__div-mobile,.vue-component-print .compare__body .compare__item .acs-pay__right{display:none}@media screen and (max-width:768px){#vue-compare-page .page_header .compare__div-mobile{display:flex}}#vue-compare-page .page_header .compare__div{display:flex}@media screen and (max-width:768px){#vue-compare-page .page_header .compare__div{display:none}}#vue-compare-page .share-switch{display:block;cursor:pointer;position:relative;padding-top:10px;padding-left:30px;padding-bottom:10px;background:url(/local/templates/diam/components/bitrix/main.share/new/images/share-arrow.png)0 10px no-repeat;color:#5c3795}#vue-compare-page .share-switch.basket_clear{background:url(/local/templates/diam/img/remove.svg)0 7px no-repeat;padding-left:25px}#vue-compare-page .share-switch.favorit_in{background:url(/images/kd/kd-top.png)0 7px no-repeat}#vue-compare-page .share-switch.favorit_in.active{background-image:url(/images/kd/kd-top-active.png)}#vue-compare-page .share-switch #ya_share{position:absolute;top:15px;margin-left:-25px}@media screen and (max-width:768px){#vue-compare-page .compare__scroll_center{text-align:center}}.vue-component-print .compare__body .compare__item .acs-pay__left .zap_acs:after{content:none}.vue-component-print .compare__body .compare__item .acs__item{height:auto;background-color:unset;border:1px solid #f8f8f8}.btn .btn-compare,.btn .btn-remove{margin:0 7px 10px}.copyhelper{position:absolute;top:-100px}.favorites .favorites-compares{padding:20px}.favorites .favorites-compares__set{background-color:#fff}.favorites .favorites-compares__set:not(:last-of-type){margin-bottom:20px;border-bottom:solid 10px #f8f8f8}.favorites .favorites-compares__set_items{display:flex;flex-wrap:wrap;padding-top:10px}.favorites .favorites-compares__set_items>div{flex-basis:300px;width:300px}.favorites .favorites-compares__set_btns{padding-bottom:10px;padding-left:7px}.favorites .favorites-compares__set_btns .btn:not(:last-of-type){margin-right:14px}.dia-add-to-favorite{margin-right:0}.dia-add-to-favorite.active{background-image:url(/images/kd/kd-top-active.png)}.kd-lvi-td-to_top-image-wrap .dia-add-to-favorite{margin:0;width:20px;height:20px}
/* End */


/* Start:/local/templates/diam/css/kd-style.css?174107699385756*/
.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;
}

.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%;
    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;
}
.subscribe__form .email_error {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    color: #c40e12;
    display: none;
}

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

.kd-form-checkbox:checked + .kd-form-checkbox__label:before{
    background-color: #5c3795;
}
.kd-form-checkbox:checked + .kd-form-checkbox__label:after{
    opacity: 1;
}

#openorderblock .kd-btn,
.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;
  text-align: center;
    transition: color 0.3s, background-color 0.3s;
}

#openorderblock .kd-btn:hover,
.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;
  letter-spacing: -0.3em;
}

.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;
}

.acs__item .kd-help-block-text {
  display: none;
  position: relative;
}

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

.acs__item .kd-help-block-text:before {
  content: none;
}

.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;
}

.acs__item .kd-help-block:hover .kd-help-block-text {
  display: block;
}

.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: #5c3795;
  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: #5c3795;
}

.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;
  padding-bottom: 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: #5c3795;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    text-decoration: underline;
}

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

.list-switch-all:after {
    border-top: 7px solid #5c3795;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 5px;
    width: 8px;
}

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

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

.analog-list-switch {
	cursor: pointer;
	display: block;
	position: absolute;
	height: 24px;
	left: 70px;
	top: -4px;
	width: 20px;
	transition: transform .1s;
}

.analog-list-switch:before {
	border-bottom: 1px solid #5c3795;
	border-right: 1px solid #5c3795;
	content: "";
	height: 5px;
	width: 5px;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.analog-list-switch.open {
    transform: rotate(-180deg);
}


.list-switch-all-short {
    color: #5c3795;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    text-decoration: underline;
    transition: transform .1s;
}

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

.list-switch-all-short:after {
    border-top: 7px solid #5c3795;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 5px;
    width: 8px;
}

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

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

.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: #5c3795;

}

.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 #5c3795;
    border-right: 1px solid #5c3795;
    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 #5c3795;
    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:not(.i-fancy) {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    /*font-weight: bold;*/
}
.kd-text-block a:not(.i-fancy):not(.kd-all-dashed) {
    color: #5c3795;
}


.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%;
}


.kd-text-block .kd-text-block-link-doc {
    display: table-cell;
    float: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 400px
}


@media (max-width: 769px) {
    .kd-text-block .kd-text-block-link-doc {
        width: auto;
        display: block;
        height: auto;
        padding: 20px;
    }
}

.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 #5c3795;
  color: #5c3795; }

.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;
    max-height: unset;
}

.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: #fff; }

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

.kd-section-wrapper .favorites .catalog-card .title {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    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: #fff;
  /*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: 16px;
    line-height: 1.6;
    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: #5c3795;
    background: #f8f8f8;
}

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

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

.kd-section-category-title {
  color: #80bf00;
  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: #5c3795;
    text-decoration: none;
    border-bottom: 1px dashed #5c3795;
    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: 53px;
  height: 27px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position:relative;
  transition: linear all .1s;
  user-select: none;
  background-color: #8E1F56;

}


.kd-new-block-row>div{
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 27px;
  font-size:11px;
    text-transform: uppercase;
}


.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 {
	margin-top: 40px;
}
.detail h3 {
	margin-top: 40px;
}
.detail li:not(:last-child) {
	margin-bottom: 5px;
}
.detail ul {
	margin-top: 10px;
}
.detail ul ul {
	padding-left: 20px;
}

.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,
.expandable_blocks_head {
    position: relative;
    display: flex;
    align-items: center;
}
.expandable_blocks_head h2 {
    font-size:20px;
    color:#000;
}
.expandable_table_head.closed .expandable_table_btn {
    background: #f2f2f2;
}
.expandable_blocks_head.closed .expandable_blocks_btn {
    background: #f8f8f8;
}
.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,
.expandable_blocks_head.closed + .expandable_blocks_content,
.expandable_blocks_head.closed + button,
.expandable_blocks_head.closed + button + .expandable_blocks_content,
.expandable_blocks_head.closed + button + .expandable_blocks_content + button,
.expandable_blocks_head.closed + .expandable_blocks_content + button{
    display: none;
}
.expandable_table_btn,
.expandable_blocks_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_blocks_btn {
    position:relative;
    top:11px;
    background-color: #f8f8f8;
}
.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_blocks_btn>div {
    position:relative;
}
.expandable_blocks_btn>div:after {
    position:absolute;
    left:12px;
    top:14px;
    width:9px;
    height:9px;
    border-left:2px solid #5c3795;
    border-top:2px solid #5c3795;
    transform: rotate(45deg);
    content:"";
}
.expandable_table_btn:after,
.expandable_blocks_btn:after{
    position: absolute;
    left: 30px;
    top: -12px;
    content: 'Закрыть таблицу';
    font-size: 12px;
    background-color: #fff;
    white-space: nowrap;
    display: none;
}
.expandable_blocks_btn:after {
    content: 'Закрыть блок';
}
.expandable_table_head.closed .expandable_table_btn:after {
    content: 'Раскрыть таблицу';
}
.expandable_blocks_head.closed .expandable_blocks_btn:after {
    content: 'Раскрыть блок';
}
.expandable_blocks_head.closed .expandable_blocks_btn>div:after {
    transform: rotate(-135deg);
    top: 10px;
}
.expandable_table_btn:hover:after,
.expandable_blocks_btn:hover:after {
    display: table;
}
.detail_text_list .expandable_table_btn,
.detail_text_list .expandable_blocks_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;
}

.expandable_blocks_content .news-section {
    margin-top:0;
}
.expandable_blocks_content .news__list {
    padding:0;
}
.expandable_blocks_content .pagen {
    text-align:center;
}

.expandable p {font-szie:16px; line-height:24px;}
h1.expandable {font-szie:22px; color:#000;}

.navigation-btns {
    display:flex;
    flex-wrap: wrap;
}
.navigation-btns .btn {
    background-color:#fff;
    color:#b0b0b0;
    border: 1px solid #b0b0b0;
    margin-right:14px;
    padding: 10px 15px;
    white-space: unset;
    margin-bottom:10px;
    line-height: 20px;
}
.navigation-btns .btn.active,
.navigation-btns .btn:hover {
    color:#000;
    border-color:#5c3795;
}

@media screen and (max-width:620px) {
    .expandable_blocks_content .news__list:not(.list) .news__item {
        flex: 0 1 100%;
    }
    .expandable_blocks_head .expandable_blocks_btn {
        flex: 1 0 auto;
    }
}

@media (max-width: 600px) {
    .screenToggle {
        display: none;
    }
    .kd-section-wrapper .favorites .favorites-catalogs .row {
        height: 500px;
        margin: 0;
    }
    .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: auto;
    }
    .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;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

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;
}
#openorderblock td input[type="submit"]{
    margin-top:15px;
}
.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;
}

#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;
}
.name_add_text {
    font-weight: normal;
    margin-left: 5px;
}

.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_store_new_label,
    .detail .in_transit_label,
    .detail .in_stock_reserve_label,
    .kd-lvi-td-in_stock span,
    .acs-pay__left span {
        cursor: pointer;
    }
}

@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;
}

form[name=SIMPLE_FORM_8] #label_block label:nth-child(odd) {
    width: auto;
}

#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;
    }
}

.fancybox-title-float-wrap {
    top: calc(100% + 7px);
    bottom: auto;
}
.fancybox-title-float-wrap .child {
    white-space: break-spaces;
    word-break: break-word;
}
.fancybox-title .preview-text-block a {
    color:#000;
}

@media (max-width: 350px) {
    .kd-sec_option .kd-collapse-text {
        font-size: 14px;
    }
    .kd-lc-wrapper *::-webkit-scrollbar {
        display: none;
    }
}

.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;
}
.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: #979797;
}
.multiselect__select-text:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top: 7px solid #5c3795;
    position: absolute;
    right: 19px;
    top: 19px;
    pointer-events: none;
}
.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;
}
.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/front/build/style/catalog.css?174835012518192*/
.count{display:flex;gap:4px}.count .count__button{display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:5px;background-color:var(--color-text-light-1);color:var(--color-primary);transition:background-color var(--transition-primary)}.count .count__button .o2k-icon{width:28px;height:28px}.count .count__button:active{background-color:var(--color-line-alternate)}.count .count__field{width:40px;height:28px;border:1px solid var(--color-line-primary);border-radius:5px;color:var(--color-text-primary);font-weight:400;font-size:16px;line-height:normal;text-align:center}.swiper-thumb{position:relative;padding-bottom:30px}.swiper-thumb .swiper-pagination.swiper-pagination-horizontal{bottom:12px}.swiper-thumb .swiper-thumb__main.swiper{border:1px solid var(--color-line-alternate)}.swiper-thumb .swiper-thumb__main.swiper picture{display:flex;padding-top:100%}.swiper-thumb .swiper-thumb__main.swiper img{position:absolute;top:0;left:0;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.swiper-thumb .swiper-thumb__thumb.swiper{display:none;margin:0}.product-model .product-model__content{display:flex;flex-wrap:wrap;gap:10px 0;justify-content:space-between;align-items:flex-start}.product-model .product-model__box-1{min-width:50%}.product-model .product-model__flex{display:flex;gap:12px;align-items:center;min-height:28px}.product-model .product-model__box-2{display:flex;gap:16px;justify-content:flex-end;align-items:center;min-width:50%}.product-model .product-model__box-3{display:flex;align-items:center;min-height:28px}.product-model .product-model__box-4{display:flex;gap:10px;justify-content:flex-end;align-items:center}.product-model .product-model__name{color:var(--color-text-primary);font-weight:400;font-size:14px;line-height:125%;transition:color var(--transition-primary)}.product-model .product-model__name:active{color:var(--color-primary)}.product-model .product-model__sale{color:var(--color-text-secondary-3);font-weight:400;font-size:13px;line-height:normal}.product-model .product-model__describe{order:1;width:100%;color:var(--color-text-secondary-3);font-weight:400;font-size:14px;line-height:normal}.product-model .product-model__article,.product-model .product-model__amount{color:var(--color-text-secondary-3);font-weight:400;font-size:14px;line-height:normal;white-space:nowrap}.product-model .product-model__price{color:var(--color-text-primary);font-weight:700;font-size:14px;line-height:normal}.product-model .product-model__price.special{position:relative;padding:8px;border:1px solid var(--color-error);border-radius:5px}.product-model .product-model__price.special:after{content:attr(data-label);position:absolute;top:-6px;left:50%;padding:0 2px;background-color:var(--color-background-light);color:var(--color-error);font-weight:700;font-size:10px;line-height:normal;text-transform:uppercase;transform:translate(-50%)}.product-model .product-model__link{display:flex;gap:5px;align-items:center;color:#000;color:var(--color-text-primary, #000);font-weight:400;font-size:14px;line-height:normal;white-space:nowrap;transition:color var(--transition-primary)}.product-model .product-model__link span{border-bottom:1px dashed var(--color-primary)}.product-model .product-model__link .o2k-icon{width:12px;height:12px;color:var(--color-primary)}.product-model .product-model__link:active{color:var(--color-primary)}.product-model .product-model__tags{display:flex;gap:6px}.product-model .product-model__tag{position:relative;display:none;justify-content:center;align-items:center;min-width:40px;min-height:24px;margin-right:12px;padding:5px;border-radius:100px/65px;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:11px;line-height:normal;cursor:pointer}.product-model .product-model__tag:first-child{display:flex}.product-model .product-model__status{display:flex;justify-content:center;align-items:center;width:18px;height:18px}.product-model .product-model__status .o2k-icon{width:18px;height:18px}.product-model .product-model__basket{position:relative;display:flex;justify-content:center;align-items:center;width:48px;min-height:28px;border-radius:5px;background-color:var(--color-primary);color:var(--color-text-alternate);font-weight:700;font-size:14px;line-height:normal;transition:background-color var(--transition-primary)}.product-model .product-model__basket:before{width:24px;height:24px}.product-model .product-model__basket .o2k-icon{width:24px;height:24px}.product-model .product-model__basket:active{background-color:var(--color-primary-active)}.product-model .product-model__cnt{position:absolute;top:-9px;right:-9px;display:flex;justify-content:center;align-items:center;min-width:22px;height:22px;border:1px solid var(--color-line-primary);border-radius:50%;background-color:var(--color-text-light-1);color:var(--color-text-secondary-1);font-weight:400;font-size:11px;line-height:1}.product-model .product-model__cnt.hidden{display:none}.product-model .product-model__icon{display:flex;justify-content:center;align-items:center;width:28px;height:28px;color:var(--color-text-secondary-4);transition:color var(--transition-primary)}.product-model .product-model__icon .o2k-icon{width:24px;height:24px}.product-model .product-model__icon.active{color:var(--color-primary)}.product-model .product-model__icon:active{color:var(--color-primary-active)}.product-model .product-model__tooltip{position:absolute;top:100%;right:-48px;z-index:2;width:200px;margin-top:12px;padding:10px 20px;border-radius:3px;background-color:var(--color-line-alternate);color:var(--color-text-primary);font-weight:400;font-size:14px;line-height:1.25;text-align:center;opacity:0;visibility:hidden;transition:opacity var(--transition-primary),visibility var(--transition-primary),transform var(--transition-primary);transform:translateY(20%)}.product-model .product-model__tooltip:after{content:"";position:absolute;top:-16px;right:60px;border:8px solid transparent;border-bottom:8px solid var(--color-line-alternate)}.product-model .product-model__inform{position:relative;display:none;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-height:24px;margin-right:10px;border-radius:12px;background-color:var(--color-text-light-1);color:var(--color-primary);transition:background-color var(--transition-primary)}.product-model .product-model__match{margin-top:8px}.product-model .product-model__analogue{display:grid;grid-template-rows:min-content 0fr;padding-top:10px;transition:grid-template-rows .3s linear}.product-model .product-model__analogue .product-model__content{margin-top:20px;padding-left:10px}.product-model .product-model__analogue .product-model__box-1,.product-model .product-model__analogue .product-model__box-2{width:100%}.product-model .product-model__title{display:none}.product-model .product-model__more{display:inline-flex;gap:6px;justify-content:center;align-items:center;min-height:26px;padding:5px 12px;border-radius:13px;background-color:var(--color-text-light-1);color:var(--color-text-primary);font-weight:400;font-size:14px;line-height:normal;transition:color var(--transition-primary),background-color var(--transition-primary)}.product-model .product-model__more .o2k-icon{width:10px;height:10px;transition:transform var(--transition-primary)}.product-model .product-model__analogue.shown{grid-template-rows:min-content 1fr}.product-model .product-model__analogue.shown .product-model__more{background-color:var(--color-primary-disabled);color:#5c3795;color:var(--primary, #5C3795)}.product-model .product-model__analogue.shown .product-model__more .o2k-icon{transform:rotateX(180deg)}.analogue-actions{display:inline-flex;align-items:center;gap:5px;font-weight:700;font-size:14px;line-height:16.1px;text-align:center;color:#000;padding:8px 12px;background-color:#f2f2f2;border-radius:16px;overflow:hidden}.btn-analogue{display:inline-flex;gap:5px;text-align:center}.btn-analogue span{font-weight:400;font-size:14px!important;line-height:16.1px!important;text-align:center;color:var(--color-primary)!important;border-bottom:1px dashed var(--color-primary);transition:all .3s ease 0s}.btn-analogue:after{content:"";float:left;width:6px;height:6px;transform:translateY(5px);background-color:#b0b0b0;border-radius:50%}.btn-analogue.btn-analogue--icon .o2k-icon{width:12px;height:12px;color:var(--color-primary);transform:translateY(2px)}.btn-analogue--icon:after{display:none}.product-card{position:relative;display:grid;width:100%;padding:16px 0;border-bottom:1px solid var(--color-text-light-1)}.product-card .collapse__content{display:none}.product-card .product-card__head{display:flex;gap:26px;justify-content:space-between;margin-bottom:10px}.product-card .product-card__more{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;background-color:var(--color-text-light-1);color:var(--color-primary);transition:color var(--transition-primary),background-color var(--transition-primary)}.product-card .product-card__more .o2k-icon{width:14px;height:14px;transition:transform var(--transition-primary)}.product-card .product-card__more:active{background-color:var(--color-line-alternate)}.product-card .product-card__select .form-select .form-select__control{min-height:28px;padding:0 0 0 10px;color:var(--color-text-secondary-3);font-weight:400;font-size:14px;line-height:normal}.product-card .product-card__select .form-select .form-select__icon-dropdown{right:10px}.product-card .product-card__select .form-select .form-select__vue{width:144px}.product-card .product-card__body .product-model{padding-left:0;margin-bottom:10px}.product-card .product-card__body .product-model:last-child{margin-bottom:0}.product-card .product-card__body.multitude{position:relative}.product-card .product-card__body.multitude .product-model__article{display:none}.product-card .product-card__body.multitude .product-card__select{position:absolute;top:0;left:0}.product-card .product-card__body.multitude .product-model{margin-bottom:10px}.product-card .product-card__body.multitude .product-model:not(.selected){display:none}.product-card .product-card__look{display:flex;flex-direction:column;gap:5px}.product-card .product-card__category{margin-bottom:6px;color:var(--color-text-secondary-3);font-weight:400;font-size:14px;line-height:normal}.product-card .product-card__name{color:var(--color-text-primary);font-weight:700;font-size:16px;line-height:normal}.product-card .product-card__link{color:var(--color-text-secondary-3);font-weight:400;font-size:14px;line-height:normal;transition:color var(--transition-primary)}.product-card .product-card__link span{border-bottom:1px dashed var(--color-text-secondary-3);transition:border-color var(--transition-primary)}.product-card .product-card__link:active{color:var(--color-primary)}.product-card .product-card__link:active span{border-color:var(--color-primary)}.product-card .product-card__collapse{font-family:Arial,sans-serif;padding-top:16px}.product-card .product-card__text{font-family:Arial,sans-serif;color:var(--color-text-primary);font-weight:400;line-height:150%}.product-card .product-card__text h2,.product-card .product-card__text h3,.product-card .product-card__text h4{margin-bottom:6px;color:var(--color-primary);font-weight:700;font-size:14px}.product-card .product-card__text p{margin-bottom:12px}.product-card .product-card__text p:last-child{margin-bottom:0}.product-card .product-card__text ul{margin-bottom:12px;padding-left:20px}.product-card .product-card__text ul li{font-size:14px;margin-bottom:6px;list-style:disc}.product-card .product-card__swiper{overflow:hidden;width:100%}.product-card.shown .collapse__content{display:block}.product-card.shown .product-card__more{background-color:var(--color-primary);color:var(--color-background-light)}.product-card.shown .product-card__more .o2k-icon{transform:rotateX(180deg)}.catalog__aside{min-height:100px;margin-bottom:16px;background-color:var(--color-line-primary)}.catalog__sort{min-height:60px;margin-bottom:12px;background-color:var(--color-line-primary)}.catalog__ctrl{display:flex;gap:24px;width:100%;margin-bottom:16px}.catalog__list{margin-bottom:30px}.ctrl-vue__text{border-bottom:1px dashed var(--color-text-primary);color:var(--color-text-primary);font-weight:400;font-size:16px;line-height:normal;transition:color var(--transition-primary),border-color var(--transition-primary)}.ctrl-vue .ctrl-vue__text--active,.ctrl-vue.active .ctrl-vue__text--default{display:none}.ctrl-vue.active .ctrl-vue__text--active{display:inline}[data-title=false] .product-card__name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;line-clamp:2;-webkit-box-orient:vertical}@media (min-width: 768px){.swiper-thumb{display:flex;gap:30px;padding-bottom:0}.swiper-thumb .swiper-pagination.swiper-pagination-horizontal{display:none}.swiper-thumb .swiper-thumb__main.swiper{width:350px;height:350px;margin:0}.swiper-thumb .swiper-thumb__thumb.swiper{display:block;height:350px}.swiper-thumb .swiper-thumb__thumb.swiper .swiper-slide{width:80px;height:80px;margin-bottom:10px;border:1px solid var(--color-line-alternate);transition:border-color var(--transition-primary)}.swiper-thumb .swiper-thumb__thumb.swiper .swiper-slide.swiper-slide-thumb-active{border-color:var(--color-primary)}.swiper-thumb .swiper-thumb__thumb.swiper picture{display:flex;width:100%;height:100%}.swiper-thumb .swiper-thumb__thumb.swiper img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.product-card .product-card__swiper{margin-bottom:20px}}@media (min-width: 1024px){.catalog{display:flex;gap:40px}.catalog__aside{display:flex;flex-shrink:0;width:338px;min-height:400px}.catalog__main{width:100%;max-width:calc(100% - 378px)}}@media (min-width: 1280px){.product-model .product-model__content{flex-wrap:nowrap;align-items:center}.product-model .product-model__box-1{order:1;width:100%;min-width:auto}.product-model .product-model__box-2{flex-shrink:0;gap:10px;order:4;min-width:132px;margin-left:24px}.product-model .product-model__box-3{flex-shrink:0;order:3;min-width:auto;margin-left:20px}.product-model .product-model__box-4{flex-shrink:0;flex-direction:row-reverse;order:5;min-width:auto;margin-left:10px}.product-model .product-model__describe{order:2;overflow:hidden;max-width:100px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.product-model .product-model__coast{min-width:145px}.product-model .product-model__tags{min-width:52px}.product-model .product-model__tag{display:flex;min-width:54px;min-height:26px;border-radius:100px/50px}.product-model .product-model__basket{width:48px}.product-model .product-model__inform{display:flex}.product-model .product-model__analogue{padding-top:16px}.product-model .product-model__analogue .product-model__content{margin-top:14px;padding-left:0}.product-model .product-model__analogue .product-model__box-1{width:100%;min-width:auto}.product-model .product-model__analogue .product-model__box-2{flex-shrink:0;gap:10px;order:4;width:auto;min-width:132px;margin-left:24px}.product-model .product-model__analogue .collapse__content{overflow:visible;overflow:initial;height:auto}.product-model .product-model__title{display:block;padding-bottom:5px;color:var(--color-text-secondary-3);font-weight:700;font-size:14px;line-height:125%}.product-model .product-model__more{display:none}.product-card .product-card__head{flex-direction:row-reverse;justify-content:flex-end}.product-card .product-card__select .form-select .form-select__control{padding:0 26px 0 10px}.product-card .product-card__body{padding-left:80px}.product-card .product-card__body.multitude .product-model__article{display:block}.product-card .product-card__body.multitude .product-model{padding-left:45px}.product-card .product-card__body.multitude .product-card__select{display:none}.product-card .product-card__body.multitude .product-model{margin-bottom:10px}.product-card .product-card__body.multitude .product-model:not(.selected){display:block}.product-card .product-card__look{flex-direction:row;gap:40px;justify-content:flex-start;align-items:center;min-height:40px;margin-bottom:0;padding-left:61px}.product-card .product-card__link{font-size:16px}.product-card .product-card__collapse{padding:20px 0 10px 61px}}@media (min-width: 1440px){.product-model .product-model__describe{max-width:300px}.product-card .product-card__collapse{display:flex;flex-direction:row-reverse;gap:40px}.product-card .product-card__text{width:100%}.product-card .product-card__swiper{flex-shrink:0;width:460px;margin-bottom:0}}@media (min-width: 1680px){.product-model .product-model__describe{max-width:500px}.product-card .product-card__body{padding-left:63px}.product-card .product-card__collapse{gap:120px;padding:20px 80px 10px 61px}.product-card .product-card__text,.product-card .product-card__text h2,.product-card .product-card__text h3,.product-card .product-card__text h4{font-size:16px}}@media (any-hover: hover){.btn-analogue:hover span{color:#000!important;border-bottom:1px dashed #000}}@media (hover: hover){.count .count__button:hover{background-color:var(--color-line-alternate)}.product-model .product-model__name:hover,.product-model .product-model__link:hover{color:var(--color-primary)}.product-model .product-model__tag:hover .product-model__tooltip{opacity:1;visibility:visible;transform:translateY(0)}.product-model .product-model__basket:hover{background-color:var(--color-primary-hover)}.product-model .product-model__icon:hover{color:var(--color-primary-hover)}.product-model .product-model__inform:hover{background-color:var(--color-line-alternate)}.product-model .product-model__inform:hover .product-model__tooltip{opacity:1;visibility:visible;transform:translateY(0)}.product-card .product-card__more:hover{background-color:var(--color-line-alternate)}.product-card .product-card__link:hover{color:var(--color-primary)}.product-card .product-card__link:hover span{border-color:var(--color-primary)}.product-card.shown .product-card__more:hover{background-color:var(--color-primary);color:var(--color-background-light)}.ctrl-vue:hover .ctrl-vue__text{border-color:var(--color-text-secondary-3);color:var(--color-text-secondary-3)}}

/* End */


/* Start:/local/front/build/style/webinars.css?174835012559755*/
.navigation-search{display:grid}.navigation-search .form-input{min-height:42px;padding:0 52px 0 12px;border:2px solid var(--color-primary);font-size:16px;line-height:18px}.navigation-search .form-input::-moz-placeholder{color:var(--color-text-secondary-4)}.navigation-search .form-input::placeholder{color:var(--color-text-secondary-4)}.navigation-search .form-element__icon{right:2px;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--color-primary)}.navigation-search .o2k-icon{width:24px;height:24px;color:var(--color-text-alternate)}.navigation-theme{position:relative;display:flex;gap:8px}.navigation-theme .form-select,.navigation-theme .form-element__field,.navigation-theme .form-element{position:static}.navigation-theme .navigation-theme__label{max-width:75px;font-size:16px;line-height:18px}.navigation-theme .navigation-theme__field .form-select__scrollbar{max-height:100%}.navigation-theme .navigation-theme__field .form-select__control{min-height:auto;padding:0 20px 0 0;border:none}.navigation-theme .navigation-theme__field .form-select__control .form-select__vue{border-bottom:1px dashed var(--color-primary);color:var(--color-primary);text-decoration:none;transition:color .3s,border-bottom .3s}.navigation-theme .navigation-theme__field .form-select__control .o2k-icon{right:0}.navigation-theme .navigation-theme__field .form-select__control:active .form-select__vue{border-bottom:1px dashed var(--color-text-primary);color:var(--color-text-primary)}.navigation-theme .navigation-theme__field .form-select__control:active .o2k-icon{color:var(--color-text-primary)}.navigation-theme .navigation-theme__field .form-select__dropdown{top:calc(100% + 8px);border-radius:5px}.navigation-theme .navigation-theme__field .form-select__option.selected{background-color:transparent;font-weight:700}.navigation-count{display:flex;gap:12px;align-items:center}.navigation-count .navigation-count__label{font-size:16px;line-height:18px}.navigation-count .navigation-count__field .form-select__control{min-width:75px}.navigation-count .navigation-count__field .form-select__scrollbar{max-height:124px}.navigation-grid{display:grid;grid-template-columns:repeat(2,max-content);grid-gap:12px;gap:12px}.navigation-grid .navigation-grid__toggle{display:flex;justify-content:center;align-items:center;width:42px;height:42px;border-radius:3px;transition:background-color .3s}.navigation-grid .navigation-grid__toggle .o2k-icon{width:14px;height:14px;pointer-events:none;transition:color .3s}.navigation-grid .navigation-grid__toggle[aria-expanded=false]{background-color:#f5f5f5}.navigation-grid .navigation-grid__toggle[aria-expanded=false] .o2k-icon{color:var(--color-primary)}.navigation-grid .navigation-grid__toggle[aria-expanded=false]:active{background-color:var(--color-primary-disabled)}.navigation-grid .navigation-grid__toggle[aria-expanded=true]{background-color:#3d4753}.navigation-grid .navigation-grid__toggle[aria-expanded=true] .o2k-icon{color:var(--color-text-alternate)}.card-main{position:relative;display:grid;grid-template-rows:max-content 1fr;height:100%;padding:15px;border:1px solid var(--color-line-secondary);border-radius:5px}.card-main .card-main__type{position:absolute;top:-1px;left:-1px;z-index:1;padding:6px 14px;border-radius:5px 0 0;color:var(--color-text-alternate);font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase}.card-main .card-main__type--webinar{background-color:var(--color-card-type-webinar)}.card-main .card-main__type--invite{background-color:var(--color-card-type-invite)}.card-main .card-main__type--conference{background-color:var(--color-card-type-conference)}.card-main .card-main__type--need{background-color:var(--color-card-type-need)}.card-main .card-main__type--promotion{background-color:var(--color-card-type-promotion)}.card-main .card-main__type--review{background-color:var(--color-card-type-review)}.card-main .card-main__image{position:relative;width:100%;height:0;padding-bottom:62.5%;background-color:var(--color-background-card)}.card-main .card-main__image img{position:absolute;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.card-main .card-main__image .o2k-icon{position:absolute;top:50%;left:50%;width:66px;height:60px;color:var(--color-line-secondary);transform:translate(-50%,-50%)}.card-main .card-main__wrapper{display:flex;flex-direction:column;margin-top:16px}.card-main .card-main__title{font-weight:700;font-size:16px;line-height:22px}.card-main .card-main__title a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.card-main .card-main__title a:active{color:inherit}.card-main .card-main__editor{margin-block:10px}.card-main .card-main__editor p{color:var(--color-text-secondary-2);font-size:14px;line-height:22px}.card-main .card-main__editor b{font-weight:700}.card-main .card-main__event{display:grid;grid-row-gap:4px;row-gap:4px;min-height:45px;margin-top:auto;padding-top:10px;border-top:1px solid var(--color-line-secondary)}.card-main .card-main__time{color:var(--color-text-secondary-3);font-size:13px;line-height:15px}.card-main .card-main__time span{font-weight:700}.card-main .card-main__date{color:var(--color-text-secondary-3);font-size:13px;line-height:15px}.card-main .card-main__date span:nth-child(1){font-weight:700}.card-main .card-main__date span:nth-child(2){color:#ff3b00}.card-main .card-main__footer{display:grid;grid-template-columns:1fr max-content;grid-gap:10px;gap:10px;justify-content:space-between;padding-top:20px}.card-main .card-main__info{position:relative;display:grid;justify-items:start;justify-self:start;white-space:nowrap}.card-main .card-main__made{display:flex;grid-column:1/-1;gap:8px;align-items:center;justify-self:start;padding:5px 6px;border-radius:15px;background-color:var(--color-line-alternate);font-weight:700;font-size:10px;line-height:11px;text-transform:uppercase}.card-main .card-main__made img{width:20px;height:20px}.card-main .card-main__made p{padding-right:6px}.card-main .card-main__opened{padding:6px 14px;border-radius:15px;background-color:var(--color-card-main-background-opened);color:var(--color-card-main-text-opened);font-weight:700;font-size:13px;line-height:18px;transition:opacity .3s}.card-main .card-main__status{position:absolute;bottom:0;left:0;z-index:5;padding:6px 14px;border-radius:5px;background-color:var(--color-primary);color:var(--color-text-alternate);font-weight:700;font-size:13px;line-height:18px;opacity:0;pointer-events:none;transition:opacity .3s,background-color .3s}.card-main .card-main__status:active{background-color:#6b3eb0}.card-main .card-main__signed{padding:6px 14px;border-radius:15px;background-color:var(--color-card-main-background-signed);color:var(--color-card-main-text-signed);font-weight:700;font-size:13px;line-height:18px}.card-main .card-main__completed{padding:6px 14px;border-radius:15px;background-color:var(--color-card-main-background-completed);color:var(--color-card-main-text-completed);font-weight:700;font-size:13px;line-height:18px}.card-main .card-main__posted{align-self:center;color:var(--color-text-secondary-4);font-size:13px;line-height:18px}.cards--columns .card-main{grid-template-rows:1fr;grid-template-columns:200px 1fr;gap:30px;padding:16px 0;border:none;border-bottom:1px solid var(--color-line-secondary)}.cards--columns .card-main .card-main__type{top:16px}.cards--columns .card-main .card-main__wrapper{display:grid;grid-template-columns:repeat(2,1fr);align-self:center;margin:0;grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.cards--columns .card-main .card-main__title,.cards--columns .card-main .card-main__editor{grid-column:1/-1}.cards--columns .card-main .card-main__event{align-self:center;justify-self:start;padding:0;border:none}.cards--columns .card-main .card-main__footer{display:flex;align-self:center;justify-self:end;margin-top:10px;padding:0;-moz-column-gap:30px;column-gap:30px}.cards--columns .card-main .card-main__made{margin:0}.cards--columns .card-main .card-main__posted{align-self:center}.card-main.active{outline:2px solid var(--color-primary);outline-offset:-2px}.card-main.active .card-main__opened{opacity:0}.card-main.active .card-main__status{opacity:1;pointer-events:visible}.card-main.active .card-main__made p{display:block}.card-link{position:relative;display:grid;grid-template-rows:1fr max-content;height:100%;border-radius:5px;background-color:#473e8b;transition:background-color .3s}.card-link .card-link__image{order:-1}.card-link .card-link__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:340px}.card-link .card-link__wrapper{display:grid;padding:32px}.card-link .card-link__title{color:var(--color-text-alternate);font-weight:700;font-size:26px;line-height:34px}.card-link .card-link__title span{color:#9479bb}.card-link .card-link__href{display:flex;gap:12px;align-items:center;margin-top:24px;color:var(--color-text-alternate);font-weight:700;font-size:16px;line-height:18px}.card-link .card-link__href:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.card-link .card-link__href .card-link__href-icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;background-color:#9479bb;transition:background-color .3s}.card-link .card-link__href .o2k-icon{width:14px;height:14px;color:var(--color-primary)}.card-link .card-link__href:active{color:var(--color-text-alternate)}.card-link:active{background-color:#67439b}.card-link:active .card-link__href-icon{background-color:var(--color-background-light)}.card-anchor{position:relative;display:grid;height:100%;padding:32px;border-radius:5px;background-color:var(--color-card-anchor-background);transition:background-color .3s}.card-anchor .card-anchor__wrapper{display:grid;grid-template-rows:max-content max-content 1fr;height:100%}.card-anchor .card-anchor__header{display:flex;flex-direction:column}.card-anchor .card-anchor__title{font-weight:400;font-size:24px;line-height:30px}.card-anchor .card-anchor__title b{font-weight:700}.card-anchor .card-anchor__sub-title{margin-top:14px;font-size:14px;line-height:21px;opacity:.5}.card-anchor .card-anchor__image{justify-self:center;width:190px;height:164px;margin-top:10px}.card-anchor .card-anchor__image img{height:auto}.card-anchor .card-anchor__footer{display:grid;justify-items:start;margin-top:30px}.card-anchor .card-anchor__editor{margin-bottom:16px;font-size:14px;line-height:21px;opacity:.75}.card-anchor .card-anchor__href-icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;background-color:var(--color-background-light);transition:background-color .3s}.card-anchor .card-anchor__href-icon .o2k-icon{width:14px;height:14px;transition:color .3s}.card-anchor .card-anchor__href{display:flex;gap:12px;align-items:center;justify-self:start;margin-top:auto;font-weight:700;font-size:16px;line-height:18px}.card-anchor .card-anchor__href:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.card-anchor .card-anchor__href:active{color:var(--color-text-primary)}.card-anchor .card-anchor__href:active .card-anchor__href-icon{background-color:var(--color-primary)}.card-anchor .card-anchor__href:active .card-anchor__href-icon .o2k-icon{color:var(--color-text-alternate)}.card-anchor:active{background-color:var(--color-card-anchor-background-hover)}.webinars-head{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center}.webinars-head .webinars-head__link-share{display:flex;gap:8px;align-items:center;justify-self:start;padding:8px 13px;border:1px solid var(--color-line-secondary);border-radius:16px;background-color:#f7f7f7;color:var(--color-text-primary);font-size:15px;line-height:17px;transition:color .3s}.webinars-head .webinars-head__link-share .o2k-icon{width:16px;height:16px;transition:color .3s}.webinars-head .webinars-head__link-share:active,.webinars-head .webinars-head__link-share:active .o2k-icon{color:var(--color-primary-active)}.webinars-preview{display:grid;align-content:end;justify-items:start;min-height:426px;padding:32px;border-radius:10px;background-color:var(--color-primary)}.webinars-preview .webinars-preview__heading{color:var(--color-text-alternate);font-weight:700;font-size:32px;line-height:36px}.webinars-preview .webinars-preview__link{display:flex;gap:12px;align-items:center;margin-top:16px;color:var(--color-text-alternate);font-weight:700;font-size:16px;line-height:18px}.webinars-preview .webinars-preview__link span{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;background-color:var(--color-background-light);transition:background-color .3s}.webinars-preview .webinars-preview__link .o2k-icon{width:14px;height:14px;color:var(--color-primary)}.webinars-preview .webinars-preview__link:active{color:var(--color-text-alternate)}.webinars-preview .webinars-preview__link:active span{background-color:#9479bb}.webinars-season{display:grid;grid-template-columns:100%}.webinars-season .webinars-season__title{padding:9px 0;font-weight:700;font-size:20px;line-height:24px}.webinars-season .webinars-season__choose-open{display:flex;gap:12px;align-items:center;margin-top:10px;padding:10px 14px;border:2px solid transparent;border-radius:5px;background-color:var(--color-background-primary);font-weight:700;font-size:16px;line-height:18px;transition:border-color .3s,background-color .3s}.webinars-season .webinars-season__choose-open span{font-weight:400;font-size:14px;line-height:16px}.webinars-season .webinars-season__choose-open .o2k-icon{width:12px;height:12px;margin-left:auto;color:var(--color-primary)}.webinars-season .webinars-season__choose-open:active{border-color:var(--color-background-secondary);background-color:var(--color-background-alternate)}.webinars-season .webinars-season__wrapper{display:none}.webinars-season .webinars-season__toggle{justify-self:start;margin:10px 14px}.webinars-season .webinars-season__request-open{margin-top:10px;font-weight:700}.webinars-season__item.webinars-season__item--current-year{display:grid;grid-template-rows:min-content 0fr;grid-template-columns:1fr 76px;transition:grid-template-rows var(--transition-primary)}.webinars-season__item.webinars-season__item--current-year:has(.webinars-season__calendar-switch:checked){grid-template-rows:min-content 1fr}.webinars-season__item.webinars-season__item--current-year .webinars-season__link{grid-row:1/2;grid-column:1/3}.webinars-season__item.webinars-season__item--current-year .flatpickr-wrapper{grid-column:1/3;overflow:hidden}.webinars-season__item.webinars-season__item--current-year .webinars-season__link-icon{grid-row:1/2;grid-column:2/3;gap:8px;place-self:center start;width:60px;margin-left:0;border-radius:15px}.webinars-season__item.webinars-season__item--current-year .webinars-season__link-icon:has(.webinars-season__calendar-switch:checked){background-color:var(--color-primary)}.webinars-season__item.webinars-season__item--current-year .webinars-season__link-icon:has(.webinars-season__calendar-switch:checked) .o2k-icon{color:var(--color-background-light)}.webinars-season__item.webinars-season__item--current-year .o2k-icon.o2k-icon-calendar{width:16px;height:16px}.webinars-season__calendar-switch{display:none}.webinars-navigation .webinars-navigation__form{display:grid;grid-gap:16px;gap:16px}.webinars-navigation .webinars-navigation__wrapper{display:none}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:#000000e6;fill:#000000e6;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#000000e6;fill:#000000e6}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:baseline;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#00000080;background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:baseline;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#3939394d;background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#3939394d;background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.webinars-calendar-mobile.flatpickr-calendar{top:0;width:100%;margin-top:10px;padding:6px;border:none;border-radius:10px;background-color:#f8f8f8;box-shadow:none}.webinars-calendar-mobile.flatpickr-calendar:before,.webinars-calendar-mobile.flatpickr-calendar:after{content:none}.webinars-calendar:not(.flatpickr-input){display:none}html:not(:has(.webinars-season__item--current-year>.webinars-season__link--current)) .webinars-calendar-mobile{display:none}.webinars-calendar{margin-top:4px;padding:6px;border:2px solid #fff;border-radius:10px;background-color:#f8f8f8}.webinars-calendar .flatpickr-calendar{top:0;width:100%;border:none;border-radius:0;background-color:transparent;box-shadow:none}.webinars-calendar .flatpickr-calendar:before,.webinars-calendar .flatpickr-calendar:after{content:none}.webinars-calendar .prevMonthDay,.webinars-calendar-mobile .prevMonthDay,.webinars-calendar .nextMonthDay,.webinars-calendar-mobile .nextMonthDay{opacity:0;pointer-events:none}.webinars-calendar .dayContainer,.webinars-calendar-mobile .dayContainer,.webinars-calendar .flatpickr-weekdaycontainer,.webinars-calendar-mobile .flatpickr-weekdaycontainer{display:grid;grid-template-columns:repeat(7,calc(100% / 7));width:100%;min-width:100%;max-width:100%}.webinars-calendar .flatpickr-days,.webinars-calendar-mobile .flatpickr-days{width:100%}.webinars-calendar .flatpickr-day,.webinars-calendar-mobile .flatpickr-day{display:flex;align-content:center;justify-content:center;place-self:center;overflow:hidden;width:100%;max-width:39px;height:auto;max-height:39px;border:none;aspect-ratio:1}.webinars-calendar .flatpickr-day.today,.webinars-calendar-mobile .flatpickr-day.today{color:#000;font-weight:700}.webinars-calendar .flatpickr-day:not(.flatpickr-disabled),.webinars-calendar-mobile .flatpickr-day:not(.flatpickr-disabled){color:#000}.webinars-calendar .flatpickr-day:not(.flatpickr-disabled):not(.past),.webinars-calendar-mobile .flatpickr-day:not(.flatpickr-disabled):not(.past){font-weight:700}.webinars-calendar .flatpickr-day.future:not(.flatpickr-disabled),.webinars-calendar-mobile .flatpickr-day.future:not(.flatpickr-disabled){background-color:#fd1}.webinars-calendar .flatpickr-day.future.selected:not(.flatpickr-disabled),.webinars-calendar-mobile .flatpickr-day.future.selected:not(.flatpickr-disabled){background-color:#6b3eb0;color:#fff}.webinars-calendar .flatpickr-day.past:not(.flatpickr-disabled),.webinars-calendar-mobile .flatpickr-day.past:not(.flatpickr-disabled){background-color:#e6e6e6}.webinars-calendar .flatpickr-day.past.selected:not(.flatpickr-disabled),.webinars-calendar-mobile .flatpickr-day.past.selected:not(.flatpickr-disabled){background-color:#c8c8c8}.webinars-calendar .flatpickr-day:hover,.webinars-calendar-mobile .flatpickr-day:hover{color:#000;outline:none}.webinars-calendar .flatpickr-day a,.webinars-calendar-mobile .flatpickr-day a{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center}.webinars-calendar .flatpickr-day a:hover,.webinars-calendar-mobile .flatpickr-day a:hover{color:inherit}.webinars-calendar .flatpickr-day:is(:nth-child(7n-1),:nth-child(7n)):is(:hover,:not(:hover)),.webinars-calendar-mobile .flatpickr-day:is(:nth-child(7n-1),:nth-child(7n)):is(:hover,:not(:hover)){color:#979797}.webinars-calendar .flatpickr-rContainer,.webinars-calendar-mobile .flatpickr-rContainer{width:100%}.webinars-calendar .flatpickr-month,.webinars-calendar-mobile .flatpickr-month{grid-column:2/3}.webinars-calendar .flatpickr-monthDropdown-months,.webinars-calendar-mobile .flatpickr-monthDropdown-months{width:-moz-fit-content;width:fit-content;min-width:0;padding:0;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.webinars-calendar .flatpickr-disabled,.webinars-calendar-mobile .flatpickr-disabled,.webinars-calendar .flatpickr-disabled:hover,.webinars-calendar-mobile .flatpickr-disabled:hover{color:#4d4d4d;cursor:default}.webinars-calendar .numInputWrapper:has(.cur-year),.webinars-calendar-mobile .numInputWrapper:has(.cur-year){display:none}.webinars-calendar .flatpickr-weekday,.webinars-calendar-mobile .flatpickr-weekday{padding-block:13px;color:#000;font-weight:400;font-size:14px;line-height:1;text-align:center}.webinars-calendar .flatpickr-prev-month,.webinars-calendar-mobile .flatpickr-prev-month,.webinars-calendar .flatpickr-next-month,.webinars-calendar-mobile .flatpickr-next-month{position:static;display:grid;width:30px;height:30px;padding:0}.webinars-calendar .flatpickr-prev-month:before,.webinars-calendar-mobile .flatpickr-prev-month:before,.webinars-calendar .flatpickr-next-month:before,.webinars-calendar-mobile .flatpickr-next-month:before{content:"";place-self:center;width:12px;height:12px;background-color:#b0b0b0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDYuNjY2OTlMMy4zMzMzMyAxLjY2Njk5TDMuMzMzMzMgMTEuNjY3TDEwIDYuNjY2OTlaIiBmaWxsPSIjQjBCMEIwIi8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDYuNjY2OTlMMy4zMzMzMyAxLjY2Njk5TDMuMzMzMzMgMTEuNjY3TDEwIDYuNjY2OTlaIiBmaWxsPSIjQjBCMEIwIi8+Cjwvc3ZnPgo=)}.webinars-calendar .flatpickr-prev-month:before,.webinars-calendar-mobile .flatpickr-prev-month:before{rotate:180deg}.webinars-calendar .flatpickr-months,.webinars-calendar-mobile .flatpickr-months{display:grid;grid-template-columns:30px 1fr 30px}.webinars-calendar .dayContainer,.webinars-calendar-mobile .dayContainer{cursor:default}.cards{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}.cards .cards__item,.webinars-cards{display:grid}.webinars-cards .webinars-cards__item{display:flex}.pagination .pagination__small{display:grid}.pagination .pagination__list{display:flex;gap:10px;justify-self:center}.pagination .pagination__link{display:flex;justify-content:center;align-items:center;width:38px;height:32px;border:1px solid var(--color-line-primary);border-radius:5px;background-color:var(--color-background-light);font-size:16px;line-height:18px;transition:color .3s,border-color .3s}.pagination .pagination__link .o2k-icon{width:14px;height:14px;color:var(--color-primary);transition:color .3s}.pagination .pagination__link:active{border-color:var(--color-primary);color:var(--color-primary)}.pagination .pagination__link:active .o2k-icon{color:var(--color-primary)}.pagination .pagination__current{display:flex;justify-content:center;align-items:center;width:38px;height:32px;border-radius:5px;background-color:var(--color-primary);color:var(--color-text-alternate);font-size:16px;line-height:18px}.pagination .pagination__full{display:none}.pagination .pagination__dots{display:flex;justify-content:center;align-items:center;width:38px;height:32px;border:1px solid var(--color-line-primary);border-radius:5px;background-color:var(--color-background-light);font-size:16px;line-height:18px}.subscribe{display:grid;padding:15px;border-radius:10px;background-color:var(--color-background-primary)}.subscribe .subscribe__container{display:grid}.subscribe .subscribe__wrapper{display:grid;align-items:start;justify-self:center;width:100%;max-width:1120px}.subscribe .subscribe__header{display:grid}.subscribe .subscribe__title{color:#333;font-weight:700}.subscribe .subscribe__sub-title{grid-column:1/-1;margin-top:16px;color:var(--color-text-secondary-4);font-size:16px;line-height:20px}.subscribe .subscribe__form{display:grid;grid-template-columns:1fr max-content;grid-gap:10px;gap:10px;align-items:start;margin-top:16px}.subscribe .subscribe__field .form-input::-moz-placeholder{color:var(--color-text-secondary-4)}.subscribe .subscribe__field .form-input::placeholder{color:var(--color-text-secondary-4)}.subscribe .subscribe__submit{padding:11px 19px}.subscribe .subscribe__consent{display:grid;grid-column:1/-1}.subscribe .subscribe__consent .form-checkbox{gap:10px;align-items:start}.subscribe .subscribe__consent .form-checkbox__control,.subscribe .subscribe__consent .form-checkbox__vue{width:18px;height:18px}.subscribe .subscribe__consent .o2k-icon{width:12px;height:9px;color:var(--color-background-light)}.subscribe .subscribe__consent .form-checkbox__label{font-size:14px;line-height:18px;letter-spacing:0;cursor:pointer}.subscribe .subscribe__consent .form-checkbox__label a{border-bottom:1px solid var(--color-primary);color:var(--color-primary);transition:border-color .3s}.subscribe .subscribe__consent .form-checkbox__label a:active{border-color:transparent}.modal-main{right:10px;left:10px;width:calc(100dvw - 20px);max-height:calc(100dvh - 20px);border-radius:4px}.modal-main .modal-window__content{padding:50px 20px}.modal-main .modal-window__scroll{max-height:100dvh}.modal-main .modal-window__close{top:12px;right:12px}.modal-main .modal-window__close .o2k-icon{color:var(--color-text-secondary-4)}.modal-webinar{top:50%;right:auto;left:50%;height:auto;transform:translate(-50%,-50%)}.modal-webinar .modal-webinar__season-list{display:grid;margin-top:20px}.modal-webinar .modal-webinar__season-item{display:grid;margin-top:-1px;border-bottom:1px solid #E6E6E6;transition:border-color .3s}.modal-webinar .modal-webinar__season-item:active{border-color:transparent}.modal-webinar .modal-webinar__season-link{display:flex;gap:10px;align-items:center;margin:-1px -2px;padding:19px 15px;border:2px solid transparent;border-radius:5px;font-size:16px;line-height:18px;transition:border-color .3s,background-color .3s}.modal-webinar .modal-webinar__season-link span{color:var(--color-text-secondary-4);font-weight:400;font-size:14px;line-height:16px}.modal-webinar .modal-webinar__season-link:active{border-color:var(--color-background-light);background-color:var(--color-background-primary);color:var(--color-text-primary)}.modal-webinar .modal-webinar__season-link--current{border-color:var(--color-background-light);background-color:var(--color-background-primary);color:var(--color-text-primary);font-weight:700}.modal-webinar .modal-webinar__season-link--current span{color:var(--color-text-primary)}.modal-webinar .modal-webinar__form{display:grid}.modal-webinar .modal-webinar__header{display:flex;gap:16px;justify-content:space-between;align-items:center}.modal-webinar .modal-webinar__title{font-weight:700;font-size:20px;line-height:24px}.modal-webinar .modal-webinar__step{color:var(--color-text-secondary-4);font-size:14px;line-height:16px}.modal-webinar .modal-webinar__sub-header{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:start;margin-top:12px}.modal-webinar .modal-webinar__label{color:var(--color-text-secondary-4);font-size:16px;line-height:20px}.modal-webinar .modal-webinar__chosen-button{display:none;gap:8px;align-items:center}.modal-webinar .modal-webinar__chosen-button span{border-bottom:1px dashed var(--color-text-secondary-4);color:var(--color-text-secondary-4);font-size:14px;line-height:16px;pointer-events:none;transition:color .3s,border-color .3s}.modal-webinar .modal-webinar__chosen-button .o2k-icon{width:12px;height:12px;color:var(--color-text-secondary-4);pointer-events:none;transition:color .3s}.modal-webinar .modal-webinar__chosen-button[aria-expanded=false] span{border-bottom:1px dashed var(--color-text-secondary-4);color:var(--color-text-secondary-4)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=false] .o2k-icon{color:var(--color-text-secondary-4)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=false]:active span{border-color:var(--color-text-secondary-2);color:var(--color-text-secondary-2)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=false]:active .o2k-icon{color:var(--color-text-secondary-2)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=true] span{border-bottom:1px dashed var(--color-text-secondary-2);color:var(--color-text-secondary-2)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=true] .o2k-icon{color:var(--color-text-secondary-2);transform:rotate(180deg)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=true]~.modal-webinar__chosen{display:grid}.modal-webinar .modal-webinar__step1{display:grid}.modal-webinar .modal-webinar__workshops{display:grid;grid-row-gap:10px;row-gap:10px;margin-top:20px}.modal-webinar .modal-webinar__step2{display:none}.modal-webinar .modal-webinar__form-wrap{margin-top:20px}.modal-webinar .modal-webinar__footer{display:grid;grid-row-gap:10px;row-gap:10px;margin-top:16px}.modal-webinar .modal-webinar__submit{order:-1}.modal-webinar-chosen{display:none;row-gap:10px;width:100%}.modal-webinar-chosen .modal-webinar-chosen__item{display:grid;grid-gap:10px;gap:10px;align-items:start;padding:16px;border-radius:5px;background-color:var(--color-background-primary)}.modal-webinar-chosen .modal-webinar-chosen__item p{color:var(--color-text-secondary-1);font-size:14px;line-height:18px;letter-spacing:0}.modal-webinar-chosen .modal-webinar-chosen__item p time{font-weight:700}.modal-webinar-chosen .modal-webinar-chosen__item p strong{color:#ff3b00}.modal-webinar-workshop{display:grid;padding:16px;border-radius:5px;background-color:var(--color-background-primary)}.modal-webinar-workshop .modal-webinar-workshop__title{margin-bottom:12px;font-size:14px;line-height:18px}.modal-webinar-workshop .modal-webinar-workshop__list{display:grid;grid-row-gap:10px;row-gap:10px}.modal-webinar-workshop .modal-webinar-workshop__item{display:grid}.modal-webinar-workshop .modal-webinar-workshop__item .form-checkbox{gap:10px;align-items:start}.modal-webinar-workshop .modal-webinar-workshop__item .form-checkbox__vue{width:18px;height:18px}.modal-webinar-workshop .modal-webinar-workshop__item .o2k-icon{width:12px;height:9px;color:var(--color-text-alternate)}.modal-webinar-workshop .modal-webinar-workshop__item .form-checkbox__label{color:var(--color-text-secondary-1);font-size:14px;line-height:18px;letter-spacing:0;cursor:pointer}.modal-webinar-workshop .modal-webinar-workshop__item .form-checkbox__label time{font-weight:700}.modal-webinar-workshop .modal-webinar-workshop__item .form-checkbox__label strong{color:#ff3b00}.modal-webinar-workshop .modal-webinar-workshop__footer{margin-top:12px}.modal-webinar-workshop .modal-webinar-workshop__toggle{display:flex;gap:8px;align-items:center;font-size:14px;line-height:16px;transition:color .3s}.modal-webinar-workshop .modal-webinar-workshop__toggle span{pointer-events:none;transition:border-color .3s}.modal-webinar-workshop .modal-webinar-workshop__toggle .o2k-icon{width:12px;height:12px;pointer-events:none;transition:color .3s}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false]{color:var(--color-text-secondary-4)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false] span{border-bottom:1px dashed var(--color-text-secondary-4)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false] .o2k-icon{color:var(--color-text-secondary-4)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false]:active{color:var(--color-text-secondary-2)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false]:active span{border-color:var(--color-text-secondary-2)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false]:active .o2k-icon,.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=true]{color:var(--color-text-secondary-2)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=true] span{border-bottom:1px dashed var(--color-text-secondary-2)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=true] .o2k-icon{color:var(--color-text-secondary-2);transform:rotate(180deg)}.modal-webinar-workshop .modal-webinar-workshop__textarea{position:relative;display:none;margin-top:8px}.modal-webinar-workshop .modal-webinar-workshop__textarea .form-textarea{min-height:90px;padding:8px 14px;font-size:14px;line-height:18px}.modal-webinar-workshop .modal-webinar-workshop__textarea .form-textarea::-moz-placeholder{color:var(--color-text-secondary-4)}.modal-webinar-workshop .modal-webinar-workshop__textarea .form-textarea::placeholder{color:var(--color-text-secondary-4)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=true]~.modal-webinar-workshop__textarea{display:grid}.modal-webinar-form{display:grid}.modal-webinar-form .modal-webinar-form__inputs{display:grid;grid-row-gap:15px;row-gap:15px}.modal-webinar-form .modal-webinar-form__input .form-element__label{margin-bottom:4px}.modal-webinar-form .modal-webinar-form__input .form-input{padding:0 14px}.modal-webinar-form .modal-webinar-form__input .form-input:focus{border-color:var(--color-text-secondary-1)}.modal-webinar-form .modal-webinar-form__checkboxes{display:grid;grid-row-gap:10px;row-gap:10px;margin-top:20px}.modal-webinar-form .modal-webinar-form__checkbox{display:grid}.modal-webinar-form .modal-webinar-form__checkbox .form-checkbox{gap:10px;align-items:start}.modal-webinar-form .modal-webinar-form__checkbox .form-checkbox__vue{width:18px;height:18px}.modal-webinar-form .modal-webinar-form__checkbox .o2k-icon{width:12px;height:9px;color:var(--color-text-alternate)}.modal-webinar-form .modal-webinar-form__checkbox .form-checkbox__label{font-size:14px;line-height:18px;letter-spacing:0;cursor:pointer}.modal-webinar-form .modal-webinar-form__checkbox .form-checkbox__label time{font-weight:700}.modal-webinar-form .modal-webinar-form__checkbox .form-checkbox__label a{border-bottom:1px solid var(--color-primary);color:var(--color-primary)}.modal-webinar-form .modal-webinar-form__capcha{display:grid;width:100%;height:100px;margin-top:20px;background-color:#f0f8ff}.modal-webinar-form .modal-webinar-form__footer{display:grid;grid-row-gap:10px;row-gap:10px;margin-top:16px}.modal-webinar-form .modal-webinar-form__submit{order:-1}.modal-success{top:50%;left:50%;width:calc(100dvw - 20px);max-width:600px;height:auto;border-radius:4px;transform:translate(-50%,-50%)}.modal-success .modal-success__wrapper{display:grid;text-align:center}.modal-success .modal-success__title{font-weight:700;font-size:24px;line-height:28px}.modal-success .modal-success__sub-title{margin-top:12px;font-size:16px;line-height:20px}.modal-success .modal-success__text{display:grid;grid-row-gap:18px;row-gap:18px;margin-top:20px;color:var(--color-text-secondary-3);font-size:14px;line-height:18px}.modal-success .modal-success__text a[href^=mailto]{border-bottom:1px solid var(--color-primary);color:var(--color-primary)}.modal-success .modal-success__text a[href^=tel]{white-space:nowrap}.modal-success .modal-success__close{justify-self:center;width:100%;max-width:200px;margin-top:20px}.modal-success .modal-window__content{padding:50px 20px}.modal-success .modal-window__scroll{max-height:100dvh}.modal-success .modal-window__close{top:12px;right:12px}.modal-success .modal-window__close .o2k-icon{color:var(--color-text-secondary-4)}.webinars{display:grid}.webinars .webinars__preview{margin-top:20px}.webinars .webinars__events{display:grid;align-items:start;margin-top:20px}.webinars .webinars__wrapper{display:grid}.webinars .webinars__navigation{margin-top:20px}.webinars .webinars__cards{margin-top:16px}.webinars .webinars__pagination{margin-top:20px}.webinars .webinars__subscribe{margin-top:40px}@media (min-width: 768px){.webinars-preview .webinars-preview__heading{font-size:40px;line-height:48px}.webinars-preview .webinars-preview__link{margin-top:24px;font-size:20px;line-height:24px}.webinars-preview{padding:48px}.webinars-season .webinars-season__choose-open{display:none}.webinars-season .webinars-season__wrapper{display:grid;padding:6px;border-radius:5px;background-color:var(--color-background-primary)}.webinars-season .webinars-season__list{display:grid}.webinars-season .webinars-season__item{display:none}.webinars-season .webinars-season__item:nth-child(1),.webinars-season .webinars-season__item:nth-child(2),.webinars-season .webinars-season__item:nth-child(3),.webinars-season .webinars-season__item:nth-child(4){display:grid}.webinars-season .webinars-season__list.opened .webinars-season__item{display:grid}.webinars-season .webinars-season__link{display:flex;gap:12px;align-items:center;padding:14px;border:2px solid transparent;border-radius:5px;background-color:var(--color-background-primary);font-size:14px;line-height:16px;transition:border-color .3s,background-color .3s}.webinars-season .webinars-season__link span{color:var(--color-text-secondary-4);font-weight:400;font-size:12px;line-height:14px}.webinars-season .webinars-season__link .o2k-icon{width:12px;height:12px;margin-left:auto;color:var(--color-primary)}.webinars-season .webinars-season__link:active{border-color:var(--color-background-light);background-color:var(--color-background-light);color:var(--color-text-primary)}.webinars-season .webinars-season__link:active .webinars-season__link-icon{background-color:var(--color-primary)}.webinars-season .webinars-season__link:active .o2k-icon{color:var(--color-background-light)}.webinars-season .webinars-season__link--current{border-color:var(--color-background-secondary);background-color:var(--color-background-alternate);font-weight:700}.webinars-season .webinars-season__link--current span{color:var(--color-text-primary)}.webinars-season .webinars-season__link-icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;border-radius:50%;background-color:var(--color-background-light);transition:background-color .3s}.webinars-season .webinars-season__link-icon .o2k-icon{width:14px;height:14px;margin:0;transition:color .3s}.webinars-season .webinars-season__request-open{min-height:52px}.webinars-season{position:sticky;top:56px;overflow:auto;max-height:100dvh}.webinars-calendar-mobile.flatpickr-calendar{margin-top:4px}.cards{grid-template-columns:repeat(2,1fr);gap:14px}.cards--aside{grid-template-columns:1fr}.pagination .pagination__small{display:none}.pagination .pagination__link,.pagination .pagination__current{width:42px}.pagination .pagination__full{display:grid}.pagination .pagination__dots{width:42px}.subscribe .subscribe__title{font-size:24px;line-height:32px}.modal-main .modal-window__content{padding:50px}.modal-main{right:auto;left:50%;max-width:600px;transform:translate(-50%,-50%)}.modal-webinar .modal-webinar__title{font-size:24px;line-height:28px}.modal-webinar .modal-webinar__footer{grid-template-columns:repeat(2,1fr);-moz-column-gap:20px;column-gap:20px}.modal-webinar .modal-webinar__submit{order:0}.modal-webinar-form .modal-webinar-form__footer{grid-template-columns:repeat(2,1fr);-moz-column-gap:20px;column-gap:20px}.modal-webinar-form .modal-webinar-form__submit{order:0}.modal-success .modal-window__content{padding:50px}.webinars .webinars__preview{margin-top:10px}.webinars .webinars__events{grid-template-columns:repeat(3,1fr);-moz-column-gap:16px;column-gap:16px}.webinars .webinars__season{grid-column:1/2}.webinars .webinars__wrapper{grid-column:2/4}}@media (min-width: 768px) and (hover: hover){.webinars-season .webinars-season__link:hover{border-color:var(--color-background-light);background-color:var(--color-background-light);color:var(--color-text-primary)}.webinars-season .webinars-season__link:hover .webinars-season__link-icon{background-color:var(--color-primary)}.webinars-season .webinars-season__link:hover .o2k-icon{color:var(--color-background-light)}}@media (min-width: 860px){.cards--aside{grid-template-columns:repeat(2,1fr);gap:14px}.subscribe .subscribe__wrapper{grid-template-columns:minmax(1px,550px) minmax(1px,550px);-moz-column-gap:20px;column-gap:20px}.subscribe .subscribe__title{max-width:390px}.subscribe .subscribe__form{gap:20px 10px;margin-top:0}.subscribe .subscribe__field .form-input{min-height:42px}.subscribe .subscribe__consent .form-checkbox{align-items:center}.subscribe{padding:32px}}@media (min-width: 1024px){.webinars-preview .webinars-preview__heading{font-size:48px;line-height:56px}.webinars-preview .webinars-preview__link{margin-top:30px;font-size:24px;line-height:28px}.webinars-preview{align-content:center;padding:58px 80px}.webinars-season .webinars-season__wrapper{padding:10px 14px}.webinars-season .webinars-season__link{font-size:16px;line-height:18px}.webinars-season .webinars-season__link span{font-weight:400;font-size:14px;line-height:17px}.webinars-season .webinars-season__toggle{margin:19px 16px}.webinars-navigation .webinars-navigation__form{grid-template-columns:max-content max-content;justify-content:space-between;align-items:center}.webinars-navigation .webinars-navigation__search{grid-column:1/-1}.cards{grid-template-columns:repeat(3,1fr)}.cards--aside{grid-template-columns:repeat(2,1fr)}.pagination .pagination__link--prev,.pagination .pagination__link--next{width:58px}.webinars .webinars__pagination{margin-top:34px}.webinars .webinars__subscribe{margin-top:60px}}@media (min-width: 1280px){.card-main .card-main__made p,.cards--columns .card-link .card-link__image{display:none}.cards--columns .card-link .card-link__wrapper{grid-template-columns:1fr max-content;gap:30px;justify-self:center;width:100%;max-width:930px;padding:44px}.cards--columns .card-link .card-link__title{font-size:28px;line-height:33px}.cards--columns .card-link .card-link__href{margin:0}.cards--columns .card-anchor .card-anchor__wrapper{grid-template-rows:1fr;justify-content:space-between;align-items:start;justify-self:center;width:100%;max-width:1140px;-moz-column-gap:30px;column-gap:30px}.cards--columns .card-anchor .card-anchor__header{grid-row:1/2;grid-column:1/2;max-width:530px}.cards--columns .card-anchor .card-anchor__title,.cards--columns .card-anchor .card-anchor__sub-title{grid-column:1/2}.cards--columns .card-anchor .card-anchor__image{display:none}.cards--columns .card-anchor .card-anchor__footer{grid-row:1/2;grid-column:2/3;max-width:530px;margin:0}.cards--columns .card-anchor .card-anchor__editor,.cards--columns .card-anchor .card-anchor__href{grid-column:2/3}.webinars-preview{padding:58px 120px}.webinars-season{top:72px}.webinars-navigation .webinars-navigation__wrapper{display:flex;gap:12px;justify-self:end}.cards{grid-template-columns:repeat(4,1fr)}.cards--aside{grid-template-columns:repeat(3,1fr)}.cards--columns.webinars-cards__list{grid-template-columns:1fr}.subscribe{padding:50px}.webinars .webinars__events{grid-template-columns:repeat(4,1fr);-moz-column-gap:20px;column-gap:20px}.webinars .webinars__wrapper{grid-column:2/5}}@media (min-width: 1440px){.webinars-navigation .webinars-navigation__form{grid-template-columns:minmax(300px,360px) max-content 1fr;justify-content:stretch}.webinars-navigation .webinars-navigation__search{grid-column:1/2;width:100%;max-width:360px}.cards--columns.webinars-cards__list{grid-template-columns:1fr}.webinars .webinars__events{grid-template-columns:repeat(5,1fr)}.webinars .webinars__wrapper{grid-column:2/6}}@media (min-width: 1680px){.webinars-preview{padding:58px 160px}.cards{grid-template-columns:repeat(5,1fr)}.cards--aside{grid-template-columns:repeat(4,1fr)}}@media (hover: hover){.navigation-theme .navigation-theme__field .form-select__control:hover .form-select__vue{border-bottom:1px dashed var(--color-text-primary);color:var(--color-text-primary)}.navigation-theme .navigation-theme__field .form-select__control:hover .o2k-icon{color:var(--color-text-primary)}.navigation-grid .navigation-grid__toggle[aria-expanded=false]:hover{background-color:var(--color-primary-disabled)}.card-main .card-main__title a:hover{color:inherit}.card-main .card-main__status:hover{background-color:#6b3eb0}.card-main:hover{outline:2px solid var(--color-primary);outline-offset:-2px}.card-main:hover .card-main__opened{opacity:0}.card-main:hover .card-main__status{opacity:1;pointer-events:visible}.card-main:hover .card-main__made p{display:block}.cards--columns .card-main:hover{outline:none;outline-offset:0}.card-link .card-link__href:hover{color:var(--color-text-alternate)}.card-link:hover{background-color:#67439b}.card-link:hover .card-link__href-icon{background-color:var(--color-background-light)}.card-anchor .card-anchor__href:hover{color:var(--color-text-primary)}.card-anchor .card-anchor__href:hover .card-anchor__href-icon{background-color:var(--color-primary)}.card-anchor .card-anchor__href:hover .card-anchor__href-icon .o2k-icon{color:var(--color-text-alternate)}.card-anchor:hover{background-color:var(--color-card-anchor-background-hover)}.webinars-head .webinars-head__link-share:hover,.webinars-head .webinars-head__link-share:hover .o2k-icon{color:var(--color-primary-hover)}.webinars-preview .webinars-preview__link:hover{color:var(--color-text-alternate)}.webinars-preview .webinars-preview__link:hover span{background-color:#9479bb}.webinars-season .webinars-season__choose-open:hover{border-color:var(--color-background-secondary);background-color:var(--color-background-alternate)}.webinars-season__item.webinars-season__item--current-year .webinars-season__link:hover+.webinars-season__link-icon{background-color:var(--color-primary)}.webinars-season__item.webinars-season__item--current-year .webinars-season__link:hover+.webinars-season__link-icon .o2k-icon{color:var(--color-background-light)}.webinars-season__item.webinars-season__item--current-year .webinars-season__link-icon:hover{background-color:var(--color-primary)}.webinars-season__item.webinars-season__item--current-year .webinars-season__link-icon:hover .o2k-icon{color:var(--color-background-light)}.pagination .pagination__link:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination .pagination__link:hover .o2k-icon{color:var(--color-primary)}.subscribe .subscribe__consent .form-checkbox__label a:hover,.modal-webinar .modal-webinar__season-item:hover{border-color:transparent}.modal-webinar .modal-webinar__season-link:hover{border-color:var(--color-background-light);background-color:var(--color-background-primary);color:var(--color-text-primary)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=false]:hover span{border-color:var(--color-text-secondary-2);color:var(--color-text-secondary-2)}.modal-webinar .modal-webinar__chosen-button[aria-expanded=false]:hover .o2k-icon,.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false]:hover{color:var(--color-text-secondary-2)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false]:hover span{border-color:var(--color-text-secondary-2)}.modal-webinar-workshop .modal-webinar-workshop__toggle[aria-expanded=false]:hover .o2k-icon{color:var(--color-text-secondary-2)}.modal-webinar-form .modal-webinar-form__input .form-input:hover{border-color:var(--color-text-secondary-1)}}

/* End */


/* Start:/local/front/build/style/main.css?17483501259340*/
.card-main{position:relative;display:grid;grid-template-rows:max-content 1fr;height:100%;padding:15px;border:1px solid var(--color-line-secondary);border-radius:5px}.card-main .card-main__type{position:absolute;top:-1px;left:-1px;z-index:1;padding:6px 14px;border-radius:5px 0 0;color:var(--color-text-alternate);font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase}.card-main .card-main__type--webinar{background-color:var(--color-card-type-webinar)}.card-main .card-main__type--invite{background-color:var(--color-card-type-invite)}.card-main .card-main__type--conference{background-color:var(--color-card-type-conference)}.card-main .card-main__type--need{background-color:var(--color-card-type-need)}.card-main .card-main__type--promotion{background-color:var(--color-card-type-promotion)}.card-main .card-main__type--review{background-color:var(--color-card-type-review)}.card-main .card-main__image{position:relative;width:100%;height:0;padding-bottom:62.5%;background-color:var(--color-background-card)}.card-main .card-main__image img{position:absolute;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.card-main .card-main__image .o2k-icon{position:absolute;top:50%;left:50%;width:66px;height:60px;color:var(--color-line-secondary);transform:translate(-50%,-50%)}.card-main .card-main__wrapper{display:flex;flex-direction:column;margin-top:16px}.card-main .card-main__title{font-weight:700;font-size:16px;line-height:22px}.card-main .card-main__title a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.card-main .card-main__title a:active{color:inherit}.card-main .card-main__editor{margin-block:10px}.card-main .card-main__editor p{color:var(--color-text-secondary-2);font-size:14px;line-height:22px}.card-main .card-main__editor b{font-weight:700}.card-main .card-main__event{display:grid;grid-row-gap:4px;row-gap:4px;min-height:45px;margin-top:auto;padding-top:10px;border-top:1px solid var(--color-line-secondary)}.card-main .card-main__time{color:var(--color-text-secondary-3);font-size:13px;line-height:15px}.card-main .card-main__time span{font-weight:700}.card-main .card-main__date{color:var(--color-text-secondary-3);font-size:13px;line-height:15px}.card-main .card-main__date span:nth-child(1){font-weight:700}.card-main .card-main__date span:nth-child(2){color:#ff3b00}.card-main .card-main__footer{display:grid;grid-template-columns:1fr max-content;grid-gap:10px;gap:10px;justify-content:space-between;padding-top:20px}.card-main .card-main__info{position:relative;display:grid;justify-items:start;justify-self:start;white-space:nowrap}.card-main .card-main__made{display:flex;grid-column:1/-1;gap:8px;align-items:center;justify-self:start;padding:5px 6px;border-radius:15px;background-color:var(--color-line-alternate);font-weight:700;font-size:10px;line-height:11px;text-transform:uppercase}.card-main .card-main__made img{width:20px;height:20px}.card-main .card-main__made p{padding-right:6px}.card-main .card-main__opened{padding:6px 14px;border-radius:15px;background-color:var(--color-card-main-background-opened);color:var(--color-card-main-text-opened);font-weight:700;font-size:13px;line-height:18px;transition:opacity .3s}.card-main .card-main__status{position:absolute;bottom:0;left:0;z-index:5;padding:6px 14px;border-radius:5px;background-color:var(--color-primary);color:var(--color-text-alternate);font-weight:700;font-size:13px;line-height:18px;opacity:0;pointer-events:none;transition:opacity .3s,background-color .3s}.card-main .card-main__status:active{background-color:#6b3eb0}.card-main .card-main__signed{padding:6px 14px;border-radius:15px;background-color:var(--color-card-main-background-signed);color:var(--color-card-main-text-signed);font-weight:700;font-size:13px;line-height:18px}.card-main .card-main__completed{padding:6px 14px;border-radius:15px;background-color:var(--color-card-main-background-completed);color:var(--color-card-main-text-completed);font-weight:700;font-size:13px;line-height:18px}.card-main .card-main__posted{align-self:center;color:var(--color-text-secondary-4);font-size:13px;line-height:18px}.cards--columns .card-main{grid-template-rows:1fr;grid-template-columns:200px 1fr;gap:30px;padding:16px 0;border:none;border-bottom:1px solid var(--color-line-secondary)}.cards--columns .card-main .card-main__type{top:16px}.cards--columns .card-main .card-main__wrapper{display:grid;grid-template-columns:repeat(2,1fr);align-self:center;margin:0;grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.cards--columns .card-main .card-main__title,.cards--columns .card-main .card-main__editor{grid-column:1/-1}.cards--columns .card-main .card-main__event{align-self:center;justify-self:start;padding:0;border:none}.cards--columns .card-main .card-main__footer{display:flex;align-self:center;justify-self:end;margin-top:10px;padding:0;-moz-column-gap:30px;column-gap:30px}.cards--columns .card-main .card-main__made{margin:0}.cards--columns .card-main .card-main__posted{align-self:center}.card-main.active{outline:2px solid var(--color-primary);outline-offset:-2px}.card-main.active .card-main__opened{opacity:0}.card-main.active .card-main__status{opacity:1;pointer-events:visible}.card-main.active .card-main__made p{display:block}.cards{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}.cards .cards__item{display:grid}.main-section-title{position:relative;color:#550081;font-weight:700;font-size:22px;line-height:25.3px;text-align:center;isolation:isolate}.main-section-title:before{content:"";position:absolute;left:50%;z-index:1;width:calc(100vw - clamp(12px,3.125vw,40px));height:10px;margin-block:auto;background-color:currentcolor;inset-block:0;translate:-50%}.main-section-title span{position:relative;z-index:2;display:inline-block;padding-inline:32px;background-color:#fff;background-color:var(--main-section-title-background-color, #fff)}.main-webinars{display:grid;grid-row-gap:14px;row-gap:14px;padding-block:clamp(20px,2.34375vw,30px);background-color:#f2f2f2;--main-section-title-background-color: #f2f2f2}.main-webinars.container{width:calc(100% + 24px);max-width:none;margin:0 -12px 40px;padding-inline:12px}.main-webinars button.main-webinars__more{justify-self:center;border-color:currentcolor}.main-webinars .card-main{background-color:#fff}.main-webinars .card-main__image img{padding-right:5px;padding-bottom:6px}.main-webinars .card-main__made p{font-size:inherit}.main-webinars .card-link__href{justify-content:space-between;order:1;margin-top:0;font-weight:700;font-size:26px;line-height:1.25}.main-webinars .card-link__href .card-link__href-icon{background-color:#f9e11a}.main-webinars .card-link__title{order:2;width:200px;font-weight:700;font-size:16px;line-height:1.25}.card-link{position:relative;display:grid;grid-template-rows:min-content 1fr;overflow:hidden;border-radius:5px}.card-link:active .card-link__href-icon{background-color:var(--color-background-light)}.card-link__image{z-index:1;grid-area:1/1/-1/-1}.card-link__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:scale .3s}.card-link__wrapper{z-index:2;display:grid;grid-area:1/1/2/2;grid-row-gap:24px;row-gap:24px;padding:32px;color:#fff}.card-link__title{font-weight:700;font-size:26px;line-height:32.5px}a.card-link__href{display:flex;gap:12px;align-items:center;margin-top:24px;color:var(--color-text-alternate);font-weight:700;font-size:16px;line-height:18px}a.card-link__href:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}a.card-link__href .card-link__href-icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;background-color:#d8d9e9;transition:background-color .3s}a.card-link__href .o2k-icon{width:14px;height:14px;color:var(--color-primary)}a.card-link__href:active{color:var(--color-text-alternate)}@media (min-width: 400px){.main-webinars.container{width:calc(100% + 40px);margin:0 -20px 40px;padding-inline:clamp(16px,5.078125vw,65px)}}@media (min-width: 768px){.cards{grid-template-columns:repeat(2,1fr);gap:14px}.cards--aside{grid-template-columns:1fr}}@media (min-width: 860px){.cards--aside{grid-template-columns:repeat(2,1fr);gap:14px}}@media (min-width: 1024px){.cards{grid-template-columns:repeat(3,1fr)}.cards--aside{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.card-main .card-main__made p{display:none}.cards{grid-template-columns:repeat(4,1fr)}.cards--aside{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1680px){.cards{grid-template-columns:repeat(5,1fr)}.cards--aside{grid-template-columns:repeat(4,1fr)}}@media (min-width: 2560px){.main-section-title:before{width:1920px}}@media (hover: hover){.card-main .card-main__title a:hover{color:inherit}.card-main .card-main__status:hover{background-color:#6b3eb0}.card-main:hover{outline:2px solid var(--color-primary);outline-offset:-2px}.card-main:hover .card-main__opened{opacity:0}.card-main:hover .card-main__status{opacity:1;pointer-events:visible}.card-main:hover .card-main__made p{display:block}.cards--columns .card-main:hover{outline:none;outline-offset:0}.card-link:hover .card-link__image img{scale:1.05}.card-link:hover .card-link__href-icon{background-color:var(--color-background-light)}a.card-link__href:hover{color:var(--color-text-alternate)}}

/* End */


/* Start:/local/templates/diam/css/front_template.min.css?17446197932498*/
.ask-location-box .btn-change:hover,.ask-location-box .btn-satyhere:hover,.phone_global{text-decoration:none}.phone_global{color:#333;font-size:18px;display:inline-block;margin-bottom:5px;margin-left:11px}.ask-location-box,.select-location-popup{display:none}.ask-location-box{position:absolute;left:-200px;top:100%;border-radius:5px;background:#fff;padding:32px 40px 28px;z-index:70;box-shadow:0 0 5px rgba(0,0,0,.4);margin-top:15px;min-width:350px;box-sizing:border-box}.ask-location-box:after{content:"";position:absolute;left:303px;top:-7px;width:10px;height:10px;background:#fff;transform:rotate(-45deg);border-top:2px solid rgba(0,0,0,.1);border-right:2px solid rgba(0,0,0,.1);z-index:18}.ask-location-box .location{font-size:16px;line-height:24px;color:#333;margin-bottom:24px}.ask-location-box .location span{color:#5c3795}.ask-location-box .btn-confirm{line-height:44px;font-size:16px;color:#fff;width:160px;text-align:center;background:#5c3795;box-shadow:0 2px 0 0 #452675;padding:0 20px;margin-right:40px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-ms-transition:.5s}.ask-location-box .btn-confirm:hover{background:#452675}.ask-location-box .btn-change,.ask-location-box .btn-satyhere{background:0 0;color:#5c3795;line-height:20px;padding:12px 0 10px;text-decoration:underline;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-ms-transition:.5s}.ask-location-box .btn-satyhere{padding:6px 0 0;min-width:160px;text-align:center}.select-location-popup{max-height:100vh;overflow:auto}.select-location-wraper{border-radius:5px;width:520px;padding:52px 40px 30px;background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.select-location-popup .modal-close{position:absolute;right:14px;top:16px;font-size:20px;line-height:20px;width:20px;height:20px;color:#848484;padding:0;background:0 0;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-ms-transition:.5s}@media (max-width:680px){.phone_global{font-weight:700;display:inline-block;margin-left:8px;font-size:13px;margin-bottom:5px}}@media (max-width:600px){.select-location-wraper{max-width:520px;width:100%}}@media (max-width:420px){.ask-location-box{min-width:0;max-width:240px}.btn.btn-confirm{margin:0}}@media (max-width:300px){.ask-location-box{max-width:100%;padding:10px}.btn.btn-confirm{width:100%;padding-left:0;padding-right:0}}
/* End */


/* Start:/local/templates/diam/css/front_catalog.css?1733396554433*/
/* временные стили  */
.catalog__aside {
    flex-direction: column;
    background-color:unset;
}
.catalog__sort {
    background-color:unset;
}
.product-card__head .cas_link {
    font-weight: bold;
}

/**
    Стиль для корректного вывода таблиц в списках
 */
.product-card__collapse .product-card__text:has(table) {
    overflow-x: auto;
}
/* временные стили */


/* End */


/* Start:/local/templates/diam/css/front_footer.css?1747376530223*/
.footer__copyright {
    text-align: center;
}

.footer__copyright a {
    color: #6a6d6f;
    text-decoration: underline;
}

@media screen and (min-width: 1280px) {
    .footer__copyright {
        text-align: end;
    }
}
/* End */


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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
}

/* new site template */
/*body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}*/

header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}



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: 114px;
    /*max-width: 100%;*/
}
header .first_logo {
    padding-left: 0;
}
header .first_logo.first_logo_all {
    max-height: 128px;
}
@media (max-width: 1140px) {
    header .second_logo {
        display: none;
    }
}

header .menu_search { padding-top: 22px; }
header .contacts { padding-top: 22px; }
header .basket_personal {
    padding-top: 22px;
    padding-right: 0;
}

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: 30.2vw;
    }
}
header .contacts {

    min-width: 140px;
}

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

header .header_menu {
    /*line-height: 0;*/
    list-style: none;
    margin: 0 ;
    width: 100%;

    text-align: justify;

}

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

header .header_menu li {
    display: inline-block;
    line-height: normal;
    margin: 0 2px;
    text-align: left;
}

header .header_menu li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: .2s;
}
@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: 4px;
    width: 100%;

    position: relative;
    text-align: left;

}

header .subsearch input[name="q"] {
    border: 2px solid #52107F;
    -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: 100%;
}
header .subsearch input[name="q"]::placeholder {
    color: #000;
}

header .subsearch input[name="q"]:focus::placeholder {
    color: blue;
    opacity: 0;
}

header .subsearch input.search-header {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 1px;
    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: 44px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;

}

.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: 20px;
    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;
    float: right;
    margin-right: 4px;
    position: relative;
}

.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: 2px;
    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: 14px;
    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: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}

header .basket_personal .basket .icon {
    background-image: url("/images/basket.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
    padding-top: 15px;
    height: 34px;
    position: relative;


    width: 38px;
}

header .basket_personal .basket .count {
    background-color: #550081;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -9px;
    top: 0;
    text-align: center;
    width: 22px;
}

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 .basket_personal .basket {

        margin-top: -7px;
        padding: 0;

    }



    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 {
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.main-title {
    font-size: 23px;
    font-weight: bold;
    padding: 7px 30px;
    /*min-width: 280px;*/
    text-align: center;
    background: white;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
}
/*.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: #5c3795;
    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: 27px;
    width: 53px;
    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: 53px;
    height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    transition: linear all .1s;
    user-select: none;
    background-color: #5c3795;
    color: #fff;
    font-size: 11px;
    line-height: 27px;
}

.kd-help-block-ru {
    background: unset;
    display: flex;
    align-items: center;
}

.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: 100px/50px;
    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: black;
    font-size: 11px;
    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%;
    height: 25px;
    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: #5c3795;
    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 a{
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 8px;
    margin: 0px 3px 3px 0px;
    width: 100%;
    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 #5c3795;
}

.kd-alphavit a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}


.kd-alphavit-active a,
.kd-alphavit a:hover {
    background: #5c3795;
}
/*
.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.unavail_basket, .kd-lvi-td-to_bask.unavail_basket{
    background: rgba(92, 55, 149, 0.5) url(/images/kd/to_bask.png);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: unset;
}
.item-basket-cnt.unavail_basket{
    opacity: 0.5;
}

.kd-lc-wrapper-new_d .kd-lvi-td-to_bask, .kd-lvi-td-to_bask{
    height: 36px;
    width: 50px;
    margin: 0 auto;
    background: #5c3795 url(/images/kd/to_bask.png);
    background-position: center;
    background-repeat: no-repeat;
    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 .unavail_table .kd-lvi-td-to_bask:after, .unavail_product:after {
    display: none;
    position: absolute;
    content: 'Добавьте товар в корзину, мы поможем подобрать вам аналог';
    background-color: #f4f4f4;
    color: #212121;
    border-radius: 4px;
    padding: 3px 6px;
    left: -25px;
    top: 40px;
    width: 100px;
    z-index: 10;
    font-size: 10px;
}
.kd-lc-wrapper-new_d .unavail_table .kd-lvi-td-to_bask:hover:after, .unavail_product:hover:after {
    display: block;
}
.unavail_product.unavail_product_right:after{
    left: 50px;
    top: -8px;
}


.kd-lc-wrapper-new_d .kd-lvi-td-to_bask-sm{
    height: 25px;
}

.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: #5c3795;

}

.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 #cc2e52;
    border-radius: 4px;
}

#productlist fieldset.fieldset_spec_price legend{
    color: #cc2e52;
    font-weight: bold;
    padding: 0 1em;
    font-size: 10px;
}

/*
.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 a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #F2F2F2;
    padding: 8px;
    margin: 0px 3px 3px 0px;
    float: left;
    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: #5c3795;
    font-weight: bold;
    font-size: 12px;
}
.sec_plastic .kd-alphavit a {
    border-color: #c40e37;
    color: #c40e37;
}
.sec_reactive .kd-alphavit a {
    border-color: #ff3b00;
    color: #ff3b00;
}


.kd-alphavit-active a,
.kd-alphavit a:hover {
    background: #5c3795;
}

.sec_plastic .kd-alphavit-active a,
.sec_plastic .kd-alphavit a:hover {
    background: #c40e37;
}
.sec_reactive .kd-alphavit-active a,
.sec_reactive .kd-alphavit a:hover {
    background: #ff3b00;
}

.kd-alphavit-active a,
.kd-alphavit:hover a{
    color: #FFF !important;
}
.main_tdmenu-5 .kd-alphavit a {
    border: 1px solid #80bf00;
    color: #80bf00;
}
.main_tdmenu-5 .kd-alphavit-active a,
.main_tdmenu-5 .kd-alphavit a: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;
    gap: 3px;
}

.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;
}
.item_datail_list {
    margin-top: 30px;
    /*padding: 0 45px;*/
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.item_datail_list ul {
    list-style-type: none;
    column-count: 4;
    column-gap: 45px;
    width: 100%;
}
.item_datail_list li {
    margin-bottom: 5px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0 13px;
}
.item_datail_list a  {
    color: #333;
    text-decoration: none;
}
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/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: 10;
    translate: 0 0 200px;
}

.sec_reactive .violet {
    color: #5c3795;
    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;
}
.sec_reactive .main-title-wrapper h1.main-title{
    color: #ff3b00;
}
.sec_reactive .main-title-wrapper .main-title__back {
    background-color: #ff3b00;
}
.sec_plastic .main-title-wrapper .main-title__back {
    background-color: #c40e37;
}
.sec_plastic .main-title-wrapper h1.main-title {
    color: #c40e37;
}
.sec_lab .main-title-wrapper h1.main-title {
    color: #550081;
}
.sec_lab .main-title-wrapper .main-title__back {
    background-color: #550081;
}


/***********************************/
/**** 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_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -89px 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_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -21px 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_statuses4.png);
    background-repeat: no-repeat;
    background-size: 675% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -43px 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_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -66px 0;
}

.on_order_label{
    display: inline-block;
    width: 19px;
    height: 18px;
    position: relative;
    vertical-align: middle;
}

.on_order_label:before {
    content: "";
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(/images/catalog_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -112px 0;
}

/**** Status Product End***************/
/***********************************/


.detail .in_store_label, .detail .in_transit_label, .detail .in_stock_reserve_label{
    margin-left: 5px;
}
.stock_td{
    text-transform: lowercase;
}


.slick-initialized .stock_td .zap-tooltip {
    left: -15px;
    margin-left: 0;
    transform: translateX(0) !important;
}
.stock_td .zap-tooltip {
    cursor: pointer;
    /*border-bottom: 1px dashed #6b23b1;*/
    display: inline-block;
    font-size: 13px !important;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    margin-left: -75px;
    width: 150px;
    padding: 5px;
    border: none;
    background: #f2f2f2;
    border-radius: 4px;
    transition: opacity .3s, background-color .3s, color .3s;
    opacity: 0;
    visibility: hidden;
}
.stock_td .zap-tooltip::after {
    position: relative;
    margin-left: 7px;
    right: 0;
    bottom: 2px;
    transition: color .3s, border-color .3s;
}
/*.stock_td .mobile_tootltip {*/
    /*display: none !important;*/
/*}*/
.stock_td .in_stock_reserve_label::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: border-color .3s;
}
.stock_td .zap-tooltip:hover {
    background-color: #5c3795;
    color: #fff;
}
.stock_td .zap-tooltip:hover::after {
    color: #fff;
    border-color: #fff;
}
.stock_td .zap-tooltip:hover::before {
    border-top-color: #5c3795;
}
/*.in_stock_reserve_label:hover ~ .zap,*/
/*.stock_td .zap.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.stock_td > div {
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .stock_td .zap-tooltip.active {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 1024px) {
    .in_stock_reserve_label:hover ~ .zap-tooltip,
    .stock_td .zap-tooltip:hover {
        opacity: 1;
        visibility: visible;
    }
    .stock_td .zap-tooltip::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
    }
}

.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;
}

.po_zaprosu .zap,
.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: #5c3795;
    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;
}
@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;
    margin-bottom: 15px;
}

.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;
}

.header_compare {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
.header_compare_icon {
    background-image: url(/images/compare.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    padding-top: 17px;
    margin-right: 12px;
}
.header_compare_icon .count {
    background-color: #550081;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -6px;
    top: 0;
    text-align: center;
    width: 22px;
}
.header_compare_title {
    color: #000;
    font-size: 14px;
}

@media (max-width: 767px) {
    .in_transit_reserve_label,
    .in_transit_label,
    .in_stock_reserve_label,
    .in_store_label,
    .in_store_new_label,
    .on_order_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,
    .on_order_label:before {
        width: 28px;
        height: 26px;
    }
    .on_order_label:before{
        background-position: -163px 0;
    }
    .in_transit_label::before {
        background-position: -32px 0;
    }
    .in_transit_reserve_label:before,
    .in_stock_reserve_label::before {
        background-position: -65px 0;
    }
    .in_store_new_label::before {
        background-position: -131px 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;
    }
}

h1.vendor_new {
    display: inline-block;
    position: relative;
}
.vendors_icon_new {
    background-color: #9D0759;
    color: #fff;
    width: 60px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    height: 26px;
    line-height: 23px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -75px;
    top: 3px;
}

.item_image.nophoto img {
    max-width:100%;
}

.in_stock_reserve_label .mobile_tootltip,
.zap-tooltip .mobile_tootltip {display:none;}
.zap-tooltip {z-index:9;}

/*webinar archive*/
.webinars .news__date {color:#009; font-size:12px; line-height:18px;}
.webinars .news__title {font-size:14px; line-height:18px; margin-bottom:12px;}
.webinars .news__desc,
.webinars .news__desc p {font-size:13px; line-height:18px; opacity:.7;}

.hide-popup {display:none;}
.hide-popup .acs__item-wrap {width:100%}
.hide-popup .acs__item {
    max-width: 780px;
    flex-direction:row;
    flex-wrap: wrap;
    padding: 35px 45px 10px 45px;
    border-radius: 5px;
    height: auto;
}
.hide-popup .acs__item .acs__image {
    width:39%;
}
.hide-popup .acs__item .right-side {
    width:60%;
    padding:0 0 0 35px;
    box-sizing:border-box;
}
.hide-popup .acs__item .acs__info {margin-top:0;}
.hide-popup .acs__item .acs__name {font-size:22px; line-height:30px; color:#000; margin-bottom:10px;}
.hide-popup .acs__item .acs__name a {color:inherit;}
.hide-popup .acs__item .row_acs {
    width:100%;
    margin-top:30px;
}
.hide-popup .acs-pay__item .acs-pay__left {margin-left:0;}
.hide-popup .acs__pay .td-count__input {
    height:38px;
    width:50px;
}
.hide-popup .td-count {width:auto;}
.hide-popup .td-count__btn {height:38px;}
.hide-popup .td-count__btn.td-count__btn_down {margin-left:-11px;}
.hide-popup .acs__pay .kd-but {
    height: 38px;
    width: auto;
    line-height: 38px;
    font-size: 14px;
    padding: 0 63px 0 20px;
    background-image: none;
    position:relative;
}
.hide-popup .acs__pay .kd-but:after {
    content:"";
    position: absolute;
    width:24px;
    right:24px;
    top:0;
    bottom:0;
    background-image: url(/images/kd/to_bask.png);
    background-position: center center;
    background-repeat:no-repeat;
}
.hide-popup .acs__of-item,
.hide-popup .acs__of-item.selected {padding: 11px 13px;}
.hide-popup .acs__item .row_acs .acs__of-item {
    width:auto;
    max-width:30%;
    margin-top: 16px;
}
.hide-popup .modal_close {right:3px; top:5px;}
@media screen and (max-width: 800px) {
    .hide-popup .acs__item {
        max-width:100%;
        box-sizing:border-box;
        margin:0;
        padding:30px 7px 15px;
    }
}
@media screen and (max-width: 588px) {
    .hide-popup .acs__item .right-side {
        width:305px;
    }
    .hide-popup .acs__item .acs__image {
        width:calc(100% - 308px);
    }
}

@media screen and (max-width: 500px) {
    .hide-popup .acs__item .acs__image {
        width:100%;
    }
    .hide-popup .acs__item .right-side {
        width:100%;
        padding:10px 0 0 0;
    }
    .hide-popup .acs__item .acs__name {
        font-size:16px;
    }
    .hide-popup .acs__item .row_acs .acs__of-item {
        width:100%;
        max-width:100%;
        text-align:center;
        padding: 13px 10px;
        margin-top: 8px;
        margin-bottom:0;
    }
}

#fast_reg.v2 {
    width:740px;
    padding: 56px 52px 54px 50px;
}
#fast_reg.v2 .modal_title {
    text-align:left;
    font-size:24px;
    font-weight:normal;
}

#fast_reg.v2 .modal_desc {
    font-size:14px;
}

#fast_reg.v2 form {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#fast_reg.v2 .lab_inp_inner.width-col,
#fast_reg.v2 .select_inner.width-col {
    width:300px;
}
#fast_reg.v2 .lab_inp_inner.organization-type-name label {
    display:block;
}
#fast_reg.v2 .lab_inp_inner.organization-type-name input {
    width:300px;
}
#fast_reg.v2 .lab_inp_inner:not(.width-col),
#fast_reg.v2 .select_inner:not(.width-col) {
    width:100%;
}

#fast_reg.v2 .modal_form .lab_inp_inner.row .col-2 {
    width:auto;
}
#fast_reg.v2 .usertype .col-2:not(:last-of-type) {
    margin-right:40px;
}
@media screen and (max-width: 760px) {
    #fast_reg.v2 {max-width: calc(100vw - 20px);}
}
@media screen and (max-width: 730px) {
    #fast_reg.v2 .lab_inp_inner.width-col,
    #fast_reg.v2 .select_inner.width-col,
    #fast_reg.v2 .lab_inp_inner.organization-type-name input {
        width:100%;
    }
}

@media screen and (max-width: 500px) {
    #fast_reg.v2 .modal_form .lab_inp_inner:not(.focused) label {
        right:auto;
    }
}

@media screen and (max-width: 420px) {
    .smart-captcha {
        min-width:initial !important;
        width:auto;
    }
}

.basket-devivery {
    padding:5px 29px 29px 29px;
    background-color:#f8f8f8;
}
.basket-devivery .basket-devivery-wrapper {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:0 110px;
    overflow:hidden;
}
.basket-devivery .basket-devivery-wrapper.one-col {
    grid-template-columns:1fr;
}

.basket-devivery.hidden-str .basket-devivery-wrapper {
    height:100px;
}

.basket-devivery .basket-devivery-wrapper,
.basket-devivery .basket-devivery-wrapper p,
.basket-devivery .basket-devivery-wrapper a {
    font-size:14px;
    line-height:20px;
    color:#6b6d6f;
}
.basket-devivery .basket-devivery-wrapper p {
    margin:20px 0;
}
.basket-devivery .basket-devivery-wrapper h2 {
    color:#000;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top:0;
}

.basket-devivery .btn.show-all {
    padding: 0;
    color: #000;
    border-bottom: 1px dashed #000;
    border-radius: 0;
    background: none;
    font-size: 14px;
    line-height: 18px;
    margin-top:16px;
}
.basket-devivery .btn.show-all:hover {
    border-bottom-color: transparent;
}

@media screen and (max-width:768px) {
    .basket-devivery {
        padding-top:18px; padding-bottom:18px;
    }
    .basket-devivery .basket-devivery-wrapper {
        grid-template-columns:1fr;
    }
}

@media(max-width:768px) {
    div#auth_modal.modal_window, div.modal_window {
        padding-bottom: 58px;
    }
    #auth_modal.kd-auth_modal-fast_reg .fast-registration_link {
        padding-bottom:15px;
    }
}
.bsk-modal-overlay {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    background-color: rgba(0,0,0,0.7);
}
.bsk-modal {
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bsk-modal .cross-symbol {
    top: 20px;
    right: 20px;
}
.bsk-modal__alert-img {
    width: 90px;
    height: 90px;
    margin-bottom: 27px;
}
.bsk-modal__products-cnt {
    color: #FF3C01;
}
.bsk-modal__title.bsk-modal__title_alert {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}
.bsk-modal_clear {
    max-width: 400px;
    width: calc(100vw - 20px);
    max-height: 270px;
    padding: 25px;
    border-radius: 5px;
}
.bsk-modal_clear.bsk-modal_cart-alert {
    max-width: 600px;
    max-height: 400px;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 30px;
}
.bsk-modal_clear.bsk-modal_cart-alert.bsk-modal_cart-alert_success {
    max-height: 300px;
}
.bsk-modal_clear.bsk-modal_cart-alert.bsk-modal_cart-alert_success .bsk-modal__text,
.bsk-modal_clear.bsk-modal_cart-alert.bsk-modal_cart-alert_success .bsk-modal__email-wrap {
    display: none;
}
.bsk-modal__text {
    color: #4C4C4C;
    line-height: 1.5;
    margin-bottom: 20px;
}
.bsk-modal__email-wrap {
    display: flex;
    justify-content: space-between;
}
.bsk-modal__email-wrap .bsk-modal__input {
    max-width: 352px;
    font-size: 16px;
    padding: 11px 20px;
    margin-bottom: 10px;
}
.bsk-modal__btn {
    width: 66px;
    height: 42px;
    background-image: url('/local/templates/diam/img/email.svg');
    background-color: #5C3795;
    border-radius: 4px;
    background-position: center;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bsk-modal.bsk-modal_cart-alert .cross-symbol {
    top: 18px;
    width: 14px;
    height: 14px;
}
.bsk-modal_cart-alert .cross-symbol:after,
.bsk-modal_cart-alert .cross-symbol:before {
    left: 7px;
    height: 18px;
    width: 1px;
}
.bsk-modal__error {
    font-size: 14px;
    color: red;
    text-align: left;
}
.bsk-modal__btn-cart {
    width: 100%;
    background-color: #5C3795;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 0;
}
.bsk-modal__btn-cancel {
    width: 100%;
    background-color: #5C3795;
    color: #fff;
    border-radius: 4px;
    height: 48px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.bsk-modal__link {
    font-size: 18px;
    color: #603194;
}

.date-box {
    position:relative;
    padding-bottom: 57px;
}
.news__item-bottom {
    display: flex;
    position: absolute;
    bottom: 14px;
    width: calc(100% - 24px);
}
.main-wrap .news-section .news__date.date_bottom,
.news__date.date_bottom {
    position:absolute;
    right:0;
    bottom:0;
    font-size:13px;
    line-height:1;
    color:#979797;
    margin-bottom:0;
}
.news__lang.lang_bottom {
    font-size:14px;
    line-height:24px;
    text-transform: uppercase;
    color:#fff;
    background-color: #5C3795;
    margin-bottom:0;
    padding: 0 12px;
    border-radius: 12px;
    box-sizing: border-box;
    width:auto;
    display: inline-block;
    align-self: flex-end;
}
.russia-label__wrap {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.russia-label {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('/images/russia_made.svg');
    background-repeat: no-repeat;
    margin-right: 6px;
}
.russia-text {
    font-size: 10px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: none;
}

.smart-captcha-custom {
    height: initial !important;
    max-height: 104px;
    overflow:hidden;
}

@media(max-width:768px) {
    .news__item-wrap .russia-label__wrap {
        background-color: #e6e6e6;
        border-radius: 15px;
        padding-right: 10px;
    }
    .news__item-wrap .russia-text {
        display: block;
    }
}
.cas_link {
    cursor: pointer;
    text-decoration: underline;
}
h2 .cas_link{
    color: black;
}

/*popup*/
#another_vendor{
    border-radius: 5px;
    padding: 60px;
}
#another_vendor *{
    font-family: Arial, sans-serif;
}
#another_vendor .popup_text{
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
}
#another_vendor .popup_text a{
    color: #176def;
}
#another_vendor .popup_button{
    width: fit-content;
    margin: auto;
}
#another_vendor .popup_button a{
    text-align: center;
    background: #5C3795;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 16px;
    border-radius: 5px;
    display: inline-block;
    margin: auto;
}


#another_vendor .popup-window-close-icon{
    cursor: pointer; position: absolute; top: 20px; right: 15px; opacity: 1;
}
#another_vendor .popup-window-close-icon:before, #another_vendor .popup-window-close-icon:after {content: ""; position: absolute; width: 18px; height: 1px; background: black;}
#another_vendor .popup-window-close-icon:before{
    transform: rotate(45deg);
    top: 10px;
}
#another_vendor .popup-window-close-icon:after{
    transform: rotate(-45deg);
    top: 10px;
    left: unset;
}
/* End */

/* Временное скрытие значка не в наличии*/
.status_icon_red{
    background: unset;
    pointer-events: none;
}
.on_order_label, .o2k-icon.o2k-icon-status-unavailable{
    pointer-events: none;
}
.on_order_label:before{
    content: unset;
}
.on_order_label,.product-model__status--unavailable{
    pointer-events: none;
}
/* END Временное скрытие значка не в наличии*/

@media print {
    header, .footer, .main-menu-block,.footer-wrap,#scrollToTop, .hidden_on_desktop, .share-window-parent {
        display: none !important;
    }
}

/* от 11.02.25 */

.news__list.list .news__item-bottom {
    position: relative;
    bottom: 0;
	display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
    grid-column: 2 / 3;
    grid-row: 3 / 4; 
}

@media screen and (max-width: 576px) {
    .news__list.list .news__item-bottom {
        grid-column: 1 / 3;
    }
}

.news__list.list .news__date.date_bottom {
    min-height: 0;
}

.news__lang.lang_bottom {
	align-self: center;
}
.news__author.author_bottom {
	display: flex;
  align-items: center;
	flex: 0 1 76%;
    font-size: 13px;
    line-height: 1;
    color: #979797;
    margin-bottom: 0;
}
.news-section .news__date.date_bottom {
	position: static;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 1 auto;
	text-align: right;
}
.main-wrap .news-section .news__date.date_bottom {
	position: static;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 1 auto;
	text-align: right;
	min-height: 30px;
}

.bottom-news {
	display: grid;
}
.bottom-news__made {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 5px;
}
.bottom-news__info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	gap: 15px;
}

.bottom-news .news__author.author_bottom {
	flex: 1 1 100%;
}
.bottom-news .news__date.date_bottom {
	flex: 0;
}

.bottom-news--flex {
	display: flex;
	justify-content: space-between;
}

.news__item-wrap:hover .russia-text {
	display: none;
}
.news__item-wrap:hover .russia-label__wrap {
	background-color: inherit;
	border-radius: 15px;
	padding-right: 0;
}
.bottom-news .russia-label__wrap .russia-text {
	color: var(--color-text-primary);
}
@media (any-hover: hover){
	.bottom-news .russia-label__wrap:hover .russia-text {
		display: block;
		color: var(--color-text-primary);
	}
	.bottom-news .russia-label__wrap:hover {
    background-color: #e6e6e6;
    border-radius: 15px;
    padding-right: 10px;
	}
}


.kd-sec-block_name {
    scroll-margin-top: 30px;
    @media (max-width: 768px) {
        scroll-margin-top: 10px;
    }
}
.custom-galery_only-photo {
    max-width: 100%;
}

/* End */


/* Start:/local/templates/diam/css/media.css?174107699336507*/
.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 (max-width: 1440px) and (min-width: 1400px) {
	.news-section .news__link {
		padding: 8px;
	}
	.bottom-news .russia-label {
		margin-right: 5px;
	}
	.bottom-news .russia-text {
		font-size: 10px;
	}
	.bottom-news .news__date.date_bottom {
		font-size: 10px;
	}
	.main-wrap .news-section .bottom-news .russia-label {
		margin-right: 5px;
	}
	.main-wrap .news-section .bottom-news .russia-text {
		font-size: 10px;
	}
	.main-wrap .news-section .bottom-news .news__date.date_bottom {
		font-size: 10px;
	}
}

@media screen and (max-width:1366px) {
	.main-wrap {
		max-width: calc(100vw - 20px);
	}
	/* new site template */
	/*body {
		min-width: unset;
		padding: 0 15px 0 15px;
		width: calc(100% - 30px);
	}*/
	body {
		width: auto;
	}

	.newstextul.num_list_news table {
		width: 100% !important;
	}
}

@media screen and (max-width: 1024px) {
	.kd-text-block .kd-text-block-right {
		float: none;
		margin: 0 auto;
	}
	.catalog-sorting .catalog-sorting-input,
	.multiselect {
		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;
	}
	.tabs-wrapper {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
		gap: 10px;
	}

	.tabs-wrapper .tab-block {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		text-decoration: none;
	}

	.tabs-wrapper .tab-block>div {
		position: static;
		top: 50%;
		left: 50%;
		transform: translate(0%, 0%);
	}

	.pageblocktext table {
		width: 100% !important;
	}

	.kd-other-content-title.kd-other-content-title-btn .kd-other-show {
		width: 100%;
		padding: 0 15px;
	}
}
@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;
	}
	/* new site template */
	/*body {
		min-width: unset;
		padding: 0 20px 0 20px;
		width: calc(100% - 40px);
	}*/
	#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);
		margin: auto;
	}
	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: 100dvh;
		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;*/
		height: initial;
		min-height: initial;
		padding: 20px;
	}
	#main-slider .slider__item:before {
		content: '';
		display: block;
		padding-top: 40%;
	}
	#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;
	}
	/* new site template */
	/*.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: 35px 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: calc(100% - 40px) !important;
		float: right;
		padding-right: 20px;
		box-sizing: border-box;
		height: auto;
	}
	.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: 20px 0;
		padding-left: 40px;
		box-sizing: border-box;
		position: relative;
	}
	.kd-section-wrapper .favorites .download {
		position: absolute;
		right: 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%;
		width: 100%;
	}
	.bsk-select .select-styled {
		padding: 5px 20px 5px 5px;
	}
	.bsk-total__value {
		margin: 15px 0;
	}
	.bsk-select .select-styled:after, .select-styled:active:after, .select-styled.active:after {
		top: 10px;
		right: 5px;
	}
	.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;
	}
	.bsk-modal_clear.bsk-modal_cart-alert {
		max-height: max-content;
	}
	.alphavit__list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
		gap: 5px;
		height: auto;
	}

	.alphavit__item {
		float: none;
		margin: 0;
		box-sizing: border-box;
	}
	.newstextul table {
		overflow: auto;
		width: auto;
		margin: 0 !important;
	}

	.kd-form__input-wrapper::after {
		content: "или";
		position: relative;
		top: 10px;
	}

	#vue-compare-page .compare__sections {
		flex-wrap: wrap;
		gap: 10px;
	}

	.select_a.kd-form__group .kd-form__label {
		width: auto;
	}

	.kd-section-block-descr img {
		display: block;
		aspect-ratio: auto;
		width: 100%;
		height: 100%;
	}

	.sections-avail__list form .btn {
		white-space: normal;
	}
}

@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;
	}
}

@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 (max-width: 650px) {
	.breadcrumbs_with_soc {
		display: grid;
		gap: 10px;
	}

	.breadcrumbs_with_soc:not(:last-child) {
		margin-bottom: 15px;
	}

	.breadcrumbs_with_soc .share-window-parent {
		margin-bottom: 0;
	}

	.breadcrumbs_with_soc .share-window-parent:not(:last-child) {
		margin-bottom: 10px;
	}

	.kd-lc-wrapper {
		max-width: calc(100vw - 40px);
	}

	.scheme-office {
		padding-left: 0;
		padding-right: 0;
	}

	.scheme-office__slider,
	.scheme-office__nav {
		max-width: 100%;
	}

	.kd-sec-table-items tr td,
	.kd-sec-table-items .lettersblock2>div {
		margin-right: 0px !important;
	}

	#vue-compare-page .compare__body {
		overflow: auto;
	}

	.pageblocktext table tbody tr {
		display: grid;
	}

	.pageblocktext table tbody tr td {
		width: 100% !important;
	}

	.kd-section-block-descr.text-ellipsis {
		width: 90vw;
	}

	.kd-section-wrapper-full-link.after-ellipsis {
		width: 100%;
	}

	.newstextul.num_list_news table:not(.kd-last_viewed_items.more_ajax.show-title-full) tbody tr {
		display: grid;
		gap: 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;
	}
	table.main_tdmenu-3 .sec_reactive .main-title-wrapper h1.main-title {
		max-width: 315px;
	}
	.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%;
	}
	.news__list:not(.list) .news__item {
		-ms-flex: 0 1 100%;
		flex: 0 1 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 (max-width: 515px) {
	.kd-sort-a-wrap.kd-sec_option {
		width: 100%;
		margin-right: 0;
	}
}

@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(4, 1fr);
		grid-column-gap: 8px;
		grid-row-gap: 8px;
	}
	.kd-alphavit {
		margin: 0;
	}
	/* new site template */
	/*body {
		padding: 0 12px 0 12px;
		width: calc(100% - 24px);
	}*/
	.footer-wrap {
		margin: 40px -12px 0;
	}
	form.quick_search {
		width: 100%;
	}

	.kd-alphavit-block.blog-tag-list {
		display: grid;
		grid-template-columns: 1fr !important;
	}

	.hbg.hbg_blue span {
		left: 0;
	}

	.hbg.hbg_blue:before {
		position: static;
	}

	.d-socico.mod .wraper,
	.d-socico {
		flex-wrap: wrap;
	}
}
@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?161419343126711*/
/*!
 *  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:/local/templates/diam/css/media_new.css?174107699326487*/
.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);
}
.hidden_gt350 {display:none;}
@media (max-width:1700px) {
    header .menu_search {
        margin-left: 20px;
    }
    header .contacts {
        margin-left: 24px;
    }
}

@media (max-width:1500px) {
    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 .first_logo.first_logo_all {
        max-height: 113px;
    }
    header .menu_search {
        min-width: unset;
        max-width: 35%;
        padding-top: 16px;
    }
    header .header_menu {
        text-align: left;
    }
    header .header_menu li {
        margin: 0 20px 8px 0;
    }
    header .subsearch {
        margin-top: -8px;
    }
    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;
    }
    header .basket_personal .basket {
        margin-top: 10px;
        justify-content: flex-start;
    }
    /* new site template */
    /*.footer {
        margin-bottom: 34px;
    }
    .footer__logo {
        max-width: 87px;
    }*/
    .footer__menu {
        padding-top: 10px;
    }
    .footer .footer__item {
        margin-bottom: 10px;
    }
    }

    @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) {
        .logo {
            height: 100px;
        }
        header .first_logo,
        header .second_logo {
            max-height: 80px;
        }
        header .first_logo.first_logo_all {
            max-height: 86px;
        }
        header .header_menu li a {
            font-size: 14px;
        }
        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 {
            justify-content: flex-end;
            margin-top: -10px;
        }
        header .basket_personal .basket .icon {
            width: 32px;
            background-size: contain;
            margin-right: 17px;
        }
        header .basket_personal .basket .sum {
            font-size: 12px;
        }
        header .basket_personal .basket .count {
            font-size: 10px;
            width: 20px;
            height: 20px;
            top: 9px;
        }
        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%;
        }
    }

    @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;
        }

        header .menu_search {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
            width: calc(100% - 40px);
            max-width: calc(100% - 90px);
            min-width: auto;
            padding: 0;
            position: absolute;
            bottom: -80px;
            right: 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;
        }
        .logo {
            width: 78px;
            height: 76px;
        }
        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 .basket_personal {
            min-width: calc(55% - 95px);
            display: flex;
            justify-content: flex-end;
        }
        header .basket_personal .basket .icon {
            margin-right: 15px;
        }
        header .basket_personal .basket {
            margin-right: 16px;
        }
        .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;
    }
    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;
    }
}

@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: 0px!important;
    }
    .td-count__btn {
        width: 28px;
        height: 25px;
    }
    .td-count__input {
        height: 25px;
        width: 39%;
        font-size: 12px;
    }
    .detail .pay_block .td-count {
        width:145px;
    }
    .detail .pay_block .table_base .td-count .td-count__btn {
        width: 34px;
        height: 34px;
    }
    .detail .pay_block .td-count .td-count__input,
    .acs__pay .td-count .td-count__input{
        height: 36px;
        line-height:36px;
    }
    .acs__pay .td-count .td-count__input {
        margin:0;
    }
    #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 .personal__top {
        display: none;
    }
    header .basket_personal {
        order: 3;
        width: 33%;
        min-width: unset;
        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%;
    }
}

@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;
    }
    .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;
    }
    .kd-lvi-td-to_bask .kd-but-text {padding-right:0; white-space:nowrap}
}


@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;
    }
}

@media (min-width:1501px) {
    header .contacts .cities {
        margin-bottom: -13px;
    }
}
/* End */


/* Start:/local/templates/diam/components/bitrix/catalog.products.viewed/viewed_new/style.css?171463801212247*/
.viewedProducts_catalog {
    width: calc(100% - 400px);
    padding-left: 35px;
    padding-right: 25px;
    float: right;
}
.hbg.hbg_blue {
    position: relative;
    background: none;
}
.hbg.hbg_blue:before {
    background-color: #1c029b;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    top: 5px;
    width: 100%;
}
.hbg.hbg_blue.hbg_steelblue:before {
    background-color: #0065b3;
}
.hbg.hbg_blue.hbg_violet:before {
    background-color: #550081;
}
.hbg.hbg_blue.hbg_firebrick:before {
    background-color: #c40e37;
}
.hbg.hbg_blue.hbg_red:before {
    background-color: #ff3b00;
}
.hbg.hbg_blue.hbg_gold:before {
    background-color: #ffb702;
}
.hbg.hbg_blue.hbg_green:before {
    background-color: #80bf00;
}
.hbg.hbg_blue span {
    color:#1c029b;
    background-color: #fff;
    font-size: 19px;
    font-weight: bold;
    left: 35px;
    padding: 0 15px;
    position: relative;
}
.hbg.hbg_blue.hbg_steelblue span {
    color: #0065b3;
}
.hbg.hbg_blue.hbg_violet span {
    color: #550081;
}
.hbg.hbg_blue.hbg_firebrick span {
    color: #c40e37;
}
.hbg.hbg_blue.hbg_red span {
    color: #ff3b00;
}
.hbg.hbg_blue.hbg_gold span {
    color: #ffb702;
}
.hbg.hbg_blue.hbg_green span {
    color: #80bf00;
}

.acs__list.acs__list_viewedProducts.js-viewed-products-slider:not(.slick-initialized) {
    padding-top: 15px;
    max-height: 430px;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
}
.acs__list.acs__list_viewedProducts.slick-initialized .slick-track {
    min-width: 100%;
}

.acs__item-wrap {
    margin-bottom: 10px;
}
.acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
    width: 16.66%;
}
.viewedProducts_catalog .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
    width: 20%;
}
.js-viewed-products-slider.acs__list_viewedProducts .slick-track {display:flex;}
.js-viewed-products-slider.acs__list_viewedProducts .slick-slide {height:initial;}
.js-viewed-products-slider.acs__list_viewedProducts .slick-slide > div,
.js-viewed-products-slider.acs__list_viewedProducts .slick-slide .acs__item-wrap,
.js-viewed-products-slider.acs__list_viewedProducts .acs__item {
    height:100%;
}

.kd-lvi-td-to_top-image-acs{
    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-active .kd-lvi-td-to_top-image-acs{
    background-image: url("/images/kd/kd-top-active.png");
}
.acs__list_viewedProducts .kd-lvi-td-to_top-wrap {
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-end;
}

.acs__image {
    font-size: 0;
    min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acs__image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.acs__image_empty {
    background-color: #fff;
    border: 1px solid #eee;
}

.acs__image img,
.acs__image span {
    max-height: 175px;
    max-width: 100%;
    vertical-align: middle;
}

.acs__image span {
    color: #ccc;
    font-size: 14px;
}

.acs__info {
    margin: 20px 0 30px;
}
.acs__list_viewedProducts .acs__info {
    margin: 15px 0;
}

.acs__code {
    color: #818181;
    font-size: 13px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.acs__code:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(248,248,248,0)), to(rgba(248,248,248,.9)));
    background: -o-linear-gradient(left, rgba(248,248,248,0), rgba(248,248,248,.9));
    background: linear-gradient(to right, rgba(248,248,248,0), rgba(248,248,248,.9));

    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 30px;
}

.acs__of-code {
    display: none;
}

.acs__of-code.selected {
    display: block;
}

.acs__name {
    font-size: 16px;
    max-height: 40px;
    overflow: hidden;
}

.acs__name a {
    color: #5c3795;
    font-family: Arial, sans-serif;
    line-height: 20px;
    text-decoration: none;
}
.acs__list_viewedProducts .acs__name a {
    display: -webkit-box;
    visibility: visible;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.acs__name a:hover {
    text-decoration: underline;
}

.acs__list_viewedProducts .acs__offers {
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: auto;
    max-height: 90px;
}

.acs__list_viewedProducts .asc_labels {
    display: flex;
    flex-wrap: wrap;
}

.acs__list_viewedProducts .acs__of-item {
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    padding: 6px 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 30%;
    margin-right: 3%;
    word-break: break-word;
}

.acs__of-item.selected {
    background-color: #5c3795;
    border: 0 none;
    color: #fff;
    cursor: default;
    padding: 7px 10px;
}

.acs__pay {
    margin-top: auto;
}

.acs-pay__item {
    height: 100%;
}

.acs-pay__item fieldset.fieldset_spec_price {
    min-width: 70px;
}

.acs-pay__item fieldset.fieldset_spec_price legend {
    padding: 0 .7em;
}

.acs-pay__item fieldset.fieldset_spec_price > div,
.acs-pay__item fieldset.fieldset_discount_price > div {
    font-size: 16px;
    padding: 3px 6px 4px;
    text-align: center;
}

.acs-pay__of-item {
    display: none;
}
.acs__list_viewedProducts .acs-pay__of-item {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.acs-pay__item {
    display: flex;
    justify-content: space-around;
}

.acs-pay__of-item {
    display: none;
}

.acs-pay__of-item.selected {
    display: flex;
}

.acs-pay__item > div {
    margin: auto 0;
}

.acs-pay__left {
    /*flex-grow: 1;*/
    font-size: 16px;
}
fieldset.fieldset_spec_price {
    max-width: 130px;
    border: solid 1px #cc2e52;
    border-radius: 4px;
}
fieldset.fieldset_spec_price legend {
    color: #cc2e52;
    font-weight: bold;
    padding: 0 .7em;
    font-size: 10px;
}
.acs__list_viewedProducts .acs-pay__left {
    margin-left: 15px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.acs__list_viewedProducts .acs-pay__left span:first-child {
    margin-right: 10px;
}
.acs__list_viewedProducts .acs-pay__left fieldset.fieldset_spec_price {
    margin: 0;
}
.acs__list_viewedProducts .acs-pay__right {
    display: flex;
}
.acs__list_viewedProducts .acs-pay__right .td-count {
    margin-right: 10px;
}

.slick-initialized .acs-pay__left .zap-tooltip.zap_acs {
    left: -15px;
    margin-left: 0;
    transform: translateX(0) !important;
}
.acs-pay__left .zap-tooltip.zap_acs {
    cursor: pointer;
    /*border-bottom: 1px dashed #6b23b1;*/
    display: inline-block;
    font-size: 13px !important;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    margin-left: -75px;
    width: 150px;
    padding: 5px;
    border: none;
    background: #f2f2f2;
    border-radius: 4px;
    transition: opacity .3s, background-color .3s, color .3s;
    opacity: 0;
    visibility: hidden;
}
.acs-pay__left .zap-tooltip.zap_acs::after {
    position: relative;
    margin-left: 7px;
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 0;
    transition: color .3s, border-color .3s;
}
.acs-pay__left .in_stock_reserve_label::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: border-color .3s;
}
.acs-pay__left .zap-tooltip:hover {
    background-color: #5c3795;
    color: #fff;
}
/*.acs-pay__left .mobile_tootltip {*/
/*    display: none !important;*/
/*}*/
.acs-pay__left .zap-tooltip:hover::after {
    color: #fff;
    border-color: #fff;
}
.acs-pay__left .zap-tooltip:hover::before {
    border-top-color: #5c3795;
}
/*.in_stock_reserve_label:hover ~ .zap,*/
/*.acs-pay__left .zap.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.acs-pay__left > div {
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .acs-pay__left .zap-tooltip.active {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 1024px) {
    .in_stock_reserve_label:hover ~ .zap-tooltip,
    .acs-pay__left .zap-tooltip:hover {
        opacity: 1;
        visibility: visible;
    }
    .acs-pay__left .zap-tooltip::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
    }
}

.acs-pay__center {
    padding: 0 6px;
}

.acs__pay .kd-but {
    height: 30px;
    width: 47px;
}

.acs__pay .td-count__btn {
    border: 0 none;
}

.acs__pay .td-count__input {
    background-color: #f8f8f8;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    height: 27px;
}

.zap_acs {
    cursor: pointer;
    border-bottom: 1px dashed #6b23b1;
    display: inline-block;
    position: relative;
    text-transform: lowercase;
}

.acs__item .zap_acs:after {
    position: absolute;
    bottom: 0;
    right: -24px;
    content: '?';
    width: 16px;
    height: 16px;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #6b23b1;
    border-radius: 50%;
    border: 1px solid #6b23b1;
}

.viewedProducts_arrows {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
}
.viewedProducts_arrows .slick-prev:before,
.viewedProducts_arrows .slick-next:before,
#main-slider .slider__tabs_new .slick-prev:before,
#main-slider .slider__tabs_new .slick-next:before {content: '';}

.viewedProducts_arrows .slick-prev,
.viewedProducts_arrows .slick-next {
    width: 34px;height: 34px;top: 50%;
}

.viewedProducts_arrows .slick-prev {left: unset; position: relative; background: url('/local/templates/diam/css/images/arrow_left.png') no-repeat;}
.viewedProducts_arrows .slick-next {left: unset; right: unset; position: relative; background: url('/local/templates/diam/css/images/arrow_right.png') no-repeat;}

.viewedProducts_arrows .slick-arrow.slick-disabled {
    opacity: 0.25;
    cursor: unset;
}
.viewedProducts_counter {
    display: none;
    left: 52px;
    height: 100%;
    align-items: center;
    font-size: 16px;
    margin: 0 10px;
}
.viewedProducts_counter span {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 1799px) {
    .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
        width: 20%;
    }
    .viewedProducts_catalog .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
        width: 25%;
    }
}

@media (max-width: 1499px) {
    .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
        width: 25%;
    }
    .viewedProducts_catalog .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
        width: 33.33%;
    }
}


@media (max-width: 1199px) {
    .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap,
    .viewedProducts_catalog .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 799px) {
    .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap,
    .viewedProducts_catalog .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap,
    .viewedProducts_catalog .acs__list.acs__list_viewedProducts:not(.slick-initialized) .acs__item-wrap {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .viewedProducts_catalog {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
}

.js-viewed-products-slider.label-hover .slick-list {
    margin-bottom: -300px;
    padding-bottom: 300px;
}

.hbg.hbg_blue::before {
    z-index: -1;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/screen_main/style.css?1667390255774*/
.screen_cntn {
	max-width: 50em;
	background: #FDE701;
	border: #5F2080 1px solid;
	padding: 20px;
	font-family: arial;
	font-size: 14px;
	z-index: 10;
	display: inline-block;
	position: relative;
}
.screen_text {
	margin: 10px 0px 30px 0px;
	text-align: left;
	width: 90%;
}
.screen_close {
	background: #5F2080;
	width: 100px;
	padding:3px;
}

.screen_close a {
	width: 100%;
	display: inline-block;
}
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.modal__table {
	display: table;
	width: 100%;
	height: 100%;
}
.modal__cell {
	display: table-cell;
	padding: 0 1em;
	vertical-align: middle;
	text-align: center;
}

@media (max-width:1000px) {
	.screen_cntn {
		max-width: 75vw;
	}
}

/* End */


/* Start:/local/templates/diam/components/bitrix/catalog.item/square_compare/style.css?16933821735594*/
.acs__item {
  background-color: #f8f8f8;
  box-sizing: border-box;
  height: 490px;
  margin: 0 7px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.acs__image {
  font-size: 0;
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 38px;
}
.acs__image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.acs__image_empty {
  background-color: #fff;
  border: 1px solid #eee;
}
.acs__image img,
.acs__image span {
  max-height: 175px;
  max-width: 100%;
  vertical-align: middle;
}
.acs__image span {
  color: #ccc;
  font-size: 14px;
}
.acs__image .dia-add-to-favorite {
  position: absolute;
  right: 10px;
  top: 10px;
}
.acs__image .compare_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.acs__info {
  margin: 15px 0;
}
.acs__article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4C4C4C;
  /*  font-size: 13px;
    color: #4C4C4C;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    &:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(248,248,248,0)), to(rgba(248,248,248,.9)));
        background: -o-linear-gradient(left, rgba(248,248,248,0), rgba(248,248,248,.9));
        background: linear-gradient(to right, rgba(248,248,248,0), rgba(248,248,248,.9));

        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        width: 30px;
    }*/
}
.acs__of-code {
  float: left;
  display: none;
}
.acs__of-code.selected {
  display: block;
}
.acs__store-status {
  float: right;
  font-size: 12px;
}
.acs__store-status .in_store_new_text {
  color: #108F56;
}
.acs__store-status .in_transit_reserve_text,
.acs__store-status .in_transit_text,
.acs__store-status .in_stock_reserve_text {
  color: #FF9C07;
}
.acs__store-status .in_stock_none_text {
  color: #8A8A8A;
}
.acs__name {
  display: flex;
  margin-top: 18px;
  font-size: 16px;
  max-height: 40px;
  overflow: hidden;
}
.acs__name a {
  color: #5c3795;
  font-family: Arial, sans-serif;
  line-height: 20px;
  text-decoration: none;
  display: -webkit-box;
  visibility: visible;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.acs__name a:hover {
  text-decoration: underline;
}
.acs__offers {
  font-size: 13px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: auto;
}
.acs__of-item {
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  padding: 6px 9px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 30%;
  margin-right: 3%;
}
.acs__of-item.selected {
  background-color: #5c3795;
  border: 0 none;
  color: #fff;
  cursor: default;
  padding: 7px 10px;
}
.acs__of-item.js-offer-item.in_cart:not(.selected) {
  background-color: #e8e4ed;
}
.acs__pay {
  margin-top: auto;
}
.acs__pay .kd-but {
  height: 36px;
  width: 47px;
}
.acs__pay .td-count__btn {
  border: 1px solid #b0b0b0;
  height: 34px;
  width: 34px;
}
.acs__pay .td-count__input {
  background-color: #f8f8f8;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  height: 36px;
}
.acs__pay .item-basket-cnt {
  margin-left: 8px;
}
.acs__pay .zap_acs {
  cursor: pointer;
  border-bottom: 1px dashed #6b23b1;
  display: inline-block;
  position: relative;
  text-transform: unset;
}
.acs__pay .zap_acs:after {
  position: absolute;
  bottom: 0;
  right: -24px;
  content: "?";
  width: 18px;
  height: 18px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #6b23b1;
  border-radius: 50%;
  border: 1px solid #6b23b1;
}
.acs-pay__item {
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.acs-pay__item fieldset.fieldset_spec_price {
  min-width: 70px;
}
.acs-pay__item fieldset.fieldset_spec_price legend {
  padding: 0 0.7em;
}
.acs-pay__item fieldset.fieldset_spec_price > div,
.acs-pay__item fieldset.fieldset_discount_price > div {
  font-size: 16px;
  padding: 3px 6px 4px;
  text-align: center;
}
.acs-pay__item > div {
  margin: auto 0;
}
.acs-pay__item .acs-pay__left {
  font-size: 16px;
  margin-left: 0px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acs-pay__item .acs-pay__left span:first-child {
  margin-right: 10px;
}
.acs-pay__item .acs-pay__left fieldset.fieldset_spec_price {
  margin: 0;
}
.acs-pay__item .acs-pay__left small {
  font-size: 16px;
}
.acs-pay__item .acs-pay__right {
  display: flex;
}
.acs-pay__item .acs-pay__right .td-count {
  margin-right: 10px;
  width: 154px;
}
.acs-pay__item .acs-pay__right .td-count .td-count__btn_down {
  margin-right: 8px;
}
.acs-pay__item .acs-pay__right .td-count .td-count__btn_up {
  margin-left: 8px;
}
.acs-pay__item .acs-pay__center {
  padding: 0 6px;
}
.acs-pay__of-item {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.acs-pay__of-item.selected {
  display: flex;
}
.acs_labels {
  display: flex;
  margin: 0 -4px;
  justify-content: start;
}
.acs_labels .kd-help-block-text-to_left {
  transform: translateY(16px) translateX(208px);
}
.acs_labels .kd-help-block-text-to_left::before {
  right: 197px;
}

fieldset.fieldset_spec_price {
  max-width: 130px;
  border: solid 1px #cc2e52;
  border-radius: 4px;
}
fieldset.fieldset_spec_price legend {
  color: #cc2e52;
  font-weight: bold;
  padding: 0 0.7em;
  font-size: 10px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/diam/styles.css?17483501883762*/
.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;
}

@media screen and (max-width:768px) { 
	.blog-detail-text img {
		width: 100%;
		height: auto;
	}
	.img-right, .img-left {
		float: none;
		display: block;
		width: auto;
		max-width: calc(100vw - 40px);
		margin: 10px 0;
	}
}

@media screen and (max-width:550px) { 
	.img-right, .img-left {
		height: auto;
	}
}

@media screen and (max-width:400px) { 
	.img-right, .img-left {
		max-width: calc(100vw - 20px);
	}
	
	#tag-box {
		grid-template-columns: repeat(3, 1fr);
	}
}
.smart-captcha-box {margin-bottom:15px;}
.recaptcha_error.modify {
	color: #cc2e52;
	color: var(--color-error);
	text-align: left !important;
}

.modal_form .error_text.form_error {display:block;}

/*Onbording*/
.onbording-overlay {
	z-index:50;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0,.5);
}
.btn.onbording {
	position:relative;
	z-index:55;
	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.border {
	border:1px solid #5c3795;
}
.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;
}
.onbording-popup.border:before {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-9px;
	border-bottom: 8px solid #5c3795;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
}
.disabledButton{
	opacity: 0.5;
	pointer-events: none;
}

.page.container:has( > #viewedProducts) {
	display: grid;
	grid-template-columns: 100%;
}

.o2k-template .kd-section-block-descr :is(ol, ul, li) {
	list-style: unset;
}

.o2k-template .kd-section-block-descr :is(ol, ul) {
	padding-left: 15px;
}

.o2k-template .kd-section-block-descr :is(ol, ul, p) {
	margin: 10px 0px;
	font-size: 16px;
}

.kd-section-desc-wrapper .kd-section-block-descr > table[border="1"] td {
	border: 1px solid;;
}

.expandable_table_btn {
	flex-shrink: 0;
}
/* End */
/* /local/templates/diam/css/index.css?174461980824622 */
/* /local/templates/diam/vendor/css/slick.css?15490522031776 */
/* /local/templates/diam/vendor/css/slick-theme.css?16620224962700 */
/* /local/templates/diam/css/app.min.css?170229773417953 */
/* /local/templates/diam/css/kd-style.css?174107699385756 */
/* /local/front/build/style/catalog.css?174835012518192 */
/* /local/front/build/style/webinars.css?174835012559755 */
/* /local/front/build/style/main.css?17483501259340 */
/* /local/templates/diam/css/front_template.min.css?17446197932498 */
/* /local/templates/diam/css/front_catalog.css?1733396554433 */
/* /local/templates/diam/css/front_footer.css?1747376530223 */
/* /local/templates/diam/css/template_styles.css?174825847180941 */
/* /local/templates/diam/css/media.css?174107699336507 */
/* /local/templates/diam/font-awesome/css/font-awesome.min.css?161419343126711 */
/* /local/templates/diam/css/media_new.css?174107699326487 */
/* /local/templates/diam/components/bitrix/catalog.products.viewed/viewed_new/style.css?171463801212247 */
/* /local/templates/.default/components/bitrix/news.list/screen_main/style.css?1667390255774 */
/* /local/templates/diam/components/bitrix/catalog.item/square_compare/style.css?16933821735594 */
/* /local/templates/diam/styles.css?17483501883762 */
