@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", 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%;
}

.editor img{
    width: unset;
    display: inline-block;
}

.editor li{
    line-height: 2.6;
    word-wrap: break-word;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.bg-normal .menu-page__icon {
    display: none;
}

.button-circle-edge {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #ff1d1b;
    background: #ffffff;
    padding: 10px 27px;
    border: 1px solid #ff1d1c;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.button-circle-edge:hover {
    color: #ffffff;
    background: #ff1d1b;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}


.not-in-stock > .notification-text {
    color: red;
    font-size: 16px;
    text-align: left;
}

.notification-modal {
    position: fixed;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 12px;
    right: 15px;
    top: 20px;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0px 4px 14.2px rgba(88, 87, 87, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.notification-modal-img {
    width: 26px;
}

.notification-text-container {
    display: flex;
    flex-direction: column-reverse;
}

.notification-modal-text {
    padding: 0 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #514f4b;
}

header {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    backdrop-filter: blur(15px);
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
}

.container {
    max-width: 1440px;
    margin: auto;
}

.header-logo {
    max-width: 183px;
    display: flex;
}

.red-logo {
    display: none;
}

.header-top {
    padding: 13px 0 10px;
}

.header-top > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-search-lang {
    display: flex;
    align-items: center;
}

.header-search {
    display: none;
    position: absolute;
    top: 163px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 11px rgba(182, 172, 172, 0.25);
}

.header-search-form {
    position: relative;
}

.header-search-form__input {
    padding: 12px 48px 12px;
    width: 100%;
    height: 76px;
    font-weight: 400;
    font-size: 16px;
    color: black;
    background: #ffffff;
}

/*.header-search-form__input::placeholder {*/
/*    color: #ffffff;*/
/*}*/

.header-search-form__btn,
.header-search-form__searchIcon {
    position: absolute;
    top: 20px;
    right: 6px;
    padding: 8px;
}

.header-search-form__btn {
    right: 6px;
}

.header-search-form__searchIcon {
    left: 6px;
    right: auto;
}

.menu-page__icon {
    width: 25px;
    height: 25px;
    margin: 5px;
}

.product-params__item {
    display: flex;
    margin: 25px 0;
}

.product-criterion__item {
    margin-bottom: 15px;
}

.product-params__text:first-child {
    width: 40%;
    border-right: 1px solid #BEBEBE;
}

.product-params__text {
    padding: 6px 23px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #5f606a;
}

.search-results-bg {
    width: 100%;
    display: none;
    top: 75px;
    position: absolute;
    z-index: 1000;
    background: #fff;
}

.search-results {
    max-height: 237px;
    overflow-y: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
}

.search-results_info {
    padding: 25px 0;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
}

.search-results__item:not(:last-child) {
    border-bottom: 1px solid #f2f2f4;
}

.search-results__item {
    display: flex;
    align-items: center;
    padding: 9px 14px;
}

.language-group {
    position: relative;
    margin: 0 0 0 17px;
}

.search-results__img {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #f2f2f2;
}

.search-results__link {
    display: flex;
    width: 100%;
    padding: 0 0 0 12px;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #424344;
}

.language-group__btn {
    display: flex;
    align-items: center;
    padding: 9px 8px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.language-group__btn::after {
    content: "▼";
    font-size: 8px;
    color: #ffffff;
}

.language-group__title {
    margin: 0 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #ffffff;
}

.language-selcet {
    display: none;
    margin-top: 12px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 12;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 11px rgba(182, 172, 172, 0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.language-selcet__link {
    display: flex;
    margin: 8px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #737373;
}

.language-selcet__link_active,
.language-selcet__link:hover {
    color: #ff0000;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.user-window-bg {
    display: none;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    height: 100vh;
    z-index: 30;
    margin: 10px 0 0;
    background: rgb(255 255 255 / 65%);
    border-radius: 0px 0px 10px 10px;
}

.user-window {
    margin: 0 0 0 auto;
    width: fit-content;
    padding: 9px 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 11px rgba(182, 172, 172, 0.25);

}

.user-window__link {
    padding: 9px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    color: #737373;
}

.user-window__link > svg {
    margin: 0 0 0 16px;
}

.user-window__link:hover {
    color: #ff0000;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.header-bottom {
    padding: 5px 0;
    border-top: 1px solid #f2f2f247;
}

.header-bottom > .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navigation-section {
    display: flex;
    align-items: center;
}

.navigation__header {
    display: none;
}

.navigation-logo,
.category-menu-logo {
    display: none;
    max-width: 130px;
}

.header-menu {
    align-items: center;
}

.header-menu__item {
    margin: 5px 24px 5px 0;
    list-style: none;
}

.category-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.category-btn-red {
    padding: 8px 20px;
    border: 1px solid #ff1d1c;
    background: #ff1d1b4d;
}

.category-btn > svg {
    margin: 0 6px 0 0;
}

.header-menu__link {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #ffffff;
}

.header-menu__link > svg {
    margin: 0 9px 0 0;
}

.header-icons {
    display: flex;
    align-items: center;
}

.header-icons_search,
.header-icons_favorite,
.header-icons_basket,
.header-icons_user,
.header-icons_lang {
    position: relative;
    cursor: pointer;
    margin: 0 0 0 17px;
}

.cart-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background-color: #ff1d1c;
    border-radius: 50%;
    animation: blink 1.7s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

@keyframes blink {
    0%, 100% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.3;
    }
}

.header-icons_search:hover svg *,
.header-icons_favorite:hover svg *,
.header-icons_basket:hover svg *,
.header-icons_user:hover svg *,
.header-icons_menu-burger:hover svg * {
    fill: #ff0000;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.header-icons_menu-burger,
.menu-burger-close {
    display: none;
}

.header-icons_menu-burger {
    margin: 0 0 0 17px;
}

.header-icons_lang {
    padding: 0;
}

.header-menu__link.header-menu__link_active {
    color: #ff1d1c;
}

.category-menu-bg {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 22;
    height: 100vh;
    background: rgb(255 255 255 / 65%);
}

.category-menu {
    height: 678px;
    overflow-y: auto;
    background: #FFF;
}

.category-menu::-webkit-scrollbar {
    width: 8px;
}

.category-menu::-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 {
    background: #000000;
}

.category-close-btn {
    margin: 24px 0 5px auto;
    display: block;
}

.category-mobile-icon,
.category-sub-back {
    display: none;
    align-items: center;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #ff3938;
    margin: 0 0 10px;
}

.category-mobile-icon > svg,
.category-sub-back > svg {
    margin: 0 8px 0 0;
}

.category-menu-row__item {
    width: 22%;
    padding: 0 15px 0 0;
    margin-bottom: 20px;
}

.category-title {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    min-height: 65px;
    line-height: normal;
    text-align: left;
    color: #000000;
    padding: 0 0 10px;
    border-bottom: 1px solid #b2b2b2de;
}

.category-sub-close-btn {
    display: none;
}

.category-sub__item {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.category-sub__link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 37px;
    text-align: left;
    color: #363636;
}

.category-sub__link_active,
.category-sub__link:hover {
    color: #ff0000;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

header.bg-white {
    background: #ffffff;
    box-shadow: 0px 4px 17px rgba(177, 177, 177, 0.14);
}

header.bg-white .header-logo > img:first-child {
    display: none;
}

header.bg-white .header-logo > .red-logo {
    display: block;
}

header.bg-white :where(.header-icons_search svg *, .header-icons_favorite svg *, .header-icons_basket svg *, .header-icons_user svg *, .header-icons_menu-burger svg *, .language-group__btn svg *, .header-menu__link svg *) {
    fill: #181a1e;
}

header.bg-white .language-group__btn {
    border: 1px solid #181a1e;
}

header.bg-white :where(.header-menu__link, .language-group__title) {
    color: #181a1e;
}

header.bg-white .language-group__btn::after {
    color: #181a1e;
}

header.bg-white .header-bottom {
    border-top: 1px solid #181a1e7d;
}

footer {
    margin: 20px 0 0;
    border-top: 1px solid #eaeaea;
    background: #fcfcfc;
    padding: 54px 0 17px;
}

.footer-row {
    margin: 0 -15px;
}

.footer-row__item {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-logo {
    display: flex;
    max-width: 260px;
    margin: 0 0 90px;
}

.footer-menu__item {
    list-style: none;
}

.footer-menu__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    color: #677178;
}


.footer-menu-icons {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

.footer-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 13px 0 0;
}

.social-media-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #00000099;
    margin: 20px 0 12px;
}

.social-media-icon-row {
    padding: 12px 0 10px;
}

.social-media-icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
    background: #fcfcfc;
    border: 1px solid #acacac;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.payment-method-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #00000061;
    margin: 30px 0 16px;
}

.payment-method-row__item {
    display: flex;
    align-items: center;
    padding: 5px;
}


.footer-info {
    padding: 11px 0 0;
    border-top: 1px solid #eaeaea;
    justify-content: space-between;
}

.footer-info__text, .footer-info__text > a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #677178;
    cursor: pointer;
}

.footer-info__text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.footer-info__text:hover::after {
    transform: scaleX(1);
}

.footer-info__text__without__hover {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #677178;
}

.main-slide-section {
    padding: 0 0 70px;
}

.main-slide-info-bg {
    position: absolute;
    left: 0;
    bottom: 88px;
    max-width: 1160px;
    width: 100%;
    background: rgba(28, 27, 27, 0.019999999552965164);
    border-radius: 0px 10px 10px 0px;
    backdrop-filter: blur(22px);
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
}

.main-slide-info {
    max-width: 970px;
    margin: 0 0 0 auto;
    padding: 44px;
}

.main-slide-info__title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    margin: 0 0 30px;
    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;
}

.main-slide-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #fdfeff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #000000;
    margin: 0 0 30px;
}

.main-title::after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    margin: 12px auto 0;
    background: #ff1d1b;

}

.section-space {
    padding: 0 0 50px;
}

.categories-card {
    margin: 0 -10px;
    display: grid;
    grid-template-columns: repeat(5, auto);
}

.categories-card__item {
    padding: 10px 10px;
    grid-column: span 2 / auto;
    grid-row: span 2 / auto;
}

.categories-card__item:nth-child(3),
.categories-card__item:nth-child(4) {
    grid-column: span 1 / auto;
    grid-row: span 1 / auto;
    min-width: 230px;
}

.categories-card__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.categories-card__link > img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.categories-card__title {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    margin: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.products-banner-section > .slider-section {
    width: 68%;
}

.products-banner {
    width: 32%;
}

.slider-section {
    position: relative;
}

.product-card-slide,
.product-card-economic-slide,
.brend-slide {
    overflow: hidden;
}

.product-card-slide > .swiper-wrapper,
.product-card-economic-slide > .swiper-wrapper,
.brend-slide > .swiper-wrapper {
    width: auto;
}

.product-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.product-card__item {
    width: 25%;
    padding: 0 4px 7px;
}

.product-card__item.swiper-slide {
    height: unset;
}

.product-card__link {
    display: block;
    height: 100%;
    position: relative;
    padding: 12px 9px 19px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-card__link > img {
    margin: auto;
    display: flex;
    border-bottom: 1px solid #e3e3e3;
}

.product-card__discount {
    top: 9px;
    left: 8px;
    z-index: 10;
    color: #ffffff;
    font-size: 15px;
    max-width: 60px;
    font-weight: 500;
    padding: 4px 11px;
    position: absolute;
    text-align: center;
    background: #f12429;
    border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.product-card__icons {
    position: absolute;
    top: 9px;
    right: 11px;
}

.product-card-favorite,
.product-card-basket,
.product-card-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 33px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-card-favorite,
.product-card-delete {
    margin: 0 0 7px;
}

.product-card__title {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #051d41;
    min-height: 52px;
    margin: 10px 0 19px;
    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-price__title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #b6b6b6;
}

.product-card-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-card-price__old-price {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    color: #9da2a8;
    text-decoration: line-through;
    margin: 0 6px 0 0;
}

.product-card-price__price {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000000;
}

.advertising-banner-1 {
    padding: 50px 0 0;
    justify-content: space-between;
}

.advertising-banner__item {
    position: relative;
    width: 49.6%;
}

.advertising-banner__item > img {
    border-radius: 5px;
}

.advertising-banner__title {
    position: absolute;
    top: 29px;
    left: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    color: #ffffff;
    max-width: 300px;
    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-five > .product-card__item {
    width: 20%;
}

.product-card-six > .product-card__item,
.product-card-six > .brend-card__item {
    width: 16.666%;
}

.product-is-not-available {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #051d41;
}

.advertising-big-banner {
    padding: 50px 0 0;
}

.advertising-big-banner > img {
    min-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-us {
    padding: 80px 0 0;
    background: url("../img/bg-logo.png") 5% 0% no-repeat;
    background-size: auto !important;
    align-items: center;
}

.about-us__des {
    width: 52%;
    margin: 0 -202px 0 0;
    height: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-align: left;
    color: #051d41;
    padding: 50px 27px;
    background: rgba(255, 255, 255, 0.6100000143051147);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.about-us__img {
    width: 62%;
}

.about-us__img > img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.brend-card {
    flex-wrap: wrap;
    margin: 0 -6px;
}

.brend-card__item {
    padding: 6px;
    width: 16.666%;
}

.brend-card__link {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d3dbea;
    border-radius: 5px;
}

.brend-card__link > img {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    max-width: 156px;
}

.brend-card__link.active:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-filter: invert(0);
}

.blog-card {
    margin: 0 -6px;
    padding: 20px 0 0;
}

.blog-card__item {
    width: 25%;
    padding: 6px 6px 24px;
}

.blog-card__link {
    display: block;
    height: 100%;
    padding: 13px 13px 22px;
    background: #ffffff;
    border: 1px solid #d3dbea;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.blog-card__link > img {
    margin: -30px 0 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-card__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    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;
}

.header-behind-space {
    padding: 161px 0 0;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 17px;
}

.bread-crumbs__link {
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    text-align: left;
    color: #959595;
}

.bread-crumbs__link:not(:last-child)::after {
    content: " - ";
    font-size: 10px;
    padding: 0 5px 0 2px;
}

.bread-crumbs__link_active,
.bread-crumbs__link:hover {
    color: #535458;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.page-title {
    position: relative;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    color: #000000;
    margin: 0 15px 25px 10px;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -10px;
    display: inline-block;
    height: 40px;
    width: 3px;
    background: #ff1d1b;
}

.product-filter-header {
    align-items: flex-start;
    justify-content: space-between;
}

.product-filter-btn {
    display: none;
}

.product-filter-row {
    justify-content: space-between;
}

.product-filter-row__item {
    width: 22%;
}

.product-filter-row__item:last-child {
    width: 77%;
}

.product-filter-close-btn {
    display: none;
    margin: 0 0 30px auto;
}

.product-filter-type {
    margin: 7px 0 0;
}

.product-filter-type__item {
    padding: 18px 14px;
    margin: 0 0 17px;
    background: #ffffff;
    border: 1px solid #e8e9eb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-filter-type__title {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #052b3b;
    padding: 0 25px 12px 0;
    border-bottom: 1px solid #f1f1f1;;
}

.product-filter-type__title::after {
    content: " › ";
    position: absolute;
    top: 0;
    right: 3px;
    display: inline-block;
    font-size: 20px;
    color: #052b3b;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.product-filter-chackbox {
    margin: 10px 0;
}

.product-filter-chackbox__item {
    padding: 7px 0;
    display: flex;
    align-items: center;
}

.product-filter-chackbox__item > input {
    cursor: pointer;
    min-width: 21px;
    width: 21px;
    height: 21px;
    accent-color: #ff1d1b;
    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;
}

.product-filter-chackbox__item > label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #06364b;
}

.product-filter__color {
    display: inline-block;
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin: 0 6px 0 0;
    vertical-align: sub;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.pagination-section {
    justify-content: flex-end;
    padding: 42px 0 30px;
}

.product-filter-btns {
    display: none;
    justify-content: space-between;
}

.product-filter-btns__apply,
.product-filter-btns__cancel {
    width: 49%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    padding: 12px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-filter-btns__cancel {
    color: #000000;
    border: 1px solid #f1f1f1;
    background: #ffffff;
}

.product-detail {
    justify-content: space-between;
    padding: 5px 0 0;
}

.product-detail__silde {
    width: 46%;
}

.product-detail__info {
    width: 50%;
}

.product-detail__silde > .product-detail__title,
.product-detail__silde > .product-detail__code {
    display: none;
}

.product-detail-slide {
    padding: 17px;
    background: #ffffff;
    border: 1px solid #ececec;
    margin: 0 0 30px;
}

.product-detail-slide-thumbs__item {
    padding: 5px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-detail-slide-thumbs__item:hover {
    border: 1px solid #f12429;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.product-detail__code {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.product-detail__text {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #051d41;
    margin: 30px 0;
}

.product-detail-color,
.product-detail-size {
    margin: 0 -2px 20px;
}

.product-detail-color__title,
.product-detail-size__title {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #7c7c7c;
    margin: 0 0 7px;
}

.product-detail-color__item,
.product-detail-size__item {
    padding: 2px;
}

.product-detail-color__item > input,
.product-detail-size__item > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.product-detail-color__item > label {
    display: block;
    cursor: pointer;
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-detail-color__item > label.active {
    border: 1px solid #ff1d1c;
}

.product-detail-size__item > label {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #a6a6a6;
}

.product-detail-size__item > input:checked + label {
    border: 1px solid #ff1d1c;
}

.product-detail-size__item > input:disabled + label::after {
    content: '';
    display: block;
    border: 1px solid #b5b5b5;
    position: absolute;
    height: 58px;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
}

.product-detail-price {
    align-items: center;
}

.product-detail-price__old-price {
    font-size: 18px;
    color: #9da2a8;
    text-decoration: line-through;
    margin: 0 8px 0 0;
}

.product-detail-price__price {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    color: #000000;
}

.product-add-count {
    display: flex;
    align-items: center;
    width: 147px;
    height: 42px;
    margin: 11px 0;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.decrement-count,
.increment-count,
.count-value {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #afafaf;
}

.decrement-count,
.increment-count {
    padding: 3px 15px;
}

.decrement-count:hover,
.increment-count:hover {
    color: #f12429;
}

.count-value {
    width: 100%;
}


.product-cart-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #ff1d1b;
    background: #ffffff;
    padding: 11px 30px;
    margin: 0 8px 0 0;
    border: 1px solid #ff1d1c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-cart-btn:hover {
    color: #ffffff;
    background: #ff1d1b;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.product-detail__btns > .product-card-favorite {
    height: 44px;
    width: 44px;
    margin: 0;
}

.product-favorite-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-favorite-btn:hover svg * {
    fill: #ff1d1b;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.product-detail-description {
    padding: 30px 0 40px;
}

.product-description__header {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 23px;
    margin: 0 0 35px;
    background: #ffffff;
    box-shadow: 0px 7px 12px rgba(183, 183, 183, 0.25);
}

.product-description__header::-webkit-scrollbar {
    display: none;
}

.product-description__title {
    padding: 24px;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #051d41;
    border-bottom: 4px solid #ff1e1c;
}

.review-comment-form__btn.btn-send {
    margin-top: 20px;
}

.review {
}

.review__item {
    padding: 20px 0;
    border-top: 1px solid #eaeaeaf0;
}

.review__title {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    text-align: left;
    color: #000000;
}

.text-danger {
    font-size: 14px;
    margin: 2px;
    color: red;
}

.rating {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin: 7px 0;
}

.rating > input {
    display: none;
}

.rating > label {
    font-size: 40px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

.rating > input:checked ~ label,
form .rating > label:hover,
form .rating > label:hover ~ label {
    color: #ffc107;
}

.review__text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    color: #30313d;
}

.review-comment {
    margin: 40px 0 0;
    padding: 21px 21px 28px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 21px rgba(192, 192, 192, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.review-comment-form > .rating {
    margin: 0 0 25px;
}

.review-comment-form__item {
    position: relative;
}

.review-comment-form__item > textarea {
    outline: none;
    resize: none;
    width: 100%;
    height: 100px;
    display: flex;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e4e7ef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.review-comment-form__item > label {
    display: inline-block;
    padding: 0 3px;
    position: absolute;
    top: -10px;
    left: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #989eb1;
    background: #ffffff;
}

.review-comment-form__text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: right;
    color: #707070;
    margin: 23px 0;
}

.review-comment-form__btn {
    display: block;
    /*margin: 0 0 0 auto;*/
    padding: 11px 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #ff1d1b;
    background: #ffffff;
    border: 1px solid #ff1d1c;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.review-comment-form__btn:hover {
    color: #ffffff;
    background: #ff1d1b;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.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(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
}

.modal-bg::-webkit-scrollbar {
    width: 5px;
}

.modal-bg::-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 {
    background: #000000;
}

.modal-centered {
    display: flex;
    align-items: center;
    margin: 30px auto;
    min-height: 100%;
}

.modal-login-centered {
    max-width: 518px;
}

.modal-content {
    width: 100%;
    padding: 25px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.modal-header {
    position: relative;
}

.modal-login__logo {
    max-width: 130px;
    margin: 0 0 30px;
}

.modal-login__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #222222;
    margin: 0 0 35px;
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.main-form {
    background: #ffffff;
}

.main-form__item {
    width: 100%;
    position: relative;
    margin: 0 0 25px;
}

.main-form__label {
    position: absolute;
    top: -12px;
    left: 15px;
    z-index: 1;
    padding: 3px;
    background: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    color: #2d2f2f99;
    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: 41px;
    color: #2d2f2f99;
    padding: 12px 10px;
    background: #ffffff;
    border: 1px solid #e4e7ef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.main-form__input:focus,
.main-form__textarea:focus,
.main-select-options:focus {
    border: 1px solid #ff1d1c;
}

.main-form__textarea {
    resize: none;
    display: flex;
    height: 250px;
}

.main-form__btn {
    margin: 0 0 0 auto;
    padding: 10px 30px;
}

.forgot-password {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    text-decoration-line: underline;
    color: #000c4b;
}

.registration-btn {
    display: block;
    border: 1px solid #000d4b;
    color: #000c4b;
}

.registration-btn:hover {
    color: #ffffff;
    background: #000c4b;
}

.registration-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #222222;
    max-width: 800px;
}

.registration-content {
    margin: 30px 0 0;
}

.registration-form-container {
    max-width: 600px;
    margin: 45px auto;
}

.registration-form-checked__input {
    width: 21px;
    height: 21px;
    cursor: pointer;
    margin: 0 10px 0 0;
    accent-color: #ff1d1c;
}

.registr-valid-text {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #000000;
    margin: 8px 0 0;
}

.registr-valid-text > svg {
    margin: 0 6px 0 0;
}

.registration-form-checked__label {
    cursor: pointer;
    vertical-align: super;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #636363;
}

.contacts-page-row {
    padding: 30px 0 0;
    justify-content: space-between;
}

.contacts-page-row__form {
    width: 28%;
}

.contacts-page-row__map {
    width: 70%;
}

.contacts-page-map {
    height: 100%;
    padding: 13px;
    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;
}

.contacts-page-map > iframe {
    display: flex;
}

.contacts-page-info {
    width: 100%;
    padding: 70px 0 40px;
}

.contacts-page-info__title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #a4a4a4;
}

.contacts-page-info__link {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    color: #000000;
    padding: 5px 0;
}

.contacts-social-media {
    margin: 10px 0 0;
}

.contacts-social-media__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 15px;
    margin: 0 7px 7px 0;
    background: #fcfcfc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.shops {
    justify-content: space-between;
    padding: 15px 0 45px;
}

.shops_map {
    min-height: 300px;
    height: 100vh;
    max-height: 500px;
    width: 63%;
    padding: 12px;
    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;
}

.custom-shops__map {

}

.shops__address {
    width: 34%;
    height: 500px;
    overflow-y: auto;
}

.shops__address::-webkit-scrollbar {
    width: 12px;
}

.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: #ff1d1b;
}

.shops__address__item {
    padding: 9px 15px 9px 30px;
    position: relative;
}

.shops__address__item:not(:last-child) {
    border-bottom: 1px solid #ebe9e9;
}

.shops__main-title {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    text-align: right;
    color: #000000;
}

.shops__title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 33px;
    text-align: right;
    color: #919396;
}

.shops__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-align: right;
    color: #4d4d4d;
}

.location-icon {
    position: absolute;
    top: 30px;
    left: 8px;
}

.blog-page-information__img,
.information-page__img {
    width: 49%;
    float: left;
    margin: 0 30px 15px 0;
}

.blog-page-information__img > img,
.information-page__img > img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gallery-row {
    margin: 0 -6px;
    padding: 15px 0;
}

.gallery-row__item {
    padding: 6px;
    width: 16.666%;
}

.gallery-row__item > a {
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.gallery-row__item > a img {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.gallery-row__item > a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after,
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 2px solid #ff1d1b;
}

.downloads {
    margin: 30px 0 0;
}

.downloads__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #585858;
    padding: 20px 24px;
    margin: 0 0 16px;
    background: #ffffff;
    border: 1px solid #f0f3f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.downloads__link > svg {
    margin: 0 0 0 20px;
}

.downloads__link:hover {
    border: 1px solid #ff1d1b;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.information-sub-card {
    margin: 0 -8px;
}

.information-sub-card__item {
    width: 25%;
    padding: 8px;
}

.information-sub-card__link {
    display: block;
    height: 100%;
    padding: 17px;
    background: #fffcfc;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.information-sub-card__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #212832;
    margin: 30px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aboutUs {
    background: url("../img/bg-logo.png") 50% 50% no-repeat;
    background-size: 80% !important;
    padding: 0 0 40px;
}

.aboutUs-details {
    justify-content: space-between;
}

.aboutUs-details__des {
    width: 52%;
}

.aboutUs-details__img {
    width: 44%;
}

.aboutUs__item:not(:last-child) {
    margin: 0 0 70px;
}

.aboutUs__item:nth-child(even) .aboutUs-details {
    flex-direction: row-reverse;
}

.aboutUs__item:nth-child(even) .aboutUs-details__des {
    text-align: right;
}

.about-support {
    padding: 50px 0 30px;
    margin: 0 -12px;
}

.about-support__item {
    width: 25%;
    display: flex;
    padding: 12px;
}

.about-support__img {
    min-width: 59px;
    width: 59px;
    height: 59px;
    padding: 15px;
    margin: 0 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-support__number {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #000000;
}

.about-support__text {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #000000;
}

.accordion {
    padding: 30px 0;
}

.accordion-item {
    margin: 0 0 17px 0;
}

.accordion-item__title {
    width: 100%;
    position: relative;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 2px 14px rgba(212, 212, 212, 0.25);
    padding: 18px;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #5a5a5a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.accordion-item__content {
    display: none;
    padding: 21px 24px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #0d1017;
}

.accordion-item__title.is-open::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #ff1d1b;
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
}

.accordion-item__title.is-open + .accordion-item__content {
    display: block;
}

.vacancies {
    padding: 0 0 15px;
}

.vacancies__link {
    display: block;
    padding: 24px;
    margin: 0 0 25px;
    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: 25px;
    text-align: left;
    color: #000000;
}

.vacancies__link:hover .vacancies__title {
    color: #ff1d1b;
    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;
    padding: 10px 0 17px;
    border-bottom: 1px solid #e4e4e4;
}

.vacancies__footer {
    margin: 13px 0 0;
}

.vacancies-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #5a5a5a;
    padding: 6px 10px;
    margin: 4px 6px 4px 0;
    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 > svg {
    margin: 0 8px 0 0;
}

.vacancies-page {
    justify-content: space-between;
}

.vacancies-page__des {
    width: 70%;
}

.vacancies-page__details {
    width: 28%;
}

.vacancies-page__details > .vacancies__footer {
    justify-content: flex-end;
}

.vacancies-page__details > .vacancies__footer > .vacancies-text {
    font-size: 18px;
    padding: 13px 20px;
}

.vacancies-page__details > .vacancies__footer > .vacancies-text > svg {
    margin: 0 0 0 10px;
}

.share-with-friends {
    display: flex;
    margin: 35px 0;
}

.share-with-friends__title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin: 10px 15px 0 0;
}

.share {
    display: flex;
    flex-wrap: wrap;
}

.share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 2px;
    width: 35px;
    height: 35px;
    padding: 10px;
    background: #fcfcfc;
    border: 1px solid #acacac;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.personal-area-header {
    justify-content: space-between;
}

.personal-area {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px 0 30px;
}

.personal-area__item {
    width: 25%;
}

.personal-area__item:last-child {
    width: 72%;
}

.personal-area-menu {
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #dcdfe4;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.personal-area-btn {
    display: none;
}

.personal-area-btn__close {
    display: none;
}

.personal-area-menu__link {
    display: flex;
    align-items: center;
    padding: 17px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #737373;
}

.personal-area-menu__link > svg {
    margin: 0 30px 0 0;
}

.personal-area-menu__link:not(:last-child) {
    border-bottom: 1px dashed #e9e9e9;
}

.personal-area-menu__link_active > svg * {
    fill: #ff1d1b;
}

.personal-area-menu__link_active {
    color: #ff1d1b;
}

.basket-table {
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.basket-table__title {
    padding: 22px 47px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #1b335b;
}

.basket-table-scroll {
    overflow-x: auto;
}

.basket-table-scroll::-webkit-scrollbar {
    height: 5px;
}

.basket-table-scroll::-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;
}

.basket-table-scroll::-webkit-scrollbar-thumb {
    background: #000000;
}

.basket-table-header {
    background: #f5f5f5;
}

.basket-table-header,
.basket-table-content,
.basket-table-footer {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 25px;
}

.basket-table-header__item,
.basket-table-content__item {
    width: 13%;
}

.basket-table-header__item:first-child,
.basket-table-content__item:first-child {
    width: 25%;
}

.basket-table-header__item:last-child,
.basket-table-content__item:last-child {
    width: 8%;
}

.basket-table-header__title,
.basket-table-content__mobile-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #1e425299;
    margin: 0 20px 0 0;
}

.basket-table-content__mobile-title {
    display: none;
}

.basket-table-content {
    border-bottom: 1px solid #e1e1e1;
}

.basket-table-content__text {
    color: #616161;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin: 0 20px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.basket-table-content__delete {
    display: block;
    margin: 0 0 0 auto;
}

.basket-table-footer {
    padding: 25px 15px 25px 25px;
    justify-content: flex-end;
}

.basket-table-footer__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
    text-align: left;
    color: #000000;
}

.basket-table-footer__text > span {
    font-size: 22px;
}

.personal-area-form-row {
    margin: 30px -8px 0;
}

.personal-area-form-row__item {
    width: 33.333%;
    padding: 0 8px;
    margin: 0 0 15px 0;
}

.personal-area-form-row__item > input {
    outline: none;
    color: #3f3b3b;
    width: 100%;
    padding: 14px 12px;
    border-radius: 5px;
    border: 1px solid #e4e7ef;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.personal-area-form-row__item > label {
    display: inline-block;
    margin-bottom: 6px;
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.personal-area-form-row__item > input:focus {
    border: 1px solid #ff1d1b;
}

.personal-area-form-row__btn {
    margin: 30px 0 0;
}

.personal-area-form-row__btn:hover {
    color: #fff;
    background: #ff1d1b;
}

.basket-order-checked {
    display: flex;
    flex-wrap: wrap;
    margin: 24px -12px;
}

.basket-order-checked__item {
    display: flex;
    align-items: center;
    padding: 12px;
}

.basket-order-checked__item > input,
.choose-payment-method__item > input {
    cursor: pointer;
    margin: 0 12px 0 0;
    background: #fff;
    width: 23px;
    height: 23px;
    accent-color: #ff1d1b;
}

.basket-order-checked__item > label,
.choose-payment-method__item > label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    color: #737373;
}

#orderDeliveryContent {
    display: none;
    margin: 0 0 35px;
}

.delivery-select {
    display: flex;
    flex-wrap: wrap;
}

.delivery-select__item {
    padding: 5px 10px 5px 0;
}

.standard-delivery,
.fast-delivery {
    outline: none;
    padding: 11px 15px;
    border-radius: 3px;
    border: 1px solid #555;
    background: #fff;
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-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;
}

.fast-delivery {
    color: #9e9e9e;
}

.fast-delivery:hover {
    border: 1px solid #ff1d1b;
    background: #ff1d1b;
    color: #fff;
}

.fast-delivery-active {
    border: 1px solid #ff1d1b;
    background: #ff1d1b;
    color: #fff;
}

.selcet-area {
    cursor: pointer;
    display: block;
    outline: none;
    color: #3f3b3b;
    width: 100%;
    padding: 14px 12px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.selcet-area:focus,
.standard-delivery:focus {
    border: 1px solid #ff1d1b;
}

.mark-on-map-btn {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    background: #f4f4f4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.order-take-map {
    height: 400px;
    padding: 15px;
    margin: 30px 0;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0px 6px 11px rgba(169, 169, 169, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.order-take-map > iframe {
    display: flex;
}

.choose-payment__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin: 0 0 15px 0;
}

.choose-payment-method__item {
    display: flex;
    align-items: center;
    padding: 8px 0 20px;
}

.payment-online {
    display: none;
    flex-wrap: wrap;
    margin: 27px -5px 0;
}

.payment-online__item {
    padding: 8px 5px;
}

.payment-online__bg {
    min-height: 51px;
    height: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 0.5px solid #9e9e9e;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.payment-online__bg > input {
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    accent-color: #ff1d1b;
}

.payment-online__bg > label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.payment-online__bg > label > img:not(:last-child) {
    margin: 0 10px 0 0;
}

.order-total {
    display: flex;
    justify-content: flex-end;
    margin: 35px 0 15px 0;
}

.order-total__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.order-total__text > span {
    font-size: 30px;
}

.basket-order-form__btn {
    display: block;
    max-width: 330px;
    width: 100%;
    margin: 0 0 0 auto;
}

.ordering-information {
    padding: 30px 0 20px;
}

.ordering-information__item {
    padding: 16px 18px;
    border-bottom: 1px solid #e1e1e1;
}

.ordering-information__title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #959595;
}

.ordering-information__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.ordering-information-btns {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.ordering-information-btns__edit,
.ordering-information-btns__pay {
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 5px;
}


.current-purchases__item {
    margin: 0 0 17px;
}

.current-purchases-link {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 6px 15px 8px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0px 6px 5px rgba(231, 231, 231, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.current-purchases-link:hover {
    border: 1px solid #ff1d1b;
}

.current-purchases-link__order {
    white-space: nowrap;
    color: #737373;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 8px 10px 8px 0;
}

.current-purchases-link__status {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.order-status,
.order-time-date {
    background: #000000;
    margin: 5px;
    padding: 7px 13px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.order-status-success {
    background: #09ad95;
}

.order-status-delivered {
    background: #2e7bee;
}

.order-status-awaiting {
    background: #f7b731;
}

.current-purchases-header {
    margin: 8px 0 0;
    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 {
    border: 1px solid #FF1D1C;
    background: #fff;
    padding: 11px 17px;
    color: #FF1D1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.current-purchases-header__back > svg,
.current-purchases-header__download > svg {
    margin: 0 12px 0 0;
}

.information-order {
    margin: 30px 0;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.information-order__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding: 22px 15px;
    color: #000000;
}

.information-order-header {
    background: #f5f5f5;
}

.information-order-header,
.information-order-content {
    display: flex;
    flex-wrap: wrap;
}

.information-order-header__item:first-child,
.information-order-content__item:first-child {
    width: 24%;
}

.information-order-header__item,
.information-order-content__item {
    border-bottom: 1px solid #e1e1e1;
    width: 12%;
}

.information-order-header__item:not(:last-child),
.information-order-content__item:not(:last-child) {
    border-right: 1px solid #f5f5f5;
}

.information-order-header__title,
.information-order-content__title,
.information-order-title-mobile {
    margin: 15px;
    color: #00000099;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.information-order-title-mobile {
    display: none;
}

.information-order-footer {
    margin: 27px 17px 0 17px;
}

.information-order-footer__item {
    margin: 0 0 8px 0;
}

.information-order-footer__title,
.information-order-footer__text {
    color: #626262;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.information-order-footer__text {
    font-size: 16px;
}

.information-order-total {
    margin: 20px 0 0;
    padding: 21px 15px 21px;
    border-top: 1px solid #e1e1e1;
}

.information-order-total__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.information-order-total__text > span {
    font-size: 22px;
}

.personal-info-form,
.setting-form {
    margin: 0 -8px;
}

.inside-page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    color: #181a1e;
}

.inner-favorite {
    border-radius: unset !important;
}

.setting-form-line {
    margin: 20px 0;
    border-bottom: 1px solid #ededed;
}

sub {
    bottom: -.15em !important;
    /*vertical-align: bottom;*/
}

.input-alert {
    font-size: 12px;
    color: #ff1d1b;
}

.required::after {
    content: ' *';
    color: #ff1d1b;
}

.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;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.registration-form-container .main-form__item {
    position: relative;
}


/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .header-search {
        top: 158px;
    }

    .header-menu__link {
        font-size: 17px;
    }

    .category-menu {
        height: 455px;
    }

    .main-slide-info-bg {
        max-width: 618px;
        bottom: 50px;
    }

    .main-slide-info {
        padding: 30px;
        min-width: 100%;
    }

    .header-search-form__btn {
        right: 22px;
    }

    .header-search-form__searchIcon {
        left: 22px;
    }
}

@media all and (max-width: 1199px) {
    .header-search {
        top: 93px;
    }

    .header-bottom,
    header.bg-white .header-bottom {
        border: none;
        padding: 0;
    }

    .navigation__header,
    .category-menu__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 0 30px;
    }

    .navigation {
        visibility: hidden;
        position: fixed;
        padding: 20px 30px;
        top: 0;
        width: 100%;
        right: 100%;
        z-index: 20;
        background: url('../img/bg-logo.png') no-repeat 50% 95%;
        background-size: 80%;
        background-color: #ffffff;
        height: 100svh;
        overflow-y: auto;
        transition: .4s ease;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .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 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .header-menu__item {
        margin: 12px 0;
    }

    .header-menu__link {
        color: #181a1e;
    }

    .header-menu__link > svg * {
        fill: #181a1e;
    }

    .navigation-logo,
    .category-menu-logo,
    .header-icons_menu-burger,
    .menu-burger-close,
    .category-mobile-icon,
    .category-sub-back,
    .category-sub-close-btn {
        display: flex;
    }

    .category-btn-red {
        background: #FF1D1C;
        color: #ffffff !important;
    }

    .category-btn-red > svg * {
        fill: #ffffff;
    }

    .category-menu-bg {
        top: 0;
    }

    .category-close-btn {
        margin: 0;
    }

    .category-menu {
        height: 100svh;
        padding: 20px 0;
    }

    .category-menu-row__item {
        width: 100%;
    }

    .category-menu-row__item:not(:last-child) {
        border-bottom: 1px solid #b2b2b2de;
    }

    .category-menu-row__item {
        margin: 0 0 10px;
    }

    .category-title {
        border: none;
        min-height: auto;
        line-height: 35px;
    }

    .category-sub {
        display: none;
        padding: 20px 30px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100svh;
        overflow-y: scroll;
        background: #ffffff;
    }

    .category-sub__link {
        font-size: 18px;
        line-height: 48px;
    }

    .navigation::-webkit-scrollbar,
    .category-menu::-webkit-scrollbar,
    .category-sub::-webkit-scrollbar {
        width: 6px;
    }

    .navigation::-webkit-scrollbar-track,
    .category-sub::-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,
    .category-sub::-webkit-scrollbar-thumb {
        background: #000000;
    }

    .section-space {
        padding: 0 0 35px;
    }

    .advertising-banner,
    .advertising-big-banner {
        padding: 35px 0 0;
    }

    .header-behind-space {
        padding: 96px 0 0;
    }

    .product-card-five > .product-card__item,
    .product-card-six > .brend-card__item {
        width: 25%;
    }

    .gallery-row__item {
        width: 20%;
    }

    .basket-table-container {
        width: 1000px;
    }

    .personal-area__item {
        width: 30%;
    }

    .personal-area__item:last-child {
        width: 68%;
    }
}

@media all and (max-width: 1024px) {
    footer {
        padding: 40px 0 17px;
    }

    .footer-row__item {
        width: 50%;
    }

    .header-search-form__input {
        padding: 8px 40px;
    }

    .main-slide-info-bg {
        max-width: 618px;
        bottom: 30px;
    }

    .main-slide-info__title {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .main-slide-info__text {
        font-size: 16px;
    }

    .main-title {
        font-size: 30px;
    }

    .categories-card__title {
        font-size: 25px;
        line-height: 35px;
    }

    .product-card-slide > .product-card,
    .product-card-economic-slide > .product-card,
    .brend-slide > .brend-card {
        flex-wrap: nowrap;
    }

    .products-banner-section {
        flex-direction: row-reverse;
    }

    .product-card-favorite,
    .product-card-basket,
    .product-card-delete {
        width: 29px;
        height: 29px;
    }

    .product-card__icons {
        position: absolute;
        top: 9px;
        right: 8px;
    }

    .products-banner {
        width: 30%;
    }

    .products-banner-section > .slider-section {
        width: 70%;
    }

    .about-us__des,
    .about-us__img {
        width: 100%;
    }

    .about-us__des {
        padding: 35px 30px;
        margin: 0 0 -200px;
    }

    .about-us {
        background: url("../img/bg-logo.png") 0% 0% no-repeat;
        background-size: 200px !important;
    }

    .blog-card__item,
    .information-sub-card__item {
        width: 50%;
    }

    .product-filter-row__item,
    .product-filter-row__item:last-child {
        width: 100%;
    }

    .product-filter-btn,
    .product-filter-close-btn {
        display: block;
    }

    .product-filter {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 100%;
        width: 100vw;
        height: 100vh;
        z-index: 50;
        padding: 20px 30px;
        background: #ffffff;
        overflow-y: auto;
        backdrop-filter: blur(6px);
        transition: .4s ease;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .4s ease;
    }

    .product-filter.open {
        visibility: visible;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    .product-filter::-webkit-scrollbar {
        width: 6px;
    }

    .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;
    }

    .product-filter::-webkit-scrollbar-thumb {
        background: #000000;
    }

    .product-filter-btns {
        display: flex;
    }

    .bread-crumbs {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .bread-crumbs::-webkit-scrollbar {
        display: none;
    }

    .product-detail__silde {
        width: 70%;
    }

    .product-detail__info {
        width: 100%;
    }

    .product-detail__title,
    .product-detail__code {
        display: none;
    }

    .product-detail__silde > .product-detail__title,
    .product-detail__silde > .product-detail__code {
        display: block;
    }

    .product-detail__silde > .product-detail__code {
        margin: 0 0 20px;
    }

    .review__item {
        padding: 15px 0;
    }

    .review-comment {
        margin: 30px 0 0;
    }

    .contacts-page-row {
        padding: 25px 0;
    }

    .contacts-page-row__form {
        width: 35%;
    }

    .contacts-page-row__map {
        width: 63%;
    }

    .contacts-page-info {
        padding: 40px 0;
    }

    .shops {
        padding: 10px 0 30px;
    }

    .shops__address {
        width: 40%;
    }

    .shops__map {
        width: 58%;
        max-height: 400px;
        margin: 0 0 25px;
    }

    .shops__address::-webkit-scrollbar {
        width: 6px;
    }

    .gallery-row__item {
        width: 25%;
    }

    .about-support__item {
        width: 50%;
    }

    .vacancies-page__des,
    .vacancies-page__details {
        width: 100%;
    }

    .vacancies-page__details > .vacancies__footer {
        justify-content: flex-start;
    }

    .personal-area-btn {
        display: block;
    }

    .personal-area__item,
    .personal-area__item:last-child {
        width: 100%;
    }

    .personal-area-menu-bg {
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 100vh;
        z-index: 50;
        padding: 20px 15px;
        background: rgb(255 255 255 / 65%);
        border-radius: 0px 0px 10px 10px;
    }

    .personal-area-menu {
        max-width: 360px;
        width: 100%;
        height: fit-content;
    }

    .information-order {
        padding: 27px 0;
    }

    .information-order__title {
        padding: 0 20px;
        text-align: left;
    }

    .information-order-header {
        display: none;
    }

    .information-order-header,
    .information-order-content {
        padding: 15px 0;
        flex-direction: column;
        border-bottom: 1px solid #e1e1e1;
    }

    .information-order-content__item,
    .information-order-header__item:not(:last-child),
    .information-order-content__item:not(:last-child) {
        border: none;
        width: 100%;
    }

    .information-order-header__title,
    .information-order-content__title,
    .information-order-title-mobile {
        margin: 0;
    }

    .information-order-title-mobile {
        display: block;
        padding: 12px 20px;
        background: #f5f5f5;
    }

    .information-order-content__title {
        margin: 11px 20px;
        font-size: 17px;
    }

    .information-order-footer {
        padding: 30px 0 0;
        margin: 0 20px;
    }

    .information-order-footer__title,
    .information-order-footer__text {
        padding: 0;
    }

    .information-order-total {
        margin: 30px 0 0;
        padding: 23px 0 0;
    }
}

@media all and (max-width: 767px) {
    .header-logo {
        max-width: 150px;
    }

    .header-search {
        top: 82px;
    }

    .header-icons_search,
    .header-icons_favorite,
    .header-icons_basket,
    .header-icons_user,
    .header-icons_lang,
    .language-group,
    .header-icons_menu-burger {
        margin: 0 0 0 10px;
    }

    .header-icons_search > svg,
    .header-icons_favorite > svg,
    .header-icons_basket > svg,
    .header-icons_user > svg,
    .header-icons_lang > svg {
        width: 20px;
        height: auto;
    }

    .main-slide-info-bg {
        max-width: 480px;
    }

    .categories-card {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }

    .categories-card__item {
        padding: 10px 10px;
        grid-column: span 1 / auto;
        grid-row: span 1 / auto;
    }

    .categories-card__item:nth-child(3),
    .categories-card__item:nth-child(4) {
        grid-column: span 2 / auto;
        grid-row: span 2 / auto;
        min-width: auto;
    }

    .section-space {
        padding: 0 0 25px;
    }

    .advertising-banner,
    .advertising-big-banner {
        padding: 25px 0 0;
    }

    .advertising-banner__title {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 20px;
        max-width: 220px;
    }

    .header-behind-space {
        padding: 83px 0 0;
    }

    .product-card-five > .product-card__item,
    .product-card-six > .brend-card__item,
    .personal-area__item > .product-card > .product-card__item {

        width: 33.333%;
    }

    .modal-close-btn {
        display: block;
    }

    .contacts-page-row__form,
    .contacts-page-row__map {
        width: 100%;
    }

    .contacts-page-map {
        height: 300px;
        margin: 25px 0 0;
    }

    .shops {
        flex-direction: column;
        padding: 10px 0 30px;
    }

    .shops__address,
    .shops__map {
        width: 100%;
    }

    .blog-page-information__img,
    .information-page__img {
        margin: 0 20px 10px 0;
    }

    .gallery-row__item {
        width: 33.333%;
    }

    .aboutUs__item:not(:last-child) {
        margin: 0 0 140px;
    }

    .aboutUs-details__des {
        width: 100%;
    }

    .aboutUs-details__img {
        width: 100%;
        margin: 25px 0 0;
    }

    .aboutUs__item:nth-child(even) .aboutUs-details__des {
        text-align: left;
    }

    .basket-table {
        padding: 24px 20px;
    }

    .basket-table-container {
        width: 100%;
    }

    .basket-table__title,
    .basket-table-header {
        display: none;
    }

    .basket-table-content {
        padding: 0 0 15px;
        flex-direction: column;
        position: relative;
    }

    .basket-table-footer {
        padding: 14px 0 0;
    }

    .basket-table-header__item,
    .basket-table-content__item,
    .basket-table-header__item:first-child,
    .basket-table-content__item:first-child,
    .basket-table-header__item:last-child,
    .basket-table-content__item:last-child,
    .basket-order-table .basket-table-header__item,
    .basket-order-table .basket-table-content__item,
    .basket-order-table .basket-table-header__item:first-child,
    .basket-order-table .basket-table-content__item:first-child {
        width: 100%;
        margin: 8px 0;
    }

    .basket-table-content__item:last-child {
        margin: 0;
    }

    .basket-table-content__mobile-title {
        display: block;
    }

    .basket-table__title {
        padding: 0;
    }

    .basket-table-content__text {
        max-width: 360px;
    }

    .basket-table-content__delete {
        position: absolute;
        top: 12px;
        right: 0;
    }

    .personal-area-form-row__item {
        width: 50%;
    }

    .personal-area-form-row__btn {
        margin: 8px 0 0;
    }

    .order-take-map {
        height: 350px;
    }
}

@media all and (max-width: 575px) {
    .container {
        padding: 0 15px;
    }

    .header-logo {
        max-width: 90px;
    }

    .header-search {
        top: 57px;
    }

    .header-search-form__input {
        padding: 6px 40px;
    }

    .header-search-form__searchIcon {
        left: 8px;
        top: 7px;
        width: 32px;
        height: auto;
    }

    .header-search-form__btn {
        right: 8px;
        top: 7px;
    }

    .header-search-form__btn > svg {
        width: 14px;
        height: auto;
    }

    .header-search-form__input {
        height: 47px;
        font-size: 14px;
    }

    .search-results-bg {
        top: 47px;
    }

    .search-results_info {
        padding: 18px 0;
    }

    .header-icons_search > svg,
    .header-icons_favorite > svg,
    .header-icons_basket > svg,
    .header-icons_user > svg,
    .header-icons_lang > svg {
        width: 17px;
        height: 17px;
        display: flex;
    }

    .language-group__btn {
        padding: 5px;
    }

    .language-group__title {
        font-size: 0;
        margin: 0 3px;
    }

    .language-selcet {
        left: auto;
        width: fit-content;
    }

    .navigation__header,
    .category-menu__header {
        margin: 0px 0 20px;
    }

    .navigation,
    .category-sub {
        padding: 20px 15px;
    }

    .footer-logo {
        max-width: 200px;
        margin: 0 0 30px;
    }

    .footer-row__item {
        width: 100%;
    }

    .main-slide__item > img {
        min-height: 280px;
        object-fit: cover;
    }

    .main-slide-info-bg {
        max-width: 357px;
        bottom: 15px;
    }

    .main-slide-info {
        padding: 20px 15px;
    }

    .main-slide-info__title {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .main-title {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .categories-card {
        margin: 0 -6px;
    }

    .categories-card__item {
        padding: 6px;
    }

    .categories-card__title {
        font-size: 20px;
        line-height: 31px;
    }

    .products-banner-section {
        flex-direction: column-reverse;
    }

    .products-banner,
    .products-banner-section > .slider-section {
        width: 100%;
    }

    .advertising-banner__item {
        width: 100%;
        margin: 0 0 10px;
    }

    .product-card__discount {
        padding: 3px 8px;
    }

    .about-us__des {
        padding: 30px 15px;
        margin: 0 0 -100px;
    }

    .about-us__des {
        font-size: 16px;
    }

    .blog-card__item,
    .information-sub-card__item {
        width: 100%;
    }

    .header-behind-space {
        padding: 59px 0 0;
    }

    .page-title {
        font-size: 20px;
        margin: 0 15px 20px 10px;
    }

    .product-card-five > .product-card__item,
    .product-card-six > .brend-card__item,
    .personal-area__item > .product-card > .product-card__item {
        width: 50%;
    }

    .page-title::before {
        height: 30px;
    }

    .product-filter-btn > svg {
        width: 25px;
    }

    .product-filter-close-btn {
        margin: 0 0 20px auto;
    }

    .product-filter {
        padding: 20px 15px;
    }

    .product-detail__silde {
        width: 100%;
    }

    .product-detail-slide {
        margin: 0 0 20px;
    }

    .product-detail__text {
        margin: 12px 0 20px;
    }

    .product-detail-description {
        padding: 25px 0 30px;
    }

    .product-description__header {
        margin: 0 0 25px;
    }

    .product-description__title {
        padding: 15px 20px;
    }

    .review__title {
        font-size: 17px;
    }

    .review-comment {
        padding: 15px;
        margin: 10px 0 0;
    }

    .review-comment-form > .rating {
        margin: 0 0 15px;
    }

    .review-comment-form__text {
        margin: 8px 0 15px;
    }

    .review-comment-form__btn {
        padding: 10px 30px;
    }

    .review-comment-form__item > label {
        top: -10px;
        font-size: 12px;
    }

    .modal-content {
        padding: 22px;
    }

    .modal-login__text {
        margin: 0 0 22px;
        font-size: 14px;
    }

    .registration-content {
        margin: 20px 0 0;
    }

    .registration-form-container {
        max-width: 600px;
        margin: 35px auto;
    }

    .contacts-page-info {
        padding: 30px 0 10px;
    }

    .contacts-page-info__link {
        font-size: 18px;
    }

    .contacts-social-media__link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        padding: 11px;
    }

    .blog-page-information__img,
    .information-page__img {
        width: 100%;
        margin: 0 0 22px 0;
    }

    .gallery-row__item {
        width: 50%;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 52%;
    }

    .downloads__link {
        padding: 18px 15px;
    }

    .information-sub-card__link {
        padding: 15px;
    }

    .information-sub-card__title {
        margin: 20px 0 0;
        font-size: 16px;
    }

    .aboutUs {
        background: url("../img/bg-logo.png") 50% 50% no-repeat;
        background-size: 95% !important;
        padding: 0 0 25px;
    }

    .aboutUs__item:not(:last-child) {
        margin: 0 0 100px;
    }

    .about-support {
        padding: 0;
    }

    .about-support__item {
        width: 100%;
    }

    .accordion {
        padding: 15px 0 0;
    }

    .accordion-item__title {
        padding: 12px 15px;
    }

    .accordion-item__content {
        padding: 15px;
    }

    .vacancies__link {
        padding: 20px;
        margin: 0 0 18px;
    }

    .vacancies__title {
        font-size: 18px;
    }

    .share-with-friends {
        display: flex;
        margin: 25px 0;
    }

    .vacancies-page__details > .vacancies__footer > .vacancies-text {
        font-size: 16px;
        padding: 9px 13px;
    }

    .personal-area {
        padding: 5px 0 25px;
    }

    .basket-table {
        padding: 14px 11px;
    }

    .personal-area-form-row__item {
        width: 100%;
    }

    #orderDeliveryContent {
        margin: 0 0 10px;
    }

    .basket-order-checked {
        margin: 15px -12px 20px;
    }

    .personal-area-form-row {
        margin: 25px -8px 0;
    }

    .mark-on-map-btn {
        font-size: 13px;
    }

    .payment-online {
        margin: 0 -5px;
    }

    .order-total {
        margin: 30px 0 15px 0;
        justify-content: flex-start;
    }

    .order-total__text > span {
        font-size: 20px;
    }

    .basket-order-form__btn {
        margin: 0;
    }

    .ordering-information {
        padding: 20px 0;
    }

    .current-purchases-link {
        flex-direction: column;
    }

    .current-purchases-link__status {
        justify-content: flex-start;
    }

    .order-status,
    .order-time-date {
        margin: 5px 5px 5px 0;
    }

    .current-purchases-link__order {
        white-space: wrap;
    }
}

@media all and (max-width: 420px) {
    .product-filter-btns__apply {
        margin: 0 0 5px;
    }

    .product-filter-btns__apply,
    .product-filter-btns__cancel {
        width: 100%;
    }

    .current-purchases-header__download {
        font-size: 13px;
    }
}

@media all and (max-width: 374px) {
    .main-slide-info-bg {
        max-width: 300px;
    }
}
