body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #242A3F;
    line-height: 1.25;
    scroll-padding-top: 75px;
    padding-top: 75px;
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
}
.notify {
    background: #fff;
    display: none;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
}
.notify__content {
    text-align: center;
}
.catalog__map #map {
    width: 100%;
    height: 100%;
}
.cupon {
    background: #fff;
    display: none;
    max-width: 800px;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
}
.cupon__item {
    border-top: 1px solid #D9D9DD;
}
.cupon__name {
    font-size: 20px;
    margin-bottom: 0;
}
.popups {
    background: #fff;
    display: none;
    max-width: 700px;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
}
.cities {
    background: #fff;
    display: none;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
}
.cities__title {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}
.cities__countries  {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.cities__countries li {
    display: inline-block;
    color: #505466;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0 5px;
}
.cities__countries li a {
    color: #505466;
    text-decoration: none;
}
.cities__countries li:hover {
    text-decoration: underline;
}
.cities__countries_active {
    color: #505466;
    font-weight: bold;
    text-decoration: underline;
}
.cities__search {
    position: relative;
}
.cities__search svg {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
}
.cities__search input {
    color: #4B4B4B;
    border: 1px solid #ececec;
    padding: 0 20px 0 40px;


}
.cities__search input::placeholder {
    color: #4B4B4B;
}
.cities_link {
    color: #3C3531;
    display: block;
    text-decoration: none;
    margin: 10px 0;
    cursor: pointer;
}
.cities_link:hover {
    text-decoration: underline;
}
.cities__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
}
.header {
    background: #A12D5E;
    color: #fff;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 600;
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.header a {
    text-decoration: none;
    color: #fff;
}
.header__logo img {
    width: 144px;
}
.header__company_logo img{
    max-height: 39px;
    max-width: 144px;
    object-fit: contain;
    width: auto;
}
.header__city {
    cursor: pointer;

}

.drop-categories {
    position: relative;
    z-index: 11;

}

.drop-categories__item img {
    max-width: 50px;
}
.drop-categories__name {
    width: 140px;
}
.drop-categories__item a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #242A3F;
    line-height: 20px;
    display: block;
}
.drop-categories__wrap {
    display: none;
    background: #fff;
    padding: 20px 20px 0 20px;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #ebebeb;
}
.search__results {
    display: none;
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    width: 100%;
    font-size: 16px;
    color: #242A3F !important;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #ebebeb;
}
.results__item {
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #EDEEEF;
    margin: 10px 0;
    color: #242A3F !important;
    display: block;
}
.header__menu {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #621c39;
    width: 35px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;

}
.mobile__top {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: white;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.mobile__top_text {
    text-align: center;
}
.twitter-typeahead {
    width: 100%;
}
.header__menu:hover path {
    fill: #DE5E98;
}
.header__search input {
    background: #792246 url(../img/search.svg) 50px 50% no-repeat;
    border: none;
    color: #fff;
    padding: 0 20px 0 80px;
}
.header__search input:focus {
    background: #792246 url(../img/search.svg) 50px 50% no-repeat;
}
.search {
    position: relative;
}
.search input {
    height: 36px;
    border-radius: 4px;
    width: 100%;
    outline: none;

}
.search input:focus {
    border-color: #333A4D;
}

.header__search input::placeholder {
    color: #fff;
}
.header__telegram {
    background: #DE5E98;
    border-radius: 4px;
    padding: 9px 20px;
}


.product_item {
    text-decoration: none;
    position: relative;
}
.product_item__favorite {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    background: rgba(36, 42, 63, 0.3);
    border-radius: 50%;
    transition: background 0.3s;

}
.product_item__favorite:hover {
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.4);
}
.product_item__favorite svg:first-child{
    display: none;
}
.product_item__favorite svg:last-child {
    display: block;
}
.product_item__favorite_active svg:first-child {
    display: block;
}
.product_item__favorite_active svg:last-child {
    display: none;
}
.product_item__img {
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
    height: 185px;
}
.product_item__name{
    margin: 20px;
    color: #242A3F;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
.category-slider {
    padding: 0 20px;
}
.category-slider__next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    z-index: 10;
}
.category-slider__prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    z-index: 10;
}
.category-slider__item img {
    max-width: 50px;
}
.category-slider__item a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #242A3F;
    text-align: center;
    display: block;
    margin: 0 auto;
}


.btn {
    background: #F6F6F6;
    border-radius: 8px;
    color: #242A3F;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 11px 0;
    border: none;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.btn:hover {
   color: #A12D5E;
}
.map {
    border-radius: 8px;
    overflow: hidden;
}
.stat {
    background: #F4F5F8;
    border-radius: 12px;
    padding: 15px;
}
.stat__item {
    background: #fdfdfd;
    padding: 15px;
    border-radius: 8px;
}
.menu {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 5px 0px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
}
.menu a {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #7c7f8c;
}
.menu a.menu__active {
    color: #242A3F;
}
.menu__active svg path, .menu__active svg circle{
    fill: #242A3F;
}
.menu__active_path {
    fill: #fff !important;
}
.promo__stat {
    background: #F7F7FA;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 20px;
}
.promo__mobile2 {
    background: #F7F7FA;
    border-radius: 4px !important;
    font-size: 14px;
    padding: 5px 20px;
    margin-top: 1rem;
}
.title {
    font-size: 26px;
    font-weight: 600;
    color: #242A3F;
}
.title__color_white {
    color: #fff;
}
.subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #242A3F;
}
.footer {
    border-top: 1px solid #f2f2f2;
    margin-top: 40px;
    padding-top: 40px;
}
.footer__title {
    font-weight: 600;
}
.header__social {
    font-size: 16px;
    color: #858994;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li {
    padding: 5px 0;
}

.footer a {
    text-decoration: none;
    color: #858994;
    font-size: 14px;
}
.footer__copyright {
    font-size: 12px;
    background: #fafafa;
    color: #828792;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 40px;
}
.footer__logo {
    width: 144px;
}
.cupon {
    display: none;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.profile-slider{
    visibility: hidden;
}
.profile-slider.swiper-initialized {
    visibility: inherit;
    height: auto;
}
.category-slider{
    visibility: hidden;
    height: 101px;
}
.category-slider.swiper-initialized {
    visibility: inherit;
    height: auto;
}
.subcategories-slider {
    display: none;
}
.subcategories-slider.swiper-initialized {
    display: block;
}
.swiper-button-disabled {
    display: none;
}
.subcategories-slider__item {
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid #ebebed;
    display: block;
    font-size: 14px;
    width: auto;
    height: 100%;
    color: #242A3F;
    text-decoration: none;
}
.subcategories-slider__item_active {
    background: #333A4D;
    border: 1px solid #333A4D;
    color: #fff;
}
.subcategories-slider__item_active svg, .subcategories-slider__item_active path {
    fill: #fff;
}
.subcategories-slider__next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    z-index: 10;
}
.subcategories-slider__prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    z-index: 10;
}
.subcategories-slider__item svg {
    height: 18px;
}

.catalog__map {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: white;
    top: 0;
    left: 0;
}
.favorite-btn {
    color: #242A3F;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.products-favorite .col-sm-6 {
    display: none;
}

.products-favorite .products-favorite__item {
    display: block;
}

.breadcrumbs {
    color: #858994;
    font-size: 12px;
    margin-bottom: 15px;
}
.breadcrumbs__item {

    color: #858994;
}
.breadcrumbs__item_actived {
    font-weight: bold;
}
.breadcrumbs__separate {
    padding: 0 10px;
}


.product__img {
    border-radius: 8px;
    max-width: 100%;
}
.product__btn {
    background: #A12D5E;
    color: #fff;
    width: 100%;
    padding: 11px 45px;
    transition: background 0.3s;
}
.product__btn:hover {
    background: #DE5E98;
    color: #fff;
}

.btn_primary {
    background: #A12D5E;
    color: #fff;
    width: 100%;
    padding: 11px 0px;
    transition: background 0.3s;
    border: none;
}
.btn_primary:hover {
    background: #DE5E98;
    color: #fff;
}

.btn_secondary {
    background: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
}
.btn_secondary:hover {
    color: #A12D5E;
}
.btn_small {
    font-size: 14px;
    padding: 11px 20px;
}
.catalog__map_header {
    background: #fff;
    z-index: 10;
}
.lead {
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 20px;
    border-radius: 4px;
    background: #DE5E98;
    color: #fff;
}
.partners__item {
    border: 1px solid #D6D8DB;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 100%;
}
.partners__item ul {
    text-align: left
}
.partners__item ul li {
    margin-bottom: 10px;
}
.partners__item svg {
    margin-bottom: 20px;
}
.partners__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.form {
    background: #F4F5F8;
    padding: 30px;
    border-radius: 10px;
}
.form input {
    display: block;
    height: 48px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #B5B8BF;
    width: 100%;
    padding: 0 20px;
    outline: none;
}
.form input:focus {
    border-color: #333A4D;
}
.input {
    display: block;
    height: 48px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #B5B8BF;
    width: 100%;
    padding: 0 20px;
    outline: none;
}
.input:focus {
    border-color: #333A4D;
}
.input:disabled {
    opacity: 0.6;
}
.select {
    display: block;
    height: 48px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #B5B8BF;
    width: 100%;
    padding: 0 20px;
    outline: none;
}
.label {
    color: #333A4D;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.label span {
    color: #A12D5E;
}
.form label {
    color: #333A4D;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.form label span {
    color: #A12D5E;
}
.open-catalog-map {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
    color: #242A3F;
}


.help_wrap {
    height: 500px;
}

.overflow-auto {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #A12D5E #EBECEF;
}
b {
    font-weight: 600;
}
.phone {
    color: #333A4D;
    text-decoration: none;
    display: block;
}
.email {
    color: #333A4D;
    text-decoration: none;
    display: block;
}

.overflow-auto::-webkit-scrollbar {
    width: 8px;
}

.overflow-auto::-webkit-scrollbar-track {
    background: #EBECEF;
    border-radius: 4px;
}

.overflow-auto::-webkit-scrollbar-thumb {
    background: #A12D5E;
    border-radius: 4px;
}

.overflow-auto::-webkit-scrollbar-thumb:hover {
    background: #A12D5E;
}
.error {
    color: #A12D5E;
    font-size: 12px;
    margin-top: 10px;
    display: none;
}
.input__error {
    border-color: #A12D5E !important;
}
.content {
    color: #333A4D;
}
.content p {
    font-size: 16px;
    line-height: 24px;/
}
.content a {
    color: #A12D5E;
}
.check {
    cursor: pointer;
    font-size: 14px;
}
.check a{
    color: #333A4D;
}

.check__active {
    display: none;
}
#checked:checked  + label .check__active{
    display: block;
}
#checked:checked  + label .check__no{
    display: none;
}
.registration {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #A12D5E), color-stop(50%, white));
    background-image: linear-gradient(to right, #A12D5E 50%, white 50%);
    padding: 50px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.registration__img1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.registration__img2 {
    position: absolute;
    top: 0;
    left: 250px;
}
.registration__back {
    position: absolute;
    top: 50px;
    right: 50px;
}
.registration_p {
    font-size: 18px;
    line-height: 26px;
}
.registeration__text-center {
    text-align: center;
}
.registeration__link {
    color: #505466;
    font-size: 12px;
    text-decoration: none;
    padding-top: 10px;
    display: block;
}
.registration--left {
    color: #fff;
}
.registration__title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}
.registration a{
color: #242A3F;
}
.main_category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.main_category ul li a{
    text-decoration: none;
    color: #242A3F;
    padding: 5px 0;
    display: block;
    font-size: 14px;
}
.main_category__item img {
    width: 50px;
    margin-right: 20px;

}
.main_category__item a {
    color: #242A3F;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
.logout-form button {
    background: transparent;
    border: none;
    color: #3D3F48;
    font-size: 20px;
    font-weight: 600;

}
.profile_menu {
    border-bottom: 1px solid #edeef0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.telegram__input {
    position: relative;
}
.telegram__input input {
    font-weight: 600;
    padding-right: 40px;
}
.search-user {

}
.search-user {
    position: relative;
}
.search-user input {
    color: #4B4B4B;
    border: 1px solid #ececec;
    padding: 0 20px 0 40px;
}
.search-user svg {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
}
.telegram__input_svg {
    position: absolute;
    right: 6px;
    background: #fff;
    top: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 30px;
    height: 20px;
    justify-content: center;
    cursor: pointer;
}
.profile__slider {
    color: #3D3F48;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 10px;
    text-decoration: none;
    width: auto;
    height: 100%;
}
.profile__slider_active{
    border: 1px solid #333A4D !important;
    border-radius: 6px;
}
.users-wrapper__header{
   border-bottom: 1px solid #edeef0;
    margin-bottom: 20px;
}
.users-wrapper__btn {
    background: #F6F6F6;
    border-radius: 8px;
    color: #242A3F;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 0;
    border: none;
    width: 100%;
    cursor: pointer;
}
.users-wrapper__btn2 {
    background: #333A4D;
    border-radius: 8px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 0;
    border: none;
    width: 100%;
    cursor: pointer;
}
.btn_primary {
    background: #A12D5E;
}
.user__1--container {
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    font-size: 14px;
}
.user__1--wrap {
    cursor: pointer;
}
.user__1--arrow_active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.user__1_header {
    border-bottom: 1px solid #edeef0;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.profile__slider svg {
    height: 22px;
    width: 22px;
}
.profile__btn {
    background: transparent;
    border: none;
    font-weight: 600;
}
.profile__date {
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #edeef0;
    background: #fff;
}
.profile__date input {
    border: none;
    width: 130px;
    outline: none;
    background: url(../img/calendar.svg) no-repeat 100% 50%;
}
.profile__bg {
    background: #f4f6f8;
    padding:5px 20px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #f1f3f8;
}
.profile__title {
    font-size: 20px;
    color: #3D3F48;
    font-weight: 600;
}
.profile__text {
    font-size: 14px;
    color: #828793;
}
.profile__subtitle {
    font-size: 16px;
    color: #3D3F48;
    font-weight: 600;
}
.profile {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #edeef0;
}
.help_wrap__item{
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #edeef0;
}

.faq__content {
    display: none;
    margin-top: 20px;
}
.faq__title {
    font-weight: 600;
    font-size: 18px;
    color: #3D3F48;
    cursor: pointer;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    opacity: .6;
    z-index: 9;
    display: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.promo {
    border-radius: 10px;
    padding: 20px 0 20px 20px;
    border: 1px solid #edeef0;
}
.promo__wrap {
    background: #F4F5F8;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px;
    display: none;
}
.promo__wrap2 {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px;
    display: none;
}
.promo__img {
    width: 100%;
    border-radius: 8px;
}

.promo__name {
    font-size: 18px;
    font-weight: 600;
    color: #242A3F;
    text-decoration: none;
    display: block;
}

.promo__code {
    position: relative;

}
.promo__mobile {
    position: relative;
    background: #F4F5F8;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    font-weight: 600;
}
.promo__code>.promo__code_copy{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.promo__arrow {
    border-left: 1px solid #edeef0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}
.promo__arrow_active svg{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.iziToast:after {
    box-shadow: none;
}
.iziToast {
    font-family: "Open Sans", sans-serif;
    background: #A12D5E;
}

.disableLink {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
.main-desc {
    color: #76838f;
}
.short-desc a {
    color: #A12D5E;
}
.short-desc img {
    max-width: 100%;
}
.short-desc h2 {
    font-size: 22px;
    font-weight: 600;

}
.short-desc h3 {
    font-size: 18px;
    font-weight: 600;

}
.short-desc ul li, .short-desc ol li, .main-desc ul li, main-desc ol li {
    padding: 5px 0;
}
.product p {
    line-height: 24px;
    margin-bottom: 10px;
}
@media(max-width: 1400px){

    .header__telegram {
        border-radius: 50%;
        padding: 0;
        width: 21px;
        height: 21px;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width: 1200px){
    .category-slider{
        height: 93px;
    }
    .category-slider.swiper-initialized {
        height: auto;
    }
    .category-slider__item a {
        font-size: 11px;
    }
    .header__city div {
        width: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .user__1--container {
        padding: 0;
    }
    .label {
        font-size: 14px;
    }
    .logout-form button {
        font-size: 12px;
    }

    .input {
        font-size: 14px;
        height: 40px;
        border-radius: 6px;
    }
    .telegram__input_svg {
        top: 11px;
    }
    .profile__slider {
        font-size: 12px;
        border: 1px solid #d5d7db;
        border-radius: 5px;
        padding: 5px 10px;
        height: 30px;
    }
    .profile__slider svg {
        width: 17px;
        height: 17px;
    }
    .profile_menu {
        border: none;
        padding: 0;
    }
    .results__item {
        font-size: 14px;
    }
    .title {
        font-size: 22px;
    }
    .subtitle {
        font-size: 18px;
    }
    .form label {
        font-size: 14px;
    }
    .form input {
        font-size: 14px;
        height: 40px;
        border-radius: 6px;
    }
    .profile__title {
        font-size: 16px;
    }

    .favorite-btn {
        font-size: 14px;
    }
    .product__btn {
        font-size: 14px;
    }
    .cupon__name {
        font-size: 14px;
    }
    .header__logo img {
        max-height: 25px;
        max-width: 82px;
        object-fit: contain;
        width: auto;
    }
    .header__logo svg {
        height: 25px;
        width: 25px;
    }
    .header {
        padding: 10px 0;
    }

    .product__btn {
        padding: 11px 25px;
    }
    .btn {
        font-size: 14px;
        padding: 11px 25px;
        border-radius: 6px;
    }

    .btn_secondary {
        padding:  10px 5px;
    }

    .drop-categories__item a {
        font-size: 12px;
        line-height: 18px;
    }


}
@media(max-width: 767px){
    .menu {
        display: block;
    }
    .promo__wrap {
        margin-top: 0;
        border-radius: 0 0 8px 8px;
    }
    .promo__arrow_active {
        border-radius: 8px 8px 0 0;

    }
    .profile {
        padding: 0;
        border: none;
    }
    .promo {
        padding: 15px;
    }
    .promo__name {
        margin-top: 20px;
    }
    .promo__wrap {
        margin-right: 0;
        padding: 0 10px 10px 10px;
    }
    .promo__wrap2 {
        margin-right: 0;
        padding: 0 10px 10px 10px;
    }
    .header__search {
        margin-top: 10px;
    }
    .partners__item {
        font-size: 14px;
    }
    .breadcrumbs__item, .breadcrumbs__separate {
        margin-bottom: 10px;
    }
    .open-catalog-map {
        text-align: left;
        justify-content: start;
    }
    .catalog__map #map {
        height: 60vh;
        display: block;
    }
    .registration--left .title {
        font-size: 18px;
    }
    .registration--left p {
        font-size: 14px;
        line-height: 21px;
    }
    .registration__logo img{
        width: 170px;
    }
    .registration__form {
        position: relative;
    }
    .registration__back {
        top: -20px;
        right: 0px;
    }
    .registration {
        background-image: linear-gradient(to bottom, #A12D5E 35%, #A12D5E 35%, white 35%, white 100%);
        font-size: 14px;
    }
    .registration__title {
        font-size: 24px;
        margin-bottom: 20px;
    }


    .cities__title {
        font-size: 22px;
        text-align: left;
    }
    .cities_link {
        font-size: 14px;
    }
    .cities__countries li {
        font-size: 14px;
    }
    .cities__countries li a {
        color: #3C3531;
        text-decoration: none;
    }
    .cities__countries {
        text-align: left;
    }
    .cities__subtitle {
        font-size: 18px;
        font-weight: 600;
    }
    .header__profile {
        font-size: 12px;
    }
    .category-slider::before{
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        width: 39px;
        height: 94px;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 89.96%);
        background-attachment: local, local, scroll, scroll;
        z-index: 9;
    }
    .category-slider::after{
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        width: 39px;
        height: 94px;
        bottom: 0;
        right: 0;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 89.96%);
        background-attachment: local, local, scroll, scroll;
        z-index: 9;
    }
    body {
        padding-top: 91px;
    }

    .category-slider__next, .category-slider__prev{
        display: none;
    }
    .product_item__name {
        font-size: 15px;
        margin: 15px 20px 15px 20px;
    }

    .promo__code {
        font-size: 12px;
    }

}
@media(max-width: 480px){
    .profile__date {
        padding: 9px;
    }
    .category-slider .swiper-slide {
        width: auto;
    }

    .registration {
        background-image: linear-gradient(to bottom, #A12D5E 37%, #A12D5E 37%, white 37%, white 100%);

    }

}


.placeholder {
    display: inline-block;
    width: 100%;
    min-height: 185px;
    vertical-align: middle;
    cursor: wait;
    background-color: rgb(192 192 192);
    opacity: 0.5;
    border-radius: 8px;
}


.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
