div.header-top {
    display: flex;
}

.mobile-home {
    display: none;
}

/*#oct-menu-box:hover #oct-menu-dropdown-menu {*/
/*    visibility: hidden !important;*/
/*}*/

.us-main-shop-title {
    display: none;
}

.us-categories-box {
    background-color: #FFF;
}

.shop-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

* {
    scrollbar-color: #6393afb4 rgb(206, 206, 206);
    scrollbar-width: thin;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 64px;
    /* line-height: 64px; */
    letter-spacing: 0%;
}

.h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    /* line-height: 48px; */
    letter-spacing: 0%;
    color: #181f26;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    /* line-height: 36px; */
    letter-spacing: 0%;
}

.h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 28px;
    /* line-height: 36px; */
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
    transition: all 0.2s;
    cursor: pointer;
}

.sub1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    /* line-height: 24px; */
    letter-spacing: 0%;
    color: #495057;
}

.sub2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    /* line-height: 20px; */
    letter-spacing: 0%;
    color: #495057;
}

.p-lg {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    /* line-height: 24px; */
    letter-spacing: 0%;
}

.p-md {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 20px; */
    letter-spacing: 0%;
    color: #a0a0a0;
}

.p-sm {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 16px; */
    letter-spacing: 0%;
}


.l-lg,
.l-md,
.l-sm {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0%;
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}
.overline {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 16px; */
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #6c757d;
}
.btn-lg {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 24px;
    /* line-height: 24px; */
    letter-spacing: 0%;
}
.btn-sm {
    /* fw 400 => 600 */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
}

.btn-section {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}
.footer-title {
    font-weight: 600 !important;
    margin-bottom: 12px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    letter-spacing: 0%;
}

.nv-container {
    max-width: 1720px;
    margin: 0 auto;
}

.nv-header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
}

.nv-header-top-wrapper {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #c5c5c5;
    z-index: 100;
}

.nv-header-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 80px;
}

.nv-header-logo {
    display: none;
}

.nv-header-logo img {
    height: 60px;
}

.nv-header-search-wrapper {
    flex-grow: 1;
}

.nv-header-search {
    display: flex;
    justify-content: space-between;
    border: 1px solid #0672b1;
    border-radius: 12px;
    height: 44px;
    overflow: clip;
}

#nv-header-search-input {
    width: 100%;
    border: none;
    padding-left: 1rem;
}

div#us_overlay.active {
    z-index: 0; !important;
    display: block;
}

.nv-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    padding: .75rem;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: white;
    background-color: #0672b1;
}

.nv-header-right-wrapper {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.nv-header-city-wrapper {
    position: relative;
    width: 200px;
}

.nv-header-city-header {
    display: flex;
    gap: .5rem;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.nv-header-city-selected {
    /*display: none;*/
}

.nv-header-city-list {
    position: absolute;
    top: 2rem;
    left: 1.2rem;
    width: 100%;
    padding: 3px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.nv-header-city-list li {
    padding: 12px;
    text-decoration: none;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    background: transparent;
    transition: background-color .2s;
}
.nv-header-city-list li:hover {
    background: #f1f1f1;
}
.nv-header-city-list.active {
    opacity: 1;
    pointer-events: auto;
}

.nv-header-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.nv-header-buttons .nv-header-icon-btn {
    position: relative;
    padding: 0;
    border: none;
    background: none;
}

.nv-header-buttons .nv-header-icon-btn.show-counter::after {
    content: attr(data-count);
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #e74c3c;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 0 2px white;
    z-index: 2;
}

.nv-header-bottom-wrapper {
    display: none;
    position: relative;
    border-bottom: 1px solid #c5c5c5;
    z-index: 99;
    background: #ffffff;
    transition: transform .3s;
}

.nv-header.collapsed .nv-header-bottom-wrapper {
    transform: translateY(-100%);
}

.nv-header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 64px;
}

.nv-header-catalog-wrapper {
    position: relative;
}

.nv-header-catalog-wrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    padding: .75rem 2rem;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: white;
    border-radius: 12px;
    background-color: #0672b1;
}

.nv-header-catalog-wrapper .nv-catalog-back {
    display: none;
}
.nv-header-catalog-wrapper .nv-header-catalog-menu {
    position: absolute;
    top: 4rem;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    max-width: 1700px;
    width: 90vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.nv-header-catalog-wrapper.active .nv-header-catalog-menu {
    opacity: 1;
    pointer-events: auto;
}

.nv-header-catalog-menu .nv-catalog-level {
    display: flex;
    flex-direction: column;
    max-height: 60vh;
    padding: .5rem;
    margin: 0;
    border-radius: 12px;
    background-color: #FFFFFF;
    list-style: none;
    font-size: 16px;
    overflow-y: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.nv-catalog-level.nv-catalog-lvl-1,
.nv-catalog-level.nv-catalog-lvl-2 {
    display: none;
}

.nv-catalog-level.nv-catalog-lvl-1.active,
.nv-catalog-level.nv-catalog-lvl-2.active {
    display: flex;
}

.nv-header-catalog-menu .nv-catalog-level li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s;
}

.nv-header-catalog-menu .nv-catalog-level li div:hover {
    background: #f1f1f1;
}

.nv-header-catalog-menu .nv-catalog-level li div i {
    color: #0672b1;
}

.nv-header-nav {
    flex-grow: 1;
}

.nv-header-nav > ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    word-break: keep-all;
}

.nv-header-nav ul > li {
    transition: color .3s;
}

.nv-header-nav ul > li:hover {
    color: #0672b1;
}

.nv-dropdown-nav {
    position: relative;
}

.nv-dropdown-nav span {
    cursor: pointer;
}

.nv-dropdown-nav button {
    display: flex;
    align-items: center;
    gap: .5rem;
    border: none;
    background: none;
    font-weight: 700;
    transition: color .3s;
}

.nv-dropdown-nav button:hover {
    color: #0672b1;
}

.nv-dropdown-nav button i {
    transition: transform .3s;
}

.nv-dropdown-nav.active button i {
    transform: rotate(180deg);
}

.nv-dropdown-nav > ul {
    position: absolute;
    top: 2rem;
    left: -.5rem;
    padding: 3px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.nv-dropdown-nav > ul a {
    padding: 12px;
    text-decoration: none;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    background: transparent;
    color: #000000;
    transition: background-color .2s;
}
.nv-dropdown-nav > ul a:hover {
    background: #f1f1f1;
}
.nv-dropdown-nav.active > ul {
    opacity: 1;
    pointer-events: auto;
}

.nv-header-contact {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nv-header-contact .nv-header-phone,
.nv-header-contact .nv-header-email {
    display: none;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    padding: .65rem 1.5rem;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid #0672b1;
    white-space: nowrap;
    word-break: keep-all;
}

.nv-header-contact .nv-header-phone {
    color: white;
    background-color: #0672b1;
    transition: background-color .2s, color .2s;
}
.nv-header-contact .nv-header-phone:hover,
.nv-header-contact .nv-header-phone:active {
    color: #0672b1;
    background-color: transparent;
}
.nv-header-contact .nv-header-phone i {
    transform: rotate(90deg);
}

.nv-header-contact .nv-header-email {
    color: #0672b1;
    background-color: transparent;
    transition: background-color .2s, color .2s;
}
.nv-header-contact .nv-header-email:hover,
.nv-header-contact .nv-header-email:active {
    color: white;
    background-color: #0672b1;
}


.nv-section-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    margin-bottom: 2rem;
}

.nv-section-heading h2.nv-heading {
    font-size: 48px !important;
    font-weight: 700;
    border-left: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nv-section-heading .nv-subheading {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.nv-module-featured {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.nv-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.nv-product-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 450px;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px;
}

.nv-product-item-img {
    display: grid;
    place-items: center;
    margin-bottom: .5rem;
}

.nv-product-item-title {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5rem;
}

.nv-product-item-stock {
    margin: .5rem 0;
}
.nv-product-item-stock .stock-in-store {
    font-weight: 400;
    font-size: 16px;
    color: #a0a0a0;
}
.nv-product-item-stock .stock-mag {
    color: #3498db;
    font-weight: 400;
    font-size: 16px;
}

.nv-product-item-price {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem;
}

.nv-product-item-price-actual {
    color: #0672b1;
    font-size: 24px;
    font-weight: 600;
}

.nv-product-item-price-new {
    color: #0672b1;
    font-size: 24px;
    font-weight: 600;
}

.nv-product-item-price-old {
    color: #e40707;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

.nv-product-item-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 8px;
    color: white;
    border-radius: 10px;
    background-color: #0672b1;
    border: 2px solid #0672b1;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .3s, color .3s;
}

.nv-product-item-cart:hover {
    background-color: white;
    color: #0672b1;
}

.nv-product-item .us-module-stickers {
    display: flex;
    top: 14px;
    right: 14px;
    flex-direction: row-reverse;
    gap: 4px;
}

.nv-product-item .us-module-stickers-sticker {
    position: relative;
    /*visibility: hidden;*/
    pointer-events: none;
    min-width: 32px;
    max-width: 32px;
    max-height: 32px;
    overflow: hidden;
    border-radius: 9999px;
}

.nv-product-item .us-module-stickers-sticker-stickers_special::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    background: url("/image/new-main/icons/percent.svg") no-repeat;
    background-size: 32px 32px;
}

.nv-product-item .us-module-stickers-sticker-stickers_ends::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    background: url("/image/new-main/icons/delivery.svg") no-repeat;
    background-size: 32px 32px;
}

/* Блок Акционные категории */
.nv-promo-categories-section {
    margin-bottom: 3rem;
}

.nv-promo-categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1rem;
    row-gap: 1.5rem;
}

.nv-promo-category {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 400px;
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #FFFFFF;
    overflow-x: hidden;
    /*transition: box-shadow .2s;*/
}

/*.nv-promo-category:hover {*/
/*    box-shadow: rgba(0, 0, 0, 0) 0px 8px 24px;*/
/*}*/

.nv-promo-category-card {
    padding: .5rem;
    z-index: 2;
}

.nv-promo-category:hover .nv-promo-category-card {
    pointer-events: none;
}

.nv-promo-category-card span {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    /*padding: .25rem .75rem;*/
    /*background: #FFFFFF;*/
    /*border-radius: 7px;*/
    color: #FFFFFF;
    z-index: 100;
    transition: color .3s, transform .3s, width .3s;
}

.nv-promo-category:hover .nv-promo-category-card span {
    color: #000000;
    transform: translateY(-167px) scale(.7);
}

.nv-promo-category-card img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #FFFFFF;
}

.nv-promo-category-card-img {
    opacity: 1;
    transition: opacity .3s;
}

.nv-promo-category:hover .nv-promo-category-card-img {
    opacity: 0;
}

.nv-promo-category-card-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .4);
    z-index: 10;
    transition: opacity .2s;
}

/*.nv-promo-category:hover::after {*/
/*    opacity: 0;*/
/*}*/

.nv-promo-category-carousel {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    height: 100%;
    padding-left: 2rem;
    animation: move-marquee 10s linear infinite;
}

@keyframes move-marquee {
    to {
        transform: translate(-50%);
    }
}

.nv-promo-category-product {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    height: calc(100% - 5.5rem);
    max-width: 200px;
    padding: 5px 10px;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px;
}

.nv-promo-category-product-img {
    display: grid;
    place-items: center;
    height: 140px;
    margin-bottom: 1rem;
}

.nv-promo-category-product-img img {
    max-width: 100%;
    max-height: 100%;
    height: 140px;
    object-fit: cover;
}

.nv-promo-category-product-name {
    font-size: 14px;
    font-weight: 700;
}

.nv-promo-category-product-price {
    flex-grow: 1;
    display: flex;
    column-gap: 7px;
    align-items: end;
    margin-top: auto;
    /*justify-content: end;*/
}

.nv-promo-category-product-price-actual {
    color: #0672b1;
    font-size: 20px;
    font-weight: 600;
}

.nv-promo-category-product-price-new {
    color: #0672b1;
    font-size: 20px;
    font-weight: 600;
}

.nv-promo-category-product-price-old {
    color: #e40707;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.nv-mobile-logo {
    position: sticky;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    height: 80px;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #c5c5c5;
    background: #FFFFFF;
}
.nv-mobile-logo img {
    height: 50px;
}

#nv-mobile-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 60px;
    width: 100%;
    border-top: 2px solid #c5c5c5;
    z-index: 1000;
}
#nv-mobile-navbar button,
#nv-mobile-navbar a {
    display: grid;
    place-items: center;
    border: none;
    background: #FFFFFF;
}

#nv-mobile-navbar .nv-mobile-navbar-catalog {
    background: #0672b1;
    color: #ffffff;
    font-size: 24px;
}

#nv-mobile-navbar .nv-mobile-navbar-info {
    color: #0672b1;
    font-size: 24px;
}

.nv-mobile-menu-content a {
    text-decoration: underline;
    color: #0672b1;
}

.nv-mobile-menu-content {
    padding: .5rem 1rem;
}



#nv-mobile-catalog,
#nv-mobile-info {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    transform: translate(-100vw);
    z-index: 1010;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform .3s;
}

#nv-mobile-catalog.active,
#nv-mobile-info.active {
    transform: translate(0);
}

.nv-mobile-menu-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 1rem;
    padding-top: .5rem;
    border-bottom: 1px solid #c5c5c5;
}

.nv-mobile-menu-heading span {
    font-size: 24px;
    font-weight: 700;
}

.nv-mobile-menu-heading button {
    border: none;
    background: none;
    font-size: 24px;
    padding: .5rem 1rem;
}

.nv-mobile-catalog-content {
    overflow: hidden;
}

.nv-mobile-catalog-content .nv-catalog-level {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: .5rem;
    margin: 0;
    border-radius: 12px;
    background-color: #FFFFFF;
    list-style: none;
    font-size: 16px;
    overflow-y: auto;
}


.nv-mobile-catalog-content .nv-catalog-lvl-1 {
    z-index: 1011;
}
.nv-mobile-catalog-content .nv-catalog-lvl-2 {
    z-index: 1012;
}

.nv-mobile-catalog-content .nv-catalog-lvl-1,
.nv-mobile-catalog-content .nv-catalog-lvl-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(100vw);
    transition: transform .3s;
}

.nv-mobile-catalog-content .nv-catalog-lvl-1.active,
.nv-mobile-catalog-content .nv-catalog-lvl-2.active {
    transform: translateX(0);
}

.nv-mobile-catalog-content .nv-catalog-level li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    background: transparent;
    border-radius: 8px;
    transition: background-color .3s;
}

.nv-mobile-catalog-content .nv-catalog-level li div:hover {
    background: #f1f1f1;
}

.nv-mobile-catalog-content .nv-catalog-level li div i {
    color: #0672b1;
}

.nv-mobile-catalog-content li.nv-catalog-back div {
    display: flex;
    justify-content: start;
    gap: 1rem;
}

.nv-header-additional-link {
    display: none;
}

.nv-services .nv-featured-grid {
    column-gap: 8rem;
}

@media (min-width: 1024px) {
    #nv-mobile-navbar,
    #nv-mobile-catalog,
    #nv-mobile-info,
    .nv-mobile-logo {
        display: none;
    }

    .nv-header-logo {
        display: block;
    }

    .nv-header-bottom-wrapper {
        display: block;
    }

    .nv-header-right-wrapper {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .nv-header-additional-link {
        display: block;
    }
    /*.nv-header-city-selected {*/
    /*    display: block;*/
    /*}*/
    .nv-header-top {
        gap: 4rem;
    }
}

@media (min-width: 1536px) {
    .nv-header-contact .nv-header-phone {
        display: flex;
    }
    .nv-header-top {
        gap: 6rem;
    }
}

@media (min-width: 1636px) {

    .nv-header-contact .nv-header-email {
        display: flex;
    }
    .nv-header-top {
        gap: 8rem;
    }
}