.header-catalog-button {
	transition: background ease .2s;
}
.header-catalog-button:hover {
	background: #01d2e9;
}
.header-catalog-menu{
	font-size: 16px;
	font-weight: 100;
	position: relative;
}
.fx_menu .header-catalog-menu {
	font-size: 15px;
}
.header-catalog-menu__main{
	margin: 0 -10px;
}
.header-catalog-menu_level1 > li > a{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	position: relative;
    z-index: 1;
}
.header-catalog-menu_level1 .hover > a:before, .header-catalog-menu_level1 .hover > a:after{
	content: "";
    position: absolute;
    border-right: transparent 9px solid;
    border-left: transparent 9px solid;
    border-bottom: #e9e9e9 9px solid;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -9px;
}
.header-catalog-menu_level1 .hover > a:after{
	border-bottom-color: #fff;
    bottom: -1px;
}
.header-catalog-menu__main .active{
	text-decoration: underline;
}
.header-catalog-button{
	position: relative;
	padding: 0 10px 0 18px !important;
	font-size: 15px;
	cursor: pointer;
	border-radius: 6px;
	display: flex;
	min-width: 120px;
	height: 42px !important;
	align-items: center;
	color: #fff;
	background: #12b6c8;
	line-height: normal;
	justify-content: flex-start !important;
}
.header-catalog-button__ico {
	flex: none;
	position: relative;
	width: 16px;
	height: 14px;
	margin: 0 9px 0 0;
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
}
.header-catalog-button__ico::before {
	content: "";
	display: block;
	width: 11px;
	height: 2px;
	background: #fff;
	margin: 4px 0 0;
}
.active .header-catalog-button__ico{
	border: none;
}
.active .header-catalog-button__ico::before, .active .header-catalog-button__ico::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	transform: rotate(45deg);
	transform-origin: 0;
}
.active .header-catalog-button__ico::after{
	transform: rotate(-45deg);
	transform-origin: 0;
	top: 11px;
}
.header-catalog-menu__button.load-process{
	font-size: 0;
}
.header-catalog-menu__button .ball-pulse{
    align-items: center;
	flex: 1;
    justify-content: center;
	display: none;
	position: relative;
    top: -1px;
}
.header-catalog-menu__button .ball-pulse > div{
	background: #fff;
	width: 12px;
	height: 12px;
}
.load-process .ball-pulse{
	display: flex;
}
.header-catalog-menu__button span{
	width: 16px;
	height: 14px;
	box-sizing: border-box;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
	margin: 0 17px 0 0;
	position: relative;
    top: -1px;
	flex: none;
}
.header-catalog-menu__button span:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	top: 50%;
	left: 0;
	margin: -1px 0 0;
}
.header-catalog-menu__button.active span:before{
	margin: -1px 0 0;
}
.header-catalog-menu__button.active span:after{
	content: "";
	position: absolute;
	background: #000;
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	margin: 0 0 0 -1px;
}
.header-catalog-menu__button.active span{
	border: none;
	width: 14px;
	height: 14px;
    transform: rotate(45deg);
}
.header-catalog-menu__button.active{
	text-decoration: none;
}
.header-catalog-menu__button.active:before, .header-catalog-menu__button.active:after{
	content: "";
	position: absolute;
	border-right: transparent 9px solid;
	border-left: transparent 9px solid;
	border-bottom: #e9e9e9 9px solid;
	bottom: -21px;
	left: 50%;
	margin: 0 0 0 -9px;
	z-index: 151;
}
.header-catalog-menu__button.active:after{
	border-bottom-color: #fff;
	bottom: -22px;
}
.header-catalog-menu__sub{
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	top: calc(100% + 1px);
	left: 0;
	top: 0;
	z-index: 1;
	border-top: 1px solid #ebebeb;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
}
.header-catalog-menu__scroll{
	padding: 46px 0 70px;
	/*overflow-y: scroll;*/
	height: 100%;
}
.header-catalog-menu__sub .wrap{
	flex-wrap: wrap;
	align-items: flex-start;
}
.header-catalog-menu__column{
	width: 16.65%;
	padding: 0 5px 0 0;
	line-height: 30px;
	margin: 0 0 70px;
}
.header-catalog-menu__column:nth-child(n + 7) {
	margin: 0;
}
.header-catalog-menu__title{
	font-weight: 400;
}
.header-catalog-menu__column ul{
	font-size: 15px;
	padding: 0 10px 0 0;
}
.header-catalog-menu__column a{
	color: #4d4d4d;
	display: inline-block;
	line-height: 18px;
}
.header-catalog-menu__title a{
	color: #000;
}
.header-catalog-menu__column a:hover, .seriabody a:hover, .submenu a:hover{
	color: #12b6c8;
}
.header-catalog-menu__scroll .wrap {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.header-catalog-menu__column ul li {
	position: relative;
	padding-left: 17px;
}
.header-catalog-menu__column ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	background: url(images/filter-arrow.svg) no-repeat center / contain;
	transform: rotate(-90deg);
	position: absolute;
	z-index: 0;
	left: 0;
	top: 12px;
}
.header-catalog-menu__column ul li a {
	display: inline;
	text-decoration: underline;
	color: #000;
}
.header-catalog-menu__column ul li.header-catalog-menu__subsection-expand {
	color: #7d848e;
}
.header-catalog-menu__column ul li.header-catalog-menu__subsection-expand:before {
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.header-catalog-menu__column ul li.header-catalog-menu__subsection-expanded:before {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.header-catalog-menu__column ul li.header-catalog-menu__subsection-expand a {
	color: #7d848e;
}
a.catalog-top-menu__view-all{
	font-size: 15px;
	color: #9ba3af;
	line-height: normal;
    display: inline-block
}
.sub-menu-show{
	padding: 153px 0 0;
}
.sub-menu-show .header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

/* submenu */
.header-catalog-menu_level1 > li:nth-child(3) .submenu{
	/* display: block; */
}
.submenu{
	position: absolute;
	/* display: none; */
	width: 100%;
    left: 0;
    background: #fff;
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 1.254px 11.934px 16.74px 1.26px rgb(0 0 0 / 21%);
	transform-origin: top;
	transform: scaleY(0);
}
.submenu ul{
	list-style: none;
    column-count: 4;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-column-rule: 1px solid #e6e6e6;
    -moz-column-rule: 1px solid #e6e6e6;
    column-rule: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding-right: 30px;
	text-align: left;
	font-size: 15px;
    font-weight: 400;
	line-height: normal;
}
.header-catalog-menu_level1 > .hover .submenu{
	transform: scaleY(1);
}
.submenu li{
	padding: 7px 0;
	break-inside: avoid;
	width: 193px;
}
.submenu .break-column{
	break-after: column;
}
.submenu .img{
	text-align: center;
	flex: none;
	width: 380px;
}
.submenu .wrap{
	align-items: flex-start;
}

/* seria */
.seriaheader {
    display: block;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #EEE;
    line-height: 80px;
    font-weight: 600;
}
.seriabody {
    margin: 20px;
    font-size: 16px;
    width: auto;
    min-width: 320px;
    max-width: 610px;
    text-align: center;
    scrollbar-width: thin;
    scrollbar-color: #13b6c8 #EEE;
}
.seriabody a {
    width: 33%;
    display: inline-block;
    margin: 0 0 9px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    padding-right: 20px;
}
.seriabody a:nth-child(3n) {
    padding-right: 0;
}
.fancybox-slide--html .fancybox-close-small {
    top: 0px !important;
    width: 44px !important;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-slide--html {
    padding: 0 !important;
}
.seria-fancybox-wrap {
    border-radius: 5px;
}
/*.link-arrow:after{
	content: "";
	display: inline-block;
    width: 10px;
    height: 6px;
    background: url(images/filter-arrow.svg) no-repeat center / contain;
	transform: rotate(-90deg);
	position: relative;
	top: -1px;
	margin: 0 0 0 2px;
}*/
.header-catalog-menu__sub .ball-pulse{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ball-pulse{
    text-align: center;
}
.ball-pulse > div{
    background-color: #12b6c8;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
}
.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
}
.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}
@-webkit-keyframes scale {
    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
}
@keyframes scale {
    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
}
.fx_dd_footer {
	padding: 30px 330px 30px 0;
}

.fx_dd_footer .fx_dd_footer_menu>ul {
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: stretch;
	align-items: stretch;
	line-height: 1.2;
}

.fx_dd_footer .fx_dd_footer_menu>ul>li {
	width: 25%;
	padding-right: 20px;
	font-size: 20px;
}
.fx_dd_footer_menu .title {
	font-weight: 500;
}
.fx_dd_footer .fx_dd_footer_menu>ul>li>ul {
	font-size: 14px;
	padding-top: 20px;
	list-style: none;
}

.fx_dd_footer .fx_dd_footer_menu>ul>li>ul>li {
	margin-bottom: 10px;
}

.fx_dd_footer .fx_dd_footer_menu>ul>li>ul>li>a {
	color: #000;
}

.fx_dd_footer .fx_dd_footer_menu>ul>li a:hover {
	color: #12b6c8;
}
.fx_dd_content {
	padding: 30px 0 0;
	border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 1390px) {
	.submenu .img{
		width: 300px;
	}
	.submenu li{
		width: auto;
	}
	.submenu ul{
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1360px) {
    .header-catalog-menu .hide_by_1340 {
        display: none;
    }
}
@media screen and (max-width: 1280px) {
	.header-catalog-menu {
		font-size: 14px;
	}
    .header-catalog-menu .hide_by_1280 {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
	.header-catalog-menu__main {
		margin: 0 -5px;
	}
	.header-catalog-menu__button {
		width: 100px;
	}
	.header-catalog-menu_level1 > li > a{
		padding: 0 5px;
	}
	.header-catalog-menu__column {
		width: 21%;
	}
	.submenu .img{
		width: 200px;
	}
    .header-catalog-menu .hide_by_1100 {
        display: none;
    }
}
@media screen and (max-width: 1050px) {
	.fx_dd_footer {
		padding-right: 230px;
	}
	.fx_dd_footer .fx_dd_footer_menu>ul>li {
		width: 33.3333%;
	}
}
@media screen and (max-width: 980px) {
    .header-catalog-menu .hide_by_980 {
        display: none;
    }
	.header-catalog-menu__sub {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.seria-fancybox-wrap {
		border-radius: 0;
	}
	.seriabody a {
		width: 50%;
		font-size: 14px;
		line-height: 2;
	}
    .seriabody a:nth-child(3n) {
        padding-right: 20px;
    }
    .seriabody a:nth-child(2n) {
        padding-right: 0;
    }
	.seriabody {
		height: 81%;
		overflow-y: scroll !important;
		padding: 20px;
		margin: 0;
		width: 98%;
		box-sizing: border-box;
		min-width: 300px;
    }
}