/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-family: "Inter", sans-serif;
  --secondary-font-family: "Gilroy";
  --container-offset: 70px;
  --small-container-offset: 40px;
  --header-offset: 150px;
  --padding: 5px;
  --offset: 10px;
  --gap: 10px;
  --small-border-radius: 8px;
  --border-radius: 15px;
  --title-font-size: 35px;
  --font-size: 22px;
  --middle-font-size: 16px;
  --small-font-size: 12px;
}

button {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--font-family);
}

p {
  margin: 0;
}

main {
  min-height: 100%;
  flex: 1 0 auto;
  margin-bottom: var(--container-offset);
}

.bold {
  font-weight: 700;
}

.tiny-container-offset {
  margin-top: 15px;
}

.small-container-offset {
  margin-top: var(--small-container-offset);
}

.container-offset {
  margin-top: var(--container-offset);
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  text-decoration: none;
  background: #009540;
  color: #fff;
  font-weight: 600;
  border-radius: 13px;
  font-size: 16px;
  padding: 12px 22px;
}

.button--small {
  border-radius: 10px;
  font-size: 12px;
  padding: 7px 18px;
}

:root {
  --title-font-size: 31px;
  --font-size: 20px;
  --small-font-size: 18px;
}

.title {
  font-size: var(--title-font-size);
  font-weight: 700;
  color: #292558;
}

.text {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--black-color);
  font-size: var(--font-size);
}

.small-text {
  font-family: var(--secondary-font-family);
  font-weight: 300;
  color: var(--black-color);
  font-size: var(--small-font-size);
}

/* inter-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v13-latin-100.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-100.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-100.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-100.woff") format("woff"),
    url("../fonts/inter-v13-latin-100.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-100.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v13-latin-200.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-200.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-200.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-200.woff") format("woff"),
    url("../fonts/inter-v13-latin-200.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-200.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v13-latin-300.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-300.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-300.woff") format("woff"),
    url("../fonts/inter-v13-latin-300.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-300.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter-v13-latin-regular.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-regular.woff") format("woff"),
    url("../fonts/inter-v13-latin-regular.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v13-latin-500.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-500.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-500.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-500.woff") format("woff"),
    url("../fonts/inter-v13-latin-500.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v13-latin-600.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-600.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-600.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-600.woff") format("woff"),
    url("../fonts/inter-v13-latin-600.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-600.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-700.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-700.woff") format("woff"),
    url("../fonts/inter-v13-latin-700.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v13-latin-800.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-800.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-800.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-800.woff") format("woff"),
    url("../fonts/inter-v13-latin-800.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-800.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v13-latin-900.eot");
  /* IE9 Compat Modes */
  src:
    url("../fonts/inter-v13-latin-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter-v13-latin-900.woff2") format("woff2"),
    url("../fonts/inter-v13-latin-900.woff") format("woff"),
    url("../fonts/inter-v13-latin-900.ttf") format("truetype"),
    url("../fonts/inter-v13-latin-900.svg#Inter") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src:
    local("Gilroy Light"),
    local("Gilroy-Light"),
    url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

:root {
  --container-width: 1360px;
  --container-padding: 20px;
}

.container-wrap {
  max-width: var(--container-width);
  padding: 0 var(--container-padding);
  margin: 0 auto;
}

.container-right {
  max-width: calc(
    (100vw - var(--container-width)) / 2 + var(--container-width)
  );
  margin-right: auto;
  padding-right: var(--container-padding);
}

.container-left {
  max-width: calc(
    (100vw - var(--container-width)) / 2 + var(--container-width)
  );
  margin-left: auto;
  padding-left: var(--container-padding);
}

.padding-container-left {
  padding-left: calc(
    max((100vw - var(--container-width)) / 2, 0px) + var(--container-padding)
  );
}

.padding-container-right {
  padding-right: calc(
    max((100vw - var(--container-width)) / 2, 0px) + var(--container-padding)
  );
}

.archive .checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.archive__map{
  position: relative;
}

.archive__map.hidden{
  display: none;
}

.archive.checkbox:checked + .checkbox__tile {
  color: var(--blue);
}

.archive .checkbox:checked + .checkbox__tile:before {
  transform: scale(1);
  opacity: 1;
}

.archive .checkbox__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  width: 18px;
  min-height: 18px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.archive__item--map{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 650px;
}

.archive .checkbox__tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.header__container {
  width: 100%;
  display: flex;
  align-items: center;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 30px;
}

.header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 75px;
  border-radius: 0 0 15px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  padding: 0 35px;
  color: #000;
}

.header__link.active{
  background: #f2f9ff;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.header__tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header__tool {
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  background: #f2f9ff;
}

.footer {
  height: 160px;
  margin-top: auto;
  background: #f3f9ff;
}

.footer__container {
  display: flex;
  height: 100%;
  gap: 56px;
}

.footer__logo {
  width: 225px;
  height: 90px;
  align-self: center;
}

.footer__col {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 20px;
}

.footer__text {
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.footer__text--margin {
  margin-left: 16px;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer__socials {
  margin-top: 15px;
  background: #b9dcff;
  border-radius: 20px 0 0 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0576ff;
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.footer__right {
  margin-left: auto;
  align-self: end;
  border-radius: 10px;
}

.hero {
  height: 455px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("./../img/hero-bg.png") no-repeat center/cover;
  margin-top: 18px;
}

.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 105px;
}

.hero__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 487px;
}

.hero__logo {
  width: 365px;
}

.hero__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #292558;
}

.hero__subtitle {
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  color: #019883;
}

.hero__text {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #000;
}

.hero__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  max-width: max-content;
  min-width: 295px;
  padding: 0 10px;
  height: 50px;
  border-radius: 10px;
  background: #009540;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.hero__link:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: url("./../img/arrow.svg") no-repeat center/contain;
  background-color: white;
  background-size: 14px;
}

.hero__swiper {
  min-width: 0;
  width: max-content;
  position: relative;
}

.hero__img {
  width: 725px;
  height: 375px;
  border-radius: 20px;
  object-fit: cover;
  clip-path: polygon(
    99.946% 5.309%,
    99.946% 5.309%,
    99.91% 4.449%,
    99.805% 3.632%,
    99.637% 2.871%,
    99.413% 2.176%,
    99.137% 1.558%,
    98.815% 1.028%,
    98.453% 0.596%,
    98.056% 0.275%,
    97.631% 0.074%,
    97.183% 0.004%,
    2.761% 0.004%,
    2.761% 0.004%,
    2.313% 0.074%,
    1.888% 0.275%,
    1.492% 0.596%,
    1.13% 1.028%,
    0.808% 1.558%,
    0.532% 2.176%,
    0.307% 2.871%,
    0.139% 3.632%,
    0.035% 4.449%,
    -0.001% 5.309%,
    -0.001% 77.266%,
    -0.001% 77.266%,
    0.035% 78.126%,
    0.139% 78.943%,
    0.307% 79.704%,
    0.532% 80.399%,
    0.808% 81.017%,
    1.13% 81.547%,
    1.492% 81.979%,
    1.888% 82.3%,
    2.313% 82.501%,
    2.761% 82.571%,
    15.629% 82.571%,
    15.629% 82.571%,
    16.077% 82.64%,
    16.502% 82.841%,
    16.898% 83.163%,
    17.26% 83.594%,
    17.582% 84.125%,
    17.858% 84.743%,
    18.083% 85.438%,
    18.25% 86.199%,
    18.355% 87.015%,
    18.391% 87.876%,
    18.391% 94.645%,
    18.391% 94.645%,
    18.427% 95.506%,
    18.532% 96.322%,
    18.699% 97.083%,
    18.924% 97.778%,
    19.2% 98.396%,
    19.522% 98.927%,
    19.884% 99.358%,
    20.28% 99.68%,
    20.706% 99.881%,
    21.154% 99.95%,
    97.183% 99.95%,
    97.183% 99.95%,
    97.631% 99.881%,
    98.056% 99.68%,
    98.453% 99.358%,
    98.815% 98.927%,
    99.137% 98.396%,
    99.413% 97.778%,
    99.637% 97.083%,
    99.805% 96.322%,
    99.91% 95.506%,
    99.946% 94.645%,
    99.946% 5.309%
  );
}

.hero__buttons {
  margin-left: 8px;
  display: flex;
  gap: 11px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background:
    url("./../img/arrow-green.svg") no-repeat center/contain,
    #fff;
  background-size: 20px;
  cursor: pointer;
}

.hero__prev {
  transform: rotate(180deg);
}

.hero__slide {
  object-fit: cover;
}

.hero .swiper-slide {
  width: fit-content;
}

.hero .swiper-wrapper {
  width: 725px;
}

.results__container {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.results__content {
  display: grid;
  grid-template-columns: 1fr 1fr 2.1fr;
  gap: 30px;
}

.results__num {
  font-family: var(--secondary-font-family);
  font-weight: 300;
  font-size: 102px;
  line-height: 125%;
}

.results__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
}

.results__text:first-child {
  color: #a4a9b1;
}

.results__text:last-child {
  margin-top: auto;
  max-width: 270px;
  color: #333;
}

.results__item {
  width: 100%;
  height: 275px;
  border-radius: 20px;
  padding: 30px 20px 30px 35px;
  box-shadow: 0 4px 20px 0 rgba(8, 98, 238, 0.15);
  background: #fff;
  color: #009540;
  display: flex;
  flex-direction: column;
}

.results__item--green {
  background: #009540;
}

.results__item--green p {
  color: #fff;
}

.results__item--green p:first-child,
.results__item--green p:last-child {
  color: #fff;
}

.questions__container {
  height: 290px;
  width: 100%;
  background:
    url("../img/city.svg") no-repeat bottom,
    #0862ee;
  border-radius: 20px;
  padding: 40px 50px 40px 60px;
  display: flex;
  justify-content: space-between;
}

.questions__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 509px;
}

.questions__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
}

.questions__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
}

.questions__links {
  max-width: 622px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.questions__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 23px;
  width: 100%;
  height: 100%;
  max-height: 60px;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #478fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.questions__link:after {
  content: "";
  display: block;
  min-width: 30px;
  height: 30px;
  background:
    url(../img/arrow-blue.svg) no-repeat center,
    #fff;
  border-radius: 100%;
}

.questions__link--white {
  color: #292558;
  background: #fff;
}

.questions__link--white:after {
  background:
    url(../img/arrow-dark.svg) no-repeat center,
    #e5f2ff;
}

.stages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: var(--container-offset);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stages__wrapper {
  display: flex;
  margin-left: 47.5px;
}

.stages__wrapper:before {
  margin-right: 28px;
  content: "";
  display: block;
  height: 183px;
  width: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='183' viewBox='0 0 3 183' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.80371 181.203V1.34644' stroke='%23C0C0C0' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 8' /%3E%3C/svg%3E");
}

.stages__title {
  font-weight: 600;
  font-size: 18px;
  color: #292558;
}

.stages__subtitle {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #292558;
  opacity: 0.8;
}

.stages__date {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0862ee;
  font-size: 14px;
  margin-top: 20px;
}

.stages__bottom {
  position: relative;
}

.stages__bottom:first-child .stages__line {
  width: calc(100% - 15px);
  margin-left: 15px;
}

.stages__bottom:last-child .stages__line {
  width: 100%;
}

.stages__lines {
  border-radius: 180px;
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stages__line {
  width: calc(100% + 28px + 3px);
  height: 52px;
  background: #e5f2ff;
  overflow: hidden;
}

.stages__line--progress:before {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 60%;
  background: #90c3ff;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 2;
}

.stages__line--progress:after {
  z-index: 1;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 64%;
  background: white;
  border-radius: 100px;
  box-sizing: border-box;
}

.stages__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  width: 95px;
  height: 95px;
  background: white;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid rgba(172, 210, 255, 0.3);
}

.stages__ico--end {
  right: -20px;
}

.news__title {
  margin-right: 10px;
}

.news__text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

.news__top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news__link {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  gap: 26px;
  background: #0862ee;
  border-radius: 10px;
  text-decoration: none;
  margin-left: auto;
}

.news__link--no-offset {
  margin: 0;
}

.news__filter {
  height: 47px;
  border-radius: 10px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #e5f2ff;
  font-size: 16px;
  line-height: 140%;
  color: #404040;
}

.news__arrow {
  margin-left: auto;
}

.news__content {
  margin-top: 40px;
  gap: 40px;
  height: 530px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}

.news__big {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px;
}

.news__big:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(41, 37, 88, 0) 0%, #292558 90.95%);
  z-index: -1;
}

.news__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  height: 150px;
}

.news__item--full {
  margin-top: 40px;
}

.news__item > img {
  height: 100%;
  min-width: 220px;
  object-fit: cover;
  border-radius: 12px;
}

.news__badge {
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #292558;
  gap: 10px;
  background: white;
  border-radius: 10px;
}

.news__badge--blue {
  background: #e5f2ff;
}

.news__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}

.news__name--small {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.news__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.news__row {
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 10px;
}

.archive__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  color: #292558;
}

.archive__switch {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 160px;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0862ee;
  background: #e5f2ff;
  border-radius: 10px;
  border: none;
}

.archive__switch--page {
  margin-left: 0;
}

.archive__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 175px;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: #0862ee;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}

.archive__text {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #292558;
}

.archive__text:not(:last-child) {
  margin-top: 8px;
}

.archive__name {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #292558;
  margin-top: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;

}

.archive__top {
  display: flex;
  align-items: center;
  height: 47px;
  gap: 10px;
}

.archive__filter {
  background: #e5f2ff;
  margin-top: 40px;
}

.archive__content {
  display: flex;
  align-items: center;
  height: 85px;
}

.archive__input {
  border: none;
  width: 100%;
}

.archive__badge {
  position: absolute;
  padding: 8px 20px;
  border-radius: 0 0 20px 0;
  background: #63a0ff;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

.archive__img {
  position: relative;
}

.archive__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.archive__tools {
  margin-left: 68px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 47px;
  gap: 20px;
}

.archive__tool {
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 25px;
  background: #fff;
  height: 100%;
  max-width: 279px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 21px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #404040;
  min-height: 41px;
}

.archive__tools--page {
  margin-left: 0;
  width: 100%;
}

.archive__tool--page {
  max-width: 100%;
}

.archive__tool:has(.archive__select) {
  cursor: pointer;
}

.archive__tool.active {
  border-radius: 10px 10px 0 0;
}

.archive__input--page {
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  max-width: 300px;
  margin-right: 25px;
}

.archive__item {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 30px;
  background: linear-gradient(180deg, #fefffe 0%, #eff7ff 100%);
  overflow: hidden;
  border-radius: 20px;
  min-height: 230px;
}

.archive__list {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.archive__list--small {
  margin-top: 20px !important;
}

.archive__info {
  display: flex;
  flex-direction: column;
  padding: 17px 33px 17px 0;
}

.archive__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.archive__button {
  margin-top: auto;
  height: 31px;
}

.archive__vote {
  background: #0862ee;
}

.archive__button--vote {
  background: #b2d2f1;
}

.archive__margin {
  margin-left: auto;
}

.archive__select {
  display: none;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 20px 0 rgba(215, 220, 247, 0.6);
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 16px;
  padding-top: 5px;
  padding-bottom: 13px;
  border-radius: 0 0 10px 10px;
}

.archive__select.active {
  display: flex;
}

.archive__option {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #404040;
}

.archive__show {
  margin-top: 30px !important;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #333;
}

.archive__show button {
  display: inline;
  border: none;
  background: none;
  cursor: pointer;
}

.archive__show button.active {
  font-weight: 500;
  color: #f83028;
}

.archive__vote {
}

.breadcrumbs {
  margin-top: 20px;
}

.breadcrumbs__container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 3px;
}

.breadcrumbs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #a5a4a4;
  text-decoration: none;
}

.breadcrumbs__link:last-child {
  color: #404040;
}

.breadcrumbs__link:last-child::after {
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  background: url("./../img/arrow-bottom.svg");
}

.card__block {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 450px;
  width: 450px;
  height: 250px;
  background: linear-gradient(180deg, #f5faff 0%, #eff7ff 100%);
  border-radius: 10px;
  padding: 27px 37px;
  gap: 15px;
}

.card__badge {
  width: max-content;
  position: static;
  border-radius: 20px 0 20px 0;
  margin-bottom: 10px;
}

.card__top {
  display: flex;
  gap: 35px;
}

.card__subtitle {
  font-weight: 600;
  font-size: 23px;
  line-height: 120%;
  color: var(--chern);
}

.card__subtitle--offset {
  margin-top: 20px;
}

.card__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--chern);
}

.card__param {
  display: flex;
  align-items: start;
  gap: 16px;
}

.card__param img {
  height: 15px;
  margin-top: 3px;
}

.card__param p {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #404040;
  max-width: 350px;
}

.warranty__container {
  height: 340px;
  width: 100%;
  background:
    url("../img/city2.svg") no-repeat bottom,
    linear-gradient(90deg, #45d789 0%, #1dbc62 100%);
  border-radius: 20px;
  padding: 40px 50px 40px 60px;
  display: flex;
  justify-content: space-between;
}

.warranty__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 60px 100px 60px;
  gap: 12px 15px;
}

.warranty__input {
  height: 100%;
  padding: 19px 30px;
  border-radius: 20px;
  background: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  border: none;
}

.warranty__input::placeholder {
  color: #8f8f8f;
}

.warranty__textarea {
  grid-column-end: span 2;
  resize: none;
}

.warranty__add div {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #478fff;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  border: none;
  padding: 0 18px;
  gap: 15px;
}

.warranty__submit {
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0862ee;
  border-radius: 20px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: white;
}

.warranty__add input {
  display: none;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 100%;
}

.faq__top {
  display: flex;
  align-items: center;
  gap: 65px;
}

.faq__main {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 40px;
}

.faq__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px 0;
  border-top: 1px solid #dde2e4;
}

.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item--small .faq__header {
  background: #bfd8ff;
  max-width: 620px;
}

.faq__header::after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  background:
    url("../img/arrow.svg") no-repeat center,
    white;
  border-radius: 100%;
  transition: all 0.1s ease-in-out;
}

.accordion-active .faq__header::after {
  transform: rotate(90deg);
}

.accordion-active .faq__header {
  background: #daeaff;
}

.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 60px;
  padding: 19px 25px 19px 28px;
  border-radius: 20px;
  background: #f1f7ff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000;
}

.faq__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #000;
}

.faq__text {
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

.accordion-active.faq__item--small .faq__header {
  background: #bfd8ff;
}

.faq__form {
  background:
    url("../img/city-blue.svg") no-repeat bottom,
    linear-gradient(90deg, #85c2ff 0%, #b9dcff 100%);
}

.card__thumbs {
  width: 95px;
  max-height: 315px;
  position: relative;
}

.card__thumb img {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  border-radius: 13px;
}

.card__thumbs .swiper {
  overflow: hidden;
}

.card__swipers {
  display: flex;
  gap: 45px;
}

.card__swiper-wrapper {
  max-width: 100%;
}

.card__photos {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.card__swiper-wrapper {
  max-width: 900px;
}

.card__photo img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 540px;
  border-radius: 20px;
}

.card__sponsors {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 33px;
  border-radius: 20px;
  background: #f8f8f8;
}

.card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card__list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: black;
}

.card__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
}

.card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 35px);
  z-index: 2;
  cursor: pointer;
}

.card__prev {
  background:
    url("../img/prev.svg") no-repeat center center,
    rgba(255, 255, 255, 0.5);
  background-size: 35%;
  left: 40px;
}

.card__next {
  background:
    url("../img/next.svg") no-repeat center center,
    rgba(255, 255, 255, 0.5);
  background-size: 35%;
  right: 40px;
}

.new__title {
  font-size: 30px;
}

.new__photo {
  max-width: 500px;
  max-height: 430px;
  object-fit: cover;
  border-radius: 10px;
}

.new__text {
  margin-top: 0;
}

.new__top {
  margin-top: 30px;
}

.new__tools {
  margin-top: 30px;
  display: flex;
  gap: 22px;
  align-items: center;
}

.new__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  background: #63a0ff;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.new__date {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  background: #f2f9ff;
  font-weight: 300;
  border-radius: 10px;
  font-size: 16px;
  line-height: 140%;
  color: #404040;
}

.new__share {
  width: 41px;
  background: #f2f9ff;
  border-radius: 10px;
}

.new__tools > * {
  height: 41px;
  border: none;
}

.header__tool{
  max-width: 50px !important;
}

.accordion__content.faq__text video,
.accordion__content.faq__text iframe {
 margin-top: 10px;
 width: 100%;
 max-width: 600px;
 aspect-ratio: 16 / 9;  
}

@media (min-width: 1024px){
  .archive__item{
	  height: 230px;
  }
  .archive__name{
	  -webkit-box-orient: vertical;
	  display: -webkit-box;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  -webkit-line-clamp: 7;
  }
  .archive__img{
	  max-height: 230px;
  }
}

.logo{
  width: 104px;
  height: 42px;
}
