@charset "UTF-8";
#application
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.visually-hidden, .visually-hidden-delay {
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    overflow: hidden;
    white-space: nowrap
}

.header__item, a {
    text-decoration: none
}

.header__catalog-category-field-title, .header__catalog-category-main-item, .header__item, body {
    font-family: var(--font-primary);
    font-weight: 400
}

.main-banner__left-slide:hover .main-banner__img, .product-info-block__photo-container.swiper-slide-thumb-active, .product-info-block__photo-container:hover {
    filter: grayscale(0)
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100;
    src: local("Inter"), url("./fonts/Inter-Thin.ttf") format("ttf"), url("./fonts/Inter-Thin.woff") format("woff"), url("./fonts/Inter-Thin.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    src: local("Inter"), url("./fonts/Inter-ExtraLight.ttf") format("ttf"), url("./fonts/Inter-ExtraLight.woff") format("woff"), url("./fonts/Inter-ExtraLight.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: local("Inter"), url("./fonts/Inter-Light.ttf") format("ttf"), url("./fonts/Inter-Light.woff") format("woff"), url("./fonts/Inter-Light.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: local("Inter"), url("./fonts/Inter-Regular.ttf") format("ttf"), url("./fonts/Inter-Regular.woff") format("woff"), url("./fonts/Inter-Regular.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: local("Inter"), url("./fonts/Inter-Medium.ttf") format("ttf"), url("./fonts/Inter-Medium.woff") format("woff"), url("./fonts/Inter-Medium.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: local("Inter"), url("./fonts/Inter-SemiBold.ttf") format("ttf"), url("./fonts/Inter-SemiBold.woff") format("woff"), url("./fonts/Inter-SemiBold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: local("Inter"), url("./fonts/Inter-Bold.ttf") format("ttf"), url("./fonts/Inter-Bold.woff") format("woff"), url("./fonts/Inter-Bold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: local("Inter"), url("./fonts/Inter-ExtraBold.ttf") format("ttf"), url("./fonts/Inter-ExtraBold.woff") format("woff"), url("./fonts/Inter-ExtraBold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: local("Inter"), url("./fonts/Inter-Black.ttf") format("ttf"), url("./fonts/Inter-Black.woff") format("woff"), url("./fonts/Inter-Black.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: NeutralFace;
    font-style: normal;
    font-weight: 300;
    src: local("NeutralFace"), url("./fonts/NeutralFaceRegular.woff") format("woff"), url("./fonts/NeutralFaceRegular.woff2") format("woff2"), url("./fonts/NeutralFace.otf") format("otf");
    font-display: swap
}

@font-face {
    font-family: NeutralFace;
    font-style: normal;
    font-weight: 700;
    src: local("NeutralFace"), url("./fonts/NeutralFaceBold.woff") format("woff"), url("./fonts/NeutralFaceBold.woff2") format("woff2"), url("./fonts/NeutralFace-Bold.otf") format("otf");
    font-display: swap
}

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

body {
    background-color: #fff;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizespeed;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    transition: 0.2s ease padding-top;
}

.main {
    flex-grow: 1
}

.body-noscroll, .brand-business__left {
    overflow: hidden
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, h5, h6, li, ol[class], p, ul[class] {
    margin: 0
}

ul {
    list-style-type: none
}

a {
    color: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary)
}

ol[class], ul[class] {
    list-style: none;
    padding: 0
}
.type-list ul{
    list-style:disc;
    padding-left:40px;
}
img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

input, select, textarea {
    font: inherit
}

a, button {
    cursor: pointer
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: polygon(0 0, 0 0, 0 0)
}

.visually-hidden-delay {
    clip: rect(0 0 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    transition: .5s
}

.header__account-options, .header__logo {
    border-left: 1px solid var(--color-gray-light)
}

:root {
    --color-blue: #0047BB;
    --color-black: #000;
    --color-dark: #313235;
    --color-white: #FFF;
    --color-gray: #B5B7BA;
    --color-gray-dark: #F7F7F7;
    --color-gray-light: #DCE1E9;
    --color-white-dark: #F7F8FA;
    --color-white-extra-dark: #97999B;
    --color-white-header-order-dark: #A8A8A8;
    --color-red: #D82020;
    --font-primary: "Inter", sans-serif;
    --font-secondary: "Neutralface", sans-serif;
    --main-padding: 100px;
    --main-margin-top: 80px;
    --transition-opacity: 0.3s;
    --opacity-value: 0.6;
    --width-arrow: 24px;
    --d-arrow: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666";
    --d-arrow-button: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19";
    --margin-top: 80px;
    --swiper-pagination-bullet-inactive-color: var(--color-white);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--color-blue);
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px
}

@media (max-width: 1800px) {
    :root {
        --main-padding: 80px
    }
}

@media (max-width: 1650px) {
    :root {
        --main-padding: 60px
    }
}

@media (max-width: 1550px) {
    :root {
        --main-padding: 40px
    }
}

@media (max-width: 1450px) {
    :root {
        --main-padding: 20px
    }
}

@media (max-width: 1220px) {
    :root {
        --main-padding: 30px
    }
}

@media (max-width: 1024px) {
    :root {
        --swiper-pagination-bullet-width: 6px;
        --swiper-pagination-bullet-height: 6px;
        --swiper-pagination-bullet-horizontal-gap: 3px;
        --margin-top: 60px;
        --main-margin-top: 60px
    }
}

@media (max-width: 768px) {
    :root {
        --main-padding: 20px
    }
}

@media (max-width: 500px) {
    :root {
        --main-padding: 16px
    }
}

.header {
    padding: 0 var(--main-padding);
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-light);
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    height: 80px
}

.header-auth .logo img
{
    height: 60px;
}

.header-auth .logo,
.header-auth .empty
{
    flex-grow: 1;
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}

.header__account-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    height: 100%;
    padding-left: 20px;
    margin-left: 20px
}

.header__account-svg {
    width: 30px;
    height: 30px;
    color: var(--color-dark)
}

.header__account-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-opacity);
    padding: 0 !important;
    height: 100%
}

.header__account-link:hover {
    opacity: var(--opacity-value)
}

.header__account-link_search .header__account-svg.header__account-svg_hidden {
    display: none
}

.header__nav {
    display: grid;
    grid-template-columns:66fr 40fr 66fr;
    position: relative;
    height: 100%
}

.header__logo {
    width: 100%;
    max-width: 400px;
    height: 100%;
    border-right: 1px solid var(--color-gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-left: 20px;
    padding-right: 20px
}

.header__logo-svg {
    color: var(--color-blue)
}

.header__logo-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 32px
}

.header__logo-spinner__item {
    display: inline-block;
    height: 8px;
    width: 32px;
    background-color: var(--color-blue);
    box-shadow: 0 12px var(--color-blue), 0 -12px var(--color-blue);
    animation-delay: 1.2s
}

.header__logo-spinner--animate {
    animation: 1.2s ease-in-out 3 headerWave
}

@keyframes headerWave {
    0%, 100% {
        box-shadow: 0 12px var(--color-blue), 0 -12px var(--color-blue)
    }
    50% {
        box-shadow: 0 0 var(--color-blue), 0 0 var(--color-blue)
    }
}

.header__list {
    display: flex
}

.header__item {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    padding: 30.5px 20px;
    position: relative;
    white-space: nowrap
}

@media screen and (max-width: 1800px) {
    .header__item {
        font-size: 14px;
        line-height: 17px
    }
}

.header__item a:visited {
    color: var(--color-dark);
    text-decoration: none
}

.header__item::after {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-blue);
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(0, -50%);
    transition: .7s
}

.header-mobile__catalog-header .burger-active-tab::after, .header__catalog-category-main-item::after, .header__catalog-category-main-item_active::after {
    position: absolute;
    height: 1px;
    background-color: var(--color-blue);
    content: ""
}

.header__item:hover::after, .header__item_active::after {
    width: 100%;
    left: 0;
    transform: translate(0, 0)
}

.header__dropdown {
    height: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: var(--color-white);
    border-width: 2px 0;
    border-style: solid;
    border-color: var(--color-gray-light);
    opacity: 0;
    transition: .7s;
    overflow: hidden
}

.header__dropdown_open {
    max-height: 390px;
    height: fit-content;
    opacity: 1
}

.header__catalog {
    display: flex;
    height: 100%
}

.header__catalog-category-main {
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid var(--color-gray-light);
    padding-left: 20px;
    width: 18%;
    max-width: 340px
}

.header__catalog-category-main-menu {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    gap: 20px
}

.header__catalog-category-main-item {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    position: relative;
    padding-bottom: 20px;
    padding-right: 40px;
    transition: var(--transition-opacity)
}

.header__catalog-category-main-item::after {
    display: block;
    bottom: 0;
    width: 0;
    transition: var(--transition-opacity)
}

.header__catalog-category-main-item_active {
    color: var(--color-blue)
}

.header__catalog-category-main-item_active::after {
    display: block;
    bottom: 0;
    width: 100%
}

.header__catalog-category-fields {
    display: none;
    padding-left: 40px;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 29px;
    max-height: 70%
}

.header-mobile__catalog .burger-active-content, .header__catalog-category-fields_active {
    display: flex
}

.header__catalog-category-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 307px
}

.header__catalog-category-field {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.header__catalog-category-field-title {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-family: var(--font-secondary);
    letter-spacing: .06em;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .header__catalog-category-main-item {
        font-size: 18px;
        line-height: 22px
    }

    .header__catalog-category-field-title {
        font-size: 14px;
        line-height: 17px
    }
}

.header__catalog-category-field-link {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-white-extra-dark);
    width: 240px;
    transition: .3s
}

.header__brands-item-name, .header__search-input-container_input, .header__search-title {
    color: var(--color-dark);
    font-weight: 400;
    font-style: normal
}

.header__catalog-category-field-link:hover {
    opacity: .6
}

.header__brands {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center
}

.header__brands-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative
}

.blog-block-article__img-container, .header__brands-item-container-img {
    width: 100%;
    overflow: hidden
}

.header__brands-item-img {
    width: 100%;
    aspect-ratio: 34/20;
    transition: .7s;
    filter: grayscale(100%)
}

.header__brands-item-name {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 24px
}

.header__brands-item:hover .header__brands-item-img {
    transform: scale(1.1);
    filter: grayscale(0)
}

.header__search-component {
    padding: 40px var(--main-padding)
}

.header__search-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--color-gray-light);
    padding: 8px 0
}

.header__search-input-container_icon {
    width: 40px;
    height: 40px
}

.header__search-input-container_input {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 24px;
    outline: 0;
    padding: 20px 20px 20px 0;
    width: 100%;
    border: none
}

.header__search-input-container_input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-gray)
}

.header__search-requests {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.header__search-title {
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .06em
}

.remove-after-init {
    display: none!important;
}

@media screen and (max-width: 1800px) {
    .header__brands-item-name, .header__search-input-container_input {
        font-size: 18px;
        line-height: 22px
    }

    .header__search-title {
        font-size: 14px;
        line-height: 17px
    }
}

.header__search-reqiest {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--color-gray);
    background-color: transparent;
    width: fit-content;
    border: none;
    padding: 0
}

@media screen and (max-width: 1800px) {
    .header__search-reqiest {
        font-size: 14px;
        line-height: 17px
    }
}

.header-mobile {
    display: none;
    padding: 0 var(--main-padding);
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-light);
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0
}

.header-mobile__main {
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -16px;
    padding-right: 16px
}

.header-mobile_open {
    background-color: var(--color-white-dark);
    height: 100vh
}

.header-mobile__content {
    height: calc(100vh - 60px);
    padding-bottom: 40px;
    grid-template-rows:1fr 48px;
    display: none;
    padding-top: 40px
}

.header-mobile__content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: fit-content
}

.header-mobile__content-header-search, .header-mobile__content-header_hidden {
    display: none
}

.header-mobile__content-header-link {
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative
}

.header-mobile__content-header-link-svg {
    width: 30px;
    height: 30px
}

.header-mobile__content-header-search_open {
    display: block
}

.header-mobile__content-header-search-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px
}

.header-mobile__content-header-search-title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: .06em;
    color: var(--color-dark);
    text-transform: uppercase
}

.header-mobile__content-header-search-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-gray);
    background-color: transparent;
    border: none;
    padding: 0;
    width: fit-content
}

.header-mobile__content-header-search-input {
    background-color: transparent;
    padding: 10px 0;
    border: none;
    outline: 0;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark)
}

.header-mobile__content-header-search-input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark)
}

.header-mobile__content-header-search-input-container {
    display: flex;
    align-items: center;
    gap: 20px
}

.header-mobile__content-header-search-input-container_left {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-gray-light);
    gap: 10px;
    flex-grow: 1
}

.header-mobile__content-header-search-input-container_close {
    background-color: transparent;
    border: none;
    padding: 0
}

.header-mobile__content_open {
    display: grid
}

.header-mobile__content-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px
}

.header-mobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-mobile__header-left {
    display: flex;
    align-items: center;
    gap: 50px
}

.header-mobile__header-accounts {
    align-items: center;
    gap: 50px;
    display: none
}

.header-mobile__header-accounts_hidden {
    display: none
}

.header-mobile__logo {
    color: var(--color-blue);
    height: 60px;
    width: fit-content
}

.header-mobile__logo-svg {
    height: 60px;
    width: 169px
}

.header-mobile__button {
    width: 28px;
    height: 23px;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative
}

.header-mobile__button-item, .header-mobile__button-item::after, .header-mobile__button-item::before {
    display: block;
    background-color: var(--color-dark);
    height: 5px;
    width: 100%
}

.header-mobile__button-item {
    transition: var(--transition-opacity)
}

.header-mobile__button-item::before {
    content: "";
    position: absolute;
    top: 0
}

.header-mobile__button-item::after {
    content: "";
    position: absolute;
    bottom: 0
}

.header-mobile__button_open .header-mobile__button-item {
    transform: rotate(-45deg)
}

.header-mobile__accordion_active .header-mobile__accordion-icon, .header-mobile__button_open .header-mobile__button-item::before {
    transform: rotate(90deg)
}

.header-mobile__button_open .header-mobile__button-item::after {
    opacity: 0
}

.header-mobile__accordion {
    display: flex;
    justify-content: space-between;
    border: none;
    width: 100%;
    transition: .4s;
    background-color: transparent;
    color: var(--color-dark);
    padding: 0
}

.header-mobile__accordion-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

.header-mobile__accordion-icon {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    color: var(--color-dark)
}

.header-mobile__accordion_active, .header-mobile__catalog-header .burger-active-tab {
    color: var(--color-blue)
}

.header-mobile__accordion-panel {
    display: none;
    overflow: hidden;
    padding-top: 20px
}

.header-mobile__catalog-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: flex-start;
    border-bottom: 1px solid var(--color-gray-light);
    overflow-x: auto
}

.header-mobile__catalog-header::-webkit-scrollbar {
    display: none
}

.header-mobile__catalog-header .burger-active-tab::after {
    display: block;
    bottom: 0;
    width: 100%
}

.header-mobile__catalog-header-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 500;
    min-width: 178px;
    position: relative;
    border: none;
    padding: 0 0 20px;
    background: 0 0;
    cursor: pointer;
    text-align: left
}

.header-mobile__catalog-content {
    padding-top: 20px;
    display: none;
    flex-wrap: wrap;
    gap: 60px
}

.header-mobile__catalog-category {
    display: none;
    flex-direction: column;
    gap: 10px
}

.header-mobile__catalog-category-title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: right;
    letter-spacing: .06em;
    color: var(--color-dark);
    width: fit-content
}

.header-mobile__catalog-category-link, .header-mobile__footer-text, .header-mobile__link {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.header-mobile__catalog-category-link {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: var(--color-white-extra-dark);
    width: fit-content
}

.header-mobile__brands {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px 7px
}

.header-mobile__link {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark)
}

.header-mobile__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #dce1e9;
    padding-top: 20px
}

.header-mobile__footer-left {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-mobile__footer-item {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border-radius: 50%
}

.about-block__button:hover {
    background-color: var(--color-blue)
}

.header-mobile__footer-item-svg {
    width: 24px;
    height: 24px;
    color: var(--color-blue)
}

.header-mobile__footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px
}

@media screen and (max-width: 340px) {
    .header-mobile__content {
        grid-template-rows:1fr
    }

    .header-mobile__footer {
        flex-direction: column;
        gap: 10px
    }

    .header-mobile__footer-right {
        align-items: flex-start
    }
}

.header-mobile__footer-text {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: var(--color-dark)
}


@media screen and (max-width: 1800px) {
    .header-mobile__catalog-header-item {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .header-mobile__catalog-header-item, .header__brands-item-name, .header__catalog-category-main-item, .header__search-input-container_input {
        font-size: 16px;
        line-height: 19px
    }
}

.eshop-block__swiper-eshop, .swiper-brands, .swiper-brands-block-slide-photos {
    position: relative
}

@media screen and (max-width: 1300px) {
    .header__logo-spinner {
        gap: 4px
    }
}

@media screen and (max-width: 1550px) {
    .header__catalog-category-field-link {
        font-size: 14px;
        line-height: 18px
    }

    .header__search-input-container_input::placeholder {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 1220px) {
    .header__catalog-category-field-title, .header__item, .header__search-title {
        font-size: 12px;
        line-height: 15px
    }

    .header__search-reqiest {
        font-size: 14px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) {
    .header{
        display: none;
    }
    .header.new-design{
        display: block;
        padding-right: 0;
    }

    .header__catalog-category-field-title, .header__item, .header__search-reqiest, .header__search-title {
        font-size: 14px;
        line-height: 17px
    }

    .header__catalog-category-field-link {
        font-size: 12px;
        line-height: 16px
    }

    .header__brands-item-name {
        padding-top: 20px
    }

    .header__search-input-container_input::placeholder {
        font-size: 12px;
        line-height: 16px
    }

    .header-mobile {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .header__logo-spinner {
        gap: 2px
    }

    .header__catalog-category-field-title, .header__item, .header__search-reqiest, .header__search-title {
        font-size: 14px;
        line-height: 17px
    }

    .header__catalog-category-field-link {
        font-size: 16px;
        line-height: 19px
    }

    .header__brands-item-img {
        filter: grayscale(0%)
    }

    .header__search-input-container_input::placeholder {
        font-size: 16px;
        line-height: 19px
    }

    .header-mobile__header-accounts, .header-mobile__header-left {
        gap: 20px
    }
}

.main-banner {
    background-color: var(--color-white-dark);
    display: grid;
    grid-template-columns:97fr 95fr;
    position: relative;
    height: calc(100vh - var(--margin-top))
}

@media (max-height: 840px) and (min-width: 1700px) {
    .main-banner {
        height: auto
    }
}

@media (min-height: 1400px) {
    .main-banner {
        height: auto
    }
}

.main-banner__left-hover-block {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 208px 33px;
    transition: opacity .5s linear
}

.main-banner__img {
    width: 100%;
    height: auto;
    transition: var(--transition-opacity);
    object-fit: cover;
    aspect-ratio: 1/1;
    filter: grayscale(1)
}

.main-banner__img-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.main-banner__left {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: background-color .5s linear;
    height: 100%
}

.main-banner__left-pagiantion {
    bottom: auto !important;
    top: 30px !important
}

.main-banner__left-swiper {
    max-width: 100%;
    height: 100%
}

.main-banner__left-title {
    font-size: 30px;
    line-height: 36px;
    color: var(--color-white);
    font-weight: 300;
    text-transform: uppercase
}

.main-banner__left-buy-label, .main-banner__left-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .main-banner__left-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .main-banner__left-title {
        font-size: 22px;
        line-height: 28px
    }
}

.main-banner__left-buy {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background-color: var(--color-white);
    transition: var(--transition-opacity)
}

.main-banner__left-buy:hover {
    opacity: var(--opacity-value)
}

.main-banner__left-buy-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (max-width: 1800px) {
    .main-banner__left-buy-label {
        font-size: 14px;
        line-height: 17px
    }
}

.main-banner__left-buy-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg);
    cursor: pointer
}

.main-banner__left-footer, .main-banner__title-container {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute
}

.main-banner__left-footer {
    bottom: 50px;
    justify-content: space-between;
    gap: 10px;
    padding: 0 var(--main-padding) 0 40px;
    z-index: 2
}

.main-banner__left-text {
    font-size: 18px;
    line-height: 22px;
    max-width: 278px;
    color: var(--color-blue)
}

.main-banner__title-container {
    max-height: 136px;
    left: 0
}

.main-banner__title, .main-banner__title-container span {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: .1em;
    color: var(--color-blue);
    transform: translate(-50%, 0);
    left: 50%;
    font-family: var(--font-primary);
    font-style: normal;
    text-align: center;
    display: flex;
    text-transform: uppercase;
    white-space: nowrap
}

.main-banner__title-container span {
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white-dark);
    width: 110%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    transition: .9s
}

.main-banner__title-container:first-child {
    top: -8%
}

.main-banner__title-container:nth-child(2) {
    bottom: 58.3%;
    height: 25.1%
}

.main-banner__title-container:nth-child(3) {
    top: 58.3%;
    height: 25.1%
}

.main-banner__video-container {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .9s
}

.about-block__button, .about-block__button-icon path, .brands-block-slide__left-btn-arrow path {
    transition: var(--transition-opacity)
}

.main-banner__content {
    position: relative;
    width: 42.6%;
    max-width: 413px;
    height: 59%;
    aspect-ratio: 413/542;
    max-height: 600px
}

.main-banner__content:hover .main-banner__title-container span {
    animation: .9s forwards open-video;
    width: 160%
}

.main-banner__content:hover .main-banner__video-container {
    transform: scale(1.6)
}

.main-banner__title {
    z-index: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: absolute
}

.main-banner__video {
    height: 100%;
    z-index: 3
}

.main-banner__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1025px) {
    section.main-banner .main-banner__container {
        display: none
    }
}

@keyframes open-video {
    from {
        height: 100%
    }
    to {
        height: 0
    }
}

.about-block {
    overflow: hidden;
    height: 100vh;
    position: relative
}

.about-block__image-container {
    height: 100%
}

.about-block__bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-block__bg-shadow {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.about-block__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-block__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-white);
    text-align: center;
    line-height: 120%
}

.about-block__button-label, .brands-block-slide__left-btn-label, .brands-block-slide__title {
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal
}

.about-block__button {
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px 20px 66px;
    width: 270px;
    margin: 40px auto 0
}

.about-block__button-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    color: var(--color-white);
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .main-banner__title, .main-banner__title-container span {
        font-size: 2.4vw
    }

    .main-banner__container {
        padding-left: 61px
    }

    .about-block__button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.about-block__button-icon {
    height: 24px;
    width: 54px;
    color: var(--color-white)
}

.brands-block-slide__left-btn-arrow, .brands-block-slide__left-btn-label, .brands-block-slide__title {
    color: var(--color-dark);
    color: var(--color-dark)
}

.about-block__button:hover .about-block__button-icon path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.brands-block-slide {
    padding-left: 103px;
    padding-right: 120px
}

@media screen and (max-width: 1800px) {
    .brands-block-slide {
        padding-left: 73px;
        padding-right: 90px
    }
}

@media screen and (max-width: 1450px) {
    .about-block__title {
        font-size: 45px;
        line-height: 55px
    }

    .brands-block-slide {
        padding-left: 53px;
        padding-right: 70px
    }
}

.brands-block-slide__title {
    font-size: 60px;
    line-height: 72px;
    margin: 0 auto;
    width: fit-content;
    z-index: 9;
    position: relative
}

@media screen and (max-width: 1800px) {
    .brands-block-slide__title {
        font-size: 52px;
        line-height: 64px
    }
}

.brands-block-slide__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 60px
}

.brands-block-slide__left {
    width: 24.3%;
    max-width: 412px;
    z-index: 3;
    padding-bottom: 40px
}

@media screen and (max-width: 1450px) {
    .brands-block-slide__title {
        font-size: 42px;
        line-height: 54px
    }

    .brands-block-slide__content {
        margin-top: 40px
    }

    .brands-block-slide__left {
        padding-bottom: 30px
    }
}

.brands-block-slide__left-btn {
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 35.5px;
    background-color: var(--color-white);
    border: 1px solid var(--color-dark);
    margin-top: 40px;
    width: 270px;
    display: grid;
    grid-template-columns:163px 45px;
    padding-right: 0;
    gap: 5px
}

@media screen and (max-width: 1550px) {

    .brands-block-slide__left-btn {
        height: 54px;
        padding-right: 25.5px;
        padding-left: 25.5px
    }
}

@media screen and (max-width: 1450px) {
    .brands-block-slide__left-btn {
        margin-top: 20px
    }
}

.brands-block-slide__left-btn-label {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brands-block-slide__left-btn-label {
        font-size: 14px;
        line-height: 17px
    }
}

.brands-block-slide__left-btn-arrow {
    width: 45px;
    height: 24px
}

.brands-block-slide__left-btn:hover {
    border-color: var(--color-blue)
}

.brands-block-slide__left-btn:hover .brands-block-slide__left-btn-label, .swiper-brands__header-btn-next:hover .arrow-svg path, .swiper-brands__header-btn-prev:hover .arrow-svg path {
    color: var(--color-blue)
}

.brands-block-slide__left-btn:hover .brands-block-slide__left-btn-arrow {
    color: var(--color-blue);
    width: 45px
}

.brands-block-slide__left-btn:hover .brands-block-slide__left-btn-arrow path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.brands-block-slide__left-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brands-block-slide__left-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .brands-block-slide__left-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .brands-block-slide__content {
        gap: 30px
    }

    .brands-block-slide__left-title {
        font-size: 28px;
        line-height: 34px
    }
}

.brands-block-slide__left-description {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    margin-top: 20px
}

@media screen and (max-width: 1800px) {
    .brands-block-slide__left-description {
        font-size: 14px;
        line-height: 17px
    }
}

.brands-block-slide__center {
    width: 34%;
    max-width: 560px;
    z-index: 3;
    position: relative
}

.brands-block-slide__center-photos__container-slide {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    padding: 1px
}

.brands-block-slide__right {
    width: 27.5%;
    height: 27.5%;
    max-width: 466px;
    max-height: 466px;
    position: relative
}

.brands-block-slide__right::after {
    content: "";
    display: block;
    border: 2px solid #f7f8fa;
    border-radius: 50%;
    width: calc(100% + 146px);
    height: calc(100% + 146px);
    top: -73px;
    left: -73px;
    position: absolute;
    z-index: 1
}

.brands-block-slide__right::before {
    content: "";
    display: block;
    border: 2px solid #f7f8fa;
    border-radius: 50%;
    width: calc(100% + 362px);
    height: calc(100% + 362px);
    top: -181px;
    left: -181px;
    position: absolute;
    z-index: 1
}

.brands-block-slide__right-btn {
    aspect-ratio: 1/1;
    max-width: 466px;
    max-height: 466px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    transition: 1s
}

.brands-block-slide__right-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 27px solid transparent;
    border-left: 40px solid var(--color-white);
    transform: translate(-25%, -50%)
}

.brands-block-slide__right-btn-video {
    height: 100%
}

.brands-block-slide__right-btn:hover {
    transform: scale(1.15)
}

.swiper-brands-block-slide-photos__btn-next {
    position: absolute;
    bottom: 4.19%;
    right: -6.6%;
    z-index: 3;
    background-color: var(--color-white);
    border: none;
    border-radius: 50%;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center
}

.swiper-brands-block-slide-photos__btn-next .brands-block-slide__left-btn-arrow {
    width: 50px;
    position: absolute;
    left: 35%;
    transition: left var(--transition-opacity)
}

.eshop-block-card__button-icon, .eshop-block-card__button-icon path, .eshop-block-card__button::after {
    transition: var(--transition-opacity)
}

.swiper-brands-block-slide-photos__btn-next:hover .brands-block-slide__left-btn-arrow {
    color: var(--color-blue);
    width: 50px;
    left: 25%
}

.swiper-brands-block-slide-photos__btn-next:hover .brands-block-slide__left-btn-arrow path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.brands-block {
    padding-top: 80px
}

@media screen and (max-width: 1650px) {
    .brands-block-slide__left {
        width: 30%
    }

    .brands-block-slide__left-btn {
        width: 260px
    }

    .brands-block {
        padding-top: 60px
    }
}

@media screen and (max-width: 1450px) {
    .brands-block-slide__left-description {
        margin-top: 10px
    }

    .brands-block-slide__center {
        width: 36%
    }

    .brands-block-slide__right {
        margin: auto 0
    }

    .swiper-brands-block-slide-photos__btn-next {
        width: 84px;
        height: 84px;
        padding: 20px
    }

    .brands-block {
        padding-top: 45px
    }
}

.brands-block__title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: center;
    letter-spacing: .06em;
    margin-bottom: 40px
}

.eshop-block-card__price, .swiper-brands__header-pagination {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .brands-block__title {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1450px) {
    .brands-block__title {
        margin-bottom: 30px
    }
}

.swiper-brands__header-swiper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
    padding-right: calc(var(--main-padding) + 20px);
    z-index: 5;
    transform: translate(0, 25%)
}

@media screen and (max-width: 1450px) {
    .swiper-brands__header-swiper {
        gap: 70px
    }
}

.swiper-brands__header-btn-next, .swiper-brands__header-btn-prev {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-dark);
    height: 40px
}

.swiper-brands__header-arrow {
    width: 70px;
    height: 40px
}

.swiper-brands__header-pagination {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2px
}

.eshop-block-card {
    position: absolute;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 10px
}

.eshop-block-card__photo {
    height: 100%;
    aspect-ratio: 300/310;
    object-fit: contain;
    width: 100%
}

.eshop-block-card__content {
    height: 33.2%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

@media screen and (max-width: 1450px) {
    .swiper-brands__header-arrow {
        width: 60px;
        height: 30px
    }

    .eshop-block-card__content {
        gap: 7px
    }
}

@media screen and (max-width: 1220px) {
    .main-banner__left-title {
        font-size: 18px;
        line-height: 24px
    }

    .main-banner__left-buy {
        padding: 10px
    }

    .about-block__button-label, .main-banner__left-buy-label {
        font-size: 12px;
        line-height: 15px
    }

    .main-banner__left-buy-icon {
        width: 16px;
        height: 16px
    }

    .brands-block-slide {
        padding-left: 23px;
        padding-right: 23px
    }

    .brands-block-slide__content {
        margin-top: 40px
    }

    .brands-block-slide__left-btn {
        height: 42px;
        width: 200px;
        grid-template-columns:127px 45px;
        padding-right: 10px;
        padding-left: 10px
    }

    .brands-block-slide__left-btn-label, .brands-block-slide__left-description {
        font-size: 12px;
        line-height: 15px
    }

    .brands-block {
        padding-top: 35px
    }

    .brands-block__title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px
    }

    .swiper-brands__header-swiper {
        gap: 60px
    }

    .eshop-block-card__content {
        gap: 5px;
        padding: 15px
    }
}

@media screen and (max-width: 1100px) {
    .brands-block-slide__left {
        padding-bottom: 15px
    }

    .brands-block-slide__left-btn {
        margin-top: 10px
    }

    .brands-block-slide__left-title {
        font-size: 24px;
        line-height: 30px
    }

    .eshop-block-card__content {
        gap: 3px
    }
}

.eshop-block-card__button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: none;
    padding-bottom: 12.5px;
    position: relative
}

.eshop-block-card__button::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1650px) {
    .eshop-block-card__button {
        padding-bottom: 6px
    }

    .lk-left__header {
        display: grid;
        grid-template-columns:150fr 250fr
    }
}

.eshop-block-card__button-icon {
    width: 24px;
    height: 24px
}

.eshop-block-card__button-label, .eshop-block-card__title, .product-info-block__desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .eshop-block-card__button-label, .eshop-block-card__title {
        font-size: 14px;
        line-height: 17px
    }
}

.eshop-block-card__button:hover {
    color: var(--color-blue)
}

.eshop-block-card__button:hover::after {
    width: 100%;
    background-color: var(--color-blue)
}

.eshop-block-card__button:hover .eshop-block-card__button-icon {
    width: 54px
}

.eshop-block-card__button:hover .eshop-block-card__button-icon path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.arrow-svg#right:hover, .eshop-block-card__button:hover .eshop-block-card__button-label {
    color: var(--color-blue)
}

.eshop-block-card__price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.eshop-block {
    background: url("../../../img/other/bg-eshop.png") left/cover no-repeat;
    background-color: var(--color-white-dark);
    padding-top: 80px;
    padding-bottom: 213px;
    position: relative;
    overflow: hidden
}

.eshop-block__header {
    display: grid;
    grid-template-columns:1fr 2fr 1fr;
    padding: 0 var(--main-padding)
}

.eshop-block__header::before {
    content: "";
    display: block
}

.eshop-block__header-subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: right;
    letter-spacing: .06em
}

.eshop-block__footer-title, .eshop-block__header-title {
    font-weight: 300;
    text-align: center;
    color: var(--color-blue);
    font-family: var(--font-primary);
    font-style: normal;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .eshop-block-card__price {
        font-size: 18px;
        line-height: 22px
    }

    .eshop-block__header-subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.eshop-block__header-title {
    font-size: 60px;
    line-height: 72px;
    z-index: 2
}

.eshop-block__footer-title {
    font-size: 60px;
    line-height: 72px;
    z-index: 9;
    max-width: 536px;
    margin: 0 auto;
    position: absolute;
    bottom: 82px;
    left: 50%;
    transform: translate(-50%, 0)
}

.eshop-block__video {
    height: 100%;
    z-index: 10
}

.eshop-block__video-container {
    width: 100%;
    height: 100%;
    z-index: 3
}

.eshop-block__video-container-block {
    max-width: 415px;
    width: 23%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%
}

@media (max-width: 1890px) {
    .eshop-block__video-container-block {
        width: 20%
    }
}

.eshop-block__video-container_back {
    width: 100%
}

.eshop-block__video-container_back::after {
    content: "";
    display: block;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    width: calc(100% + 146px);
    height: calc(100% + 146px);
    top: -73px;
    left: -73px;
    position: absolute;
    z-index: 1
}

.eshop-block__video-container_back::before {
    content: "";
    display: block;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    width: calc(100% + 362px);
    height: calc(100% + 362px);
    top: -181px;
    left: -181px;
    position: absolute;
    z-index: 1
}

.eshop-block__video-container-content {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 100%;
    transition: 1s
}

.eshop-block__video-container-content:hover {
    transform: scale(1.05);
    z-index: 5
}

.eshop-block__swiper-eshop-container {
    position: relative;
    margin: 100px auto;
    z-index: 2
}

@media screen and (max-width: 1366px) {
    .eshop-block__swiper-eshop-container {
        margin: 60px auto
    }
}

.eshop-block__swiper-eshop-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translate(0, -50%);
    width: 44px;
    height: 44px;
    border: none;
    background-color: var(--color-white);
    padding: 0
}

.eshop-block__swiper-eshop-btn::after {
    content: ""
}

.eshop-block__swiper-eshop-btn-next {
    right: var(--main-padding)
}

.eshop-block__swiper-eshop-btn-prev {
    left: var(--main-padding)
}

.eshop-block__swiper-hover-elem {
    display: block;
    position: absolute;
    bottom: 10px;
    background-color: transparent;
    width: 36px;
    height: 36px;
    border: 12px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer
}

.eshop-block__swiper-hover-elem::before {
    content: "";
    display: block;
    width: 100px;
    height: 242px;
    /* background-color: var(--color-white); */
    border-radius: 50%;
    position: absolute;
    left: -42px;
    top: -218px;
    /* transform: translate(-50%, -50%);*/
}

.bestsellers-block__button:hover, .blog-block-article__footer-button:hover, .blog-block__item::after, .blog-block__read-btn:hover {
    background-color: var(--color-blue)
}

.eshop-block__swiper-hover-elem-block {
    width: 100%;
    height: 0;
    bottom: 0;
    border: none;
    transition: .5s;
    opacity: 0;
    position: absolute
}

.eshop-block__swiper-hover-elem-block_active {
    height: 100%;
    opacity: 1
}

.eshop-block__swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - var(--main-padding) * 2);
    margin: 0 auto
}

.eshop-block__swiper-slide-left, .eshop-block__swiper-slide-right {
    display: grid;
    align-items: center;
    grid-template-columns:1fr 1fr;
    width: 38%;
    max-width: 600px
}

.eshop-block__swiper-slide-img-container {
    overflow: hidden;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.eshop-block__swiper-slide-img {
    height: 300px;
    width: 220px;
    object-fit: contain
}

.eshop-block__swiper-slide-arrow-next, .eshop-block__swiper-slide-arrow-prev {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

.eshop-block__swiper-slide-arrow-next {
    transform: rotateY(-180deg)
}

.eshop-block__swiper-eshop-container-mobile {
    margin-top: 40px;
    position: relative;
    display: none
}

.eshop-block__swiper-eshop-mobile {
    padding: 0 80px 40px
}

input[name=star] {
    display: inline-block;
    width: 0;
    opacity: 0;
    margin-left: -2px
}

.star-source {
    width: 0;
    height: 0;
    visibility: hidden
}

.star {
    color: transparent;
    transition: color .2s ease-in-out;
    width: 24px;
    height: 24px
}

.star-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

input[name=star]:checked ~ label .star, input[name=star]:focus ~ label .star, label:hover ~ label .star, svg.star:hover {
    color: var(--color-blue);
    fill: var(--color-blue)
}

input[name=star]:checked + label .star {
    animation: .5s starred
}

@keyframes starred {
    from, to {
        color: var(--color-blue)
    }
}

.blog-block-article {
    display: grid;
    grid-template-rows:1fr 110px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 375px) {
    .header-mobile__logo-svg {
        width: 149px
    }

    .header-mobile__catalog-content {
        gap: 20px;
        flex-direction: column
    }

    .blog-block-article:nth-child(odd) {
        grid-template-rows:250px 118px;
        max-width: 303px
    }

    .blog-block-article:nth-child(2n) {
        grid-template-rows:290px 118px;
        max-width: 343px
    }

    .blog-block-article__img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.blog-block-article__footer {
    position: absolute;
    bottom: 0;
    display: grid;
    grid-template-columns:83% 17%;
    width: 100%;
    transition: .5s
}

.blog-block-article__footer-main {
    width: 100%;
    background-color: var(--color-white-dark);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.blog-block-article__footer-right {
    width: 0;
    background-color: var(--color-white-dark);
    padding: 20px 20px 20px 0;
    transition: .5s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.blog-block-article__footer-button {
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    opacity: 0;
    transition: var(--transition-opacity)
}

.blog-block-article__footer-icon {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    color: var(--color-white)
}

.blog-block-article__new {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--color-blue);
    padding: 6.5px 10px;
    background-color: var(--color-white);
    width: fit-content
}

.blog-block-article__title, .blog-block__title {
    font-family: var(--font-secondary);
    letter-spacing: .06em
}

.blog-block-article__title, .blog-block__item-label, .blog-block__read-btn-label, .blog-block__title {
    color: var(--color-dark);
    font-weight: 400
}

.blog-block-article__title {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    max-width: 420px;
    margin: 0
}

@media screen and (max-width: 1800px) {
    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 52px;
        line-height: 64px
    }

    .blog-block-article__title {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .blog-block-article__title, .eshop-block-card__price {
        font-size: 16px;
        line-height: 19px
    }

    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 42px;
        line-height: 54px
    }
}

.blog-block-article__img {
    transition: .5s;
    width: 100%;
    object-fit: cover
}

.blog-block-article:hover .blog-block-article__img {
    transform: scale(1.05)
}

.blog-block-article:hover .blog-block-article__footer {
    width: 100%;
    max-width: 100%
}

.blog-block-article:hover .blog-block-article__footer-button {
    opacity: 1
}

.blog-block-article:hover .blog-block-article__footer-bottom {
    grid-template-columns:1fr auto
}

.blog-block-article:hover .blog-block-article__footer-right {
    width: 100%
}

.blog-block {
    display: flex
}

.blog-block__left {
    background-color: var(--color-white-dark);
    display: flex;
    flex-direction: column;
    width: 23.45%;
    max-width: 450px;
    padding-top: 60px;
    padding-bottom: 20px
}

.blog-block__left-sticky {
    position: sticky;
    top: 120px
}

.blog-block__title {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
    padding-left: var(--main-padding)
}

.bestsellers-block__button-label, .bestsellers-block__title, .blog-block__item-label, .blog-block__read-btn-label, .subscribe-brand__title {
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1800px) {
    .blog-block__title {
        font-size: 14px;
        line-height: 17px
    }
}

.blog-block__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 176px
}

.blog-block__item {
    padding: 20px 20px 20px var(--main-padding);
    transition: var(--transition-opacity);
    display: flex;
    justify-content: space-between;
    position: relative
}

.blog-block__item-img-container, .blog-block__item::after {
    position: absolute;
    transition: var(--transition-opacity);
    bottom: 0
}

.blog-block__item::after {
    content: "";
    height: 2px;
    width: 0;
    left: 0
}

.blog-block__item-label {
    font-size: 20px;
    line-height: 24px
}

.blog-block__item-img-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    right: 0;
    opacity: 0
}

.blog-block__item-img-container img {
    aspect-ratio: 1/1
}

@media screen and (max-width: 1550px) {
    .swiper-brands__header-pagination {
        font-size: 14px;
        line-height: 18px
    }

    .eshop-block-card__content {
        height: 44%;
        justify-content: space-between
    }

    .blog-block-article {
        grid-template-rows:1fr 80px
    }

    .blog-block-article__new {
        font-size: 12px;
        line-height: 15px
    }

    .blog-block__title {
        margin-bottom: 30px
    }

    .blog-block__list {
        margin-bottom: 86px
    }

    .blog-block__item {
        padding: 15px 15px 15px var(--main-padding)
    }
}

.blog-block__item:hover::after {
    width: 77%
}

.blog-block__item:hover .blog-block__item-img-container {
    opacity: 1;
    transform: rotate(-25deg)
}

.blog-block__read-btn-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap
}

@media screen and (max-width: 1800px) {
    .blog-block__item-label {
        font-size: 18px;
        line-height: 22px
    }

    .blog-block__read-btn-label {
        font-size: 14px;
        line-height: 17px
    }
}

.blog-block__read-btn-icon {
    width: 54px;
    height: 24px
}

.blog-block__read-btn-icon path {
    transition: var(--transition-opacity)
}

.blog-block__right {
    display: grid;
    align-items: center;
    grid-template-columns:1fr 1fr;
    padding: 60px 100px 134px 88px;
    gap: 166px;
    max-width: 1470px;
    width: 76.56%;
    position: relative
}

@media screen and (max-width: 1800px) {
    .blog-block__right {
        gap: 80px
    }
}

@media screen and (max-width: 1450px) {
    .blog-block__list {
        margin-bottom: 46px
    }

    .blog-block__item-label {
        font-size: 16px;
        line-height: 19px
    }

    .blog-block__right {
        padding: 40px 80px 114px 68px;
        gap: 40px
    }
}

@media screen and (max-width: 1220px) {
    .eshop-block-card__button {
        padding-bottom: 5px
    }

    .blog-block__read-btn-label, .blog-block__title, .eshop-block-card__button-label, .eshop-block-card__title, .eshop-block__header-subtitle {
        font-size: 12px;
        line-height: 15px
    }

    .star {
        width: 20px;
        height: 20px
    }

    .blog-block-article__footer-button {
        width: 32px;
        height: 32px
    }

    .blog-block-article__new {
        padding: 3.5px 5px
    }

    .blog-block-article__title {
        font-size: 14px
    }

    .blog-block__item {
        padding: 12px 12px 12px var(--main-padding)
    }

    .blog-block__right {
        padding: 70px 60px 70px 48px
    }
}

@media screen and (max-width: 1024px) {

    .main-banner {
        grid-template-columns:1fr;
        grid-template-rows:600px auto;
        height: auto
    }

    .brands-block-slide__left-title, .main-banner__left-title {
        font-size: 20px;
        line-height: 24px
    }

    .about-block__button-label, .brands-block-slide__left-description, .eshop-block-card__button-label, .eshop-block-card__title, .main-banner__left-buy-label {
        font-size: 14px;
        line-height: 17px
    }

    .main-banner__content:hover .main-banner__title-container span {
        animation: none;
        width: inherit
    }

    .main-banner__content:hover .main-banner__video-container {
        transform: none
    }

    .about-block__title {
        font-size: 35px;
        line-height: 45px
    }

    .brands-block-slide__title {
        font-size: 32px;
        line-height: 44px
    }

    .brands-block-slide__content {
        margin-top: 25px
    }

    .brands-block-slide__left-btn {
        padding-right: 15px;
        padding-left: 15px;
        grid-template-columns:auto 25px;
        gap: 10px
    }

    .brands-block-slide__left-btn-label {
        font-size: 10px;
        line-height: 12px
    }

    .brands-block-slide__left-btn-arrow {
        width: 45px
    }

    .brands-block-slide__right-btn::after {
        border: 17px solid transparent;
        border-left: 26px solid var(--color-white)
    }

    .brands-block {
        padding-top: 25px
    }

    .brands-block__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px
    }

    .swiper-brands__header-pagination {
        font-size: 12px;
        line-height: 16px
    }

    .eshop-block-card {
        position: relative;
        max-width: 400px
    }

    .eshop-block {
        padding-top: 40px;
        padding-bottom: 0
    }

    .eshop-block__header {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px
    }

    .eshop-block__header::before, .eshop-block__swiper-eshop {
        display: none
    }

    .blog-block__read-btn-label, .eshop-block__header-subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 32px;
        line-height: 44px
    }

    .eshop-block__footer-title {
        position: relative;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
        margin-top: 40px
    }

    .eshop-block__video-container-block {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
        margin: 0 auto;
        width: 300px
    }

    .eshop-block__swiper-eshop-container {
        margin: 40px auto
    }

    .eshop-block__swiper-hover-elem-block {
        display: block;
        position: absolute;
        opacity: 1;
        height: 100%
    }

    .eshop-block__swiper-hover-elem-block_active {
        display: block;
        opacity: 1
    }

    .eshop-block__swiper-eshop-container-mobile {
        display: block
    }

    .blog-block-article__footer, .blog-block-article__footer-right {
        width: 100%;
        max-width: 100%
    }

    .blog-block-article__footer-button {
        opacity: 1
    }

    .blog-block-article__footer-icon {
        width: 16px;
        height: 16px
    }

    .blog-block {
        flex-direction: column;
        padding-bottom: 40px
    }

    .blog-block__left {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        padding: 40px 0 0
    }

    .blog-block__left-sticky {
        width: 100%
    }

    .blog-block__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
        padding-left: var(--main-padding)
    }

    .blog-block__list {
        flex-direction: row;
        display: flex;
        width: 100%;
        margin-bottom: 0;
        gap: 20px;
        overflow-x: auto
    }

    .blog-block__list::-webkit-scrollbar {
        display: none
    }

    .blog-block__item {
        padding: 20px 20px 20px var(--main-padding);
        white-space: nowrap
    }

    .blog-block__item:hover::after {
        width: 100%
    }

    .blog-block__item:hover .blog-block__item-img-container {
        display: none
    }

    .blog-block__right {
        width: 100%;
        padding: 40px var(--main-padding);
        gap: 40px
    }
}

.bestsellers-block__button, .blog-block__read-btn {
    align-items: center;
    transition: var(--transition-opacity)
}

.blog-block__read-btn {
    height: 64px;
    display: flex;
    background-color: var(--color-dark);
    gap: 20px;
    flex-wrap: nowrap;
    color: var(--color-white);
    margin-left: var(--main-padding);
    display: flex;
    width: 270px;
    padding: 0 20px 0 69px
}

@media screen and (max-width: 1550px) {
    .blog-block__read-btn {
        height: 54px;
        padding-right: 47.5px;
        padding-left: 47.5px
    }
}

@media screen and (max-width: 1220px) {
    .blog-block__read-btn {
        height: 42px;
        padding-right: 27.5px;
        padding-left: 27.5px
    }
}

@media screen and (max-width: 1550px) {
    .blog-block__read-btn {
        width: 240px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1220px) {
    .blog-block__read-btn {
        width: 200px
    }
}

.blog-block__read-btn:hover .blog-block__read-btn-icon path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.blog-block__read-btn_bottom {
    display: none
}

.bestsellers-block, .subscribe-brand {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.bestsellers-block__left, .subscribe-brand__left {
    position: absolute;
    left: var(--main-padding);
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (max-width: 1024px) {
    .blog-block__read-btn {
        width: 210px
    }

    .blog-block__read-btn_top {
        display: none
    }

    .blog-block__read-btn_bottom {
        display: flex
    }

    .bestsellers-block__left {
        max-width: 500px
    }
}

@media screen and (max-width: 768px) {

    .main-banner {
        grid-template-columns:1fr;
        grid-template-rows:454px auto;
        height: auto
    }

    .main-banner__img {
        margin-top: 0
    }

    .main-banner__left-pagiantion {
        top: 0 !important;
        height: fit-content !important
    }

    .main-banner__left-buy {
        padding: 10px
    }

    .main-banner__left-buy-label {
        font-size: 14px;
        line-height: 17px;
        display: none
    }

    .main-banner__left-footer {
        bottom: 20px;
        padding-left: var(--main-padding);
        padding-right: var(--main-padding)
    }

    .main-banner__title-container {
        width: 101%;
        left: -1px
    }

    .main-banner__title-container span {
        font-family: var(--font-primary);
        font-size: 26px;
        line-height: 30px
    }

    .main-banner__content {
        width: 100%;
        max-width: 262px;
        height: 90%;
        max-height: 346px
    }

    .main-banner__title {
        font-family: var(--font-primary);
        font-size: 26px;
        line-height: 30px
    }

    .main-banner__container {
        padding-left: 0
    }

    .about-block {
        display: flex;
        flex-direction: column-reverse;
        height: auto
    }

    .about-block .about-block__bg {
        height: auto;
        object-fit: initial
    }

    .about-block .about-block__content {
        position: initial
    }

    .about-block .about-block__image-container {
        order: 1
    }

    .about-block__content {
        transform: translate(0, 0);
        top: auto;
        left: auto;
        width: 100%;
        height: fit-content;
        background-color: var(--color-white);
        padding: 40px var(--main-padding)
    }

    .about-block__title {
        font-size: 30px;
        line-height: 36px;
        color: var(--color-dark)
    }

    .about-block__button {
        width: 200px;
        padding: 20px 10px 20px 40px
    }

    .about-block__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .brands-block-slide__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0
    }

    .brands-block-slide__content {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .brands-block-slide__left {
        order: 2;
        width: 100%;
        max-width: 100%
    }

    .brands-block-slide__left-btn {
        height: 54px;
        margin-top: 20px;
        gap: 10px;
        padding-right: 10.5px;
        padding-left: 10.5px
    }

    .brands-block-slide__left-btn-label, .brands-block-slide__left-description {
        font-size: 14px;
        line-height: 17px
    }

    .brands-block-slide__left-btn-arrow {
        width: 45px;
        height: 24px
    }

    .brands-block-slide__left-title {
        font-size: 20px;
        line-height: 24px
    }

    .brands-block-slide__center {
        order: 3;
        width: 100%;
        max-width: 343px
    }

    .brands-block-slide__right {
        order: 1;
        height: 100%;
        max-height: 100%;
        min-height: 220px;
        min-width: 220px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .brands-block-slide__right::after {
        width: calc(100% + 50px);
        height: calc(100% + 50px);
        top: -11.36%;
        left: -11.36%
    }

    .brands-block-slide__right::before {
        width: calc(100% + 148px);
        height: calc(100% + 148px);
        top: -33.63%;
        left: -33.63%
    }

    .brands-block-slide__right-btn {
        max-height: 220px;
        width: auto;
        height: auto
    }

    .brands-block-slide__right-btn:hover {
        transform: scale(1)
    }

    .swiper-brands-block-slide-photos__btn-next {
        width: 84px;
        height: 84px;
        padding: 20px
    }

    .brands-block {
        padding-top: 40px
    }

    .brands-block__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 40px
    }

    .swiper-brands__header-swiper {
        gap: 20px;
        transform: translate(0, 15%);
        padding-right: calc(var(--main-padding) + 2px)
    }

    .swiper-brands__header-btn-next, .swiper-brands__header-btn-prev {
        display: none !important
    }

    .catalog-brand__list-top .eshop-block-card {
        background-color: transparent
    }

    .eshop-block-card {
        margin: 0 auto;
        max-width: 250px;
        height: 450px
    }

    .eshop-block-card__content {
        height: 34.4%;
        justify-content: center;
        box-shadow: 0 0 60px rgba(0, 0, 0, .1);
        margin: 0 -10px
    }

    .eshop-block-card__button {
        margin-top: 10px
    }

    .blog-block__read-btn-label, .blog-block__title, .eshop-block-card__button-label, .eshop-block-card__title, .eshop-block__header-subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .eshop-block-card__price {
        font-size: 18px;
        line-height: 22px
    }

    .eshop-block {
        background: url("../../../img/other/bg-eshop-mobile.png") top/100% 100% no-repeat
    }

    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 30px;
        line-height: 36px
    }

    .eshop-block__video-container-block {
        width: 207px
    }

    .eshop-block__swiper-eshop-btn {
        width: 32px;
        height: 32px
    }

    .eshop-block__swiper-eshop-mobile {
        padding: 0 40px 40px
    }

    .blog-block-article__img-container {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .blog-block__read-btn {
        height: 54px;
        width: 200px;
        padding-right: 10px
    }

    .bestsellers-block {
        flex-direction: column;
        overflow: hidden
    }

    .bestsellers-block__left {
        top: 0;
        transform: translate(0, 0);
        background-color: var(--color-white);
        max-width: 450px;
        padding-left: var(--main-padding);
        left: 0;
        padding-bottom: 40px;
        padding-top: 40px;
        gap: 35px;
        width: 100%
    }
}

@media screen and (max-width: 480px) {

    .bestsellers-block__left {
        max-width: 300px
    }
}

.bestsellers-block__right, .subscribe-brand__right {
    max-width: 1470px;
    width: 77%
}

@media screen and (max-width: 768px) {
    .bestsellers-block__right {
        width: 100%;
        max-height: 350px;
        margin-top: 127px
    }
}

.bestsellers-block__img, .subscribe-brand__img {
    width: 100%;
    object-fit: cover;
    object-position: left bottom
}

.bestsellers-block__title, .subscribe-brand__title {
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    background-color: var(--color-white);
    padding: 33px 38px 23px 0;
    max-width: 878px
}

@media screen and (max-width: 1800px) {
    .bestsellers-block__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .bestsellers-block__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .bestsellers-block__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .bestsellers-block__title {
        font-size: 24px;
        line-height: 30px
    }
}

.bestsellers-block__button {
    height: 64px;
    display: flex;
    color: var(--color-white);
    background-color: var(--color-dark);
    gap: 10px;
    border: none;
    display: flex;
    width: 270px;
    padding: 0 20px 0 69px
}

@media screen and (max-width: 1550px) {
    .bestsellers-block__button {
        height: 54px;
        padding-right: 56.5px;
        padding-left: 56.5px
    }
}

@media screen and (max-width: 1220px) {
    .bestsellers-block__title {
        max-width: 678px
    }

    .bestsellers-block__button {
        height: 42px;
        padding-right: 36.5px;
        padding-left: 36.5px
    }
}

@media screen and (max-width: 1550px) {
    .bestsellers-block__button {
        width: 240px;
        padding-right: 20px
    }
}

.bestsellers-block__button-icon {
    width: 54px;
    height: 24px;
    transition: var(--transition-opacity)
}

.arrow-svg path, .bestsellers-block__button-icon path {
    transition: var(--transition-opacity)
}

.bestsellers-block__button-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-white);
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .bestsellers-block__button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.bestsellers-block__button:hover .bestsellers-block__button-icon path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.arrow-svg {
    height: 30px;
    width: 60px;
    transition: 250ms;
    cursor: pointer;
    display: flex;
    align-items: center
}

.arrow-svg#right:hover path, .arrow-svg.arrow-left:hover path {
    d: path("M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666");
    d: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666"
}

.product-info-block {
    padding-left: var(--main-padding);
    padding-right: var(--main-padding);
    display: grid;
    grid-template-columns:minmax(45.931%, 790px) minmax(49.419%, 850px);
    gap: 80px;
    padding-bottom: 80px;
    background-color: var(--color-white-dark);
    width: 100%
}

@media screen and (max-width: 1550px) {
    .product-info-block {
        gap: 40px
    }
}

@media screen and (max-width: 1220px) {
    .bestsellers-block__button {
        width: 200px
    }

    .bestsellers-block__button-label {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block {
        grid-template-columns:minmax(55%, 790px) minmax(45%, 850px)
    }
}

.product-info-block__left {
    width: 100%;
    padding-top: 40px
}

.policy-right__crumbs, .product-info-block__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: fit-content
}

.product-info-block__breadcrumb, .product-info-block__breadcrumb_active {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-info-block__breadcrumbs-right {
    display: none
}

@media screen and (max-width: 1024px) {
    .bestsellers-block__title {
        font-size: 20px;
        line-height: 24px
    }

    .bestsellers-block__button {
        width: 210px
    }

    .bestsellers-block__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .product-info-block__left {
        padding-top: 10px;
        display: flex;
        flex-direction: column
    }

    .product-info-block__breadcrumbs {
        display: none
    }

    .product-info-block__breadcrumbs-right {
        display: grid;
        grid-template-columns:auto 24px auto;
        margin-bottom: 20px
    }
}

.product-info-block__breadcrumb {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 2.5px 0;
    width: fit-content
}

.product-info-block__breadcrumb:first-child {
    width: fit-content;
    min-width: fit-content
}

.product-info-block__breadcrumb_active {
    color: var(--color-blue)
}

.product-info-block__breadcrumb-delimiter {
    transform: rotate(-180deg);
    width: 24px;
    height: 24px
}

.product-info-block__info {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.dropdown-product-colors__label, .product-info-block__code {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-white-extra-dark)
}

.product-info-block__tag-label, .product-info-block__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .product-info-block__code {
        font-size: 14px;
        line-height: 17px
    }
}

.product-info-block__title {
    font-size: 40px;
    line-height: 48px
}

@media screen and (max-width: 1800px) {
    .product-info-block__title {
        font-size: 36px;
        line-height: 42px
    }

    .product-info-block__desc {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1550px) {
    .product-info-block__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .product-info-block__info {
        gap: 15px
    }

    .product-info-block__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .product-info-block__title {
        font-size: 24px;
        line-height: 30px
    }
}

.product-info-block__tags-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.product-info-block__tags {
    display: flex;
    align-items: center;
    gap: 10px
}

.product-info-block__tag {
    width: 100%;
    height: 60px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center
}

.product-info-block__tag:first-child {
    padding: 0 10px
}

.product-info-block__tag:last-child {
    padding: 0 4px
}

.product-info-block__tag-label {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-blue)
}

.product-info-block__actions-left-footer-text, .product-info-block__type {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

.product-info-block__tag-k18 {
    min-width: 52px;
    height: 60px
}

.product-info-block__type {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 6.5px 10px;
    border: 1px solid var(--color-gray-light);
    cursor: pointer
}

.product-info-block__type_active {
    border: 1px solid var(--color-blue)
}

.product-info-block__types {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.product-info-block__cart-input, .product-info-block__counts-container, .product-info-block__favorite-input, .product-info-block__types input {
    display: none
}

.product-info-block__types input:checked + .product-info-block__type {
    color: var(--color-blue);
    background-color: var(--color-white);
    border: 1px solid var(--color-blue)
}

.collection-brand__pagination, .product-info-block__actions {
    display: flex;
    align-items: center;
    gap: 40px
}

.product-info-block__actions-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.product-info-block__actions-left {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.product-info-block__actions-left-footer {
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 5px 10px;
    border-radius: 100px
}

.product-info-block__actions-left-footer-icon {
    width: 30px;
    height: 30px;
    color: var(--color-blue)
}

.product-info-block__actions-left-footer-text {
    font-size: 14px;
    line-height: 17px
}

.product-info-block__price, .product-info-block__price-last {
    color: var(--color-dark);
    font-weight: 500;
    font-family: var(--font-primary);
    font-style: normal
}

.product-info-block__actions-prices {
    display: flex;
    align-items: center;
    gap: 10px
}

.product-info-block__price {
    font-size: 30px;
    line-height: 36px
}

@media screen and (max-width: 1800px) {
    .product-info-block__price {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .bestsellers-block__title {
        padding: 23px 28px 13px 0
    }

    .product-info-block__actions-container {
        gap: 20px
    }

    .product-info-block__price {
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (max-width: 1220px) {
    .product-info-block__breadcrumb, .product-info-block__code, .product-info-block__desc {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__price {
        font-size: 18px;
        line-height: 24px
    }
}

.product-info-block__price-last {
    font-size: 18px;
    line-height: 22px;
    color: var(--color-white-extra-dark);
    position: relative
}

.product-info-block__price-last::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    position: absolute;
    background-color: var(--color-blue);
    transform: rotate(-35deg);
    top: 34%;
    left: 10%
}

.product-info-block__favorite-button {
    background-color: var(--color-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.product-info-block__favorite-button.button-loader.favorite-button {
    position: static
}

.product-info-block__favorite-button-icon {
    width: 40px;
    height: 40px;
    color: var(--color-dark);
    transition: var(--transition-opacity);
    animation: .5s forwards favorite-animation-back
}

.product-info-block__favorite-button:hover .product-info-block__favorite-button-icon {
    color: var(--color-blue)
}

.product-info-block__favorite-input:checked + .product-info-block__favorite-button .product-info-block__favorite-button-icon {
    animation: .5s forwards favorite-animation
}

.product-info-block__cart-button {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: var(--color-blue);
    border: none;
    padding: 17px 64px;
    cursor: pointer
}

@media screen and (max-width: 1550px) {
    .product-info-block__tag-label, .product-info-block__type {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__actions {
        gap: 20px
    }

    .product-info-block__actions-left-footer {
        padding: 2px 6px
    }

    .product-info-block__actions-left-footer-icon {
        width: 24px;
        height: 24px
    }

    .product-info-block__actions-left-footer-text {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__price-last {
        font-size: 14px;
        line-height: 18px
    }

    .product-info-block__favorite-button {
        width: 40px;
        height: 40px
    }

    .product-info-block__favorite-button-icon {
        width: 30px;
        height: 30px
    }

    .product-info-block__cart-button {
        padding: 12px 50px
    }
}

@media screen and (max-width: 1300px) {
    .product-info-block__cart-button {
        padding: 10px 35px
    }
}

@media screen and (max-width: 1024px) {
    .product-info-block__breadcrumb, .product-info-block__code, .product-info-block__desc {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block__info {
        order: 2
    }

    .product-info-block__price, .product-info-block__title {
        font-size: 20px;
        line-height: 24px
    }

    .product-info-block__tags-product {
        flex-wrap: wrap;
        gap: 20px
    }

    .product-info-block__actions-container {
        order: 3;
        flex-wrap: wrap
    }

    .product-info-block__price-last {
        font-size: 12px;
        line-height: 16px
    }

    .product-info-block__cart-button {
        padding: 15px 84px
    }
}

.product-info-block__cart-button-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-white);
    transition: var(--transition-opacity);
    white-space: nowrap
}

@media screen and (max-width: 1800px) {
    .product-info-block__cart-button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.product-info-block__cart-button-icon {
    color: var(--color-white);
    width: 30px;
    height: 30px;
    transition: var(--transition-opacity)
}

.product-info-block__cart-button:hover .product-info-block__cart-button-icon, .product-info-block__cart-button:hover .product-info-block__cart-button-label {
    color: rgba(255, 255, 255, .6)
}

.catalog__products-header-title h1, .product-bottom-block__bottom-left:hover .product-bottom-block__bottom-left-arrow, .product-info-block__count-btn-minus:hover .product-info-block__count-container-svg, .product-info-block__count-btn-plus:hover .product-info-block__count-container-svg, .product-info-block__right-btn-colors:hover .product-info-block__right-btn-label, .product-info-block__right-btn-colors:hover .product-info-block__right-btn-svg path {
    color: var(--color-blue)
}

.product-info-block__count {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    justify-self: center
}

@media screen and (max-width: 1800px) {
    .product-info-block__count {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .product-info-block__cart-button-label, .product-info-block__count {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) {
    .product-info-block__cart-button-label, .product-info-block__count {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block__cart-button-icon {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 768px) {
    .bestsellers-block__title {
        font-size: 20px;
        line-height: 24px;
        padding: 0
    }

    .bestsellers-block__button {
        height: 54px;
        width: 200px;
        padding-right: 10px
    }

    .bestsellers-block__button-label, .product-info-block__breadcrumb, .product-info-block__cart-button-label, .product-info-block__code, .product-info-block__count, .product-info-block__desc {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block__title {
        font-size: 20px;
        line-height: 24px
    }

    .product-info-block__price-last {
        font-size: 16px;
        line-height: 19px
    }
}

.product-info-block__count-container {
    background-color: var(--color-white);
    display: grid;
    grid-template-columns:97px 88px 97px;
    align-items: center;
    border: 1px solid var(--color-dark);
    height: 64px
}

@media screen and (max-width: 1550px) {
    .product-info-block__count-container {
        grid-template-columns:67px 58px 67px;
        height: 54px
    }
}

@media screen and (max-width: 1300px) {
    .product-info-block__count-container {
        grid-template-columns:47px 38px 47px;
        height: 50px
    }
}

.product-info-block__count-container-svg {
    color: var(--color-dark);
    width: 24px;
    height: 24px
}

.product-info-block__count-btn-minus, .product-info-block__count-btn-plus {
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex
}

.product-info-block__count-btn-minus {
    justify-self: end;
    width: 100%;
    align-items: center;
    justify-content: flex-end
}

.product-info-block__count-btn-plus {
    justify-self: start;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.product-info-block__cart-input:checked ~ .product-info-block__counts-container {
    display: flex;
    align-items: center;
    gap: 24px
}

.product-info-block__cart-input:checked ~ .product-info-block__cart-button {
    display: none
}

.product-info-block__photos {
    width: 100%;
    margin-top: 80px
}

.product-info-block__photo {
    height: 1024px;
    object-fit: scale-down;
    overflow: hidden;
    width: auto
}

@media screen and (max-width: 1550px) {
    .product-info-block__photos {
        margin-top: 40px
    }

    .product-info-block__photo {
        height: auto;
        object-fit: initial
    }

    .product-info-block__right {
        align-content: center
    }

    .product-info-block__right-content .swiper-slide {
        margin-top: auto;
        margin-bottom: auto
    }
    .video-big{
        height: 732px;
      }
}



.product-info-block__photo-left {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-opacity);
}

.video-small{
    width: 97%;
    object-fit:cover;
  }

.video-big{
    object-fit:contain;
}

.product-info-block__photo-container {
    width: 30.7%;
    max-width: 242px;
    aspect-ratio: 242/305;
    filter: grayscale(1);
    transition: var(--transition-opacity);
    cursor: pointer
}

.product-info-block__photo-container.swiper-slide-thumb-active .product-info-block__photo-left, .product-info-block__photo-container:hover .product-info-block__photo-left {
    transform: scale(1.1)
}

.product-info-block__tabs {
    display: flex;
    flex-direction: column;
    margin-top: 100px
}

.product-info-block__tabs-header {
    display: grid;
    align-items: center;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    border-bottom: 1px solid var(--color-gray-light);
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.product-info-block__tabs-header::-webkit-scrollbar {
    width: 0;
    height: 0
}

@media screen and (max-width: 1024px) {
    .product-info-block__photos {
        order: 1;
        margin-top: 0;
        width: 100%;
        height: 135px
    }

    .product-info-block__photos .swiper-wrapper {
        width: 100%
    }

    .product-info-block__photos .swiper-wrapper .swiper-slide {
        width: min-content !important
    }

    .product-info-block__photos .swiper-wrapper .swiper-slide img {
        width: 108px
    }

    .product-info-block__photo-container.swiper-slide-thumb-active .product-info-block__photo-left, .product-info-block__photo-container:hover .product-info-block__photo-left {
        transform: scale(1)
    }

    .product-info-block__tabs {
        order: 4;
        margin-top: 40px
    }

    .product-info-block__tabs-header {
        gap: 15px;
        grid-template-columns:repeat(4, minmax(119px, 1fr));
        margin-left: -20px;
        padding-left: 20px;
        width: calc(100% + 40px)
    }
}

.product-info-block__tabs-header-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-white-extra-dark);
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.product-info-block__tabs-header-item::after {
    content: "";
    height: 1px;
    background-color: var(--color-blue);
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--transition-opacity)
}

#product-item-tab-delivery:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-delivery], #product-item-tab-desc:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-desc], #product-item-tab-ingredients:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-ingredients], #product-item-tab-use:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-use], .product-info-block__tabs-header-item_active {
    color: var(--color-dark)
}

#product-item-tab-delivery:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-delivery]::after, #product-item-tab-desc:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-desc]::after, #product-item-tab-ingredients:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-ingredients]::after, #product-item-tab-use:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-use]::after, .cart__products-list, .product-bottom-block, .product-info-block__tabs-header-item_active::after {
    width: 100%
}

.product-info-block__tabs input {
    display: none
}

.product-info-block__tabs input:checked + .product-info-block__tabs-header + .product-info-block__tabs-header-item {
    color: var(--color-blue);
    background-color: var(--color-white);
    border: 1px solid var(--color-blue)
}

.product-info-block__tabs-desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-dark);
    font-weight: 400;
    display: none;
    padding-top: 20px
}

.product-info-block__right {
    position: relative;
    max-width: 850px
}

.product-info-block__right-content {
    position: sticky;
    overflow: hidden
}

.sidebar__catalog-category-list.active, .sidebar__filter-product-type-list.active {
    max-height: 100vh
}

.product-info-block__right-content .swiper-slide {
    display: flex;
    justify-content: center
}

.product-info-block__right-swiper_btn-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: grid;
    grid-template-columns:44px 44px
}

.product-info-block__right-btn-svg {
    width: 44px;
    height: 24px
}

.product-info-block__right-btn-svg path {
    transition: var(--transition-opacity)
}

.product-info-block__right-btn-label {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer
}

.product-info-block__right-btn-colors {
    position: absolute;
    left: 0;
    top: 0;
    grid-template-columns:40px 1fr 48px;
    gap: 10px;
    z-index: 2;
    width: fit-content;
    height: 70px;
    padding: 10px;
    border: 0;
    background-color: var(--color-white);
    cursor: pointer;
    display: none
}

.product-info-block__right-btn-colors:hover .product-info-block__right-btn-svg path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.product-info-block__right-btn-color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto 0
}

.product-info-block__right-btn-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    cursor: pointer
}

.product-info-block__sliders-photos-right-next, .product-info-block__sliders-photos-right-prev {
    z-index: 1;
    position: relative;
    left: auto;
    right: auto;
    width: 44px;
    height: 44px;
    background-color: var(--color-white)
}

.product-info-block__sliders-photos-right-next-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg)
}

.product-info-block__sliders-photos-right-prev-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

#product-item-tab-delivery:checked ~ .product-info-block__tabs-contents #product-tab-delivery, #product-item-tab-desc:checked ~ .product-info-block__tabs-contents #product-tab-desc, #product-item-tab-ingredients:checked ~ .product-info-block__tabs-contents #product-tab-ingredients, #product-item-tab-use:checked ~ .product-info-block__tabs-contents #product-tab-use {
    display: block
}

.dropdown-product-colors {
    position: fixed;
    top: 0;
    z-index: 99;
    right: 0;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 16px 16px;
    gap: 40px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, .2);
    height: 100%
}

@media(min-width: 1024px)
{
    .dropdown-product-colors
    {
        padding: 180px 16px 16px;
        max-width: 420px;
    }
}

.dropdown-product-colors__close {
    position: absolute;
    top: 40px;
    right: 40px
}

.dropdown-product-colors__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.dropdown-product-colors__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    height: calc(100vh - 200px)
}

.dropdown-product-colors__item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: transparent;
    border: none
}

.dropdown-product-colors__color {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

@media screen and (max-width: 1800px) {
    .product-info-block__tabs-header-item {
        font-size: 18px;
        line-height: 22px
    }

    .dropdown-product-colors__label {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .dropdown-product-colors__label {
        font-size: 12px;
        line-height: 15px
    }
}

.product-bottom-block__bottom, .product-bottom-block__top {
    padding: 80px var(--main-padding)
}

@media screen and (max-width: 1550px) {
    .product-info-block__tabs-desc {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__right-btn-label {
        font-size: 14px;
        line-height: 18px
    }

    .product-bottom-block__top {
        padding: 60px var(--main-padding)
    }
}

.product-bottom-block__top-swiper-container {
    position: relative;
    margin: 40px 55px 0
}

@media screen and (max-width: 1024px) {
    .product-info-block__right {
        max-width: 100%
    }

    .product-info-block__right-content {
        position: relative;
        top: auto;
        margin: 0 auto
    }

    .product-info-block__right-btn-label {
        font-size: 12px;
        line-height: 16px
    }

    .dropdown-product-colors__label {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__top-swiper-container {
        margin: 40px 0 0
    }
}

@media screen and (max-width: 850px) {
    .product-info-block__info {
        gap: 10px
    }

    .product-info-block__tag {
        height: 40px
    }

    .product-info-block__tag-k18 {
        min-width: 34px;
        height: 40px
    }

    .product-bottom-block__top-swiper-container {
        margin: 40px 30px
    }

    .product-bottom-block__bottom-right-title_mobile {
        margin-left: 30px
    }
}

.product-bottom-block__top-swiper-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    right: -55px
}

.product-bottom-block__top-swiper-next-svg, .recently-viewed-container-swiper-next-svg {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    color: var(--color-dark)
}

.product-bottom-block__top-swiper-prev {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    left: -55px
}

.product-bottom-block__top-swiper-prev-svg, .recently-viewed-container-swiper-prev-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

.product-bottom-block__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .product-bottom-block__title {
        font-size: 14px;
        line-height: 17px
    }
}

.product-bottom-block-left {
    width: 100%;
    position: relative
}

.product-bottom-block__bottom-description {
    display: grid;
    grid-template-columns:810fr 620fr;
    gap: 100px
}

.lk-header::before, .product-bottom-block__bottom-description::before {
    content: "";
    display: block
}

@media screen and (max-width: 1550px) {
    .product-bottom-block__bottom-description, .product-bottom-block__bottom-products {
        gap: 60px
    }
}

.product-bottom-block__bottom-products {
    display: grid;
    grid-template-columns:auto minmax(420px, 620px);
    row-gap: 50px;
    column-gap: 100px
}

@media screen and (max-width: 1550px) {
    .product-bottom-block__bottom {
        padding: 60px var(--main-padding)
    }
}

@media screen and (max-width: 1300px) {
    .product-bottom-block__top {
        padding: 40px var(--main-padding)
    }

    .product-bottom-block__bottom-products {
        grid-template-columns:1fr
    }

    .product-bottom-block__bottom {
        padding: 40px var(--main-padding)
    }
}

.product-bottom-block__bottom-right-title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .06em;
    margin-bottom: 20px
}

@media screen and (max-width: 1800px) {
    .product-bottom-block__bottom-right-title {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .product-bottom-block__bottom-right-title, .product-bottom-block__title {
        font-size: 12px;
        line-height: 15px
    }

    .product-bottom-block__bottom-description {
        gap: 40px
    }
}

.product-bottom-block__bottom-right-title_mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    .product-bottom-block__top-swiper-next-svg {
        width: 16px;
        height: 16px
    }

    .product-bottom-block__top-swiper-next {
        margin-top: 0;
        width: 32px;
        height: 32px;
        top: -52px;
        right: 0
    }

    .product-bottom-block__top-swiper-prev {
        margin-top: 0;
        width: 32px;
        height: 32px;
        top: -52px;
        right: 32px;
        left: auto
    }

    .product-bottom-block__top-swiper-prev-svg {
        width: 16px;
        height: 16px
    }

    .product-bottom-block__title {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__bottom-description {
        grid-template-columns:1fr;
        gap: 60px
    }

    .product-bottom-block__bottom {
        padding-top: 0;
        padding-bottom: 60px
    }

    .product-bottom-block__bottom-right-title {
        font-size: 14px;
        line-height: 17px;
        display: none
    }

    .product-bottom-block__bottom-right-title_mobile {
        font-family: var(--font-secondary);
        font-style: normal;
        font-size: 16px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        letter-spacing: .06em;
        margin-bottom: 20px;
        display: block
    }
}

@media screen and (max-width: 1024px) and (max-width: 1800px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1024px) and (max-width: 1220px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 14px;
        line-height: 17px
    }
}

.product-bottom-block__bottom-right-list {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px 40px
}

@media screen and (max-width: 850px) {
    .product-bottom-block__bottom-right-list {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px;
        margin-left: 30px;
        margin-right: 30px;
        grid-template-rows:450px 450px
    }
}

@media screen and (max-width: 580px) {
    .product-bottom-block__bottom-right-list {
        grid-template-columns:1fr
    }
}

.product-bottom-block__bottom-left {
    position: relative;
    height: fit-content;
    overflow: hidden;
    cursor: pointer
}

.product-bottom-block__bottom-left::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.4%, rgba(0, 0, 0, .3) 100%)
}

.product-bottom-block__bottom-left-img {
    width: 100%;
    height: auto;
    aspect-ratio: 100/86;
    object-fit: cover;
    transition: var(--transition-opacity)
}

.product-bottom-block__bottom-left-brand {
    width: 100%;
    height: auto
}

.product-bottom-block__bottom-left-brand-container {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
    background-color: var(--color-white);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

.product-bottom-block__bottom-left-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-white);
    text-transform: uppercase;
    position: absolute;
    bottom: 44px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    transition: var(--transition-opacity)
}

.catalog-header-container__text-author, .catalog-header-container__text-quote {
    font-family: var(--font-secondary);
    font-weight: 400;
    color: var(--color-white);
    font-style: normal;
    text-align: center
}

@media screen and (max-width: 1800px) {
    .product-bottom-block__bottom-left-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .product-info-block__tabs-header-item {
        font-size: 16px;
        line-height: 19px
    }

    .product-bottom-block__bottom-left-title {
        font-size: 22px;
        line-height: 28px
    }

    .sidebar__catalog-title {
        font-size: 16px;
        line-height: 17px
    }
}

.product-bottom-block__bottom-left-arrow {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    transition: var(--transition-opacity)
}

.product-bottom-block__bottom-left-button {
    position: absolute;
    bottom: 40px;
    right: 33px;
    width: 44px;
    height: 44px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: none;
    cursor: pointer
}

.product-bottom-block__bottom-left:hover .product-bottom-block__bottom-left-img {
    transform: scale(1.05)
}

.product-bottom-block__bottom-left:hover .product-bottom-block__bottom-left-title {
    opacity: var(--opacity-value)
}

.catalog-header-container {
    position: absolute;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 11%;
    height: 18vw
}

.catalog-header-container__text {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    width: 100%
}

.catalog-header-container__text-quote {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.8px;
    padding: 0 40px
}

.catalog-header-container__text-author {
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    letter-spacing: 1.4px
}

.catalog__products-header {
    padding-bottom: 10px;
    width: 100%
}

.catalog__products-header-title {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: unset;
}
.mobile-catalog{
    justify-content: unset;
    gap: 5px;
}
.catalog__products-header-title h1 {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px
}

@media screen and (max-width: 1800px) {
    .catalog__products-header-title h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .catalog-header-container__text-quote {
        font-size: 14px;
        line-height: 18px
    }

    .catalog-header-container__text-author {
        font-size: 12px;
        line-height: 15px
    }

    .catalog__products-header-title h1 {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .catalog__products-header-title h1 {
        font-size: 28px;
        line-height: 34px
    }

    .sidebar__catalog-category-list-item {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (max-width: 1100px) {
    .catalog__products-header-title h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.catalog__products-header-title .filter {
    display: none;
    background: 0 0;
    border: 0
}

.catalog__products-header-title .filter svg {
    height: 24px;
    width: 24px
}

.catalog__products-header-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-light);
    text-transform: uppercase
}
@media(max-width:680px){
    .catalog__products-header-title-container{
        border-bottom:unset;
    }
}
.catalog__products-header-type-switcher {
    border-radius: 100px;
    width: 200px;
    background: var(--color-white-dark);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.catalog__products-header-type-switcher-item {
    position: relative;
    width: 50%;
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    display: flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-transform: none;
    flex: 1 0 0;
    cursor: pointer;
    border-radius: 100px
}

@media screen and (max-width: 1800px) {
    .catalog__products-header-type-switcher-item {
        font-size: 14px;
        line-height: 17px
    }

    .sidebar__catalog-title {
        font-size: 16px;
        line-height: 17px
    }
}

.catalog__products-header-type-switcher-item.active {
    background-color: var(--color-blue);
    color: var(--color-white)
}

.catalog__products-header-sort-controls {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}
.catalog__products-header-sort-controls-filter{}
.catalog__products-header-sort-controls-filter .filter{
    border:none;
    background:transparent;
}
.catalog__products-header-sort-controls-filter svg{
    width: 24px;
    height: 24px;
}
.catalog__products-header-sort-controls-buttons {
    display: flex;
    flex-direction: row;
    white-space: nowrap
}

.catalog__products-header-sort-controls-buttons a {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border: 1px solid var(--color-gray-light);
    background-color: var(--color-white);
    margin-right: 10px;
    padding: 5px 10px;
    gap: 10px;
    border-radius: 0
}

.catalog-products-sort__select-box, .catalog__products-header-sort-controls-select select {
    font-size: 14px;
    line-height: 17px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    color: var(--color-blue)
}

.catalog__products-header-sort-controls-buttons a.active, .catalog__products-header-sort-controls-buttons a:hover {
    border: 1px solid var(--color-blue)
}

.catalog__products-header-sort-controls-select select {
    border: 0;
    outline: 0;
    scroll-behavior: smooth
}

.catalog__products-header-sort-controls-select select option {
    border: 0
}

.catalog-products-sort__select-box {
    position: relative;
    display: block;
    width: 186px
}

.catalog-products-sort__select-box .select-box__current {
    position: relative;
    cursor: pointer;
    outline: 0;
    padding: 5px 0
}

.catalog-products-sort__select-box .select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transform: translateY(-50%) rotate(-90deg);
    width: 20px;
    height: 20px;
    opacity: .3;
    transition: .2s
}

.catalog-products-sort__select-box .select-box__value {
    display: flex
}

.catalog-products-sort__select-box .select-box__input {
    display: none
}

.catalog-products-sort__select-box .select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    background-color: var(--color-white)
}

.catalog-products-sort__select-box .select-box__input:checked + .select-box__input-text {
    display: block
}
.smartfilter-mobile form{
    display:none;
}
.catalog-products-sort__select-box .select-box__list {
    position: absolute;
    margin-top: 5px;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    z-index: 10;
    animation-name: hide-list;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1)
}

.catalog-products-sort__select-box .select-box__option {
    display: block;
    width: 185px;
    height: 30px;
    padding-left: 10px;
    background: var(--color-white);
    cursor: pointer
}

.catalog-products-sort__select-box .select-box__option-link {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.catalog-products-sort__select-box .select-box__current:focus + .select-box__list {
    opacity: 1;
    animation-name: none
}

.catalog-products-sort__select-box .select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(90deg)
}

.catalog-products-sort__select-box .select-box__option:focus, .catalog-products-sort__select-box .select-box__option:hover {
    color: #546c84;
    background-color: #fbfbfb
}

@keyframes hide-list {
    from {
        transform: scaleY(1)
    }
    to {
        transform: scaleY(0)
    }
}

.sidebar {
    background-color: var(--color-white-dark);
    display: flex;
    flex-direction: column;
    padding-left: 70px;
    padding-right: 20px;
    padding-bottom: 55px;
    position: sticky;
    top: 0
}

.sidebar__catalog {
    margin-top: 30px;
    display: flex;
    flex-direction: column
}

.sidebar__catalog-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 17px;
    color: var(--color-dark);
    font-weight: 400
}

.sidebar__catalog-title-text {
    font-size: 20px;
    line-height: 24px
}

.sidebar__catalog-category-list-item, .sidebar__catalog-category-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-dark)
}

.sidebar__catalog-title-btn {
    display: none;
    width: 30px;
    height: 30px
}

.sidebar__catalog-title-btn button {
    padding: 0;
    border: 0;
    background: 0 0
}

.sidebar__catalog-title-btn svg {
    width: 30px;
    height: 30px
}

.sidebar__catalog-category {
    margin-top: 20px;
    display: flex;
    flex-direction: column
}

.sidebar__catalog-category-title {
    font-weight: 500;
    border: 0;
    background: 0 0;
    display: flex;
    justify-content: start
}

@media screen and (max-width: 1220px) {
    .product-bottom-block__bottom-left-title {
        font-size: 18px;
        line-height: 24px
    }

    .catalog__products-header-type-switcher-item {
        font-size: 12px;
        line-height: 15px
    }

    .sidebar__catalog-category-title {
        font-size: 14px;
        line-height: 16px
    }
}

.sidebar__catalog-category-title.active {
    color: var(--color-blue)
}


.sidebar__catalog-category-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 15px;
    padding-left: 0;
    max-height: 0;
    transition: max-height .3s ease-in;
    margin-left: 10px;
    overflow: hidden
}

.sidebar__catalog-category-list-item {
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .product-bottom-block__bottom-right-list {
        gap: 20px
    }

    .catalog__products-header-title h1, .product-bottom-block__bottom-left-title {
        font-size: 20px;
        line-height: 24px
    }

    .catalog-header-container__text-quote {
        font-size: 12px;
        line-height: 16px
    }

    .catalog-header-container {
        height: 200px
    }

    .catalog__products-header-title .filter, .sidebar__catalog-title-btn {
        display: block
    }

    .catalog__products-header-type-switcher-item {
        font-size: 14px;
        line-height: 17px
    }

    .catalog__products-header-sort-controls {
        margin-top: unset
    }

    .catalog__products-header-sort-controls-buttons a {
        padding: 3px 5px
    }

    .sidebar__catalog-category-title {
        font-size: 14px;
        line-height: 16px
    }

    .sidebar__catalog-category-list-item {
        font-size: 13px;
        line-height: 15px
    }
}

.sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
    font-size: 16px;
    line-height: 19px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.sidebar__line {
    margin-top: 30px;
    height: 1px;
    background-color: var(--color-gray-light)
}

.sidebar__search {
    margin-top: 30px;
    height: 50px;
    display: flex;
    padding: 2px
}

.sidebar__search-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    border: none;
    outline: 0;
    width: 100%
}

.sidebar__search-icon {
    border: none;
    padding: 10px;
    background: var(--color-white)
}

.sidebar__search-icon svg {
    width: 23px;
    height: 24px
}

.sidebar__filter {
    display: flex;
    flex-direction: column;
    gap: 20px
}

#mobile-filter-open-button{
    display: none;
}
.smartfilter-mobile{
    display: none;
}

.sidebar__filter-product-type-count {
    display: none;
    padding: 5px 8px;
    border-radius: 100px;
    background: var(--color-white);
    margin-right: 10px
}

.sidebar__filter-product-type-count.active {
    display: flex;
    align-items: center;
    flex-direction: row
}

.sidebar__filter-product-type-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction:column;
    cursor: pointer;
    position: sticky;
    top: 0;
    gap:15.5px;
    background-color: #f7f8fa;
    z-index: 999999
}

#searchInput{
    align-self:flex-start;
    width: 100%;
    padding: 8px 14px;
    border:none;
    display: none;
}

.sidebar__filter-product-type-title-btn {
    color: var(--color-dark);
    border: 0;
    background: 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 1800px) {
    .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 14px;
        line-height: 17px
    }
}

.sidebar__filter-product-type-title-btn .arrow-btn-icon {
    width: 29px;
    height: 29px;
    transform: rotate(270deg)
}

.sidebar__filter-product-type-title-count-btn {
    display: none;
    z-index: 2;
    position: absolute;
    right: 0;
    padding: 5px 8px;
    border-radius: 100px;
    background: var(--color-white);
    border: 0
}

.sidebar__filter-product-type-title-count-btn .counter {
    color: var(--color-white-extra-dark);
    margin-left: 5px;
    margin-right: 5px
}

@media screen and (max-width: 1220px) {
    .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 12px;
        line-height: 15px
    }

    .sidebar__filter-product-type-title-btn .arrow-btn-icon {
        width: 25px;
        height: 25px
    }
}

.sidebar__filter-product-type-title-count-btn .cross-btn-icon {
    width: 12px;
    height: 12px
}

.sidebar__filter-product-type-title-count-btn.active {
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar__filter-product-type-list {
    max-height: 0;
    transition: max-height .4s ease-out;
    margin-left: 10px;
    overflow: hidden
}

.sidebar__filter-product-type-list-item {
    margin-top: 13px;
    padding: 0;
    gap: 10px;
    cursor: pointer
}

.product-card__favorite-input, .sidebar__filter-product-type-list-item .checkbox-input {
    display: none
}

.sidebar__filter-product-type-list-item .checkbox-label {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap:10px;
}

.catalog-banner:hover .catalog-banner__bottom--arrow, .catalog__pagination-navigation .page-number.active, .catalog__pagination-show-more:hover, .product-card__favorite-button:hover .product-card__favorite-button-icon, .product-card__product-state.sale-blue {
    color: var(--color-blue)
}

.sidebar__filter-product-type-list-item .checkbox-label-checkbox {
    border: 1px solid var(--color-blue);
    border-radius: 0;
    background-color: var(--color-white-dark);
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative
}

.sidebar__filter-product-type-list-item .checkbox-label-checkbox::after {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: var(--color-blue);
    transition: .3s
}

.sidebar__filter-product-type-list-item .checkbox-label.checked .checkbox-label-checkbox::after {
    opacity: 1;
    transform: scale(1)
}

.sidebar__filter-product-type-list-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 250px;
    overflow: auto
}

.sidebar__filter-product-type-list-colors-item {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    width: 85px;
    height: 65px
}

.sidebar__filter-product-type-list-colors-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    gap: 5px;
    cursor: pointer
}

.sidebar__filter-product-type-list-colors-item-container.checked .sidebar__filter-product-type-list-colors-item-color-container {
    padding: 4px;
    border: 1px solid var(--color-blue);
    border: 1px solid var(--color-blue)
}

.sidebar__filter-product-type-list-colors-item-color-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px
}

.sidebar__filter-product-type-list-colors-item-color {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.sidebar__filter-product-type-list-colors-item-color-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: center
}

.sidebar__filter-product-type.active .sidebar__filter-product-type-title {
}

.sidebar__filter-product-type.active .sidebar__filter-product-type-title svg {
    transform: rotate(90deg);
    color: var(--color-blue)
}

.product-card__link, .product-card__wrapper {
    display: flex;
    flex-direction: column
}

.product-card__photo-container {
    background: var(--color-gray-dark);
    position: relative;
    height: 100%;
    min-height: 260px
}

.product-card__photo-container .product-card__photo {
    margin: 0 auto;
    height: 100%
}

.product-card__photo-container .first-no {
    height: 100%
}

.product-card__photo-container .first {
    position: absolute;
    opacity: 1;
    transition-duration: .96s;
    background-color: var(--color-white-dark);
    width: 100%;
    height: 100%
}

.product-card__photo-container .first img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto
}

.product-card__photo-container .first:hover {
    opacity: 0
}

.auth-login__recovery-btn:hover, .auth-login__registration-btn:hover, .catalog-banner:hover .catalog-banner__bottom-title {
    opacity: var(--opacity-value)
}

.product-card__favorite-button {
    top: 10px;
    left: 10px;
    position: absolute;
    padding: 5px;
    z-index: 2;
    background: var(--color-white);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.product-card__favorite-button-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transition: var(--transition-opacity);
    animation: .5s forwards favorite-animation-back
}

.product-card__favorite-input:checked + .product-card__favorite-button .product-card__favorite-button-icon {
    animation: .5s forwards favorite-animation
}

@keyframes favorite-animation-back {
    0% {
        transform: scale(1);
        color: var(--color-dark)
    }
    25% {
        transform: scale(.6)
    }
    100%, 50% {
        transform: scale(1)
    }
    75% {
        transform: scale(1.1)
    }
}

@keyframes favorite-animation {
    0% {
        transform: scale(1);
        color: var(--color-blue)
    }
    25% {
        transform: scale(.6)
    }
    50% {
        transform: scale(1)
    }
    75% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1);
        fill: var(--color-blue)
    }
}

.product-card__color {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    padding: 5px;
    background: var(--color-white);
    border-radius: 100px
}

.product-card__color svg {
    width: 18px;
    height: 18px
}

.product-card__product-state {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-red);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    align-items: center;
    padding: 5px 10px;
    gap: 4px;
    background: var(--color-white)
}

.product-card__product-state + .product-card__product-state {
    left: 80px
}

.product-card__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.product-card__bottom-info-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px
}

@media screen and (max-width: 1550px) {
    .catalog-products-sort__select-box, .catalog__products-header-sort-controls-buttons a, .catalog__products-header-sort-controls-select select, .product-card__bottom-info-title, .product-card__color, .product-card__product-state, .sidebar__filter-product-type-list-item .checkbox-label {
        font-size: 12px;
        line-height: 15px
    }

    .catalog__products-list .product-card__bottom {
        height: auto !important
    }
}

@media screen and (max-width: 850px) {
    .sidebar__catalog-category-list-item {
        font-size: 12px;
        line-height: 15px
    }

    .product-card__bottom-info-title {
        font-size: 14px;
        line-height: 17px
    }
}

.product-card__bottom-info-size {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-gray);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px
}

.product-card__buy-price-actual, .product-card__buy-price-old {
    font-weight: 500;
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1550px) {
    .product-card__bottom-info-size {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 850px) {
    .product-card__bottom-info-size {
        font-size: 14px;
        line-height: 17px
    }
}

.product-card__buy {
    height: 50px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.product-card__buy-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 768px) {
    .product-info-block__right-swiper_btn-container {
        grid-template-columns:32px 32px;
        height: 32px;
        bottom: 0
    }

    .catalog-header-container__text-quote, .product-info-block__right-btn-label {
        font-size: 16px;
        line-height: 19px
    }

    .product-info-block__right-btn-colors {
        position: relative;
        width: 100%
    }

    .product-info-block__sliders-photos-right-next, .product-info-block__sliders-photos-right-prev {
        bottom: 0;
        top: auto;
        margin-top: 0;
        height: 32px;
        width: 32px
    }

    .product-info-block__sliders-photos-right-next-icon {
        width: 16px;
        height: 16px
    }

    .product-info-block__sliders-photos-right-prev-icon {
        width: 16px;
        height: 16px
    }

    .dropdown-product-colors__label, .product-bottom-block__title {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__top {
        padding: 20px var(--main-padding) 20px
    }

    .product-bottom-block__bottom-description, .product-bottom-block__bottom-products {
        gap: 30px
    }

    .product-bottom-block__bottom {
        padding-top: 0
    }

    .catalog__products-header-type-switcher-item, .product-bottom-block__bottom-right-title, .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__bottom-left-title {
        bottom: 32px;
        left: 16px
    }

    .product-bottom-block__bottom-left-arrow {
        width: 16px;
        height: 16px
    }

    .product-bottom-block__bottom-left-button {
        bottom: 28px;
        right: 16px;
        width: 32px;
        height: 32px
    }

    .catalog__products-header-title h1 {
        font-size: 20px;
        line-height: 24px
    }

    .sidebar__catalog-category-title {
        font-size: 14px;
        line-height: 16px
    }

    .product-card__buy-price {
        flex-direction: column;
        gap: 2px
    }
}

.product-card__buy-price-old {
    color: var(--color-white-extra-dark);
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.product-card__buy-price-old-icon {
    position: absolute;
    width: 33px;
    height: 0;
    z-index: 2;
    background: #97999b;
    border: 1px solid #0047bb;
    transform: rotate(-30deg)
}

.product-card__buy-price-actual {
    color: var(--color-black);
    font-size: 18px;
    line-height: 22px
}

@media screen and (max-width: 1550px) {
    .product-card__buy-price-old {
        font-size: 12px;
        line-height: 15px
    }

    .product-card__buy-price-actual {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 1024px) {
    .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 14px;
        line-height: 17px
    }

    .product-card__buy-price-actual {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (max-width: 768px) {
    .product-card__buy-price-actual {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (max-width: 1024px) {
    .product-card__buy-price-actual {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 850px) {
    .product-card__buy-price-actual {
        font-size: 16px;
        line-height: 19px
    }
}

.product-card__buy-button-icon {
    width: 30px;
    height: 30px;
    color: var(--color-dark);
    transition: .5s
}

.catalog-banner__bottom--arrow, .catalog-banner__img, .lk-friend__button, .lk-left__item::before {
    transition: var(--transition-opacity)
}

.product-card__buy-button-icon:hover {
    animation: 1s forwards bag-animation
}

@keyframes bag-animation {
    0%, 100%, 50% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(-20deg)
    }
    75% {
        transform: rotate(20deg)
    }
}

.promo1 {
    grid-column: 3/4;
    grid-row: 1/2
}

.promo2 {
    grid-column: 1/2;
    grid-row: 3/4
}

.catalog-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.catalog-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.catalog-banner__bottom {
    position: absolute;
    bottom: 20px;
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 0 40px
}

.catalog-banner__bottom-title {
    justify-self: start;
    font-family: var(--font-primary);
    color: var(--color-white);
    font-size: 30px;
    font-weight: 200;
    line-height: 120%;
    text-transform: uppercase
}

@media (max-width: 1279.9px) {
    .catalog-banner__bottom-title {
        font-size: 24px
    }
}

.catalog-banner__bottom-button {
    grid-column: 2;
    justify-self: end;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    background-color: var(--color-white)
}

.catalog-banner__bottom--arrow {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg)
}

@media (max-width: 767.9px) {
    .catalog-banner__bottom {
        padding: 0 30px
    }
}

.catalog-banner:hover .catalog-banner__img {
    transform: scale(1.05)
}

.catalog-banner:nth-child(odd) {
    grid-row: 1/3;
    grid-column: 3/5
}

.catalog-banner:nth-child(2n) {
    grid-row: 3/5;
    grid-column: 1/3
}

@media (max-width: 1450px) {
    .catalog-banner:nth-child(odd) {
        grid-row: 1/3;
        grid-column: 3/5;
    }
}

@media (max-width: 1400px) {
    .catalog-banner:nth-child(odd) {
        grid-row: 1/3;
        grid-column: 2/4;
    }
}

@media (max-width: 850px) {
    .catalog-banner {
        width: 100%;
    }
    .catalog-banner:nth-child(odd) {
        grid-row: 3/5;
        grid-column: 1/3
    }

    .catalog-banner:nth-child(2n) {
        grid-row: 7/9;
        grid-column: 1/3
    }
}

@media (max-width: 450px) {
    .catalog-banner {
        width: calc(100% + 6*var(--main-padding));
        margin-left: unset;
        margin-right: unset;
    }
    .catalog-banner:nth-child(odd) {
        grid-row: 3/4;
        grid-column: 1/2
    }

    .catalog-banner:nth-child(2n) {
        grid-row: 7/8;
        grid-column: 1/2
    }
}

.catalog__products-list {
    display: grid;
    grid-gap: 40px;
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

@media screen and (max-width: 1550px) {
    .catalog__products-list {
        grid-gap: 20px
    }
}

@media screen and (max-width: 1450px) {
    .catalog__products-list {
        grid-gap: 10px;
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

@media screen and (max-width: 1439px) {
    .catalog__products-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 850px) {
    .catalog__products-list {
        padding: 0 30px;
        grid-gap: 20px;
        grid-template-columns:1fr 1fr
    }
}

.catalog__pagination {
    margin-top: 40px;
    margin-bottom: 100px
}

.catalog__pagination-show-more {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    gap: 20px;
    border: 1px solid var(--color-dark);
    background: 0 0
}

@media screen and (max-width: 1800px) {
    .catalog__pagination-show-more {
        font-size: 14px;
        line-height: 17px
    }
}

.catalog__pagination-show-more:hover {
    border: 1px solid var(--color-blue)
}

.catalog__pagination-navigation .page-number, .recently-viewed-title {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.catalog__pagination-navigation {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.catalog__pagination-navigation .page-number {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-gray-light);
    background: 0 0
}

@media screen and (max-width: 1800px) {
    .catalog__pagination-navigation .page-number {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .catalog__pagination-navigation .page-number, .catalog__pagination-show-more {
        font-size: 12px;
        line-height: 15px
    }
}

.catalog__pagination-navigation .page-number:hover {
    border: 1px solid var(--color-blue)
}

@media screen and (max-width: 1024px) {
    .catalog__pagination {
        margin-bottom: 60px
    }

    .catalog__pagination-navigation .page-number, .catalog__pagination-show-more {
        font-size: 14px;
        line-height: 17px
    }

    .catalog__pagination-navigation .page-number {
        width: 32px;
        height: 32px
    }
}

.catalog__pagination-navigation .page-number.active {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    border: 1px solid var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .catalog__pagination-navigation .page-number.active, .recently-viewed-title {
        font-size: 14px;
        line-height: 17px
    }
}

.catalog__pagination-navigation .next, .catalog__pagination-navigation .previous {
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    border: 0
}

.catalog__pagination-navigation .previous svg {
    width: 24px;
    height: 24px
}

.catalog__pagination-navigation .next svg {
    width: 24px;
    height: 24px;
    transform: rotate(180deg)
}

.catalog {
    display: flex;
    flex-direction: column;
}

.catalog__header {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.catalog__content {
    display: flex;
    flex-direction: row;
    position: relative
}

.catalog__content-sidebar {
    width: 23.45%;
    overflow-y: auto
}


.catalog__content-sidebar::-webkit-scrollbar {
    width: 4px;
    background: var(--color-white-dark);
    border-radius: 0
}

.catalog__content-sidebar::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    border-radius: 0;
    position: relative
}

.catalog__content-products {
    position: sticky;
    top: var(--margin-top);
    height: fit-content;
    padding-top: 40px;
    padding-right: var(--main-padding);
    padding-left: var(--main-padding);
    width: 76.56%
}

.recently-viewed-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 10px 0
}

.recently-viewed-title-buttons {
    width: 88px;
    height: 44px;
    display: flex;
    flex-direction: row
}

.recently-viewed-container-swiper-next, .recently-viewed-container-swiper-prev {
    width: 44px;
    height: 44px;
    border: none;
    background-color: var(--color-white);
    padding: 0
}

.line__product {
    display: grid;
    align-items: center;
    position: relative;
    padding: 10px 0;
    gap: 10px;
    grid-template-columns:106fr 504fr;
    border-bottom: 1px solid var(--color-white-extra-dark)
}

.line__product-image {
    background: #d9d9d9;
    aspect-ratio: 106/110;
    overflow: hidden;
    position: relative
}

.line__product-image img {
    height: auto;
    width: 100%
}

.line__product-image-favorite {
    display: none;
    top: 10px;
    left: 10px;
    position: absolute;
    padding: 5px;
    z-index: 2;
    background: rgba(255, 255, 255, .6);
    color: var(--color-blue);
    border-radius: 100px;
    width: 28px;
    height: 28px
}

.line__product-image-favorite svg {
    width: 18px;
    height: 18px;
    fill: var(--color-blue)
}

.line__product-properties-cost {
    display: grid;
    gap: 10px;
    grid-template-columns:314fr 180fr
}

.line__product-properties {
    width: 100%;
    border-right: 1px solid var(--color-white-extra-dark);
    flex-grow: 1;
    padding: 20px 10px 20px 0
}

.line__product-properties-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .line__product-properties-title {
        font-size: 14px;
        line-height: 17px
    }
}

.line__product-properties-color-container {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.line__product-properties-color-container .color {
    border-radius: 50%;
    margin: 3px;
    width: 18px;
    height: 18px
}

.line__product-properties-size {
    margin-top: 8px;
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.line__product-cost-discount, .line__product-cost-price .old-price {
    font-size: 14px;
    line-height: 17px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.line__product-cost {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between
}

.line__product-cost-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.line__product-cost-price .old-price {
    color: var(--color-white-extra-dark);
    position: relative
}

.line__product-cost-price .old-price::before {
    position: absolute;
    width: 70%;
    height: 50%;
    content: "";
    border-bottom: 1px solid var(--color-blue);
    pointer-events: none;
    transform: rotate(-10deg)
}

.line__product-cost-price .actual-price {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

.line__product-cost-discount {
    color: var(--color-blue);
    text-align: end;
    margin-top: 8px
}

.lk-left__list, .lk-right__content {
    margin-top: 40px
}

.line__product-count-container {
    background-color: var(--color-white);
    display: grid;
    grid-template-columns:24px 32px 24px;
    align-items: center
}

.line__product-count-container svg {
    color: var(--color-dark);
    width: 24px;
    height: 24px
}

.line__product-count-container-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    justify-self: center
}

@media screen and (max-width: 1800px) {
    .line__product-count-container-text {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__form a, .lk-left__exit {
    font-size: 12px;
    text-transform: uppercase
}

.lk-left__exit, .lk-left__name {
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal
}

.line__product-count-container-btn-minus, .line__product-count-container-btn-plus {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0
}

.line__product-mobile {
    display: none
}

.isfavorite .line__product-image-favorite, .video-container-full_open {
    display: block
}

.lk-content {
    padding: 40px var(--main-padding) 106px var(--main-padding);
    display: grid;
    grid-template-columns:560fr 1060fr;
    gap: 100px
}

.lk-left {
    background-color: var(--color-white-dark);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    position: relative
}

.lk-left__exit {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none
}

.lk-left__header {
    padding-right: 40px;
    display: grid;
    grid-template-columns:150fr 250fr;
    gap: 20px;
    align-items: center
}

.lk-left__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.lk-left__img-container {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.lk-left__img-edit {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: var(--color-white);
    padding: 5px;
    border: none;
    border-radius: 50%
}

.lk-left__img-icon {
    width: 30px;
    height: 30px;
    color: var(--color-dark)
}

@media screen and (max-width: 1120px) {
    .lk-left__img-edit {
        width: 30px;
        height: 30px
    }

    .lk-left__img-icon {
        width: 20px;
        height: 20px
    }
}

.lk-left__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.lk-left__name {
    font-size: 20px
}

.lk-left__type {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white-extra-dark)
}

.lk-left__list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lk-left__item {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: none;
    padding: 0 20px 10px 0;
    position: relative
}

.lk-left__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: var(--color-blue)
}

.auth-login, .lk-left__item:hover::before, .lk-left__item_active::before {
    width: 100%
}

.lk-left__item_active {
    color: var(--color-blue)
}

.lk-left__item.ordering::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--color-blue);
    border-radius: 50%;
    margin-left: auto
}

.lk-left__item-label {
    cursor: pointer
}

.lk-left__item-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    cursor: pointer
}

.lk-right__title {
    font-family: var(--font-secondary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.lk-percent__item-percent, .lk-percent__item-promo, .lk-percent__item-text, .lk-percent__item-title {
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1800px) {
    .lk-left__name {
        font-size: 18px;
        line-height: 22px
    }

    .lk-right__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .lk-left__name {
        font-size: 16px;
        line-height: 19px
    }

    .lk-right__title {
        font-size: 22px;
        line-height: 28px
    }
}

.lk-header {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns:842fr 1078fr;
    background-color: #9b9b9b;
    height: 130px;
}

.lk-header__img {
    object-fit: cover;
    height: 100%
}

.lk-percent__item {
    padding: 20px 40px 20px 20px;
    display: grid;
    grid-template-columns:454fr 466fr;
    gap: 20px;
    align-items: center;
    border: 1px dashed var(--color-dark);
    position: relative
}

.lk-percent__item-left {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.lk-percent__item-title {
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400
}

.lk-percent__item-promo {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .lk-percent__item-title {
        font-size: 18px;
        line-height: 22px
    }

    .lk-percent__item-promo {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-percent__item-promo-container {
    width: 303px;
    padding-right: 10px;
    padding-left: 10px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed var(--color-white-extra-dark)
}

.lk-percent__item-promo-copy {
    background-color: transparent;
    border: none;
    padding: 0
}

.lk-percent__item-promo-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

.lk-percent__item-right {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lk-percent__item-text {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-white-extra-dark);
    display: flex;
    align-items: center
}

@media screen and (max-width: 1800px) {
    .lk-percent__item-text {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-percent__item-percent {
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-left: 10px
}

.lk-friend__button, .lk-friend__input, .lk-friend__invite-success-title, .lk-friend__title, .lk-percent__item-date, .lk-percent__item-status {
    font-style: normal;
    font-weight: 400;
    font-family: var(--font-primary)
}

@media screen and (max-width: 1800px) {
    .lk-percent__item-percent {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .line__product-cost-discount, .line__product-cost-price .old-price, .line__product-properties-color-container, .line__product-properties-size, .lk-left__type {
        font-size: 12px;
        line-height: 15px
    }

    .line__product-cost-price .actual-price, .lk-left__item {
        font-size: 14px;
        line-height: 18px
    }

    .lk-percent__item-percent {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .lk-percent__item-percent {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .lk-percent__item-percent {
        font-size: 24px;
        line-height: 30px
    }
}

.lk-percent__item-date {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    margin-left: 10px
}

@media screen and (max-width: 1800px) {
    .lk-percent__item-date {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-percent__item-status {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white);
    background-color: var(--color-dark);
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px
}

.lk-percent__item-status_new {
    background-color: var(--color-blue)
}

.lk-percent__item-status_error {
    background-color: var(--color-red)
}

.lk-friend__container {
    background-color: var(--color-white-dark);
    gap: 60px;
    width: 100%;
    max-width: 1000px
}

.lk-friend__title {
    color: var(--color-dark);
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .lk-friend__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .lk-percent__item-title {
        font-size: 16px;
        line-height: 19px
    }

    .lk-friend__title {
        font-size: 22px;
        line-height: 28px
    }
}

.lk-friend__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lk-friend__input {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    background-color: transparent;
    border: none;
    height: 100%;
    outline: 0
}

@media screen and (max-width: 1800px) {
    .lk-friend__input {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-friend__input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray)
}

@media screen and (max-width: 1800px) {
    .lk-friend__input::placeholder {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-friend__input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-white);
    padding: 10px 14px;
    height: 50px
}

.lk-friend__input-icon {
    width: 30px;
    height: 30px;
    color: var(--color-dark)
}

.lk-friend__button {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    width: 100%;
    padding: 20px 40px;
    color: var(--color-white);
    background-color: var(--color-dark);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.auth-login__form-auth-btn:hover, .lk-friend__button:hover, .lk-friend__invite-success {
    background-color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .lk-friend__button {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-friend__button-svg, .video-container-full_video-close-icon {
    width: 30px;
    height: 30px
}

.lk-friend__invite {
    background-image: url("../../../../local/templates/seneca/img/other/bg-friend.png");
    padding: 40px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lk-friend__invite-success {
    background-image: url("../../../../local/templates/seneca/img/other/invite-bg.png");
    position: relative;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lk-friend__invite-success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 40px
}

.lk-friend__invite-success-button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background: 0 0;
    height: 30px;
    width: 30px
}

.lk-friend__invite-success-button-close svg {
    height: 30px;
    width: 30px;
    color: var(--color-white)
}

.lk-friend__invite-success-title {
    color: var(--color-white);
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .lk-friend__invite-success-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .lk-friend__invite-success-title {
        font-size: 22px;
        line-height: 28px
    }
}

.lk-friend__invite-success-description {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
    margin-top: 20px
}

.auth-login__form-title, .auth-login__header-author, .auth-login__header-quote {
    font-family: var(--font-secondary);
    font-weight: 400;
    text-align: center;
    font-style: normal
}

@media screen and (max-width: 1800px) {
    .lk-friend__invite-success-description {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .catalog__pagination-navigation .page-number.active, .line__product-count-container-text, .line__product-properties-title, .lk-friend__input, .lk-percent__item-date, .lk-percent__item-promo, .lk-percent__item-text, .recently-viewed-title {
        font-size: 12px;
        line-height: 15px
    }

    .catalog__content-sidebar {
        width: 27.45%;
        max-height: 100vh;
        overflow-y: auto
    }

    .catalog__content-products {
        width: 73.56%
    }

    .lk-left {
        background-color: var(--color-white-dark);
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px
    }

    .lk-left__header {
        gap: 10px
    }

    .lk-friend__invite-success-title, .lk-friend__title, .lk-right__title {
        font-size: 18px;
        line-height: 24px
    }

    .lk-friend__input::placeholder {
        font-size: 12px;
        line-height: 15px
    }

    .lk-friend__button, .lk-friend__invite-success-description {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) {
    .catalog__pagination-navigation .page-number.active, .line__product-count-container-text, .line__product-properties-title, .lk-friend__input, .lk-percent__item-date, .lk-percent__item-promo, .lk-percent__item-text, .recently-viewed-title {
        font-size: 14px;
        line-height: 17px
    }

    .catalog__content-sidebar {
        display: none
    }

    .catalog__content-sidebar.open {
        position: fixed;
        display: block;
        top: 60px;
        width: 100%;
        height: calc(100vh - 120px);
        background-color: var(--color-white-dark);
        z-index: 5;
        overflow: auto
    }

    .catalog__content-sidebar.open .sidebar{
        padding-left: 30px;
    }
    .body__padding .catalog__content-sidebar.open{
        top: 110px;
    }

    .catalog__content-products {
        width: 100%
    }

    .line__product-cost-price .actual-price, .lk-left__item {
        font-size: 12px;
        line-height: 16px
    }

    .lk-content {
        grid-template-columns:1fr;
        padding-bottom: 40px
    }

    .lk-left {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        overflow: auto;
        padding-left: 0;
        display: none
    }

    .lk-left__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-left: 16px;
        margin-right: 16px;
        padding-right: 0
    }

    .lk-friend__invite-success-title, .lk-friend__title, .lk-percent__item-percent, .lk-right__title {
        font-size: 20px;
        line-height: 24px
    }

    .lk-friend__input::placeholder {
        font-size: 14px;
        line-height: 17px
    }

    .lk-friend__button, .lk-friend__invite-success-description {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__header {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 312px;
    background-color: var(--color-white-extra-dark);
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .product-card__buy-button-icon {
        width: 24px;
        height: 24px
    }

    .catalog__pagination-navigation .page-number, .catalog__pagination-navigation .page-number.active, .catalog__pagination-show-more, .line__product-count-container-text, .line__product-properties-title, .lk-friend__input, .lk-percent__item-date, .lk-percent__item-promo, .lk-percent__item-text, .recently-viewed-title {
        font-size: 14px;
        line-height: 17px
    }

    /*.catalog__header {*/
    /*    display: none*/
    /*}*/

    .recently-viewed .product-card__photo-container {
        min-height: 180px
    }

    .line__product-cost-price .actual-price, .lk-left__item {
        font-size: 16px;
        line-height: 19px
    }

    .lk-percent__item-percent {
        font-size: 20px;
        line-height: 24px
    }

    .lk-friend__input::placeholder {
        font-size: 14px;
        line-height: 17px
    }

    .lk-friend__button, .lk-friend__invite-success-description {
        font-size: 14px;
        line-height: 17px
    }

    .auth-login__header {
        height: 250px
    }
}

.auth-login__header-quote {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    letter-spacing: 2px;
    max-width: 260px
}

.auth-login__header-author {
    color: var(--color-white);
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    letter-spacing: 1.4px;
    max-width: 260px
}

.auth-login__form {
    width: 100%;
    padding: 60px var(--main-padding) 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.auth-login__form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px
}

.auth-login__form-title {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .auth-login__header-quote {
        font-size: 18px;
        line-height: 22px
    }

    .auth-login__form-title {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__form-switcher {
    margin-top: 40px;
    border-radius: 100px;
    background: var(--color-white-dark);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.auth-login__form-switcher-item {
    position: relative;
    width: 50%
}

.auth-login__form-switcher-input {
    display: none
}

.auth-login__form-switcher-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    display: flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex: 1 0 0;
    cursor: pointer;
    border-radius: 100px
}

.auth-login__form a, .auth-login__form-switcher-text, .collection-brand__swiper-desc {
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .auth-login__form-switcher-input-label {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__form-switcher-text, .collection-brand__swiper-desc {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 1800px) {
    .auth-login__form-switcher-text {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__form-switcher .auth-login__form-switcher-input:checked + .auth-login__form-switcher-input-label {
    background-color: var(--color-blue);
    color: var(--color-white)
}

.auth-login__form a {
    line-height: 14px;
    margin-top: 20px;
    text-align: left
}

.auth-login__form-auth-btn {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    background: var(--color-dark)
}

.auth-login__recovery-btn, .auth-login__registration-btn {
    border: 0;
    background: var(--color-white);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    transition: var(--transition-opacity)
}

.auth-login__recovery-btn{
    color:rgba(0, 71, 187, 1)
}

@media screen and (max-width: 1800px) {
    .auth-login__form-auth-btn {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__recovery-btn {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase
}

.auth-login__registration-btn {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 36px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}


@media screen and (max-width: 1800px) {
    .auth-login__registration-btn {
        font-size: 14px;
        line-height: 17px
    }
}

.error {
    margin-top: var(--margin-top)
}

.error-header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #9b9b9b;
    position: relative;
    min-height: 192px;
    overflow: hidden
}

.error-header__img {
    mix-blend-mode: multiply
}

.error-header__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 8.4px
}

.error-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px
}

.error-content__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center
}

.error-content__description, .error-footer__button {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1450px) {
    .auth-login__header-quote {
        font-size: 16px;
        line-height: 19px
    }

    .error-content__title {
        font-size: 45px;
        line-height: 55px
    }
}

.error-content__description {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    max-width: 350px
}

.error-footer {
    margin-top: 54px;
    display: flex;
    align-items: center;
    max-width: 562px;
    width: 100%;
    gap: 22px
}

@media screen and (max-width: 1300px) {
    .error-header__title {
        font-size: 100px;
        line-height: 100px
    }

    .error-footer {
        margin-top: 40px
    }
}

.error-footer__button {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--color-dark);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 64px
}

@media screen and (max-width: 1800px) {
    .error-footer__button {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .auth-login__form-auth-btn, .auth-login__form-switcher-input-label, .auth-login__form-switcher-text, .auth-login__form-title, .auth-login__registration-btn, .error-footer__button {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) {
    .auth-login__form-auth-btn, .auth-login__form-switcher-input-label, .auth-login__form-switcher-text, .auth-login__form-title, .auth-login__registration-btn, .error-footer__button {
        font-size: 14px;
        line-height: 17px
    }

    .error-header__title {
        font-size: 80px;
        line-height: 80px
    }

    .error-content__title {
        font-size: 35px;
        line-height: 45px
    }
}

@media screen and (max-width: 768px) {
    .auth-login__form {
        padding-top: 40px
    }

    .auth-login__form-auth-btn, .auth-login__form-switcher-input-label, .auth-login__form-switcher-text, .auth-login__form-title, .auth-login__registration-btn, .error-footer__button {
        font-size: 14px;
        line-height: 17px
    }

    .error-content__title {
        font-size: 30px;
        line-height: 36px
    }
}

.error-footer__button-svg {
    color: var(--color-white);
    width: 48px;
    height: 24px
}

.policy-left__item, .policy-left__list-navigation-label {
    color: var(--color-dark);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal
}

.error-footer__button-svg path {
    transition: var(--transition-opacity)
}

.error-footer__button:hover .error-footer__button-svg path {
    d: path("M2.5 12H32M32 12L25.3962 5M32 12L25.3962 19")
}

.error-footer__button:last-child {
    background-color: var(--color-dark);
    color: var(--color-white);
    padding-left: 24px
}

.policy {
    margin-top: var(--margin-top);
    display: grid;
    grid-template-columns:4fr 8fr;
    gap: 100px;
    padding: 40px var(--main-padding) 100px
}

.policy-left {
    height: fit-content;
    position: sticky;
    top: calc(var(--margin-top) + 40px)
}

.policy-left__list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.policy-left__item-button, .policy-left__list-navigation {
    align-items: center;
    width: 100%;
    background-color: transparent;
    position: relative;
    cursor: pointer
}

.policy-left__list-navigation {
    display: none;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 10px;
    border: none
}

.policy-left__list-navigation-label {
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase
}

.policy-left__list-navigation_active .policy-left__list-navigation-label {
    color: var(--color-blue)
}

.policy-left__list-navigation_active .policy-left__item-button-svg {
    color: var(--color-blue);
    transform: rotate(90deg)
}

.policy-left__list-content {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.policy-left__item {
    font-size: 16px;
    line-height: 19px;
    transition: var(--transition-opacity)
}

.policy-left__item-button:hover .policy-left__item-button-label, .policy-left__item-button:hover .policy-left__item-button-svg, .policy-left__item-button_active .policy-left__item-button-label, .policy-left__item:hover, .policy-left__item_active {
    color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .error-footer__button {
        font-size: 16px;
        line-height: 19px
    }

    .policy-left__list-navigation-label {
        font-size: 18px;
        line-height: 22px
    }

    .policy-left__item {
        font-size: 14px;
        line-height: 17px
    }
}

.policy-left__item_active {
    font-weight: 500
}

.policy-left__item-content {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
    display: none
}

.policy-left__item-content_active {
    display: flex
}

.policy-left__item-button {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 10px;
    border: none
}

.policy-left__item-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    background-color: var(--color-blue);
    height: 1px;
    transition: var(--transition-opacity)
}

.policy-left__item-button-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: left;
    cursor: pointer
}

.policy-left__item-button-svg {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    color: var(--color-dark);
    cursor: pointer;
    transition: var(--transition-opacity)
}

.policy-left__item-button:hover::after, .policy-left__item-button_active::after {
    width: 100%
}

.policy-left__item-button_active .policy-left__item-button-svg {
    color: var(--color-blue);
    transform: rotate(90deg)
}

.policy-right__search-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-bottom: 1px solid var(--color-gray-light);
    padding: 12px 0;
    margin-bottom: 40px
}

.policy-right__search-icon {
    width: 40px;
    height: 40px;
    color: var(--color-dark)
}

.policy-right__accordions-button, .policy-right__search-input {
    font-family: var(--font-primary);
    color: var(--color-dark);
    width: 100%
}

.policy-right__search-input {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400;
    height: 100%;
    outline: 0;
    border: none
}

.policy-right__search-input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray)
}

.about-seneca-slide__wrap, .policy-right__accordions {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.policy-right__accordions-content {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none
}

@media screen and (max-width: 1800px) {
    .policy-left__item-button-label, .policy-right__search-input {
        font-size: 18px;
        line-height: 22px
    }

    .policy-right__search-input::placeholder {
        font-size: 18px;
        line-height: 22px
    }

    .policy-right__accordions-content {
        font-size: 14px;
        line-height: 17px
    }
}

.policy-right__accordions-button {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--color-dark);
    text-align: left;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    transition: var(--transition-opacity)
}

.policy-right__crumbs-item, .policy-right__title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.policy-right__accordions-button label {
    width: calc(100% - 34px);
    cursor: pointer
}

.policy-right__accordions-button-svg {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg)
}

.policy-right__accordions-button:hover, .policy-right__accordions-button_active {
    color: var(--color-blue);
    border-color: var(--color-blue)
}

.policy-right__accordions-button_active .policy-right__accordions-button-svg {
    transform: rotate(90deg)
}

.partnership-head__wrapper, .policy-right__crumbs_bottom {
    display: flex
}

.fix_arrow, .fix_mob_version, .lk-friend__container, .policy-right__crumbs_top, .show-if-1024, .show-if-mobile {
    display: none
}

.policy-right__crumbs-item {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    max-width: 100%
}

.collection-brand__swiper-product-link:hover svg, .policy-right__crumbs-item_active {
    color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .policy-right__accordions-button {
        font-size: 18px;
        line-height: 22px
    }

    .policy-right__crumbs-item {
        font-size: 14px;
        line-height: 17px
    }
}

.policy-right__crumbs-item:first-child {
    width: fit-content;
    min-width: fit-content
}

.policy-right__crumbs-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg)
}

.policy-right__title {
    color: var(--color-dark);
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    margin-top: 20px;
    margin-bottom: 40px
}

.policy-right__info-description, .policy-right__info-mark, .policy-right__info-title {
    font-family: var(--font-primary);
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .policy-right__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .policy-left__item-button-label, .policy-left__list-navigation-label, .policy-right__search-input {
        font-size: 16px;
        line-height: 19px
    }

    .policy-right__search-icon {
        width: 30px;
        height: 30px
    }

    .policy-right__search-input::placeholder {
        font-size: 16px;
        line-height: 19px
    }

    .policy-right__accordions-button {
        font-size: 16px;
        line-height: 19px
    }

    .policy-right__title {
        font-size: 22px;
        line-height: 28px
    }
}

.policy-right__info {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.policy-right__info-title {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .policy-right__info-title {
        font-size: 18px;
        line-height: 22px
    }
}

.policy-right__info-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.policy-right__info-point {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -100px;
    padding-top: 100px
}

.policy-right__info-mark {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
    margin-left: 40px;
    position: relative
}

.brand-main__subtitle, .brand-main__title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1550px) {
    .auth-login__header-author, .lk-percent__item-status, .policy-right__info-description, .policy-right__info-mark {
        font-size: 12px;
        line-height: 15px
    }

    .error-content {
        padding-top: 60px
    }

    .error-content__description {
        font-size: 14px;
        line-height: 17px
    }

    .policy {
        gap: 50px;
        grid-template-columns:3fr 9fr
    }
}

.policy-right__info-mark-list {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.policy-right__info-mark::after {
    position: absolute;
    top: 5px;
    left: -16px;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: var(--color-blue)
}

.brand-main {
    margin-top: var(--margin-top);
    height: calc(100vh - var(--margin-top));
    overflow: hidden;
    position: relative
}

.brand-main__swiper {
    width: 100%;
    height: 100%;
    position: relative
}

.brand-main__swiper-pagination {
    top: 30px !important;
    height: fit-content !important
}

.brand-main__swiper-slide {
    position: relative
}

.brand-main__swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 19, 18, .2) 0, rgba(32, 28, 29, .5) 100%)
}

.collection-brand__btn-catalog:hover, .subscribe-brand__button:hover {
    background-color: var(--color-blue)
}

.brand-main__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0
}

.brand-main__swiper-btn-next {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: var(--main-padding);
    bottom: 20%;
    z-index: 2;
    border: 1px solid var(--color-white);
    cursor: pointer
}

.brand-main__swiper-btn-next-svg {
    height: 40px;
    width: 40px;
    color: var(--color-white);
    transition: var(--transition-opacity)
}

.brand-main__swiper-btn-next-svg path {
    transition: var(--transition-opacity)
}

@media (min-width: 1024px) {
    .brand-main__swiper-btn-next:hover .brand-main__swiper-btn-next-svg {
        color: var(--color-blue);
        width: 65px
    }

    .brand-main__swiper-btn-next:hover .brand-main__swiper-btn-next-svg path {
        d: path("M3.3335 20.0002H52.5001M52.5001 20.0002L41.4938 8.3335M52.5001 20.0002L41.4938 31.6668");
        d: "M3.3335 20.0002H52.5001M52.5001 20.0002L41.4938 8.3335M52.5001 20.0002L41.4938 31.6668"
    }
}

.brand-main__logo {
    width: 100%;
    object-fit: cover
}

.brand-main__logo-container {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: var(--color-white);
    right: var(--main-padding);
    padding: 23px
}

@media screen and (max-width: 1450px) {
    .policy-right__info-title {
        font-size: 16px;
        line-height: 19px
    }

    .brand-main__swiper-btn-next {
        width: 150px;
        height: 150px
    }

    .brand-main__logo-container {
        width: 120px;
        height: 120px;
        padding: 15px
    }
}

.brand-main__titles {
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: var(--main-padding);
    position: absolute;
    bottom: 20vh
}

.brand-main__subtitle {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    letter-spacing: .96px
}

@media screen and (max-width: 1800px) {
    .brand-main__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .brand-main__subtitle, .policy-left__item, .policy-right__accordions-content, .policy-right__crumbs-item {
        font-size: 12px;
        line-height: 15px
    }

    .policy-right__title {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 1024px) {
    .error-footer__button {
        height: 54px;
        font-size: 14px;
        line-height: 17px
    }

    .policy {
        grid-template-columns:1fr;
        gap: 20px
    }

    .policy-left {
        position: relative;
        top: auto
    }

    .policy-left__list {
        gap: 10px
    }

    .policy-left__list-navigation {
        display: flex
    }

    .policy-left__list-navigation-label {
        font-size: 20px;
        line-height: 120%
    }

    .policy-left__list-content {
        display: none
    }

    .policy-left__list-content_active {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-bottom: 1px solid var(--color-gray-light);
        padding-bottom: 20px
    }

    .policy-left__item, .policy-right__accordions-content {
        font-size: 14px;
        line-height: 17px
    }

    .policy-left__item-content {
        gap: 15px;
        margin-top: 10px
    }

    .policy-right__crumbs {
        display: grid;
        grid-template-columns:auto 24px auto
    }

    .policy-right__crumbs_bottom {
        display: none
    }

    .policy-right__crumbs_top {
        display: grid
    }

    .brand-main__subtitle, .policy-right__crumbs-item {
        font-size: 14px;
        line-height: 17px
    }

    .policy-right__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .policy-right__info {
        gap: 20px
    }
}

@media screen and (max-width: 768px) {
    .policy-left__item, .policy-right__accordions-content, .policy-right__crumbs-item {
        font-size: 14px;
        line-height: 17px
    }

    .brand-main {
        display: flex;
        flex-direction: column
    }

    .brand-main__swiper {
        height: 70%
    }

    .brand-main__swiper-btn-next {
        width: 100px;
        height: 100px;
        bottom: 5%
    }

    .brand-main__swiper-btn-next-svg {
        height: 24px;
        width: 24px
    }

    .brand-main__logo-container {
        width: 80px;
        height: 80px;
        padding: 11px
    }

    .brand-main__titles {
        position: relative;
        bottom: auto;
        justify-content: center;
        left: 0;
        height: 22%
    }

    .brand-main__subtitle {
        font-size: 14px;
        line-height: 17px;
        color: var(--color-dark);
        text-align: center
    }
}

@media screen and (max-width: 1800px) {
    .brand-main__subtitle {
        font-size: 16px;
        line-height: 19px
    }
}

.brand-main__title {
    font-size: 60px;
    line-height: 72px;
    color: var(--color-white);
    letter-spacing: 6px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brand-main__title {
        font-size: 52px;
        line-height: 64px
    }
}

@media screen and (max-width: 1450px) {
    .brand-main__title {
        font-size: 42px;
        line-height: 54px
    }
}

@media screen and (max-width: 1024px) {
    .brand-main__title {
        font-size: 32px;
        line-height: 44px
    }
}

@media screen and (max-width: 768px) {
    .brand-main__title {
        font-size: 30px;
        line-height: 36px;
        color: var(--color-dark);
        text-align: center
    }
}

@media screen and (max-width: 1450px) {
    .brand-main__title {
        font-size: 52px;
        line-height: 64px
    }
}

.brand-main__arrow-head {
    transform: rotate(-90deg);
    width: 24px;
    height: 24px
}

.brand-main__arrow-head-btn {
    padding: 0;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(0, -50%);
    color: var(--color-white)
}

.about-brand {
    display: grid;
    grid-template-columns:652fr 600fr;
    align-items: center;
    gap: 330px;
    min-height: 1000px;
    height: fit-content;
    position: relative;
    overflow: hidden;
    padding: 100px 204px 80px 133px;
    background-color: var(--color-white-dark)
}

@media screen and (max-width: 1800px) {
    .about-brand {
        gap: 230px
    }
}

@media screen and (max-width: 1550px) {
    .about-brand {
        gap: 130px;
        padding-left: calc(var(--main-padding) + 50px);
        padding-right: calc(var(--main-padding) + 70px);
        grid-template-columns:2fr 3fr
    }
}

@media screen and (max-width: 1300px) {
    .about-brand {
        gap: 100px;
        height: fit-content;
        min-height: 735px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.about-brand__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-brand__left {
    height: fit-content;
    aspect-ratio: 1/1;
    max-width: 652px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 850px) {
    .about-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        height: fit-content;
        padding: 40px var(--main-padding)
    }


    .about-brand__left {
        max-width: 350px
    }
}

@media screen and (max-width: 768px) {
    .brand-main__arrow-head-btn {
        position: relative;
        bottom: 0;
        transform: none;
        color: var(--color-dark)
    }

    .about-brand__left {
        max-width: 320px
    }
}

.about-brand__left::after {
    content: "";
    position: absolute;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    border: 2px solid var(--color-white);
    border-radius: 50%
}

.about-brand__left::before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    border: 2px solid var(--color-white);
    border-radius: 50%
}

.about-brand__video {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.about-brand__video-container {
    aspect-ratio: 1/1;
    max-width: 652px;
    max-height: 652px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative
}

.about-brand__right {
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    gap: 80px
}

.about-brand__content {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px
}

.about-brand__subtitle, .collection-brand__subtitle {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 1800px) {
    .about-brand__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.about-brand__subtitle-first {
    font-size: 16px;
    line-height: 19px;
    display: none;
    width: 100%
}

@media screen and (max-width: 1800px) {
    .about-brand__subtitle-first {
        font-size: 14px;
        line-height: 17px
    }
}

.about-brand__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-blue);
    text-transform: uppercase
}

.collection-brand__btn-catalog, .collection-brand__swiper-product-title {
    color: var(--color-dark);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .about-brand__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .about-brand__right {
        padding: 40px 0;
        gap: 40px
    }

    .about-brand__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .about-brand__title {
        font-size: 28px;
        line-height: 34px
    }
}

.collection-brand {
    display: grid;
    grid:"collection-brand-left collection-brand-center  collection-brand-right";
    height: 100%;
    max-height: 880px
}

.collection-brand__left {
    overflow: hidden;
    padding-top: 80px;
    position: relative;
    padding-bottom: 80px;
    grid-area: collection-brand-left;
    max-height: 880px
}

.collection-brand__center {
    overflow: hidden;
    grid-area: collection-brand-center;
    max-height: 880px
}

.collection-brand__right {
    overflow: hidden;
    grid-area: collection-brand-right;
    max-height: 880px
}

.collection-brand__btn-catalog {
    font-size: 16px;
    line-height: 19px;
    background-color: var(--color-dark);
    color: var(--color-white);
    height: 64px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: var(--transition-opacity);
    margin-left: var(--main-padding);
    margin-top: 40px
}

@media screen and (max-width: 1800px) {
    .collection-brand__btn-catalog {
        font-size: 14px;
        line-height: 17px
    }
}

.collection-brand__btn-catalog svg {
    color: var(--color-white);
    height: 24px;
    width: 24px;
    max-width: 50px
}

.collection-brand__btn-catalog svg path {
    transition: var(--transition-opacity)
}

.collection-brand__btn-catalog:hover svg path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.collection-brand__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: var(--main-padding);
    padding-right: 80px
}

.collection-brand__swiper-left-slide {
    padding-left: var(--main-padding);
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.collection-brand__swiper-product-footer {
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px
}

.collection-brand__swiper-product-title {
    font-size: 30px;
    line-height: 36px;
    color: var(--color-white);
    width: 90%
}

@media screen and (max-width: 1800px) {
    .collection-brand__swiper-product-title {
        font-size: 26px;
        line-height: 32px
    }

    .collection-brand__swiper-desc {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1450px) {
    .collection-brand__header {
        padding-right: 10px;
        gap: 20px
    }

    .collection-brand__swiper-product-title {
        font-size: 22px;
        line-height: 28px
    }
}

.collection-brand__swiper-product-link {
    width: 44px;
    height: 44px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center
}

.collection-brand__swiper-product-link svg {
    color: var(--color-dark);
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    transition: var(--transition-opacity)
}

.collection-brand__swiper-list {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.collection-brand__swiper-list-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    display: grid;
    align-items: flex-start;
    grid-template-columns:6px auto;
    gap: 10px;
    white-space: break-spaces
}

.collection-brand__btn-next-svg svg:hover, .collection-brand__pagination-nums .swiper-pagination-current {
    color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .collection-brand__swiper-list-item {
        font-size: 14px;
        line-height: 17px
    }
}

.collection-brand__swiper-list-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--color-blue);
    display: block;
    transform: translate(0, 100%)
}

.collection-brand__swiper-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 80px
}

@media screen and (max-width: 1800px) {
    .collection-brand__swiper-title {
        font-size: 36px;
        line-height: 42px
    }

    .collection-brand__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1550px) {
    .collection-brand__swiper-title {
        font-size: 32px;
        line-height: 38px;
        margin-top: 60px
    }
}

@media screen and (max-width: 1300px) {
    .collection-brand__swiper-title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .about-brand__title, .collection-brand__swiper-title {
        font-size: 24px;
        line-height: 30px
    }
}

.collection-brand__pagination-nums {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap
}

@media screen and (max-width: 1550px) {
    .collection-brand__pagination-nums {
        font-size: 14px;
        line-height: 18px
    }
}

.collection-brand__btn-next-svg {
    cursor: pointer;
    display: flex;
    align-items: center
}

.collection-brand__btn-next-svg svg {
    height: 30px;
    width: 60px;
    transition: 250ms
}

.collection-brand__btn-next-svg svg path, .contacts__address-button, .contacts__cooperation-btn svg path, .contacts__network-item, .contacts__questions, .contacts__questions-icon path, .subscribe-brand__button, .subscribe-brand__button-icon, .subscribe-brand__button-icon path, .subscribe-brand__network-item, .video-container-full_video-close {
    transition: var(--transition-opacity)
}

.collection-brand__btn-next-svg svg:hover path {
    d: path("M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666");
    d: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666"
}

@media screen and (max-width: 1220px) {
    .about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__btn-catalog, .collection-brand__subtitle, .collection-brand__swiper-desc, .collection-brand__swiper-list-item {
        font-size: 12px;
        line-height: 15px
    }

    .collection-brand__swiper-product-title {
        font-size: 18px;
        line-height: 24px
    }

    .collection-brand__pagination {
        gap: 20px
    }

    .subscribe-brand__title {
        max-width: 678px
    }
}

.collection-brand__swiper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 20px);
    overflow: hidden
}

.collection-brand__swiper-slide {
    position: relative
}

.collection-brand__swiper-slide img, .collection-brand__swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 1024px) {
    .about-brand__content, .about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__subtitle, .collection-brand__swiper-desc, .collection-brand__swiper-list-item {
        font-size: 14px;
        line-height: 17px
    }

    .about-brand__title, .collection-brand__swiper-product-title, .collection-brand__swiper-title {
        font-size: 20px;
        line-height: 24px
    }

    .collection-brand {
        grid:"collection-brand-left collection-brand-left" "collection-brand-center  collection-brand-right";
        max-height: 100%
    }

    .collection-brand__left {
        padding-right: var(--main-padding);
        padding-left: var(--main-padding)
    }

    .collection-brand__btn-catalog {
        font-size: 14px;
        line-height: 17px;
        margin-right: 0;
        margin-left: 0
    }

    .collection-brand__header, .collection-brand__swiper-left-slide {
        padding-right: 0;
        padding-left: 0
    }

    .collection-brand__pagination-nums {
        font-size: 12px;
        line-height: 16px
    }

    .subscribe-brand__left {
        max-width: 500px
    }
}

@media screen and (max-width: 768px) {
    .about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__btn-catalog, .collection-brand__subtitle, .collection-brand__swiper-desc, .collection-brand__swiper-list-item {
        font-size: 14px;
        line-height: 17px
    }

    .about-brand__title, .collection-brand__swiper-title {
        font-size: 20px;
        line-height: 24px
    }

    .collection-brand__left {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .collection-brand__pagination-nums {
        font-size: 16px;
        line-height: 19px
    }

    .collection-brand__swiper .swiper-wrapper {
        height: auto
    }

    .subscribe-brand {
        flex-direction: column;
        overflow: hidden
    }

    .subscribe-brand__left {
        top: 0;
        transform: translate(0, 0);
        background-color: var(--color-white);
        max-width: 450px;
        padding-left: var(--main-padding);
        left: 0;
        padding-bottom: 40px;
        padding-top: 40px;
        gap: 35px;
        width: 100%
    }

    .subscribe-brand__right {
        width: 100%;
        max-height: 350px;
        margin-top: 127px;
        display: flex;
        align-items: flex-end
    }
}

@media screen and (max-width: 480px) {
    .product-info-block__breadcrumbs-right {
        grid-template-columns:auto 18px auto
    }

    .product-info-block__breadcrumb-delimiter {
        width: 18px;
        height: 18px
    }

    .product-info-block__type {
        padding: 4.5px 5px
    }

    .product-info-block__actions {
        display: grid;
        grid-template-columns: max-content 1fr;
        width: 100%
    }

    .product-info-block__cart-button {
        height: 54px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .catalog__products-header-sort-controls {
        gap: 15px
    }

    .product-card__favorite-button {
        width: 28px;
        height: 28px;
        padding: 3px
    }

    .product-card__favorite-button svg {
        width: 22px;
        height: 22px
    }

    .product-card__bottom-info-size, .product-card__bottom-info-title {
        font-size: 12px;
        line-height: 15px
    }

    .product-card__buy-price-actual {
        font-size: 14px;
        line-height: 17px
    }

    .line__product-image-favorite {
        width: 24px;
        height: 24px;
        padding: 3px
    }

    .line__product-image-favorite svg {
        width: 18px;
        height: 18px
    }

    .line__product-properties {
        padding: 0 0 5px
    }

    .auth-login__header {
        height: 200px
    }

    @media screen and (max-height: 700px) {
        .auth-login__header {
            height: 110px;
        }
        .auth-login__form {
            padding-top: 20px;
        }
    }
    .about-brand__left {
        max-width: 220px
    }

    .subscribe-brand__left {
        max-width: 300px
    }
}

@media screen and (max-width: 1800px) {
    .subscribe-brand__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .subscribe-brand__title {
        font-size: 28px;
        line-height: 34px
    }
}

.subscribe-brand__button {
    height: 64px;
    display: flex;
    align-items: center;
    color: var(--color-white);
    background-color: var(--color-dark);
    gap: 20px;
    border: none;
    display: flex;
    align-items: center;
    width: 270px;
    padding: 0 20px 0 69px
}

.subscribe-brand__button-label, .subscribe-brand__network-link {
    font-family: var(--font-primary);
    color: var(--color-dark);
    font-weight: 400;
    font-style: normal
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__button {
        height: 54px;
        padding-right: 56.5px;
        padding-left: 56.5px
    }
}

@media screen and (max-width: 1220px) {
    .subscribe-brand__button {
        height: 42px;
        padding-right: 36.5px;
        padding-left: 36.5px
    }
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__button {
        width: 240px;
        padding-right: 20px
    }
}

.subscribe-brand__button-icon {
    width: 54px;
    height: 24px
}

.subscribe-brand__button-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .subscribe-brand__button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.values-brand__item-video-container::after, .values-brand__item-video-container::before {
    height: 14%;
    position: absolute;
    display: block;
    background-color: var(--color-white);
    content: ""
}

.subscribe-brand__button:hover .subscribe-brand__button-icon path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.contacts__network, .subscribe-brand__network {
    border-right: 1px solid var(--color-gray-light);
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width: 1450px) {
    .collection-brand__btn-next-svg svg {
        width: 40px;
        height: 24px;
        color: var(--color-dark)
    }

    .collection-brand__btn-next-svg svg path {
        d: "M2 12H22M22 12L15.3962 5M22 12L15.3962 19";
        d: path("M2 12H22M22 12L15.3962 5M22 12L15.3962 19")
    }

    .collection-brand__btn-next-svg svg:hover path {
        d: path("M2 12H31.5M31.5 12L24.8962 5M31.5 12L24.8962 19");
        d: "M2 12H31.5M31.5 12L24.8962 5M31.5 12L24.8962 19"
    }

    .subscribe-brand__title {
        padding: 23px 28px 13px 0
    }

    .subscribe-brand__network {
        padding-right: 25px;
        padding-left: 25px
    }
}

.subscribe-brand__network-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap
}

.subscribe-brand__network-link {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: var(--color-white-dark);
    color: var(--color-blue);
    border-radius: 100px;
    padding: 10px;
    max-width: 148px;
    min-width: 126px
}

.subscribe-brand__network-icon {
    width: 32px;
    height: 32px
}

.subscribe-brand__network-item {
    position: relative;
    width: fit-content
}

.subscribe-brand__network-item:hover {
    opacity: .7
}

.subscribe-brand__network-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2
}

.subscribe-brand__link-container {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

@media screen and (max-width: 350px) {
    .blog-block-article:nth-child(odd) {
        grid-template-rows:250px auto
    }

    .blog-block-article:nth-child(2n) {
        grid-template-rows:290px auto
    }

    .blog-block-article__footer {
        grid-template-columns:73% 27%
    }

    .bestsellers-block__left, .subscribe-brand__left {
        width: 100%;
        max-width: 100%
    }

    .catalog__pagination-navigation {
        gap: 8px
    }

    .catalog__pagination-navigation .page-number {
        width: 28px;
        height: 28px
    }

    .subscribe-brand__link-container {
        flex-direction: column
    }
}

.values-brand {
    padding: 80px var(--main-padding);
    background-color: var(--color-white-dark)
}

.values-brand__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px;
    margin-bottom: 80px;
    text-align: center
}

@media screen and (max-width: 1800px) {
    .values-brand__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .subscribe-brand__button {
        width: 200px
    }

    .subscribe-brand__button-label, .values-brand__subtitle {
        font-size: 12px;
        line-height: 15px
    }

    .subscribe-brand__network {
        margin-top: 40px;
        border-top: 1px solid var(--color-gray-light);
        border-bottom: 1px solid var(--color-gray-light);
        border-right: 0;
        padding: 40px 0;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1650px) {
    .values-brand__subtitle {
        margin-bottom: 60px
    }
}

.values-brand__content {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 185px
}

@media screen and (max-width: 1750px) {
    .values-brand__content {
        gap: 145px
    }
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__network-link {
        font-size: 14px;
        line-height: 18px
    }

    .values-brand__content {
        gap: 105px
    }
}

@media screen and (max-width: 1450px) {
    .subscribe-brand__network-icon {
        width: 28px;
        height: 28px
    }

    .values-brand__content {
        gap: 60px
    }
}

.values-brand__item {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 37px
}

.product-bottom-block__bottom .product-card__bottom-buy, .values-brand__item:first-child, .values-brand__item:last-child {
    justify-content: space-between
}

.values-brand__item-img {
    max-width: 100%
}

.values-brand__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media screen and (max-width: 1800px) {
    .values-brand__item-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .values-brand__item-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .values-brand__item-title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .subscribe-brand__title, .values-brand__item-title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 1024px) {
    .subscribe-brand__title, .values-brand__item-title {
        font-size: 20px;
        line-height: 24px
    }

    .subscribe-brand__button {
        width: 210px
    }

    .subscribe-brand__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .subscribe-brand__network-link {
        font-size: 12px;
        line-height: 16px
    }

    .values-brand {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .values-brand__subtitle {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 768px) {
    .subscribe-brand__title {
        font-size: 20px;
        line-height: 24px;
        padding: 0
    }

    .subscribe-brand__button {
        height: 54px;
        width: 200px;
        padding-right: 10px
    }

    .subscribe-brand__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .subscribe-brand__network {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px 0
    }

    .subscribe-brand__network-list {
        display: flex;
        gap: 10px
    }

    .subscribe-brand__network-link {
        font-size: 16px;
        line-height: 19px
    }

    .subscribe-brand__network-icon {
        width: 20px;
        height: 20px
    }

    .values-brand {
        max-width: 543px;
        margin: 0 auto;
        padding: 40px var(--main-padding)
    }

    .values-brand__subtitle {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 40px
    }

    .values-brand__content {
        grid-template-columns:1fr;
        width: 100%
    }

    .values-brand__item:nth-child(2) {
        flex-direction: column-reverse
    }

    .values-brand__item-title {
        font-size: 20px;
        line-height: 24px
    }
}

.values-brand__item-desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .values-brand__item-desc {
        font-size: 14px;
        line-height: 17px
    }
}

.values-brand__item-video {
    max-width: 100%;
    height: 100%
}

.values-brand__item-video-container {
    position: relative;
    height: 232px
}

.values-brand__item-video-container::after {
    width: 100%;
    top: 25%
}

.values-brand__item-video-container::before {
    width: 100%;
    bottom: 25%
}

.brand-business {
    display: grid;
    grid-template-columns:97fr 96fr
}

.brand-business__left-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.brand-business__btn-bussines, .brand-business__btn-partner {
    font-family: var(--font-primary);
    text-transform: uppercase;
    height: 64px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    white-space: nowrap
}

.brand-business__right.bg-blue {
    background-color: var(--color-blue);
}
.brand-business__right {
    background-color: #97999B;
    padding: 80px 40px 80px var(--main-padding)
}

.brand-business__right-footer {
    display: flex;
    align-items: center;
    max-width: 636px;
    gap: 20px
}

.brand-business__btn-bussines {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    color: var(--color-white);
    background-color: transparent;
    border: 1px solid var(--color-white);
    align-items: center;
    justify-content: center;
    padding: 20px 40px
}

@media screen and (max-width: 1800px) {
    .brand-business__btn-bussines {
        font-size: 14px;
        line-height: 17px
    }
}

.brand-business__btn-partner {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    color: var(--color-white);
    background-color: var(--color-dark);
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border: 1px solid var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .brand-business__btn-partner {
        font-size: 14px;
        line-height: 17px
    }
}

.brand-business__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
    letter-spacing: .96px;
    margin-bottom: 80px
}

.brand-business__title, .catalog-brand__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brand-business__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.brand-business__title {
    color: var(--color-white);
    font-size: 40px;
    line-height: 48px;
    max-width: 613px;
    margin-bottom: 60px
}

@media screen and (max-width: 1800px) {
    .brand-business__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .brand-business__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .brand-business__subtitle {
        margin-bottom: 40px
    }

    .brand-business__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .brand-business__title {
        font-size: 24px;
        line-height: 30px
    }
}

.catalog-brand {
    padding-right: var(--main-padding);
    padding-left: var(--main-padding);
    padding-top: 80px;
    background-color: var(--color-white-dark)
}

.catalog-brand__title {
    position: relative;
    color: var(--color-blue);
    font-size: 50px;
    line-height: 60px;
    word-break: break-word;
    z-index: 10
}

@media screen and (max-width: 1450px) {
    .catalog-brand__title {
        font-size: 45px;
        line-height: 55px
    }
}

@media screen and (max-width: 1220px) {
    .values-brand__item-title {
        font-size: 32px;
        line-height: 38px
    }

    .brand-business__btn-bussines, .brand-business__btn-partner, .brand-business__subtitle, .values-brand__item-desc {
        font-size: 12px;
        line-height: 15px
    }

    .catalog-brand__title {
        max-width: 420px
    }
}

@media screen and (max-width: 1024px) {
    .values-brand__item-title {
        font-size: 28px;
        line-height: 34px
    }

    .brand-business__subtitle, .values-brand__item-desc {
        font-size: 14px;
        line-height: 17px
    }

    .brand-business__right-footer {
        flex-direction: column;
        align-items: flex-start;
        max-width: 380px
    }

    .brand-business__btn-bussines, .brand-business__btn-partner {
        font-size: 14px;
        line-height: 17px;
        width: 100%
    }

    .brand-business__title {
        font-size: 20px;
        line-height: 24px
    }

    .catalog-brand {
        background: url("../../../img/other/bg-eshop-mobile.png") 0 0/cover no-repeat rgba(211, 211, 211, .2);
        padding-bottom: 60px
    }

    .catalog-brand__title {
        max-width: 100%;
        font-size: 35px;
        line-height: 45px;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .brand-business__btn-bussines, .brand-business__btn-partner, .brand-business__subtitle, .values-brand__item-desc {
        font-size: 14px;
        line-height: 17px
    }

    .brand-business {
        grid-template-columns:1fr
    }

    .brand-business__right {
        padding: 40px var(--main-padding)
    }

    .brand-business__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .catalog-brand__title {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width: 2850px) {
    .catalog-brand__title {
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width: 1450px) {
    .catalog-brand__title {
        font-size: 35px;
        line-height: 45px
    }
}

@media screen and (max-width: 1220px) {
    .catalog-brand__title {
        font-size: 28px;
        line-height: 38px
    }
}

@media screen and (max-width: 500px) {
    .product-info-block__tabs-header {
        margin-left: -16px;
        padding-left: 16px;
        grid-template-columns:repeat(4, minmax(80px, 1fr));
        gap: 10px;
        width: calc(100% + 32px)
    }

    .brand-main__subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .brand-main__title {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 3.2px
    }

    .catalog-brand__title {
        text-align: left;
        font-size: 28px;
        line-height: 120%
    }
}

@media screen and (max-width: 375px) {
    .bestsellers-block__right, .subscribe-brand__right {
        max-height: 479px
    }

    .product-info-block__count {
        font-size: 16px;
        line-height: 19px
    }

    .product-info-block__count-container {
        grid-template-columns:34px 32px 34px
    }

    .product-info-block__count-container-svg {
        width: 16px
    }

    .product-bottom-block__bottom-left-brand-container {
        top: 20px;
        left: 16px;
        width: 40px;
        height: 40px;
        padding: 2.6px
    }

    .product-card__color {
        padding: 3px 5px
    }

    .product-card__color svg {
        width: 14px;
        height: 14px
    }

    .product-card__buy-price {
        flex-direction: column;
        gap: 2px
    }

    .product-card__buy-button-icon {
        width: 24px;
        height: 24px
    }

    .line__product {
        grid-template-columns:88fr 245fr
    }

    .line__product-properties-cost {
        display: flex;
        flex-direction: column
    }

    .line__product-properties {
        border-right: 0;
        border-bottom: 1px solid var(--color-gray-light)
    }

    .line__product-properties-color-container, .line__product-properties-size {
        margin-top: 2px
    }

    .line__product-cost-discount {
        margin-top: 2px;
        text-align: start
    }

    .line__product-cost {
        display: flex;
        flex-direction: row
    }

    .line__product-mobile {
        display: grid;
        grid-template-columns:88fr 245fr;
        gap: 10px;
        border-bottom: 1px solid var(--color-white-extra-dark)
    }

    .brand-main__titles {
        gap: 10px
    }

    .values-brand__item {
        gap: 30px
    }

    .values-brand__item-title {
        margin-bottom: 10px
    }

    .brand-business__btn-bussines, .brand-business__btn-partner {
        padding: 20px
    }

    .catalog-brand__title {
        font-size: 26px
    }
}

@media (max-width: 340px) {
    .catalog-brand__title {
        font-size: 24px
    }
}

.catalog-brand__link {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px;
    text-align: right;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px
}

.advantages-brand__item-desc, .advantages-brand__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .catalog-brand__link {
        font-size: 14px;
        line-height: 17px
    }
}

.catalog-brand__content {
    display: grid;
    gap: 154px 140px;
    grid:"catalog-brand__content-left_first catalog-brand__list-top_first" "catalog-brand__content-left_second  catalog-brand__list-top_second";
    grid-template-columns:640fr 940fr
}

@media screen and (max-width: 1650px) {
    .catalog-brand__content {
        gap: 184px 50px
    }
}

.catalog-brand__content-row {
    display: grid;
    grid-template-columns:640fr 940fr;
    gap: 140px;
    position: relative
}

.catalog-brand__content-row:last-child {
    align-items: center
}

.catalog-brand__content-left {
    position: relative
}

.catalog-brand__content-left_first {
    grid-area: catalog-brand__content-left_first
}

.catalog-brand__content-left_second {
    grid-area: catalog-brand__content-left_second;
    align-self: center
}

.catalog-brand__list-top {
    overflow: hidden;
    position: relative
}

.catalog-brand__list-top .eshop-block__swiper-slide-img-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog-brand__list-top_first {
    grid-area: catalog-brand__list-top_first;
    overflow: hidden;
    position: relative;
    min-height: 300px
}

.catalog-brand__list-top_second {
    grid-area: catalog-brand__list-top_second;
    overflow: hidden;
    position: relative;
    min-height: 300px
}

.catalog-brand__list-top-btn-prev {
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 4;
    padding: 10px;
    border: none;
    background-color: var(--color-white);
    display: none
}

.catalog-brand__list-top-btn-prev-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

.catalog-brand__list-top-btn-next {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 4;
    padding: 10px;
    border: none;
    background-color: var(--color-white)
}

.catalog-brand__list-top-btn-next-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg)
}

.catalog-brand__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%
}

.catalog-brand__video-container {
    max-width: 415px;
    width: 65%;
    grid-area: catalog-brand__video-container;
    position: absolute;
    top: -466px
}

@media screen and (max-width: 1875px) {
    .catalog-brand__video-container {
        top: -417px
    }
}

@media screen and (max-width: 1220px) {
    .catalog-brand__link {
        font-size: 12px;
        line-height: 15px
    }

    .catalog-brand__content {
        gap: 80px
    }

    .catalog-brand__video-container {
        top: -343px
    }
}

.catalog-brand__video-container::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: calc(100% + 58px);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    left: -29px;
    top: -29px
}

.catalog-brand__video-container::after {
    content: "";
    position: absolute;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    left: -75px;
    top: -75px
}

.advantages-brand {
    padding: 100px var(--main-padding);
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    background-color: var(--color-white-dark)
}

.advantages-brand__img-container, .contacts__cooperation-btn:first-child:hover {
    background-color: var(--color-blue)
}

.advantages-brand__item {
    display: flex;
    gap: 15px;
    position: relative
}

.advantages-brand__item-content {
    width: 71%
}

.advantages-brand__item-title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 10px
}

.advantages-brand__item-desc {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white-extra-dark)
}

.advantages-brand__img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.advantages-brand__img-container {
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29%;
    height: fit-content;
    overflow: hidden;
    max-width: 120px
}

@media screen and (max-width: 1300px) {
    .advantages-brand {
        grid-template-columns:repeat(2, 1fr);
        gap: 60px
    }

    .advantages-brand__img-container {
        width: 15%
    }
}

@media screen and (max-width: 1024px) {
    .catalog-brand__link {
        font-size: 14px;
        line-height: 17px;
        justify-content: center
    }

    .catalog-brand__content {
        grid:"catalog-brand__content-left_first" "catalog-brand__list-top_first" "catalog-brand__content-left_second" "catalog-brand__list-top_second";
        gap: 40px;
        max-width: 800px;
        margin: 0 auto
    }

    .catalog-brand__list-top .eshop-block__swiper-hover-elem-block {
        display: block;
        position: absolute;
        opacity: 1;
        height: 100%;
        width: auto !important
    }

    .catalog-brand__list-top-btn-prev {
        display: block;
        top: 100px;
        background-color: var(--color-gray-dark)
    }

    .catalog-brand__list-top-btn-next {
        top: 100px;
        background-color: var(--color-gray-dark)
    }

    .catalog-brand__video-container {
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 50px;
        max-width: 350px
    }

    .advantages-brand__img-container {
        width: 20%
    }
}

@media screen and (max-width: 768px) {
    .catalog-brand__link {
        font-size: 14px;
        line-height: 17px
    }

    .catalog-brand__list-top {
        max-width: 100%
    }

    .catalog-brand__list-top_first, .catalog-brand__list-top_second {
        min-height: 450px
    }

    .catalog-brand__list-top .eshop-block__swiper-hover-elem-block {
        position: relative
    }

    .catalog-brand__list-top .swiper-slide.eshop-block__swiper-slide-img-container.swiper-slide-active > .eshop-block__swiper-slide-img {
        display: none
    }

    .advantages-brand {
        grid-template-columns:1fr;
        padding: 40px var(--main-padding)
    }

    .advantages-brand__img-container {
        width: 12%
    }
}

.contacts {
    margin-top: var(--margin-top);
    padding: 80px var(--main-padding)
}

.contacts__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px;
    color: var(--color-white-extra-dark)
}

.contacts__info-title, .contacts__questions, .contacts__supports-tel, .contacts__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .advantages-brand__item-title {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px
}

.contacts__title {
    font-size: 60px;
    line-height: 19px;
    font-weight: 400
}

.contacts__questions {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 10px 20px 40px;
    text-transform: uppercase;
    width: 270px;
    height: 64px;
    border: 1px solid var(--color-dark);
    background-color: transparent
}

@media screen and (max-width: 1800px) {
    .contacts__title {
        font-size: 52px;
        line-height: 64px
    }

    .contacts__questions {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__questions-label {
    white-space: nowrap;
    cursor: pointer
}

.contacts__questions-icon {
    height: 24px;
    max-width: 54px;
    cursor: pointer
}

.contacts__questions:hover {
    border-color: var(--color-blue);
    color: var(--color-blue)
}

.contacts__questions:hover .contacts__questions-icon path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.contacts__info {
    display: grid;
    grid-template-columns:490fr 524fr 704fr;
    margin-bottom: 80px
}

.contacts__info-title {
    font-size: 20px;
    line-height: 19px;
    font-weight: 400
}

.contacts__supports {
    border-right: 1px solid var(--color-gray-light);
    padding-right: 40px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.contacts__supports-tel {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    color: var(--color-blue);
    margin-top: 11px;
    margin-bottom: 5px;
    white-space: nowrap
}

.contacts__network-link, .contacts__supports-mail {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .contacts__info-title {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__supports-tel {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .advantages-brand__item-desc {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__questions {
        height: 54px
    }

    .contacts__supports-tel {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .contacts__supports-tel {
        font-size: 28px;
        line-height: 34px
    }

    .partner__left {
        width: 40%
    }
}

@media screen and (max-width: 1100px) {
    .contacts__supports-tel {
        font-size: 24px;
        line-height: 30px
    }
}

.contacts__supports-mail {
    font-size: 20px;
    line-height: 19px;
    color: var(--color-blue)
}

.contacts__network-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap
}

.contacts__network-link {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: var(--color-white-dark);
    color: var(--color-blue);
    border-radius: 100px;
    padding: 10px;
    max-width: 148px;
    min-width: 126px
}

.contacts__address-current, .contacts__address-name {
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.contacts__network-icon {
    width: 32px;
    height: 32px
}

.contacts__network-item {
    position: relative
}

.contacts__network-item:hover {
    opacity: .7
}

.contacts__network-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2
}

.contacts__address {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px
}

.contacts__address-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    align-items: center;
    gap: 20px
}

@media screen and (max-width: 1550px) {
    .contacts__network-link {
        font-size: 14px;
        line-height: 18px
    }

    .contacts__address-list {
        grid-template-columns:1fr
    }
}

.contacts__address-name {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 1800px) {
    .contacts__supports-mail {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__address-name {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__address-current {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    margin-top: 2px;
    margin-bottom: 10px
}

@media screen and (max-width: 1800px) {
    .contacts__address-current {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__address-button {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-blue);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    border: none;
    gap: 5px;
    padding: 0
}

.contacts__address-button:hover, .video-container-full_video-close:hover {
    opacity: .8
}

.about-seneca-slide__btn:hover, .about-seneca__next-arrow:hover {
    opacity: var(--opacity-value)
}

.contacts__address-button-icon {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.contacts__address-button-label {
    cursor: pointer
}

.contacts__business {
    margin-top: 20px;
    grid-template-columns:auto 996px;
    display: grid;
    gap: 20px 40px
}

@media screen and (max-width: 1920px) {
    .contacts__business {
        grid-template-columns:auto 656px
    }
}

.contacts__business-header {
    display: grid;
    grid-template-columns:685fr 995fr;
    gap: 40px;
    align-items: center
}

.contacts__business-managers {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.contacts__business-swiper-buttons {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px
}

.contacts__business-swiper-button {
    width: 44px;
    height: 44px;
    background-color: var(--color-white-dark);
    border: none
}

.contacts__business-swiper-button svg {
    width: 24px;
    height: 24px
}

.contacts__business-swiper-button:last-child {
    transform: rotate(180deg)
}

.contacts__cooperation {
    grid-row: 2
}

.contacts__cooperation-maintitle {
    display: flex;
    align-items: center
}

.contacts__cooperation-content {
    padding: 40px;
    background: url("src/img/other/bg-questions.png"), 50%/cover no-repeat rgba(211, 211, 211, .2)
}

.contacts__cooperation-title {
    font-family: var(--font-secondary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.contacts__cooperation-btn, .contacts__cooperation-desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .contacts__cooperation-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .advantages-brand__item-title, .contacts__info-title, .contacts__supports-mail {
        font-size: 16px;
        line-height: 19px
    }

    .contacts__title {
        font-size: 42px;
        line-height: 54px
    }

    .contacts__cooperation-title {
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (max-width: 1220px) {
    .contacts__address-current, .contacts__address-name, .contacts__questions, .contacts__subtitle {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__business-managers {
        margin-top: 20px
    }

    .contacts__business-swiper-button {
        width: 32px;
        height: 32px
    }

    .contacts__business-swiper-button svg {
        width: 16px;
        height: 16px
    }

    .contacts__cooperation-title {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 1024px) {
    .contacts {
        padding-top: 60px
    }

    .contacts__address-current, .contacts__address-name, .contacts__questions, .contacts__subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .contacts__title {
        font-size: 32px;
        line-height: 44px
    }

    .contacts__cooperation-title, .contacts__supports-tel {
        font-size: 20px;
        line-height: 24px
    }

    .contacts__network-link {
        font-size: 12px;
        line-height: 16px
    }
}

.contacts__cooperation-desc {
    font-size: 16px;
    line-height: 19px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (max-width: 1800px) {
    .contacts__cooperation-desc {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__cooperation-footer {
    display: flex;
    align-items: center;
    gap: 30px
}

.contacts__cooperation-btn {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 64px;
    width: 100%;
    min-width: 226px;
    max-width: 270px
}

.contacts__manager-mail, .contacts__manager-phone {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    display: block
}

@media screen and (max-width: 1800px) {
    .contacts__cooperation-btn {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__cooperation-btn label {
    white-space: nowrap;
    cursor: pointer
}

.contacts__cooperation-btn svg {
    height: 24px;
    max-width: 54px;
    cursor: pointer
}

.contacts__cooperation-btn:first-child {
    background-color: var(--color-dark);
    color: var(--color-white);
    border: none
}

.contacts__cooperation-btn:first-child svg {
    width: 24px
}

.contacts__cooperation-btn:last-child {
    padding-left: 25px;
    background: 0 0;
    border: 1px solid var(--color-dark)
}

.contacts__cooperation-btn:last-child:hover {
    border-color: var(--color-blue);
    color: var(--color-blue)
}

.contacts__cooperation-btn:last-child:hover svg path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.contacts__managers {
    grid-column: 2;
    grid-row: 2;
    overflow: hidden
}

@media screen and (max-width: 1440px) {
    .contacts__business, .contacts__info {
        grid-template-columns:1fr
    }

    .contacts__supports {
        border-right: 0
    }

    .contacts__network {
        margin-top: 40px;
        border-top: 1px solid var(--color-gray-light);
        border-bottom: 1px solid var(--color-gray-light);
        border-right: 0;
        padding: 40px 0;
        margin-bottom: 40px
    }

    .contacts__network-icon {
        width: 28px;
        height: 28px
    }

    .contacts__address {
        padding-left: 0;
        padding-top: 0
    }

    .contacts__address-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .contacts__business-managers {
        grid-column: 1
    }

    .contacts__managers {
        grid-column: 1;
        grid-row: 4
    }
}

.contacts__manager {
    background-color: var(--color-white-dark);
    padding: 30px
}

.contacts__manager-img {
    width: 100%;
    height: auto
}

.contacts__manager-img-container {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.contacts__manager-name {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    margin-top: 20px
}

.contacts__manager-job {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-white-extra-dark);
    margin-top: 2px
}

@media screen and (max-width: 1800px) {
    .contacts__manager-name {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__manager-job {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__manager-phone {
    color: var(--color-dark);
    font-size: 18px;
    line-height: 22px;
    color: var(--color-blue);
    margin-top: 20px;
    margin-bottom: 2px
}

.contacts__manager-mail {
    color: var(--color-dark);
    font-size: 18px;
    line-height: 22px;
    color: var(--color-blue)
}

.video-container-full {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999
}

.video-container-full__backdrop {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(49, 50, 53, .3);
    z-index: 100
}

.video-container-full__content {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 45px), -50%);
    width: 77%;
    max-width: 1460px;
    max-height: 1000px;
    aspect-ratio: 1460/1000;
    height: 90%
}

.partnership-head__subtext, .partnership-head__text {
    max-width: var(--content-max-width);
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white);
    text-align: center
}

.video-container-full_video {
    width: 100%;
    height: 100%
}

.video-container-full_video-close {
    position: absolute;
    top: 0;
    right: -70px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--color-white)
}

.partnership-head {
    --content-max-width: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px
}

.partnership-head__text {
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px
}

.partnership-head__logo-seneca {
    width: 254px;
    height: 38px;
    margin-bottom: -1px
}

.partnership-head__subtext {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .partnership-head__subtext {
        font-size: 18px;
        line-height: 22px
    }
}

.partnership-head__logos {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    --logo-size: 200px
}

@media screen and (max-width: 1450px) {
    .contacts__manager-name, .partnership-head__subtext {
        font-size: 16px;
        line-height: 19px
    }

    .partnership-head__text {
        font-size: 45px;
        line-height: 55px
    }

    .partnership-head__logo-seneca {
        width: 221px;
        height: 33px
    }

    .partnership-head__logos {
        --logo-size: 160px
    }
}

.partnership-head__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-white);
    width: var(--logo-size);
    height: var(--logo-size);
    transform: rotateY(0) scale(1, 1);
    transition: transform .6s, background .3s
}

.partnership-head__wrapper:hover > .partnership-head__logo {
    background: #0047bb;
    transform: rotateY(180deg) scale(-1, 1);
    transition: transform .6s, background .6s
}

.partnership-head__logo-img {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s, visibility .6s
}

.about-seneca-slide__btn, .partner-swiper__next-arrow path, .partner__btn, .partner__btn-arrow path {
    transition: var(--transition-opacity)
}

.partnership-head__wrapper:hover .partnership-head__logo-img {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, visibility .6s;
    width: 0
}

.partnership-head__logo__content {
    opacity: 0;
    visibility: hidden;
    width: 0;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.partner-slide__title, .partnership-head__premier {
    font-family: var(--font-primary);
    font-style: normal
}

@media (max-width: 1450px) {
    .partnership-head__logo__content {
        font-size: 16px
    }
}

@media (max-width: 628px) {
    .partnership-head__logo__content {
        font-size: 11px
    }
}

.partnership-head__wrapper:hover .partnership-head__logo__content {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s, visibility .6s;
    width: 100%
}

.partnership-head__logo-img {
    width: 60%;
    height: 60%;
    object-fit: contain
}

.partnership-head__premier {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    width: var(--logo-size);
    height: var(--logo-size);
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-blue);
    font-weight: 400
}

.partner-slide__benefits, .partner-slide__counter, .partner__title {
    font-family: var(--font-secondary)
}

.partner {
    display: flex
}

.partner__left {
    position: relative;
    flex-shrink: 0
}

.partner__mainImg {
    width: 820px;
    height: 100%;
    object-fit: cover;
    min-height: 457px
}

@media screen and (max-width: 1550px) {
    .contacts__address-button {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__cooperation-btn {
        height: 54px
    }

    .contacts__manager-img-container {
        width: 120px;
        height: 120px
    }

    .contacts__manager-mail, .contacts__manager-phone {
        font-size: 14px;
        line-height: 18px
    }

    .partner__mainImg {
        width: 650px
    }
}

.partner__wrap {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.3%, rgba(0, 0, 0, .4) 83.3%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 100px
}

.partner__title {
    font-style: normal;
    color: var(--color-white);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .partnership-head__premier {
        font-size: 18px;
        line-height: 22px
    }

    .partner__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .partnership-head__premier {
        font-size: 16px;
        line-height: 19px
    }

    .partner__title {
        font-size: 22px;
        line-height: 28px
    }
}

.partner__logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px;
    background-color: var(--color-white);
    width: 164px;
    height: 164px
}

.partner__logo-k18 {
    height: auto
}

.partner__btn {
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 286px;
    height: 64px;
    color: var(--color-white);
    border: none;
    text-transform: uppercase
}

.partner-swiper__next, .partner__btn:hover {
    background-color: var(--color-blue)
}

.partner__btn-arrow {
    width: 45px;
    height: 24px;
    margin-right: -21px
}

.partner__btn:hover .partner__btn-arrow path {
    d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
    d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"
}

.partner-swiper__next {
    position: absolute;
    top: 80px;
    right: 100px;
    z-index: 2;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white)
}

.partner-swiper__next-arrow {
    width: 24px;
    height: 24px
}

.partner-swiper__next:hover {
    color: rgba(255, 255, 255, .6)
}

.partner-slide {
    padding: 80px 100px 80px 40px;
    -webkit-text-size-adjust: none !important
}

.partner-slide__top {
    display: flex;
    justify-content: space-between;
    padding-right: 144px;
    min-height: 104px
}

.partner-slide__counter {
    font-style: normal;
    font-size: 60px;
    line-height: 72px;
    color: var(--color-blue);
    font-weight: 400;
    letter-spacing: 6px
}

.partner-slide__benefits {
    max-width: 190px;
    text-align: right;
    letter-spacing: .96px;
    text-transform: uppercase;
    align-self: center
}

.partner-slide__title {
    color: var(--color-dark);
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.about-seneca-slide__title, .partner-slide__item-text, .partner-slide__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.partner-slide__list {
    display: grid;
    grid-template-columns:minmax(300px, 420px) minmax(300px, 420px);
    gap: 20px
}

.partner-slide__item {
    padding: 10px 0
}

.partner-slide__item-title {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-blue);
    margin-bottom: 10px
}

@media screen and (max-width: 1800px) {
    .partner-slide__counter {
        font-size: 52px;
        line-height: 64px
    }

    .partner-slide__item-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .partner-swiper__next {
        width: 60px;
        height: 60px
    }

    .partner-slide__top {
        min-height: 60px;
        padding-right: 80px
    }

    .partner-slide__counter {
        font-size: 42px;
        line-height: 54px
    }

    .partner-slide__title {
        font-size: 45px;
        line-height: 55px
    }

    .partner-slide__list {
        grid-template-columns:1fr
    }

    .partner-slide__item {
        padding: 0
    }

    .partner-slide__item-title {
        font-size: 16px;
        line-height: 19px
    }
}

.partner-slide__item-text {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .partner-slide__item-text {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .contacts__cooperation-title {
        font-size: 24px;
        line-height: 30px
    }

    .contacts__cooperation-btn, .contacts__cooperation-desc, .contacts__manager-job {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__cooperation-footer {
        display: flex
    }

    .partner__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .partner-slide__item-text {
        font-size: 14px;
        line-height: 15px
    }
}

.partner-slide__images {
    display: grid;
    grid-template-columns:minmax(300px, 420px) minmax(300px, 420px);
    gap: 20px;
    margin-top: 60px
}

.partner-slide__image {
    aspect-ratio: 1.57;
    object-fit: cover
}

.about-seneca__swiper {
    margin-top: 80px;
    width: 100%
}

.about-seneca__counter::before {
    content: attr(data-current-slide);
    margin-right: 2px
}

.about-seneca__counter::after {
    content: attr(data-all-slides);
    margin-left: 2px
}

.about-seneca__bottom {
    position: absolute;
    z-index: 3;
    right: 100px;
    bottom: 57px;
    display: flex;
    align-items: center;
    gap: 100px;
    font-size: 18px;
    color: var(--color-white)
}

@media screen and (max-width: 1024px) {
    .contacts__cooperation-btn, .contacts__cooperation-desc, .contacts__manager-job, .partner-slide__item-text {
        font-size: 14px;
        line-height: 17px
    }

    .contacts__manager-mail, .contacts__manager-phone {
        font-size: 12px;
        line-height: 16px
    }

    .partnership-head {
        min-height: 708px
    }

    .partner-slide__title, .partnership-head__text {
        font-size: 35px;
        line-height: 45px
    }

    .partnership-head__logo-seneca {
        width: 175px;
        height: 26px
    }

    .partner__title {
        font-size: 20px;
        line-height: 24px
    }

    .partner-slide__counter {
        font-size: 32px;
        line-height: 44px
    }

    .about-seneca__swiper {
        margin-top: 60px
    }

    .about-seneca__bottom {
        bottom: 40px;
        right: 70px
    }
}

@media screen and (max-width: 768px) {
    .contacts {
        padding-top: 40px
    }

    .contacts__address-current, .contacts__address-name, .contacts__manager-job, .contacts__questions, .contacts__subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .contacts__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .contacts__title, .partner-slide__counter, .partner-slide__title, .partnership-head__text {
        font-size: 30px;
        line-height: 36px
    }

    .contacts__info {
        margin-bottom: 60px
    }

    .contacts__supports-tel {
        font-size: 20px;
        line-height: 24px
    }

    .contacts__network {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px 0
    }

    .contacts__network-list {
        display: flex;
        gap: 10px
    }

    .contacts__manager-mail, .contacts__manager-phone, .contacts__network-link {
        font-size: 16px;
        line-height: 19px
    }

    .contacts__network-icon {
        width: 20px;
        height: 20px
    }

    .contacts__address-list {
        grid-template-columns:1fr;
        align-items: flex-start
    }

    .contacts__cooperation-content {
        padding: 20px
    }

    .contacts__cooperation-title {
        font-size: 19px;
        line-height: 24px;
        font-family: var(--font-primary);
        letter-spacing: normal
    }

    .contacts__cooperation-desc {
        font-size: 14px;
        line-height: 17px;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .contacts__cooperation-btn {
        font-size: 14px;
        line-height: 17px;
        gap: 10px;
        width: 100%;
        max-width: 100%
    }

    .contacts__cooperation-btn svg {
        height: 20px;
        max-width: 44px
    }

    .contacts__cooperation-btn:first-child svg {
        height: 20px
    }

    .video-container-full__content {
        transform: translate(calc(-50% - 15px), -50%)
    }

    .video-container-full_video-close {
        width: 30px;
        height: 30px;
        right: -40px
    }

    .partnership-head__logo-seneca {
        width: 149px;
        height: 22px
    }

    .partner-slide__item-title {
        font-size: 20px
    }

    .partner-slide__item-text {
        font-size: 20px;
        line-height: 22px
    }

    .about-seneca__bottom {
        right: 40px;
        gap: 10px
    }
}

.about-seneca__next {
    border: none;
    background-color: transparent
}

.about-seneca__next-arrow {
    width: 24px;
    height: 24px;
    color: var(--color-white)
}

.about-seneca-slide {
    min-height: calc(100vh - 80px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px;
    gap: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    --content-max-width: 1160px
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide {
        padding: 70px;
        min-height: calc(100vh - 60px)
    }
}

@media screen and (max-width: 768px) {
    .about-seneca-slide {
        padding: 70px 40px
    }
}

.about-seneca-slide_3 {
    background-position: 9% 0, center;
    background-size: auto 100%, cover
}

.about-seneca-slide_13 {
    background-position: 80% center, center;
    background-size: auto 90%, cover
}

.about-seneca-slide__title {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    letter-spacing: 1px;
    text-transform: uppercase
}

.about-seneca-slide__text, .about-seneca-slide__text_small {
    font-weight: 300;
    color: var(--color-white);
    font-style: normal;
    font-family: var(--font-primary)
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__title {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .about-seneca-slide__title {
        font-size: 12px;
        line-height: 15px
    }
}

.about-seneca-slide__text {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    max-width: var(--content-max-width);
    text-transform: uppercase;
    z-index: 2
}

.about-seneca-slide__text_small {
    font-size: 40px;
    line-height: 48px
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__text_small {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .partner-slide, .partner__wrap {
        padding: 40px
    }

    .partner-swiper__next {
        top: 40px
    }

    .about-seneca-slide__text_small {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .partner__mainImg {
        width: 100%
    }

    .partner__logo {
        width: 80px;
        height: 80px;
        padding: 10px
    }

    .partner__logo-k18 {
        height: auto
    }

    .about-seneca-slide__text_small {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .partnership-head__logos {
        --logo-size: 160px;
        gap: 20px
    }

    .about-seneca-slide__text_small {
        font-size: 24px;
        line-height: 30px
    }
}

.about-seneca-slide__text_half {
    max-width: 50%
}

.about-seneca-slide__text_left {
    text-align: left
}

.about-seneca-slide__text_right {
    margin-left: auto
}

.about-seneca-slide__logo {
    width: 254px;
    height: 38px;
    margin-bottom: -1px;
    color: var(--color-white)
}

.about-seneca-slide__subtext {
    text-align: center;
    max-width: var(--content-max-width);
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__subtext {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .about-seneca-slide__text {
        font-size: 45px;
        line-height: 55px
    }

    .about-seneca-slide__logo {
        width: 221px;
        height: 33px
    }

    .about-seneca-slide__subtext {
        font-size: 16px;
        line-height: 19px
    }
}

.about-seneca-slide__subtext_left {
    text-align: left
}

.about-seneca-slide__subtext_half {
    max-width: 560px
}

.about-seneca-slide__wrap_left {
    width: 50%;
    margin-right: auto;
    text-align: left
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide__title {
        font-size: 14px;
        line-height: 17px;
        top: 30px
    }

    .about-seneca-slide__text {
        font-size: 35px;
        line-height: 45px
    }

    .about-seneca-slide__text_small {
        font-size: 20px;
        line-height: 24px
    }

    .about-seneca-slide__logo {
        width: 175px;
        height: 26px
    }

    .about-seneca-slide__wrap_left {
        width: 70%
    }
}

.about-seneca-slide__wrap_right {
    width: 50%;
    margin-left: auto
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide__wrap_right {
        width: 70%
    }
}

.about-seneca-slide__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%
}

.about-seneca-slide__item {
    max-width: 500px
}

.about-seneca-slide__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white);
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media screen and (max-width: 1450px) {
    .about-seneca-slide__item-title {
        font-size: 45px;
        line-height: 55px
    }
}

.about-seneca-slide__strong {
    font-weight: 600
}

.about-seneca-slide__btn {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-white);
    height: 64px;
    background-color: transparent;
    border: 1px solid var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px;
    white-space: nowrap;
    margin-bottom: -75px
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__btn {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .about-seneca-slide__btn {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 375px) {
    .about-seneca-slide__btn {
        width: 100%;
        padding: 20px
    }
}

.about-seneca-slide__btn-arrow {
    width: 24px;
    height: 24px;
    color: var(--color-white)
}

.about-seneca-slide__image {
    margin: -85px 0
}

.about-seneca-partner__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.about-seneca-partner__logo {
    width: 470px;
    height: auto;
    margin-right: 110px;
    margin-left: 20px
}

.about-seneca-partner__right {
    max-width: 600px;
    padding-top: 10px
}

.about-seneca-partner__title {
    margin-bottom: 20px;
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px
}

.poster__content_badge, .poster__content_date, .poster__content_title {
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .about-seneca-partner__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .about-seneca-partner__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .about-seneca-partner__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .about-seneca-partner__title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide__list {
        flex-direction: column
    }

    .about-seneca-slide__item-title {
        font-size: 35px;
        line-height: 45px
    }

    .about-seneca-slide__btn {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .about-seneca-slide__image {
        width: 100%;
        max-width: 500px;
        height: auto
    }

    .about-seneca-partner__logo {
        width: 380px;
        margin-left: 0;
        margin-right: 40px
    }

    .about-seneca-partner__title {
        font-size: 20px;
        line-height: 24px
    }
}

.about-seneca-partner__text {
    margin-bottom: 40px
}

.poster {
    display: flex;
    background-color: var(--color-white-dark);
    height: 100vh;
    min-height: 720px;
    position: relative;
    overflow: hidden
}

.poster--first {
    margin-top: var(--main-margin-top);
    height: calc(100vh - var(--main-margin-top))
}

.poster--revers {
    flex-direction: row-reverse
}

.poster__content {
    z-index: 1;
    max-width: 50.5%;
    padding: 85px 60px 40px 100px
}

@media screen and (max-width: 1750px) {
    .partner-swiper__next {
        right: 40px
    }

    .partner-slide {
        padding-right: 40px
    }

    .poster__content {
        padding: 60px 50px 40px 70px
    }
}

@media screen and (max-width: 1550px) {
    .poster__content {
        padding: 45px 40px 30px 60px
    }
}

@media screen and (max-width: 850px) {
    .about-brand__left::after {
        width: calc(100% + 200px);
        height: calc(100% + 200px)
    }

    .about-brand__left::before {
        width: calc(100% + 80px);
        height: calc(100% + 80px)
    }

    .about-brand__subtitle {
        display: none
    }

    .about-brand__subtitle-first {
        display: block;
        z-index: 3
    }

    .partner {
        display: block
    }

    .partner__left {
        width: 100%
    }

    .poster {
        flex-direction: column
    }

    .poster__content {
        max-width: 100%;
        padding: 35px 40px 40px 50px
    }
}

@media screen and (max-width: 768px) {
    .about-seneca-slide_13 {
        padding-top: 100px;
        justify-content: flex-start;
        background-position: bottom center, center;
        background-size: 78%, cover
    }

    .about-seneca-slide__btn, .about-seneca-slide__title {
        font-size: 14px;
        line-height: 17px
    }

    .about-seneca-slide__item-title, .about-seneca-slide__text {
        font-size: 30px;
        line-height: 36px
    }

    .about-seneca-partner__title, .about-seneca-slide__text_small {
        font-size: 20px;
        line-height: 24px
    }

    .about-seneca-slide__logo {
        width: 149px;
        height: 22px
    }

    .about-seneca-partner__wrap {
        flex-direction: column
    }

    .about-seneca-partner__logo {
        width: 65%;
        margin: 0 0 60px
    }

    .about-seneca-partner__right {
        max-width: none
    }

    .poster__content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 630px) {
    .blog-block-article {
        grid-template-rows:1fr 118px
    }

    .blog-block-article:nth-child(odd) {
        width: 88.4%
    }

    .blog-block-article:nth-child(2n) {
        width: fit-content
    }

    .blog-block-article__footer {
        position: relative;
        width: 100%;
        max-width: 100%
    }

    .blog-block-article__new {
        padding: 7.5px 10px
    }

    .blog-block__right {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .product-info-block__right-content {
        width: 100%
    }

    .product-info-block__right-content .swiper-wrapper, .product-info-block__right-content .swiper-wrapper .product-info-block__photo {
        max-height: 500px
    }

    .product-bottom-block__top-swiper-container {
        margin: 20px 0
    }

    .product-bottom-block__bottom-right-title_mobile {
        margin-left: 0
    }

    .catalog__products-header-title-container {
        flex-direction: column;
        gap: 10px;
        border-bottom:unset;
    }

    .catalog__products-list {
        padding: 0 30px;
        grid-gap: 15px;
        grid-template-columns:1fr
    }

    .catalog__products-list .product-card__buy {
        margin-top: 10px
    }

    .error-header__img {
        height: 80%;
        width: auto;
        max-width: initial;
        position: absolute
    }

    .error-content {
        padding-left: var(--main-padding);
        padding-right: var(--main-padding)
    }

    .error-footer {
        flex-direction: column
    }

    .policy-right__search-container {
        margin-bottom: 30px
    }

    .contacts__cooperation-footer {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start
    }

    .partnership-head__logos {
        --logo-size: 100px
    }

    .partner__wrap {
        padding: 30px 16px
    }

    .partner-swiper__next {
        right: 16px
    }

    .partner-slide {
        padding: 40px 16px
    }

    .partner-slide__images {
        grid-template-columns:1fr
    }

    .poster__content {
        max-width: 100%;
        padding: 25px 25px 40px
    }
}

@media screen and (max-width: 500px) {
    .catalog-brand__list-top-btn-next, .catalog-brand__list-top-btn-prev {
        padding: 8px
    }

    .catalog-brand__list-top-btn-prev-svg {
        width: 16px;
        height: 16px
    }

    .catalog-brand__list-top-btn-next-svg {
        width: 16px;
        height: 16px
    }

    .advantages-brand__img-container {
        width: 18%
    }

    .about-seneca__bottom {
        bottom: 15px;
        right: 16px
    }

    .about-seneca-slide {
        padding: 50px 16px
    }

    .about-seneca-slide__wrap_left, .about-seneca-slide__wrap_right {
        width: 100%
    }

    .poster__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.poster__content_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 65px
}

@media screen and (max-width: 1650px) {
    .poster__content_header {
        margin-bottom: 40px
    }
}

.poster__content_title {
    text-transform: uppercase;
    margin-right: auto;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .poster__content_title {
        font-size: 14px;
        line-height: 17px
    }
}

.poster__content_date {
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1;
    color: var(--color-white-extra-dark)
}

@media screen and (max-width: 1800px) {
    .poster__content_date {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .poster__content_date, .poster__content_title {
        font-size: 12px;
        line-height: 15px
    }
}

.poster__content_badge {
    padding: 5px 10px;
    margin-left: 40px;
    background-color: var(--color-white);
    font-family: var(--font-primary);
    color: var(--color-blue);
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase
}

.poster__description, .poster__title {
    font-weight: 300;
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1300px) {
    .poster__content_header {
        margin-bottom: 30px
    }

    .poster__content_badge {
        margin-left: 25px
    }
}

@media screen and (max-width: 768px) {
    .poster__content_date, .poster__content_title {
        font-size: 14px;
        line-height: 17px
    }

    .poster__content_badge {
        margin-left: 15px
    }
}

@media screen and (max-width: 480px) {
    .partner__btn {
        height: 54px;
        width: 260px
    }

    .poster__content {
        padding: 20px 16px 30px
    }

    .poster__content_badge {
        margin-left: 10px
    }
}

.poster__img {
    max-width: 49.5%;
    width: 100%
}

.poster__img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 850px) {
    .poster__img {
        max-width: 100%;
        aspect-ratio: 1/0.65
    }
}

.poster__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-blue);
    font-size: 50px;
    line-height: 60px
}

.poster__description {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 17px
}

@media screen and (max-width: 1550px) {
    .poster__content_badge, .poster__description {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 630px) {
    .poster__content_header {
        margin-bottom: 20px
    }

    .poster__img {
        aspect-ratio: 1/0.8
    }

    .poster__description, .poster__title {
        max-width: 95%
    }
}

.circle-icon {
    width: 50vw;
    height: 50vw;
    border: 2px solid var(--color-white);
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-40%, 60%);
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 850px) {
    .circle-icon {
        display: none
    }
}

.circle-icon div {
    width: 70%;
    height: 70%;
    border-radius: 100%;
    border: 2px solid var(--color-white)
}

.people-slide__wrap {
    max-width: var(--content-max-width)
}

.people-slide__wrap_columns > * {
    margin-bottom: 60px
}

.people-slide__subtext, .people-slide__suptext {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    font-weight: 400;
    text-align: center
}

@media screen and (max-width: 1800px) {
    .people-slide__subtext, .people-slide__suptext {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .poster {
        height: 100%
    }

    .poster__title {
        font-size: 45px;
        line-height: 55px
    }

    .people-slide__subtext, .people-slide__suptext {
        font-size: 16px;
        line-height: 19px
    }
}

.people-slide__suptext {
    margin-bottom: 10px
}

.people-slide__subtext {
    margin-top: 10px
}

.people-slide__text {
    margin-bottom: 20px
}

.people-slide__btn {
    margin: 40px auto 0
}

.dropdown-catalog-row {
    display: flex;
    font-size: 12pt
}

.dropdown-catalog-cell-1 {
    width: 25%;
    border-right: solid 1px var(--color-gray);
    padding-top: 40px;
    padding-left: 40px
}

.dropdown-catalog-cell-2 {
    width: 30%;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px
}

.dropdown-catalog-cell-1 li {
    padding-top: 10px;
    padding-bottom: 10px
}

.dropdown-catalog-cell-1 li a {
    color: var(--color-black);
    font-weight: 700;
    border-bottom: none
}

.dropdown-catalog-cell-1 li.active {
    border-bottom: var(--color-blue) 1px solid;
    transition: .5s
}

.dropdown-catalog-cell-1 li.active a {
    color: var(--color-blue);
    font-weight: 700;
    transition: .5s
}

.dropdown-catalog-cell-2 li {
    color: var(--color-gray);
    font-weight: 400;
    padding-left: 20px
}

.dropdown-catalog-cell-2 p {
    color: var(--color-black);
    font-weight: 400;
    padding-left: 20px
}

.dropdown-catalog-cell-2 a {
    color: var(--color-gray);
    font-weight: 400
}

.category-list {
    list-style: none;
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.category-list li {
    page-break-inside: avoid;
    break-inside: avoid
}

.mini-modal-product {
    top: var(--headerHeight);
}

@media screen and (max-width: 1024px) {
    .poster__content_date, .poster__content_title {
        font-size: 14px;
        line-height: 17px
    }

    .poster__title {
        font-size: 35px;
        line-height: 45px
    }

    .hide-if-1024 {
        display: none
    }

    .show-if-1024 {
        display: block
    }
}

.product-bottom-block__bottom .product-card__bottom-title {
    min-height: 34px
}

.recently-viewed-container .product-card__bottom-buy-price {
    margin-right: 10px
}

.recently-viewed-container .product-card__bottom-buy {
    margin-top: 20px
}

@supports (-webkit-hyphens:none) {
    @media screen and (max-width: 667px) {
        .brands-block-slide__right-btn {
            aspect-ratio: initial
        }
    }.brands-block-slide__right-btn > video {
    height: 220px
}

    .product-card__photo-container .product-card__photo {
        height: auto
    }

    .select-dropdown_open {
        height: initial
    }

    .feedback-modal__content {
        padding-bottom: 70px
    }

    .product-card__photo-container {
        width: 100%
    }

    .modal-center__component {
        max-width: 99%
    }

    .ordering-page-address-delivery-component__modal-button {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .poster__title {
        font-size: 30px;
        line-height: 36px
    }

    .cart__podeli-widget, .hide-if-mobile, .show-if-mobile .eshop-block__header-subtitle {
        display: none
    }

    .show-if-mobile {
        display: block
    }

    .mini-modal-product {
        left: 1%;
    }

    .product-info-block__left .product-info-block__podeli-widget {
        order: 3;
        margin-top: 30px;
        margin-bottom: -10px
    }
}

@media screen and (max-width: 452px) {
    .fix_arrow, .fix_mob_version {
        display: block !important
    }

    .fix_brands {
        margin-top: 20px !important;
        font-style: normal !important
    }

    .fix_mob_version {
        margin-top: 50px !important;
        padding: 20px !important
    }

    .fix_title_bigger {
        width: 217px !important;
        margin-right: 46px !important;
        margin-top: 6px !important
    }

    .hide_arrow {
        display: none !important
    }

    .fix_arrow_into {
        margin-right: 18px !important
    }

    .fix_Mari_Lin {
        padding-top: 0 !important
    }

    .fix_background_cartoon {
        height: 251% !important;
        display: none !important
    }

    .mini-modal-product {
        right: 0px;
        left: unset;
        width: calc(100vw - 40px);
        height: max-content;
    }
}

@media screen and (max-width: 389px) {
    .fix_arrow, .fix_mob_version {
        display: block !important
    }

    .fix_brands {
        margin-top: 20px !important;
        font-style: normal !important
    }

    .info-block {
        padding: 0px !important;
        margin-left: 0 !important;
    }

    .main-banner {
        margin-bottom: 42px !important;
    }

    .fix_mob_version {
        margin-top: 25px !important;
        padding: 60px !important
    }

    .fix_title_bigger {
        width: 160px !important;
        margin-right: 46px !important;
        margin-top: 6px !important
    }

    .hide_arrow {
        display: none !important
    }

    .fix_arrow_into {
        margin-right: 18px !important
    }

    .fix_Mari_Lin {
        padding-top: 0 !important
    }

    .fix_background_cartoon {
        height: 251% !important;
        display: none !important
    }
}

.brands-block-slide__title {
    text-transform: none !important
}


.registration__title-container{
    display: flex;
    align-items: center;
    gap: 10px;
  }


  @media screen and (max-width:620px){
    .type{
        padding: 20px 20px;
    }

    .type-list{
        padding-left: 25px !important;
    }
  }


  .registration-success{
    position: unset;
    background-color: #fff;
  }



    .registration-success__body {
        padding-bottom: 20px;
    }



.flex-styles{
    align-items: flex-start;
    flex:1;
}

.header__navigation{
    justify-content: space-between;
}

@media (max-width:768px) {
    .header__navigation{
        justify-content: center;
    }
}

@media screen  and (max-width:2470px){
    .flex-style{
        max-width: unset;
        margin-top:0px;
    }
    .main__content-ads.list{
        gap: 40px;
    }
}

@media screen  and (max-width:550px){
    .main__content-ads.list{
        gap: 30px;
    }
    .main__content-ads-list-item{
        min-height: unset;
    }
    .main__content-ads-list-item img{
        object-fit:cover
    }
}
@media screen and (max-width: 1440px) {
    .flex-style{
        margin-top: 9px;
    }
}
@media screen and (max-width: 1300px) {

    .flex-style{
        max-width: 560px;
    }

}


.main__content-ads-list-item{
    padding:   0   !important;
}


.flex-styles{
    flex: 1;
}

.flex-styles input {
    background:transparent;
}


.break{
    display: inline-block;
}

.mobile-heading-hidden{
	display: block;
}

@media screen and(max-width:850px) {
    .break{
        display: block;
    }

    .filter img{
        display: block;
    }
}


.cart-button-wrapper{
    width: 100%;
}
@media (max-width: 1120px) {
	.mobile-heading-hidden{
		display: none;
	}

    .cst-catalog-main-top {
        display: none;
    }
    #searchInput{
        display: block;
    }
    .filter img{
        max-width: unset;
    }
    #mobile-filter-open-button{
        display: block
    }

    .smartfilter-mobile{
        display: flex;
        overflow:scroll;
    }
    .cst-catalog-side_close {
        display: none;
    }

    @media (max-width: 1800px) {
        .cst-catalog-main {
            padding-right: 80px;
        }
    }

    @media (max-width: 1550px) {
        .cst-catalog-main {
            padding-right: 40px;
            padding-left: 40px;
        }
    }

    @media (max-width: 1000px) {
        .cst-catalog-side {
            display: none;
        }

        .cst-catalog-main {
            width: 100%;
            padding: 0 20px;
        }

        .cst-catalog-main-top {
            display: flex;
            gap: 4px;
            margin-top: 20px;
        }

        .cst-catalog-main-top::-webkit-scrollbar {
            display: none;
        }

        .cst-catalog-main-top_filter {
            min-width: 37px;
            max-width: 37px;
            height: 37px;
            background-image: url(../img/catalog/asd.svg);
            background-size: 20px 17px;
            background-position: center center;
            background-repeat: no-repeat;
            border: 2px solid var(--Black, #313235);
            box-sizing: border-box;
        }

        .cst-catalog-main-top-block {
            box-sizing: border-box;
            color: var(--Black, #313235);
            font-family: Inter;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px 0px;
            width: 175px;
            height: 37px;
        }

        .cst-catalog-side_active {
            display: flex;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 0;
            width: 100%;
            z-index: 3;
            padding: 40px 20px;
            box-sizing: border-box;
        }

        .cst-catalog-side_close {
            width: 30px;
            height: 30px;
            background-image: url(../img/catalog/close_filter.svg);
            background-size: 100% 100%;
            position: absolute;
            top: 19px;
            right: 19px;
            cursor: pointer;
            display: flex;
        }
    }
	  /* ----- */
	  .catalog__products-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr)); /* 4 РєРѕР»РѕРЅРєРё РЅР° РґРµСЃРєС‚РѕРїРµ */
		grid-template-rows: auto;
		gap: 20px;
		width: 100%;
	}

	.catalog__products-list .product-card {
		width: 100%;
	}

	.ma-catalog_a .ma-catalog-banner {
		grid-column: 4 / 6;
	}

	.ma-catalog-banner {
		grid-row: 1 / 3;
		grid-column: 4 / 6;
		position: relative;
	}

	.ma-catalog-block:nth-child(odd) .ma-catalog-banner {
		grid-column: 1 / 3;
	}

	.ma-catalog-banner-pic {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}

	.ma-catalog-banner-pic img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		transition: 0.3s;
	}

	.ma-catalog-banner:hover .ma-catalog-banner-pic img {
		transform: scale(110%);
	}

	.ma-catalog-banner-bot {
		position: absolute;
		z-index: 1;
		bottom: 40px;
		left: 30px;
		right: 30px;
		display: flex;
		gap: 40px;
		justify-content: space-between;
		align-items: flex-end;
	}

	.ma-catalog-banner-bot-text {
		color: #FFF;
		font-family: Inter;
		font-size: 30px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-transform: uppercase;
		text-decoration: none;
	}

	.ma-catalog-banner-bot-btn {
		font-size: 0;
		border: 0;
		display: flex;
		min-width: 44px;
		max-width: 44px;
		height: 44px;
		background-color: #fff;
		background-image: url(../img/main/ma-arrow.svg);
		background-size: 24px 24px;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.ma-bot .container {
		display: flex;
		gap: 20px;
	}

	.ma-bot-cont {
		width: calc(50% - 10px);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 20px;
		padding: 60px;
		box-sizing: border-box;
	}

	.ma-bot-title {
		color: #0047BB;
		text-align: center;
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 52px */
		text-transform: uppercase;
	}

	.ma-bot-banner {
		width: calc(50% - 10px);
	}

	.ma-bot-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ma-banner-slider_mob {
		display: none;
	}

	.card-cst {
		background: #F7F8FA;
	}

	.card-cst .container {
		display: grid;
		grid:
			"card-bread card-slider"
			"card-info card-slider"
			"card-pic card-slider";
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}

	.card-cst .bread-row {
		grid-area: card-bread;
		margin-top: 80px;
	}

	.card-cst .bread-item {
		font-size: 16px;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
		letter-spacing: 0.96px;
		align-items: center;
	}

	.card-cst-info {
		grid-area: card-info;
		margin-top: 40px;
		max-width: 45vw;
	}

	.card-cst-info .brand-product-info__name {
		color: #313235;
		font-weight: 300;
	}

	.card-cst-info .brand-product-info__middle {
		flex-wrap: wrap;
	}

	.card-cst-info .brand-product-info__offers {
		font-size: 14px;
		cursor: pointer;
	}

	.card-cst-info .brand-product-info__bottom {
		align-items: center;
		flex-wrap: wrap;
	}

	.card-cst-info .brand-product-info__price {
		white-space: nowrap;
		margin-right: 20px;
	}

	.card-cst-info .collection-brand__btn-catalog {
		background-color: #0047BB;
		cursor: pointer;
	}

	.card-cst-info .collection-brand__btn-catalog:hover {
		background-color: #000;
	}

	.card-cst-info .collection-brand__btn-catalog:hover svg path {
		d: revert-layer;
	}

	.card-cst-pic {
		grid-area: card-pic;
		display: flex;
		gap: 20px;
		margin-top: 80px;
		max-width: 45vw;
		margin: 0 -10px;
	}

	.card-cst-pic-item {
		width: calc(100% / 3 - 15px);
		height: 305px;
		margin: 0 10px;
	}

	.card-cst-pic-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.card-cst-slider {
		grid-area: card-slider;
		max-width: 45vw;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.card-cst-slider .slick-slider, .card-cst-slider .slick-track, .card-cst-slider .slick-list {
		width: 100%;
		height: 100%;
	}

	.card-cst-slider-item {
		background-color: #fff;
	}

	.card-cst-slider-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.card-cst-slider_nav {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		height: fit-content;
		z-index: 1;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.card-cst-slider_nav-prev {
		transform: rotate(180deg);
		width: 44px;
		height: 44px;
		padding: 10px;
		box-sizing: border-box;
		cursor: pointer;
	}

	.card-cst-slider_nav-next {
		width: 44px;
		height: 44px;
		padding: 10px;
		box-sizing: border-box;
		cursor: pointer;
	}

	.card-cst-slider-block {
		position: absolute;
		top: 30px;
		left: 30px;
		padding: 10px;
		box-sizing: border-box;
		z-index: 1;
		display: flex;
		gap: 5px;
		align-items: center;
	}

	.card-cst-slider-block-pic {
		width: 50px;
		height: 50px;
		padding: 5px;
		box-sizing: border-box;
	}

	.card-cst-slider-block-pic img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		object-fit: cover;
	}

	.card-cst-slider-block-cont {
		display: flex;
		flex-direction: column;
		gap: 3px;
	}

	.card-cst-slider-block-cont-link {
		color: #313235;
		text-decoration: none;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.card-cst-slider-block-cont-link::after {
		content: '';
		width: 24px;
		height: 24px;
		background-image: url(../img/card/arrow.svg);
		background-size: 100% 100%;
	}

	.card-cst-slider-block-cont-num {
		color: #313235;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.brand-product-tabs_cst {
		padding: 80px 0;
	}

	.brand-product-tabs_cst .brand-product-tabs__body {
		max-width: 50%;
	}

	.brand-product-tabs_char {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.brand-product-tabs_char li {
		display: flex;
		gap: 20px;
		color: #313235;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.brand-product-tabs_char li span {
		min-width: 270px;
		display: flex;
		color: #97999B;
	}

	.card-more {
		padding: 80px 0;
	}

	.card-more-title {
		color: #313235;
		font-family: "Neutral Face";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
		letter-spacing: 0.96px;
	}

	.card-more-row {
		display: flex;
		gap: 20px;
		margin-top: 40px;
	}

	.card-more .ma-catalog-banner {
		width: calc(58% - 10px);
	}

	.card-more-cont {
		display: flex;
		width: calc(42% - 10px);
		gap: 20px;
		flex-wrap: wrap;
	}

	.card-more-cont .product-card {
		width: calc(100% / 2 - 10px);
	}

	.ma-catalog-banner-logo {
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 2;
	}

	.ma-catalog-banner-logo img {
		width: 100%;
		height: 100%;
	}

	.card-more .ma-catalog-banner-pic::before {
		content: '';
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 78.4%, rgba(0, 0, 0, 0.30) 100%);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.card-also-title {
		color: #313235;
		font-family: "Neutral Face";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
		letter-spacing: 0.96px;
	}

	.ma-first-slide {
		position: relative;
		height: 420px;
		padding: 40px 0;
		box-sizing: border-box;
	}

	.ma-first-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.ma-first-bg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ma-first {
		position: relative;
	}

	.ma-first .slick-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		transform: translateY(-50%);
		background: rgba(0,0,0,0.3);
		color: white;
		border: none;
		padding: 12px;
		cursor: pointer;
		z-index: 2;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
	}

	.ma-first .slick-arrow::after {
		content: 'вќ®';
		font-size: 12px;
		color: #fff;
	}

	.ma-first .slick-arrow:hover {
		background: rgba(0,0,0,0.5);
	}

	.ma-first .slick-prev {
		left: 20px;
	}

	.ma-first .slick-next {
		right: 20px;
		transform: rotate(180deg);
	}

	.ma-first .container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 20px;
		position: relative;
		z-index: 1;
		height: 100%;
	}

	.ma-first-cont {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.ma-first-title {
		color: #FFF;
		font-family: Inter;
		font-size: 30px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-transform: uppercase;
	}

	.ma-first-text {
		color: #FFF;
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 24px */
	}

	.brand-product-info__add {
		display: flex;
		gap: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
		align-items: center;
	}

	.brand-product-info__add-pic {
		max-width: 124px;
		min-width: 124px;
		height: 36px;
	}

	.brand-product-info__add-pic img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.brand-product-info__add-cont {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.brand-product-info__add-cont-title {
		color: #313235;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

	.brand-product-info__add-cont-sub {
		color: #97999B;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.brand-product-info__add-link {
		width: 20px;
		height: 20px;
		text-decoration: none;
		background-image: url(../img/card/circle-alert.svg);
		background-size: 100% 100%;
		border-radius: 50%;
	}

	@media (max-width: 1470px) {
		.plug-item {
			width: calc(100% / 2 - 10px);
		}
	}

	@media (max-width: 1024px) {
		.container {
			padding: 0 15px;
			box-sizing: border-box;
		}

		.container-sm {
			padding: 0 15px;
			box-sizing: border-box;
		}

		.banner {
			height: 100vh;
			max-height: 610px;
		}

		.banner-title {
			margin-bottom: 40px;
			font-size: 40px;
		}

		.bread {
			margin-top: 70px;
		}

		.bread-row {
			flex-wrap: nowrap;
			overflow: hidden;
			position: relative;
		}

		.card-cst-info {
			max-width: none;
		}

		.bread-row::after {
			content: '...';
			color: var(--Primary, #0047BB);
			text-overflow: ellipsis;
			font-family: "Neutral Face";
			font-size: 24px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 28.8px */
			letter-spacing: 1.44px;
			position: absolute;
			right: 0;
			background-color: #fff;
			padding-left: 5px;
		}

		.bread-item {
			white-space: nowrap;
		}

		.short {
			margin-top: 60px;
		}

		.short-block {
			flex-direction: column;
			gap: 50px;
		}

		.cont {
			margin-top: 120px;
		}

		.cont-title {
			font-size: 48px;
		}

		.cont-block {
			margin-top: 50px;
			gap: 30px;
		}

		.cont-row {
			margin-top: 120px;
		}

		.cont-row .container-sm {
			gap: 120px;
		}

		.cont-item-pic {
			height: 403px !important;
		}

		.cont-item-pic-desc {
			font-size: 14px;
		}

		.cont-item-title {
			font-size: 40px;
		}

		.cont-item-text p {
			text-align: left;
		}

		.cont-item_hor {
			flex-direction: column;
		}

		.cont-item_hor .cont-item-pic {
			height: auto !important;
		}

		.cont-item_hor .cont-item-pic img {
			height: 678px;
		}

		.cont-item_hor .cont-item-title {
			text-align: center;
		}

		.cont-item_check-block {
			width: calc(100% / 2);
			height: 339px;
			overflow: hidden;
		}

		.cont-item_check-block .cont-item-pic-desc {
			margin-top: -20px;
		}

		.cont-item_check-block img {
			height: 100%;
		}

		.cont-item_check-block:nth-child(1) {
			order: 1;
		}

		.cont-item_check-block:nth-child(2) {
			order: 2;
		}

		.cont-item_check-block:nth-child(3) {
			order: 4;
		}

		.cont-item_check-block:nth-child(4) {
			order: 3;
		}

		.cont-item_check-block:nth-child(5) {
			order: 5;
		}

		.cont-item_check-block:nth-child(6) {
			order: 6;
		}

		.cont-item_check-block-name {
			font-size: 24px;
		}

		.cont-item_check-block-text {
			font-size: 16px;
		}

		.cont-item-pic-desc {
			margin: 0;
			/* margin-top: -20px; */
			background-color: #000;
		}

		.cont-item-title {
			margin-top: 0;
		}

		.cont_second-bot-item:nth-child(1) {
			width: 100%;
		}

		.cont_second-bot-item:nth-child(2) {
			width: 100%;
		}

		.cont-item-pic-desc_single {
			margin-top: 10px;
			background-color: transparent;
		}

		.cont-extra {
			margin-top: 120px;
		}

		.cont-extra .container-sm {
			flex-direction: column;
		}

		.cont-extra-block {
			position: unset;
			width: 100%;
		}

		.cont-extra-side {
			position: unset;
			width: 100%;
		}

		.cont-extra-title {
			font-size: 40px;
		}

		.cont-extra-text {
			text-align: center;
		}

		.cont-extra-side {
			max-width: 442px;
			margin: 0 auto;
		}

		.cont-extra-desc {
			font-size: 14px;
		}

		.add {
			margin-top: 120px;
		}

		.add-btn {
			width: 54px;
			height: 54px;
		}

		.also {
			margin-top: 100px;
			margin-bottom: 60px;
		}

		.also-title {
			padding-top: 40px;
		}

		.also .slick-arrow {
			top: -74px;
			right: 80px;
			left: auto;
			margin: 0;
		}

		.also .slick-next {
			right: 0;
		}

		.also .slick-disabled {
			display: block !important;
		}

		.plug {
			flex-direction: column;
			position: relative;
			gap: 40px;
		}

		.plug-side {
			width: 100%;
			max-width: none;
			padding: 0;
		}

		.plug-side-title {
			display: none;
		}

		.plug-side {
			flex-direction: row;
			background-color: transparent;
			gap: 4px;
			margin-top: 68px;
			padding: 0 20px;
			overflow: scroll;
		}

		.plug-side::-webkit-scrollbar {
			display: none;
		}

		.plug-side-menu {
			display: none;
		}

		.plug-side-link {
			padding: 0 20px;
			display: flex;
			justify-content: center;
			align-items: center;
			white-space: nowrap;
			border: 1px solid var(--Black, #313235);
			height: 37px;
			box-sizing: border-box;
		}

		.plug-side-link_active {
			border: 1px solid #0047BB;
			background: #0047BB;
			color: #FFF;
		}

		.plug-side-btn {
			display: flex;
			border: 1px solid var(--Black, #313235);
			padding: 10px;
			min-width: 37px;
			max-width: 37px;
			height: 37px;
			box-sizing: border-box;
			background-image: url(../img/plug/btn.svg);
			background-size: 20px 17px;
			background-repeat: no-repeat;
			background-position: center center;
		}

		.plug-cont {
			padding: 0 20px;
			box-sizing: border-box;
		}

		.plug-cont .bread-row::after {
			display: none;
		}

		.plug .bread {
			position: absolute;
			top: 0;
			margin-top: 30px;
			overflow: scroll;
			left: 0;
			right: 0;
		}

		.plug .bread-row {
			padding-left: 20px;
			padding-right: 20px;
			overflow: scroll;
		}

		.second-rec-title {
			font-size: 30px;
		}

		.second-rec-row {
			flex-direction: column;
			gap: 30px;
		}

		.second-rec-row .product-card {
			width: 100%;
		}

		.plug .bread-row::-webkit-scrollbar {
			display: none;
		}

		.plug-row {
			margin-top: 0;
			gap: 10px;
			row-gap: 20px;
		}

		.plug-item {
			width: calc(100% / 2 - 5px);
			padding: 10px;
		}

		.plug-item-text {
			font-size: 16px;
		}

		.plug-pop {
			display: none;
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			background: var(--BG-bg-2, #F7F8FA);
			padding: 40px 20px;
			box-sizing: border-box;
			flex-direction: column;
			gap: 20.5px;
		}

		.plug-pop_active {
			display: flex;
		}

		.plug-close {
			width: 30px;
			height: 30px;
			background-image: url(../img/plug/close.svg);
			background-size: 100% 100%;
			position: absolute;
			top: 19px;
			right: 19px;
		}

		.plug-pop-link {
			color: var(--Black, #313235);
			font-family: Inter;
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 24px */
			text-decoration: none;
		}

		.plug-pop-item {
			color: var(--Black, #313235);
			font-family: Inter;
			font-size: 16px;
			font-style: normal;
			font-weight: 500;
			line-height: normal;
			text-decoration: none;
			max-height: 20px;
			overflow: hidden;
			transition: 0.3s;
		}

		.plug-pop-item_active {
			max-height: 500px;
		}

		.plug-pop-menu {
			display: flex;
			flex-direction: column;
			gap: 20px;
			padding-left: 10px;
			box-sizing: border-box;
			margin-top: 20.5px;
		}

		.plug-pop-menu-link {
			color: var(--Black, #313235);
			font-family: Inter;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			text-decoration: none;
		}

		.banner_second {
			max-height: 636px;
		}

		.banner_second .container {
			gap: 20px;
		}

		.banner_second-title {
			font-size: 30px;
			bottom: 20px;
		}

		.second-pic {
			margin-top: 120px;
		}

		.second-text {
			margin-top: 120px;
		}

		.second-pic-row .container {
			flex-direction: column;
		}

		.second-pic-item {
			width: 100%;
		}

		.cont_second {
			margin-top: 0;
		}

		.cont_second-block {
			flex-direction: column;
			gap: 120px;
		}

		.cont_second-side {
			max-width: none;
			min-width: 0;
			width: 100%;
			padding: 0 45px;
			box-sizing: border-box;
		}

		.cont_second-bot {
		}

		.cont_second-bot .container {
			flex-direction: column;
		}

		.cont_second-bot img {
			width: 100% !important;
		}

		.cont-cit {
			margin-top: 120px;
		}

		.second-pic-row {
			margin-top: 120px;
		}

		.second-pic-slider {
			margin-top: 120px;
		}

		.banner_third {
			height: auto;
			max-height: none;
		}

		.banner_third .container {
			flex-direction: column-reverse;
			gap: 10px;
		}

		.banner_third-pic {
			width: 100%;
		}

		.banner_third-block {
			width: 100%;
			margin: 0 auto;
			height: 750px;
		}

		.banner_third-title {
			color: #000;
			font-family: "Neutral Face";
			font-size: 36px;
			font-style: normal;
			font-weight: 400;
			line-height: 123%; /* 44.28px */
			text-transform: uppercase;
			max-width: none;
			padding: 0 35px;
			box-sizing: border-box;
		}

		.third-left {
			margin-top: 120px;
		}

		.third-left .container-sm {
			flex-direction: column-reverse;
			gap: 50px;
		}

		.third-left-text {
			max-width: none;
			text-align: center;
		}

		.third-left-pic {
			height: 360px;
		}

		.third-right {
			margin-top: 20px;
		}

		.third-right .container-sm {
			flex-direction: column;
			gap: 60px;
		}

		.third-right-pic {
			max-width: none;
		}

		.third-right-text {
			max-width: none;
		}

		.cont_third {
			margin-top: 0;
		}

		.third-pic-row .container {
			flex-direction: row;
		}

		.third-pic-row .second-pic-item {
			width: calc(100% / 2 - 10px) !important;
		}

		.third-text {
			margin-top: 120px;
		}

		.cont_third-block {
			margin-top: 120px;
		}

		.cont_third-block .container {
			flex-direction: column;
			gap: 50px;
		}

		.cont_third-side {
			max-width: none;
			min-width: 0;
			height: 100%;
		}

		.cont-sost .cont-sost-rt {
			margin-left: 118px;
		}

		.cont-sost {
			margin-top: 120px;
		}

		.cont_third-pic {
			margin-top: 120px;
		}

		.cont_third-pic .container {
			justify-content: flex-start;
		}

		.cont_third-pic img {
			margin: 0;
		}

		.cont_third-pic img:nth-child(1) {
			width: calc(100% - 118px);
			margin-top: 0;
			order: 1;
		}

		.cont_third-pic img:nth-child(2) {
			order: 2;
			width: calc(50% - 10px);
			margin-top: 0;
		}

		.cont_third-pic img:nth-child(3) {
			order: 4;
			width: calc(50% - 10px);
			margin-left: auto;
			margin-top: -171px;
		}

		.cont_third-pic img:nth-child(4) {
			order: 3;
			margin: 0;
			margin-left: auto;
			margin-top: -169px;
			width: calc(50% - 10px);
		}

		.cont_third-pic img:nth-child(5) {
			order: 5;
			margin: 0;
			width: calc(50%);
			margin-left: 118px;
			margin-top: -116px;
			z-index: 1;
		}

		.ma-banner {
			height: 490px;
		}

		.ma-banner .container {
			padding-top: 30px;
			padding-bottom: 30px;
		}

		.ma-banner-title {
			font-size: 34px;
			font-style: normal;
			font-weight: 300;
			line-height: 120%; /* 40.8px */
			margin: 0;
		}

		.ma-banner-title_top {
			margin-bottom: 41px;
		}

		.ma-banner-title_bot {
			margin: 0 auto;

		}

		.ma-banner .eshop-block__swiper-slide-img {
			height: 267px;
			width: 160px;
		}

		.ma-banner-slide {
			gap: 0;
			justify-content: space-between;
		}

		.ma-banner .slick-list {
			padding: 0 20px !important;
		}

		.ma-banner .eshop-block__video-container-block {
			max-width: 415px;
			width: 23%;
			height: auto;
			aspect-ratio: 1 / 1;
			display: flex;
			align-items: center;
			justify-content: center;
			position: absolute;
			border-radius: 50%;
			transform: translate(-50%, -50%);
			left: 50%;
			top: 50%;
		}

		.ma-banner .eshop-block__swiper-hover-elem-block {
			width: 100%;
			height: 0;
			bottom: 0;
			border: none;
			transition: 0.5s;
			opacity: 0;
		}

		.ma-banner .eshop-block__swiper-hover-elem-block_active {
			opacity: 1;
			height: 100%;
		}

		.ma-banner .eshop-block__swiper-hover-elem {
			bottom: 47px;
			width: 20px;
			height: 20px;
		}

		.ma-banner .eshop-block__swiper-hover-elem::before {
			width: 10px;
			height: 10px;
		}

		.ma-banner .eshop-block-card__title {
			font-size: 10px;
		}

		.ma-banner .eshop-block-card__price {
			font-size: 12px;
		}

		.ma-banner .eshop-block-card__button-label {
			font-size: 12px;
		}

		.ma-banner .eshop-block__video-container_circle {
			width: 600px;
			height: 600px;
		}

		.ma-banner .slick-arrow {
			width: 32px;
			height: 32px;
			background-size: 15px 15px;
		}

		.ma-new {
			padding: 60px 0;
		}

		.ma-new .container {
			gap: 30px;
		}

		.ma-new .slick-next {
			right: 0;
		}

		.ma-new .slick-prev {
			left: 0;
		}

		.ma-new-row .slick-list {
			margin: 0 40px;
		}

		.ma-add {
			padding: 60px 20px;
		}

		.ma-add-item-pic {
			height: 340px;
		}

		.ma-catalog {
			padding: 60px 0;
		}

		.ma-catalog-block {
			margin-top: 30px;
		}

		.catalog__products-list {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			max-width: 100vw;
		}

		.ma-catalog-banner {
			grid-column: 3 / 5;
			grid-row: 1;
		}

		.ma-catalog .product-card__photo-container {
			min-height: auto;
		}

		.catalog__products-list .product-card {

		}

		.brand-product_cst .container {
			flex-direction: column-reverse;
		}

		.brand-product_cst-slider {
			width: 100%;
		}

		.card-cst .bread-row {
			margin-bottom: 40px;
			margin-top: 60px;
		}

		.card-cst .bread-row::after {
			display: none;
		}

		.card-cst .container {
			display: grid;
			grid-template-areas:
				"card-bread card-bread"
				"card-pic card-slider"
				"card-info card-info"; /* РР·РјРµРЅС‘РЅРЅР°СЏ СЃС‚СЂСѓРєС‚СѓСЂР° СЃ РґРІСѓРјСЏ РєРѕР»РѕРЅРєР°РјРё */
			grid-template-columns: 1fr 1fr; /* Р’СЃС‘ РµС‰С‘ РґРІРµ РєРѕР»РѕРЅРєРё */
		}

		.card-cst-slider {
			width: calc(100vw - 253px);
			max-height: 600px;
			max-width: none;
		}

		.card-cst-pic {
			margin-top: auto;
			flex-direction: column;
			width: 203px;
			height: 100%;
		}

		.card-cst-pic .slick-slide {
			height: 187px;
			display: flex; /* Р’С‹СЂР°РІРЅРёРІР°РЅРёРµ РєРѕРЅС‚РµРЅС‚Р° */
			justify-content: center;
			align-items: center;
			margin: 10px 0;
		}

		.card-cst-pic .slick-list {
			overflow: hidden;
			height: 100%;
			max-height: 600px;
		}

		.card-cst-info {

		}

		.card-cst-info .brand-product-info__name {
			font-size: 40px;
		}

		.card-cst-info .brand-product-info__label:not(:first-child) {
			display: flex;
		}

		.card-cst-info .brand-product-info__offer:nth-child(n + 4) {
			display: flex;
		}

		.brand-product-tabs_cst .brand-product-tabs__body {
			max-width: none;
			width: 100%;
		}

		.brand-product-tabs_char li {
			flex-direction: column;
			gap: 10px;
		}

		.card-more {
			padding: 60px 0;
		}

		.card-more-row {
			flex-direction: column-reverse;
		}

		.card-more-cont {
			width: 100%;
		}

		.card-more .ma-catalog-banner {
			width: 100%;
			height: 600px;
		}

		.card-more-cont .product-card:nth-child(n + 4) {
			display: none;
		}

		.card-more-cont .product-card {
			width: calc(100% / 3 - 14px);
		}

		.brand-product-info__add {
			margin-bottom: 0;
		}

		.brand-product-info__add-cont-title {
			font-size: 14px;
		}

		.brand-product-info__add-cont-sub {
			font-size: 12px;
		}

		.brand-product-tabs_cst {
			padding-top: 40px;
		}
	}

	@media (max-width: 768px) {

		.container {
			padding: 0 15px;
		}

		.container-sm {
			padding: 0 15px;
		}

		.banner {
			max-height: 326px;
		}

		.banner-title {
			font-size: 24px;
			margin-bottom: 20px;
		}

		.bread {
			margin-top: 50px;
		}

		.bread-item {
			font-size: 14px;
		}

		.bread-item::after {
			width: 18px;
			height: 18px;
			margin-top: -2px;
		}

		.bread-row::after {
			font-size: 14px;
		}

		.short {
			margin-top: 40px;
		}

		.short-tag {
			flex-wrap: wrap;
			margin-bottom: 30px;
			gap: 3px;
		}

		.short-tag-item {
			font-size: 15px;
			padding: 3px 12px;
		}

		.short-block {
			gap: 30px;
		}

		.product-card__photo-container {
			min-height: 0;
			height: auto;
			aspect-ratio: 1 / 1;
			max-height: none;
		}

		.product-card__bottom {
			height: auto;
		}

		.short-block-side {
			gap: 1px;
		}

		.short-block-date {
			font-size: 24px;
		}

		.short-block-author {
			font-size: 16px;
			white-space: wrap;
		}

		.short-block-text {
			gap: 20px;
		}

		.short-block-text p {
			font-size: 15px;
			line-height: 20px;
		}

		.cont {
			margin-top: 80px;
		}

		.cont-title {
			font-size: 24px;
		}

		.cont-block {
			margin-top: 30px;
			gap: 20px;
		}

		.cont-block p {
			font-size: 15px;
			line-height: 20px;
		}

		.cont-row {
			margin-top: 80px;
		}

		.cont-row .container-sm {
			gap: 80px;
		}

		.cont-item-pic {
			flex-direction: column;
			gap: 25px;
			height: auto !important;
			padding: 0 40px;
			box-sizing: border-box;
		}

		.cont-item-pic img {
			width: 100%;
			height: 375px;
		}

		.cont-item-title {
			font-size: 24px;
			margin-top: 25px;
		}

		.cont-item-text {
			margin-top: 25px;
		}

		.cont-item-text p {
			color: #FFF;
			text-align: center;
			font-family: Inter;
			font-size: 15px;
			font-style: normal;
			font-weight: 400;
			line-height: 20px; /* 133.333% */
		}

		.cont-item_hor {
			gap: 25px;
		}

		.card-cst-pic .slick-slide {
			margin: 0 10px;
			height: 120px;
		}

		.cont-item_hor .cont-item-pic img {
			height: 302px !important;
		}

		.cont-item-pic-desc {
			font-size: 10px;
		}

		.cont-item_hor .cont-item-title {
			margin-top: 0;
		}

		.cont-item_check-row {
			margin-top: 25px;
			flex-direction: column;
		}

		.cont-item_check-block {
			width: 100%;
			order: unset !important;
		}

		.cont-item_check-block {
			height: 300px;
		}

		.cont-item_check .cont-item-title {
			margin-top: 0;
		}

		.cont-item-pic img {
			height: 330px;
		}

		.cont-extra-block {
			gap: 25px;
		}

		.cont-extra-title {
			font-size: 24px;
		}

		.cont-extra-text p {
			font-size: 15px;
			line-height: 20px;
		}

		.cont-extra .container-sm {
			gap: 25px;
		}

		.cont-extra-pic {
			height: 300px !important;
		}

		.cont-extra-desc {
			font-size: 10px;
		}

		.add {
			margin-top: 80px;
		}

		.add-text, .add-text a {
			font-size: 16px;
			line-height: 20px;
		}

		.add-text {
			display: flex;
			flex-direction: column;
		}

		.add-text a {
			width: fit-content;
			margin: 0 auto;
		}

		.add-btn {
			width: 30px;
			height: 30px;
		}

		.also {
			margin-bottom: 40px;
		}

		.also-title {
			padding-top: 30px;
			font-size: 20px;
			gap: 20px;
		}

		.also .slick-arrow {
			top: -64px;
			right: 44px;
		}

		.also .slick-next {
			right: 0;
		}

		.also-item-pic {
			height: 181px;
		}

		.also-item-tag {
			margin-top: 25px;
			margin-bottom: 9px;
			gap: 2.5px;
		}

		.also-item-tag-item {
			font-size: 12px;
			padding: 3px 12px;
		}

		.also-item-link {
			font-size: 20px;
		}

		.banner-cat {
			/* max-height: 200px; */
		}

		.banner-cat-bg {
			width: 100%;
			height: 100%;
			display: none;
		}

		.banner-cat-bg_mob {
			display: flex;
			width: 100%;
			height: 100%;
		}

		.banner-cat-block {
			display: flex;
			flex-direction: column;
			gap: 30px;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 16px;
			margin: auto;
			max-width: 320px;
			justify-content: center;
		}

		.banner-cat-text {
			color: var(--White, #FFF);
			font-family: "Neutral Face";
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 16.8px */
			letter-spacing: 1.4px;
			text-transform: uppercase;
		}

		.banner-cat-sub {
			color: var(--White, #FFF);
			font-family: "Neutral Face";
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 14.4px */
			letter-spacing: 1.2px;
			text-transform: uppercase;
		}

		.cont-cit {
			gap: 38px;
		}

		.cont-cit-author {
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			line-height: 26px; /* 130% */
		}

		.cont-cit-text {
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			line-height: 26px; /* 130% */
			max-width: 220px;
			margin-left: auto;
		}

		.banner_second {
			max-height: 370px;
		}

		.banner_second .container {
			gap: 8px;
		}

		.banner_second-title {
			font-size: 15px;
		}

		.banner_second-side-text {
			font-size: 20px;
			width: 12px;
		}

		.second-pic {
			margin-top: 80px;
			height: 350px;
		}

		.second-text {
			margin-top: 80px;
			padding: 0 15px;
			gap: 20px;
		}

		.second-text p {
			font-size: 15px;
			line-height: 25px;
		}

		.second-text p span {
			font-size: 15px;
			line-height: 25px;
		}

		.second-pic-row {
			margin-top: 80px;
		}

		.cont_second {
			margin-top: 0;
		}

		.cont-row::before, .cont-row::after {
			height: 100px;
		}

		.cont_second-block {
			gap: 80px;
		}

		.cont_second-side {
			padding: 0 15px;
		}

		.second-pic-slider {
			margin-top: 80px;
		}

		.second-pic-slider .container {
			gap: 30px;
		}

		.second-pic-slider .second-pic-item {
			margin: 0;
		}

		.second-pic-nav {
			gap: 85px;
		}

		.banner_third .container {
			gap: 15px;
		}

		.banner_third-block {
			width: 100%;
			height: 345px;
		}

		.banner_third-title {
			font-size: 16px;
			gap: 20px;
			padding: 0;
			padding-left: 25px;
			padding-right: 25px;
		}

		.third-left {
			margin-top: 80px;
		}

		.third-left .container-sm {
			gap: 30px;
		}

		.third-left-text {
			font-size: 20px;
			line-height: 26px;
		}

		.third-right-text {
			font-size: 15px;
			line-height: 25px;
		}

		.third-text {
			padding: 0 15px;
			margin-top: 80px;
			gap: 20px;
		}

		.third-right .container-sm {
			gap: 20px;
		}

		.third-text p {
			font-size: 15px;
			line-height: 25px;
		}

		.cont_third {
			margin-top: 0;
		}

		.third-pic-row .container {
			flex-direction: column;
		}

		.third-pic-row .second-pic-item {
			width: 100% !important;
		}

		.cont_third-block {
			margin-top: 80px;
		}

		.cont-sost {
			padding: 0 15px;
			gap: 30px;
			margin-top: 80px;
		}

		.cont-sost .cont-sost-lt p {
			font-size: 15px;
			line-height: 25px;
		}

		.cont-sost .cont-sost-rt {
			margin-left: 30px;
		}

		.cont-sost .cont-sost-rt p {
			font-size: 15px;
			line-height: 25px;
		}

		.cont_third-pic img:nth-child(1) {
			width: calc(100% - 100px);
		}

		.cont_third-pic img:nth-child(2) {
			width: calc(100% / 2 - 10px);
		}

		.cont_third-pic img:nth-child(4) {
			width: calc(100% / 2 - 10px);
			margin-top: -76px;
		}

		.cont_third-pic img:nth-child(3) {
			width: calc(100% / 2 - 10px);
			margin-top: -76px;
		}

		.cont_third-pic img:nth-child(5) {
			width: calc(50%);
			margin-top: -95px;
			margin-left: auto;
			margin-right: auto;
		}

		.ma-banner {
			height: auto;
		}

		.ma-banner-slider {
			display: none;
		}

		.ma-banner .eshop-block__video-container-block {
			position: unset;
			width: 235px;
			height: 235px;
			transform: none;
		}

		.ma-banner-title {
			font-size: 26px;
		}

		.ma-banner-title_top {
			margin-bottom: 60px;
		}

		.ma-banner-title_bot {
			margin-top: 71px;
		}

		.ma-banner-slider_mob {
			margin-top: 29px;
			display: flex;
		}

		.ma-banner .eshop-block-card__title {
			font-size: 11px;
		}

		.ma-banner .eshop-block-card__price {
			font-size: 15px;
		}

		.ma-new {
			padding: 40px 0;
		}

		.ma-new .container {
			padding: 0 20px;
			position: relative;
		}

		.ma-new-row .slick-list {
			margin: 0 -10px;
		}

		.ma-new-title {
			font-size: 20px;
			text-align: left;
		}

		.ma-new-row {
			position: unset;
		}

		.ma-new .slick-arrow {
			bottom: auto;
		}

		.ma-new .slick-next {
			right: 20px;
		}

		.ma-new .slick-prev {
			right: calc(20px + 32px);
			left: auto;
		}

		.ma-add {
			flex-direction: column;
			padding: 40px 20px;
		}

		.ma-add-item-pic {

		}

		.ma-add-item-cont {
			max-width: none;
			width: 100%;
		}

		.ma-add-item-cont-link {
			font-size: 20px;
			font-weight: 400;
			line-height: 120%; /* 24px */
			letter-spacing: 1.2px;
		}

		.ma-add-item-cont-desc {
			font-size: 14px;
		}

		.ma-catalog {

		}

		.ma-catalog-head {
			flex-direction: column;
			gap: 20px;
		}

		.ma-catalog .ma-new-title {
			text-align: center;
		}

		.catalog__products-list {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
            padding:0px;
		}

		.ma-catalog-banner {
			display: flex;
			width: 100%;
			height: 335px;
		}

		.ma-catalog-banner-bot {
			bottom: 20px;
			right: 20px;
			left: 20px;
		}

		.ma-catalog-banner-bot-text {
			font-size: 20px;
		}

		.catalog__products-list .product-card {
			width: calc(100% / 2 - 5px);
		}

		.ma-bot .container {
			flex-direction: column;
		}

		.ma-bot-cont {
			width: 100%;
			padding: 0;
			align-items: flex-start;
		}

		.ma-bot-banner {
			width: 100%;
		}

		.ma-bot-title {
			font-size: 32px;
			text-align: left;
		}

		.card-cst .container {
			display: grid;
			grid-template-areas:
				"card-bread"
				"card-slider"
				"card-pic"
				"card-info"; /* РР·РјРµРЅС‘РЅРЅР°СЏ СЃС‚СЂСѓРєС‚СѓСЂР° СЃ РґРІСѓРјСЏ РєРѕР»РѕРЅРєР°РјРё */
			grid-template-columns: 1fr; /* Р’СЃС‘ РµС‰С‘ РґРІРµ РєРѕР»РѕРЅРєРё */
		}

		.card-cst-slider {
			width: calc(100vw - 30px);
		}

		.card-cst .bread-row {
			margin-top: 40px;
			margin-bottom: 21px;
		}

		.card-cst .bread-item {
			font-size: 14px;
		}

		.card-cst-slider-block {
			left: 20px;
			top: 10px;
		}

		.card-cst-slider-block-cont {
			gap: 0;
		}

		.card-cst-slider-block-cont-link {
			font-size: 14px;
		}

		.card-cst-slider-block-cont-link::after {
			width: 18px;
			height: 18px;
		}

		.card-cst-slider-block-cont-num {
			font-size: 12px;
		}

		.card-cst-pic {
			width: 100%;
			flex-direction: row;
			margin-top: 10px;
		}

		.card-cst-pic {
			max-width: 100vw;
		}

		.card-cst-info {
			margin-top: 20px;
		}

		.card-cst-info .brand-product-info__name {
			margin-top: 20px;
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 120%; /* 24px */
		}

		.brand-product-info__description {
			margin-top: 20px;
		}

		.card-cst-info .brand-product-info__middle {
			flex-direction: column;
			gap: 20px;
			align-items: flex-start;
		}

		.card-cst-info .brand-product-info__bottom {
			align-items: flex-start;
		}

		.card-cst-info .brand-product-info__price {
			font-size: 24px;
		}

		.card-cst-info .brand-product-info__actions {
			margin-top: 20px;
			flex-wrap: wrap;
		}

		.card-cst-info .collection-brand__btn-catalog {
			width: 215px;
			height: 64px;
		}

		.brand-product-tabs_cst .brand-product-tabs__title {
			font-size: 16px;
			min-width: 158px;
		}

		.card-more-cont .product-card {
			display: flex;
			width: calc(50% - 10px);
		}

		.card-more-cont .product-card__wrapper {
			width: 100%;
		}

		.card-more-cont .product-card:nth-child(n + 4) {
			display: flex;
		}

		.card-more-cont .product-card__product-state {
			display: none;
		}

		.second-pic_preview {
			left: 15px;
			right: 15px;
		}

		.banner_second-title {
			padding: 0 10px;
			box-sizing: border-box;
		}

		.ma-first-slide {
			height: 200px;
			padding: 20px 0;
		}

		.ma-first-slide .container {
		}
	}

	.cst-catalog {
		display: flex;
		justify-content: space-between;
	}

	.cst-catalog-side {
		width: 20.3%;
		overflow-y: auto;
		background-color: var(--color-white-dark);
		display: flex;
		flex-direction: column;
		padding-left: 70px;
		padding-right: 20px;
		padding-bottom: 55px;
		position: sticky;
		top: 0;
		box-sizing: border-box;
		padding-top: 30px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.cst-catalog-main {
		width: 79.7%;
		padding-left: 60px;
		padding-top: 40px;
		box-sizing: border-box;
		padding-right: 100px;
	}

	.cst-catalog-main .catalog__products-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.cst-catalog-main .catalog__products-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ma-catalog-banner {
		grid-column: 3 / 6;
	}

	.cst-catalog-block {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.cst-catalog-block-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cst-catalog-block-head-title {
		color: var(--Black, #313235);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.cst-catalog-block-head-num {
		box-sizing: border-box;
		border-radius: 10px;
		background: unset;
		color: var(--Gray, #97999B);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: flex;
		align-items: center;
		gap: 4px;
	}
	.catalog-products-sort__select-box{
        width: inherit;
    }
	.cst-catalog-block-head-num-close {
		background-image: url(../img/catalog/close.svg);
		background-size: 100% 100%;
		cursor: pointer;
	}

	.cst-catalog-block-search {
		width: 100%;
		height: 36px;
		position: relative;
	}

	.cst-catalog-block-search-field {
		padding: 6px 14px;
		box-sizing: border-box;
		width: 100%;
		background: #FFF;
		border: 0;
		outline: 0;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		height: 100%;
	}

	.cst-catalog-block-search input::placeholder {
		color: var(--Gray-2, #B5B7BA);
	}

	.cst-catalog-block-search-btn {
		max-width: 18px;
		min-width: 18px;
		padding: 0;
		height: 18px;
		background-image: url(../img/catalog/search.svg);
		background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 14px;
		z-index: 1;
		border: 0;
		background-color: transparent;
		cursor: pointer;
	}

	.cst-catalog-block-list {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 10px;
		max-height: 230px;
		overflow-y: scroll;
	}

	.cst-catalog-block-list::-webkit-scrollbar {
		width: 5px;
	}

	.cst-catalog-block-list::-webkit-scrollbar-thumb {
		width: 100%;
		border-radius: 10px;
		background: #DCE1E9;
	}

	.cst-catalog-block-list-item {
		color: var(--Black, #313235);
		text-overflow: ellipsis;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: flex;
		align-items: center;
		gap: 10px;
		cursor: pointer;
		height: 20px;
	}

	.cst-catalog-block-list-item input {
		display: none;
	}

	.cst-catalog-block-list-item span {
		border: 1px solid var(--Black, #313235);
		max-width: 20px;
		min-width: 20px;
		height: 20px;
		box-sizing: border-box;
		transition: 0.3s;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cst-catalog-block-list-item span::after {
		content: '';
		width: 12px;
		height: 12px;
		opacity: 0;
		background: var(--Primary, #0047BB);
		transition: 0.3s;
	}

	.cst-catalog-block-list-item:hover span {
		border-color: #0047BB;
	}

	.cst-catalog-block-list-item input:checked~span {
		border-color: #0047BB;
	}

	.cst-catalog-block-list-item input:checked~span::after {
		opacity: 1;
	}

	.cst-catalog-add {
		display: flex;
		gap: 20px;
		flex-direction: column;
		padding-bottom: 30px;
		border-bottom: 1px solid #DCE1E9;
	}

	.cst-catalog-add-title {
		color: var(--Black, #313235);
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 24px */
		transition: 0.3s;
	}

	.cst-catalog-add-item {
		color: var(--Black, #313235);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		transition: 0.3s;
	}

	.cst-catalog-add a:hover {
		color: var(--Primary, #0047BB);
	}

	.cst-catalog-add_active {
		color: var(--Primary, #0047BB);
	}

	.cst-catalog-main-top {
		display: none;
	}

	.cst-catalog-side_close {
		display: none;
	}

	@media (max-width: 1800px) {
		.cst-catalog-main {
			padding-right: 80px;
		}
	}

	@media (max-width: 1550px) {
		.cst-catalog-main {
			padding-right: 40px;
			padding-left: 40px;
		}
	}

	@media (max-width: 1000px) {
		.cst-catalog-side {
			display: none;
		}

		.cst-catalog-main {
			width: 100%;
			padding: 0 20px;
		}

		.cst-catalog-main-top {
			display: flex;
			gap: 4px;
			margin-top: unset;
		}

		.cst-catalog-main-top::-webkit-scrollbar {
			display: none;
		}

		.cst-catalog-main-top_filter {
			min-width: 37px;
			max-width: 37px;
			height: 37px;
			background-image: url(../img/catalog/asd.svg);
			background-size: 20px 17px;
			background-position: center center;
			background-repeat: no-repeat;
			border: 2px solid var(--Black, #313235);
			box-sizing: border-box;
		}

        .cst-catalog-main-top-block {
            box-sizing: border-box;
            background:#F7F8FA;
            color: #4B4B4B;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px 0px;
            width: auto;
            white-space: nowrap;
            gap:15px;
            height: 37px;
            border-radius:12px;
        }

		.cst-catalog-side_active {
			display: flex;
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			padding: 0;
			width: 100%;
			z-index: 3;
			padding: 40px 20px;
			box-sizing: border-box;
		}

		.cst-catalog-side_close {
			width: 30px;
			height: 30px;
			background-image: url(../img/catalog/close_filter.svg);
			background-size: 100% 100%;
			position: absolute;
			top: 19px;
			right: 19px;
			cursor: pointer;
			display: flex;
		}
	}
}

.smartfilter-mobile{
    gap: 5px;
}


.searchIcon{
    position: absolute;
    right: 10px;
    top: 58%;
    display: none;
}


@media (max-width:1000px){
    .searchIcon{
        display: block;
    }
}

.hidden {
	display: none;
}

.bx-breadcrumb {
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    user-select: none;
    -webkit-user-drag: none;
}

.bx-breadcrumb::-webkit-scrollbar {
    display: none !important;
}

.bx-breadcrumb > * {
    flex-shrink: 0;
}
.fa fa-angle-right::before{
	height: 18px;
	width: 18px;
}
.bx-breadcrumb .bx-breadcrumb-item span{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 120%;
}

.bx-breadcrumb .bx-breadcrumb-item:nth-last-child(-n+2) span{
	color:#0047BB;
}

.fa-angle-right::before {
	content: "\f105";
	font-size: 16px;
	font-weight: 700;
	padding: 0px 8px;
	color: #313235;
}
.registration__business{
    background: white;
    padding: 20px;
}

.invite{
    padding: 15px;
}

@media screen and (max-width:850px) {
    .catalog__products-list{
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

}

.policy-right-new
{
    margin-bottom: 100px;

    @media (min-width: 1024px) { margin-bottom: 140px }
    @media (min-width: 1470px) { margin-bottom: 100px }

    .policy-right-new__description-wrap { margin-bottom: 100px }

    .policy-right__accordions { gap: 20px }

    .policy-right-new__description
    {
        font-family: NeutralFace;
        font-weight: 400;
        font-size: 26px;
        line-height: 33.8px;
        letter-spacing: 0%;
        margin: 0;
        margin-bottom: 20px;
    }

    .policy-right-new__description-title
    {
        font-family: NeutralFace;
        font-weight: 400;
        font-size: 26px;
        line-height: 33.8px;
        margin: 0;
        margin-bottom: 20px;
    }

    .policy-right-new__title
    {
        font-family: NeutralFace;
        font-weight: 400;
        font-size: 26px;
        line-height: 33.8px;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
        margin-bottom: 20px;
    }
    .policy-right-new__description-text
    {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }
    .policy-right-new__description-text:first-of-type
    {
        margin-bottom: 10px;
    }
    .policy-right__accordions-button
    {
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.6px;
        letter-spacing: 0%;
        border: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        transition: all 0.3s;
    }

    .policy-right__accordions-button:hover { color: #000000 }

    .policy-right__accordions-button_active
    {
        padding-bottom: 10px;
        color: #000000;
    }

    .policy-right__accordions-content
    {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #313235;
        padding: 0;
        padding-bottom: 20px;
    }

    .policy-right__item-line
    {
        border-bottom: 1px solid #DCE1E9;
    }

    .policy-right__accordions-item:last-of-type
    {
        .policy-right__item-line
        {
            border-bottom: none;
        }
    }
}

@media (min-width: 1024px)
{
    .policy-right-new
    {
        .policy-right__accordions { gap: 40px }
        .policy-right-new__description-wrap
        {
            margin-bottom: 140px;
        }
        .policy-right-new__description
        {
            font-size: 36px;
            line-height: 46.8px;
            margin-bottom: 40px;
        }
        .policy-right-new__description-title
        {
            font-size: 36px;
            line-height: 46.8px;
            margin-bottom: 40px;
        }
        .policy-right-new__title
        {
            font-size: 36px;
            line-height: 46.8px;
            margin-bottom: 40px;
        }
        .policy-right-new__description-text
        {
            font-size: 16px;
            line-height: 24px;
        }
        .policy-right__accordions-content
        {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 40px;
            padding: 0;
        }
        .policy-right__accordions-button
        {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 40px;
        }
        .policy-right__accordions-button_active { padding-bottom: 10px }
    }
}

@media (min-width: 1600px)
{
    .policy-right-new
    {
        .policy-right-new__description-wrap
        {
            margin-bottom: 160px;
        }
    }
}


.main__content-ads-list-item img{
    object-fit:cover;
}



@media screen and (max-width:550px){
    .product-card__bottom-purchase-button svg{
        display:none
    }
    .product-card__bottom-purchase-button{
        padding:10px 40px
    }
}
.catalog__products-header-sort-controls.mobile{
    display:none;
}



@media screen and (max-width:1024px) {
    .catalog__products-header-sort-controls.mobile{
        display:unset;
        width: 50px;
    }

    .catalog__products-header-sort-controls.desktop{
        display: none;
    }
}


.header-link{
    position: absolute;
    left: 50px;
    line-height: 19px;
    padding: 8px 30px;
    font-size: 16px;
    border-radius:100px;
    background:#0047BB;
    color:#FFFFFF;
    align-self:center;
}

@media screen and (max-width: 1024px){
    .header-link{
        left: 30px;
    }
}

@media screen and (max-width: 768px){
    .header-link{
        left: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width:450px){
    .header-top-cntainer{
        gap:15px;
    }
}
.top-header-wrap .mobile-notification{
    display: none;
    align-self:center;
    position: unset;
}

@media screen and (max-width:550px){
   .top-header-wrap .mobile-notification{
        display: unset;
        order:3;
        position: absolute !important;
        right: 70px;
    }
}
@media screen and (max-width:1024px){
    .header-org{
        display: none;
    }
}

.btns-block{
order:4;
}









@media screen and (max-width:768px){
    .header-link.pro{
        display: none;
    }
}

.main__content-ads-list-item{
    min-height: unset;
}

.main__content-container{
    margin:0 auto;
}

.main__content:has(.registration__business-form-container-form)
{
    align-items: flex-start;
}

@media (max-width: 1366px)
{

    .main__content-ads.list
    {
        gap: 20px;
    }
}

.main__block {
	background-color:#F7F8FA ;
    flex-grow: 1;
    align-content: center;
}

@media (max-width: 1240px) {
    .header-auth .logo
    {
        width: max-content;
        flex-grow: unset;
        margin: 0 auto;
    }
}

.top-header-wrap .btns-block .links-header
{
    position: absolute;
    right: 50px;
    top: 0;
    transform: translateY(70%);
}

@media (max-width: 1024px)
{
    .top-header-wrap .btns-block .links-header
    {
        right: 30px;
        top: unset;
        transform: unset;
    }
}

.logo-wrap
{
    margin: 0 auto !important;
}

@media (max-width: 821px) {
    .top-header-wrap .btns-block .links-header
    {
        right: 0;
        top: unset;
        transform: unset;
    }
}

@media (max-width: 769px) {
    .top-header-wrap .btns-block .links-header
    {
        right: calc(15px + 40px);
        top: unset;
        transform: unset;
    }
}

@media (max-width: 400px) {
    .logo-wrap
    {
        margin-left: 0;
        padding: 0;
    }

    .logo-wrap svg
    {
        height: 100%;
        width: 100%;
        object-fit: unset;
    }
}

.slider-wrapper .slider-inner .slide .catalog__header-image
{
    max-width: unset !important;
    width: 100% !important;
}


.product-card__label
{
    font-family: var(--font-primary);
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    align-items: center;
    padding: 5px 10px;
    gap: 4px;
    background: var(--color-blue);
}


/* new footer */

.footer
{
    padding: 40px 10px 90px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    color: black;
    background-color: #EEEEEE;

    position: relative;
    z-index: 1;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("./img/footer-spring-373.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}

.footer__pro
{
    color: white;
    background-color: #8F8F8F;

    .footer__menu-title path {stroke: white;}
    .footer__support-block ul li p { border-bottom: 1px solid white; }
    .footer__worktime {color: white;}
    .footer__menu-content-item a {     border-bottom: 1px solid white; }
    .footer__legal-item {color:white; }
    .footer__menu-content-list {color:white; }
    .footer__support-block {color:white; path {fill: white;}}
}
.footer__pro::before {
    opacity: 0.3;
}

.footer__support { order: 1; }

.footer__pro .footer__support { order: 0; }

.footer svg
{
    width: 100%;
    height: 100%;
}

.footer__top { margin-bottom: 53px; }

.footer__brand
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    color: #0047BB;
}

.footer__brand--pro { color: white; }

.footer__logo
{
    width: 187px;
    height: 27px;
}

.footer__logo--pro
{
    width: 187px;
    height: 56px;
}

.footer__subtitle { height: 15px; }

.footer__description
{
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-style: normal;
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.4px;
    opacity: 60%;
    display: inline-block;
    vertical-align: top;
}

.footer__social-list
{
    display: flex;
    gap: 10px;
}

.footer__social-link
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
}

.footer__social-link-svg
{
    width: 20px;
    height: 20px;
}

.footer__contacts-item-link svg
{
    width: 40px;
    height: 40px;
}

.footer__menus
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 45px;
}

.footer__section-title
{
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.9px;
}

.footer__support-block
{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 0px;
    overflow: hidden;
    color: #57585A;
}

.footer__support-label
{
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: white;
}

.footer__contacts-list
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 175px;
    gap: 0px;
    row-gap: 10px;
}

.footer__support-block .footer__contacts-item-link,
 .footer__support-block .footer__contacts-list li { border-bottom: none; }

.footer__contacts-list li,
.footer__contacts-item-link
{
    font-size: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid white;
}

.footer__contacts-item--mobile p,
.footer__contacts-item--tablet p { display: none; }
.footer__menu-title-svg path {stroke: black;}

.footer__contacts-item-link-text
{
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    /* opacity: 60%; */
    white-space: nowrap;
}

.footer__support-block ul li p { border-bottom: 1px solid #57585A; }

.footer__menu-content-about
{
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer__menu-content-item ul {
    margin-top: 13px;
    padding-left: 20px;
    list-style-type: disc;
}

.footer__worktime
{
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    /* opacity: 60%; */
}

.footer__menu-title
{
    display: flex;
    align-items: center;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.9px;
}

.footer__menu-title--active
{
    padding-bottom: 13px;
    transition: .2s ease;
}

.footer__menu-title svg
{
    margin-left: 24px;
    height: 17px;
    width: 17px;
}
.footer__menu-title-svg--active
{
    rotate: 180deg;
    transition: .2s ease;
}

.footer__menu-content-list
{
    /* opacity: 60%; */
    font-family: var(--font-primary);
    line-height: 17px;
    font-size: 14px;
    font-weight: 300;
    vertical-align: super;
    max-height: 0px;
    overflow: hidden;
    margin-top: 13px;
    color: #57585A;
}

.footer__menu-content-item a { border-bottom: 1px solid #57585A; }

.footer__menu-content-item
{
    padding-bottom: 2px;
    margin-bottom: 13px;
}

.footer__legal
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3px;
}

.footer__legal-item
{
    font-family: "Inter";
    color: black;
    font-size: 11px;
    line-height: 13px;
}

.footer__description--bottom { display: none; }

@media (min-width: 768px) {
    .footer { padding: 66px 96px; }
    .footer::before { background-image: url("./img/footer-spring-768.png"); }

    .footer__top { margin-bottom: 47px; }

    .footer__brand { gap: 20px; }

    .footer__logo
    {
        width: 230px;
        height: 34px;
    }

    .footer__logo--pro {
        width: 230px;
        height: 64px;
    }

    .footer__subtitle { height: 15px; }

    .footer__description
    {
        font-size: 14px;
        letter-spacing: 1.9px;
    }

    .footer__menus
    {
        gap: 22px;
        margin-bottom: 60px;
    }

    .footer__support-label
    {
        font-size: 14px;
        line-height: 17px;
        color: white;
    }

    .footer__contacts-list
    {
        gap: 0px;
        row-gap: 15px;
    }

    .footer__contacts-item--mobile { flex: 1 0 175px }

    .footer__contacts-item--mobile p { display: inline; }

    .footer__contacts-item--mobile svg { display: none; }

    .footer__contacts-item-link-text
    {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__worktime
    {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__legal
    {
        flex-direction: row;
        gap: 27.17px;
    }

    .footer__legal-item
    {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.2px;
    }
}

@media (min-width: 1024px)
{
    .footer { padding: 72px 134px; }
    .footer::before { background-image: url("./img/footer-spring-1024.png"); }

    .footer__top { margin-bottom: 75px; }

    .footer__logo
    {
        width: 307px;
        height: 45px;
    }

    .footer__logo--pro
    {
        width: 307px;
        height: 84px;
    }

    .footer__subtitle
    {
        height: 24px;
        padding-bottom: 33px;
    }

    .footer__description
    {
        font-size: 13.3px;
        letter-spacing: 1.9px;
        line-height: 34px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .footer__brand { gap: 0; }

    .footer__social-link
    {
        width: 48px;
        height: 48px;
    }

    .footer__social-link-svg
    {
        width: 27px;
        height: 27px;
    }

    .footer__section-title
    {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1.2px;
    }

    .footer__support-label
    {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__contacts-item-link-text
    {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__contacts-item--tablet { flex: 1 0 175px }
    .footer__contacts-item--tablet svg { display: none; }
    .footer__contacts-item--tablet p { display: inline; }

    .footer__menus
    {
        gap: 40px;
    }

    .footer__pro .footer__menus { margin-bottom: 192px; }
    .footer__menu-title--active { padding-bottom: 22px; }


    .footer__menu-title
    {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__worktime
    {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1280px){

    .footer { padding: 69px 101px 93px 113px; }
    .footer__pro { padding: 75px 98px 93px 121px; }
    .footer::before { background-image: url("./img/footer-spring-1280.png"); }

    .footer__top {
        margin-bottom: 65px;
    }

    .footer__brand { gap: 32px;  margin-bottom: 23px; }

    .footer__brand--pro
    {
        flex-direction: row;
        gap: 91px;
        margin-bottom: 0;
    }

    .footer__logo
    {
        width: 266px;
        height: 44px;
    }

    .footer__logo--pro
    {
        width: 230px;
        height: 77px;
    }

    .footer__description { display: none; }

    .footer__menus
    {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 85px;
    }

    .footer__pro .footer__support { order: 1; }

    .footer__support-label
    {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__menu-title,
    .footer__section-title
    {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 17px;
    }

    .footer__menu-content-list
    {
        display: block;
        max-height: 295px;
    }

    .footer__description--bottom
    {
        display: inline-block;
        font-size: 14px;
        line-height: 17px;
        /* opacity: 60%; */
        flex: 2 1 100%
    }

    .footer__social-list { gap: 35px; }

    .footer__social-link
    {
        width: 28px;
        height: 28px;
        padding: 0;
    }

    .footer__menu-title-svg { display: none; }

    .footer__contacts-item-link-text
    {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__legal-item
    {
        font-size: 14px;
        line-height: 17px;
        white-space: nowrap;
    }

    .footer__worktime
    {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__support-block
    {
        max-height: 330px;
        gap: 13px;
    }

    .footer__legal { width: 100%; }
}


@media (min-width: 1470px){

    .footer { padding: 58px 143px 58px 139px; }
    .footer__pro { padding: 84px 143px 87px 139px; }
    .footer::before { background-image: url("./img/footer-spring-1470.png"); }
    .footer__pro::before { background-image: url("./img/footer-spring-pro-1470.png"); }

    .footer__pro .footer__menus {margin-bottom: 92px;}

    .footer__top {

        margin-bottom: 53px;
    }

    .footer__logo
    {
        width: 303px;
        height: 46px;
    }

    .footer__logo--pro
    {
        width: 250px;
        height: 73px;
    }

    .footer__brand
    {
        gap: 33px;
        margin-bottom: 0;
    }

    .footer__brand--pro
    {
        flex-direction: row;
        gap: 52px;
    }

    .footer__social-list { gap: 45px; }

    .footer__section-title
    {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 17px;
    }

    .footer__support-block { gap: 20px; }

    .footer__support-label
    {
        line-height: 19px;
        font-size: 16px;
    }

    .footer__contacts-item-link-text
    {
        line-height: 19px;
        font-size: 16px;
    }

    .footer__menus { margin-bottom: 110px; }

    .footer__menu-content-list
    {
        line-height: 19px;
        font-size: 16px;
    }

    .footer__menu-title
    {
        line-height: 19px;
        font-size: 16px;
    }

    .footer__menu-title,
    .footer__section-title { padding-bottom: 20px; }

    .footer__worktime
    {
        line-height: 19px;
        font-size: 16px;
    }

    .footer__legal { gap: 60px; }
}

@media (min-width: 1920px)
{
    .footer
    {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 59px 96px 62px 100px;
    }
    .footer::before { background-image: url("./img/footer-spring-1920.png"); }

    .footer__logo
    {
        width: 310px;
        height: 45px;
    }

    .footer__logo--pro
    {
        width: 309px;
        height: 105px;
    }

    .footer__brand
    {
        flex-direction: column;
        gap: 42px;
        margin-top: 10px;
    }

    .footer__brand--pro { flex-direction: column; margin-top: 0;}

    .footer__menus
    {
        max-width: 957px;
        margin-bottom: 89px;
    }
}