@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-edjust: 100%;
  -moz-text-size-edjust: 100%;
  -webkit-text-size-edjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

nav li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  background-color: black;
  font-family: 'Inter', sans-serif;
  background-image: url("https://transfer-avto.online/wp-content/uploads/2024/06/06a49f9f-8314-4a2c-9a2f-b94e246f987a.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

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

main {
  padding-top: 5.5vw;
}

.mainBlock__mobile {
  display: none;
}

.container {
  max-width: 79vw;
  width: 100%;
  margin: 0 auto;
}

.form__title {
  font-weight: 700;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: center;
  color: #E7B57D;
  margin-bottom: 20px;
}

.page__button {
  padding: 0.85vw 2.05vw;
  border-radius: 0.75vw;
  font-weight: 700;
  font-size: 1vw;
  line-height: 1.2vw;
  text-align: center;
  background-color: #5A4226;
  color: white;
  transition: 0.5s ease;
  width: 100%;
  margin-top: 1.5vw;
}

.request__info .page__button {
  padding: 0.85vw 0vw;
  margin-top: 0vw;
}

.page__title {
  font-weight: 700;
  font-size: 2.4vw;
  line-height: 2.9vw;
  text-align: center;
  color: #FFFFFF;
}

.header {
  position: absolute;
  top: 1vw;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.6vw 2.5vw;
}

.header__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}

.header__logo a {
  font-weight: 700;
  font-size: 1.8vw;
  line-height: 2.1vw;
  color: #FFFFFF;
  transition: 0.5s ease;
}

.header__logo a span {
  /* display: block; */
  color: #E7B57D;
}


.header__left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1vw;
}

.header__text {
  text-align: center;
  color: #e7b57d;
  font-size: 2vw;
  font-weight: 700;
  padding: 0.6vw 1.1vw;
  background: rgba(217, 217, 217, 0.1);
  border-radius: 0.75vw;
  max-width: 31.4vw;
}

.social__title {
  color: white;
  font-size: 1vw;
  line-height: 1.2vw;
  font-weight: 500;
  margin-bottom: 0.5vw;
  text-align: left;
}

.header__text ul {
  display: flex;
  gap: 1vw;
  margin-top: 0.5vw;
}

.header__text.social_row svg {
  min-width: 1.5vw;
  width: 1.5vw;
  height: 1.5vw;
  transition: 0.25s ease;
}

.header__tel {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.header__tel_item {
  display: flex;
  gap: 1vw;
}

.header__tel_item img {
  width: 20px;
  height: 20px;
  min-height: 20px;
}

.header__tel a {
  display: flex;
  align-items: center;
  gap: 1.1vw;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 1.5vw;
  color: #FFFFFF;
  transition: 0.5s ease;
}

.header__tel a svg {
  width: 1.5vw;
  height: 1.5vw;
}

.header__tel a path {
  transition: 0.5s ease;
}

.partners {
  grid-column: 1/3;
  width: 100%;
  background: rgba(22, 22, 22, 0.85);
  border-radius: 0.75vw;
  margin-bottom: 1vw;
  display: flex;
  padding: 1vw 2vw;
  align-items: center;
  color: white;
  gap: 4.3vw;
  box-sizing: border-box;
}

.partners__title {
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.partners__slider {
  display: flex;
  gap: 1.7vw;
}

.partners__item {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding-right: 1vw;
  border-right: 1px solid rgba(255, 255, 255, 0.66);
}

.partners__img {
  width: 3.5vw;
  height: 3.5vw;
  min-width: 3.5vw;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
}

.partners__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partners__name {
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.2vw;
  max-width: 10vw;
}

.mainBlock {
  display: flex;
  justify-content: space-between;
  padding-top: 3vw;
  margin-bottom: 12.5vw;
  align-items: center;
}

input {
  border: 1px solid;
  border-color: transparent;
  transition: 0.5s ease;
}

.request {
  max-width: 32.7vw;
  width: 100%;
  padding: 1.2vw 1.3vw;
  background-color: #161616;
  border-radius: 0.75vw;
  color: white;
}

.request__info {
  max-width: 32.7vw;
  width: 100%;
  padding: 1.2vw 1.3vw;
  background-color: #161616;
  border-radius: 0.75vw;
  color: white;
  position: relative;
}

.request__info svg {
  position: absolute;
  width: 8vw;
  right: -4vw;
  top: 0vw;
}

.request label {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1vw;
}

.request input[type=text],
.request input[type=tel],
.request input[type=date],
.request input[type=time] {
  width: 100%;
  height: 2vw;
  border-radius: 0.75vw;
  background-color: #292929;
  padding: 0.45vw 0.75vw;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.1vw;
  color: #FFFFFF;
  margin-top: 0.6vw;
}

.request select {
  width: 100%;
  height: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #292929;
  border-radius: 0.75vw;
  padding: 0.45vw 0.75vw;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.1vw;
  cursor: pointer;
  color: white;
  margin-top: 0.6vw;
}

.request .select {
  margin-top: 0.6vw;
}

.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25vw 1.75vw;
}

.form__grid label:nth-child(5),
.form__grid label:nth-child(6),
.form__grid label:nth-child(9),
.form__grid label:nth-child(10) {
  grid-column: 1/3;
}


.request__checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.75vw;
}

.request__checkbox .checkbox__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.85vw;
  cursor: pointer;
}

.request__info__text {
  text-align: center;
  font-size: 1.5vw;
  gap: 1.3vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 2vw;
  line-height: 120%;
}

.request__info__text p {
  color: #E7B57D;
}

.request__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.request__checkbox .checkbox__item::before {
  content: '';
  position: absolute;
  top: -0.02vw;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #292929;
  transition: 0.5s ease;
}

.request__checkbox .checkbox__item.active::before {
  background-color: #E7B57D;
}

.calc {
  max-width: 28.7vw;
  width: 100%;
  padding: 1.2vw 1.3vw;
  background-color: #161616;
  border-radius: 0.75vw;
  color: white;
}

.calc label {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 0.95vw;
}

.calc p {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 0.95vw;
  margin-top: 1vw;
  margin-bottom: 0.6vw;
}

.calc select {
  width: 100%;
  height: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #292929;
  border-radius: 0.75vw;
  padding: 0.45vw 0.75vw;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.1vw;
  cursor: pointer;
  color: white;
  margin-top: 0.6vw;
}

.calc .map {
  height: 15.8vw;
  width: 100%;
  border-radius: 0.75vw;
  background-color: #292929;
  overflow: hidden;
}

.select {
  position: relative;
}

.select__input {
  width: 100%;
  height: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #292929;
  border-radius: 0.75vw;
  padding: 0.45vw 0.75vw;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.1vw;
  cursor: pointer;
}

.select__input img {
  width: 1vw;
  height: 0.5vw;
  transition: 0.5s ease;
}

.select .select__input {
  border: 1px solid;
  border-color: transparent;
  transition: 0.5s ease;
}

.select.active img {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

.select__body {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.188);
  border-radius: 0.75vw;
  top: 120%;
  right: 0;
  z-index: 10;
}

.select__list {
  width: 100%;
  padding: 1vw;
  box-sizing: border-box;
  background-color: #292929;
  border-radius: 0.75vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.select__list li {
  font-size: 0.9vw;
  cursor: pointer;
  transition: 0.5s ease;
}

.catalog {
  margin-bottom: 12.5vw;
  color: white;
}

.catalog .page__title {
  margin-bottom: 5vw;
}

.catalog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5vw;
}

.catalog__item {
  padding: 1.4vw 1.2vw;
  display: flex;
  gap: 2vw;
  border-radius: 0.75vw;
  background-color: #161616;
}

.catalog__image {
  min-width: 18.5vw;
  width: 18.5vw;
  height: 13.5vw;
  background-color: #D9D9D9;
  border-radius: 0.75vw;
  overflow: hidden;
}

.catalog__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

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

.catalog__title {
  color: #E7B57D;
  margin-bottom: 0.3vw;
  font-weight: 700;
  font-size: 1.6vw;
  line-height: 1.95vw;
}

.catalog__text {
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.1vw;
}

.catalog__price {
  margin-bottom: 0.8vw;
  font-weight: 700;
  font-size: 1.2vw;
  line-height: 1.45vw;
}

.footer {
  background-color: #161616;
  padding-top: 2.25vw;
  color: white;
}

.footer__logo {
  margin-bottom: 1.1vw;
}

.footer__logo a {
  font-weight: 700;
  font-size: 1.75vw;
  line-height: 2.1vw;
  color: #FFFFFF;
  transition: 0.5s ease;
}

.footer__logo span {
  /* display: block; */
  color: #E7B57D;
}

.footer__tel {
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.8vw;
  margin-bottom: 1.1vw;
}

.footer__tel a {
  color: #FFFFFF;
  transition: 0.5s ease;
}

.footer__mail {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5vw;
}

.footer__mail a {
  color: #FFFFFF;
  transition: 0.5s ease;
}

.footer__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25vw 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__date {
  font-size: 0.85vw;
  font-weight: 300;
}

.footer__politic a {
  font-size: 0.85vw;
  font-weight: 300;
  color: white;
  transition: 0.5s ease;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5vw;
}

.footer__table {
  text-align: left;
  font-size: 0.7vw;
}

.footer__table th {
  padding-right: 2.5vw;
  padding-bottom: 1vw;
  font-weight: 600;
}

.footer__table td {
  font-size: 200;
  padding-bottom: 1vw;
}

#map,
.ymaps-2-1-79-map {
  height: 100%;
  width: 100% !important;
}

.ymaps-2-1-79-control-popup__header {
  display: none;
}


.modal__wrapper {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #0000009e;
  position: fixed;
  top: 0;
  left: 0;
}

.modal__container {
  max-width: 30vw;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

.modal {
  display: none;
  background-color: #292929;
  border-radius: 0.75vw;
  padding: 1vw;
  width: 100%;
}

.modal__title {
  font-weight: 700;
  font-size: 2.0vw;
  line-height: 2.9vw;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1vw;
}

.modal .page__button {
  width: 100%;
}

.ymaps-2-1-79-copyrights-pane {
  display: none;
}

.politic {
  color: white;
  margin-top: 2vw;
  padding: 1.6vw 2.1vw;
  background: #161616;
  border-radius: 0.75vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.politic p {
  margin-bottom: 1.3vw;
}

.politic p.has-medium-font-size {
  font-size: 2vw !important;
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.calcModal .page__button {
  padding: 6vw 6.15vw;
  background-color: #161616;
  box-shadow: 0px 0px 3px #e7b57d87;
  margin-bottom: 3vw;
  color: #E7B57D;
}

.modal__close {
  display: flex;
  justify-content: end;
  position: relative;
  right: -1vw;
}

.calcModal1 .calc {
  box-shadow: none;
  padding: 0;
}

.thanksBlock {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgb(22 22 22);
  border-radius: 15px;
  max-width: 40vw;
  margin: 10vw auto;
  padding: 2vw;
  gap: 1.5vw;
}

.thanksBlock__title {
  color: white;
  font-size: 2vw;
  font-weight: 700;
}

.thanksBlock__buttons {
  display: flex;
  justify-content: center;
  gap: 1vw;
}

.thanksBlock__home {
  color: black;
  padding: 1vw;
  font-size: 1vw;
  border-radius: 10px;
  background: #e8b57d;
  width: 13vw;
}

.thanksBlock__whatsapp {
  color: white;
  padding: 1vw;
  font-size: 1vw;
  border-radius: 10px;
  background: #03b951;
  width: 13vw;
}

.form_row {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.form_row label {
  position: relative;
  color: white;
  padding-left: 35px;
}

.form_row label::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff47;
  position: absolute;
  top: -4px;
  left: 3px;
  border-radius: 7px;
  cursor: pointer;
}

.form_row label.active::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.form_row input {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  top: -9px;
  left: -8px;
}

.modal__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1vw;
  gap: 1vw;
}

.modal__links img {
  width: 13vw;
  object-fit: contain;
  object-position: center;
  height: 4vw;
}

.mobilebanner {
  display: none;
}

.header__logo {
  width: 13vw;
  height: 3vw;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


@media (min-width: 768px) {

  .header__text.social_row svg:hover {
    transform: scale(1.1);
  }




  .footer__mail a:hover,
  .footer__tel a:hover,
  .footer__politic a:hover,
  .select__list li:hover {
    color: #E7B57D;
    transition: 0.3s ease;
  }

  .header__tel a:hover {
    color: #E7B57D;
    transition: 0.3s ease;
  }

  .header__tel a:hover path {
    fill: #E7B57D;
    transition: 0.3s ease;
  }

  .footer__logo a:hover,
  .header__logo a:hover {
    opacity: 0.8;
    transition: 0.3s ease;
  }

  .page__button:hover {
    background-color: #b57b39;
    transition: 0.3s ease;
  }

  input:focus {
    border-color: #E7B57D;
    transition: 0.3s ease;
  }

  .select.active .select__input {
    border-color: #E7B57D;
    transition: 0.3s ease;
  }

  .request__checkbox .checkbox__item:hover::before {
    background-color: #E7B57D;
    opacity: 0.5;
    transition: 0.3s ease;
  }

  .request__checkbox .checkbox__item.active:hover::before {
    background-color: #E7B57D;
    opacity: 1;
    transition: 0.3s ease;
  }
}

@media (max-width: 800px) {

  .form_row {
    gap: 0vw;
    margin: 4vw 0vw;
  }

  .calc select {
    font-size: 15px;
    border-radius: 2.25vw;
    height: 9vw;
    padding: 1.35vw 2.25vw;
    padding-right: 0;
  }

  .header__text {
    display: none !important;
  }

  .header__text.social_row {
    display: block !important;
  }



  .form_row {
    margin: 4vw 0vw 8vw 0vw;
  }

  .request select {
    font-size: 14px;
    border-radius: 2.25vw;
    height: 9vw;
    padding: 1.35vw 2.25vw;
    padding-right: 0;
  }

  .request label:nth-child(1),
  .request label:nth-child(2),
  .request label:nth-child(3),
  .request label:nth-child(4) {
    width: 48.5%;
  }

  .politic {
    margin-top: 3vw;
    padding: 3.6vw 3.1vw;
    background: #161616;
    border-radius: 0.75vw;
    font-size: 3vw;
    line-height: 5.5vw;
  }

  .politic p {
    margin-bottom: 3.3vw;
  }

  .politic p.has-medium-font-size {
    font-size: 5vw !important;
    margin-top: 8vw;
    margin-bottom: 5vw;
  }

  .form_row label {
    padding-left: 30px;
    width: fit-content !important;
  }

  .form_row label::after {
    left: 0;
  }

  main {
    padding-top: 23vw;
  }

  .header {
    border-bottom: 1px solid #e8b57d59;
  }

  .header__left {
    flex-direction: column;
    width: auto;
    gap: 2vw;
  }

  .social__title {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }

  .header__text.social_row {
    position: relative;
    background: none;
    padding: 0;
    padding-top: 2vw;
  }

  .header__text.social_row ul {
    gap: 3vw;
  }

  .header__text.social_row span {
    display: none;
  }

  .header__text.social_row svg {
    width: 7vw;
    height: 7vw;
  }

  .modal {
    display: none;
    background-color: #161616;
    border-radius: 2.25vw;
    padding: 5vw;
    padding-top: 2.5vw;
    width: 100%;
  }

  .modal__title {
    font-weight: 700;
    font-size: 6vw;
    line-height: 10vw;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 6vw;
  }

  .modal__container {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .header__tel {
    gap: 3vw;
  }

  .container {
    max-width: 500px;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 100%;
  }

  .header {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 3.8vw 7.5vw;
  }

  .header__row {
    position: relative;
    align-items: baseline;
  }

  .header__logo a {
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .header__text {
    position: absolute;
    top: 130%;
    width: 100%;
    font-size: 5vw;
    max-width: 100%;
    line-height: 4.1vw;
    background: #161616;
    padding: 2.8vw 3.3vw;
    box-sizing: border-box;
    border-radius: 2.25vw;
  }

  .header__tel a {
    display: flex;
    align-items: center;
    gap: 3.3vw;
    font-weight: 700;
    font-size: 3.4vw;
    line-height: 4.5vw;
    color: #FFFFFF;
    transition: 0.5s ease;
  }

  .header__tel a svg {
    width: 3.5vw;
    height: 3.5vw;
    display: none;
  }

  .header__tel_item {
    gap: 2.5vw;
  }

  .header__tel a path {
    transition: 0.5s ease;
  }

  .partners {
    margin-top: 30vw;
    padding: 3vw;
    flex-direction: column;
    border-radius: 2.25vw;
    margin-bottom: 4vw;
  }

  .mainBlock {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 21vw;
    gap: 4vw;
  }

  .request__info svg {
    display: none;
  }

  .request__info__text {
    font-size: 4.5vw;
    gap: 4.3vw;
  }

  .request__info .page__button {
    font-size: 14px;
    line-height: 120%;
    padding: 2.55vw 0vw;
  }

  .partners__name {
    font-weight: 500;
    font-size: 4vw;
    line-height: 5.2vw;
    max-width: 100%;
  }

  .partners__item {
    display: flex;
    align-items: center;
    gap: 6vw;
    padding-right: 1vw;
    border-right: none;
  }

  .partners__slider {
    display: flex;
    gap: 5.7vw;
    flex-direction: column;
  }

  .partners__title {
    font-size: 5.2vw;
    line-height: 7.8vw;
  }

  .partners__img {
    width: 12.5vw;
    height: 12.5vw;
    min-width: 3.5vw;
    border-radius: 50%;
    background-color: white;
    overflow: hidden;
  }

  .request {
    max-width: 100%;
    width: 100%;
    padding: 3.6vw 3.9vw;
    background-color: #161616;
    border-radius: 2.25vw;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px #e7b57d87;
  }

  .request__info {
    display: none;
    max-width: 100%;
    padding: 8.6vw 3.9vw;
    box-sizing: border-box;
    border-radius: 2.25vw;
    box-shadow: 0px 0px 3px #e7b57d87;
  }

  .form__title {
    font-weight: 700;
    font-size: 5.2vw;
    line-height: 6vw;
    text-align: center;
    color: #E7B57D;
    margin-bottom: 3vw;
  }

  .request label {
    font-weight: 500;
    font-size: 3.4vw;
    line-height: 4vw;
    width: 100%;
  }

  .request label:nth-child(8),
  .request label:nth-child(7) {
    width: 48.5%;
  }


  .form__grid {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 2.75vw 2vw;
  }

  .select__body {
    border-radius: 2.25vw;
  }

  .select__input img {
    width: 3vw;
    height: 1.5vw;
  }

  .request input[type=text],
  .request input[type=tel],
  .request input[type=date],
  .request input[type=time] {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 9vw;
    border-radius: 2.25vw;
    background-color: #292929;
    padding: 1.35vw 2.25vw;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 3.3vw;
    color: #FFFFFF;
    margin-top: 1.8vw;
    text-align: left;
    padding-right: 0;
  }

  .select__input {
    width: 100%;
    height: 9vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #292929;
    border-radius: 2.25vw;
    padding: 1.35vw 2.25vw;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 3.3vw;
    cursor: pointer;
  }

  .request .select {
    margin-top: 1.8vw;
  }

  .page__button {
    padding: 2.55vw 6.15vw;
    border-radius: 2.25vw;
    font-weight: 700;
    font-size: 16px;
    line-height: 3.6vw;
    text-align: center;
    background-color: #5A4226;
    color: white;
    transition: 0.5s ease;
  }

  .request__checkbox {
    flex-direction: row;
    justify-content: space-between;
  }

  .request__checkbox .checkbox__item::before {
    content: '';
    position: absolute;
    top: -1.3vw;
    left: 0;
    width: 5.75vw;
    height: 5.75vw;
    background-color: #292929;
    transition: 0.5s ease;
  }

  .request__checkbox .checkbox__item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 8.55vw;
    cursor: pointer;
  }

  .select__list {
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    background-color: #292929;
    border-radius: 2.25vw;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
  }

  .select__list li {
    font-size: 2.7vw;
    cursor: pointer;
    transition: 0.5s ease;
  }

  .calc {
    max-width: 100%;
    border-radius: 2.25vw;
    padding: 3.6vw 3.9vw;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px #e7b57d87;
  }

  .calc p {
    font-size: 3.3vw;
    margin-bottom: 3.2vw;
    line-height: 2.9vw;
    margin-top: 4vw;
  }

  .calc .map {
    height: 90vw;
    width: 100%;
    border-radius: 2.25vw;
    background-color: #292929;
  }

  .catalog__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .catalog__item {
    flex-direction: column;
    padding: 4.2vw 3.6vw;
    display: flex;
    gap: 6vw;
    border-radius: 2.25vw;
    background-color: #161616;
    box-shadow: 0px 0px 3px #e7b57d87;
  }

  .catalog__image {
    min-width: 100%;
    width: 100%;
    height: 57vw;
    border-radius: 2.25vw;
  }

  .catalog__title {
    margin-bottom: 2.2vw;
    font-size: 4.8vw;
    line-height: 5.5vw;
  }

  .page__title {
    font-size: 7.2vw;
    line-height: 8.7vw;
  }

  .catalog__text {
    font-weight: 500;
    font-size: 3.3vw;
    line-height: 3.7vw;
    margin-bottom: 5vw;
  }

  .catalog__price {
    margin-bottom: 3vw;
    font-weight: 700;
    font-size: 3.6vw;
    line-height: 4.45vw;
  }

  .page__button {
    max-width: 100%;
    width: 100%;
  }

  .header__tel_item img {
    width: 24px;
    height: 24px;
  }

  .footer {
    padding-top: 6.75vw;
  }

  .footer__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7.5vw;
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 3.3vw;
  }

  .footer__logo a {
    font-weight: 700;
    font-size: 7.3vw;
    line-height: 9vw;
    color: #FFFFFF;
    transition: 0.5s ease;
  }

  .footer__tel {
    font-size: 4.7vw;
    line-height: 7vw;
    margin-bottom: 5vw;
  }

  .footer__mail {
    font-size: 4.7vw;
    line-height: 4.5vw;
  }

  .footer__table th {
    padding-right: 0;
    padding-bottom: 1.5vw;
    font-weight: 600;
    color: #e7b57d;
  }

  .footer__table {
    margin-top: 9vw;
    text-align: left;
    font-size: 3.5vw;
  }

  .footer__table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5vw;
  }

  .footer__bot {
    align-items: start;
    padding: 3.75vw 0px;
    flex-direction: column;
  }

  .footer__date {
    font-size: 3.65vw;
    font-weight: 200;
    margin-bottom: 4vw;
  }

  .footer__politic a {
    font-size: 3.65vw;
  }

  .thanksBlock {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgb(22 22 22);
    border-radius: 15px;
    max-width: 100%;
    margin: 0;
    padding: 4.8vw;
    gap: 3.6vw;
    box-sizing: border-box;
    margin-bottom: 3.6vw;
  }

  .thanksBlock__title {
    color: white;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: 1.4;
  }

  .thanksBlock__buttons {
    gap: 2.4vw;
    flex-direction: column-reverse;
    width: 100%;
  }

  .thanksBlock__whatsapp,
  .thanksBlock__home {
    padding: 2.4vw;
    font-size: 3.8vw;
    box-sizing: border-box;
    width: 100%;
  }

  .modal__links img {
    width: 53vw;
    object-fit: contain;
    object-position: center;
    height: auto;
  }

  .modal__links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
  }


  .mobilebanner__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1vw;
  }

  .mobilebanner__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .mobilebanner__logo {
    width: 8vw;
    height: 8vw;
    border-radius: 10px;
    overflow: hidden;
    min-width: 8vw;
  }

  .mobilebanner__text {
    font-size: 3vw;
  }

  .mobilebanner__text p {
    margin-bottom: 0;
    font-weight: 400;
    color: gray;
    font-size: 2.8vw;
    letter-spacing: -0.05em;
  }

  .mobilebanner__text p:first-child {
    font-weight: 700;
    margin-bottom: 1vw;
    font-size: 3.4vw;
    color: black;
  }

  .mobilebanner {
    padding: 2.5vw 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    width: 100%;
  }

  .mobilebanner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #ef7f1a;
    padding: 1.5vw 3vw;
    color: white !important;
    text-transform: uppercase;
    font-size: 3.5vw;
    font-weight: 600;
    margin-left: 3vw;
  }

  .wrapper.mobilebanner-opened {
    margin-top: 12vw;
    position: relative;
  }


  .header__logo {
    width: 30vw;
    height: 8vw;
  }

  .mainBlock__mobile {
    display: block;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
  }
}