*, ::after, ::before {
    box-sizing: inherit;
}
body {
    font-family: Roboto, Droid Sans, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    color: #1f1f1f;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.header-container {
    position: relative;
}
.header-container, .fixed-bar {
    z-index: 994;
    transition: 0.3s;
}
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style: none;
}
.mobile-menu {
    left: 0px;
    width: 100%;
    height: calc(-60px + 100vh);
    background: rgb(255, 255, 255);
    padding: 0px 32px 20px;
    transform: translateX(-100%);
    transition: 0.3s;
    position: fixed;
    top: 60px;
    z-index: 1000;
    overflow: auto;
}
.mobile-menu > li {
    padding: 20px 0px;
    border-bottom: 1px solid rgb(235, 235, 235);
    cursor: pointer;
    position: relative;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
.mobile-submenu {
    display: none;
}
.submenu-opener {
    display: flex;
    align-items: center;
    margin-top: 24px;
    position: relative;
}
audio, img, video {
    height: auto;
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
.submenu-opener img {
    width: 32px;
    margin-right: 8px;
}
.submenu-content {
    display: none;
}
.submenu-title {
    color: rgb(31, 31, 31);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.24px;
    line-height: 28px;
    margin: 12px 0px;
    display: block;
}
.submenu-products-wrapper {
    width: 100%;
    overflow-x: auto;
}
.submenu-products {
    display: flex;
    column-gap: 10px;
    flex-direction: row;
    height: 100%;
}
.submenu-product {
    flex: 0 0 210px;
    display: flex;
    align-items: stretch;
    height: auto;
}
a {
    color: rgb(50, 115, 220);
    cursor: pointer;
    text-decoration: none;
    text-decoration: unset;
}
.mobile-menu a {
    color: rgb(0, 0, 0);
}
.submenu-product a {
    background-color: rgb(241, 241, 241);
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.scroll-fixed[data-v-f4b7a62c] {
    position: fixed;
    top: 0px;
}
.header-wrapper[data-v-f4b7a62c] {
    background-color: rgb(245, 245, 245);
    overflow: visible;
    transition: 0.2s ease-in-out, background-color 1.2s ease-in-out;
    width: 100%;
    z-index: 100;
}
.header[data-v-f4b7a62c] {
    width: 100%;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.mobile-menu-opener {
    border-top: 2px solid rgb(0, 0, 0);
    border-bottom: 2px solid rgb(0, 0, 0);
    width: 30px;
    height: 26px;
    box-sizing: border-box;
    margin-right: 20px;
    position: relative;
    text-indent: -9999px;
    display: none;
    cursor: pointer;
    transition: 0.3s;
}
.logo[data-v-f4b7a62c] {
    float: left;
    z-index: 100;
}
.logo[data-v-f4b7a62c], .logo img[data-v-f4b7a62c] {
    height: 100%;
}
.logo .logo-wrapper[data-v-f4b7a62c] {
    align-items: center;
    display: flex;
    font-size: 32px;
    height: 100%;
}
.font-bw-1 {
    color: rgb(31, 31, 31);
}
.iconfont {
    font-family: iconfont !important;
    -webkit-font-smoothing: antialiased;
}
.menus[data-v-f4b7a62c] {
    display: flex;
    flex: 1 1 0%;
    height: 100%;
    justify-content: center;
    left: 0px;
    position: relative;
}
.menu {
    font-size: 1rem;
}
.menus .menu[data-v-f4b7a62c] {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 0px 1.5625vw;
    position: relative;
}
.menus .menu[data-v-f4b7a62c] a {
    color: rgb(92, 92, 92);
}
.header__contacts {
    display: flex;
    align-items: center;
}
.header__contacts a {
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.header__email {
    margin-left: 20px;
}
.header__button {
    margin-left: 15px;
}
.snmk-primary-btn.snmk-primary-btn--narrow {
    padding: 5px 10px;
    padding: 8px 30px;
}
.snmk-btn, .snmk-btn-small, .snmk-float-btn, .snmk-float-btn-small, .snmk-link-btn, .snmk-link-btn-small, .snmk-link-small, .snmk-primary-btn, .snmk-primary-btn-small {
    border: none;
    border-radius: 42px;
    cursor: pointer;
    display: inline-block;
    min-width: 9em;
    padding: 1em 2em;
    position: relative;
}
.snmk-primary-btn, .snmk-primary-btn-small {
    background-color: rgb(12, 99, 226);
    color: rgb(255, 255, 255);
}
.c-white {
    color: rgb(255, 255, 255);
}
.menu-dropdown {
    position: fixed;
    left: 0px;
    right: 0px;
    top: -10000px;
    z-index: 1000;
    background: rgb(255, 255, 255);
    transition: opacity 0.4s;
    opacity: 0;
}
.menu-dropdown-closer {
    position: absolute;
    right: 50%;
    padding: 12px;
    border-radius: 50%;
    top: 24px;
    margin-right: -585px;
    cursor: pointer;
    display: block;
}
.menu-dropdown-closer svg {
    display: block;
    margin: 0px;
}
.products-submenu {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 24px 0px 30px;
}
.products-submenu__anchors {
    flex: 0 0 auto;
    margin-right: 32px;
}
.products-submenu__anchors li {
    margin-bottom: 40px;
    position: relative;
}
.products-submenu__anchors li a {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
}
.products-submenu__anchors li .img {
    border-radius: 4px;
    margin-right: 12px;
    flex: 0 0 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-submenu__anchors li .img img {
    border-radius: 4px;
    max-width: 100%;
    max-height: 100%;
}
.products-submenu__anchors li .text {
    width: 188px;
    color: rgb(116, 116, 116);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.products-submenu__anchors li .text span {
    display: block;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.products-submenu__anchors li:last-child {
    margin-bottom: 0px;
}
.products-submenu__tabs {
    flex: 1 1 auto;
}
.products-submenu__tab {
    display: none;
}
.products-submenu__tab.active {
    display: block;
}
.products-submenu__tab-title {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.24px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}
.products-submenu__tab ul {
    display: grid;
    gap: 10px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.products-submenu__tab ul li a {
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
    background: rgb(241, 241, 241);
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 12px;
    line-height: 20px;
    min-height: 40px;
}
.products-submenu__tab ul li img {
    transform: scale(0.9);
    transition: 0.3s;
}
.products-submenu__tab ul li span {
    margin-top: auto;
}
.products-submenu__tab ul li.big {
    grid-area: 1 / 1 / 3 / 3;
}
.header-height[data-v-f4b7a62c] {
    height: 60px;
}
@media (max-width: 1365px) {
    .mobile-menu {
        position: fixed;
        top: 60px;
        z-index: 1000;
    }
    .bx-core .scroll-fixed[data-v-f4b7a62c] {
    }
    .mobile-menu-opener {
        display: block;
    }
    .bx-core .menus[data-v-f4b7a62c] {
        display: none;
    }
}
@media (max-width: 1023px) {
    .bx-core .scroll-fixed[data-v-f4b7a62c] {
        position: fixed;
    }
    #header > .snmk-container {
        height: auto !important;
    }
    .header {
        flex-wrap: wrap;
        padding: 10px 0px;
    }
    .header .logo {
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
    .logo .logo-wrapper[data-v-f4b7a62c] {
        justify-content: center;
    }
    .header__contacts {
        padding: 10px 0px 0px;
        order: 1;
        flex: 0 0 100%;
        justify-content: center;
    }
    .header__phones br {
        display: none;
    }
    .header__phones a:last-child {
        margin-left: 15px;
    }
    .header-height, .header-height[data-v-f4b7a62c] {
        height: 91px;
    }
}
@media (max-width: 375px) {
    .snmk-container {
        margin-right: 8px;
    }
    .snmk-container, .snmk-container-no-mr {
        display: flex;
        flex-wrap: wrap;
        margin-left: 8px;
    }
}
@media (min-width: 375px) {
    .snmk-container {
        margin-right: 8px;
    }
    .snmk-container, .snmk-container-no-mr {
        display: flex;
        flex-wrap: wrap;
        margin-left: 8px;
    }
}
@media (min-width: 768px) {
    .snmk-container {
        margin-right: 32px;
    }
    .snmk-container, .snmk-container-no-mr {
        display: flex;
        flex-wrap: wrap;
        margin-left: 32px;
    }
    .snmk-col-m-7, .snmk-col-m-8 {
        margin-left: 8px;
        margin-right: 8px;
    }
    .snmk-col-m-8 {
        width: calc(100% - 16px);
    }
}
@media (min-width: 1200px) {
    .snmk-container {
        margin-right: 52px;
    }
    .snmk-container, .snmk-container-no-mr {
        display: flex;
        flex-wrap: wrap;
        margin-left: 52px;
    }
    .snmk-col-l-10, .snmk-col-l-9 {
        margin-left: 8px;
        margin-right: 8px;
    }
    .snmk-col-l-10 {
        width: calc(83.3333% - 16px);
    }
    .snmk-col-l-offset-1 {
        margin-left: calc(8.33333% + 8px);
    }
}
@media (min-width: 1440px) {
    .snmk-container {
        margin-right: 84px;
    }
    .snmk-container, .snmk-container-no-mr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 84px;
    }
    .snmk-col-10, .snmk-col-9 {
        margin-left: 12px;
        margin-right: 12px;
    }
    .snmk-col-10 {
        width: calc(83.3333% - 24px);
    }
    .snmk-col-offset-1 {
        margin-left: calc(8.33333% + 12px);
    }
}
@media (min-width: 2560px) {
    .snmk-container {
        left: calc(50% - 84px);
        max-width: 2391px;
        position: relative;
        transform: translateX(-50%);
    }
}
@media (max-width: 479px) {
    .mobile-menu-opener {
        margin-right: 0px;
    }
    .header .logo {
        padding-right: 30px;
    }
    .header__phones br {
        display: inline;
    }
    .header__phones a:last-child {
        margin-left: 0px;
    }
    .header__button {
        order: 2;
        flex: 0 0 100%;
        text-align: center;
        margin: 5px 0px 0px;
    }
    .header-height, .header-height[data-v-f4b7a62c] {
        height: 154px;
    }
}
@media (max-width: 1200px) {
    .logo[data-v-f4b7a62c] {
        float: left;
        width: auto;
    }
    .logo .logo-wrapper[data-v-f4b7a62c] {
        align-items: center;
        display: flex;
        font-size: 25px;
        height: 100%;
    }
}
