body {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    background: #fff;
    color: #000;
    font-weight: 300;
    font-family: Ubuntu, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
* {
    box-sizing: border-box;
}
a, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
a {
    color: inherit;
}
img {
    max-width: 100%;
}
.wrapper, .wrapper_over {
    overflow-x: hidden;
}
.wrapper {
    position: relative;
    width: 100vw;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.logo {
     font-size: 0 
}
 .logo,.logo img,.logo svg {
     width: 100% 
}
 .logo svg {
     fill: currentColor;
     max-height: 59px 
}
 .logo svg use:first-child {
     fill: #0082cb 
}
 .logo svg use:nth-child(3) {
     fill: #fff 
}
.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9;
	padding-top:0;
	padding-bottom:0;
	transition:background-color .6s,padding-top .6s;
	border-bottom:1px solid transparent;
	color:#fff
}
.header .socials__link{
	background-color:currentColor
}
.header.active{
	position:fixed;
	top:0;
	background-color:#fff;
	border-color:#f1f1f1;
	color:#262626
}
.header.active .socials__link svg{
	fill:#fff
}
.header.active .nav a:not(.m-product){
	padding:25px 10px;
	color:#000
}
.header.active .nav .s-cat{
	margin-left:113px
}
.header.active .header__logo,.header.active .header__socials{
	transform:translateX(0)
}
.header.active .header__socials{
	max-width:300px
}
.header.active .header__logo{
	max-width:120px
}
.header.active .header__center{
	margin-left:-330px
}
.header__outer{
	position:absolute;
	top:0;
	width:100%;
	left:0
}
.header__phone{
	transform:translateX(calc((100vw - 1370px) / 2))
}
.header__wrap{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	transition:padding-top .6s
}
.header__left{
	-ms-flex:0 1 300px;
	flex:0 1 300px;
	transition:flex .6s;
	transition:flex .6s,-ms-flex .6s
}
.header__center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	margin-left:-250px
}
.header__right{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-ms-flex:1 1 100%;
	flex:1 1 100%
}
.header__logo{
	max-width:198px;
	transition:transform .6s,max-width .6s;
	transform:translateX(calc((100vw - 1260px) / -2));
	width:196px
}
.header__nav{
	-ms-flex:0 1 700px;
	flex:0 1 700px
}
.header__nav.active{
	display:-ms-flexbox;
	display:flex
}
.header__nav.top{
	-ms-flex-align:start;
	align-items:flex-start
}
.header__menu-phone{
	display:none;
	text-align:right
}
.header__menu-phone .header__menu-label{
	display:block
}
.header__menu-phone .header__menu-value{
	font-weight:500;
	font-size:36px
}
.header__menu-socs{
	display:none
}
.header__menu-socs .socials__link{
	width:38px;
	height:38px;
	-ms-flex:0 0 38px;
	flex:0 0 38px
}
.header__menu-socs .socials__link_viber{
	background-color:#aa5abe
}
.header__menu-socs .socials__link_viber svg{
	fill:#fff
}
.header__menu-socs .socials__link_telegram{
	background-color:#35aee2
}
.header__menu-socs .socials__link_telegram svg{
	fill:#fff
}
.header__socials{
	transition:transform .6s;
	transform:translateX(calc((100vw - 1260px) / 2));
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.header__menu-btn{
	display:none
}
.nav{
	transition:transform .4s;
	color:#262626
}
.nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.nav a{
	font-weight:500;
	padding:25px 15px;
	font-size:14px;
	line-height:1.3;
	transition:opacity .2s,padding .2s;
	white-space:nowrap;
	color:#fff;
	display:block
}
/* .nav__drop{
  display:none
} */
/* .nav__drop-text{
  font-weight:500;
  font-size:26px;
  padding:10px 0;
  color:#262626;
  margin-left:25px
} */
.nav__products{
	display:none!important
}
.nav__drop-arrow{
	font-size:0
}
.nav__drop.active .nav__drop-arrow img{
	transform:rotate(-90deg)
}
.nav .m-product{
	white-space:normal
}
.s-cat{
	position:absolute;
	left:50%;
	top:100%;
	transform:translateX(-50%);
	margin-left:53px;
	padding-bottom:85px;
	display:none
}
.s-cat.active{
	display:block
}
.s-cat:before{
	width:110vw;
	height:100%;
	top:0;
	z-index:1;
	background-color:#fff
}
.s-cat:after,.s-cat:before{
	position:absolute;
	content:"";
	left:50%;
	transform:translateX(-50%)
}
.s-cat:after{
	width:100vw;
	height:90px;
	bottom:0;
	box-shadow:0 0 120px 30px rgba(0,0,0,.2)
}
.s-cat__container{
	z-index:2;
	width:1230px
}
.s-cat__tabs{
	-ms-flex-align:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:18px
}
.s-cat__tab,.s-cat__tabs{
	display:-ms-flexbox;
	display:flex;
	align-items:center
}
.s-cat__tab{
	-ms-flex-positive:0;
	flex-grow:0;
	-ms-flex-negative:1;
	flex-shrink:1;
	margin-bottom:26px;
	-ms-flex-preferred-size:calc(100% / 4 - 42px / 4);
	flex-basis:calc(100% / 4 - 42px / 4);
	max-width:calc(100% / 4 - 42px / 4);
	margin-bottom:0;
	position:relative;
	-ms-flex-align:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:24px;
	font-weight:500;
	line-height:1.3;
	padding:26px 0;
	cursor:pointer;
	
}
.s-cat__tab,.s-cat__tab:nth-child(3n){
	margin-right:0px
}
/*.s-cat__tab:nth-child(4n){
	margin-right:26px
}*/
.s-cat__tab:before{
	position:absolute;
	content:"";
	width:100%;
	height:2px;
	bottom:-1px;
	left:0;
	background-color:#0082cb;
	opacity:0;
	transition:.2s
}
.s-cat__tab.active{
	color:#0082cb
}
.s-cat__tab.active:before{
	opacity:1
}
.s-cat__group{
	display:none
}
.s-cat__group.active{
	display:block
}
.s-cat__group-title{
	font-size:20px;
	font-weight:500;
	line-height:1.3;
	margin-bottom:15px;
	display:none
}
.s-cat__group-wrap{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	flex-direction: row;
    flex-wrap: wrap
}
.s-cat__item{
	-ms-flex-positive:0;
	flex-grow:0;
	-ms-flex-negative:1;
	flex-shrink:1;
	margin-bottom:26px;
	-ms-flex-preferred-size:calc(100% / 4 - 64px / 4);
	flex-basis: calc(100% / 4 - 64px / 4);
    max-width: calc(100% / 4 - 20px / 4);
    margin-bottom: 70px;
}
.s-cat__item,.s-cat__item:nth-child(4n){
	margin-right:16px
}
.s-cat__item:nth-child(3n){
	margin-right:16px
}
.s-cat .m-product__info_maw{
	max-width:142px
}
.s-cat .m-product__image_maw{
	max-width:135px;
	left:auto;
	right:-7px
}
.header.active .nav__drop {
    color: #262626;
}
.nav__drop {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: end;
     justify-content: flex-end;
     color: #fff 
}
 .nav__drop-text {
     font-weight: 500;
     padding: 25px 15px;
     font-size: 14px;
     line-height: 1.3;
     transition: opacity .2s,padding .2s;
     white-space: nowrap;
     display: block 
}
 .nav__drop-icon {
     font-size: 0;
     width: 16px;
     height: 16px 
}
 .nav__drop-icon svg {
     width: 100%;
     height: 100%;
     stroke: currentColor;
     fill: none 
}
 .nav__drop.active .nav__drop-arrow img {
     transform: rotate(-90deg) 
}
 .nav .m-product {
     white-space: normal 
}
.m-product__wrap {
    color: #262626;
    position: relative;
    z-index: 2;
}
.m-product, .m-product_h {
    height: 215px;
}
.m-product {
    position: relative;
    background-color: #eff3f3;
    border-radius: 10px;
    padding: 25px 25px 0;
    display: block;
    transition: background-color .3s;
}
@media (min-width: 768px) {
    .m-product:hover {
        background-color: currentColor;
        opacity: 1 !important;
    }
    .m-product:hover .m-product__wrap {
        color: #fff;
    }
    .m-product:hover .m-product__button-text {
        max-width: 130px;
    }
    .m-product:hover .m-product__button {
        color: inherit;
    }
}
.m-product__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.m-product__logo {
    position: relative;
    padding-top: 15px;
}
.m-product__button, .m-product__button-arrow {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.m-product__button {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #0082cb;
}
.m-product__button-text {
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    transition: max-width .3s;
    max-width: 0;
    font-size: 14px;
}
.m-product__button-arrow {
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    border: 1px solid currentColor;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    transition: .3s;
}
.m-product__button-arrow svg {
    width: 11px;
    height: 11px;
    fill: #0082cb;
    transition: .3s;
}
.m-product__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 9px;
    max-width: 435px;
}
.m-product__image {
    position: absolute;
    bottom: -20px;
    padding: 0 20px;
    left: 0;
    width: 100%;
}
.m-product__image-wrap_mb {
    margin-bottom: -31px;
}

.m-product__image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: -20px;
}

.socials {
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.socials,.socials__link {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.socials__link {
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 0;
    width: 44px;
    height: 44px;
    background-color: #262626;
    transition: background-color .2s
}

.socials__link:not(:last-child) {
    margin-right: 13px
}
.socials__link img,.socials__link svg{
	transition:.2s
}
.socials__link:hover {
    background-color: #0082cb
}
.phone, .phone__icon {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.phone {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 14px;
    transition: opacity .2s;
}
.phone__icon {
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid currentColor;
    margin-right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.phone__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.phone__label {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.phone__link {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.1;
    white-space: nowrap;
}
.menu-btn, .menu-btn__wrap {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}
.menu-btn {
    width: 38px;
    height: 38px;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 0;
}
.menu-btn__wrap {
    width: 40px;
    height: 100%;
    position: relative;
    -ms-flex-align: end;
    align-items: flex-end;
}
.menu-btn, .menu-btn__wrap {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}
.menu-btn span:first-child {
    transform: translateY(-5px);
}
.menu-btn span {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 2px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    transition: .2s;
}
@media (max-width: 1370px) {
    .header__logo {
        max-width: 130px;
    }
}
@media (max-width: 1230px) {
    .header {
        padding-top: 10px;
    }
    .header .container {
        position: static;
    }
    .container {
        max-width: 1024px;
        padding: 0px 20px;
    }
    .header__left {
        margin-right: 30px;
        flex: 0 0 200px;
    }
    .header__logo {
        transform: none;
        max-width: 100%;
    }
    .header__nav {
        display: none;
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgb(255, 255, 255);
    }
    .header__menu {
        max-width: 1024px;
        width: 100%;
        height: 100%;
        margin: 0px auto;
        padding: 90px 15px 0px;
    }
    .nav {
        height: 100%;
        padding-bottom: 250px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        overflow: auto;
    }
    .header__socials {
        transform: none;
    }
    .header__menu-btn {
        display: block;
        margin-left: 30px;
    }
}
@media (max-width: 1023px) {
    .container {
        max-width: 768px;
        padding: 0px 20px;
    }
    .header__left {
        z-index: 9;
    }
    .header.active .header__left, .header__left {
        flex: 0 0 120px;
    }
    .header__menu {
        max-width: 768px;
    }
    .socials__link:not(:last-child) {
        margin-right: 7px;
    }
    .socials__link:not(:last-child) {
        margin-right: 7px;
    }
    .socials__link {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 425px;
    }
    .header {
        padding-top: 0px;
    }
    .header__wrap {
        padding-top: 16px;
        position: relative;
    }
    .header__left {
        margin-right: 20px;
        position: relative;
        z-index: 3;
        flex: 0 0 90px;
    }
    .header__logo {
        width: 90px;
    }
    .header__nav {
        padding-top: 70px;
        padding-bottom: 100px;
        align-items: center;
    }
    .header__menu {
        max-width: 375px;
        padding-top: 0px;
        height: auto;
        padding-bottom: 50px;
        overflow: auto;
    }
    .nav {
        height: auto;
        padding-bottom: 0px;
    }
    .header__menu-phone {
        display: block;
        margin-top: 10px;
        color: rgb(38, 38, 38);
    }
    .header__menu-socs {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 20px;
    }
    .header__right {
        flex: 0 1 153px;
    }
    .header__socials {
        position: relative;
        z-index: 2;
    }
    .phone {
        display: none;
    }
    .socials__link_mob {
        display: none;
    }
}
@media (max-width: 424px) {
    .container {
        max-width: 375px;
    }
}
@media (min-width: 1230px) {
    .nav li:hover .s-cat {
        display: block;
    }
}
