@charset "utf-8";

:root {
    --color-primary: #ED1D24;
    
    --font-primary: 'Montserrat';
    --font-secondary: 'Montserrat';
    --icons: 'ural-icons';
    
    --animate: 0.3s ease;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
html, body {
    min-width: 320px;
}
body {
    font-family: var(--font-primary);
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    min-height: 100%;
    background: #000;
}
@media screen and (max-width: 767px) {
    body.body_overflow_mobile {
        overflow: hidden;
    }
}

#page-frame {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100%;
    position: relative;
}
#page-frame.page-frame_overflow {
    overflow: hidden;
}
#page-frame__wrapper {
    display: flex;
}
#page-frame__content {
    flex: 1 1 auto;
    transition: transform 0.5s ease;
    position: relative;
    /*z-index: 3;*/
}

#header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    background-color: rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    background-image: url("../images/bg/header-mobile.svg");
    background-position: center 13px;
    background-size: auto;
    /*background-size: 146%;*/
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Noto Sans';
}
.header-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
}
.header-logo {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-logo__img {
    width: auto;
    max-height: 24px;
}
.header-logo__text {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.35;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 3px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: border-color 0.3s ease;
}
.header-logo__text:hover {
    border-color: transparent;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 15px;*/
}
.header-side {
    flex: 0 0 50%;
    max-width: calc(50% - 40px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 3px solid #ED1D24;
    padding-bottom: 13px;
    height: 47px;
}
.header-side:first-child {
    padding-right: 12px;
}
.header-side:last-child {
    padding-left: 12px;
}
.header-phone {}
.header-address {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.33;
    color: #FFFFFF;
}
.header-bottom {
    /*margin-top: 50px;*/
}

.container_lg {
    max-width: 1310px;
}

.section__title,
h1 {
    font-family: var(--font-secondary);
}

@media screen and (max-width: 767px) {
    .header-top {
        margin-left: -15px;
        margin-right: -15px;
    }
    .header-side:first-child {
        padding-left: 15px;
    }
    .header-side:last-child {
        padding-right: 15px;
    }
}
@media screen and (min-width: 768px) {
    #header {
        background-image: none;
        height: 105px;
        position: relative;
    }
    .header-svg {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 195%;
        height: 105px;
        object-position: center center;
    }
    .header-container {
        height: 168px;
    }
    .header-logo {
        /*margin-top: -2px;*/
        top: 2.3vw;
    }
    .header-logo__img {
        /*max-height: 50px;*/
        max-height: 51px;
        max-width: 13vw;
    }
    .header-logo__text {
        font-size: 11px;
        margin-top: 6px;
    }
    .header-side {
        max-width: calc(50% - 35px);
        height: 62px;
        align-items: flex-end;
    }
    .header-address {
        letter-spacing: -0.02em;
    }
    .header-bottom {
        margin-top: 105px;
    }
}
@media screen and (min-width: 992px) {
    /*.header-logo {
        margin-top: -3px;
    }*/
    .header-logo__img {
        /*max-height: 78px;*/
    }
    .header-logo__text {
        font-size: 13px;
    }
    .header-side {
        max-width: calc(50% - 50px);
    }
    .header-side:first-child,
    .nav-main__side:first-child {
        padding-right: 20px;
    }
    .header-side:last-child,
    .nav-main__side:last-child {
        padding-left: 20px;
    }
    
}
@media screen and (min-width: 1200px) {
    .header-logo__text {
        font-size: 14px;
    }
    .header-side:first-child,
    .nav-main__side:first-child {
        padding-right: 30px;
    }
    .header-side:last-child,
    .nav-main__side:last-child {
        padding-left: 30px;
    }
}
@media screen and (min-width: 1320px) {
    #header {
        background-size: auto;
    }
    .header-logo {
        top: 30px;
    }
}
@media screen and (min-width: 1520px) {
    .header-side:first-child {
        padding-right: 60px;
    }
    .header-side:last-child {
        padding-left: 60px;
    }
    .header-address {
        font-size: 15px;
        letter-spacing: 0;
    }
}

.nav-top {
    display: flex;
    align-items: center;
}
.nav-top__item {
    margin-right: 22px;
}
.nav-top__link {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    color: #ED1D24;
    text-transform: uppercase;
}
.nav-top__link:hover {
    color: #fff;
}

.nav-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
}
.nav-panel__item {
    margin-left: 8px;
}
.nav-panel__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.33;
    color: var(--color-primary);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    
    width: 30px;
    height: 30px;
}
.nav-panel__link:hover {
    color: #fff;
}
.nav-panel__link_login,
.nav-panel__link_cart,
.nav-panel__link_search {
    font-size: 0;
    text-indent: -999em;
}
.nav-panel__link_search,
.nav-panel__link_login {}
.nav-panel__link_cart {
    position: relative;
}
.nav-panel__link_cart span {
    position: absolute;
    z-index: 10;
    left: 100%;
    top: -6px;
    font-size: 12px;
    margin-left: 1px;
}
.nav-panel__link_cart:hover span {
    color: #ED1D24;
}
.nav-panel__link_search:after,
.nav-panel__link_login:after,
.nav-panel__link_cart:after {
    content: "";
    /*font-family: "ural-icons";
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    margin-left: 8px;*/
    position: relative;
    
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav-panel__link_search:after {
    /*content: "\e908";
    font-size: 24px;*/
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjYuMjUgMjYuMjVMMjEuODc1MSAyMS44NzVNMjUgMTQuMzc1QzI1IDIwLjI0MyAyMC4yNDMgMjUgMTQuMzc1IDI1QzguNTA2OTggMjUgMy43NSAyMC4yNDMgMy43NSAxNC4zNzVDMy43NSA4LjUwNjk4IDguNTA2OTggMy43NSAxNC4zNzUgMy43NUMyMC4yNDMgMy43NSAyNSA4LjUwNjk4IDI1IDE0LjM3NVoiIHN0cm9rZT0iI0UwMUQyNCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
.nav-panel__link_login:after {
    /*content: "\e904";
    font-size: 24px;*/
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguNzQ5OSAzLjc1SDIwLjI0OTlDMjIuMzUwMiAzLjc1IDIzLjQwMDIgMy43NSAyNC4yMDI0IDQuMTU4NzNDMjQuOTA4MSA0LjUxODI1IDI1LjQ4MTcgNS4wOTE5MiAyNS44NDEyIDUuNzk3NTRDMjYuMjQ5OSA2LjU5OTcgMjYuMjQ5OSA3LjY0OTgxIDI2LjI0OTkgOS43NVYyMC4yNUMyNi4yNDk5IDIyLjM1MDIgMjYuMjQ5OSAyMy40MDAyIDI1Ljg0MTIgMjQuMjAyNUMyNS40ODE3IDI0LjkwODEgMjQuOTA4MSAyNS40ODE3IDI0LjIwMjQgMjUuODQxMkMyMy40MDAyIDI2LjI1IDIyLjM1MDIgMjYuMjUgMjAuMjQ5OSAyNi4yNUgxOC43NDk5TTEyLjQ5OTkgOC43NUwxOC43NDk5IDE1TTE4Ljc0OTkgMTVMMTIuNDk5OSAyMS4yNU0xOC43NDk5IDE1SDMuNzQ5OTQiIHN0cm9rZT0iI0UwMUQyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
.nav-panel__link_cart:after {
    /*content: "\e900";
    font-size: 24px;
    top: -1px;*/
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjYuMDg2MSAxMC4wMDc4SDI0LjA5MzlMMTcuNDg0NSAzLjUxNTYyQzE3LjI3MzYgMy4zMDQ2OSAxNi45MjIgMy4zMDQ2OSAxNi43MTExIDMuNTE1NjJDMTYuNTAwMSAzLjcyNjU2IDE2LjUwMDEgNC4wNzgxMiAxNi43MTExIDQuMjg5MDZMMjIuNTIzNiA5Ljk4NDM3SDcuNDc2NjhMMTMuMjg5MiA0LjI4OTA2QzEzLjUwMDEgNC4wNzgxMiAxMy41MDAxIDMuNzI2NTYgMTMuMjg5MiAzLjUxNTYyQzEzLjA3ODIgMy4zMDQ2OSAxMi43MjY3IDMuMzA0NjkgMTIuNTE1NyAzLjUxNTYyTDUuOTA2MzcgMTAuMDA3OEgzLjkxNDE4QzMuNjA5NSAxMC4wMDc4IDMuMzUxNjggMTAuMjY1NiAzLjM1MTY4IDEwLjU3MDNWMTMuODk4NEMzLjM1MTY4IDE0LjIwMzEgMy42MDk1IDE0LjQ2MDkgMy45MTQxOCAxNC40NjA5SDQuNTQ3TDYuMTQwNzUgMjYuMTc5N0M2LjE4NzYyIDI2LjQ2MDkgNi40MjIgMjYuNjQ4NCA2LjY3OTgxIDI2LjY0ODRIMjMuMzIwNEMyMy42MDE3IDI2LjY0ODQgMjMuODM2MSAyNi40Mzc1IDIzLjg1OTUgMjYuMTc5N0wyNS40NTMyIDE0LjQ2MDlIMjYuMDg2MUMyNi4zOTA3IDE0LjQ2MDkgMjYuNjQ4NiAxNC4yMDMxIDI2LjY0ODYgMTMuODk4NFYxMC41NzAzQzI2LjY0ODYgMTAuMjY1NiAyNi4zOTA3IDEwLjAwNzggMjYuMDg2MSAxMC4wMDc4Wk0yMi44MjgyIDI1LjU0NjlINy4xNzJMNS42NDg1NiAxNC40NjA5SDI0LjM1MTdMMjIuODI4MiAyNS41NDY5Wk0yNS41NDcgMTMuMzM1OUgyNC45ODQ1SDUuMDE1NzVINC40NTMyNVYxMS4xMDk0SDI1LjU0N1YxMy4zMzU5WiIgZmlsbD0iI0UwMUQyNCIvPjwvc3ZnPg==");
}

.nav-main__wrapper {
    position: relative;
}
.nav-main {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.nav-main__side {
    /*flex: 0 0 50%;
    max-width: calc(50% - 30px);*/
}
.nav-main__list {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;*/
}
.nav-main__item {
    /*padding: 0 5px;*/
}
.nav-main__link {
    font-family: 'Noto Sans';
    font-weight: 700;
    font-size: 12px;
    line-height: 1.35;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
}
.nav-main__link:hover,
.nav-main__link_hover,
.nav-main__item:hover .nav-main__link {
    color: #fff !important;
}
.nav-main__link_catalog {
    text-indent: -999em;
    overflow: hidden;
    min-height: 0;
}
.nav-main__link_catalog:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy43NSAxNUgyNi4yNU0zLjc1IDcuNUgyNi4yNU0zLjc1IDIyLjVIMjYuMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
/*.nav-main__link_catalog:before {
    content: "\e903";
    font-family: "ural-icons";
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
}*/

.nav-main__toggle {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
    color: #FFFFFF;
    text-transform: uppercase;
}
.nav-main__toggle__lines {
    position: relative;
    width: 16px;
    height: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
}
.nav-main__toggle__line {
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.nav-main__toggle__line + .nav-main__toggle__line {
    margin-top: 3px;
}
.nav-main__toggle_active .nav-main__toggle__line:first-child {
    transform: rotate(45deg);
    top: 5px;
}
.nav-main__toggle_active .nav-main__toggle__line:last-child {
    transform: rotate(-45deg);
    top: -5px;
}
.nav-main__toggle_active .nav-main__toggle__line:nth-child(2) {
    opacity: 0;
    transition: opacity 0s ease, background-color 0.3s ease;
}

.nav-submenu__list-link {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.33;
    color: rgba(255,255,255,0.5);
}
.nav-submenu__list-link_title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.nav-submenu__list-link:hover,
.nav-submenu__list-link_active {
    color: #ED1D24;
}

@media screen and (max-width: 767px) {
    .nav-top__item:last-child {
        margin-right: 0;
    }
    .nav-panel__wrapper {
        position: absolute;
        top: 9px;
        right: 5px;
    }
    .nav-panel__link_login,
    .nav-panel__link_cart,
    .nav-panel__link_search {
        font-size: 0;
        text-indent: -999em;
    }
    .nav-panel__link_login:after,
    .nav-panel__link_cart:after,
    .nav-panel__link_search:after {
        margin-left: 0;
        font-size: 15px;
    }
    .nav-panel__link_cart span {
        font-size: 8px;
    }
    .nav-main__wrapper {
        height: 41px;
        display: flex;
        align-items: center;
    }
    .nav-main,
    .nav-catalog {
        display: none;
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 10px 0;
        overflow-y: auto !important;
        z-index: 3;
    }
    .nav-main .nav-main__link {
        padding: 5px 15px;
        font-size: 14px;
    }
    .nav-submenu {
        overflow: hidden;
    }
    .nav-submenu .container {
        padding: 0;
    }
    .nav-submenu__img-wrapper {
        display: none;
    }
    .nav-submenu__list-link {
        padding: 5px 15px 5px 55px;
        display: block;
    }
    .nav-submenu__list-link_title {
        font-size: 13px;
        padding-left: 35px;
        color: #fff;
    }
    .nav-catalog {
        display: none;
    }
    .nav-catalog__toggle_active:before {
        content: "\e902";
        font-family: "ural-icons";
        font-size: 20px;
        line-height: 1;
        font-style: normal;
        font-weight: normal;
        background: none;
        text-indent: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 768px) {
    .nav-top__item {
        margin-right: 8px;
    }
    .nav-top__link {
        font-size: 11px;
        letter-spacing: -0.04em;
        white-space: nowrap;
    }
    .nav-panel__wrapper {
        position: absolute;
        left: 52px;
        top: auto;
        bottom: 17px;
        z-index: 5;
    }
    .nav-panel {
        gap: 18px;
    }
    .nav-panel__wrapper_main {
        left: 5px;
        top: calc(100% - 5px);
        z-index: 1;
    }
    .nav-panel__wrapper_main .nav-panel {
        flex-direction: column;
        gap: 15px;
    }
    .nav-panel__item {
        margin: 0;
    }
    .nav-panel__link {
        color: #fff;
    }
    .nav-submenu {
        position: absolute;
        top: -15px;
        left: -5px;
        right: -5px;
        background: rgba(0,0,0,1);
        padding-top: 60px;
        padding-bottom: 50px;
        opacity: 0;
        visibility: hidden;
        display: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        z-index: 2;
    }
    .nav-submenu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        width: calc(100vw + 30px);
        background: #000;
        transform: translate(-50%,0);
    }
    .nav-main__item:hover .nav-submenu,
    .nav-submenu_hover,
    .nav-submenu:hover {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.2s ease 0.3s, visibility 0.2s ease 0.3s;
    }
    
    .nav-main_entered .nav-main__item:hover .nav-submenu,
    .nav-submenu_hover_no_delay,
    .nav-submenu_hover_no_delay:hover {
        transition: opacity 0.1s ease, visibility 0.1s ease;
    }
    .nav-submenu__list-item:not(:last-child) {
        margin-bottom: 24px;
    }
    .nav-submenu__list-item_sm:not(:last-child) {
        margin-bottom: 12px;
    }
    .nav-submenu__list-item.nav-submenu__list-item_title {
        margin-bottom: 12px;
        min-height: 45px;
    }
    .nav-main {
        display: flex !important;
        opacity: 1 !important;
        align-items: center;
        justify-content: space-between;
        /*pointer-events: none;*/
    }
    /*.nav-main:hover .nav-main__link,
    .nav-main_hover .nav-main__link {
        color: rgba(255,255,255,0.3);
    }*/
    .nav-main__side {
        flex: 0 0 50%;
        max-width: calc(50% - 30px);
    }
    .nav-main__side:first-child {
        padding-right: 32px;
    }
    .nav-main__side:last-child {
        padding-left: 32px;
    }
    .nav-main__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -5px;
    }
    .nav-main__item {
        margin: 0 5px;
        /*pointer-events: auto;*/
    }
    .nav-main__link {
        font-size: 12px;
        letter-spacing: -0.04em;
        min-height: 58px;
        display: inline-flex;
    }
    /*.nav-main__link:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        background: #ED1D24;
        z-index: 3;
        opacity: 0;
        transition: opacity 0.3s ease;
    }*/
    .nav-main__link:hover:after,
    .nav-main__link_hover:after,
    .nav-main__item:hover .nav-main__link:after {
        opacity: 1;
    }
    .nav-main__link_catalog {
        text-indent: -999em;
        overflow: hidden;
        min-height: 0;
        z-index: 5;
    }
    .nav-main__link_catalog:before {
        content: "";
        width: 30px;
        height: 30px;
        margin: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy43NSAxNUgyNi4yNU0zLjc1IDcuNUgyNi4yNU0zLjc1IDIyLjVIMjYuMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
    }
    .nav-catalog {
        /*display: block !important;
        opacity: 0 !important;*/
        visibility: visible;
    }
    .nav-catalog.nav-submenu_hover,
    .nav-catalog.nav-submenu:hover {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .nav-submenu__inner {
        justify-content: space-between;
        padding-top: 45px;
    }
    .nav-submenu__inner_desktop_justified {
        justify-content: space-between;
    }
    .nav-submenu__list_max_desktop {
        max-width: 185px;
    }
    .nav-submenu__row {
        position: relative;
    }
    .nav-submenu__row:before {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        height: 1px;
        background: rgba(255,255,255,0.2);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav-submenu__list_max_desktop {
        max-width: 130px;
    }
    .nav-submenu__list-link {
        font-size: 13px;
        letter-spacing: -0.03em;
    }
    .nav-submenu__list-link:not(.nav-submenu__list-link_title) {
        font-size: 12px;
        letter-spacing: -0.03em
    }
}
@media screen and (min-width: 992px) {
    .nav-top__link {
        font-size: 12px;
        letter-spacing: 0;
    }
    .nav-panel__item {
        /*margin-left: 40px;*/
    }
    .nav-main__side {
        max-width: calc(50% - 50px);
    }
    .nav-main__link {
        font-size: 13px;
        letter-spacing: 0;
    }
}
@media screen and (min-width: 1200px) {
    .nav-main__link {
        font-size: 14px;
    }
    .nav-submenu__inner:not(.nav-submenu__inner_desktop_justified) {
        justify-content: center;
    }
}
@media screen and (min-width: 1520px) {
    .nav-main__side:first-child {
        padding-right: 60px;
    }
    .nav-main__side:last-child {
        padding-left: 60px;
    }
}

main {
    position: relative;
    margin-top: 160px;
}
#header.header_main ~ main {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    
    main {
        margin-top: 120px;
    }
    #header.header_main ~ main {
        margin-top: 0;
    }
}

p.hidden {
    display: none;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}
