.components-form-error {
  color: #FF0000;
  font-size: 14px;
  margin-top: 5px;
}

.modules-pages-auth-common-components-layout-form__info-container-required {
  display: none;
  color: #848484;
  margin-top: 15px;
}
.modules-pages-auth-common-components-layout-form:invalid .modules-pages-auth-common-components-layout-form__info-container-required {
  display: block;
}
.modules-pages-auth-common-components-layout-form:invalid .modules-pages-auth-common-components-layout-form__send-button {
  pointer-events: none;
}
.modules-pages-auth-common-components-layout-form__send-button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.modules-pages-auth-common-components-tabs {
  display: flex;
}
@media (max-width: 767px) {
  .modules-pages-auth-common-components-tabs {
    flex-direction: column;
  }
}
.modules-pages-auth-common-components-tabs__link {
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #e6e6e6;
  color: #636363;
  display: inline-block;
  flex: 1 0 0;
  padding: 20px;
  text-align: center;
}
.modules-pages-auth-common-components-tabs__link:hover:not(.auth-login__tab-link_active) {
  background-color: #bbecb3;
  color: #FFFFFF;
}
.modules-pages-auth-common-components-tabs__link_active {
  background-color: #90d486;
  color: #FFFFFF;
  cursor: auto;
  font-weight: 900;
  pointer-events: none;
}
.modules-pages-auth-common-components-tabs__link_with-offset {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .modules-pages-auth-common-components-tabs__link_with-offset {
    margin: 20px 0 0 0;
  }
}

.modules-pages-auth-common-components-layout-page {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}
.modules-pages-auth-common-components-layout-page__content-block {
  border-radius: 20px;
  box-shadow: 0 0 40px 0 #e6e6e6;
  margin: 60px auto 0;
  padding: 50px;
  width: 500px;
}
@media (max-width: 767px) {
  .modules-pages-auth-common-components-layout-page__content-block {
    margin-top: 80px;
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .modules-pages-auth-common-components-layout-page__content-block {
    padding: 20px;
  }
}
@media (max-width: 374px) {
  .modules-pages-auth-common-components-layout-page__content-block {
    margin-top: 50px;
  }
}
.modules-pages-auth-common-components-layout-page__content-container {
  margin-top: 50px;
}

.components-inputs-code {
  display: flex;
  justify-content: center;
}
.components-inputs-code__input {
  color: #636363;
  font-size: 30px;
  height: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
}
.components-inputs-code__label {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: inline-block;
  height: 85px;
  margin-right: 15px;
  overflow: hidden;
  width: 85px;
}
.components-inputs-code__label:last-child {
  margin-right: 0;
}

.components-inputs-form {
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  height: 55px;
  overflow: hidden;
}
.components-inputs-form__input {
  border: 1px solid #FFFFFF;
  border-right: none;
  border-radius: 30px 0 0 30px;
  height: 100%;
  min-width: 0;
  padding: 0 30px;
  width: 100%;
}

.modules-pages-auth-common-components-form-item-container {
  margin-top: 30px;
}

.modules-pages-auth-routes-forgot-password-components-confirm-code__container {
  margin-top: 25px;
}
.modules-pages-auth-routes-forgot-password-components-confirm-code__title {
  color: #636363;
  text-align: center;
}

.components-inputs-phone {
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  display: block;
  height: 55px;
  overflow: hidden;
  position: relative;
}
.components-inputs-phone__input {
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0;
}
.components-inputs-phone__input-mask {
  border: 1px solid #FFFFFF;
  border-right: none;
  border-radius: 30px 0 0 30px;
  color: #636363;
  height: 100%;
  min-width: 0;
  padding: 0 30px;
  width: 100%;
}

.modules-pages-auth-routes-forgotPassword-components-send-sms-index__password-block {
  margin-top: 50px;
}
.modules-pages-auth-routes-forgotPassword-components-send-sms-index__password-block-title {
  text-align: center;
}

.modules-pages-auth-routes-forgot-password-index {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}
.modules-pages-auth-routes-forgot-password-index__content-block {
  border-radius: 20px;
  box-shadow: 0 0 40px 0 #e6e6e6;
  margin: 60px auto 0;
  padding: 50px;
  width: 500px;
}
@media (max-width: 767px) {
  .modules-pages-auth-routes-forgot-password-index__content-block {
    margin-top: 80px;
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .modules-pages-auth-routes-forgot-password-index__content-block {
    padding: 20px;
  }
}
@media (max-width: 374px) {
  .modules-pages-auth-routes-forgot-password-index__content-block {
    margin-top: 50px;
  }
}
.modules-pages-auth-routes-forgot-password-index__content-container {
  margin-top: 30px;
}
.modules-pages-auth-routes-forgot-password-index__error {
  color: #e34132;
  margin-top: 25px;
}
.modules-pages-auth-routes-forgot-password-index__title {
  text-align: center;
}

.components-contacts-links-channels {
  display: flex;
}
.components-contacts-links-channels__container {
  line-height: 0;
  margin-left: 15px;
}
.components-contacts-links-channels__container:first-child {
  margin: 0;
}
.components-contacts-links-channels__container svg {
  height: 24px;
  width: 24px;
}

.components-contacts-links-messengers {
  display: flex;
}
.components-contacts-links-messengers__container {
  line-height: 0;
  margin-left: 15px;
}
.components-contacts-links-messengers__container:first-child {
  margin: 0;
}
.components-contacts-links-messengers__container svg {
  height: 24px;
  width: 24px;
}

.components-popup-cookie {
  align-items: center;
  background: #FFFFFF;
  border-radius: 20px;
  bottom: 25px;
  display: flex;
  left: 20px;
  margin: 0 auto;
  max-width: 375px;
  padding: 15px 40px;
  position: fixed;
  right: 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .components-popup-cookie {
    flex-direction: column;
  }
}
.components-popup-cookie__close-button {
  background-color: #FFFFFF;
  border: 1px solid #848484;
  border-radius: 50%;
  color: #000000;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
}
.components-popup-cookie__close-button:hover {
  border-color: #636363;
}
.components-popup-cookie__close-button svg {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .components-popup-cookie__close-button {
    height: 25px;
    width: 25px;
  }
}
.components-popup-cookie__link {
  text-decoration-line: underline;
}

.components-share-common {
  display: flex;
}
.components-share-common__container {
  line-height: 0;
  margin-left: 15px;
}
.components-share-common__container:first-child {
  margin: 0;
}
.components-share-common__container svg {
  height: 24px;
  width: 24px;
}

.modules-common-footer-index {
  background-color: #212121;
  color: #FFFFFF;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__about {
    margin-top: 15px;
  }
}
.modules-common-footer-index__area-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__area-bottom {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.modules-common-footer-index__area-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__area-top {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.modules-common-footer-index__block-bottom-left {
  align-items: flex-end;
  display: flex;
  flex: 0 0 50%;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__block-bottom-left {
    order: 1;
  }
}
.modules-common-footer-index__block-bottom-right {
  align-items: flex-end;
  display: flex;
  flex: 1 1 50%;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__block-bottom-right {
    text-align: center;
  }
}
.modules-common-footer-index__block-top-left {
  flex: 0 0 50%;
}
.modules-common-footer-index__block-top-right {
  flex: 1 1 50%;
  text-align: right;
}
.modules-common-footer-index__contacts-block-right {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__contacts-block-right {
    margin-top: 15px;
    text-align: center;
  }
}
.modules-common-footer-index__contacts-container {
  margin-top: 5px;
}
.modules-common-footer-index__contacts-item {
  margin-top: 5px;
}
.modules-common-footer-index__contacts-item:first-child {
  margin: 0;
}
.modules-common-footer-index__contacts-item_flex {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__contacts-item_flex {
    justify-content: center;
  }
}
.modules-common-footer-index__content-area {
  margin: 0 auto;
  max-width: 1440px;
}
.modules-common-footer-index__copyright-container {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__copyright-container {
    margin-top: 15px;
  }
}
.modules-common-footer-index__info-container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__info-container {
    align-items: initial;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__legal-container {
    margin-top: 15px;
  }
}
.modules-common-footer-index__link {
  color: #FFFFFF;
  text-decoration-line: underline;
}
.modules-common-footer-index__logo-container {
  display: inline-block;
}
@media (max-width: 1023px) {
  .modules-common-footer-index__logo-container_desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .modules-common-footer-index__logo-container_mobile {
    display: none;
  }
}
.modules-common-footer-index__share-block {
  margin-top: 15px;
}
.modules-common-footer-index__share-block-icons-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__share-block-icons-container {
    justify-content: center;
  }
}
.modules-common-footer-index__social-media {
  margin-top: 10px;
}
.modules-common-footer-index__social-media-description {
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .modules-common-footer-index__social-media-description {
    display: flex;
    justify-content: center;
  }
}

.components-buttons-burger {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
}
@media (max-width: 767px) {
  .components-buttons-burger {
    width: 40px;
  }
}
.components-buttons-burger__line {
  background-color: #c1c1c1;
  height: 5px;
  margin-top: 5px;
  width: 100%;
}
.components-buttons-burger__line:first-child {
  margin-top: 0;
}

.components-inputs-search {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .components-inputs-search {
    padding: 10px 20px;
  }
}
.components-inputs-search__input {
  height: 100%;
  width: 100%;
}

.modules-common-catalog-content__categories-container {
  columns: 3;
}
@media screen and (max-width: 1023px) {
  .modules-common-catalog-content__categories-container {
    columns: 1;
  }
}
.modules-common-catalog-content__category-item:hover {
  background-color: #E9EDF6;
}
.modules-common-catalog-content__header-item {
  display: inline-block;
}
.modules-common-catalog-content__header-item:hover {
  background-color: #E9EDF6;
}
@media screen and (max-width: 1023px) {
  .modules-common-catalog-content__header-item {
    display: block;
  }
}
.modules-common-catalog-content__item {
  display: none;
}
.modules-common-catalog-content__item.selected {
  display: block;
}

.modules-common-catalog-navigation {
  width: 100%;
}
.modules-common-catalog-navigation__item:hover,
.modules-common-catalog-navigation__item.selected {
  background-color: #E9EDF6;
}

.modules-common-catalog {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modules-common-catalog__catalog-link {
  text-decoration-line: underline;
}
.modules-common-catalog__catalog-link-container {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .modules-common-catalog__catalog-link-container {
    margin-top: 15px;
  }
}
.modules-common-catalog__catalog-search-container {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .modules-common-catalog__catalog-search-container {
    margin-top: 15px;
  }
}
.modules-common-catalog__content-area {
  display: flex;
  margin-top: 25px;
  min-height: 0;
}
@media screen and (max-width: 1023px) {
  .modules-common-catalog__content-area {
    margin-top: 25px;
  }
}
.modules-common-catalog__content-block {
  flex: 2 1 66%;
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .modules-common-catalog__content-block {
    flex: 1 1 50%;
  }
}
.modules-common-catalog__navigation-block {
  flex: 1 1 33%;
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .modules-common-catalog__navigation-block {
    flex: 1 1 50%;
  }
}
.modules-common-catalog__title {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}

.modules-common-filters-product-modal-components-buttons-content {
  cursor: pointer;
  display: inline-block;
  padding: 25px;
  text-align: left;
  width: 100%;
}

.modules-common-filters-product-modal-components-buttons-navigation {
  cursor: pointer;
  display: inline-block;
  padding: 25px;
  text-align: left;
  width: 100%;
}
.modules-common-filters-product-modal-components-buttons-navigation_bold {
  font-weight: 800;
}


.modules-common-header-search-block {
  margin-top: 15px;
}
.modules-common-header-search-block:first-child {
  margin-top: 0;
}
.modules-common-header-search-block__content {
  margin-top: 5px;
}
.modules-common-header-search-block__title {
  font-weight: 800;
}

.modules-common-header-search-item {
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .modules-common-header-search-item {
    margin-top: 10px;
  }
}
.modules-common-header-search-item:first-child {
  margin-top: 0;
}
.modules-common-header-search-item__link {
  cursor: pointer;
}


.modules-common-header-search {
  align-items: center;
  display: flex;
  height: 55px;
}
.modules-common-header-search.j-style-header-search__mobile-show {
  left: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.modules-common-header-search__clear-button {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #636363;
  display: flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  line-height: 0;
  margin-left: 10px;
  overflow: hidden;
  visibility: hidden;
  width: 20px;
}
.modules-common-header-search__clear-button:hover {
  color: #636363;
}
.modules-common-header-search__clear-button svg {
  height: 24px;
  stroke-width: 2px;
  width: 24px;
}
.modules-common-header-search.j-style-header-search__focus .modules-common-header-search__clear-button {
  visibility: visible;
}
.modules-common-header-search__input {
  color: #636363;
  height: 100%;
  min-width: 0;
  width: 100%;
}
.modules-common-header-search__input::placeholder {
  color: #636363;
}
.modules-common-header-search__mobile-search-button {
  color: #a1a1a1;
  line-height: 0;
}
@media (min-width: 768px) {
  .modules-common-header-search__mobile-search-button {
    display: none;
  }
}
.modules-common-header-search__mobile-search-button svg {
  height: 30px;
  stroke-width: 2px;
  width: 30px;
}
.modules-common-header-search.j-style-header-search__mobile-show .modules-common-header-search__mobile-search-button {
  display: none;
}
.modules-common-header-search__search-block {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  height: 100%;
  position: relative;
  width: 100%;
}
.modules-common-header-search__search-block:hover {
  box-shadow: 0 0 5px 1px #e6e6e6;
}
@media (max-width: 767px) {
  .modules-common-header-search__search-block {
    display: none;
  }
}
.modules-common-header-search.j-style-header-search__mobile-show .modules-common-header-search__search-block {
  display: block;
}
.modules-common-header-search__search-container {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  left: 0;
  padding: 0 15px 0 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modules-common-header-search__search-results-area {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  display: none;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 9;
}
.modules-common-header-search.j-style-header-search__focus.j-style-header-search__has-value .modules-common-header-search__search-results-area {
  display: block;
}
.modules-common-header-search__search-results-block {
  max-height: 300px;
  overflow-y: auto;
}

.modules-common-location-components-choose-icon-button {
  color: #FFFFFF;
  line-height: 0;
}

.components-modals-base-common {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 50px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
}
@media screen and (max-width: 1023px) {
  .components-modals-base-common {
    padding: 0;
  }
}
.components-modals-base-common_show {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.components-modals-base-common__body {
  display: flex;
  flex-direction: column;
  padding: 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .components-modals-base-common__body {
    padding: 35px 15px 25px;
  }
}
.components-modals-base-common__body-block {
  display: flex;
  margin: auto;
  max-height: 100%;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .components-modals-base-common__body-block {
    margin: 0;
  }
}
.components-modals-base-common__body-container {
  background-color: #FFFFFF;
  border-radius: 25px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .components-modals-base-common__body-container {
    border-radius: 25px 25px 0 0;
    margin-top: 50px;
    overflow: visible;
  }
}
.components-modals-base-common__content-container {
  display: flex;
  min-height: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .components-modals-base-common__content-container {
    overflow: auto;
  }
}
.components-modals-base-common__close-button {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #e0e0e0;
  height: 50px;
  position: absolute;
  right: 0;
  width: 50px;
}
.components-modals-base-common__close-button:hover {
  box-shadow: 0 0 5px 1px #e6e6e6;
  color: #c1c1c1;
}
.components-modals-base-common__close-button svg {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .components-modals-base-common__close-button {
    height: 25px;
    right: 15px;
    top: 10px;
    width: 25px;
  }
}
.components-modals-base-common__close-button-container {
  line-height: 0;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .components-modals-base-common__close-button-container {
    position: static;
  }
}

.modules-common-location-components-modal-components-buttons-content {
  cursor: pointer;
  padding: 25px;
  text-align: left;
  width: 100%;
}

.modules-common-location-components-modal-components-buttons-navigation {
  cursor: pointer;
  padding: 25px;
  text-align: left;
  width: 100%;
}


.buttons-filter {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  color: #636363;
  cursor: pointer;
  display: flex;
  min-height: 48px;
  padding: 10px 20px;
}
.buttons-filter:hover {
  box-shadow: 0 0 5px 1px #e6e6e6;
  color: #000000;
}
.buttons-filter__reset-button {
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: inline-block;
  color: #636363;
  line-height: 0;
  margin-left: 10px;
}
.buttons-filter__reset-button:hover {
  box-shadow: 0 0 5px 1px #e6e6e6;
  color: #000000;
}
.buttons-filter__reset-button svg {
  height: 24px;
  width: 24px;
}
.j-style-default-state .buttons-filter__reset-button {
  display: none;
}
.buttons-filter__title {
  font-weight: bold;
}
.buttons-filter__title-block {
  align-items: center;
  display: flex;
}
.buttons-filter__title-icon-container {
  margin-right: 4px;
}
.buttons-filter__title-icon-container svg {
  height: 16px;
  width: 16px;
}


.modules-common-profile-modal {
  text-align: center;
  width: 100%;
}
.modules-common-profile-modal__link {
  color: #e34132;
  display: inline-block;
  font-weight: bold;
}
.modules-common-profile-modal__remove-container {
  margin-top: 50px;
}

.modules-common-header-index {
  position: relative;
}
.modules-common-header-index__area-center {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  margin: 0 15px;
}
@media (max-width: 1023px) {
  .modules-common-header-index__area-center {
    display: none;
  }
}
.modules-common-header-index__area-item {
  margin-left: 15px;
}
.modules-common-header-index__area-item:first-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .modules-common-header-index__area-item_desktop-hidden {
    display: none;
  }
}
@media (max-width: 1023px) {
  .modules-common-header-index__area-item_mobile-flex-full {
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .modules-common-header-index__area-item_mobile-flex-full {
    flex: 0 0 auto;
  }
}
@media (max-width: 1023px) {
  .modules-common-header-index__area-item_mobile-hidden {
    display: none;
  }
}
.modules-common-header-index__area-left {
  align-items: center;
  display: flex;
  flex: 1 1 20%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .modules-common-header-index__area-left {
    flex: 1 1 10%;
  }
}
@media (max-width: 1023px) {
  .modules-common-header-index__area-left {
    flex: 0 1 auto;
    justify-content: unset;
    margin-right: 15px;
  }
}
.modules-common-header-index__area-right {
  align-items: center;
  display: flex;
  flex: 1 1 20%;
}
@media (max-width: 1024px) {
  .modules-common-header-index__area-right {
    flex: 1 1 10%;
  }
}
@media (max-width: 1023px) {
  .modules-common-header-index__area-right {
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}
.modules-common-header-index__favorites-container {
  position: relative;
}
.modules-common-header-index__favorites-count-container {
  align-items: center;
  border-radius: 50%;
  color: #a1a1a1;
  display: none;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: -11px;
  width: 20px;
}
.modules-common-header-index__favorites-container.active .modules-common-header-index__favorites-count-container {
  display: flex;
}
.modules-common-header-index__favorites-hint-block {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #e6e6e6;
  display: none;
  flex-direction: column;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}
.modules-common-header-index__favorites-container:hover .modules-common-header-index__favorites-hint-block {
  display: flex;
}
.modules-common-header-index__favorites-hint-link {
  font-weight: 800;
}
.modules-common-header-index__favorites-hint-link:hover {
  text-decoration: underline;
}
.modules-common-header-index__favorites-hint-text-container {
  margin-top: 5px;
}
.modules-common-header-index__favorites-icon-container {
  color: #a1a1a1;
  line-height: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .modules-common-header-index__favorites-icon-container {
    color: #a1a1a1;
  }
}
.modules-common-header-index__favorites-icon-container svg {
  fill: none;
  stroke-width: 2px;
  width: 30px;
}
.modules-common-header-index__favorites-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modules-common-header-index__item-container {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .modules-common-header-index__item-container_mobile-full-width {
    flex: 1 0 auto;
  }
}
@media (max-width: 767px) {
  .modules-common-header-index__item-container_mobile-hidden {
    display: none;
  }
}
.modules-common-header-index__item-container_search-container {
  flex: 0 1 auto;
}
.modules-common-header-index__items-block {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  position: relative;
}
@media (max-width: 767px) {
  .modules-common-header-index__items-block {
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}
.modules-common-header-index__location-container {
  line-height: 0;
}
.modules-common-header-index__location-container svg {
  height: 30px;
}
.modules-common-header-index__login-link {
  color: #a1a1a1;
}
.modules-common-header-index__logo-container {
  display: inline-block;
}
@media (max-width: 1024px) {
  .modules-common-header-index__logo-container_desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .modules-common-header-index__logo-container_mobile {
    display: none;
  }
}
.modules-common-header-index__main {
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 1px #e6e6e6;
  display: flex;
  height: 88px;
  justify-content: center;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .modules-common-header-index__main {
    height: 65px;
  }
}
.modules-common-header-index__main-menu-container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.modules-common-header-index__map-block {
  bottom: -60px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .modules-common-header-index__map-block {
    bottom: -50px;
  }
}
@media (max-width: 374px) {
  .modules-common-header-index__map-block {
    bottom: -45px;
  }
}
.modules-common-header-index__map-container {
  align-items: flex-end;
  background-color: skyblue;
  border-radius: 50%;
  bottom: 10px;
  box-shadow: 0 0 10px 1px #e6e6e6;
  display: flex;
  height: 300px;
  justify-content: center;
  padding: 0 300px 15px;
  pointer-events: all;
  position: relative;
}
@media (max-width: 767px) {
  .modules-common-header-index__map-container {
    padding: 0 240px 8px;
  }
}
@media (max-width: 374px) {
  .modules-common-header-index__map-container {
    padding: 0 210px 8px;
  }
}
.modules-common-header-index__map-link {
  color: #FFFFFF;
  font-weight: 500;
}
.modules-common-header-index__profile-container {
  position: relative;
}
.modules-common-header-index__profile-hint-block {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #e6e6e6;
  display: none;
  flex-direction: column;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}
.modules-common-header-index__profile-container:hover .modules-common-header-index__profile-hint-block {
  display: flex;
}
.modules-common-header-index__profile-link-container {
  color: #a1a1a1;
  line-height: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .modules-common-header-index__profile-link-container {
    color: #a1a1a1;
  }
}
.modules-common-header-index__profile-link-container svg {
  stroke-width: 2px;
  width: 30px;
}
.modules-common-header-index__profile-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modules-common-header-index__search-container {
  min-width: 270px;
  flex: 1 1 auto;
}

.modules-common-layout-web {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.modules-common-layout-web__content-block {
  display: flex;
  flex: 1 1 auto;
}
.modules-common-layout-web__content-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 60px auto 0;
  max-width: 1920px;
  padding: 0 50px;
  width: 100%;
}
@media (max-width: 1023px) {
  .modules-common-layout-web__content-container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .modules-common-layout-web__content-container {
    margin-top: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 374px) {
  .modules-common-layout-web__content-container {
    margin-top: 40px;
  }
}
.modules-common-layout-web__content-container_without-offset {
  margin-top: 0;
}
.modules-common-layout-web__footer-container {
  margin-top: 100px;
}

.button {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  color: #636363;
  cursor: pointer;
  padding: 20px;
  text-align: center;
}
.button:hover {
  background-color: #90d486;
  border-color: #90d486;
  color: #FFFFFF;
}
.button_disabled {
  cursor: auto;
  pointer-events: none;
}
.form:invalid .button_form {
  pointer-events: none;
}
.button_hover_red:hover {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #FFFFFF;
}
@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url('/build/fonts/Lato/woff2/Lato-Regular.woff2');
}
@font-face {
  font-family: 'Lato';
  font-weight: 800;
  src: url('/build/fonts/Lato/woff2/Lato-Bold.woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  src: url('/build/fonts/Lato/woff2/Lato-Italic.woff2');
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  min-height: 100vh;
  position: relative;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
input {
  background: none;
  border: none;
}
input:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overflow-hidden,
.j-style-overflow-hidden {
  overflow: hidden;
}
.preloader {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #5fb30e;
  animation: preloader-animation-1 0.8s infinite linear alternate, preloader-animation-2 1.6s infinite linear;
}
@keyframes preloader-animation-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
a {
  color: unset;
}
body {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
button {
  font-size: 16px;
  line-height: 18px;
}
h1 {
  font-size: 46px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
h2 {
  font-size: 40px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
h3 {
  font-size: 36px;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
h4 {
  font-size: 30px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 26px;
    line-height: 28px;
  }
}
h5 {
  font-size: 26px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
h6 {
  font-size: 20px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
.f_badge {
  font-size: 12px;
  line-height: 14px;
}
.f_text {
  font-size: 16px;
  line-height: 18px;
}
.f_h1 {
  font-size: 46px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .f_h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
.f_h2 {
  font-size: 40px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .f_h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
.f_h3 {
  font-size: 36px;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .f_h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.f_h4 {
  font-size: 30px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .f_h4 {
    font-size: 26px;
    line-height: 28px;
  }
}
.f_h5 {
  font-size: 26px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .f_h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
.f_h6 {
  font-size: 20px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .f_h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
.hidden {
  display: none !important;
}
.visibility-hidden {
  visibility: hidden !important;
}

