/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/scss/main.scss ***!
  \*******************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap);
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/scss/main.scss (1) ***!
  \***********************************************************************************************************************/
*, :after, :before {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bg-primary-color);
  color: var(--text-primary-color);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
}

[data-theme=light] {
  --text-primary-color: #1B1B29;
  --text-primary-color-invert: #fff;
  --bg-primary-color: #fff;
}

.page {
  margin-top: 20vh;
}

@media (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1150px;
  }
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.header {
  position: relative;
  color: var(--text-primary-color);
  z-index: 4;
}
.header--invert {
  --text-primary-color: var(--text-primary-color-invert);
}
.header__wrapper--transparent {
  background-color: transparent;
}
.header__actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (min-width: 390px) {
  .header__actions {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header__actions {
    display: flex;
  }
}
@media (min-width: 390px) {
  .header__actions--mobile {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .header__actions--mobile {
    display: none;
  }
}
.header__content {
  align-items: center;
  display: flex;
  min-height: 90px;
  justify-content: space-between;
}
.header-logo {
  position: relative;
  width: 190px;
}
.header-logo__image {
  display: block;
  position: relative;
  width: 100%;
}

.button {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  background-color: #f4f4f4;
  color: #1B1B29;
  border-radius: 62px;
  padding: 10px 24px;
  gap: 8px;
  cursor: pointer;
  min-width: 50px;
  user-select: none;
  white-space: nowrap;
  border: 1px solid transparent;
  font-weight: 500;
}
.button:hover {
  background-color: #ebebeb;
}
.button--md {
  font-size: 14px;
}
.button--lg {
  font-size: 16px;
}
.button--xl {
  font-size: 18px;
}
.button--bold {
  font-weight: 600;
}
.button span {
  font-size: inherit;
  font-weight: inherit;
}
.button--position-pin {
  background: #ffebf1;
  color: #ff0053;
}
.button--position-pin:hover {
  background: #ffdae5;
}
.button--black {
  background: #1e1e1e;
  color: white;
  transition: background-color 0.3s;
}
.button--black:hover {
  background: #303030;
  color: white;
}
.button--red {
  background: #ff0053;
  color: white;
  transition: background-color 0.3s;
}
.button--red:hover {
  background: #c50e4a;
  color: white;
}
.button--position-yellow {
  background: #ffebab;
  color: #000000;
  transition: all 0.3s;
}
.button--position-yellow:hover {
  background: #303030;
  color: white;
}
.button--squared {
  border-radius: 10px;
  padding: 14px 24px;
}

.icon--md {
  height: 24px;
  width: 24px;
}
.icon--sm {
  height: 20px;
  width: 20px;
}

@media (min-width: 390px) {
  .navbar {
    display: none;
  }
}
@media (min-width: 1280px) {
  .navbar {
    display: block;
  }
}
.navbar__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 17px;
}
.navbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navbar__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.navbar__link--active {
  border-radius: 16px;
  padding: 8px 20px;
  font-weight: 600;
  background: #ffffff;
  color: #000000;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -4px -12px 0;
  padding: 0;
}
.tag-cloud__item {
  margin-bottom: 6px;
  margin-right: 4px;
}

.title {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .title {
    max-width: 768px;
  }
}
.title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.uptitle {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  color: #b5b5b5;
}

.subtitle {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #7e7e7e;
}
@media (min-width: 1024px) {
  .subtitle {
    max-width: 768px;
  }
}
.subtitle--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h {
  font-weight: 600;
  margin-top: 0;
  word-break: break-word;
}
.h--1 {
  font-size: 34px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .h--1 {
    font-size: 60px;
    letter-spacing: -0.02em;
    line-height: 60px;
  }
}
.h--2 {
  font-size: 32px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .h--2 {
    font-size: 52px;
    letter-spacing: -0.02em;
    line-height: 54px;
  }
}
.h--4 {
  font-size: 26px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .h--4 {
    font-size: 40px;
    line-height: 42px;
  }
}

.p--1 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .p--1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.p--2 {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .p--2 {
    font-size: 16px;
    line-height: 23px;
  }
}

.typography-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.typography-stack--center {
  align-items: center;
}

.tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
  padding: 3px 20px;
  color: #000000;
  column-gap: 5px;
}
.tag img {
  max-height: 15px;
}
.tag--outline {
  border: 1px solid var(--text-primary-color);
}

.tabs {
  background-color: #f5f5f5;
  border-radius: 32px;
  margin-left: auto;
  margin-right: auto;
}
.tabs--2el {
  max-width: 500px;
}
.tabs--3el {
  max-width: 800px;
}
.tabs--4el {
  max-width: 1000px;
}
.tabs__container {
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 4px;
}
.tabs__button {
  width: 100%;
}
.tabs__button--active {
  background-color: var(--text-primary-color);
  color: var(--text-primary-color-invert);
}

.logo {
  width: 170px;
}
@media (max-width: 768px) {
  .logo {
    width: 130px;
  }
}

@media (min-width: 1280px) {
  .intro-block__cities {
    margin-bottom: 102px;
    position: relative;
    width: 603px;
    z-index: 2;
  }
}
.intro-block {
  --text-primary-color: var(--text-primary-color-invert);
}
@media (min-width: 1280px) {
  .intro-block {
    background-image: url(../31d6cfe0d16ae931b73c.png);
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    --text-primary-color: var(--text-primary-color-invert);
  }
}
@media (min-width: 1280px) {
  .intro-block {
    background-color: #E697A2;
    border-radius: 32px;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 1920px;
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 186px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .intro-block {
    position: relative;
    margin-bottom: 80px;
  }
}
@media (min-width: 290px) {
  .intro-block {
    position: relative;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .intro-block {
    margin-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .intro-block .start-screen {
    position: relative;
  }
}
.intro-block__title {
  color: var(--text-primary-color);
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-block__title {
    font-size: 60px;
    letter-spacing: -0.01em;
    line-height: 60px;
  }
}
.intro-block__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.intro-block__wrapper {
  border-radius: 16px;
  margin: 0 4px 20px;
  min-height: 638px;
  padding-bottom: 68px;
  padding-top: 90px;
}
@media (max-width: 1279.5px) {
  .intro-block__wrapper {
    background-image: url(../31d6cfe0d16ae931b73c.png);
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    --text-primary-color: var(--text-primary-color-invert);
  }
}
@media (min-width: 390px) {
  .intro-block__wrapper {
    min-height: 620px;
  }
}
@media (min-width: 768px) {
  .intro-block__wrapper {
    margin-bottom: 40px;
    min-height: 520px;
    padding-bottom: 24px;
    padding-top: 112px;
  }
}
@media (min-width: 1024px) {
  .intro-block__wrapper {
    border-radius: 32px;
    margin-bottom: 56px;
    min-height: 744px;
    padding-bottom: 32px;
    padding-top: 136px;
  }
}
@media (max-width: 1279.9px) {
  .intro-block__wrapper {
    background-color: #E697A2;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .intro-block__wrapper {
    border-radius: 0;
    margin: 0;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.emergency-block__header {
  margin-bottom: 24px;
}
.emergency-block__tabs {
  margin-bottom: 45px;
}
.emergency-block__card {
  margin-bottom: 64px;
}
.emergency-block__advantages {
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 102px;
}
@media (max-width: 768px) {
  .emergency-block__advantages {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    margin-bottom: 64px;
  }
}

.advantages-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    height: fit-content;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1280px) {
  .advantages-grid__title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 1928px) {
  .page-block {
    margin-left: auto;
    margin-right: auto;
  }
}

.page__main {
  margin-top: -90px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .page__main {
    margin-top: -90px;
  }
}

.background-image-card {
  background-image: var(--card-bg-image-xs, var(--card-bg-image));
  border-radius: 32px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  height: 450px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .background-image-card {
    background-image: var(--card-bg-image);
    min-height: 380px;
    height: 380px;
  }
}
.background-image-card__title {
  color: #ffffff;
  max-width: 400px;
}
.background-image-card__uptitle {
  display: block;
}
@media (max-width: 768px) {
  .background-image-card__uptitle {
    display: none;
  }
}
.background-image-card__content {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .background-image-card__content {
    flex: 1 1 100%;
  }
}
.background-image-card__container {
  display: flex;
  padding: 48px;
  height: 100%;
  flex-wrap: wrap;
}

.number-card {
  border-radius: 32px;
  background-color: #f4f4f6;
  height: 400px;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
.number-card__container {
  display: flex;
  padding: 48px;
  height: 100%;
  flex-wrap: wrap;
}
.number-card__title {
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .number-card__title {
    font-size: 55px;
  }
}
@media (min-width: 1280px) {
  .number-card__title {
    font-size: 70px;
  }
}
.number-card__subtitle {
  font-size: 22px;
}
