@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Kreadon-Bold';
  src: local('Kreadon-Bold'), url('./assets/fonts/Kreadon-Bold.woff2') format('woff2'),
    url('./assets/fonts/Kreadon-Bold.woff') format('woff');
  font-weight: bold;
}

:root {
  --light-color: #f7f5f5;
  --main-color: #c01d2a;
  --dark-color: #000000;
  --light-color-2: #eeeded;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: 'Inter', 'Montserrat', sans-serif;
  line-height: 1.75;
  letter-spacing: -0.05rem;
  color: var(--dark-color);
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.header {
  padding: 36px 0 10px;
  position: absolute;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 300;
  background-color: transparent;
}

.header__content,
.hero__content {
  display: flex;
  max-width: 130rem;
  padding-left: 7rem;
  padding-right: 2rem;
  justify-content: space-between;
  gap: 2rem;
}

.logo,
.footer__logo {
  width: 7.5rem;
  height: 10.6rem;
  display: block;
  background-image: url('./assets/images/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.header-info {
  width: 50%;
}

.info__list,
.footer__info {
  display: flex;
  padding-right: 7rem;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  list-style: none;
}

.info__link,
.footer__address {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: var(--light-color);
  font-weight: 600;
  font-size: 2rem;
  transition: color 0.3s;
}

.info__link:hover {
  color: var(--main-color);
}

.no-link {
  pointer-events: none;
  cursor: default;
}

.phone__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(./assets/images/ico-phone.svg);
}

.hero {
  background-color: #5a5a5a;
  padding-top: 156px;
  background: linear-gradient(139.59deg, rgb(90, 90, 90) -5.664%, rgb(28, 28, 28) 83.459%);
}

.hero__content {
  padding-bottom: 50px;
}

.hero__description {
  text-align: center;
}

.hero__right {
  display: flex;
  gap: 2rem;
}

.hero__image {
  width: 56rem;
  height: 100%;
  border-radius: 50px;
  background: url(./assets/images/main.jpg);
}

.hero__social {
  width: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.messangers,
.socials {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.social-icon,
.footer__social-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.viber {
  background: url(./assets/images/icon-viber.svg);
}

.telegram {
  background: url(./assets/images/icon-telegram.svg);
}

.whatsapp {
  background: url(./assets/images/icon-whatsapp.svg);
}

.instagram {
  background: url(./assets/images/icon-instagram.svg);
}

.vk {
  background: url(./assets/images/icon-vk.svg);
}

.title,
.footer__heading-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.2rem;
  text-transform: uppercase;
  color: var(--light-color);
}

.text_colored {
  color: var(--main-color);
}

.hero__title,
.footer__head-title {
  font-family: 'Kreadon-Bold', sans-serif;
  font-size: 5rem;
}

.hero__logo {
  font-size: 12.8rem;
  line-height: 1.1;
}

.hero__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  color: #b1a3a3;
}

.hero__subtitle {
  margin-bottom: 34px;
}

.hero__list {
  list-style: none;
}

.transition {
  width: 100%;
  height: 140px;
}

.hero__transition {
  background: url('./assets/images/transition-1.svg');
  position: relative;
  top: 1px;
}

.schedule--desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  color: var(--light-color);
}

.schedule--laptop {
  display: none;
}

.services {
  background-color: #525252;
}

.section__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.section__title {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
}

.section__text {
  width: 40%;
  padding-top: 15px;
  color: var(--light-color);
  font-size: 2rem;
  font-weight: 500;
}

.services__content {
  padding-bottom: 100px;
}

.services__list {
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
}

.services__item {
  padding: 1.5rem 5rem 4rem;
  display: flex;
  align-items: end;
  column-gap: 4rem;
  justify-content: space-between;
  background-color: var(--light-color-2);
  border-radius: 20px;
}

.service__title {
  font-size: 3rem;
  font-weight: 600;
}

.service__text {
  width: 53%;
}

.service__description {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.1rem;
  padding-bottom: 5px;
}

.service__list {
  list-style-position: inside;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 5px 10px;
  border: 2px solid #7e7e7e;
  border-radius: 8px;
}

.service__list_mid {
  width: max(75%, 420px);
}

.service__image {
  width: 459px;
  height: 306px;
  border-radius: 50px;
}

.service__image_1 {
  background: url(./assets/images/image-1.jpg) no-repeat center / cover;
}

.service__list_wide {
  width: max(88%, 470px);
}

.service__text_slim {
  width: 50%;
}

.service__list_small {
  width: 80%;
}

.service__text_high {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 23px;
}

.service__image_2 {
  background: url(./assets/images/image-2.jpg) no-repeat center / cover;
}

.service__image_3 {
  background: url(./assets/images/image-3.jpg) no-repeat center / cover;
}

.services__transition {
  background-image: url(./assets/images/transition-2.svg);
  position: relative;
  top: 1px;
}

.benefits {
  background-color: #bababa;
}

.benefits__content {
  padding-bottom: 80px;
}

.section__text_wide_dark {
  width: 47%;
  color: var(--dark-color);
}

.benefits__list {
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
}

.benefits__item {
  flex-basis: 35%;
  padding: 35px 30px 100px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  background-color: #525252;
  border-radius: 20px;
  color: #ffffff;
}

.benefits__item_light {
  background-color: var(--light-color-2);
  color: #000000;
}

.benefits__item_dark {
  background-color: #262626;
}

.benefits__icon {
  width: 100%;
  height: 55px;
}

.benefits__icon_1 {
  background: url(./assets/images/benefit-1.svg) no-repeat left top / contain;
}

.benefits__icon_2 {
  background: url(./assets/images/benefit-2.svg) no-repeat left top / contain;
}

.benefits__icon_3 {
  background: url(./assets/images/benefit-3.svg) no-repeat left top / contain;
}

.benefits__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}

.benefits__description {
  font-size: 1.8rem;
}

.benefits__title_tab,
.benefits__description_tab {
  display: none;
}

.benefits__transition {
  position: relative;
  top: -1px;
  background: url('./assets/images/transition-3.svg');
}

.reviews {
  background: linear-gradient(313.13deg, rgb(90, 90, 90) -4.3%, rgb(28, 28, 28) 88.205%);
}

.reviews__content {
  padding-bottom: 2rem;
}

.text_colored_light {
  color: #f03957;
}

.reviews__list {
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
  padding-bottom: 5rem;
}

.reviews__item {
  background-color: var(--light-color-2);
  padding: 25px;
  border-radius: 15px;
}

.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.reviews__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10%;
}

.reviews__date {
  color: #6f7375;
  font-size: 1.6rem;
  text-decoration: underline;
}

.reviews__icon {
  width: 35px;
  height: 35px;
  background: url(./assets/images/location.svg) no-repeat center / cover;
}

.reviews__descrition {
  font-size: 1.6rem;
  letter-spacing: -0.08rem;
  margin-bottom: 15px;
}

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

.reviews__link {
  color: #6f7375;
  font-size: 1.4rem;
  transition: color 0.5s;
}

.reviews__link:hover {
  color: var(--main-color);
}

.reviews__image {
  width: 136px;
  height: 22px;
  background: url(./assets/images/stars.svg) no-repeat center / contain;
}

.go-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  cursor: pointer;
}

.go-top__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(./assets/images/icon-arrow.svg);
}

.go-top__text {
  font-size: 2rem;
  font-weight: 600;
  color: var(--light-color);
  font-family: 'Kreadon-Bold', sans-serif;
  line-height: 1.4rem;
}

.location {
  background-color: #bababa;
}

.location__container {
  max-width: 1160px;
  margin: 0 auto;
}

.location__container_tab,
.location__container_mob {
  display: none;
}

.footer {
  padding: clamp(25px, 3.35vw, 40px) 0;
  background: linear-gradient(133.13deg, rgb(28, 28, 28) -1.285%, rgb(90, 90, 90) 92.991%);
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__title {
  position: relative;
  display: flex;
  gap: clamp(5px, 1.25vw, 15px);
}

.footer__logo {
  width: clamp(47px, 5.25vw, 63px);
}

.footer__info {
  gap: 0;
  padding: clamp(5px, 1.25vw, 15px) clamp(5px, 1.25vw, 15px) 0 0;
}

.footer__address {
  font-size: clamp(10px, 1.2vw, 14px);
}

.footer__head-title {
  font-size: clamp(26px, 3.5vw, 40px);
}

.footer__phone-icon {
  width: clamp(25px, 2.7vw, 32px);
  height: clamp(25px, 2.7vw, 32px);
  background-size: cover;
}

.footer__phone {
  font-size: 16px;
}

.footer__head-logo {
  position: absolute;
  font-size: clamp(85px, 8.3vw, 100px);
  bottom: -2px;
  left: 100%;
}

.footer__social {
  display: flex;
  padding-left: clamp(95px, 9.7vw, 116px);
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: clamp(25px, 3.35vw, 40px);
}

.footer__social-icon {
  width: clamp(30px, 3.75vw, 45px);
  height: clamp(30px, 3.75vw, 45px);
  background-size: cover;
}

.footer__messangers,
.footer__web-socials {
  display: flex;
  flex-direction: row;
  gap: clamp(20px, 3.35vw, 40px);
}

.footer__schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(15px, 1.67vw, 20px);
  color: var(--light-color);
}

@media (min-width: 1075px) and (max-width: 1220px) {
  html {
    font-size: 55%;
  }

  .section__header {
    padding-top: 40px;
    padding-bottom: 65px;
  }

  .section__text {
    width: 50%;
  }

  .services__item {
    padding: 1.5rem 3rem 3rem;
    display: flex;
    align-items: end;
    column-gap: 4rem;
    justify-content: space-between;
    background-color: var(--light-color-2);
    border-radius: 20px;
  }

  .service__list_mid {
    width: max(75%, 380px);
  }

  .service__list_wide {
    width: max(88%, 420px);
  }
}

@media (min-width: 768px) and (max-width: 1074px) {
  .schedule--desktop {
    display: none;
  }

  .schedule--laptop {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    color: var(--light-color);
  }

  .header {
    padding: 25px 35px 10px;
    font-size: 1.4rem;
  }

  .header__content,
  .hero__content {
    padding-inline: 20px;
  }

  .logo {
    margin-top: 15px;
  }

  .header-info {
    width: auto;
  }

  .info__list {
    padding: 0;
    gap: 2.2rem;
    font-size: 16px;
  }

  .info__link {
    gap: 1.4rem;
    font-size: 1.6rem;
  }

  .phone__icon {
    width: 30px;
    height: 30px;
    background-size: cover;
  }

  .hero {
    padding-top: 100px;
    background: linear-gradient(139.59deg, rgb(90, 90, 90) -28.441%, rgb(28, 28, 28) 72.341%);
  }

  .hero__content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 15px;
  }

  .hero__image {
    width: 100%;
    height: max(306px, 40vw);
    background: url(./assets/images/main-tab.jpeg) no-repeat center / cover;
    border-radius: 32px;
  }

  .title {
    padding: 0 25px 0 35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }

  .hero__logo {
    transform: translateY(20%);
  }

  .hero__description {
    text-align: start;
  }

  .hero__subtitle {
    margin-bottom: 18px;
    margin-left: 72px;
  }

  .hero__list {
    text-align: center;
    width: 343px;
    margin-left: 107px;
  }

  .hero__social {
    position: absolute;
    width: 130px;
    gap: 40px;
    align-items: center;
    right: 55px;
    top: 315px;
  }

  .messangers,
  .socials {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
    background-size: cover;
  }

  .transition {
    width: 100%;
    height: 140px;
  }

  .hero__transition {
    background: url('./assets/images/transition-tab-1.svg');
    top: 2px;
  }

  .section__header {
    padding-bottom: 65px;
  }

  .section__title {
    display: flex;
    padding-left: 5px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    font-size: 3.5rem;
  }

  .section__text {
    width: 51%;
    padding-top: 10px;
    font-size: 1.9rem;
  }

  .services__item {
    padding: 1rem 2rem 2rem;
    column-gap: 3.5rem;
    border-radius: 15px;
  }

  .service__title {
    font-size: 3rem;
    font-weight: 600;
    width: 130%;
  }

  .service__title_left {
    transform: translateX(-15%);
    padding-bottom: 10px;
    width: 120%;
    max-width: 500px;
  }

  .service__text {
    width: 100%;
  }

  .service__description {
    font-size: 1.6rem;
  }

  .service__description_slim {
    padding-bottom: 15px;
  }

  .service__description_high {
    padding-bottom: 10px;
  }

  .service__list {
    padding: 10px 5px 10px 10px;
    font-size: 1.5rem;
  }

  .service__list_mid {
    width: 100%;
  }

  .service__image {
    height: 286px;
    border-radius: 45px;
  }

  .service__text_high {
    row-gap: 30px;
  }

  .service__text_slim,
  .service__list_wide,
  .service__list_small {
    width: 100%;
  }

  .hidden {
    display: none;
  }

  .services__transition {
    background-image: url(./assets/images/transition-tab-2.svg);
    position: relative;
    top: 1px;
  }

  .services__content {
    padding-bottom: 25px;
  }

  .section__text_wide_dark {
    width: 49%;
    font-size: 1.7rem;
  }

  .benefits__list {
    flex-direction: column;
    row-gap: 3rem;
  }

  .benefits__item {
    height: 243px;
    flex-basis: auto;
    padding: 35px 50px 40px;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 5fr;
    grid-template-rows: 1fr 2fr;
    border-radius: 15px;
  }

  .benefits__description {
    grid-column: 2;
  }

  .benefits__title_pc,
  .benefits__description_pc {
    display: none;
  }

  .benefits__title_tab,
  .benefits__description_tab {
    display: block;
  }

  .benefits__transition {
    background: url('./assets/images/transition-tab-3.svg');
    height: 112px;
    margin-bottom: 30px;
  }

  .benefits__content {
    padding-bottom: 15px;
  }

  .reviews__text {
    width: 48%;
    font-size: 1.7rem;
  }

  .reviews__list {
    column-gap: 2rem;
  }

  .reviews__item {
    max-width: calc((100% - 4rem) / 3);
    padding: 15px 15px 40px 20px;
    border-radius: 12px;
  }

  .reviews__header {
    margin-bottom: 20px;
    display: grid;
    grid-template: repeat(2, 1fr);
    grid-template-areas:
      '. location'
      'name date';
  }

  .reviews__title {
    grid-area: name;
    font-size: 1.6rem;
  }

  .reviews__date {
    grid-area: date;
    font-size: 1.1rem;
  }

  .reviews__icon {
    grid-area: location;
    justify-self: end;
    width: 24px;
    height: 24px;
  }

  .reviews__descrition {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }

  .reviews__footer {
    flex-direction: column;
    row-gap: 20px;
  }

  .reviews__link {
    font-size: 1.2rem;
  }

  .reviews__content {
    padding-bottom: 10px;
  }

  .reviews__list {
    padding-bottom: 10px;
  }

  .go-top {
    gap: 0.3rem;
  }

  .go-top__icon {
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .go-top__text {
    font-size: 16px;
    font-weight: 400;
  }

  .location__container_tab {
    display: block;
  }

  .location__container_pc {
    display: none;
  }

  .footer__social {
    flex-direction: column;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }

  .header {
    padding: 10px 0 0;
  }

  .info__link {
    gap: 1.2rem;
    font-size: 1.6rem;
  }

  .phone__icon {
    width: 20px;
    height: 20px;
    background-size: cover;
  }

  .hero {
    background: linear-gradient(139.59deg, rgb(90, 90, 90) -27.503%, rgb(28, 28, 28) 72.798%);
  }

  .logo {
    width: 65px;
    height: 85px;
    margin-top: 7px;
  }

  .header-info {
    width: auto;
  }

  .info__list {
    flex-direction: column-reverse;
    gap: 5px;
    align-items: center;
    padding-right: 10px;
    transform: translateX(-5%);
  }

  .info__link {
    font-size: 12px;
    gap: 6px;
  }

  .info__link--mobile {
    font-size: 10px;
    font-weight: normal;
  }

  .schedule--desktop {
    display: none;
  }

  .schedule--laptop {
    position: absolute;
    top: 60px;
    right: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: var(--light-color);
  }

  .ordered {
    order: 1;
  }

  .hero {
    padding-top: 115px;
  }

  .hero__content {
    padding-bottom: 5px;
    flex-direction: column;
    row-gap: 20px;
  }

  .hero__title {
    text-align: left;
    flex-direction: row;
    font-size: 4rem;
    padding-bottom: 120px;
    line-height: 1.5;
    padding-left: 24px;
  }

  .hero__logo {
    font-size: 10.5rem;
    transform: translate(-78%, 48%);
  }

  .hero__text {
    font-size: 2.5rem;
    line-height: 1.6;
  }

  .hero__subtitle {
    margin-bottom: 10px;
  }

  .hero__image {
    width: 100%;
    height: max(242px, 45vw);
    border-radius: 20px;
    background: url(./assets/images/main.jpg) no-repeat center / cover;
  }

  .hero__social {
    position: absolute;
    right: 0;
    top: 290px;
    padding-left: 24px;
    padding-right: 33px;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }

  .messangers,
  .socials {
    display: flex;
    flex-direction: row;
    gap: 13px;
  }

  .socials {
    flex-direction: row-reverse;
  }

  .social-icon {
    width: 30px;
    height: 30px;
    background-size: cover;
  }

  .transition {
    width: 100%;
    height: 65px;
  }

  .hero__transition {
    background: url('./assets/images/transition-mob-1.svg');
    top: 2px;
  }

  .section__header {
    flex-direction: column;
    padding-top: 5px;
    row-gap: 2rem;
    padding-bottom: 3.5rem;
  }

  .section__title {
    font-size: 3rem;
    line-height: 1.6;
  }

  .section__text {
    width: initial;
    font-size: 1.6rem;
    padding-top: 0;
    letter-spacing: -0.08rem;
  }

  .services__content {
    padding-bottom: 2rem;
  }

  .services__list {
    row-gap: 3rem;
  }

  .services__item {
    padding: 0.6rem 1rem 1rem;
    flex-direction: column;
    align-items: initial;
    row-gap: 1rem;
    border-radius: 15px;
  }

  .service__title {
    font-size: 2rem;
    line-height: 1.3;
  }

  .service__text {
    width: initial;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }

  .service__description {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.06rem;
  }

  .service__list {
    font-size: 1.3rem;
    padding: 5px;
  }
  .capitalize {
    text-transform: capitalize;
  }

  .service__list_mid,
  .service__list_wide,
  .service__list_small,
  .service__text_slim {
    width: initial;
  }

  .service__image {
    width: 100%;
    height: max(40vw, 157px);
    border-radius: 20px;
  }

  .service__image_2 {
    order: 1;
  }

  .hidden_mob {
    display: none;
  }

  .service__text_high {
    padding-top: 0;
    row-gap: 1rem;
  }

  .services__transition {
    background-image: url(./assets/images/transition-mob-2.svg);
    top: 2px;
  }

  .benefits__content {
    padding-bottom: 2rem;
  }

  .benefits__list {
    flex-direction: column;
    row-gap: 3rem;
  }

  .benefits__item {
    height: initial;
    flex-basis: initial;
    padding: 35px 25px 60px;
    display: grid;
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
    border-radius: 15px;
  }

  .benefits__icon {
    width: 100%;
    height: 45px;
    grid-column: 2;
    align-self: center;
    justify-self: end;
    background-position: right;
  }

  .benefits__title {
    font-size: 2rem;
    line-height: 1.5;
    grid-row: 1;
  }

  .benefits__description {
    font-size: 1.6rem;
    grid-column: 1 / span 2;
  }

  .benefits__item_5-columns {
    grid-template-columns: 4fr 1fr;
  }

  .benefits__icon_2 {
    width: 40px;
  }

  .benefits__title_pc,
  .benefits__description_pc {
    display: none;
  }

  .benefits__title_tab,
  .benefits__description_tab {
    display: block;
  }

  .benefits__transition {
    background: url('./assets/images/transition-mob-3.svg');
  }

  .reviews__text {
    display: none;
  }

  .reviews__list {
    row-gap: 3rem;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .reviews__item {
    padding: 20px 20px 50px;
    border-radius: 12px;
  }

  .reviews__header {
    margin-bottom: 20px;
    display: grid;
    row-gap: 0.8rem;
    grid-template: repeat(2, 1fr);
    grid-template-areas:
      '. location'
      'name date';
  }

  .reviews__title {
    grid-area: name;
    font-size: 1.6rem;
  }

  .reviews__date {
    grid-area: date;
    font-size: 1.1rem;
  }

  .reviews__icon {
    grid-area: location;
    justify-self: end;
    width: 24px;
    height: 24px;
  }

  .reviews__descrition {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .reviews__footer {
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .reviews__link {
    font-size: 1.2rem;
  }

  .reviews__content {
    padding-bottom: 8px;
  }

  .go-top {
    gap: 0.2rem;
  }

  .go-top__icon {
    width: 30px;
    height: 30px;
    background-size: cover;
  }

  .go-top__text {
    font-size: 12px;
    font-weight: 400;
  }

  .location__container_mob {
    display: block;
  }

  .location__container_tab,
  .location__container_pc {
    display: none;
  }
  /* __________________________________________--------______----__---_--_-_-_----_-_-_ */
  .footer {
    padding: clamp(13px, 0.35vw, 25px) 13px;
    background: linear-gradient(133.13deg, rgb(28, 28, 28) -1.285%, rgb(90, 90, 90) 92.991%);
  }

  .footer__container {
    position: relative;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }

  .footer__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }

  .footer__logo {
    width: clamp(38px, 0.61vw, 47px);
    height: clamp(53px, 0.87vw, 67px);
  }

  .footer__info {
    gap: 0;
    padding-top: 0;
  }

  .footer__address {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
  }

  .footer__head-title {
    font-size: clamp(16px, 0.33vw, 26px);
    letter-spacing: 0;
  }

  .footer__phone-icon {
    width: clamp(20px, 0.33vw, 25px);
    height: clamp(20px, 0.33vw, 25px);
    background-size: cover;
  }

  .footer__phone {
    font-size: clamp(12px, 0.2vw, 16px);
  }

  .footer__head-logo {
    position: absolute;
    font-size: clamp(58px, 1.1vw, 85px);
    bottom: 5px;
    left: 100%;
  }

  .footer__social {
    padding-top: 20px;
    padding-left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(25px, 3.35vw, 40px);
  }

  .footer__social-icon {
    width: clamp(20px, 0.33vw, 25px);
    height: clamp(20px, 0.33vw, 25px);
    background-size: cover;
  }

  .footer__messangers,
  .footer__web-socials {
    display: flex;
    flex-direction: row;
    gap: clamp(11px, 0.26vw, 20px);
  }

  .footer__schedule {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(10px, 0.2vw, 15px);
    color: var(--light-color);
  }
}
