<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***SNIPPETS***/
.content-block-text,
.content-block-video,
.content-block-photo,
.content-block-card,
.content-block-accent,
.content-block-list,
.content-block-top,
.content-block-product{
	margin-top: 32px;
}


@media (max-width: 991px){
.product-item-detail-tabs-block.fixed {
		position: initial!important;}

.popup-panel, .popup-panel-full {
    width: 100%;
    height: 100%;
    left: 0;
    top: 110px!important;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
	}

.top-panel__thead.fixed, .top-panel__tfoot.fixed {

    top: 55px;
}


}

.content-block-text:first-child,
.content-block-video:first-child,
.content-block-photo:first-child,
.content-block-card:first-child,
.content-block-accent:first-child,
.content-block-list:first-child,
.content-block-top:first-child,
.content-block-product:first-child{
	margin-top: 0;
}

p + .content-block-text,
p + .content-block-video,
p + .content-block-photo,
p + .content-block-card,
p + .content-block-accent,
p + .content-block-list,
p + .content-block-top,
p + .content-block-product{
	margin-top: 14px;
}

.content-block-video &gt; iframe{
	width: 100%;
	height: -moz-calc(1176px * 0.56);
	height: -webkit-calc(1176px * 0.56);
	height: calc(1176px * 0.56);	
}

.container-ws .content-block-video &gt; iframe{
	height: -moz-calc((100vw - 64px) * 0.56);
	height: -webkit-calc((100vw - 64px) * 0.56);
	height: calc((100vw - 64px) * 0.56);
}

.container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
	height: -moz-calc((83.33333333vw - 64px - 24px) * 0.56);
	height: -webkit-calc((83.33333333vw - 64px - 24px) * 0.56);
	height: calc((83.33333333vw - 64px - 24px) * 0.56);
}

.content-block-photo &gt; img{
	width: 100%;
	height: auto;
}

.content-block-card{
	display: flex;
}

.content-block-card-text{
	width: 60%;
}

.content-block-card-photo{
	width: -moz-calc(40% - 32px);
	width: -webkit-calc(40% - 32px);
	width: calc(40% - 32px);
	display: flex;
	flex-direction: column;
	margin-right: 32px;
}

.content-block-card-text + .content-block-card-photo{
	margin-right: 0;
	margin-left: 32px;
}

.content-block-card-photo &gt; img{
	width: 100%;
	height: auto;
}

.content-block-accent{
	padding: 64px 48px;
	background: #f1f6f7;
}

.content-block-list ul,
.content-block-list ol{
	margin: 24px 0 0 24px;
	padding: 0;
	list-style: none;
}

.content-block-list &gt; ol{
	counter-reset: step-counter;
}

.content-block-list &gt; ul &gt; li,
.content-block-list &gt; ol &gt; li{
	padding: 4px 0 1px 24px;
	position: relative;
}

.content-block-list &gt; ol &gt; li{
	padding-left: 46px;
}

.content-block-list &gt; ul &gt; li:before,
.content-block-list &gt; ol &gt; li:after{
	width: 6px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #6639b6;
}

.content-block-list &gt; ol &gt; li:before{
	position: absolute;
	left: 17px;
	counter-increment: step-counter;
	content: counters(step-counter, ".") ". ";
}

.content-block-list ul li + li,
.content-block-list ol li + li{
	margin-top: 24px;
}

.content-block-list ul ul,
.content-block-list ol ol{
	margin-left: 18px;
}

.content-block-top-title{
	display: flex;
	align-items: center;
}

.content-block-top-place{
	width: 64px;
	height: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #6639b6;
}

.content-block-top-place-val{
	font-size: 30px;
	line-height: 36px;
}

.content-block-top-place-title{
	margin-top: -4px;
	font-size: 14px;
	line-height: 17px;
}

.content-block__title{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 24px;
	line-height: 29px;
}

.content-block-accent-plus .content-block__title{	
	font-size: 30px;
	text-align: center;
	line-height: 36px;
}

.content-block-top .content-block__title{
	font-size: 30px;
	line-height: 36px;
}

.content-block__text{
	margin-top: 24px;
}

.content-block-accent-plus .content-block__text{
	font-size: 24px;
	text-align: center;
	line-height: 29px;
}

.content-block__text &gt; p:last-child{
	padding-bottom: 0;
}

.content-block__caption{
	margin-top: 12px;
	font-size: 14px;
	color: #8ea6ab;
	text-align: center;
	line-height: 17px;
}

.content-block-card-photo &gt; .content-block__caption{
	text-align: left;
}

.content-block-card-text + .content-block-card-photo &gt; .content-block__caption{
	text-align: right;
}

/***PHONES***/
@media(max-width: 991px){
	/***SNIPPETS***/
	.content-block-video &gt; iframe,
	.container-ws .content-block-video &gt; iframe,
	.container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((100vw - 36px) * 0.56);
		height: -webkit-calc((100vw - 36px) * 0.56);
		height: calc((100vw - 36px) * 0.56);	
	}

	.content-block-card{
		flex-direction: column;
	}

	.content-block-card-text,
	.content-block-card-photo{
		width: 100%;
	}

	.content-block-card-photo{
		margin-right: 0;
		margin-bottom: 32px;
	}

	.content-block-card-text + .content-block-card-photo{
		margin-left: 0;
		margin-top: 32px;
		margin-bottom: 0;
	}

	.content-block-accent{
		padding: 32px 24px;
	}

	.content-block-list ul,
	.content-block-list ol{
		margin-top: 18px;
	}

	.content-block__text{
		margin-top: 18px;
	}

	.content-block__caption{
		margin-top: 8px;
	}

	.content-block-card-photo &gt; .content-block__caption,
	.content-block-card-text + .content-block-card-photo &gt; .content-block__caption{
		text-align: center;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 992px) and (max-width: 1103px){
	/***SNIPPETS***/
	.content-block-video &gt; iframe{
		height: -moz-calc(946px * 0.56);
		height: -webkit-calc(946px * 0.56);
		height: calc(946px * 0.56);	
	}
	
	.container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((66.66666667vw - 64px - 24px) * 0.56);
		height: -webkit-calc((66.66666667vw - 64px - 24px) * 0.56);
		height: calc((66.66666667vw - 64px - 24px) * 0.56);
	}
}

@media(min-width: 1043px){
	/***SNIPPETS***/
	.slide-menu-option-2 .container-ws .content-block-video &gt; iframe{
		height: -moz-calc((100vw - 72px - 64px) * 0.56);
		height: -webkit-calc((100vw - 72px - 64px) * 0.56);
		height: calc((100vw - 72px - 64px) * 0.56);
	}
}

@media(min-width: 1043px) and (max-width: 1103px){
	/***SNIPPETS***/
	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((66.66666667vw - 72px - 64px - 24px) * 0.56);
		height: -webkit-calc((66.66666667vw - 72px - 64px - 24px) * 0.56);
		height: calc((66.66666667vw - 72px - 64px - 24px) * 0.56);
	}
}

@media(min-width: 1104px) and (max-width: 1271px){
	/***SNIPPETS***/
	.content-block-video &gt; iframe{
		height: -moz-calc(946px * 0.56);
		height: -webkit-calc(946px * 0.56);
		height: calc(946px * 0.56);	
	}

	.container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((75vw - 64px - 24px) * 0.56);
		height: -webkit-calc((75vw - 64px - 24px) * 0.56);
		height: calc((75vw - 64px - 24px) * 0.56);
	}

	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((75vw - 72px - 64px - 24px) * 0.56);
		height: -webkit-calc((75vw - 72px - 64px - 24px) * 0.56);
		height: calc((75vw - 72px - 64px - 24px) * 0.56);
	}
}

@media(min-width: 1272px) {
	/***SNIPPETS***/
	.smart-filter-view-left-active .container-ws .content-block-video &gt; iframe{
		height: -moz-calc((100vw - 324px - 64px) * 0.56);
		height: -webkit-calc((100vw - 324px - 64px) * 0.56);
		height: calc((100vw - 324px - 64px) * 0.56);
	}

	.slide-menu-option-2.smart-filter-view-left-active .container-ws .content-block-video &gt; iframe{
		height: -moz-calc((100vw - 72px - 324px - 64px) * 0.56);
		height: -webkit-calc((100vw - 72px - 324px - 64px) * 0.56);
		height: calc((100vw - 72px - 324px - 64px) * 0.56);
	}
}

@media(min-width: 1272px) and (max-width: 1379px){
	/***SNIPPETS***/
	.container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((75vw - 64px - 24px) * 0.56);
		height: -webkit-calc((75vw - 64px - 24px) * 0.56);
		height: calc((75vw - 64px - 24px) * 0.56);
	}

	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((75vw - 72px - 64px - 24px) * 0.56);
		height: -webkit-calc((75vw - 72px - 64px - 24px) * 0.56);
		height: calc((75vw - 72px - 64px - 24px) * 0.56);
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	/***SNIPPETS***/
	.container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((80vw - 64px - 24px) * 0.56);
		height: -webkit-calc((80vw - 64px - 24px) * 0.56);
		height: calc((80vw - 64px - 24px) * 0.56);
	}

	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((80vw - 72px - 64px - 24px) * 0.56);
		height: -webkit-calc((80vw - 72px - 64px - 24px) * 0.56);
		height: calc((80vw - 72px - 64px - 24px) * 0.56);
	}
}

@media(min-width: 1546px){
	/***SNIPPETS***/
	.slide-menu-option-1-active .container-ws .content-block-video &gt; iframe{
		height: -moz-calc((100vw - 324px - 64px) * 0.56);
		height: -webkit-calc((100vw - 324px - 64px) * 0.56);
		height: calc((100vw - 324px - 64px) * 0.56);
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .content-block-video &gt; iframe{
		height: -moz-calc((100vw - 324px - 324px - 64px) * 0.56);
		height: -webkit-calc((100vw - 324px - 324px - 64px) * 0.56);
		height: calc((100vw - 324px - 324px - 64px) * 0.56);
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	/***SNIPPETS***/
	.container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((80vw - 64px - 24px) * 0.56);
		height: -webkit-calc((80vw - 64px - 24px) * 0.56);
		height: calc((80vw - 64px - 24px) * 0.56);
	}

	.slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((75vw - 324px - 64px - 24px) * 0.56);
		height: -webkit-calc((75vw - 324px - 64px - 24px) * 0.56);
		height: calc((75vw - 324px - 64px - 24px) * 0.56);
	}

	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((80vw - 72px - 64px - 24px) * 0.56);
		height: -webkit-calc((80vw - 72px - 64px - 24px) * 0.56);
		height: calc((80vw - 72px - 64px - 24px) * 0.56);
	}
}

@media(min-width: 1702px){
	/***SNIPPETS***/
	.slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((80vw - 324px - 64px - 24px) * 0.56);
		height: -webkit-calc((80vw - 324px - 64px - 24px) * 0.56);
		height: calc((80vw - 324px - 64px - 24px) * 0.56);
	}

	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video &gt; iframe{
		height: -moz-calc((83.33333333vw - 72px - 64px - 24px) * 0.56);
		height: -webkit-calc((83.33333333vw - 72px - 64px - 24px) * 0.56);
		height: calc((83.33333333vw - 72px - 64px - 24px) * 0.56);
	}
}</pre></body></html>