a, aside, body, button, div, form, header, html, iframe, img, li, nav, p, section, span, ul {
        border: 0;
        font-size: 100%;
        font: inherit;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

    aside, header, nav, section {
        display: block
    }

    body {
        line-height: 1
    }

    ul {
        list-style: none
    }

    *, :after, :before {
        box-sizing: border-box
    }

    ul[class] {
        padding: 0
    }

    body, li, p, ul[class] {
        margin: 0
    }

    body {
        line-height: 1.5;
        text-rendering: optimizeSpeed
    }

    ul[class] {
        list-style: none
    }

    a:not([class]) {
        -webkit-text-decoration-skip: ink;
        text-decoration-skip-ink: auto
    }

    img {
        display: block;
        max-width: 100%
    }

    button, input {
        font: inherit
    }

    @media (prefers-reduced-motion: reduce) {
        * {
            animation-duration: NaNs !important;
            animation-iteration-count: 1 !important;
            scroll-behavior: auto !important
        }
    }

    a {
        text-decoration: none
    }

    * {
        outline: 0
    }

    .fw-400 {
        font-weight: 400
    }

    .fw-500 {
        font-weight: 500
    }

    .fw-600 {
        font-weight: 600
    }

    .pt-8 {
        padding-top: 8px
    }

    .pb-8 {
        padding-bottom: 8px
    }

    .fsz-12 {
        font-size: 12px
    }

    .fsz-13 {
        font-size: 13px
    }

    .fsz-14 {
        font-size: 14px
    }

    .mt-16 {
        margin-top: 16px
    }

    .pt-16 {
        padding-top: 16px
    }

    .pb-16 {
        padding-bottom: 16px
    }

    .fsz-16 {
        font-size: 16px
    }

    .fsz-18 {
        font-size: 18px
    }

    .fsz-20 {
        font-size: 20px
    }

    .fsz-28 {
        font-size: 28px
    }

    .fsz-34 {
        font-size: 34px
    }

    html {
        max-width: 100vw;
        overflow: hidden visible
    }

    .custom-swiper-wrapper .custom-swiper-btn {
        align-items: center;
        background: #c0e1fd;
        border-radius: 4px;
        display: flex;
        height: 32px;
        justify-content: center;
        padding: 4px;
        position: absolute;
        right: 0;
        top: -50px;
        width: 32px
    }

    @media (max-width: 1180px) {
        .custom-swiper-wrapper .custom-swiper-btn {
            display: none
        }
    }

    .custom-swiper-wrapper .custom-swiper-btn.custom-swiper-btn-prev {
        right: 36px
    }

    .custom-swiper-wrapper .custom-swiper-btn img {
        height: 12px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 8px
    }

    .custom-swiper-wrapper .custom-pagiation {
        bottom: -16px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        display: none;
        justify-content: center;
        left: 50% !important;
        right: auto;
        top: auto;
        transform: translateX(-50%)
    }

    @media (max-width: 1080px) {
        .custom-swiper-wrapper .custom-pagiation {
            display: flex
        }
    }

    .product-screen {
        position: relative
    }

    @media (max-width: 992px) {
        .product-screen .product-screen-heading {
            font-size: 20px
        }
    }

    .product-screen .scrl::-webkit-scrollbar {
        display: none
    }

    .product-screen .scrl {
        margin-top: 16px
    }

    @media (max-width: 1080px) {
        .product-screen .scrl {
            -ms-overflow-style: none;
            overflow: auto hidden;
            scrollbar-width: none
        }
    }

    .product-screen .tabs {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .product-screen .tabs .tab {
        display: inline-flex
    }

    @media (max-width: 1080px) {
        .product-screen .tabs .tab {
            white-space: nowrap
        }
    }

    .product-screen .tabs .tab.current {
        color: #2264dc
    }

    .product-screen .tabs .tab.current:after {
        opacity: 1
    }

    .product-screen .tabs .tab:after {
        background: #2264dc;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        opacity: 0;
        position: absolute;
        width: 100%
    }

    .popular {
        margin-top: 40px
    }

    .popular__wrap {
        grid-template-columns:repeat(6, 1fr);
        margin-top: 24px;
        row-gap: 24px
    }

    @media (max-width: 768px) {
        .popular__wrap {
            -ms-overflow-style: none;
            align-items: center;
            display: flex !important;
            height: 42px;
            margin-left: -20px;
            overflow-x: auto;
            padding: 0 20px;
            scrollbar-width: none;
            width: calc(100% + 40px)
        }
    }

    @media (max-width: 600px) {
        .popular__wrap {
            margin-left: -12px;
            padding: 0 12px;
            width: calc(100% + 24px)
        }
    }

    .popular__product {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0 40px;
        position: relative
    }

    @media (max-width: 1080px) {
        .popular__product {
            padding: 0 20x
        }
    }

    @media (max-width: 768px) {
        .popular__product {
            flex: 0 0 auto;
            padding: 0 16px
        }
    }

    .popular__product:first-of-type {
        padding-left: 0
    }

    @media (max-width: 768px) {
        .popular__product:last-child {
            padding-right: 0 !important
        }

        .popular__product:last-child:after {
            display: none !important
        }
    }

    .popular__product:nth-child(6n) {
        padding-right: 0
    }

    @media (max-width: 768px) {
        .popular__product:nth-child(6n) {
            padding-right: 16px
        }
    }

    .popular__product:nth-child(6n):after {
        display: none
    }

    @media (max-width: 768px) {
        .popular__product:nth-child(6n):after {
            display: block
        }
    }

    @media (max-width: 992px) {
        .popular__product {
            min-width: 110px;
            padding: 0 16px;
            white-space: nowrap;
            width: auto
        }
    }

    .popular__product:after {
        background: #afb1c3;
        content: "";
        display: block;
        height: 62px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }

    @media (max-width: 1080px) {
        .popular__product:after {
            height: 42px
        }
    }

    .popular__product img {
        height: 62px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }

    @media (max-width: 1080px) {
        .popular__product img {
            height: 42px
        }
    }

    @media (max-width: 768px) {
        .popular__product img {
            height: 42px;
            width: 110px
        }
    }

    .grid {
        display: grid
    }

    .relative {
        position: relative
    }

    .absolute {
        position: absolute
    }

    .container {
        margin: 0 auto;
        max-width: 1400px;
        padding: 0 20px;
        position: relative;
        width: 100%;
        z-index: 1
    }

    @media (max-width: 600px) {
        .container {
            padding: 0 12px
        }
    }

    .container {
        z-index: 3 !important
    }

    .ml-auto {
        margin-left: auto
    }

    .flex {
        display: flex
    }

    .flex.h--between {
        justify-content: space-between
    }

    .flex.h--center {
        justify-content: center
    }

    .flex.v--center {
        align-items: center
    }

    .flex.v--start {
        align-items: flex-start
    }

    .flex.v--stretch {
        align-items: stretch
    }

    .flex .fd--column, .flex.fd--column {
        flex-direction: column
    }

    body .color--white {
        color: #fff
    }

    body .color--red {
        color: #ff1523
    }

    body .color--black {
        color: #0a0527
    }

    body .color--black-100 {
        color: #41435a
    }

    body .color--gray-100 {
        color: #afb1c3
    }

    body .color--gray {
        color: #606272
    }

    body a {
        color: #FF3600;
    }

    .main-popup-wrap {
        background-color: rgba(0, 0, 0, .7);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 15
    }

    .popup-wrap {
        display: flex;
        flex-direction: column;
        height: 100%;
        left: 0;
        overflow: hidden;
        padding: 50px 0;
        position: fixed;
        top: 0;
        width: 100%
    }

    @media (max-width: 600px) {
        .popup-wrap {
            padding: 0
        }
    }

    .popup-close {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%
    }

    .popup {
        border-radius: 8px;
        margin: auto;
        max-width: 670px;
        position: relative;
        width: 100%
    }

    @media (max-width: 600px) {
        .popup {
            max-width: calc(100% - 32px)
        }
    }

    .popup .closer {
        position: absolute;
        right: 24px;
        top: 24px;
        z-index: 2
    }

    .popup .closer img {
        width: 32px
    }

    .spinner {
        position: absolute
    }

	.woocommerce-breadcrumb {
		display: none !important;
	}
    .header {
        background: #fff;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .04);
        left: 0;
        position: fixed;
        top: 0;
        width: calc(100% - 20px);
        z-index: 11
    }

    .header .get-catalog-button-wrapper {
        position: relative
    }

    @media (max-width: 850px) {
        .header .get-catalog-button-wrapper {
            display: none
        }
    }

    .header .get-catalog-button-wrapper:after {
        content: "";
        display: block;
        height: 10px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }

    .header .top-header-row {
        border-bottom: 1px solid #f0f1f3
    }

    @media (max-width: 1080px) {
        .header .top-header-row {
            display: none
        }
    }

    @media (max-width: 1150px) {
        .header .tel-info a {
            font-size: 14px
        }
    }

    .header .tel-info.mobile {
        display: none
    }

    .header .tel-info.mobile .tel-sub-menu {
        left: auto;
        right: 0;
        top: 100% !important;
        transform: translateX(0)
    }

    @media (max-width: 992px) {
        .header .tel-info.mobile {
            display: block
        }
    }

    @media (max-width: 1080px) {
        .header .tel-info {
            display: none
        }
    }

    @media (max-width: 1250px) {
        .header .tel-info .tel {
            font-size: 14px
        }
    }

    .header .tel-info .tel svg {
        margin-left: 5px
    }

    .header .tel-info .tel-sub-menu {
        background: #fff;
        border: 1px solid #f0f1f3;
        border-radius: 4px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
        left: 50%;
        min-width: 185px;
        opacity: 0;
        padding: 16px;
        row-gap: 16px;
        top: -10px;
        transform: translateX(-50%);
        visibility: hidden;
        z-index: 11
    }

    @media (max-width: 1080px) {
        .header .tel-info .tel-sub-menu {
            left: auto;
            right: 0;
            top: 100%;
            transform: translateX(0)
        }
    }

    .header .tel-info .tel-sub-menu .tel {
        display: block;
        white-space: nowrap
    }

    .header .tel-info .tel-sub-menu .tels {
        display: flex;
        flex-direction: column;
        row-gap: 16px
    }

    .header .tel-info .tel-sub-menu .socs-wrap {
        -moz-column-gap: 16px;
        column-gap: 16px;
        margin-top: 8px
    }

    .header .tel-info .tel-sub-menu .socs-wrap .socs {
        width: 24px
    }

    .header .tel-info .tel-sub-menu .socs-wrap .socs img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }

    .header .logo {
        height: 35px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 180px
    }

    @media (max-width: 1150px) {
        .header .logo {
            height: 30px
        }
    }

    .header .logo img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }

    .header .nav-menu {
        -moz-column-gap: 24px;
        column-gap: 24px;
        margin-left: 40px
    }

    @media (max-width: 1280px) {
        .header .nav-menu {
            -moz-column-gap: 15px;
            column-gap: 15px;
            margin-left: 25px
        }
    }

    @media (max-width: 1180px) {
        .header .nav-menu {
            -moz-column-gap: 10px;
            column-gap: 10px;
            margin-left: 15px
        }
    }

    @media (max-width: 1150px) {
        .header .nav-menu {
            font-size: 12px
        }
    }

    .header .nav-menu a {
        color: #0a0527
    }

    .header .lang-menu {
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-left: auto
    }

    .header .lang-menu:after {
        background: #afb1c3;
        content: "";
        display: block;
        height: 20px;
        left: 50%;
        opacity: .4;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 1px
    }

    .header .lang-menu a {
        color: #41435a;
        font-weight: 400
    }

    .header .lang-menu a.current {
        color: #0a0527;
        font-weight: 600
    }

    .header .header-bottom-row {
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    @media (max-width: 1180px) {
        .header .header-bottom-row {
            -moz-column-gap: 20px;
            column-gap: 20px
        }
    }

    @media (max-width: 1080px) {
        .header .header-bottom-row {
            margin-left: -5px;
            padding-left: 0;
            padding-right: 0;
            width: calc(100% + 10px)
        }

        .header .header-bottom-row .get-catalog {
            display: none
        }
    }

    @media (max-width: 660px) {
        .header .header-bottom-row .sale {
            display: none
        }
    }

    .header .header-bottom-row .sale img {
        height: 24px;
        margin-right: 8px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 24px
    }

    .header .header-bottom-row .search {
        position: relative
    }

    .header .header-bottom-row .search .closer {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        opacity: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        visibility: visible;
        width: 24px
    }

    .header .header-bottom-row .search .closer img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }

    @media (max-width: 1080px) {
        .header .header-bottom-row .search {
            margin-left: 40px;
            width: calc(100% - 100px)
        }
    }

    @media (max-width: 850px) {
        .header .header-bottom-row .search {
            margin-left: 0;
            width: 100%
        }
    }

    .header .header-bottom-row .search .clicable-zone {
        background: rgba(24, 43, 83, .6);
        height: calc(100vh - 173.5px);
        left: 0;
        position: fixed;
        top: 173.5px;
        width: 100vw;
        z-index: 6
    }

    @media (max-width: 1180px) {
        .header .header-bottom-row .search .clicable-zone {
            height: calc(100vh - 163.5px);
            top: 163.5px
        }
    }

    @media (max-width: 992px) {
        .header .header-bottom-row .search .clicable-zone {
            height: calc(100vh - 128px);
            top: 128px
        }
    }

    @media (max-width: 850px) {
        .header .header-bottom-row .search .clicable-zone {
            height: calc(100vh - 116px);
            top: 116px
        }
    }

    .header .header-bottom-row .search .hidden {
        left: -24px;
        opacity: 0;
        position: absolute;
        top: calc(100% + 8px);
        visibility: hidden;
        width: 678px;
        z-index: 5
    }

    @media (max-width: 1180px) {
        .header .header-bottom-row .search .hidden {
            top: 100%
        }
    }

    @media (max-width: 1080px) {
        .header .header-bottom-row .search .hidden {
            left: auto;
            right: 0
        }
    }

    @media (max-width: 850px) {
        .header .header-bottom-row .search .hidden {
            border-radius: 0 0 4px 4px;
            height: calc(100dvh - 116px);
            left: -12px;
            overflow: auto;
            right: 0;
            top: calc(100% + 6px);
            width: calc(100% + 24px)
        }
    }

    .header .header-bottom-row .search .hidden .search-result-wrap {
        background: #fff;
        border-radius: 0 0 8px 8px;
        padding: 24px 12px;
        position: relative;
        width: 100%;
        z-index: 7
    }

    @media (max-width: 768px) {
        .header .header-bottom-row .search .hidden .search-result-wrap {
            flex-direction: column;
            overflow: auto;
            row-gap: 16px
        }
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left {
        border-right: 1px solid #afb1c3;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        width: calc(100% - 340px)
    }

    @media (max-width: 768px) {
        .header .header-bottom-row .search .hidden .search-result-wrap .left {
            border-right: none;
            width: 100%
        }
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row {
        row-gap: 16px
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row:last-of-type ul {
        padding-right: 12px;
        row-gap: 0
    }

    @media (max-width: 768px) {
        .header .header-bottom-row .search .hidden .search-result-wrap .left .row:last-of-type ul {
            padding-right: 0
        }
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row:last-of-type ul li a {
        border-radius: 4px;
        padding: 12px;
        position: relative
    }

    @media (max-width: 768px) {
        .header .header-bottom-row .search .hidden .search-result-wrap .left .row:last-of-type ul li a {
            padding: 12px 0
        }
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul {
        row-gap: 16px
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul li {
        position: relative
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul li .delete {
        align-items: center;
        display: flex;
        height: 12px;
        justify-content: center;
        opacity: 0;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px
    }

    @media (max-width: 850px) {
        .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul li .delete {
            opacity: 1
        }
    }

    @media (max-width: 768px) {
        .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul li .delete {
            right: 0
        }
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul li .delete img {
        height: 12px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 12px
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul li a {
        color: #0a0527;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .left .row ul li a .icon {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        width: 24px
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .right {
        margin-left: auto;
        padding-left: 24px;
        width: 340px
    }

    @media (max-width: 768px) {
        .header .header-bottom-row .search .hidden .search-result-wrap .right {
            margin-left: 0;
            padding-left: 0;
            width: 100%
        }
    }

    .header .header-bottom-row .search .hidden .search-result-wrap .products {
        align-items: stretch;
        margin-top: 16px;
        padding-right: 24px;
        row-gap: 8px
    }

    .header .header-bottom-row .search-form .visible {
        background: #eff7ff;
        border: 1px solid #dcedfd;
        border-radius: 4px;
        height: 56px;
        width: 539px
    }

    @media (max-width: 850px) {
        .header .header-bottom-row .search-form .visible {
            height: 44px;
            margin-left: 0;
            width: 100%
        }
    }

    @media (max-width: 1250px) {
        .header .header-bottom-row .search-form .visible {
            width: 390px
        }
    }

    .header .header-bottom-row .search-form .visible button {
        align-items: center;
        background: 0 0;
        display: flex;
        padding: 0 19px;
        position: relative
    }

    @media (max-width: 992px) {
        .header .header-bottom-row .search-form .visible button {
            padding: 0 12px
        }
    }

    .header .header-bottom-row .search-form .visible button:after {
        background: #c0e1fd;
        content: "";
        display: block;
        height: 36px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }

    .header .header-bottom-row .search-form .visible button img {
        height: 22px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .header .header-bottom-row .search-form .visible input {
        background: 0 0;
        border: none;
        padding: 0 16px;
        width: calc(100% - 57px)
    }

    @media (max-width: 1080px) {
        .header .header-bottom-row .search-form .visible input {
            width: calc(100% - 42px)
        }
    }

    .header .header-bottom-row .search-form .visible input::-moz-placeholder {
        color: #606272
    }

    @media (max-width: 1400px) {
        .header .header-bottom-row .search-form .visible {
            width: 418px
        }
    }

    @media (max-width: 1260px) {
        .header .header-bottom-row .search-form .visible {
            width: 390px
        }
    }

    @media (max-width: 1080px) {
        .header .header-bottom-row .search-form .visible {
            width: 100%
        }
    }

    @media (max-width: 850px) {
        .header .header-bottom-row .search-form .visible {
            width: 100%
        }
    }

    .header .header-bottom-row .login {
        color: #0a0527;
        margin-left: auto
    }

    @media (max-width: 1080px) {
        .header .header-bottom-row .login {
            display: none
        }
    }

    .header .header-bottom-row .login svg {
        margin-right: 8px
    }

    .header .header-bottom-row .buttons-block {
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    @media (max-width: 1180px) {
        .header .header-bottom-row .buttons-block {
            -moz-column-gap: 10px;
            column-gap: 10px
        }
    }

    @media (max-width: 1080px) {
        .header .header-bottom-row .buttons-block {
            display: none
        }
    }

    .header .header-bottom-row .buttons-block .header-button {
        background: 0 0
    }

    .header .header-bottom-row .buttons-block .header-button .icon {
        height: 24px;
        width: 24px
    }

    .header .header-bottom-row .buttons-block .header-button .icon svg {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }

    .header .header-mobile-row {
        display: none
    }

    @media (max-width: 1080px) {
        .header .header-mobile-row {
            align-items: center;
            display: flex;
            padding: 16px 15px;
            position: relative
        }

        .header .header-mobile-row:before {
            background: #f0f1f3;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%
        }

        .header .header-mobile-row .tel-info {
            display: block;
            margin-left: auto;
            margin-right: 36px
        }

        .header .header-mobile-row .logo {
            height: 24px;
            width: 120px
        }

        .header .header-mobile-row .logo img {
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            width: 100%
        }

        .header .header-mobile-row .gam {
            align-items: center;
            display: flex;
            height: 18px;
            margin-right: 32px;
            position: relative;
            width: 24px;
            z-index: 5
        }

        .header .header-mobile-row .gam:before {
            top: 0
        }

        .header .header-mobile-row .gam:after, .header .header-mobile-row .gam:before {
            background: #0a0527;
            content: "";
            display: block;
            height: 2px;
            left: 0;
            position: absolute;
            width: 100%
        }

        .header .header-mobile-row .gam:after {
            bottom: 0
        }

        .header .header-mobile-row .gam span {
            background: #0a0527;
            display: block;
            height: 2px;
            width: 24px
        }

        .header .header-mobile-row .header-button .icon {
            height: 24px;
            width: 24px
        }

        .header .header-mobile-row .header-button .icon svg {
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            width: 100%
        }
    }

    @media (max-width: 600px) {
        .header .header-mobile-row {
            padding: 16px 18px 16px 12px
        }
    }

    .disable-scrollbar::-webkit-scrollbar {
        display: none
    }

    .disable-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .popup-wrap .popup {
        max-width: 450px
    }

    .main-btn {
        border-radius: 4px
    }

    .main-btn {
        align-items: center;
        display: inline-flex;
        justify-content: center
    }

    .main-btn.blue-big {
        background: #2264dc;
        border: 1px solid #2264dc;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        height: 56px;
        padding: 18px 24px
    }

    .main-btn.blue-big.icon-left .icon {
        height: 20px;
        margin-right: 10px;
        width: 20px
    }

    @keyframes spin {
        0% {
            transform: rotate(0)
        }
        to {
            transform: rotate(1turn)
        }
    }

    .product-card .spinner {
        animation: spin 1s linear infinite;
        border: 4px solid rgba(0, 0, 0, .31);
        border-radius: 50%;
        border-top-color: #d5d0d0;
        height: 30px;
        left: 1px;
        margin: 0;
        opacity: .85;
        position: absolute;
        top: 0;
        width: 30px
    }

    .product-card .spinner.black {
        border: 4px solid hsla(0, 0%, 54%, .31);
        border-top-color: #272727
    }

    .spinner {
        animation: spin 1s linear infinite;
        border: 4px solid hsla(0, 0%, 100%, .31);
        border-radius: 50%;
        border-top-color: #fff;
        height: 24px;
        margin-right: 10px;
        opacity: .85;
        width: 24px
    }

    .spinner.compare-black {
        border: 4px solid hsla(0, 0%, 43%, .31);
        border-top-color: #121212;
        display: block;
        left: 2px;
        margin: initial !important;
        position: absolute;
        top: 2px
    }

    .loadShow {
        background: rgba(0, 0, 0, .42);
        display: block;
        height: calc(100% + 30px);
        left: -15px;
        position: fixed;
        text-align: center;
        top: -15px;
        width: calc(100% + 30px);
        z-index: 9999
    }

    .loadShow .spinners {
        animation: spin 1s linear infinite;
        border: 10px solid hsla(0, 0%, 100%, .31);
        border-radius: 50%;
        border-top-color: #fff;
        height: 60px;
        left: calc(50% - 12px);
        margin-right: 10px;
        opacity: 1;
        position: absolute;
        top: calc(50% - 12px);
        width: 60px
    }

    .seo-text-section__wrap .read-more-wrap-btn .read-more-btn .hidden {
        display: none
    }

    .subscription__wrap .right form input {
        background: #fff;
        border: 1px solid #f0f1f3;
        border-radius: 8px;
        height: 56px;
        margin-right: 8px;
        padding: 16px 40px 16px 16px;
        width: 285px
    }

    @media (max-width: 1080px) {
        .subscription__wrap .right form input {
            width: 250px
        }
    }

    @media (max-width: 600px) {
        .subscription__wrap .right form input {
            width: 100%
        }
    }

    small {
        font-size: 82%
    }

    .catalog-popup {
        opacity: 0;
        transition: opacity 0.2s ease;
        pointer-events: none;
    }

    .sticky-item-quantity:focus{
        box-shadow: none;
        border: none;
        outline: none;
    }