:root {
    --main-color: #ff5431;
    --main-color-darken: #f44f2e; /* для ховер эфектов */
    --text-main-color: #2a2a2d;
    --quiz-hover: #f44f2e;
    --gradient-process-item: #f44f2e; /* зелёно-прозрачный градиент */
    --gradient-articles-item: #f44f2e;
    --hit-status-color: #9747FF;
    --sale-status-color: #F63123;
    --new-status-color: #F2B644;
    --product-status-color: #1C1C1C;
    --brad-regular: 1vw;
}
.header__top .wrapper{
    border-bottom: none;
}
.header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 34.479vw;
    height: 100%;
    padding: 2.96875vw 6.81875vw 2.2125vw 5.26vw;
    background-color: #F5F8F9;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 1vw rgba(0,0,0,0.3)
}
.header__nav .wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.header__nav .nav-wrap {
    width: 100%;
    height: 100%;
    border-bottom: none !important;
}
.header__nav .nav-wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__nav .nav-wrap .nav > .nav-item {
    padding: 0;
    margin: 0;
    margin-bottom: 1.339285714vw;
}
.header__nav .nav-wrap .nav > .nav-item:last-child {
    margin-bottom: 0;
}
/* .header__nav .nav-wrap .nav > .nav-item:first-child {
        display: none;
      } */
.header__nav .nav-wrap .nav > .nav-item a {
    font-size: 1.25vw;
    line-height: 1.785714286vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item::after {
    position: absolute;
    top: 0.45vw;
    right: 1vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.6vw;
    height: 0.6vw;
    cursor: pointer;
}
.header__nav .nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after,
.header__nav .nav-wrap .nav .nav-menu--level-2 .nav-item.dropdown-item::after {
    content: none;
}

.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu {
    position: static;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    border-top: none;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    /* 		padding-top: 3.125vw; */
    /* 		display: none; */
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 {
    padding-left: 1vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover .nav-menu{
    max-height: 20vw;
    padding-top: 1vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item {
    margin: 0;
    padding-bottom: 0.5vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item:last-child {
    padding-bottom: 0;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a {
    font-size: 1vw;
    line-height: 1;
    text-decoration: none;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a {
    /* 				  opacity: 0.75; */
    font-size: 0.875vw;
    /* 				line-height: 1;
        text-decoration: none; */
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a:hover {
    color: var(--main-color);
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover > a {
    color: var(--text-main-color);
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover::after {
    border-color: var(--text-main-color);
}
.header.open .header__nav {
    right: 0;
    opacity: 1;
    pointer-events: all;
}
.header.open .header__logo p,
.header.open .header__contacts a,
.header.open .header__contacts p {
    color: var(--text-main-color);
}
.header.open .nav-wrap .nav .nav-item a {
    color: var(--text-main-color);
}
.header.open .nav-wrap .nav .nav-item.dropdown-item::after {
    border-color: var(--text-main-color);
}
.header.open .nav-wrap .nav .nav-item a:hover{
    color: var(--main-color);
}
@media only screen and (max-width: 768px){
    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 31.25vw;
        background-color: #F5F8F9;
        z-index: 2;
        padding-bottom: 6.25vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        pointer-events: none;
    }
    .header__nav .nav-wrap .nav > .nav-item a {
        font-size: 4.375vw;
        line-height: 6.25vw;
    }
    .header__nav .nav-wrap .nav > .nav-item.dropdown-item::after {
        position: absolute;
        top: 1.875vw;
        right: 4.6875vw;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 1.5625vw;
        height: 1.5625vw;
    }
    .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a{
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }
    .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a{
        font-size: 3vw;
        /* 					margin-bottom: 1vw; */
    }
}
.first{
    /* padding-bottom: 8vw; */
}
.first__buttons-btn{
    justify-content: center;
}