@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans Armenian", sans-serif;
    line-height: 1.5;
    -webkit-tap-highlight-color: transparent;
}

main {
    min-height: calc(100vh - 567px);
}

a {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    font-family: unset;
    background: transparent;
}

input {
    outline: none;
    border: none;
}

select {
    cursor: pointer;
}

img {
    display: flex;
    width: 100%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.base-btn {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #004594;
    padding: 10px 35px;
    border: 1px solid #004594;
    border-radius: 3px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.base-btn:hover {
    color: #ffffff;
    background: #004594;
    border: 1px solid #004594;
}

header {
    background: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 35;
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(169, 169, 169, 0.25);
}

header>.container {
    position: relative;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header-descount {
    padding: 8px 0;
    background: #000000;
}

.header-descount__text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.header-top.sticky {
    position: absolute;
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.header-top__tel {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #000000;
}

.header-top__tel>svg {
    margin: 0 12px 0 0;
}

.header-logo {
    max-width: 108px;
    width: 100%;
    margin-left: 60px;
}

.header-icons {
    display: flex;
    align-items: stretch;
}

.header-icons_favorite,
.header-icons_basket,
.header-icons_user {
    position: relative;
    margin: 0 0 0 30px;
    display: flex;
}

.header-icons_basket:hover svg *,
.header-icons_user:hover svg * {
    fill: #004594;
}

.header-icons_favorite:hover svg>path {
    stroke: #004594;
}

.basket-item-count,
.favorite-count {
    position: absolute;
    background: #004594;
    top: -8px;
    right: -11px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-icons_menu-burger,
.menu-burger-close {
    display: none;
}

.language-group {
    position: relative;
    margin: 0 0 0 17px;
    min-width: 42px;
}

.language-group__btn {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.language-group__btn::after {
    content: "❯";
    font-size: 11px;
    rotate: 90deg;
    margin: 0 0 0 8px;
    color: #484848;
}

.language-group__title {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #474747;
}

.language-group__btn.open::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.language-select {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 25;
    padding: 6px 10px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.language-select__link {
    display: flex;
    align-items: center;
    margin: 6px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #474747;
}

.language-group__title>img,
.language-select__link>img {
    display: flex;
    margin: 0 8px 0 0;
    width: 32px;
    height: 16px;
    object-fit: fill;
}

.language-select__link_active,
.language-select__link:hover {
    color: #004594;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.language-select__link_active {
    display: none;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-search-form {
    display: flex;
    align-items: center;
    position: relative;
}

.header-search-form__item {
    background: #ffffff;
    padding: 0 0 0 12px;
    width: 0;
    position: absolute;
    right: 35px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.header-search-form__item.search-open {
    width: 650px;
}

.header-search-form__input {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #707070;
}

.header-search-btn {
    width: 29px;
    height: 29px;
}

.search-cross {
    display: none;
}

.category-menu-bg,
.new-category-bg {
    display: none;
    position: fixed;
    top: 137px;
    left: 0;
    right: 0;
    height: calc(100svh - 137px);
    z-index: 22;
    background: rgba(82, 82, 82, 0.3799999952316284);
    backdrop-filter: blur(0);
}

.header-top.sticky+.header-bottom .category-menu-bg,
.header-top.sticky+.header-bottom .new-category-bg {
    top: 54px;
    height: calc(100svh - 54px);
}

header:has(.header-descount) .category-menu-bg,
header:has(.header-descount) .new-category-bg {
    top: 177px;
    height: calc(100svh - 177px);
}

header:has(.header-descount) .header-top.sticky+.header-bottom .category-menu-bg,
header:has(.header-descount) .header-top.sticky+.header-bottom .new-category-bg {
    top: 91px;
    height: calc(100svh - 91px);
}

.category-menu {
    height: 100%;
    width: 470px;
    padding: 27px 20px;
    overflow-y: auto;
    background: #ffffff;
    position: relative;
}

.category-menu>.container {
    position: relative;
}

.category-menu__close,
.category-sub__close,
.category-child__close {
    position: absolute;
    top: 35px;
    right: 18px;
}

.category-child__close {
    display: none;
}

.category-menu::-webkit-scrollbar,
.category-sub::-webkit-scrollbar,
.category-child::-webkit-scrollbar {
    width: 5px;
}

.category-menu::-webkit-scrollbar-track,
.category-sub::-webkit-scrollbar-track,
.category-child::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.category-menu::-webkit-scrollbar-thumb,
.category-sub::-webkit-scrollbar-thumb,
.category-child::-webkit-scrollbar-thumb {
    background: #004594;
}

.category-menu-row__item {
    width: 100%;
}

.category-menu__title,
.category-sub__title,
.category-child__title {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #2a2a2a;
    margin: 0 25px 80px 0;
}

.category-sub__title,
.category-child__title {
    color: #004594;
}

.category-child__title {
    margin: 0;
}

.category-menu__item,
.category-sub__item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.category-menu-row__item:not(:last-child) .category-menu__item,
.category-sub__item:not(:last-child) {
    border-bottom: 1px solid #cacaca;
}

.category-title,
.category-sub__link {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000000;
    margin: 0 15px 0 0;
}

.category-sub,
.category-child {
    display: none;
    border-left: 1px solid #cacaca;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 470px;
    width: 470px;
    height: 100%;
    padding: 30px 26px;
    background: #ffffff;
}

.category-menu-bg>.category-sub {
    display: block;
    left: 0;
}

.category-child {
    left: 940px;
}

.category-menu-bg>.category-sub .category-child {
    left: 470px;
}

.category-menu-header,
.category-child-header,
.category-sub-header {
    display: none;
    margin: 0 0 20px;
}

.category-sub__all,
.category-child__all {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    text-decoration-line: underline;
    color: #2a2a2a;
    margin: 0 0 60px;
}

.category-menu-header__back,
.category-sub-header__back,
.category-child-header__back {
    display: flex;
    align-items: flex-start;
    width: fit-content;
}

.category-menu-header__back>svg,
.category-sub-header__back>svg,
.category-child-header__back>svg {
    min-width: 15px;
    margin: 6px 0 0;
}

.category-menu-header__title,
.category-sub-header__title,
.category-child-header__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #000000;
    padding: 0 0 0 9px;
}

.category-sub-close-btn {
    display: none;
}

.category-sub__item,
.category-child__item {
    list-style-type: none;
}

.category-child__link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 51px;
    text-align: left;
    color: #000000;
}

.navigation {
    display: flex;
    align-items: center;
}

.header-menu__item {
    cursor: pointer;
    display: flex;
    position: relative;
    padding: 5px 20px 5px 0;
    list-style: none;
}

.header-menu__item>svg {
    display: none;
}

.header-menu__link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.header-menu__item:last-child .header-menu__link {
    color: #ff0000;
}

.header-menu__link_active,
.category-active,
.category-sub-active,
.category-childe-active {
    color: #004594;
}

footer {
    background: #F4F4F4;
    padding: 68px 0 15px;
}

.footer-row {
    margin: 0 -15px;
    justify-content: space-between;
}

.footer-row__item {
    width: 20%;
    margin: 0 0 30px;
    padding: 0 2px;
}

.footer-menu__item {
    list-style: none;
}

.footer-menu-title {
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin: 0 0 15px;
}

.footer-menu__link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    text-align: left;
    color: #6e6e6e;
}
.footer_payment img{
   max-width: 200px !important;
}
.payment-methods{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.payment-methods__item {
    margin: 12px 8px 12px 0;
}

.payment-methods .payment-methods__item img{
    max-width: 85px;
}

.footer-info {
    padding: 20px 0 0;
    justify-content: space-between;
}

.footer-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    color: #000000;
}
.social-block{
    display: flex;
}

.social-item{
    padding: 0 2px;
}

.social-item a{
    display: flex;
    border: 1px solid #323232;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.user-window {
    display: none;
    position: absolute;
    top: 65px;
    right: 30px;
    max-width: 246px;
    background: #ffffff;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0px 4px 38px rgba(139, 132, 132, 0.17);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.user-window__link {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #333333;
    padding: 12px;
    margin: 0 0 4px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.user-window__link_active,
.user-window__link:hover {
    background: #004594;
    color: #ffffff;
}

.modal-bg {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    height: 100vh;
    padding: 15px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.4);
}

.modal-bg::-webkit-scrollbar,
.modal-content::-webkit-scrollbar,
.product-filter::-webkit-scrollbar {
    width: 5px;
}

.modal-bg::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar-track,
.product-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.modal-bg::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb,
.product-filter::-webkit-scrollbar-thumb {
    background: #004594;
}

.product-page-slide-thumbs__item>img {
    height: 100%;
    object-fit: cover;
}

.product-page-slide-thumbs__item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.product-page-slide-thumbs__item>a>svg {
    text-align: center;
}

.modal-centered {
    cursor: auto;
    display: flex;
    align-items: center;
    margin: 20px auto;
    min-height: 100%;
}

.modal-content {
    position: relative;
    width: 100%;
    padding: 30px 25px;
    background: #ffffff;
    box-shadow: 0px 4px 38px rgba(224, 224, 224, 0.17);
}

.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-logo {
    max-width: 123px;
    margin: 0 auto 35px;

}

.modal-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #000000;
    margin: 0 25px 35px 0;
}

.main-form__item {
    width: 100%;
    position: relative;
    margin: 0 0 35px;
}

.main-form__label {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 1;
    background: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main-form__input,
.main-form__textarea,
.main-select-options {
    outline: none;
    width: 100%;
    height: 40px;
    color: #000000;
    padding: 10px 0;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #CFCFCF;
}

.main-select-options {
    -webkit-appearance: none;
}

.main-form__textarea {
    resize: none;
    display: flex;
    height: 90px;
}

.main-form__btn {
    margin: 0 0 0 auto;
    padding: 10px 30px;
}

.modal-login-centered {
    max-width: 400px;
}

.registration-btn,
.forgot-password {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    text-decoration-line: underline;
    color: #212121;
}

.modal-registration-centered {
    max-width: 660px;
}

.bonus-card-checked,
.agree-checked {
    cursor: pointer;
    min-width: 17px;
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    accent-color: #004594;
}

.bonus-card {
    width: 100%;
    position: relative;
}

.agree-text {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.registration-form_btn {
    margin: 35px auto 0;
}

.registration-form,
.ship-details-form,
.vacancies-form,
.setting-form,
.personal-info-form {
    margin: 0 -12px;
}

.registration-form>.main-form__item,
.ship-details-form>.main-form__item,
.vacancies-form>.main-form__item,
.setting-form>.main-form__item,
.personal-info-form>.main-form__item,
.recipients-contact-info>.main-form__item {
    width: 50%;
    padding: 0 12px;
}

.registration-form>.main-form__item:not(:nth-child(9)) .main-form__label,
.ship-details-form>.main-form__item .main-form__label,
.vacancies-form>.main-form__item .main-form__label,
.setting-form>.main-form__item .main-form__label,
.personal-info-form>.main-form__item .main-form__label,
.recipients-contact-info>.main-form__item .main-form__label {
    left: 12px;
}

.recipients-contact-info {
    display: none;
}

.registration-form>.main-form__item:nth-child(10) {
    margin: 0 0 20px;
}

.main-slide-info {
    position: absolute;
    left: auto;
    bottom: 64px;
}

.main-slide-info_btn,
.new-collections__show {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.brand__item:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto 0;
    border-right: 1px solid #CCCCCC;
    height: 22px;
}

.brand__link>img,
.brand-card__link>img {
    transition: .4s ease;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.brand__link:hover img,
.brand-card__link:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.section-space {
    padding: 0 0 70px;
}

.category__link,
.new-collections__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category__link::after,
.new-collections__link::after,
.home-banner__link::after {
    content: "";
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.18000000715255737);
}

.category__title {
    margin: 12px;
    position: absolute;
    z-index: 2;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.category__link:hover .category__title {
    color: #004594;
}

.new-collections__info {
    position: absolute;
    z-index: 2;
    bottom: 81px;
    margin: 21px;
}

.new-collections__title {
    min-height: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.new-collections__show {
    margin: 30px auto 0;
}

.product-card {
    margin: 0 -6px;
}

.product-card__item {
    width: 16.666%;
    padding: 0 6px 6px 0;
}

.product-slide {
    padding: 35px 0 0;
}

.product-card.product-slide {
    margin: 0;
}

.product-card.product-slide .product-card__item {
    padding: 0;
}

.product-card__link {
    position: relative;
    display: block;
    height: 100%;
}

.product-card-btns {
    position: absolute;
    top: 20px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hidden {
    display: none;
}

.product-card__basket {
    margin: 0 0 8px;
}

.product-card__footer {
    padding: 7px;
}

.product-card__info {
    display: flex;
}

.product-card__title {
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin: 0 11px 11px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 37px;
}

.product-card-color {
    display: flex;
    margin: 0 0 0 auto;
}

.product-card-color__item {
    width: fit-content;
}

.product-card-color__item>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.product-card-color__item>label {
    display: block;
    cursor: pointer;
    width: 19px;
    height: 19px;
    margin: 0 5px 5px 0;
}

.product-card__price {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    color: #201a24;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-slide__btns {
    width: 51px;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 2;
    top: 26px;
}

.product-card__prev,
.product-card__next {
    background-image: none;
    width: 16px;
    height: 13px;
}

.product-card__prev {
    left: 0;
}

.product-card__next {
    right: 0;
}

.product-card__prev::after,
.product-card__next::after {
    background: none;
    font-size: 0;
}

.home-banner {
    justify-content: space-between;
}

.home-banner__item {
    width: 49%;
}

.home-banner__link {
    position: relative;
    display: block;
    height: 100%;
}

.about-card__item:nth-child(even) {
    flex-direction: row-reverse;
}

.about-card__img,
.about-card__info {
    width: 50%;
}

.about-card__info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.about-card__des {
    max-width: 450px;
}

.about-card__title {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    text-align: left;
    color: #f8104a;
    margin: 0 0 18px;
}

.collections__link {
    display: block;
    height: 100%;
}

.collections__title {
    margin: 30px 10px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-card {
    margin: 0 -7px;
}

.blog-card__item {
    width: 25%;
    padding: 0 7px 14px;
}

.blog-card__link {
    padding: 14px 9px;
    display: block;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e1dddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog-card__link>div {
    border-radius: 5px;
}

.blog-card__link img {
    transition: .4s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.news-banner__link:hover img,
.blog-card__link:hover img {
    scale: 1.1;
}

.blog-card__date {
    margin: 12px 0 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #000000;
}

.blog-card__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.store-info {
    margin: 0 -15px;
}

.store-info__item {
    width: 33.333%;
    padding: 0 15px 30px;
}

.store-info__img {
    width: 90px;
    height: 90px;
    margin: auto;
}

.store-info__img>img {
    height: 100%;
    object-fit: contain;
}

.store-info__title {
    margin: 25px auto 15px;
    width: fit-content;
    min-height: 78px;
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.store-info__text {
    max-width: 420px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #4b4c4d;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.phoneVerifyModal-bg {
    padding: 25px 15px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-content: center;
    width: 100%;
    height: 100%;
    z-index: 60;
    margin: auto;
    background: rgba(28, 27, 27, 0.019999999552965164);
    backdrop-filter: blur(10px);
}

.phoneVerifyModal {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.phoneVerifyModal__input {
    width: 100%;
    height: 41px;
    padding: 12px;
    border: 1px solid #e4e7ef;
    margin: 0 0 25px;
}

.phoneVerifyModal__title {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #0C0C0C;
    margin: 0 0 25px;
}

.phoneVerifyModal__btns {
    width: 100%;
    justify-content: space-between;
}

.phoneVerifyModal__btn {

    width: 49%;
    padding: 7px 35px;
}

.input-alert,
.phoneVerifyModal__text {
    font-size: 13px;
    color: #ff0000;
}

.product-filter-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-filter-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.product-filter-title {
    position: absolute;
    max-width: 600px;
    z-index: 2;
    margin: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-filter-header {
    padding: 70px 0 50px;
}

.product-category {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.product-category::-webkit-scrollbar {
    height: 5px;
}

.product-category::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-category::-webkit-scrollbar-thumb {
    background: #004594;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.product-category__link {
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    color: #99a2a1;
    margin: 0 30px 0 0;
}

.product-filter-header__btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 10px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination>li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background: #ffffff;
}

.pagination>li>a,
.pagination>li>span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #898989;
    padding: 2px 4px;
}

.pagination>li:first-child span,
.pagination>li:last-child a {
    padding: 2px 5px;
}

.pagination>li.active {
    color: #000000;
}

.pagination>li.active>span {
    color: #000000;
}

.products-show-all {
    margin: 30px auto 0;
    width: fit-content;
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #7B7979;
}

.sort {
    position: relative;
}

.sort__btn,
.filter-btn {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 0 0 20px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #2a2a2a;

}

.filter-btn>svg,
.brand-category-burger>svg {
    margin: 0 0 0 6px;
}

.sort__btn::after {
    content: "❯";
    display: inline-block;
    font-size: 13px;
    rotate: 90deg;
    margin: 0 0 0 8px;
    color: #484848;
}

.sort:has(.sort-dropdown.show) .sort__btn {
    color: #004594;
}

.sort:has(.sort-dropdown.show) .sort__btn::after {
    color: #004594;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.sort-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 26px;
    z-index: 3;
    width: 225px;
    padding: 10px 13px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 38px rgba(139, 132, 132, 0.17);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sort-dropdown__item {
    padding: 12px 0;
}

.sort-dropdown__item>input {
    cursor: pointer;
    accent-color: #004594;
    margin: 2px 9px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.sort-dropdown__item>label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000000;
}

.product-filter-bg {
    visibility: hidden;
    position: fixed;
    justify-content: flex-end;
    top: 0;
    width: 100%;
    right: 100%;
    z-index: 60;
    height: 100svh;
    background: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.product-filter-bg.open {
    display: flex;
    visibility: visible;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.product-filter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 25px 30px;
    max-width: 600px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
}

.product-filter__close,
.brand-category-aside__close {
    position: absolute;
    top: 35px;
    right: 25px;
}

.product-filter__title {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    text-align: left;
    color: #2a2a2a;
    margin: 0 30px 80px 0;
}

.filter-type__item {
    margin: 0 0 24px;
}

.filter-type__section.is-open>.filter-checkbox {
    cursor: pointer;
    display: block;
    padding: 10px 0;
}

.filter-checkbox {
    display: none;
    padding: 15px 0 0;
}

.filter-type__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #000000;
    padding: 0 0 25px;
    border-bottom: 1px solid #707070;
}

.filter-type__title>svg {
    margin: 0 0 0 10px;
}

.filter-checkbox__item {
    width: 100%;
    padding: 7px 0;
    display: flex;
    align-items: center;
}

.filter-checkbox__item>input {
    cursor: pointer;
    min-width: 21px;
    width: 18px;
    height: 18px;
    accent-color: #004594;
    background: #ffffff;
    margin: 0 7px 0 0;
    border: 1px solid #e2eaf0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.filter-checkbox__item>label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.product-filter__btns {
    display: flex;
}

.product-filter__reset {
    margin: 0 12px 0 0;
}

.product-filter__apply {
    background: #004594;
    color: #ffffff;
}

.product-show-btn {
    display: block;
    width: fit-content;
    margin: 35px auto 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #7b7979;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.product-show-btn:hover {
    color: #004594;
}

.product-page,
.search-section {
    margin: 70px 0 0;
    justify-content: space-between;
}

.product-page__silde {
    width: 58%;
    display: flex;
    height: 730px;
}
.product-page-slide__item>img{
    height: 100%;
    object-fit: cover;
}
.product-page__silde::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.product-page__info {
    width: 38%;
}

.product-page-slide-thumbs {
    padding: 0 35px 0 0;
    overflow-y: auto;
    /*width: 20%;*/
}

.product-page-slide-thumbs__item:not(.swiper-slide-thumb-active) {
    filter: contrast(0.8);
    -webkit-filter: contrast(0.8);
}

.product-page-slide-thumbs>img {
    height: 100%;
    object-fit: cover;
}

.product-page-slide {
    width: 84%;
}

.product-page__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #000000;
}

.product-page__code {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #000000;
}

.product-page__img {
    width: 100px;
}

.product-page__img>img {
    height: 100%;
    object-fit: contain;
}

.product-page__discount {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #ff0000;
}

.product-page__old-price {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #0c0c0c;
}

.product-page__price-unit {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.product-page__price {
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: normal;
    text-align: left;
    color: #000000;
    margin: 0 10px 0 0;
}

.product-page__unit {
    padding: 8px 10px;
    border: 1px solid #004594;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    color: #004594;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.product-detail-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #000000;
    margin: 0 0 14px;
}

.product-detail-color,
.product-detail-size {
    margin: 0 -3px 15px;
}

.product-detail-color__item,
.product-detail-size__item {
    position: relative;
    padding: 0 3px 6px;
}

.product-detail-color__item>input,
.product-detail-size__item>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.product-colors__item_active{
    border: 2px solid #004594 !important;
    box-shadow: 0px 4px 14px rgb(52 54 79);
}

.product-detail-color__item>a {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
}

.product-detail-size__item>label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding: 0 4px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}

.product-detail-size__label.size-active {
    border-color: #004594;
}

.size-not-active::after {
    content: "";
    position: absolute;
    width: 100%;
    rotate: 45deg;
    border-top: 1px solid #004594;
}

.product-detail__btns {
    margin: 0 0 40px;
}

.product-count__select {
    outline: none;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    width: 61px;
    margin: 5px 10px 5px 0;
    color: #000000;
    padding: 16px 15px;
    background: #f4f4f4;
    border: none;
}

.product-cart-btn {
    margin: 5px 0 30px;
    padding: 16px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    background: #004594;
}

.product-favorite-btn {
    margin: 5px 10px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    background: #f4f4f4;
}

.product-page-des {
    padding: 0 0 30px;
    margin: 0 0 13px;
    border-bottom: 1px solid #707070;
}

.product-page-des__title {
    cursor: pointer;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.product-page-des__title::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #000000;
}

.product-page-des__title>svg {
    margin: 0 14px 0 0;
    vertical-align: middle;
}

.product-page-des__text {
    display: none;
    margin: 25px 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.share {
    margin: 0 -3px;
    padding: 30px 0 10px;
}

.share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px 3px;
    padding: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.share__link>img {
    height: 100%;
    object-fit: contain;
}

.product-page-section .product-slide {
    padding: 35px 0 50px;
}

.product-page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    text-align: left;
    color: #000000;
    margin: 0 0 20px;
}

.product-card__scrollbar {
    bottom: 20px !important;
}

.product-card {
    position: relative;
}

.product-card-sale {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FF4040;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    padding: 4px 8px;
    border-radius: 3px;
    z-index: 2;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 14px;
}

.bread-crumbs__link {
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #737373;
}

.bread-crumbs__link:not(:last-child)::after {
    content: " - ";
    font-size: 12px;
    padding: 0 5px 0 2px;
    color: #898585;
}

.bread-crumbs__link_active,
.bread-crumbs__link:hover {
    color: #004594;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    text-align: left;
    color: #000000;
    margin: 0 0 35px;
}

.personal-cabinet {
    justify-content: space-between;
}

.personal-cabinet__item {
    width: 60%;
}

.personal-cabinet__item:last-child {
    width: 25%;
}

.basket-block {
    justify-content: space-between;
    padding: 0 0 35px;
    margin: 0 0 35px;
    position: relative;
}

.basket-block:not(:last-child) {
    border-bottom: 1px solid #E9E7E7;
}

.basket-block__img {
    width: 21%;
}

.basket-block__info {
    width: 76%;
    display: flex;
    justify-content: space-between;
}

.basket-block__params {
    padding: 0 25px 0 0;
    width: 100%;
}

.basket-block__logo {
    width: 60px;
    margin: 0 0 13px;
}

.basket-block__logo>img {
    height: 100%;
    object-fit: contain;
}

.basket-block__title,
.basket-block__title>a {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 5px;
    text-align: left;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.basket-block__code {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin: 0 0 21px;
}

.basket-block-params {
    display: flex;
    max-width: 420px;
    width: 100%;
}

.basket-table-content__delete {
    min-width: 12px;
    margin: 0 0 0 12px;
}

.basket-block-params__text {
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000000;
    padding: 5px 8px 5px 0;
}

.basket-block__price-count {
    text-align: right;
}

.basket-block__price {
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    text-align: left;
    color: #000000;
    margin: 0 0 8px;
}

.basket-block__count {
    padding: 10px;
    border: none;
    outline: none;
    background: #F4F4F4;
}

.basket-block__count,
.basket-block__count option {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

.basket-total {
    justify-content: space-between;
    align-items: center;
}

.basket-total__title,
.basket-total__price {
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000000;
    padding: 0 12px 10px 0;
}

.basket-total__price {
    padding: 0 0 5px 0;
    text-align: right;
}


.login-btn {
    margin: 15px 0 17px;
    width: 100%;
}

.basket-type-delivery__item,
.ordering-payment__item {
    padding: 0 0 16px;
}

.basket-type-delivery__item>input,
.ordering-payment__item>input {
    cursor: pointer;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    accent-color: #004594;
    margin: 0 6px 0 0;
}

.basket-type-delivery__item>label,
.ordering-payment__item>label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #747474;
}

.basket-info-text {
    margin: 60px auto;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #000000;
}

.take-store {
    display: none;
}

.select-location-address {
    display: block;
    margin: 19px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #000000;

}

.select-location-address>span {
    display: block;
    margin: 0 0 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #575757;
}

.modal-del-address-centered {
    max-width: 680px;
}

.del-address-form__search {
    position: relative;
    margin: 0 0 30px;
}

.del-address-form__search>input {
    background: #ffffff;
    height: 70px;
    padding: 24px 24px 24px 60px;
    width: 100%;
    border: 1px solid #000000;
    font-size: 16px;
}

.del-address-form__search>svg {
    position: absolute;
    left: 24px;
    top: 24px;
}

.del-address-form__item {
    display: flex;
    align-items: baseline;
    margin: 0 0 20px;
}

.del-address-form__item>input {
    cursor: pointer;
    margin: 0 11px 0 0;
    accent-color: #004594;
}

.del-address-form__item>label {
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    color: #000000;
}

.del-address-form__item>label>span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #575757;
}

.del-address-form__btn {
    margin: 60px 0 0 auto;
}

.modal-ship-details-centered,
.modal-vacancies-centered {
    max-width: 700px;
}

.ordering-information {
    padding: 10px 12px;
    background: #F9F9F9;
}

.ordering-info-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin: 0 0 10px;
}

.ordering-information__item {
    padding: 14px 0;
}

.ordering-information__item:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.ordering-information__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #707070;
}

.ordering-information__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.ordering-details {
    background: #fbfbfb;
    padding: 25px 15px 7px;
    margin: 0 0 30px;
}

.ordering-details-header {
    margin: 0 0 25px;
}

.ordering-details-header,
.ordering-details-content {
    display: flex;
    justify-content: space-between;
}

.ordering-details-header__text,
.ordering-details-content__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.ordering-details-header__text:first-child,
.ordering-details-content__text:first-child {
    padding: 0 15px 0 0;
}

.ordering-details-header__text {
    color: #004594;
}

.ordering-details-content {
    padding: 18px 0;
}

.ordering-details-content:not(:last-child) {
    border-bottom: 1px solid #e9e7e7;
}

.ordering-payment__lable {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #e9e7e7;
    border-radius: 3px;
    margin: 0 0 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.ordering-payment__lable>input {
    margin: 0 20px 0 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    accent-color: #004594;
}

.open-pay-online {
    display: none;
}

.ordering-payment:has(#payOnline:checked + label) .open-pay-online {
    display: block;
}

.ordering-payment__banks {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ordering-payment__banks>img {
    height: 23px;
    object-fit: contain;
    margin: 2px 7px 2px 0;
}

.ordering-btns {
    padding: 20px 0;
}

.ordering-back-btn,
.ordering-pay-btn {
    margin: 5px 5px 5px 0;
}

.current-purchases__item {
    margin: 0 0 17px;
}

.current-purchases-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
}

.current-purchases-link__order {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #747474;
    padding: 8px 25px 8px 0;
}

.current-purchases-link:hover {
    border-color: #004594;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.current-purchases-link:hover .current-purchases-link__order {
    color: #004594;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.current-purchases-link__status {
    display: flex;
    flex-direction: column;
}

.order-status,
.order-time-date {
    color: #0C0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.order-time-date {
    color: #004594;
}

.current-purchases-header {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.current-purchases-header__back,
.current-purchases-header__download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.current-purchases-header__back {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0 18px 15px 0;
}

.current-purchases-header__download {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 11px 16px;
}

.current-purchases-header__download:hover svg * {
    fill: #fefefe;
}

.current-purchases-header__back,
.current-purchases-header__download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.current-purchases-header__back {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0 18px 15px 0;
}

.current-purchases-header__back>svg,
.current-purchases-header__download>svg {
    margin: 0 12px 0 0;
}

.current-purchases-content {
    padding: 25px;
    margin: 0 0 30px;
    border: 1px solid #E9E7E7;
}

.current-purchases-content__item {
    margin: 0 0 18px;
    padding: 0 0 18px;
}

.current-purchases-content__item:not(:last-child) {
    border-bottom: 1px solid #E9E7E7;
}

.small-container {
    max-width: 900px;
    margin: 0 auto;
}

.about-page .page-title,
.blog-page .page-title {
    text-align: center;
}

.about-page__des,
.about-page__img,
.blog-page__des {
    margin: 0 0 60px;
}

.gallery-row {
    margin: 0 -6px;
}

.gallery-row__item {
    padding: 0 6px 12px;
    width: 33.333%;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after,
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 2px solid #000000;
}

.vacancies {
    margin: 0 -8px;
}

.vacancies__item {
    width: 50%;
    padding: 0 8px 8px;
}

.vacancies__link {
    display: block;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
    box-shadow: 0px 2px 14px rgba(212, 212, 212, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.vacancies__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    color: #000000;
}

.vacancies__link:hover .vacancies__title {
    color: #004594;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.vacancies__des {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
    color: #383838;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 19px 0 22px;
}

.vacancies__footer {
    padding: 23px 0 0;
    border-top: 1px solid #e4e4e4;
}

.vacancies-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #000000;
    padding: 6px 10px;
    margin: 4px 6px 4px 0;
    background: #DDE8F8;
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.vacancies-text:last-child {
    background: #FEF2D9;
}

.vacancies-page__header {
    margin: 0 0 40px;
}

.vacancies-btn {
    margin: 30px 0 0;
}

.share-with-friends {
    display: flex;
    margin: 35px 0 20px;
}

.share-with-friends__title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin: 22px 15px 0 0;
}

.share-box {
    display: flex;
    flex-wrap: wrap;
}

.share-box__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 8px 3px 0;
    width: 57px;
    height: 57px;
    padding: 13px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.share-box__link>img {
    height: 100%;
    object-fit: contain;
}

.vacancies-form__btn {
    padding: 10px 80px;
    margin: 0 0 0 auto;
}

.modal-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000000;
}

.setting-form {
    margin: 0 -8px;
}

.setting-form-line {
    margin: 0 0 25px;
    border-bottom: 1px solid #ededed;
}

.setting-form>.main-form__item {
    width: 33.33%;
}

.setting-form__btn {
    margin: 0 0 0 auto;
}

.search-container {
    max-width: 750px;
}

.search-form {
    position: relative;
    margin: 0 0 40px;
}

.search-form__input {
    width: 100%;
    padding: 15px 40px 15px 0;
    border: none;
    border-bottom: 1px solid #707070;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.search-form__btn {
    position: absolute;
    padding: 10px 0 10px 10px;
    top: 7px;
    right: 0;
}

.search-result {
    padding: 6px 0;
}

.search-result__link {
    display: flex;
    align-items: center;
}

.search-result__img {
    max-width: 80px;
    margin: 0 14px 0 0;
}

.search-result__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000000;
}

.search-result__link:hover .search-result__title {
    color: #004594;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.brand-card {
    flex-wrap: wrap;
    margin: 0 -6px;
}

.brand-card__item {
    padding: 6px;
    width: 25%;
}

.brand-card__link {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #E2DDDD;
    border-radius: 5px;
}

.faq-accordion-item__title {
    width: 100%;
    margin: 0 25px 0 0;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 30px 18px;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.faq-accordion-item__title::after {
    content: "❯";
    rotate: 90deg;
    font-size: 11px;
    position: absolute;
    top: 30px;
    right: 12px;
    font-size: 14px;
}

.faq-accordion-item__content {
    display: none;
    padding: 25px 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #0D1017;
    border-bottom: 1px solid #f4f4f4;
}

.faq-accordion .faq-accordion-item__title.is-open,
.faq-accordion-item__title:hover {
    color: #004594;
}

.faq-accordion .faq-accordion-item__title.is-open::after {
    content: '❯';
    rotate: -90deg;
    color: #004594;
}

.faq-accordion-item__title.is-open+.faq-accordion-item__content {
    display: block;
}

.personal-info-form>.main-form__item {
    width: 25%;
}

.brand-item {
    display: flex;
    padding: 0 0 25px;
}

.brand-item__logo {
    max-width: 217px;
    width: 100%;
    padding: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 23px 25px 0;
    background: #ffffff;
    border: 1px solid #E2DDDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.brand-item__des {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #0d1017;
}

.brand-category-section {
    justify-content: space-between;
}

.brand-category-burger {
    margin: 0 0 25px auto;
    display: flex;
    align-items: center;
}

.brand-category-aside-bg {
    visibility: hidden;
    position: fixed;
    justify-content: flex-end;
    top: 0;
    width: 100%;
    right: 100%;
    z-index: 60;
    height: 100svh;
    background: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}
.brand-category-aside-bg.open {
    visibility: visible;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
.brand-category-aside {
    padding: 35px 25px 30px;
    max-width: 600px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    margin: 0 0 0 auto;
}

.brand-category {
    margin: 0 0 20px;
}

.brand-category__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #000000;
    margin: 0 0 20px;
}

.brand-category__item {
    list-style: none;
}

.brand-category__link {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    color: #000000;
}

.brand-category-result>.product-card .product-card__item {
    width: 20%;
}

.contacts {
    justify-content: space-between;
}

.contacts__img {
    width: 44%;
}

.contacts__form {
    width: 52%;
}

.contacts-form {
    margin: 0 -6px;
}

.contacts-form__item {
    width: 50%;
    padding: 0 6px 16px;
}

.contacts-form__input,
.contacts-form__textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #2a2a2a;
    background: #F8F8F8;
}

.contacts-form__input::placeholder,
.contacts-form__textarea::placeholder {
    font-family: "Noto Sans Armenian", sans-serif;
}

.contacts-form__textarea {
    height: 170px;
    resize: none;
}

.contacts-form__btn {
    padding: 10px 60px;
}

.contacts-row {
    justify-content: space-between;
}

.contacts-info-bg {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px;
    width: 28%;
    background: #F8F8F8;
}

.contacts-map {
    width: 72%;
    min-height: 380px;
}

.contacts-info {
    max-width: 280px;
    width: 100%;
    margin: 0 0 0 auto;
}

.contacts-info__link {
    display: flex;
    padding: 28px 0;

}

.contacts-info__link>svg {
    margin: 0 18px 0 0;
}

.contacts-info__title {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #000000;
    margin: 0 0 8px;
}

.contacts-info__text {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #000000;
}

.contacts-info__link:hover svg * {
    fill: #004594;
}

.contacts-info__link:hover .contacts-info__title,
.contacts-info__link:hover .contacts-info__text {
    color: #004594;
}

.main-slide-info_btn:hover,
.new-collections__show:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.main-slide-img-mobile {
    display: none;
}

.slider-text {
    font-size: 60px;
}

.shops {
    justify-content: space-between;
}

.shops__map {
    min-height: 300px;
    height: 100vh;
    max-height: 500px;
    width: 68%;
    border-radius: 5px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.shops__address {
    width: 30%;
    height: 500px;
    overflow-y: auto;
    padding: 0 12px 0 0;
}

.shops__address::-webkit-scrollbar {
    width: 5px;
}

.shops__address::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.shops__address::-webkit-scrollbar-thumb {
    background: #004594;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.shops__address__item {
    margin: 0 0 20px;
}

.shops__address__block {
    height: 100%;
    padding: 18px 28px 18px 22px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.shops__main-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #0b1d37;
    margin: 0 0 20px;
}

.shops__title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #7f7f7f;
}

.shops__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #0b1d37;
}

.location-icon {
    position: absolute;
    top: 12px;
    right: 12px;
}

.reste-password {
    max-width: 680px;
    width: 100%;
    margin: 35px auto;
}

.reste-password__text {
    margin: 0 0 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.notification-modal {
    position: fixed;
    top: 20px;
    right: 15px;
    background-color: #fff;
    border-left: 5px solid #004594;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    z-index: 40;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 8px;
    animation: slideIn 0.5s ease, fadeOut 0.5s ease 4.5s forwards;
    max-width: 280px;
}

.notification-modal-img {
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.notification-modal-text {
    font-size: 15px;
    color: #000000;
    text-align: left;
}

.favorite_active>svg * {
    fill: #004594;
    stroke: #004594;
}

.pagination-section {
    display: flex;
    justify-content: center;
    padding: 12px 0 30px;
}

.main-banner>video {
    width: 100%;
}

.bonus-card-btns__attach,
.bonus-card-btns__get  {
    display: block;
    margin: 0 0 13px;
    max-width: 300px;
    width: 100%;
}

.bonus-card {
    justify-content: space-between;
    align-items: center;
}

.bonus-card__area {
    width: 60%;
}
.bonus-card-form {
    display: flex;
}
.bonus-card-form>.main-form__item{
    padding: 0 25px 0 0;
}
.bonus-card__img{
    width: 28%;
}
.bonus-card__img,
.bonus-card__img>img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.bar-code__number img {
    width: 100%;
    height: 161px;
}

.barcode-text {
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 5px;
}
.bar-code__number{
    max-width: 250px;
    text-align: center;
    width: 220%;
}
.phone-verify-title{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin: 0 0 10px;
}
.phone-verify-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #7f7f7f;
    margin: 0 0 35px;
}

sub {
    vertical-align: middle;
}

.required::after {
    content: " *";
    color: #E31E25;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.flex {
    display: flex !important;
}

.overflow-hidden {
    overflow-y: hidden !important;
}

.full-width {
    width: 100% !important;
}

.clear-both {
    clear: both;
}

.editor ul,
ol {
    padding: revert;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.state_info{
    text-align: center;
    margin-bottom: 50px;
}

/*.product-page__silde .swiper-vertical>.swiper-wrapper {*/
/*    flex-direction: column-reverse;*/
/*    justify-content: flex-end;*/
/*}*/



.price-style{
    display: flex;
    flex-direction: column;
}





/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .header-menu__item {
        padding: 5px 15px 5px 5px;
    }

    .header-menu__link {
        font-size: 14px;
    }

    .category-menu-bg,
    .new-category-bg {
        top: 131px;
        height: calc(100svh - 131px);
    }

    header:has(.header-descount) .category-menu-bg,
    header:has(.header-descount) .new-category-bg {
        top: 174px;
        height: calc(100svh - 174px);
    }

    header:has(.header-descount) .header-top.sticky+.header-bottom .category-menu-bg,
    header:has(.header-descount) .header-top.sticky+.header-bottom .new-category-bg {
        top: 88px;
        height: calc(100svh - 88px);
    }

    .category-menu {
        width: 380px;
    }

    .category-sub,
    .category-child,
    .category-menu-bg>.category-sub .category-child {
        width: 380px;
        left: 380px;
    }

    .category-child {
        left: 760px;
    }

    .section-space {
        padding: 0 0 60px;
    }

    .product-filter-header {
        padding: 50px 0 30px;
    }

    .product-card__item {
        width: 20%;
    }

    .product-page,
    .search-section {
        margin: 60px 0 0;
    }

    .bread-crumbs {
        margin: 30px 0 14px;
    }

    .about-page__des,
    .about-page__img,
    .blog-page__des {
        margin: 0 0 40px;
    }
}

@media all and (max-width: 1199px) {
    .header-logo {
        max-width: 96px;
    }

    .header-icons_menu-burger {
        display: flex;
    }

    .navigation {
        visibility: hidden;
        position: fixed;
        align-items: flex-start;
        padding: 20px 30px;
        top: 0;
        width: 100%;
        right: 100%;
        z-index: 40;
        background-color: #ffffff;
        height: 100svh;
        overflow-y: auto;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
    }

    .navigation.open{
        visibility: visible;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    .header-menu {
        margin: 150px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .header-menu__item {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 0;
    }

    .header-menu__item>svg {
        display: block;
    }

    .header-menu__item:not(:last-child) {
        border-bottom: 1px solid #cacaca;
    }

    .menu-burger-close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .category-menu-bg,
    .new-category-bg,
    .header-top.sticky+.header-bottom .category-menu-bg,
    .header-top.sticky+.header-bottom .new-category-bg,
    header:has(.header-descount) .category-menu-bg,
    header:has(.header-descount) .new-category-bg,
    header:has(.header-descount) .header-top.sticky+.header-bottom .category-menu-bg,
    header:has(.header-descount) .header-top.sticky+.header-bottom .new-category-bg {
        top: 0;
        height: 100svh;
    }

    .category-menu,
    .category-sub,
    .category-child,
    .category-menu-bg>.category-sub .category-child {
        width: 100%;
        padding: 30px;
        left: 0;
    }

    .category-child__close {
        display: block;
    }

    .navigation::-webkit-scrollbar,
    .brand-category-aside::-webkit-scrollbar {
        width: 5px;
    }

    .navigation::-webkit-scrollbar-track,
    .brand-category-aside::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #efefef;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .navigation::-webkit-scrollbar-thumb,
    .brand-category-aside::-webkit-scrollbar-thumb {
        background: #004594;
    }

    .category-menu-header,
    .category-sub-header,
    .category-child-header {
        display: block;
        margin: 0 0 5px;
    }

    .category-menu-header,
    .category-sub-header,
    .category-child__all {
        margin: 0 0 150px;
    }

    .category-menu__title,
    .category-sub__title,
    .category-child__title {
        display: none;
    }

    footer {
        padding: 47px 0 15px;
    }

    .footer-row__item {
        width: 33.333%;
    }

    .header-search-form__item.search-open {
        width: 500px;
    }

    .section-space {
        padding: 0 0 50px;
    }

    .product-page,
    .search-section {
        margin: 50px 0 0;
    }

    .page-title {
        font-size: 35px;
        line-height: 45px;
    }

    .bread-crumbs {
        margin: 30px 0 14px;
    }

    .about-page__des,
    .about-page__img,
    .blog-page__des {
        margin: 0 0 35px;
    }

    .brand-category-aside__close {
        display: block;
    }

    .brand-category-aside__close {
        margin: 0 0 0 auto;
    }
}

@media all and (max-width: 1024px) {
    .footer-row__item {
        width: 50%;
    }

    .footer-info {
        padding: 20px 0 0;
    }

    .section-space {
        padding: 0 0 40px;
    }

    .new-collections__info {
        bottom: 51px;
    }

    .blog-card__item {
        width: 50%;
    }

    .product-filter-title {
        font-size: 20px;
        line-height: 30px;
    }

    .product-filter-header {
        padding: 26px 0 20px;
    }

    .product-card__item,
    .brand-category-result>.product-card .product-card__item {
        width: 25%;
    }

    .product-page__silde {
        width: 80%;
        margin: 0 0 20px;
    }

    .product-page__info {
        width: 100%;
    }

    .product-page,
    .search-section {
        margin: 40px 0 0;
    }

    .personal-cabinet__item {
        width: 65%;
    }

    .personal-cabinet__item:last-child {
        width: 30%;
    }

    .page-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bread-crumbs {
        margin: 30px 0 14px;
    }

    .vacancies__item {
        width: 100%;
    }

    .vacancies-page__header {
        margin: 0 0 35px;
    }

    .setting-form>.main-form__item {
        width: 50%;
    }

    .personal-info-form>.main-form__item {
        width: 33.333%;
    }

    .contacts-info-bg {
        width: 100%;
        padding: 20px 30px;
    }

    .contacts-info {
        margin: 0 auto 0 0;
    }

    .contacts-map {
        width: 100%;
    }

    .shops__map {
        margin: 0 0 35px;
    }

    .shops__map,
    .shops__address {
        width: 100%;
    }

    .shops__address {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7px;
        padding: 0 5px 0 0;
    }

    .shops__address__item {
        width: 50%;
        padding: 0 7px;
    }
    .product-page__silde {
        height: 600px;
    }
}

@media all and (max-width: 767px) {
    .header-top__tel {
        font-size: 0;
    }

    .header-logo {
        margin-left: 0;
    }

    .header-icons_favorite,
    .header-icons_basket,
    .header-icons_user,
    .language-group {
        margin: 0 0 0 12px;
    }

    .header-search-form__item.search-open {
        width: 450px;
    }

    .main-slide__item>img {
        height: 393px;
        object-fit: cover;
    }

    .section-space {
        padding: 0 0 35px;
    }

    .new-collections__title {
        min-height: 64px;
        font-size: 22px;
        line-height: 32px;
    }

    .store-info__item {
        width: 100%;
    }

    .product-card__item,
    .brand-category-result>.product-card .product-card__item {
        width: 33.333%;
    }

    .product-filter-header {
        flex-direction: column-reverse;
    }

    .product-filter,
    .brand-category-aside {
        padding: 25px;
        max-width: 360px;
    }

    .product-filter__close,
    .brand-category-aside__close {
        top: 25px;
        right: 25px;
    }

    .product-page,
    .search-section {
        margin: 35px 0 0;
    }

    .page-title {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .personal-cabinet__item {
        width: 100%;
    }

    .personal-cabinet__item:last-child {
        width: 60%;
    }

    .basket-block__price {
        font-size: 35px;
    }

    .bread-crumbs {
        margin: 25px 0 14px;
    }

    .del-address-form__search>input {
        height: 50px;
        padding: 12px 12px 12px 40px;
    }

    .del-address-form__search>svg {
        left: 16px;
        top: 16px;
    }

    .del-address-form__item {
        margin: 0 0 14px;
    }

    .del-address-form__item>label {
        font-size: 20px;
    }

    .ordering-cabinet .personal-cabinet__item:last-child {
        width: 100%;
    }

    .vacancies-page__header {
        margin: 0 0 30px;
    }

    .brand-card__item {
        width: 33.333%;
    }

    .personal-info-form>.main-form__item {
        width: 50%;
    }

    .brand-item {
        flex-wrap: wrap;
    }

    .contacts__img {
        width: 70%;
        margin: 0 0 30px;
    }

    .contacts__form {
        width: 100%;
    }

    .shops__address__item {
        width: 100%;
    }

    .product-category::-webkit-scrollbar {
        display: none;
    }

    .product-page-slide-thumbs {
        padding: 0 25px 0 0;
    }

    .main-slide__item>img {
        display: none;
    }

    .main-slide__item>.main-slide-img-mobile {
        display: block;
    }

    .main-slide__item>img {
        display: none;
    }

    .main-slide__item>.main-slide-img-mobile {
        display: block;
    }
    .bonus-card__area{
        width: 100%;
    }
    .bonus-card__img{
        width: 45%;
    }
    .product-page__silde,
    .product-page-slide{
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    .container {
        padding: 0 15px;
    }

    .header-descount__text {
        font-size: 12px;
    }

    .header-top {
        padding: 12px 0 0;
    }

    .header-icons_favorite>svg,
    .header-icons_basket>svg,
    .header-icons_user>svg {
        width: 14px;
        height: auto;
    }

    .header-top__tel>svg {
        width: 17px;
        height: auto;
    }

    .navigation {
        padding: 20px 15px;
    }

    .menu-burger-close {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .header-menu {
        margin: 80px 0;
    }

    .category-menu-header,
    .category-sub-header,
    .category-child__all {
        margin: 0 25px 60px 0;
    }

    .category-menu,
    .category-sub,
    .category-child {
        padding: 28px 15px;
    }

    .footer-row__item {
        width: 100%;
        margin: 0 0 20px;
        padding: 0 15px;
    }

    .user-window {
        right: 15px;
    }

    .user-window__link {
        padding: 6px 8px;
        font-size: 14px;
    }

    .modal-logo {
        max-width: 100px;
    }

    .registration-form>.main-form__item,
    .ship-details-form>.main-form__item,
    .vacancies-form>.main-form__item,
    .setting-form>.main-form__item,
    .personal-info-form>.main-form__item,
    .recipients-contact-info>.main-form__item {
        width: 100%;
    }

    .header-search-form__item.search-open {
        width: 330px;
    }

    .main-slide-info {
        bottom: 32px;
    }

    .base-btn {
        padding: 6px 20px;
    }

    .home-banner__item {
        width: 100%;
    }

    .home-banner__item:first-child {
        margin: 0 0 16px;
    }

    .about-card__img,
    .about-card__info {
        width: 100%;
    }

    .about-card__info {
        padding: 35px 0 30px;
        justify-content: flex-start;
    }

    .main-banner>img {
        height: 143px;
        object-fit: cover;
    }

    .collections__title {
        margin: 25px 10px 0;
        font-size: 18px;
    }

    .blog-card__item {
        width: 100%;
    }

    .product-filter-banner>img {
        height: 96px;
        object-fit: cover;
    }

    .sort-dropdown {
        width: 200px;
    }

    .sort-dropdown__item {
        padding: 8px 0;
    }

    .sort-dropdown__item>label {
        font-size: 14px;
    }

    .store-info__title {
        min-height: auto;
    }

    .product-card__item,
    .brand-category-result>.product-card .product-card__item {
        width: 50%;
    }

    .product-category__link,
    .sort__btn,
    .filter-btn {
        font-size: 16px;
    }

    .product-page__silde {
        width: 100%;
        height: fit-content !important;
    }

    .product-page-slide-thumbs {
        display: none;
        width: 100%;
        padding: 0 15px 0 0;
    }

    .product-page__price {
        font-size: 35px;
    }

    .product-detail-color__item>a {
        width: 31px;
        height: 31px;
    }

    .product-detail-size__item>label {
        min-width: 46px;
        height: 46px;
    }

    .size-not-active::after {
        width: 62px;
    }

    .product-page-des {
        padding: 0 0 23px;
    }

    .basket-block__title {
        font-size: 17px;
        line-height: 30px;
    }

    .basket-block__img {
        width: 32%;
        margin: 0 0 35px;
    }

    .basket-block__info {
        width: 64%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 50px;
    }

    .basket-block__params {
        padding: 0;
    }

    .basket-block__price-count {
        position: absolute;
        left: 0;
        bottom: -30px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        text-align: left;
    }

    .basket-block__count{
        margin: 0 50px 0 0;
    }
    .basket-favorite-btn {
        margin: 0 18px 0 0;
    }

    .bread-crumbs {
        margin: 25px 0 10px;
    }

    .personal-cabinet__item:last-child {
        width: 100%;
    }

    .current-purchases-content {
        padding: 20px 15px;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 52%;
    }

    .gallery-row__item {
        width: 50%;
    }

    .vacancies__link {
        padding: 17px;
    }

    .vacancies-page__header {
        margin: 0 0 25px;
    }

    .share-with-friends__title {
        margin: 18px 15px 0 0;
    }

    .share-box__link {
        width: 50px;
        height: 50px;
    }

    .brand-card__item {
        width: 50%;
    }

    .faq-accordion-item__title {
        padding: 25px 15px;
    }

    .contacts__img,
    .contacts-form__item {
        width: 100%;
    }

    .contacts-info-bg {
        padding: 20px 15px;
    }

    .contacts-info__link {
        padding: 20px 0;
    }
    .bonus-card__img{
        width: 60%;
    }

    .price-style{
        display: flex;
        flex-direction: row-reverse;
    }
    .product-page__price-unit{
        margin: 0;
    }

}

@media all and (max-width: 420px) {
    .header-search-form__item.search-open {
        width: 280px;
    }

    .personal-cabinet__item:last-child {
        width: 100%;
    }
    .bonus-card-form{
        flex-wrap: wrap;
    }
}

@media all and (max-width: 374px) {

    .category-menu-header__title,
    .category-sub-header__title,
    .category-child-header__title {
        font-size: 18px;
    }

    .header-search-form__item.search-open {
        width: 230px;
    }

    .product-card__item,
    .brand-category-result>.product-card .product-card__item {
        width: 100%;
    }

    .basket-block-params__text {
        font-size: 14px;
    }

    .basket-block__price {
        font-size: 30px;
    }
    .bonus-card__img{
        width: 80%;
    }
}
