/*
24 - 1.5rem
16 - 1rem
14 - .875rem
12 - .75rem
*/
:root {
    --ds-light-bg-color: #fff;
}

input, select, textarea {
    box-shadow: none !important;
}
img {
    max-width: 100%;
}
.red-bg {
    background-color: #EC2430;
}
.mt-theme {
    margin-top: 82px;
}
.title-theme {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px;
}
.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.ds-dropdown {
    border-radius: 0;
    background: transparent;
}

.form-control {
    background: #fff;
}

.content-block:not(.no-shadow):hover,
.ocf-description:not(.no-shadow):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.content-block {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 32px 42px;
}

.button {
    box-shadow: none !important;
    transition: all linear 0.1s !important;
}
.button svg {
    margin: 0;
}

.button.button-primary,
.button.button-default {
    text-shadow: none !important;
    padding: .75rem 2rem;
    border: 1px solid;
    border-radius: 50px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}
.button:not(.button-transparent)::before {
    display: none !important;
}

.button.button-primary {
    border-color: #EC2430;
    background: #EC2430;
    color: #fff;
}
.button.button-primary:hover,
.button.button-primary:active {
    border-color: #EC2430;
    background: #BF0D17;
    color: #fff;
}

.button.button-default {
    border-color: #EC2430;
    background: #fff;
    color: #EC2430;
}
.button.button-default:hover,
.button.button-default:active {
    border-color: #EC2430 !important;
    background: #EC2430 !important;
    color: #fff !important;
}
.button.button-default:hover path,
.button.button-default:active path {
    fill: #fff !important;
}

.ds-category-cart-btn.added svg path,
.ds-module-cart-btn.added svg path,
.ds-product-fixed-cart-btn.added svg path {
    fill: #EC2430
}

#button-cart.added svg path,
#oct-popup-button-cart.added svg path {
    fill: #fff
}
#button-cart.added,
#oct-popup-button-cart.added {
    background-color: #EC2430;
    border-color: #EC2430;
    color: #fff;
}
#button-cart.added:hover:not([disabled]),
#oct-popup-button-cart.added:hover:not([disabled]) {
    border-color: #EC2430;
    background: #BF0D17;
}

.br-50 {
    border-radius: 3.125rem !important;
}
.ds-footer-links li a,
.ds-dropdown-toggle span,
.ds-menu-maincategories a,
.ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown a,
.ds-footer-item li a:hover span {
    text-decoration: none !important;
}
.ds-menu-maincategories-item {
    letter-spacing: 0;
    padding-top: .875rem !important;
    padding-bottom: .875rem !important;
}
.ds-menu-maincategories-item > span a {
    color: #111517;
}
.ds-menu-maincategories-item > span > img {
    filter: brightness(0);
    transition: all var(--ds-main-transition);
}

.ds-header-search .form-control {
    border: 1px solid rgba(17, 21, 23, 0.08) !important;
    background: #F8FBFD !important;
    height: 2.5rem;
}
.ds-header-search-button {
    right: 1.3rem;
}
.ds-dropdown-toggle .button-icon:not(.ds-arrow-down) {
    width: 1.5rem;
    height: 1.5rem;
}
.ds-header .badge.active,
.ds-header .badge {
    text-align: center;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    height: .875rem;
    min-width: .875rem;
    background: #F8FBFD !important;
    color: #EC2430 !important;
    top: 0;
    right: -.35rem;
    padding: 0;
}
.ds-header .badge.black {
    color: #111517 !important;
}
.button-icon-cart {
    background: transparent;
    mask-image: none;
    width: 1.5rem;
    height: 1.5rem;
}
.ds-header-right .button-transparent:not(.ds-header-search-close):not(.ds-header-user-button):not(.ds-header-phone-button) {
    width: 1.5rem;
    height: 1.5rem;
}

.ds-header-search .form-control::-webkit-input-placeholder {
    font-size: .875rem;
    color: rgba(17, 21, 23, 0.24)
}

.ds-header-search .form-control::-moz-placeholder {
    font-size: .875rem;
    color: rgba(17, 21, 23, 0.24)
}

.ds-header-search .form-control:-ms-input-placeholder {
    font-size: .875rem;
    color: rgba(17, 21, 23, 0.24)
}

.ds-header-search .form-control::-ms-input-placeholder {
    font-size: .875rem;
    color: rgba(17, 21, 23, 0.24)
}

.ds-header-search .form-control::placeholder {
    font-size: .875rem;
    color: rgba(17, 21, 23, 0.24)
}

.btn.language-select {
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    background: #F8FBFD;
    color: #D6D6D6 !important;
    text-align: center;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    padding: 4px;
    text-decoration: none !important;
}
.btn.language-select.active {
    color: #EC2430 !important;
    border-color: #EC2430;
}
#form-language,
#form-language-mob {
    display: flex;
    gap: 4px;
}
.ds-header-wishlist-button,
.ds-header-compare-button {
    margin-right: 1.2rem !important;
}
.ds-header-cart-button {
    margin-right: 1.7rem !important;
}

.ds-footer-socials > ul {
    gap: 70px
}
.ds-footer-copyrights,
.ds-footer-socials > ul li a {
    color: #fff;
}
.ds-footer-socials > ul li a path {
    transition: all ease-out 0.3s;
}
.ds-footer-socials > ul li a:hover path {
    fill: #EC2430;
}

.ds-footer-contacts {
    position: relative;
}
.ds-footer-contacts > div {
    position: relative;
    z-index: 2;
}
.ds-footer-contacts:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, 0);
    background: #F8FBFD;
    z-index: 1;
}
.ds-footer-contacts {
    padding: 2.375rem 0;
}
.ds-footer-contacts,
.ds-footer-contacts a {
    color: #111517;
}
.ds-footer-contacts .ds-footer-item-title {
    color: #8A8A8A;
    margin-bottom: 2rem;
}
.ds-footer-phones-shedule {
    padding-left: 7.25rem;
}
.ds-footer-phones-shedule .ds-footer-item {
    height: 100%;
}
.ds-footer-phones-shedule .ds-footer-item > ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ds-footer-top {
    padding: 5.125rem 0;
    border-bottom: none !important;
}
.ds-footer-top .ds-footer-item-title {
    margin-bottom: 2rem;
    color: #8A8A8A;
}
.ds-footer-top .ds-footer-links li a {
    color: #fff;
    line-height: 1.5rem;
}
.ds-footer-top .ds-footer-links li a:hover {
    color: #EC2430;
}
.ds-footer-top .ds-footer-links li:not(:last-child) {
    margin-bottom: .8125rem;
}
.ds-footer-top .ds-footer-info {
    margin-left: 8.25rem;
}

#subscribeContainer {
    padding: 64px 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 406px;
    max-width: 100%;
    z-index: 2;
}
#subscribeContainer .ubscribeContainer-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
#subscribeContainer .title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 10px;
}
#subscribeContainer .title + p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 24px;
}
#InputSubscribeEmail {
    border-radius: 50px;
    background: #F8FBFD;
    margin-bottom: 24px;
}
#subscribeContainer .form-check {
    margin-bottom: 24px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
#footer-make-subscribe {
    display: flex;
    width: 100%;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 50px !important;
    border: none !important;
    background: #EC2430;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#footer-make-subscribe:hover {
    background: #BF0D17;
}

/**/
#common-home > .ds-slideshow:first-child {
    margin-top: 34px;
    margin-left: -56px;
    margin-right: -56px;
}
.ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item {
    padding: 0;
    border-radius: 28px !important;
    overflow: hidden;
    background: transparent !important;
}
.ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item-horizontal {
    position: absolute;
    min-height: initial;
    left: 90px;
    width: 698px;
    max-width: calc(100% - 180px);
    top: 50%;
    transform: translate(0, -50%);
    align-items: flex-start;
}
.ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item img {
    max-width: 100%;
    max-height: 100%;
}
.ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item-title {
    color: #FFF;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: 69px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 34px;
}

.ds-slideshow-items:not(.ds-slideshow-items-vertical) .button.button-primary {
    border-color: #EC2430 !important;
    background: #EC2430 !important;
    color: #fff !important;
}
.ds-slideshow-items:not(.ds-slideshow-items-vertical) .button.button-primary:hover,
.ds-slideshow-items:not(.ds-slideshow-items-vertical) .button.button-primary:active {
    border-color: #EC2430 !important;
    background: #BF0D17 !important;
    color: #fff !important;
}

/**/
.ds-advantages-item .content-block {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 24px;
    text-align: left;
    align-items: flex-start;
}
.ds-advantages-item .content-block > img {
    margin-bottom: 16px;
}
.ds-advantages-item .content-block .ds-advantages-item-title {
    margin-bottom: 10px;
}

/**/
.ds-bannerplus-box {
    position: relative;
    overflow: hidden;
}
.ds-bannerplus-box > img {
    max-width: 100%;
    border-radius: 20px;
}
.ds-bannerplus-box > .d-flex {
    bottom: 56px;
    left: 60px;
    align-items: flex-start;
}
.ds-bannerplus-box > .d-flex .title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 12px;
}

.html-module .d-grid > div > img {
    object-fit: cover;
    height: 100%;
    min-height: 445px;
    max-width: 100%;
    border-radius: 20px;
}
.html-module h1 {
    color: #111517;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: 69px; /* 111.29% */
    text-transform: uppercase;
    margin-bottom: 14px;
}
.html-module .d-grid h1,
.html-module h2,
.html-module h3,
.html-module h4 {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 14px;
    text-transform: none;
}
.html-module h3 {
    font-size: 32px;
}
.html-module h4 {
    font-size: 24px;
}
.html-module .d-grid + .d-grid {
    margin-top: 8px;
}

.ds-last-news-item img {
    aspect-ratio: unset;
    border-radius: 20px;
    margin-bottom: 14px;
    border: none;
}
.ds-last-news-item img:hover {
    opacity: 1;
}
.ds-last-news-item-info .s-last-news-item-date {
    color: #D6D6D6;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 4px;
}
.ds-last-news-item-info .ds-last-news-item-title {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-decoration: none !important;
}

/**/
.ds-module-item .content-block {
    border: none;
    border-radius: 20px;
    background: #FFF;
    padding: 18px 14px 14px;
}
.ds-module-buttons {
    top: 0;
    right: 0;
    padding: 0;
    gap: 4px;
    background: transparent;
    z-index: 10;
}
.ds-module-buttons > button {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid #D6D6D6;
    background: rgba(255, 255, 255, 0.36);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ds-module-button.added,
.ds-module-button.added,
.ds-product-compare.added,
.ds-product-compare.added:hover,
.ds-product-wishlist.added,
.ds-product-wishlist.added:hover {
    border: 1px solid #EC2430 !important;
}
.ds-module-button.added svg path,
.ds-module-button.added svg path,
.ds-product-compare.added svg path,
.ds-product-compare.added:hover svg path,
.ds-product-wishlist.added svg path,
.ds-product-wishlist.added:hover svg path {
    fill: #EC2430 !important;
}
.ds-module-caption {
    padding-top: 18px;
    gap: 0
}
.ds-module-code,
.ds-module-stock {
    color: #8A8A8A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
}
textarea[name=positive_text],
.green-text {
    color: #20AA27;
}
textarea[name=negative_text],
.red-text,
.red-text:hover,
.required {
    color: #EC2430;
}
.ds-module-rating,
.ds-module-info,
.ds-category-item-info {
    margin-bottom: 8px;
}
.ds-module-title {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none !important;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ds-module-price .ds-price-new {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.ds-module-price .ds-price-old {
    font-size: 14px;
}

.ds-module-rating-star {
    background-image: url('/image/catalog/ildnord/icons/star-grey.svg');
    width: 11px;
    height: 11px;
}
.ds-module-rating-star-is {
    background-image: url('/image/catalog/ildnord/icons/star-yellow.svg');
}
.ds-module-cart-btn,
.ds-category-cart-btn,
.ds-product-fixed-cart-btn {
    width: 34px;
    height: 34px;
    padding: 8px !important;
}
.ds-module-reviews span {
    color: #8A8A8A;
}
.ds-module-sticker {
    border-radius: 50px;
}
.ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown {
    border-radius: 0;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    margin-top: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children {
    gap: 12px
}
.ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children-item a {
    position: relative;
}

.ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children-item a > span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children-item a:after {
    content: '';
    background: linear-gradient(229deg, rgba(17, 21, 23, 0.00) 0%, #111517 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/**/
.ds-page-title h1 {
    color: #111517;
    font-size: 58px;
    font-style: normal;
    font-weight: 800;
    line-height: 69px;
    margin-bottom: 24px;
}
.ds-breadcrumb-item:first-child,
.ds-breadcrumb-item:first-child>* {
    width: 18px;
    height: 18px;
}
.ds-breadcrumb .fa-home:after {
    content: "";
    background: url('/image/catalog/ildnord/icons/home.svg') 0 0 / contain no-repeat;
    display: block;
    width: 18px;
    height: 18px;
}
.ds-breadcrumb-item+.ds-breadcrumb-item::before {
    content: "-";
    color: #D6D6D6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-top {
    border: 1px solid transparent;
    width: 48px;
    height: 48px;
}
#back-top i {
    display: block;
    width: 8px;
    height: 11px;
    background: url("/image/catalog/ildnord/icons/back-top-arrow.svg") no-repeat center;
}
#back-top i:before {
    display: none !important;
}
#back-top svg {
    top: -1px;
    left: -1px;
}
.progress-ring__circle {
    stroke: #EC2430
}

#ds_fixed_contact_button {
    right: 2.5rem !important;
    width: 48px !important;
    height: 48px !important;
    bottom: 59px !important;
    background: #EC2430 !important;
}
.ds-fixed-contact-pulsation {
    width: 68px !important;
    height: 68px !important;
    left: -10px !important;
    top: -10px !important;
    background: #EC2430 !important;
}
.ds-fixed-contact-icon i {
    display: block !important;
    width: 18px;
    height: 18px;
    background: url("/image/catalog/ildnord/icons/fixed-contact.svg") no-repeat center;
}
.ds-fixed-contact-icon i:before {
    display: none !important;
}
.ds-category-appearance,
.ds-fixed-contact-text {
    display: none !important;
}


.ocf-footer,
.ocf-filter-header-append,
.selected-filters-top .ocf-between .ocf-btn-link + .ocf-btn-link,
#column-left .ocf-selected-card,
#column-right .ocf-selected-card {
    display: none !important;
}
.selected-filters-top.ocf-selected-card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    max-width: 60%;
}
.ocf-selected-filter {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.ocf-selected-discard {
    padding: 2px 6px !important;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    margin: 4px;
    display: flex;
    align-items: center;
    gap: 4px
}
.ocf-selected-value-name {
    color: #8A8A8A;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ocf-selected-discard:hover .ocf-selected-value-name {
    color: #EC2430;
}
.selected-filters-top .ocf-between .ocf-btn-link {
    color: #8A8A8A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
}
.selected-filters-top .ocf-between .ocf-btn-link:hover {
    color: #EC2430;
}

.ds-category-sort {
    border-radius: 8px;
    background: #FFF;
    padding: 11px 16px;
}
.ocf-btn.ocf-search-btn-popover {
    border-radius: 50px;
    border: 1px solid #EC2430 !important;
    padding: 6px 20px !important;
    color: #EC2430 !important;
    background: #fff !important;
    text-align: center;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px !important;
}
.ocf-btn.ocf-search-btn-popover:hover {
    color: #fff !important;
    background: #EC2430 !important;
}

.ds-category-sort .form-select {
    color: #8A8A8A;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 176px;
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background-color: #F8FBFD;
    padding: 4px 25px 4px 8px;
}
.ds-category-sort .form-select ~ .form-select {
    width: 67px;
}
.ds-category-sort-title {
    color: #111517;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.ds-category-item-info {
 flex-direction: row;
}

.product-grid .content-block:hover:before {
    display: none;
}

.popular-block {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}
.popular-block tr + tr td {
    border-top: 1px solid rgba(17, 21, 23, 0.08);
}
.popular-block .popular-line.popular-line0 {
    background: #fff;
}
.popular-block td {
    padding: 12px 24px;
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.popular-block td a {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.popular-block td a:hover {
    color: #EC2430
}

.pagination li a,
.pagination li span {
    color: #535353 !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 34px;
    height: 34px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF !important;
    padding: 0 !important;
}
.pagination li.active span,
.pagination li:hover a {
    color: #EC2430 !important;
    border-color: #EC2430;
    background: #fff;
}
.pagination li.active span path,
.pagination li:hover a path {
    fill: #EC2430 !important;
}

.oct-load-more-button {
    border-color: #EC2430;
    background: #fff;
    color: #EC2430;
}

.ds-category-description.content-block {
    padding: 42px;
}

/**/
.ds-last-reviews-item {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 26px;
}
.ds-last-reviews-item-img {
    width: 60px;
    min-width: 60px;
    flex: 1 1 60px;
    margin-right: 12px;
}
.ds-last-reviews-item-img img {
    max-width: 100%;
    height: initial;
    border: none;
}
.ds-last-reviews-item-info a {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.ds-last-reviews-item-top {
    border-bottom: none;
    margin-bottom: 10px;
}
.ds-last-reviews-item-text {
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.ds-last-reviews-item-text > .d-flex {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}
.ds-last-reviews-item-author {
    gap: 8px
}

.swiper-pagination-last-reviews {
    position: relative !important;
    margin-top: 20px;
    bottom: 0 !important;
}
.swiper-pagination-last-reviews .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #D6D6D6 !important;
    border: 3px solid #D6D6D6 !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.swiper-pagination-last-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 3px solid #EC2430 !important;
    background: transparent !important;
    width: 14px;
    height: 14px;
}

/**/
.ds-breadcrumb-item {
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.ds-breadcrumb-item a {
    text-decoration: none;
    color: #D6D6D6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

/**/
.ds-product-tabs {
    border-radius: 12px 12px 0 0;
    border: 1px solid rgba(17, 21, 23, 0.08);
    padding: 16px;
}
.ds-product-tabs > .container-fluid {
    padding: 0;
}
.ds-product-tabs-item {
    padding: 12px 22px;
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 50px;
    border: 1px solid #8A8A8A;
    background: #FFF;
}
.ds-product-tabs-item.active {
    color: #EC2430;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border: 1px solid #EC2430;
}
.ds-product-tabs-item.active:after {
    display: none;
}
.ds-product-tabs-badge {
    display: flex !important;
    width: 18px;
    height: 18px;
    padding: 2px;
    align-items: center;
    justify-content: center;
    color: #EC2430;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    margin-left: 4px;
}
.ds-product-tabs-box {
    padding-bottom: 1px;
}

.product-grid .ds-module-rating,
.ds-module-rating,
.ds-module-info,
.ds-category-item-info {
    margin-bottom: 0;
    margin-top: 0;
}
.ds-product-info-line {
    padding-bottom: 21px;
    margin-bottom: 21px;
    border-bottom: 1px solid rgba(17, 21, 23, 0.08);
}

.ds-product-manufacturer {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 9px;
}
.ds-product-manufacturer a {
    color: #EC2430;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
}
.ds-product-top-info .ds-module-rating-star {
    width: 18px;
    height: 18px;
}
.ds-module-reviews{
    margin-left: 5px;
}
.ds-module-reviews span {
    color: #EC2430;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    text-decoration-line: underline;
}
.ds-product-info-line .ds-product-model {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 9px;
}
.ds-product-info-line .ds-product-main-stock {
    padding: 0;
    background: transparent;
    color: #20AA27;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-product-info-line .ds-product-main-stock.red-text {
    color: #EC2430;
}
.ds-product-info-line .ds-product-main-stock svg {
    width: 20px;
    height: 20px;
}
.ds-product-info-line .ds-product-compare,
.ds-product-info-line .ds-product-wishlist {
    padding: 6px;
    border-radius: 50px;
    border: 1px solid #D6D6D6;
    background: rgba(255, 255, 255, 0.36);
}

.ds-product-compare.added,
.ds-product-compare.added:hover,
.ds-product-wishlist.added,
.ds-product-wishlist.added:hover {
    background: transparent !important;
}

.ds-product-description-short {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 18px;
}

/**/
.ds-product-main-buttons {
    flex-wrap: wrap;
    width: 368px;
    max-width: 100%;
}
.ds-product-main-buttons .ds-product-fast-order-button {
    margin-left: 0;
    margin-top: 18px;
    width: 100%;
}
.ds-product-main-buttons .ds-product-main-cart-button {
    height: 48px;
    margin-left: 10px;
}

.ds-product-main-price {
    margin-bottom: 16px;
}
.ds-product-main-price .ds-price-new {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
.ds-product-main-price .ds-module-sticker {
    margin-left: 10px;
}

.ds-module-quantity {
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: rgba(255, 255, 255, 0.36);
    width: 126px;
}
.ds-module-quantity .form-control {
    color: #111517;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.ds-module-quantity button {
    color: #111517;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.ds-product-main-attributes {
    padding-top: 0;
    border-top: none;
    margin-top: 14px;
    gap: 6px
}
.ds-product-main-attributes .ds-product-main-attributes-item {
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    padding: 8px 14px;
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.ds-product-main-attributes .ds-product-main-attributes-item span {
    color: #111517;
}

/**/
.ds-product-energo {
    margin-top: 14px;
}
.p-energo {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 0;
    background: #14a153;
    height: 24px;
    display: inline-flex;
    width: 44px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.p-energo:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #14a153;
    border-bottom: 12px solid transparent;
    right: -12px;
    top: 0;
}
.p-energoAAA {
    background: #4bb748;
}
.p-energoAAA:after {
    border-left: 12px solid #4bb748;
}
.p-energoAA {
    background: #4bb748;
}
.p-energoAA:after {
    border-left: 12px solid #4bb748;
}
.p-energoA {
    background: #c0d530;
}
.p-energoA:after {
    border-left: 12px solid #c0d530;
}
.p-energoB {
    background: #fff000;
}
.p-energoB:after {
    border-left: 12px solid #fff000;
}
.p-energoC {
    background: #feb913;
}
.p-energoC:after {
    border-left: 12px solid #feb913;
}
.p-energoD {
    background: #f46f24;
}
.p-energoD:after {
    border-left: 12px solid #f46f24;
}
.p-energoE {
    background: #ef1c25;
}
.p-energoE:after {
    border-left: 12px solid #ef1c25;
}
.p-energoF {
    background: #ef1c25;
}
.p-energoF:after {
    border-left: 12px solid #ef1c25;
}
.p-energoG {
    background: #ef1c25;
}
.p-energoG:after {
    border-left: 12px solid #ef1c25;
}

.ds-product-advantages {
    margin-top: 21px;
    margin-bottom: 28px;
}
.ds-product-advantages-item-title {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}
.ds-product-advantages-item + .ds-product-advantages-item {
    border-top: none;
    margin-top: 17px;
 }
.ds-product-advantages-item-text-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    width: 74px;
    margin-right: 18px;
}
.ds-product-advantages-item .flex-column {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-product-advantages-item .flex-column > span:nth-child(2) {
    color: #8A8A8A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ds-product-advantages-item .flex-column > span:nth-child(3) {
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.ds-product-advantages-item-text+.ds-product-advantages-item-text {
    margin-top: 4px;
}
.ds-product-advantages-item-text {
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(17, 21, 23, 0.08) !important;
    background: #FFF;
}

.ds-product-advantages-payments {
    gap: 6px
}
.ds-product-advantages-payments-item {
    border-radius: 3px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    min-width: 50px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #111517;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 0 10px;
}
.ds-product-advantages-payments-item img {
    width: initial;
    height: initial;
}
.ds-product-images-additional-item img {
    border-radius: 8px;
}

/**/
.ds-product-block {
    border-radius: 20px;
    background: #FFF;
    border: none;
    padding: 18px 14px;
}

.product-sticky-wrap .col-xl-3 {
    width: 260px;
}
.product-sticky-wrap .col-xl-9 {
    width: calc(100% - 260px);
}
.product-sticky-wrap .ds-module-quantity {
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: rgba(255, 255, 255, 0.36);
    width: 100px;
}
.product-sticky-wrap .ds-module-quantity .form-control {
    color: #111517;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.ds-product-tab-content-title {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 12px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid rgba(17, 21, 23, 0.08);
    margin-left: -24px;
    width: calc(100% + 48px);
}
.ds-product-tab-content:not(.ds-product-tab-main-content) {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 16px 24px;
}
.ds-product-main-content {
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    border-top: none;
    padding: 0;
}
.ds-product-attributes-item {
    padding: 16px 0;
}
.ds-product-attributes-item + .ds-product-attributes-item {
    border-top: 1px solid rgba(17, 21, 23, 0.08);
}
.ds-product-attributes-item>:first-child::after {
    display: none;
}
.ds-product-attributes-item>:last-child {
    text-align: right;
}
.ds-product-attributes-item:nth-child(odd) {
    background: transparent;
}
.ds-product-attributes-item>:first-child {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-product-attributes-item>:last-child {
    color: #111517;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.product-sticky-wrap .ds-module-cart .button-text {
    display: none !important;
}

.ds-product-reviews .ds-product-tab-content-title,
.ds-product-description .ds-product-tab-content-title {
    margin-bottom: 28px;
}
.ds-product-description h3 {
    margin-top: 24px;
    margin-bottom: 14px;
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.online-materials {
    display: flex;
    flex-direction: column;
    gap: 12px
}
.online-materials a {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    gap: 6px;
    align-items: center;
    text-decoration: none;
}

.ds-product-reviews-top {
    border-bottom: none;
}
.ds-product-reviews-top > p {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-product-reviews-top > button {
    margin-top: 16px;
}

.ds-product-video {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px
}
.ds-product-video a {
    position: relative;
}
.ds-product-video a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.ds-product-video a img {
    border-radius: 8px;
}

#overlay.active,
.modal-backdrop {
    background: rgba(17, 21, 23, 0.24) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.modal-content {
    border: none !important;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 42px;
    padding: 38px 42px !important;
}
.modal-content .modal-header {
    margin-left: -42px;
    width: calc(100% + 84px);
    padding: 0 42px 30px;
}
.modal-content .modal-body-buttons {
    margin-left: -42px;
    width: calc(100% + 84px);
    padding: 32px 42px 0;
}
.modal-content .modal-title {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
.modal-content .btn-close {
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
    padding: 0 !important;
}
.modal-content .ds-cart-item-title {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 8px;
}
.modal-content .ds-cart-item-option {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.modal-content .ds-cart-item-price-total {
    color: #111517;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
.modal-content .ds-cart-item-price-one p {
    color: #8A8A8A;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.modal-content .ds-cart-item-total {
    color: #8A8A8A;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-align: right;
}
.modal-content .ds-cart-item-total .ds-cart-popup-total {
    color: #111517;
}
.modal-content .ds-module-quantity {
    height: 48px;
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: rgba(255, 255, 255, 0.36);
}
.modal-content .modal-body-buttons {
    padding-top: 32px;
}
.modal-content .ds-cart-item-info {
    margin-bottom: 22px;
}
.modal-content .ds-cart-item .no-btn,
.modal-content .ds-cart-item .no-btn svg {
    width: 22px;
    height: 22px;
}

.checkout-checkout .ds-page-title h1 {
    margin-bottom: 0;
}

/**/
.ds-checkout .content-block {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 26px;
}
.ds-checkout .content-block-title {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 0 26px 28px;
    margin-left: -26px;
    margin-bottom: 26px;
    width: calc(100% + 52px);
}
.ds-checkout .content-block-title svg {
    margin-right: 8px;
}

.ds-checkout .form-group > label {
    color: #111517;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.ds-checkout .form-group > label .required {
    order: 2;
    color: #EC2430;
}
.ds-checkout .form-group .form-control {
    padding: 13px 14px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 50px !important;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    height: 42px;
}
.ds-checkout .form-control::placeholder {
    color: #8A8A8A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ds-checkout .button-generate {
    height: 42px;
    font-size: 12px;
}

.ds-checkout .content-block > p {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px !important;
}

.oct-checkout-block.payment-method .form-check-item,
.oct-checkout-block.shipping-method .form-check-item {
    border-radius: 24px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 16px 18px;
}
.oct-checkout-block.payment-method .form-check-item > p,
.oct-checkout-block.shipping-method .form-check-item > p {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.shipping-method .form-check .form-check-label,
.payment-method .form-check .form-check-label {
    color: #8A8A8A !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.shipping-method .form-check .form-check-label img,
.payment-method .form-check .form-check-label img {
    width: auto !important;
    height: 22px !important;
}
.payment-method .form-check .form-check-label img {
    filter: brightness(0);
    opacity: 0.8;
}

.oct-checkout-block.payment-method .form-check-item:has(:checked),
.oct-checkout-block.shipping-method .form-check-item:has(:checked) {
    border: 1px solid #EC2430;
    background: #F8FBFD;
}
.oct-checkout-block.payment-method .form-check-item:has(:checked) .form-check .form-check-label img {
    filter: none;
    opacity: 1;
}


.ds-checkout .form-check-label {
    color: #111517;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.form-check {
    margin-left: 0;
    padding-left: 0;
}
.form-check-input {
    position: absolute;
    left: -5000px;
    opacity: 0;
}
.form-check-label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
.form-check-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 5px;
    border: 1px solid #D6D6D6 !important;
    background: #FFF !important;
    box-shadow: none !important;

    top: 50%;
    transform: translate(0, -50%);
}
.form-check-input:checked + .form-check-label::before {
    color: #fff;
    border: 1px solid #EC2430 !important;
    background: #FFF !important;
}
.form-check-input:checked + .form-check-label::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #EC2430 !important;
    left: 3px;
    top: 3px;

    top: 50%;
    transform: translate(0, -50%);
}

.alert-info {
    border-radius: 50px;
    border: 1px solid #2954AB;
    background: rgba(41, 84, 171, 0.18);
    padding: 8px 18px;
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.alert-info a {
    color: #EC2430;
    text-decoration: underline;
}
.alert-info a:hover {
    text-decoration: none;
}

.ds-checkout .ds-cart-item-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    width: 450px;
    max-width: 100%;
    margin-bottom: 8px;
}
.ds-checkout .ds-cart-item-option {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-checkout .ds-cart-item-price-total {
    color: #111517;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
.ds-checkout .ds-cart-item-price-one {
    color: #8A8A8A;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.ds-cart-modules {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    padding: 26px;
    margin-bottom: 28px;
}
.ds-cart-modules .ds-cart-column-title {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-cart-modules .ds-cart-column-text {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-bottom: none;
    margin-bottom: 18px;
}

.ds-cart-modules > .form-group > label {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.ds-cart-modules > .form-group .input-group {
    position: relative;
}
.ds-cart-modules > .form-group .input-group > .input-group-btn {
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 5;
}
.ds-cart-modules > .form-group .input-group input[type="text"] {
    height: 48px;
    padding: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ds-cart-modules > .form-group .input-group input[type="text"]::placeholder {
    color: #8A8A8A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ds-cart-modules > .form-group .input-group input[type="button"] {
    border-radius: 60px !important;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 6px 20px;
    color: #EC2430;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    height: initial;
}
.ds-cart-modules > .form-group .input-group input[type="button"]:hover {
    background: #EC2430;
    color: #fff;
}
.ds-cart-column-total-item {
    margin-bottom: 11px !important;
}
.ds-cart-column-total-item > span:first-child {
    color: #535353;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ds-cart-column-total-item-text {
    color: #111517;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#button-go {
    height: 48px;
}

/**/
.ds-last-news {
    margin-bottom: 24px;
}
.ds-last-news .ds-last-news-item-date {
    color: #D6D6D6;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 4px;
}

.ds-blog-category .ds-last-news-item .content-block.content-block {
    padding: 0;
    border: none;
    background: transparent;
}
.ds-blog-category .ds-last-news-item-date {
    color: #D6D6D6;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 4px;
}
.ds-blog-category .ds-last-news-item-title {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 24px;
}

.article-articles,
.octemplates-blog-oct_blogarticle #content > .content-block {
    padding: 0;
    border-radius: 0;
    width: 994px;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    background: transparent;
}
.article-articles .title-theme {
    margin-top: 64px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-photo {
    margin-bottom: 43px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-photo img {
    border-radius: 20px;
    margin-bottom: 23px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-photo .ds-blog-post-info-item {
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-bottom: none;
}
.octemplates-blog-oct_blogarticle .content-block  .ds-blog-post-text > p:not(.light-text),
.octemplates-blog-oct_blogarticle .ds-blog-post-text > * {
    color: #535353;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text h2 {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 14px;
    margin-top: 42px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text h3,
.octemplates-blog-oct_blogarticle .ds-blog-post-text h4,
.octemplates-blog-oct_blogarticle .ds-blog-post-text h5 {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 14px;
    margin-top: 42px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text h4,
.octemplates-blog-oct_blogarticle .ds-blog-post-text h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 24px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text > *:first-child {
    margin-top: 0;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text a {
    color: #EC2430;
    text-decoration: underline;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text a:hover {
    text-decoration: none;
}

.octemplates-blog-oct_blogarticle .ds-blog-post-text > img {
    margin: 14px 0;
    border-radius: 20px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text p > img {
    border-radius: 20px;
}

.octemplates-blog-oct_blogarticle .ds-blog-post-text ul {
    list-style-image: url('/image/catalog/ildnord/ul-marker.svg');
    margin-left: 16px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text ul li {
    padding-left: 3px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text ul li + li {
    margin-top: 6px;
}


.octemplates-blog-oct_blogarticle .ds-blog-post-text ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin-left: 16px;
}

.octemplates-blog-oct_blogarticle .ds-blog-post-text ol li {
    counter-increment: item;
    position: relative;
    padding-left: 20px;
}

.octemplates-blog-oct_blogarticle .ds-blog-post-text ol li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #EC2430;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text ol li + li {
    margin-top: 6px;
}

.octemplates-blog-oct_blogarticle .ds-blog-post-text .title-theme {
    color: #111517;
    margin-top: 42px;
}
.octemplates-blog-oct_blogarticle .ds-blog-post-text a.ds-module-title {
    color: #111517;
}

.ds-module-caption > .ds-module-price {
    margin-top: .5rem;
}

#error-not-found > .text-center {
    width: 596px;
    max-width: 100%;
    margin: 0 auto;
}
#error-not-found > .text-center h1 {
    text-align: left;
    color: #EC2430;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 4px;
    margin-top: 76px;
}
.ds-404-content-text > p:first-child {
    margin: 18px 0;
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}
.ds-404-content-text .button {
    display: inline-block;
}

#review .author-first {
    display: flex;
    width: 46px;
    height: 46px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #2954AB;
}
#review .ds-store-reviews-item-author {
    gap: 14px
}
#review .ds-product-reviews-item {
    background: transparent;
}
#review .ds-store-reviews-item-info > div:first-child {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    gap: 24px;
    margin-bottom: 8px;
}
#review .ds-store-reviews-item-info > div:first-child span {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
#review .ds-product-reviews-item-content,
#review .ds-product-reviews-item-header {
    border-bottom: none;
}
#review .ds-product-reviews-item-header {
    margin-bottom: 16px;
}
#review .ds-product-reviews-item-content {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#review .ds-product-reviews-item-additional {
    margin-top: 24px;
}
#review .ds-product-reviews-item-additional + .ds-product-reviews-item-additional {
    margin-top: 14px;
}
#review .ds-product-reviews-item-advantages p {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#review .ds-product-reviews-item-advantages-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}
#review .ds-product-reviews-item-answer {
    margin-top: 24px;
}
#review .ds-product-reviews-item-answer .ds-product-reviews-item-header {
    margin-bottom: 4px;
}
#review .ds-product-reviews-item-answer-title {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}
#review .ds-product-reviews-item-box+.ds-product-reviews-item-box {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(17, 21, 23, 0.08);
}
.review-button-wrap {
    margin-top: 16px;
    width: 100%;
}
#review.not-empty + .review-button-wrap {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(17, 21, 23, 0.08);
}
.review-button-wrap button {
    margin-top: 0;
}


#reviewModal .modal-dialog {
    width: 605px;
    max-width: 605px;
}
#popup_review_form .form-group {
    margin-bottom: 12px;
}
#popup_review_form .form-control {
    border-radius: 28px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    resize: none;
    padding: 14px 28px;
}
#popup_review_form #input-positive-text,
#popup_review_form #input-negative-text {
    height: 100px;
}
#popup_review_form #inputReviewComment {
    height: 140px;
}
#popup_review_form > .d-flex {
    padding: 28px 0;
}
#popup_review_form .modal-body-product-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 18px;
}
#popup_review_form .modal-body-product-title + .dark-text {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
}
#popup_review_form .modal-body-product-info .ds-module-rating-star+.ds-module-rating-star {
    margin-left: 4px;
}

.ds-contacts-item.content-block {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 26px;
}
.ds-contacts-item.content-block + .ds-contacts-item.content-block {
    margin-top: 16px;
}
.ds-contacts-item.content-block .ds-contacts-item-info > .d-flex,
.ds-contacts-item.content-block .ds-contacts-item-box {
    gap: 15px;
    border-bottom: none;
}
.ds-contacts-item.content-block .ds-contacts-item-info > .d-flex {
    gap: 40px
}
.ds-contacts-item.content-block .ds-contacts-item.content-block .ds-contacts-item-img img {
    border-radius: 12px;
}
.ds-contacts-item.content-block .ds-contacts-info-title {
    gap: 6px;
    display: flex;
    align-items: center;
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 14px;
}
.ds-contacts-item.content-block .ds-contacts-item-info-shedule ul {
    padding-left: 0;
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-contacts-item.content-block ul a {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-contacts-item.content-block ul a:hover {
    color: #EC2430
}
.ds-contacts-item.content-block .ds-contacts-address {
    margin-bottom: 18px;
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-contacts-item.content-block .ds-contacts-address + .overflow-hidden {
    border-radius: 12px;
    overflow: hidden;
}
.ds-contacts-item-socials {
    gap: 70px
}
.ds-contacts-item-social {
    width: initial;
    height: initial;
    display: flex;
    place-items: center;
    align-items: center;
    gap: 16px;
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-contacts-item-social:hover {
    color: #EC2430
}

.ds-contacts-column.content-block {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    padding: 36px 26px;
}
.ds-contacts-column.content-block .ds-contacts-column-text {
    border-bottom: none;
}
.ds-contacts-column.content-block .ds-contacts-column-text .dark-text {
    color: #111517;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 7px;
}
.ds-contacts-column.content-block .ds-contacts-column-text .dark-text + div {
    color: #535353;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
}
.ds-contacts-column.content-block .input-group-text+.form-control,
.ds-contacts-column.content-block .form-control {
    border-radius: 50px !important;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
}
.ds-contacts-column.content-block textarea.form-control {
    border-radius: 12px !important;
    height: 165px;
    resize: none;
}
.ds-contacts-column.content-block .input-group + .input-group,
.ds-contacts-column.content-block .input-group + .form-group {
    margin-top: 8px;
}
.ds-contacts-column.content-block .form-check {
    margin: 14px 0 20px;
}
.ds-contacts-column.content-block .form-check .form-check-label {
    color: #111517;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ds-contacts-column.content-block .form-check .form-check-label a {
    color: #EC2430;
    text-decoration: underline;
}
.ds-contacts-column.content-block .button-primary {
    width: initial;
}

/**/
.information-information-4 .ds-information {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    width: 994px;
    max-width: 100%;
    margin: 0 auto;
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.information-information-4 .ds-information > img:first-child,
.information-information-4 .ds-information > p:first-child img {
    border-radius: 20px;
    margin-bottom: 42px;
}
.information-information-4 .about-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 38px;
}
.information-information-4 .about-grid > div:nth-child(4) {
    grid-column: 1 / span 2;
}
.information-information-4 .about-grid > div {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 36px 32px;
}
.information-information-4 .about-grid > div .title {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}
.information-information-4 .about-grid > div .title + p {
    margin-top: 0;
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.information-information-4 .about-flex {
    gap: 26px;
    margin-top: 38px;
    align-items: center;
    justify-content: flex-start;
}
.information-information-4 .about-flex > img {
    width: 354px;
    border-radius: 20px;
}
.information-information-4 .about-flex .title {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 8px;
}

/**/
.b2b-banner {
    height: 460px;
    border-radius: 28px;
    margin-left: -56px;
    width: calc(100% + 112px);
    padding: 40px 90px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url("/image/catalog/ildnord/b2b/banner.jpg") no-repeat center / cover;
}
.b2b-banner > div {
    width: 698px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.b2b-banner > div h1 {
    color: #FFF;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: 69px; /* 111.29% */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.b2b-banner > div h1 + p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 34px;
}
.d-flex-2 {
    justify-content: flex-start;
    gap: 8px;
    margin: 62px 0;
}

.d-flex-2 > div {
    flex: 1 1 50%;
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 20px 42px;
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.d-flex-2 > img {
    border-radius: 20px;
}
.ds-information .h2,
.ds-information h2 {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 14px;
}

.ds-information .h3,
.ds-information h3 {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: 18px;
}

#information-b2b .ds-information {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.b2b-4-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin: 18px 0;
}
.b2b-4-grid > div {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 36px 32px;
}
.b2b-4-grid > div .title {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}
.b2b-4-grid > div .title + p {
    margin-top: 0;
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.b2b-5-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 12px 0;
}
.b2b-5-grid > div {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 24px;
}
.b2b-5-grid > div .title {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 16px;
}
.b2b-5-grid > div .title + p {
    margin-top: 0;
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

/**/
#b2b-form {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    margin-top: 82px;
    padding: 65px 74px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px
}
#b2b-form > div:first-child {
    width: calc(100% - 420px);
}
#b2b-form > div:last-child {
    width: 420px;
}
#b2b-form .title {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 12px;
}
#b2b-form .title + p {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 28px;
}
#b2b-form > div:first-child img {
    border-radius: 12px;
}
#b2b-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px
}
#b2b-form form > div {
    width: 100%;
}
#b2b-form form > div:nth-child(2),
#b2b-form form > div:nth-child(3) {
    width: calc(50% - 6px);
}
#b2b-form form .form-control {
    border-radius: 50px !important;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
}
#b2b-form form .form-check .form-check-label {
    color: #111517;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
#b2b-form form .form-check .form-check-label a {
    color: #EC2430;
    text-decoration: underline;
}

.ds-manufacturer-links {
    border-radius: 12px;
    background: #FFF;
    padding: 17px 24px;
    border: none;
}
.ds-manufacturer-links .blue-link {
    color: #535353;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
}
.ds-manufacturer-links .blue-link:hover {
    color: #EC2430;
}
.product-manufacturer .ds-manufacturer-item {
    padding: 34px;
    border: none;
}
.product-manufacturer .ds-manufacturer-item + .ds-manufacturer-item {
    margin-top: 18px;
}


.product-manufacturer .ds-manufacturer-title {
    margin-bottom: 14px;
    border-bottom: none;
    color: #8A8A8A;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
.product-manufacturer .ds-manufacturer-item-block {
    width: 194px;
    height: initial;
    display: flex;
    flex-direction: column;
}
.product-manufacturer .ds-manufacturer-item-block .content-block {
    padding: 0 15px !important;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
}
.product-manufacturer .ds-manufacturer-item-block:hover .content-block {
    border: 1px solid #EC2430;
}
.product-manufacturer .ds-manufacturer-item-block .ds-manufacturer-item-title {
    color: #111517;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-top: 10px;
    display: block;
    text-decoration: none !important;
}
.product-manufacturer .ds-manufacturer-item-block:hover .ds-manufacturer-item-title {
    color: #EC2430;
}
.ds-manufacturer-links span.active {
    background-color: transparent;
    text-decoration: none;
    color: initial !important;
}
.ds-column-categories {
    border-radius: 12px;
    padding: 18px;
    border: none;
}
.ds-column-categories-titlet {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
.ds-column-categories-item {
    padding: 0;
}
.ds-column-categories-item + .ds-column-categories-item {
    margin-top: 12px;
}
.ds-column-categories-item a {
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none !important;
}
.ds-column-categories-item a:hover {
    color: #EC2430;
}
.ds-column-categories-children.ds-categories-2 li {
    padding: 0 0 0 .5rem;
}
.ds-column-categories-children.active {
    padding-top: .5rem;
}
.ds-column-categories-toggle {
    background: transparent !important;
}

body[class*="information-information-"]:not(.information-information-7) .ds-information,
#account-return .ds-information {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    width: 994px;
    max-width: 100%;
    margin: 0 auto;
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information.content-block *:not(.light-text,.dark-text,.secondary-text,.green-text,.red-text,.required, .h2, .h3, .h4, .grey-text, .dark-grey-text),
#account-return .content-block-text *:not(.light-text,.dark-text,.secondary-text,.green-text,.red-text,.required, .h2, .h3, .h4, .grey-text, .dark-grey-text) {
    color: #111517;
}

body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information > img,
#account-return .content-block-text > img {
    border-radius: 20px;
    margin-bottom: 22px;
}
body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information h2,
#account-return .content-block-text h2 {
    margin-top: 42px;
    margin-bottom: 14px;
}
body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information > h2:first-child,
#account-return .content-block-text > h2:first-child {
    margin-top: 0;
}
body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information h3,
#account-return .content-block-text h3 {
    color: #111517;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 42px;
    margin-bottom: 14px;
}
body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information .grey-text,
#account-return .content-block-text .grey-text {
    color: #8A8A8A
}
body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information .dark-grey-text,
#account-return .content-block-text .dark-grey-text {
    color: #535353
}

#account-return .content-block-text {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.deliveries-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 38px;
}
.deliveries-grid > div {
    text-align: center;
}
.deliveries-grid > div > div {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 26px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deliveries-grid > div > p {
    color: #535353;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-top: 10px;
}

/**/
.product-compare #content .table-responsive {
    overflow-x: auto;
}
.content-block-transparent,
.product-compare #content .content-block-transparent {
    border: none;
    background: transparent;
    border-radius: 0;
}

.ds-table-compare {
    border-collapse: separate;
    border-spacing: 0;
    min-width: max-content;
    border: none !important;
    background-color: var(--ds-body-bg-color);
    border-radius: 0;
}

.ds-table-compare td:not(:first-child) {
    min-width: 345px;
    width: 345px;
    padding: 14px;
    text-align: left;
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.ds-table-compare td:first-child {
    position: sticky;
    left: 0;
    min-width: 180px;
    width: 180px;
    background-color: var(--ds-body-bg-color);
    z-index: 2;
    padding: 14px 0;
    padding-right: 4px;
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-color: transparent;
}

.ds-table-compare tr:first-child td:first-child {
    z-index: 3;
}
.ds-table-compare-img img {
    border: none;
}
.table.ds-table-compare tbody tr:hover>* {
    --bs-table-bg-state: none;
}

.table.ds-table-compare .ds-table-product-name a {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
}
.table.ds-table-compare .ds-table-product-name a:hover {
    color: #EC2430;
}
.ds-table-compare .ds-module-rating {
    padding: 0;
    background-color: transparent;
}
.ds-table-compare .ds-module-cart-btn {
    width: initial;
    height: initial;
    display: inline-flex;
    margin-bottom: 14px;
    padding: 12px 32px !important;
}
.ds-table-compare .button-default {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 50px;
    border: 1px solid #8A8A8A;
    padding: 12px 32px;
}

.return-form-wrap {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    margin-top: 82px;
    padding: 48px 67px;
    gap: 58px
}
.return-form-wrap > div {
    flex: 1 1 50%;
}
.return-form-wrap > div:first-child {
    max-width: 380px;
    width: 100%;
}
.return-form-wrap > div:first-child p.title {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 12px;
}
.return-form-wrap > div:first-child p.title + p {
    margin-bottom: 58px;
}
.return-form-wrap > div:first-child img {
    border-radius: 12px;
}

.return-form-wrap .form-control {
    border-radius: 50px !important;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
}
.return-form-wrap textarea.form-control {
    border-radius: 20px !important;
    padding: 13px 20px;
    height: 176px;
    resize: none;
}
.return-form-wrap .h3 {
    margin-top: 24px;
    margin-bottom: 14px;
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.return-form-wrap .ds-account-form > .h3 {
    margin-top: 0;
}
.return-form-wrap .ds-account-form .form-group {
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.return-form-wrap .ds-account-form .form-group .required {
    color: #EC2430;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 6px;
}
.return-form-wrap .form-check-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.return-form-wrap .form-check+.form-check {
    margin-top: 0;
}

/**/
.special-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 36px;
}
.special-offer-thumb .image {
    border-radius: 20px;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
}
.special-offer-thumb .image .item-timer {
    position: absolute;
    right: 26px;
    bottom: 26px;
    display: flex;
    gap: 2px
}
.special-offer-thumb .image .item-timer > div {
    display: flex;
    width: 80px;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: #111517;
}
.special-offer-thumb .image .item-timer > div b {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.special-offer-thumb .image .item-timer > div span {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: lowercase;
}
.special-offer-thumb .caption {
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px
}
.special-offer-thumb .caption > div a {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.special-offer-thumb .caption > div p {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 0;
}

/**/
.special-offer-info-description {
    gap: 26px
}
.special-offer-info-description > div:first-child {
    width: 326px;
    min-width: 326px;
}
.special-offer-info-description > div:first-child img {
    border-radius: 20px;
}
.special-offer-info-description > div:first-child .special_offer_timer > span {
    display: block;
    text-align: center;
    margin: 8px 0;
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.special-offer-info-description > div:last-child {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.special-offer-info-description .item-timer {
    display: flex;
    gap: 2px
}
.special-offer-info-description .item-timer > div {
    display: flex;
    width: 80px;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: #111517;
}
.special-offer-info-description .item-timer > div b {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.special-offer-info-description .item-timer > div span {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: lowercase;
}

.ds-dropdown-inner {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    box-shadow: none;
    margin-top: 10px;
    min-width: 268px;
}

/**/
.dealers-region {
    margin-top: 82px;
}
.dealers-region .dealers-region-title {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 16px;
}
.dealers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.dealers-grid .dealers-item {
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    gap: 24px
}
.dealers-grid .dealers-item img {
    width: 204px;
    height: 242px;
    border-radius: 4px;
}
.dealers-grid .dealers-item .dealers-item-info {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    flex: 1;
}
.dealers-grid .dealers-item .dealers-item-info .dealers-item-title {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 24px;
}
.dealers-grid .dealers-item .dealers-item-info > div {
    gap: 10px
}
.dealers-grid .dealers-item .dealers-item-info > div svg {
    position: relative;
    top: 3px;
}
.dealers-grid .dealers-item .dealers-item-info > div + div {
    margin-top: 18px;
}
.dealers-grid .dealers-item .dealers-item-info > div.dealers-item-address a {
    color: #EC2430;
}
.dealers-grid .dealers-item .dealers-item-info > div.dealers-item-open span,
.dealers-grid .dealers-item .dealers-item-info > div.dealers-item-telephone span {
    display: flex;
    flex-direction: column;
    gap: 6px
}

#dealers-map{
    width: 100%;
    height: 450px;
    background: #e5e5e5;
    border-radius: 24px;
}
.gm-style-iw-chr {
    position: absolute;
    right: 0;
    top: 0;
}
.gm-style .gm-style-iw-c {
    padding: 10px 40px 10px 10px !important;
    color: #111517;
    width: 190px;
}

.dealers-dropdown {
    border-radius: 24px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 27px 42px;
    gap: 24px;
    margin-bottom: 12px;
    align-items: center;
}
.dealers-dropdown > span {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.dealers-dropdown .ds-dropdown-box {
    width: 520px;
}
.dealers-dropdown .ds-dropdown-box .ds-dropdown-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 13px 18px;
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    color: rgba(17, 21, 23, 0.24);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.dealers-dropdown .ds-dropdown {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.dealers-dropdown .ds-dropdown .cities-region-title {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.dealers-dropdown .ds-dropdown .ds-dropdown-inner > div + div {
    margin-top: 16px;
}

.dealers-dropdown .ds-dropdown .ds-dropdown-inner > div {
    display: flex;
    flex-direction: column;
}
.dealers-dropdown .ds-dropdown .ds-dropdown-inner a {
    color: #111517;
}
.dealers-dropdown .ds-dropdown .ds-dropdown-inner a:hover {
    color: #EC2430
}

/**/
.search-wrapper .dropdown-menu {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    box-shadow: none;
    padding: 6px 24px 18px;
    min-width: 540px !important;
}
.search-suggestion {
    gap: 20px;
}
.search-suggestion .model {
    color: #8A8A8A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.search-suggestion .stock {
    color: #EC2430;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    right: 2px;
    top: 27px
}
.search-suggestion .stock.in-stock {
    color: #20AA27;
}
.search-suggestion .image {
    min-width: 88px;
    max-width: 88px;
}
.search-suggestion .name {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0 !important;
}
.search-suggestion .price {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.search-wrapper .dropdown-menu > li > a,
.search-wrapper .dropdown-menu li.disabled {
    padding: 28px 0;
    position: relative;
}
.search-wrapper .dropdown-menu > li.more > a {
    padding-bottom: 0 !important;
    padding-top: 12px !important;
}
.search-suggestion .center {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
}
.search-wrapper .dropdown-menu li + li {
    border-top: 1px solid rgba(17, 21, 23, 0.08);
}
.search-wrapper .dropdown-menu > li.more .d-flex {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.search-wrapper .dropdown-menu > li.more .d-flex > div:first-child {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}
.search-wrapper .dropdown-menu > li.more .d-flex > div:first-child span {
    color: #8A8A8A;
}

.ds-product-search.content-block {
    padding: 24px;
}
.ds-product-search.content-block #input-search {
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    margin-bottom: 12px;
}
.ds-product-search.content-block .ds-product-search-title {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
}
.ds-product-search.content-block #button-search {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 6px 20px;
    border-radius: 50px;
}

/**/
.ds-dealer-description-text {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-dealer-description-text .d-grid + .d-grid {
    margin-top: 8px;
}
.ds-dealer-description-text *:not(.d-grid) + .d-grid,
.ds-dealer-description-text .d-grid + *:not(.d-grid) {
    margin-top: 82px;
}
.ds-dealer-description-text h2,
.ds-dealer-description-text h3,
.ds-dealer-description-text h4 {
    color: #111517;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 14px;
}
.ds-dealer-description-text h3 {
    font-size: 32px;
}
.ds-dealer-description-text h4 {
    font-size: 24px;
}
.ds-dealer-description-text .d-grid > div > img{
    object-fit: cover;
    height: 100%;
    min-height: 445px;
    max-width: 100%;
    border-radius: 20px;
}

.ds-dealer-popular .mt-theme {
    margin-top: 20px;
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

.ds-category-wall {
    display: flex;
}
.ds-category-wall-item .content-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}
.ds-category-wall-title {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.ds-category-wall-item img {
    border-radius: none;
    filter: grayscale(1);
}
.ds-category-wall-item:hover .ds-category-wall-title {
    color: #EC2430
}
.ds-category-wall-item:hover img {
    filter: none
}

.input-group-text+.form-control {
    border-radius: 50px !important;
}
#loginModal .form-control,
#callbackModal .form-control {
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
}
#loginModal .input-group-text:after,
#callbackModal .input-group-text:after {
    background-color: rgba(17, 21, 23, 0.08);
}
#loginModal .blue-link,
#callbackModall .blue-link {
    color: #EC2430;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

#inputPurchaseComment,
#inputCallbackComment {
    border-radius: 12px !important;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    height: 136px;
    resize: none
}
#quickOrderModal .modal-dialog,
#octStockNotifier .modal-dialog {
    max-width: 937px;
}
#quickOrderModal .notice-block,
#octStockNotifier .notice-block {
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #F8FBFD;
    margin-top: 24px;
    padding: 24px;
    color: #535353 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
#quickOrderModal .notice-block .dark-text {
    color: #535353 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
#quickOrderModal .modal-body-product-img,
#octStockNotifier .modal-body-product-img {
    width: 88px !important;
    height: 88px !important;
    flex: 0 0 88px !important;
}
#quickOrderModal .modal-body-product-img img,
#octStockNotifier .modal-body-product-img img {
    width: 88px;
}
#quickOrderModal .modal-body-product-title,
#octStockNotifier .modal-body-product-title {
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
#quickOrderModal .ds-price-old,
#octStockNotifier .ds-price-old {
    margin-top: 13px;
}
#quickOrderModal .ds-price-new,
#octStockNotifier .ds-price-new {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-top: 13px;
}
#quickOrderModal .d-flex + .ds-price-new,
#octStockNotifier .d-flex + .ds-price-new {
    margin-top: 0;
}

#quickOrderModal .ds-module-quantity {
    margin-top: 13px;
}
#quickOrderModal .modal-content .ds-module-quantity {
    height: 40px;
    width: 112px;
}
#quickOrderModal .form-check-label a,
#octStockNotifier .form-check-label a,
#callbackModal .form-check-label a {
    color: #EC2430
}
#quickOrderModal .modal-body-inputs > *,
#octStockNotifier .modal-body-inputs > * {
    margin-top: 8px;
}
#quickOrderModal .modal-body-inputs > div:first-child,
#quickOrderModal .modal-body-inputs > .form-check,
#octStockNotifier .modal-body-inputs > div:first-child,
#octStockNotifier .modal-body-inputs > .form-check {
    margin-top: 14px;
}

#quickViewModal .ds-product-main-content {
    border: none;
    padding: 24px 0 0 !important;
}

#loginModal .tab-pane,
#forgottenModal .tab-pane,
#registrationModal .tab-pane,
#loginModal .tab-pane form,
#forgottenModal .tab-pane form,
#registrationModal .tab-pane form,
#callbackModal form,
#callbackModal #call-main-block {
    display: flex;
    flex-direction: column;
    gap: 16px
}
#loginModal .tab-pane > *:first-child,
#forgottenModal .tab-pane > *:first-child,
#registrationModal .tab-pane > *:first-child {
    margin-top: 32px;
    margin-bottom: 0;
}
#loginModal .tab-pane .description,
#forgottenModal .tab-pane .description,
#callbackModal .description {
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

#registrationModal .control-label {
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
}
#registrationModal .control-label span {
    color: #EC2430;
}
#registrationModal .form-control,
#callbackModal .form-control {
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
}
#registrationModal .form-group {
    position: relative;
}
#registrationModal .pass-show {
    position: absolute;
    right: 14px;
    top: 38px;
    cursor: pointer;
}
.generate-pass-link {
    color: #EC2430;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
}
.generate-pass-link:hover {
    text-decoration: none;
    color: #EC2430;
}

.ds-checkout .content-block.new_address {
    border-radius: 0;
    border: none;
    margin-top: 0 !important;
    padding: 0 !important;
}

.ds-checkout .form-group {
    position: relative;
}
.ds-checkout .dropdown-address {
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    box-shadow: none;
    width: 100%;
    font-size: 12px;
}
.ds-checkout .dropdown-address li a {
    padding: 7px 12px;
}
.ds-checkout .dropdown-address::-webkit-scrollbar {
    width: 4px;
}
.ds-checkout .dropdown-address::-webkit-scrollbar-track {
    background: #f7f7f7;
}
.ds-checkout .dropdown-address::-webkit-scrollbar-thumb {
    background-color: #EC2430;
    border-radius: 20px;
}
.ds-checkout label[for="address_id"] {
    color: #111517;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.ds-checkout .form-select {
    background-image: url(/catalog/view/theme/oct_deals/images/select-arrow.svg) !important;
    background-position: right 1rem center !important;
    background-size: .625rem !important;
    background-repeat: no-repeat !important;
}

/**/
.ds-header-user-logged {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px
}
.ds-header-user-logged a {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-header-user-logged > a:last-child,
.ds-header-user-logged a:hover {
    color: #EC2430;
}
header .ds-dropdown-box .ds-dropdown-toggle .button-icon,
header .ds-dropdown-box .ds-dropdown-toggle path,
header .ds-dropdown-box .ds-dropdown-toggle > span {
    transition: all linear 0.1s !important;
}
header .ds-dropdown-box.active .ds-dropdown-toggle .button-icon {
    background: #EC2430 !important;
}
header .ds-dropdown-box.active .ds-dropdown-toggle path {
    fill: #EC2430 !important;
    stroke: #EC2430 !important;
}
header .ds-dropdown-box.active .ds-dropdown-toggle > span {
    color: #EC2430 !important;
}

/**/
.account-row {
    align-items: flex-start;
}
.account-page #column-left {
    width: 250px;
    margin-right: 30px;
    position: sticky;
    top: 150px;
}
.account-page #column-left .acc-menu span {
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.account-page #column-left .acc-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.account-page #column-left .acc-menu li a {
    color: #8A8A8A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.account-page #column-left .acc-menu li + li {
    margin-top: 12px;
}
.account-page #column-left .acc-menu li.current a {
    color: #EC2430;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.account-page #content {
    width: 100%;
    border-radius: 0;
}
.account-page #column-left + #content {
    width: calc(100% - 280px);
}
.account-top-title {
    display: flex;
    gap: 8px;
    color: #111517;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    align-items: center;
}
.account-page #content .content-block {
    border-radius: 24px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 34px;
}
.account-page #content .content-block + .content-block {
    margin-top: 18px;
}

.account-page .text-empty {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    color: #A0A1AA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    flex-direction: column;
    gap: 24px;
}

.edit-wrap + .edit-wrap {
    margin-top: 58px;
}
.edit-wrap .title {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 44px;
}
.edit-wrap .form-horizontal .control-label {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}
.edit-wrap div.required .control-label:before {
    display: none;
}
.edit-wrap div.required .control-label:after {
    content: ' *';
    color: #EC2430;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.edit-wrap fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
    padding: 0;
}
.edit-wrap .address-line + .d-flex,
.edit-wrap fieldset + .buttons {
    margin-top: 44px;
}
.edit-wrap .form-control {
    border-radius: 50px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
}
.edit-wrap .address-line {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.edit-wrap .address-line + .address-line {
    margin-top: 24px;
}
.edit-wrap .address-line > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 14px;
    text-align: right;
    color: #EC2430;
}

#account-wishlist #content .content-block + .content-block {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}
#account-wishlist .ds-module-item .content-block {
    padding: 10px 14px;
}
#account-wishlist .row.ds-category-products {
    margin-left: -4px;
    margin-right: -4px;
}
#account-wishlist .row.ds-category-products > * {
    padding-right: 4px;
    padding-left: 4px;
}

/**/
.ds-order-item + .ds-order-item {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(17, 21, 23, 0.08);
}
.ds-order-item {
    gap: 34px;
    justify-content: space-between;
}
.ds-order-item-col-2 {
    width: 150px;
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.ds-order-item-col-2 div {
    border-radius: 50px;
    background: rgba(41, 84, 171, 0.18);
    padding: 4px 8px;
    margin-top: 13px;
    white-space: nowrap;
}
.ds-order-item-col-2 div.status-id-7,
.ds-order-item-col-2 div.status-id-9,
.ds-order-item-col-2 div.status-id-10,
.ds-order-item-col-2 div.status-id-14,
.ds-order-item-col-2 div.status-id-16 {
    background: #EC2430;
    color: #fff
}
.ds-order-item-col-2 div.status-id-5 {
    background: #20AA27;
    color: #fff
}
.ds-order-item-col-3 {
    width: 200px;
    text-align: right;
    color: #111517;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

.ds-order-item-product + .ds-order-item-product {
    margin-top: 24px;
}
.ds-order-item-product > div:first-child {
    width: 72px;
    margin-right: 12px;
}
.ds-order-item-product > div:last-child a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}
.ds-order-item-product > div:last-child a + p {
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
}
.ds-order-item-product > div:last-child a + p + p {
    color: #111517;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
}

/**/
.button-icon-menu {
    -webkit-mask-image: url('/image/catalog/ildnord/icons/burger.svg');
    mask-image: url('/image/catalog/ildnord/icons/burger.svg');
    height: 13px;
    width: 15px;
}

.ds-slideshow .swiper-pagination {
    padding: 0;
    background: transparent;
    bottom: 18px;
}
.ds-slideshow .swiper-pagination-bullet {
    background: #fff !important;
}
.ds-slideshow .swiper-pagination-bullet-active {
    background: #EC2430 !important;
}

.ds-slideshow .ds-slideshow-item > div:after {
    content: '';
    background: linear-gradient(229deg, rgba(17, 21, 23, 0.00) 0%, #111517 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ds-slideshow .ds-slideshow-item > div > div {
    z-index: 2;
}
.fancybox-image {
    background-color: #fff;
}

#ds_sidebar_viewed .ds-sidebar-content .title-theme {
    margin-top: 0;
}
.ds-module-img .ds-module-stickers {
    padding-right: 30px;
    gap: 2px;
    margin-left: -8px;
    margin-top: -1px;
}
.ds-module-sticker {
    padding: 5px 6px;
}

.modal-body-cart .ds-cart-recommended-products .content-block,
.ds-product-bought-together-item {
    padding: 20px 16px;
}

.ds-product-bought-together .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D6D6D6 !important;
    transform: none !important;
}
.ds-product-bought-together .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #D6D6D6 !important;
    border: 3px solid #EC2430;
}

#product .hpm-block-prd {
    margin-bottom: 18px;
    border-radius: 20px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #FFF;
    padding: 20px;
}
#product .hpm-block-prd h4 {
    margin-bottom: 6px;
    margin-top: 0;
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#product .hpm-block-prd .img-resp {
    width: 40px;
    height: 40px;
}
#product .hpm-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px
}
#product a.hpm-button,
#product span.hpm-button {
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
    cursor: pointer;
    transition: all 200ms;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #8A8A8A;
    background: #FFF;
    padding: 0;
    color: #8A8A8A;
}
#product a.hpm-button.active,
#product span.hpm-button.active {
    color: #EC2430;
    border: 1px solid #EC2430;
}
#product .column-image a.hpm-button,
#product .column-image span.hpm-button {
    background-color: white;
    padding: 4px;
}
#product .dropdown-select .btn {
    opacity: 1;
    overflow: hidden;
    margin-right: 4px;
    margin-top: 4px;
    cursor: pointer;
    transition: all 200ms;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 50px;
    border: 1px solid #8A8A8A;
    background: #FFF;
    padding: 8px 16px;
    color: #8A8A8A;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ds-cart-recommended-products .button.button-default {
    width: 34px;
    height: 34px;
    padding: 8px !important;
}

.ds-checkout .oct-checkout-block.order-5 .ds-cart-column-title {
    color: #111517;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ds-checkout .oct-checkout-block.order-5 .form-group textarea.form-control {
    border-radius: 12px !important;
    height: 165px;
    resize: none;
}

.ds-subcategories {
    margin-left: 0;
}
.ds-subcategories .swiper-slide {
    width: auto;
    max-width: initial;
}
.ds-subcategories .content-block {
    display: flex;
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid #8A8A8A;
    padding: 12px 14px;
    text-decoration: none !important;
}
.ds-subcategories .content-block:hover {
    border: 1px solid rgb(236, 36, 48);
}
.ds-subcategories-title {
    white-space: nowrap;
    color: #8A8A8A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none !important;
}
.ds-subcategories .content-block:hover .ds-subcategories-title {
    color: rgb(236, 36, 48);
}
.ds-subcategories-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ds-subcategories-prev,
.ds-subcategories-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid #8A8A8A;
    background: rgba(255, 255, 255, 0.36);
}
.ds-subcategories-prev.swiper-button-disabled,
.ds-subcategories-next.swiper-button-disabled {
    opacity: 0.3;
}
.ds-subcategories .swiper-wrapper {
    justify-content: flex-start;
}

.ds-column-products .swiper-wrapper .ds-module-item {
    flex: none;
}
.swiper-button-lock {
    display: none !important;
}

.ds-footer-item-icon {
    color: #fff !important;
    transition: all ease-out 0.3s;
}
.ds-footer-socials > ul li a:hover .ds-footer-item-icon {
    color: #EC2430 !important;
}

@media (min-width: 768px) {
    .ds-header-search .form-control {
        padding: .5rem 1rem;
    }
    .ds-breadcrumb {
        padding: 26px 0 32px;
    }
    .ds-category-wall-item .content-block {
        border-radius: 12px;
        border: 1px solid rgba(17, 21, 23, 0.08);
        background: #FFF;
        padding: 26px 30px;
    }
}

@media (min-width: 992px) {
    .ds-product-images {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 1rem);
        flex: 0 0 calc(55% - 1rem);
        max-width: calc(55% - 1rem);
    }
    .ds-product-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - .5rem);
        flex: 0 0 calc(45% - .5rem);
        max-width: calc(45% - .5rem);
    }

    .ds-blog-category .ds-last-news-item {
        width: 50%;
    }
    .octemplates-blog-oct_blogarticle .ds-last-news-item {
        width: 33.33%;
    }
    .ds-category-wall-item {
        width: 20%;
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (min-width: 1200px) {
    .mode-1200 {
        display: none !important;
    }
    .ds-menu-maincategories-item > span.red-text > a,
    .ds-menu-maincategories-item:hover > span > a {
        color: #EC2430;
    }
    .ds-menu-maincategories-item > span.red-text > img,
    .ds-menu-maincategories-item:hover > span > img {
        filter: none
    }
    .ds-menu-maincategories-item > .menu-chevron-icon {
        display: none;
    }

    #productImages > .sticky-md-top {
        top: 184px !important;
    }
    .ds-header-catalog-button {
        display: none !important;
    }
    .ds-header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ds-menu-maincategories-desktop-box .ds-menu-maincategories::after,
    .ds-menu-maincategories:before,
    .ds-menu-maincategories:after {
        content: '';
        position: relative;
        width: 0;
        top: 0;
    }
    .ds-header.with-categories-menu .ds-menu-maincategories-desktop-box {
        height: 52px;
    }
    .ds-advantages-item {
        width: 20%;
    }

    body[class*="product-manufacturer-info"] #column-right,
    #column-left {
        width: 280px;
    }
    body[class*="product-manufacturer-info"] #content,
    #column-left + #content {
        width: calc(100% - 280px);
    }
    .ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
        flex: 0 0 245px;
        max-width: 245px;
    }
    .ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children-item img {
        height: auto;
    }
    .ds-megamenu-children-title {
        padding-bottom: 0;
        border: none !important;
    }
    .ds-megamenu-children-title > span {
        border: none !important;
        padding: 22px;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    #logo {
        max-width: 210px;
    }

    .ds-blog-post-text .ds-module-item:not(.product-layout) {
        width: 25%;
    }

}

@media (min-width: 1600px) {
    body[data-width=medium] .container, body[data-width=medium] .container-fluid, body[data-width=medium] .container-lg, body[data-width=medium] .container-md, body[data-width=medium] .container-sm, body[data-width=medium] .container-xl {
        max-width: 1290px !important;
    }
}

@media (max-width: 1439.98px) {
    #common-home > .ds-slideshow:first-child {
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media (max-width: 1199.98px) {
    #common-home > .ds-slideshow:first-child {
        margin-left: 0px;
        margin-right: 0px;
    }
    .mode-1980 {
        display: none !important;
    }
    .ds-megamenu-children:not(.ds-megamenu-children-manufacturers) {
        padding: 0 !important;
    }
    .ds-megamenu-children:not(.ds-megamenu-children-manufacturers) .ds-megamenu-children {
        padding: 0 !important;
    }
    .ds-megamenu-children:not(.ds-megamenu-children-manufacturers) .ds-megamenu-children-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
        flex: 0 0 245px;
        max-width: 245px;
    }
    .ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown .ds-megamenu-children-item img {
        height: auto;
    }
    .ds-megamenu-children-title {
        padding-bottom: 0;
        border: none !important;
        position: relative;
    }
    .ds-megamenu-children-title:after {
        content: '';
        background: linear-gradient(229deg, rgba(17, 21, 23, 0.00) 0%, #111517 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .ds-megamenu-children-title > img {
        height: 72px;
        object-fit: cover;
        width: 100%;
    }
    .ds-megamenu-children-title > span {
        border: none !important;
        padding: 12px 16px;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .ds-advantages-item {
        margin-bottom: 12px;
    }

    .ds-footer-top .ds-footer-info {
        margin-left: 32px;
    }
    .ds-footer-phones-shedule .ds-footer-item > ul {
        justify-content: flex-start;
        gap: 10px;
    }
    .ds-advantages-item .content-block {
        gap: 10px;
    }
    #logo {
        max-width: 120px;
    }

    #column-left:not(.display-column) {
        display: block !important;
        position: fixed;
        left: -460px;
        top: 0;
        right: initial;
        background: #fff;
        width: 450px;
        height: 100vh;
        overflow: auto;
        transition: all linear 0.25s !important;
        margin: 0 !important;
        padding-top: 20px;
    }
    #column-left:not(.display-column).active {
        left: 0;
        z-index: 100000 !important;
    }
    .close-filter-btn {
        position: absolute;
        right: 12px;
    }
    .ocf-footer {
        display: block !important;
    }
    .ocf-footer .ocf-between {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .ocf-footer .ocf-btn-block {
        border-radius: 50px;
    }
    .ocf-footer .ocf-btn-block:not(.ocf-disabled) {
        border-color: #EC2430;
        background: #EC2430 !important;
        color: #fff !important;
    }
    .ocf-popover {
        display: none !important;
    }
    .button.button-light {
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .ds-header-search-button {
        right: .5rem;
    }
    .ds-product-main {
        padding-top: 20px;
    }
    .product-sticky-wrap .col-xl-9 {
        width: 100%;
    }

    .ds-menu-catalog-items > li > span.red-text > a {
        color: #EC2430;
    }
    .ds-menu-catalog-items > li > span.red-text > img {
        filter: none;
    }

    .ds-menu-maincategories-item {
        letter-spacing: 0;
        padding-top: 16px !important;
        padding-bottom: 0px !important;
        border: none !important;
    }
    .ds-megamenu-children:not(.ds-megamenu-children-manufacturers) {
        gap: 4px;
    }

    .ds-menu-catalog-inner .ds-header-language {
        margin: 44px 16px 0;
    }

    .ds-header-right .ds-header-language {
        position: absolute !important;
        left: -5000px !important;
        opacity: 0;
    }
    .ds-header-cart-button {
        margin-right: 0 !important;
    }

    .ds-product-images-main .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #D6D6D6 !important;
        transform: none !important;
    }
    .ds-product-images-main .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #D6D6D6 !important;
        border: 3px solid #EC2430;
    }

    .ds-contacts-item-img img {
        width: 154px;
        border-radius: 12px;
    }

    #ds_sidebar_viewed .title-theme {
        margin-top: 0 !important;
    }

    .account-page #column-left {
        position: relative !important;
        left: 0;
        width: 100%;
        height: initial;
        background: transparent;
        margin-bottom: 24px !important;
        padding-top: 0 !important;
    }
    .account-page #column-left ul {
        display: flex;
        gap: 24px
    }
    .account-page #column-left ul > li:first-child {
        display: none;
    }
    .account-page #column-left + #content {
        width: 100%;
    }

    .d-flex-2 > img {
        max-width: 50%;
    }

}

@media (max-width: 991.98px) {
    .fsz-18 {
        font-size: 16px !important;
    }
    .fsz-16 {
        font-size: 14px !important;
    }
    .fsz-14 {
        font-size: 12px !important;
    }
    .content-block {
        border-radius: 15px;
        padding: 24px 20px;
    }
    .button.button-primary,
    .button.button-default {
        padding: .5rem 1.5rem;
        font-size: 14px;
        line-height: 1.5rem;
    }
    .mt-theme {
        margin-top: 36px;
    }
    .title-theme {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .ds-header-right .ds-dropdown-box.ds-header-mobile-btn {
        display: none !important;
    }
    .ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item {
        border-radius: 15px !important;
    }
    .ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 38px;
        margin-bottom: 6px;
    }
    .ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .ds-slideshow-items:not(.ds-slideshow-items-vertical) .ds-slideshow-item-horizontal {
        left: 20px;
        width: 100%;
        max-width: calc(100% - 40px);
        top: 50%;
    }

    .ds-bannerplus-box > .d-flex {
        bottom: 22px;
        left: 34px;
    }
    .ds-bannerplus-box > .d-flex .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .d-grid.colums-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
    .d-flex.d-flex-2 {
        flex-direction: column;
    }
    .d-grid.colums-2 > div:first-child,
    .d-flex.d-flex-2> div:first-child {
        order: 2;
    }
    .d-grid.colums-2 + .d-grid.colums-2 > div:first-child {
        order: -1;
    }
    .d-grid.colums-2 + .d-grid.colums-2 + .d-grid.colums-2 > div:first-child {
        order: 2;
    }
    .d-grid.colums-2 + .d-grid.colums-2 + .d-grid.colums-2 + .d-grid.colums-2 > div:first-child {
        order: -1;
    }

    .d-flex-2 > div {
        border-radius: 15px;
        padding: 24px 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .html-module .d-grid > div > img {
        width: 100%;
        border-radius: 15px;
    }

    .html-module h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 38px;
        margin-bottom: 8px;
    }
    .ds-advantages-item .content-block {
        border-radius: 15px;
    }
    .ds-bannerplus-box > img {
        border-radius: 15px;
    }
    .ds-last-news-item {
        width: 50%;
    }

    .ds-footer-top {
        padding: 0;
    }
    .ds-footer-top > div {
        width: 100% !important;
        padding: 32px 24px;
    }
    .ds-footer-top .ds-footer-links {
        justify-content: space-between;
    }
    .ds-footer-subscribe {
        padding: 0 !important;
        order: -1;
    }
    #subscribeContainer {
        position: relative;
        width: 100%;
    }

    .ds-footer-contacts > div {
        width: 100% !important;
    }

    .ds-mobile-bottom-nav {
        justify-content: center !important;
        gap: 44px;
        border-radius: 10px 10px 0 0;
        border-top: 1px solid rgba(17, 21, 23, 0.08);
        border-right: 1px solid rgba(17, 21, 23, 0.08);
        border-left: 1px solid rgba(17, 21, 23, 0.08);
        background: #FFF;
        box-shadow: 0 3px 21.7px 1px rgba(0, 0, 0, 0.25);
        padding: 9px !important;
        min-height: 36px;
    }
    .ds-mobile-bottom-nav-item {
        width: 20px;
        height: 20px;
    }

    .ds-mobile-bottom-nav-item-badge {
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        height: 14px;
        min-width: 14px;
        background: #F8FBFD !important;
        color: #111517 !important;
        top: 0;
        right: -.35rem;
        padding: 0;
    }
    .ds-mobile-bottom-nav-item-icon-viewed {
        width: 18px;
        height: 18px;
        -webkit-mask-image: url(/image/catalog/ildnord/menu/mob/icon-show.svg);
        mask-image: url(/image/catalog/ildnord/menu/mob/icon-show.svg);
        background: #111517;
    }
    .ds-mobile-bottom-nav-item-icon-wishlist {
        width: 18px;
        height: 18px;
        -webkit-mask-image: url(/image/catalog/ildnord/menu/mob/icon-star.svg);
        mask-image: url(/image/catalog/ildnord/menu/mob/icon-star.svg);
        background: #111517;
    }
    .ds-mobile-bottom-nav-item-icon-compare {
        width: 18px;
        height: 18px;
        -webkit-mask-image: url(/image/catalog/ildnord/menu/mob/icon-compare.svg);
        mask-image: url(/image/catalog/ildnord/menu/mob/icon-compare.svg);
        background: #111517;
    }
    .ds-mobile-bottom-nav-item-icon-contacts {
        width: 18px;
        height: 18px;
        -webkit-mask-image: url(/image/catalog/ildnord/menu/mob/icon-msg.svg);
        mask-image: url(/image/catalog/ildnord/menu/mob/icon-msg.svg);
        background: #111517;
    }
    .ds-mobile-bottom-nav-item-icon-call {
        width: 18px;
        height: 18px;
        -webkit-mask-image: url(/image/catalog/ildnord/menu/mob/icon-call.svg);
        mask-image: url(/image/catalog/ildnord/menu/mob/icon-call.svg);
        background: #111517;
    }

    .ds-breadcrumb {
        padding: 12px 0 16px;
    }
    .ds-page-title h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .ds-page-title {
        padding-bottom: 0 !important;
    }
    .ds-product-tabs-item.active,
    .ds-product-tabs-item {
        padding: 8px 18px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .ds-product-main-buttons .ds-product-main-cart-button {
        height: 42px;
    }
    .ds-module-quantity .form-control {
        font-size: 16px;
    }
    .ds-product-advantages-item-title,
    .ds-product-manufacturer a,
    .ds-product-manufacturer,
    .ds-product-info-line .ds-product-model,
    .ds-product-info-line .ds-product-main-stock {
        font-size: 14px;
        line-height: 20px;
    }

    .ds-product-advantages-item .flex-column {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        gap: 2px
    }
    .ds-product-main-price .ds-price-new {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    .ds-product-tab-content-title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    #review .ds-store-reviews-item-info > div:first-child span {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    #review .ds-store-reviews-item-info > div:first-child {
        align-items: center;
    }
    .ds-product-attributes-item>:first-child,
    .ds-product-attributes-item>:last-child {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .ds-product-attributes-item>:last-child {
        width: 50%;
    }

    #quickOrderModal .modal-dialog,
    #octStockNotifier .modal-dialog {
        max-width: 96%;
    }
    .modal-content {
        border-radius: 22px;
        padding: 20px 20px !important;
    }
    .modal-content .modal-header {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding: 0 20px 20px;
    }

    body[class*="information-information-"]:not(.information-information-7) .ds-information, #account-return .ds-information {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .information-information-4 .about-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
        margin-top: 28px;
    }
    .information-information-4 .about-grid > div:nth-child(4) {
        order: 2
    }

    .information-information-4 .about-flex .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .information-contact main .ds-contacts {
        flex-direction: column-reverse;
    }

    .ds-contacts-item.content-block {
        padding: 16px;
    }
    .ds-contacts-item.content-block .ds-contacts-item-info > .d-flex {
        gap: 18px;
        flex-direction: column;
    }
    .ds-contacts-item.content-block .ds-contacts-info-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .special-offer-info-description > div:last-child,
    .ds-contacts-item.content-block .ds-contacts-address {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .ds-information .h2,
    .ds-information h2 {
        color: #111517;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    body[class*="information-information-"]:not(.information-information-7, .information-information-4) .ds-information h2, #account-return .content-block-text h2 {
        margin-top: 28px;
        margin-bottom: 10px;
    }
    .deliveries-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-top: 14px;
    }
    .deliveries-grid > div > p {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .deliveries-grid > div img {
        height: 45px;
        width: auto;
    }

    .return-form-wrap {
        padding: 20px;
    }

    .ds-last-news-item-info .ds-last-news-item-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    .ds-blog-category .ds-last-news-item-date {
        font-size: 10px;
    }
    .octemplates-blog-oct_blogarticle .ds-blog-post-photo {
        margin-bottom: 28px;
    }
    .octemplates-blog-oct_blogarticle .ds-blog-post-text h2 {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    .octemplates-blog-oct_blogarticle .ds-blog-post-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .dealers-dropdown {
        padding: 22px 16px;
    }
    .dealers-dropdown > span {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .dealers-dropdown .ds-dropdown-box {
        width: 400px;
    }
    .dealers-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .dealers-region .dealers-region-title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    .dealers-region {
        margin-top: 36px;
    }
    #dealers-map {
        width: 100%;
        height: 350px;
    }
    .dealers-grid .dealers-item {
        padding: 26px;
    }
    .dealers-grid .dealers-item .dealers-item-info .dealers-item-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .faq-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .modal-content .ds-cart-item-option,
    .sp-seo-faq .faq-text,
    .faq-text,
    .dealers-grid .dealers-item .dealers-item-info {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .ds-category-wall {
        flex-wrap: wrap;
        gap: 8px
    }
    .ds-category-wall-item {
        width: calc(50% - 4px);
    }
    .popular-block td {
        padding: 12px 14px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .popular-block td.text-right {
        white-space: nowrap;
    }
    .modal-content .ds-cart-item-price-total {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    .modal-content .ds-cart-item-title,
    .modal-content .ds-cart-item-total {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    .modal-content .modal-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }

    .checkout-checkout .ds-page-title h1 {
        margin-bottom: 10px;
    }

    #oct-shipping-block,
    #oct-payment-block {
        width: 100%;
    }

    .account-page #content .content-block {
        border-radius: 12px;
        padding: 23px 16px;
    }
    .edit-wrap .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .edit-wrap fieldset {
        gap: 20px;
    }
    .edit-wrap .form-horizontal .control-label {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .account-page #column-left .acc-menu li.current a,
    .account-page #column-left .acc-menu li a {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .ds-order-item-col-3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        width: 200px;
    }
    .ds-order-item-product > div:last-child a + p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .ds-order-item-product > div:last-child a {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 5px;
        display: block;
    }
    .ds-order-item-product img {
        min-width: 74px;
        max-width: 74px;
    }
    .ds-order-item-col-2 {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }

    body {
        padding-bottom: 40px;
    }
    .article-articles .title-theme {
        margin-top: 36px;
    }
    .d-flex-2 > img {
        max-width: 100%;
    }
    .b2b-4-grid,
    .b2b-5-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .b2b-4-grid > div,
    .b2b-5-grid > div {
        padding: 16px 14px;
    }
    #b2b-form {
        padding: 20px;
        border-radius: 6px;
        margin-top: 36px;
    }
    #information-b2b .ds-information {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    #b2b-form .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    #b2b-form .title + p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .dealers-dropdown .ds-dropdown-box {
        position: relative;
    }

    .ds-dealer-description-text h2,
    .ds-dealer-description-text h3,
    .ds-dealer-description-text h4 {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .ds-dealer-description-text *:not(.d-grid) + .d-grid,
    .ds-dealer-description-text .d-grid + *:not(.d-grid) {
        margin-top: 36px;
    }
}

@media (max-width: 767.98px) {
    .ds-advantages-item {
        width: 100% !important;
        margin-bottom: 0;
    }
    .ds-advantages-item + .ds-advantages-item {
        margin-top: 6px;
    }
    .ds-bannerplus-box.ds-banner-plus-50 {
        width: 100% !important;
    }
    .ds-bannerplus-box.ds-banner-plus-50 + .ds-bannerplus-box.ds-banner-plus-50 {
        margin-top: 6px;
    }

    #subscribeContainer {
        padding: 43px 15px;
    }
    #subscribeContainer .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    #subscribeContainer .title + p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 16px;
    }
    #footer-make-subscribe {
        width: initial;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .ds-footer-top .ds-footer-links {
        flex-direction: column;
        padding: 0;
        margin: 0;
        gap: 26px;
    }
    .ds-footer-top .ds-footer-info {
        margin-left: 0;
    }
    .ds-footer-top .ds-footer-item-title {
        margin-bottom: 0;
        color: #8A8A8A;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        position: relative;
    }
    .ds-footer-top .ds-footer-item-title:after {
        content: url("/image/catalog/ildnord/icons/mob-footer-arrow.svg");
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(180deg);
        transition: all linear 0.1s !important;
    }
    .ds-footer-top .ds-footer-item-title + ul {
        display: none;
    }
    .ds-footer-top .ds-footer-item-title.active + ul {
        display: flex;
        flex-direction: column;
    }
    .ds-footer-top .ds-footer-item-title.active:after {
        transform: rotate(0);
    }
    .ds-footer-top .ds-footer-links li a {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .ds-footer-phones-shedule {
        padding-left: 0;
        margin-top: 14px;
    }
    .ds-footer-contacts {
        padding: 32px 12px 26px;
    }
    .ds-footer-contacts .ds-footer-item-title {
        margin-bottom: 24px;
    }

    .ds-footer-socials {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
    .ds-footer-socials > ul {
        gap: 24px 36px;
        flex-wrap: wrap;
    }
    .ds-footer-socials ul li:not(:last-child) {
        margin-bottom: 0 !important;
    }

    .ds-footer-copyright > div {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 32px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .ds-header-right .button-transparent:not(.ds-header-search-close):not(.ds-header-user-button):not(.ds-header-phone-button) {
        width: 18px;
        height: 18px;
    }
    .ds-header-right .button-transparent:not(.ds-header-search-close) {
        min-width: 18px;
    }
    .ds-dropdown-toggle .button-icon:not(.ds-arrow-down),
    .button-icon-cart,
    .ds-header-search-toggle-button .button-icon,
    .ds-header-right .button-icon-cart svg,
    .ds-header-user-button .button-icon-user svg {
        width: 18px;
        height: 18px;
    }
    .ds-header-right .button-icon-search {
        -webkit-mask-image: url(/image/catalog/ildnord/icons/mob-header-search.svg);
        mask-image: url(/image/catalog/ildnord/icons/mob-header-search.svg);
        background: #111517;
    }
    .ds-header-right .button-icon-cart {
        -webkit-mask-image: url(/image/catalog/ildnord/icons/mob-header-cart.svg);
        mask-image: url(/image/catalog/ildnord/icons/mob-header-cart.svg);
        background: #111517;
    }
    .ds-header-right .button-icon-user {
        -webkit-mask-image: url(/image/catalog/ildnord/icons/mob-header-acc.svg);
        mask-image: url(/image/catalog/ildnord/icons/mob-header-acc.svg);
        background: #111517;
    }
    .ds-header-right .button-icon-cart svg,
    .ds-header-right .button-icon-user svg {
        display: none;
    }

    .ds-header-right .ds-header-user-button .ds-arrow-down {
        display: block !important;
    }

    .ds-header-right .ds-header-user-button,
    .ds-header-left .ds-header-menu-button,
    .ds-header-right .ds-header-search-toggle-button,
    .ds-header-left {
        margin-right: 8px !important;
    }

    #common-home > .ds-slideshow:first-child {
        margin-top: 16px;
    }
    .ds-slideshow-item img {
        height: 295px !important;
        object-fit: cover;
    }
    .ds-bannerplus-box > img {
        height: 236px;
    }
    .ds-advantages-item .content-block {
        padding: 17px 14px;
    }

    .ds-module[data-type=minimal] .ds-module-code,
    .ds-module[data-type=minimal] .ds-module-stock,
    .ds-module[data-type=split] .ds-module-code,
    .ds-module[data-type=split] .ds-module-stock {
        display: block !important;
        max-width: 100%;
    }
    .ds-module[data-type=minimal] .ds-module-info,
    .ds-module[data-type=split] .ds-module-info,
    .ds-module[data-type=split] .ds-category-item-info {
        margin-bottom: 7px;
        gap: 2px;
        flex-direction: column;
    }
    .ds-module[data-type=minimal] .ds-module-img img,
    .ds-module[data-type=split] .ds-module-img img {
        width: 130px;
        height: 130px;
        min-width: 130px;
        padding-right: 16px;
    }
    .ds-module[data-type=minimal] .ds-module-title,
    .ds-module[data-type=split] .ds-module-title {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .ds-module[data-type=minimal] .ds-module-caption,
    .ds-module[data-type=split] .ds-module-caption {
        padding-left: 16px;
    }
    .ds-module[data-type=minimal] .ds-module-img .ds-module-buttons,
    .ds-module[data-type=split] .ds-module-img .ds-module-buttons {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center;
    }
    .ds-module[data-type=minimal] .ds-module-img .ds-module-img-box,
    .ds-module[data-type=split] .ds-module-img .ds-module-img-box {
        display: flex;
        flex-direction: column-reverse;
        gap: 4px
    }
    .ds-module[data-type=minimal] .ds-module-cart,
    .ds-module[data-type=split] .ds-module-cart {
        bottom: 0 !important;
        right: 0 !important;
    }
    .ds-module[data-type=minimal] .ds-module-cart button,
    .ds-module[data-type=split] .ds-module-cart button {
        position: relative !important;
        margin-top: 7px;
        bottom: 0 !important;
        right: 0 !important;
    }
    .oct-load-more-button-wrapper .button-default {
        width: initial;
    }
    .html-module .d-grid > div > img {
        min-height: 235px;
    }
    .ds-last-news-item {
        width: 100%;
    }
    .ds-last-news-item img {
        width: 158px;
        min-width: 158px;
        height: 164px;
        margin-right: 14px;
    }
    .ds-module-price .ds-price-new {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 22px;
    }

    #column-left:not(.display-column) {
        max-width: 100%;
        width: 100vw;
    }

    .popular-block td a {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .ds-product-main-content {
        padding: 12px;
        border-radius: 0 0 15px 15px;
    }
    .ds-product-main-attributes .ds-product-main-attributes-item {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .ds-product-advantages-item-text-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
        flex: 0 0 64px;
        width: 64px;
    }
    .ds-product-advantages-item-text>div {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .ds-product-attributes-item {
        padding: 16px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .ds-product-attributes-item>:first-child,
    .ds-product-attributes-item>:last-child {
        width: 100%;
        text-align: left;
    }
    .ds-product-tab-content:not(.ds-product-tab-main-content) {
        padding: 12px;
    }
    .ds-product-fixed-btns {
        padding-bottom: 52px;
    }

    .ds-checkout .content-block {
        padding: 16px;
    }
    .ds-checkout .content-block-title {

        padding: 0 16px 16px;
        margin-left: -16px;
        margin-bottom: 16px;
        width: calc(100% + 32px);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .oct-checkout-block.payment-method .form-check-item,
    .oct-checkout-block.shipping-method .form-check-item {
        border-radius: 12px;
        padding: 16px 14px !important;
    }

    .ds-checkout .ds-cart-item-img {
        min-width: 86px;
    }
    .ds-checkout .ds-cart-item-title {
        width: initial;
    }
    .ds-checkout .ds-cart-item-price-total {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    .ds-checkout .ds-cart-item-price-one {
        color: #8A8A8A;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        margin-top: 2px;
    }
    .ds-cart-item-actions {
        flex-direction: column;
        align-items: flex-start !important;
        padding-left: 100px;
        gap: 11px;
    }
    .ds-cart-modules {
        padding: 16px;
    }
    .ds-cart-modules .ds-cart-column-text {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .ds-cart-modules > .form-group > label {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .information-information-4 .ds-information > img:first-child,
    .information-information-4 .ds-information > p:first-child img {
        margin-bottom: 20px;
        height: 189px;
        object-fit: cover;
    }
    .information-information-4 .about-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .information-information-4 .about-grid > div:nth-child(4) {
        grid-column: 1 / span 1;
        order: initial;
    }
    .information-information-4 .about-grid > div {
        padding: 18px;
    }
    .information-information-4 .about-grid > div .title {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .information-information-4 .about-grid > div .title + p {
        font-size: 12px;
    }
    .information-information-4 .about-flex {
        flex-direction: column;
    }
    .d-flex.d-flex-2 > img,
    .information-information-4 .about-flex > img {
        height: 189px;
        object-fit: cover;
    }
    .information-information-4 .about-flex {
        margin-top: 28px;
    }
    .ds-contacts-item-img img {
        width: 100%;
        border-radius: 12px;
        object-fit: cover;
    }
    .ds-contacts-item-socials {
        gap: 24px;
        flex-direction: column;
    }
    .ds-contacts-item iframe {
        height: 300px;
    }
    .ds-contacts-item-social {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        gap: 8px
    }
    .ds-contacts-column.content-block {
        padding: 20px;
    }
    .deliveries-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .d-flex-2 {
        margin: 42px 0;
    }
    .return-form-wrap {
        flex-direction: column;
        margin-top: 36px;
        gap: 0
    }
    .return-form-wrap > div:first-child p.title {
        text-align: center;
    }
    .return-form-wrap > div:first-child p.title + p {
        margin-bottom: 20px;
        text-align: center;
    }
    .return-form-wrap > div:first-child img {
        display: none;
    }
    .return-form-wrap .button-primary {
        width: initial;
    }

    .product-manufacturer .ds-manufacturer-item {
        padding: 22px;
    }
    .ds-manufacturer-links {
        padding: 16px !important;
    }
    .product-manufacturer .ds-manufacturer-item-block .ds-manufacturer-item-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }

    .ds-blog-category .ds-last-news-item .content-block.content-block {
        flex-direction: column;
    }
    .ds-blog-category .ds-last-news-item .content-block.content-block a {
        margin-right: 0 !important;
    }
    .ds-dealer-description-text .d-grid > div > img,
    .octemplates-blog-oct_blogcategory .ds-last-news-item img {
        width: 100%;
        min-width: 158px;
        height: 218px;
        min-height: 218px;
        margin-right: 0;
    }

    .octemplates-blog-oct_blogcategory .octemplates-blog-oct_blogarticle .ds-blog-post-photo img {
        margin-bottom: 8px;
    }
    .octemplates-blog-oct_blogcategory .octemplates-blog-oct_blogarticle .ds-blog-post-photo .ds-blog-post-info-item {
        font-size: 12px;
    }
    .b2b-4-grid,
    .b2b-5-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    #b2b-form {
        flex-direction: column;
    }
    .b2b-banner {
        height: 295px;
        border-radius: 28px;
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }
    .b2b-banner > div h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 38px;
        margin-bottom: 6px;
    }
    .b2b-banner > div h1 + p {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 16px;
    }
    #b2b-form > div:first-child,
    #b2b-form > div:last-child {
        width: 100%;
    }
    .b2b-5-grid > div {
        padding-left: 58px;
        position: relative;
    }
    .b2b-5-grid > div > img {
        position: absolute;
        left: 14px;
        top: 17px;
        width: 32px;
    }
    .b2b-5-grid > div .title {
        margin-top: 0;
    }
    #b2b-form .title,
    #b2b-form .title + p {
        text-align: center;
    }
    #b2b-form > div:first-child img {
        display: none;
    }
    #b2b-form form > div:nth-child(2), #b2b-form form > div:nth-child(3) {
        width: 100%;
    }

    .special-offer-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 46px;
    }
    .special-offer-thumb .caption {
        flex-direction: column;
        gap: 12px
    }
    .special-offer-thumb .image .item-timer {
        right: 10px;
        bottom: 10px;
    }
    .special-offer-thumb .image .item-timer > div {
        width: 64px;
    }
    .special-offer-thumb .image .item-timer > div b {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .special-offer-thumb .image .item-timer > div span {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .special-offer-info-description {
        flex-direction: column;
    }
    .special-offer-info-description > div:first-child img {
        width: 100%;
    }
    .product-special_offer-info .ds-module-showmore button {
        width: initial;
    }
    .ds-category-sort {
        flex-wrap: wrap;
        gap: 5px;
    }
    .ds-category-sort .selected-filters-top {
        justify-content: flex-start !important;
    }

    .dealers-dropdown {
        padding: 22px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .dealers-dropdown .ds-dropdown-box {
        width: 100%;
    }
    #dealers-map {
        height: 162px;
    }
    .dealers-grid .dealers-item img {
        display: none;
    }

    .ds-category-wall-item {
        width: 100%;
    }

    #loginModal .tab-pane > *:first-child,
    #forgottenModal .tab-pane > *:first-child,
    #registrationModal .tab-pane > *:first-child {
        margin-top: 24px;
    }
    #loginModal .tab-pane .description,
    #forgottenModal .tab-pane .description,
    #callbackModal .description {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    #loginModal .blue-link,
    #callbackModall .blue-link {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .modal-content .ds-cart-item-img {
        width: 86px;
        min-width: 86px;
        height: initial;
        margin-right: 12px !important;
    }
    .modal-content .ds-cart-item-info {
        margin-bottom: 6px;
    }
    .modal-content .ds-cart-item-price-total,
    .modal-content .ds-cart-item-price.text-end {
        text-align: left !important;
    }
    .modal-content .ds-cart-item-total {
        margin-top: 0 !important;
    }
    .modal-body-buttons {
        gap: 16px;
        align-items: center;
        flex-direction: column;
    }
    .modal-body-buttons > * {
        width: 240px !important;
        margin-bottom: 0 !important;
    }

    #quickOrderModal .modal-body-product-title,
    #octStockNotifier .modal-body-product-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }
    #quickOrderModal .modal-body-product-img,
    #octStockNotifier .modal-body-product-img {
        padding: 0 !important;
    }
    #quickOrderModal .notice-block,
    #octStockNotifier .notice-block {
        padding: 16px;
    }
    #quickOrderModal .notice-block .dark-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .ds-header-search.active {
        position: fixed;
        top: 8px
    }
    .ds-header {
        min-height: 56px;
    }
    .ds-header-right {
        height: 40px;
    }

    .account-page #column-left .acc-menu li.current a, .account-page #column-left .acc-menu li a {
        white-space: nowrap;
    }

    .edit-wrap fieldset {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 0;
    }
    .edit-wrap .address-line > div:last-child {
        font-size: 12px;
    }

    .account-page #content .ds-module-item .content-block {
        padding: .5rem;
    }
    .account-page #content .ds-module-item + .ds-module-item {
        margin-top: 7px;
    }

    .account-page #content .ds-module[data-type=split] .ds-module-img img {
        padding-right: 0;
    }

    .ds-order-item {
        flex-direction: column;
        gap: 12px
    }
    .ds-order-item-product > div:first-child {
        min-width: 72px;
    }
    .ds-order-item-col-2,
    .ds-order-item-col-3 {
        width: 100%;
        padding-left: 84px;
        text-align: left;
    }

    .ds-module-img .ds-module-stickers {
        padding-right: 0;
        margin-left: 0;
        margin-top: 0;
    }

    .ds-subcategories-wrap {
        gap: 6px
    }
    .ds-subcategories-title {
        font-size: 16px;
        line-height: 22px;
    }

}