﻿/** title-section **/

.title-section {
  height: 100vh;
  background-image: url("./images/sharmax_background.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-inline: var(--p-inline);
}

.title-section__logo {
  position: absolute;
  bottom: 25px;
  left: var(--p-inline);
}

.title-section__logo p {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 100;
  margin: 0;
  color: #fff;
  line-height: 140%;
  @media (max-width: 650px) {
    font-size: 20px;
  }
  @media (max-width: 500px) {
    font-size: 16px;
  }
}

.title-section__logo p:nth-child(2) {
  margin-bottom: 60px;
  @media (max-width: 1200px) {
    margin-bottom: 40px;
  }
  @media (max-width: 500px) {
    margin-bottom: 24px;
  }
}

.title-section__logo p > span {
  background-color: var(--orange);
}

.title-section__logo img {
  width: 80%;
  @media (max-width: 11000px) {
    width: 98%;
  }
}

/** Характеристики **/

.general-section {
  position: relative;
  padding: var(--p-inline);
}

.characteristics {
  background-color: var(--gray-bg);
}

.section-label {
  position: absolute;
  left: 0;
  top: 133px;
  font-size: 22px;
  width: 324px;
  height: 45px;
  text-align: right;
  background-color: var(--orange);
  padding: 10px 20px;
  color: #fff;
  @media (max-width: 1550px) {
    top: 86px;
    font-size: 14px;
    width: 202px;
    height: 36px;
  }
  @media (max-width: 1100px) {
    display: none;
  }
}

.characteristics .section-label {
  background-color: var(--yellow);
}

.characteristics__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  margin-top: 31px;
  @media (max-width: 750px) {
    display: flex;
    padding-left: 5%;
  }
}

h1 {
  font-size: 100px;
  font-weight: 300;
  text-transform: uppercase;
  @media (max-width: 1690px) {
    font-size: 90px;
  }
  @media (max-width: 1550px) {
    font-size: 70px;
  }
  @media (max-width: 1250px) {
    font-size: 60px;
  }
  @media (max-width: 1100px) {
    font-size: 55px;
  }
  @media (max-width: 750px) {
    font-size: 45px;
  }
  @media (max-width: 590px) {
    font-size: 45px;
  }
  @media (max-width: 470px) {
    font-size: 28px;
  }
}

h2 {
  font-size: 52px;
  font-weight: 300;
  text-transform: uppercase;
  @media (max-width: 1250px) {
    font-size: 32px;
  }
  @media (max-width: 1100px) {
    font-size: 32px;
  }
  @media (max-width: 750px) {
    font-size: 32px;
  }
  @media (max-width: 590px) {
    font-size: 28px;
  }
  @media (max-width: 470px) {
    font-size: 28px;
  }
}

.span_orange {
  color: var(--orange);
}

.characteristics__title {
  grid-area: 1 / 6 / 1 / 24;
  text-transform: uppercase;
  font-weight: 300;
  @media (min-width: 2000px) {
    grid-area: 1 / 7 / 1 / 24;
    font-size: 110px;
  }
  @media (max-width: 1550px) {
    grid-area: 1 / 7 / 1 / 24;
  }
  @media (max-width: 1250px) {
    grid-area: 1 / 6 / 1 / 24;
  }
  @media (max-width: 1100px) {
    grid-area: 1 / 4 / 1 / 25;
  }
  @media (max-width: 850px) {
    grid-area: 1 / 1 / 1 / 25;
  }
}

.characteristics__title div {
  position: relative;
  display: inline;
}

.characteristics__title div p {
  display: inline;
}

.characteristics__title div img {
  position: absolute;
  bottom: calc(100% - 85px);
  left: calc(100% - 35px);
  width: 218px;
  height: 218px;
  @media (max-width: 1550px) {
    bottom: calc(100% - 50px);
    left: calc(100% - 30px);
    width: 150px;
    height: 150px;
  }
  @media (max-width: 590px) {
    display: none;
  }
}

.characteristics__title_evraz {
  color: var(--orange);
  @media (max-width: 1100px) {
    display: none;
  }
}

.characteristics__info {
  display: grid;
  position: relative;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: 40px 200px 200px;
  grid-gap: 20px;

  @media (max-width: 900px) {
    grid-template-columns: repeat(24, 1fr);
  }

  @media (max-width: 590px) {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}

.characteristics__info_extreme-wear {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  grid-area: 1 / 8 / 3 / 16;
  @media (max-width: 1550px) {
    grid-area: 1 / 7 / 3 / 17;
  }
  @media (max-width: 900px) {
    grid-area: 1 / 2 / 3 / 17;
  }
}

.characteristics__info_extreme-wear h3 {
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 400;
  @media (max-width: 1950px) {
    font-size: 30px;
  }
  @media (max-width: 1470px) {
    font-size: 25px;
  }
  @media (max-width: 590px) {
    font-size: 35px;
  }
  @media (max-width: 470px) {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.characteristics__info_extreme-wear--list {
  font-size: 18px;
  @media (max-width: 650px) {
    font-size: 12px;
  }
}

.characteristics__info_extreme-wear--list li {
  position: relative;
  padding-left: 25px;
}

.characteristics__info_extreme-wear--list li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 8px;
}

.characteristics__info_item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 22px 32px;
  font-size: 18px;
  @media (max-width: 1770px) {
    font-size: 16px;
  }
  @media (max-width: 1550px) {
    font-size: 14px;
  }
  @media (max-width: 675px) {
    font-size: 12px;
  }
}

.characteristics__info_item_logo {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.characteristics__info_item--orange {
  background-color: var(--orange);
  color: #fff;
}

.characteristics__info_item img {
  width: 30px;
  height: 30px;
}

.characteristics__info_item__technology {
  grid-area: 3 / 17 / 3 / 22;
  @media (max-width: 1550px) {
    grid-area: 3 / 18 / 3 / 24;
  }
  @media (max-width: 900px) {
    grid-area: 3 / 17 / 3 / 25;
  }
}

.characteristics__info_item__forms {
  grid-area: 3 / 7 / 3 / 12;
  @media (max-width: 1550px) {
    grid-area: 3 / 6 / 3 / 12;
  }
  @media (max-width: 900px) {
    grid-area: 3 / 1 / 3 / 9;
  }
}

.characteristics__info_item__crap {
  grid-area: 3 / 12 / 3 / 17;
  @media (max-width: 1550px) {
    grid-area: 3 / 12 / 3 / 18;
  }
  @media (max-width: 900px) {
    grid-area: 3 / 9 / 3 / 17;
  }
}

.characteristics__info_item__split {
  grid-area: 2 / 17 / 2 / 22;
  padding-block: 15px;
  @media (max-width: 1550px) {
    grid-area: 2 / 18 / 2 / 24;
  }
  @media (max-width: 900px) {
    grid-area: 2 / 17 / 2 / 25;
  }
}

.characteristics__info_item__split p:nth-child(1) {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 400;
  @media (max-width: 1550px) {
    font-size: 60px;
  }
}

.characteristics__info_item__split p:nth-child(1) span {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
}

.characteristics_ball {
  position: absolute;
  width: 150px;
  left: 10%;
  top: 40%;
  transform: scaleX(-1) !important;
  @media (max-width: 1100px) {
    display: none;
  }
}

.params {
  background-color: var(--gray-bg);
  @media (max-width: 590px) {
    padding-top: 20px;
  }
}

.params__head {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 300;
}

.params__head_title {
  grid-area: 1 / 7 / 1 / 20;
  @media (max-width: 1100px) {
  }
  @media (max-width: 850px) {
    grid-area: 1 / 2 / 1 / 24;
  }
}

.params__head_title span {
  padding-left: 20%;
  color: var(--orange);
  position: relative;
  @media (max-width: 590px) {
    padding-left: 50%;
  }
}

.params__head_title .params__head_description {
  position: absolute;
  text-transform: initial;
  padding-left: 0;
  font-size: 18px;
  color: var(--gray);
  width: 100%;
  left: calc(100% + 55px);
  top: 25px;
  @media (max-width: 1550px) {
    font-size: 16px;
    left: calc(100% + 25px);
    top: 10px;
  }
  @media (max-width: 1100px) {
    font-size: 14px;
    left: calc(100% + 25px);
    top: 10px;
  }
  @media (max-width: 590px) {
    display: block;
    position: unset;
    margin-top: 10px;
    font-size: 12px;
    line-height: 130%;
  }
}

.params__models {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  background-color: var(--gray-bg);
  overflow: hidden;
  @media (max-width: 860px) {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  @media (max-width: 590px) {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.params__image {
  position: relative;
  width: 550px;
  @media (max-width: 1250px) {
    width: 350px;
  }
  @media (max-width: 860px) {
    width: 500px;
  }
  @media (max-width: 590px) {
    width: 300px;
  }
}

.params__image img {
  width: 100%;
  @media (max-width: 860px) {
    transform: rotate(-45deg);
  }
}

.params__image_desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  font-size: 18px;
  font-weight: 300;
  @media (max-width: 1100px) {
    font-size: 14px;
  }
  @media (max-width: 860px) {
    font-size: 14px;
  }
  @media (max-width: 590px) {
    font-size: 12px;
  }
}

.params__image_desc--right {
  left: calc(100% + 20px);
  width: 240px;
  text-align: left;
  @media (max-width: 860px) {
    width: 242px;
    text-align: right;
    top: -14%;
    right: 0;
    left: unset;
    transform: translateY(0) !important;
  }

  @media (max-width: 590px) {
    width: 242px;
    text-align: right;
    top: -14%;
    left: 15px;
    transform: translateY(0);
  }
}

.params__image_desc--left {
  right: calc(100% + 20px);
  width: 240px;
  text-align: right;
  @media (max-width: 860px) {
    text-align: left;
    width: 242px;
    top: calc(100% + 20px);
    left: 25px;
  }
  @media (max-width: 590px) {
    text-align: left;
    width: 242px;
    top: calc(100% + 20px);
    left: 25px;
  }
}

.params__hardness {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 60px;
}

.hardness__column {
  width: 30%;
}

.hardness__column_title {
  background-color: var(--yellow);
  color: #fff;
  padding: 10px 32px;
  margin-bottom: 11px;
  display: flex;
  justify-content: space-between;
}

.hardness__column_title img {
  transform: rotate(180deg);
  transition: all 0.6s ease;
  display: none;
}

.hardness__column_item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  height: 200px;
  padding: 0 32px;
}

.hardness__column_item--sharmax {
  border-top: 8px solid var(--orange);
}

.hardness__column_item_info {
  line-height: 140%;
}

.hardness__column_item_info p {
  font-weight: 600;
}

.hardness__column_item_info li {
  position: relative;
  font-weight: 300;
  padding-left: 20px;
}

.hardness__column_item_info li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--orange);
}

.hardness__column_item_image {
  display: flex;
  justify-content: center;
  width: 50%;
}

@media (max-width: 1250px) {
  .hardness__column_item {
    height: 125px;
    font-size: 14px;
  }

  .hardness__column_item_image img {
    scale: 0.7;
  }
}

@media (max-width: 1210px) {
  .hardness__column {
    width: 45%;
  }
}

@media (max-width: 850px) {
  .params__hardness {
    padding-inline: var(--p-inline);
  }
  .hardness__column {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .params__hardness {
    flex-direction: column;
    gap: 5px;
  }
  .hardness__column {
    width: 100%;
  }
  .hardness__items {
    max-height: 0;
    transition: all 0.6s ease;
    overflow: hidden;
  }
  .hardness__items.dropdowned {
    max-height: 1000px;
    transition: all 0.6s ease;
  }
  .hardness__column_title {
    margin-bottom: 0;
  }

  .hardness__column_title img {
    display: block;
  }

  .hardness__column_title.dropdowned img {
    transform: rotate(0);
    transition: all 0.6s ease;
  }

  .hardness__column_item {
    height: 125px;
    font-size: 12px;
  }

  .hardness__column_item_image img {
    scale: 0.6;
  }
}

@media (max-width: 370px) {
  .hardness__column_item {
    font-size: 12px;
    padding: 10px;
  }
}

.params_footer {
  margin-inline: var(--p-inline);
  width: calc(100% - var(--p-inline) * 2);
  height: 605px;
  background-image: url("images/params_footer.png");
  background-size: cover;
  background-position: center;
  @media (max-width: 1250px) {
    height: 382px;
  }
  @media (max-width: 750px) {
    height: 350px;
    margin-top: 20px;
  }
  @media (max-width: 590px) {
    height: 292px;
  }
}

/** Качество **/

.quality__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quality__wrapper h1 {
  text-align: right;
}

.quality__wrapper span {
  color: var(--orange);
}

.quality_info {
  width: 70%;
  display: flex;
  gap: 60px;
  height: 604px;
  margin-top: 50px;
  @media (max-width: 1250px) {
    height: 450px;
  }
  @media (max-width: 690px) {
    height: 292px;
  }
}

.quality_info_image {
  width: 50%;
  height: 100%;
  background-image: url("images/quality.png");
  background-size: cover;
  background-position: center;
}

.quality_info_text {
  width: 50%;
  padding-top: 40px;
  font-weight: 375;
  font-size: 18px;
}

.quality_info_text p {
  margin-bottom: 20px;
}

.quality_info_list li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.quality_info_list span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--red);
  min-width: 28px;
  width: 28px;
  height: 28px;
}

@media (max-width: 1250px) {
  .quality_info_text {
    font-size: 14px;
    padding-top: 0;
  }
  .quality_info_list span {
    min-width: 17.5px;
    width: 17.5px;
    height: 17.5px;
    font-size: 12px;
  }
  .quality_info_list li {
    gap: 15px;
  }
}

@media (max-width: 1100px) {
  .quality_info {
    width: 100%;
  }
}

@media (max-width: 690px) {
  .quality {
    padding-top: 36px;
  }
  .quality_info {
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 10px;
  }

  .quality_info_text {
    width: 100%;
  }

  .quality_info_image {
    height: 350px;
    width: 100%;
    order: 1;
  }
}

.challenges {
  background-color: var(--gray-bg);
}

.challenge_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.challenge_wrapper h1 span {
  padding-left: 10%;
}

.challenge_subtitle {
  font-size: 40px;
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 375;
}

.challenges {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
}

.challenges h1 {
  grid-area: 1 / 7 / 1 / 13;
  @media (max-width: 1100px) {
    grid-area: 1 / 5 / 1 / 13;
  }
  @media (max-width: 750px) {
    grid-area: 1 / 1 / 1 / 13;
  }
}

.challenges h1 .second-line {
  margin-left: 1.35ch;
}

.challenge_subtitle {
  grid-area: 2 / 8 / 2 / 25;
  font-size: 40px;
  margin-left: 1ch;
  @media (max-width: 1550px) {
    font-size: 30px;
  }
  @media (max-width: 1100px) {
    grid-area: 2 / 6 / 2 / 17;
  }
  @media (max-width: 750px) {
    grid-area: 2 / 2 / 2 / 20;
    font-size: 18px;
    margin-left: 0.8ch;
  }
}

.challenge_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-area: 3 / 9 / 3 / 18;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 375;
  @media (max-width: 1100px) {
    grid-area: 3 / 5 / 3 / 18;
    font-size: 16px;
    margin-top: 25px;
  }
  @media (max-width: 580px) {
    grid-area: 3 / 3 / 3 / 25;
    font-size: 16px;
    margin-top: 25px;
  }
}

.challenge_info p:nth-child(1) {
  position: relative;
}

.challenge_info p:nth-child(1)::before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  width: 21px;
  height: 21px;
  background-color: var(--orange);
  top: 0;
  @media (max-width: 1100px) {
    width: 18px;
    height: 18px;
  }
  @media (max-width: 580px) {
    width: 14px;
    height: 14px;
    font-size: 12px;
  }
}

.ball_schema {
  grid-area: 2 / 18 / 4 / 25;
  @media (max-width: 1100px) {
    width: 200px;
    grid-area: 2 / 18 / 4 / 25;
  }
  @media (max-width: 580px) {
    margin-top: 20px;
    width: 70%;
    grid-area: 4 / 9 / 4 / 22;
  }
}

.stages {
  grid-area: 5 / 7 / 5 / 23;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-weight: 375;
  @media (max-width: 1100px) {
    grid-area: 5 / 5 / 5 / 24;
    font-size: 16px;
    margin-top: 25px;
  }
  @media (max-width: 900px) {
    grid-area: 5 / 1 / 5 / 26;
    font-size: 14px;
    margin-top: 25px;
    gap: 10px;
  }
}

.stages > p {
  font-size: 52px;
  text-transform: uppercase;
  @media (max-width: 1550px) {
    font-size: 45px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 580px) {
    font-size: 24px;
    display: flex;
    flex-direction: column;
  }
}

.stages > p > span:nth-last-child(1) {
  @media (max-width: 580px) {
    margin-left: 3ch;
  }
}

.stages__container {
  width: 100%;
  display: flex;
  gap: 2px;
  @media (max-width: 580px) {
    flex-direction: column;
    font-size: 16px;
    margin-top: 25px;
  }
}

.stages__container_item {
  background-color: var(--orange);
  width: 25%;
  padding: 45px 25px;
  color: #fff;
  font-size: 18px;
  @media (max-width: 1550px) {
    font-size: 14px;
  }
  @media (max-width: 1100px) {
    padding: 25px;
  }
  @media (max-width: 580px) {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
  }
}

.stages__container_item:nth-last-child(1) {
  padding-top: 35px;
  @media (max-width: 1550px) {
    padding-top: 40px;
  }
  @media (max-width: 1100px) {
    padding: 25px;
  }
  @media (max-width: 580px) {
    padding-top: 10px;
  }
}

.stages__container_item:nth-last-child(1) > p {
  margin-top: 20px;
  @media (max-width: 1550px) {
    margin-top: 20px;
  }
}

.stages__container_item > p {
  margin-top: 25px;
  @media (max-width: 580px) {
    margin-top: 0;
  }
}

.stages__container_item > img {
  @media (max-width: 1550px) {
    width: 30px;
  }
}

.stages_aside {
  display: flex;
  align-items: flex-start;
  margin-top: 38px;
  gap: 10px;
  font-size: 18px;
  font-weight: 375;
  grid-area: 6 / 8 / 6 / 17;
  @media (max-width: 1250px) {
    grid-area: 6 / 6 / 6 / 17;
    font-size: 14px;
    margin-top: 20px;
  }
  @media (max-width: 750px) {
    grid-area: 6 / 3 / 6 / 22;
    font-size: 14px;
    margin-top: 20px;
  }
  @media (max-width: 580px) {
    grid-area: 6 / 1 / 6 / 26;
    font-size: 14px;
    margin-top: 20px;
  }
}

.stages_aside > img {
  @media (max-width: 1250px) {
    width: 14px;
  }
  @media (max-width: 580px) {
    width: 30px;
  }
}

.balls__testing {
  background-color: var(--gray-bg);
  display: grid;
  padding-inline: var(--p-inline);
  grid-template-columns: repeat(25, 1fr);
}

.balls__testing h2 {
  grid-area: 1 / 7 / 1 / 23;
  margin-top: 70px;
  @media (max-width: 1725px) {
    text-align: center;
  }
  @media (max-width: 1250px) {
    text-align: left;
  }
  @media (max-width: 1100px) {
    grid-area: 1 / 5 / 1 / 25;
  }
  @media (max-width: 880px) {
    grid-area: 1 / 1 / 1 / 25;
  }
  @media (max-width: 680px) {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
}

.balls__testing h2 span:nth-child(2) {
  @media (max-width: 680px) {
    margin-left: 2ch;
  }
}

.balls__testing h2 span:nth-child(3) {
  @media (max-width: 680px) {
    margin-left: 4ch;
  }
}

.balls__testing_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-rows: repeat(2, 360px);
  margin-top: 40px;
  grid-area: 2 / 7 / 2 / 23;
  font-weight: 375;
  @media (max-width: 1100px) {
    grid-area: 2 / 5 / 2 / 24;
    font-size: 16px;
    margin-top: 25px;
  }
  @media (max-width: 900px) {
    grid-area: 2 / 1 / 2 / 26;
    font-size: 14px;
    margin-top: 25px;
  }
  @media (max-width: 680px) {
    display: flex;
    flex-direction: column;
  }
}

.balls__testing_cards--filler {
  width: 100%;
  display: flex;
  justify-content: center;
}

.balls__testing_cards--filler > img {
  width: 201px;
  height: 132px;
  margin-top: 50px;
  @media (max-width: 680px) {
    display: none;
  }
}

.balls__testing_cards_item {
  position: relative;
  width: 100%;
}

.balls__testing_cards_item > img {
  height: 60%;
  max-width: 100%;
  width: 100%;
  @media (max-width: 1250px) {
    height: 40%;
  }
  @media (max-width: 680px) {
    width: 100%;
    height: 60%;
  }
}

.balls__testing_cards_item > div {
  background-color: #fff;
  height: 40%;
  padding: 25px;
  @media (max-width: 1250px) {
    height: 60%;
  }
  @media (max-width: 680px) {
    width: 100%;
    height: 40%;
  }
}

.balls__testing_cards--number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--orange);
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
}

.balls__testing_footer {
  grid-area: 3 / 1 / 3 / 26;
  background-image: url("images/testing_footer.png");
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  height: 500px;
  @media (max-width: 1250px) {
    height: 350px;
  }
  @media (max-width: 880px) {
    height: 300px;
  }
  @media (max-width: 680px) {
    height: 250px;
  }
}

.contacts {
  position: relative;
  padding-bottom: 100px;
  padding-inline: var(--p-inline);
  --pt: 80px;
  padding-block-end: 0;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
}

.contacts__form {
  padding-top: var(--pt);
  grid-area: 2 / 7 / -1 / 15;
  position: relative;
  @media (max-width: 1100px) {
    grid-area: 2 / 1 / -1 / 15;
    padding-bottom: 50px;
  }
  @media (max-width: 850px) {
    padding-bottom: 20px;
    grid-area: 2 / 1 / -1 / 26;
  }
}

.form__fieldset {
  border: none;
  margin: 0;
  padding: 0 1px;
}

.form__legend {
  color: #2d2f33;
  text-transform: uppercase;
  margin-block-end: 40px;
  font-size: clamp(28px, 2.3vw, 40px);
}

.form__text {
  color: #2d2f33;
  margin-block-end: 50px;
  line-height: 1.5;
  font-size: clamp(16px, 1.6vw, 25px) !important;
}

.form__group {
  margin-block-end: 10px;
}

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

.form__input,
.form__textarea {
  background-color: #fff;
  border: none;
  outline: none;
  width: 100%;
  padding-block: 18px;
  color: var(--gray);
  font-size: 22px;
  padding-inline: 23px;
  box-shadow: 0 6.4px 64px #0000000d;
  @media (max-width: 1550px) {
    font-size: 18px;
  }
  @media (max-width: 1100px) {
    font-size: 16px;
  }
}

.checkbox {
  margin-block: 15px 20px;
}
.checkbox__text a {
  color: #ed7817;
}

.checkbox__label {
  cursor: pointer;
  width: 100%;
  padding-inline-start: 36px;
  display: block;
  position: relative;
}

.checkbox__box {
  top: 50%;
  border: 1px solid #ed7817;
  width: 25px;
  height: 25px;
  position: absolute;
  inset-inline-start: 0;
  translate: 0 -50%;
}

.checkbox__text {
  font-size: clamp(14px, 1.4vw, 20px);
  display: block;
}

.checkbox__input:checked + .checkbox__box:before {
  display: block;
}

.checkbox__input:checked + .checkbox__box {
  background-color: #ed7817;
}

.checkbox__box:before {
  content: "";
  background-image: url("images/checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.form__button.form__item {
  background-color: var(--orange);
  color: #fff;
  font-size: 16px;
  padding: 8px 32px;
}

.contacts__pic {
  padding-top: 50px;
  grid-area: 1 / 19 / 1 / 26;
  @media (max-width: 1100px) {
    grid-area: 1 / 16 / 1 / 25;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  @media (max-width: 850px) {
    margin-top: 0;
    padding: 0;
    grid-area: 2 / 1 / 2 / 26;
  }
}

.contacts__pic > div {
  height: 100%;
}

.contacts__pic img {
  max-width: 100%;
  height: 100%;
  @media (max-width: 850px) {
    width: 100%;
  }
}

.contacts__logo {
  display: flex;
  align-items: flex-end;
  grid-area: 1 / 14 / 1 / 25;
  @media (max-width: 1100px) {
    grid-area: 1 / 8 / 1 / 25;
    padding-bottom: 45px;
    padding-left: 20px;
  }
  @media (max-width: 850px) {
    padding: 0;
    grid-area: 2 / 1 / 2 / 26;
  }
}

.contacts__logo img {
  width: 100%;
  margin-bottom: 5px;
  margin-left: 15px;
  @media (max-width: 850px) {
    margin-left: 0;
  }
}

.footer {
  --columns: 6;
  grid-template-columns: repeat(var(--columns), 1fr);
  border-top: 1px solid #dedede;
  padding-block: 26px;
  display: grid;
  padding-inline: var(--p-inline);
  @media (max-width: 1250px) {
    --columns: 3;
  }
}

.footer address,
.footer p,
.footer a {
  color: #969696;
  font-size: 1rem;
  font-style: normal;
}

.footer__social {
  grid-area: 1 / 4 / 2 / 5;
  @media (max-width: 1250px) {
    grid-area: 1 / 2 / 2 / 2;
    display: flex;
    justify-content: center;
  }
}

.social__list {
  align-items: center;
  gap: 28px;
  display: flex;
}

.social__item {
  display: flex;
}

.social__link {
  width: 36px;
  height: 36px;
}

.footer__contacts {
  text-align: end;
  flex-direction: column;
  grid-area: 1 / -2 / 2 / -1;
  gap: 3px;
  display: flex;
}

.footer__contacts p,
.footer__contacts a {
  color: #2d2f33;
  margin: 0;
  line-height: 1;
}

@media (max-width: 698.98px) {
  .footer {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }
  .footer address,
  .footer p,
  .footer a {
    font-size: 14px;
  }
  .footer__copyright {
    text-align: start;
    text-wrap: balance;
    order: 1;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
  }
  .footer__social {
    justify-content: end;
    width: 40%;
    display: flex;
  }
  .footer__contacts {
    text-align: start;
    order: -1;
    gap: 12px;
    width: 60%;
  }
  .social__link {
    width: 22px;
    height: 22px;
  }
  .social__list {
    justify-content: flex-start;
    gap: 10px;
  }
}

.future {
  background-color: var(--gray-bg);
  padding-inline: var(--p-inline);
  display: grid;
  grid-template-columns: repeat(25, 1fr);
}

.future h1 {
  grid-area: 1 / 6 / 1 / 25;
  display: flex;
  flex-direction: column;
  @media (max-width: 1100px) {
    grid-area: 1 / 3 / 1 / 25;
  }
  @media (max-width: 680px) {
    grid-area: 1 / 1 / 1 / 25;
    font-size: 25px;
  }
}

.future h1 > span:nth-last-child(1) {
  margin-left: 2ch;
}

.future__subheader {
  font-size: 40px;
  text-transform: uppercase;
  grid-area: 2 / 8 / 2 / 25;
  font-weight: 375;
  @media (max-width: 1550px) {
    font-size: 30px;
  }
  @media (max-width: 1100px) {
    grid-area: 2 / 5 / 2 / 25;
  }
  @media (max-width: 680px) {
    grid-area: 2 / 2 / 2 / 25;
    font-size: 16px;
  }
}

.future__info {
  grid-area: 3 / 6 / 3 / 20;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(18, 50px);
  @media (max-width: 1250px) {
    grid-area: 3 / 3 / 3 / 24;
  }
  @media (max-width: 750px) {
    grid-area: 3 / 1 / 3 / 26;
  }
  @media (max-width: 650px) {
    grid-template-columns: 1fr 10fr;
    grid-template-rows: repeat(12, 50px);
    grid-column-gap: 20px;
  }
}

.future__info_text {
  font-size: 18px;
  font-weight: 375;
  @media (max-width: 1550px) {
    font-size: 16px;
  }
  @media (max-width: 1250px) {
    font-size: 14px;
  }
  @media (max-width: 650px) {
    font-size: 12px;
  }
}

.future__info_img {
  width: 100%;
  @media (max-width: 650px) {
    height: 120px;
    object-fit: cover;
    object-position: center;
  }
}

.future_pin {
  position: relative;
  width: 50px;
  height: 50px;
}

.future_pin.future_pin--1::before {
  height: 128px;
  @media (max-width: 650px) {
    display: none;
  }
}

.future_pin::before {
  content: "";
  width: 1px;
  background-color: #d2d2d2;
  height: 158px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.future_pin::after {
  content: "";
  position: absolute;
  width: 5px;
  background-color: #d2d2d2;
  height: 5px;
  border-radius: 50%;
  bottom: calc(100% + 158px);
  left: 50%;
  transform: translateX(-50%);
}

.future_pin.future_pin--1::after {
  bottom: calc(100% + 128px);
  @media (max-width: 650px) {
    display: none;
  }
}

.future_pin img {
  width: 100%;
  height: 100%;
}

.future_pin img:nth-child(2) {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.future__info_text--1 {
  grid-area: 1 / 4 / 1 / 15;
  @media (max-width: 650px) {
    grid-area: 1 / 2 / 1 / 2;
    align-content: center;
  }
}

.future__info_text--2 {
  grid-area: 5 / 13 / 5 / 22;
  @media (max-width: 650px) {
    display: none;
  }
}

.future__info_text--3 {
  grid-area: 14 / 2 / 14 / 10;
  @media (max-width: 650px) {
    grid-area: 9 / 2 / 9 / 2;
  }
}

.future__info_text--4 {
  grid-area: 13 / 18 / 13 / 25;
  @media (min-width: 2100px) {
    margin-top: 25px;
  }
  @media (max-width: 650px) {
    grid-area: 5 / 2 / 5 / 2;
  }
}

.future__info_img--1 {
  grid-area: 3 / 1 / 10 / 10;
  @media (max-width: 650px) {
    grid-area: 2 / 2 / 2 / 2;
  }
}

.future__info_img--2 {
  grid-area: 9 / 18 / 10 / 24;
  @media (max-width: 650px) {
    margin-top: 10px;
    grid-area: 6 / 2 / 6 / 2;
  }
}

.future__info_img--3 {
  grid-area: 13 / 10 / 13 / 16;
  z-index: 10;
  @media (max-width: 650px) {
    grid-area: 10 / 2 / 10 / 2;
  }
}

.future_pin--1 {
  grid-area: 6 / 11 / 6 / 12;
  @media (max-width: 650px) {
    grid-area: 1 / 1 / 1 / 1;
  }
}

.future_pin--2 {
  grid-area: 16 / 1 / 16 / 2;
  @media (max-width: 650px) {
    grid-area: 5 / 1 / 5 / 1;
  }
}

.future_pin--3 {
  grid-area: 16 / 17 / 16 / 17;
  @media (max-width: 650px) {
    grid-area: 9 / 1 / 9 / 1;
  }
}

.horizontal_line {
  display: flex;
  align-items: center;
  @media (max-width: 650px) {
    display: none;
  }
}

.horizontal_line span {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.horizontal_line--1 {
  grid-area: 6 / 10 / 6 / 25;
}

.horizontal_line--2 {
  grid-area: 16 / 25 / 16 / 2;
}

.vertical_line {
  border-left: 1px solid #d2d2d2;
  grid-area: 6 / 25 / 17 / 25;
  margin-top: 24px;
  height: calc(100% - 50px);
  @media (max-width: 650px) {
    display: none;
  }
}
