/***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;
}

.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 > 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 > 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 > 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 > 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 > 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 > ol{
	counter-reset: step-counter;
}

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

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

.content-block-list > ul > li:before,
.content-block-list > ol > 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 > ol > 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 > p:last-child{
	padding-bottom: 0;
}

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

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

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

/*BXMAKER START*/

.bxmaker-authuserphone-input {
	margin: 1rem 0;
}

.bxmaker-authuserphone-input-phone {
	margin-bottom: 1rem;
}

.bxmaker-authuserphone-enter-auth {
	margin: 1rem 0;
}

.slide-panel__content .bxmaker-authuserphone-enter-auth__title {
	display: none;
}

/*BXMAKER END*/

/***PHONES***/
@media(max-width: 1042px){
	/***SNIPPETS***/
	.content-block-video > iframe,
	.container-ws .content-block-video > iframe,
	.container-ws .bx-catalog-element .col-ws-left .content-block-video > 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 > .content-block__caption,
	.content-block-card-text + .content-block-card-photo > .content-block__caption{
		text-align: center;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	/***SNIPPETS***/
	.slide-menu-interface-2-0-1-inner .container-ws .content-block-video > iframe,
	.slide-menu-option-2 .container-ws .content-block-video > 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***/
	.content-block-video > 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 > 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);
	}

	.slide-menu-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > 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 > 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 > 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-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > 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 > 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-interface-2-0-1-inner.smart-filter-view-left-active .container-ws .content-block-video > iframe,
	.slide-menu-option-2.smart-filter-view-left-active .container-ws .content-block-video > 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 > 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-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > 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 > 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-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > 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 > 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 > 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 > 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 > 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-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > 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 > 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-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
	.slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > 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);
	}
}