.header {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.header-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  padding: 24px 16px;
  max-width: 1376px;
  margin: 0 auto;
}
.header-content::before {
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px);
  left: 16px;
  display: block;
  content: "";
  height: 1px;
  background: #fff;
}
.header__logo {
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
  font-family: "Golos Text", sans-serif;
}
.header .burger {
  width: 2rem;
  display: flex;
  flex-shrink: 0;
  z-index: 8;
  position: absolute;
  left: calc(50% - 16px);
}
.header-menu {
  top: 82px;
  position: absolute;
  width: calc(100% - 32px);
  left: 16px;
  background: #fff;
  border-radius: 0.25rem;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.header-menu__link {
  padding: 16px 64px 14px 64px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #000;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-menu__link:hover {
  color: #fff;
  background: #e64d3d;
  opacity: 1;
}
.header-menu__link-icon {
  position: relative;
  top: -3px;
}
.header-menu__link--active {
  color: #fff;
  background: #e64d3d;
  font-weight: 700;
}
.header-menu--open {
  pointer-events: all;
  opacity: 1;
}
.header-menu-bg {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.header-menu-bg--open {
  pointer-events: all;
  opacity: 1;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-actions {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.hero {
  position: relative;
}
.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__title {
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
}
.hero .section-content {
  min-height: 24.44rem;
  flex-direction: row;
  align-items: center;
}
.hero .social {
  position: absolute;
  left: 16px;
  bottom: 32px;
}

.offer {
  margin-top: 120px;
}
.offer__subtitle {
  max-width: 1002px;
}
.offer__title {
  margin-top: 40px;
  max-width: 1002px;
}
.offer-end {
  margin-top: 35px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.offer-end__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.offer .link {
  width: 432px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.offer__decoration {
  position: absolute;
  top: -103px;
  right: -521px;
  z-index: -1;
}

.footer {
  margin-top: 134px;
  background: #e64d3d;
}
.footer-content {
  padding: 14px 16px;
  max-width: 1376px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__logo {
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
}
.footer-copyright {
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
}
.footer-politic {
  font-weight: 400;
  font-size: 0.88rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: right;
  color: #fff;
}

.social {
  margin-top: 58px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-links {
  display: flex;
  gap: 1rem;
}
.social__link {
  display: flex;
}
.social__link svg {
  transition: all 0.5s ease-in-out;
}
.social__link:hover {
  opacity: 1;
}
.social__link:hover svg path {
  fill: #e64d3d;
}

.partners {
  margin-top: 88px;
}
.partners .section-content {
  display: flex;
  flex-direction: row;
  gap: 62px;
  align-items: center;
}
.partners__img {
  flex-shrink: 1;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1390px) {
  .partners .section-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}

.slider {
  margin: 56px 0 64px 0;
}
.slider-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.slider-head-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slider-head-actions__arrow {
  display: flex;
  transition: all 0.5s ease-in-out;
}
.slider-head-actions__arrow:hover {
  opacity: 0.5;
}
.slider-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.slider .slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  background: #edf1f2;
}
.slider .slide-head {
  position: relative;
  width: 100%;
}
.slider .slide-head__photo {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
}
.slider .slide-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  min-height: 20rem;
}
.slider .slide .link {
  margin-top: auto;
}
.slider .slide__title {
  font-weight: 700;
  font-size: 2rem;
  color: #2d3e52;
  margin-bottom: 8px;
}

.steps {
  background: #edf1f2;
}
.steps .section-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.steps-element {
  display: flex;
  flex-direction: column;
  background: #edf1f2;
  padding: 24px 48px;
  height: 100%;
  min-height: 32.5rem;
  border-right: 1px solid #2d3e52;
}
.steps-element:last-child {
  border-right: 1px solid #edf1f2;
}
.steps-element__number {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 156%;
  color: #e64d3d;
}
.steps-element svg {
  margin-top: auto;
}
.steps-element__title {
  margin-top: 37px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #2d3e52;
}
.steps-element__text {
  margin-top: 32px;
  font-size: 0.88rem;
  color: #6e758c;
}
.steps-element__link {
  margin-top: 62px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e64d3d;
}
.steps--2 .steps-element {
  min-height: 14.81rem;
  padding-bottom: 40px;
}
.steps--2 .steps-element__title {
  margin-top: 33px;
  font-size: 1.75rem;
}

.news {
  margin-top: 48px;
}
.news__title {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
}
.news-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.news-element {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 32.56rem;
  background: #edf1f2;
}
.news-element__photo {
  width: 100%;
  position: relative;
}
.news-element__photo-content {
  width: 100%;
}
.news-element-content {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-element__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
.news-element__date {
  margin-top: 8px;
  font-weight: 400;
  font-size: 0.94rem;
  color: rgba(0, 0, 0, 0.5);
}
.news-element__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.news-element__link {
  margin-top: auto;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e64d3d;
}

.scheme {
  margin-top: 56px;
}
.scheme__title {
  width: 100%;
}
.scheme-fill {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.scheme-map {
  width: 100%;
  border-top: 7px solid #e64d3d;
  border-bottom: 7px solid #e64d3d;
}
.scheme-actions {
  display: flex;
  position: absolute;
  bottom: 47px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.scheme-nav {
  width: 216px;
  height: 136px;
  position: relative;
}
.scheme-nav__button {
  position: absolute;
  width: 56px;
  height: 56px;
}
.scheme-nav__button--top {
  top: 0;
  left: calc(50% - 28px);
}
.scheme-nav__button--right {
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
}
.scheme-nav__button--bottom {
  bottom: 0;
  left: calc(50% - 28px);
  transform: rotate(180deg);
}
.scheme-nav__button--left {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}
.scheme-size {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.scheme-size__button {
  display: flex;
  width: 56px;
  height: 56px;
}

.search {
  margin-top: 48px;
}
.search-form {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  width: 100%;
}
.search-form-label {
  display: flex;
  gap: 16px;
  padding: 12px 24px;
  background: #fff;
  border: 2px solid #e64d3d;
  width: 100%;
  cursor: text;
}
.search-form__input {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  font-family: "Muller", sans-serif;
}
.search-form__button {
  background: #e64d3d;
  justify-content: center;
  width: 318px;
  display: flex;
  flex-shrink: 0;
  padding: 16px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  font-family: "Muller", sans-serif;
}
.search-list {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.search-element {
  background: #e64d3d;
}
.search-element__img {
  background: #fff;
}
.search-element__text {
  width: 100%;
  padding: 18px 24px;
  font-size: 20px;
  color: #fff;
}/*# sourceMappingURL=components.css.map */