@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans Armenian", sans-serif;
    line-height: 1.5;
    -webkit-tap-highlight-color: transparent;
}

main {
    min-height: calc(100vh - 600px);
    padding: 69px 0 0;
}

a {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    font-family: unset;
    background: transparent;
}

input {
    outline: none;
    border: none;
}

select {
    cursor: pointer;
}

img {
    display: flex;
    width: 100%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.base-btn {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    padding: 10px 35px;
    border-radius: 5px;
    border: 1px solid #000000;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.base-btn:hover {
    color: #ffffff;
    background: #8C72B3;
    border: 1px solid #8C72B3;
}

header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 35;
    padding: 11px 0;
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(169, 169, 169, 0.25);
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header-logo {
    max-width: 118px;
    width: 100%;
}

header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menu-section {
    display: flex;
    align-items: center;
    margin: 0 25px;
}

.header-search-form {
    position: relative;
    width: 488px;
}

.header-search-form__icon {
    position: absolute;
    top: 15px;
    left: 23px;
}

.header-search-form__input {
    width: 100%;
    padding: 17px 44px 17px 64px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 1px 7px rgba(186, 188, 192, 0.25);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.header-icons {
    display: flex;
    align-items: center;
}

.header-icons_favorite,
.header-icons_basket,
.header-icons_user,
.header-icons_menu-burger {
    margin: 0 0 0 12px;
}


.header-icons_menu-burger,
.menu-burger-close {
    display: none;
}

.language-group {
    position: relative;
    margin: 0 0 0 17px;
    min-width: 113px;
}

.language-group__btn {
    display: flex;
    align-items: center;
}

.language-group__btn::after {
    content: "❯";
    font-size: 11px;
    rotate: 90deg;
    margin: 0 0 0 8px;
    color: #484848;
}

.language-group__title {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #848383;
}

.language-group__btn.open::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.language-select {
    display: none;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 25;
    padding: 6px 10px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.language-select__link {
    display: flex;
    align-items: center;
    margin: 6px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #848383;
}

.language-group__title>img,
.language-select__link>img {
    display: flex;
    margin: 0 8px 0 0;
    width: 32px;
    height: 16px;
    object-fit: fill;
}

.language-select__link_active,
.language-select__link:hover {
    color: #8C72B3;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.language-select__link_active{
    display: none;
}

.header-bottom {
    background: #8C72B3;
}

.header-bottom>.container {
    position: relative;
    display: flex;
    align-items: center;
}

.header-search {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 15;
    width: 100%;
}

.category-btn {
    padding: 12px 16px;
    margin: 0 0 -20px;
    display: flex;
    align-items: center;
    background: #8C72B3;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.category-btn__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
}

.category-btn__text>svg {
    vertical-align: middle;
}

.category-menu-bg {
    display: none;
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    height: calc(100svh - 69px);
    z-index: 22;
    background: rgba(28, 27, 27, 0.019999999552965164);
    backdrop-filter: blur(22px);
}

.category-menu {
    height: 100%;
    width: 470px;
    padding: 30px 19px;
    overflow-y: scroll;
    background: #ffffff;
}

.category-menu>.container {
    position: relative;
}

.category-menu::-webkit-scrollbar,
.category-sub::-webkit-scrollbar {
    width: 8px;
}

.category-menu::-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;
}

.category-menu::-webkit-scrollbar-thumb,
.category-sub::-webkit-scrollbar-thumb {
    background: #8C72B3;
}

.category-menu-row__item {
    width: 100%;
}

.category-menu-discount {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}

.category-menu-discount>svg {
    margin: 0 8px 0 0;
}

.category-menu-discount__link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #d20000;
}

.category-menu__item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #CACACA;
}

.category-title {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #080808;
    margin: 0 15px 0 0;
}

.category-sub {
    display: none;
    border-left: 1px solid #CACACA;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 470px;
    width: 328px;
    height: 100%;
    padding: 30px 26px;
    background: #ffffff;
}

.category-sub-header {
    display: none;
    margin: 0 0 20px;
}

.category-sub__all {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    text-decoration-line: underline;
    color: #2a2a2a;
    margin: 0 0 40px;
}

.category-sub-header__back {
    display: flex;
    align-items: center;
    width: fit-content;
}

.category-sub-header__title {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    text-align: left;
    color: #000000;
    padding: 0 0 0 9px;
}

.category-sub-close-btn {
    display: none;
}

.category-sub__item {
    list-style-type: none;
}

.category-sub__link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 51px;
    text-align: left;
    color: #000000;
}

.navigation {
    display: flex;
    align-items: center;
}

.header-menu__item {
    display: flex;
    position: relative;
    padding: 5px 20px;
    list-style: none;
}

.header-menu__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-right: 1px solid #E1E1E1;
    height: 10px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.header-menu__link {
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #393939;
}

footer {
    background: #fbfbfb;
    padding: 85px 0 18px;
}

.footer-logo {
    display: flex;
    max-width: 236px;
    width: 100%;
    margin: 0 0 29px;
}

.footer-row {
    margin: 0 -15px;
}

.footer-row__item {
    width: 25%;
    margin: 0 0 30px;
    padding: 0 15px;
}

.footer-menu__item {
    list-style: none;
}

.footer-menu-title {
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #0b0b0c;
    margin: 0 0 15px;
}

.footer-menu__link {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    text-align: left;
    color: #393939;
}

.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;
    background: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 10px;
    margin: 0 4px 7px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.social-media-icon-item>img {
    height: 100%;
    object-fit: contain;
}

.footer-links {
    padding: 0 0 15px;
    margin: auto;
}

.footer-links__link {
    padding: 0 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 39px;
    text-align: left;
    color: #393939;
}

.footer-info {
    padding: 28px 0 0;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
}

.footer-info__section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #393939;
}

.footer-info__section>.footer-info__text:hover {
    color: #8C72B3;
    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;
    margin: 10px 0 0;
    height: 100vh;
    z-index: 30;
    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: #8C72B3;
    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.3400000035762787);
}

.modal-bg::-webkit-scrollbar,
.modal-content::-webkit-scrollbar {
    width: 5px;
}

.modal-bg::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.modal-bg::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb {
    background: #8C72B3;
}

.modal-centered {
    cursor: auto;
    display: flex;
    align-items: center;
    margin: 20px auto;
    min-height: 100%;
}

.modal-vacancies-centered {
    max-width: 686px;
}

.modal-search-bg {
    background: rgba(255, 255, 255, 0.9200000166893005);
}

.modal-search-centered {
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-start;
}

.modal-content {
    /* max-height: 800px;
    overflow-y: scroll; */
    width: 100%;
    padding: 35px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 38px rgba(224, 224, 224, 0.17);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modal-search {
    background: transparent;
    box-shadow: unset;
    padding: 0;
}

.modal-header {
    position: relative;
}

.modal-search>.modal-header {
    background: #fbfbfb;
    padding: 20px 0;
}

.modal-vacancies__title {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #0c0c0c;
    margin: 0 30px 0 0;
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.modal-search .modal-close-btn {
    display: block;

}

.modal-vacancies-info {
    margin: 25px 0;
}

.login-form {
    margin: 60px 0 0;
    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: #464646;
    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__textarea {
    resize: none;
    display: flex;
    height: 200px;
}

.main-form__btn {
    margin: 0 0 0 auto;
    padding: 10px 30px;
}

.forgot-password {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    text-decoration-line: underline;
    color: #052b3b;
}

.main-product-section {
    background: #F8F8F8;
}

.main-product {
    padding: 69px 0 0;
    justify-content: space-between;
}

.main-product__img {
    width: 49%;
}

.main-product__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
}

.main-product__title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: left;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-product__price {
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: normal;
    text-align: left;
    color: #000000;
    margin: 28px 0 24px;
}

.main-product__price>sub {
    font-size: 35px;
}

.main-product__btn {
    padding: 10px 65px;
    margin: 0 0 25px;
    background: transparent;
}

.main-product___all-btn {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: right;
    margin: 0 0 0 auto;
    text-decoration-line: underline;
    color: #2a2a2a;
}

.main-product-silde {
    padding: 42px 0 0;
}

.main-product-silde__btns {
    width: 85px;
    top: 15px;
    position: absolute;
}

.main-product-silde__btns>.main-product-silde__prev svg,
.main-product-silde__btns>.main-product-silde__next svg {
    width: 27px;
    height: 27px;
}

.main-product-silde__btns>.main-product-silde__prev,
.main-product-silde__btns>.main-product-silde__next,
.product-detail-slide>.product-detail-slide__prev,
.product-detail-slide>.product-detail-slide__next {
    background: unset;

}

.main-banner-section,
.main-product-card-section,
.about-us-section {
    margin: 80px 0 0;
}

.main-banner {
    justify-content: space-between;
}

.main-banner__img {
    width: 49.5%;
}

.main-banner__img>img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.product-card.product-card-silde {
    margin: 0;
    flex-wrap: nowrap;
}

.product-card__item {
    width: 25%;
    padding: 0 4px 8px;
}

.product-card.product-card-silde .product-card__item {
    padding: 0;
}

.product-card__link {
    position: relative;
    display: block;
    height: 100%;
}

.product-card-footer {
    padding: 12px 14px;
}

.product-card__title {
    min-height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #0b0b0c;
    margin: 0 0 10px;
    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 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 14px;
    text-align: left;
    color: #0c0c0c;
}

.main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #0b0b0c;
    margin: 0 0 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-btns {
    width: 80px;
    position: absolute;
    top: 40px;
    right: -12px;
}

.category-slide-prev,
.category-slide-next,
.product-slide-prev,
.product-slide-next {
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 1px 7px rgba(186, 188, 192, 0.25);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 9px;
    height: 9px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0;
}

.section-space,
.about-us-page {
    padding: 0 0 58px;
}

.main-product-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.main-product-card-silde>.swiper-wrapper {
    flex-wrap: wrap;
}

.main-product-card__item {
    padding: 0 7px 15px;
    width: 16.666%;
}

.main-product-card__link {
    display: block;
    height: 100%;
}

.main-product-card__category {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: #8a77b7;
    margin: 23px 0 0;
}

.main-product-card__title {
    min-height: 40px;
    margin: 6px 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #0b0b0c;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-product-card__prices {
    display: flex;
    align-items: baseline;
}

.main-product-card__price,
.main-product-card__old {
    margin: 0 8px 0 0;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    text-align: left;
    color: #0c0c0c;
}

.main-product-card__old {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #0c0c0c;
}

del {
    text-decoration-color: #767676;
    -moz-text-decoration-color: #767676;
}

.discount-lable {
    position: absolute;
    top: 10px;
    left: 17px;
    width: fit-content;
    z-index: 2;
    padding: 4px 10px;
    background: #FF0000;
    text-align: center;
}

.discount-lable__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
}

.product-card-btns {
    display: none;
    position: absolute;
    top: 22px;
    right: 22px;
    flex-direction: column;
}

.product-card__basket {
    margin: 0 0 10px;
}

.product-card-size {
    display: none;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8999999761581421);
}

.product-card__link:hover .product-card-size,
.product-card__link:hover .product-card-btns {
    display: flex;
}

.product-card-size__item {
    padding: 4px 8px;
    position: relative;
}

.product-card-size__item>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.product-card-size__item>label {
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #737373;
}

.product-card-size__item>input:checked+label {
    color: #000000;
}

.about-us {
    justify-content: space-between;
}

.about-us__img {
    width: 49%;
}

.about-us__des {
    width: 48%;
}

.about-us__title {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    text-align: left;
    text-transform: uppercase;
    color: #0b0b0c;
    margin: 0 0 35px;
}

.product-card-prices__title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #b6b6b6;
}

.product-card-prices__price {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000000;
}

.product-card-prices__price>span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #898585;
    padding: 0 0 0 5px;
}

.product-card-basket {
    flex-wrap: nowrap;
    margin: 18px 0 0;
    justify-content: space-between;
}

.product-card-basket__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 33px;
    height: 33px;
    margin: 0 0 0 8px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.product-add-count {
    display: flex;
    align-items: center;
    max-width: 173px;
    width: 100%;
    height: 36px;
    padding: 5px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 0px 10px rgba(172, 172, 172, 0.25);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.filter-type {
    margin: 0 0 35px;
}

.filter-type__item {
    padding: 0 20px 10px 0;
}

.filter-type__section {
    position: relative;
    cursor: pointer;
    background: #ffffff;
}

.filter-type__title {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #0b0b0c;
}

.filter-type__title>svg {
    margin: 0 0 0 5px;
}

.filter-checkbox {
    display: none;
    width: fit-content;
    min-width: 150px;
    position: absolute;
    z-index: 5;
    margin: 8px 0 0;
    overflow-y: auto;
    background: #ffffff;
    padding: 5px 10px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.filter-type__section.is-open .filter-checkbox {
    display: block;

}

.filter-checkbox::-webkit-scrollbar {
    width: 4px;
}

.filter-checkbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.filter-checkbox::-webkit-scrollbar-thumb {
    background: #8C72B3;
}

.filter-type__section.is-open>.filter-checkbox {
    visibility: visible;
    transform: unset;
    height: 250px;
    z-index: 2;
    padding: 10px 17px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.filter-checkbox__item {
    padding: 7px 0;
    display: flex;
    align-items: center;
}

.filter-checkbox__item>input {
    cursor: pointer;
    min-width: 21px;
    width: 21px;
    height: 21px;
    accent-color: #8C72B3;
    background: #ffffff;
    margin: 0 7px 0 0;
    border: 1px solid #e2eaf0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.filter-checkbox__item>label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #06364b;
}

.decrement-count,
.increment-count,
.count-value {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #afafaf;
}

.decrement-count,
.increment-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #051d41;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.decrement-count:hover,
.increment-count:hover {
    color: #8C72B3;
}

.count-value {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #051d41;
}

.product-banner {
    margin: 70px 0 0;
    justify-content: space-between;
}

.product-banner__img {
    width: 38%;
}

.product-banner__img:nth-child(2) {
    width: 22%;
}

.product-banner__img>img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog-card {
    margin: 0 -12px;
}

.blog-card__item {
    width: 33.333%;
    padding: 0 12px 27px;
}

.blog-card__link {
    display: block;
    height: 100%;
}

.blog-card__footer {
    padding: 30px 10px 0;
}

.blog-card__title {
    min-height: 62px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    text-align: left;
    color: #0b0b0c;
    margin: 0 0 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-card__date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #393939;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 7px;
}

.bread-crumbs__link {
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #737373;
}

.bread-crumbs__link:not(:last-child)::after {
    content: " - ";
    font-size: 10px;
    padding: 0 5px 0 2px;
    color: #898585;
}

.bread-crumbs__link_active,
.bread-crumbs__link:hover {
    color: #000000;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.page-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-align: left;
    color: #000000;
    margin: 0 0 35px;
}

.pagination-section {
    justify-content: flex-end;
    padding: 42px 0 30px;
}

.page-banner {
    margin: 20px 0 0;
}

.page-banner>img {
    min-height: 100px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-detail {
    justify-content: space-between;
    padding: 5px 0 0;
    margin: 0 0 45px;
}

.product-detail__slide {
    width: 42%;
}

.product-detail__info {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-detail-slide>.product-detail-slide__prev>svg,
.product-detail-slide>.product-detail-slide__next>svg {
    width: 43px;
    height: 43px;
}

.product-detail__code {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #191919;
    margin: 0 0 21px;
}

.product-detail-section {
    margin: 0 0 30px;
    padding: 12px 16px 22px;
    background: rgba(240, 240, 240, 0.699999988079071);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-detail-section>.discount-lable {
    position: static;
}

.product-detail-section .discount-lable__text {
    font-size: 19px;
}

.product-detail__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #173651;
    margin: 11px 0 6px;
}

.product-detail-prices {
    margin: 0 0 14px;
}

.product-detail-prices>.main-product-card__price {
    font-size: 32px;
    font-weight: 600;
}

.product-detail-prices>.main-product-card__old {
    font-size: 15px;
}

.product-detail__btns {
    align-items: flex-start;
}

.product-count {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.product-count__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #051d41;
    margin: 0 20px 0 0;
}

.product-count__select {
    outline: none;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    min-width: 66px;
    margin: 0 10px 0 0;
    color: #051d41;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-cart-btn {
    margin: 0 10px 0 0;
    padding: 16px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    background: #8c71b3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-favorite-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border: 1px solid #212121;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.registration-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #222222;
    max-width: 800px;
}

.registration-content,
.login-content {
    margin: 30px 0 0;
}

.registration-form-container,
.login-form-container,
.password-recovery-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: #8C72B3;
}

.register-valid-text {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #222222;
    margin: 8px 0 0;
}

.register-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;
    font-style: normal;
}

.registration-form__btn,
.login-form__btn {
    margin: 0;
    padding: 10px 60px;
}

.register-link,
.reset-password-link {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    text-decoration-line: underline;
    color: #212121;
}

.small-container {
    max-width: 900px;
    margin: auto;
}

.blog-page__img {
    width: 100%;
    padding: 12px 0 30px;
}

.about-us-page__img {
    margin: 0 0 20px;
}

.about-us-page-section>.about-us {
    justify-content: flex-start;
    align-items: center;
}

.about-us-page-section>.about-us>.about-us__img,
.about-us-page-section>.about-us>.about-us__des {
    width: 38%;
}

.about-us-page-section>.about-us>.about-us__des {
    padding: 15px 15px 15px 45px;
}

.about-us-partners-bg {
    padding: 50px 0;
    background: #F8F8F8;
}

.about-us-partners {
    margin: 20px -14px 0;
}

.about-us-partners__item {
    width: 25%;
    padding: 14px;
}

.gallery-row {
    margin: 57px -6px 0;
}

.gallery-row__item {
    padding: 0px 6px 22px;
    width: 33.333%;
}

.gallery-row__item>a {
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.gallery-row__item>a img {
    border-radius: 3px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.gallery-row__item>a: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);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after,
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 2px solid #8C72B3;
}

.vacancies-page-des {
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 50px auto 80px;
}

.shops {
    justify-content: space-between;
}

.shops__map {
    min-height: 300px;
    height: 100vh;
    max-height: 500px;
    width: 68%;
    border-radius: 5px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.shops__address {
    width: 30%;
    height: 500px;
    overflow-y: auto;
    padding: 0 12px 0 0;
}

.shops__address::-webkit-scrollbar {
    width: 5px;
}

.shops__address::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.shops__address::-webkit-scrollbar-thumb {
    background: #8C72B3;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.shops__address__item {
    margin: 0 0 20px;
}

.shops__address__block {
    padding: 18px 28px 18px 22px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.shops__main-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #0b1d37;
    margin: 0 0 20px;
}

.shops__title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #7f7f7f;
}

.shops__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #0b1d37;
}

.location-icon {
    position: absolute;
    top: 12px;
    right: 12px;
}

.blog-page-information>.blog-card__date {
    margin: 0 0 15px;
}

.blog-page-information__img,
.information-page__img {
    width: 50%;
    float: left;
    margin: 0 30px 15px 0;
}

.blog-page-information__img>img,
.information-page__img>img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.faq-accordion-item {
    margin: 0 0 20px 0;
}

.faq-accordion-item__title {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 18px;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #5a5a5a;
}

.faq-accordion-item__title::after {
    content: "❯";
    rotate: 90deg;
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: 12px;
    font-size: 14px;
}

.faq-accordion-item__content {
    display: none;
    padding: 25px 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #1f2634;
}

.faq-accordion .faq-accordion-item__title.is-open,
.faq-accordion-item__title:hover {
    border-color: #8C71B3;
    color: #8C71B3;
}

.faq-accordion .faq-accordion-item__title.is-open::after {
    content: '❯';
    rotate: -90deg;
}

.faq-accordion-item__title.is-open+.faq-accordion-item__content {
    display: block;
}

.information-sub-card {
    margin: 40px -8px 0;
}

.information-sub-card__item {
    width: 25%;
    padding: 8px;
}

.information-sub-card__link {
    display: block;
    height: 100%;
    padding: 17px;
    background: #fffcfc;
    border: 1px solid #eaeaea;
}

.information-sub-card__link,
.information-sub-card__link>img {
    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;
}

.vacancies {
    margin: 0 -8px;
}

.vacancies__item {
    width: 50%;
    padding: 0 8px 8px;
}

.vacancies__block {
    cursor: pointer;
    display: block;
    padding: 20px 28px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -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__block:hover .vacancies__title {
    color: #8C72B3;
    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;
    margin: 19px 0 22px;
}

.vacancies__footer {
    padding: 13px 0 0;
    border-top: 1px solid #e4e4e4;
}

.vacancies-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #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__header,
.search-result__text {
    margin: 0 0 40px;
}

.share-with-friends {
    display: flex;
    margin: 35px 0 20px;
}

.share-with-friends__title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin: 10px 15px 0 0;
}

.share {
    display: flex;
    flex-wrap: wrap;
}

.share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    width: 40px;
    height: 40px;
    padding: 9px;
    background: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.share__link>img {
    height: 100%;
    object-fit: contain;
}

.search-result__text {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    text-align: left;
    color: #444e55;
}

.modal-bg .share-with-friends {
    margin: 40px 0 0;
}

.contacts-page {
    justify-content: space-between;
}

.contacts-page__form {
    width: 47%;
}

.contacts-page__map {
    width: 100%;
}

.contacts-page-form {
    padding: 35px 20px 28px;
    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;
}

.contacts-page-form>.main-form__item {
    width: 50%;
    padding: 0 8px;
}

.contacts-page-info {
    width: 48%;
}

.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: 39px;
    text-align: left;
    color: #444e55;
    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: 13px;
    margin: 0 7px 7px 0;
    background: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.contacts-social-media__link>img {
    height: 100%;
    object-fit: contain;
}

.contacts-page__iframe {
    margin: 40px 0 0;
    height: 400px;
    background: #ffffff;
    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__iframe>iframe {
    display: flex;
}

.personal-area-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.personal-area-btn {
    display: none;
    margin: 0 0 0 30px;
}

.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__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: #8C72B3;
}

.personal-area-menu__link_active {
    color: #8C72B3;
}

.basket-table {
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.basket-table-container {
    min-width: 1000px;
}

.basket-table__title {
    padding: 22px 25px;
    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: #8C72B3;
}

.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: 12%;
}

.basket-table-header__item:first-child,
.basket-table-content__item:first-child {
    width: 32%;
}

.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;
}

.personal-area-header>.main-title {
    text-align: left;
}

.basket-table-content__item>.product-count__select {
    padding: 5px;
    margin: 0 20px 0 0;
}

.basket-table-content__text {
    color: #000000;
    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__btn {
    margin: 0 0 0 auto;
}

.personal-area-form-row__btn:hover {
    color: #fff;
    background: #8C72B3;
}

.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: #8C72B3;
}

.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 #8C72B3;
    background: #8C72B3;
    color: #fff;
}

.select-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;
}

.mark-on-map-btn {
    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: #8C72B3;
}

.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;
    flex-wrap: wrap;
}

.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;
    margin: 0 10px 8px 0;
}

.order-total__text>span {
    font-size: 20px;
}

.basket-order-form__btn {
    padding: 10px 65px;
}

.ordering-information {
    margin: 32px 0;
    padding: 17px 8px 0;
    background: #F9F9F9;
}

.ordering-information__item {
    padding: 10px 18px;
    border-bottom: 1px solid #EEEEEE;
}

.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 {
    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;
    flex-wrap: wrap;
    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__order {
    white-space: nowrap;
    color: #737373;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 25px 8px 0;
}

.current-purchases-link__status {
    display: flex;
    flex-direction: column;
}

.order-status,
.order-time-date {
    color: #0C0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.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 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 11px 16px;
}

.current-purchases-header__download:hover svg * {
    fill: #fefefe;
}

.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__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: 15.2%;
}

.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: 12px 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-content__title {
    color: #000000;
}

.information-order-title-mobile {
    display: none;
}

.information-order-footer {
    margin: 32px 0 0;
    padding: 25px;
    background: #F9F9F9;
}

.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;
    color: #000000
}

.information-order-total {
    padding: 21px 15px 21px;
}

.information-order-total__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    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;
}

.setting-form-line {
    margin: 20px 0;
    border-bottom: 1px solid #ededed;
}

.personal-area__item .product-card>.product-card__item {
    width: 25%;
}

.search-from {
    max-width: 563px;
    width: 100%;
    margin: auto;
    position: relative;
    margin: 0 auto 24px;
}

.search-from__btn {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0 0 10px 0 10px;
}

.search-from__input {
    width: 100%;
    height: 42px;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #0c0c0c;
    padding: 0 35px 0 0;
}

.search-from__input::placeholder {
    font-size: 11px;
    color: #393939;
}

.search-from__input:focus {
    border-bottom: 1px solid #8a77b7;
}

.search-category {
    justify-content: center;
}

.search-category__link {
    padding: 8px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #0c0c0c;
}

.search-result {
    margin: 40px 0;
}

.search-result__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #0c0c0c;
    margin: 0 0 35px;
}

sub {
    vertical-align: middle;
}

.required::after {
    content: ' *';
    color: #c10000;
}

.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;
}





/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .header-menu__item {
        padding: 5px 12px;
    }

    .header-menu__link {
        font-size: 14px;
    }

    .header-btns__online-app,
    .header-btns__calculator {
        padding: 6px 15px;
    }

    .section-space,
    .about-us-page {
        padding: 0 0 40px;
    }

    .main-banner-section,
    .main-product-card-section,
    .about-us-section {
        margin: 40px 0 0;
    }

    .main-product-card-silde>.swiper-wrapper {
        flex-wrap: nowrap;
    }

    .gallery-row {
        margin: 40px -6px 0;
    }

    .vacancies-page-des {
        margin: 40px auto;
    }
}

@media all and (max-width: 1199px) {
    header>.container {
        position: relative;
        flex-wrap: wrap;
    }

    .header-logo {
        max-width: 85px;
        margin: 0 0 10px;
    }

    .header-icons {
        width: 100%;
        justify-content: flex-end;
    }

    .menu-section {
        margin: 0;
        left: auto;
        bottom: -11px;
        position: absolute;
    }

    .category-btn {
        margin: 0;
        padding: 6px 8px;
    }

    .language-group {
        position: absolute;
        top: 10px;
    }

    .header-icons_menu-burger {
        display: block;
    }

    .navigation {
        visibility: hidden;
        position: fixed;
        align-items: flex-start;
        padding: 20px 30px;
        top: 0;
        width: 100%;
        right: 100%;
        z-index: 20;
        background: url('../img/nav-bg-img.png') no-repeat 50% 98%;
        background-size: 92%;
        background-color: #ffffff;
        height: 100svh;
        overflow-y: scroll;
        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-mobile-menu {
        padding: 35px 0 0;
        display: block;
    }

    .header-menu {
        margin: 35px 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .header-menu__item {
        padding: 14px 0;
    }

    .header-menu__item:not(:last-child)::after {
        display: none;
    }

    .header-menu__link {
        font-size: 20px;
        text-align: right;
        color: #080808;
    }


    .menu-burger-close {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .menu-burger-close,
    .category-sub-header,
    .category-sub-back,
    .category-sub-close-btn {
        display: flex;
    }

    .category-menu-bg {
        top: 94px;
        height: calc(100svh - 94px);
    }

    .category-menu,
    .category-sub {
        width: 100%;
        padding: 30px;
        left: 0;
    }

    .category-title {
        padding: 0;
        margin: 0;
        border: none;
    }

    .category-sub__link {
        font-size: 18px;
        line-height: 48px;
        text-align: right;
    }

    .navigation::-webkit-scrollbar {
        width: 8px;
    }

    .navigation::-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 {
        background: #8C72B3;
    }

    .header-search .header-search-form {
        display: block;
        width: 100%;
    }

    main {
        padding: 94px 0 0;
    }

    .product-banner {
        margin: 40px 0 0;
    }

    .shops__map {
        width: 64%;
    }

    .shops__address {
        width: 33%;
    }

    .personal-area__item {
        width: 30%;
    }

    .personal-area__item:last-child {
        width: 68%;
    }

    .personal-area__item .product-card>.product-card__item {
        width: 33.333%;
    }

    footer {
        padding: 47px 0 15px;
    }

    .main-product {
        padding: 35px 0 0;
    }

    .main-product__title {
        font-size: 35px;
        line-height: 48px;
    }

    .main-product__price {
        font-size: 50px;
        margin: 15px 0;
    }

    .about-us-partners-bg {
        padding: 40px;
    }
}

@media all and (max-width: 1024px) {
    .footer-top-info {
        width: 50%;
    }

    .footer-logo {
        max-width: 160px;
        margin: 0 0 20px;
    }

    .footer-row__item {
        width: 50%;
    }

    .footer-info {
        padding: 20px 0 0;
    }

    .main-title {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 30px;
    }

    .section-space,
    .about-us-page {
        padding: 0 0 35px;
    }

    .main-banner-section,
    .main-product-card-section,
    .about-us-section {
        margin: 35px 0 0;
    }

    .blog-card {
        margin: 0 -7px;
    }

    .blog-card__item,
    .information-sub-card__item {
        width: 50%;
    }

    .blog-card__item {
        padding: 0 7px 15px;
    }

    .bread-crumbs {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 20px 0 6px;
    }

    .bread-crumbs::-webkit-scrollbar {
        display: none;
    }

    .page-title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 30px;
    }

    .product-card__item {
        width: 33.333%;
    }

    .product-detail__slide {
        width: 70%;
        margin: 0 0 25px;
    }

    .product-detail__info {
        width: 100%;
    }

    .shops__map,
    .shops__address {
        width: 100%;
    }

    .shops__map {
        margin: 0 0 35px;
    }

    .shops__address {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7px;
        padding: 0 5px 0 0;
    }

    .shops__address__item {
        width: 50%;
        padding: 0 7px;
    }

    .vacancies__item {
        width: 100%;
    }

    .vacancies-page__header,
    .search-result__text {
        margin: 0 0 30px;
    }

    .contacts-page-form {
        padding: 35px 20px 20px;
    }

    .contacts-page-form>.main-form__item {
        width: 100%;
        padding: 0;
    }

    .contacts-page-info__link {
        font-size: 25px;
    }

    .contacts-social-media__link {
        width: 45px;
        height: 45px;
        padding: 11px;
    }

    .personal-area-btn {
        display: flex;
    }

    .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: rgba(28, 27, 27, 0.019999999552965164);
        backdrop-filter: blur(5px);
    }

    .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 {
        background: unset;
        margin: 0;
    }

    .information-order-title-mobile {
        display: block;
        padding: 12px 20px 0;
    }

    .information-order-content__title {
        margin: 11px 20px;
        font-size: 17px;
    }

    .information-order-footer {
        padding: 20px;
    }

    .information-order-footer__title,
    .information-order-footer__text {
        padding: 0;
    }

    .information-order-total {
        padding: 20px 11px 0;
    }

    .about-us-page-section>.about-us>.about-us__img,
    .about-us-page-section>.about-us>.about-us__des {
        width: 50%;
    }

    .about-us-partners-bg {
        padding: 35px;
    }

    .gallery-row {
        margin: 35px -6px 0;
    }

    .vacancies-page-des {
        margin: 35px auto;
    }
    .modal-search>.modal-header{
        padding: 30px 0 15px;
    }
}

@media all and (max-width: 767px) {
    .modal-close-btn {
        display: block;
    }

    .product-banner {
        margin: 30px 0 0;
    }

    .page-banner {
        margin: 10px 0 0;
    }

    .product-detail-description {
        margin: 0 0 25px;
    }

    .shops__map {
        margin: 0 0 25px;
    }

    .shops__address__item {
        width: 100%;
    }

    .shops__address__block {
        padding: 15px 28px 18px 15px;
    }

    .blog-page-information__img,
    .information-page__img {
        margin: 0 20px 10px 0;
    }

    .vacancies-page__header,
    .search-result__text {
        margin: 0 0 25px;
    }

    .about-us__des,
    .about-us__img {
        width: 100%;
    }

    .about-us__img {
        margin: 0 0 30px;
    }

    .about-us__title {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 28px;
    }

    .page-title {
        font-size: 25px;
        line-height: 35px;
    }

    .basket-table {
        padding: 24px 20px;
    }

    .basket-table-container {
        min-width: fit-content;
        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;
        margin: 0 0 5px;
    }

    .basket-table__title {
        padding: 0;
    }

    .basket-table-content__item>.product-add-count {
        max-width: 173px;
    }

    .basket-table-content__text {
        font-size: 16px;
    }

    .basket-table-content__delete {
        position: absolute;
        top: 12px;
        right: 0;
    }

    .personal-area-form-row__item {
        width: 50%;
    }

    .order-take-map {
        height: 350px;
    }

    .personal-area-form-row__item {
        width: 50%;
    }

    .main-product__img,
    .main-product__info {
        width: 100%;
    }

    .main-product__img {
        margin: 0 0 15px;
    }

    .about-us-page-section>.about-us>.about-us__img,
    .about-us-page-section>.about-us>.about-us__des {
        width: 100%;
        margin: 0;
    }

    .about-us-page-section>.about-us>.about-us__des {
        padding: 25px 30px;
    }

    .about-us-partners__item {
        width: 33.333%;
    }

    .vacancies-page-des {
        margin: 25px auto 30px;
    }
}

@media all and (max-width: 575px) {
    header {
        padding: 8px 0;
    }

    .menu-section {
        bottom: -8px;
    }

    .container {
        padding: 0 15px;
    }

    .footer-info__section {
        align-items: flex-start;
    }

    .navigation {
        padding: 20px 15px;
    }

    .navigation::-webkit-scrollbar {
        width: 8px;
    }

    .menu-burger-close {
        position: absolute;
        top: 20px;
        left: 15px;
    }

    .header-menu {
        margin: 20px 0;
    }

    .header-menu__link {
        font-size: 18px;
    }

    .category-menu,
    .category-sub {
        padding: 28px 15px;
    }

    .category-sub-header {
        margin: 0 0 15px;
    }

    .header-search-form__input {
        width: 100%;
        padding: 13px 36px;
    }

    .header-search-form__btn {
        right: 6px;
        top: 9px;
    }

    .header-search-form__icon {
        top: 12px;
        left: 10px;
    }

    .footer-top-info {
        width: 100%;
        justify-content: flex-start;
        margin: 22px 0 0;
    }

    .footer-top-info__tel {
        margin: 0 0 11px;
    }

    .footer-top-info__text {
        justify-content: flex-start;
    }

    .footer-row__item {
        width: 100%;
        margin: 0 0 20px;
    }

    .category-menu-bg {
        top: 88px;
        height: calc(100svh - 88px);
    }

    main {
        padding: 88px 0 0;
    }

    .section-space,
    .about-us-page {
        padding: 0 0 25px;
    }

    .main-banner-section,
    .main-product-card-section,
    .about-us-section {
        margin: 25px 0 0;
    }

    .main-banner__img {
        width: 100%;
        margin: 6px 0;
    }

    .main-product {
        padding: 20px 0 0;
    }

    .main-product__title {
        font-size: 20px;
        line-height: 30px;
    }

    .main-banner__img>img,
    .page-banner>img,
    .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;
    }

    .main-title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 28px;
    }

    .swiper-btns {
        top: 30px;
    }

    .main-product-card__category {
        margin: 16px 0 0;
    }

    .product-banner__img:first-child {
        width: 61%;
        margin: 0 0 8px;
    }

    .product-banner__img:nth-child(2) {
        width: 36%;
        margin: 0 0 8px;
    }

    .product-banner__img,
    .blog-card__item,
    .information-sub-card__item {
        width: 100%;
    }

    .blog-card__footer {
        padding: 20px 7px 0;
    }

    .blog-card__title {
        font-size: 20px;
        margin: 0;
    }

    .page-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 28px;
    }

    .filter-type {
        margin: 0 0 20px;
    }

    .product-card__item,
    .personal-area__item .product-card>.product-card__item {
        width: 50%;
    }

    .product-detail__slide {
        width: 100%;
    }

    .product-detail-prices>.main-product-card__price {
        font-size: 27px;
    }

    .registration-form-container,
    .password-recovery-form-container {
        max-width: 600px;
        margin: 35px auto;
    }

    .blog-page-information__img,
    .information-page__img {
        width: 100%;
        margin: 0 0 22px 0;
    }

    .faq-accordion-item__content {
        padding: 24px 18px;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 52%;
    }

    .vacancies__block {
        padding: 20px 25px;
    }

    .vacancies__title {
        font-size: 20px;
    }

    .vacancies__des {
        margin: 10px 0 15px;
    }

    .contacts-page__form,
    .contacts-page-info {
        width: 100%;
    }

    .contacts-page-info,
    .contacts-page__iframe {
        margin: 29px 0 0;
    }

    .personal-area {
        padding: 5px 0 25px;
    }

    .basket-table {
        padding: 14px 11px;
    }

    .personal-area-form-row__item {
        width: 100%;
    }

    .basket-table-footer__text {
        font-size: 16px;
    }

    .basket-table-footer__text>span {
        font-size: 20px;
    }

    #orderDeliveryContent {
        margin: 0 0 10px;
    }

    .basket-order-checked {
        margin: 15px -12px 20px;
    }

    .personal-area-form-row {
        margin: 25px -8px 0;
    }

    .mark-on-map-btn {
        padding: 8px;
        font-size: 12px;
    }

    .payment-online {
        margin: 0 -5px;
    }

    .basket-order-form__btn {
        margin: 0;
    }

    .ordering-information {
        padding: 20px 0 0;
    }

    .order-status,
    .order-time-date {
        margin: 5px 5px 5px 0;
    }

    .current-purchases-link__order {
        white-space: wrap;
    }

    .current-purchases-header__download {
        font-size: 13px;
    }

    .information-order-total__text {
        justify-content: flex-start;
    }

    .personal-info-form,
    .setting-form {
        margin: 0;
    }

    .personal-area-form-row__item {
        width: 100%;
    }

    .personal-area-form-row__btn {
        width: 100%;
    }

    .blog-page__img {
        width: 100%;
        padding: 12px 0 25px;
    }

    .about-us-page-section>.about-us>.about-us__des {
        padding: 25px 15px;
    }

    .about-us-partners-bg {
        padding: 25px;
    }

    .about-us-partners__item {
        width: 50%;
        padding: 7px 14px;
    }

    .gallery-row {
        margin: 25px -6px 0;
    }

    .gallery-row__item {
        width: 50%;
        padding: 0 6px 15px;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 52%;
    }

    .search-from__btn> {
        width: 22px;
        height: 22px;
    }

    .search-category__link {
        padding: 5px 8px;
    }

    .search-result__text {
        font-size: 14px;
    }
}

@media all and (max-width: 420px) {

    .ordering-information-btns__edit,
    .ordering-information-btns__pay {
        max-width: 100%;
    }
}

@media all and (max-width: 374px) {
    .category-btn__text {
        font-size: 0;
        padding: 0 8px 0 0;
    }

    .product-card__item,
    .personal-area__item .product-card>.product-card__item {
        width: 100%;
    }

    .modal-vacancies__title {
        font-size: 20px;
        line-height: 30px;
    }
}
