:root {
  --red: #d5433c;
  --white: #fff;
  --font-family: "Lato", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: var(--font-family);
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--white);
}

img {
  display: block;
  max-width: 100%;
}

.red__text {
  color: var(--red);
}

.wrapper {
  max-width: 1574px;
  margin: 0 auto;
  width: 91.1%;
}

.header {
  background: url("../img/header__fon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 58px;
  padding-bottom: 417px;
}

.header__top {
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 198px;
}

.header__adr {
  font-weight: 400;
  font-size: 19px;
  line-height: 105%;
  margin-right: 46px;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.header__top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__adr::before {
  background: url("../img/map__point.svg");
  width: 23px;
  height: 31px;
  margin-right: 10px;
}

.header__tel {
  font-weight: 900;
  font-size: 24px;
  line-height: 217%;
}

.header__tel::before {
  background: url("../img/tel.png");
  width: 34px;
  height: 33px;
  margin-right: 10px;
}

.header__nav {
  width: 11.1%;
}

.header__lang {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__lang li a {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}

.header__lang li:nth-of-type(1)::after {
  content: "|";
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: 7px;
}

.header__lang li.current-lang a {
  font-weight: 900;
  text-decoration: underline;
  color: #d62e20;
}

.header__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 40px;
}

.header__title br {
  display: none;
}

.title__h2 {
  font-family: "Terminator Gen", sans-serif;
  text-transform: uppercase;
  font-size: 61px;
}

.title__h2 .red__text {
  font-family: "Terminator Gen", sans-serif;
  text-transform: uppercase;
}

.header__title-h2 {
  margin-bottom: 2px;
}

.header__subtitle {
  font-weight: 700;
  font-size: 27px;
  line-height: 148%;
  margin-bottom: 20px;
}

.header__link {
  font-weight: 900;
  font-size: 38px;
  line-height: 137%;
}

.about {
  background: #202020;
  padding-top: 109px;
  padding-bottom: 135px;
  overflow-x: hidden;
}

.about__arrow-left, .about__arrow-right {
  display: none;
}

.about .wrapper {
  position: relative;
}

.about__rect {
  position: absolute;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  opacity: 0.23;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(161.3% 127.28% at 15% 21%, rgba(165, 239, 255, 0.2), rgba(110, 191, 244, 0.04) 77.083%, rgba(70, 144, 213, 0) 100%);
}

.about__car-fon {
  position: absolute;
  height: 94%;
  left: 7.1%;
  bottom: 0;
  right: 7.1%;
  background: url("../img/about__car-fon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 92px;
}

.about__box {
  position: relative;
  padding: 60px 7.1% 64px 7.1%;
}

.about__h2 {
  text-align: center;
  margin-bottom: 48px;
}

.about__box-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom__box {
  border-radius: 6px;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  background: url(), radial-gradient(186.17% 127.28% at 15% 21%, rgba(165, 239, 255, 0.2), rgba(110, 191, 244, 0.04) 77.083%, rgba(70, 144, 213, 0) 100%);
  opacity: 0.23;
}

.button {
  width: 270px;
  height: 49px;
  display: block;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a72822), to(#d5433c));
  background: linear-gradient(180deg, #a72822 0%, #d5433c 100%);
  font-weight: 800;
  font-size: 18px;
  line-height: 49px;
  text-align: center;
  color: var(--white);
}

.about__left-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 40px;
}

.about__left-text {
  font-weight: 400;
  font-size: 19px;
  line-height: 121%;
  color: var(--white);
  margin-bottom: 28px;
}

.about__left {
  width: 61%;
  max-width: 765px;
}

.about__right {
  width: 38%;
  max-width: 440px;
}

.about__slider {
  width: 100%;
}

.about__item {
  width: 100%;
}

.about__item:nth-child(1) {
  margin-bottom: 46px;
}

.price {
  background: #202020;
  position: relative;
  padding-bottom: 196px;
  padding-top: 37px;
}

.price__in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(291deg, rgba(12, 11, 11, 0) 0%, rgba(12, 11, 11, 0.74) 99.47%);
  opacity: 0.51;
}

.price .wrapper {
  position: relative;
}

.price__h2 {
  line-height: 62px;
  text-align: center;
  margin-bottom: 70px;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 29px;
}

.price__items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 645px;
  position: relative;
}

.price__items-box:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 135%;
  aspect-ratio: 1;
  background: url("../img/price__ball-left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(4%, -27%);
      -ms-transform: translate(4%, -27%);
          transform: translate(4%, -27%);
}

.price__items-box:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 118%;
  aspect-ratio: 1;
  background: url("../img/price__ball-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-15%, -11%);
      -ms-transform: translate(-15%, -11%);
          transform: translate(-15%, -11%);
}

.price__items-box:before {
  content: "";
  display: block;
  width: 79px;
  height: 101px;
  background: url("../img/price__icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 37px;
  margin-top: -10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.price__items {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.price__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 107%;
  color: var(--white);
}

.price__items-box:nth-child(1) .price__item {
  margin-bottom: 20px;
}

.price__items-box:nth-child(2) .price__item {
  margin-bottom: 17px;
}

.price__name {
  font-weight: 700;
}

.price__subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

.price__subtitle:before {
  content: "";
  display: block;
  width: 73px;
  height: 58px;
  background: url("../img/price__dop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.price__box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1044px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.price__ul {
  width: 49%;
  padding-left: 20px;
  max-width: 470px;
}

.price__li {
  font-weight: 400;
  font-size: 22px;
  line-height: 191%;
  color: var(--white);
  margin-bottom: 18px;
}

.zapis {
  background: #202020;
  min-height: 253px;
  padding-bottom: 79px;
}

.zapis__box {
  position: relative;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -124px;
}

.zapis__img {
  max-width: 170px;
}

.zapis__fon1, .zapis__fon2, .zapis__fon3, .zapis__fon4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.23;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
}

.zapis__fon1 {
  background: url(), radial-gradient(186.17% 127.28% at 15% 21%, rgba(165, 239, 255, 0.2), rgba(110, 191, 244, 0.04) 77.083%, rgba(70, 144, 213, 0) 100%);
}

.zapis__fon2 {
  background: url(), radial-gradient(186.17% 127.28% at 15% 21%, rgba(19, 22, 23, 0.2), rgba(32, 36, 39, 0.04) 76%, rgba(33, 35, 37, 0) 100%);
}

.zapis__fon3 {
  background: url(), radial-gradient(186.17% 127.28% at 15% 21%, rgba(165, 239, 255, 0.2), rgba(110, 191, 244, 0.04) 77.083%, rgba(70, 144, 213, 0) 100%);
}

.zapis__fon4 {
  background: url(), radial-gradient(186.17% 127.28% at 15% 21%, rgba(165, 239, 255, 0.2), rgba(110, 191, 244, 0.04) 77.083%, rgba(70, 144, 213, 0) 100%);
}

.zapis__box-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 297px;
  max-width: 850px;
  width: 98%;
  margin: 0 auto;
}

.zapis__group {
  max-width: 570px;
  width: 70%;
}

.zapis__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 146%;
  color: var(--white);
  margin-bottom: 47px;
}

.zapis__button {
  position: relative;
  z-index: 2;
}

.contacts {
  position: relative;
}

.map {
  min-height: 671px;
}

.contacts {
  position: relative;
  background: #202020;
  padding-top: 49px;
}

.contacts .wrapper1 {
  position: relative;
}

.contacts .title__h2 {
  text-align: center;
  margin-bottom: 64px;
}

.contacts__fon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background: #1d1d1d;
}

.contacts__box {
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background: rgba(31, 30, 29, 0.78);
  padding: 30px 68px 22px 52px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact__title-h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 173%;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 21px;
}

.contacts__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 225%;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 3px;
}

.contacts__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.contacts__text-red {
  color: var(--red);
  border-bottom: 3px solid var(--red);
  padding-bottom: 3px;
}

.contacts__date {
  font-weight: 400;
}

.contacts__text:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contacts__tel:before {
  background: url("../img/contacts__tel.png");
  width: 21px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.contacts__adr:before {
  background: url("../img/contacts__point.svg");
  width: 17px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.contacts__time:before {
  background: url("../img/contacts__time.svg");
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.contacts__date:before {
  background: url("../img/contacts__date.svg");
  width: 18px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 9px;
}

.contacts__map-box {
  position: relative;
}

.footer {
  background: #202020;
}

.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 173px;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__text {
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
}

.footer__insta {
  display: inline-block;
  margin-left: 75px;
  max-width: 45px;
}

@media (max-width: 1200px) {
  .header__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__nav {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__top-box {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 18px;
  }
  .about__box {
    padding: 25px 11px 39px 11px;
  }
  .about__box-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__left {
    width: 100%;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .about__right {
    width: 100%;
    max-width: 100%;
  }
  .about__item {
    width: 49%;
    max-width: 440px;
  }
  .about__item:nth-child(1) {
    margin-bottom: 0;
  }
  .about__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__left-link {
    margin-left: auto;
    margin-right: auto;
  }
  .price__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__items-box {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__items-box:nth-child(1) {
    margin-bottom: 39px;
  }
  .price__items-box:nth-child(1)::after {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 90%;
  }
  .price__items-box:nth-child(2)::after {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 90%;
  }
  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__logo {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    width: 91.2%;
  }
  .header {
    padding-top: 30px;
    padding-bottom: 98px;
    background-position-x: 65%;
    background-position-y: 20px;
    background-color: #232426;
  }
  .logo {
    max-width: 63.5%;
  }
  .header__lang li a {
    font-size: 13px;
  }
  .header__lang li:nth-of-type(1)::after {
    margin-left: 0px;
    margin-right: 3px;
  }
  .header__adr {
    font-size: 14px;
    line-height: 114%;
    margin-right: 0;
  }
  .header__tel {
    font-size: 14px;
  }
  .header__adr::before {
    width: 20px;
    height: 26px;
    margin-right: 5px;
    background-size: contain;
  }
  .header__tel::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-size: contain;
  }
  .header__top {
    padding-bottom: 8px;
    margin-bottom: 59px;
  }
  .header__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .header__title br {
    display: block;
  }
  .header .title__h2 {
    font-size: 34px;
  }
  .title__h2 {
    font-size: 26px;
  }
  .header__subtitle {
    font-size: 16px;
    line-height: 125%;
    max-width: 265px;
    margin-bottom: 23px;
  }
  .header__link {
    font-size: 20px;
  }
  .about {
    padding: 45px 0px 25px 0px;
  }
  .about .wrapper {
    width: 93.5%;
  }
  .about__box {
    padding: 21px 0px 39px 0px;
  }
  .about__h2 {
    margin-bottom: 25px;
  }
  .about__car-fon {
    left: 5px;
    right: -20px;
    height: 100%;
    background-size: 122%;
  }
  .about__left-title {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .about__left-text {
    font-size: 14px;
    line-height: 164%;
    margin-bottom: 42px;
  }
  .about__left {
    padding: 0px 11px;
  }
  .about__right {
    padding: 0px 9px;
    position: relative;
  }
  .about__slider {
    display: block;
  }
  .about__item {
    max-width: 100vw;
  }
  .about__item img {
    margin: 0 auto;
  }
  .about__slider {
    width: auto;
  }
  .about__arrow-left, .about__arrow-right {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .about__arrow-left {
    content: url("../img/about__arrow-left.svg");
    left: -7px;
  }
  .about__arrow-right {
    content: url("../img/about__arrow-right.svg");
    right: -7px;
  }
  .price__h2 {
    line-height: 25px;
    margin-bottom: 33px;
  }
  .price__items-box:nth-child(1) {
    margin-bottom: 29px;
  }
  .price__items-box:before {
    width: 52px;
    height: 65px;
    margin-left: 17px;
    margin-bottom: 3px;
  }
  .price__item {
    font-size: 16px;
    line-height: 112%;
  }
  .price__items-box:nth-child(1) .price__item {
    margin-bottom: 17px;
  }
  .price__items-box:nth-child(2) .price__item {
    margin-bottom: 17px;
  }
  .price__subtitle {
    font-size: 20px;
    line-height: 210%;
    margin-bottom: 12px;
  }
  .price__subtitle::before {
    width: 44px;
    height: 35px;
    margin-right: 7px;
  }
  .price__box {
    margin-bottom: 25px;
  }
  .price__box-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__ul {
    width: 100%;
    max-width: 100%;
  }
  .price__li {
    font-size: 16px;
    line-height: 137%;
    margin-bottom: 12px;
  }
  .price {
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .price__items-box:nth-child(1)::after {
    background: url("../img/price__ball-left-mob.svg");
    -webkit-transform: translate(-14%, -28px);
        -ms-transform: translate(-14%, -28px);
            transform: translate(-14%, -28px);
    width: 470px;
    aspect-ratio: 470/497;
    background-size: 100%;
    background-position-y: 31%;
  }
  .price__items-box:nth-child(2)::after {
    -webkit-transform: translate(-14%, 24px);
        -ms-transform: translate(-14%, 24px);
            transform: translate(-14%, 24px);
    width: 470px;
    aspect-ratio: 470/470;
    background-size: 100%;
    background-position-y: 31%;
  }
  .price__items-box {
    overflow: hidden;
  }
  .zapis__box-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .zapis__img {
    max-width: 90px;
  }
  .zapis__text {
    font-size: 20px;
    line-height: 175%;
    text-align: center;
  }
  .zapis__box-in {
    width: 94%;
    z-index: 5;
    padding-bottom: 40px;
    padding-top: 22px;
  }
  .zapis__button {
    margin-left: auto;
    margin-right: auto;
  }
  .zapis__group {
    width: 100%;
    max-width: 100%;
  }
  .zapis__box {
    margin-top: -36px;
  }
  .zapis {
    padding-bottom: 20px;
  }
  .contacts .wrapper {
    width: 100%;
  }
  .contacts__box {
    width: 100%;
    top: -134px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 10px 0px 0px 0px;
  }
  .contacts .title__h2 {
    margin-bottom: 135px;
  }
  .contact__title-h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .contacts__text {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .contacts__text-red {
    display: inline-block;
  }
  .contacts__title {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .contacts__box {
    padding-bottom: 10px;
  }
  .contacts__box-in {
    width: 85%;
    margin: 0 auto;
  }
  .contacts {
    padding-top: 22px;
  }
  .map {
    min-height: 706px;
  }
  .footer .wrapper {
    min-height: 90px;
  }
  .footer .logo {
    max-width: 69%;
  }
  .footer__text {
    font-size: 13px;
  }
  .footer__insta {
    margin-left: 0;
    max-width: 34px;
  }
}

@media (max-width: 387px) {
  .header__adr, .header__tel {
    font-size: 12px;
  }
}