* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5
}

main {
    min-height: calc(100vh - 460px);
}

:where(:root) {
    color:#000000;
}

a {
    text-decoration: none;
}
.hidden{
    display: none;
}
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 350px;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    animation: scaleIn 0.25s ease;
}

.custom-modal-content h3 {
    margin-bottom: 10px;
    color: #333;
}

.custom-modal-content p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}

.custom-modal-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btn-cancel, .btn-confirm {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.btn-cancel {
    background: #e0e0e0;
    color: #333;
}

.btn-cancel:hover {
    background: #d6d6d6;
}

.btn-confirm {
    background: #e74c3c;
    color: white;
}

.btn-confirm:hover {
    background: #c0392b;
}

@keyframes scaleIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.favorite-active>svg path{
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    fill: #AD8211 !important;
}
button {
    outline: none;
    border: none;
    cursor: pointer;
    font-family: unset;
    background: transparent;
}

input {
    outline: none;
    border: none;
}

select {
    cursor: pointer;
}

.img {
    width: 100%;
}

header {
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(169, 169, 169, 0.25);
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
}

.container {
    max-width: 1440px;
    margin: auto;
}

.add_product_hover-style,
.button-square-edge,
.button-circle-edge {
    display: block;
    padding: 10px 13px;
    background: #ffffff;
    border: 1px solid #AD8211;
    color: #AD8211;
    border-radius: 4px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.add_product_hover-style,
.button-circle-edge {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.button-square-edge:hover,
.button-circle-edge:hover {
    background: #AD8211;
    color: #fff;
}

.header-logo {
    max-width: 193px;
    display: flex;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding: 19px 0 8px;
}

header.sticky .header-top {
    display: none;
}

.header-search-btns {
    display: flex;
    align-items: center;
}

.header-search-form {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    height: 46px;
    background: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.header-search-form__input {
    background: #f5f5f5;
    width: 262px;
}

.header-search-form__btn {
    padding-left: 15px;
}

.mobile-search-btn,
.search-close-btn {
    display: none;
}

.become-partner-btn {
    margin: 0 0 0 7px;
}

.language-group {
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
    position: relative;
    padding: 9px;
    margin: 0 0 0 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.language-group__btn {
    display: flex;
    align-items: center;

}

.language-group__btn::after {
    content: "▼";
    font-size: 8px;
    color: #484848;
}

.language-group__title {
    margin: 0 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #484848;
}

.language-selcet {
    z-index: 5;
    display: none;
    margin-top: 12px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0px 1px 6px 0px #80808038;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.language-selcet__link {
    display: flex;
    margin: 8px 10px;
    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.language-selcet__link_active,
.language-selcet__link:hover {
    color: #AD8211;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 28px 0;
}

.navigation-section {
    display: flex;
    align-items: center;
}

.header-menu {
    display: flex;
    align-items: center;
}

.header-menu__item {
    padding: 0 15px;
    line-height: 16px;
    list-style: none;
    border-left: 1px solid #E1E1E1;
}

.category-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 15px 0 0;
}

.category-btn>svg {
    margin: 0 6px 0 0;
}

.category-btn,
.header-menu__link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #484848;
}

.header-menu__link_active,
.header-menu__link:hover {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    color: #AD8211;
}

.menu-burger,
.menu-burger-close {
    display: none;
}

.header-icons {
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
}

.currency-select {
    cursor: pointer;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #848383;
}

.header-favorite,
.header-basket,
.header-user {
    position: relative;
    cursor: pointer;
    margin: 0 7px;
}

.header-count{
    position: absolute;
    top: -7px;
    right: -10px;
    background: #06364b;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    color: #fff;
}

.category-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: calc(100vh - 154px);
    overflow-y: auto;
    background: #FFF;
    padding: 0 0 26px;
}

.category-menu::-webkit-scrollbar {
    width: 8px;
}

.category-menu::-webkit-scrollbar-track {
    border-radius: 10px;
}

.category-menu::-webkit-scrollbar-thumb {
    background: #4e5458;
}

.category-close-btn {
    margin: 18px 0 18px auto;
    display: block;
}

.category-items-img-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 23px;
}

.category-items-img {
    margin: 10px 0 0 0;
    width: 30%;
}

.category-menu-row {
    width: 74%;
}

.category-img {
    position: sticky;
    top: 0;
    left: 0;
    width: 26%;
    height: fit-content;
}

.category-menu__item {
    width: 20%;
    padding: 0 15px 0 0;
    margin-bottom: 20px;
}

.category-sub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: #292e30;
    margin-bottom: 25px;
    display: block;
}

.category-child__item {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.category-child__link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    text-align: left;
    color: #4e5458;
}

.category-child__link_active,
.category-child__link:hover {
    color: #AD8211;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

footer {
    background: #fcfcfc;
    padding: 100px 0 30px;
}

.footer-row {
    margin: 0 -15px;
}

.footer-row__item {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-logo {
    display: block;
    max-width: 271px;
}

.footer-menu__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #383030;
    padding: 0 0 10px;
    border-bottom: 1px solid #cccbcb;
    width: fit-content;
    margin-bottom: 20px;
}

.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__link__active,
.footer-menu__link:hover {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    color: #AD8211;
}

.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-icon-row {
    padding: 12px 0 10px;
}

.social-icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
    background: #fcfcfc;
    border-radius: 2px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.footer-info {
    padding: 25px 0 0;
    border-top: 1px solid #eaeaea;
    justify-content: space-between;
}

.footer-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #677178;
}

.footer-info__text:last-child:hover {
    color: #AD8211;
}

.header-behind-gap {
    padding: 154px 0 0;
}

.main-slide-info-bg {
    position: absolute;
    left: 0;
    bottom: 51px;
    background: rgba(230, 181, 51, 0.10000000149011612);
    padding: 20px 39px;
    border-radius: 0px 10px 10px 0px;
    -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{
    margin: 10px 0 0;
}

.main-slide__item>img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-slide-info__title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    color: #000000;
}

.main-slide__next-btn,
.main-slide__prev-btn {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    backdrop-filter: blur(22px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-slide__next-btn::after,
.main-slide__prev-btn::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(236deg) brightness(103%) contrast(105%);
    font-size: 20px;
}

.main-title {
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    color: #000000;
    padding: 0 60px 0 0;
    margin: 0 0 40px;
}

.main-title::after {
    content: "";
    display: block;
    padding: 12px 0 0;
    border-bottom: 1px solid #A6A6A6;
}

.slider-section {
    position: relative;
}

.top-store-slide,
.top-product-slide,
.top-brand-slide,
.news-slide {
    overflow: hidden;
}

.top-store-slide>.swiper-wrapper,
.top-product-slide>.swiper-wrapper,
.top-brand-slide>.swiper-wrapper,
.news-slide>.swiper-wrapper {
    width: auto;
}

.top-store-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 50px;
}

.top-store-row__item {
    width: 25%;
    padding: 4px 10px;
}

.top-store-row__link {
    display: block;
    height: 100%;
    position: relative;
    padding: 10px 6px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 9px 19px rgba(34, 60, 80, 0.11);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.top-store-info-bg {
    min-height: 77px;
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 10px;
    background: linear-gradient(270deg, #00000096 50%, #00000096 50%);
    border-radius: 0px 0px 3px 3px;
    backdrop-filter: blur(3px);
    padding: 12px 15px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
}

.top-store-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top-store-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select2-selection select2-selection--single{
    height: 40px !important;
}

.slide-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 10;
}

.slide-btns__next,
.slide-btns__prev {
    cursor: pointer;
}

.section-space {
    padding: 0 0 60px;
}

.advertising-baners {
    justify-content: space-between;
}

.advertising-baners__item {
    width: 49%;
}

.advertising-baners__item>a{
    position: relative;
}

.advertising-baners__item>a>img {
    display: flex;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.advertising-baners__title{
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    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;
}

.product-card-row,
.brand-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.product-card__item,
.brand-row__item {
    width: 16.666%;
    padding: 5px 3px;
}

.product-card__link {
    display: block;
    height: 100%;
    position: relative;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 12px 10px 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.discount-block {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 52px;
    padding: 4px 6px;
    background: #f12429;
    border-radius: 100px;
    text-align: center;
}

.discount-block__number {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
}

.product-card-favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11px;
    right: 9px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-card-info {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0 0;
    margin: 6px 0 0;
}

.product-card-info__title {
    min-height: 45px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #051d41;
    margin: 0 0 15px;
    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-params-block{
    min-height: 52px;
}

.product-card-params {
    padding: 10px 0;
}

.product-card-params:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.product-card-params__text {
    padding: 0 8px 0 0;
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #b6b6b6;
}

.product-card-params__text:last-child {
    color: #353535;
}

.product-card-prices__title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #b6b6b6;
}

.product-card-prices__old-price {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #9da2a8;
    text-decoration: line-through;
}

.product-card-prices__new-price {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #000000;
}

.product-card-info__bottom {
    margin: 11px 0 0;
    justify-content: space-between;
    align-items: end;
}

.product-card-basket__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    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;
}

.basket-active>svg path{
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    fill: #AD8211;
}

.product-card-favorite:hover svg>path,
.product-card-basket__btn:hover svg>path {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    fill: #AD8211;
}

.brand-row__link {
    display: block;
    height: 100%;
    border: 1px solid #d3dbea;
    background: #ffffff;
    padding: 10px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.brand-img-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 13px;
    background: #FBFBFB;
}

.metals-and-price-row {
    margin: 40px -13px;
}

.metals-and-price-row__item {
    width: 33.333%;
    padding: 12px 13px;
}

.metals-and-price {
    height: 100%;
    background: #ffffff;
    padding: 25px 0 30px;
    border: 1px solid #f5f4f4;
    border-radius: 4px;
    box-shadow: 0px 9px 19px rgba(34, 60, 80, 0.11);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.metals-and-price__title {
    margin: 0 32px 20px;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    color: #000000;
}

.metals-and-price-header-row,
.metals-and-price-content-row {
    display: flex;
    padding: 0 16px 0 31px;
}

.metals-and-price-header-row__item,
.metals-and-price-content-row__item {
    width: 33.333%;
    padding: 10px 8px 10px 0;
}

.metals-and-price-header-row__title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #717171;
}

.metals-and-price-content-row:nth-child(odd) {
    background: #F8F8F8;
}

.metals-and-price-header-row__text,
.metals-and-price-header-row__price {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    color: #051d41;
}

.gold-tax-row {
    margin: 0 -2px;
    padding: 10px;
}

.gold-tax-row__item {
    padding: 2px;
}

.gold-tax-row__text {
    padding: 3px 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #051d41;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.gold-tax-row__text_active,
.gold-tax-row__text:hover {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    border: 1px solid #949191;
}

.gold-tax-and-calc-container {
    padding: 0 20px;
}

.gold-calc-row {
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 14px;
}

.gold-calc-row__item {
    position: relative;
    width: 48%;
}

.gold-calc-label {
    position: absolute;
    top: -9px;
    left: 9px;
    background: #fff;
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #717171;
}

.gold-calc-input {
    background: #ffffffad;
    color: #000000;
    height: 49px;
    padding: 12px;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.gold-total__title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #717171;
}

.gold-total__price {
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 33.20000076293945px;
    text-align: left;
    color: #ad8210;
}

.packages-row {
    margin: 0 -10px;
}

.packages-row__item {
    width: 25%;
    padding: 10px;
}

.packages-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #fbf6f6;
    box-shadow: 0px 4px 9px rgba(200, 196, 196, 0.25);
}

.packages-card-header {
    min-height: 145px;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(124.34deg, #cecece 13.73%, #cccccc 42.08%, #bfc0c3 82.04%);
    padding: 26px;
}

.packages-card-header-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-align: left;
    color: #ffffff;
}

.packages-card-header-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.packages-card-header-price {
    font-size: 30px;
}

.packages-card-conent{
    min-height: 313px;
}

.packages-card-conent__info,
.packages-card-info-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #555b66;
    margin: 15px 22px 22px;
}

.packages-card-conent__info{
    min-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.packages-card-conent__text-item {
    padding: 7px 22px;
    display: flex;
    align-items: center;
}

.packages-card-conent__text-item:nth-child(even) {
    background: #f7f7f7ad;
}

.packages-card-conent__text-item>svg {
    margin: 0 15px 0 0;
}

.packages-card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #373a3f;
}

.packages-card-info-text{
    color: #000000;
    margin: 15px 22px 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.packages-card-footer {
    margin: 20px 22px 18px;
}

.packages-card-btn {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 7px 22px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: linear-gradient(124.34deg, #cecece 13.73%, #cccccc 42.08%, #bfc0c3 82.04%);
}

.packages-row__item:nth-child(2) .packages-card-header,
.packages-row__item:nth-child(2) .packages-card-btn {
    background: linear-gradient(124.34deg, #848484 13.73%, #cccccc 42.08%, #868686 82.04%);
}

.packages-row__item:nth-child(3) .packages-card-header,
.packages-row__item:nth-child(3) .packages-card-btn {
    background: linear-gradient(127.65deg, #baa880 12.32%, #d3c4a1 49%, #baa880 91.2%);
}

.packages-row__item:nth-child(4) .packages-card-header,
.packages-row__item:nth-child(4) .packages-card-btn {
    background: linear-gradient(128.14deg, #020202 8.8%, #6c6c6c 46.1%, #040404 87.32%);

}

.news-card-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 50px;
}

.news-card__item {
    width: 25%;
    padding: 10px 8px;
}

.news-card__link {
    display: block;
    height: 100%;
    padding: 17px 13px 12px;
    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;
}

.news-card-title {
    margin: 16px 0 13px;
    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: 2;
    -webkit-box-orient: vertical;
}

.news-card-text {
    min-height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: #575757;
    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;
}

.news-card-date {
    margin: 14px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #000000;
}

.about-us-row {
    justify-content: space-between;
}

.about-us-row__item {
    width: 49%;
}

.about-us-info {
    padding: 30px 0 0;
}

.counter-row {
    margin: 40px -10px 20px;
}

.counter-row__item {
    width: 25%;
    padding: 12px 10px;
}

.counter-block {
    display: flex;
    align-items: center;
}

.counter-block__icon {
    padding: 18px;
    min-width: 84px;
    height: 84px;
    background: #ffffff;
    margin: 0 8px 0 0;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.counter-block__info {
    width: 100%;
}

.counter-number {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    color: #000000;
}

.counter-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    margin: 20px 0 10px;
    overflow-x: auto;
}

.bread-crumbs::-webkit-scrollbar {
    display: none;
}

.bread-crumbs__link {
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #535458;
}

.bread-crumbs__link:not(:last-child)::after {
    content: "/";
    font-size: 12px;
    padding: 0 4px;
}

.pagination-row {
    margin: 35px 0 35px auto;
    width: fit-content;
}

.page-banner {
    margin: 10px 0 0;
}

.product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 27px;
}

.product-sort {
    justify-content: flex-end;
}

.product-filter-btn {
    margin: 0 25px 0 0;
    display: none;
}

.product-sort__item {
    cursor: pointer;
    outline: none;
    padding: 12px 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #484343;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-sort__item:first-child {
    margin: 0 10px 0 0;
}

.product-row {
    justify-content: space-between;
}

.product-row__item {
    width: 22%;
}

.product-row__item:last-child {
    width: 76%;
}

.product-filter {
    padding: 23px 16px;
    background: #ffffff;
    border: 1px solid #e8e9eb;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.product-filter-close-btn {
    display: none;
    margin: 0 0 35px;
}

.switch-section {
    display: flex;
    padding: 0 0 21px;
    border-bottom: 1px solid #F1F1F1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch__input {
    opacity: 0;
}

.switch__btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E2EAF0;
    transition: .4s;
    border-radius: 34px;
}

.switch__btn:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.switch__input:checked+.switch__btn {
    background-color: #06364b;
}

.switch__input:checked+.switch__btn:before {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}

.switch-section__title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #06364b;
    margin: 0 0 0 6px;
}

.filter-type-block {
    margin: 22px 0 0;
}

.filter-type-block__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #052b3b;
    margin: 0 0 5px;
}

.filter-chackbox {
    margin: 0 0 15px;
}

.filter-chackbox-item {
    display: flex;
    padding: 7px 0;
}

.filter-chackbox-item>input {
    cursor: pointer;
    width: 21px;
    height: 21px;
    margin: 0 7px 0 0;
    background: #ffffff;
    border: 1px solid #e2eaf0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    accent-color: #06364b;
}

.filter-chackbox-item>label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #06364b;
    cursor: pointer;
}
.product-filter-btns{
    margin: 35px 0;
    justify-content: space-between;
}
.product-filter__apply,
.product-filter__cencel{
    width: 49%;
    display: none;
}
.extra-controls {
    display: flex;
    align-items: center;
}

.js-input-from,
.js-input-to {
    border: 1px solid #e2eaf0;
    background: #fff;
    outline: none;
    width: 50%;
    border-radius: 3px;
    background: #fff;
    padding: 8px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #686868;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.js-input-from {
    border: 1px solid #06364b;
    color: #06364b;
}

.range-slider {
    width: 100%;
    position: relative;
    height: 55px;
}

.irs--round {
    margin: -24px 0 0;
}

.irs--big .irs-bar{
    height: 6px;
    border: none;
    background: #06364b;
}
.irs--big .irs-line{
    border: none;
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
}
.irs--big .irs-handle {
    cursor: pointer;
    top: 30px;
    width: 12px;
    height: 12px;
    border: 4px solid #06364b;
    background-color: #06364b;
    border-radius: 50%;
    border-radius: unset;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.irs-single{
    background: red;
}
.irs-from,
.irs-to,
.irs-single,
.irs-min,
.irs-max {
    display: none!important;
}

.product-row__item>.product-card-row>.product-card__item,
.settings-row__item>.product-card-row>.product-card__item {
    width: 20%;
}

.product-info-row {
    padding: 12px 0 0;
    justify-content: space-between;
}

.product-info-row__item {
    width: 40%;
}

.product-info-row__item:last-child {
    width: 60%;
}

.product-slider-section>.main-title,
.product-slider-section>.product-info__code {
    display: none;
}

.product-slide {
    cursor: pointer;
    padding: 15px;
    margin: 0 0 25px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.product-slide-thumbs__item {
    cursor: pointer;
    padding: 3px;
    border: 1px solid #ececec;
    background: #ffffff;
}

.product-info-container {
    display: flex;
}

.product-info {
    position: relative;
    max-width: 560px;
    width: 100%;
    padding: 0 22px;
}

.product-info__title {
    font-size: 22px;
}

.product-info__code {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #353535;
}

.product-info-table,
.product-info__des {
    margin: 24px 0 0;
}

.product-info-table__item {
    display: flex;
    padding: 9px 14px;
}

.product-info-table__item:nth-child(even) {
    background: #f7f7f7;
}

.product-info-table-title,
.product-info-table-text {
    width: 50%;
}

.product-info-table-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #b6b6b6;
    margin: 0 10px 0 0;
}

.product-info-table-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #353535;
}

.dissatisfied-btn {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #677178;
    margin: 10px 0 0 24px;
}

.dissatisfied-btn>svg {
    margin: 0 6px 0 0;
}

.product-info-price-section {
    margin: 30px 0 20px;
}

.product-info-price-section__title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #b6b6b6;
}

.product-info-price-section__price {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    color: #000000;
}

.product-info-btns__basket {
    margin: 0 13px 0 0;
}

.product-info-btns__quick-order {
    padding: 11px 53px;
}

.product-contacts {
    height: fit-content;
    max-width: 290px;
    width: 100%;
    padding: 19px 26px;
    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;
}

.product-contacts-header {
    display: flex;
    align-items: center;
    margin: 0 0 34px;
}

.product-contacts-header__img {
    min-width: 72px;
    width: 72px;
    height: 72px;
    margin: 0 10px 0 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.product-contacts-header__title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.product-contacts-header__title:hover{
    color: #AD8211;
    transition: .4s ease;
}

.product-contacts-title {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #888888;
}

.product-contacts-content__link {
    display: block;
    padding: 4px 0;
}

.product-contacts-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    color: #9e9e9e;
}

.product-contacts-text>svg {
    margin: 0 5px 0 0;
}

.product-contacts-number {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.product-info__favorite {
    width: 41px;
    height: 41px;
    right: 20px;
}


.product-description {
    margin: 44px 0 0;
}

.product-description__header {
    display: flex;
    overflow-x: auto;
    padding: 0 25px;
    background: #ffffff;
    box-shadow: 0px 1px 13px rgba(165, 165, 165, 0.25);
    margin: 0 0 35px;
}

.product-description__btn {
    position: relative;
    padding: 12px 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.product-description__btn_active {
    border-bottom: 4px solid #AD8211;
}

.share-with-friends {
    display: flex;
    margin: 20px 0 35px;
}

.share-with-friends__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000000;
    margin: 0 18px 0 0;
}

.share,
.contacts-share {
    display: flex;
    flex-wrap: wrap;
}

.share__link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
}
.contacts-share__link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 2px 2px 0;
    width: 35px;
    height: 35px;
}

.modal-bg {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 52;
    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 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modal-bg::-webkit-scrollbar-thumb {
    background: #4e5458;
}

.modal-centered {
    display: flex;
    align-items: center;
    margin: 30px auto;
    min-height: 100%;
}

.modal-content {
    width: 100%;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modal-header {
    position: relative;
}

.modal-header>.main-title {
    font-size: 20px;
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    /*display: none;*/
}
.modal-close-btn-complain {
    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,
.main-form__item .select2-selection--multiple{
    outline: none;
    width: 100%;
    min-height: 41px;
    color: #000;
    padding: 10px 35px 10px 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;
    font-size: 14px;

}

.register-store .main-form__input{
     margin-bottom: 10px;
}

.register-store{
     margin: 40px auto !important;
}

.main-form__input:focus,
.main-form__textarea:focus,
.main-select-options:focus {
    background: #ffffff;
}

.main-form__textarea {
    resize: none;
    display: flex;
    height: 265px;
}

.main-form__btn {
    margin: 0 0 0 auto;
    padding: 11px 60px;
}

.phone-checkbox{
    cursor: pointer;
    min-width: 22px;
    height: 22px;
    accent-color: #0b1526;
    margin: 10px 10px 0 0;
}

.modal-quick-order-centered,
.modal-shop-video-centered{
    max-width: 399px;
}

.information-page-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 40px 0;
}

.information-page-row__info {
    margin: 0 -70px 0 0;
    width: 43%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    backdrop-filter: blur(8px);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.information-page-row__img {
    width: 62%;
}

.information-page-row__img>img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.downloads {
    margin: 30px 0 0;
}

.downloads__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #717171;
    padding: 18px 20px;
    margin: 0 0 11px;
    background: #ffffff;
    border: 1px solid #f0f3f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.downloads__link>svg {
    margin: 0 0 0 30px;
}

.gallery-row {
    padding: 16px 0 20px;
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(6, auto);
}

.gallery-row__item>a {
    cursor: pointer;
}

.gallery-row__item:nth-child(1),
.gallery-row__item:nth-child(7) {
    grid-column: span 2 / auto;
    grid-row: span 2 / auto;
}

.gallery-row__item:nth-child(2) {
    grid-row: span 1 / auto;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after,
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 2px solid #ad8210;
}

.information-page-section .share-with-friends,
.brand-section .share-with-friends,
.blog-page-section .share-with-friends {
    justify-content: center;
}

.information-page-card-row {
    margin: 0 -8px;
}

.information-page-card-row__item {
    width: 25%;
    padding: 8px;
}

.information-page-card-row__link {
    display: block;
    position: relative;
;
    padding: 7px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.38);
}

.information-page-card-row__link,
.information-page-card-row__link>img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.information-page-card-info-bg {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 24px;
    margin: 0 60px 0 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(22px);
}

.information-page-card-info-bg__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #ffffff;
}

.information-page-info__img {
    margin: 0 30px 20px 0;
    width: 55%;
    padding: 15px;
    background: #fdfdfd;
    float: left;
    box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.38);
}

.information-page-info__img,
.information-page-info__img>img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;

}

.information-page-info__des {
    padding: 15px 0 0;
}

.brand-sort {
    display: flex;
    max-width: fit-content;
    margin: 0 auto 35px;
    overflow-x: auto;
}

.brand-sort::-webkit-scrollbar {
    display: none;
}

.brand-sort__btn {
    white-space: nowrap;
    margin: 0 7px;
    padding: 11px 16px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #4f4f4f;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 0px 14px rgba(120, 120, 120, 0.14);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.brand-sort__btn_active {
    color: #ffffff;
    background: #ad8211;
}

.brand-page-row>.brand-row__item {
    width: 12.5%;
}

.blog-row>.news-card__item {
    width: 33.333%;
}

.vacancies {
    padding: 30px 0;
}

.vacancies__item {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6ebf3;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.vacancies__item:not(:last-child) {
    margin: 0 0 80px;
}

.vacancies-header {
    position: absolute;
    top: -30px;
    left: 35px;
    margin: 0 35px 0 0;
    background: #ffffff;
    box-shadow: 0px 0px 14px rgba(120, 120, 120, 0.14);
    padding: 15px 30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.vacancies-header__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vacancies__content {
    padding: 75px 35px 50px;
}

․vacancies__content>.editor{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.vacancies__footer {
    align-items: flex-start;
    position: absolute;
    bottom: -30px;
    right: 23px;
}

.vacancies-text {
    margin: 0 10px 10px 0;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 0px 14px rgba(120, 120, 120, 0.14);
    padding: 12px 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #4f4f4f;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.vacancies-btn {
    padding: 12px 40px;
}

.vacancies-banner-info {
    margin: -60px 23px 30px;
    padding: 15px 35px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    backdrop-filter: blur(8px);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.vacancies-row {
    justify-content: space-between;
}

.vacancies-row__item {
    width: 65%;
}

.vacancies-row__item:last-child {
    width: 32%;
}

.vacancies-des {
    margin: 0 0 30px;
}

.vacancies-form-bg {
    padding: 35px 26px 30px;
    background: #ffffff;
    border: 1px solid #e7ecf4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.file-cv {
    position: relative;
}


.file-cv>label {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 66px;
    padding: 11px 15px;
    cursor: pointer;
    border: 1px dashed #d0d4df;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #7c808d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.file-cv>input {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.vacancies-btn {
    margin: 0;
}

.address-suggestions-list{
    background: #ffffff;
    border: 1px solid #e4e7ef;
    border-top: 0;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.address-suggestions-list>li{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #2d2f2f99;
    padding: 2px 0;
}
.modal-login-centered {
    max-width: 380px;
}

.login-title {
    padding: 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #484848;
}

.login-text {
    max-width: 230px;
    margin: 15px auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #2425269e;
}

.login-registr-social-title {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #484848;
}

.login-registr-with-social {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}

.login-registr-with-social__link {
    display: flex;
    padding: 6px;
}

.login-form {
    margin: 26px 0 0;
}

.forgot-password {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration-line: underline;
    color: #272a2bcf;
}

.registration-section {
    padding: 40px 0;
}

.registration-title {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #484848;
}

.registration-btns {
    align-items: center;
    justify-content: center;
    margin: 40px 0 35px;
}

.registration-btns__buyer,
.registration-btns__store {
    max-width: 220px;
    width: 100%;
    margin: 3px 5px;
}

.registration-active,
.services-active {
    background: #AD8211;
    color: #fff;
}

.register-buyer,
.register-store {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 22px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.register-buyer {
    display: none;
}

.register-buyer__info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #25262699;
}

.registration-form {
    margin: 40px 0 0;
}

.registration-form-checked__input {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 10px 0 0;
    accent-color: #06364b;
}

.registration-form-checked__label {
    cursor: pointer;
    vertical-align: super;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #3e465b;
}

.registration-form__btn {
    max-width: 320px;
    width: 100%;
    margin: 0;
}

.register-buyer .login-registr-social-title,
.register-store .login-registr-social-title {
    text-align: left;
}

.register-buyer .login-registr-with-social,
.register-store .login-registr-with-social {
    justify-content: flex-start;
}

.aboutUs-page-section {
    background: url('../img/about-us-bg.png') no-repeat 35px 120px;
    background-size: 80% !important;
}

.aboutUs-page-info__des {
    padding: 60px 0 0;
}

.aboutUs-page-img {
    width: 50%;
    float: right;
    padding: 0 0 15px 35px;
}

.aboutUs-information-row {
    margin: 45px 0 15px;
}

.aboutUs-information-row__img {
    width: 50%;
    padding: 0 35px 15px 0;
    float: left;
}

.services-btns {
    justify-content: center;
    margin: 0 0 40px;
}

.services-btns__month,
.services-btns__year {
    margin: 3px;
    max-width: 350px;
    width: 100%;
}

.shope-page-header {
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.shope-page-header-info-container{
    width: fit-content;
}

.shope-page-header-info {
    display: flex;
    align-items: center;
    max-width: 500px;
    padding: 11px 0 22px;
}

.shope-page-header-info__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 107px;
    width: 107px;
    height: 107px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #dad9d9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#modalShopVideoBtn {
    border: 2px solid dodgerblue;
    box-shadow: 0 0 8px rgba(30, 144, 255, 0.9);
    animation: pulseGlow 1.5s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 8px rgba(30, 144, 255, 0.6);
    }
    50% {
        box-shadow: 0 0 12px rgba(30, 144, 255, 1);
    }
    100% {
        box-shadow: 0 0 8px rgba(30, 144, 255, 0.6);
    }
}



.shope-page-header-info__texts {
    padding: 0 17px;
}

.shope-page-header__title {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    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;
}

.shope-page-header__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #535458;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shope-page-header-contact__links {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 18px;
}

.shope-page-header__link {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #000000;
    margin: 0 10px 0 0;
}

.shope-page-header__link>svg {
    margin: 0 12px 0 0;
}

.shope-page-header__workHours {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #b6b6b6;
}

.shope-page-header__workHours>span {
    color: #000000;
}

.shope-page-btns-row {
    position: relative;
    margin: 0 0 35px;
    padding: 17px 20px;
    justify-content: space-between;
    align-items: center;
    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;
}

.shope-page-btns {
    display: flex;
    align-items: center;
    margin: 0 25px 0 0;
}

.shope-page-btns__burger {
    display: none;
}

.shope-page-btns__item {
    padding: 8px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #8a8a8a;
    border: 1px solid transparent;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.shope-page-btns__item:hover,
.shope-page-btns__item_active {
    background: #ffffff;
    border: 1px solid #484343;
    border-radius: 5px;
    color: #000000;
}

.about-us-info-row__img {
    width: 50%;
    padding: 0 35px 20px 0;
    float: left;
}

.gallery-box {
    margin: 30px -6px;
}

.gallery-box__item {
    width: 16.666%;
    padding: 6px;
}

.back-to-vacancies {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #484343;
}

.back-to-vacancies>svg {
    margin: 0 8px 0 0;
}

.shope-page-vacancies-header {
    margin: 40px 0 35px;
    align-items: center;
}

.shope-page-vacancies-header__item:first-child {
    font-size: 18px;
}

.shope-page-vacancies-header__item {
    margin: 3px 15px 3px 0;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 0px 14px rgba(120, 120, 120, 0.14);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #000000;
    padding: 10px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.shope-page-vacancies-row {
    justify-content: space-between;
}

.shope-page-vacancies-row__item {
    width: 70%;
}

.shope-page-vacancies-row__item:last-child {
    width: 28%;
}

.shope-page-vacancies-contact {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0px 6px 11px rgba(169, 169, 169, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.shope-page-vacancies-contact__title {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 16px;
    text-align: left;
    color: #d1d1d1;
    margin: 0 0 25px;

}

.shope-page-vacancies-contact__link {
    display: flex;
    padding: 6px 0;
}

.shope-page-vacancies-contact__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: 0 9px 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.shope-page-vacancies-contact-title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    text-align: left;
    color: #9e9e9e;
}

.shope-page-vacancies-contact-text {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.settings-row {
    margin: 35px 0 0;
    justify-content: space-between;
}

.settings-burger,
.settings-aside-close {
    display: none;
}

.settings-row__item {
    width: 25%;
}

.settings-row__item:last-child {
    width: 73%;
}

.settings-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 26px 11px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.34);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.settings-menu {
    height: 570px;
    overflow-y: auto;
}

.settings-menu__link {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #484848;
    padding: 12px 25px;
    margin: 0 0 12px;
}

.settings-menu__link>svg {
    margin: 0 12px 0 0;
}

.settings-menu__link_active {
    background: #faf9ff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.settings-aside-exit {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 24px;
}

.settings-form-container {
    max-width: 700px;
    width: 100%;
}

.personal-info-change {
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 4px 4px 18px rgba(113, 142, 191, 0.22);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0 0 29px;
}

.personal-info-change__title {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    text-align: left;
    color: #484848;
    margin: 0 0 40px;
}


.seller-contact-form {
    margin: 0 -5px;
}

.basket-table,
.all-products-table {
    background: #ffffff;
    padding: 16px 30px 30px;
    border-radius: 25px;
    box-shadow: 4px 4px 18px rgba(113, 142, 191, 0.22);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.basket-table-scroll,
.all-products-table-scroll {
    overflow-x: auto;
}

.basket-table-scroll::-webkit-scrollbar,
.all-products-table-scroll::-webkit-scrollbar {
    height: 5px;
}

.basket-table-scroll::-webkit-scrollbar-track,
.all-products-table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.basket-table-scroll::-webkit-scrollbar-thumb,
.all-products-table-scroll::-webkit-scrollbar-thumb {
    background: #718ebf;
}

.basket-table-container {
    min-width: 715px;
}

.basket-table-header  {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.all-products-table-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0;
}

.basket-table-header__item:first-child,
.basket-table-content__item:first-child {
    width: 40%;
}

.basket-table-header__item,
.basket-table-content__item {
    width: 15%;
}

.basket-table-header__title,
.all-products-table-header__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #718ebf;
}

.basket-table-content,
.all-products-table-content {
    display: flex;
    align-items: center;
    border-top: 1px solid #e6eff5;
    padding: 12px 0;
}

.basket-table-header__item,
.basket-table-content__item,
.all-products-table-header__item,
.all-products-table-content__item {
    padding: 0 15px 0 0;
}
.product_link:hover{
    border-bottom: 1px solid #cccbcb;
    width: fit-content;
}
.basket-table-content__mobile-title,
.all-products-table-content__mobile-title {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #718ebf;
}

.basket-table-content__text,
.all-products-table-content__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #232323;
    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: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    margin: 0 0 0 auto;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 4px 4px 18px rgba(231, 228, 232, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.basket-table-footer {
    max-width: 280px;
    width: 100%;
    margin: 0 0 0 auto;
}

.basket-table-footer__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 23px 0;
    width: 100%;
}

.basket-table-footer__title {
    margin: 0 12px 0 0;
}

.basket-table-footer__title,
.basket-table-footer__price {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000000;
}

.basket-table-send-btn {
    width: 100%;
}

.settings-order__item {
    margin: 0 0 23px;
}

.settings-order__btn {
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 16px 30px;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    box-shadow: 4px 4px 18px rgba(113, 142, 191, 0.22);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.settings-order-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #484848;
    margin: 0 15px 0 0;
}

.settings-order-text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}

.settings-order__content {
    border-top: 1px solid #ECECEC;
}

.settings-order__content {
    display: none;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.settings-order__content>.basket-table {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.order-status-canceled {
    color: #f40004;
}

.order-status-confirmed {
    color: #008A45;
}

.settings-analytics-row {
    margin: 0 -5px;
}

.settings-analytics-row__item {
    padding: 5px;
    width: 33.333%;
}

.settings-analytics {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(113, 142, 191, 0.25);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.settings-analytics__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    min-width: 71px;
    height: 71px;
    margin: 0 20px 0 0;
}

.settings-analytics-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #718ebf;
}

.settings-analytics-number {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    text-align: left;
    color: #232323;
}

.vacancies-create-btn {
    width: fit-content;
    margin: 0 0 25px auto;
}

.vacancies-edit-btn,
.vacancies-delete-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 4px 4px 18px rgba(231, 228, 232, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.vacancies-edit-btn {
    margin: 0 10px 10px 0;
}

.seller-vacancies-form-bg,
.settings-seller-form-bg,
.add-shop-form-bg,
.confirm-phone-form-bg {
    padding: 30px 28px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 4px 4px 18px rgba(113, 142, 191, 0.22);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.seller-shops-row {
    margin: 0 -10px;
}

.seller-shops-row__item {
    padding: 0 10px 20px 10px;
    width: 33.333%;
}

.seller-shops {
    height: 100%;
    padding: 15px 18px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 11px;
    box-shadow: 0px 4px 9px rgba(223, 218, 218, 0.25);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.seller-shops-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seller-shops-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}

.seller-shops-img {
    margin: 0 0 0 12px;
}

.seller-shops-number {
    margin: 30px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 74px;
    text-align: left;
    color: #ffffff;
}

.seller-shops-date {
    display: flex;
    align-items: center;
}

.seller-shops-date>svg {
    margin: 0 15px;
}

.seller-shops-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}

.seller-packages__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #2d2f2fe3;
    margin: 0 0 18px;
}

.seller-packages-your {
    margin: 0 -10px 20px;
    padding: 0 0 45px;
    border-bottom: 1px solid #E3E3E3;
}

.seller-packages-your>.packages-row__item {
    max-width: 330px;
}

.seller-packages-your>.packages-row__item,
.seller-packages-row>.packages-row__item {
    width: 100%;
}

.settings-seller-form-btn {
    margin: 0 0 0 auto;
}

.settings-seller-form-online {
    padding: 15px 0 12px;
}

.settings-seller-form-online__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #2d2f2fe3;
    margin: 0 0 12px;
}

.settings-seller-form-online-radio {
    display: flex;
}

.settings-seller-form-online-radio__item {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0;
}

.settings-seller-form-online-radio__item>input {
    width: 15px;
    height: 15px;
    margin: 0 12px 0 0;
    accent-color: #06364b;
    cursor: pointer;
}

.settings-seller-form-online-radio__item>label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #818283;
}

.seller-products-header {
    justify-content: space-between;
    margin: 0 0 35px;
}

.seller-products-header-row {
    margin: 0 -5px;
    padding: 0 15px 0 0;
}

.seller-products-header-row__item {
    width: 50%;
    padding: 0 5px 10px 5px;
}

.seller-products-item {
    display: flex;
    height: 100%;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(113, 142, 191, 0.25);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.seller-products-img {
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin: 0 14px 0 0;
}

.seller-products-info__title {
    min-height: 42px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #718ebf;
}

.seller-products-info__number {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: normal;
    text-align: left;
    color: #232323;
}

.seller-products-all-btns {
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom: 1px solid #eaedf2;
    margin: 0 0 25px;
}

.seller-products-all-btns__btn {
    padding: 13px 11px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #718ebf;
    white-space: nowrap;
}

.seller-products-all-btns__btn_active {
    color: #ad8211;
    border-bottom: 3px solid #ad8211;
}

.seller-add-products{
    height: fit-content;
}

.seller-add-products:first-child{
    margin: 0 8px 5px 0;
}

.add_product_hover:hover{
    background: #AD8211 !important;
    color: #fff !important;
}
.all-products-table-container {
    min-width: 900px;
}

.all-products-notShow,
.all-products-edit,
.all-products-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    width: 39px;
    height: 39px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 4px 4px 18px rgba(231, 228, 232, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 6px 0 0;
}
.all-products-table-header__item:first-child,
.all-products-table-content__item:first-child {
    width: 23%;
}

.all-products-table-header__item,
.all-products-table-content__item {
    width: 17%;
}
.all-products-table-header__item:nth-child(5),
.all-products-table-content__item:nth-child(5),
.all-products-table-header__item:nth-child(6),
.all-products-table-content__item:nth-child(6) {
    width: 13%;
}
.all-products-table-content__footer{
    width: 100%;
    padding: 12px 0 0;
}

.all-products-top,
.all-products-main{
    display: flex;
    align-items: center;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #718EBF;
    background: #ffffff;
    margin: 0 6px 0 0;
    border-radius: 100px;
    box-shadow: 4px 4px 18px rgba(231, 228, 232, 0.8);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.all-products-top>svg,
.all-products-main>svg{
    margin: 0 8px 0 0;
}

.map-icon {
    position: absolute;
    top: 12px;
    right: 14px;
}

.add-cabinet-lang {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 0 20px;
}

.add-cabinet-lang__link {
    cursor: pointer;
    padding: 11px 50px;
    margin: 0 5px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ad8211;
    background: #ffffff;
    border: 1px solid #ad8211;
    border-radius: 100px;
    box-shadow: 4px 4px 18px rgba(113, 142, 191, 0.22);
    transition: .4s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.add-cabinet-lang__link:hover,
.add-cabinet-lang__link_active {
    color: #ffffff;
    background: #ad8211;
}

.upload-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 158px;
    width: 100%;
    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;
}

.upload-photo_small {
    width: 227px;
    height: 227px;
}

.upload-photo__label {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.upload-photo__input {
    position: absolute;
    z-index: -1;
    width: 30px;
    opacity: 0;
    bottom: 15px;
    left: 15px;
}

.upload-photo__label>img,
.upload-gallery-img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.work-hour-row {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.work-hour-row>.main-form__item {
    padding: 0 5px;
}

.main-form__item {
    width: 100%;
    position: relative;
    margin: 0 0 25px;
}

.work-hour {
    display: flex;
    align-items: center;
}

.work-hour>input {
    height: 41px;
    cursor: pointer;
    color: #2d2f2f99;
    padding: 5px 10px;
    border: 1px solid #E4E7EF;
}

.add-work-hour,
.add-metals-params,
.remove-metals-params,
.remove-stone-params,
.add-stone-params {
    margin: 0 0 0 8px;
    min-width: 41px;
    width: 41px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #ad8211;
    color: #ad8211;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.add-work-hour:hover {
    background: #ad8211;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.form-gallery-row {
    margin: 0 -5px;
}

.form-gallery-row__item {
    width: 118px;
    height: 118px;
    padding: 5px;
    margin: 0 0 10px;
    position: relative;
}

.form-gallery,
.form-gallery-add {
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}

.form-gallery-add {
    border: 1px solid #ad8211;
}

.form-gallery-add>input {
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}

.form-gallery-add>label {
    cursor: pointer;
}

.upload-file-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #4e5159;
    margin: 25px 0 14px;
}

.upload-file>input {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.upload-file>label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #ad8211;
    border-radius: 3px;
    color: #ad8211;
}

.map-icon {
    cursor: pointer;
}

.modal-map-centered{
    max-width: 910px;
}

.map-section {
    padding: 25px 0 0;
}

.map-section>iframe {
    height: 500px;
    display: flex;
}

.add-product-title {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    text-align: left;
    color: #484848;
    margin: 0 0 30px;
}

.save-note-btn {
    margin: 0 0 8px 0;
}

.save-show-btn {
    margin: 0 0 8px 8px;
}

.product-params {
    padding: 25px 20px;
    margin: 0 0 25px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
}

.product-params__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #484848;
    margin: 0 0 28px;
}

.metals-params-row,
.stone-params-row {
    display: flex;
    align-items: flex-end;
    margin: 0 -3px;
}

.metals-params-small-row {
    display: flex;
    width: 60%;
}

.metals-params-row-content,
.stone-params-row-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.metals-params-row-content>.main-form__item,
.metals-params-small-row>.main-form__item,
.stone-params-row-content>.main-form__item {
    width: 50%;
    padding: 0 3px;
}

.product-params-currency {
    margin: 0 0 24px;
}

.product-params-currency__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #484848;
    margin: 0 16px 0 0;
}

.product-params-currency__title>span {
    font-size: 13px;
}

.product-params-currency-row {
    display: flex;
}

.product-params-currency-row__item {
    display: flex;
    align-items: center;
    padding: 4px 12px 4px 0;
}

.product-params-currency-row__item>input {
    width: 15px;
    height: 15px;
    accent-color: #ad8211;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.product-params-currency-row__item>label {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #484848;
    cursor: pointer;
}

.product-params-btns {
    margin: 0 -4px 21px;
}

.product-params-btns__item {
    padding: 4px;
    width: 33.333%;
}

.product-params-btn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #484848b3;
    background: #ffffff;
    border: 1px solid #e4e7ef;
    transition: .4s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.product-params-btn>svg {
    margin: 0 0 0 5px;
}

.product-params-btn:hover,
.product-params-btn_active {
    color: #ffffff;
    background: #ad8211;
}

.product-params-btn:hover svg,
.product-params-btn_active>svg {
    fill: #ffffff;
}

.product-params-content {
    justify-content: space-between;
}

.open-params {
    display: flex;
}

.product-params-content__item {
    width: 48%;
}

.product-params-content__total {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: left;
    color: #484848b3;
}

.product-params-content__total>span {
    font-weight: 400;
}

.product-params-content__info {
    padding: 20px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    color: #484848b3;
    background: #f4f4f4;
}

.settings-step-row {
    margin: 21px 0 20px;
}

.settings-step-row__item {
    width: 33.333%;
    padding: 0 15px 0 0;
}

.settings-step {
    display: flex;
    align-items: center;
}

.settings-step__circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    background: #a7cffd;
    border: 1px solid #a7cffd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.settings-step__line {
    width: 100%;
    height: 3px;
    background: #a7cffd;
    border-radius: 100px;
}

.step-waiting>.settings-step__circle {
    border: 1px solid #0567c8;
    background: #ffffff;
}

.step-waiting>.settings-step__circle::after {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: #0567c8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.step-waiting>.settings-step__line {
    background: linear-gradient(90deg, rgba(5, 103, 200, 1) 50%, rgba(167, 207, 253, 1) 50%);
}

.step-finished>.settings-step__circle {
    background: #008E77;
    border: 1px solid #008E77;
}

.step-finished>.settings-step__circle::after {
    content: '\2713';
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008E77;
}


.step-finished>.settings-step__line {
    background: #008E77;
}

.settings-step-info {
    padding: 8px 0 15px;
}

.settings-step-info__step {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #919191;
}

.settings-step-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #484848;
}

.settings-step-info__proces {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #919191;
}

.status-waiting {
    color: #0567c8;
}

.status-finished {
    color: #008E77;
}

.confirm-phone-form-title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #25262699;
    margin: 0 0 35px;
}

.confirm-phone-form{
    margin: 0 -7px;
}

.confirm-phone-form>.main-form__item {
    width: 50%;
    padding: 0 7px;
}

.seller-contact-btns {
    justify-content: flex-end;
}

.seller-contact-btns>.main-form__item {
    width: auto;
}

.main-form__item .select2-container{
    width: 100%!important;
}

.select2-container--default,
.select2-selection--multiple {
    border: 1px solid #e4e7ef!important;
    border-radius: 4px;
    padding: 5px;
}

.required::after {
    content: ' *';
    color: #ff0000;
}

.pagination-wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0;
}

.swiper-slide{
    height: unset;
}

.pagination{
    flex-wrap: wrap;
}

.page-item{
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    margin: 2px!important;
}

.page-link{
    font-style: normal;
    font-weight: 400!important;
    font-size: 14px!important;
    text-align: center;
    color: #898989!important;

}

.page-item-active{
    background: #06364b;
}

.page-item-active>span{
    color: #fff!important;
}

.page-link,
.page-link-next,
.page-link-prev{
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.delete-gallery-btn{
    position: absolute;
    top: 8px;
    right: 8px;
}
.input-alert{
    font-size: 10px;
    color: red;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

sub{
    bottom: 0;
}

.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;
}
.editor ul{
    list-style: disc;
}
.editor ol{
    list-style: auto;
}
/* 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;
}

.new-item-class label{
    left: 30px;
    top: 10px;
}
.new-item-class{
    width: 10%;
}
.new-main-form-item{
    width: 40% !important;
}

.new-order{
    font-size: 20px;
}

.new-block{
    display: flex;
    flex-direction: column;
    width: 50%;
}







/* ------ RESPONSIVE ------ */

@media (min-width: 1025px) {
    .slide-btns {
        display: none;
    }
}

@media all and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .aboutUs-page-section {
        background: url(../img/about-us-bg.png) no-repeat 25px 110px;
    }
}

@media all and (max-width: 1280px) {
    .section-space {
        padding: 0 0 35px;
    }

    .top-store-title {
        font-size: 17px;
        line-height: 21px;
    }

    .top-store-text {
        font-size: 14px;
        line-height: 24px;
    }

    .product-card__item,
    .brand-row__item {
        width: 20%;
    }

    .product-contacts {
        padding: 15px 20px;
    }

    .settings-row__item {
        width: 30%;
    }

    .settings-row__item:last-child {
        width: 68%;
    }

    .settings-analytics-row__item {
        width: 50%;
    }
}

@media all and (max-width: 1199px) {
    .navigation {
        visibility: hidden;
        position: fixed;
        padding: 10% 30px 30px;
        top: 154px;
        width: 100%;
        right: 100%;
        z-index: 20;
        background: url('../img/logo-bg.png') no-repeat 50% 95%;
        background-size: 80%;
        background-color: #ffffff;
        height: calc(100vh - 154px);
        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%);
    }

    .navigation::-webkit-scrollbar,
    .category-menu::-webkit-scrollbar,
    .product-filter::-webkit-scrollbar,
    .settings-menu::-webkit-scrollbar {
        width: 5px;
    }

    .navigation::-webkit-scrollbar-track,
    .product-filter::-webkit-scrollbar-track,
    .settings-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .navigation::-webkit-scrollbar-thumb,
    .product-filter::-webkit-scrollbar-thumb,
    .settings-menu::-webkit-scrollbar-thumb {
        background: #4e5458;
    }

    header.sticky .navigation {
        top: 80px;
    }

    header.sticky .navigation,
    header.sticky .category-menu {
        height: calc(100vh - 80px);
    }

    .header-menu {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .header-menu__item {
        width: 100%;
        text-align: right;
        padding: 15px 0;
        border: none;
        border-bottom: 1px dashed #D0D0D0;
    }

    .menu-burger,
    .menu-burger-close {
        display: flex;
    }

    .menu-burger-close {
        position: absolute;
        top: 25px;
        right: 30px;
    }

    .category-menu__item {
        width: 25%;
    }

    .metals-and-price-row {
        margin: 35px -10px;
    }

    .metals-and-price-row__item {
        padding: 10px;
    }

    .metals-and-price-header-row__text,
    .metals-and-price-header-row__price {
        font-size: 15px;
    }

    .metals-and-price {
        padding: 22px 0 15px;
    }

    .counter-block {
        flex-direction: column;
    }

    .counter-block__info,
    .counter-title {
        text-align: center;
    }

    .counter-number {
        font-size: 35px;
    }

    .product-row__item>.product-card-row>.product-card__item,
    .settings-row__item>.product-card-row>.product-card__item {
        width: 25%;
    }

    .information-page-row {
        margin: 35px 0;
    }

    .information-page-card-row__item {
        width: 50%;
    }

    .brand-page-row>.brand-row__item {
        width: 16.666%;
    }

    .seller-shops-row {
        margin: 0 -7px;
    }

    .seller-shops-row__item {
        width: 50%;
        padding: 0 7px 15px 7px;
    }
}

@media all and (max-width: 1024px) {
    .header-top {
        padding: 12px 0 8px;
    }

    .header-bottom {
        margin: 14px 0;
    }

    .header-logo {
        max-width: 164px;
    }

    .header-search-form {
        position: absolute;
        top: 120px;
        right: 0;
        left: 0;
        display: none;
    }

    .header-search-form__input {
        width: 100%;
    }

    .mobile-search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: #f5f5f5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .navigation {
        top: 118px;
    }

    .category-menu,
    .navigation {
        height: calc(100vh - 118px);
    }

    header.sticky .navigation,
    header.sticky .category-menu {
        top: 52px;
        height: calc(100vh - 52px);
    }

    .category-menu__item {
        width: 33.333%;
    }

    footer {
        padding: 66px 0 26px;
    }

    .footer-row__item:first-child {
        width: 100%;
    }

    .footer-row__item {
        width: 33.333%;
    }

    .header-behind-gap {
        padding: 118px 0 0;
    }

    .main-slide__next-btn,
    .main-slide__prev-btn {
        width: 40px;
        height: 40px;
    }

    .main-slide__next-btn::after,
    .main-slide__prev-btn::after {
        font-size: 15px;
    }

    .main-slide-info-bg {
        padding: 7px 29px;
        bottom: 38px;
    }

    .main-slide-info__title {
        font-size: 20px;
    }

    .main-title {
        font-size: 20px;
        margin: 0 0 35px;
    }

    .top-store-slide .top-store-row__item {
        padding: 0;
    }

    .top-store-slide>.top-store-row,
    .top-product-slide>.product-card-row,
    .top-brand-slide>.brand-row,
    .news-slide>.news-card-row {
        flex-wrap: nowrap;
        margin: 0;
    }

    .top-store-slide>.top-store-row,
    .news-slide>.news-card-row {
        margin: 0 0 35px;
    }

    .metals-and-price-row__item {
        width: 50%;
    }

    .metals-and-price-row__item:last-child {
        width: 100%;
    }

    .gold-calc-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gold-calc-row {
        width: 75%;
        margin: 20px 0 10px;
    }

    .metals-and-price__title {
        margin: 0 19px 15px;
    }

    .metals-and-price-header-row,
    .metals-and-price-content-row {
        padding: 0 10px 0 18px;
    }

    .gold-tax-row {
        padding: 10px 0;
    }

    .packages-row__item {
        width: 50%;
    }

    .news-slide .news-card__item {
        padding: 0;
    }

    .top-store-row__item {
        width: 33.333%;
    }

    .product-filter-btn,
    .product-filter__apply{
        display: block;
    }

    .product-row__item,
    .product-row__item:last-child {
        width: 100%;
    }

    .product-filter-bg {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 100%;
        width: 100vw;
        height: 100vh;
        z-index: 50;
        background: rgba(205, 207, 253, 0.1);
        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-bg.open {
        visibility: visible;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    .product-filter {
        max-width: 313px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .product-filter-close-btn,
    .product-slider-section>.main-title,
    .product-slider-section>.product-info__code {
        display: block;
    }

    .product-info-row {
        position: relative;
    }

    .product-info-row__item {
        width: 70%;
    }

    .product-info-row__item:last-child {
        width: 100%;
    }

    .product-info__title,
    .product-info>.product-info__code {
        display: none;
    }

    .product-info {
        position: static;
    }

    .product-slide {
        margin: 22px 0;
    }

    .product-info-container {
        flex-wrap: wrap;
    }

    .product-info {
        padding: 0;
        max-width: 100%;
    }

    .product-info-price-btns {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .product-info-btns {
        margin: 15px 0 0;
    }

    .product-info-price-section {
        margin: 10px 15px 0 0;
    }

    .product-contacts {
        margin: 25px 0 0;
        width: 100%;
    }

    .product-contacts-content {
        display: flex;
        flex-wrap: wrap;
    }

    .product-contacts-content__link {
        padding: 4px 20px 4px 0;
    }

    .product-description {
        margin: 35px 0 0;
    }

    .product-description__header {
        margin: 0 0 30px;
    }

    .product-card__item {
        width: 25%;
    }

    .share-with-friends {
        margin: 20px 0 25px;
    }

    .modal-content {
        padding: 22px;
    }

    .information-page-row {
        margin: 30px 0;
    }

    .information-page-row__info {
        margin: 0 -100px 0 0;
        width: 50%;

    }

    .information-page-row__img {
        width: 65%;
    }

    .information-page-row__info,
    .information-page-row__img>img,
    .information-page-info__img,
    .information-page-info__img>img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .gallery-row {
        grid-template-columns: repeat(5, auto);
    }

    .gallery-row__item:nth-child(1),
    .gallery-row__item:nth-child(6) {
        grid-column: span 2 / auto;
        grid-row: span 2 / auto;
    }

    .gallery-row__item:nth-child(7) {
        grid-column: span 1 / auto;
        grid-row: span 1 / auto;
    }

    .vacancies-row__item,
    .vacancies-row__item:last-child {
        width: 100%;
    }

    .vacancies-form {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -3px;
    }

    .vacancies-form>.main-form__item {
        padding: 0 3px;
        width: 50%;
    }

    .vacancies-banner-info {
        margin: -45px 0 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .registration-section {
        padding: 35px 0;
    }

    .registration-btns {
        margin: 27px 0;
    }

    .register-buyer,
    .register-store {
        max-width: 100%;
    }

    .registration-form {
        margin: 40px -5px 0;
    }

    .registration-form>.main-form__item {
        width: 50%;
        padding: 0 5px;
    }

    .aboutUs-page-img {
        padding: 0 0 15px 25px;
    }

    .aboutUs-information-row {
        margin: 35px 0 10px;
    }

    .aboutUs-information-row__img {
        padding: 0 25px 15px 0;
    }

    .services-btns {
        margin: 0 0 30px;
    }

    .services-btns__month,
    .services-btns__year {
        max-width: 300px;
    }

    .shope-page-search {
        position: relative;
    }

    .shope-page-search-form {
        position: absolute;
        top: 0;
        right: 45px;
        left: auto;
        display: none;
    }

    .shope-page-search-form__input {
        width: 200px;
    }

    .about-us-info-row__img {
        padding: 0 20px 20px 0;
    }

    .gallery-box__item {
        width: 20%;
    }

    .shope-page-vacancies-header {
        margin: 30px 0 25px;
    }

    .shope-page-vacancies-header__item:first-child {
        font-size: 17px;
    }

    .shope-page-vacancies-row__item,
    .shope-page-vacancies-row__item:last-child {
        width: 100%;
    }

    .shope-page-vacancies-row__item:last-child {
        max-width: 400px;
        margin: 30px 0 0;
    }

    .settings-row {
        margin: 25px 0 0;
    }

    .settings-burger,
    .settings-aside-close {
        display: block;
        width: fit-content;
    }

    .settings-burger {
        margin: 0 0 25px;
    }

    .settings-row__item,
    .settings-row__item:last-child {
        width: 100%;
    }

    .settings-aside-bg {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 100%;
        width: 100vw;
        height: 100vh;
        z-index: 50;
        background: rgba(205, 207, 253, 0.1);
        backdrop-filter: blur(6px);
        transition: .4s ease;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .4s ease;
    }

    .settings-aside-bg.open {
        visibility: visible;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    .settings-aside {
        padding: 19px;
        height: 100%;
        max-width: 313px;
    }

    .settings-menu {
        margin: 25px 0 0;
        height: 100%;
    }

    .personal-info-change {
        padding: 22px;
    }

    .personal-info-change__title {
        font-size: 20px;
    }

    .seller-packages-your {
        padding: 0 0 30px;
    }

    .seller-products-item {
        padding: 15px;
    }

    .seller-products-img {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
    .shope-page-header-contact__links{
        justify-content: flex-start;
    }
}

@media all and (max-width: 767px) {
    .category-menu__item {
        width: 50%;
    }

    .category-menu {
        padding: 0;
    }

    footer {
        padding: 45px 0 26px;
    }

    .footer-row__item {
        width: 50%;
    }

    .footer-info {
        padding: 12px 0 0;
    }

    .main-slide__next-btn,
    .main-slide__prev-btn {
        width: 25px;
        height: 25px;
    }

    .main-title {
        margin: 0 0 20px;
    }

    .section-space {
        padding: 0 0 25px;
    }

    .slide-btns {
        top: -50px;
    }

    .top-store-slide>.top-store-row,
    .news-slide>.news-card-row {
        margin: 0 0 28px;
    }

    .product-card-basket__btn {
        width: 30px;
        height: 30px;
    }

    .product-card-params {
        padding: 8px;
    }

    .product-card-info__title {
        margin: 0 0 5px;
    }

    .product-card-basket__btn>svg {
        width: 12px;
        height: auto;
    }

    .product-card-favorite {
        width: 25px;
        height: 25px;
        top: 6px;
        right: 8px;
    }

    .product-card-favorite>svg {
        width: 12px;
        height: auto;
    }

    .discount-block {
        position: absolute;
        top: 11px;
        left: 11px;
        width: 48px;
        padding: 1px 6px;
    }

    .discount-block__number {
        font-size: 14px;
    }

    .metals-and-price-row {
        margin: 20px -10px;
    }

    .metals-and-price-row__item {
        width: 100%;
    }

    .gold-calc-row {
        width: 70%;
    }

    .about-us-row__item {
        width: 100%;
    }

    .about-us-row__item:last-child {
        width: 80%;
    }

    .about-us-info {
        padding: 0 0 30px;
    }

    .counter-row {
        margin: 30px -10px 20px;
    }

    .top-store-row__item {
        width: 50%;
    }

    .product-row__item>.product-card-row>.product-card__item,
    .settings-row__item>.product-card-row>.product-card__item,
    .product-card__item {
        width: 33.333%;
    }

    .product-info-row__item {
        width: 80%;
    }

    .product-info__favorite,
    .product-card-basket__btn {
        width: 41px;
        height: 41px;
    }

    .modal-close-btn {
        display: block;
    }
    .modal-close-btn-complain {
        display: block;
    }

    .modal-body>video{
        margin: 25px 0 0;
    }

    .main-form__textarea {
        height: 200px;
    }

    .information-page-row {
        margin: 25px 0;
    }

    .information-page-row__info {
        padding: 15px;
    }

    .downloads__link {
        padding: 15px;
    }

    .information-page-card-row__link,
    .information-page-card-row__link>img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .information-page-info__img {
        padding: 10px;
        margin: 0 20px 15px 0;
    }

    .brand-page-row>.brand-row__item {
        width: 25%;
    }

    .blog-row>.news-card__item {
        width: 50%;
    }

    .vacancies {
        padding: 30px 0 0;
    }

    .vacancies__item:not(:last-child) {
        margin: 0 0 60px;
    }

    .vacancies-header__title {
        font-size: 17px;
    }

    .vacancies__content {
        padding: 70px 28px 25px;
    }

    .vacancies__footer {
        padding: 0 28px 15px;
        position: static;
    }

    .registration-title {
        font-size: 25px;
    }

    .services-btns__month,
    .services-btns__year {
        max-width: 150px;
        padding: 8px 10px;
    }

    .gallery-box__item {
        width: 25%;
    }

    .basket-table,
    .all-products-table {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .basket-table-container,
    .all-products-table-container {
        min-width: 100%;
    }

    .basket-table-header,
    .all-products-table-header {
        display: none;
    }

    .basket-table-content,
    .all-products-table-content {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        border: none;
        background: #ffffff;
        margin: 0 0 23px;
        padding: 20px 65px 20px 15px;
        border-radius: 10px;
        box-shadow: 4px 4px 18px rgba(113, 142, 191, 0.22);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .all-products-table-content {
        padding: 15px;
    }

    .basket-table-content__item,
    .basket-table-content__item:first-child,
    .all-products-table-content__item,
    .all-products-table-content__item:first-child {
        width: 100%;
        padding: 6px 0 !important;
    }

    .basket-table-content__mobile-title,
    .all-products-table-content__mobile-title {
        display: block;
    }

    .all-products-top, .all-products-main{
        margin: 0 6px 6px 0;
    }

    .basket-table-content__text {
        font-size: 18px;
    }

    .basket-table-content__delete {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .basket-table-footer__item {
        margin: 0 0 23px;
    }

    .settings-order__btn {
        padding: 12px 20px;
    }

    .seller-vacancies-form-bg,
    .settings-seller-form-bg,
    .add-shop-form-bg,
    .confirm-phone-form-bg {
        padding: 25px 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .seller-packages__title {
        margin: 0 0 8px;
    }

    .all-products-notShow,
    .all-products-edit,
    .all-products-delete {
        margin: 0 10px 6px 0;
    }

    .seller-products-header {
        margin: 0 0 15px;
    }

    .modal-map-centered>.modal-content {
        padding: 10px;
    }

    .map-section>iframe {
        height: 346px;
    }
    .product-contacts{
        max-width: 100%;
    }
    .shope-page-header-contact{
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    .container {
        padding: 0 15px;
    }

    .header-top {
        padding: 10px 0 8px;
    }

    .header-logo {
        max-width: 100px;
    }

    .language-group {
        padding: 5px 3px;
    }

    .language-selcet {
        left: auto;
    }

    .language-group__title {
        font-size: 0;
        margin: 0 3px;
    }

    .become-partner-btn {
        padding: 6px;
        font-size: 9px;
    }

    .mobile-search-btn {
        width: 27px;
        height: 27px;
    }

    .header-search-form {
        top: 99px;
    }

    .menu-burger-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .header-menu__link {
        font-size: 14px;
    }

    .navigation {
        padding: 15% 15px 30px;
        top: 94px;
    }

    .category-menu,
    .navigation {
        height: calc(100vh - 94px);
    }

    header.sticky .navigation,
    header.sticky .category-menu {
        top: 47px;
        height: calc(100vh - 47px);
    }

    .category-btn {
        font-size: 13px;
        padding: 0 10px 0 0;
    }

    .category-btn>svg,
    .menu-burger>svg {
        width: 18px;
        height: auto;
    }

    .category-close-btn {
        margin: 15px 0 12px auto;
        display: block;
    }

    .category-sub-title {
        margin-bottom: 18px;
    }

    footer {
        padding: 35px 0 20px;
    }

    .footer-row__item:first-child,
    .footer-row__item {
        width: 100%;
        margin-bottom: 22px;
    }

    .footer-logo {
        max-width: 240px;
    }

    .header-behind-gap {
        padding: 99px 0 0;
    }

    .main-slide__next-btn,
    .main-slide__prev-btn {
        width: 20px;
        height: 20px;
    }

    .main-slide__next-btn::after,
    .main-slide__prev-btn::after {
        font-size: 12px;
    }

    .main-slide-info-bg {
        padding: 4px 15px;
        bottom: 16px;
    }

    .main-slide__item>img {
        min-height: 189px;
        object-fit: cover;
    }

    .main-title {
        font-size: 18px;
        line-height: 25px;
    }

    .advertising-baners__item {
        width: 100%;
    }

    .advertising-baners__item:first-child {
        margin: 0 0 17px;
    }

    .advertising-baners__item>a>img {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .gold-calc-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .gold-calc-row__item {
        width: 100%;
        padding: 5px 0;
    }

    .packages-row__item {
        width: 100%;
    }

    .packages-card-header {
        padding: 20px;
        min-height: 120px;
    }

    .packages-card-header-title {
        font-size: 28px;
    }

    .packages-card-header-price {
        font-size: 26px;
    }

    .packages-card-conent__info {
        margin: 15px 20px 15px;
    }

    .packages-card-conent__text-item {
        padding: 6px 20px;
    }

    .packages-card-footer {
        margin: 15px 20px 20px;
    }

    .news-card__link {
        border-radius: 8px;
        padding: 15px 12px 12px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .counter-row__item {
        width: 50%;
    }

    .bread-crumbs {
        margin: 15px 0 10px;
    }

    .product-filter-btn>svg {
        width: 20px;
        height: auto;
    }

    .product-top {
        margin: 0 0 20px;
    }

    .product-sort__item {
        padding: 5px 12px;
    }

    .product-sort__item:first-child {
        margin: 0 5px 3px 0;
    }

    .product-sort__item {
        margin: 0 0 3px;
    }

    .product-row__item>.product-card-row>.product-card__item,
    .settings-row__item>.product-card-row>.product-card__item,
    .product-card__item {
        width: 50%;
    }

    .page-banner {
        display: none;
    }

    .product-info-row__item {
        width: 100%;
    }

    .product-slide {
        margin: 12px 0;
    }

    .product-description {
        margin: 30px 0 0;
    }

    .product-description__header {
        padding: 0 14px;
    }

    .product-description__header {
        margin: 0 0 25px;
    }

    .modal-centered {
        margin: 0 auto;
    }

    .modal-header>.main-title {
        font-size: 18px;
    }

    .main-form__item {
        margin: 0 0 22px;
    }

    .main-form__btn {
        padding: 10px 45px;
    }

    .information-page-row__img {
        width: 100%;
    }

    .information-page-row__info {
        width: 70%;
        padding: 13px;
        position: absolute;
        left: 0;
        bottom: 30px;
        margin: 0;
    }

    .information-page-row__img>img {
        min-height: 200px;
        object-fit: cover;
    }

    .gallery-row {
        grid-template-columns: repeat(3, auto);
    }

    .gallery-row__item:nth-child(1) {
        grid-column: span 2 / auto;
        grid-row: span 2 / auto;
    }

    .gallery-row__item:nth-child(6),
    .gallery-row__item:nth-child(7) {
        grid-column: span 1 / auto;
        grid-row: span 1 / auto;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 53%;
    }

    .information-page-card-row__item {
        width: 100%;
    }

    .information-page-info__img {
        width: 90%;
        float: none;
        margin: 0;
    }

    .downloads {
        margin: 28px 0 0;
    }

    .brand-sort {
        margin: 0 auto 30px;
    }

    .brand-sort__btn {
        padding: 7px 10px;
    }

    .brand-page-row>.brand-row__item {
        width: 33.333%;
    }

    .vacancies__item:not(:last-child) {
        margin: 0 0 50px;
    }

    .vacancies-header {
        padding: 12px 15px;
        top: -28px;
        left: 15px;
    }

    .vacancies__content {
        padding: 65px 15px 25px;
    }

    .vacancies__footer {
        padding: 0 15px 15px;
    }

    .vacancies-form-bg,
    .settings-seller-form-bg,
    .add-shop-form-bg,
    .confirm-phone-form-bg {
        padding: 25px 15px;
    }

    .vacancies-section .page-banner {
        display: block;
    }

    .vacancies-banner-info {
        margin: -25px 0 20px;
        padding: 5px 12px 15px;
    }

    .login-title {
        font-size: 22px;
    }

    .login-text {
        font-size: 12px;
        margin: 10px auto;
    }

    .login-registr-social-title {
        font-size: 15px;
    }

    .login-registr-with-social {
        margin: 12px 0 0;
    }

    .login-registr-with-social__link>svg {
        width: 32px;
        height: 32px;
    }

    .login-form {
        margin: 22px 0 0;
    }

    .registration-section {
        padding: 30px 0;
    }

    .registration-title {
        font-size: 18px;
    }

    .registration-btns {
        margin: 20px 0;
    }

    .registration-form {
        margin: 25px -5px 0;
    }

    .register-buyer,
    .register-store {
        padding: 20px;
    }

    .register-buyer__info,
    .registration-form-checked__label {
        font-size: 13px;
    }

    .registration-btns__buyer,
    .registration-btns__store {
        padding: 8px 20px;
    }

    .aboutUs-page-section {
        background: url(../img/about-us-bg.png) no-repeat 10px 80px;
        background-size: 95% !important;
    }

    .aboutUs-page-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutUs-page-info__des {
        padding: 15px 0 0;
    }

    .aboutUs-page-img,
    .aboutUs-information-row__img {
        width: 90%;
        float: unset;
    }

    .aboutUs-page-img {
        padding: 30px 0 0;
    }

    .aboutUs-information-row__img {
        padding: 0 0 30px;
    }

    .services-btns {
        margin: 0 0 25px;
    }

    .shope-page-header-info__img {
        min-width: 70px;
        width: 70px;
        height: 70px;
        padding: 8px;
    }

    .shope-page-header__title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 8px;
    }

    .shope-page-header-contact__links {
        margin: 0 0 8px;
    }

    .shope-page-btns-row {
        margin: 0 0 30px;
        padding: 7px 10px;
    }

    .shope-page-btns__burger {
        display: block;
    }

    .shope-page-btns {
        display: none;
        padding: 4px 0;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 52px;
        left: 0;
        z-index: 3;
        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;
    }

    .shope-page-btns__item:hover,
    .shope-page-btns__item_active {
        border: none;
    }

    .shope-page-search-form {
        top: 0;
        right: 40px;
        height: 35px;
        padding: 8px 10px;
    }

    .shope-page-search__btn {
        width: 35px;
        height: 35px;
    }

    .shope-page-search-form__input {
        width: 150px;
    }

    .about-us-info-row__img {
        width: 80%;
        float: unset;
        padding: 0 0 20px 0;
    }

    .gallery-box {
        margin: 25px -6px;
    }

    .gallery-box__item {
        width: 33.333%;
    }

    .shope-page-vacancies-header {
        margin: 25px 0 20px;
    }

    .shope-page-vacancies-contact {
        padding: 20px 15px;
    }

    .personal-info-change {
        padding: 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .personal-info-change__title {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 30px;
    }

    .settings-analytics-row__item,
    .seller-shops-row__item {
        width: 100%;
    }

    .seller-shops-number {
        margin: 25px 0;
    }

    .settings-seller-form-online {
        padding: 13px 0 8px;
    }

    .settings-seller-form-online__title {
        font-size: 18px;
    }

    .all-products-notShow,
    .all-products-edit,
    .all-products-delete {
        min-width: 35px;
        width: 35px;
        height: 35px
    }

    .upload-file-title {
        margin: 20px 0 14px;
    }

    .work-hour-row>.main-form__item {
        width: 100%;
    }

    .map-section>iframe {
        height: 280px;
    }

    .add-product-title {
        font-size: 18px;
        margin: 0 0 25px;
    }

    .confirm-phone-form>.main-form__item {
        width: 100%;
    }

    .settings-step__circle {
        min-width: 29px;
        width: 29px;
        height: 29px;
        margin: 0 8px 0 0;
    }

    .step-waiting>.settings-step__circle::after {
        width: 16px;
        height: 16px;
    }

    .settings-step-row__item {
        width: 100%;
    }

    .work-hour-row {
        flex-wrap: wrap;
    }

    .add-cabinet-lang::-webkit-scrollbar {
        display: none;
    }

    .add-cabinet-lang__link {
        padding: 8px 31px;
    }

    .metals-params-small-row,
    .metals-params-row-content>.main-form__item,
    .metals-params-small-row>.main-form__item,
    .stone-params-row-content>.main-form__item,
    .product-params-content__item {
        width: 100%;
    }

    .product-params-content__info {
        margin: 22px 0 0;
    }

    .product-params-btns__item {
        width: 50%;
    }
    .advertising-baners__title{
        font-size: 25px;
        margin: 20px;
    }
    .pagination-wrapper {
        margin: 25px 0 0;
    }
}

@media all and (max-width: 480px) {
    .category-menu__item {
        width: 100%;
    }

    .category-menu-row {
        width: 60%;
    }

    .category-img {
        width: 40%;
    }

    .gold-calc-row,
    .about-us-row__item:last-child {
        width: 100%;
    }

    .about-us-info {
        padding: 0 0 25px;
    }

    .top-store-row__item,
    .information-page-info__img,
    .blog-row>.news-card__item {
        width: 100%;
    }

    .information-page-info__img {
        padding: 8px;
    }

    .vacancies-form>.main-form__item {
        width: 100%;
    }

    .file-cv>label {
        font-size: 12px;
    }

    .registration-form>.main-form__item {
        width: 100%;
        padding: 0 5px;
    }

    .aboutUs-information-row {
        margin: 30px 0 10px;
    }

    .aboutUs-page-img,
    .aboutUs-information-row__img,
    .about-us-info-row__img {
        width: 100%;
    }

    .aboutUs-page-img {
        padding: 25px 0 0;
    }

    .aboutUs-information-row__img {
        padding: 0 0 25px;
    }

    .basket-table-content {
        padding: 15px 45px 15px 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .basket-table-content__text,
    .basket-table-footer__title,
    .basket-table-footer__price {
        font-size: 16px;
    }

    .basket-table-content__delete {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 10px;
    }

    .basket-table-footer {
        max-width: 220px;
    }

    .basket-table-footer__item {
        margin: 0 0 18px;
    }

    .settings-order__btn {
        padding: 10px 15px;
    }

    .settings-order-text {
        font-size: 11px;
    }

    .settings-analytics {
        padding: 12px;
    }

    .settings-analytics__img {
        width: 54px;
        min-width: 54px;
        height: 54px;
    }

    .seller-products-header-row__item {
        width: 100%;
    }

    .seller-products-item {
        padding: 10px;
    }

    .seller-products-img {
        min-width: 35px;
        width: 35px;
        height: 35px;
    }

    .seller-products-info__number {
        font-size: 30px;
    }
}

@media all and (max-width: 420px) {
    .advertising-baners__item {
        width: 100%;
    }

    .advertising-baners__item:first-child {
        margin: 0 0 15px;
    }

    .metals-and-price-header-row__text,
    .metals-and-price-header-row__price {
        font-size: 14px;
    }

    .metals-and-price-header-row,
    .metals-and-price-content-row {
        padding: 0 10px;
    }

    .metals-and-price__title {
        font-size: 18px;
    }

    .gold-total__price {
        font-size: 25px;
    }

    .counter-block__icon {
        padding: 12px;
        min-width: 75px;
        height: 75px;
    }

    .counter-number {
        font-size: 32px;
    }

    .counter-title {
        font-size: 14px;
    }

    .product-filter {
        max-width: 100%;
    }

    .information-page-row__info {
        width: 80%;
    }

    .brand-page-row>.brand-row__item {
        width: 50%;
    }

    .brand-sort {
        margin: 0 auto 25px;
    }

    .settings-aside {
        padding: 18px 15px;
        max-width: 100%;
    }

    .seller-packages-your>.packages-row__item {
        max-width: 100%;
    }

    .metals-params-small-row {
        flex-wrap: wrap;
    }

    .product-params-btns__item {
        width: 100%;
    }
    .new-block{
        width: 100%;
    }
}

@media all and (max-width: 374px) {

    .product-row__item>.product-card-row>.product-card__item,
    .settings-row__item>.product-card-row>.product-card__item,
    .product-card__item {
        width: 100%;
    }

    .page-advertising>img {
        min-height: 100px;
        object-fit: cover;
    }

    .services-btns__month,
    .services-btns__year {
        max-width: 250px;
        padding: 8px 10px;
    }

    .gallery-box__item {
        width: 50%;
    }
}

