/* ===== @font-face ===== */
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype')
}

@font-face {
    font-family: icomoon;
    src: url('https://tehnomax.me/themes/smarty_new_design/assets/fonts/icomoon.woff?o1vshf') format('woff'), url('https://tehnomax.me/themes/smarty_new_design/assets/fonts/icomoon.ttf?o1vshf') format('truetype'), url('https://tehnomax.me/themes/smarty_new_design/assets/fonts/icomoon.svg?o1vshf#icomoon') format('svg'), url('https://tehnomax.me/themes/smarty_new_design/assets/fonts/icomoon.eot?o1vshf') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.li-space {
    padding-bottom: 17px
}

.footer-sections li {
    color: #f6f6f6
}

.content-wrap {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1425px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}

.footer-section-tehnomax-data {
    font: 600 14px/19px Montserrat;
    letter-spacing: 0;
    color: #d5d4d4
}

.footer-section-tehnomax-data.footer-section-tehnomax-data-professional {
    padding-left: 0;
    color: #ea1b25
}

.spec-wrapper {
    width: calc(25% - 3px);
    border: 1px solid #eae9e9;
    border-radius: 10px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center
}

.spec-value {
    font-size: 12px;
    width: 100%
}

.spec-name {
    color: #999;
    font-size: 10px
}

.gaming-home-heading-wrap div {
    line-height: 40px;
    font-size: 24px;
    color: #fff
}

.gaming-home-heading-wrap div:last-of-type {
    float: right
}

.gaming-home-heading-wrap img {
    height: 40px
}

.popular-categories-home-slider {
    margin-top: 30px;
}

.web-view {
    display: block
}

.header-basket-content {
    width: 394px;
    position: absolute;
    z-index: 6;
    right: 0;
    top: 45px;
    border: 1px solid #F6F6F6;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-out;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

.header-basket-products {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 220px;
    scrollbar-width: thin;
    -ms-overflow-style: inherit;
    scrollbar-color: #666 #f5f7fb;
    width: calc(100% - 20px);
}

.header-basket-product {
    width: calc(100% - 20px);
    height: auto;
    text-align: left;
    position: relative;
    padding: 10px 10px 0;
}

.item-remove-product {
    position: absolute;
    top: 24px;
    right: 18px;
    color: #999;
    font-weight: 400;
}

.basket-header a {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.item-remove-product a img {
    height: 15px;
}

.basket-image-wrapper {
    width: 60px;
    height: 100%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

.basket-image-wrapper a {
    display: block;
    height: 100%;
}

.basket-image-wrapper img {
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}

.header-basket-product-data {
    display: inline-block;
    position: relative;
    width: calc(100% - 100px);
    padding-top: 7px;
}

.header-basket-product-title {
    display: inline-block;
    font: normal normal 500 12px/16px Montserrat;
    color: #333;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(68% - 10px);
}

.header-basket-product-title a {
    padding-left: 10px;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header-basket-content .total-value {
    display: inline-block;
    font: normal normal 500 14px/24px Montserrat;
    color: #999;
    width: 32%;
}

.header-basket-product-data .total-value .price {
    text-align: right;
    margin-left: auto;
    font: normal normal 500 12px/24px Montserrat;
    color: #999;
    letter-spacing: 0;
}

.header-basket-content .price, .wish-list-content .price {
    color: #000;
    font-size: 15px;
    margin-right: 0;
    margin-left: 10px;
}

.price {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    padding-left: 5px;
}

.header-basket-product-data .header-amount-wrapper {
    padding-left: 10px;
    color: #BDBDBD;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    width: 100%;
}

.total-basket-web-wrapper {
    height: auto;
    padding-bottom: 10px
}

.header-basket-horizontal-white-line {
    width: calc(100% - 32px);
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    margin: auto auto 16px;
}
.header-basket-content .total-basket-value-wrap {
    height: auto;
}

.total-basket-value-wrap {
    height: 46px;
    line-height: 46px;
    font: normal normal 600 14px/20px Montserrat;
    color: #333;
}

.popular-categories_slider .thm-arrow-left-v2, .popular-categories_slider .thm-arrow-right-v2 {
    width: 35px;
    position: absolute;
    top: 50px;
    z-index: 10;
}

@media screen and (min-width: 1024px) {
    .popular-categories_slider .thm-arrow-right-v2 {
        right: 0;
    }

    .popular-categories_slider .thm-arrow-left-v2, .popular-categories_slider .thm-arrow-right-v2 {
        top: -80px;
    }

    .popular-categories_slider .thm-arrow-left-v2 {
        left: unset;
        right: 50px;
    }

    .footer-logo a {
        width: 350px;
    }

    .footer-logo a img {
        width: 260px;
    }

    .js-li-space-title .li-space-title-img {
        width: 20%;
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    .tehnomax-modal-overlay {
        width: 100%;
        height: 100%
    }

    .tehnomax-modal {
        width: 95%;
        top: 70px
    }

    .web-view {
        display: none !important
    }

    .mob-view {
        display: block !important
    }

    .close-category-menu-mob-wrap, .header_white_line_mob {
        display: block
    }

    .close-category-menu-mob {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 4px;
        right: 0
    }

    .close-category-menu-mob svg {
        width: 28px;
        height: 28px
    }

    .category-menu-item0.first-level, .category-menu-wrap, .scroll-category {
        background-color: transparent
    }

    .category-menu-wrap {
        display: flex;
        height: 110vh
    }

    .category-menu-item0.first-level > .submenu-category-item .first-level-link {
        padding-left: 40px;
        background-color: #fff;
        color: #000
    }

    .category-menu-item0.first-level .submenu-category-item-first-level {
        margin-left: 0;
        display: none
    }

    .category-menu-item0.first-level::-webkit-scrollbar {
        display: none
    }

    .close-third-level-menu {
        display: inline-block;
        line-height: 40px;
        padding-top: 10px;
        border-bottom: 2px solid #bcbcbc
    }

    .category-menu {
        display: none
    }
}

.li-space {
    position: relative
}

.footer-section-ul {
    padding-top: 20px
}

@media screen and (max-width: 1500px) {
    .footer-section-tehnomax-data {
        font-size: 12px;
        font-weight: 500
    }

    .footer-subscription-title {
        font-size: 16px;
    }

    .footer-subscription-body {
        padding: 15px 0;
        font-size: 12px;
    }

    .footer-newsletter input, .footer-newsletter-input, .footer-telephone, .footer-viber input {
        height: 40px;
    }

    .footer-newsletter-input input, .footer-telephone input {
        font-size: 12px;
    }

    #email-subscribe-form-footer div label, #email-subscribe-form-footer div p, #telephone-subscribe-form-footer div p, .footer-black .subscription-section .radio-checkbox-wrap label {
        font-size: 11px;
    }

    .social-networks-title {
        font-size: 14px;
    }

    footer .footer-newsletter a, footer .footer-viber a {
        display: initial;
        text-decoration: underline;
    }

}

.js-footer-section-2 .li-space, .js-footer-section-3 .li-space {
    padding-bottom: 8px
}

.js-footer-section-2 .footer-section-tehnomax-data, .js-footer-section-3 .footer-section-tehnomax-data {
    padding-left: 0
}

@media screen and (max-width: 1024px) {
    .action-home-slider .popular-categories-title-top a {
        font-size: 18px;
        height: 20px
    }

    .header-right-group {
        width: 58px;
        margin-top: 3.5px
    }

    .home-page-content {
        margin-top: 20px
    }

    .header-user div, .logo-wrap a {
        -webkit-touch-callout: none
    }

    .whish-list-modal-title .modal-check-svg {
        margin-top: 0;
        height: 30px
    }

    .gaming-home-heading-wrap div:last-of-type, .header-fixed .top-content {
        display: none
    }

    .footer-sections .li-space {
        display: flex
    }

    #mobile-product-modal .tehnomax-modal-close-btn {
        top: 0
    }

    #mobile-product-modal .tehnomax-modal-btn-wrap {
        margin-top: 26px
    }

    #mobile-product-modal .tehnomax-modal-content {
        padding-bottom: 60px
    }

    .category-wrap {
        height: 100vh !important;
        display: block;
        overflow: hidden
    }

    .second_fixed {
        background-color: transparent;
        margin-top: 110px;
        height: 50px;
        overflow: hidden
    }

    .slick-slide img {
        height: 250px
    }

    .search-form {
        display: none
    }

    .search-form-mob {
        display: block;
        height: 60px;
        margin-top: 50px;
        position: absolute;
        left: 0;
        background: #000;
        top: 0;
        width: 100%
    }

    .search-form-mob #fnc-search_form_mob {
        width: 100%;
        margin: auto;
        border-radius: 4px;
        border: none
    }

    #remove-search-val, #search_form_mob_svg {
        position: absolute;
        height: 40px;
        width: 40px;
        top: 0
    }

    .search-form-mob .search-field {
        background: #fff
    }

    #search_form_mob_svg {
        border-radius: 50%;
        background-color: #ea1b25;
        right: 0
    }

    #remove-search-val {
        display: none;
        right: 45px
    }

    #remove-search-val line {
        stroke: #000
    }

    #fnc-search_form_mob svg {
        right: 10px;
        top: 10px;
        max-height: 20px;
        width: 20px
    }

    #fnc-search_form_mob svg path {
        fill: #FFF
    }

    .search-form-class {
        margin: 12px auto auto;
        width: calc(100% - 40px);
        position: relative
    }

    .scroll-category {
        padding: 0
    }

    .logo-wrap span {
        display: inline
    }

    .compare-products-mob-overlay, .whish-list-modal-mob-overlay {
        top: 0;
        width: 100%;
        height: 10000px;
        background: #333;
        opacity: .8;
        z-index: 9999
    }

    .compare-products-mob-popup, .whish-list-modal-mob-popup {
        width: 90%;
        height: auto;
        background: #fff;
        border-radius: 10px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 99999;
        text-align: center;
        top: 70px
    }

    .whish-list-modal-mob {
        width: 90%;
        margin: auto;
        text-align: center;
        display: block;
        padding: 10px 10px 40px
    }

    .compare-products-mob-overlay, .compare-products-mob-popup, .whish-list-modal-mob-overlay, .whish-list-modal-mob-popup {
        left: 0;
        display: none;
        position: absolute
    }

    .whish-list-modal-mob p, .whish-list-modal-title {
        font: 800 16px/18px Montserrat;
        color: #333;
        margin-top: 20px
    }

    .whish-list-modal-title {
        padding-top: 40px
    }

    .whish-list-modal-img {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 10px;
        max-height: 190px
    }

    .compare-products-wrapper-mob {
        display: flex;
        text-align: center;
        height: 44px
    }

    .compare-thumbs-title {
        font: 600 12px/44px Montserrat;
        margin-top: 0;
    }

    .category-menu-wrap .category-menu-item0 .header_white_line_mob li .nav_item {
        padding-top: 0
    }

    .product-slider.slick-slider img {
        height: auto;
        width: auto;
        margin: auto;
        vertical-align: middle;
        display: inline-block;
    }

    .footer-section-ul::after, .footer-section-ul::before {
        top: 0;
        width: 12.5%;
        height: 100%;
        background-color: #444;
        position: absolute;
        content: ''
    }

    .footer-section-ul::before {
        left: -12.5%
    }

    .footer-section-ul::after {
        right: -12.5%
    }

    .footer-section-ul {
        display: block;
        background: #444;
        padding-top: 8px;
        border: 1px solid #444
    }

    .footer-section-ul-wrap {
        display: none
    }

    .category-menu-item0 {
        position: relative
    }

    .first-level::-webkit-scrollbar {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .brand_slider svg {
        height: 80px
    }

    .gaming-home-heading-wrap div {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .product-specification-grid .spec-wrapper:nth-of-type(n+4) {
        display: none
    }

    .product-specification-grid .spec-wrapper {
        width: calc(33.33% - 3px)
    }

    .hero-slick {
        margin-top: 0!important;
        margin-left: 0!important;
    }

}

.st1 {
    r: 460
}

@media (min-width: 1024px) {
    .st1 {
        r: 540
    }
}

.category-menu {
    width: 260px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px
}

.category-menu i {
    font-size: 18px;
    line-height: 18px;
    margin: 0 20px;
    vertical-align: middle
}

.category-menu .all-category-link {
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    height: 30px;
    border-radius: 8px;
    background-color: #ea1b25;
    align-self: center;
    display: flex;
    flex: 1;
    position: absolute;
    width: 260px
}

.category-menu .all-category-link span {
    align-self: center;
    margin-right: 20px
}

.category-menu .all-category-link i {
    line-height: 50px;
    align-self: center
}

.category-menu-wrap .first-level-link {
    font: 600 12px/14px Montserrat;
    color: #bcbcbc
}

.first-level-pointer {
    padding-right: 10px;
    padding-top: 6px;
    float: right;
    display: none;
    vertical-align: middle
}

.category-wrap {
    display: initial
}

.category-menu-item0.first-level .submenu-category-item-first-level {
    box-sizing: border-box;
    margin-left: 1px;
    height: 52px
}

.submenu-category-item.second-level-category, .submenu-category-item.third-level-category {
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-weight: 200;
    break-inside: avoid-column
}

.submenu-category-item.second-level-category {
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.category-menu-item1.second-level .third-level-category > a, .category-menu-item1.second-level .third-level-category > p {
    font-size: .85em;
    font-weight: 300;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-left: 38px;
    line-height: 1.5em;
    text-decoration: none
}

.category-menu-item1.second-level .third-level-category > a {
    white-space: normal
}

.category-menu-wrap {
    position: relative;
    display: none;
    width: 100%;
    z-index: 1000;
    color: #fff;
    background-color: #000;
    padding-bottom: 30px
}

.first-level {
    background-color: #000;
    width: 18.3vw;
    box-sizing: border-box;
    max-width: 352px
}

.category-menu-item1.second-level a {
    line-height: 1.2em;
    font-size: .79em;
    box-sizing: border-box;
    padding-bottom: .3em
}

.category-menu-item1.second-level .submenu-category-item > a {
    letter-spacing: 0;
    color: #e0e0e0
}

.submenu-category-item.third-level-category > a, .submenu-category-item.third-level-category > p {
    text-transform: lowercase
}

.submenu-category-item.third-level-category > a:first-letter, .submenu-category-item.third-level-category > p:first-letter {
    text-transform: uppercase
}

.category-menu-item1.second-level {
    background-color: transparent;
    width: calc(100% - 18.32vw);
    padding: .7vw;
    max-width: 1600px;
    box-sizing: border-box;
    display: none
}

.category-menu-item0.first-level > .submenu-category-item .first-level-link {
    position: relative;
    max-width: 350px;
    background-color: #000;
    z-index: 2;
    display: block;
    height: 52px;
    line-height: 52px;
    font-weight: 1000;
    padding-left: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 260px;
    overflow: hidden
}

.category-menu-item0 > .submenu-category-item > .category-menu-item1 {
    position: absolute;
    left: 18.3vw;
    top: 0;
    border-left: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    height: fit-content
}

@media screen and (max-width: 1366px) {
    .category-menu-item0 > .submenu-category-item > .category-menu-item1 {
        left: 260px;
        display: none
    }

    .category-menu-item1.second-level {
        width: calc(100% - 260px)
    }

    .category-menu-item0.first-level {
        width: 300px;
        height: 100%
    }
}

@media screen and (max-width: 1260px) {
    .category-menu i {
        font-size: 18px;
        margin: 0 10px
    }

    .category-menu {
        font-size: 12px
    }
}

.category-page-wrap.content-wrap {
    display: block;
    margin-top: 50px
}

@media screen and (min-width: 1024px) {
    .category-menu-wrap {
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .category-menu-wrap::-webkit-scrollbar {
        display: none
    }

    .category-menu-wrap::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .category-menu-wrap::-webkit-scrollbar-thumb {
        background: #888
    }

    .category-menu-item0 > .submenu-category-item > .category-menu-item1 {
        overflow-y: hidden;
        overflow-x: hidden
    }

    .js-li-space-title {
        border: 1px solid #fff;
        border-radius: 20px;
        height: 60px;
        padding: 10px 20px;
        display: flex;
        margin-bottom: 40px!important;
    }

    .js-li-space-title .li-space-title-img img {
        height: 50px;
        align-self: center;
    }

    .js-li-space-title .li-space-title-text {
        vertical-align: middle;
        text-align: right;
        width: 80%;
    }
}

.category-menu-item1.second-level a svg {
    display: none
}

@media screen and (max-width: 1600px) {
    .category-menu-second-name {
        font-size: .9em
    }

    .content-wrap {
        max-width: 1260px;
    }
}

@media screen and (max-width: 1400px) {
    .category-menu-second-name {
        font-size: .8em
    }
}

@media screen and (max-width: 1024px) {
    .category-menu-second-name {
        font-size: 14px
    }

    .category-page-wrap.content-wrap {
        margin-top: 0
    }

    .category-menu-item0.first-level .submenu-category-item-first-level {
        height: 52px
    }

    .category-menu-item0.first-level .submenu-category-item-first-level:first-of-type {
        margin-top: 80px
    }

    .category-menu-item0 > .submenu-category-item > .category-menu-item1 {
        position: absolute !important;
        height: calc(100% + 450px) !important;
        width: 100% !important
    }

    .category-menu-item1.second-level .submenu-category-item > a, .category-menu-wrap {
        color: #000
    }

    .category-menu-item0.first-level > .submenu-category-item .first-level-link {
        max-width: 100%
    }

    .category-menu-item1.second-level {
        background-color: #000;
        margin-left: 0;
        background-image: none !important;
        max-width: 100%
    }

    .first-level {
        margin-left: 0
    }

    .first-level-pointer {
        display: block;
        padding-right: 20px
    }

    .category-menu {
        margin-left: 0
    }

    .category-menu-item1.second-level a {
        display: inline-block
    }

    .category-menu-item1.second-level a svg {
        padding-right: 0;
        padding-top: 8px;
        float: right;
        vertical-align: middle;
        display: block
    }

    .category-menu, .category-menu-item0.first-level {
        max-width: 100%
    }

    .category-menu-item1.second-level .second-level-category {
        padding-left: 40px;
        font: 600 12px/40px Montserrat;
        text-transform: uppercase
    }

    .category-menu-item0.first-level {
        width: 100%;
        visibility: visible;
        opacity: 1;
        max-height: initial;
        height: 100%;
        overflow-y: scroll;
        box-shadow: none;
        background-color: #000;
        display: block;
        margin-top: -1px;
        overflow-x: hidden;
        box-sizing: border-box;
        scrollbar-width: none
    }

    .category-menu-wrap, .homepage .category-menu-wrap {
        width: 100vw;
        height: 100vh !important;
        display: flex;
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .category-menu-item0.first-level > .submenu-category-item .first-level-link, .submenu-category-item {
        line-height: 60px;
        height: 60px;
        width: 100%;
        max-height: 60px;
        display: block;
        background-color: #fff
    }

    .category-wrap {
        height: 100%;
        width: 100vw;
        top: 55px;
        opacity: 1;
        visibility: visible
    }

    .category-menu-item0 > .submenu-category-item .category-menu-item1 {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
        -webkit-column-fill: auto;
        -moz-column-fill: auto;
        column-fill: auto;
        width: 80%;
        overflow-x: hidden
    }

    .category-menu-item0 > .submenu-category-item > .category-menu-item1 {
        left: 0;
        display: none;
        visibility: visible;
        opacity: 1;
        z-index: 5;
        box-shadow: none;
        padding-left: 0;
        top: 0;
        max-height: 100vh;
        background-color: #fff;
        overflow-y: scroll;
        column-count: 1;
        -webkit-column-count: 1;
        padding-bottom: 180px
    }

    .category-menu-item1.second-level .submenu-category-item > a {
        font-size: 14px;
        line-height: 55px;
        height: 55px;
        max-height: 55px;
        box-sizing: border-box
    }

    .close-menu {
        font-size: 29px;
        font-weight: 700
    }

    .category-menu-item1.second-level .submenu-category-item.third-level-category > a, .close-third-level-menu, .submenu-category-item.second-level-category {
        font-size: 22px;
        max-height: initial;
        box-sizing: border-box
    }

    .category-menu-item1.second-level .submenu-category-item.third-level-category > a {
        font-size: 3.2vw
    }

    .submenu-category-item.second-level-category, .submenu-category-item.third-level-category {
        line-height: 55px;
        height: 55px;
        max-height: 100%;
        width: 100%;
        display: block
    }

    .category-menu i {
        margin: 0 15px;
        font-size: 16px;
        visibility: hidden
    }

    .category-menu-item0.first-level .submenu-category-item-first-level > a {
        padding-left: 12px
    }

    .category-menu {
        border-radius: 0;
        width: 100%
    }

    .scroll-category {
        position: fixed;
        height: 100vh;
        box-sizing: border-box;
        margin-left: -1000px
    }

    .category-menu-wrap .js-category-menu-wrap.category-menu-item0.first-level.dropdown-menu {
        background-color: #fff
    }

    .category-menu-wrap .js-category-menu-wrap {
        padding-bottom: 180px
    }
}

.category-menu-dot_second {
    border-radius: 50%;
    display: inline-block;
    background: #ea1b25
}

@media only screen and (max-width: 870px) {
    .category-menu-item1.second-level .submenu-category-item.third-level-category > a, .close-third-level-menu {
        max-height: initial
    }

    .submenu-category-item.second-level-category, .submenu-category-item.third-level-category {
        line-height: 55px;
        height: 55px;
        max-height: initial
    }
}

@media only screen and (max-width: 660px) {
    .category-menu-second-name {
        font-size: 3vw
    }
}

@media only screen and (max-width: 550px) {
    .submenu-category-item.second-level-category, .submenu-category-item.third-level-category {
        line-height: 55px;
        height: 55px
    }
}

@media only screen and (max-width: 480px) {
    .category-menu-item1.second-level .second-level-category, .category-menu-item1.second-level .submenu-category-item > a, .close-menu {
        font: 600 12px/40px Montserrat;
        font-size: 3vw;
        background-color: transparent
    }

    .category-menu-item1.second-level, .close-third-level-menu {
        font-size: 3.5vw
    }

    .submenu-category-item.third-level-category > a {
        font-size: 2.9vw
    }
}

html {
    font-family: Montserrat, sans-serif
}

.category-menu-dot_second {
    width: 6px;
    height: 6px;
    margin-right: 12px;
    position: absolute;
    top: calc(1.2em / 2 - 3px)
}

.header-links, .transparent-header, body {
    background-color: #f5f7fb
}

body, p, ul {
    margin: 0
}

html {
    -webkit-text-size-adjust: 100%;
    scrollbar-gutter: stable
}

* {
    -webkit-font-smoothing: antialiased
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    touch-action: manipulation
}

body * {
    outline: 0
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

ul {
    padding: 0
}

li {
    list-style-type: none
}

i {
    font-style: normal
}

.header-fixed {
    height: 100px;
    background-color: #000;
    position: absolute;
    width: 100%;
    z-index: 1001
}

.second_fixed {
    padding: 0;
    max-width: 100%;
    width: 100%
}

.header-fixed-wrap {
    height: 100px
}

.top-content {
    width: 100%;
    display: flex;
    height: 20px;
    justify-content: flex-start;
    padding-top: 10px
}

.header-phone svg {
    max-height: 18px;
    width: 20px;
    margin-bottom: -4px
}

.header-mail svg {
    max-height: 12px;
    width: 20px
}

.header-scroll {
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
    display: block
}

.search-form {
    height: 40px;
    float: right;
    position: relative;
    margin-top: 4px
}

.search-form-class {
    background-color: #333;
    color: #fff;
    height: 40px;
    border-radius: 20px;
    border: none
}

.search-form-class svg {
    position: absolute;
    right: 25px;
    top: 10px;
    max-height: 20px;
    width: 20px
}

.header-mail, .header-phone {
    color: #e0e0e0
}

.header-mail {
    width: 250px
}

.header-phone {
    position: relative;
    width: 70px
}

.header-mail a, .header-mail span, .header-phone span {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700
}

.content-wrap .main-content {
    display: flex;
    vertical-align: middle;
    width: inherit;
    padding-top: 17px
}

.logo-wrap {
    float: left;
    height: 45px;
    width: 268px
}

.logo-wrap img {
    max-width: 260px;
    vertical-align: middle;
    width: 100vh
}

.brand_slider_wrap .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.brand_slider_wrap .init-slider-wrap {
    overflow: unset;
    width: 100%;
}

.slick-slider {
    margin: 30px 0;
    margin-left: -10px;
}

.brand_slider_wrap .brand_slider, .brand_slider_wrap .popular-categories_slider {
    background: #f8f8f8;
    height: 130px;
}

.brand_slider_wrap .popular-categories_slider {
    height: 180px;
    margin-bottom: 0;
}

.brand_slider_wrap .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.brand_slider_wrap .slick-slider, .ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
}

body .brand_slider_wrap .slick-slider {
    overflow: hidden;
    max-width: 100%;
}

.popular-categories-home-slider.content-wrap .slick-slider {
    margin-top: 50px;
}

.brand_slider_wrap .init-slider-wrap .slick-initialized, .brand_slider_wrap .init-slider-wrap .slick-initialized+.home-banner-nav {
    opacity: 1;
    overflow: visible;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.popular-categories-home-slider.content-wrap .slick-list, .popular-categories-home-slider.content-wrap .slick-slide a img, .popular-categories-home-slider.content-wrap .slick-track {
    height: 100%;
}

.brand_slider_wrap .slick-track {
    min-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .logo-wrap img {
        width: 100%
    }
}

.vertical {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -4px
}

.header-user {
    float: right;
    text-align: right;
    height: 40px;
    padding-top: 8px;
    width: 190px;
    display: flex;
    justify-content: end
}

.header-user > div, .logo-wrap > div {
    display: inline-block;
    vertical-align: middle
}

.header-user > div {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 30px;
    display: inline-block
}

.user-wraper a {
    display: flex;
    align-items: center;
    margin-top: 6px
}

.header-user > div:last-of-type {
    margin-right: 0
}

.basket-header {
    font-weight: 900;
    position: relative;
    display: inline-block
}

.basket-header span {
    bottom: 10px
}

.header-links {
    display: inline-block;
    line-height: 50px;
    color: #000;
    overflow: hidden;
    font-weight: 500;
    float: right;
    width: calc(100% - 300px);
    opacity: .95;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding-left: 40px
}

.transparent-header {
    width: 100%;
    height: 100%;
    opacity: .8
}

.header-links a:first-of-type {
    flex: 2;
    min-width: 120px
}

.header-links a, .header-links h3 {
    text-transform: uppercase;
    text-align: center;
    flex: 1;
    align-self: center
}

.header-links h3 {
    margin: 0
}

.header-links a:last-of-type {
    min-width: 110px;
    margin-right: 0;
    padding-right: 0
}

.header-links a:last-of-type h3 {
    text-align: right
}

.header-links a span {
    width: 100%;
    height: 100%;
    display: block
}

.wish-list-wrap img {
    padding: 4px
}

.category-menu-second-name {
    white-space: normal;
    padding-left: 20px;
    display: inline-block
}

.basket-header a {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
    margin-top: 2px
}

.header-fixed {
    -webkit-transform: translate3d(0, 0, 0)
}

.action-home-slider .popular-categories-title-top a {
    display: flex;
    font: 500 20px/25px Montserrat;
    height: 25px
}

.action-home-slider .popular-categories-title-top a img {
    margin-left: 6px;
    height: 25px
}

.popular-categories-home-slider.content-wrap .slick-slide a {
    height: 130px;
    min-height: 100%
}

.popular-categories-home-slider.content-wrap .slick-slide a .popular-category-background {
    width: auto;
    height: 90%;
    margin-top: 5%;
    object-fit: contain
}

.popular-categories-home-slider.content-wrap .slick-slide a .popular-category-image {
    z-index: 10;
    position: absolute;
    height: 95%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popular-categories-title {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%);
    width: 100%;
    font-size: 12px;
    height: 50px
}

.popular-categories-home-slider.content-wrap .slick-slide a img {
    height: 100%
}

.basket-header img {
    height: 25px
}

.header-links h3 img {
    display: inline-block;
    vertical-align: middle
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset
}

.header-links h3 img {
    width: 100vh;
    margin-right: 10px;
    max-width: 14px
}

.header-links .gaming-nav-tab h3 img {
    max-width: unset;
    width: 110px
}

.checked-wish {
    display: none
}

.wish-list.grid div svg {
    position: relative;
    height: 20px;
    width: 24px
}

.js-product-slider-gamin-gamin .compare-list-grid svg path, .js-product-slider-gamin-gamin .wish-list.grid svg g {
    fill: #999 !important
}

.compare-list-grid {
    font-size: 28px;
    height: 28px;
    position: relative;
    text-align: left;
    margin-left: 4px;
    width: 50%;
    z-index: 90;
    display: none
}

.compare-list-grid svg {
    position: relative;
    height: 24px;
    width: 24px
}

.logo-wrap span {
    color: #fff;
    font-size: 24px;
    margin: 0 24px 0 17px;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    display: none
}

.logo-wrap span svg {
    max-height: 100%;
    max-width: 25px
}

.header-fixed .content-wrap {
    height: inherit
}

.relative {
    position: relative
}

.no-display {
    display: none
}

.header-fixed .content-wrap {
    overflow: visible
}

#search_btn, #search_btn_mob {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    font: 700 14px/20px Montserrat;
    color: #fff
}

.user-wraper, .wish-list-wrap {
    position: relative;
    display: inline-block;
    margin: 0
}

.wish-list-wrap {
    margin: 0 16px
}

.user-wraper {
    width: 86px
}

.basket-header span {
    display: inline-block
}

.basket-header span span {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px
}

.search-field {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font: 300 14px/14px Montserrat
}

.compare-products-wrapper {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 10px;
    width: 100%;
    height: 200px;
    z-index: 999999;
    visibility: visible;
    margin: 0;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    padding: 20px
}

.compare-thumbs-wrapper {
    width: calc(100% - 260px)
}

.comapare-btns {
    float: right;
    width: 260px;
    margin-top: 20px
}

.compare-products-btn {
    width: 260px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font: 600 14px/40px Montserrat;
    text-align: center;
    text-transform: uppercase
}

.comapare-btns a:first-of-type {
    margin-bottom: 20px;
    color: #fff;
    background: #ea1b25
}

.compare-products-remove-all {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    width: 260px;
    text-align: center;
    font: 600 14px/18px Montserrat
}

.close-menu {
    display: none
}

.close-third-level-menu {
    display: none
}

@media screen and (max-width: 1600px) {
    .content-wrap {
        max-width: 1260px
    }
}

@media screen and (max-width: 1500px) {
    .header-links a span {
        font-size: 12px
    }
}

@media screen and (max-width: 1366px) {
    .logo-wrap {
        width: 268px
    }
}

@media screen and (max-width: 1260px) {
    .header-user > div {
        font-size: 14px;
        margin-right: 20px
    }
}

@media only screen and (min-width: 1097px) and (max-width: 1365px) {
    .content-wrap {
        max-width: 1365px
    }
}

@media only screen and (min-width: 828px) and (max-width: 1096px) {
    .content-wrap {
        max-width: 1096px
    }
}

@media only screen and (max-width: 1075px) and (min-width: 1025px) {
    .header-links h3 {
        font-size: 12px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    .header-links h3 {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1085px) {
    .header-links h3 {
        font-size: 10px
    }
}

@media only screen and (min-width: 1025px) {
    footer .footer-newsletter {
        padding-bottom: 20px;
    }

    footer .radio-checkbox-wrap label {
        max-width: calc(100% - 25px);
    }

}

.close-third-level-menu {
    margin-left: 38px
}

@media screen and (max-width: 1400px) {
    .header-links a:first-of-type {
        flex: unset;
        min-width: unset
    }

    .header-links .gaming-nav-tab h3 img {
        width: 100%
    }

    .content-wrap {
        max-width: 1160px
    }
}

@media screen and (max-width: 1024px) {
    .action-home-slider .popular-categories-title-top a img {
        height: 18px;
        margin-top: 4px
    }

    .logo-wrap .vertical {
        display: none
    }

    .logo-wrap > div {
        height: 100%
    }

    .category-menu, .header-scroll {
        opacity: 1
    }

    .search-form-class {
        width: 100%
    }

    .logo-wrap img {
        width: 100%
    }

    .header-fixed .content-wrap {
        padding-top: 0
    }

    .comapare-btns {
        float: left;
        width: 100%;
        margin-top: 0
    }

    .logo-wrap div {
        width: 100%
    }

    .logo-wrap a {
        width: calc(100% - 35px);
        margin: 10px auto auto;
        text-align: center
    }

    .logo-wrap a img {
        width: 180px;
        max-width: 90%;
        max-height: 35px
    }

    .compare-thumbs-wrapper {
        width: 100%
    }

    .close-menu {
        margin-left: 40px;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        width: calc(83% - 15px);
        box-sizing: border-box;
        margin-right: 20px;
        border-bottom: 2px solid #bcbC
    }

    .category-menu-item1 .close-menu svg, .close-third-level-menu svg {
        fill: #000;
        padding-right: 4px;
        width: 6px
    }

    .header-scroll .content-wrap {
        padding: 0
    }

    .third-level-wrap {
        left: 0;
        display: none;
        position: absolute;
        visibility: visible;
        opacity: 1;
        width: 100%;
        z-index: 1000;
        box-shadow: none;
        padding-left: 0;
        top: 0;
        height: 100vh;
        max-height: 100vh;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        column-count: 1;
        -webkit-column-count: 1;
        padding-bottom: 180px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center top
    }

    .header-scroll {
        position: relative;
        z-index: 11;
        top: 0;
        overflow: hidden
    }

    .user-wraper {
        display: none
    }

    .wish-list-wrap {
        margin-right: 0
    }

    .content-wrap .main-content {
        padding-top: 6px;
        display: inline-block
    }

    .header-fixed .content-wrap .main-content {
        margin-top: 0
    }

    .logo-wrap span {
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 3px 0 0;
        font-size: 18px
    }

    .header-fixed {
        height: 125px;
        margin-top: 0;
        position: fixed
    }

    .logo-wrap {
        width: calc(100% - 58px)
    }

    .header-user .basket-header, .header-user .user-wraper-mob, .header-user .wish-list-wrap {
        height: 24px;
        width: 24px;
        border: 1px solid #fff;
        border-radius: 4px;
        margin: 0 2px
    }

    .header-user .wish-list-wrap {
        display: none
    }

    .header-user .user-wraper-mob.mob-view {
        display: inline-block
    }

    .header-user .basket-header img, .header-user .user-wraper-mob img, .header-user .wish-list-wrap img {
        height: 16px;
        padding: 4px
    }

    .header-user {
        width: 58px
    }

    .header-fixed-wrap {
        height: fit-content
    }

    .compare-products-wrapper {
        height: auto;
        width: 90%;
        margin: auto;
        text-align: center;
        left: 5%;
        bottom: 10px;
        border-radius: 4px;
        transform: translateX(0)
    }

    .header-scroll.js-header-scroll {
        display: none
    }

    .category-menu-second-name {
        padding-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .category-menu-item1 .close-menu {
        font-size: 4.04vw
    }

    .compare-products-btn {
        max-width: 260px;
        height: 30px;
        border-radius: 4px;
        line-height: 30px;
        font-size: 11px;
        color: #000
    }

    .compare-products-remove-all {
        font-size: 11px;
        line-height: 11px;
        width: 140px
    }
}

.wish-list-wrap img {
    height: 25px;
    vertical-align: bottom
}

.user-wraper img {
    height: 20px
}

@media only screen and (max-width: 450px) {
    .compare-thumbs-wrapper {
        display: none
    }

    .comapare-btns {
        margin: 17px 0
    }

    .logo-wrap span {
        margin: 0 4px 0 0
    }
}

.search-form {
    width: calc(100% - 200px)
}

@media only screen and (max-width: 400px) {
    .search-form {
        height: 40px
    }
}

@media only screen and (max-width: 320px) {
    .header-user {
        width: 90px
    }
}

.category-menu {
    color: #fff;
    opacity: 1;
    display: flex
}

.scroll-category {
    position: relative;
    display: block
}

.header-links nav {
    width: 100%;
    display: flex;
    height: 50px;
    line-height: 50px
}

.second_fixed {
    position: absolute;
    z-index: 9999999;
    overflow: auto;
    scrollbar-width: none;
    opacity: 1;
    -moz-box-shadow: 0 5px 5px rgba(182, 182, 182, .25);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, .25);
    box-shadow: 0 5px 5px rgba(182, 182, 182, .25);
    background-color: #f5f7fb
}

.brand_slider_wrap .slick-slide img {
    width: 100%
}

.brand_slider .slick-slide, .popular-categories_slider .slick-slide {
    text-align: center;
    height: 130px;
    opacity: .6
}

.brand_slider_wrap .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.brand_slider svg {
    max-width: 100%;
    max-height: 100%
}

#fnc-search_field_mob {
    color: #000
}

#fnc-search_field {
    color: #000 !important
}

#search_btn_mob {
    color: #fff
}

.tehnomax-modal {
    width: 794px;
    height: auto;
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 6px #00029;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 208px;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
    text-align: center;
    display: none
}

.tehnomax-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .8;
    z-index: 9999;
    display: none
}

.whish-list-modal-title.modal-with-check {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.tehnomax-modal-btn-wrap {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.tehnomax-modal-btn-black, .tehnomax-modal-btn-white {
    margin-top: 57px;
    background: #333;
    border-radius: 4px;
    font: 600 14px/46px Montserrat;
    color: #fff;
    border: none;
    width: 246px;
    height: 46px
}

.tehnomax-modal-btn-wrap .tehnomax-modal-btn-black {
    color: #fff;
    text-decoration: none
}

.tehnomax-modal-btn-wrap .tehnomax-modal-btn-white {
    background: 0 0;
    border: 1px solid #333;
    color: #31292b;
    text-decoration: none
}

.whish-list-modal-mob .tehnomax-modal-btn-white {
    background-color: #fff
}

.tehnomax-modal-body {
    position: relative
}

.tehnomax-modal-close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font: 800 18px/20px Montserrat;
    color: #d5d4d4
}

.tehnomax-modal-content {
    width: 80%;
    margin: auto;
    padding-bottom: 100px
}

.close-category-menu-mob-wrap {
    background: #000;
    height: 100%;
    opacity: .6;
    display: none;
    width: 20%;
    float: left;
    z-index: 1000
}

.header_white_line_mob {
    display: none;
    background-color: #fff;
    padding-left: 40px;
    font: bold 10px/24px Montserrat;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 180px;
    padding-top: 80px
}

.mob-view {
    display: none !important
}



.compare-thumbs-title {
    width: 100%;
    font: 400 20px/20px Montserrat;
    color: #fff
}

.close-compare-modal-wrap {
    position: relative
}

.close-compare-modal, .reduce-compare-modal {
    position: absolute;
    width: auto;
    color: #fff;
    font-size: 25px;
    height: auto
}

.close-compare-modal {
    right: 0;
    top: -10px
}

.reduce-compare-modal {
    right: 25px;
    top: -9px
}

.reduce-compare-modal svg {
    width: 15px
}

.whish_basket_active_dot {
    background: #ea1b25;
    border-radius: 50%;
    position: absolute
}

.whish_basket_active_dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 16px;
    margin-top: 12px;
    font-size: 0;
    bottom: 10px !important
}

.whish_basket_active_dot span {
    font-size: 9px !important;
    letter-spacing: 0 !important;
    margin-top: 2px;
    text-align: center !important
}

.li-space svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px
}

.li-space svg path {
    fill: #D5D4D4
}

.footer-arrow-svg {
    display: none
}

.compare-products-mob-overlay, .compare-products-mob-popup, .compare-products-wrapper-mob, .whish-list-modal-mob-overlay, .whish-list-modal-mob-popup {
    display: none
}

.header-right-group {
    float: right;
    width: calc(100% - 300px);
    flex: 1
}

@media screen and (max-width: 1450px) {
    .header-mail span, .header-phone span {
        font-size: 11px
    }

    .search-form-class {
        margin-left: 0
    }
}

@media screen and (max-width: 1300px) {
    .content-wrap {
        max-width: 1024px
    }
}

@media screen and (max-width: 1150px) {
    .header-right-group {
        width: 100px
    }
}

@media screen and (max-width: 1100px) {
    .content-wrap {
        max-width: 1000px
    }
}

.search-form-mob {
    display: none
}

.second_fixed {
    margin-top: 0
}

.menu-background {
    position: absolute;
    left: 18.3vw;
    top: 0;
    width: 81%;
    height: 100%;
    padding: .7vw;
    max-width: 1450px;
    box-sizing: border-box;
    overflow: visible;
    display: none
}

@media screen and (max-width: 1024px) {

    .footer-logo a img {
        max-width: 180px;
    }

    .action-home-slider .popular-categories-title-top a {
        font-size: 18px;
        height: 20px
    }

    .social-networks-footer {
        width: 90%;
    }

    .header-fixed .top-content {
        display: none
    }

    .compare-thumbs-title {
        font: 600 12px/44px Montserrat;
        margin-top: 0
    }

    .content-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .footer-arrow-svg {
        display: block;
        position: absolute;
        right: 20px;
        top: 3px
    }

}

.category-menu-title-mob {
    display: none
}

@media screen and (max-width: 1024px) {
    .category-menu-title-mob {
        position: absolute;
        margin-left: 40px;
        margin-right: 20px;
        color: #000;
        font: 500 20px/22px Montserrat;
        line-height: 38px;
        height: 38px;
        padding-top: 35px;
        border-bottom: 2px solid #bcbcbc;
        display: block;
        z-index: 999;
        width: calc(83% - 60px);
        background-color: #fff
    }

    .category-menu-title-mob .first-level-pointer {
        padding-right: 0
    }

    .category-menu-title-mob .close-first-level {
        position: absolute;
        top: 0;
        display: none;
        height: 10px;
        font-size: 14px;
        font-weight: 600
    }

    .close-menu-return {
        height: 10px;
        font-size: 14px
    }

    .category-menu-title-mob .close-first-level svg, .close-menu-return svg {
        width: 6px;
        fill: #000;
        padding-right: 4px
    }

    .category-menu-title-mob .menu-title-icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative
    }

    .category-menu-title-mob .menu-title-icon svg {
        width: 20px;
        position: absolute;
        top: 4px
    }

    .category-menu-title-mob .close-category-menu-mob svg line {
        stroke: #000
    }

    .category-menu-dot_second {
        display: none
    }

    .tehnomax-modal-btn-wrap {
        display: block;
        margin-top: 47px;
    }

    .whish-list-modal-mob .tehnomax-modal-btn-wrap {
        margin-top: 0
    }

    .tehnomax-modal-btn-black, .tehnomax-modal-btn-white {
        margin: 10px auto auto
    }
}

@media only screen and (max-width: 400px) {
    .compare-thumbs-title {
        font-size: 10px
    }
}

@media only screen and (max-width: 300px) {
    .compare-thumbs-title {
        font-size: 8px;
        text-align: left;
        padding-left: 5px
    }

    .close-compare-modal {
        right: 0;
        top: 13px;
        width: 15px
    }
}

[class^=thm-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

[data-remodal-id] {
    display: none
}

.remodal-close {
    position: relative;
    float: right;
    top: -30px;
    left: 5px;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: 0 0
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center
}

.remodal-cancel, .remodal-confirm {
    font: inherit;
    display: block;
    position: relative;
    float: right;
    overflow: visible;
    min-width: 110px;
    margin: 5px;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 2px;
    border: 0;
    outline: 0
}

.span_text {
    position: relative;
    z-index: 3
}

.remodal-confirm {
    color: #fff;
    background: #ff6732
}

.remodal-cancel {
    color: #fff;
    background: #ff6732
}

.remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner, .remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

.cls-header-phone {
    fill: #fff
}

.cls-header-mail {
    fill: #fff
}

.cls-1-burger {
    stroke-width: 0;
    fill: #FFF
}

.category-menu-wrap-before {
    height: 10px
}

nav {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px
}

.nav_item {
    position: relative;
    z-index: 1;
    padding-top: 9px
}

.header-links a {
    padding: 14px 20px
}

.header-links h3 {
    width: 100%
}

@media screen and (max-width: 1300px) {
    .header-links a span {
        font-size: 9px
    }
}

@media screen and (max-width: 1130px) {
    .header-links a span {
        font-size: 8px
    }
}

@media screen and (max-width: 1024px) {
    .category-menu-wrap-before {
        height: 0
    }

    .header-links {
        width: 100%;
        height: 50px;
        position: relative;
        display: none;
        padding-top: 60px
    }

    .header-links nav {
        overflow-x: auto;
        max-width: 1200px
    }

    .header-links nav .nav_item {
        text-decoration: none
    }

    @-moz-document url-prefix() {
        .mob-view .header-links nav {
            scrollbar-width: thin;
            scrollbar-color: black #f1f1f1
        }
    }@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .mob-view .header-links nav {
        scrollbar-color: rgba(0, 0, 0, 0.5) #f1f1f1
    }
}.header-links nav::-webkit-scrollbar {
     -webkit-appearance: none;
     height: 4px
 }

    .header-links nav::-webkit-scrollbar-track {
        background-color: #f1f1f1
    }

    .header-links nav::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #000;
        box-shadow: 0 0 1px rgba(255, 255, 255, .5)
    }
}

.st0 {
    fill: #E2E2E2
}

.st1 {
    fill: #FFFFFF
}

.action-home-slider {
    margin-top: 30px;
    position: relative
}

.action-slider {
    visibility: hidden
}

.action-home-img-wrap {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.action-home-img-wrap img {
    width: 100%;
    height: auto;
    display: block
}

.action-home-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: flex-end;
    padding: 10px 20px;
    background-image: linear-gradient(to top, #000 20%, transparent 100%);
    color: #fff;
    font-size: 18px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.custom-next, .custom-prev {
    position: absolute;
    top: -45px;
    width: 30px;
    height: 30px;
    z-index: 10
}

.custom-next {
    right: 0
}

.custom-prev {
    right: 50px
}

.brand_slider_wrap.popular-categories-home-slider .slick-slide {
    opacity: 1 !important
}

.custom-next-mySwiperDoubleBanner img, .custom-prev-mySwiperDoubleBanner img {
    height: 26px
}

@media screen and (max-width: 1024px) {
    .custom-next, .custom-prev {
        top: -40px
    }

    .custom-next-mySwiperDoubleBanner img, .custom-prev-mySwiperDoubleBanner img {
        height: 25px
    }

}

.product-slider.slick-slider .thm-arrow1-right2, .product-slider.slick-slider .thm-arrow2-left {
    width: 35px;
}

.homepage .product-slider .slick-arrow, .product-details-slider-products .slick-arrow, .product-slider .slick-arrow, .product-slider-similar .slick-arrow {
    padding: 12px;
}

.homepage .product-slider .thm-arrow2-left, .product-details-slider-products .thm-arrow2-left, .product-slider .thm-arrow2-left, .product-slider-similar .thm-arrow2-left {
    right: 35px;
}

.homepage .product-slider .thm-arrow1-right2, .product-details-slider-products .thm-arrow1-right2, .product-slider .thm-arrow1-right2, .product-slider-similar .thm-arrow1-right2 {
    right: -10px;
}

#header-links-mob.slick-initialized, .product-details-slider.slick-initialized, .product-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.product-wrap-grid {
    margin: 1px;
    position: relative;
    width: 249px;
    display: inline-block;
    border: 1px solid #EAE9E9;
    text-align: center;
    box-shadow: none;
    transform: none;
    box-sizing: border-box;
    transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
    height: 443px!important;
    max-width: 300px;
    border-radius: 20px;
    background-color: #fff;
}

.product-slider .slick-slide {
    margin-right: 20px;
    background: #fff;
    border-radius: 10px;
}

.promo-service-title-top {
    position: absolute;
    top: -50px;
    cursor: pointer;
    padding: 12px 0;
    font: normal normal 500 20px/24px Montserrat;
    color: #333;
}

.promo-service-title-top a {
    display: flex;
}

.promo-service-title-top svg {
    width: 10px;
    float: right;
    margin-left: 10px;
}

.homepage .product-slider .slick-arrow {
    top: -55px;
}

.homepage .product-slider .slick-arrow, .product-details-slider-products .slick-arrow, .product-slider .slick-arrow, .product-slider-similar .slick-arrow {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: -50px;
    cursor: pointer;
    border-radius: 25px;
}

.homepage .product-slider.slick-slider {
    margin-left: 0;
}

.home-slider-with-background {
    padding-top: 43px;
    background-color: #F6F6F6;
}

.content-wrap .product-slider .slick-list {
    margin-right: -20px;
}

.double-banner, .single-banner, .triple-banner {
    margin: 20px auto;
    height: auto;
}

.single-banner picture {
    position: relative;
    height: 100%;
    display: block;
}

.double-baner-wrap a, .double-banner img, .double-banner-mob .double-baner-wrap a, .single-banner a, .single-banner img, .triple-banner img {
    width: 100%;
}

.single-banner img {
    border-radius: 10px;
}

.single-banner .single-banner-title {
    position: absolute;
    bottom: 10px;
    height: 20px;
    padding: 3px 12px;
    color: #000;
    background-color: #FFF;
    font: normal normal 500 12px/20px Montserrat;
    border-radius: 4px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}

.single-banner .single-banner-title svg {
    height: 12px;
    margin-left: 4px;
    fill: #000;
}

.gaming-home-grid-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5%;
    border-radius: 20px;
}

.gaming-home-grid-wrap .gaming-home-heading, .gaming-home-grid-wrap .js-product-grid-wrap {
    width: 90%;
    margin: auto;
}

.gaming-home-grid-wrap .gaming-home-heading-wrap {
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.gaming-home-heading-wrap div {
    line-height: 40px;
    font-size: 24px;
    color: #fff;
}

.gaming-home-heading-wrap div:first-of-type {
    float: left;
}

.gaming-home-heading-wrap svg {
    height: 20px;
    vertical-align: middle;
}

.js-product-slider-gamin-gamin.product-slider .thm-arrow-left-v2, .js-product-slider-gamin-gamin.product-slider .thm-arrow-right-v2 {
    width: 15px;
    position: absolute;
    top: calc(50% - 13px);
    z-index: 10;
}

.js-product-slider-gamin-gamin.product-slider .thm-arrow-left-v2 {
    left: -45px;
}

.js-product-slider-gamin-gamin.product-slider .thm-arrow-right-v2 {
    right: -45px;
}

.brand_slider_wrap {
    margin-top: 72px;
}

.brand_slider .thm-arrow-left-v2, .brand_slider .thm-arrow-right-v2, .double-banner-slider .thm-arrow-left-v2, .double-banner-slider .thm-arrow-right-v2 {
    width: 15px;
    position: absolute;
    top: 50px;
    z-index: 10;
}

.brand_slider .thm-arrow-left-v2, .brand_slider .thm-arrow-right-v2 {
    top: calc(50% - 13px);
}

.brand_slider .thm-arrow-left-v2, .double-banner-slider .thm-arrow-left-v2, .popular-categories_slider .thm-arrow-left-v2 {
    left: -15px;
}

.brand_slider .thm-arrow-right-v2, .popular-categories_slider .thm-arrow-right-v2 {
    right: -15px;
}

.footer-black {
    background-color: #000;
    padding: 35px 0 20px;
    text-align: center;
}

.subscription-section {
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.footer-logo, .footer-newsletter {
    margin: 20px 0;
}

.footer-newsletter, .footer-viber {
    width: 46%;
    border: 2px solid #333;
    border-radius: 4px;
}

.footer-newsletter {
    margin-right: 0;
}

.footer-newsletter-wrap, .footer-viber-wrap {
    padding: 20px;
}

.footer-subscription-top {
    display: flex;
}

.footer-text-wrap {
    width: 85%;
}

.footer-subscription-title {
    font: normal normal bold 14px/20px Montserrat;
    color: #EDEDED;
}

.footer-subscription-body {
    font: normal normal 400 14px/20px Montserrat;
    color: #EDEDED;
    padding: 20px 0;
}

.footer-img-wrap {
    width: 15%;
    text-align: right;
}

.footer-img-wrap img {
    max-height: 60px;
    max-width: 100%;
}

span#footer-email-error-element, span#footer-telephone-error-element, span#footer-telephone-error-element1, span#footer-telephone-error-element2 {
    font-size: 11px;
    font-weight: 500;
    height: auto;
    display: block;
    margin-top: -10px;
    padding-bottom: 10px;
}
.footer-newsletter-input, .footer-telephone {
    width: 100%;
    position: relative;
    height: 40px;
    background-color: #fff;
    color: #d5d4d4;
    border-radius: 4px;
}

.newesletter-submit {
    left: 15px;
    position: relative;
    top: 2px;
}

.footer-newsletter-input .newesletter-submit {
    top: 0;
}

#email-subscribe-form-footer div label, #email-subscribe-form-footer div p, #telephone-subscribe-form-footer div p {
    font-size: 12px;
    line-height: 16px;
}

.newesletter-submit button {
    position: absolute;
    line-height: 16px;
    top: 0;
    right: 20px;
    color: #ea1b25;
    border: none;
    min-width: 90px;
    background-color: #fff;
}

.footer-viber {
    margin: 20px 0;
}

.footer-newsletter input, .footer-viber input {
    border: none;
    border-radius: 10px;
    padding-left: 15px;
    vertical-align: middle;
    width: 100%;
    display: inline;
    height: 40px;
}

#telephone-subscribe-form-footer .footer-newsletter-input-telephone {
    width: calc(100% - 150px);
    color: #d5d4d4;
}

#telephone-subscribe-form-footer .footer-newsletter-input-area-code {
    width: 150px;
    color: #d5d4d4;
    float: left;
}

.edit-credit-cards, .footer-newsletter input, .footer-switch, .footer-viber input, .newsletter, .reset-password-input, .viber {
    box-sizing: border-box;
}

.radio-checkbox-wrap {
    position: relative;
}

.subscription-section .radio-checkbox-wrap {
    padding-top: 5px;
}

.radio-checkbox-wrap input {
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}

.subscription-section .radio-checkbox-wrap i, .subscription-section .radio-checkbox-wrap input {
    top: 15px;
}

footer .footer-newsletter .radio-checkbox-wrap .thm-check, footer .footer-newsletter .radio-checkbox-wrap .thm-check-box, footer .footer-newsletter .radio-checkbox-wrap .thm-check-box:before, footer .footer-newsletter .radio-checkbox-wrap .thm-check:before, footer .footer-newsletter .radio-checkbox-wrap input, footer .footer-viber .radio-checkbox-wrap .thm-check, footer .footer-viber .radio-checkbox-wrap .thm-check-box, footer .footer-viber .radio-checkbox-wrap .thm-check-box:before, footer .footer-viber .radio-checkbox-wrap .thm-check:before, footer .footer-viber .radio-checkbox-wrap input {
    height: 15px!important;
    width: 15px!important;
    line-height: 15px;
    font-size: 13px;
}

.js-current-payment i, .radio-checkbox-wrap i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #999;
    transition: all .2s;
    font-size: 16px;
    margin-left: 1px;
}

.radio-checkbox-wrap input+i+i {
    opacity: 0;
}

.radio-checkbox-wrap label {
    margin-left: 32px;
    max-width: calc(100% - 35px);
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    font-weight: 400;
    transition: all .3s;
    width: 100%;
}

.footer-black .subscription-section .radio-checkbox-wrap label {
    font: normal normal bold 12px/20px Montserrat;
    color: #999;
}

.social-networks-footer {
    margin: auto;
    width: 15%;
    display: flex;
    padding-bottom: 30px;
    padding-top: 20px;
    min-width: 200px;
}

.social-network-footer>a {
    margin: 0;
    line-height: 1;
    display: block;
}

.footer-copyright {
    line-height: 69px;
    background-color: #FFF;
}

.content-wrap-footer-copyright {
    width: 100%;
    margin: auto;
    text-align: center;
}

.footer-copyright .footer-copyright-wrap {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
}

.footer-copyright .footer-copyright-wrap a, .footer-copyright .footer-copyright-wrap img {
    height: 40px;
}

.footer-copyright .footer-copyright-wrap a div {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.footer-copyright-wrap a:last-of-type {
    vertical-align: super;
    padding-left: 4px;
}

.no-display {
    display: none;
}

.promo-services {
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 15px;
    display: flex;
}

.promo-services.clearfix {
    z-index: 100;
}

.product-img-wrap-grid {
    height: 234px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 50px;
}

.product-wrap-grid .gift-wrapper {
    width: 45px;
    height: auto;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 5;
    cursor: pointer;
}

.product-wrap-grid .gift-wrapper.warranty-wrapper {
    top: 50px;
    display: flex;
    flex-direction: column;
    left: 10px;
}

.product-wrap-grid .gift-wrapper.warranty-wrapper {
    background-color: transparent;
    box-shadow: none;
}

.product-brand-grid, .product-name-grid {
    padding: 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    width: calc(100% - 10px);
    margin: auto;
    text-transform: uppercase;
    height: auto;
}

.product-brand-grid {
    font-size: 10px;
    font-weight: 600;
    top: 310px;
    color: #999;
}

.product-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product-name-grid {
    font-size: 12px;
    font-weight: 500;
    top: 325px;
    color: #666;
    cursor: pointer;
}

.comparation-grid, .wish-hover-text {
    position: absolute;
    height: 24px;
    padding-bottom: 5px;
}

.comparation-grid {
    top: 275px;
    width: 100%;
    display: flex;
}

.buttons-grid-absolute {
    position: absolute;
    top: 350px;
    width: 100%;
}

.js-product-slider-1-1.slick-slider {
    margin: 45px 0 30px;
}

#header-links-mob, .product-details-slider, .product-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.social-networks-title {
    width: 100%;
    margin: auto;
    color: #fff;
    font: normal normal 500 16px / 19px Montserrat;
}

.footer-sections {
    margin: auto;
    width: 80%;
    display: flex;
    padding-top: 20px;
}

.footer-section-tehnomax {
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
    margin: 33px auto auto;
}

.li-space {
    position: relative;
}

.footer-sections li {
    color: #f6f6f6;
}

.brand_slider .slick-slide, .popular-categories_slider .slick-slide {
    text-align: center;
    height: 130px;
    opacity: .6;
}

.brand_slider_wrap .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.home-slider-without-background {
    padding-top: 43px;
}

.init-slider-wrap.hero-slick-wrap {
    margin-top: 80px;
    position: relative;
}
.hero-slick {
    width: 100%;
    aspect-ratio: 96 / 35;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
}
.hero-slide a {
    width: 100%;
}
.hero-slick .slick-dots {
    margin-top: 0;
}

.hero-slick-wrap .custom-prev,
.hero-slick-wrap .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
}

.hero-slick-wrap .custom-prev {
    left: 15px;
}
.hero-slick-wrap .custom-next {
    right: 15px;
}

.hero-slick .slick-list, .hero-slick  img {
    width: 100%;
    height: auto;
    aspect-ratio: 96 / 35;
    object-fit: cover;
    border-radius: 20px;
}

.hero-slick.slick-initialized.slick-slider {
    overflow: visible;
    margin-bottom: 30px;
}

.hero-slick:not(.slick-initialized) .hero-slide:not(.hero-first) {
    display: none;
}

.hero-slick:not(.slick-initialized) .hero-first {
    display: block;
}

@media (max-width: 768px) {
    .init-slider-wrap.hero-slick-wrap {
        margin-top: 0;
    }
    .hero-slick {
        margin-top: 0;
    }
    .hero-slick .slick-list, .hero-slick  img, .hero-slick  {
        aspect-ratio: 77 / 100;
    }
}
@supports not (aspect-ratio: 1 / 1) {
    .hero-slick .slick-list, .hero-slick  img {
        position: relative;
        height: 0;
        padding-top: 36.458%;
    }

    .hero-slick > * {
        position: absolute;
        inset: 0;
    }

    @media (max-width: 768px) {
        .hero-slick {
            padding-top: 129.87%;
        }
    }
}

.hero-slick .slick-dots li {
    background-color: unset;
}

.hero-slick .slick-dots li button:before {
    font-size: 8px;
}

.hero-slick .slick-dots li.slick-active button:before {
    font-size: 10px;
}

.hero-slick .slick-arrow.slick-hidden {
    display: block;
}

@media only screen and (max-width: 1350px) {
    .footer-copyright .footer-copyright-wrap {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {

    .footer-copyright .footer-copyright-wrap {
        line-height: 24px;
        height: 120px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-copyright .footer-copyright-wrap:last-of-type {
        margin-bottom: 20px;
    }

    .footer-copyright .footer-copyright-wrap img {
        height: 30px;
    }

    .home-slider-with-background, .home-slider-without-background {
        padding-top: 20px;
    }

    .HeadBannerWrapper {
        margin-top: 20px;
    }
    .HeadBannerWrapper .swiper-slide a {
        width: 100%;
    }

    .home-page-content {
        margin-top: 20px;
    }

    .footer-section-ul-wrap-active, .footer-sections, .subscription-section {
        display: block;
    }

    footer .footer-newsletter {
        height: auto;
    }

    .footer-newsletter, .footer-newsletter-input, .footer-telephone, .footer-viber {
        width: 100%;
    }

    .footer-sections {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .footer-sections .li-space {
        display: flex;
    }
    .js-li-space-title .li-space-title-img {
        width: 50px;
    }
    .js-li-space-title .li-space-title-img img {
        max-width: 100%;
    }
    .js-li-space-title .li-space-title-text {
        vertical-align: middle;
        text-align: left;
        width: calc(100% - 70px);
        padding-left: 20px;
    }

    .footer-section-tehnomax-title, .remove_all_compared_products {
        font-size: 12px;
    }

    .footer-arrow-svg {
        display: block;
        position: absolute;
        right: 20px;
        top: 3px;
    }

    .js-li-space-title p {
        font-size: 10px;
        padding-left: 0;
    }

    .footer-section-tehnomax {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 600px) {
    .brand_slider svg, .brand_slider_wrap .brand_slider {
        height: 80px;
    }
}

@media only screen and (max-width: 460px) {
    #email-subscribe-form-footer, #telephone-subscribe-form-footer, footer .newsletter-title-container .newsletter-title, footer .viber-title-container .viber-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .HeadBannerWrapper {
        margin-top: 0;
    }
}

.st0Uporedi {
    fill: #A3A3A3
}

.st0 {
    fill: #F6F6F6
}

.st1 {
    opacity: .1
}

.st0 {
    fill: #f6f6f6
}