:root {
  --content-p-r: 0; }

/*! 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; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/* manrope-500 - latin_cyrillic */
@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

* {
  box-sizing: border-box;
  outline-offset: 4px; }

body {
  font-family: "Gotham Pro";
  font-size: 16px;
  line-height: 140%;
  overflow-x: hidden; }

img {
  max-width: 100%; }

p {
  margin: 0; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.main {
  flex: 1; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.title {
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0; }

.header {
  position: absolute;
  width: 100%;
  z-index: 4;
  background-color: transparent;
}
.header .container {
    padding-top: 27px;
}

.banner {
  padding-top: 153px;
  padding-bottom: 149px;
  background-color: #F8F8F8;
  overflow: hidden; }
  .banner .container {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .banner .container {
        flex-direction: column; } }
  @media screen and (max-width: 1050px) {
    .banner {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .banner {
      padding-bottom: 50px; } }

.banner__text-wrap {
  z-index: 4; }
  @media screen and (max-width: 600px) {
    .banner__text-wrap {
      order: 2; } }

.banner__title {
  font-size: 72px;
  line-height: 80px;
  margin: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 1050px) {
    .banner__title {
      font-size: 50px;
      line-height: 60px; } }
  @media screen and (max-width: 767px) {
    .banner__title {
      font-size: 35px;
      line-height: 120%; } }

.banner__text {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1050px) {
    .banner__text {
      font-size: 16px; } }

.banner__btn {
  position: relative;
  max-width: 370px;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  border: 2px solid #2A2A2A;
  padding: 20px; }
  .banner__btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0%;
    background-color: #2A2A2A;
    z-index: -1;
    transition: all 0.3s ease-out; }
  .banner__btn:hover {
    color: #FFFFFF; }
    .banner__btn:hover::before {
      width: 100%;
      left: 0;
      transition: all 0.3s ease-out; }
  @media screen and (max-width: 1050px) {
    .banner__btn {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .banner__btn {
      max-width: 100%;
      font-size: 14px;
      padding: 10px; } }

.banner__img-wrap {
  position: relative;
  max-width: 607px;
  margin-left: 70px;
  z-index: 3; }
  .banner__img-wrap::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 35%;
    width: 300%;
    height: 300%;
    background-color: #FFFF02;
    border-radius: 50%;
    z-index: -1; }
  @media screen and (max-width: 1050px) {
    .banner__img-wrap {
      margin-left: 30px; } }
  @media screen and (max-width: 600px) {
    .banner__img-wrap {
      max-width: 250px;
      margin-left: 0;
      margin-bottom: 30px;
      order: 1; } }

.package {
  padding-top: 120px;
  padding-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .package {
      padding-top: 50px;
      padding-bottom: 50px; } }

.package__title {
  text-align: center;
  margin-bottom: 60px; }

.package__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -moz-column-gap: 29px;
       column-gap: 29px;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 1050px) {
    .package__list {
      grid-auto-flow: inherit;
      grid-template-columns: repeat(4, 1fr);
      row-gap: 29px; } }
  @media screen and (max-width: 767px) {
    .package__list {
      grid-template-columns: 1fr 1fr; } }

.package__item {
  min-height: 209px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.package__icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFFF02;
  border-radius: 50%;
  margin-bottom: 25px; }

.package__text {
  font-size: 12px;
  line-height: 13px;
  text-align: center; }

.package__marker {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto; }

.package__arrows {
  position: relative; }

.package__svg {
  display: block; }

.package__marker-num {
  position: absolute;
  top: 8px;
  left: 48%;
  transform: translateX(-48%);
  font-weight: 500;
  font-size: 10px;
  line-height: 100%; }

.package__marker-text {
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.02em; }

.preparation {
  background-color: #F8F8F8;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .preparation {
      padding-top: 50px;
      padding-bottom: 50px; } }

.preparation__title {
  text-align: center;
  margin-bottom: 60px; }

.preparation__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 57px;
       column-gap: 57px;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 1050px) {
    .preparation__list {
      -moz-column-gap: 29px;
           column-gap: 29px; } }
  @media screen and (max-width: 767px) {
    .preparation__list {
      grid-template-columns: 1fr;
      row-gap: 35px;
      text-align: center; } }

.preparation__svg--truck {
    transform: translateY(-8px);
}

.preparation__icon-wrap {
  height: 50px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .preparation__icon-wrap {
      margin-bottom: 10px; } }

.preparation__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px; }

.cause {
  padding: 62px 0 24px;
  background: linear-gradient(to bottom, #c5c5c5 80%, transparent); }
  .cause .container {
    display: flex; }
  @media screen and (max-width: 767px) {
    .cause {
      padding-top: 50px; } }

.cause__img-wrap {
  min-width: 420px;
  height: 454px;
  margin-right: 98px; }
  @media screen and (max-width: 1023px) {
    .cause__img-wrap {
      min-width: 300px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .cause__img-wrap {
      display: none; } }

.cause__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.cause__text-wrap {
  max-width: 620px;
  margin-top: 50px; }
  @media screen and (max-width: 1023px) {
    .cause__text-wrap {
      margin-top: 0; } }

.cause__title {
  margin-bottom: 15px; }

.cause__notice {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 30px; }

.cause__text {
  color: #242424; }

.advantages {
  padding-top: 110px;
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .advantages {
      padding-top: 50px;
      padding-bottom: 60px; } }

.advantages__title {
  text-align: center;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .advantages__title {
      margin-bottom: 30px; } }

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 58px;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .advantages__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .advantages__list {
      grid-template-columns: 1fr;
      -moz-column-gap: 29px;
           column-gap: 29px;
      row-gap: 60px;
      text-align: center; } }

.advantages__head {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #C4C4C4;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .advantages__head {
      display: inline;
      margin-bottom: 0; } }

.advantages__small {
  font-size: 24px; }

.advantages__head--caption {
  font-size: 36px; }
  @media screen and (max-width: 767px) {
    .advantages__head--caption {
      display: block;
      margin-bottom: 10px; } }

.map-tab {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .map-tab {
      margin-bottom: 50px; } }

.map-tab__map {
  display: none; }
  .map-tab__map.active {
    display: block; }

.map-tab__text-wrap {
  text-align: center;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .map-tab__text-wrap {
      margin-bottom: 30px; } }

.map-tab__text {
  font-size: 16px;
  line-height: 15px;
  margin: 0;
  margin-top: 15px; }

.map-tab__nav-wrap {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 1023px) {
    .map-tab__nav-wrap {
      position: relative;
      overflow-x: scroll; } }

.map-tab__nav {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -moz-column-gap: 29px;
       column-gap: 29px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #D7D7D7; }
  @media screen and (max-width: 900px) {
    .map-tab__nav {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }

.map-tab__tab-name {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 15px;
  color: #313131;
  padding-bottom: 20px;
  cursor: pointer; }

.map-tab__label .map-tab__input:checked + .map-tab__tab-name {
  font-weight: bold;
  color: #313131;
  border-bottom: 3px solid #FFFF02;
  padding-bottom: 19px;
  margin-bottom: -2px; }

.map-tab__tabs {
  margin-bottom: 20px; }

.map-tab__map {
  position: relative;
  height: 407px; }

.map-tab__y-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.map-tab__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.map-tab__small {
  max-width: 600px;
  font-size: 14px;
  line-height: 13px; }

.map-tab__small-link {
  color: inherit;
  text-decoration: none; }

.footer__land {
  padding: 20px 0 22px;
  background-color: #181818; }

.footer__list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .footer__list {
      display: grid;
      grid-auto-flow: row;
      justify-content: center;
      row-gap: 10px;
      text-align: center; } }

.footer__text, .footer__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: #68717B; }

.footer__link {
  text-decoration: none; }

.footer__link--creator {
  margin-left: 5px; }
