.modules-common-breadcrumbs-item {
  align-items: center;
  display: flex;
  margin-right: 15px;
  white-space: nowrap;
}
.modules-common-breadcrumbs-item__arrow {
  margin-left: 15px;
}
.modules-common-breadcrumbs-item__link:hover {
  text-decoration-line: underline;
}

.modules-common-breadcrumbs-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.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;
}

.components-hint {
  display: none;
  padding: 10px 0 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
}
.components-hint:hover {
  display: block;
}
.components-hint__content {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #e6e6e6;
  display: flex;
  flex-direction: column;
  max-width: 210px;
  padding: 10px;
  text-align: center;
}
.components-hint__link {
  font-weight: 800;
}
.components-hint__link:hover {
  text-decoration: underline;
}
.components-hint__text-container {
  margin-top: 5px;
}

.components-info-common__button {
  font-style: italic;
  margin-top: 10px;
  text-decoration: underline;
}
.components-info-common__message-area {
  display: flex;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .components-info-common__message-area {
    justify-content: center;
  }
}
.components-info-common__text {
  color: #424242;
  font-style: italic;
}

.modules-common-callback {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modules-common-callback {
    align-items: center;
    text-align: center;
  }
}
.modules-common-callback__title {
  font-weight: 800;
  text-decoration: underline;
}

.components-inputs-send {
  display: flex;
  height: 55px;
}
.components-inputs-send__area-input {
  border: 1px solid #e0e0e0;
  border-radius: 25px 0 0 25px;
  display: flex;
  overflow: hidden;
}
.components-inputs-send__button {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 0 25px 25px 0;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.components-inputs-send__button:hover {
  background-color: #90d486;
  color: #FFFFFF;
}
.components-inputs-send__input {
  height: 100%;
  min-width: 0;
  padding: 0 30px;
  width: 100%;
}

.modules-common-callback-new__area-input {
  margin-top: 5px;
}
.modules-common-callback-new__area-send {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modules-common-callback-new__area-send {
    align-items: center;
    text-align: center;
  }
}
.modules-common-callback-new.success .modules-common-callback-new__area-send {
  display: none;
}
.modules-common-callback-new__area-success {
  display: none;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modules-common-callback-new__area-success {
    text-align: center;
  }
}
.modules-common-callback-new.success .modules-common-callback-new__area-success {
  display: block;
}
.modules-common-callback-new__title {
  font-weight: 800;
}


.modules-common-map-common-components-balloon-offer__block {
  margin-top: 10px;
}
.modules-common-map-common-components-balloon-offer__block:first-child {
  margin-top: 0;
}
.modules-common-map-common-components-balloon-offer__hint {
  color: #848484;
}
.modules-common-map-common-components-balloon-offer__publish-date {
  color: #848484;
}
.modules-common-map-common-components-balloon-offer__rating-block {
  align-items: flex-end;
  display: flex;
}
.modules-common-map-common-components-balloon-offer__rating-star-container {
  display: flex;
  height: 20px;
  position: relative;
  width: 100px;
}
.modules-common-map-common-components-balloon-offer__rating-star-container-active {
  background: url('/build/icons/star_active.svg');
  background-size: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modules-common-map-common-components-balloon-offer__rating-star-container-default {
  background: url('/build/icons/star_default.svg');
  background-size: 20px;
  width: 100%;
}
.modules-common-map-common-components-balloon-offer__rating-votes-container {
  color: #848484;
  line-height: 16px;
  margin-left: 10px;
}
.modules-common-map-common-components-balloon-offer__title {
  font-weight: 800;
}

.components-map-yandex-components-view-all {
  padding-bottom: 100%;
  position: relative;
}
.components-map-yandex-components-view-all__map-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.components-map-yandex-components-view-all__map-container_mobile-app {
  height: 300px;
  width: auto;
}
.components-map-yandex-components-view-all__marker-popup {
  width: 100px;
}

.modules-pages-favorites-shared-components-button {
  position: relative;
}
.modules-pages-favorites-shared-components-button__button {
  color: #e0e0e0;
  width: 20px;
}
.modules-pages-favorites-shared-components-button__button.active {
  color: #ffff00;
  cursor: pointer;
}
.modules-pages-favorites-shared-components-button__button.active svg {
  fill: #ffff00;
  filter: drop-shadow(0 0 10px #ffff00);
}
.modules-pages-favorites-shared-components-button__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;
  width: 200px;
  z-index: 9;
}
.modules-pages-favorites-shared-components-button:hover .modules-pages-favorites-shared-components-button__hint-block {
  display: flex;
}
.modules-pages-favorites-shared-components-button__hint-block_left {
  left: auto;
  right: 0;
}
.modules-pages-favorites-shared-components-button__hint-link {
  font-weight: 800;
}
.modules-pages-favorites-shared-components-button__hint-link:hover {
  text-decoration: underline;
}
.modules-pages-favorites-shared-components-button__hint-text-container {
  margin-top: 5px;
}

.factory-cards-offer-map {
  box-shadow: 0 1px 2px #e6e6e6;
  display: flex;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.factory-cards-offer-map__address-container {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.factory-cards-offer-map__category-block {
  margin-top: 15px;
}
.factory-cards-offer-map__category-container {
  margin-top: 5px;
}
.factory-cards-offer-map__category-title {
  font-weight: 800;
}
.factory-cards-offer-map__created-at-block {
  color: #848484;
  margin-top: 5px;
}
.factory-cards-offer-map__contacts-block {
  margin-top: 15px;
}
.factory-cards-offer-map__content-block {
  flex: 1 1 0;
  padding: 0 0 0 20px;
}
.factory-cards-offer-map__image {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.factory-cards-offer-map__image-no {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  bottom: 0;
  color: #c1c1c1;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.factory-cards-offer-map__image-block {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 150px;
}
@media screen and (max-width: 1440px) {
  .factory-cards-offer-map__image-block {
    width: 50px;
  }
}
.factory-cards-offer-map__image-container {
  border-radius: 8px;
  padding-bottom: 100%;
  position: relative;
}
.factory-cards-offer-map__image-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.factory-cards-offer-map__phone-title {
  font-weight: 800;
}
.factory-cards-offer-map__price-container {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.factory-cards-offer-map__price-title {
  font-weight: 800;
}
.factory-cards-offer-map__product-link {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 800;
}
.factory-cards-offer-map__rating-container {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.factory-cards-offer-map__rating-star-container {
  display: flex;
  height: 20px;
  position: relative;
  margin-right: 10px;
  width: 100px;
}
.factory-cards-offer-map__rating-star-container-active {
  background: url('/build/icons/star_active.svg');
  background-size: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.factory-cards-offer-map__rating-star-container-default {
  background: url('/build/icons/star_default.svg');
  background-size: 20px;
  width: 100%;
}
.factory-cards-offer-map__rating-section {
  margin-top: 20px;
}
.factory-cards-offer-map__rating-votes-container {
  color: #848484;
}
.factory-cards-offer-map__sale-point-address-container {
  margin-top: 5px;
}
.factory-cards-offer-map__sale-point-address-container:first-child {
  margin-top: 0;
}
.factory-cards-offer-map__sale-points-block {
  margin-top: 15px;
}
.factory-cards-offer-map__sale-points-button {
  color: #424242;
  cursor: pointer;
}
.factory-cards-offer-map__sale-points-button:hover {
  color: #000000;
}
.factory-cards-offer-map__sale-points-button-text_show {
  display: none;
}
.factory-cards-offer-map__sale-points-block.show .factory-cards-offer-map__sale-points-button-text_show {
  display: unset;
}
.factory-cards-offer-map__sale-points-block.show .factory-cards-offer-map__sale-points-button-text_hide {
  display: none;
}
.factory-cards-offer-map__sale-points-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
}
.factory-cards-offer-map__sale-points-block.show .factory-cards-offer-map__sale-points-container {
  height: auto;
}
.factory-cards-offer-map__sale-points-title {
  font-weight: 800;
  margin-top: 5px;
}
.factory-cards-offer-map__seller-info-container {
  margin-top: 5px;
}
.factory-cards-offer-map__seller-info-title {
  font-weight: 800;
}
.factory-cards-offer-map__service-block {
  position: absolute;
  top: 15px;
  right: 15px;
}
.factory-cards-offer-map__show-on-map-button {
  color: #424242;
  cursor: pointer;
}
.factory-cards-offer-map__show-on-map-button:hover {
  color: #000000;
}
.factory-cards-offer-map__show-on-map-button_with-offset {
  margin-top: 5px;
}
.factory-cards-offer-map__show-on-map-button svg {
  height: 15px;
}

.modules-common-offers-list__empty-area {
  margin-top: 20px;
}
.modules-common-offers-list__empty-hint-block {
  font-style: italic;
}
.modules-common-offers-list__empty-share-block {
  margin-top: 20px;
}
.modules-common-offers-list__empty-share-links {
  margin-top: 10px;
}
.modules-common-offers-list__text-bold {
  font-weight: 800;
}


.modules-pages-map-web-routes-index__add-product-block {
  margin-left: auto;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .modules-pages-map-web-routes-index__add-product-block {
    margin-left: 0;
    text-align: center;
  }
}
.modules-pages-map-web-routes-index__add-product-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modules-pages-map-web-routes-index__add-product-container {
    justify-content: center;
  }
}
.modules-pages-map-web-routes-index__add-product-text {
  color: #347531;
  font-weight: 800;
  text-decoration-line: underline;
}
.modules-pages-map-web-routes-index__add-product-text:hover ~ .components-hint {
  display: block;
}
.modules-pages-map-web-routes-index__buttons-block {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .modules-pages-map-web-routes-index__buttons-block {
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
  }
}
.modules-pages-map-web-routes-index__button-container {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .modules-pages-map-web-routes-index__button-container {
    margin: 15px 0 0;
  }
}
.modules-pages-map-web-routes-index__button-container:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modules-pages-map-web-routes-index__button-container_geo {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .modules-pages-map-web-routes-index__button-container_mobile-offset {
    margin: 15px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .modules-pages-map-web-routes-index__button-container_mobile-offset-no {
    margin: 0 !important;
  }
}
.modules-pages-map-web-routes-index__content-area {
  margin: 0 auto;
  max-width: 1400px;
}
.modules-pages-map-web-routes-index__content-header-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__content-header-top {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 15px;
  }
}
.modules-pages-map-web-routes-index__filter-button {
  background-color: #90d486;
  border-radius: 25px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 20px;
  text-align: center;
}
.modules-pages-map-web-routes-index__filter-button:hover {
  background-color: #95de8e;
}
.modules-pages-map-web-routes-index__filters-block {
  align-items: center;
  display: flex;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__filters-title {
    display: none;
  }
}
.modules-pages-map-web-routes-index__info-section {
  margin-top: 20px;
}
.modules-pages-map-web-routes-index__link {
  color: #347531;
  font-weight: 800;
  text-decoration-line: underline;
}
.modules-pages-map-web-routes-index__map-area {
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__map-area {
    flex-direction: column;
  }
}
.modules-pages-map-web-routes-index__map-block {
  flex: 1 1 60%;
}
.modules-pages-map-web-routes-index__offers-area {
  flex: 1 1 40%;
  margin: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__offers-area {
    margin: 20px 0 0;
  }
}
.modules-pages-map-web-routes-index__offers-block {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__offers-block {
    position: static;
  }
}
.modules-pages-map-web-routes-index__offers-container {
  flex: 1 1 auto;
  overflow: auto;
  scrollbar-color: lightgrey darkgray;
  scrollbar-width: thin;
}
.modules-pages-map-web-routes-index__offers-container::-webkit-scrollbar {
  background-color: lightgrey;
  border-radius: 8px;
  width: 8px;
}
.modules-pages-map-web-routes-index__offers-container::-webkit-scrollbar-thumb {
  background: darkgray;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__offers-container {
    margin-top: 10px;
    max-height: 600px;
  }
  .modules-pages-map-web-routes-index__offers-container::-webkit-scrollbar {
    width: 4px;
  }
}
@media screen and (max-width: 500px) {
  .modules-pages-map-web-routes-index__offers-container {
    max-height: 450px;
  }
}
.modules-pages-map-web-routes-index__offers-full-screen-button {
  text-decoration-line: underline;
}
.modules-pages-map-web-routes-index__offers-full-screen-container {
  display: none;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__offers-full-screen-container {
    display: block;
  }
}
.modules-pages-map-web-routes-index__offers-header {
  padding-bottom: 10px;
}
.modules-pages-map-web-routes-index__offers-header-description {
  color: #424242;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .modules-pages-map-web-routes-index__share-block {
    margin-bottom: 50px;
    text-align: center;
  }
}
.modules-pages-map-web-routes-index__slider-container {
  margin-top: 50px;
}
.modules-pages-map-web-routes-index__slider-image {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modules-pages-map-web-routes-index__slider-image-container {
  padding-bottom: 50%;
  position: relative;
}
.modules-pages-map-web-routes-index__title {
  text-align: center;
}

.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;
}

