.tablebodytext {
    display: none;
}
body {
    max-width: 100vw;
    overflow: hidden;
}
.header-container {
    position: relative;
}
.header-container, .fixed-bar {
    z-index: 994;
    transition: all 0.3s;
}
.header-container.scrolled, .fixed-bar.scrolled {
    transform: translateY(-120px);
}
.pagination-bullet {
    background-color: #d6d6d6;
}
.custom-tab-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.custom-tab-selector li {
    margin-left: -45px;
    background: #f1f1f1;
    color: #1f1f1f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 32px;
    width: 278px;
    align-items: center;
    border-radius: 55px;
    display: flex;
    justify-content: center;
}
.custom-tab-selector li.active {
    background: #0c63e2;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
.custom-tab-selector li:first-child {
    margin-left: 0;
}
.custom-inner-tab-selector {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.custom-inner-tab-selector li {
    border-bottom: 1px solid #767676;
    color: #5c5c5c;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: -.24px;
    line-height: 32px;
    padding-bottom: 20px;
    text-align: center;
    width: 33.333333333%;
    flex: 1 0 33.333333333%;
}
.custom-inner-tab-selector li.active {
    border-bottom: 3px solid #0078e2;
    color: #0078e2;
    font-weight: 700;
}
.custom-inner-tab-selector.green li.active {
    border-bottom: 3px solid #00ffd1;
    color: #00ffd1;
    font-weight: 700;
}
.custom-tab,
.custom-inner-tab {
    display: none;
    padding-top: 50px;
}
.custom-tab.visible,
.custom-inner-tab.visible {
    display: block;
}
.text-center {
    text-align: center;
}
.white-text {
    color: #fff;
}
.typography-enabled p {
    margin-bottom: 20px;
}
.typography-enabled table {
    width: 100%;
}
.typography-enabled table td {
    padding: 10px;
}
.responsive-youtube {
    position: relative;
    padding-bottom: 56.25%;
}

.responsive-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menu-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    top: -10000px;
    z-index: 1000;
    background: #fff;
    transition: opacity 0.4s;
    opacity: 0;
}
.menu-dropdown.visible {
    opacity: 1;
    top: 60px;
}
.products-submenu {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0 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::before {
    display: block;
    content: "";
    width: 68px;
    height: 100%;
    background: #f4f4f4;
    border-radius: 4px;
    transition: width 0.6s;
    position: absolute;
    left: 0;
    top: 0;
}
.products-submenu__anchors li.active::before {
    width: 100%;
}
.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:last-child {
    margin-bottom: 0;
}
.products-submenu__anchors li .text {
    width: 188px;
    color: #747474;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.products-submenu__anchors li .text span {
    display: block;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.products-submenu__tabs {
    flex: 1 1 auto;
}
.products-submenu__tab {
    display: none;
}
.products-submenu__tab.active {
    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.big {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.products-submenu__tab ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
    background: #f1f1f1;
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    display: flex;
    font-size: 12px;
    line-height: 20px;
    min-height: 40px;
}
.products-submenu__tab ul li span {
    margin-top: auto;
}
.products-submenu__tab ul li img {
    transform: scale(0.9);
    transition: all 0.3s;
}
.products-submenu__tab ul li:hover img {
    transform: scale(1);
}
.products-submenu__tab-title {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.24px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}
.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: 0;
}
.menu-dropdown-closer:hover {
    background: #f8f8f8;
}
.hidden {
    display: none;
}
.simple-popup {
    background: #fff;
    padding: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.simple-popup .responsive-youtube {
    max-height: 100%;
    width: auto;
}
.fancybox-slide--html .fancybox-close-small {
    right: 0;
    top: 0;
    background: #fff;
    opacity: 1;
}
.feedback-title {
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #c2c2c2;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.feedback-text {
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #c2c2c2;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.feedback-form {
    max-width: 438px;
    margin: 0 auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    box-sizing: border-box;
    border-radius: 200px;
    padding: 0px 0px 0px 16px;
    height: 54px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
    border: none;
    width: 100%;
    margin-bottom: 20px;
}
input[type="submit"], button[type="submit"] {
    background: rgb(12, 99, 226);
    border-radius: 200px;
    border-style: none;
    border-color: rgb(37, 36, 36);
    border-width: 2px;
    color: rgb(255, 255, 255);
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: 54px;
    width: 100%;
}
.footer-contacts {
    line-height: 24px;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-content {
    flex-grow: 1;
    min-height: 200px;
}
body .related-link-part[data-v-57bd319a] {
    width: 100%;
}
.related-link-part[data-v-57bd319a] a {
    color: #c2c2c2;
    font-size: 14px;
}
.related-link-part[data-v-57bd319a] a.active {
    color: #fff;
}
.main-submenu {
    z-index: 990;
}
.selectable-images img {
    display: none;
}
.selectable-images img.visible,
.selectable-images img.visible-always {
    display: inline;
}
.selling-point-item {
    text-align: center;
}
#filter-element-swipper-container .slideContainer {
    height: auto;
}
#filter-element-swipper-container .filter-element-swiper {
    height: 100vh;
}
.selectable-video video {
    display: none;
}
.selectable-video video.visible {
    display: block;
}
.header__contacts {
    display: flex;
    align-items: center;
}
.header__contacts a {
    color: #000;
    font-weight: bold;
}
.header__contacts a:hover {
    text-decoration: underline;
}
.header__email {
    margin-left: 20px;
}
.header__button {
    margin-left: 15px;
}
.b-footer-menu__col {
    margin-top: 20px;
}
.b-footer-menu__contact {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
    color: #fff;
}
.b-footer-menu__contacts {
    margin-top: 10px;
}
.b-footer-menu__contact.b-footer-phone, .b-footer-menu__contact.b-footer-email  {
    align-items: center;
}
.b-footer-menu__contact .pic_img {
    width: 32px;
    height: 32px;
    flex: none;
    margin-right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28BCEE;
}
.b-footer-menu__contact a {
    color: #fff;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}
.b-footer-menu__contact a:hover {
    color: #29BDEF;
}
.b-footer-phone a {
    padding-top: 4px;
}
.contactSocials {
    display: flex;
    margin-top: 15px;
    margin-bottom: 25px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.contactSocials__img {
    display: block;
    height: 32px;
    width: auto;
}
.button {
    display: inline-block;
    min-height: 40px;
    border-radius: 21px;
    text-align: center;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #3B5AA6;
    background: #3B5AA6;
    color: #fff;
    transition: 0.2s ease-in-out;
}
.button_second {
    border: 1px solid #ccd3db;
    background: #fff;
    color: #212121;
}
.button_second:hover {
    border: 1px solid #3B5AA6;
    background: #3B5AA6;
    color: #fff;
}
.b-footer-menu__contacts .button {
    margin-top: 25px;
    line-height: 22px;
}
.b-footer-copy {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.b-footer-copy .f_logo {
    background: url("../img/logo2.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 100%;
    background-position: 50%;
    width: 233px;
    height: 70px;
    margin-right: 15px;
}
.pageTitle__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: url("../img/titleBack.png") no-repeat left top;
}
.pageTitle h1 {
    color: #000;
    font-weight: 800;
    font-size: 70px;
    font-family: 'Futura PT', sans-serif;
    margin: 47px 0 80px;
}
.pageTitle__subtitle {
    color: #4803fd;
    font-family: 'Futura PT';, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: right;
    max-width: 370px;
    margin-top: 60px;
}
.mainSeller {
    margin-bottom: 72px;
}
.mainSeller__header {
    background-color: rgb(78,46,191);
    background-image: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
    background-image: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
    color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0 25px;
}
.mainSeller__logo {
    flex: 0 0 215px;
    text-align: center;
    font-size: 50px;
    font-family: 'Futura PT', sans-serif;
    color: white;
    text-decoration: none;
}
.mainSeller__address {
    flex: 1;
    color: white;
    padding-right: 20px;
}
.mainSeller__contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 30px;
}
.mainSeller__contact {
    flex: none;
    width: calc(50% - 15px);
    background-color: white;
    position: relative;
    padding: 65px 10px 70px 160px;
    background-position: left 48px center;
    background-repeat: no-repeat;
}
.mainSeller__contact_phone {
    background-image: url("../img/phone.png");
}
.mainSeller__links {
    margin: 0;
    padding: 0;
}
.mainSeller__link {
    color: #4803fc;
    font-weight: 700;
    width: 170px;
    display: inline-block;
    text-decoration: underline;
}
.mainSeller__link:hover {
    text-decoration: none;
    color: #4803fc;
}
.mainSeller__link_phone {
    color: black;
    text-decoration: none;
}
.mainSeller__link_phone:hover {
    color: #4803fc;
}
.mainSeller__contact_mail {
    background-image: url("../img/email.png");
}
.gray-bg {
    background: #edebf4;
}
.mainSeller__contact::after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(78,46,191);
    background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
    background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
    background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
}
.font-gotham {
    font-family: 'Gotham Pro';
    font-size: 16px;
    line-height: 1.5;
}
.whole-picture {
    width: 100%;
    height: 100%;
}
canvas {
    max-width: 100%;
    height: auto;
}
.field-holder {
    position: relative;
    margin-bottom: 16px;
}

.field-holder input {
    margin-bottom: 0;
}

.field-holder label {
    font-size: 16px;
    line-height: 1.3;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.field-holder textarea + label {
    top: 20px;
}
.field-holder input:not(:-moz-placeholder-shown) ~ label {
    font-size: 10px;
    margin-top: -10px;
}

.field-holder input:not(:-ms-input-placeholder) ~ label {
    font-size: 10px;
    margin-top: -10px;
}

.field-holder input:focus + label, .field-holder input:not(:placeholder-shown) ~ label,
.field-holder textarea:focus + label {
    font-size: 10px;
    margin-top: -10px;
}
.transparent-placeholder ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
    opacity: 0;
}

.transparent-placeholder ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
    opacity: 0;
}

.transparent-placeholder :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
    opacity: 0;
}

.transparent-placeholder ::-ms-input-placeholder { /* Microsoft Edge */
    color: transparent;
    opacity: 0;
}

.transparent-placeholder ::placeholder { /* Most modern browsers support this now. */
    color: transparent;
    opacity: 0;
}
.snmk-primary-btn.snmk-primary-btn--narrow {
    padding: 5px 10px;
}
.desktop-pl {
    padding-left: 48px;
}
.desktop-pr {
    padding-right: 48px;
}
.mobile-menu-opener {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 30px;
    height: 26px;
    box-sizing: border-box;
    margin-right: 20px;
    position: relative;
    text-indent: -9999px;
    display: none;
    cursor: pointer;
    transition: all 0.3s;
}
.mobile-menu-opener::before,
.mobile-menu-opener::after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.mobile-menu-opener.opened {
    border-color: transparent;
}
.mobile-menu-opener.opened::before,
.mobile-menu-opener.opened::after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu-opener.opened::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    background: #fff;
    z-index: 100;
    padding: 0 32px 20px 32px;
    transform: translateX(-100%);
    transition: all 0.3s;
    position: fixed;
    top: 60px;
    z-index: 1000;
    overflow: auto;
}
.mobile-menu.opened {
    transform: translateX(0);
}
.mobile-menu > li {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    position: relative;
}
.mobile-menu > li.parent::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    position: absolute;
    top: 26px;
    right: 0;
    transform: rotate(-45deg);
}
.mobile-menu a {
    color: #000;
}
.mobile-submenu {
    display: none;
}
.submenu-opener {
    display: flex;
    align-items: center;
    margin-top: 24px;
    position: relative;
}
.submenu-opener::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s;
}
.submenu-opener.opened::after {
    transform: translateY(-50%) rotate(45deg);
}
.submenu-opener img {
    width: 32px;
    margin-right: 8px;
}
.submenu-content {
    display: none;
}
.submenu-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.24px;
    line-height: 28px;
    margin: 12px 0;
    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;
}
.submenu-product a {
    background-color: #f1f1f1;
    display: inline-block;
    /* height: 230px; */
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.submenu-product__subtitle {
    color: #5c5c5c;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: wrap;
}
.header[data-v-f4b7a62c] {
    width: 100%;
}


.header-container .c-white:hover {
    color: #d6d6d6;
}
.pre-heat[data-v-0b322c89] .pre-heat-btn:hover {
    color: #d6d6d6;
}

.simple-popup--narrow {
    max-width: 470px;
    border-radius: 10px;
    padding: 30px 40px 40px;
}
.simple-popup__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}
.simple-popup--narrow input[type="text"],
.simple-popup--narrow input[type="email"],
.simple-popup--narrow input[type="password"],
.simple-popup--narrow input[type="tel"],
.simple-popup--narrow textarea {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #ccd3db;
    border-radius: 20px;
    padding-left: 20px;
    font-size: 16px;
    outline: none;
}
.simple-popup--narrow textarea {
    height: 125px;
    resize: none;
    padding-top: 10px;
}
.form__agrement {
    line-height: 1.25;
    font-size: 14px;
    margin-top: 20px;
}
.simple-popup--narrow input[type="submit"] {
    display: inline-block;
    min-height: 40px;
    border-radius: 21px;
    text-align: center;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #3B5AA6;
    background: #3B5AA6;
    color: #fff;
    transition: 0.2s ease-in-out;
    font-weight: normal;
    height: auto;
    width: auto;
}
.simple-popup--narrow input[type="submit"]:hover {
    background: #fff;
    color: #3B5AA6;
}
.breadcrumbs {
    background: #0B0C0D;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    padding: 10px 0;
}
.breadcrumbs a {
    color: #fff;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumbs-divider {
    display: inline-block;
    width: 9px;
    height: 1px;
    background: #fff;
    margin: 0 8px;
}
.bx-breadcrumb-item {
    display: flex;
    align-items: center;
}
.video-holder {
    height: 100%;
    width: 100%;
}
.video-holder.not-showed {
    display:none
}
.video-holder.not-showed.visible {
    display:block;
}
.video-holder .video-title {
    display: none;
}

.header__button .btn {
    text-align: center;
}