* {
    box-sizing: border-box;
}
body, html {
    overflow-x: hidden;
}
body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1 1 auto;
}
svg > * {
    transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
}

.breadcrumb-box .breadcrumb {
    white-space: nowrap;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.breadcrumb-box .breadcrumb::-webkit-scrollbar {
    display: none;
}

.container {
    width: 100% !important;
    max-width: 1276px !important;
    padding-left: 30px;
    padding-right: 30px;
}
.container.box-dopmenu {
    padding-left: 12px;
}

.modal-backdrop.in {
    filter: none;
    opacity: 1;
    background: rgba(23, 23, 23, 0.63);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.chm-modal .modal-header {
    padding: 32px 32px 0;
    height: initial;
    border-bottom: none;
}
.chm-modal .modal-header:after {
    display: none;
}
.chm-modal .modal-header .modal-title {
    color: #171717;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 8px;
}
.chm-modal .modal-body {
    padding: 0 32px;
}
.chm-modal .modal-body + .modal-footer {
    padding: 0 32px 32px;
}
.chm-modal .form-group.field_required:before {
    display: none;
}
.chm-modal .anytext-callback {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px !important;
    text-align: left;
}
.chm-modal .close-modal {
    background: transparent;
    border: none;
    height: initial;
    width: initial;
    right: 0;
    top: -40px;
    border-radius: 0;
    font-size: initial;
    line-height: initial;
    padding: 0;
    margin: 0;
}
.chm-modal .close-modal:hover svg path {
    fill: #377DFF !important;
}
.chm-modal .form-group {
    margin-bottom: 12px;
}
.chm-modal .form-group ~ div.form-group:last-child {
    margin-bottom: 16px !important;
}
.chm-modal input.form-control {
    box-shadow: none;
    padding: 18px 16px;
    height: 57px;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-radius: 8px;
    border: 1px solid #EDEDED !important;
    background-color: #F5F6FA;
}
.chm-modal input.form-control.error_input {
    border: 1px solid #F84147 !important;
    background: #FAFAFA;
    color: #F84147;
}

.chm-modal .modal-footer .chm-btn {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    height: 48px;
}
.chm-modal .modal-footer .chm-btn.chm-btn-primary {
    border: 2px solid #377DFF;
    background: #377DFF;
}
.chm-modal .modal-footer .chm-btn.chm-btn-primary:hover {
    border: 2px solid #006DFF;
    background: #006DFF;
}

.chm-modal .modal-footer .chm-btn.chm-btn-default {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    color: #377DFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    background: #FFF;
}
.chm-modal .modal-footer .chm-btn.chm-btn-default:hover {
    border: 1px solid #377DFF;
    background: #FFF;
    color: #377DFF;
}

.chm-modal .modal-body + .modal-footer .dflex {
    gap: 12px
}

.chm-modal .modal-body {
    display: flex;
    flex-direction: column;
}
.chm-modal .modal-body > form {
    order: 2
}
.chm-modal .alert {
    position: relative !important;
    animation: none !important;
    transition: none !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    align-items: flex-start;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: none !important;
    width: 100%;
    margin-bottom: 12px;
}
.chm-modal .alert svg {
    position: relative;
    top: 4px;
}
.chm-modal .text-modal-block {
    margin-left: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.chm-modal .ch-error-text + div.ch-error-text {
    margin-top: 0;
}
.chm-modal .alert.ch-alert-danger {
    background: rgba(248, 65, 71, 0.10);
}
.chm-modal .alert.ch-alert-danger .text-modal-block {
    color: #F84147;
}

.chm-modal .alert.alert-danger,
.alert-danger {
    padding: 16px 20px 16px 50px;
    border-radius: 8px;
    background: rgba(248, 65, 71, 0.10);
    border: none;
    color: #F84147;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    position: relative;
}
.chm-modal .alert.alert-danger strong,
.chm-modal .alert.alert-danger b,
.alert-danger strong,
.alert-danger b {
    color: #F84147 !important;
    font-weight: 700 !important;
}
.chm-modal .alert.alert-danger:before,
.alert-danger:before {
    content: url("/image/catalog/theme/alert-danger.svg");
    position: absolute;
    left: 16px;
    top: 17px;
}

footer.ch-dark-theme .footer-top,
.copyright__payments {
    background: #171717;
}

.footer-contact ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px
}
.footer-contact ul.list-unstyled li {
    margin-bottom: 0;
}
.footer-contact p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.38);
}
.footer-contact p span,
.footer-contact p a {
    color: #fff;
    font-weight: 500;
}
.footer-contact p.grey {
    color: rgba(255, 255, 255, 0.38);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 4px;
}
.footer-contact svg {
    cursor: pointer;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
.footer-contact svg:hover path {
    fill: #377DFF;
    opacity: 1;
    fill-opacity: 1;
}

.html-module {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.html-module strong {
    font-weight: 500;
}
.html-module p,
.html-module ul,
.html-module ol {
    margin-bottom: 0;
}
.html-module ul,
.html-module ol {
    padding-left: 20px;
}
.html-module h1,
.html-module h2 {
    color: #171717;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
    margin-top: 32px;
}
.html-module h1 {
    margin-top: 0;
}

.products-swiper-module {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 64px;
}
.checkout-success .products-swiper-module {
    padding-bottom: 0;
}
.common-home .products-swiper-module.products-swiper-latest {
    margin-top: 64px;
}
.common-home .container-module-brands + .products-swiper-module.products-swiper-latest {
    margin-top: 128px;
}

.common-home .products-swiper-module.products-swiper-latest:before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 64px;
    left: 50%;
    top: -64px;
    transform: translate(-50%, 0);
    background: #F5F5F7;
    z-index: 1;
}

.products-swiper-module .swiper-module {
    padding: 0;
}

.common-home .products-swiper-module:not(.products-swiper-viewed) > * {
    z-index: 2;
}
.common-home .products-swiper-module:not(.products-swiper-viewed):after {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background: #F5F5F7;
    z-index: 1;
}

.container-module.products-swiper-module .item.swiper-slide {
    padding-left: 2px;
    padding-right: 2px;
}

.container-module.products-swiper-module .title-module {
    margin-bottom: 18px;
}
.container-module.products-swiper-module .swiper-wrapper {
    padding-top: 6px;
}

.container-module.products-swiper-viewed .product-thumb {
    border: 1px solid #EDEDED;
}

.products-swiper-module .swiper-mod-arrow {
    background: rgba(23, 23, 23, 0.04);
    color: #000000;
    border-radius: 12px;
    font-size: 0;
    height: 42px;
    width: 42px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
.products-swiper-module .swiper-mod-arrow.prev-prod {
    right: 50px;
}
.products-swiper-module .swiper-mod-arrow.next-prod {
    cursor: pointer !important;
}
.products-swiper-module .swiper-mod-arrow.next-prod:hover img {
    cursor: pointer !important;
    filter: none !important;
    opacity: 1 !important;
}
.products-swiper-module .swiper-mod-arrow img {
    filter: brightness(0);
    opacity: 0.3;
}
.products-swiper-module .swiper-mod-arrow:not(.swiper-button-disabled):hover img {
    filter: none;
    opacity: 1;
}

.container-module-brands .dflex {
    justify-content: space-between;
}
.container-module-brands .dflex a img {
    opacity: 0.48;
}
.container-module-brands .dflex a:hover img {
    opacity: 1;
}

.shop-bag-svg:hover rect {
    stroke: #04BF45
}
.shop-bag-svg:hover path {
    fill: #04BF45
}

.icon-wishlist:hover rect,
.icon-compare:hover rect {
    stroke: #377DFF
}
.icon-wishlist:hover path,
.icon-compare:hover path {
    fill: #377DFF
}

.icon-compare:hover + .compare-quantity,
.icon-wishlist:hover + .wishlist-quantity {
    color: #fff;
    background: #377DFF
}

#phone .dropdown-toggle > .additional-tel {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
#phone .dropdown-toggle > .additional-tel .icon-image {
    margin-right: 7px;
}

.logo-line-header {
    padding: 24px 0;
}

.home-page-content-top {
    margin-bottom: 32px;
    padding-left: 22px;
}
.home-page-content-top .container-module {
    margin-bottom: 0;
}
.home-page-content-top .container-module .swiper-module {
    padding-top: 0;
    padding-bottom: 35px;
    margin-left: -4px;
    margin-right: -4px;
    max-width: calc(100% + 8px);
}
.home-page-content-top .container-module .item.swiper-slide {
    padding-left: 4px;
    padding-right: 4px;
    /*margin-left: -4px;*/
}

.home-page-content-top .container-module .item.swiper-slide a {
    display: block;
    position: relative;
}
.home-page-content-top .container-module .item.swiper-slide a img {
    width: 100%;
}
.home-page-content-top .banner-description {
    position: absolute;
    left: 0;
    top: 0;
    padding: 32px 24px;
    text-align: left;
    color: #FFF;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.home-page-content-top .banner-description > div + div {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 12px;
}
.home-page-content-top .swiper-mod-arrow.next-prod {
    width: 38px;
    height: 62px;
    z-index: 2;
    top: calc(50% - 18px);
    transform: translate(50%, -50%);
    background: rgba(255, 255, 255, 0.47);
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(16px);
    box-shadow: 3px 0px 24px 0px rgba(23, 23, 23, 0.24);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-page-content-top .swiper-mod-arrow.prev-prod {
    width: 38px;
    height: 62px;
    z-index: 2;
    top: calc(50% - 18px);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.47);
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(16px);
    box-shadow: 3px 0px 24px 0px rgba(23, 23, 23, 0.24);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: initial;
}
.home-page-content-top .swiper-mod-arrow.next-prod:hover svg path,
.home-page-content-top .swiper-mod-arrow.prev-prod:hover svg path {
    fill: #377DFF !important;
}

.home-page-content-top .swiper-mod-arrow.swiper-button-disabled {
    display: none !important;
}

.home-page-content-top .swiper-pagination-bullet {
    width: 64px;
    border-radius: 8px;
    height: 6px;
    background: #D9D9D9;
    opacity: 1;
    position: relative;
}
/*.home-page-content-top .swiper-pagination-bullet-active {
    background: #377DFF;
}*/
.home-page-content-top .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: '';
    display: block;
    width: 0%;
    border-radius: 8px;
    height: 6px;
    background: #377DFF;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    animation: fillBar 4s linear forwards;
}

@keyframes fillBar {
    to {
        width: 100%;
    }
}

.menu-line .container {
    width: initial;
}
.menu-line .col-md-9.dflex {
    align-items: center;
    justify-content: space-between;
}
.menu-line .col-md-9.dflex:before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: calc(100% - 30px);
    background: #EDEDED;
    top: 0;
    right: 10px;
}

.box-account.text-ai-on .btn-account {
    height: initial;
}
.box-account.text-ai-on .btn-account .text-a-icon {
    color: #777777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.box-account.text-ai-on .btn-account:hover .text-a-icon {
    color: #377DFF;
}

/**/
.container-module.ldev-reviews {
    padding-top: 64px;
    margin-bottom: 0;
}
.container-module.ldev-reviews .title-module {
    text-align: center;
}
.ldev-reviews-google-rating {
    border-radius: 12px !important;
    background: #F6F6F8 !important;
    padding: 16px 24px !important;
    margin-bottom: 24px !important;
}
.ldev-reviews-google-rating .google-rating-title {
    display: none;
}
.ldev-reviews-google-rating .google-rating-average {
    color: #171717;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Rubik';
}
.ldev-reviews-google-rating .fa-star {
    font-size: 22px;
}
.ldev-review-rating .fa-stack {
    width: 14px;
    height: 16px !important;
}
.ldev-reviews-google-rating .fa-stack {
    width: 19px;
    height: 22px !important;
}
.ldev-reviews-google-rating > div:first-child {
    display: flex;
    align-items: center;
}
.ldev-reviews-google-rating svg {
    margin-left: 7px;
}
.google-rating-total {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.ldev-reviews-google-rating .btn-primary {
    border-radius: 30px;
}

.ldev-reviews-list .ldev-review-item {
    padding: 24px !important;
    border-radius: 12px;
    background: #F6F6F8;
    margin-bottom: 12px;
    border-bottom: none !important;
}
.ldev-reviews-list .ldev-review-item .ldev-review-item-avatar {
    min-width: 40px !important;
    max-width: 40px;
}
.ldev-review-item-date {
    font-size: 13px !important;
    display: block;
    color: #868687 !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}
.ldev-review-item-date span {
    color: #377DFF;
}
.ldev-review-item-autor {
    font-size: 16px !important;
    text-transform: none !important;
    margin-bottom: 3px;
    display: flex;
    gap: 3px;
}
.ldev-review-item-autor svg {
    position: relative;
    top: 2px;
}
.ldev-review-rating {
    display: flex;
    gap: 1px;
}
.ldev-review-item-text {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.ldev-reviews-list .ldev-review-item-info {
    padding-left: 12px !important;
    width: 100%;
}
.ldev-review-item-reply {
    border-radius: 0px 12px 12px 0px !important;
    border-left: 4px solid #377DFF !important;
    background: rgba(55, 125, 255, 0.12);
    width: calc(100% - 28px);
    padding: 16px !important;
    margin: 16px 0 0 28px !important;
}
.ldev-review-item-reply-info {
    color: #377DFF;
    font-size: 16px;
    margin-bottom: 4px;
}
.ldev-review-item-reply-text {
    color: #171717;
    font-size: 16px;
}

.ldev-reviews-list {
    margin-bottom: 24px !important;
}

.btn-show-more-reviews-wrap {
    position: relative;
}
.btn-show-more-reviews-wrap:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #D7D7D8;
    position: absolute;
    top: 25px;
    z-index: 1;
}
.btn-show-more-reviews-wrap:after {
    content: '';
    display: block;
    height: 50px;
    width: 184px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.btn-show-more-reviews-wrap .btn-show-more-reviews {
    position: relative;
    border-radius: 100px;
    border: 2px solid #377DFF !important;
    padding: 13px 24px !important;
    background: #fff;
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    z-index: 2;
    margin-bottom: 64px;
}
.btn-show-more-reviews-wrap .btn-show-more-reviews:hover {
    background: #377DFF;
    color: #ffffff;
}
.btn-show-more-reviews-wrap .btn-show-more-reviews:active {
    padding: 14px 24px 12px !important;
}

.btn-menu-top .text-category {
    margin-right: 15px;
    margin-left: 15px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    flex: 1 1 auto;
}

.currency-toggle,
.language-toggle {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 16px;
    border-radius: 8px;
    background: rgba(55, 125, 255, 0.08);
    cursor: pointer;
}
.currency-toggle:after,
.language-toggle:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #377DFF;
    transition: 0.2s, box-shadow 0s;
}
.currency-toggle.mode-usd:after,
.language-toggle.mode-ru:after {
    left: 18px;
}

.menu-line .right-part {
    display: flex;
    align-items: center;
    gap: 34px
}

.menu-line .language-wrap .language-ua {
    order: 1
}
.menu-line .language-wrap .language-toggle {
    order: 2
}
.menu-line .language-wrap .language-ru {
    order: 3
}

.menu-line .currency-wrap,
.menu-line .language-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #777777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
}
.menu-line .currency-wrap .active,
.menu-line .language-wrap .active {
    color: #377DFF;
}
.menu-line .currency-wrap:before,
.menu-line .language-wrap:before {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background: #EDEDED;
    position: absolute;
    left: -16px;
    top: -4px;
}

.usd-mode .ocf-slider {
    display: none;
}
.usd-mode .ocf-filter-list>.ocf-filter:nth-child(2) .ocf-filter-header {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.usd-mode .ocf-filter-list>.ocf-filter:nth-child(2) .ocf-filter-header:after {
    top: 0;
}

.header-search .dropdown-menu {
    margin-top: 4px;
    border-radius: 12px;
    background: #242424;
    box-shadow: 0px 30px 60px 0px rgba(23, 23, 23, 0.08);
    padding: 12px;
    width: 100%;
}
.header-search .dropdown-menu > li > a {
    display: block;
    padding: 14px 40px;
    clear: both;
    font-weight: 400;
    position: relative;
}
.header-search .dropdown-menu > li > a:before {
    content: url("/image/catalog/theme/icon-search.svg");
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
}
.header-search .dropdown-menu > li > a:after {
    content: url("/image/catalog/theme/icon-search-arrow.svg");
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
}
.header-search .dropdown-menu > li > a:hover:before,
.header-search .dropdown-menu > li > a:hover:after {
    filter: brightness(0) invert();
}
.search-suggestion.category .name {
    font-weight: 400 !important;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: 100%;
}

.header-search .dropdown-menu > li > a:hover {
    background: #377DFF;
}

.header-search .dropdown-menu li.disabled .search-suggestion .title {
    border-bottom: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #777777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 12px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-left: 12px;
}

.header-search .dropdown-menu li.disabled ~ li > a {
    padding: 8px 40px 8px 12px;
}
.header-search .dropdown-menu li.disabled ~ li > a:before {
    display: none;
}
.header-search .dropdown-menu > li.disabled ~ li > a:after {
    top: 26px;
}
.header-search .dropdown-menu li.disabled ~ li > a .name {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
    margin-top: 4px;
}
.header-search .dropdown-menu li.disabled ~ li > a .price {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}
.header-search .dropdown-menu > li.disabled:first-child .search-suggestion .title {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.search-suggestion .price-new,
.search-suggestion .price-base {
    color: #FFF !important;
}
.search-suggestion .price-new {
    /*color: #F84147 !important;*/
}
.search-suggestion .price-old:before {
    display: none;
}
.search-suggestion .price-old {
    color: #FFF !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: line-through !important;
    margin-bottom: 0 !important;
}

.search-suggestion .no_results {
    color: #FFF !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.close-search-link {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 2;
    padding: 5px;
    display: none;
}

.box-search,
.header-search .button_search {
    z-index: 2;
}
body.no-scroll .box-search,
body.no-scroll .button_search {
    z-index: 1;
}
.box-cart {
    z-index: 1;
}

.carousel-sub-cat {
    border-radius: 12px;
    background: #FFF;
    margin-bottom: 32px;
    padding: 18px 8px;
}
.carousel-sub-cat .dflex {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
}
.carousel-sub-cat .dflex span {
    flex: 1 1 auto;
}
.carousel-sub-cat .dflex img {
    border-radius: 8px;
}
.carousel-sub-cat.container-module .swiper-module {
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-sub-cat .swiper-mod-arrow.swiper-button-disabled {
    display: none !important;
}

.carousel-sub-cat .swiper-mod-arrow.next-prod {
    width: 32px;
    height: 82px;
    z-index: 2;
    background: transparent;
    top: 50%;
    right: 4px;
    transform: translate(0, -50%);
}
.carousel-sub-cat .swiper-mod-arrow.next-prod svg {
    z-index: 2;
    position: relative;
}
.carousel-sub-cat .swiper-mod-arrow.next-prod:before {
    content: '';
    display: block;
    width: 56px;
    height: 90px;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, #FFF 100%);
    position: absolute;
    right: 0;
    top: -4px;
}
.carousel-sub-cat .swiper-mod-arrow.prev-prod {
    width: 32px;
    height: 82px;
    z-index: 2;
    background: transparent;
    top: 50%;
    transform: translate(0, -50%);
    left: 4px;
    right: initial;
}
.carousel-sub-cat .swiper-mod-arrow.prev-prod svg {
    z-index: 2;
    position: relative;
}
.carousel-sub-cat .swiper-mod-arrow.prev-prod:before {
    content: '';
    display: block;
    width: 56px;
    height: 90px;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 100%, #FFF 50%, #FFF 0%);
    position: absolute;
    left: 0;
    top: -4px;
}

body.open-search .close-search-link {
    display: block;
}

body.open-search .logo-line-header:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(23, 23, 23, 0.64);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    top: 0;
    left: 0;
    z-index: 2;
}

#showmore {
    display: none;
}

.pagination > li {
    display: inline-block;
    border: 1px solid #D1D1D3;
    background: #F5F6FA;
    margin: 0;
}
.pagination > li + li {
    border-left: none !important;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #F7F8FB;
    border-radius: 0 !important;
    color: #676768;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 12px 6px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 0;
}
.pagination > li.long-li > a {
    padding: 12px 12px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #377DFF;
    border-color: #377DFF;
}

.pagination > li.dot-li > span {
    color: #676768 !important;
    background-color: #F7F8FB !important;
}

.pagination-wrap {
    margin-top: 16px;
    margin-bottom: 64px;
}
.pagination-wrap .pagination {
    margin: 0;
}
.pagination-wrap .pagination > li:first-child,
.pagination-wrap .pagination > li:first-child a,
.pagination-wrap .pagination > li:first-child span {
    border-radius: 4px 0px 0px 4px !important;
}
.pagination-wrap .pagination > li:last-child,
.pagination-wrap .pagination > li:last-child a,
.pagination-wrap .pagination > li:last-child span {
    border-radius: 0px 4px 4px 0px !important;
}
.pagination-wrap > .col-sm-6:first-child {
    color: #676768;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
}
.pagination-wrap .pagination > li.first-li a,
.pagination-wrap .pagination > li.last-li a {
    padding: 0;
}
.pagination-wrap .pagination > li a:hover {
    background: transparent;
    color: #377DFF;
}

/**/
.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
}

.circle>div {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
}

.circle .outer {
    background-color: #377DFF;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 50% 0, 50% 50%, 50% 50%);
}

.circle .inner {
    transform: scale(0.88);
    background-color: #fff;;
}
.circle .inner2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background-color: #EDEDED;
}

.circle .outer {
    animation: xxx 5.5s linear forwards;
}

@keyframes xxx {
    12.5% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 0 0, 50% 50%, 50% 50%);
    }
    25% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 50%, 0 50%, 50% 50%, 50% 50%);
    }
    37.5% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%, 0 100%, 50% 50%, 50% 50%);
    }
    50% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 50%, 50% 50%);
    }
    62.5% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 50%, 50% 50%);
    }
    75% {
        clip-path: polygon(50% 0%, 100% 0, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 50% 50%, 50% 50%);
    }
    87.5% {
        clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 50% 50%, 50% 50%);
    }
    100% {
        clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 50%, 50% 50%);
    }
}

.alert.alert-success.animated,
.alert.animated {
    width: 436px;
    height: initial;
    vertical-align: middle;
    padding: 24px;
    border: 1px solid #EDEDED !important;
    border-radius: 12px;
    color: #171717 !important;
    right: 48px !important;
    left: auto !important;
    background: #fff !important;
    top: 48px !important;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
    filter: drop-shadow(0px 32px 32px rgba(28, 27, 27, 0.24));
    z-index: 100000 !important;
}
.alert.alert-success.animated span,
.alert span {
    font-size: 14px !important;
    line-height: 130% !important;
    color: #171717 !important;
}
.alert span .fa {
    display: none;
}

.alert.animated button.close,
.alert.alert-success.animated button.close {
    color: #171717;
    z-index: 2;
    position: absolute;
    right: 37px;
    top: 33px;
    opacity: 1;
}

.alert.animated .alert-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
    color: #171717;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.alert.animated .alert-title ~ p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #171717;
}
.alert.animated .alert-title ~ p a {
    color: #377DFF !important;
    font-weight: 500;
    text-decoration: none
}
.alert.animated .alert-title ~ p a:hover {
    text-decoration: underline;
}

.fix-header.h-sticky {
    top: -70px;
    transition: all 0.1s linear;
    height: 65px;
    position: fixed;
    left: 0;
    width: 100%;
}
.fix-header.h-sticky.active {
    top: 0;
}
.fix-header.h-sticky #logo {
    opacity: 0;
}
.fix-header.h-sticky .btn-menu-top.vh1-bl {
    margin-top: -57px;
}
.fix-header.h-sticky .menu-line .col-md-9.dflex {
    display: none;
}
.fix-header.h-sticky .logo-line-header {
    padding: 8px 0;
}
.fix-header.h-sticky .box-cart.text-ai-on div[id^='cart'] .cart-total {
    top: -8px;
    right: -7px;
}

.fix-header.h-sticky ~ main {
    padding-top: 176px;
}

.open .btn-sort-limit svg path,
.btn-sort-limit:hover svg path,
.carousel-sub-cat .swiper-mod-arrow.next-prod:not(.swiper-button-disabled):hover svg path,
.carousel-sub-cat .swiper-mod-arrow.prev-prod:not(.swiper-button-disabled):hover svg path {
    fill: #377DFF !important;
}

/**/
body.open-cart-mode header {
    z-index: 1008;
}
body.open-cart-mode .box-search {
    z-index: 1;
}
body.open-cart-mode div[id^='cart'] .dropdown-menu {
    display: block !important;
}
body.open-cart-mode .cart-bg {
    background: rgba(23, 23, 23, 0.64);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

#cart .dropdown-menu {
    position: fixed;
    left: 50%;
    top: calc(50% + 20px);
    transform: translate(-50%, -50%);
    padding: 32px;
    width: 688px;
    text-align: left;
    text-transform: none;
    border-radius: 12px;
    overflow: visible;
    z-index: 1000000001;
}
div[id^='cart'] .dropdown-menu li + li {
    border-top: none;
    padding: 0;
}
div[id^='cart'] .alert-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #171717;
    text-transform: none;
    line-height: 130%;
    margin-bottom: 12px;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
}
div[id^='cart'] .dropdown-menu ul {
    padding: 0;
    max-height: calc(100vh - 370px);
    overflow: auto;
    padding-right: 10px;
}
.cart-new-wrap {
    padding: 0;
    list-style: none;
}
div[id^='cart'] .dropdown-menu ul li,
div[id^='cart'] .dropdown-menu ul li + li,
.cart-new-wrap li {
    padding: 0;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    margin-top: 12px;
}
div[id^='cart'] .flex-top,
.cart-new-wrap .flex-top {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    position: relative;
    align-items: flex-start;
}
div[id^='cart'] .flex-top a,
.cart-new-wrap .flex-top a {
    font-weight: 500;
    line-height: 130%;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-style: normal;
}
div[id^='cart'] .flex-top a span,
.cart-new-wrap .flex-top a span {
    margin-left: 12px;
    padding-right: 50px;
}

div[id^='cart'] .flex-top > div:first-child img,
.cart-new-wrap .flex-top > div:first-child img {
    border: 1px solid #EDEDED;
    border-radius: 12px;
    padding: 0;
}
div[id^='cart'] .flex-top .btn,
.cart-new-wrap .flex-top .btn {
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    display: block;
    right: -1px;
    top: -1px;
    position: absolute;
    z-index: 2;
}
div[id^='cart'] .flex-top .btn:hover svg > path:first-child,
.cart-new-wrap .flex-top .btn:hover svg > path:first-child {
    fill: #E91D25;
    stroke: #E91D25;
    fill-opacity: 0.1
}
div[id^='cart'] .flex-top .btn:hover svg > path:last-child,
.cart-new-wrap .flex-top .btn:hover svg > path:last-child {
    fill: #E91D25;
}

div[id^='cart'] .flex-bottom,
.cart-new-wrap .flex-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F6FA;
    padding: 16px 24px;
}
div[id^='cart'] .number-spinner-cart,
.cart-new-wrap .number-spinner-cart {
    position: relative;
    width: 224px;
}
div[id^='cart'] .number-spinner-cart button,
.cart-new-wrap .number-spinner-cart button {
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    display: block;
    position: relative;
}

div[id^='cart'] .number-spinner-cart button:hover svg rect,
.cart-new-wrap .number-spinner-cart button:hover svg rect {
    fill: #377DFF;
    stroke: #377DFF;
    opacity: 1;
}
div[id^='cart'] .number-spinner-cart button:hover svg path,
.cart-new-wrap .number-spinner-cart button:hover svg path {
    fill: #FFF;
}

/*div[id^='cart'] .number-spinner-cart .input-quantity + .input-group-btn button:after,
.cart-new-wrap .number-spinner-cart .input-quantity + .input-group-btn button:after {
    content: url("/image/catalog/theme-updates/plus-hover-icon.svg");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}*/

div[id^='cart'] .number-spinner-cart .input-group-btn,
.cart-new-wrap .number-spinner-cart .input-group-btn {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 48px;
    z-index: 3;
}
div[id^='cart'] .number-spinner-cart .input-group-btn ~ .input-group-btn,
.cart-new-wrap .number-spinner-cart .input-group-btn ~ .input-group-btn {
    left: initial;
    right: 6px;
}
div[id^='cart'] .number-spinner-cart > p,
.cart-new-wrap .number-spinner-cart > p {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    left: 66px;
    top: 10px;
    z-index: 3;
}
div[id^='cart'] .del {
    display: block;
    width: 1px;
    height: 60px;
    background: #D7D7D8;
    left: 0;
    top: 0;
}

div[id^='cart'] .input-quantity,
.cart-new-wrap .input-quantity {
    height: 60px;
    background: #fff;
    border: 2px solid #D7D7D8;
    border-radius: 12px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
    padding: 20px 65px 0;
    text-align: left;
}

div[id^='cart'] .flex-bottom-first,
.cart-new-wrap .flex-bottom-first {
    max-width: 120px;
    min-width: 120px;
}

.flex-bottom-last,
.cart-new-wrap .flex-bottom-last {
    max-width: 150px;
    min-width: 150px;
}

div[id^='cart'] .flex-bottom-first > p:first-child,
.cart-new-wrap .flex-bottom-first > p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    margin-bottom: 5px;
}
div[id^='cart'] .flex-bottom-first > p:last-child,
.cart-new-wrap .flex-bottom-first > p:last-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
    margin-bottom: 0;
    font-family: 'Rubik';
}
div[id^='cart'] .flex-bottom-first > p:last-child .price-old,
.cart-new-wrap .flex-bottom-first > p:last-child .price-old {
    color: #171717;
}
div[id^='cart'] .flex-bottom-first > p:last-child .price-old + span,
.cart-new-wrap .flex-bottom-first > p:last-child .price-old + span {
    color: #F84147;
}

div[id^='cart'] .flex-bottom-last > p:first-child,
.cart-new-wrap .flex-bottom-last > p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    margin-bottom: 6px;
}
div[id^='cart'] .flex-bottom-last > p:last-child,
.cart-new-wrap .flex-bottom-last > p:last-child {
    color: #171717;
    margin-bottom: 0;
    font-family: 'Rubik';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.cart-menu-close {
    position: absolute;
    cursor: pointer;
    top: -40px;
    right: 0;
}
.cart-menu-close:hover path {
    fill: #377DFF !important;
}

.footer-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 24px !important;
    border-top: 2px solid #EDEDED !important;
    flex-direction: column;
    gap: 24px;
}
.footer-cart > div:first-child {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-cart > div:first-child > p:first-child {
    color: #A7A7A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.footer-cart > div:first-child > p:last-child {
    color: #171717;
    margin-bottom: 0;
    font-family: 'Rubik';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.footer-cart > div:last-child {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.footer-cart > div:last-child a {
    text-transform: none;
    border-radius: 12px;
    padding: 0 25px;
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.footer-cart > div:last-child a.btn-default {
    color: #377DFF;
    border: 1px solid #EDEDED;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.footer-cart > div:last-child a.btn-default:hover {
    border: 1px solid #377DFF;
}

div[id^='cart'] .dropdown-menu li:first-child {
    max-height: initial;
}

/**/
.options-wrap:before {
    content: 'Гарантія на товар:';
    display: block;
    margin-bottom: 16px;
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    position: absolute;
    left: 0;
    top: 6px;
    max-width: 150px;
}
html[lang="ru"] .options-wrap:before {
    content: 'Гарантия на товар:';
}
div[id^='cart'] .options-wrap:before,
#simplecheckout_cart .options-wrap:before {
    position: relative;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    top: 0;
    max-width: initial;
    border-top: 1px solid #EDEDED;
    padding-top: 16px;
    margin-top: -8px;
}
div[id^='cart'] .option-radio.option-checkbox.option-13,
#simplecheckout_cart .option-radio.option-checkbox.option-13 {
    margin-top: 0;
}
div[id^='cart'] .option-radio.option-checkbox.option-13:before,
#simplecheckout_cart .option-radio.option-checkbox.option-13:before {
    padding-top: 24px;
    margin-bottom: 14px;
}
div[id^='cart'] .option-radio.option-checkbox > label,
#simplecheckout_cart .option-radio.option-checkbox > label {
    margin-bottom: 2px !important;
}

.option-radio.option-checkbox i.fa-info-circle:before {
    content: url("/image/catalog/theme/checkout/icon-info.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
}

.option-radio.option-checkbox {
    margin-bottom: 0;
    position: relative;
}
.option-radio.option-checkbox > label {
    position: relative;
    left: 0;
    padding-left: 55px;
    display: inline-block;
    line-height: 32px;
    font-weight: normal !important;
    font-size: 16px !important;
    cursor: pointer;
    margin-bottom: 5px !important;
}
.option-radio.option-checkbox > label + span {
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    white-space: nowrap;
    font-family: 'Rubik';
}
.option-radio.option-checkbox > label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 40px;
    height: 24px;
    border-radius: 100rem;
    background: #EDEDED;
    transition: 0.2s, box-shadow 0s;
}
.option-radio.option-checkbox > label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 100rem;
    background: #ffffff;
    transition: 0.2s, box-shadow 0s;
}
.option-radio.option-checkbox.active > label:before {
    background: #377DFF;
}
.option-radio.option-checkbox.active > label:after {
    left: 20px;
}
.option-radio.option-checkbox > div {
    margin-bottom: 15px;
}
.option-radio.option-checkbox.length-1 > div {
    margin-bottom: 0;
}
.option-radio.option-checkbox > div > .checkbox.form_radio_btn:first-child {
    position: absolute !important;
    left: -5000px !important;
    opacity: 0 !important;
}

div[id^='cart'] .options-wrap {
    padding: 0 24px 12px;
}
.options-wrap .checkbox.form_radio_btn {
    padding-left: 51px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.options-wrap .checkbox.form_radio_btn input[type=checkbox] {
    display: none;
}
.options-wrap .checkbox.form_radio_btn > label {
    position: relative;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 32px;
}

.options-wrap .checkbox.form_radio_btn > label span {
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    white-space: nowrap;
}
.options-wrap .checkbox.form_radio_btn > label:before {
    content: '';
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: 2px solid #EDEDED;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: -2px;
}
.options-wrap .checkbox.form_radio_btn > label:hover:before {
    border: 2px solid #377DFF;
}
.options-wrap .checkbox.form_radio_btn > input:checked + label:before {
    background: #377DFF;
    border: 2px solid #377DFF;
}

#product .info-product-stock {
    order: 1;
    margin-right: 32px;
}
#product .compare-wishlist-group {
    order: 2;
    margin-right: 32px;
}
#product .info-model {
    order: 3;
    margin: 0;
    flex: 1 1 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #777;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#product .info-model span {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-left: 5px;
    max-width: 120px;
}
#product .h1-prod-name {
    color: #171717;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
    min-height: 167px;
    display: flex;
    align-items: flex-end;
    word-break: break-word;
}
#product .btn-wishlist,
#product .btn-compare {
    padding: 0;
    width: 48px;
    height: 48px;
    background: #fff;
}
#product .btn-wishlist:not(.is-active):hover rect,
#product .btn-compare:not(.is-active):hover rect {
    stroke: #377DFF;
}

.tabs-product {
    border-radius: 12px;
    background: #FFF;
    padding: 32px;
}
.sticky-left-block {
    flex-direction: column;
}

#product .quantity-adder {
    position: absolute;
    opacity: 0;
    left: -10000px;
}

.product-variations {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 18px;
    padding-left: 0;
    padding-top: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.16);
    padding-bottom: 24px;
}
.variations-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.variations-line p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-table;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
    margin: 0;
    width: 150px;
    min-width: 150px;
}
.variations-line p span {
    position: relative;
    top: 2px;
    cursor: pointer;
}
.variations-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.variations-item {max-width:218px;}
.variations-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    font-style: normal;
    color: #171717;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.variations-item.color span {
    width: 32px;
    height: 32px;
    padding: 0px;
}
.variations-item.color small {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 6px;
}
.variations-item.active:not(.color) span {
    border: 1px solid #377DFF !important;
    background: #377DFF !important;
    color: #fff !important;
}
.variations-item a:hover span,
.variations-item.color.active span {
    border: 1px solid #377DFF;
    background: #fff;
    color: #377DFF;
}
.variation-empty {
    position: relative;
    opacity: 0.5;
}
.variation-empty:after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
}

.product-payment-block {
    margin-bottom: 32px;
}
.product-payment-block .title {
    color: #171717;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.product-payment-block > div {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.product-description-big {
    margin-top: 48px;
    margin-bottom: 54px;
}
.product-description-big > div {
    min-width: 50%;
}
.product-description-big > div:first-child {
    padding-right: 15px;
}
.product-description-big > div:first-child h2 {
    color: #171717;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 4px;
}
.product-description-big > div:first-child h2 + p {
    color: #777;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
.product-description-big > div:last-child {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 25px;
}
.product-description-big-inner > h1,
.product-description-big-inner > h2,
.product-description-big-inner > h3,
.product-description-big-inner > h4 {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 24px;
}
.product-description-big-inner > h1:first-child,
.product-description-big-inner > h2:first-child,
.product-description-big-inner > h3:first-child,
.product-description-big-inner > h4:first-child {
    margin-top: 0;
}
.product-description-big-inner > h3 {
    font-size: 20px;
}
.product-description-big-inner > h1,
.product-description-big-inner > h2 {
    font-size: 22px;
}

.image-additional {
    /*padding-left: 35px;
    padding-right: 35px;*/
    margin-top: 10px;
}
.image-additional .swiper-mod-arrow.next-prod {
    height: 100%;
    width: auto;
    z-index: 2;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-additional .swiper-mod-arrow.prev-prod {
    height: 100%;
    width: auto;
    right: initial;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
}
.image-additional .swiper-mod-arrow.swiper-button-disabled {
    display: none !important;
}

.product-description-big-more {
    color: #377DFF;
    margin-top: 10px;
    cursor: pointer;
    display: block;
}

#tab-specification-big .heading {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #171717;
    font-size: 24px;
    font-style: normal;
    border-top: 2px solid #EDEDED;
    padding-top: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
#tab-specification-big > .heading:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
#tab-specification-big .product-left > .heading:first-child {
    padding-top: 0;
    border-top: none;
}
#tab-specification-big .product-data {
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
#tab-specification-big .product-data__item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 12px;
    width: 100%;
}
#tab-specification-big .product-data__item .product-data__item-div {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    flex-wrap: wrap;
    width: 65%;
    min-width: 65%;
    display: flex;
    align-items: flex-end;
}
#tab-specification-big .product-data__item .product-data__item-div:first-child {
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 35%;
    min-width: 35%;
}
#tab-specification-big .product-data__item .product-data__item-div:first-child:after {
    position: relative;
    bottom: 4px;
    flex: 1 1 auto;
    content: '';
    margin: 0 10px;
    border-bottom: dotted 2px #D7D7D8;
}
#tab-specification-big .product-data__item .product-data__item-div:last-child > br:first-child {
    display: none !important;
}

#tab-images-big img {
    max-width: 100%;
}
#tab-images-big .hr {
    background: rgba(23, 23, 23, 0.16);
    height: 1px;
    width: 100%;
    margin: 32px 0;
}

.tab-review-top {
    border-radius: 12px;
    background: rgba(4, 191, 69, 0.08);
    padding: 24px;
    margin-bottom: 24px;
    justify-content: space-between;
}
.tab-review-top .dflex {
    align-items: center;
}

.tab-review-top .chm-btn {
    border-radius: 12px;
    border: 2px solid #04BF45;
    background: #04BF45;
    padding: 16px 48px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    height: 64px;
}
.tab-review-top .chm-btn:hover {
    border: 2px solid #00D249;
    background: #00D249;
}

.tab-review-top-rating {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: #04BF45;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Rubik';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-right: 17px;
}
.tab-review-top-rating span {
    border-radius: 29px;
    border: 2px solid #EBFAF0;
    background: #377DFF;
    color: #FFF;
    font-family: 'Rubik';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    right: -3px;
    bottom: -3px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    text-align: center;
}

.tab-review-top-text {
    padding-right: 20px;
}
.tab-review-top-text .title {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 5px;
}
.tab-review-top-text .title + p {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
}

#question-answer .tab-review-top {
    background: rgba(55, 125, 255, 0.08);
}
#question-answer .tab-review-top-rating {
    background: #377DFF;
}
#question-answer .tab-review-top .btn-primary {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    height: 64px;
    padding: 16px 32px;
    border-radius: 12px;
}

#question-answer > .text-left,
#review > p {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}

.toggle-password {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 16px;
    top: 16px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    background: transparent;
}
.toggle-password:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 3;
    cursor: pointer;
    background: url("/image/catalog/theme/checkout/icon-eyes.svg") no-repeat center;
}
.toggle-password:hover {
    background: #EDEDED;
}
.toggle-password.active {
    background: #377DFF;
}
.toggle-password.active:after {
    filter: brightness(0) invert(1);
}

.select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-radius: 8px !important;
    border: 1px solid #D6D6D6 !important;
    background: #FAFAFA !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 48px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100% !important;
    padding: 16px !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 16px !important;
    width: 8px !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #848484 transparent transparent !important;
    border-width: 8px 7px 0 !important;
}

.select2-container--bootstrap .select2-dropdown {
    text-align: center;
    margin-top: 5px !important;
    padding: 8px 0 8px 12px;
    border-radius: 12px !important;
    background: #242424;
    border: none;
}
.select2-search--dropdown {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}
.select2-container--bootstrap .select2-results__option {
    text-align: left;
    border-radius: 6px !important;
    color: #fff !important;
    padding: 13px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    background-color: transparent !important;
    margin-right: 12px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    margin-right: 6px;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #377DFF !important;
}

.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 8px;
}
.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #171717;
    border-radius: 20px;
}
.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #ffffff3d;
    border-radius: 20px;
}

.options-wrap .form-group label.control-label ~ i,
.options-wrap .form-group label.control-label ~ svg {
    outline: none !important;
    border: none !important;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.empty-cart {
    text-align: center;
}
div[id^='cart'] .empty-cart {
    margin-top: 36px;
}
div[id^='cart'] .empty-cart .btn-primary {
    margin-bottom: 32px;
}
.empty-cart .flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.empty-cart .title {
    color: #171717;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 4px;
}
.empty-cart .title + p {
    color: #A7A7A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 24px;
}

.success-checkout {
    margin-top: 42px;
    background: #377DFF;
    border-radius: 12px;
    color: #fff;
    padding: 48px 24px 48px 312px;
    position: relative;
    margin-bottom: 72px;
}
.success-checkout:before {
    content: url("/image/catalog/theme/checkout/checkout-success.svg");
    position: absolute;
    z-index: 2;
    left: 0;
    top: -40px;
}
.success-checkout h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 0;
}
.success-checkout p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.success-checkout h1 + p {
    margin-top: 12px;
}
.success-checkout > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #377DFF;
    display: inline-block;
    background: #fff;
    padding: 13px 24px;
    border-radius: 12px;
    margin-top: 19px;
}

.checkout-success .content-top-breadcum {
    display: none;
}

#error-not-found {
    margin-top: 98px;
    margin-bottom: 80px;
}
#error-not-found h1 {
    color: #171717;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 4px;
}
#error-not-found p {
    color: #777;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 24px;
}

.maintenance-wrap {
    width: 100%;
    min-height: calc(100vh - 78px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.maintenance-wrap > svg {
    opacity: 0.08;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: initial;
}
.maintenance-wrap .maintenance-inner {
    width: 800px;
    max-width: calc(100% - 20px);
    text-align: center;
    z-index: 2;
}
.maintenance-wrap .maintenance-inner p {
    color: #777;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
}
.maintenance-wrap .maintenance-inner .title {
    color: #171717;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 32px;
}
.maintenance-wrap .maintenance-inner p em {
    color: #171717;
    font-weight: 500;
}
.maintenance-wrap .maintenance-inner a {
    padding: 16px 24px;
    margin-top: 12px;
}

.product-related-big {
    margin-top: 68px;
}
.product-related-big .my-tabs {
    background: transparent;
    width: calc(100% - 124px);
}
.product-related-big .container-module {
    margin-bottom: 0;
}
.product-related-big .products-swiper-module .swiper-mod-arrow {
    top: -68px;
}
body[class*="information-information-"] main {
    background: #fff;
    padding-bottom: 0;
}
body[class*="information-information-"] #content {
    margin-bottom: 0;
}
body[class*="information-information-"] .content-bottom {
    position: relative;
    padding: 0;
}
body[class*="information-information-"] .content-bottom > div:first-child {
    padding-top: 65px;
}
body[class*="information-information-"] .content-bottom > div:last-child {
    padding-bottom: 65px;
}
body[class*="information-information-"] .content-bottom > div:last-child .swiper-mod-arrow.prev-prod,
body[class*="information-information-"] .content-bottom > div:last-child .swiper-mod-arrow.next-prod {
    top: 65px;
}
body[class*="information-information-"] .content-bottom:before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    left: 50%;
    top:  0;
    transform: translate(-50%, 0);
    background: #F5F5F7;
    z-index: 1;
}
body[class*="information-information-"] .content-bottom > * {
    position: relative;
    z-index: 2;
}
body[class*="information-information-"] .h1,
body[class*="information-information-"] h1 {
    color: #171717;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 32px;
}
body[class*="information-information-"] .p-content {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 48px;
}
body[class*="information-information-"] .p-content h2,
body[class*="information-information-"] .p-content h3,
body[class*="information-information-"] .p-content h4 {
    color: #171717;
}
body[class*="information-information-"] .p-content ul,
body[class*="information-information-"] .p-content ol {
    padding-left: 20px;
}
body[class*="information-information-"] .p-content strong,
body[class*="information-information-"] .p-content b {
    font-weight: 500;
}
body[class*="information-information-"] .p-content iframe {
    margin: 48px 0;
    border-radius: 12px;
}

.about-us-pictures-wrap {
    position: relative;
    overflow: auto;
    width: 1720px;
    left: 50%;
    transform: translate(-50%, 0);
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.about-us-pictures-wrap::-webkit-scrollbar {
    display: none;
}
.about-us-pictures {
    position: relative;
    display: flex;
    width: 1720px;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
}

/**/
.information-information-6 h1 {
    display: none;
}
.information-information-6 .p-content > h2 {
    color: #171717;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 55px;
    padding-left: 64px;
    position: relative;
}
.information-information-6 .p-content > h2.h2-delivery:before {
    content: url("/image/catalog/theme/checkout/delivery-icon.svg");
    position: absolute;
    left: 0;
    top: -4px;
}
.information-information-6 .p-content > h2.h2-payments {
    margin-top: 0;
}
.information-information-6 .p-content > h2.h2-payments:before {
    content: url("/image/catalog/theme/checkout/payment-icon.svg");
    position: absolute;
    left: 0;
    top: -4px;
}
.information-information-6 .p-content {
    margin-bottom: 96px;
}
.information-information-6 .p-content hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border: 0;
    border-top: 1px solid #EDEDED;
}
.information-information-6 .p-content hr.hr-middle {
    margin-top: 64px;
    margin-bottom: 64px;
}
.information-information-6 .p-content hr.hr-long {
    margin-top: 96px;
    margin-bottom: 96px;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
}
.information-information-6 .p-content .dflex > div {
    flex: 1 1 50%;
    width: 50%;
}
.information-information-6 .p-content .dflex h3,
.information-information-6 .p-content .dflex .h3 {
    margin-top: 0;
    color: #171717;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}
.information-information-6 .p-content .dflex a {
    text-decoration: underline;
}
.information-information-6 .p-content .dflex a:hover {
    text-decoration: none;
}
.information-information-6 .p-content .dflex .title {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    margin-bottom: 12px;
}

/**/
.information-information-5 .p-content strong,
.information-information-5 .p-content b,
.information-information-7 .p-content strong,
.information-information-7 .p-content b {
    color: #171717;
}
.information-information-5 .p-content ol,
.information-information-7 .p-content ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0 !important;
}
.information-information-5 .p-content ol ul,
.information-information-7 .p-content ol ul {
    list-style: disc;
    margin-top: 10px;
}
.information-information-5 .p-content ol li,
.information-information-7 .p-content ol li {
    margin-bottom: 10px;
}
.information-information-5 .p-content ol > li:before,
.information-information-7 .p-content ol > li:before {
    content: counters(item, '.', decimal) '. ';
    counter-increment: item;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
}
.information-information-5 .p-content > ol > li:before,
.information-information-7 .p-content > ol > li:before {
    font-size: 0;
    opacity: 0;
    position: absolute;
    left: -10000px;
}
.information-information-5 .p-content > ol ol > li,
.information-information-7 .p-content > ol ol > li {
    /*display: flex  ;
    gap: 12px;*/
    padding-left: 48px;
    position: relative;
}
.information-information-5 .p-content > ol ol > li:before,
.information-information-7 .p-content > ol ol > li:before {
    position: absolute;
    left: 0;
    top: 0;
}

.faq-explain {
    margin-top: 32px;
    margin-bottom: 24px;
}
.faq-explain p {
    display: flex;
    margin-bottom: 10px;
    gap: 10px
}
.faq-explain p span {
    display: block;
    width: 93px;
    max-width: 93px;
    min-width: 93px;
    flex: 1 1 93px;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: right;
}

.chm-table-compare {
    overflow: hidden;
}

.product-compare h1,
body[class^="account-"] h1 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.compare-table-scroll {
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 32px;
}
.compare-table-scroll .div-tr > .div-td {
    max-width: calc(20% - 4px);
    min-width: calc(20% - 4px);
    flex: 1 1 calc(20% - 4px);
    padding: 12px 16px;
    margin: 0 2px;
}
.compare-table-scroll .div-tr > .div-th {
    max-width: 100%;
    min-width: 100%;
    flex: 1 1 100%;
}
.chm-table-card {
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 16px;
}

.div-tr:not(.div-tr-cards) {
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    background: #FFF;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}

.div-tr.compare-property-group-name {
    color: #171717;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 24px;
    margin-bottom: 8px;
    padding: 0;
    border: none !important;
}
.div-tr.compare-property-name {
    padding: 12px 16px;
    border-radius: 8px 8px 0px 0px;
    background: #F5F6FA;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
}
.compare-property-value > br:first-child {
    display: none;
}
.div-tr > .div-td + .div-td {
    position: relative;
}
.div-tr:not(.div-tr-cards) > .div-td + .div-td:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 16px);
    background: transparent;
    position: absolute;
    left: 0;
    top: 8px;
    border-left: 1px solid #D9D9D9;
}

.chm-table-card .product-thumb {
    padding: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.compare-table-scroll .div-tr > .div-td:nth-child(5) ~ .div-td {
    display: none;
}

.success-modal .modal-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.success-modal .chm-modal .anytext-callback {
    text-align: center;
    margin-bottom: 24px !important;
}

#popup-quickorder {
    width: 688px;
}
#popup-quickorder .modal-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
#popup-quickorder.popup-newfastordercart .modal-title {
    margin-bottom: 24px;
}
#popup-quickorder .subtitle {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}
#popup-quickorder:not(.sm-modal-4) .modal-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 218px;
    background: #F5F6FA;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}
#popup-quickorder .modal-content > div {
    position: relative;
    z-index: 2;
}
#popup-quickorder #fastorder_data > .row:first-child input.form-control {
    border: 1px solid #EDEDED !important;
    background: #FFF;
    height: 48px;
    font-size: 14px;
}
#popup-quickorder #fastorder_data > .row:first-child input.form-control.error_input {
    border: 1px solid #F84147 !important;
}

#popup-quickorder .modal-footer .subtitle {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 24px;
}
#popup-quickorder .modal-footer .subtitle a {
    text-decoration: underline;
}
#popup-quickorder .modal-footer .chm-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    height: 60px;
    width: calc(50% - 6px);
    text-align: center;
}
#popup-quickorder .modal-footer .chm-btn.chm-btn-grey {
    border: 2px solid #EDEDED;
    color: #377DFF;
    background: #FFF;
}
#popup-quickorder .modal-footer .chm-btn.chm-btn-grey:hover {
    border: 2px solid #377DFF;
}

#cart-fast .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    float: none;
    padding-top: 0;
    margin-top: 0;
    background: transparent;
}
#popup-quickorder:not(.sm-modal-4) {
    margin-top: 70px;
    margin-bottom: 40px;
}
#popup-quickorder:not(.sm-modal-4) #cart-fast .dropdown-menu ul {
    /*max-height: calc(100vh - 700px);*/
    max-height: initial !important;
    height: initial !important;
}
#cart-fast .dropdown-menu > li > .title {
    color: #171717;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 16px;
    margin-top: 46px;
}
#cart-fast .footer-cart {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    border-bottom: 2px solid #EDEDED !important;
    margin-bottom: 24px;
}
#cart-fast .footer-cart > div:last-child {
    justify-content: center;
}

.information-information-8 .p-content,
.information-information-9 .p-content {
    margin-bottom: 96px;
}
.information-information-8 .p-content > h2,
.information-information-9 .p-content > h2 {
    color: #171717;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 12px;
    margin-top: 0;
}
.information-information-8 .p-content > h2 + p,
.information-information-9 .p-content > h2 + p {
    color: #888;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 34px;
}
.information-information-8 .p-content .dflex,
.information-information-9 .p-content .dflex {
    gap: 24px
}
.dflex .step-item {
    flex: 1 1 25%;
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F5F5F7;
    padding: 24px 16px 28px;
}
.dflex .step-item .step-number {
    color: #377DFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #377DFF;
    background: #FFF;
    margin-bottom: 24px;
    display: inline-block;
}
.dflex .step-item .title {
    color: #171717;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 12px;
}
.dflex .step-item .title + p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}

/**/
#tradein_data {
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    padding: 24px;
    margin-top: -48px;
    width: calc(100% - 144px);
    margin-left: 72px;
    margin-bottom: 64px;
}

#tradein_data .line-0 > h2 {
    margin-top: 0;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
}
#tradein_data .line-1 {
    justify-content: space-between;
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 16px 24px;
    margin-bottom: 0;
}
#tradein_data .line-1 > div:first-child {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
}
#tradein_data .line-1 ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
}
#tradein_data .line-1 ul li span {
    border-radius: 15.5px;
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}
#tradein_data .line-1 ul li span:hover {
    border: 2px solid #377DFF;
    color: #377DFF;
}
#tradein_data .line-1 ul li span.active {
    border: 2px solid #377DFF;
    background: #377DFF;
    color: #fff;
}

#tradein_data .line-2 {
    gap: 24px;
    margin-bottom: 24px;
}
#tradein_data .line-2 > div:first-child {
    width: 304px;
    flex: 1 1 304px;
    max-width: 304px;
}
#tradein_data .line-2 .form-group {
    margin-bottom: 12px;
}
#tradein_data .line-2 > div:last-child {
    flex: 1 1 auto;
}
#tradein_data .line-2 label {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 6px;
}
#tradein_data .line-2 label span {
    color: #E91D25;
}
#tradein_data .line-2 .form-control {
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    background: #FAFAFA;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#tradein_data .line-2 textarea.form-control {
    height: 216px;
    resize: none;
}

#tradein_data .line-3 {
    margin-bottom: 24px;
}
#tradein_data .line-3 > .form-group {
    margin-bottom: 0;
}
#tradein_data .line-3 > .form-group label {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 6px;
}
#tradein_data .line-3 > .form-group label span {
    color: #E91D25;
}
#tradein_data .line-3 .dflex {
    gap: 12px
}
#tradein_data .line-3 .dflex > label {
    display: flex;
    align-items: center;
    flex: 1 1 50%;
    border-radius: 12px;
    border: 2px solid #EDEDED;
    background: #FFF;
    padding: 16px 24px 16px 60px;
    cursor: pointer;
    position: relative;
}
#tradein_data .line-3 .dflex > label.active {
    border: 2px solid var(--377-dff, #377DFF);
}
#tradein_data .line-3 .dflex > label input {
    position: absolute;
    left: -2000px;
    opacity: 0;
}
#tradein_data .line-3 .dflex > label .title {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 1px;
}
#tradein_data .line-3 .dflex > label .title + p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
#tradein_data .line-3 .dflex > label > div {
    position: relative;
}
#tradein_data .line-3 .dflex > label > div:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #EDEDED;
    border-radius: 50%;
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translate(0px, -50%);
}
#tradein_data .line-3 .dflex > label > input:checked ~ div:before {
    border: 2px solid #377DFF;
}
#tradein_data .line-3 .dflex > label > input:checked ~ div:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #377DFF;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0px, -50%);
}
#tradein_data .line-4 {
    margin-bottom: 24px;
    margin-top: -12px;
}

#tradein_data .line-4 label {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 6px;
}
#tradein_data .line-4 .form-control {
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    background: #FAFAFA;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#tradein_data .line-4 > .form-group label span {
    color: #E91D25;
}

#tradein_data .line-5.dflex {
    justify-content: space-between;
    align-items: center;
}
#tradein_data .line-5.dflex p {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
#tradein_data .line-5.dflex p a {
    text-decoration: underline;
}
#tradein_data .line-5.dflex button {
    width: 242px;
    max-width: 100%;
}

#tradein_data:not(.active) .line-2,
#tradein_data:not(.active) .line-3,
#tradein_data:not(.active) .line-4,
#tradein_data:not(.active) .line-5 {
    display: none !important;
}
#tradein_data .line-4:not(.active) {
    display: none !important;
}

#tradein_data.active .line-1 {
    margin-bottom: 24px;
}

#tradein_data .line-2 .form-control.error,
#tradein_data .line-4 .form-control.error {
    border: 1px solid #F84147;
    color: #F84147
}

.information-information-10 .information-list {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}
.information-information-10 .information-list a {
    padding: 16px 0;
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.information-information-10 .information-list a:hover {
    color: #377DFF;
}
.information-information-10 .information-list a:hover svg path {
    fill: #377DFF !important;
}
.information-information-10 .information-list li + li a {
    border-top: 1px solid #EDEDED;
}

/**/
#login-form-popup .modal-dialog {
    max-width: 456px;
    width: 456px;
}
#login-form-popup .modal-content {
    margin-top: 60px;
    margin-bottom: 40px;
}
#login-form-popup .modal-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 6px;
}
#login-form-popup .forgotten {
    color: #377DFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 25px;
}
#login-form-popup .forgotten:hover {
    text-decoration: none;
}

#login-form-popup input.form-control {
    padding: 18px 24px;
}
#login-form-popup .toggle-password {
    right: 13px;
    top: 13px;
}
#login-form-popup .modal-body + .modal-footer {
    margin-top: 9px;
}
#login-form-popup #account_forgotten .modal-body + .modal-footer {
    margin-top: 4px;
}

#button-login-popup,
#button-forgotten-popup,
#button-register-popup,
#button-reset {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    height: 60px;
    width: 100%;
    margin-bottom: 12px;
}

#login-form-popup .modal-content > form:not(.active) {
    display: none !important;
}
#login-form-popup .modal-footer .btn-default,
.modal-reset .modal-footer .btn-default {
    padding: 0 16px;
    margin-left: 0;
    border-radius: 8px;
    border: 1px solid #377DFF;
    width: 100%;
    text-align: left;
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #fff !important;
}
#login-form-popup #account_register .modal-footer .btn-default {
    border: 1px solid #EDEDED;
}
#login-form-popup .modal-footer .btn-default.text-center {
    text-align: center;
    justify-content: center;
}
#login-form-popup .modal-footer .btn-default span {
    position: relative;
}
#login-form-popup #login_data .modal-footer .btn-default span:before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    background: #EDEDED;
    position: absolute;
    left: -12px;
    top: 8px
}
#login-form-popup .modal-footer .btn-default:hover ,
.modal-reset .modal-footer .btn-default:hover {
    border: 1px solid #377DFF;
    background: #377DFF !important;
    color: #fff
}
#login-form-popup .modal-footer .btn-default:hover svg path {
    fill: #fff
}

#login-form-popup #account_register .modal-footer .btn-default:hover {
    border: 1px solid #377DFF;
    background: #fff !important;
    color: #377DFF
}

#login-form-popup .modal-footer-text {
    margin-top: 12px;
    padding-top: 16px;
    color: #777;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-top: 1px solid #D7D7D8;
}
#login-form-popup .modal-footer-text a {
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#login-form-popup .modal-footer-text a:hover {
    text-decoration: none;
}

#login-form-popup label.control-label {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

#login-form-popup #account_register .modal-title {
    margin-bottom: 24px;
}
#login-form-popup #account_register .form-group > div {
    position: relative;
}
#login-form-popup #account_register input.form-control {
    height: 48px;
}

.nice-checkbox input {
    position: absolute;
    left: -2000px;
    opacity: 0;
}
.nice-checkbox span {
    position: relative;
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: block;
    padding-left: 36px;
    cursor: pointer;
}
.nice-checkbox span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 12px;
    pointer-events: none;
    background-color: #fff;
    border: 2px solid #EDEDED;
    border-radius: 4px;
    display: block;
}
.nice-checkbox span:hover:before {
    border-color: #377DFF;
}
.nice-checkbox input:checked + span:before {
    color: #fff;
    border-color: #377DFF;
    background-color: #377DFF;
}
.nice-checkbox input:checked + span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/image/catalog/theme/checkbox-active.svg);

}
.nice-checkbox span a {
    color: #377DFF;
    text-decoration: underline;
}
.nice-checkbox span a:hover {
    text-decoration: none;
}

.nice-checkbox input.error-theme + span:before {
    border-color: #F84147;
}

#login-form-popup #account_register .nice-checkbox {
    margin-top: 4px;
    margin-bottom: 0;
}
#login-form-popup #account_register .toggle-password,
#simpleedit .toggle-password {
    right: 8px;
    top: 8px;
}
#login-form-popup #account_register input.form-control {
    padding: 16px 16px;
}

#column-left .chm-list-group {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    border: none;
}
#column-left .chm-list-group a.chm-list-group-item {
    padding: 12px 12px 12px 42px;
    background: transparent;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    position: relative;
}
#column-left .chm-list-group a.chm-list-group-item + a {
    margin-top: 0;
}

#column-left .chm-list-group a:not(.active):hover {background: #F5F5F7;}

#column-left .chm-list-group a.chm-list-group-item svg {
    position: absolute;
    top: 13px;
    left: 23px;
    transform: translate(-50%, 0);
}
#column-left .chm-list-group-item.active::before {
    display: none;
}
#column-left .chm-list-group a.active {
    background: #377DFF;
    color: #fff;
}
#column-left .chm-list-group a.active svg path {
    fill: #fff !important;
}

.account-wishlist .breadcrumb + .row-flex {
    position: relative;
    align-items: flex-start;
}
.account-wishlist #column-left {
    position: sticky;
    top: 70px;
}

.account-order-item {
    display: flex;
    border-radius: 12px;
    background: #FFF;
    padding: 17px 24px;
    margin-bottom: 8px;
    gap: 24px;
    cursor: pointer;
    align-items: center;
}
.account-order-item .col-1 {
    width: 142px;
}
.account-order-item .col-1 > p:first-child {
    color: #171717;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 4px;
}
.account-order-item .col-1 > p:last-child {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
}

.account-order-item .col-2 {
    flex: 1 1 auto;
    display: flex;
    gap: 4px
}
.account-order-item .col-2 img {
    border-radius: 8px;
    border: 1px solid #EDEDED;
}

.account-order-item .col-3 {
    width: 142px;
    text-align: right;
}
.account-order-item .col-3 > p:first-child {
    color: #777;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 2px;
}
.account-order-item .col-3 > p:last-child {
    color: #171717;
    text-align: right;
    font-family: 'Rubik';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
}
.account-order-item .col-4 {
    width: 176px;
}
.account-order-item .col-4 p {
    width: 100%;
    margin-bottom: 0;
    border-radius: 12px;
    border: 1px solid #377DFF;
    height: 48px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #377DFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.account-order-item .col-4 p.status-1 {
    border: 1px solid #04BF45;
    color: #04BF45;
}
.account-order-item .col-4 p.status-21 {
    border: 1px solid #377DFF;
    background: #377DFF;
    color: #fff;
}
.account-order-item .col-4 p.status-26,
.account-order-item .col-4 p.status-25,
.account-order-item .col-4 p.status-24 {
    border: 1px solid #F5F6FA;
    background: #F5F6FA;
    color: #777;
}

.chm-account-content {
    border-radius: 12px;
    background: #FFF;
    padding: 21px 24px;
}
.chm-account-content + .chm-account-content {
    margin-top: 24px;
}

.chm-account-content .line-1 {
    display: flex;
    gap: 24px;
    align-items: center;
}
.chm-account-content .line-1 > div:first-child {
    width: 142px;
}
.chm-account-content .line-1 > div:first-child > p:first-child {
    color: #171717;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 4px;
}
.chm-account-content .line-1 > div:first-child > p:last-child {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
}

.chm-account-content .line-1 > div:nth-child(2) {
    flex: 1 1 auto;
    text-align: right;
}
.chm-account-content .line-1 > div:nth-child(2) > p:first-child {
    color: #777;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 2px;
}
.chm-account-content .line-1 > div:nth-child(2) > p:last-child {
    color: #171717;
    text-align: right;
    font-family: 'Rubik';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
}

.chm-account-content .line-1 > div:nth-child(3) {
    width: 176px;
}
.chm-account-content .line-1 > div:nth-child(3) p {
    width: 100%;
    margin-bottom: 0;
    border-radius: 12px;
    border: 1px solid #377DFF;
    height: 48px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #377DFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.chm-account-content .line-1 > div:nth-child(3) p.status-1 {
    border: 1px solid #04BF45;
    color: #04BF45;
}
.chm-account-content .line-1 > div:nth-child(3) p.status-21 {
    border: 1px solid #377DFF;
    background: #377DFF;
    color: #fff;
}
.chm-account-content .line-1 > div:nth-child(3) p.status-26,
.chm-account-content .line-1 > div:nth-child(3) p.status-25,
.chm-account-content .line-1 > div:nth-child(3) p.status-24 {
    border: 1px solid #F5F6FA;
    background: #F5F6FA;
    color: #777;
}


.chm-account-content .line-2 {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #EDEDED;
}
.chm-account-content .line-2 .title {
    color: #171717;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.chm-account-content .line-2 .line-product {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FAFAFA;
    padding: 16px;
    gap: 12px;
}
.chm-account-content .line-2 .line-product + .line-product {
    margin-top: 12px;
}
.chm-account-content .line-2 .line-product > div:last-child {
    flex: 1 1 auto;
}
.chm-account-content .line-2 .line-product > div:last-child > p:first-child {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
}
.chm-account-content .line-2 .line-product > div:last-child > p:first-child span {
    display: block;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 4px;
}
.chm-account-content .line-2 .line-product .dflex {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #EDEDED;
    gap: 32px
}
.chm-account-content .line-2 .line-product .dflex div > p:first-child {
    color: #A7A7A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.chm-account-content .line-2 .line-product .dflex div > p:last-child {
    color: #171717;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.chm-account-content .line-2 .line-product > div:first-child img {
    border-radius: 12px;
    border: 1px solid #EDEDED;
}


.chm-account-content .line-3 {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #EDEDED;
}
.chm-account-content .line-3 .title {
    color: #171717;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.chm-account-content .line-3 div + div {
    margin-top: 16px;
}
.chm-account-content .line-3 div > p:first-child {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.chm-account-content .line-3 div > p:last-child {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.chm-account-content .line-3 div.line-payment > p:last-child span {
    display: block;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.chm-account-content .line-3 div.line-shipping > p:last-child span {
    color: #04BF45;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}


.chm-account-content .line-4 {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #EDEDED;
}
.chm-account-content .line-4 .title {
    color: #171717;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.history-wrap {
    padding-left: 16px;
    margin: 0;
    border-left: 2px solid #EDEDED;
}
.history-wrap > div {
    position: relative;
}
.history-wrap > div:after {
    content: '';
    display: block;
    border-radius: 50%;
    border: 4px solid #FFF;
    background: #EDEDED;
    position: absolute;
    left: -26px;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.history-wrap > div.status-21:after {
    background: #377DFF;
}
.history-wrap > div > p:first-child {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 4px;
    margin-top: 32px;
    position: relative;
}
.history-wrap > div > p:first-child:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #EDEDED;
    position: absolute;
    top: -16px;
    left: 0;
}
.history-wrap > div:first-child > p:first-child:after {
    display: none;
}
.history-wrap > div:first-child > p:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
.history-wrap > div > p:first-child + p {
    color: #777;
    font-family: 'Rubik';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    position: relative;
}

.history-wrap > div:last-child > p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.history-wrap .history-comment {
    border-radius: 8px;
    background: #EBF2FF;
    padding: 12px 16px;
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
    margin-top: 12px;
}
.history-wrap > div:last-child:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -18px;
    top: 17px;
    z-index: 3;
}

/**/
#tab-review .popup-product-line,
#ch-modal-question-answer .popup-product-line {
    border-radius: 12px;
    background: #F5F5F7;
    padding: 12px;
    gap: 16px;
    margin: 16px 0 24px;
    align-items: center;
}
#tab-review .popup-product-line p,
#ch-modal-question-answer .popup-product-line p {
    margin: 0;
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
#tab-review .popup-product-line img,
#ch-modal-question-answer .popup-product-line img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    border: 1px solid #EDEDED;
}

#tab-review .modal-title,
#ch-modal-question-answer .modal-title {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
#tab-review .modal-dialog,
#ch-modal-question-answer .modal-dialog {
    width: 688px;
    max-width: 688px;
}
#tab-review label.control-label,
#ch-modal-question-answer label.control-label {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8px;
}
#tab-review .chm-modal input.form-control,
#tab-review .chm-modal textarea.form-control,
#ch-modal-question-answer .chm-modal input.form-control,
#ch-modal-question-answer .chm-modal textarea.form-control {
    box-shadow: none;
    padding: 16px 24px;
    height: 48px;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-radius: 8px;
    border: 1px solid #EDEDED !important;
    background-color: #F5F6FA;
}
#tab-review .chm-modal textarea.form-control,
#ch-modal-question-answer .chm-modal textarea.form-control {
    height: 80px;
    resize: none;
}
#ch-modal-question-answer .chm-modal textarea.form-control {
    height: 158px;
}

#form-review > .form-group.required:first-child {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EDEDED;
    align-items: center;
}
#form-review > .form-group.required:first-child label.control-label {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
}
#form-review > .form-group.required:first-child label.control-label:before {
    display: none;
}

#form-review .product-rating .star-rating {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
#form-review .product-rating .star-rating:before {
    position: absolute;
    content: url('/image/catalog/theme/icon-star-off.svg');
    width: 32px;
    height: 32px;
}
#form-review .product-rating .star-rating.checked:before,
#form-review .product-rating .star-rating.active::before {
    position: absolute;
    content: url("/image/catalog/theme/icon-star-on.svg");
    width: 32px;
    height: 32px;
}
#ch-modal-review .chm-modal .modal-footer .chm-btn.chm-btn-default,
#ch-modal-review .chm-modal .modal-footer .chm-btn.chm-btn-primary,
#ch-modal-question-answer .chm-modal .modal-footer .chm-btn.chm-btn-default,
#ch-modal-question-answer .chm-modal .modal-footer .chm-btn.chm-btn-primary {
    height: 60px;
    border-radius: 12px;
}
#ch-modal-review .chm-modal .modal-footer,
#ch-modal-question-answer .chm-modal .modal-footer {
    margin-top: 8px;
}

#ch-modal-review .chm-modal .alert,
#ch-modal-question-answer .chm-modal .alert {
    width: 100%;
    order: 3;
}

.account-review-empty {
    width: 625px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 0;
}
.account-review-empty .title {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #171717;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.account-review-empty .title + p {
    color: #777;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 32px;
}
.account-review-empty .btn {
    border-radius: 100px;
}

.account-review-item {
    border-radius: 12px;
    background: #FFF;
    margin-bottom: 16px;
}
.account-review-item .line-product {
    border-bottom: 1px solid #EDEDED;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 12px
}
.account-review-item .line-product p {
    margin-bottom: 0;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.account-review-item .line-product p a {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.account-review-item .review-item {
    border-radius: 0;
    border: none;
}
.account-review-item .review_rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.account-review-item .review_rating p {
    margin-bottom: 0;
    margin-left: 12px;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.account-info-block .title,
.account-address .chm-account-content .title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #171717;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
.account-address .chm-account-content + .chm-account-content .title {
    margin-bottom: 24px;
}

.account-info-line {
    padding: 24px 0;
}
.account-info-line + .account-info-line {
    border-top: 1px solid #EDEDED;
}
.account-info-line .no-value {
    color: #777777
}
.account-info-line > div:first-child {
    flex: 1 1 288px;
    width: 288px;
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 288px;
}
.account-info-line > div:last-child {
    flex: 1 1 auto;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.account-info-edit {
    border-radius: 4px 4px 10px 10px !important;
    background: #EBF2FF;
    color: #377DFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 21px !important;
    width: calc(100% + 44px);
    height: 60px;
    margin-left: -22px;
    margin-bottom: -20px;
    position: relative;
}
.account-info-edit:hover {
    background: #377DFF;
    color: #fff
}

.account-simpleedit #content h1 {
    display: none;
}
.account-simpleedit #content > h2 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #171717;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    display: flex;
    align-items: center;
    gap: 12px
}
.account-simpleedit #simpleedit {
    margin-top: 24px;
}
.account-simpleedit #simpleedit fieldset,
.account-address #simpleaddress fieldset {
    max-width: 100%;
}
.account-simpleedit #simpleedit .form-group,
.account-address #simpleaddress .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EDEDED;
}
.account-simpleedit #simpleedit .form-group > label.control-label,
.account-address #simpleaddress .form-group > label.control-label {
    margin: 0;
    padding: 0;
    width: 288px;
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.account-simpleedit #simpleedit .form-group > label.control-label:before,
.account-address #simpleaddress .form-group > label.control-label:before {
    display: none;
}
.account-simpleedit #simpleedit .form-group > label.control-label:after,
.account-address #simpleaddress .form-group > label.control-label:after {
    content: ':';
}

.account-simpleedit #simpleedit .form-group > div,
.account-address #simpleaddress .form-group > div {
    padding: 0;
    flex: 1 1 auto;
}
.account-simpleedit #simpleedit .form-group > div .select2-container {
    width: 100% !important;
}
.account-simpleedit #simpleedit .form-group .form-control,
.account-address #simpleaddress .form-group .form-control {
    height: 48px;
    color: #171717;
    padding: 0 16px;
    letter-spacing: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    background: #FAFAFA;
    box-shadow: none !important;
}
.account-simpleedit #simpleedit .input-group.date {
    display: block;
}
.account-simpleedit #simpleedit .input-group.date .input-group-btn {
    display: none;
}

.account-simpleedit #simpleedit .simpleregister-block-content,
.account-address #simpleaddress .simpleregister-block-content {
    padding: 0;
}
.account-simpleedit .simpleregister-button-block {
    padding: 0;
    margin: 0;
}
.account-simpleedit .simpleregister-button-block .btn-default {
    padding: 14px 32px;
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FFF;
    margin-right: 12px !important;
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.account-simpleedit .simpleregister-button-block .btn-default:hover {
    border: 1px solid #377DFF;
}

#simpleaddress {
    margin-bottom: 0;
}
#simpleaddress .row-address_default {
    position: absolute;
    left: -3000px;
    opacity: 0;
}
#simpleaddress .simpleregister-button-block {
    width: calc(100% + 44px);
    height: 60px;
    margin-left: -22px;
    margin-bottom: -20px;
    position: relative;
    padding: 0;
}
#simpleaddress .simpleregister-button-block .simpleregister-button-right {
    width: 100%;
}
#simpleaddress .simpleregister-button-block .simpleregister-button-right .button {
    border-radius: 4px 4px 10px 10px !important;
    background: #EBF2FF;
    color: #377DFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 21px !important;
    height: 60px;
    margin-left: -22px;
    width: 100%;
}
#simpleaddress .simpleregister-button-block .simpleregister-button-right .button:hover {
    background: #377DFF;
    color: #fff
}

#simpleaddress .custom-block-products > .row {
    display: flex;
    flex-direction: column;
}
#simpleaddress .custom-block-products > .row .item-cbp {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEDED;
}
#simpleaddress .custom-block-products + .custom-block-products {
    margin-top: 16px;
}

.account-address #simpleaddress fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}
.account-address #simpleaddress .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    flex: 1 1 50%;
    max-width: calc(50% - 12px);
}
.account-address #simpleaddress .form-group:before,
.account-address #simpleaddress .form-group:after {
    display: none;
}
.account-address #simpleaddress .form-group.row-address_address_1,
.account-address #simpleaddress .form-group.row-address_address_2 {
    flex: 1 1 100%;
    max-width: 100%;
}
.account-address #simpleaddress .form-group > label.control-label {
    font-size: 14px;
}
.account-address #simpleaddress .form-group > label.control-label:after {
    display: none;
}
.account-address #simpleaddress .form-group > label.control-label,
.account-address #simpleaddress .form-group > div {
    width: 100%;
}

.account-address ul.dropdown-address {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 10px 30px -10px #000000;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute !important;
    z-index: 1000;
}
.account-address .dropdown-address li {
    list-style-type: none;
}
.account-address .dropdown-address li:hover {
    background-color: #229ac8;
}
.account-address .dropdown-address li a {
    color: black;
    display: block;
    padding: 7px;
    text-decoration: none;
}
.account-address .dropdown-address li a:hover {
    color: white;
}
.account-address ul.dropdown-address {
    margin: 8px 0 0;
    padding: 8px 12px;
    background: #242424;
    border-radius: 12px;
    box-shadow: none;
    max-height: 300px;
    width: 100%;
}
.account-address ul.dropdown-address li {
    border-radius: 6px !important;
    background: transparent !important;
}
.account-address ul.dropdown-address li::marker {
    display: none;
}
.account-address ul.dropdown-address li a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding: 12px 13px;
    display: block;
}
.account-address ul.dropdown-address li:hover a {
    background: #377DFF;
    border-radius: 6px !important;
}
.account-address ul.dropdown-address::-webkit-scrollbar {
    width: 8px;
}
.account-address ul.dropdown-address::-webkit-scrollbar-track {
    background: #171717;
    border-radius: 0 20px 20px 0;
}
.account-address ul.dropdown-address::-webkit-scrollbar-thumb {
    background: #ffffff3d;
    border-radius: 20px;
}
#simpleaddress .custom-block-products > .row .item-cbp .custom-block-desc br {
    display: none;
}

.total-blue-alert {
    border-radius: 8px;
    background: #EBF2FF;
    padding: 16px;
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 16px;
}
.total-blue-alert .title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #377DFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.cart-total.cart-total-0 {
    display: none !important;
}

.fix-header.h-sticky.active .box-wishlist.text-ai-on .wishlist-quantity,
.fix-header.h-sticky.active .box-compare.text-ai-on .compare-quantity,
.fix-header.h-sticky.active .box-cart.text-ai-on #cart .cart-total {
    height: 20px;
    width: 20px;
    top: -6px;
    font-size: 12px;
}

.banner-blocks-container {
    flex-wrap: wrap;
}

.fix-header.h-sticky ~ .menu-header-box.type-menu-h-1.active-m.m-sticky {
    top: 65px;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 10000;
    margin-top: -8px;
}
.fix-header.h-sticky ~ .menu-header-box.type-menu-h-1.active-m.m-sticky .m_type_header_1 {
    width: 100%;
    padding: 0 30px;
    left: 0;
}
#menu-vertical.open {
    width: calc(25% - 5px);
}
.fix-header.h-sticky ~ .menu-header-box.type-menu-h-1.active-m.m-sticky #menu-vertical.open {
    margin: 0 0;
    width: calc(25% - 15px);
}

.product-thumb.product-thumb-disable .stickers-ns {
    display: none !important;
}
.product-thumb.product-thumb-disable .caption {
    opacity: 0.48;
}
.product-thumb.product-thumb-disable .image a {
    opacity: 0.48;
}
.product-thumb.product-thumb-disable .image:after {
    content: 'Під замовлення';
    color: #FFF;
    text-align: center;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 8px;
    background: #171717;
    display: inline-flex;
    padding: 12px 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    rotate: -12.401deg;
    white-space: nowrap;
}
html[lang="ru"] .product-thumb.product-thumb-disable .image:after {
    content: 'Под заказ';
}
.product-thumb.product-thumb-disable .price {
    opacity: 0 !important;
}
.product-thumb.product-thumb-disable .icon-cart-add {
    display: none !important;
}
.product-thumb.product-thumb-disable .cart .btn-general {
    background: #F5F6FA !important;
}
.product-thumb.product-thumb-disable .cart .btn-general .text-cart-add {
    color: #777 !important;
}

.html-module.html-69 img,
.html-module.html-70 img {
    max-width: 100%;
    width: 100%;
}

.box-account .dropdown-menu {
    top: 30px;
    right: -10px;
}
.box-account .dropdown-menu:before {
    content: '';
    position: absolute;
    height: 19px;
    width: 100%;
    display: block;
    top: -19px;
    left: 0;
}
.box-account .dropdown-menu:after {
    content: '';
    position: absolute;
    height: 21px;
    width: 21px;
    display: block;
    top: -11px;
    right: 32px;
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    background: #fff;
    transform: rotate(45deg);
    z-index: 1;
}
.box-account .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
}

#login-form-popup .chm-modal .alert.alert-danger {
    margin-bottom: 0;
}
.chm-modal input.form-control.error-theme,
.error-theme {
    border: 1px solid #F84147 !important;
    color: #F84147 !important;
}

#popup-callback .modal-body + .modal-footer {
    margin-top: 4px;
}

#column-left {
    margin-bottom: 96px;
}

body[class*="product-product-"] .products-swiper-viewed {
    position: relative;
    padding: 64px 0;
    margin-bottom: 0;
    margin-top: 0;
}
body[class*="product-product-"] .products-swiper-viewed:before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 1;
}
body[class*="product-product-"] main {
    padding-bottom: 0;
}

.empty-block {
    border-radius: 8px;
    background: #FFF;
    padding: 64px 15px;
}

#simplecheckout_customer .toggle-password {
    right: 8px;
    top: 8px;
}
#ch-modal-question-answer .modal-content,
#ch-modal-review .modal-content {
    margin-top: 60px;
    margin-bottom: 40px;
}

body[class*="information-information-"].information-information-8 .p-content,
body[class*="information-information-"].information-information-9 .p-content {
    margin-bottom: 96px;
}

#fm-fixed-mobile-bottom .drop-contacts {
    padding: 18px 16px !important;
}
#fm-fixed-mobile-bottom .drop-contacts > li:first-child {
    padding: 0 16px 16px;
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.swiper.image-additional .swiper-wrapper {
    flex-direction: row;
}

.chm-modal.sm-modal-4.modal-reset {
    max-width: 100%;
    width: 456px;
    margin: 30px auto;
    z-index: 1;
}
.chm-modal.sm-modal-4.modal-reset .modal-content {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-reset .modal-footer .btn-default {
    text-align: center;
    justify-content: center;
}

.thumbnails .general-image span.thumbnail,
.thumbnails .general-image span.thumbnail img {
    width: 100%;
}
#simplecheckout_payment_form .proposition {
    display: none;
}

.product-usd-line {
    padding-top: 16px;
    width: 100%;
    border-top: 1px solid #D7D7D8;
    margin-top: 16px;
    color: #777;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.product-usd-line p {
    margin-bottom: 0;
}
.product-usd-line span {
    color: #171717;
    font-weight: 600;
}

.general-image .thumbnail > img {
    border-radius: 24px;
}

#common-success .product-thumb.h-100 {
    height: initial;
}

.sms-approve-block {
    display: none;
}
.sms-approve-block.active {
    display: block;
}
.sms-approve-alert {
    border-radius: 8px;
    background: rgba(55, 125, 255, 0.10);
    padding: 14px 16px;
    display: flex;
    gap: 8px;
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}
.sms-approve-alert svg {
    min-width: 28px;
    max-width: 28px;
}

/*popup-newfastorder*/
#popup-quickorder.popup-newfastorder.sms-approve .counter-text:not(.active),
#popup-quickorder.popup-newfastorder.sms-approve .modal-footer .chm-btn-primary:not(.active) {
    display: none;
}
#popup-quickorder.popup-newfastorder.sms-approve .counter-text.active,
#popup-quickorder.popup-newfastorder.sms-approve .modal-footer .chm-btn-primary.active {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-quickorder.popup-newfastorder.sms-approve .modal-footer .chm-btn {
    width: 100%;
}
#popup-quickorder.popup-newfastorder.sms-approve .modal-footer .chm-btn.chm-btn-default {
    order: 100;
    margin-top: 4px;
}
#popup-quickorder.popup-newfastorder.sms-approve .counter-text {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    color: #777;
}
#popup-quickorder.popup-newfastorder.sms-approve .counter-text-2 {
    color: #171717;
    text-decoration: underline;
    cursor: pointer;
}
#popup-quickorder.popup-newfastorder.sms-approve .counter-text-2:hover {
    text-decoration: none;
}
#popup-quickorder.popup-newfastorder.sms-approve .modal-body + .modal-footer .dflex {
    flex-direction: column;
}


/*popup-newfastordercart*/
#popup-quickorder.popup-newfastordercart.sms-approve .counter-text:not(.active),
#popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data .form-group.col-sm-6 button:not(.active) {
    display: none;
}
#popup-quickorder.popup-newfastordercart.sms-approve .modal-footer .chm-btn[disabled] {
    background: #EDEDED;
    color: #777;
    border: 1px solid #EDEDED;
}
#popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data .form-group.col-sm-6 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px
}
#popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data .form-group.col-sm-6 button.active {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 226px;
    max-width: 226px;
    background: #377DFF;
}
#popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data .form-group.col-sm-6 button.active:hover {
    background: #006DFF !important;
}
#popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data > .row:first-child {
    background: #F5F6FA;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 0 -32px;
}
#popup-quickorder.popup-newfastordercart.sms-approve .counter-text {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    color: #777;
}
#popup-quickorder.popup-newfastordercart.sms-approve .counter-text-2 {
    color: #171717;
    text-decoration: underline;
    cursor: pointer;
}
#popup-quickorder.popup-newfastordercart.sms-approve .counter-text-2:hover {
    text-decoration: none;
}
#popup-quickorder.popup-newfastordercart.sms-approve .sms-approve-block {
    padding-right: 10px;
    padding-left: 10px;
}
#popup-quickorder.popup-newfastordercart.sms-approve .sms-approve-block .form-group {
    display: flex;
    gap: 12px
}
#popup-quickorder.popup-newfastordercart.sms-approve .sms-approve-block .form-group .button-step-2 {
    max-width: 180px;
    min-width: 180px;
    background: #377DFF;
}
#popup-quickorder.popup-newfastordercart.sms-approve .sms-approve-block .form-group .button-step-2:hover {
    background: #006DFF !important;
}
form input[readonly] {
    opacity: 0.48 !important;
}

.sms-approve-alert-2 {
    display: none;
}
.sms-approve-alert-2.active {
    border-radius: 8px;
    background: rgba(55, 125, 255, 0.10);
    padding: 16px;
    display: flex;
    gap: 8px;
    color: #377DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}
.sms-approve-alert svg {
    min-width: 20px;
    max-width: 20px;
}


@media (max-width: 1670px) {
    .about-us-pictures-wrap {
        width: 100vw;
    }
}

@media (max-width: 1300px) {
    .about-us-pictures {
        width: 1752px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #product .btn-fastorder svg {
        display: none;
    }
}

@media (max-width: 1200px) {
    .home-page-content-top {
        margin-bottom: 32px;
        padding-left: 10px;
    }

    .top-product-button {
        flex-wrap: wrap;
    }
    #product .info-model {
        order: -2;
        width: 100%;
        text-align: left;
        flex: 1 1 100%;
        justify-content: flex-start;
        margin-bottom: 24px;
    }
    #product .info-model span {
        max-width: initial;
    }
    #product .cart .btn-general {
        max-width: 100%;
        width: 100%;
    }
    #product .h1-prod-name,
    #product .price-new,
    #popup-quickview .price-new {
        font-size: 26px;
    }
    #product .price, #popup-quickview .price {
        margin-right: 10px;
    }
    .variations-item span {
        font-size: 14px;
    }
    #product .btn-fastorder {
        width: 100%;
        max-width: 100%;
    }
    #product .btn-fastorder svg {
        display: block;
    }

}

@media (max-width: 1170px) {
    #product.row-flex .options {
        margin-top: 0;
        padding-left: 0;
        padding-top: 32px;
        padding-bottom: 0;
    }

    #product .cart .btn-general,
    #product .cart {
        width: 100%;
        max-width: 100%;
    }
    #product .price, #popup-quickview .price {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .btn-menu-top .text-category {
        font-size: 15px;
    }
    .container-module-brands > .dflex {
        width: 1050px;
    }
    .container-module-brands {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1100px) {
    .box-dopmenu-more {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .products-swiper-module > *:not(.swiper-mod-arrow) {
        padding-top: 5px !important;
        margin-top: -5px !important;
    }
}

@media (min-width: 992px) {
    .footer-top .f-column .col-sm-3 {
        width: 22.2222222%;
    }
    .filter-adaptive-bg,
    .view-box-filter,
    .filter-top-adaptive {
        display: none !important;
    }
}

@media (max-width: 991px) { /*990*/
    .general-image .thumbnail > img {
        border-radius: 16px;
    }
    h2, h3, h4, h5, h6 {
        margin-top: 24px;
    }
    .footer-top .f-column > .col-xs-12:first-child {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        margin-bottom: 32px;
    }
    .footer-top .f-column > .col-xs-12:first-child ~ .col-xs-12 {
        width: 30%;
    }
    .footer-top .f-column > .col-xs-12:first-child ~ .col-xs-12:last-child{
        width: 40%;
    }
    footer .footer-top {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #logo-footer {
        margin-bottom: 0;
        flex: 1 1 auto;
    }
    #logo-footer img {
        width: 154px;
    }
    #logo-footer + p.grey {
        margin-bottom: 0;
        margin-right: 12px;
    }
    footer .ch-socials {
        margin-top: 0;
        margin-bottom: 0;
    }
    footer .ch-socials li {
        margin-bottom: 0 !important;
    }
    .copyright__payments .ch-payments ul.list-unstyled li {
        margin-bottom: 0 !important;
    }
    footer .footer-contact {
        column-count: 1 !important;
    }

    .product-description-big > div:last-child {
        padding-left: 0;
    }
    /**/
    .menu-line .left-part {
        max-width: calc(100% - 200px);
    }
    #logo img {
        width: 176px;
    }

    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu:after {
        content: '';
        position: absolute;
        height: 21px;
        width: 21px;
        display: block;
        top: -11px;
        right: 32px;
        border-top: 1px solid #EDEDED;
        border-left: 1px solid #EDEDED;
        background: #fff;
        transform: rotate(45deg);
        z-index: 1;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu {
        padding-top: 4px;
    }

    .box-dopmenu-more > div > button {
        background: transparent !important;
        outline: none !important;
        padding: 14px 0;
    }
    #additional-menu .dropdown-menu {
        padding-bottom: 0;
        right: -34px;
        margin-top: 24px;
    }

    main {
        padding-bottom: 32px;
    }
    .banner-blocks-container > div {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .banner-blocks-container.banner_img_top .banner-item {
        flex-direction: row;
        padding: 32px 24px;
        gap: 16px
    }
    .banner-blocks-container {
        padding: 64px 0;
        margin-bottom: 48px;
    }
    .products-swiper-module {
        padding-bottom: 50px;
    }
    .container-module .title-module span {
        font-size: 28px;
    }

    .container-module.products-swiper-module .title-module {
        margin-bottom: 16px;
    }

    .container-module .swiper-module {
        padding-top: 10px;
        padding-bottom: 25px;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .container-module.ldev-reviews {
        padding-top: 48px;
    }
    .btn-show-more-reviews-wrap .btn-show-more-reviews {
        margin-bottom: 48px;
    }

    .common-home .products-swiper-module.products-swiper-latest {
        margin-top: 50px;
    }
    .common-home .products-swiper-module.products-swiper-latest:before {
        height: 50px;
        top: -50px;
    }
    .container-module-brands {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
    }

    #phone {
        padding: 0 !important;
    }
    #phone .dropdown-toggle > .additional-tel {
        font-size: 0;
    }
    #phone .drop-icon-info {
        position: absolute;
        top: 0;
        text-align: center;
        width: 48px;
        height: 48px;
        right: 0;
        line-height: 15px;
        opacity: 0;
    }

    #phone .dropdown-toggle > .additional-tel .icon-image {
        margin-right: 0;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #EFF5FF;
        border-radius: 12px;
    }

    .common-home .container-module-brands + .products-swiper-module.products-swiper-latest {
        margin-top: 100px;
    }

    .phone-box {
        margin-right: 14px;
    }
    .phone-box .contact-header {
        height: 48px;
    }

    #menu-vertical.open {
        width: 33.33333333%;
    }
    .fix-header.h-sticky ~ .menu-header-box.type-menu-h-1.active-m.m-sticky #menu-vertical.open {
        width: calc(33.33333333% - 13px);
    }
    .fix-header.h-sticky ~ .menu-header-box.type-menu-h-1.active-m.m-sticky .m_type_header_1 {
        top: 0;
    }

    .category_description {
        padding: 48px 0;
    }

    .view-box-filter {
        margin-right: 8px;
    }
    .view-box-filter button {
        padding: 12px 16px !important;
        display: flex !important;
        gap: 8px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 4px !important;
    }

    #product .h1-prod-name {
        font-size: 18px;
        margin-bottom: 12px;
    }
    #product .qty-not-in-stock, #popup-quickview .qty-not-in-stock, #product .stock_status_success, #popup-quickview .stock_status_success {
        font-size: 14px;
        height: 42px;
        white-space: nowrap;
    }
    #product .btn-wishlist, #product .btn-compare {
        width: 42px;
        height: 42px;
    }
    .custom-block-products .row {
        padding: 16px;
    }
    .product-related-big {
        margin-top: 48px;
    }
    #product.row-flex {
        margin-bottom: 0;
    }
    .price-action-group,
    .product-payment-block {
        margin-bottom: 32px;
    }
    #product .right-block-inner {
        padding: 0 0 0 24px;
    }
    .product-related-big .my-tabs.nav-tabs > li > a {
        font-size: 16px;
    }
    .product-related-big .tabs__header {
        padding-top: 0;
    }
    .container-module .swiper-module {
        padding-bottom: 0;
        padding-top: 0;
    }
    .container-module.products-swiper-viewed,
    .product-related-big .products-swiper-module {
        padding-bottom: 0;
    }
    .product-description-big {
        flex-direction: column;
    }
    .product-description-big > div:first-child {
        margin-bottom: 32px;
    }
    .product-description-big-inner {
        /*-webkit-line-clamp: 10 !important;*/
        -webkit-line-clamp: initial !important;
        max-height: 210px;
    }
    .product-description-big-inner.active {
        /*-webkit-line-clamp: 2000 !important;*/
        max-height: initial;
    }
    .container-module.products-swiper-module .swiper-wrapper {
        padding-top: 0;
    }
    body[class*="product-product-"] .cbp {
        margin-bottom: 0;
    }

    /*.image-additional .swiper-mod-arrow.next-prod,
    .image-additional .swiper-mod-arrow.prev-prod,
    .image-additional .swiper-mod-arrow.next-prod svg,
    .image-additional .swiper-mod-arrow.prev-prod svg {
        height: 64px;
    }*/
    .image-additional .swiper-slide {
        display: -ms-flexbox;
        display: flex;
        /*width: 64px;
        height: 64px;*/
    }
    .product-related-big .tabs__header {
        padding-top: 0;
        width: calc(100% - 100px);
    }
    .product-related-big .my-tabs {
        width: 100%;
    }

    body[class*="information-information-"] .h1,
    body[class*="information-information-"] h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    body[class*="information-information-"] .content-bottom {
        position: relative;
        padding: 0;
    }
    body[class*="information-information-"] .content-bottom > div:first-child {
        padding-top: 50px;
    }
    body[class*="information-information-"] .content-bottom > div:last-child {
        padding-bottom: 50px;
    }
    body[class*="information-information-"] .content-bottom > div:last-child .swiper-mod-arrow.prev-prod,
    body[class*="information-information-"] .content-bottom > div:last-child .swiper-mod-arrow.next-prod {
        top: 50px;
    }
    body[class*="information-information-"] .p-content {
        margin-bottom: 24px;
    }
    body[class*="information-information-"] .p-content iframe {
        margin: 24px 0;
        height: 505px;
    }

    .information-information-6 .p-content hr.hr-middle {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .information-information-6 .p-content hr.hr-long {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    body[class*="information-information-"] .p-content iframe {
        margin: 0;
    }

    .information-information-5 .p-content > ol ol > li,
    .information-information-7 .p-content > ol ol > li {
        padding-left: 39px;
    }

    .information-information-8 .p-content .dflex,
    .information-information-9 .p-content .dflex {
        flex-wrap: wrap;
    }
    .information-information-8 .p-content .dflex,
    .information-information-9 .p-content .dflex {
        gap: 12px;
    }
    #tradein_data .line-3 .dflex {
        flex-direction: column;
    }
    .dflex .step-item {
        flex: 1 1 calc(50% - 6px);
    }
    #tradein_data {
        margin-top: -40px;
        width: calc(100% - 100px);
        margin-left: 50px;
        margin-bottom: 48px;
    }

    .chm-not-found img {
        width: 450px;
    }
    #error-not-found {
        margin-top: 66px;
        margin-bottom: 64px;
    }

    div[id^='cart'] .flex-bottom-last > p:last-child,
    .cart-new-wrap .flex-bottom-last > p:last-child {
        font-size: 18px;
    }


    body[class^="account-"] .breadcrumb + .row-flex {
        flex-direction: column;
    }
    body[class^="account-"] h1 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 16px;
    }
    body[class^="account-"] #column-left {
        width: 100%;
        top: 0;
        margin-bottom: 16px;
    }
    body[class^="account-"] #column-left .chm-list-group {
        display: flex;
    }
    body[class^="account-"] #content {
        width: 100%;
    }

    .compare-table-scroll .div-tr > .div-td {
        max-width: calc(25% - 4px);
        min-width: calc(25% - 4px);
        flex: 1 1 calc(25% - 4px);
    }

    body.open-search .header-search {
        width: calc(100vw - 220px);
        position: fixed;
        top: 24px;
        left: 110px;
    }

    .home-page-content-top .swiper-mod-arrow.prev-prod {
        left: 5px;
    }
    .home-page-content-top .swiper-mod-arrow.next-prod {
        right: 5px;
    }

    .products-swiper-module .swiper-mod-arrow {
        top: -1px;
    }

    .information-information-6 .p-content .dflex {
        gap: 20px
    }
    body[class*="information-information-"] .p-content {
        margin-bottom: 54px;
    }
    body[class*="information-information-"] .breadcrumb-box .breadcrumb {
        margin-bottom: 0px !important;
        padding-bottom: 16px;
    }

    body[class*="product-product-"] .products-swiper-viewed {
        position: relative;
        padding: 50px 0;
    }


    .tabs-product .tabs__header {
        overflow: visible;
    }
    .tabs-product .tabs__header > .tabs__header__scroll {
        margin-left: -24px;
        padding-left: 24px;
        margin-right: -24px;
        padding-right: 24px;
        position: relative;
    }
    .tabs__header .my-tabs {
        width: initial;
        max-width: initial;
        min-width: 100%;
    }

    .common-home .products-swiper-module.products-swiper-viewed {
        padding-bottom: 50px;
    }

    body[class*="information-information-"].information-information-8 .p-content,
    body[class*="information-information-"].information-information-9 .p-content {
        margin-bottom: 48px;
    }

    #popup-quickorder.popup-newfastordercart.sms-approve .counter-text,
    #popup-quickorder.popup-newfastorder.sms-approve .counter-text {
        font-size: 14px;
    }

} /*990*/

@media (max-width: 991px) and (min-width: 767px) {
    .top-product-button {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .tabs-product {
        padding: 24px;
    }
    .variations-line {
        flex-direction: column;
        align-items: flex-start;
    }
    .variations-line p {
        font-size: 14px;
        width: 100%;
    }
    .variations-item span {
        font-size: 12px;
    }
    #product.row-flex .options {
        margin-top: 0;
        padding-left: 0;
        padding-top: 32px;
        padding-bottom: 0;
    }
    .option-radio.option-checkbox > label + span,
    .option-radio.option-checkbox > label {
        font-size: 14px !important;
    }
    .options-wrap:before {
        font-size: 14px;
    }

    #product .cart .btn-general,
    #product .cart {
        width: 100%;
        max-width: 100%;
    }
    #product .btn-fastorder,
    #product .cart .btn-general {
        height: 48px;
        padding: 8px 24px;
        border-radius: 8px;
    }
    #product .price, #popup-quickview .price {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
    .custom-block-products .title-module,
    .product-payment-block .title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .custom-block-product .image {
        width: 40px;
        min-width: 40px;
        margin-right: 16px;
    }
    .custom-block-product .image img {
        width: 40px;
    }
    .custom-block-product .text .custom-block-title {
        font-size: 14px;
    }
    .custom-block-product .text .custom-block-desc {
        font-size: 12px;
    }
}

@media (max-width: 1100px) and (min-width: 991px) {
    .box-dopmenu-more > div > button {
        background: transparent !important;
        outline: none !important;
        padding: 14px 0;
    }
    .left-dopmenu > .nav-dopmenu > li:nth-child(4) ~ li:not(.box-dopmenu-more) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(1),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(2),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(3),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(4) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(5) {
        border-top: 0;
        z-index: 2;
    }
    .box-dopmenu-more > div > button {
        background: transparent !important;
        outline: none !important;
        padding: 14px 0;
    }
    #column-left {
        width: 290px;
    }
    #column-left + #content {
        width: calc(100% - 310px);
    }
}

@media (max-width: 991px) and (min-width: 900px) {
    .left-dopmenu > .nav-dopmenu > li:nth-child(3) ~ li:not(.box-dopmenu-more) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(1),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(2),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(3) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(4) {
        border-top: 0;
        z-index: 2;
    }
}

@media (max-width: 900px) and (min-width: 767px) {
    .left-dopmenu > .nav-dopmenu > li:nth-child(2) ~ li:not(.box-dopmenu-more) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(1),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(2) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(3) {
        border-top: 0;
        z-index: 2;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .left-dopmenu > .nav-dopmenu > li:nth-child(3) ~ li:not(.box-dopmenu-more) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(1),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(2),
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(3) {
        display: none !important;
    }
    .left-dopmenu > .nav-dopmenu > li.box-dopmenu-more .dropdown-menu > li:nth-child(4) {
        border-top: 0;
        z-index: 2;
    }
}

@media (max-width: 870px) {
    #tradein_data .line-1 {
        padding: 16px 12px;
        flex-direction: column;
    }
    #tradein_data .line-1 > div:first-child {
        max-width: 100%;
        color: #171717;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 6px;
    }
    #tradein_data .line-1 .btn-sort-limit span {
        color: #000
    }
    #tradein_data .line-1 .btn-sort-limit ~ ul {
        min-width: 80px;
        text-align: center;
        margin-top: 5px;
        padding: 8px 12px;
        border-radius: 12px;
        background: #242424;
        border: none;
        font-size: 12px;
        position: absolute;
        z-index: 2;
        left: 48px;
        width: calc(100% - 96px);
    }
    #tradein_data .line-1 .btn-sort-limit + ul {
        display: none;
    }

    #tradein_data .line-1 .btn-sort-limit ~ ul li {
        padding-top: 0;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        display: block;
    }
    #tradein_data .line-1 .btn-sort-limit ~ ul li > button,
    #tradein_data .line-1 .btn-sort-limit ~ ul li > span {
        text-align: left;
        border-radius: 6px;
        color: #fff !important;
        padding: 13px 12px !important;
        margin-bottom: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        width: 100%;
        display: block;
    }
    #tradein_data .line-1 .btn-sort-limit + ul > .active > button:before,
    #tradein_data .line-1 .btn-sort-limit + ul > li:hover > button:before,
    #tradein_data .line-1 .btn-sort-limit + ul > .active > span:before,
    #tradein_data .line-1 .btn-sort-limit + ul > li:hover > span:before {
        background: #377DFF;
    }
    #tradein_data .line-1 .btn-sort-limit {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        height: 44px;
        border: 1px solid #D6D6D6;
        background: #F5F6FA;
        color: #848484;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
    #tradein_data.active .line-1 {
        margin-bottom: 16px;
    }
    #tradein_data .dropdown-backdrop {
        display: none;
    }
}

@media (max-width: 767px) { /*768*/
    .general-image .thumbnail > img {
        border-radius: 24px;
    }
    .hidden-xs {
        display: none !important;
    }
    main {
        padding-top: 24px;
    }
    footer .title-f, footer .title-f-contact {
        margin-bottom: 16px;
        font-size: 16px;
    }
    footer ul.list-unstyled li {
        margin-bottom: 10px;
    }
    footer.ch-dark-theme a {
        font-size: 14px;
    }
    .footer-top .f-column > .col-xs-12:first-child + .col-xs-12 {
        width: 25%;
    }
    .footer-top .f-column > .col-xs-12:first-child ~ .col-xs-12:last-child {
        width: 45%;
    }
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .html-module {
        font-size: 14px;
    }
    .html-module h1, .html-module h2 {
        font-size: 21px;
        margin-bottom: 6px;
        margin-top: 24px;
    }

    .banner-blocks-container.banner_img_top .banner-item {
        flex-direction: column;
        gap: 0;
    }

    .ldev-reviews-google-rating {
        flex-direction: column;
        gap: 12px;
    }
    .ldev-reviews-google-rating > div:first-child {
        flex-wrap: wrap;
        width: 200px;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .container-module .title-module span {
        font-size: 28px;
        padding: 0;
    }
    .ldev-review-item-reply {
        margin: 16px 0 0 0 !important;
    }
    .container-module .swiper-module {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .products-swiper-module .swiper-mod-arrow {
        height: 36px;
        width: 36px;
        top: 2px;
    }
    .products-swiper-module .swiper-mod-arrow.prev-prod {
        right: 44px;
    }

    .home-page-content-top .banner-description {
        padding: 26px 19px;
        font-size: 16px;
    }
    .home-page-content-top .banner-description > div + div {
        font-size: 13px;
        margin-top: 8px;
    }

    .common-home .container-module-brands + .products-swiper-module.products-swiper-latest {
        margin-top: 64px;
    }
    .common-home .container-module-brands + .products-swiper-module.products-swiper-latest:before {
        height: 32px;
        top: -32px;
    }

    header:not(.h-sticky) .menu-line .col-md-9.dflex {
        width: 100%;
    }

    .menu-line .col-md-9.dflex:before {
        display: none;
    }

    .logo-line-header {
        padding: 16px 0;
    }

    .menu-header-box.type-menu-h-1.active-m.m-sticky .m_type_header_1 {
        top: -49px;
        left: 24px;
        width: calc(100% - 48px);
        background: #242424;
        border-radius: 0 0 12px 12px;
    }
    .menu-header-box.type-menu-h-1.active-m.m-sticky .dropdown-menu {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product-grid.product-layout {
        width: 33.3333%;
    }
    .pagination-wrap {
        margin-bottom: 0;
    }

    .category_description {
        font-size: 14px;
    }
    .category_description .h2,
    .category_description h2 {
        font-size: 21px;
    }

    .category_description .h3,
    .category_description h3 {
        font-size: 18px;
    }

    .carousel-sub-cat .dflex img {
        margin: 0;
    }

    #product.row-flex {
        flex-direction: column;
    }
    #product.row-flex > div {
        width: 100%;
    }

    .my-tabs.nav-tabs > li > a {
        font-size: 16px;
    }
    .my-tabs.nav-tabs > li {
        margin-right: 18px;
    }
    .my-tabs.nav-tabs > li:last-child {
        margin-right: 0;
    }
    #product .right-block-inner {
        padding: 0;
        margin-top: 28px;
    }
    #product .h1-prod-name {
        font-size: 28px;
        margin-bottom: 28px;
    }

    #product .info-model {
        order: 3;
        width: initial;
        margin-bottom: 0;
        justify-content: flex-end;
    }
    #product .info-model span {
        max-width: 120px;
    }
    .top-product-button {
        flex-wrap: nowrap;
    }
    /*#product .cart,
    #product .btn-fastorder {
        width: 50%;
        max-width: 50%;
    }*/
    .product-related-big .tabs__header {
        padding-top: 0;
        width: calc(100% - 100px);
    }
    .product-related-big .products-swiper-module .swiper-mod-arrow {
        top: -62px;
    }
    .product-related-big .my-tabs {
        width: 100%;
    }

    #tab-specification-big .product-data__item {
        flex-direction: column;
        gap: 4px;
    }
    #tab-specification-big .product-data__item .product-data__item-div,
    #tab-specification-big .product-data__item .product-data__item-div:first-child {
        width: 100%;
        min-width: 100%;
    }
    #tab-specification-big .product-data__item .product-data__item-div:first-child:after {
        display: none;
    }
    #tab-specification-big .heading {
        font-size: 21px;
    }
    .my-tabs.nav-tabs > li > a sup {
        top: 0px;
    }

    .tab-review-top {
        align-items: center;
    }
    #question-answer .tab-review-top .btn-primary,
    .tab-review-top .chm-btn {
        padding: 16px 24px;
        height: 56px;
    }
    .tab-review-top-text .title + p {
        font-size: 14px;
    }
    .tab-review-top-text .title {
        font-size: 16px;
    }

    #cart .dropdown-menu {
        max-width: 96%;
    }

    div[id^='cart'] .dropdown-menu ul {
        height: initial;
        max-height: calc(100vh - 400px);
    }

    li.empty-cart .flex {
        flex-direction: column;
        text-align: center;
    }
    li.empty-cart .flex a.btn {
        width: 100%;
    }

    div[id^='cart'] .alert-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 110%;
        padding-right: 50px;
        margin-bottom: 10px;
    }
    div[id^='cart'] .flex-top,
    .cart-new-wrap .flex-top {
        flex-direction: column;
        grid-gap: 16px;
        gap: 16px;
    }
    div[id^='cart'] .flex-top a,
    .cart-new-wrap .flex-top a {
        font-size: 16px;
    }
    div[id^='cart'] .flex-top > div:first-child img,
    .cart-new-wrap .flex-top > div:first-child img {
        width: 64px;
    }

    /*div[id^='cart'] .flex-bottom,
    .cart-new-wrap .flex-bottom {
        flex-direction: column;
        grid-gap: 32px;
        gap: 32px;
    }
    div[id^='cart'] .del {
        display: none;
    }
    .flex-bottom-last,
    .flex-bottom-first {
        max-width: 100% !important;
        min-width: 100% !important;
        display: flex;
        justify-content: space-between;
    }
    div[id^='cart'] .number-spinner-cart,
    .cart-new-wrap .number-spinner-cart {
        position: relative;
        width: 100%;
    }*/
    div[id^='cart'] .number-spinner-cart:after,
    div[id^='cart'] .number-spinner-cart:before,
    .cart-new-wrap .number-spinner-cart:after,
    .cart-new-wrap .number-spinner-cart:before {
        content: '';
        display: block;
        background: #EDEDED;
        border: none;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -20px;
    }
    div[id^='cart'] .number-spinner-cart:before,
    .cart-new-wrap .number-spinner-cart:before {
        top: -20px;
        bottom: initial;
    }
    div[id^='cart'] .options-wrap:before,
    #simplecheckout_cart .options-wrap:before {
        padding-top: 16px;
    }

    div[id^='cart'] .flex-top > div:last-child,
    .cart-new-wrap .flex-top > div:last-child {
        width: 100%;
    }

    div[id^='cart'] .dropdown-menu ul {
        padding-right: 0;
    }

    .about-us-pictures {
        width: 1310px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-us-pictures img {
        height: 400px;
        width: initial;
    }

    body[class*="information-information-"] .p-content iframe {
        height: 391px;
    }

    .information-information-6 .p-content .dflex {
        flex-direction: column;
    }
    .information-information-6 .p-content .dflex > div {
        flex: 1 1 100%;
        width: 100%;
    }
    .information-information-6 .p-content > h2 {
        color: #171717;
        font-size: 28px;
        line-height: 110%;
        margin-bottom: 34px;
        margin-top: 0;
    }
    .information-information-6 .p-content hr {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .information-information-6 .p-content .dflex h3,
    .information-information-6 .p-content .dflex .h3 {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 115%;
    }
    .information-information-6 .p-content .dflex h3 + p,
    .information-information-6 .p-content .dflex .h3 + p {
        margin-top: -18px;
    }
    .information-information-6 .p-content .dflex .title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .information-information-6 .p-content hr.hr-middle {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .information-information-6 .p-content hr.hr-long {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    #tradein_data .line-0 > h2 {
        font-size: 24px;
    }
    #tradein_data .line-1 {
        padding: 14px 24px;
    }
    #tradein_data .line-1 > div:first-child {
        max-width: 160px;
    }
    .html-module.html-69,
    .html-module.html-70 {
        margin-left: -24px;
        width: calc(100% + 48px);
    }
    #tradein_data {
        width: 100%;
        margin-left: 0;
        margin-bottom: 32px;
    }
    #tradein_data .line-5.dflex button {
        width: 148px;
    }

    .chm-not-found img {
        width: 348px;
    }
    #error-not-found {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    #error-not-found h1 {
        font-size: 28px;
        margin-top: -20px;
    }

    .success-checkout {
        padding: 32px 24px;
    }
    .success-checkout h1 {
        font-size: 28px;
    }
    .success-checkout:before {
        content: '';
        display: block;
        width: 237px;
        height: 240px;
        background: url("/image/catalog/theme/checkout/checkout-success.svg") no-repeat;
        background-size: contain;
        left: initial;
        right: 0;
        top: initial;
        bottom: -55px;
    }

    body[class^="account-"] h1 {
        font-size: 28px;
    }
    body[class^="account-"] h1 svg {
        width: 40px;
        height: 40px;
    }

    body[class^="account-"] #column-left .chm-list-group {
        padding: 8px;
    }
    body[class^="account-"] #column-left .chm-list-group {
        overflow: auto;
    }
    body[class^="account-"] #column-left .chm-list-group a {
        white-space: nowrap;
    }
    body[class^="account-"] #column-left .chm-list-group a.chm-list-group-item {
        font-size: 14px;
        padding: 12px 12px 12px 36px;
    }
    body[class^="account-"] #column-left .chm-list-group a.chm-list-group-item svg {
        position: absolute;
        top: 12px;
        left: 21px;
    }

    .chm-account-content .line-2 .title,
    .chm-account-content .line-3 .title,
    .chm-account-content .line-4 .title {
        font-size: 21px;
    }
    .chm-account-content .line-3,
    .chm-account-content .line-4 {
        margin-top: 24px;
        padding-top: 24px;
    }

    .account-review-empty {
        max-width: 100%;
    }

    .compare-table-scroll .div-tr > .div-td {
        max-width: calc(33.333% - 4px);
        min-width: calc(33.333% - 4px);
        flex: 1 1 calc(33.333% - 4px);
    }

    body.open-search .header-search {
        width: calc(100vw - 60px);
        position: fixed;
        top: 24px;
        left: 30px;
    }

    header:not(.h-sticky) .menu-line .col-md-3 {
        width: 100%;
    }

    /**/

    header {
        padding-top: 0;
        position: relative !important;
        top: 0 !important;
        left: 0;
        width: 100%;
        transition: none !important;
        transform: none !important;
        z-index: 1000;
    }

    #content {
        min-height: initial;
    }
    body.common-home {
        padding-top: 72px;
    }

    .fix-header.h-sticky ~ main {
        padding-top: 0;
    }
    .logo-line-header {
        padding-top: 0;
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        transition: none !important;
        transform: none !important;
        height: 56px !important;
        z-index: 1000;
        padding-left: 12px !important;
        padding-right: 12px !important;
        background: #FFF;
        margin: 0;
    }
    header:not(.h-sticky) .menu-line .col-md-3 {
        width: 100%;
    }

    .banner-blocks-container > div {
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    body[class*="information-information-"] .p-content {
        margin-bottom: 38px;
    }
    body[class*="product-product-"] .products-swiper-viewed {
        padding: 34px 0;
    }
    .product-description-big {
        margin-bottom: 38px;
    }

    .empty-block {
        padding: 24px 12px;
    }
    .empty-cart .title {
        font-size: 18px;
    }
    .empty-cart .title + p {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .empty-cart img {
        width: 81px;
    }

    .empty-block li.empty-cart .flex a.btn {
        width: initial;
        font-size: 14px;
        border-radius: 8px;
        display: inline-block;
        padding: 11px 24px;
    }

    .tabs-product .tabs__header > .tabs__header__scroll {
        margin-left: -32px;
        padding-left: 24px;
        margin-right: -32px;
        padding-right: 24px;
        position: relative;
    }

    .account-simpleedit #simpleedit .form-group > label.control-label {
        width: 150px;
        min-width: 150px;
        font-size: 14px;
    }

}  /*768*/

@media (max-width: 767px) {

    body {
        padding-bottom: 46px;
    }
    #back-top {
        display: none !important;
    }

    .phone-box,
    .box-wishlist, .box-compare,
    .menu-line .col-md-9.dflex .right-part,
    .menu-line .col-md-9.dflex .left-part .box-dopmenu,
    body:not(.common-home) .fix-header.h-sticky .menu-line .col-md-3 {
        display: none;
    }

    #logo img {
        width: 130px;
    }
    body:not(.open-search) .header-search .form-control {
        display: none;
    }
    body:not(.open-search) .box-search {
        flex: 1 1 40px;
        max-width: 40px;
        padding: 0;
        margin-right: 8px;
        border: 1px solid #EDEDED;
        border-radius: 8px;
        background: transparent;
    }
    body:not(.open-search) .header-search .button_search {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body:not(.open-search) .header-search .button_search .btn-search {
        margin-right: 0;
    }
    .box-cart.text-ai-on #cart > .btn,
    .shop-bag-svg {
        width: 40px;
        height: 40px;
    }
    .logo-top {
        flex: 1 1 auto;
    }
    .fix-header.h-sticky #logo {
        opacity: 1;
    }
    body:not(.common-home) .fix-header.h-sticky .menu-line .col-md-3 {
        display: none;
    }
    .fix-header.h-sticky {
        height: 56px;
    }
    .logo-line-header {
        padding: 10px 0;
    }

    #menu-vertical.open {
        width: 100%;
    }
    .menu-header-box.type-menu-h-1.active-m.m-sticky .m_type_header_1 {
        top: -1px;
        left: 24px;
        width: calc(100% - 48px);
        background: #242424;
    }

    #fm-fixed-mobile-bottom .drop-contacts.active {
        display: block;
    }
    #fm-fixed-mobile-bottom .drop-contacts {
        top: -30px;
        transform: translate(-50%, -100%);
        left: -50px;
        width: 288px;
        padding: 24px;
    }
    #fm-fixed-mobile-bottom .drop-contacts > li:first-child strong {
        color: #171717;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 6px;
        display: block;
    }

    #fm-fixed-mobile-bottom .drop-contacts:after {
        content: '';
        position: absolute;
        height: 21px;
        width: 21px;
        display: block;
        bottom: -11px;
        right: 64px;
        border-bottom: 1px solid #EDEDED;
        border-right: 1px solid #EDEDED;
        background: #fff;
        transform: rotate(45deg);
        z-index: 1;
    }

    .modal-open #fm-fixed-mobile-bottom,
    .open-search #fm-fixed-mobile-bottom,
    .open-cart-mode #fm-fixed-mobile-bottom {
        display: none;
    }

    .general-image .swiper-pagination,
    .image-additional .swiper-mod-arrow {
        display: none !important;
    }

    #popup-quickorder.popup-newfastordercart.sms-approve .sms-approve-block .form-group,
    #popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data .form-group.col-sm-6 {
        flex-direction: column;
    }
    #popup-quickorder.popup-newfastordercart.sms-approve .sms-approve-block .form-group .button-step-2,
    #popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data .form-group.col-sm-6 button.active {
        min-width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 690px) {
    #popup-quickorder:not(.sm-modal-4) {
        width: auto;
        max-width: 96%;
    }
}

@media (max-width: 660px) {
    div[id^='cart'] .flex-bottom,
    .cart-new-wrap .flex-bottom {
        flex-direction: column;
        grid-gap: 32px;
        gap: 32px;
    }
    div[id^='cart'] .del {
        display: none;
    }
    .flex-bottom-last,
    .flex-bottom-first {
        max-width: 100% !important;
        min-width: 100% !important;
        display: flex;
        justify-content: space-between;
    }
    div[id^='cart'] .number-spinner-cart,
    .cart-new-wrap .number-spinner-cart {
        position: relative;
        width: 100%;
    }

    .product-grid.product-layout {
        width: 50%;
    }
    .view-box .ch-limit-sorts .btn-group > span {
        display: none;
    }
    .pagination-wrap {
        margin-bottom: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .tab-review-top-text {
        padding-right: 0;
    }
    .tab-review-top {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .tab-review-top > div {
        width: 100%;
    }
    #question-answer .tab-review-top .btn-primary,
    .tab-review-top .chm-btn {
        padding: 0 24px;
        width: 100%;
    }
    #product .btn-fastorder svg {
        display: none;
    }

}

@media (max-width: 500px) {
    #popup-quickorder {
        width: auto;
    }
}

@media (min-width: 481px) {
    .show-more-description,
    .view-box-sort {
        display: none !important;
    }
    .add-to-cart-footer {
        display: none !important;
    }
    .mob {
        display: none !important;
    }
}

@media (max-width: 480px) { /*320*/
    .general-image .thumbnail > img {
        border-radius: 12px;
    }
    .pc {
        display: none !important;
    }
    body {
        padding-top: 56px;
    }
    body.common-home {
        padding-top: 72px;
    }
    body:not(.common-home) .menu-line > .row > .col-md-3 {
        display: none;
    }

    h2, h3, h4, h5, h6 {
        margin-top: 16px;
        margin-bottom: 8px;
        font-size: 18px;
    }

    header {
        padding-top: 0;
        position: relative !important;
        top: 0 !important;
        left: 0;
        width: 100%;
        transition: none !important;
        transform: none !important;
        z-index: 1000;
        box-shadow: none;
    }

    #content {
        min-height: initial;
    }

    .fix-header.h-sticky ~ main {
        padding-top: 0;
    }
    .logo-line-header {
        padding-top: 0;
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        transition: none !important;
        transform: none !important;
        height: 56px !important;
        z-index: 1000;
        padding-left: 12px !important;
        padding-right: 12px !important;
        background: #FFF;
        margin: 0;
        box-shadow: 0px 30px 60px 0px rgba(23, 23, 23, 0.08);
    }

    .chm-modal {
        max-width: 100%;
    }
    .chm-modal .modal-header {
        padding: 16px 16px 0;
    }
    .chm-modal .modal-body {
        padding: 0 16px;
    }
    .chm-modal .modal-body + .modal-footer {
        padding: 0 16px 16px;
    }
    .chm-modal .modal-header .modal-title {
        font-size: 21px;
    }
    .chm-modal .anytext-callback {
        font-size: 14px;
    }
    .chm-modal input.form-control {
        height: 44px;
        padding: 14px 16px;
        font-size: 14px;
    }
    .chm-modal .modal-body + .modal-footer .dflex {
        flex-direction: column-reverse;
    }
    .chm-modal .modal-footer .chm-btn,
    .chm-modal .modal-footer .chm-btn.chm-btn-default {
        height: 40px;
    }


    .breadcrumb > li a,
    .breadcrumb > li a span,
    .breadcrumb > li span {
        font-size: 12px;
    }

    .alert.alert-success.animated,
    .alert.animated {
        width: calc(100% - 40px);
        padding: 24px 24px 24px 24px;
        right: 20px !important;
        top: initial !important;
        bottom: 50px !important;
    }
    .circle {
        position: relative;
        right: initial;
        margin: 0 auto 0;
        top: 0
    }
    .alert.animated button.close,
    .alert.alert-success.animated button.close {
        top: initial;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 26px;
    }
    .alert.alert-success.animated span,
    .alert span {
        position: relative;
    }

    .alert.animated .alert-title {
        font-size: 16px;
    }
    .alert.animated .alert-title ~ p {
        font-size: 12px;
    }
    .alert.alert-success.animated, .alert.animated {
        padding: 16px;
        gap: 8px
    }
    .alert.animated svg {
        width: 32px;
    }

    /**/

    #tab-images-big .product-left {
        padding: 0;
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    #logo-footer + p.grey {
        display: none;
    }
    #logo-footer img {
        width: 120px;
    }
    .footer-top .f-column > .col-xs-12:first-child + .col-xs-12,
    .footer-top .f-column > .col-xs-12:first-child ~ .col-xs-12,
    .footer-top .f-column > .col-xs-12:first-child ~ .col-xs-12:last-child {
        width: 100%;
    }
    footer .title-f,
    footer .title-f-contact {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding-top: 24px;
        margin-top: 14px;
    }
    .footer-top .f-column > .col-xs-12:first-child {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 10px;
    }
    footer .footer-contact {
        margin-bottom: 0;
    }
    .copyright__payments .flex-row {
        flex-direction: column;
    }
    .copyright__payments .flex-row .align-items-center {
        align-items: flex-start !important;
    }
    footer .copyright span {
        font-size: 14px;
    }
    footer .copyright {
        margin-bottom: 24px;
        font-size: 14px;
    }

    /**/
    main {
        padding-top: 16px !important;
    }
    body[class*="product-product-"] main {
        padding-top: 54px !important;
    }
    .html-module {
        font-size: 12px;
    }
    .html-module h1, .html-module h2 {
        font-size: 18px;
    }

    .container-module .title-module {
        margin-bottom: 16px;
    }
    .container-module .title-module span {
        font-size: 22px;
    }

    .banner-blocks-container.dflex {
        padding: 32px 12px;
        margin-bottom: 24px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
    }
    .banner-blocks-container.dflex > div {
        width: 80%;
        min-width: 80%;
    }
    .banner-blocks-container.banner_img_top .banner-item .banner-image {
        height: 40px;
        margin-bottom: 16px;
    }
    .banner-blocks-container.banner_img_top .banner-item .banner-title {
        font-size: 16px;
    }
    .banner-blocks-container.banner_img_top .banner-item .banner-info .banner-description {
        font-size: 12px;
    }
    .banner-blocks-container.banner_img_top .banner-item {
        padding: 24px 16px;
    }

    .container-module.ldev-reviews {
        padding-top: 24px;
    }
    .ldev-reviews-google-rating {
        padding: 24px 24px !important;
    }
    .ldev-reviews-google-rating .btn-primary {
        font-size: 14px;
        height: 40px;
        padding: 9px 24px;
        display: flex;
        align-items: center;
    }
    .ldev-reviews-list .ldev-review-item {
        padding: 16px !important;
    }
    .ldev-reviews-list .ldev-review-item .ldev-review-item-avatar {
        position: absolute;
    }
    .ldev-reviews-list .ldev-review-item-info {
        padding-left: 0 !important;
    }
    .ldev-review-item-date,
    .ldev-review-item-autor {
        padding-left: 52px;
    }
    .ldev-review-item-date {
        padding-bottom: 19px;
        border-bottom: 1px solid #D7D7D8;
        margin-bottom: 16px;
    }
    .ldev-review-item-text {
        font-size: 12px;
        margin-top: 5px;
    }
    .ldev-review-item-reply {
        margin: 12px 0 0 0 !important;
        padding: 12px !important;
        width: 100%;
    }
    .ldev-review-item-reply-info {
        font-size: 12px;
    }
    .ldev-review-item-reply-text {
        font-size: 12px;
    }
    .ldev-review-item-autor {
        font-size: 14px !important;
    }
    .btn-show-more-reviews-wrap .btn-show-more-reviews {
        margin-bottom: 24px;
        font-size: 14px;
        padding: 13px 24px !important;
        line-height: 130%;
        height: 40px;
        display: inline-flex;
        align-items: center;
    }
    .btn-show-more-reviews-wrap:before {
        display: none;
    }
    .ldev-reviews-list {
        margin-bottom: 16px !important;
    }

    .container-module .swiper-visible .swiper-slide:not(.swiper-slide-visible) {
        opacity: 1;
    }
    .home-page-content-top .container-module .swiper-module,
    .container-module .swiper-module {
        /*max-width: 70%;*/
        overflow: visible;
    }
    .carousel-sub-cat.container-module .swiper-module {
        max-width: 100%;
        overflow: hidden;
    }
    .products-swiper-module .swiper-mod-arrow {
        display: none;
    }

    .product-thumb .price {
        font-size: 14px;
        margin: 0;
    }
    .price-old,
    .product-thumb .product-model {
        font-size: 11px;
    }
    .product-thumb .product-name a {
        font-size: 12px;
    }
    .product-thumb .price-actions-box {
        flex-direction: row;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: space-between;

        border-bottom: 1px solid #EDEDED;
        padding-bottom: 8px;
        margin-bottom: 38px;
    }
    .product-thumb .cart {
        width: 36px !important;
        margin: 0 !important;
    }
    .product-thumb .btn-general .text-cart-add {
        display: none !important;
    }
    .product-thumb .image {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0;
        position: initial;
    }

    .container-module-brands {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .container-module-brands > .dflex {
        width: 750px;
    }
    .container-module-brands .dflex a img {
        height: 45px;
        width: auto;
    }
    .home-page-content-top {
        margin-bottom: 0;
    }

    .home-page-content-top .swiper-pagination-bullet {
        width: 32px;
    }

    #logo img {
        width: 130px;
    }
    /*.header-search .form-control {
        display: none;
    }
    .box-search {
        flex: 1 1 40px;
        max-width: 40px;
        padding: 0;
        margin-right: 8px;
        border: 1px solid #EDEDED;
        border-radius: 8px;
        background: transparent;
    }
    .header-search .button_search {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-search .button_search .btn-search {
        margin-right: 0;
    }*/
    .box-cart.text-ai-on #cart > .btn,
    .shop-bag-svg {
        width: 40px;
        height: 40px;
    }
    .logo-top {
        flex: 1 1 auto;
    }
    .fix-header.h-sticky #logo {
        opacity: 1;
    }
    body:not(.common-home)  header:not(.h-sticky) .menu-line > .row > .col-md-3 {
        display: none;
    }
    .fix-header.h-sticky {
        height: 56px;
    }
    .logo-line-header {
        padding: 10px 0;
    }

    #menu-vertical.open {
        width: 100%;
    }
    .menu-header-box.type-menu-h-1.active-m.m-sticky .m_type_header_1 {
        top: -1px;
        left: 12px;
        width: calc(100% - 24px);
        background: #242424;
    }

    body[class*="product-category-"] h1 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .dflex > .ch-limit-sorts,
    .carousel-sub-cat .swiper-mod-arrow.prev-prod,
    .carousel-sub-cat .swiper-mod-arrow.next-prod {
        display: none;

    }
    .carousel-sub-cat {
        padding: 12px 2px;
        margin-bottom: 24px;
    }
    .product-grid.product-layout {
        width: 50%;
    }

    .view-box-filter,
    .view-box-filter button {
        width: 100%;
    }
    .view-box-filter button {
        justify-content: flex-start !important;
    }
    .view-box-sort button {
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid #D7D7D8 !important;
        background: transparent !important;
    }
    .carousel-sub-cat .dflex img {
        margin: 0;
    }
    .ocf-container {
        width: 100% !important;
    }
    .filter-top-adaptive .title {
        font-size: 20px;
    }
    .ocf-value-name {
        font-size: 14px;
    }
    .ocf-theme-light .ocf-filter-header, .ocf-theme-light .ocf-module-page-header {
        margin-bottom: 16px !important;
        padding-top: 16px !important;
    }

    .ocf-theme-light .ocf-footer {
        width: calc(100% - 32px) !important;
        position: fixed !important;
    }
    .view-box {
        padding: 0;
        margin-bottom: 12px;
        border-radius: 8px;
        background: transparent;
    }

    .product-thumb {
        padding: 10px;
    }
    .product-grid .product-thumb .addit-action,
    .container-module .product-thumb .addit-action {
        top: initial;
        bottom: 10px;
        left: 10px;
        flex-direction: row;
        width: calc(100% - 20px);
        justify-content: space-between;
    }
    .product-grid .product-thumb .addit-action .quick-order, .product-grid .product-thumb .addit-action .compare, .container-module .product-thumb .addit-action .quick-order, .container-module .product-thumb .addit-action .compare, .product-grid .product-thumb .wishlist, .container-module .product-thumb .wishlist {
        margin-bottom: 0;
        width: calc(50% - 3px);
    }
    .product-thumb .btn-wishlist,
    .product-thumb .btn-compare {
        height: 30px;
        width: 100%;
        border-radius: 4.8px;
        border: 1px solid #EDEDED;
        background: #FFF;
    }

    .pagination-wrap {
        margin-bottom: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 12px;
        text-align: center;
    }
    .pagination-wrap:after,
    .pagination-wrap:before {
        display: none;
    }
    .pagination-wrap > .col-sm-6:first-child {
        font-size: 14px;
        line-height: 130%;
        width: 220px;
        text-align: center;
        margin: 0 auto;
    }
    .category_description {
        padding: 24px 10px;
        height: 320px;
        overflow: hidden;
        margin: 0 -10px 0;
    }

    #modal-view-box-sort .ch-limit-sorts {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        align-items: flex-start;
    }
    #modal-view-box-sort .ch-limit-sorts .btn-group {
        margin: 0 !important;
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }
    #modal-view-box-sort .ch-limit-sorts .btn-group span {
        color: #171717;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        display: block;
        text-align: left;
        width: 100%;
    }
    #modal-view-box-sort .ch-limit-sorts .btn-group button {
        width: 100%;
        text-align: left;
    }
    #modal-view-box-sort .ch-limit-sorts .btn-sort-limit svg {
        display: none;
    }
    .localstorage .dropdown-menu.ch-dropdown {
        width: 100%;
    }

    .show-more-description {
        position: absolute !important;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 69.27%);
        height: 120px;
        border-bottom: 72px solid #fff;
    }
    .show-more-description .btn {
        position: absolute;
        bottom: -40px;
        color: #777;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        border-radius: 24px;
        border: 1px solid #D7D7D8;
        height: 40px;
        padding: 13px 24px;
        background: #fff;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .category_description.open .show-more-description {
        display: none !important;
    }
    .category_description.open {
        height: initial;
    }

    .sticky-left-block {
        flex-direction: column;
    }
    .general-image.have-images {
        width: 100%;
    }
    .image-additional {
        max-height: initial;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .image-additional .swiper-mod-arrow.next-prod, .image-additional .swiper-mod-arrow.prev-prod {
        display: none;
    }
    .swiper.image-additional .swiper-wrapper {
        flex-direction: row;
    }
    .fix-header.h-sticky .logo-line-header {
        padding: 10px 0;
    }
    .my-tabs.nav-tabs > li > a {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 8px;
    }
    .my-tabs.nav-tabs > li > a sup {
        font-size: 12px;
    }

    #product .image-additional + .top-sticker-timer-rating {
        left: 12px;
        top: 12px;
    }
    .sticky-left-block .ch-pagination {
        display: none !important;
    }
    #product .right-block-inner {
        margin-top: 24px;
    }
    #product .h1-prod-name {
        font-size: 18px;
        margin-bottom: 12px;
    }
    #product .info-model {
        order: -2;
        width: 100%;
        text-align: left;
        flex: 1 1 100%;
        justify-content: flex-start;
        margin-bottom: 16px;
    }
    .top-product-button {
        flex-wrap: wrap;
    }
    #product .info-model span {
        max-width: initial;
    }
    #product .info-product-stock {
        margin-right: 16px;
    }

    .product-variations {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .variations-line {
        flex-direction: column;
        align-items: flex-start;
    }
    .variations-line p {
        font-size: 14px;
        width: 100%;
    }
    .variations-item span {
        font-size: 12px;
    }
    #product.row-flex .options {
        margin-top: 0;
        padding-left: 0;
        padding-top: 32px;
        padding-bottom: 0;
    }
    .option-radio.option-checkbox > label + span,
    .option-radio.option-checkbox > label {
        font-size: 14px !important;
    }
    .options-wrap:before {
        font-size: 14px;
    }

    #product .cart .btn-general,
    #product .cart {
        width: 100%;
        max-width: 100%;
    }
    #product .btn-fastorder,
    #product .cart .btn-general {
        height: 48px;
        padding: 8px 24px;
        border-radius: 8px;
    }
    #product .price, #popup-quickview .price {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
    .tabs-product {
        padding: 12px;
    }
    #product.row-flex {
        margin: 0;
    }

    .price-action-group {
        margin-left: -12px;
        width: calc(100% + 24px);
        padding: 24px 12px;
    }

    #product .cart, #product .btn-fastorder {
        width: 100%;
        max-width: 100%;
    }
    #product .btn-fastorder svg {
        width: 20px;
    }

    .custom-block-products .title-module,
    .product-payment-block .title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .custom-block-product .image {
        width: 40px;
        min-width: 40px;
        margin-right: 16px;
    }
    .custom-block-product .text .custom-block-title {
        font-size: 14px;
    }
    .custom-block-product .text .custom-block-desc {
        font-size: 12px;
    }
    .box-cart {
        padding-right: 0;
        min-width: 40px;
        margin-top: -2px;
    }
    .box-search {
        margin-top: -2px;
    }

    .product-related-big .my-tabs.nav-tabs > li > a {
        font-size: 14px;
    }
    .product-description-big > div:first-child h2 {
        font-size: 21px;
    }
    .product-description-big > div:first-child h2 + p {
        font-size: 18px;
    }
    .product-description-big > div {
        margin-bottom: 16px;
    }
    .product-description-big > div:last-child {
        font-size: 12px;
    }
    .product-description-big-inner > h1,
    .product-description-big-inner > h2,
    .product-description-big-inner > h3,
    .product-description-big-inner > h4 {
        font-size: 14px;
    }
    .product-description-big {
        margin-top: 32px;
    }
    #tab-specification-big {
        padding-top: 0;
    }
    #tab-specification-big .heading {
        font-size: 16px;
        margin-bottom: 12px;
        padding-top: 16px;
    }
    #tab-specification-big .product-data__item .product-data__item-div,
    #tab-specification-big .product-data__item .product-data__item-div:first-child {
        font-size: 12px;
    }
    #product .image-block .stickers-ns > .sticker-ns {
        font-size: 12px;
    }

    #tab-images-big {
        margin: 0;
    }
    #tab-images-big > div {
        padding: 0;
    }

    .tab-review-top {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .tab-review-top > div {
        width: 100%;
    }
    #question-answer .tab-review-top .btn-primary,
    .tab-review-top .chm-btn {
        padding: 0 24px;
        height: 40px;
        width: 100%;
        font-size: 14px;
    }
    .tab-review-top-text .title + p {
        font-size: 12px;
    }
    .tab-review-top-text .title {
        font-size: 14px;
    }

    .review-item .rc-heading {
        padding: 15px;
    }
    .review-item .rc-author {
        font-size: 16px;
    }
    .review-item .rc-date {
        font-size: 12px;
    }
    .question-answer,
    .review-item .review-info {
        padding: 15px !important;
        font-size: 12px !important;
    }
    .review-item .comment {
        margin-bottom: 6px;
    }
    .review-item .review_rating {
        display: flex;
        gap: 2px;
    }

    .sticker-ch-pd.procent-skidka {
        margin-bottom: 4px;
    }
    .sticker-ch-pd.procent-skidka {
        padding: 4px;
    }

    #back-top {
        display: none !important;
    }

    .add-to-cart-footer .btn-general .icon-cart-add {
        background: transparent;
        width: 17px;
        height: 14px;
        display: flex;
    }
    .add-to-cart-footer .btn-general {
        min-height: 34px;
        height: 34px;
        padding: 0 12px;
    }
    .add-to-cart-footer .text-cart-add {
        font-size: 14px;
        color: #FFF;
        padding-left: 8px;
    }

    /* Нижня плашка «ціна + кошик»: не показувати на мобільному, якщо кнопка в картці вимкнена (немає в наявності) */
    .add-to-cart-footer.add-to-cart-footer--oos {
        display: none !important;
    }

    .product-thumb.product-thumb-disable .image:after {
        top: 27%;
    }
    .product-thumb.product-thumb-disable .image:after {
        padding: 8px 16px;
        font-size: 12px;
    }

    #popup-quickorder {
        width: auto;
    }
    #popup-quickorder .modal-title {
        margin-bottom: 8px;
    }
    #popup-quickorder .modal-footer .chm-btn {
        font-size: 14px;
        height: 40px;
        width: 100%;
    }

    #cart .dropdown-menu {
        padding: 16px 12px;
    }
    #popup-quickorder .modal-titl,
    div[id^='cart'] .alert-title {
        font-size: 20px;
    }
    #popup-quickorder .modal-titl svg,
    #popup-quickorder .modal-title svg{
        width: 40px;
    }
    .footer-cart {
        flex-direction: column;
        grid-gap: 16px;
        gap: 16px;
    }
    .footer-cart > div:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .footer-cart > div:last-child {
        display: flex;
        align-items: center;
        grid-gap: 24px;
        gap: 24px;
        width: 100%;
        flex-direction: column;
    }
    .footer-cart > div:last-child p br {
        display: none;
    }
    .footer-cart > div:last-child {
        grid-gap: 12px;
        gap: 12px;
        padding-bottom: 20px;
    }
    .footer-cart > div:last-child a {
        width: 100%;
    }
    div[id^='cart'] .flex-top,
    .cart-new-wrap .flex-top {
        padding: 16px 12px 8px;
        gap: 8px
    }

    div[id^='cart'] .flex-top > div:first-child img,
    .cart-new-wrap .flex-top > div:first-child img {
        width: 48px;
    }
    div[id^='cart'] .flex-top a span,
    .cart-new-wrap .flex-top a span {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        padding-right: 40px;
    }
    div[id^='cart'] .flex-top .btn svg,
    .cart-new-wrap .flex-top .btn svg {
        width: 40px;
        height: 40px;
    }
    div[id^='cart'] .options-wrap {
        padding: 0 12px 12px;
    }
    div[id^='cart'] .options-wrap:before, #simplecheckout_cart .options-wrap:before {
        font-size: 12px;
        padding-top: 12px;
        margin-bottom: 10px;
    }
    div[id^='cart'] .flex-bottom, .cart-new-wrap .flex-bottom {
        padding: 16px 12px;
    }
    div[id^='cart'] .number-spinner-cart .input-group-btn,
    .cart-new-wrap .number-spinner-cart .input-group-btn {
        width: 40px;
    }
    div[id^='cart'] .number-spinner-cart .input-group-btn svg,
    .cart-new-wrap .number-spinner-cart .input-group-btn svg {
        width: 40px;
        height: 40px;
    }

    div[id^='cart'] .input-quantity,
    .cart-new-wrap .input-quantity {
        height: 48px;
    }
    div[id^='cart'] .flex-bottom,
    .cart-new-wrap .flex-bottom {
        grid-gap: 25px;
        gap: 25px;
    }
    .option-radio.option-checkbox > label {
        padding-left: 48px;
    }
    div[id^='cart'] .number-spinner-cart .input-group-btn,
    .cart-new-wrap .number-spinner-cart .input-group-btn {
        top: 4px;
        left: 4px;
    }
    div[id^='cart'] .input-quantity,
    .cart-new-wrap .input-quantity {
        padding: 0 24px 0 95px;
        text-align: center;
    }
    div[id^='cart'] .number-spinner-cart > p,
    .cart-new-wrap .number-spinner-cart > p {
        font-size: 14px;
        /*left: 55px;
        top: 7px;*/

        left: 50%;
        top: 50%;
        transform: translate(-80%, -50%);
        margin-left: -5px;
    }
    .footer-cart > div:first-child > p:last-child {
        font-size: 24px;
    }
    .footer-cart > div:first-child > p:first-child {
        font-size: 14px;
    }
    .footer-cart > div:first-child > p:last-child {
        width: 80%;
    }

    .footer-cart > div:last-child a {
        text-transform: none;
        border-radius: 8px;
        padding: 0 15px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }
    .footer-cart > div:last-child {
        padding-bottom: 0;
    }

    div[id^='cart'] .number-spinner-cart .input-group-btn ~ .input-group-btn, .cart-new-wrap .number-spinner-cart .input-group-btn ~ .input-group-btn {
        left: initial;
        right: 4px;
    }
    div[id^='cart'] .alert-title {
        margin-bottom: 0;
    }

    #popup-quickorder .subtitle {
        font-size: 14px;
        margin-bottom: 12px;
    }
    #popup-quickorder .modal-content:before {
        width: 100%;
        height: 245px !important;
    }
    #cart-fast .dropdown-menu > li > .title {
        font-size: 16px;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    #cart-fast .footer-cart > div:last-child {
        flex-direction: row;
    }

    #popup-quickorder .modal-footer .subtitle {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }

    body[class*="information-information-"] .h1, body[class*="information-information-"] h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .about-us-pictures {
        width: 540px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-us-pictures img {
        height: 164px;
        width: initial;
    }

    body[class*="information-information-"] .p-content {
        font-size: 12px;
    }
    body[class*="information-information-"] .p-content iframe {
        height: 324px;
    }

    .information-information-6 .p-content > h2.h2-delivery:before {
        content: '';
        width: 40px;
        height: 40px;
        background: url("/image/catalog/theme/checkout/delivery-icon.svg") no-repeat center;
        background-size: cover;
    }
    .information-information-6 .p-content > h2.h2-payments:before {
        content: '';
        width: 40px;
        height: 40px;
        background: url("/image/catalog/theme/checkout/payment-icon.svg") no-repeat center;
        background-size: cover;
    }
    .information-information-6 .p-content > h2 {
        font-size: 24px;
        margin-bottom: 23px;
        padding-left: 52px;
    }
    .information-information-6 .p-content .dflex h3,
    .information-information-6 .p-content .dflex .h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }
    .information-information-6 .p-content .dflex h3 + p,
    .information-information-6 .p-content .dflex .h3 + p {
        margin-top: 0;
    }

    .information-information-6 .p-content hr {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .information-information-6 .p-content hr.hr-middle {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .information-information-6 .p-content hr.hr-long {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .information-information-6 .p-content .dflex .title {
        font-size: 16px;
    }

    .information-information-5 .p-content ol > li:before,
    .information-information-7 .p-content ol > li:before {
        font-size: 12px;
    }
    .information-information-5 .p-content > ol ol > li,
    .information-information-7 .p-content > ol ol > li {
        padding-left: 26px;
    }

    .chm-modal .alert.alert-danger, .alert-danger {
        font-size: 12px;
    }
    .faq-explain p span {
        width: 70px;
        max-width: 70px;
        min-width: 70px;
        flex: 1 1 70px;
        font-size: 12px;
    }

    #tradein_data:not(.active) .line-2, #tradein_data:not(.active) .line-3, #tradein_data:not(.active) .line-4, #tradein_data:not(.active) .line-5 {
        display: none !important;
    }

    #tradein_data {
        margin-left: -12px;
        width: calc(100% + 24px);
        border-radius: 8px;
        padding: 16px 12px;
    }
    #tradein_data .line-0 > h2 {
        font-size: 20px;
        line-height: 100%;
    }
    #tradein_data .line-1 {
        padding: 16px 12px;
        flex-direction: column;
    }
    #tradein_data .line-1 > div:first-child {
        max-width: 100%;
        color: #171717;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 6px;
    }
    #tradein_data .line-1 .btn-sort-limit ~ ul {
        min-width: 80px;
        text-align: center;
        margin-top: 5px;
        padding: 8px 12px;
        border-radius: 12px;
        background: #242424;
        border: none;
        font-size: 12px;
        position: absolute;
        z-index: 2;
        left: 24px;
        width: calc(100% - 48px);
    }
    #tradein_data .line-1 .btn-sort-limit + ul {
        display: none;
    }
    #tradein_data .line-2 {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    #tradein_data .line-1 .btn-sort-limit ~ ul li {
        padding-top: 0;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        display: block;
    }
    #tradein_data .line-1 .btn-sort-limit ~ ul li > button,
    #tradein_data .line-1 .btn-sort-limit ~ ul li > span {
        text-align: left;
        border-radius: 6px;
        color: #fff !important;
        padding: 13px 12px !important;
        margin-bottom: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        width: 100%;
        display: block;
    }
    #tradein_data .line-1 .btn-sort-limit + ul > .active > button:before,
    #tradein_data .line-1 .btn-sort-limit + ul > li:hover > button:before,
    #tradein_data .line-1 .btn-sort-limit + ul > .active > span:before,
    #tradein_data .line-1 .btn-sort-limit + ul > li:hover > span:before {
        background: #377DFF;
    }
    #tradein_data .line-1 .btn-sort-limit {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        height: 44px;
        border: 1px solid #D6D6D6;
        background: #F5F6FA;
        color: #848484;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
    #tradein_data.active .line-1 {
        margin-bottom: 16px;
    }
    #tradein_data .line-2 label {
        font-size: 12px;
    }
    #tradein_data .line-2 .form-control {
        font-size: 14px;
        height: 44px;
    }
    #tradein_data .line-2 > div:first-child {
        width: 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
    #tradein_data .line-2 textarea.form-control {
        height: 148px;
    }
    #tradein_data .line-3 .dflex > label {
        flex: 1 1 100%;
        padding: 16px 16px 16px 42px;
    }
    #tradein_data .line-3 .dflex > label .title {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 4px;
    }
    #tradein_data .line-3 .dflex > label .title + p {
        font-size: 12px;
    }
    #tradein_data .line-3 .dflex > label > div:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        border: 2px solid #EDEDED;
        border-radius: 50%;
        position: absolute;
        left: -26px;
        top: 1px;
        transform: none;
    }
    #tradein_data .line-3 .dflex > label > input:checked ~ div:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #377DFF;
        border-radius: 50%;
        position: absolute;
        left: -21px;
        top: 6px;
        transform: none;
    }
    #tradein_data .line-5.dflex {
        flex-direction: column;
        gap: 12px;
    }
    #tradein_data .line-5.dflex div {
        width: 100%;
    }
    #tradein_data .line-5.dflex button {
        width: 100%;
    }
    .dflex .step-item {
        padding: 16px;
    }
    .information-information-8 .p-content .dflex,
    .information-information-9 .p-content .dflex {
        gap: 6px
    }
    .dflex .step-item .step-number {
        margin-bottom: 16px;
    }
    .dflex .step-item .step-number {
        font-size: 12px;
    }
    .dflex .step-item .title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .dflex .step-item .title + p {
        font-size: 12px;
    }
    .information-information-8 .p-content > h2 + p,
    .information-information-9 .p-content > h2 + p {
        font-size: 12px;
        text-align: left;
        margin-bottom: 16px;
    }
    .information-information-8 .p-content > h2,
    .information-information-9 .p-content > h2 {
        text-align: left;
        font-size: 24px;
        margin-bottom: 6px;
    }
    .dflex .step-item {
        flex: 1 1 100%;
    }
    #tradein_data {
        margin-bottom: 24px;
    }
    #tradein_data .line-3 {
        margin-bottom: 16px;
    }
    #tradein_data .line-5.dflex p {
        font-size: 12px;
    }

    .chm-not-found img {
        width: 209px;
    }
    #error-not-found {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    #error-not-found h1 {
        font-size: 21px;
    }
    #error-not-found p {
        font-size: 14px;
    }
    #error-not-found .btn-primary {
        width: 100%;
    }

    .fixed-goods-menu .viewed-quantity, .btn-mob-cart .cart-total, #cart .cart-total, .wishlist-quantity, .compare-quantity {
        height: 20px;
        width: 20px;
        top: -6px !important;
        font-size: 12px;
    }

    .success-checkout:before {
        right: 50%;
        top: 0;
        bottom: initial;
        transform: translate(50%, -50%);
    }
    .success-checkout {
        padding: 114px 16px 16px;
        margin-bottom: 32px;
        margin-top: 76px;
    }
    .success-checkout h1 {
        font-size: 20px;
        line-height: 110%;
    }
    .success-checkout h1 + p,
    .success-checkout p {
        font-size: 14px;
    }
    .success-checkout > a {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    #tab-review .modal-dialog,
    #ch-modal-question-answer .modal-dialog {
        max-width: 100%;
        width: 100%;
        min-height: 100vh;
        overflow: auto;
        margin: 0;
        border-radius: 0;
    }
    #login-form-popup .modal-dialog {
        width: auto;
    }
    #tab-review .modal-content,
    #ch-modal-question-answer .modal-content {
        border-radius: 0;
        min-height: 100vh;
        overflow: auto;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    #tab-review .modal-title,
    #ch-modal-question-answer .modal-title,
    #login-form-popup .modal-title {
        font-size: 20px;
        margin-bottom: 0;
        height: 40px;
        display: flex;
        align-items: center;
    }
    #tab-review .modal-title svg,
    #ch-modal-question-answer .modal-title svg,
    #login-form-popup .modal-title svg {
        width: 40px;
        height: 40px;
    }
    #tab-review .popup-product-line,
    #ch-modal-question-answer .popup-product-line,
    #login-form-popup .popup-product-line {
        padding: 12px;
        gap: 8px;
        margin: 16px 0 16px;
    }
    #tab-review .popup-product-line img,
    #ch-modal-question-answer .popup-product-line img,
    #login-form-popup .popup-product-line img {
        width: 48px;
        height: 48px;
    }
    #tab-review .popup-product-line p,
    #ch-modal-question-answer .popup-product-line p,
    #login-form-popup .popup-product-line p {
        font-size: 12px;
        line-height: 130%;
    }
    #tab-review label.control-label,
    #ch-modal-question-answer label.control-label,
    #login-form-popup label.control-label {
        font-size: 14px;
    }
    #tab-review .chm-modal input.form-control,
    #tab-review .chm-modal textarea.form-control,
    #ch-modal-question-answer .chm-modal input.form-control,
    #ch-modal-question-answer .chm-modal textarea.form-control,
    #login-form-popup .chm-modal input.form-control,
    #login-form-popup .chm-modal textarea.form-control {
        box-shadow: none;
        padding: 12px 16px;
        height: 44px;
        font-size: 12px;
    }
    #tab-review .chm-modal textarea.form-control,
    #ch-modal-question-answer .chm-modal textarea.form-control {
        height: 120px;
    }
    #ch-modal-review .chm-modal .modal-footer .chm-btn.chm-btn-default,
    #ch-modal-review .chm-modal .modal-footer .chm-btn.chm-btn-primary,
    #ch-modal-question-answer .chm-modal .modal-footer .chm-btn.chm-btn-default,
    #ch-modal-question-answer .chm-modal .modal-footer .chm-btn.chm-btn-primary,
    #login-form-popup .chm-modal .modal-footer .chm-btn.chm-btn-default,
    #login-form-popup .chm-modal .modal-footer .chm-btn.chm-btn-primary {
        height: 40px;
        font-size: 14px;
    }
    #form-review .product-rating .star-rating {
        margin-right: 10px;
    }
    #form-review > .form-group.required:first-child {
        padding-bottom: 16px;
        margin-bottom: 16px;
        flex-direction: column;
        gap: 8px;
    }
    #tab-review .chm-modal .close-modal,
    #ch-modal-question-answer .chm-modal .close-modal {
        top: 20px !important;
        right: 20px !important;
    }
    #ch-modal-review .chm-modal .modal-footer,
    #ch-modal-question-answer .chm-modal .modal-footer {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column-reverse;
    }

    #login-form-popup .forgotten {
        font-size: 12px;
    }
    #login-form-popup .toggle-password {
        right: 6px;
        top: 6px;
    }
    #button-login-popup,
    #button-forgotten-popup,
    #button-register-popup,
    #button-reset,
    #login-form-popup .modal-footer .btn-default,
    .modal-reset .modal-footer .btn-default {
        height: 40px;
        min-height: 40px;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 8px;
    }
    #login-form-popup .modal-footer .btn-default,
    .modal-reset .modal-footer .btn-default {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    #login-form-popup .modal-footer-text a,
    #login-form-popup .modal-footer-text {
        font-size: 14px;
    }
    #login-form-popup .modal-body + .modal-footer {
        margin-top: 4px;
    }

    #login-form-popup #account_register input.form-control {
        padding: 12px 16px;
        height: 44px;
        font-size: 12px;
    }

    #login-form-popup #account_register .toggle-password {
        right: 6px;
        top: 6px;
    }
    #login-form-popup #account_register .nice-checkbox span {
        position: relative;
        color: #777;
        font-size: 12px;
    }

    body[class^="account-"] h1 {
        font-size: 22px;
    }
    .account-order-item {
        padding: 20px 16px;
        flex-wrap: wrap;
        gap: 0;
    }
    .account-order-item .col-1,
    .account-order-item .col-2 {
        width: 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
    .account-order-item .col-3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 16px;
        margin-top: 16px;
        border-top: 1px solid #EDEDED;
        margin-bottom: 12px;
    }
    .account-order-item .col-3,
    .account-order-item .col-4 {
        width: 100%;
        flex: 1 1 100%;
    }
    .account-order-item .col-1 > p:first-child {
        font-size: 14px;
    }
    .account-order-item .col-1 > p:last-child {
        font-size: 12px;
    }

    .chm-account-content .line-1 {
        flex-direction: column;
        gap: 0;
    }
    .chm-account-content .line-1 > div:nth-child(2) {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #EDEDED;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .chm-account-content .line-1 > div:first-child,
    .chm-account-content .line-1 > div:nth-child(2),
    .chm-account-content .line-1 > div:nth-child(3) {
        width: 100%;
    }
    .chm-account-content {
        padding: 20px 12px;
    }
    .chm-account-content .line-2 .title,
    .chm-account-content .line-3 .title,
    .chm-account-content .line-4 .title {
        font-size: 18px;
    }
    .chm-account-content .line-2 .line-product {
        padding: 12px 16px;
        position: relative;
    }
    .chm-account-content .line-2 .line-product > div:first-child {
        position: absolute;
        left: 16px;
        top: 12px;
    }
    .chm-account-content .line-2 .line-product > div:first-child img {
        width: 48px;
    }
    .chm-account-content .line-2 .line-product .dflex {
        gap: 16px;
        margin-top: 12px;
        padding-top: 12px;
    }
    .chm-account-content .line-2 .line-product .dflex div > p:first-child {
        font-size: 10px;
    }
    .chm-account-content .line-2 .line-product .dflex div > p:last-child {
        font-size: 12px;
    }
    .chm-account-content .line-2 .line-product > div:last-child > p:first-child {
        min-height: 48px;
        padding-left: 60px;
        font-size: 12px;
    }
    .chm-account-content .line-3 div > p:first-child {
        font-size: 12px;
    }
    .chm-account-content .line-3 div.line-shipping > p:last-child span,
    .chm-account-content .line-3 div > p:last-child {
        font-size: 14px;
    }
    .history-wrap > div > p:first-child {
        font-size: 14px;
    }
    .history-wrap > div > p:first-child + p {
        font-size: 12px;
    }

    .account-review-item .line-product {
        padding: 16px 16px;
    }
    .account-review-item .line-product > div:first-child img {
        width: 48px;
    }
    .account-review-item .line-product p a {
        font-size: 12px;
    }
    .account-review-empty .title {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 6px;
    }
    .account-review-empty .title + p {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .account-review-empty {
        padding: 24px 0;
    }
    .account-review-empty > svg {
        width: 61px;
    }
    .account-review-empty .btn {
        font-size: 12px;
        height: 40px;
        padding: 13px 24px;
    }
    .review-item .fa-star, .review-item .fa-star-o {
        font-size: 14px;
    }
    .review-item .fa-stack {
        width: 14px;
        height: 14px;
    }
    .account-review-item .review_rating p {
        font-size: 12px;
    }

    .account-info-line {
        padding: 12px 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4px;
    }
    .account-info-line > div:first-child {
        flex: 1 1 auto;
        color: #777;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        max-width: 100%;
    }
    .account-info-line > div:last-child {
        font-size: 14px;
    }
    .account-info-block .title,
    .account-address .chm-account-content .title {
        font-size: 18px;
    }
    #simpleaddress .simpleregister-button-block {
        height: 40px;
    }
    #simpleaddress .simpleregister-button-block .simpleregister-button-right .button,
    .account-info-edit {
        font-size: 14px;
        padding: 13px !important;
        height: 40px;
    }
    .account-address #simpleaddress .form-group {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .account-address #simpleaddress fieldset {
        gap: 12px
    }

    .account-simpleedit #simpleedit .form-group .form-control,
    .account-address #simpleaddress .form-group .form-control {
        height: 44px;
        padding: 0 15px;
        font-size: 14px;
    }
    .custom-block-product .image {
        width: 32px;
        min-width: 32px;
        margin-right: 8px;
    }
    .custom-block-product .image img {
        max-width: 100%;
    }
    .custom-block-products .row {
        padding: 16px 12px;
    }
    .custom-block-product .text {
        max-width: calc(100% - 40px);
    }
    .custom-block-product .payment-poltava {
        flex-wrap: wrap;
    }

    .account-simpleedit #simpleedit .form-group, .account-address #simpleaddress .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 12px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .account-simpleedit #simpleedit .form-group > label.control-label,
    .account-address #simpleaddress .form-group > label.control-label {
        width: 100%;
        color: #171717;
        font-size: 12px;
        margin-bottom: 6px;
        font-weight: 500;
    }
    .account-simpleedit #simpleedit .form-group > div,
    .account-address #simpleaddress .form-group > div {
        width: 100%;
    }
    .account-simpleedit .select2-container--bootstrap .select2-selection--single,
    .account-simpleedit .select2-container--bootstrap.select2-container--focus .select2-selection,
    .account-simpleedit .select2-container--bootstrap.select2-container--open .select2-selection {
        height: 44px !important;
        font-size: 14px !important;
    }
    .account-simpleedit .simpleregister-button-right {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 8px
    }
    .account-simpleedit .simpleregister-button-right .button {
        height: 40px;
        line-height: 40px;
        font-size: 14px !important;
        padding: 0 !important;
        border-radius: 8px;
    }
    .account-simpleedit .simple-content .buttons {
        margin-bottom: 0;
    }
    .account-simpleedit main {
        padding-bottom: 0;
    }
    .account-simpleedit #content > h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .account-simpleedit #content > h2 svg {
        width: 40px;
        height: 40px;
    }

    .product-thumb .product-name {
        margin-bottom: 8px;
    }

    .chm-table-card .product-thumb {
        position: relative;
    }
    .compare-table-scroll {
        padding: 24px 12px;
    }
    .div-tr.compare-property-group-name {
        font-size: 18px;
    }
    .compare-table-scroll .div-tr > .div-td {
        padding: 12px 12px;
    }
    .div-tr:not(.div-tr-cards) {
        font-size: 10px;
    }
    .compare-property-name .compare-fixed-block {
        font-size: 12px;
    }
    .div-tr.compare-property-group-name {
        font-size: 18px;
    }

    .compare-table-scroll .div-tr > .div-td {
        max-width: calc(50% - 4px);
        min-width: calc(50% - 4px);
        flex: 1 1 calc(50% - 4px);
    }

    body.open-search .header-search {
        width: calc(100vw - 24px);
        top: 12px;
        left: 12px;
    }

    .no-scroll {
        overflow: hidden;
        height: 100vh;
    }

    #fm-fixed-mobile-bottom .drop-contacts.active {
        left: 16px;
        transform: none;
        position: fixed;
        bottom: 74px;
        top: initial;
        width: calc(100% - 32px);
    }
    #fm-fixed-mobile-bottom .drop-contacts:after {
        right: calc(40% - 62px);
    }

    .home-page-content-top .swiper-mod-arrow.next-prod,
    .home-page-content-top .swiper-mod-arrow.prev-prod {
        display: none !important;
    }

    .banner-blocks-container > div {
        padding-left: 6px;
        padding-right: 6px;
        margin-top: 0;
        margin-bottom: 0;
    }
    body[class*="information-information-"] .p-content {
        margin-bottom: 14px;
    }
    .product-description-big {
        margin-bottom: 22px;
    }
    body[class*="product-product-"] .products-swiper-viewed {
        padding: 32px 0;
    }

    .product-description-big-inner > h1,
    .product-description-big-inner > h2,
    .product-description-big-inner > h3,
    .product-description-big-inner > h4 {
        margin-top: 16px;
    }

    div[id^='cart'] .dropdown-menu ul {
        height: initial;
        max-height: calc(100vh - 350px);
    }
    #cart .dropdown-menu {
        top: calc(50% + 10px);
    }
    .product-related-big .tabs__header {
        width: 100%;
    }

    .common-home .products-swiper-module.products-swiper-viewed {
        padding-bottom: 24px;
    }
    .common-home .products-swiper-module.products-swiper-latest {
        margin-top: 24px;
    }
    .common-home .products-swiper-module.products-swiper-latest:before {
        height: 24px;
        top: -24px;
    }

    .tabs-product .tabs__header > .tabs__header__scroll {
        margin-left: -12px;
        padding-left: 12px;
        margin-right: -12px;
        padding-right: 12px;
    }
    #product .btn-fastorder svg {
        display: block;
    }

    body[class*="information-information-"].information-information-8 .p-content,
    body[class*="information-information-"].information-information-9 .p-content {
        margin-bottom: 24px;
    }
    body[class*="information-information-"] .content-bottom > div:first-child {
        padding-top: 32px;
    }
    body[class*="information-information-"] .content-bottom > div:last-child {
        padding-bottom: 32px;
    }

    #simpleaddress .simpleregister-button-block {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-bottom: -18px;
        background: transparent;
    }
    .account-info-edit {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-bottom: -18px;
    }
    body.account-address #content,
    body.account-address #column-left {
        padding: 0;
    }
    #simpleaddress {
        padding: 0 12px;
    }

    .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
        font-size: 14px !important;
    }

    #tab-review .modal-dialog,
    #ch-modal-question-answer .modal-dialog,
    #tab-review .modal-content,
    #ch-modal-question-answer .modal-content {
        overflow: visible;
    }

    .product-usd-line {
        padding-top: 14px;
    }

    #popup-quickorder.popup-newfastordercart.sms-approve #fastorder_data > .row:first-child {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        margin: 0 -15px;
    }


} /*320*/

@media (max-width: 1060px) {
    .home-page-content-top .swiper-mod-arrow.next-prod,
    .home-page-content-top .swiper-mod-arrow.prev-prod {
        display: none;
    }
}

@media (max-width: 343px) {
    .home-page-content-to .swiper-pagination-bullet {
        width: 32px;
    }
}
#product .h1-prod-name {min-height: auto;}

@media (min-width: 1200px) {
    #product .h1-prod-name {
        min-height: 167px;
        display: flex;
        align-items: flex-end;
        word-break: break-word;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    #product .h1-prod-name {
        min-height: 136px;
        display: flex;
        align-items: flex-end;
        word-break: break-word;
    }
}


.product_description_list {padding-inline-start: 32px;}
.product_description_list li:not(:last-child) {margin-bottom: 8px;}

/* Simple Checkout: зареєстрований email — зелене оформлення (дубль з simple.css; тут — щоб точно потрапляло в matviez / Lightning). Без зовнішньої рамки. */
#simplecheckout_customer .form-group.chm-simple-email-registered {
    border: none !important;
    border-radius: 0;
    padding: 0;
    background: transparent !important;
}
#simplecheckout_customer .form-group.chm-simple-email-registered .form-control {
    border-color: #049938 !important;
    color: #171717 !important;
    box-shadow: none !important;
    background-color: #fff !important;
}
#simplecheckout_customer .form-group.chm-simple-email-registered label.control-label,
.checkout-simplecheckout #simplecheckout_customer .form-group.chm-simple-email-registered.has-error label.control-label {
    color: #171717 !important;
}
#simplecheckout_customer .form-group.chm-simple-email-registered .simplecheckout-error-text[data-rule="api"],
.checkout-simplecheckout #simplecheckout_customer .form-group.chm-simple-email-registered .simplecheckout-error-text {
    color: #049938 !important;
    margin-top: 6px;
}

/**/
.notify-wrap {
    border-radius: 12px;
    background: #F5F6FA;
    padding: 16px 24px;
    margin: 24px 0;
    display: flex;
    gap: 24px;
    align-items: center;
}
.notify-wrap p {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
.notify-wrap button {
    border-radius: 12px;
    background: #377DFF;
    height: 64px;
    width: 212px;
    min-width: 212px;
    gap: 12px;
    display: flex;
    align-items: center;
}
.notify-wrap button span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.notify-wrap button.btn-general:not(.btn-notify-stock):hover {
    color: #ffffff !important;
    background: #006DFF !important;
}

@media (max-width: 1170px) {
    .notify-wrap p {
        font-size: 14px;
        text-align: left;
        width: 100%;
        display: block;
    }
    .notify-wrap {
        flex-direction: column;
        gap: 16px
    }
    .notify-wrap button {
        height: 48px;
        width: 100%;
        font-size: 14px;
    }
}