@import url(https://fonts.googleapis.com/css?family=Playfair+Display:regular,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Manrope:regular,500,600,800&display=swap);

@charset "UTF-8";

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #141414;
  line-height: 1;
  font-family: "Manrope";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 75rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  font-weight: 700;
  letter-spacing: -1.5%;
  line-height: 130%;
}

@supports (font-size: clamp( 2.1875rem , 1.4182692308rem  +  3.8461538462vw , 4.375rem )) {
  h1 {
    font-size: clamp( 2.1875rem , 1.4182692308rem  +  3.8461538462vw , 4.375rem );
  }
}

@supports not (font-size: clamp( 2.1875rem , 1.4182692308rem  +  3.8461538462vw , 4.375rem )) {
  h1 {
    font-size: calc(2.1875rem + 2.1875 * (100vw - 20rem) / 56.875);
  }
}

@supports (font-size: clamp( 1.875rem , 1.3255494505rem  +  2.7472527473vw , 3.4375rem )) {
  h2 {
    font-size: clamp( 1.875rem , 1.3255494505rem  +  2.7472527473vw , 3.4375rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 1.3255494505rem  +  2.7472527473vw , 3.4375rem )) {
  h2 {
    font-size: calc(1.875rem + 1.5625 * (100vw - 20rem) / 56.875);
  }
}

@supports (font-size: clamp( 1.75rem , 1.3763736264rem  +  1.8681318681vw , 2.8125rem )) {
  h3 {
    font-size: clamp( 1.75rem , 1.3763736264rem  +  1.8681318681vw , 2.8125rem );
  }
}

@supports not (font-size: clamp( 1.75rem , 1.3763736264rem  +  1.8681318681vw , 2.8125rem )) {
  h3 {
    font-size: calc(1.75rem + 1.0625 * (100vw - 20rem) / 56.875);
  }
}

@supports (font-size: clamp( 1.625rem , 1.3173076923rem  +  1.5384615385vw , 2.5rem )) {
  h4 {
    font-size: clamp( 1.625rem , 1.3173076923rem  +  1.5384615385vw , 2.5rem );
  }
}

@supports not (font-size: clamp( 1.625rem , 1.3173076923rem  +  1.5384615385vw , 2.5rem )) {
  h4 {
    font-size: calc(1.625rem + 0.875 * (100vw - 20rem) / 56.875);
  }
}

@supports (font-size: clamp( 1.25rem , 1.1181318681rem  +  0.6593406593vw , 1.625rem )) {
  h5 {
    font-size: clamp( 1.25rem , 1.1181318681rem  +  0.6593406593vw , 1.625rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.1181318681rem  +  0.6593406593vw , 1.625rem )) {
  h5 {
    font-size: calc(1.25rem + 0.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (font-size: clamp( 1.125rem , 1.0370879121rem  +  0.4395604396vw , 1.375rem )) {
  h6 {
    font-size: clamp( 1.125rem , 1.0370879121rem  +  0.4395604396vw , 1.375rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 1.0370879121rem  +  0.4395604396vw , 1.375rem )) {
  h6 {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 56.875);
  }
}

p {
  letter-spacing: 2%;
  color: #555555;
  line-height: 1.5555555556;
}

.subtitle {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 10%;
  line-height: 1.5333333333;
  color: #5C8692;
  font-weight: 600;
  margin-bottom: 0.5625rem;
  text-transform: uppercase;
}

.button-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 12%;
  color: #FFFFFF;
  line-height: 1.2307692308;
  background-color: #5C8692;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 1px solid #5C8692;
}

.button-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 12%;
  line-height: 1.2307692308;
  border: 2px solid #5C8692;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fff;
}

@supports (margin-top: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem )) {
  .our-services {
    margin-top: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem )) {
  .our-services {
    margin-top: calc(4.375rem + 4.6875 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem )) {
  .our-services {
    margin-bottom: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem )) {
  .our-services {
    margin-bottom: calc(4.375rem + 4.6875 * (100vw - 20rem) / 56.875);
  }
}

.our-services__title h3 {
  text-align: center;
  max-width: 41.1875rem;
  margin: 0 auto;
}

.our-services__title span {
  text-align: center;
}

.content-our-services {
  margin-top: 3.125rem;
}

.element-our-services {
  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;
}

.element-our-services:nth-child(1) .element-our-services__img,
.element-our-services:nth-child(3) .element-our-services__img {
  position: relative;
}

.element-our-services:nth-child(1) .element-our-services__img:after,
.element-our-services:nth-child(3) .element-our-services__img:after {
  content: "";
  position: absolute;
  bottom: -4.375rem;
  right: -4.375rem;
  width: 8.75rem;
  height: 8.75rem;
  z-index: -1;
  background-color: #134236;
}

.element-our-services:nth-child(5) .element-our-services__img {
  position: relative;
}

.element-our-services:nth-child(5) .element-our-services__img:after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: -5.625rem;
  width: 11.25rem;
  height: 5.625rem;
  z-index: -1;
  background-color: #134236;
}

.element-our-services:nth-child(odd) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.element-our-services:nth-child(even) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@supports (gap: clamp( 0.3125rem , -1.0721153846rem  +  6.9230769231vw , 4.25rem )) {
  .element-our-services {
    gap: clamp( 0.3125rem , -1.0721153846rem  +  6.9230769231vw , 4.25rem );
  }
}

@supports not (gap: clamp( 0.3125rem , -1.0721153846rem  +  6.9230769231vw , 4.25rem )) {
  .element-our-services {
    gap: calc(0.3125rem + 3.9375 * (100vw - 20rem) / 56.875);
  }
}

.element-our-services__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}

.element-our-services__img img {
  max-width: 100%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(42, 68, 75, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(42, 68, 75, 0.2);
}

.element-our-services .text-item {
  margin-top: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}

.element-our-services .text-item__content {
  margin-bottom: 2.1875rem;
}

.element-our-services .text-item .element-text-item .price-element {
  margin-bottom: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(155, 183, 191, 0.4980392157);
  padding-bottom: 1.375rem;
}

.element-our-services .text-item .element-text-item .price-element__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 0.3125rem;
}

.element-our-services .text-item .element-text-item .price-element__content::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 0rem;
  width: 100%;
  height: -10px;
  border-top: 4px dotted #000;
}

.element-our-services .text-item .element-text-item .price-element__content p {
  display: inline;
  text-align: left;
}

.element-our-services .text-item .element-text-item .price-element__name {
  z-index: 10;
  background-color: #fff;
  padding-right: 1rem;
}

.element-our-services .text-item .element-text-item .price-element__value {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  padding-left: 0.9375rem;
}

.element-our-services .text-item .element-text-item .price-element__value span {
  letter-spacing: 2%;
  color: #555555;
  line-height: 1.6666666667;
}

.element-our-services .text-item__button {
  margin-bottom: 1.875rem;
}

.element-our-services .text-item__button a {
  width: 15.625rem;
  height: 4.0625rem;
}

.customers-says {
  background-color: #EDF5F7;
}

@supports (padding-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .customers-says {
    padding-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (padding-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .customers-says {
    padding-top: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .customers-says {
    padding-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (padding-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .customers-says {
    padding-bottom: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

.customers-says__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.customers-says__title span {
  margin-bottom: 0.125rem;
}

.customers-says__content {
  display: -ms-grid;
  display: grid;
  gap: 2.25rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
  justify-items: center;
}

.customers-says .item {
  max-width: 36.375rem;
  min-height: 22.5rem;
}

.customers-says .item__text {
  background-color: #fff;
  padding: 2.75rem 3.0625rem;
}

.customers-says .item__text p {
  font-size: 1.1875rem;
  color: #141414;
  line-height: 1.7894736842;
}

.customers-says .item .user-item {
  background-color: #1E2C30;
  padding: 1.5625rem 3.1875rem;
  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;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customers-says .item .user-item .customer-user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customers-says .item .user-item .customer-user-item__img img {
  border: 2px solid #fff;
}

.customers-says .item .user-item .customer-user-item__info {
  color: #fff;
}

.customers-says .item .user-item .customer-user-item__info img {
  max-width: 100%;
}

.customers-says .item .user-item .customer-user-item__info h6 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.customers-says .item .user-item .customer-user-item__info span {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 600;
}

@supports (margin-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .benefits {
    margin-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .benefits {
    margin-top: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .benefits {
    margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .benefits {
    margin-bottom: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

.benefits__title {
  text-align: center;
  margin-bottom: 2.6875rem;
}

.benefits__content {
  display: -ms-grid;
  display: grid;
  row-gap: 2.1875rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  justify-items: center;
}

@supports ((-moz-column-gap: clamp( 0.0000000625rem , -2.3076922232rem  +  11.5384614286vw , 6.5625rem )) or (column-gap: clamp( 0.0000000625rem , -2.3076922232rem  +  11.5384614286vw , 6.5625rem ))) {
  .benefits__content {
    -webkit-column-gap: clamp( 0.0000000625rem , -2.3076922232rem  +  11.5384614286vw , 6.5625rem );
       -moz-column-gap: clamp( 0.0000000625rem , -2.3076922232rem  +  11.5384614286vw , 6.5625rem );
            column-gap: clamp( 0.0000000625rem , -2.3076922232rem  +  11.5384614286vw , 6.5625rem );
  }
}

@supports not ((-moz-column-gap: clamp( 0.0000000625rem , -2.3076922232rem  +  11.5384614286vw , 6.5625rem )) or (column-gap: clamp( 0.0000000625rem , -2.3076922232rem  +  11.5384614286vw , 6.5625rem ))) {
  .benefits__content {
    -webkit-column-gap: calc(0.0000000625rem + 6.5624999375 * (100vw - 20rem) / 56.875);
       -moz-column-gap: calc(0.0000000625rem + 6.5624999375 * (100vw - 20rem) / 56.875);
            column-gap: calc(0.0000000625rem + 6.5624999375 * (100vw - 20rem) / 56.875);
  }
}

.benefits__item {
  max-width: 20.625rem;
  min-height: 15.1875rem;
}

.benefits__item img {
  max-width: 100%;
  margin-bottom: 1.25rem;
}

.benefits__item h5 {
  margin-bottom: 0.6875rem;
}

.flat-discount__content {
  max-width: 33.375rem;
}

.flat-discount__text {
  margin-bottom: 2.3125rem;
}

.flat-discount__text h3 {
  max-width: 28.125rem;
  margin-bottom: 0.875rem;
}

.flat-discount .get-flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 28.4375rem;
  min-height: 9.0625rem;
}

.flat-discount .get-flat__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
  border: 1px solid #95BFCB;
  background-color: #fff;
  max-width: 18rem;
  padding: 1.125rem 2.5rem;
}

.flat-discount .get-flat__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 3.0625rem;
}

.flat-discount .get-flat__item:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.875rem;
  height: 0.5rem;
  background: url("../img/flat-discount/icon-dots.svg") 0 0 no-repeat;
}

.flat-discount .get-flat__item:first-child {
  margin-bottom: 1.125rem;
}

.flat-discount .get-flat__item p {
  color: #141414;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1.5;
}

.flat-discount .get-flat__item span {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flat-discount .get-flat .get-flat-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.99%;
          flex: 0 1 36.99%;
  background-color: #1E2C30;
  color: #fff;
  text-align: center;
  padding: 0.75rem 2.125rem;
}

.flat-discount .get-flat .get-flat-discount__title {
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 10%;
  line-height: 1.7333333333;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

.flat-discount .get-flat .get-flat-discount img {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.flat-discount .get-flat .get-flat-discount__under-text {
  font-weight: 800;
  line-height: 1.7222222222;
}

.form__input {
  border: 1px solid #5C8692;
  outline: none;
  margin-bottom: 0.9375rem;
  height: 4.0625rem;
  width: 100%;
  padding: 1.125rem 0.9375rem 1.125rem 3.375rem;
}

.form__input::-webkit-input-placeholder {
  color: #555555;
}

.form__input::-moz-placeholder {
  color: #555555;
}

.form__input:-ms-input-placeholder {
  color: #555555;
}

.form__input::-ms-input-placeholder {
  color: #555555;
}

.form__input::placeholder {
  color: #555555;
}

.form__input:focus {
  background-color: #EDF5F7;
}

.form__button {
  width: 100%;
  height: 4.0625rem;
}

.inuput-name {
  background: url("../img/form/icon-name.svg") 15px 21px no-repeat;
}

.inuput-email {
  background: url("../img/form/icon-email.svg") 15px 21px no-repeat;
}

.inuput-phone {
  background: url("../img/form/icon-phone.svg") 15px 21px no-repeat;
}

.inuput-service {
  background: url("../img/form/icon-service-you-need.svg") 15px 21px no-repeat;
}

.inuput-any-note {
  background: url("../img/form/icon-any-note.svg") 15px 21px no-repeat;
  resize: none;
  min-height: 8.5rem;
}

.items-blog {
  max-width: 23.125rem;
  min-height: 36.25rem;
  background-color: #EDF5F7;
  overflow: hidden;
}

.items-blog__img {
  overflow: hidden;
  display: block;
}

.items-blog__img img {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  max-width: 100%;
  height: auto;
}

.items-blog .text-items-blog {
  padding: 1.875rem 1.625rem;
}

.items-blog .text-items-blog__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}

.items-blog .text-items-blog__subtitle span {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 6%;
  line-height: 1.2307692308;
  color: #5C8692;
}

.items-blog .text-items-blog__subtitle span:first-child {
  padding-right: 1.6875rem;
  position: relative;
}

.items-blog .text-items-blog__subtitle span:first-child:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  right: 0;
  width: 1.25rem;
  height: 0.125rem;
  background: #272D32;
}

.items-blog .text-items-blog h6 {
  display: inline-block;
  margin-bottom: 0.875rem;
}

.no-webp .page-hero{
  background: url("../img/page-hero/page-hero-background.jpg") center/cover no-repeat; }

.page-hero {
  height: 100%;
}

.page-hero__content {
  padding: 1.875rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
}

@supports (min-height: clamp( 21.875rem , 18.6881868132rem  +  15.9340659341vw , 30.9375rem )) {
  .page-hero__content {
    min-height: clamp( 21.875rem , 18.6881868132rem  +  15.9340659341vw , 30.9375rem );
  }
}

@supports not (min-height: clamp( 21.875rem , 18.6881868132rem  +  15.9340659341vw , 30.9375rem )) {
  .page-hero__content {
    min-height: calc(21.875rem + 9.0625 * (100vw - 20rem) / 56.875);
  }
}

.page-hero__subtitle {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 10%;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.page-hero h2 {
  margin: 0 auto 2rem auto;
  max-width: 40.5625rem;
}

.page-hero__button {
  margin: 0 auto;
  width: 15.625rem;
  height: 4.0625rem;
}

@supports (min-height: clamp( 12.5rem , 9.0714285714rem  +  17.1428571429vw , 22.25rem )) {
  .page-hero-small {
    min-height: clamp( 12.5rem , 9.0714285714rem  +  17.1428571429vw , 22.25rem );
  }
}

@supports not (min-height: clamp( 12.5rem , 9.0714285714rem  +  17.1428571429vw , 22.25rem )) {
  .page-hero-small {
    min-height: calc(12.5rem + 9.75 * (100vw - 20rem) / 56.875);
  }
}

.meet-experts-item {
  max-width: 23.125rem;
  min-height: 35.5rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.meet-experts-item__img img {
  max-width: 100%;
}

.meet-experts-item__text {
  padding: 1.5625rem 1.0625rem 0 1.0625rem;
  text-align: center;
}

.meet-experts-item__text h6 {
  margin-bottom: 0.25rem;
}

.meet-experts-item__text p {
  max-width: 21rem;
  margin: 0 auto;
}

.meet-experts-item__social {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.meet-experts-item__social a {
  padding: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.text-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-contact .item__img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.text-contact .item__text h6 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.text-contact .item__text span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 6%;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.3125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 112.5rem;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@supports (margin-right: clamp( 0.0000000625rem , -1.0109889265rem  +  5.0549449451vw , 2.875rem )) {
  .header__logo {
    margin-right: clamp( 0.0000000625rem , -1.0109889265rem  +  5.0549449451vw , 2.875rem );
  }
}

@supports not (margin-right: clamp( 0.0000000625rem , -1.0109889265rem  +  5.0549449451vw , 2.875rem )) {
  .header__logo {
    margin-right: calc(0.0000000625rem + 2.8749999375 * (100vw - 20rem) / 56.875);
  }
}

.header__logo img {
  max-width: 100%;
}

.header__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.header__number a {
  display: block;
  width: 18.0625rem;
  line-height: 1.2222222222;
  font-weight: 600;
  letter-spacing: -1%;
  position: relative;
  padding-left: 2.0625rem;
}

@supports (margin-right: clamp( 0.0000000625rem , -0.4395603551rem  +  2.1978020879vw , 1.25rem )) {
  .header__number a {
    margin-right: clamp( 0.0000000625rem , -0.4395603551rem  +  2.1978020879vw , 1.25rem );
  }
}

@supports not (margin-right: clamp( 0.0000000625rem , -0.4395603551rem  +  2.1978020879vw , 1.25rem )) {
  .header__number a {
    margin-right: calc(0.0000000625rem + 1.2499999375 * (100vw - 20rem) / 56.875);
  }
}

.header__number a::before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url("../img/header/icon-call.svg") 0 0 no-repeat;
}

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

.header .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375rem;
  margin-right: 2rem;
}

@supports ((-moz-column-gap: clamp( 1.25rem , 0.8104395604rem  +  2.1978021978vw , 2.5rem )) or (column-gap: clamp( 1.25rem , 0.8104395604rem  +  2.1978021978vw , 2.5rem ))) {
  .header .menu__list {
    -webkit-column-gap: clamp( 1.25rem , 0.8104395604rem  +  2.1978021978vw , 2.5rem );
       -moz-column-gap: clamp( 1.25rem , 0.8104395604rem  +  2.1978021978vw , 2.5rem );
            column-gap: clamp( 1.25rem , 0.8104395604rem  +  2.1978021978vw , 2.5rem );
  }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , 0.8104395604rem  +  2.1978021978vw , 2.5rem )) or (column-gap: clamp( 1.25rem , 0.8104395604rem  +  2.1978021978vw , 2.5rem ))) {
  .header .menu__list {
    -webkit-column-gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
       -moz-column-gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
            column-gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
  }
}

.header .menu__item {
  color: #555555;
  line-height: 1.2222222222;
  display: inline-block;
  position: relative;
}

.header .menu__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #7A9CA5;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header .menu__item:hover:after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.header .menu .link-drop {
  position: relative;
  display: inline-block;
}

.header .menu .link-drop__button {
  position: relative;
  padding-right: 1.25rem;
}

.header .menu .link-drop__button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.34375rem;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url("../img/header/icon-arrow-pages.svg") 0 0 no-repeat;
}

.header .menu .link-drop__list {
  display: none;
  position: absolute;
  background-color: #5C8692;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0.625rem;
}

.header .menu .link-drop__list li {
  margin-bottom: 0.9375rem;
}

.header .menu .link-drop__list li a {
  color: #fff;
  display: block;
  position: relative;
}

.header .menu .link-drop__list li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header .menu .link-drop__list li a:hover:after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.header .menu .link-drop:hover .link-drop__list {
  display: block;
}

.header .menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}

@supports (margin-right: clamp( 0.0000000625rem , -0.7032966188rem  +  3.5164834066vw , 2rem )) {
  .header .menu__social {
    margin-right: clamp( 0.0000000625rem , -0.7032966188rem  +  3.5164834066vw , 2rem );
  }
}

@supports not (margin-right: clamp( 0.0000000625rem , -0.7032966188rem  +  3.5164834066vw , 2rem )) {
  .header .menu__social {
    margin-right: calc(0.0000000625rem + 1.9999999375 * (100vw - 20rem) / 56.875);
  }
}

.header .menu__social a {
  padding: 0.3125rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .menu__button {
  width: 12.5rem;
  height: 3.125rem;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 3.65625rem;
  padding-right: 2.0625rem;
  position: relative;
}

.header .menu__button::after {
  content: "";
  top: 0.9375rem;
  left: 1.875rem;
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  background: url("../img/header/icon-reservation.svg") 0 0 no-repeat;
}

.icon-menu {
  display: none;
}

.footer {
  background-color: #1E2C30;
}

@supports (padding-top: clamp( 3.125rem , 2.7733516484rem  +  1.7582417582vw , 4.125rem )) {
  .footer {
    padding-top: clamp( 3.125rem , 2.7733516484rem  +  1.7582417582vw , 4.125rem );
  }
}

@supports not (padding-top: clamp( 3.125rem , 2.7733516484rem  +  1.7582417582vw , 4.125rem )) {
  .footer {
    padding-top: calc(3.125rem + 1 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 3.125rem , 2.7733516484rem  +  1.7582417582vw , 4.125rem )) {
  .footer {
    padding-bottom: clamp( 3.125rem , 2.7733516484rem  +  1.7582417582vw , 4.125rem );
  }
}

@supports not (padding-bottom: clamp( 3.125rem , 2.7733516484rem  +  1.7582417582vw , 4.125rem )) {
  .footer {
    padding-bottom: calc(3.125rem + 1 * (100vw - 20rem) / 56.875);
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}

@supports (padding-bottom: clamp( 1.5625rem , 0.9690934066rem  +  2.967032967vw , 3.25rem )) {
  .footer__top {
    padding-bottom: clamp( 1.5625rem , 0.9690934066rem  +  2.967032967vw , 3.25rem );
  }
}

@supports not (padding-bottom: clamp( 1.5625rem , 0.9690934066rem  +  2.967032967vw , 3.25rem )) {
  .footer__top {
    padding-bottom: calc(1.5625rem + 1.6875 * (100vw - 20rem) / 56.875);
  }
}

.footer__logo img {
  max-width: 100%;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  border: 2px solid #5C8692;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  color: #fff;
}

@supports (padding-top: clamp( 1.5625rem , 0.9690934066rem  +  2.967032967vw , 3.25rem )) {
  .footer__content {
    padding-top: clamp( 1.5625rem , 0.9690934066rem  +  2.967032967vw , 3.25rem );
  }
}

@supports not (padding-top: clamp( 1.5625rem , 0.9690934066rem  +  2.967032967vw , 3.25rem )) {
  .footer__content {
    padding-top: calc(1.5625rem + 1.6875 * (100vw - 20rem) / 56.875);
  }
}

.footer__links h6 {
  margin-bottom: 1.3125rem;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__list a {
  display: block;
  font-size: 1.0625rem;
  line-height: 2;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__list a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .list-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}

.footer .list-info__item:not(:last-child) {
  margin-bottom: 0.875rem;
}

.footer .list-info__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}

.footer .list-info__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  max-width: 14.625rem;
}

.footer__work-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__work-hours li {
  display: inline-block;
  margin-bottom: 0.625rem;
}

.no-webp .hero{
  background: url("../img/hero/hero-background.jpg") center/cover no-repeat; }

.webp .hero{ background: url(../img/hero/hero-background.webp) center/cover no-repeat; }

.hero {
  height: 57.8125rem;
}

.hero__text {
  padding-top: 14.0625rem;
  margin-bottom: 14.0625rem;
  max-width: 31.875rem;
}

.hero__text h1 {
  margin-bottom: 1.5rem;
}

.hero__text p {
  font-size: 1.1875rem;
  margin-bottom: 2.125rem;
  max-width: 31.75rem;
}

.hero__sub-title {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 10%;
  line-height: 1.5333333333;
  color: #5C8692;
  padding-left: 1.9375rem;
  position: relative;
}

.hero__sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.3125rem;
  background: url("../img/hero/icon-welcome.svg") 0 0 no-repeat;
}

.hero__button {
  width: 15.625rem;
  height: 4.0625rem;
}

.hero__img {
  display: none;
}

@supports (margin-top: clamp( 4.375rem , 2.7486263736rem  +  8.1318681319vw , 9rem )) {
  .services {
    margin-top: clamp( 4.375rem , 2.7486263736rem  +  8.1318681319vw , 9rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.7486263736rem  +  8.1318681319vw , 9rem )) {
  .services {
    margin-top: calc(4.375rem + 4.625 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .services {
    margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .services {
    margin-bottom: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

.services__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
  justify-items: center;
}

@supports (gap: clamp( 0.625rem , -1.4629120879rem  +  10.4395604396vw , 6.5625rem )) {
  .services__content {
    gap: clamp( 0.625rem , -1.4629120879rem  +  10.4395604396vw , 6.5625rem );
  }
}

@supports not (gap: clamp( 0.625rem , -1.4629120879rem  +  10.4395604396vw , 6.5625rem )) {
  .services__content {
    gap: calc(0.625rem + 5.9375 * (100vw - 20rem) / 56.875);
  }
}

.services .item {
  max-width: 20.625rem;
  min-height: 30.5625rem;
}

.services .item img {
  max-width: 100%;
  margin-bottom: 1.25rem;
}

.services .item h5 {
  margin-bottom: 0.6875rem;
}

.services .item p {
  margin-bottom: 1.875rem;
}

.services .item__button {
  width: 11.25rem;
  height: 3.4375rem;
}

.about-us {
  background-color: #EBF3F5;
  -webkit-box-shadow: 0px 37px 60px 0px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0px 37px 60px 0px rgba(0, 0, 0, 0.0196078431);
}

@supports (padding-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .about-us {
    padding-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (padding-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .about-us {
    padding-top: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .about-us {
    padding-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (padding-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .about-us {
    padding-bottom: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

.about-us__content {
  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;
  gap: 1.25rem;
}

.about-us__text h3 {
  max-width: 27.1875rem;
  margin-bottom: 1rem;
}

.about-us__text p {
  max-width: 33.0625rem;
  margin-bottom: 2.3125rem;
}

.about-us__text .text-about-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.about-us__text .text-about-us__item {
  background-color: #fff;
  border: 1px solid #1E2C30;
  width: 10.3125rem;
  min-height: 11.25rem;
  text-align: center;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us__text .text-about-us__item img {
  margin-bottom: 0.875rem;
}

.about-us__text .text-about-us__item h6 {
  max-width: 8.9375rem;
}

.about-us__img img {
  max-width: 100%;
}

.home-flat-discount {
  background-color: #EDF5F7;
}

@supports (padding-top: clamp( 3.75rem , 2.1675824176rem  +  7.9120879121vw , 8.25rem )) {
  .home-flat-discount {
    padding-top: clamp( 3.75rem , 2.1675824176rem  +  7.9120879121vw , 8.25rem );
  }
}

@supports not (padding-top: clamp( 3.75rem , 2.1675824176rem  +  7.9120879121vw , 8.25rem )) {
  .home-flat-discount {
    padding-top: calc(3.75rem + 4.5 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 3.75rem , 2.1675824176rem  +  7.9120879121vw , 8.25rem )) {
  .home-flat-discount {
    padding-bottom: clamp( 3.75rem , 2.1675824176rem  +  7.9120879121vw , 8.25rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.1675824176rem  +  7.9120879121vw , 8.25rem )) {
  .home-flat-discount {
    padding-bottom: calc(3.75rem + 4.5 * (100vw - 20rem) / 56.875);
  }
}

.home-flat-discount__content {
  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;
  gap: 1.875rem;
}

.home-flat-discount__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.home-flat-discount__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 34.375rem;
  min-height: 41.6875rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 4.125rem 4.6875rem;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(42, 68, 75, 0.1294117647);
          box-shadow: 0px 20px 40px 0px rgba(42, 68, 75, 0.1294117647);
}

@supports (margin-top: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem )) {
  .our-blog {
    margin-top: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.7266483516rem  +  8.2417582418vw , 9.0625rem )) {
  .our-blog {
    margin-top: calc(4.375rem + 4.6875 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .our-blog {
    margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .our-blog {
    margin-bottom: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

.our-blog__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.our-blog__title .subtitle {
  margin-bottom: 0.25rem;
}

.our-blog__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
  justify-items: center;
  margin-bottom: 3.75rem;
}

@supports (gap: clamp( 0.625rem , -0.1442307692rem  +  3.8461538462vw , 2.8125rem )) {
  .our-blog__content {
    gap: clamp( 0.625rem , -0.1442307692rem  +  3.8461538462vw , 2.8125rem );
  }
}

@supports not (gap: clamp( 0.625rem , -0.1442307692rem  +  3.8461538462vw , 2.8125rem )) {
  .our-blog__content {
    gap: calc(0.625rem + 2.1875 * (100vw - 20rem) / 56.875);
  }
}

.our-blog__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-blog__button a {
  width: 15.625rem;
  height: 4.0625rem;
}

@supports (margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .our-values {
    margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .our-values {
    margin-top: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .our-values {
    margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .our-values {
    margin-bottom: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

.our-values__container {
  max-width: 38.75rem;
}

.our-values__title {
  text-align: center;
  margin-bottom: 2.8125rem;
}

.our-values__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 2.25rem;
}

.our-values .item-our-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.our-values .item-our-values:not(:last-child) {
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #D3D3D3;
}

.our-values .item-our-values__img img {
  max-width: 100%;
}

.our-values .item-our-values__text h6 {
  margin-bottom: 0.5rem;
}

.our-values .item-our-values__text p {
  max-width: 28.625rem;
}

.about-style {
  background-color: #EBF3F5;
}

@supports (padding-top: clamp( 3.75rem , 2.0576923077rem  +  8.4615384615vw , 8.5625rem )) {
  .about-style {
    padding-top: clamp( 3.75rem , 2.0576923077rem  +  8.4615384615vw , 8.5625rem );
  }
}

@supports not (padding-top: clamp( 3.75rem , 2.0576923077rem  +  8.4615384615vw , 8.5625rem )) {
  .about-style {
    padding-top: calc(3.75rem + 4.8125 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 3.75rem , 2.0576923077rem  +  8.4615384615vw , 8.5625rem )) {
  .about-style {
    padding-bottom: clamp( 3.75rem , 2.0576923077rem  +  8.4615384615vw , 8.5625rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.0576923077rem  +  8.4615384615vw , 8.5625rem )) {
  .about-style {
    padding-bottom: calc(3.75rem + 4.8125 * (100vw - 20rem) / 56.875);
  }
}

.about-style__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1E2C30;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 31.25rem;
  gap: 1.25rem;
}

.about-style__img img {
  max-width: 100%;
}

.about-style__text {
  color: #fff;
  padding: 1.25rem;
}

.about-style__text .subtitle {
  color: #fff;
}

.about-style__text h3 {
  max-width: 28.75rem;
  margin-bottom: 0.875rem;
}

.about-style__text p {
  color: #fff;
  max-width: 31.75rem;
}

@supports (margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .about-meet-experts {
    margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .about-meet-experts {
    margin-top: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .about-meet-experts {
    margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .about-meet-experts {
    margin-bottom: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

.about-meet-experts__title {
  text-align: center;
  margin-bottom: 2.0625rem;
}

.about-meet-experts__title h3 {
  max-width: 41.1875rem;
  margin: 0 auto;
}

.about-meet-experts__content {
  display: -ms-grid;
  display: grid;
  gap: 2.8125rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
  justify-items: center;
}

@supports (margin-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .share-us {
    margin-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .share-us {
    margin-top: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .share-us {
    margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 2.6167582418rem  +  8.7912087912vw , 9.375rem )) {
  .share-us {
    margin-bottom: calc(4.375rem + 5 * (100vw - 20rem) / 56.875);
  }
}

.share-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}

.share-us__text-and-img h3 {
  max-width: 16.5rem;
  margin-bottom: 1.375rem;
}

.share-us__text-and-img p {
  max-width: 30.9375rem;
  margin-bottom: 3.3125rem;
}

.share-us__text-and-img img {
  max-width: 100%;
}

.share-us__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.875rem;
}

.share-us__img img {
  max-width: 100%;
}

.share-us__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share-us__button a {
  width: 15.625rem;
  height: 4.0625rem;
}

.services-flat-discount {
  background-color: #EBF3F5;
}

@supports (padding-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .services-flat-discount .flat-discount {
    padding-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (padding-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .services-flat-discount .flat-discount {
    padding-top: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .services-flat-discount .flat-discount {
    padding-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .services-flat-discount .flat-discount {
    padding-bottom: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

.services-flat-discount .flat-discount__content {
  margin: 0 auto;
  max-width: 39.125rem;
}

.services-flat-discount .flat-discount__text {
  text-align: center;
}

.services-flat-discount .flat-discount__text h3 {
  max-width: 39.125rem;
  margin: 0 auto 0.875rem auto;
}

.services-flat-discount .flat-discount__text p {
  margin: 0 auto;
}

.services-flat-discount .flat-discount .get-flat {
  margin: 0 auto;
}

.about-the-service {
  background-color: #EBF3F5;
}

.about-the-service__container {
  max-width: 120rem;
}

.about-the-service__content {
  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;
}

@supports (gap: clamp( 0.0000000625rem , -2.8571427727rem  +  14.2857141758vw , 8.125rem )) {
  .about-the-service__content {
    gap: clamp( 0.0000000625rem , -2.8571427727rem  +  14.2857141758vw , 8.125rem );
  }
}

@supports not (gap: clamp( 0.0000000625rem , -2.8571427727rem  +  14.2857141758vw , 8.125rem )) {
  .about-the-service__content {
    gap: calc(0.0000000625rem + 8.1249999375 * (100vw - 20rem) / 56.875);
  }
}

.about-the-service .text-about {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.125%;
          flex: 0 1 53.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 1.25rem 0;
}

.about-the-service .text-about__title {
  margin-bottom: 2.0625rem;
}

.about-the-service .text-about__title h3 {
  margin-bottom: 0.75rem;
}

.about-the-service .text-about__title p {
  max-width: 33.125rem;
}

.about-the-service .text-about .content-text-about h6 {
  margin-bottom: 1.25rem;
}

.about-the-service .text-about .content-text-about__list {
  max-width: 31.875rem;
}

.about-the-service .text-about .content-text-about__item {
  padding-left: 3.875rem;
  position: relative;
}

.about-the-service .text-about .content-text-about__item:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.about-the-service .text-about .content-text-about__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: url("../img/about-the-service/icon-arrow-accept.svg") 0 0 no-repeat;
}

.about-the-service .text-about .content-text-about__item span {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 2;
  margin-bottom: 0.0625rem;
}

.about-the-service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.875%;
          flex: 0 1 46.875%;
  max-width: 56.1875rem;
  position: relative;
}

.about-the-service__img:after {
  content: "";
  position: absolute;
  top: calc(50% - 5.625rem);
  left: calc(50% - 5.625rem);
  width: 11.25rem;
  height: 11.25rem;
  background: url("../img/about-the-service/icon-play-button-180x180.svg") 0 0 no-repeat;
  cursor: pointer;
}

.about-the-service__img img {
  width: 100%;
}

.about-the-service .about-the-service__video {
  display: none;
}

.about-the-service__img._active:after {
  display: none;
}

.about-the-service__img._active img {
  display: none;
}

.about-the-service__img._active .about-the-service__video {
  display: block;
  max-width: 100%;
}

@supports (margin-top: clamp( 4.375rem , 2.8365384615rem  +  7.6923076923vw , 8.75rem )) {
  .membership {
    margin-top: clamp( 4.375rem , 2.8365384615rem  +  7.6923076923vw , 8.75rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.8365384615rem  +  7.6923076923vw , 8.75rem )) {
  .membership {
    margin-top: calc(4.375rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 6.25rem , 4.0521978022rem  +  10.989010989vw , 12.5rem )) {
  .membership {
    margin-bottom: clamp( 6.25rem , 4.0521978022rem  +  10.989010989vw , 12.5rem );
  }
}

@supports not (margin-bottom: clamp( 6.25rem , 4.0521978022rem  +  10.989010989vw , 12.5rem )) {
  .membership {
    margin-bottom: calc(6.25rem + 6.25 * (100vw - 20rem) / 56.875);
  }
}

.membership__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.membership__title .subtitle {
  margin-bottom: 0.375rem;
}

.membership__content {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}

.membership .item-membership {
  max-width: 36.5rem;
  min-height: 26.25rem;
  background-color: #1E2C30;
  color: #fff;
  position: relative;
}

.membership .item-membership__content {
  padding: 2.5rem 8.75rem 2.5rem 2.5rem;
}

.membership .item-membership__content h5 {
  margin-bottom: 1rem;
}

.membership .item-membership__list {
  margin-bottom: 1.6875rem;
}

.membership .item-membership__list li {
  position: relative;
  font-weight: 500;
  line-height: 2.1666666667;
  padding-left: 3.125rem;
}

.membership .item-membership__list li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.membership .item-membership__list li:after {
  content: "";
  position: absolute;
  top: 0.40625rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/membership/icon-arrow-accept-24x24.svg") 0 0 no-repeat;
}

.membership .item-membership__button {
  width: 15.625rem;
  height: 4.0625rem;
}

.membership .item-membership__price {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 8.75rem;
  height: 8.75rem;
  background-color: #111E22;
}

.membership .item-membership__price span {
  font-weight: 800;
  font-size: 3.4375rem;
  line-height: 1.2909090909;
}

.membership .item-membership__price h6 {
  font-size: 1.25rem;
  font-weight: 400;
}

.membership .item-membership__name {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.3;
  opacity: 0.2;
  position: absolute;
  bottom: 1.78125rem;
  right: 2.6875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.make-appointment {
  background-color: #EBF3F5;
}

@supports (padding-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .make-appointment {
    padding-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (padding-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .make-appointment {
    padding-top: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .make-appointment {
    padding-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .make-appointment {
    padding-bottom: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

.make-appointment__title {
  text-align: center;
  margin-bottom: 3rem;
}

.make-appointment__title h3 {
  margin-bottom: 1.25rem;
}

.make-appointment__title p {
  max-width: 38.875rem;
  margin: 0 auto;
}

.make-appointment__content {
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(42, 68, 75, 0.1294117647);
          box-shadow: 0px 20px 40px 0px rgba(42, 68, 75, 0.1294117647);
}

@supports (padding-top: clamp( 1.25rem , -0.1346153846rem  +  6.9230769231vw , 5.1875rem )) {
  .make-appointment__content {
    padding-top: clamp( 1.25rem , -0.1346153846rem  +  6.9230769231vw , 5.1875rem );
  }
}

@supports not (padding-top: clamp( 1.25rem , -0.1346153846rem  +  6.9230769231vw , 5.1875rem )) {
  .make-appointment__content {
    padding-top: calc(1.25rem + 3.9375 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 1.25rem , -0.1346153846rem  +  6.9230769231vw , 5.1875rem )) {
  .make-appointment__content {
    padding-bottom: clamp( 1.25rem , -0.1346153846rem  +  6.9230769231vw , 5.1875rem );
  }
}

@supports not (padding-bottom: clamp( 1.25rem , -0.1346153846rem  +  6.9230769231vw , 5.1875rem )) {
  .make-appointment__content {
    padding-bottom: calc(1.25rem + 3.9375 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-left: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem )) {
  .make-appointment__content {
    padding-left: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem );
  }
}

@supports not (padding-left: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem )) {
  .make-appointment__content {
    padding-left: calc(1.875rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-right: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem )) {
  .make-appointment__content {
    padding-right: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem );
  }
}

@supports not (padding-right: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem )) {
  .make-appointment__content {
    padding-right: calc(1.875rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

.make-appointment__form {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
}

.make-appointment__form .inuput-any-note {
  min-height: 4.0625rem;
}

.make-appointment__text {
  text-align: center;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5625;
  margin: 0 auto;
}

.make-appointment__text p {
  color: #5C8692;
}

.make-appointment__text a {
  color: inherit;
  font-weight: 700;
}

@supports (margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .meet-our-experts {
    margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (margin-top: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .meet-our-experts {
    margin-top: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .meet-our-experts {
    margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem );
  }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.2115384615rem  +  7.6923076923vw , 8.125rem )) {
  .meet-our-experts {
    margin-bottom: calc(3.75rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

.meet-our-experts__title {
  text-align: center;
  margin-bottom: 2.0625rem;
}

.meet-our-experts__title h3 {
  margin: 0 auto;
  max-width: 41.25rem;
}

.meet-our-experts__content {
  display: -ms-grid;
  display: grid;
  gap: 2.8125rem 1.875rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}

@supports (margin-top: clamp( 3.75rem , 2.2554945055rem  +  7.4725274725vw , 8rem )) {
  .beatunes-expert {
    margin-top: clamp( 3.75rem , 2.2554945055rem  +  7.4725274725vw , 8rem );
  }
}

@supports not (margin-top: clamp( 3.75rem , 2.2554945055rem  +  7.4725274725vw , 8rem )) {
  .beatunes-expert {
    margin-top: calc(3.75rem + 4.25 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 3.75rem , 2.2554945055rem  +  7.4725274725vw , 8rem )) {
  .beatunes-expert {
    margin-bottom: clamp( 3.75rem , 2.2554945055rem  +  7.4725274725vw , 8rem );
  }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.2554945055rem  +  7.4725274725vw , 8rem )) {
  .beatunes-expert {
    margin-bottom: calc(3.75rem + 4.25 * (100vw - 20rem) / 56.875);
  }
}

.beatunes-expert__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beatunes-expert__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.beatunes-expert__img img {
  width: 100%;
}

.beatunes-expert .text-beatunes-expert {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 33.3125rem;
}

.beatunes-expert .text-beatunes-expert__title {
  margin-bottom: 1.875rem;
}

.beatunes-expert .text-beatunes-expert__title h3 {
  margin-bottom: 1rem;
}

.beatunes-expert .text-beatunes-expert .contact-text {
  margin-bottom: 1.875rem;
}

.beatunes-expert .text-beatunes-expert .contact-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (gap: clamp( 0.9375rem , 0.5199175824rem  +  2.0879120879vw , 2.125rem )) {
  .beatunes-expert .text-beatunes-expert .contact-text__item {
    gap: clamp( 0.9375rem , 0.5199175824rem  +  2.0879120879vw , 2.125rem );
  }
}

@supports not (gap: clamp( 0.9375rem , 0.5199175824rem  +  2.0879120879vw , 2.125rem )) {
  .beatunes-expert .text-beatunes-expert .contact-text__item {
    gap: calc(0.9375rem + 1.1875 * (100vw - 20rem) / 56.875);
  }
}

.beatunes-expert .text-beatunes-expert .contact-text__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.beatunes-expert .text-beatunes-expert .contact-text__item img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.beatunes-expert .text-beatunes-expert__button {
  width: 15.625rem;
  height: 4.0625rem;
  background-color: #7A9CA5;
  margin-bottom: 1.875rem;
}

.beatunes-expert .text-beatunes-expert__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}

.beatunes-expert .text-beatunes-expert__social a {
  padding: 0.3125rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@supports (margin-top: clamp( 4.375rem , 2.7486263736rem  +  8.1318681319vw , 9rem )) {
  .get-in-touch {
    margin-top: clamp( 4.375rem , 2.7486263736rem  +  8.1318681319vw , 9rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.7486263736rem  +  8.1318681319vw , 9rem )) {
  .get-in-touch {
    margin-top: calc(4.375rem + 4.625 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 3.3200549451rem  +  5.2747252747vw , 7.375rem )) {
  .get-in-touch {
    margin-bottom: clamp( 4.375rem , 3.3200549451rem  +  5.2747252747vw , 7.375rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 3.3200549451rem  +  5.2747252747vw , 7.375rem )) {
  .get-in-touch {
    margin-bottom: calc(4.375rem + 3 * (100vw - 20rem) / 56.875);
  }
}

.get-in-touch__container {
  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;
}

@supports (gap: clamp( 0.625rem , -1.7925824176rem  +  12.0879120879vw , 7.5rem )) {
  .get-in-touch__container {
    gap: clamp( 0.625rem , -1.7925824176rem  +  12.0879120879vw , 7.5rem );
  }
}

@supports not (gap: clamp( 0.625rem , -1.7925824176rem  +  12.0879120879vw , 7.5rem )) {
  .get-in-touch__container {
    gap: calc(0.625rem + 6.875 * (100vw - 20rem) / 56.875);
  }
}

.get-in-touch__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 34.0625rem;
}

.get-in-touch__img img {
  width: 100%;
  -webkit-box-shadow: 0px 6px 60px 0px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 6px 60px 0px rgba(0, 0, 0, 0.2392156863);
}

.get-in-touch .text-get-in-touch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.get-in-touch .text-get-in-touch__title {
  max-width: 33.9375rem;
  margin-bottom: 2.6875rem;
}

.get-in-touch .text-get-in-touch__title h3 {
  max-width: 27.1875rem;
  margin-bottom: 1.4375rem;
}

.get-in-touch .text-get-in-touch__title p {
  color: #141414;
}

.contact-make-appointment {
  background-color: #EBF3F5;
}

@supports (padding-top: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .contact-make-appointment {
    padding-top: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem );
  }
}

@supports not (padding-top: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .contact-make-appointment {
    padding-top: calc(3.75rem + 3.75 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .contact-make-appointment {
    padding-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .contact-make-appointment {
    padding-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 56.875);
  }
}

.contact-make-appointment__title {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-make-appointment__title h3 {
  margin-bottom: 1.25rem;
}

.contact-make-appointment__title p {
  max-width: 38.875rem;
  margin: 0 auto;
}

.contact-make-appointment__content {
  background-color: #fff;
  -webkit-box-shadow: 0px 34px 50px 0px rgba(68, 46, 26, 0.1215686275);
          box-shadow: 0px 34px 50px 0px rgba(68, 46, 26, 0.1215686275);
}

@supports (padding: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem )) {
  .contact-make-appointment__content {
    padding: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem );
  }
}

@supports not (padding: clamp( 1.875rem , 0.3365384615rem  +  7.6923076923vw , 6.25rem )) {
  .contact-make-appointment__content {
    padding: calc(1.875rem + 4.375 * (100vw - 20rem) / 56.875);
  }
}

.contact-make-appointment .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.contact-make-appointment .form .inuput-any-note {
  min-height: 7.8125rem;
}

.contact-make-appointment .form__button {
  background-color: #7A9CA5;
}

@supports (margin-top: clamp( 4.375rem , 2.7925824176rem  +  7.9120879121vw , 8.875rem )) {
  .blog-news {
    margin-top: clamp( 4.375rem , 2.7925824176rem  +  7.9120879121vw , 8.875rem );
  }
}

@supports not (margin-top: clamp( 4.375rem , 2.7925824176rem  +  7.9120879121vw , 8.875rem )) {
  .blog-news {
    margin-top: calc(4.375rem + 4.5 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 3.2760989011rem  +  5.4945054945vw , 7.5rem )) {
  .blog-news {
    margin-bottom: clamp( 4.375rem , 3.2760989011rem  +  5.4945054945vw , 7.5rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 3.2760989011rem  +  5.4945054945vw , 7.5rem )) {
  .blog-news {
    margin-bottom: calc(4.375rem + 3.125 * (100vw - 20rem) / 56.875);
  }
}

.blog-news__content {
  display: -ms-grid;
  display: grid;
  gap: 2.75rem 3.75rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  margin-bottom: 3.75rem;
}

.blog-news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-news__button a {
  width: 15.625rem;
  height: 4.0625rem;
}

@supports (min-height: clamp( 25rem , 20.0549450549rem  +  24.7252747253vw , 39.0625rem )) {
  .page-blog-single {
    min-height: clamp( 25rem , 20.0549450549rem  +  24.7252747253vw , 39.0625rem );
  }
}

@supports not (min-height: clamp( 25rem , 20.0549450549rem  +  24.7252747253vw , 39.0625rem )) {
  .page-blog-single {
    min-height: calc(25rem + 14.0625 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-bottom: clamp( 5rem , 3.3296703297rem  +  8.3516483516vw , 9.75rem )) {
  .page-blog-single {
    padding-bottom: clamp( 5rem , 3.3296703297rem  +  8.3516483516vw , 9.75rem );
  }
}

@supports not (padding-bottom: clamp( 5rem , 3.3296703297rem  +  8.3516483516vw , 9.75rem )) {
  .page-blog-single {
    padding-bottom: calc(5rem + 4.75 * (100vw - 20rem) / 56.875);
  }
}

.page-blog-single h2 {
  max-width: 54.6875rem;
  margin: 0 auto;
}

.blog-content {
  margin-top: -17.375rem;
}

@supports (margin-top: clamp( -9.75rem , -3.3296703297rem  +  -8.3516483516vw , -5rem )) {
  .blog-content {
    margin-top: clamp( -9.75rem , -3.3296703297rem  +  -8.3516483516vw , -5rem );
  }
}

@supports not (margin-top: clamp( -9.75rem , -3.3296703297rem  +  -8.3516483516vw , -5rem )) {
  .blog-content {
    margin-top: calc(-5rem + -4.75 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .blog-content {
    margin-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem );
  }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .blog-content {
    margin-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 56.875);
  }
}

.blog-content__title-img {
  margin-bottom: 3.125rem;
}

.blog-content__title-img img {
  -webkit-box-shadow: 0px 21px 66px 0px rgba(0, 0, 0, 0.168627451);
          box-shadow: 0px 21px 66px 0px rgba(0, 0, 0, 0.168627451);
  width: 100%;
}

.blog-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@supports (gap: clamp( 1.25rem , -0.3763736264rem  +  8.1318681319vw , 5.875rem )) {
  .blog-content__content {
    gap: clamp( 1.25rem , -0.3763736264rem  +  8.1318681319vw , 5.875rem );
  }
}

@supports not (gap: clamp( 1.25rem , -0.3763736264rem  +  8.1318681319vw , 5.875rem )) {
  .blog-content__content {
    gap: calc(1.25rem + 4.625 * (100vw - 20rem) / 56.875);
  }
}

.blog-content .author-blog-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41%;
          flex: 0 1 41%;
}

.blog-content .author-blog-content__content {
  border: 5px solid #7A9CA5;
  padding: 2.4375rem 2.125rem;
  background-color: #EFFCFF;
  max-width: 25.5625rem;
  min-height: 26.875rem;
}

.blog-content .author-blog-content .title-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.625rem;
}

.blog-content .author-blog-content .title-author__img img {
  width: 100%;
}

.blog-content .author-blog-content .title-author__about h6 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.blog-content .author-blog-content .title-author__position {
  font-size: 1rem;
  line-height: 1.5625;
  margin-bottom: 0.5rem;
  color: #000000;
}

.blog-content .author-blog-content .title-author__page {
  display: inline-block;
  padding: 0.25rem 0.875rem;
  background-color: #7A9CA5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}

.blog-content .author-blog-content__text {
  margin-bottom: 1.6875rem;
}

.blog-content .author-blog-content .social-author {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.blog-content .author-blog-content .social-author__text h6 {
  font-size: 1.125rem;
  line-height: 1.6;
}

.blog-content .author-blog-content .social-author__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.blog-content .author-blog-content .social-author__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 1px solid #7A9CA5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-content .text-blog-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 59%;
          flex: 0 1 59%;
  max-width: 43.375rem;
}

.blog-content .text-blog-content p {
  margin-bottom: 1.875rem;
}

.blog-content .text-blog-content h3 {
  margin-bottom: 0.8125rem;
}

.blog-content .text-blog-content h4 {
  margin-bottom: 0.8125rem;
}

@supports (font-size: clamp( 1.5rem , 1.3681318681rem  +  0.6593406593vw , 1.875rem )) {
  .blog-content .text-blog-content h4 {
    font-size: clamp( 1.5rem , 1.3681318681rem  +  0.6593406593vw , 1.875rem );
  }
}

@supports not (font-size: clamp( 1.5rem , 1.3681318681rem  +  0.6593406593vw , 1.875rem )) {
  .blog-content .text-blog-content h4 {
    font-size: calc(1.5rem + 0.375 * (100vw - 20rem) / 56.875);
  }
}

.blog-content .text-blog-content__list-1 {
  letter-spacing: 2%;
  color: #555555;
  line-height: 1.5555555556;
  margin-bottom: 3.125rem;
}

.blog-content .text-blog-content__list-1 li {
  padding-left: 1.5625rem;
  position: relative;
}

.blog-content .text-blog-content__list-1 li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.blog-content .text-blog-content__list-1 li:after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.3125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100%;
  background-color: #555555;
}

.blog-content .text-blog-content__img {
  margin-bottom: 3.125rem;
}

.blog-content .text-blog-content__img img {
  -webkit-box-shadow: 0px 22px 61px 0px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0px 22px 61px 0px rgba(0, 0, 0, 0.1411764706);
  width: 100%;
  margin-bottom: 0.875rem;
}

.blog-content .text-blog-content__img p {
  text-align: center;
}

.blog-content .text-blog-content__quote {
  padding: 2.1875rem 2.8125rem 2.1875rem 3.8125rem;
  background-color: #EFFCFF;
  position: relative;
  margin-bottom: 2.5rem;
}

.blog-content .text-blog-content__quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 100%;
  background-color: #7A9CA5;
}

.blog-content .text-blog-content__quote p {
  font-weight: 500;
  color: #141414;
  margin: 0;
}

.blog-content .text-blog-content__list-2 {
  padding-left: 0.9375rem;
}

.blog-content .text-blog-content__list-2 li {
  line-height: 2.2222222222;
}

@supports (margin-top: clamp( 3.75rem , 2.2774725275rem  +  7.3626373626vw , 7.9375rem )) {
  .our-locathion {
    margin-top: clamp( 3.75rem , 2.2774725275rem  +  7.3626373626vw , 7.9375rem );
  }
}

@supports not (margin-top: clamp( 3.75rem , 2.2774725275rem  +  7.3626373626vw , 7.9375rem )) {
  .our-locathion {
    margin-top: calc(3.75rem + 4.1875 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .our-locathion {
    margin-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem );
  }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.4313186813rem  +  6.5934065934vw , 7.5rem )) {
  .our-locathion {
    margin-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 56.875);
  }
}

.our-locathion .item-our-locathion {
  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;
  gap: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@supports (margin-bottom: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem )) {
  .our-locathion .item-our-locathion:not(:last-child) {
    margin-bottom: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem );
  }
}

@supports not (margin-bottom: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem )) {
  .our-locathion .item-our-locathion:not(:last-child) {
    margin-bottom: calc(5rem + 2.5 * (100vw - 20rem) / 56.875);
  }
}

.our-locathion .item-our-locathion__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.our-locathion .item-our-locathion__img img {
  width: 100%;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1490196078);
}

.our-locathion .item-our-locathion .text-item h3 {
  margin-bottom: 3.125rem;
}

.our-locathion .item-our-locathion .text-item .text-contact {
  margin-bottom: 3.125rem;
}

.our-locathion .item-our-locathion .text-item__button {
  width: 15.625rem;
  height: 4.0625rem;
  background-color: #7A9CA5;
}

.no-webp .error-page{
  background: url("../img/404/404-background-.jpg") center/cover no-repeat; }

.error-page {
  height: 100%;
}

.error-page__content {
  padding: 2.5rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 35.3125rem;
  margin: 0 auto;
  text-align: center;
}

@supports (min-height: clamp( 31.25rem , 19.228021978rem  +  60.1098901099vw , 65.4375rem )) {
  .error-page__content {
    min-height: clamp( 31.25rem , 19.228021978rem  +  60.1098901099vw , 65.4375rem );
  }
}

@supports not (min-height: clamp( 31.25rem , 19.228021978rem  +  60.1098901099vw , 65.4375rem )) {
  .error-page__content {
    min-height: calc(31.25rem + 34.1875 * (100vw - 20rem) / 56.875);
  }
}

.error-page__content img {
  width: 100%;
  margin-bottom: 1.875rem;
}

.error-page__content h4 {
  margin-bottom: 1rem;
}

.error-page__content p {
  font-size: 1.1875rem;
  line-height: 1.5789473684;
  margin-bottom: 2.5rem;
}

.error-page__button {
  margin: 0 auto;
  width: 15.625rem;
  height: 4.0625rem;
  background-color: #7A9CA5;
}

@media (max-width: 89.375em) {
  .header__container {
    -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;
  }

  .header__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 70.625em) {
  .element-our-services:nth-child(odd) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .element-our-services:nth-child(even) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .element-our-services:nth-child(1) .element-our-services__img:after,
  .element-our-services:nth-child(3) .element-our-services__img:after,
  .element-our-services:nth-child(5) .element-our-services__img:after {
    display: none;
  }
}

@media (max-width: 61.99875em) {
  .element-our-services {
    -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;
    gap: 1.25rem;
    margin-bottom: 3.125rem;
  }

  .element-our-services:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .element-our-services:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .element-our-services .text-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .customers-says__content {
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }

  .benefits__content {
    gap: 2.1875rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #7A9CA5;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .header__container .menu {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .header__container .menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__number {
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .menu {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }

  .menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #1E2C30;
    padding: 100px 20px 30px 20px;
    -webkit-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
    overflow: auto;
  }

  .menu__body:before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 2;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__body .menu__list {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -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;
    z-index: 10;
    margin: 0;
  }

  .menu__body .menu__list li {
    color: #fff;
    font-size: 1.625rem;
    margin: 0 0 1.25rem 0;
  }

  .menu__body .menu__social {
    margin: 0 0 1.875rem 0;
  }

  .menu__body .menu__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0.625rem;
    background-color: #fff;
  }

  .menu__body .link-drop .link-drop__button {
    padding-right: 0.625rem;
    position: relative;
  }

  .menu__body .link-drop .link-drop__button::after {
    content: "";
    position: absolute;
    width: 0.125rem;
    height: 0.625rem;
    top: 0.9375rem;
    right: -0.6875rem;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu__body .link-drop .link-drop__button::before {
    content: "";
    width: 0.125rem;
    height: 0.625rem;
    position: absolute;
    top: 0.9375rem;
    right: -1.0625rem;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .menu__body .menu__button {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
  }

  .hero {
    background: none;
    background-color: #EBF3F5;
    height: 100%;
  }
  .no-webp .hero{background: none; }
  .webp .hero{ background: none; }

  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__text {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3.125rem;
  }

@supports (padding-top: clamp( 6.25rem , 3.5027472527rem  +  13.7362637363vw , 14.0625rem )) {
    .hero__text {
      padding-top: clamp( 6.25rem , 3.5027472527rem  +  13.7362637363vw , 14.0625rem );
    }
}

@supports not (padding-top: clamp( 6.25rem , 3.5027472527rem  +  13.7362637363vw , 14.0625rem )) {
    .hero__text {
      padding-top: calc(6.25rem + 7.8125 * (100vw - 20rem) / 56.875);
    }
}

  .hero__text h1 {
    text-align: center;
  }

  .hero__text p {
    text-align: left;
  }

  .hero__button {
    margin: 0 auto;
  }

  .hero__img {
    display: block;
    padding-bottom: 3.125rem;
  }

  .hero__img img {
    max-width: 100%;
  }

  .services__content {
    display: -ms-grid;
    display: grid;
    gap: 3.125rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
  }

  .services .item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .about-us__content {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about-us__text .subtitle {
    text-align: center;
  }

  .about-us__text h3 {
    text-align: center;
    margin: 0 auto 1rem auto;
  }

  .about-us__text .text-about-us__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .home-flat-discount__content {
    -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;
    gap: 3.125rem;
  }

  .home-flat-discount__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .home-flat-discount__text .flat-discount__text .subtitle {
    text-align: center;
  }

  .home-flat-discount__text .flat-discount__text h3 {
    text-align: center;
    margin: 0 auto 0.875rem auto;
  }

  .home-flat-discount__text .get-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    gap: 0.625rem;
  }

  .home-flat-discount__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .home-flat-discount .form {
    min-height: 100%;
    padding: 1.875rem;
  }

  .our-blog__content {
    gap: 1.875rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }

  .about-style__content {
    height: 100%;
  }

  .about-meet-experts__content {
    display: -ms-grid;
    display: grid;
    gap: 3.125rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    justify-items: center;
  }

  .about-the-service__content {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about-the-service .text-about {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about-the-service .text-about h3,
  .about-the-service .text-about .subtitle {
    text-align: center;
  }

  .about-the-service .text-about p {
    margin: 0 auto 1.25rem auto;
  }

  .about-the-service__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .membership__content {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
  }

  .membership .item-membership {
    width: 100%;
  }

  .meet-our-experts__content {
    gap: 1.875rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
  }

  .beatunes-expert__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }

  .beatunes-expert__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .beatunes-expert .text-beatunes-expert {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .beatunes-expert .text-beatunes-expert h3,
  .beatunes-expert .text-beatunes-expert .subtitle {
    text-align: center;
  }

  .beatunes-expert .text-beatunes-expert__button {
    text-align: center;
    margin: 0 auto 1.875rem auto;
  }

  .beatunes-expert .text-beatunes-expert__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }

  .beatunes-expert .text-beatunes-expert__social img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }

  .get-in-touch__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }

  .get-in-touch__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .get-in-touch .text-get-in-touch {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .get-in-touch .text-get-in-touch h3,
  .get-in-touch .text-get-in-touch .subtitle {
    text-align: center;
  }

  .get-in-touch .text-get-in-touch h3 {
    margin: 0 auto 1.4375rem auto;
  }

  .blog-news__content {
    gap: 3.125rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
  }

  .blog-content__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .blog-content .author-blog-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .blog-content .author-blog-content .title-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }

  .blog-content .author-blog-content .title-author__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog-content .author-blog-content .title-author__page {
    text-align: center;
  }

  .blog-content .text-blog-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .our-locathion .item-our-locathion {
    gap: 1.875rem;
  }

  .our-locathion .item-our-locathion:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .our-locathion .item-our-locathion:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .our-locathion .item-our-locathion__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .our-locathion .item-our-locathion .text-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .our-locathion .item-our-locathion .text-item h3,
  .our-locathion .item-our-locathion .text-item .subtitle {
    text-align: center;
  }

  .our-locathion .item-our-locathion .text-item__button {
    margin: 0 auto;
  }
}

@media (max-width: 47.99875em) {
  .benefits__content {
    gap: 3.125rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[6];
    grid-template-rows: repeat(6, 1fr);
  }

  .benefits__item {
    text-align: center;
  }

  .footer__content {
    gap: 3.125rem;
  }

  .services__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
  }

  .services .item:last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .our-blog__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }

  .about-style__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem 1.25rem;
  }

  .about-style__text {
    padding: 0;
  }

  .about-style__text .subtitle {
    text-align: center;
  }

  .about-style__text h3 {
    text-align: center;
    margin: 0 auto 0.875rem auto;
  }

  .about-style__text p {
    margin: 0 auto;
  }

  .about-meet-experts__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
  }

  .share-us__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .share-us__text-and-img .subtitle {
    text-align: center;
  }

  .share-us__text-and-img h3 {
    text-align: center;
    margin: 0 auto 1.375rem auto;
  }

  .share-us__text-and-img p {
    margin-bottom: 2.5rem;
  }

  .share-us__img {
    gap: 1.25rem;
  }

  .services-flat-discount .get-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    gap: 0.625rem;
  }

  .membership .item-membership__content {
    padding: 10rem 1.875rem 1.875rem 1.875rem;
  }

  .membership .item-membership__name {
    max-width: 6.25rem;
    font-size: 1.5625rem;
    top: 2.5rem;
    left: 1.25rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .membership .item-membership__button {
    width: 100%;
  }

  .make-appointment__form {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[6];
    grid-template-rows: repeat(6, 1fr);
    justify-items: center;
  }

  .meet-our-experts__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[6];
    grid-template-rows: repeat(6, 1fr);
  }

  .blog-news__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[6];
    grid-template-rows: repeat(6, 1fr);
  }
}

@media (max-width: 29.99875em) {
  .footer__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__content {
    -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;
  }

  .our-values .item-our-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .our-values .item-our-values__text h6 {
    text-align: center;
  }
}

@media (any-hover: hover) {
  .button-fill:hover {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-color: rgba(92, 134, 146, 0.5019607843);
    letter-spacing: 0.0625rem;
  }

  .button-empty:hover {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    letter-spacing: 0.0625rem;
    background-color: rgba(92, 134, 146, 0.1294117647);
  }

  .flat-discount .get-flat__item span:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.5;
  }

  .items-blog:hover .items-blog__img img {
    opacity: 0.8;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .meet-experts-item:hover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #EDF5F7;
  }

  .meet-experts-item__social a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }

  .text-contact .item:hover img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #EBF3F5;
  }

  .text-contact .item:hover span {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.6;
  }

  .header__number:hover a::before {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: ring 0.5s infinite;
            animation: ring 0.5s infinite;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

@-webkit-keyframes ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }

    50% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }

    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }

    50% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }

    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
}

  .header .menu__social a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }

  .footer__social a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #5C8692;
  }

  .footer__list a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer .list-info__contact:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .beatunes-expert .text-beatunes-expert .contact-text__item:hover img {
    background-color: #EBF3F5;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .beatunes-expert .text-beatunes-expert__social a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }

  .blog-content .author-blog-content .social-author__list a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #7A9CA5;
  }
}

.webp .page-hero{ background: url(../img/page-hero/page-hero-background.webp) center/cover no-repeat; }
.webp .error-page{ background: url(../img/404/404-background-.webp) center/cover no-repeat; }
