@font-face {
  font-family: "Roboto";
  src: url("https://www.sostav.ru/css/front/font/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://www.sostav.ru/css/front/font/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-style: normal;
  font-display: swap;
}
.advmap-mainpage__wrapper {
  max-width: 1260px;
  margin: 0 auto;
}
.advmap-mainpage__header {
  font-family: "Roboto", sans-serif;
  padding: 32px 0;
  background: url("/assets/advmap/mainpage/image/bg-header.jpg") no-repeat center;
  background-size: cover;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__header {
    padding: 102px 0;
  }
}
.advmap-mainpage__form * {
  box-sizing: border-box;
}
.advmap-mainpage__form-wrapper {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 54px;
  gap: 12px;
  margin-bottom: 20px;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__form-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* Включает автоматический перенос */
    gap: 20px 12px;
    /* row-gap и column-gap одной строкой */
    align-items: end;
  }
}
.advmap-mainpage__form-input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.advmap-mainpage__form-input-lg {
  flex: 1 1 372px;
  /* Боковые фильтры */
}
.advmap-mainpage__form-input-md {
  flex: 1 1 240px;
  /* Боковые фильтры */
}
.advmap-mainpage__form-input.hide-mobile {
  display: none;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__form-input.hide-mobile {
    display: inherit;
  }
}
.advmap-mainpage__form-input input {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: var(--fontWeight-regular, 400);
  line-height: 140%;
  /* 23.8px */
  width: 100%;
  appearance: none;
  border: none;
  outline: none;
  height: 48px;
  padding: 0 16px 0 20px;
  border-radius: 12px;
  background: var(--White, #FFF);
}
.advmap-mainpage__form-input input::placeholder {
  color: var(--Slate-Grey, #62748E);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: var(--fontWeight-regular, 400);
  line-height: 140%;
  /* 23.8px */
}
.advmap-mainpage__form-input .advmap-mainpage__modal-form-input-items--absolute {
  opacity: 0;
}
.advmap-mainpage__form-input .advmap-mainpage__modal-form-input-items--absolute:empty {
  display: none;
}
.advmap-mainpage__form-input:has(input:focus) .advmap-mainpage__modal-form-input-items--absolute {
  animation: fadeIn 0.3s ease-in-out forwards;
}
.advmap-mainpage__form-input:not(:has(input:focus)) .advmap-mainpage__modal-form-input-items--absolute {
  animation: fadeOut 0.3s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    pointer-events: all;
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    pointer-events: none;
    opacity: 0;
  }
}
.advmap-mainpage__form-input--icon-search input {
  padding-left: 40px;
}
.advmap-mainpage__form-input--icon-search input::placeholder {
  visibility: hidden;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__form-input--icon-search input::placeholder {
    visibility: visible;
  }
}
.advmap-mainpage__form-input--icon-search span:has(input) {
  position: relative;
}
.advmap-mainpage__form-input--icon-search span:has(input):after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  background: url("/assets/advmap/mainpage/image/search_icon.svg") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__form-input--icon-search input {
    padding-left: 16px;
  }
  .advmap-mainpage__form-input--icon-search span:has(input):after {
    content: none;
  }
}
.advmap-mainpage__form-input--expand span {
  position: relative;
}
.advmap-mainpage__form-input--expand span input {
  padding-right: 32px;
}
.advmap-mainpage__form-input--expand span:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/assets/advmap/mainpage/image/arrow-down.svg") no-repeat center;
}
.advmap-mainpage__form-input--checkbox {
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  display: flex;
  height: 48px;
  border-radius: 12px;
  background: white;
}
.advmap-mainpage__form-input--checkbox .advmap-mainpage__form-label {
  margin-bottom: 0;
  flex: 1;
  color: var(--Slate-Grey, #62748E);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  cursor: pointer;
  user-select: none;
}
.advmap-mainpage__form-input--checkbox input {
  cursor: pointer;
  pointer-events: all;
  background: transparent;
  height: auto;
  position: absolute;
  inset: 0;
}
.advmap-mainpage__form-input--checkbox span {
  pointer-events: none;
  display: block;
  position: relative;
  width: 36px;
  height: 24px;
  border-radius: var(--24, 24px);
  background: #CECECE;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.advmap-mainpage__form-input--checkbox span:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 50%;
  left: 4px;
  right: auto;
  filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.06)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.15));
}
.advmap-mainpage__form-input--checkbox span:has(input:checked) {
  background: #24C03A;
}
.advmap-mainpage__form-input--checkbox span:has(input:checked):after {
  right: 4px;
  left: auto;
}
.advmap-mainpage__form-label {
  display: block;
  color: var(--White, #FFF);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  margin-bottom: 9px;
}
.advmap-mainpage__form-btn {
  cursor: pointer;
  appearance: none;
  outline: none;
  border: none;
  display: flex;
  height: var(--48, 48px);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--Ghost-White, #F0EFF6);
  font-family: "Montserrat", sans-serif;
  font-size: var(--Paragraph-1, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  width: 54px;
  border-radius: 12px;
  background: url("/assets/advmap/mainpage/image/filter_btn.svg") no-repeat center;
  background-color: #9747FF;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__form-btn {
    width: 100%;
    background-image: none;
  }
}
.advmap-mainpage__form-btn:hover {
  background-color: #8120FF;
}
.advmap-mainpage__form-btn span {
  display: none;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__form-btn span {
    display: block;
  }
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__form .advmap-mainpage__form-input-md:has(.advmap-mainpage__form-btn) .advmap-mainpage__form-label {
    display: none;
  }
}
.advmap-mainpage [data-filter-tags] {
  display: none;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage [data-filter-tags] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.advmap-mainpage [data-filter-tags] .filter-tag {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 6px;
  background: rgba(143, 82, 204, 0.4);
  color: #D2BAEB;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.advmap-mainpage [data-filter-tags] .filter-tag:has(.filter-tag__remove_all) {
  background: transparent;
}
.advmap-mainpage [data-filter-tags] .filter-tag__remove {
  width: 16px;
  aspect-ratio: 1/1;
  appearance: none;
  border: none;
  cursor: pointer;
  background: url("/assets/advmap/mainpage/image/remove_tag_btn.svg") center no-repeat;
}
.advmap-mainpage [data-filter-tags] .filter-tag__remove_all {
  background: transparent;
  appearance: none;
  border: none;
  cursor: pointer;
  color: var(--White, #FFF);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--g-text-body-1-line-height);
  /* 120% */
}
.advmap-mainpage:has(.advmap-mainpage__modal-form--open) .advmap-mainpage__modal-form-overlay {
  opacity: 1;
  pointer-events: auto;
}
.advmap-mainpage__modal-form {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  transform: translateY(30%);
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease-in-out, border 0.3s ease-in-out;
  bottom: 0;
  width: 100%;
  left: 0;
  top: 30%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
  z-index: 100;
  border-radius: 24px 24px 0 0;
  padding: 14px 16px 24px;
}
.advmap-mainpage__modal-form [data-filter-tags] {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  width: 100%;
}
.advmap-mainpage__modal-form [data-filter-tags]:empty {
  display: none;
}
.advmap-mainpage__modal-form [data-filter-tags] .filter-tag {
  white-space: nowrap;
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 6px;
  background: rgba(143, 82, 204, 0.4);
  color: #38254A;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.advmap-mainpage__modal-form [data-filter-tags] .filter-tag:has(.filter-tag__remove_all) {
  background: transparent;
}
.advmap-mainpage__modal-form [data-filter-tags] .filter-tag__remove {
  width: 10px;
  aspect-ratio: 1/1;
  appearance: none;
  border: none;
  cursor: pointer;
  color: transparent;
  background: url("/assets/advmap/mainpage/image/remove_tag_btn_mob.svg") center no-repeat;
}
.advmap-mainpage__modal-form [data-filter-tags] .filter-tag__remove_all {
  background: transparent;
  display: none;
  appearance: none;
  border: none;
  cursor: pointer;
  color: var(--White, #FFF);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--g-text-body-1-line-height);
  /* 120% */
}
.advmap-mainpage__modal-form-overlay {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.advmap-mainpage__modal-form-header {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 16px 16px;
  background: white;
  z-index: 10;
  align-items: center;
}
.advmap-mainpage__modal-form-header-expand {
  display: none;
}
.advmap-mainpage__modal-form-header-title {
  color: var(--Black, #18110E);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 23.8px */
}
.advmap-mainpage__modal-form-header-reset {
  display: none;
  color: var(--Slate-Grey, #62748E);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 23.8px */
}
.advmap-mainpage__modal-form-content {
  transition: padding-top 0.3s ease-in-out;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  padding-top: 64px;
  padding-bottom: 54px;
  overflow-y: auto;
}
.advmap-mainpage__modal-form-content::-webkit-scrollbar {
  width: 0 !important;
}
.advmap-mainpage__modal-form-footer {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
  display: flex;
  gap: 12px;
}
.advmap-mainpage__modal-form-back {
  display: none;
  position: relative;
  z-index: 101;
  background: url("/assets/advmap/mainpage/image/arrow-icon.svg") no-repeat center;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
}
.advmap-mainpage__modal-form-close {
  display: block;
  position: relative;
  z-index: 101;
  background: url("/assets/advmap/mainpage/image/btn_times.svg") no-repeat center;
  width: 24px;
  height: 24px;
}
.advmap-mainpage__modal-form-input {
  margin-bottom: 18px;
  position: relative;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__modal-form-input {
    margin-bottom: 0;
  }
}
.advmap-mainpage__modal-form-input-label {
  display: block;
  color: var(--Black, #18110E);
  font-family: "Roboto", sans-serif;
  font-size: var(--Paragraph-1, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 2px;
}
.advmap-mainpage__modal-form-input input {
  height: 48px;
  background: var(--Ghost-White, #F0EFF6);
  border-radius: var(--6, 9px);
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0 16px;
  color: var(--Black, #18110E);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: var(--fontWeight-regular, 400);
  line-height: 140%;
  /* 23.8px */
}
.advmap-mainpage__modal-form-input-items {
  display: none;
  padding: 24px 0 0;
  overflow-y: auto;
}
.advmap-mainpage__modal-form-input-items--absolute {
  height: fit-content;
  overflow-y: auto;
  padding: 0;
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  margin-top: 16px;
  border-radius: 12px;
  display: block;
  background: white;
  z-index: 16;
  box-shadow: 0 4px 20px 0 rgba(24, 39, 75, 0.2);
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__modal-form-input-items--absolute {
    max-height: min(70vh, 500px);
  }
}
.advmap-mainpage__modal-form-input-items--absolute::-webkit-scrollbar-thumb {
  max-height: 40px;
}
.advmap-mainpage__modal-form-input-item {
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  padding: 0 16px;
  width: 100%;
  color: var(--black-000000, #000);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 111.111% */
  height: 48px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
}
.advmap-mainpage__modal-form-input-item:hover {
  background: var(--Ghost-White, #F0EFF6);
}
.advmap-mainpage__modal-form-input-item[data-select] {
  background: var(--Ghost-White, #F0EFF6);
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__modal-form-input-item {
    padding: 16px;
    height: fit-content;
  }
}
.advmap-mainpage__modal-form-input--expand span {
  position: relative;
}
.advmap-mainpage__modal-form-input--expand span input {
  padding-right: 32px;
}
.advmap-mainpage__modal-form-input--expand span:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/assets/advmap/mainpage/image/arrow-down.svg") no-repeat center;
}
.advmap-mainpage__modal-form-input--checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(----, 0) var(--16, 16px) var(----, 0) 16px;
  border-radius: 12px;
  background: var(--Ghost-White, #F0EFF6);
  height: var(--48, 48px);
}
.advmap-mainpage__modal-form-input--checkbox label {
  flex: 1;
  color: var(--Slate-Grey, #62748E);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  cursor: pointer;
}
.advmap-mainpage__modal-form-input--checkbox input {
  position: relative;
  width: 36px;
  height: 24px;
  border-radius: var(--24, 24px);
  background: #CECECE;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.advmap-mainpage__modal-form-input--checkbox input:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 50%;
  left: 4px;
  right: auto;
  filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.06)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.15));
}
.advmap-mainpage__modal-form-input--checkbox input:checked {
  background: #24C03A;
}
.advmap-mainpage__modal-form-input--checkbox input:checked:after {
  right: 4px;
  left: auto;
}
.advmap-mainpage__modal-form-btn {
  border: none;
  outline: none;
  display: flex;
  flex: 1;
  height: var(--48, 48px);
  padding: var(----, 0) var(--16, 16px) var(----, 0) var(--20, 20px);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: #9747FF;
  color: var(--Ghost-White, #F0EFF6);
  font-family: "Montserrat", sans-serif;
  font-size: var(--Paragraph-1, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
}
.advmap-mainpage__modal-form-btn--second {
  background: var(--Deep-Ghost-Whitez, #E2E0EE);
  color: var(--Slate-Grey, #62748E);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.advmap-mainpage__modal-form-btn:active {
  opacity: 0.8;
}
.advmap-mainpage__modal-form--open {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.advmap-mainpage__modal-form--active {
  border-radius: 0;
  z-index: 100;
  top: 0;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-footer .advmap-mainpage__modal-form-btn {
  display: none;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-footer .advmap-mainpage__modal-form-back {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  width: 100%;
  text-align: center;
  background: #9747FF;
  font-weight: 700;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-header {
  background: white;
  z-index: 10;
  height: 64px;
  border-bottom: 1px solid var(--cecece, #CECECE);
  justify-content: space-between;
  margin-bottom: 20px;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-content {
  padding-top: 96px;
  padding-bottom: 0;
  overflow-y: hidden;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-header-title {
  display: block;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-header-reset {
  display: block;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-close {
  display: none;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-back {
  display: block;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-input {
  display: none;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-input--active {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.advmap-mainpage__modal-form--active .advmap-mainpage__modal-form-input-items {
  display: block;
  flex: 1;
}
.advmap-mainpage__company {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 20px 16px 24px;
  box-shadow: 0 4px 20px 0 rgba(24, 39, 75, 0.2);
  box-sizing: border-box;
  border-radius: 24px;
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company {
    padding: 24px 40px 40px 40px;
  }
}
.advmap-mainpage__company-wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company-wrapper {
    grid-template-columns: 1fr 200px;
  }
}
.advmap-mainpage__company-link {
  display: block;
  text-decoration: none;
  color: black;
}
.advmap-mainpage__company-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.advmap-mainpage__company-info {
  order: 3;
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company-info {
    order: initial;
  }
}
.advmap-mainpage__company-logo {
  width: fit-content;
  display: flex;
  justify-content: end;
}
.advmap-mainpage__company-logo img {
  width: 103px;
  object-fit: contain;
  object-position: top;
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company-logo img {
    width: 188px;
  }
}
.advmap-mainpage__company .title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin-bottom: 12px;
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company .title {
    font-size: 40px;
    margin-bottom: 23px;
  }
}
.advmap-mainpage__company .tag {
  padding: 12px 19px;
  color: var(--Slate-Grey, #62748E);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 110%;
  /* 15.4px */
  letter-spacing: -0.14px;
  border-radius: 24px;
  background: var(--Ghost-White, #F0EFF6);
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company .tag {
    font-weight: 500;
  }
}
.advmap-mainpage__company .tags-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 4px 0;
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company .tags-list {
    margin-bottom: 38px;
  }
}
.advmap-mainpage__company .contacts-wrapper {
  align-items: center;
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
@media  all and (min-width: 1024px) {
  .advmap-mainpage__company .contacts-wrapper {
    gap: 28px;
    margin-bottom: 30px;
  }
}
.advmap-mainpage__company .phone {
  overflow: hidden;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 18.7px */
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.advmap-mainpage__company .phone a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  white-space: nowrap;
  color: black;
}
.advmap-mainpage__company .site {
  display: flex;
  gap: 18px;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  line-height: 110%;
  /* 24.2px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__company .site {
    flex-direction: row;
    width: initial;
  }
}
.advmap-mainpage__company .site a {
  position: relative;
  z-index: 2;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advmap-mainpage__company .site--link {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage__company .site--link {
    width: auto;
  }
}
.advmap-mainpage__company .site--link:before {
  content: "";
  min-width: 40px;
  height: 40px;
  background: url("/css/front/advmap/_v2/images/socials_link.svg") no-repeat center;
}
.advmap-mainpage__company .site--telegram {
  display: flex;
  gap: 8px;
  align-items: center;
}
.advmap-mainpage__company .site--telegram:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/css/front/advmap/_v2/images/socials_telega.svg") no-repeat center;
}
.advmap-mainpage__company .adress {
  color: var(--Slate-Grey, #62748E);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.advmap-mainpage__company-list-wrapper {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 16px;
  padding: 40px 0;
}
.advmap-mainpage .choices {
  font-family: "Roboto", sans-serif;
  width: 100%;
  position: relative;
  border-radius: 12px;
  box-sizing: border-box;
  background: white;
}
.advmap-mainpage .choices__inner {
  outline: none;
  border: none;
  appearance: none;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.advmap-mainpage .choices__input {
  width: 100% !important;
  background: transparent;
  padding: 12px 16px;
}
.advmap-mainpage .choices__input--cloned {
  border: none;
  outline: none;
  display: block;
  width: 100% !important;
  min-width: 100px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.advmap-mainpage .choices__list--dropdown {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}
.advmap-mainpage .choices__item--selectable {
  padding: 8px 12px;
}
.advmap-mainpage .choices__item--choice:hover {
  background: #f5f5f5;
}
.advmap-mainpage .easy-autocomplete {
  width: 100% !important;
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container {
  background: transparent;
  padding: 0;
  margin-top: 4px;
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container ul {
  padding: 8px;
  outline: none;
  border: none;
  box-sizing: border-box;
  border-radius: 12px;
  appearance: none;
  background: white;
  font-size: 18px;
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container ul li {
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  color: #62748E;
  outline: none;
  margin: 0;
  padding: 12px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container ul li a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  color: #62748E;
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container ul li:has(a) {
  padding: 0;
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container ul li .eac-item:hover {
  background: transparent;
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container ul li.selected {
  background: transparent;
  border: 1px solid var(--Slate-Grey, #62748E);
}
.advmap-mainpage .easy-autocomplete .easy-autocomplete-container ul li.selected a {
  color: black;
}
.advmap-mainpage .paginator__wrapper {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 24px;
}
.advmap-mainpage .paginator__btn {
  color: var(--Black, #18110E);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: var(--Paragraph-1, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
  text-decoration: none;
  position: relative;
  width: 20px;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .paginator__btn {
    width: auto;
    margin: 12px 12px;
  }
}
.advmap-mainpage .paginator__btn--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.advmap-mainpage .paginator__btn:after {
  content: "";
  position: absolute;
  background: url("/assets/advmap/mainpage/image/arrow.svg") center no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .paginator__btn:after {
    width: 5px;
    height: 10px;
  }
}
.advmap-mainpage .paginator__btn--next:after {
  right: -15px;
}
.advmap-mainpage .paginator__btn--prev:after {
  left: -15px;
  transform: translateY(-50%) rotateY(180deg);
}
.advmap-mainpage .paginator__btn span {
  display: none;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .paginator__btn span {
    display: inline-block;
  }
}
.advmap-mainpage .paginator__link {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--Slate-Grey, #62748E);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 100%;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
}
@media  all and (min-width: 540px) {
  .advmap-mainpage .paginator__link {
    font-size: 16px;
    width: 48px;
  }
}
.advmap-mainpage .paginator__link--current {
  pointer-events: none;
  background-color: black;
  color: white;
}
.advmap-mainpage .paginator__link:hover {
  color: black;
}
.advmap-mainpage .slider {
  padding-bottom: 40px;
}
.advmap-mainpage .slider:first-child {
  margin-top: 40px;
}
.advmap-mainpage .slider button {
  outline: none;
  border: 0;
}
.advmap-mainpage .slider__head {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .slider__head {
    gap: 12px;
    grid-template-columns: auto 1fr auto;
  }
}
.advmap-mainpage .slider__title {
  grid-column: span 2;
  color: #000;
  /* H2 */
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 33px */
  letter-spacing: -0.3px;
  align-self: center;
  padding-bottom: 4px;
  margin: 0;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .slider__title {
    grid-column: auto;
  }
}
.advmap-mainpage .slider__more {
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  justify-self: start;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--Ghost-White, #F0EFF6);
  padding: 0 12px 0 22px;
  color: var(--Black, #18110E);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
  opacity: 0.9;
  align-self: center;
}
.advmap-mainpage .slider__more:after {
  transition: padding-left 0.3s ease-in-out;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/css/front/advmap/_v2/images/arrow.svg") center no-repeat;
}
.advmap-mainpage .slider__more:hover {
  opacity: 1;
}
.advmap-mainpage .slider__more:hover:after {
  padding-left: 12px;
}
.advmap-mainpage .slider__more:active {
  transform: scale(0.95);
}
.advmap-mainpage .slider__controls {
  display: flex;
  gap: 8px;
}
.advmap-mainpage .slider__btn {
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--Ghost-White, #F0EFF6);
  opacity: 0.9;
}
.advmap-mainpage .slider__btn:hover {
  opacity: 1;
}
.advmap-mainpage .slider__btn:active {
  transform: scale(0.95);
}
.advmap-mainpage .slider__btn--prev {
  transition: padding-right 0.3s ease-in-out;
}
.advmap-mainpage .slider__btn--prev:hover {
  padding-right: 12px;
}
.advmap-mainpage .slider__btn--prev:after {
  transform: rotateZ(180deg);
  content: "";
  width: 24px;
  height: 24px;
  background: url("/css/front/advmap/_v2/images/arrow.svg") center no-repeat;
}
.advmap-mainpage .slider__btn--next {
  transition: padding-left 0.3s ease-in-out;
}
.advmap-mainpage .slider__btn--next:hover {
  padding-left: 12px;
}
.advmap-mainpage .slider__btn--next:after {
  display: block;
  transition: margin-left 0.3s ease-in-out;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/css/front/advmap/_v2/images/arrow.svg") center no-repeat;
}
.advmap-mainpage .slider__btn--disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
  padding: 0 !important;
}
.advmap-mainpage .slider__viewport {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* прячем нативный скроллбар */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  margin: 0 -12px;
  padding: 12px 12px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
}
@media  all and (min-width: 540px) {
  .advmap-mainpage .slider__viewport {
    margin: 0 -24px;
    padding: 12px 24px;
  }
}
@media  all and (min-width: 1400px) {
  .advmap-mainpage .slider__viewport {
    margin: 0 -48px;
    padding: 16px 48px;
  }
}
.advmap-mainpage .slider__viewport::-webkit-scrollbar {
  display: none;
}
.advmap-mainpage .slider__track {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.advmap-mainpage .slider__track::after {
  content: "";
  flex: 0 0 1px;
}
@media  all and (min-width: 540px) {
  .advmap-mainpage .slider__track::after {
    content: "";
    flex: 0 0 6px;
  }
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .slider__track::after {
    content: "";
    flex: 0 0 4px;
  }
}
@media  all and (min-width: 1400px) {
  .advmap-mainpage .slider__track::after {
    content: "";
    flex: 0 0 28px;
  }
}
.advmap-mainpage .slider__slide {
  position: relative;
  scroll-margin: 48px;
  height: 260px;
  flex: 0 0 calc(90%);
  scroll-snap-align: end center;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .slider__slide {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media  all and (min-width: 1200px) {
  .advmap-mainpage .slider__slide {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
.advmap-mainpage .tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  padding: 0 12px;
}
@media  all and (min-width: 540px) {
  .advmap-mainpage .tags__list {
    padding: 0 24px;
  }
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .tags__list {
    padding: 0;
  }
}
.advmap-mainpage .tags__item {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 12px 19px;
  max-width: calc(50% - 8px);
  text-decoration: none;
  border: 1px solid #f0eff6;
  border-radius: 24px;
  background: #f0eff6;
  box-sizing: border-box;
}
.advmap-mainpage .tags__item--hidden {
  display: none;
}
.advmap-mainpage .tags__label {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Slate-Grey, #62748e);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.14px;
}
.advmap-mainpage .company-card {
  inset: 0;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  border-radius: 24px;
  background: #FFF;
  padding: 8px 16px 8px;
  box-shadow: 0 4px 15px 0 rgba(24, 39, 75, 0.1);
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .company-card {
    padding: 8px 24px 40px 24px;
  }
  .advmap-mainpage .company-card:hover {
    transform: translateY(-4px);
  }
}
.advmap-mainpage .company-card:hover {
  box-shadow: 0 4px 15px 0 rgba(24, 39, 75, 0.2);
}
.advmap-mainpage .company-card__logo {
  position: relative;
  border-bottom: 8px solid transparent;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
  box-sizing: border-box;
  margin: 0 -16px 14px;
  width: calc(100% + 32px);
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .company-card__logo {
    margin: 0 -24px 14px;
    width: calc(100% + 48px);
  }
}
.advmap-mainpage .company-card__logo:after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120px;
  right: -120px;
  bottom: -8px;
  pointer-events: none;
  border-bottom: 1px solid var(--cecece, #CECECE);
}
.advmap-mainpage .company-card__title {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 27.5px */
}
.advmap-mainpage .company-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.advmap-mainpage .company-card__tags {
  width: 100%;
  max-height: 90px;
  overflow: hidden;
}
.advmap-mainpage__empty {
  padding: 40px 0;
}
.advmap-mainpage__empty-label {
  color: #62748E;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin-bottom: 24px;
  display: block;
}
.advmap-mainpage__empty-button {
  border: none;
  outline: none;
  display: flex;
  flex: 1;
  width: fit-content;
  height: var(--48, 48px);
  padding: var(----, 0) var(--16, 16px) var(----, 0) var(--20, 20px);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: #9747FF;
  color: var(--Ghost-White, #F0EFF6);
  font-family: "Montserrat", sans-serif;
  font-size: var(--Paragraph-1, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
}
.advmap-mainpage .advmap-comps-line {
  position: relative;
  margin-right: -12px;
  margin-left: -12px;
}
@media  all and (min-width: 540px) {
  .advmap-mainpage .advmap-comps-line {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-line {
    margin-right: -12px;
    margin-left: 0;
  }
}
.advmap-mainpage .advmap-comps-line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9));
  pointer-events: none;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-line:after {
    display: none;
  }
}
.advmap-mainpage .advmap-comps-line__title {
  padding-left: 12px;
  margin-bottom: 0;
}
@media  all and (min-width: 540px) {
  .advmap-mainpage .advmap-comps-line__title {
    padding-left: 24px;
  }
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-line__title {
    padding-left: 0;
  }
}
.advmap-mainpage .advmap-comps-line__arrows {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  top: 50%;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-line__arrows {
    display: block;
  }
}
.advmap-mainpage .advmap-comps-line__arr {
  position: absolute;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
  cursor: pointer;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  transition: all ease 0.3s;
}
.advmap-mainpage .advmap-comps-line__arr:hover {
  background: #444;
}
.advmap-mainpage .advmap-comps-line__arr.disabled {
  opacity: 0;
  pointer-events: none;
}
.advmap-mainpage .advmap-comps-line__arr:before {
  text-indent: 0;
}
.advmap-mainpage .advmap-comps-line__arr--next {
  right: 24px;
}
@media  all and (min-width: 1400px) {
  .advmap-mainpage .advmap-comps-line__arr--next {
    right: -42px;
  }
}
.advmap-mainpage .advmap-comps-line__arr--next:before {
  content: "⟶";
}
.advmap-mainpage .advmap-comps-line__arr--prev {
  left: 12px;
}
@media  all and (min-width: 1400px) {
  .advmap-mainpage .advmap-comps-line__arr--prev {
    left: -54px;
  }
}
.advmap-mainpage .advmap-comps-line__arr--prev:before {
  content: "⟵";
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-grid-out {
    overflow: hidden;
  }
}
.advmap-mainpage .advmap-comps-grid {
  display: flex;
  gap: 12px;
  padding: 12px;
  overflow-x: scroll;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-grid::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media  all and (min-width: 540px) {
  .advmap-mainpage .advmap-comps-grid {
    padding: 12px 24px;
  }
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-grid {
    padding: 12px 0;
    overflow: initial;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: transform ease-in-out 0.7s;
  }
}
.advmap-mainpage .advmap-comps-card {
  position: relative;
  width: 40%;
  flex-shrink: 0;
  background: linear-gradient(160deg, #cdcdcd, #f4f4f4);
  padding: 12px;
  box-sizing: border-box;
  border-radius: 2px;
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-card {
    width: calc(25% - 12px);
  }
}
@media  all and (min-width: 1200px) {
  .advmap-mainpage .advmap-comps-card {
    width: calc(20% - 12px);
  }
}
@media  all and (min-width: 1400px) {
  .advmap-mainpage .advmap-comps-card {
    width: calc(20.01% - 12px);
  }
}
.advmap-mainpage .advmap-comps-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advmap-mainpage .advmap-comps-card__inner {
  position: relative;
}
.advmap-mainpage .advmap-comps-card__logo {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: #fff;
  border-radius: 1px;
}
.advmap-mainpage .advmap-comps-card__title {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.advmap-mainpage .advmap-comps-card__title a {
  color: inherit;
}
.advmap-mainpage .advmap-comps-card__serv {
  font-size: 0.8em;
  opacity: 0.8;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.advmap-mainpage .advmap-comps-spec-btn {
  position: relative;
  background: #f4f4f4;
  text-decoration: none;
  line-height: 1;
  color: #888;
  font-weight: 600;
  width: 200px;
  flex-shrink: 0;
  margin-right: 12px;
  /*@media @1600 {
          width: ~"calc(14.3% - 12px)";
        }*/
}
@media  all and (min-width: 768px) {
  .advmap-mainpage .advmap-comps-spec-btn {
    width: calc(25% - 12px);
  }
}
@media  all and (min-width: 1200px) {
  .advmap-mainpage .advmap-comps-spec-btn {
    width: calc(20.01% - 12px);
  }
}
.advmap-mainpage .advmap-comps-spec-btn:before {
  display: block;
  content: "⟶";
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.advmap-mainpage .advmap-comps-spec-btn span {
  position: absolute;
  left: 12px;
  bottom: 12px;
}
body:has(.advmap-mainpage__modal-form--open) {
  position: fixed;
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
}
/*# sourceMappingURL=index.css.map */