* {
    box-sizing: border-box;
    transition: all 0.2s ease-out;
}
::-ms-reveal {display: none;}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb {
    background: rgba(15, 48, 39, 0.8); 
    border-radius: 15px;
}
html {scrollbar-width: none;}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: auto;
    height: auto;
    min-height: 100vh;
    margin: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background-color: #F5F7FA;
    line-height: 100%;
}

.body-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.mobile-navigation {
    display: none;
    position: fixed;
}
.container {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
.main-header {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 15px 10px;
    height: 84px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}
.header__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    width: 185px;
    gap: 8px;
}
.logo {
    width: 43px;
    height: 43px;
}
.logo__text {
    width: 129px;
    height: 30px;
}

.catalog {
   /*width: 174px;*/
   height: 50px; 
   border: none;
   background-color: #7B9429;
   border-radius: 10px;
   cursor: pointer;
   display: flex;
   flex-direction: row;
   align-items: center;
   padding: 0;
   margin-left: 38px;
   flex-shrink: 0;
}
.catalog:hover {
   background-color: #657C19;
}
.catalog__img {
    margin: 17px 0 14px 17px;
    width: 20px;
    height: 16px;
}
@media (max-width: 890px) {
    .catalog__img {
        display: none;
    }
}
@media (max-width: 820px) {
    .catalog {
        flex: 1 1 auto;
    }
}
.catalog__text {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-left: 12px;
    margin-right: 12px;
    color: white;
}

.search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #7B9429;
    border-radius: 9px;
    /*width: 481px;*/
    flex: 1 1 auto;
    margin-left: 9px;
    height: 50px;
}
.search-form:hover {
   background-color: #657C19;
}
.search {
    display: flex;
    height: 50px;
    flex-direction: row;
    flex: 1 1 auto;
}
.magnifying-glass-button {
    flex: 1 1 46px;
    min-width: 30px;
    height: 46px;
    margin: 2px 0 2px 2px;
    border-radius: 8px 0 0 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0EFEC;
    cursor: pointer;

}
.magnifying-glass-button__icon {
    width: 21px;
    height: 21px;
}
.search-field {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #535353;
    background-color: #F0EFEC;
    border: 0;
    width: 100%;
    margin: 2px 0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    flex: 1 1 100%;
    min-width: 5rem;
}
.search-field:focus  {
    outline: none;    
}
.search-field::placeholder  {
    color: #A3AFAB;    
}
.search-button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    height: 100%;
    min-width: 4rem;
    max-width: 90px;
    flex: 1 1 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.header-icons {
    width: 243px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 2%;
    gap: 4px;
}
.header-icons_authorized {
    width: 333px;
}
.header-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    height: 100%;
    color: #96A7A1;
    position: relative;
}
.header-icon-path {
    fill: #96A7A1;
}
.header-icon:hover {
    color: #7B9429;
    .header-icon-path {
    fill: #7B9429;
    }
    
}
.header-icon__counter {
    position: absolute;
    background-color: #EBAA07;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: solid white 1px;
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 10px;
    display: none;
    top: 9px;
}
.header-icon__counter_opened {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-icon__counter_favorite {
    right: 10px;
}
.header-icon__counter_message {
    right: 13px;
}
.header-icon__counter_cart {
    right: 5.5px;
}
.header-icon_opened {
    color: #424F4B;
    .header-icon-path {
        fill: #424F4B;
    }
}
.header-icon__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin: 4px auto 0;
}
.avatar {
    display: none;
    width: 54px;
    height: 54px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    margin-left: auto;
}
.button-accommodate {
    display: none;
}
button {
    padding: 0;
}
.menu-main {
    max-width: 1250px;
    z-index: 100;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: white;
    padding: 0 10px;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
}
.menu__items {
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 1 auto;
    max-width: 40%;
    gap: 16px;
}

.menu__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    color: #535353;
}
.menu__item:first-child {
    margin-left: 0;
}
.menu__item:hover {
    color: #7B9429;
    .menu__item-icon {
        background-color: #7B9429;
    }
}
.menu__item-icon {
    background-color: #424F4B;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu__item-svg_mobile {
    display: none;
}
.menu__item-text {
    margin-left: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    
}
.mobile__header {
    display: none;   
}
.region {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
}
.region__icon {
    width: 18px;
    height: 18px;
    margin-left: 1px;
    flex-shrink: 0;
}
.region__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #7B9429;
    white-space: nowrap;
    margin-left: 9px;
}

/* Мобильные блоки */
.mobile-search-container {
    display: none;
}
.inline-button {
    display: inline;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
}
.loader {
    animation: spin 2s linear infinite;
    width: 40%;
    height: 20%;
}
.main-header-div{
    flex: 0 0 70%; width: 100%; max-height: 70%;
}
.main-button-green {
    flex: 0 0 auto;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #7B9329;
    border-radius: 5px;
    color: white;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    min-height: 48px;
}
.main-button-light-green {
    flex: 0 0 auto;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #E1EDBB;
    border-radius: 5px;
    color: #7B9429;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.main-button-transparent {
    flex: 0 0 auto;
    font-size: 16px;
    border: 1px solid #7B9329;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
    color: white;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    min-height: 48px;
}
.main-button-gray {
    flex: 0 0 auto;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #CDCDCD;
    border-radius: 5px;
    color: white;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.menu-item {
    flex: 0 0 auto;
    font-size: 20px;
    border: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #0F3027;
    padding: 4px 12px;
}
.menu-item:hover {
    background-color: #7B9329;
    border-radius: 5px;
    color: white;
}
.search-input { 
    border: none; 
    border-radius: 5px; 
    font-size: 16px;
    background-color: transparent;
    padding-left: 10px;
    width: 88%;
}
input.search-input:focus {
    outline-width: 0;
}
.cart {
    max-height: 90%;
    width: 0px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 52px;
    background-color: white;
    overflow-x: hidden;
    transition: right 0.3s;
    -webkit-transition: right .3s;
    -moz-transition: right 0.3s;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    box-shadow: 0px 15px 54px rgba(15, 48, 39, 0.25);
    display: flex; flex-flow: column nowrap; justify-content: stretch;
    overflow: hidden;
}
.cart-item {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.vk-auth-button{
     display: flex; justify-content: center; align-items: center; padding: 12px; margin-right: 12px; width: 100%; border: 1px solid rgba(0, 0, 0, .12); border-radius: 8px; cursor: pointer;
}
.login-modal-content-container{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    max-width: 560px;
    padding: 0;
}
.button__enter, .button__registration, .registr-alert__button {
    width: 100%;
    height: 55px;
    padding-top: 3px;
    margin: 30px 0 0;
    background-color: #7B9329;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 15px;
    outline: 0;
    cursor: pointer;
    border: 0;
    text-align: center;
}
.button__registration {
    width: 100%;
    margin: 0 0 20px;
    background-color: #0F3027;
}
.password-wrapper {
    position: relative;
}
.show-password {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 11px;
}
.show-password-svg {
    width: 24px;
    height: 24px;
}
.button__enter_main {
    margin: 15px 0;
}

/*.registration-header_main, .registration-form, .registration-footer {
    padding: 0 35px ;
}*/
.registration-header {
    color: #0F3027;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 100%;
}
.registration-header_main {
    margin-bottom: 20px;
    padding-top: 20px;
}
.organization-name__label {
    color: #424F4B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 125%;
    max-width: 90%;
}
.select__country {
    display: none;
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #424F4B;
}
.registration-footer__text {
    color: #70827D;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
    margin: auto;
    margin-bottom: 16px;
    max-width: 90%;
}

.registration__account-type {
    display: none;
}
.registration__account-type, .registration__taker, .registration__provider, .password-recovery, .registr-alert__content, .location__content {
    padding: 30px 35px;
    cursor: default;
}
.registration-legend, .recovery-legend {
    color: #424F4B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 23px;
}
.registration-form {
    display: flex;
    flex-direction: column;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group_TIN {
    margin-bottom: 28px;
}
.organization-category {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}
.form-group_with-background {
    background-color: #F1F0ED;
    border-radius: 46px;
    margin-right: auto;
    padding: 8px 20px 8px 8px;
    height: 35px;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: row;
}
.form-group_with-background:hover {
    background-color: rgb(219, 213, 201);
}
.form-group_with-background.selected {
    background-color: #424F4B; 
    color: white;
}
.selected-form-group {
    color: white;
    background-color: #424F4B;
}
.modal-input__radio_shadowed {
    width: 18px !important;
    height: 18px !important;
    box-shadow: inset 0 1px 2.6px -1px rgba(0, 0, 0, 0.25);
}
.registration-legend_category {
    margin-bottom: 15px;
}
.button__password-recovery {
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #70827D;
    border: 0;
    border-bottom: solid 1px #70827D;
    margin: 0 auto 20px;
}
.registration-footer {
    background-color: #E9F0EE;
    width: 100%;
    height: 216px;
    border-radius: 0 0 20px 20px;
    margin-top: auto;
}
.enter-type__buttons {
    margin: auto;
    padding: 22px 0;
    width: 380px;
    height: 130px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-content: space-between;
    justify-content: space-between;
    gap: 10px 20px;
}
.button__enter-type {
    width: 180px;
    height: 37px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #96A7A1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #70827D;
    font-size: 11.25px;
    cursor: pointer;
    padding-right: 60px;
    text-align: left;
    margin: auto;
}
.enter-icon {
    width: 24px;
    height: 24px;
    margin: auto 8px auto 5px;
}
.enter-icon_mail {
    width: 22.5px;
    height: 24px;
}

.modal-label {
    color: #424F4B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.modal-input {
    width: 100%;
    height: 45px;
    border: 1px solid #BFCBC8;
    border-radius: 10px;
    padding: 4px 36px 0 23px;
    font-size: 16px;
    font-weight: 400;
    color: #424F4B;
    outline: none;
    margin-bottom: 15px;
    
}
.modal-input:focus {
    border: 1px solid #7B9329;
}
.modal-input_invalid {
    color: #FF2929;
    border: 1px solid #FF2929 !important;
}
.modal-input_invalid::placeholder {
    color: #FF2929;
}
.button__enter {
    margin-top: 20px;
}
.radio2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-group_radio1, .form-group_radio2 {
    flex-direction: row;
    margin-right: 30px;
}
.modal-input__radio {
    flex-shrink: 0;
    margin: auto 12px auto 0;
}
.modal-input__radio-label {
    margin-top: 2px;
    flex-shrink: 0;

}
.button__enter_account-type {
    margin: 15px 0;
}

.registration__taker {
    display: none;
}
.modal-checkbox {
    display: flex;
    margin-bottom: 14px;
}
.modal-label_checkbox, .hint-text, .registr-alert__text {
    font-size: 14px;
    font-weight: 400;
    color: #424F4B;
    margin-left: 10px;
    line-height: 100%;
    max-width: 80%;
}
.registr-alert__text {
    text-align: center;
}
.hint-text {
    display: none;
    margin: 3px 0 13px;
    text-align: left;
    max-width: 100%;
}
.hint-register{
    max-width: 560px;
}
.modal-label-checkbox_invalid {
    color: #FF2929;
}
.form-group_checkbox {
    margin: 15px 0 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin90 {
    0% { transform: rotate(0deg) scale(1);}
    33% {transform: rotate(90deg) scale(0.5);}
    66% {transform: rotate(180deg) scale(0.5);}
    100% { transform: rotate(270deg) scale(1);; }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
}
.hint {
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 10px;
}
.hint > svg {
    width: 18px;
    height: 18px;
}
.registered-profile {
    display: none;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    height: 100%;
    width: 54px;
}
.profile-img {
    border-radius: 50%;
}
/*Футер*/
footer {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
}
.footer__top {
    width: 100%;
    height: 70px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #E6E9EE;
    margin-bottom: 26px;
    border-radius: 10px;
    padding: 10px;
    gap: 4%;
}
.footer__logo {
    flex: 0 0 170px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_footer {
    width: 40px;
    height: 40px;
}
.logo__text_footer {
    width: 117px;
    height: 27px;
    margin-left: 13px;
}
.menu__items_footer {
    margin-left: 60px;
}
.footer_menu{
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    flex: 1 1 auto;
    gap: 5%;
    align-self: center;
    align-items: center;
}
.footer_menu-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 0 0 auto;
    background-color: transparent;
    border: none;
    align-items: center;
}
.footer_menu-item-icon {

}
.footer-item {
    flex: 0 0 auto;
    color: #6F8D85;
    font-size: 20px;
    margin-block-start: 0;
    margin-block-end: 0.5em;
    cursor: pointer;
    text-decoration: none;
}
.footer-item:hover {
    color: white;
}
.footer__bottom {
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.footer-links-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    row-gap: 18px;
    flex: 0 1 auto;
    width: fit-content;
}
.footer-links-container::after {
  content: "";
  flex: auto; /* "растягивающий" элемент */
}
.footer-links-container__item {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #424F4B;
    text-decoration: none;
    line-height: 100%;
    flex: 0 1 auto;
    width: fit-content;
    white-space: nowrap;
    margin-left: 20px;
}
.footer-links-container__item:nth-child(n+4) { /* чтобы справа лишнего не было */
  margin-right: 0;
}
.footer__text {
    display: none;
}
.footer-links-container__item_mobile {
    display: none;
}
.footer-testing-div {
    margin-top: 30px;
    text-align: center;
    font-style: italic;
    color: rgb(140, 140, 140);
    line-height: 1.2rem;
    font-size: 0.8rem;
}
.footer__bottom-mobile {
    width: 100%;
    display: none;
}
.footer__button {
    width: 216px;
    height: 50px;
    background-color: transparent;
    border: solid 1px #7B9329;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #424F4B;
    border-radius: 15px;
    cursor: pointer;
    flex: 0 0 auto;
}


.footer__links-container{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 26px;
    align-items: flex-start;
    gap: 35px;
    justify-content: center;
}
.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    gap: 18px;
    flex: 1 1 255px;
    min-width: 255px;
    align-self: center;
}
.footer-links__item {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #424F4B;
    text-decoration: none;
    line-height: 100%;
    flex: 0 1 auto;
    white-space: nowrap;
}
.footer_img-skol {
    flex: 0 1 auto;
    margin-left: 15px;
}
.footer-bottom{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-around;
    row-gap: 18px;
}
.button-install{
    height: 50px;
    padding: 0 30px;
    background-color: #424F4B;
    border: solid 1px #424F4B;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: white;
    border-radius: 15px;
    flex-shrink: 0;
    cursor: pointer;
}

.socials-container {
    display: flex;
    gap: 16px;
}
.social-link {
    width: 42.16px;
    height: 42.16px;
    border-radius: 50%;
    background-color: #0F3027;
}
.social-link__img_telegram {
    width: 21px;
    height: 18px;
    margin: 12.25px auto auto 9.5px;
}
.social-link__img_vk {
    width: 24px;
    height: 14px;
    margin: 14.96px auto auto 8.16px;
}
.socials-container-mobile{
    display: none;
}

.products-container {
    display: grid;
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    scrollbar-width: none;
}
.products-container-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    /*grid-template-rows: repeat(2, minmax(150px, 1fr));*/
    gap: 10px;
    min-width: max-content; /* чтобы сетка не сжималась при малых размерах контейнера */

}

.product-card:first-child, .product-card2:first-child, .product-card2:nth-child(6)  {
    margin: 0;
}
.product-card2:nth-child(5), .product-card2:nth-child(10), .product-card:last-child {
    margin: 0;
} 
.product-card, .product-card2 {
    width: 243px;
    height: 374px;
    cursor: pointer;
    display: block;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 11px;
}
.product-card2 {
    height: 395px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}
.product-card__header {
    /*width: 220px;*/
    /*height: 220px;*/
    width: 100%;
    position: relative;
    background-color: #D9D9D9;
    border-radius: 5px;
}
.favorites-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 24px;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 12px;
    cursor: pointer;
}
.favorites-button:hover svg path {
    stroke: var(--lime);
  }
.product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}
.product-card__opis {
    display: flex;
    flex-flow: column;
    margin-top: 11px;
}
.product-card__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #424F4B;
    text-align: left;
    width: 100%;
    margin: 0;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    flex: 0 0 4em;
}
.product-card__price {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #7B9429;
    text-align: left;
    width: 100%;
    margin-block-start: 11px;
    margin-block-end: 0; 
}
.product-card__location {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #70827D;
    text-align: left;  
    width: 100%;
}

.product-card__price_gray {
    color: #424F4B;
}
.product-card2_green {
    background-color: #B3E0D5;
}
.heart-icon, .heart-icon_selected {
    width: 25px;
    height: 21px;
}
.heart-icon {
    fill: white;
    stroke: #3B4744;
}
.heart-icon_selected {
    fill: red;
    stroke: red;
}
.location-select-group {
    display: flex;
    flex-flow: column;
    gap: 2rem;
    margin: 2rem 0 4rem 0;
}
.izbran-grid-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.izbran-centered-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  max-width: fit-content; /* Ограничиваем ширину grid */
}

.izbran-grid-item {
      background-color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 11px;
  min-width: 243px;
  width: 243px; /* Фиксированная ширина */
  height: 395px;
}

.izbrangrid-placeholder {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  min-width: 150px;
  width: 150px;
}

.uslugi-cards-grid {
    display: grid;
    gap: 12px;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}
.uslugi-cards-item {
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 11px;
    max-width: 250px;
}

@media (max-width: 1100px) {
    .products-container-grid {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }
}
@media (max-width: 1040px) {

}
@media (max-width: 880px) {
    .products-container-grid {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}
@media (max-width: 768px) {
    html, body {
        height: 100%;
        overflow-y: auto;
    }
    body {
        min-width: unset;
        min-height: unset;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        padding-bottom: 50px;
        touch-action: pan-y;
    }
    .mobile-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        height: 50px;
        background-color: #fff;
        padding: 8px 20px;
    }
    .mobile-navigation__item {
        width: 40px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
        background-color: transparent;
        outline: none;
        border: none;
        z-index: 1100;
        position: relative;
    }
    .profile-img {
        width: 35px;
        height: 35px;
    }
    .mobile-navigation__item-path {
        fill: #96A7A1;
    }
    .mobile-navigation__item_opened {
        p {
            color: #424F4B;
        }
        .mobile-navigation__item-path {
            fill: #424F4B;
        }
    }
    .mobile-navigation-item__text {
        color: #96A7A1;
        margin: 5px 0 0;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        min-height: 100vh;

    }
        /* Header */
    .catalog, .search-form, .header-icons {
        display: none;
    }
    .main-header {
        width: 100%;
        height: 52px;
        padding: 12px 14px;
        justify-content: space-between;
        align-items: center;
    }
    .header__logo {
        width: 120px;
        height: 28px;
    }
    .logo {
        width: 28px;
        height: 28px;
    }
    .logo__text {
        width: 82px;
        height: 19px;
    }
    .button-accommodate {
        display: block;
        width: 123px;
        height: 28px;
        background-color: #7B9329;
        color: white;
        font-weight: 500;
        font-size: 8px;
        border: none;
        border-radius: 2px;
    }

    /* Меню */
    .menu-main {
        flex-direction: column-reverse;
        padding: 8px 14px  20px;
        width: 100%;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
    }
    .region {
        min-width: 340px;
        justify-content: start;
        margin: 0 0 8px;
        max-width: none;
    }
    .region__icon {

    }
    .region__icon > svg {
        width: 16px;
        height: 16px;
    }
    .region__text {
        font-size: 13px;
        max-width: 80%;
    }
    .catalog-button-img, .filters__svg{
        width: 24px;
        height: 24px;
    }
    .mobile-search-container {
        display: flex;
        margin-bottom: 15px;
        width: 100%;
    }
    .catalog-button {
        width: 54px;
        height: 54px;
        border-radius: 11px;
        border: none;
        outline: none;
        cursor: pointer;
        background-color: #F0EFEC;
    }
    .search-form_mobile {
        flex: 1 1 auto;
        height: 54px;
        margin-left: 8px;
    }
    .search {
        height: 100%;
    }
    .products-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .products-container-grid {
        gap: 12px;
        display: flex;
    }
    .product-card2 {
        scroll-snap-align: start;
        flex-shrink: 0; 
        margin: 0;
    }
    .product-card2:first-child, .product-card2:nth-child(3)  {
        margin: 0;
    }
    .product-card2:nth-child(2), .product-card2:nth-child(4)  {
        margin: 0;
    }
    .product-card2 > .product-card__location {
        margin: auto auto 14px;
        height: 25px;
    }
    .product-card, .product-card2 {
        width: 172px;
        height: 282px;
        padding: 8px;
        margin: 0 6px;
        scroll-snap-align: start;
    }
    .product-card__header {
        /*width: 156px;
        width: 100%;
        /*height: 156px;
        flex-shrink: 0;*/
    }
    .favorites-button {
        width: 20px;
        height: 17px;
        margin: 10px 8px;
    }
    .product-card__text {
        font-size: 13px;
        line-height: 100%;
        -webkit-line-clamp: 3;
        flex: 0 0 3em;
    }
    .product-card__price {
        font-size: 14px;
        color: #424F4B;
        text-align: left;
        width: 100%; 
    }
    .product-card__location {
        font-size: 11px;
        margin: 0;    
    }
    .heart-icon, .heart-icon_selected {
        width: 20px;
        height: 17px;
    }
    .izbran-grid-item {
        width: 172px;
        height: 282px;
        min-width: 172px;
    }
    .magnifying-glass-button {
        width: 54px;
        height: 100%;
        margin: 0;
        border-radius: 10px 0 0 10px; 
    }
    .search-field {
        width: 100%;
        height: 100%;
        flex: 1 1 auto;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .search-filters-button {
        width: 54px;
        height: 100%;
        border-radius: 0 10px 10px 0; 
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F0EFEC;
        cursor: pointer;
    }
    .menu__items {
        width: 100%;
        height: 25px;
        justify-content: space-between;
        gap: 0;
        max-width: 100%;
    }
    .menu__item {
        margin-left: 13px;
    }
    .menu__item-icon {
        flex-shrink: 0;
        border-radius: 4px;
    }
    .menu__item-svg {
        display: none;
    }
    .menu__item-svg_mobile {
        display: block;
        margin-top: 2px;
    }
    .menu__item-text {
        text-align: left;
        font-size: 12px;
        line-height: 100%;
        margin-left: 8px;
    }
    .login-modal-content-container {
        max-width: 85vw;
    }
    .registration-form, .registration-footer{
        padding: 0 0 8px 0;
    }
    .registration-header{
        display: none;
    }
    .button__registration {
        width: auto;
        margin: 0 0 20px 0;
        background-color: #0F3027;
    }
    
    .modal-exit_toggle {
        display: block;
        width: 36px;
        height: 7px;
        top: 4px;
        border-radius: 5px;
        background-color: #F0EFEC;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 0);
    }
   
    .button__enter {
        margin-top: 0;
    }
    .registration-footer {
        background-color: #fff;
        height: auto;
        border-radius: 0;
        padding-top: 0;
    }
    .enter-type__buttons {
        padding: 0;
        width: 100%;
        height: 105px;
        gap: 10px 15px;
    }
    .button__enter-type {
        width: 100%;
        height: 47px;
        background-color: white;
        border-radius: 7.5px;
        font-size: 14px;
        padding-right: 0;
    }
    .registration-footer__text {
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 10px;
    }
    .registration__account-type, .registration__taker, .registration__provider, .password-recovery, .registPage__content, .location__content {
        padding: 30px 15px 50px;
        cursor: default;
    }
    .radio2 {
        height: 45px;   
        background-color: #F0EFEC;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .modal-input__radio {
        display: none;
    }
    .form-group_radio1, .form-group_radio2 {
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
    }
    .modal-input__radio-label {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .form-group_radio1:first-child > .modal-input__radio-label, .form-group_radio2:first-child > .modal-input__radio-label {
        border-radius: 10px 0 0 10px;
        width: 100%;
    }
    .form-group_radio1:last-child > .modal-input__radio-label, .form-group_radio2:last-child > .modal-input__radio-label {
        border-radius: 0 10px 10px 0;
        width: 100%;
    }
    .modal-input__radio-label.selected {
        background-color: #CFD8C5;
    }
    .form-group_with-background.selected {
        background-color: #424F4B;
    }
    .registration-legend {
        width: 100%;
    }
    .radio2_recovery {
        margin-top: 30px;
    }
    .mobile__header {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }
    .back-button {
        background-color: transparent;
        border: none;
        outline: none;
    }
    .mobile__header-text {
        font-weight: 700;
        color: #0F3027;
        line-height: 100%;
    }
    .filter-button {
        background-color: transparent;
        border: none;
        outline: none;
    }
                    /* Футер */
    .footer__logo {
        width: 163px;
        height: auto;
    }
    .logo_footer {
        width: 38px;
        height: 38px;
    }
    .logo__text_footer {
        width: 117px;
        height: 27px;
        margin-left: 13px;
    }
    .menu__items_footer {
        max-width: none;
    }

    .footer__bottom {
        width: 100%;
        margin: 0;
        display: flex;
        gap: 12px;
    }
    .footer__button {
        width: 161px;
    }
    .footer-links-container {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px;
    }
    .footer__bottom-mobile {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }
    .footer__bottom-mobile-skol {
        
    }
    .socials-container {
        display: none;
    }
    .socials-container-mobile{
        display: flex;
        gap: 16px;
    }
    .hint-register{
        max-width: 80vw;
    }
}
@media (max-width: 590px) {
    footer{
        padding: 0 15px 40px 15px;
    }
    .footer__top {
        background-color: transparent;
        height: 40px;
        padding: 0;
    }
    .footer_menu {
        display: none;
    }
    .socials-container {
        display: flex;
    }
    .socials-container-mobile{
        display: none;
    }

    .footer-links-container__item {
        display: none;
    }
    .footer-links-container__item_mobile {
        display: block;
        /*margin: 0 20px 15px 0;*/
    }
    .footer__text {
        display: block;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #70827D;
        margin: 8px 0 20px 0;
    }
}
@media (max-width: 480px) {
    .login-modal-content-container {
        max-width: 96%;
    }
    .menu__item {
        margin-left: 6px;
    }
}
@media (max-width: 385px) {
    /*.product-card2 {
        width: 160px;
        height: 282px;
        padding: 8px;
        margin: 0;
        scroll-snap-align: start;
        width: min-content;
    }
    .product-card__header {
        width: 144px;
        height: 144px;
        flex-shrink: 0;
    }*/
}
@media (max-width: 370px) {
    .login-modal-content-container {
        max-width: none;
    }
    .hint-register{
        max-width: none;
    }
}