.header {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3.7rem 0;
}

.header .logo {
    width: 169px;
    height: 68px;
    margin-top: -0.4rem;
}

.header .logo img {
    width: 100%;
}

.header .main-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 320px);
}

.header .main-menu .main-menu-item,
.header .main-menu .main-menu-btn {
    position: relative;
    margin-left: 6rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    white-space: nowrap;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.header .main-menu .main-menu-item:before {
    content: '';
    display: none;
    vertical-align: middle;
    width: 2rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7706 0.826172L0 6.605V10.1826L10.7706 4.42004V0.826172Z' fill='%233AE269'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.header .main-menu .main-menu-item a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none
}

.header .main-menu .main-menu-item.current,
.header .main-menu .main-menu-item.current a,
.header .main-menu .main-menu-item.current .main-menu-icon,
.header .main-menu .main-menu-item.current:hover,
.header .main-menu .main-menu-item.current a:hover {
    color: var(--secondary-color);
    opacity: 1;
    stroke: var(--secondary-color)
}

.header .main-menu .main-menu-item.current:before {
    display: inline-block;
}

.header .main-menu .main-menu-btn {
    font-weight: 800;
    font-style: italic;
    cursor: pointer;
}

.header .main-menu .main-menu-btn span {
    display: inline-block;
    vertical-align: middle;
}

.header .main-menu .main-menu-btn .menu-sandwich {
    margin-left: 1.2rem;
    position: relative;
    width: 1.8rem;
    height: 3.9rem;
}

.header .main-menu .main-menu-btn .menu-sandwich span {
    position: absolute;
    right: 0;
    display: block;
    width: 1.8rem;
    height: 0.8rem;
    background: #fff;
    -webkit-transform: skewX(-4deg) skewY(-27deg);
    transform: skewX(-4deg) skewY(-27deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .main-menu .main-menu-btn .menu-sandwich .sdw1 {
    top: 5px;
}

.header .main-menu .main-menu-btn .menu-sandwich .sdw2 {
    top: 16px;
}

.header .main-menu .main-menu-btn .menu-sandwich .sdw3 {
    top: 27px;
}


.header .main-menu .main-menu-btn:hover .menu-sandwich span,
.header .main-menu .main-menu-btn:hover {
    color: #787878;
}

.header .main-menu .main-menu-btn:hover .menu-sandwich span {
    background: #787878;
}




.header .expand-menu {
    display: none;
}

.top-promo.expand~* {
    display: none;
}

.header.expand {
    position: static;
}

.header.expand .expand-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #1F1F1F;
    width: 100%;
    height: 100vh;
    min-height: 85rem;
    padding: 14.5rem calc(50% - 700px) 4rem;
}

.header.expand .logo,
.header.expand .main-menu-btn {
    position: relative;
    z-index: 11;
}

.header.expand .main-menu-btn .text {
    opacity: 0;
    display: none;
}

.header.expand .main-menu-btn .menu-sandwich .sdw1 {
    width: 2.8rem;
    -webkit-transform: skewX(4deg) skewY(27deg) scaleY(-1);
    transform: skewX(4deg) skewY(27deg) scaleY(-1);
    top: 15px;
}

.header.expand .main-menu-btn .menu-sandwich .sdw2 {
    width: 2.8rem;
    top: 15px;
}

.header.expand .main-menu-btn .menu-sandwich .sdw3 {
    opacity: 0;
}

.header .expand-menu .main-part {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 25%;
}

.header .expand-menu .main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-right: 8%;
    height: 100%;
}

.header .expand-menu .main-menu-item:not(:last-child) {
    margin-bottom: 3.4rem;
}

.header .expand-menu .main-menu-item.current {
    transform: translateX(-2.3rem);
}

.header .expand-menu .main-menu-item a {
    font-style: italic;
    font-size: 1.6rem;
    font-weight: 600;
}

.header .expand-menu .main-menu-item.lc {
    padding-top: 2.6rem;
    margin-top: auto;
}

.header .expand-menu .main-menu-item.lc a {
    position: relative;
}

.header .expand-menu .main-menu-item.lc a:before {
    content: '';
    display: block;
    position: absolute;
    left: -23px;
    top: -2px;
    width: 13px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.82285e-05 17.8965L6.16675 14.636L6.16675 10.7109L9.88834e-05 13.9535L9.82285e-05 17.8965Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.333 17.9033L6.1665 14.6429L6.16651 10.7178L12.333 13.9604L12.333 17.9033Z' fill='white'/%3E%3Crect width='6.33095' height='6.33095' transform='matrix(0.688749 0.724999 -0.688749 0.724999 6.1665 0)' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.header .expand-menu .cat-menu {
    margin-right: 16%;
}

.header .expand-menu .cat-menu-item {
    margin-bottom: 1rem;
}

.header .expand-menu .cat-menu-item a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s;
}

.header .expand-menu .cat-menu-item.current a,
.header .expand-menu .cat-menu-item.current a:hover {
    color: var(--secondary-color);
}

.header .expand-menu .footer-menu .footer-link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5rem;
}

.header .expand-menu .footer-menu .socials {
    padding-top: 2.5rem;
}

.header .expand-menu .footer-menu .socials a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    line-height: 0;
    border-radius: 50px;
}

.header .expand-menu .footer-menu .soc-link.ok svg {
    fill: #EF7D00;
    transition: fill 0.3s;
}

.header .expand-menu .footer-menu .soc-link.vk svg {
    fill: #4680C2;
    transition: fill 0.3s;
}

.header .expand-menu .footer-menu .soc-link.tw svg {
    fill: #1DA1F2;
    transition: fill 0.3s;
}

.header .expand-menu .footer-menu .soc-link.inst svg {
    fill: #E1306C;
    transition: fill 0.3s;
}

.header .expand-menu .footer-menu .soc-link.fb svg {
    fill: #0078FF;
    transition: fill 0.3s;
}

.header .expand-menu .footer-menu .soc-link:hover svg {
    fill: #787878;
}

.header .expand-menu .info-part {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.header .expand-menu .info-column:nth-child(2) {
    margin: 0 3%;
}

.header .expand-menu .info-column .def-headline {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #828282;
}

.header .expand-menu .info-column .def-headline.mb {
    margin-bottom: 0;
}

.header .expand-menu .info-column .def-content {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #828282;
}

.header .expand-menu .info-column .def-content>span {
    display: inline;
    font-size: 1.2rem;
    color: #828282;
}

.header .expand-menu .info-column .def-content a {
    font-size: 1.2rem;
    color: #828282;
}

.header .expand-menu .info-column .def-content a:hover {
    color: #787878;
}

.header .expand-menu .header-menu-form .subscribe-input,
.search-input {
    font-size: 1.2rem;
    font-weight: 400;
    min-width: 20rem;
}

.header .expand-menu .header-menu-form .subscribe-submit {
    background: transparent;
}

.header.search {
    flex-direction: column;
    align-items: unset;
}

.header.search .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 2.2rem;
}

.header-search {
    max-width: 52.8rem;
    width: 100%;
    margin: 0 auto;
}

.header-search .search-input {
    font-size: 1.4rem
}