html {
  box-sizing: border-box;
  background: var(--back-color);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

img {
  max-width: 100%;
}

body {
  margin: 0;
}

:root body {
  min-width: 320px;
  font-family: 'Cinzel', serif;
  /* Шрифт заменен на Cinzel */
}

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

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.flex {
  display: flex;
}

:root {
  --font-family: 'Cinzel', serif;
  /* Шрифт заменен на Cinzel */

}

.container {
  max-width: 1870px;
  margin: 0 auto;
  padding: 0 50px;
}

.header__box {
  display: flex;
  justify-content: space-between;
}


.header__box img {
  margin-right: auto;
}

.nav {
  display: flex;
  margin-right: 85px;
}

.nav__list {
  display: flex;
  gap: 85px;
  align-items: center;
  padding: 25px 0;
}

.header {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.nav__link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-wrap: nowrap;
  transition: border-bottom 0.3s ease-in-out, outline 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* .nav__link:focus {
  outline: 2px #FF9900 solid;
  outline-offset: 7px;
} */

.nav__link:hover {
  border-bottom: 2px #8f8f8f solid;
}

.nav__link:active {
  border-bottom: 2px #8f8f8f solid;
  color: #8f8f8f;
}

.price__box {
  background-position: center;
  background-position-x: -80px;
  padding-top: 700px;
  padding-left: 50px;
  padding-bottom: 45px;
  background-image: url(../img/brilliant_main.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.link_box {
  display: flex;
  justify-content: center;
}

.form_box {

  margin-right: auto;
  margin-bottom: 25px;
  max-width: 350px;
  background-color: #555555;  
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.form_title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}

.search_form {
  display: flex;
  flex-direction: column;
}

.search_input {
  padding: 10px;
  font-size: 14px;
  min-width: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #000;
}

.search_button {
  padding: 10px;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search_button:hover {
  background-color: #000;
}



.h3 {
  margin: auto;
}



.main-title {
  line-height: 85px;
  margin: 0;
  margin-bottom: 26px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 70px;
  color: #fff;
}

.price__link {
  border: 1px #fff solid;
  border-radius: 16px;
  padding: 15px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.price__link:hover {
  background-color: #fff;
  color: #000;
}

.price__link:active {
  background-color: #8f8f8f;
}

.about__box {
  max-width: 1235px;
}

.about__container {
  max-width: 1870px;
  margin: 0 auto;
  padding: 0 50px;
}

.about__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  color: #000;
  margin-bottom: 23px;
}

.about__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #000;
  margin: 0;
  margin-bottom: 50px;
}

.about__cardsside {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc((100% - 24px) / 2);
  gap: 31px;
}

.about__card {
  border-radius: 15px;
  flex-grow: 1;
}

.about__cardscontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 102px;
}

.about__bild {
  background-image: url(../img/Rectangle\ 2.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}

.about__cards {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 32px;

}

.about__cardstexts {
  justify-content: flex-start;
  max-width: 433px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  color: #fff;
  margin: 0;
}

.about__cardsbutton {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 18px 38px;
  border: 3px solid #f90;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.about__cardsbutton:focus {
  background-color: #FF9900;
}

.about__cardsbutton:hover {
  background-color: #FF9900;
}

.about__cardsbutton:active {
  background-color: #E1670E;
  border: 3px solid #E1670E;
}

.about__cardstitle {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 8px;
}

.about__cardstext {
  margin: 0;
  max-width: 450px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #000;
}

.about__card--small {
  border: 1px #CACACA solid;
  padding: 65px 60px;
  padding-left: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left 62px top 64px;
}

.about__card--square {
  background-image: url(../img/Frame\ 16.svg);
}

.about__card--big {
  display: flex;
  align-items: flex-end;
}

.about__card--circle {
  background-image: url(../img/Frame\ 12.svg);
}

.second-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 34px;
}

.price {
  background: #000;
}

.stap {
  background: #000;
}

.stap__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  color: #fff;
  margin-bottom: 8px;
}

.stap__h3 {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 26px;
  line-height: 133%;
  color: #fff;
  padding-top: 40px;
}

.stap__textbox {
  padding: 0 10px;
  max-width: 758px;
  margin-bottom: 17px;
}



.stap__outflex {
  display: flex;
  flex-direction: column;
}

.stap__our {
  display: flex;
  justify-content: space-between;
  background: #000;
}

/* .stap__boximg {
  display: flex;
} */

.stap__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 200%;
  color: #fff;
}

.stap__button-box {
  margin-bottom: 102px;
  display: flex;
  gap: 26px;
}

.stap__button {
  padding: 21px 38px;
  cursor: pointer;
  background: #f90;
  border-radius: 16px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.stap__linkbtn {
  border: 1px #000 solid;
  border-radius: 16px;
  padding: 19px 38px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  background-color: #fff;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.stap__linkbtn:focus {
  color: #fff;
  background-color: #666;
}

.stap__linkbtn:hover {
  color: #fff;
  background-color: #666;
}

.stap__linkbtn:active {
  color: #fff;
  background-color: #000;
}

.copy {
  background-color: #000;
}

.copy__box {
  display: flex;
  gap: 150px;
  margin-bottom: 50px;
  justify-content: center;
}

.copy__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 26px;
  line-height: 133%;
  color: #fff;
  padding-top: 40px;
  max-width: 150px;
}

/* .question__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 98px;
} */

.question__secondtitle {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
}

.question__title {
  margin: 0;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 8px;
}

/* .question__item {
  width: calc((100% - 100px) / 3);
  border: 1px #CACACA solid;
  border-radius: 32px;
  padding: 63px 65px 65px 60px;
} */

.question__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: space-between;
}

.question__item {
  flex: 1 1 calc(33.333% - 20px); /* Три карточки в ряду */
  max-height: 400px; /* Ограничение высоты карточки */
  padding: 30px 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0; /* Легкая рамка для минималистичного эффекта */
  border-radius: 8px; /* Небольшой радиус скругления */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  overflow: hidden; /* Скрываем лишний контент, если он выйдет за пределы */
}

/* Стили для изображений в карточках */
.question__item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Ограничение высоты карточек с изображениями */
.question__item img {
  max-height: 150px;
  object-fit: contain; /* Изображение сохраняет пропорции и вписывается */
}

/* Стили для заголовков и текста */
.question__title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333; /* Тёмный минималистичный цвет текста */
}

.question__link {
  text-decoration: none;
  color: #007bff;
  font-size: 24px;
  margin-top: auto; /* Отправляем ссылку вниз карточки */
}

/* Адаптивность карточек */
@media (max-width: 996px) {
.question__item {
  flex: 1 1 100%; /* Одна карточка на всю ширину */
  max-height: 400px;
  padding: 20px;
}
}

@media (max-width: 700px) {
.question__item {
  flex: 1 1 100%; /* Одна карточка на всю ширину */
  padding: 15px;
}
}

@media (max-width: 576px) {
.question__item {
  flex: 1 1 100%; /* Одна карточка на всю ширину */
  padding: 10px;
}
}

.question__link {
  text-decoration: none;
  color: #007bff;
  font-size: 18px;
}

.question__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #000;
  margin: 0;
}

.sertificat__box {
  padding-bottom: 100px;
}

.footer {
  background-color: #000;
  padding: 35px 60px;
}

.footer__link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  color: #cacaca;
  transition: color 0.3s ease-in-out, outline 0.3s ease-in-out;
}

.footer__link:hover {
  color: #8f8f8f;
}

.footer__link:active {
  color: #8f8f8f;
}

.footer__logo {
  margin-bottom: 17px;
  width: 223px;
}

.footer__list {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-bottom: 30px;
}

.sertificat__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  color: #000;
  line-height: 150%;
  max-width: 1075px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 45px;
}

.first__icon {
  margin-right: 25px;
}

.text {
  padding-top: 88px;
  margin: 0;
  max-width: 363px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #cacaca;
}

/* .footer__box {
  display: flex;
  justify-content: space-between;
} */

.form__input {
  background-color: #414141;
  border-radius: 16px;
  border: 0;
  padding: 21px 24px;
  max-width: 570px;
  color: #CACACA;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  margin-right: 25px;
}

.form {
  display: flex;
  justify-content: center;
}

.footer__second-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  color: #CACACA;
  align-items: center;
  margin-bottom: 26px;
}

.input:focus {
  background-color: #666;
}

.input:hover {
  background-color: #666;

}

.input:active {
  background-color: #666;
}


.form__item:not(:last-child) {
  margin-bottom: 25px;
}

.form__input--textarea {
  height: 150px;
  margin-bottom: 27px;
}

.form__custom-checkbox {
  position: absolute;
  appearance: none;
}

.form__button-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.form__custom-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #CACACA;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
}

.form__custom-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 1px #CACACA solid;
  transform: translateY(-50%);
}

.form__custom-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 1px #CACACA solid;
  transform: translateY(-50%);
  background-image: url(../img/Rectangle\ 44.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.form__custom-checkbox:checked+.form__custom-text::after {
  opacity: 1;
}

.form__custom-checkbox:focus~.form__custom-text::before {
  border: 1px #FF9900 solid;
}

.footer__iconlist {
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.footer__textarea {
  display: flex;
}

.footer__inbox {
  display: flex;
  justify-content: space-between;
}

.footer__container {
  max-width: 1870px;
  margin: 0 auto;
}

.footer__link-blok {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding-right: 117px;
}


.footer__button {
  padding: 16px 52px;
  margin-right: 18px;
}

.footer__svg {
  fill: #666;
  transition: fill 0.3s ease-in-out, outline 0.3s ease-in-out;
}

.form__custom {
  width: calc((100% - 22px) / 2);
}

/* .footer__iconlink:focus {
  outline: 2px solid #FF9900;
  outline-offset: 5px;
} */

.footer__svg:hover {
  fill: #fff;
}

.footer__svg:active {
  fill: #fff;
}


.footer__former {
  display: flex;
}


.stap__img {
  height: 100%;
  width: 550px;
  object-fit: cover;
  border-radius: 30px;
  padding-top: 11px;
}

.presentation {
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

/* Элемент title внутри блока presentation */
.presentation__title {
  margin-top: 0;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

/* Элемент subtitle внутри блока presentation */
.presentation__subtitle {
  margin-top: 0;
  font-size: 44px;
  color: #444;
  margin-bottom: 15px;
}



/* Элемент section внутри блока presentation */
.presentation__section {
  margin-bottom: 30px;
}

/* Контейнер для изображения и текста */
.presentation__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.presentation__list-item {
  font-size: 26px;
  color: #444;
  margin-bottom: 8px;
}

/* Элемент text внутри блока presentation */
.presentation__text {
  margin-top: 0;
  font-size: 26px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Элемент list внутри блока presentation */
.presentation__list {
  list-style-type: none;
  padding: 0;
}



/* Элемент image внутри блока presentation */
.presentation__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Элемент highlight внутри блока presentation */
.presentation__highlight {
  color: #444;
  font-weight: bold;
}

/* Медиа-запрос для экранов шире 996px */
@media (min-width: 996px) {
  .presentation__content {
      flex-direction: row;
      align-items: flex-start;
  }

  .presentation__image {
      width: 50%;
      margin-right: 20px;
  }
  .pres__textbox {
      max-width: 50%;
  }
  .img22 {
      height: 510px;
      object-fit: cover;
  }
  .img55 {
    height: 510px;
    width: 1150px;
    object-fit: cover;

  }
}


@media (max-width: 1700px) {
  .about__card--big {
    height: 640px;
  }

  .footer__link-blok {
    padding: 0;
  }

  .nav {
    margin: 0;
  }

  .header__box {
    justify-content: space-between;
  }

  .header__box img {
    margin: 0;
  }
}

@media (max-width: 1400px) {
  .footer__textarea {
    display: none;
  }

  .footer__button {
    padding: 16px 37px;
  }


  .header__box {
    justify-content: space-between;
  }

  .header__box img {
    margin-right: 29px;
  }

  .header__box img {
    width: 150px;
  }

  .nav__list {
    gap: 60px;
    padding-right: 28px;
  }

  .price__box {
    padding-top: 550px;
    padding-bottom: 22px;
    border-radius: 32px;
  }

  .main-title {
    line-height: 76px;
    margin-bottom: 14px;
    font-size: 60px;
  }

  .price__text {
    font-size: 20px;
    margin-bottom: 61px;
  }

  .about__container {
    padding: 0 25px;
  }

  .about__title {
    margin-bottom: 21px;
  }

  .about__box {
    max-width: 911px;
  }

  .about__text {
    margin-bottom: 59px;
  }

  .question__item {
    width: inherit;
  }

  .about__cardscontainer {
    gap: 32px;
    margin-bottom: 35px;
    max-width: 925px;
  }

  .about__cardsside {
    width: 100%;
  }
  
  .about__card {
    border-radius: 32px;
  }

  .about__card--small {
    width: 100%;
    padding-left: 315px;
    background-position: left 76px top 64px;
  }

  .stap__textbox {
    margin-bottom: 24px;
  }

  .stap__button-box {
    gap: 31px;
    margin-bottom: 83px;
  }

  .stap__img {
    max-height: 700px;
    height: 100%;
    width: 527px;
    object-fit: cover;
    border-radius: 30px;
    padding-top: 11px;
  }

  .stap__outflex {
    width: 587px;
  }

  .stap__text {
    max-width: 450px;
  }

  .question__list {
    margin-bottom: 78px;
  }

  .footer {
    padding: 53px 50px;
  }

  .form__input {
    width: 541px;
  }

  .footer__logo {
    width: 222px;
    margin-bottom: 17px;
  }

  .question__item {
    padding: 63px 40px 65px 58px;
    max-width: 1040px;
  }
}

@media (max-width: 996px) {
  .nav__list {
    gap: 25px;
  }

  .about__card--big {
    max-width: 925px;
  }

  .about__card--small {
    max-width: 925px;
  }

  .header__box img {
    width: 110px;
  }

  .footer__list {
    gap: 60px;
    text-wrap: nowrap;
  }

  .footer__inbox {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer__link--blok {
    display: flex;
    flex-direction: column;
  }

  .footer__former {
    display: inherit;
    margin-bottom: 50px;
  }

  .stap__our {
    display: flex;
    flex-direction: column-reverse;
  }

  .nav__list {
    gap: 38px;
  }

  .nav__list {
    padding: 25px 0;
    padding-right: 24px;
  }

  .nav__link {
    font-size: 17px;
    white-space: nowrap;
  }
  .price__box {
    background-position: center;
  }

  .main-title {
    font-size: 50px;
    line-height: 64px;
  }

  .price__text {
    font-size: 18px;
    margin-bottom: 63px;
  }

  .about__container {
    padding: 0 50px;
  }

  .about__text {
    margin-bottom: 55px;
  }

  .about__cards {
    padding: 34px 40px;
  }

  .about__cardstexts {
    line-height: 196%;
  }

  .about__cardsbutton {
    padding: 18px 35px;
  }

  .about__card--big {
    height: 649px;
    width: initial;
  }

  .about__card--small {
    width: initial;
    border-radius: 25px;
    padding: 35px 43px
  }

  .about__card--square {
    background-image: url(../img/square_768.svg);
    background-position: left 39px top 67px;
    padding-left: 170px;
  }

  .about__card--circle {
    background-image: url(../img/circle_768.svg);
    padding-left: 170px;
    background-position: left 39px top 67px;
  }

  .about__cardstitle {
    margin-bottom: 9px;
  }

  .about__cardscontainer {
    margin-bottom: 81px;
  }

  .second-title {
    margin-bottom: 32px;
  }

  .stap__img {
    max-height: 285px;
    width: 100%;
  }

  .stap__outflex {
    width: 100%;
  }

  .stap__textbox {
    max-width: 100%;
  }

  .stap__text {
    max-width: 100%;
  }

  .question__item {
    padding: 33px 56px 35px 39px
  }

  .footer__logo {
    width: 223px;
    margin-bottom: 2px;
  }

  .footer__box {
    flex-direction: column-reverse;
  }
  .copy__box {
    flex-direction: column;
    gap: 20px;
  }
  .copy__img {
    max-width: 500px;
  }
  .copy__title {
    max-width: 100%;
    font-size: 36px;
  }
  .header__box {
    flex-wrap: wrap;

  }
}

.sert {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.sert__img {
  max-width: calc((100% / 2) - 20px);
}

@media (max-width: 700px) {
  .container {
    padding: 0 30px;
  }

  .about__container {
    padding: 0 30px;
  }

  .footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Два элемента в ряду */
    gap: 10px; /* Расстояние между элементами */
  }
  .footer__item {
    text-align: center;
  }

  .header__box img {
    order: 1;
  }

  .nav {
    order: 3;
    margin: 0 auto;
  }

  .header__search {
    order: 2;
  }
  .nav {
    overflow-x: auto;
  }

  .header__box {
    background-position: left;
    padding: 17px 0;
  }
  
  .sert__img {
    max-width: 100%;
  }
}


@media (max-width: 576px) {


  .sertificat__text {
    font-size: 18px;
  }
  .copy__img {
    margin: 0 auto;
    max-width: 250px;
  }
  .price__textarea {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

.footer__list {
  display: flex;
  flex-direction: column;
}

  .form__button-box {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #666;
    padding-bottom: 25px;
    align-items: center;
  }

  .container {
    padding: 0 15px;
  }

  .nav {
    overflow-x: auto;
  }

  .header__box {
    background-position: left;
    padding: 17px 0;
  }

  .nav__list {
    padding: 21px 0;
    gap: 22px;
  }

  .form_box {
    padding: 15px;


  }

  .search_input {
    min-width: 200px;
  }

  .price__box {
    background-size: 480px;
    background-position-x: 25px;
    background-position-y: 13px;
    border-radius: 15px;
    /* padding: 61px 28px; */
    padding: 0 28px;
    padding-bottom: 10px;
    padding-top: 250px;
  }

  .form__input {
    margin-right: 10px;
  }

  .main-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    text-align: center;
  }

  .price__text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 36px;
  }

  .button {
    padding: 14px 29px;
    font-size: 12px;
    border-radius: 9px;
  }

  .about__container {
    padding: 0 15px;
  }

  .about__title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .about__text {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .about__cards {
    background-color: initial;
    display: initial;
    padding: 0;
  }

  .about__bild {
    background-size: 300px 200px;
    border-radius: 15px;
  }

  .about__card--big {
    display: initial;
    padding-top: 207px;
    height: initial;
  }

  .about__cardscontainer {
    gap: 42px;
  }

  .about__cardstexts {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 203%;
    margin-bottom: 22px;
  }

  .about__cardsbutton {
    padding: 11px 41px;
    border-radius: 8px;
    color: #000;
    font-size: 12px;
  }

  .about__card--small {
    border: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: 62px;
    background-position: top left;
  }

  .about__card--square {
    background-image: url(../img/square_320.svg);
  }

  .about__cardstitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .about__cardstext {
    font-size: 14px;
  }

  .about__card--circle {
    background-image: url(../img/circle_320.svg);
  }

  .about__cardscontainer {
    margin-bottom: 61px;
  }

  .second-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .stap__img {
    max-height: 160px;
    margin-bottom: 16px;
    border-radius: 15px;
    padding: 0;
  }

  .stap__button {
    padding: 0 44px;
    max-height: 40px;
  }

  .stap__linkbtn {
    border-radius: 9px;
    font-size: 16px;
    padding: 11px 18px;
  }

  .stap__button-box {
    margin-bottom: 61px;
  }

  .stap__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .stap__text {
    width: 300px;
    font-size: 14px;
  }

  .stap__outflex {
    max-width: 290px;
  }

  .stap__button-box {
    gap: 10px;
  }

  .question__secondtitle {
    font-size: 24px;
    margin-bottom: 17px;
  }

  .question__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    width: 300px;
    margin-bottom: 4px;
  }

  .question__text {
    font-size: 14px;
    max-width: 297px;
  }

  .question__list {
    gap: 29px;
  }

  .form__custom {
    width: 100%;
  }

  .footer__button {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 19px;
    max-width: 200px;
  }

  .footer__form {
    width: 100%;
  }

  .form__input {
    width: 100%;
    padding: 14px 24px;
  }

  .form__input--textarea {
    margin-bottom: 22px;
  }

  .form__button-text {
    font-size: 12px;
  }

  .footer {
    padding: 38px 15px;
  }

  .form__custom-text {
    padding-left: 23px;
  }

  .footer__second-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .footer__former {
    margin-bottom: 16px;
  }

  .footer__logo {
    width: 133px;
    margin-bottom: -11px;
  }

  .footer__link-blok {
    align-items: center;
    margin: 0 auto;
  }

  .footer__iconlist {
    gap: 15px;
  }

  .footer__svg {
    width: 40px;
  }
}

@media (max-width: 480px) {
  .price__box {
    background-position-x: -15px;
    background-position-y: 13px;
  }
}





