.flag-menu{
	display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 10px;

}
.flag-header-1 .flag-item, .flag-header-2 .flag-item, .flag-header-3 .flag-item{
    width: 70px;
    height: 25px;
    position: relative;
    -webkit-clip-path: polygon(97% 0%, 85% 50%, 97% 100%, 10% 100%, 10% 0%);
    clip-path:  polygon(97% 0%, 85% 50%, 97% 100%, 10% 100%, 10% 0%);
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flag-header-1 .flag-item{
    background-color: #25ad14;
}
.flag-header-2 .flag-item{
    background-color: #00aafb;
}
.flag-header-3 .flag-item{
    background-color: #db00fb;
}
.flag-header-1, .flag-header-2, .flag-header-3{
    display: flex;
    align-items: center;
    margin: 0 8px;
}
.bx-no-touch .flag-menu a{
    display: flex;
    align-items: center;
    color: #000;
    font-family: "Museo Sans Cyrl 500",sans-serif;
    text-transform: uppercase;
    text-decoration: unset;
    font-size: 14px;
}
@media screen and (max-width: 1270px) {
	.flag-menu {
		margin-top: 15px;
	}
	.flag-header-1 .flag-item, .flag-header-2 .flag-item, .flag-header-3 .flag-item {
		display: none;
	}

}










/*SPECPREDLOGENIYA*/
.product-item-icons-container.visible-lg {
    right: unset;
    left: 10px;
}

.product-item-row .product-item-icons-container .visible-lg{
    right: unset;
    left: 10px;
}
.product-item-markers.product-item-markers-icons{
    max-width: 203px;
    right: 10px;
    left: unset;
}
.row.product-item-row .product-item-markers.product-item-markers-icons {
    top: 10px;
}
.product-item-markers.product-item-markers-icons .product-item-marker-container-hidden {
    margin-bottom: 5px;
    float: right;
}
.product-item-marker-container.label-css{
    width: 100px;
    height: 30px;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 700",sans-serif !important;
    line-height: 30px;
    float: right;
    clear: right;
    text-align: center;
}
.product-item-marker-container.percend-css{
    float: right;
    clear: right;
}
.product-item-detail-marker-container.percend-css-detail{
	position:absolute;
	bottom:0;
}
.product-item-marker-container.label-css.detail-label-css{
    float: left;
    clear: left;
}

.product-item-marker-container.label-css.label-def{
    background: #000;
    color: #fff;
    font-size: 17px;
}
.product-item-marker-container.label-css.label-new{
    background: #02e602;
    color: #fff;
    font-size: 17px;
}
.product-item-marker-container.label-css.label-stock{
	background: #fdfd00;
    color: #f00;
    font-size: 17px;
}
.product-item-marker-container.label-css.label-recommend{
	background: #f00;
    color: #fdfd00;
    font-size: 13px;
}








.tab_list_sections{
display:none;
}
.tab_list_sections.active{
display:block;
}
.tabs__box .tabs__list{
    padding-top: 34px;
    background: #fff;
}

/*mobmenu*/
.mob_menu_new_header{
	display:none;
}
.mobmenublock{
	display:none;
}

@media screen and (max-width: 992px) {
.tabs__box .tabs__list{
    padding-bottom: 0px !important;
}


body .slider-wrapper{
	display:none;
}
body .banners-items{
	display:none;
}
.mob_main_sections{
	flex-wrap: wrap;
    display: flex;
}
.mob_main_sections .tabs-wrap {
    display: flex;
    flex-wrap: wrap;
    order: 2;
}
.mob_main_sections .catalog-sections-wrapper {
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
.mob_main_sections .tabs-wrap .tabs__list {
    width: 100%;
}


.mob_menu_new_header{

    text-align: center;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    padding: 0;
    width: 60px;
    min-width: 60px;
    cursor: pointer;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.mob_menu_new_header .icon_menu_new{
font-size: 24px;
    color: #3d4b52;
    font-family: uinext2020min!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mob_menu_new_header .icon_menu_new:before {
    content: "\e919";
}
.mob_menu_new_header:hover{
    background: #f1f6f7;
}
.mobmenublock{
	display:none;
position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
    left: 0;
    width: 90%;
    max-width: 390px; 
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 23px -2px rgb(0 0 0 / 75%);
    -moz-box-shadow: inset 0px 0px 23px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 23px -2px rgb(0 0 0 / 75%);
    background-color: #086639;
overflow: auto;
}
.logo_mob img{
	margin-left: 15px;
    width: 78px;
    height: 56px;
    object-fit: contain;
}
.close_mob{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.mobmenublock .left-menu{
    margin: 10px 15px;
    padding: 0;
}
.mobmenublock .left-menu li{
	border-bottom: 1px solid #3f9645;
    text-align: left;
    line-height: 40px;
    padding-left: 20px;
    display: table;
    width: 100%;
}
.mobmenublock .left-menu li a{
	text-decoration: unset;
    font-size: 14px;
    color: #fff;
}
.mobmenublock .mob_h_phone{
    margin: 10px 15px;
    border-bottom: 1px solid #3f9645;
    text-align: left;
    line-height: 40px;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 30px);
}
.mobmenublock .mob_h_phone span{
    display: inline-block;
    width: 50%;
}
.mobmenublock .mob_h_phone a{
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
    color: #fff;
    font-family: "Museo Sans Cyrl 500",sans-serif;
}

/*media*/
}

@media screen and (max-width: 767px) {
.tabs__box .tabs__list .col-xs-12 ul .tabs__tab{
    width: 100%;
    display: inline-block;
    line-height: 46px;
}
}


@media screen and (max-width: 400px) {
	.mobmenublock .mob_h_phone span {
		font-size: 12px;
	}
	.mobmenublock .mob_h_phone a {
		font-size: 13px;
	}

/*media*/
}
/*mobmenu*/





/***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: #8ea6ab;
	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;
}

/***PHONES***/
@media(max-width: 991px){
	/***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: 992px) 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);
	}
}

@media(min-width: 1043px){
	/***SNIPPETS***/
	.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***/
	.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-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-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-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-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-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-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);
	}
}
.catalog-section-more{
display: none;
}