


/* =========================================================
   SEVA / CUSTOM CSS
   Clean full rewrite for Bootstrap 4
   Breakpoints:
   xs  < 576
   sm  >= 576
   md  >= 768
   lg  >= 992
   xl  >= 1200
   ========================================================= */


/* =========================================================
   1. DESKTOP (lg and up)
   ========================================================= */
@media screen and (min-width: 992px) {
  #us_menu_mobile_box,
  .oct-menu-back,
  .oct-childmenu-back,
  .oct-childmenu-back-fourth,
  .us-navbar-account,
  .us-fixed-contact-viber-mobile {
    display: none !important;
  }

  .product-list .us-module-item {
    text-align: unset;
    padding-top: 15px;
  }

  .product-list .us-module-img {
    max-width: 228px;
    padding-left: 30px;
  }

  .product-list .us-module-caption {
    margin-left: 30px;
    margin-right: 15px;
  }

  .product-list .us-module-caption > * {
    margin: 10px 0;
  }

  .product-list .us-module-title {
    margin-top: 0;
    padding: 0;
    font-size: 16px;
  }

  .product-list .us-module-cart-btn {
    display: inline-block;
    align-self: flex-start;
    max-width: 300px;
    margin: 0;
    padding: 8px 60px;
    text-align: center;
  }

  .product-list .us-product-category-quantity {
    display: flex;
    flex-direction: column;
  }

  .product-list .us-category-attr-cont {
    padding: 0;
  }

  #oct-menu-ul {
    max-height: 611px;
    overflow-y: auto;
  }

  .oct-menu-li:hover > .oct-menu-child-ul {
    top: 0;
  }

  #oct-menu-box:hover #oct-menu-dropdown-menu,
  .oct-menu-li:hover > .oct-menu-child-ul,
  .oct-mm-link:hover .oct-mm-dropdown {
    top: 50px;
    z-index: 9001;
    visibility: visible;
    opacity: 1;
  }

  .oct-mm-link:hover > a,
  .oct-mm-simple-link:hover > a {
    color: #fff;
    background: #71be00;
  }

  .destop_language {
    padding-right: 0;
  }

  .sred {
    margin-top: -30px;
  }

  #logo {
    margin-top: 13px;
  }

  .us-footer-list_b {
    display: block !important;
    column-count: 2;
  }
}

/* custom desktop range */
@media screen and (min-width: 992px) and (max-width: 1880px) {
  .us-product-slide-box {
    margin-left: 20px;
  }
}


/* =========================================================
   2. TABLET + MOBILE (md and down)
   ========================================================= */
@media screen and (max-width: 991.98px) {
  .sv_product {
    display: flex;
    justify-content: center;
  }

  .ptd-0 {
    padding-top: 0;
  }

  .us-product-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .line {
    margin-right: 0;
    margin-left: 0;
  }

  #product-product .bs {
    box-shadow: none !important;
  }

  .table_pigments {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: transparent;
    box-shadow: none;
  }

  .table_pigments td {
    display: flex;
    justify-content: center;
    height: auto !important;
    padding: 5px !important;
    border: none !important;
  }

  .table_pigments td[style*="background"] {
    width: 80%;
    height: 60px !important;
    margin: 0 auto;
  }

  .table_pigments table tr th {
    display: none;
  }

  .table_pigments table tr td:first-child {
    text-align: center;
  }

  .table_pigments table tr td a {
    padding-top: 20px;
  }

  .us-content-contact-text {
    margin-bottom: 30px;
  }

  .us-content-contact-offer {
    text-align: center;
  }

  .mbr-0 {
    margin-bottom: 0 !important;
  }

  footer {
    padding-top: 10px;
  }

  .us-footer-subscribe-text-icon {
    margin-right: 15px;
  }

  .us-footer-subscribe-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .us-footer-subscribe-text-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .us-footer-subscribe-text-text div + div {
    font-size: 15px;
  }

  .us-foooter-subscribe-row,
  .us-footer-subscribe-row {
    margin-bottom: 0;
    padding-bottom: 26px;
  }

  .us-foooter-subscribe-row:after,
  .us-footer-subscribe-row:after {
    right: 0;
    left: 0;
    background: transparent;
  }

  .us-footer-form-top-buttton {
    padding-right: 24px;
    padding-left: 24px;
  }

  .us-footer-box:first-child {
    margin-bottom: 0;
  }

  .us-footer-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .us-footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    text-transform: none;
  }

  .us-footer-title i {
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .us-footer-title.open i {
    transform: rotate(180deg);
  }

  .us-footer-list,
  .us-footer-contact-list {
    margin-bottom: 0;
  }

  .us-footer-list {
    display: none;
    margin-bottom: 1rem !important;
  }

  .us-footer-shedule {
    margin-bottom: 15px;
  }

  .menu-row,
  #cart,
  #collapse-coupon label,
  #collapse-voucher label,
  #top-links #language,
  #top-links #currency,
  #top-left,
  .btn-user i,
  #us_info_mobile .dropdown-toggle,
  .oct-fixed-bar,
  .us-phone-img,
  .btn-user .hidden-xs,
  .zoomImg,
  .us-fixed-contact-viber-desktop {
    display: none !important;
  }

  .mobile-phones-box a {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .mobile-messengers-box a {
    text-decoration: none !important;
  }

  .mobile-messengers-box a > span:last-child {
    text-decoration: underline;
  }

  .mobile-info-address {
    font-size: 14px;
  }

  .us-product-action-right {
    margin-top: 15px;
  }

  .us-product-advantages-item {
    width: 100%;
  }

  .us-product-advantages-cont {
    width: calc(100% - 53px);
  }

  .us-breadcrumb-item a,
  .us-module-cart-btn,
  .us-module-item {
    transition: unset !important;
  }

  .modal {
    -webkit-overflow-scrolling: touch;
  }
}


/* =========================================================
   3. MOBILE (sm and down)
   ========================================================= */
@media screen and (max-width: 767.98px) {
  .sv_product {
    margin: 0 auto;
  }

  .color-index,
  .sv_product_application span {
    text-align: center;
  }

  .mr-30 {
    margin-right: 0 !important;
  }

  .us-module-row + .oct-load-more .oct-load-more-button {
    margin-top: 15px;
  }

  .us-slideshow-plus-item-info {
    text-align: center;
  }

  .us-product-action-right {
    margin-top: 20px;
  }

  .us-module-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .us-module-row .col-6 {
    padding-right: 0;
    padding-left: 0;
  }

  .us-module-row .us-module-price-new,
  .us-module-row .us-module-price-actual {
    font-size: 18px;
  }

  .us-module-row .us-module-price span {
    display: block;
  }

  .us-module-row .us-module-reviews i {
    font-size: 20px;
  }

  .us-module-row .us-module-reviews span {
    top: 3px;
  }

  .us-module-row + .row .us-module-button {
    margin-top: 30px;
  }

  .simplecheckout-block-content .input-group.date,
  .simplecheckout-block-content .input-group.time {
    flex-wrap: nowrap;
  }

  .us-category-description .us-show-more.with-thumb {
    margin-left: 0;
    text-align: left;
  }

  .alert-block {
    top: 0 !important;
    right: 0 !important;
    left: 0;
  }

  .us-alert,
  .us-alert-text {
    width: 100%;
  }

  .us-alert-text {
    min-height: 52px;
  }

  .us-pagination-cont {
    margin-bottom: 30px;
    padding: 15px 15px 0;
  }

  .us-pagination-cont .pagination {
    justify-content: center;
  }

  .us-blog-article-content {
    margin-bottom: 30px;
  }

  .blog-no-comments {
    padding: 10px 15px;
  }

  #us-blog-comments .us-module-btn {
    display: block;
    margin-bottom: 15px;
  }

  .us-blog-post-info-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .us-blog-post-info-list {
    margin-left: 0;
  }

  .us-search-box {
    order: 1;
    margin-top: 20px;
  }

  .us-breadcrumb-item {
    white-space: nowrap;
  }

  .us-breadcrumb-item + .us-breadcrumb-item {
    padding-left: 0.5rem;
  }

  .us-breadcrumb-item + .us-breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
  }

  .us-breadcrumb-item:last-child a {
    display: inline-block;
    padding-left: 0.5rem;
  }

  .us-reviews-block {
    flex-direction: column-reverse;
    padding: 20px;
    text-align: center;
  }

  .us-reviews-block-date {
    text-align: left;
  }

  .us-reviews-block-title {
    width: auto;
    margin-top: 20px;
  }

  .us-reviews-block-right {
    margin: 0 auto;
  }

  .us-reviews-block-rating {
    margin-top: 20px;
  }

  .header-dropdown-menu a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
  }

  .top-phone-btn .fa-chevron-down {
    position: relative;
    top: -1px;
  }

  #top-left .dropdown-toggle span {
    display: none;
  }

  .btn-shedule {
    padding-left: 15px !important;
    padding-right: 4px !important;
  }

  .address-dropdown-menu {
    left: 10px !important;
    width: calc(100vw - 30px);
    max-height: 400px;
    overflow-y: auto;
  }

  .address-dropdown-menu .us-dropdown-item {
    white-space: normal;
  }

  .user-dropdown-menu {
    margin-right: 15px;
  }

  .btn-lang {
    border-right: 0 !important;
  }

  .us-banner-plus-img-narrow img {
    max-width: 120px;
    block-size: auto;
  }

  .us-category-description-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .us-category-description div:first-child {
    flex-direction: column;
  }

  .us-category-description-cont {
    text-align: justify;
  }

  .us-category-description .us-show-more {
    margin-left: 0;
    text-align: center;
  }

  .subcat-row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .subcat-row .us-item {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .pagination {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .pagination li:not(:last-child) {
    margin-bottom: 15px;
  }

  .us-product-top {
    flex-direction: column;
  }

  .us-product-left,
  .us-product-right,
  .us-blog-category-cont .us-news-block {
    width: 100%;
  }

  .us-product-rating-wishlist {
    border-top: 1px solid #f6f6f6;
  }

  .compare-wishlist-btn {
    font-size: 16px;
  }

  .us-product-action {
    padding: 0 20px 30px;
  }

  .us-product-description-nav {
    padding: 24px 15px 30px;
  }

  .us-product-nav-item {
    margin-right: 0;
  }

  .us-product-nav-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .us-product-nav-item a {
    position: relative;
  }

  .us-product-description-cont {
    padding: 0 15px 30px;
  }

  .us-product-attributes,
  .us-product-faq-tab-content {
    padding: 30px 15px;
  }

  .us-reviews-top {
    padding: 0 15px;
  }

  .us-reviews-top .us-module-btn {
    display: block;
  }

  .no-product-reviews {
    padding: 30px 15px;
  }

  #one_click_input {
    max-width: initial;
  }

  .us-product-btn {
    width: 100%;
    font-size: 18px;
  }

  .us-product-attributes-cont {
    width: 100%;
  }

  .us-review-info {
    margin-bottom: 20px;
  }

  .us-product-review-block {
    margin: 0 30px;
  }

  .us-review-text,
  .us-admin-answer {
    padding: 20px;
  }

  .us-review-text-title + p {
    margin-left: -24px;
  }

  .oct-popup-found-cheaper-link {
    font-size: 12px;
  }

  .us-category-appearance {
    display: none;
  }

  #us_fixed_contact_button {
    right: 15px;
    bottom: 15px;
    z-index: 10;
    width: 50px;
    height: 50px;
  }

  .us-fixed-contact-icon {
    top: calc(50% - 12px);
    right: calc(50% - 12px);
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  .us-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
  }

  #back-top {
    right: 20px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #back-top i {
    font-size: 20px;
  }

  .us-footer-social {
    margin-top: 10px;
  }

  .us-footer-social-list {
    margin-bottom: 16px;
  }

  .us-footer-item:last-child {
    margin-bottom: 0;
  }

  .us-footer-bottom {
    padding-top: 0;
    border-top: 0;
  }

  .us-content-contact,
  .us-content {
    flex-wrap: wrap;
  }

  .us-contact-form-box,
  .us-content-contact-offer,
  .us-acc-info-left,
  .us-acc-info-right,
  #account-wishlist .us-acc-info-block-img,
  #account-wishlist .us-acc-info-block-desc {
    width: 100%;
  }

  .us-content-border {
    display: none;
  }

  .us-contact-form-box {
    margin-bottom: 30px;
  }

  .us-manufacturer-card {
    width: calc(33% - 30px);
  }

  .sort-limit {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .us-module-price-new,
  .us-module-price-actual {
    font-size: 22px;
  }

  .product-grid .us-module-title,
  .product-grid .us-product-list-description {
    height: auto;
  }

  .product-grid .us-product-list-description,
  .product-grid .us-category-attr-cont {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-grid .us-module-caption {
    height: 100%;
  }

  .us-content-reviews-top {
    flex-direction: column;
  }

  .us-content-reviews-top-left {
    order: 1;
  }

  .us-content-reviews-list {
    order: 0;
    padding-left: 0;
  }

  .us-content-reviews-item {
    justify-content: flex-start !important;
  }

  .us-content-reviews-item-name {
    order: 2;
    margin-left: 10px;
  }

  .us-content-reviews-quantity {
    order: 0;
    margin-left: 0;
  }

  .us-review-block {
    margin: 0 15px;
  }

  .us-content-reviews .us-review-text {
    padding: 20px;
  }

  .us-content-reviews .us-review-item {
    padding: 0 0 20px;
  }

  .us-content-reviews .us-admin-answer-title {
    margin: 20px 5px;
  }

  .us-review-text:before {
    top: -15px;
    left: calc(50% - 10px);
    transform: rotate(90deg);
  }

  .us-product-attr-item span:last-child {
    text-align: right;
  }

  .us-modal-body-one-click,
  #oct_purchase_form,
  #form-review {
    flex-direction: column;
  }

  .us-modal-body-one-click-left {
    width: 100%;
    border: 0;
  }

  .us-modal-body-one-click-left .product_title {
    margin-top: 20px;
  }

  .slick-slide .us-modal-body-img,
  .us-modal-body-one-click-left .us-modal-body-img,
  #form-review .us-modal-body-img {
    width: 130px;
  }

  .us-modal-body-one-click-right {
    width: 100%;
    padding: 0 30px 30px;
  }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .us-acc-info-left-desc {
    margin-top: 30px;
  }

  .us-slideshow-plus-block-btn {
    padding: 10px 17px;
    font-size: 16px;
  }

  .us-modal-body-cart .us-cart-item,
  .us-popup-cart-voucher {
    padding: 0 0 20px;
  }

  .us-reviews-blog .modal-title {
    font-size: 16px;
  }

  .us-reviews-blog .modal-body {
    padding-top: 30px;
  }

  .us-module-stickers-sticker,
  .us-product-stickers-item {
    margin-bottom: 8px;
  }

  .us-product-option .radio label {
    padding: 10px 12px;
    font-size: 13px;
  }

  .us-product-option .radio label.radio-img img {
    width: 40px;
    height: 40px;
  }
}


/* =========================================================
   4. XS ONLY (Bootstrap 4)
   ========================================================= */
@media screen and (max-width: 575.98px) {
  table tr td:first-child {
    padding-right: 8px;
  }

  .table_product table tr td:first-child {
    padding-left: 8px;
  }

  .modal-content .us-module-btn,
  .modal-content .btn-group {
    width: 100%;
    text-align: center;
  }
}


/* =========================================================
   5. MOBILE MENU
   ========================================================= */
@media (max-width: 991.98px) {
  #us_menu_mobile_box {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-101%);
    background:
      radial-gradient(circle at 80% 20%, rgba(80, 168, 255, 0.14) 0%, transparent 42%),
      radial-gradient(circle at 20% 80%, rgba(46, 196, 182, 0.12) 0%, transparent 45%),
      linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    transition:
      transform 0.3s ease,
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  #us_menu_mobile_box.open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  #us_menu_mobile_box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(700px 280px at 100% 0%, rgba(80, 168, 255, 0.16), transparent 60%),
      radial-gradient(600px 260px at 0% 100%, rgba(46, 196, 182, 0.14), transparent 60%);
    opacity: 0.9;
  }

  #us_menu_mobile_title {
    position: sticky;
    top: 0;
    z-index: 5;
    color: #fff;
    background: linear-gradient(135deg, #50a8ff, #90c8ff);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  }

  .us-mobile-menu-scroll,
  #us_menu_mobile_content,
  #us_menu_mobile_extras {
    position: relative;
    z-index: 2;
  }

  .us-mobile-menu-scroll {
    height: calc(100vh - 56px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #us_menu_mobile_content {
    height: auto;
    padding: 10px 12px 0;
  }

  #us_menu_mobile_extras {
    padding: 12px 14px 22px;
  }

  #us_menu_mobile_content a {
    text-decoration: none;
  }

  #us_menu_mobile_content .oct-menu-li > a,
  #us_menu_mobile_content .oct-mm-simple-link > a,
  #us_menu_mobile_content .oct-mm-link > a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    padding: 12px;
    color: #0b5c8a;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(80, 168, 255, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(11, 92, 138, 0.1);
    transition:
      transform 0.15s ease,
      box-shadow 0.15s ease,
      border-color 0.15s ease;
  }

  #us_menu_mobile_content .oct-menu-li > a:active,
  #us_menu_mobile_content .oct-mm-simple-link > a:active,
  #us_menu_mobile_content .oct-mm-link > a:active {
    transform: scale(0.99);
  }

  #us_menu_mobile_content .oct-menu-li > a:hover,
  #us_menu_mobile_content .oct-mm-simple-link > a:hover,
  #us_menu_mobile_content .oct-mm-link > a:hover {
    border-color: rgba(80, 168, 255, 0.25);
    box-shadow: 0 14px 30px rgba(11, 92, 138, 0.14);
  }

  #us_menu_mobile_content .oct-menu-li > a img,
  #us_menu_mobile_content .oct-mm-simple-link > a img,
  #us_menu_mobile_content .oct-mm-link > a img {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    padding: 6px;
    background: linear-gradient(135deg, rgba(80, 168, 255, 0.18), rgba(46, 196, 182, 0.14));
    border: 1px solid rgba(80, 168, 255, 0.18);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(80, 168, 255, 0.14);
  }

  #us_menu_mobile_content .oct-menu-li > a::after,
  #us_menu_mobile_content .oct-mm-simple-link > a::after,
  #us_menu_mobile_content .oct-mm-link > a::after {
    content: "›";
    margin-left: auto;
    font-size: 20px;
    line-height: 1;
    opacity: 0.55;
    transform: translateY(-1px);
  }

  .us-mobile-section {
    margin-bottom: 12px;
    padding: 14px 14px 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(80, 168, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(11, 92, 138, 0.1);
    backdrop-filter: blur(6px);
  }

  .us-mobile-section__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #0b5c8a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(11, 92, 138, 0.1);
  }

  .us-mobile-section__title::before {
    content: "";
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #50a8ff, #2ec4b6);
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(80, 168, 255, 0.25);
  }

  .us-mobile-text {
    color: #2b3a45;
    font-size: 14px;
    line-height: 1.35;
  }

  .us-mobile-link,
  .mobile-information-box a {
    color: #0b5c8a;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .us-mobile-link:hover,
  .mobile-information-box a:hover {
    text-decoration: underline !important;
  }

  .us-lang-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .us-lang-radio__item {
    flex: 1 1 0;
    margin: 0;
  }

  .us-lang-radio__ui {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
    padding: 7px 8px;
    background: #f4f8ff;
    border: 1px solid rgba(80, 168, 255, 0.2);
    border-radius: 999px;
  }

  .us-lang-radio__input:checked + .us-lang-radio__ui {
    background: rgba(80, 168, 255, 0.14);
    border-color: rgba(80, 168, 255, 0.45);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  }

  .us-lang-radio__text {
    color: #0b5c8a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .us-lang-radio__ui img {
    display: block;
    border-radius: 2px;
  }

  .us_mobile_menu_info-map {
    width: 100%;
    height: 280px;
    margin-top: 10px;
    overflow: hidden;
    background: #eaf3ff;
    border: 1px solid rgba(80, 168, 255, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(11, 92, 138, 0.1);
  }

  .us_mobile_menu_info-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
  }
}


/* =========================================================
   6. MOBILE SEARCH
   ========================================================= */
@media (max-width: 991.98px) {
  body.modal-open {
    height: 100% !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  html.modal-open,
  body.modal-open {
    position: relative;
    width: 100%;
    touch-action: none;
  }

  body.no-scroll {
    position: fixed !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  html.no-scroll {
    overflow: hidden !important;
  }

  #octMobileSearchModal {
    z-index: 9999 !important;
    padding-right: 0 !important;
  }

  #octMobileSearchModal.show ~ .modal-backdrop {
    opacity: 0 !important;
  }

  #octMobileSearchModal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
  }

  #octMobileSearchModal .modal-content {
    height: 100vh !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  #octMobileSearchModal.modal.fade .modal-dialog {
    transform: translateX(-101%);
    transition: transform 0.3s ease;
  }

  #octMobileSearchModal.modal.show .modal-dialog {
    transform: translateX(0);
  }

  #octMobileSearchModal .modal-header {
    position: sticky;
    top: 0;
    z-index: 5;
    color: #fff;
    background: linear-gradient(135deg, #50a8ff, #90c8ff);
    border: 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  }

  #octMobileSearchModal .modal-title {
    margin: 0;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  #octMobileSearchModal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-height: 56px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #e60000;
    opacity: 1;
    text-shadow: none;
  }

  #octMobileSearchModal .modal-header .close span {
    font-size: 34px;
    line-height: 1;
  }

  #octMobileSearchModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 12px 12px 22px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background:
      radial-gradient(circle at 80% 20%, rgba(80, 168, 255, 0.14) 0%, transparent 42%),
      radial-gradient(circle at 20% 80%, rgba(46, 196, 182, 0.12) 0%, transparent 45%),
      linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  }

  #octMobileSearchModal .modal-body::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(700px 280px at 100% 0%, rgba(80, 168, 255, 0.16), transparent 60%),
      radial-gradient(600px 260px at 0% 100%, rgba(46, 196, 182, 0.14), transparent 60%);
    opacity: 0.9;
  }

  #octMobileSearchModal #octMobileSearchMount {
    position: relative;
    z-index: 2;
  }

  #octMobileSearchModal form,
  #octMobileSearchModal form .header-input-group,
  #octMobileSearchModal form .input-group {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  #octMobileSearchModal form {
    position: relative !important;
    gap: 10px !important;
    margin: 0 0 12px !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(80, 168, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 26px rgba(11, 92, 138, 0.1) !important;
    backdrop-filter: blur(6px);
  }

  #octMobileSearchModal form .header-input-group,
  #octMobileSearchModal form .input-group {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #octMobileSearchModal form input[name="search"],
  #octMobileSearchModal form .header-input {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    padding: 0 8px !important;
    color: #0b5c8a;
    line-height: 44px !important;
    font-weight: 700;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #octMobileSearchModal form .header-input::placeholder {
    color: rgba(11, 92, 138, 0.45);
    font-weight: 600;
  }

  #octMobileSearchModal #oct-search-button,
  #octMobileSearchModal .header-btn-search {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  #octMobileSearchModal .input-group-append,
  #octMobileSearchModal .input-group-prepend {
    display: flex !important;
    align-items: center !important;
  }

  #octMobileSearchModal #oct-search-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    background: linear-gradient(135deg, #50a8ff, #2ec4b6) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(80, 168, 255, 0.18) !important;
  }

  #octMobileSearchModal #oct-search-button i {
    color: #fff !important;
    font-size: 18px !important;
  }

  #octMobileSearchModal #us_livesearch {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 20 !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100vh - 220px) !important;
    margin: 0 !important;
    overflow-y: auto !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(80, 168, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 26px rgba(11, 92, 138, 0.1) !important;
    -webkit-overflow-scrolling: touch;
  }

  #octMobileSearchModal #us_livesearch:not(.expanded) {
    display: none !important;
  }

  #octMobileSearchModal #us_livesearch_close {
    position: absolute !important;
    top: calc(100% + 20px) !important;
    right: 10px !important;
    z-index: 60 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: #e60000 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15) !important;
  }

  #octMobileSearchModal form:has(#us_livesearch.expanded) #us_livesearch_close {
    display: flex !important;
  }

  #octMobileSearchModal #us_livesearch_close i {
    color: #fff !important;
    font-size: 18px !important;
  }
}


/* =========================================================
   7. MOBILE HEADER + HERO + FOOTER
   ========================================================= */
@media (max-width: 991.98px) {
  #logo {
    margin-top: -55px;
    margin-bottom: 6px;
    z-index: 2050 !important;
  }

  .pigment,
  .dnipro {
    font-size: 21px;
    line-height: 1.05;
  }
  .svh1 {
      margin-block-start: 0.9em;
      }

  .us-logo-img {
    max-width: 55px;
  }

  header .imageheader #top {
    position: relative !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 10px 12px !important;
  }

  #us_menu_mobile_button,
  #octMobileSearchBtn {
    position: relative !important;
    z-index: 2200 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
    user-select: none;
    background: #50a8ff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 12px !important;
    transition:
      transform 0.08s ease,
      box-shadow 0.15s ease;
  }

  #us_menu_mobile_button:active,
  #octMobileSearchBtn:active {
    transform: scale(0.98);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.14) !important;
  }

  #us_menu_mobile_button svg,
  #octMobileSearchBtn svg {
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    pointer-events: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #us_menu_mobile_button::before,
  #octMobileSearchBtn::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.22) 30%,
      rgba(255, 255, 255, 0) 60%
    );
    border-radius: inherit;
    opacity: 0.85;
  }

  #us_menu_mobile_button::after,
  #octMobileSearchBtn::after {
    content: "";
    position: absolute;
    top: 1%;
    right: 1%;
    left: 1%;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
    border-radius: 999px;
    opacity: 0.75;
  }

  .us-slideshow-plus .slick-list {
    overflow: hidden !important;
  }

  .us-slideshow-plus-item .us-slideshow-plus-item-img {
    height: clamp(235px, 58vw, 400px);
    background-position: center !important;
    background-size: cover !important;
  }

  [id^="us-slideshow-plus-"] .us-slideshow-plus-item-img {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  [id^="us-slideshow-plus-"] .us-slideshow-plus-item-img-link {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
  }

  .us-slideshow-plus-item-title {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 0 18px !important;
    padding: 0 16px !important;
    text-align: center !important;
    font-size: 26px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28) !important;
  }

  .us-slideshow-plus-item-btn {
        height: 44px !important;
        padding-top: 16px !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
        font-size: 15px !important;
        line-height: 1 !important;
       
        opacity: 1 !important;
  }

  [id^="us-slideshow-plus-"] .arrow-slick1 {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    opacity: 0.55 !important;
  }

  [id^="us-slideshow-plus-"] .arrow-slick1 i {
    font-size: 20px !important;
  }

  [id^="us-slideshow-plus-"] .prev-slick1,
  [id^="us-slideshow-plus-"] .next-slick1 {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  [id^="us-slideshow-plus-"] .prev-slick1 {
    left: 10px !important;
  }

  [id^="us-slideshow-plus-"] .next-slick1 {
    right: 10px !important;
  }

  [id^="us-slideshow-plus-"] .slick-dots {
    bottom: 10px !important;
  }

  [id^="us-slideshow-plus-"] .slick-dots li {
    margin: 0 6px !important;
  }

  [id^="us-slideshow-plus-"] .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }

  .footer-sub {
    padding-top: 20px !important;
  }

  .us-footer-subscribe-row,
  .us-foooter-subscribe-row {
    padding: 12px 0 18px !important;
  }

  .us-footer-form-top {
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  .us-footer-form-top-input,
  .us-footer-form-top-buttton {
    height: 44px !important;
    border-radius: 0 !important;
  }

  .us-footer-form-top-buttton {
    font-weight: 700 !important;
  }

  .us-footer-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 16px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  .us-footer-list {
    margin: 0 !important;
    padding: 8px 0 14px !important;
  }

  .us-footer-link {
    display: inline-block !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .us-footer-bottom {
    justify-content: center !important;
    padding: 14px 0 8px !important;
  }
}

@media (max-width: 767.98px) {
  header .imageheader #top {
    padding: 6px 12px !important;
    min-height: 44px !important;
  }

  #logo {
    margin-top: -46px !important;
    margin-bottom: 6px !important;
  }

  .us-logo-img {
    max-width: 50px !important;
  }

  #us_menu_mobile_button,
  #octMobileSearchBtn {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  #us_menu_mobile_button svg,
  #octMobileSearchBtn svg {
    width: 22px !important;
    height: 22px !important;
  }

  .us-slideshow-plus-item .us-slideshow-plus-item-img {
    height: clamp(210px, 52vw, 320px) !important;
  }

  .us-slideshow-plus-item-title {
    font-size: 24px !important;
    line-height: 1.1 !important;
    margin-bottom: 14px !important;
  }
}


/* =========================================================
   8. CATALOG LIST (<= 767.98px)
   ========================================================= */
@media (max-width: 767.98px) {
  #sv-products.us-categories-wall-row {
    padding-right: 0 !important;
    padding-bottom: 14px !important;
    padding-left: 0 !important;
  }

  #sv-products .us-main-shop-title,
  .us-main-shop-title {
    padding: 24px 0 12px;
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  #sv-products.us-categories-wall-row .block_categories-wall-item {
    flex: 0 0 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 12px 22px !important;
  }

  #sv-products .us-categories-wall-item {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #sv-products .us-categories-wall-item > hr,
  #sv-products .us-categories-wall-list {
    display: none !important;
  }

  #sv-products .us-categories-wall-top-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  #sv-products .us-categories-wall-img {
    position: relative !important;
    z-index: 3 !important;
    flex: 0 0 76px !important;
    width: 76px !important;
    height: 76px !important;
    margin: 0 !important;
    object-fit: cover !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18) !important;
  }

  #sv-products .us-categories-wall-title {
    position: relative !important;
    z-index: 2 !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    max-height: 2.3em;
    margin: 0 0 0 -34px !important;
    padding: 14px 10px 14px 40px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
    text-align: left !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.2px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 999px !important;
    box-shadow:
      inset 0 0 0 2px rgba(255, 255, 255, 0.32),
      0 10px 22px rgba(0, 0, 0, 0.12) !important;
  }
}


/* =========================================================
   9. MANUFACTURER MOBILE ACCENTS
   ========================================================= */
@media (max-width: 767.98px) {
  #product-manufacturer .us-categories-wall-title {
    color: #08597a !important;
  }

  #product-manufacturer .block_categories-wall-item:nth-child(1) .us-categories-wall-item .us-categories-wall-img {
    box-shadow: inset #f85661 0 0 6px 8px, #f85661 0 0 19px 1px !important;
  }

  #product-manufacturer .block_categories-wall-item:nth-child(1) .us-categories-wall-item .us-categories-wall-title {
    box-shadow: inset #f85661 0 0 1px 1px, #f85661 0 0 3px 1px !important;
  }

  #product-manufacturer .block_categories-wall-item:nth-child(2) .us-categories-wall-item .us-categories-wall-img {
    box-shadow: inset #5a82b6 0 0 6px 8px, #5a82b6 0 0 19px 1px !important;
  }

  #product-manufacturer .block_categories-wall-item:nth-child(2) .us-categories-wall-item .us-categories-wall-title {
    box-shadow: inset #5a82b6 0 0 1px 1px, #5a82b6 0 0 3px 1px !important;
  }

  #product-manufacturer .block_categories-wall-item:nth-child(3) .us-categories-wall-item .us-categories-wall-img {
    box-shadow: inset #f4b251 0 0 6px 8px, #f4b251 0 0 19px 1px !important;
  }

  #product-manufacturer .block_categories-wall-item:nth-child(3) .us-categories-wall-item .us-categories-wall-title {
    box-shadow: inset #f4b251 0 0 1px 1px, #f4b251 0 0 3px 1px !important;
  }
}


/* =========================================================
   10. HOME BLOG / NEWS CARDS
   ========================================================= */
.us-blog-article-row.imageblog .us-news-block {
  overflow: hidden !important;
  padding: 26px;
  background: #edf1f7;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
}

.us-blog-article-row.imageblog .us-news-block-title {
  display: block !important;
  padding-bottom: 18px;
  text-align: center;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-transform: none;
  transition: color 0.2s ease !important;
}

.us-blog-article-row.imageblog .us-news-block-title:hover {
  color: #434343 !important;
  text-decoration: none !important;
}

.us-blog-article-row.imageblog .us-news-block-text {
  display: block !important;
  flex: 1 1 auto !important;
  height: auto !important;
  font-size: 17px;
  text-align: justify;
}

.us-blog-article-row.imageblog .news-foto {
  display: block !important;
  float: left !important;
  width: 132px !important;
  max-width: 132px !important;
  height: 132px !important;
  margin: 0 16px 10px 0 !important;
  object-fit: cover !important;
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  box-shadow: 8px 8px 12px 0 rgb(0 0 0 / 35%);
}

.us-blog-article-row.imageblog .us-news-block-text > p:first-of-type {
  display: block !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #4b5563 !important;
  line-height: 1.65 !important;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.us-blog-article-row.imageblog .us-news-block-text > p:last-of-type {
  clear: both !important;
  margin: 18px 0 0 !important;
  text-align: end;
}

.us-blog-article-row.imageblog .us-news-block-text::after {
  content: "";
  display: block !important;
  clear: both !important;
}

.us-blog-article-row.imageblog .news-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background: linear-gradient(to bottom, #59adff 0%, #3c86f4 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: 0.2s ease;
}

.us-blog-article-row.imageblog .news-next:hover {
  color: #fff !important;
  background: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
  text-decoration: none !important;
}

.us-blog-article-row.imageblog .news-next::after {
  content: "→";
  margin-left: 6px;
  font-size: 15px;
  transition: transform 0.2s ease;
}

.us-blog-article-row.imageblog .news-next:hover::after {
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  .us-blog-article-row.imageblog .blog_title {
    font-size: 28px;
  }

  .us-blog-article-row.imageblog .us-news-block-title {
    font-size: 19px !important;
  }

  .us-blog-article-row.imageblog .news-foto {
    width: 118px !important;
    max-width: 118px !important;
    height: 118px !important;
  }

  .us-blog-article-row.imageblog .us-news-block-text {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 767.98px) {
  .us-blog-article-row.imageblog .us-news-block {
    padding: 16px !important;
    border-radius: 12px;
  }

  .us-blog-article-row.imageblog .us-news-block-title {
    padding-bottom: 10px !important;
    text-align: center !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  .us-blog-article-row.imageblog .news-foto {
    float: none !important;
    display: block !important;
    width: 96px !important;
    max-width: 96px !important;
    height: 96px !important;
    margin: 0 auto 12px !important;
    border-radius: 10px !important;
  }

  .us-blog-article-row.imageblog .us-news-block-text {
    text-align: left !important;
  }

  .us-blog-article-row.imageblog .us-news-block-text > p:first-of-type {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
  }

  .us-blog-article-row.imageblog .us-news-block-text > p:last-of-type {
    margin-top: 14px !important;
    text-align: left !important;
  }

  .us-blog-article-row.imageblog .news-next {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 16px;
    max-width: 200px;
    margin: 0 auto;
  }
}


/* =========================================================
   11. ABOUT BLOCK
   ========================================================= */
.about-block__card {
  padding: 24px 22px 18px;
  background: #edf1f7;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.about-block__top,
.about-block__content {
  max-width: 100%;
}

.about-block__content {
  color: #4f5868;
}

.about-block__image-box {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #dfe7f3;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.about-block__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .about-block__image-box {
    width: 34%;
    max-width: 440px;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
  }
}

.about-block__headline {
  margin: 0 0 12px;
  padding-top: 4px;
  color: #035762;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.about-block__text {
  margin-bottom: 12px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.68;
  text-align: justify;
}

.about-block__text strong {
  color: #38414d;
}

.about-block__bottom {
  margin-top: 18px;
  padding: 13px 16px;
  background: #f4f7fc;
  border: 1px solid #d9e2ee;
  border-radius: 10px;
}

.about-block__features {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -8px;
}

.about-block__feature {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #0e6778;
  font-size: 17px;
  line-height: 1.35;
}

.about-block__icon {
  position: relative;
  display: inline-block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: linear-gradient(to bottom, #3794ff 0%, #1f74ea 100%);
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.35);
}

.about-block__icon::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.about-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background: linear-gradient(to bottom, #59adff 0%, #3c86f4 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.about-block__btn::after {
  content: "→";
  margin-left: 8px;
  font-size: 15px;
  transition: transform 0.2s ease;
}

.about-block__btn:hover,
.about-block__btn:focus {
  color: #fff;
  background: linear-gradient(to bottom, #4fa6ff 0%, #2f79eb 100%);
  text-decoration: none;
  outline: none;
}

.about-block__btn:hover::after,
.about-block__btn:focus::after {
  transform: translateX(2px);
}

@media (min-width: 768px) {
  .about-block__features {
    width: calc(100% - 186px);
    margin-right: 16px;
    margin-bottom: 0;
  }

  .about-block__feature {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
    padding-right: 10px;
    white-space: normal;
  }

  .about-block__btn {
    flex: 0 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .about-block__card {
    padding: 22px 20px 18px;
  }

  .about-block__headline {
    font-size: 22px;
    line-height: 1.25;
  }

  .about-block__feature {
    font-size: 13px;
  }

  .about-block__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }

  .about-block__icon::before {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .about-block__card {
    padding: 16px;
    border-radius: 12px;
  }

  .about-block__image-box {
    margin-bottom: 12px !important;
    border-radius: 10px;
  }

  .about-block__headline {
    margin-bottom: 12px;
    padding-top: 0;
    font-size: 20px;
    line-height: 1.28;
  }

  .about-block__text {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.68;
  }

  .about-block__bottom {
    margin-top: 16px;
    padding: 12px 14px;
  }

  .about-block__features {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0;
  }

  .about-block__feature {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.45;
    white-space: normal;
  }

  .about-block__btn {
    width: 100%;
    min-width: 0;
    height: 40px;
    font-size: 16px;
    max-width: 200px;
    margin: 0 auto;
  }
}









.btn-subscribe-icon {
    display: none;
}

@media (max-width: 767.98px) {
    .btn-subscribe-text {
        display: none;
    }

    .btn-subscribe-icon {
        display: inline;
        font-size: 20px;
        line-height: 1;
    }
}
















































/* Full HD devices (xxl) */
@media (min-width: 1800px) {
    /* =========================
       Tables / Text
       ========================= */
    .table_pigments table tr th {
        font-size: 1vw;
        padding: 0.56vw;
        border: 0.06vw solid #b2cfd4;
    }

    .table_pigments table tr td {
        height: 4.17vw;
        font-size: 1.11vw;
        border: 0.06vw solid #b2cfd4;
        padding: 0;
    }

    table tr th {
        font-size: 1vw;
        padding: 0.56vw;
        border: 0.06vw solid #b2cfd4;
    }

    .table_product table tr td {
        height: 2.22vw;
        font-size: 0.89vw;
    }

    .text_pigment {
        font-size: 1.33vw;
        padding-top: 1.11vw;
        padding-bottom: 1.11vw;
    }

    .h2,
    h2 {
        font-size: 1vw;
        padding-top: 0.28vw;
    }

    .h3,
    h3 {
        font-size: 1vw;
        padding-top: 0.28vw;
    }

    .us-category-description-text h2 {
        font-size: 1.1vw;
    }

    .us-category-description {
        font-size: 1vw;
        padding-bottom: 2.222vw;
    }

    .us-content-inform {
        font-size: 1vw;
        padding-bottom: 2.222vw;
    }

    .us-product-extra-tab-text {
        font-size: 0.89vw;
        padding-bottom: 1.11vw;
    }

    /* =========================
       Product page
       ========================= */
    .us-product-description-cont {
        padding: 0 1.67vw 1.67vw;
    }

    .us-product-slide img {
        width: 22vw !important;
        height: 22vw !important;
    }

    .sv_product_title {
        font-size: 1.7vw;
    }

    .sv_product {
        margin-top: 0.56vw;
        padding-left: 1.1vw;
    }

    .us-product-left {
        margin-top: -5.22vw;
    }

    .color-index {
        margin-top: 0.83vw;
        margin-right: 0.56vw;
        margin-left: 0.56vw;
    }

    .line {
        margin-top: 0.83vw;
        margin-right: 0.56vw;
        margin-left: 0.56vw;
        border-bottom: 0.11vw solid #b4d1d5;
    }

    .compare-wishlist-btn {
        font-size: 1.22vw;
        padding-right: 0.56vw;
    }

    .oct-wishlist-quantity {
        font-size: 0.889vw;
        padding-left: 0.389vw;
        padding-right: 0.556vw;
    }

    .heart {
        font-size: 0.833vw;
    }

    .menu-heart {
        padding-top: 0.222vw;
        padding-bottom: 0.222vw;
    }

    .text-wishlist {
        font-size: 0.889vw;
        padding-right: 0.444vw;
    }

    .products span:after {
        content: '';
        position: absolute;
        bottom: -0.55vw;
        border-bottom: 0.2vw solid transparent;
    }

    /* =========================
       Header / Navigation
       ========================= */
    .btn-link {
        font-size: 0.9vw;
        padding-top: 0.25vw;
        padding-bottom: 0.25vw;
    }

    .btn-link .fa-chevron-down {
        font-size: 0.5vw;
        margin-left: 0.2vw;
    }

    .nav-dropdown-menu,
    .header-dropdown-menu {
        border-radius: 0.278vw;
        box-shadow: 0.278vw 0.667vw 1.667vw rgba(0, 0, 0, 0.35);
    }

    .header-dropdown-menu a {
        font-size: 1vw;
        padding: 0.722vw;
    }

    .header-dropdown-menu .fa-mobile-alt {
        font-size: 2.222vw;
    }

    .header-dropdown-menu .fa-envelope {
        font-size: 1.444vw;
    }

    .header-dropdown-menu .fa-clock {
        font-size: 1.444vw;
    }

    .header-input-group {
        height: 2.5vw;
    }

    .header-input {
        width: calc(100% - 2.556vw);
        font-size: 0.889vw;
        padding-left: 0.833vw;
        border-radius: 0.278vw 0 0 0.278vw;
    }

    .cats-button,
    .header-btn-search {
        font-size: 1.111vw;
        border-radius: 0 0.278vw 0.278vw 0;
    }

    .header-btn-search {
        max-width: 2.556vw;
    }

    .header-btn-search i {
        font-size: 1.111vw;
    }

    .us-logo-img {
        max-width: 3.2vw;
    }

    .img-logo {
        width: 3.18vw;
    }

    #logo {
        margin-top: -0.1vw;
    }

    .us-header-location-contacts-btn a {
        padding: 0.278vw 1.389vw;
    }

    .us-phone-block {
        padding-left: 0.833vw;
    }

    .us-phone-link {
        font-size: 1vw;
        padding: 1.111vw 0.556vw;
    }

    .us-phone-img {
        margin-right: 0.333vw;
    }

    .us-phone-content .dropdown-menu {
        padding: 1.111vw;
    }

    .tel_header {
        font-size: 1.111vw;
    }

    .btn_header {
        padding: 0.444vw;
        border: 0.111vw solid rgb(62 153 239 / 84%);
        border-radius: 0.278vw;
    }

    .btn_header:hover {
        border: 0.111vw solid #12b3ff;
    }

    .clok {
        padding: 0.333vw;
    }

    .lang {
        width: 0.889vw;
    }

    /* =========================
       Live search
       ========================= */
    #us_livesearch {
        box-shadow: 0 0.111vw 0.556vw rgba(0, 0, 0, 0.1);
    }

    #us_livesearch.expanded {
        max-height: 22.222vw;
        border-top: 0.056vw solid #f9f9f9;
    }

    #us_livesearch > div {
        min-height: 5.556vw;
        padding: 0.833vw;
    }

    #us_livesearch_close {
        top: 2.222vw;
        right: -2.333vw;
        width: 2.333vw;
        height: 2.222vw !important;
        line-height: 2.222vw;
    }

    .us-livesearch-list-item:not(:last-child) {
        border-bottom: 0.056vw solid #f9f9f9;
    }

    .us-livesearch-list-item-name {
        font-size: 0.722vw;
        margin-bottom: 0.556vw;
    }

    .us-livesearch-list-item-price {
        margin-bottom: 0.556vw;
    }

    /* =========================
       Slideshow / Banner
       ========================= */
    .us-slideshow-plus-item-title {
        font-size: 4.222vw;
        margin-bottom: 2.778vw;
        text-shadow: 0.389vw 0.389vw 0.278vw rgba(0, 0, 0, 0.55);
    }

    .us-slideshow-plus-item-btn {
        font-size: 1.333vw;
        height: 3.889vw;
        padding-top: 0.833vw;
    }

    .us-slideshow-plus-box .slick-dots {
        bottom: 2.222vw;
        left: calc(50% - 3.29vw);
    }

    .us-slideshow-plus-box .slick-dots li button {
        width: 1.389vw;
        height: 1.389vw;
        margin: 0.389vw;
        border: 0.111vw solid #fff;
        border-radius: 1.667vw;
    }

    .us-slideshow-plus-item-img {
        height: 25.222vw;
    }

    .us-slideshow-plus-item-info {
        max-width: 36.111vw;
    }

    .prev-slick1,
    .next-slick1 {
        bottom: calc(50% - 3.167vw);
        padding: 1.667vw 1.111vw 1.667vw 1.389vw;
        border-radius: 0.556vw;
    }

    .fa-chevron-left,
    .fa-chevron-right {
        font-size: 2.222vw;
    }

    .imageheader {
        box-shadow: 0 0.667vw 0.667vw -0.222vw #303030;
    }

    /* =========================
       Categories / Modules
       ========================= */
    .us-categories-wall-img {
        max-width: 9.889vw;
    }

    .us-categories-wall-title {
        font-size: 1.333vw;
        margin-top: 0.833vw;
        margin-bottom: 0.833vw;
    }

    .us-categories-wall-row:before {
        left: calc(50% - 3.056vw);
        border-right: 3.056vw solid transparent;
        border-bottom: 2vw solid #fff;
        border-left: 3.056vw solid transparent;
    }

    .block_categories-wall-item {
        margin-top: 2.778vw;
        padding-bottom: 2.778vw;
    }

    .us-categories-item {
        font-size: 1.111vw;
    }

    .us-categories-toggle i {
        font-size: 0.944vw;
    }

    .sv_title_menu {
        font-size: 1.444vw;
        padding-top: 0.389vw;
        padding-bottom: 0.389vw;
        margin-top: 1.2vw;
    }

    .sv_featured {
        font-size: 1.444vw;
        margin-bottom: 1.889vw;
        padding-top: 3vw;
        padding-bottom: 1.111vw;
    }

    .us-module-row .us-module-img img {
        max-width: 5.556vw;
    }

    .us-module-item {
        height: calc(100% - 1.667vw);
    }

    .us-module-title {
        font-size: 0.889vw;
        padding: 0 1.111vw;
    }

    .us-module-column-box-content {
        font-size: 1.111vw;
        padding: 0.556vw;
        margin-top: 1.111vw;
        margin-bottom: 3.333vw;
    }

    .us-product-reviews-row .us-module-button {
        margin-bottom: 1.667vw;
    }

    .us-main-shop-title_sv {
        font-size: 1.667vw;
        margin-bottom: 2.5vw;
        padding-bottom: 0.556vw;
        border-bottom: 0.111vw solid #b4d1d5;
    }

    /* =========================
       Manufacturer
       ========================= */
    #product-manufacturer .us-categories-wall-header {
        font-size: 1.667vw;
        margin-bottom: 2.5vw;
        padding-bottom: 0.556vw;
        border-bottom: 0.111vw solid #b4d1d5;
    }

    #product-manufacturer .us-categories-wall-img {
        max-width: 8.333vw;
    }

    #product-manufacturer .us-categories-wall-title,
    #content .us-categories-wall-title {
        font-size: 1.111vw;
        margin-top: 1.944vw;
    }

    #product-manufacturer .block_categories-wall-item:nth-child(1) .us-categories-wall-item .us-categories-wall-img {
        box-shadow:
            inset #f85661 0 0 0.556vw 1.111vw,
            #f85661 0 0 1.111vw 0.556vw !important;
    }

    #product-manufacturer .block_categories-wall-item:nth-child(2) .us-categories-wall-item .us-categories-wall-img {
        box-shadow:
            inset #5a82b6 0 0 0.556vw 1.111vw,
            #5a82b6 0 0 1.111vw 0.556vw !important;
    }

    #product-manufacturer .block_categories-wall-item:nth-child(3) .us-categories-wall-item .us-categories-wall-img {
        box-shadow:
            inset #f4b251 0 0 0.556vw 1.111vw,
            #f4b251 0 0 1.111vw 0.556vw !important;
    }

    /* =========================
       News
       ========================= */
    .us-news-block {
        padding-bottom: 0.833vw;
    }

    .us-news-block-title {
        font-size: 1.056vw;
        margin-bottom: 0.833vw;
        padding: 0 0.833vw;
    }

    .us-news-block-text {
        font-size: 0.8vw;
    }

    .news-foto {
        width: 5vw;
        height: 5vw;
        margin-right: 1.167vw;
    }

    /* =========================
       Breadcrumbs
       ========================= */
    .us-breadcrumb {
        padding: 1.278vw 0 0.556vw;
    }

    .us-breadcrumb-item {
        font-size: 1vw;
    }

    /* =========================
       Contact / Info
       ========================= */
    .us-content-contact-img {
        padding-bottom: 2.5vw;
    }

    .us-content-contact-img iframe {
        height: 19.444vw;
    }

    .us-content-contact-title {
        font-size: 1.111vw;
        margin-bottom: 1vw;
    }

    .us-content-contact-text {
        font-size: 0.889vw;
    }

    .us-content-contact-text:not(:last-child) {
        margin-bottom: 0.5vw;
    }

    .us-acc-info-link {
        font-size: 0.889vw;
    }

    .gl_background {
        padding: 0.556vw 0 0.556vw 1.111vw;
    }

    .vt_background {
        padding: 1.111vw 0 1.111vw 1.667vw;
        border-bottom: 0.111vw solid #d5e6e8;
    }

    /* =========================
       Footer
       ========================= */
    footer {
        padding-top: 3.333vw;
        padding-bottom: 1vw;
    }

    .us-footer-item {
        margin-bottom: 1.111vw;
    }

    .us-footer-link {
        font-size: 0.889vw;
    }

    .us-foooter-subscribe-row {
        padding-bottom: 3.333vw;
    }

    .us-footer-subscribe-text-text {
        font-size: 0.889vw;
        line-height: 1.167vw;
    }

    .us-footer-subscribe-text-text div + div {
        font-size: 0.889vw;
        margin-top: 0.278vw;
    }

    .us-footer-form-top-input {
        font-size: 1vw;
        line-height: 1.167vw;
        padding: 0.667vw 1.111vw;
        border-radius: 0.278vw 0 0 0.278vw;
    }

    .us-footer-form-top-buttton {
        font-size: 1vw;
        padding-right: 1.5vw;
        padding-left: 1.5vw;
        border-radius: 0 0.278vw 0.278vw 0;
    }

    .us-footer-address {
        font-size: 0.889vw;
        margin-bottom: 1.111vw;
    }

    .us-footer-bottom-credits {
        font-size: 0.667vw;
    }

    .footer-sub {
        max-width: 83.333vw;
    }

    .us-footer-shedule-text {
        font-size: 0.889vw;
        padding-top: 1.3vw;
    }

    .us-footer-subscribe-text-icon img {
        width: 4.222vw;
        height: 2.667vw;
    }

    .clock {
        width: 3vw;
        height: 3vw;
    }

    /* =========================
       Utilities
       ========================= */
    .fsz-1 {
        font-size: 0.89vw;
    }

    .fsz-16 {
        font-size: 0.889vw !important;
    }

    .fsz-18 {
        font-size: 1vw !important;
    }

    .fsz-20 {
        font-size: 1.11vw;
    }

    .fsz-24 {
        font-size: 1.333vw !important;
    }

    .fsz-29 {
        font-size: 1.5vw !important;
    }

    .p-7 {
        padding: 0.389vw !important;
    }

    .p-10 {
        padding: 0.556vw !important;
    }

    .pr-10 {
        padding: 0 1.111vw 0 0 !important;
    }

    .mr-10 {
        margin-right: 0.55vw;
    }

    .ps-1 {
        padding-left: 0.222vw !important;
    }

    .pt-04 {
        padding-top: 0.4vw;
    }

    .pt-20 {
        padding-top: 1.111vw;
    }

    .pt-25 {
        padding-top: 1.39vw;
    }

    .pb-20 {
        padding-bottom: 1.111vw;
    }

    .pb-25 {
        padding-bottom: 2vw;
    }
    .us-blog-article-row.imageblog .us-news-block {
    padding: 1.444vw;
    border: 0.056vw solid #dbe3ef;
    border-radius: 0.778vw;
    box-shadow: inset 0 0.056vw 0 rgba(255, 255, 255, 0.8);
}

.us-blog-article-row.imageblog .us-news-block-title {
    padding-bottom: 1vw;
    font-size: 1.167vw !important;
}

.us-blog-article-row.imageblog .us-news-block-text {
    font-size: 0.944vw;
}

.us-blog-article-row.imageblog .news-foto {
    width: 7.333vw !important;
    max-width: 7.333vw !important;
    height: 7.333vw !important;
    margin: 0 0.889vw 0.556vw 0 !important;
    border: 0.056vw solid #e5e7eb !important;
    border-radius: 0.778vw !important;
    box-shadow: 0.444vw 0.444vw 0.667vw 0 rgb(0 0 0 / 35%);
}

.us-blog-article-row.imageblog .us-news-block-text > p:last-of-type {
    margin: 1vw 0 0 !important;
}

.us-blog-article-row.imageblog .news-next {
    height: 2.333vw;
    padding: 0 1vw;
    font-size: 0.833vw;
    border-radius: 0.556vw;
    box-shadow: inset 0 0.056vw 0 rgba(255, 255, 255, 0.25);
}

.us-blog-article-row.imageblog .news-next::after {
    margin-left: 0.333vw;
    font-size: 0.833vw;
}

.us-blog-article-row.imageblog .news-next:hover::after {
    transform: translateX(0.167vw);
}

.about-block__card {
    padding: 1.333vw 1.222vw 1vw;
    border: 0.056vw solid #dbe3ef;
    border-radius: 0.778vw;
    box-shadow: inset 0 0.056vw 0 rgba(255, 255, 255, 0.8);
}

.about-block__image-box {
    border-radius: 0.667vw;
    box-shadow: 0 0.056vw 0.222vw rgba(0, 0, 0, 0.08);
}
.about-block__image-box {
        width: 34%;
        max-width: 24.444vw;
        margin-right: 1.111vw !important;
        margin-bottom: 0.556vw !important;
    }

    .about-block__headline {
        margin: 0 0 0.667vw;
        padding-top: 0.222vw;
        font-size: 1.444vw;
    }

    .about-block__text {
        margin-bottom: 0.667vw;
        font-size: 0.944vw;
    }

    .about-block__bottom {
        margin-top: 1vw;
        padding: 0.722vw 0.889vw;
        border: 0.056vw solid #d9e2ee;
        border-radius: 0.556vw;
    }

    .about-block__features {
        width: calc(100% - 10.333vw);
        margin-right: 0.889vw;
        margin-bottom: 0;
    }

    .about-block__feature {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 0;
        font-size: 0.944vw;
        padding-right: 0.556vw;
    }

    .about-block__icon {
        flex: 0 0 1.667vw;
        width: 1.667vw;
        height: 1.667vw;
        margin-right: 0.444vw;
        box-shadow: inset 0 0.056vw 0.056vw rgba(255, 255, 255, 0.35);
    }

    .about-block__icon::before {
        font-size: 0.778vw;
    }

    .about-block__btn {
        flex: 0 0 auto;
        height: 2.333vw;
        padding: 0 1.111vw;
        font-size: 0.833vw;
        border-radius: 0.556vw;
        box-shadow: inset 0 0.056vw 0 rgba(255, 255, 255, 0.25);
    }

    .about-block__btn::after {
        margin-left: 0.444vw;
        font-size: 0.833vw;
    }

    .about-block__btn:hover::after,
    .about-block__btn:focus::after {
        transform: translateX(0.111vw);
    }
    .us-main-shop-title {
    font-size: 1.556vw;
    padding: 1.889vw 0;
}
}



