@charset "UTF-8";
@font-face {
  font-family: "CenturyGothic-Gras";
  src: url("../fonts/CenturyGothic-Gras/Century_gothic_gras.eot");
  src: url("../fonts/CenturyGothic-Gras/Century_gothic_gras.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Gras/Century_gothic_gras.woff2") format("woff2"), url("../fonts//CenturyGothic-Gras/Century_gothic_gras.woff") format("woff"), url("../fonts/CenturyGothic-Gras/Century_gothic_gras.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic/Century_gothic.eot");
  src: url("../fonts/CenturyGothic/Century_gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/Century_gothic.woff2") format("woff2"), url("../fonts/CenturyGothic/Century_gothic.woff") format("woff"), url("../fonts/CenturyGothic/Century_gothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 40px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 220, 255, 0.25);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookie.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 100;
}

.cookie__info {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 32px;
  width: 60%;
  margin: 0 auto;
  padding: 24px 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0 9px 16px 0 rgba(11, 29, 46, 0.25);
  box-shadow: 0 9px 16px 0 rgba(11, 29, 46, 0.25);
  background-color: #fff;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  background-color: #f4f4f4;
  font-family: "Roboto-Light";
  font-size: 20px;
  line-height: 100%;
  color: #484a4e;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-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;
  position: relative;
  z-index: 1;
}

.header {
  position: relative;
  z-index: 5;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.footer {
  z-index: 1;
}

.container {
  width: min(1500px, 100% - 30px);
  margin-inline: auto;
}

section {
  width: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

h1 {
  font-family: "Roboto-Medium";
  font-size: 76px;
  line-height: 120%;
  color: #232527;
}

h2 {
  font-family: "Roboto-Medium";
  font-size: 64px;
  line-height: 120%;
  color: #232527;
}

h3 {
  font-family: "Roboto-Medium";
  font-size: 48px;
  line-height: 120%;
  color: #232527;
}

h4 {
  font-family: "Roboto-Medium";
  font-size: 38px;
  line-height: 130%;
  color: #232527;
}

h5 {
  font-family: "Roboto-Medium";
  font-size: 28px;
  line-height: 130%;
  color: #232527;
}

h6 {
  font-family: "Roboto-Medium";
  font-size: 24px;
  line-height: 130%;
  color: #232527;
}

p {
  font-size: 18px;
  line-height: 160%;
}
p a {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #00c1ff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img.active {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 64px;
  padding: 0 40px;
  border-radius: 12px;
  background-color: #e8e8e8;
  border: 1px solid rgb(0, 212, 255);
  -webkit-box-shadow: 0px 2px 12px 0 rgb(122, 232, 255);
  box-shadow: 0px 2px 12px 0 rgb(122, 232, 255);
  font-family: "Roboto-Medium";
  font-size: 18px;
  color: #232527;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:active {
  top: 2px;
}

.title {
  margin: 0 0 40px 0;
}
.title p:last-child {
  width: 70%;
  margin: 8px 0 0 0;
  font-family: "Roboto-Regular";
  font-size: 22px;
}

.show h1,
.show h2,
.show h3,
.show h4,
.show h5,
.show h6,
.show .up {
  position: relative;
  z-index: 2;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s 0.4s;
  transition: 0.4s 0.4s;
}

.show.active h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5,
.show.active h6,
.show.active .up {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider-container {
  position: relative;
  min-width: 0;
}

.slider-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0 auto;
}

.swiper {
  min-width: 0;
  width: 100%;
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #00c1ff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-btn svg {
  width: 24%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slider-btn svg path {
  stroke: #00c1ff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-btn--prev svg {
  margin: 0 3px 0 0;
}

.slider-btn--next svg {
  margin: 0 0 0 3px;
}

.slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.input-wrapper small {
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #232527;
  margin: 0 0 8px 0;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border-radius: 12px;
  background-color: #e8e8e8;
  border: 2px solid #b7b7b7;
  font-family: "Roboto-Medium";
  font-size: 18px;
  color: #232527;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

*::-webkit-input-placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

*:-ms-input-placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::-ms-input-placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-webkit-input-placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-ms-input-placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #b7b7b7;
  opacity: 1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text {
  padding: 0 0 0 40px;
  font-size: 14px;
  line-height: 160%;
  color: #232527;
  position: relative;
  z-index: 1;
}

.checkbox__text::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #00c1ff;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox__text::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-image: url("../img/check-mark28.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text.active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.checkbox__text a {
  display: inline;
  color: #232527;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.icon-menu {
  display: none;
  -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;
  width: 38px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #232527;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 220, 255, 0.25);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 12;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 840px;
  border-radius: 16px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.popup__close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #4fd4ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__img {
  background-image: url("../img/popup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup__form {
  padding: 50px 30px 30px 30px;
}

.popup__form strong {
  font-family: "Roboto-Medium";
  font-size: 36px;
  line-height: 120%;
  color: #232527;
  margin: 0 0 8px 0;
}

.popup__form p {
  margin: 0 0 32px 0;
}

.popup__form-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 30px;
  margin: 0 0 32px 0;
}

.popup__form .btn {
  width: 100%;
  padding: 0 12px;
  margin: 24px 0 0 0;
}

.index-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
}

.index-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.index-section ul li a {
  font-size: 24px;
}

.header__content {
  padding: 14px 0;
  background-color: #e8e8e8;
  position: relative;
  z-index: 2;
}

.header__items {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 12px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.logo svg {
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logo strong {
  font-family: "CenturyGothic-Gras";
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #a9904e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__logo {
  -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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.header__logo svg {
  height: 74px;
}

.header__logo strong {
  font-size: 26px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 4px;
}

.header__item span {
  grid-column: 1;
  grid-row: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b5edff;
}
.header__item span svg {
  width: auto;
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.header__item small {
  grid-column: 2;
  font-size: 14px;
  line-height: 120%;
  color: #484a4e;
}

.header__item p {
  grid-column: 2;
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 120%;
  color: #232527;
}

.header__item strong {
  grid-column: 2;
  font-family: "Roboto-Medium";
  font-size: 22px;
  color: #232527;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__item--phone strong {
  white-space: nowrap;
}

.header__navigation {
  width: 100%;
  background-color: #b7b7b7;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
}

.header.sticky .header__navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.menu {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.menu>li:has(.menu__container) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 3;
}

.menu>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10px;
  height: auto;
  padding: 1px 0 0 0;
}
.menu-arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-arrow path {
  stroke: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0 0 0;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two {
  width: 380px;
  padding: 12px 18px;
  border-radius: 8px;
  background-color: #b7b7b7;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
}

.menu__two>li {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two>li:last-child {
  border-bottom: none;
}

.menu__two>li>a {
  padding: 12px 0;
  font-family: "Roboto-Regular";
  font-size: 17px;
  line-height: 140%;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav__logo.logo,
.hidden {
  display: none;
}

.welcome {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  height: 100svh;
  padding: 0;
  overflow: hidden;
  background-image: url("../img/main-fullscreen-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.welcome::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.welcome .container {
  height: 100%;
  position: relative;
  z-index: 3;
}

.welcome__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 60px;
  padding: 20px 0;
  height: 100%;
}

.welcome__info {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 30px;
  padding: 20px 0;
}

.welcome__info h1 {
  font-family: "Roboto-Bold";
  color: #a9904e;
}

.welcome__info strong {
  font-family: "Roboto-Regular";
  font-size: 26px;
  line-height: 130%;
  color: #232527;
}

.welcome__items {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.welcome__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  padding: 16px 20px;
  border-radius: 12px;
  background-color: #232527;
}

.welcome__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 34px;
  margin: 0 auto 6px auto;
}
.welcome__item span svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anim.active span {
  -webkit-animation: rotateY 5s linear infinite;
  animation: rotateY 5s linear infinite;
}

.welcome__item strong {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #fff;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #232527;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
}
.social svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.social svg path {
  fill: #fff;
}

.telegram {
  padding: 0 2px 0 0;
}

.welcome__socials {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto 0 auto auto;
}

.story__content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 60px;
}

.story__slider {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
}

/*
.story__slider .swiper-slide {
  width: 100%;
  height: auto;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}
.story__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
*/
.story__wideo {
  width: 100%;
  height: auto;
  padding-top: 90%;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  position: relative;
  overflow: hidden;
}

.story__wideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.acquaintance {
  padding-bottom: 0;
}

.acquaintance__content {
  display: grid;
  grid-template-columns: 1.5fr 3fr 0.6fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.acquaintance__img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.acquaintance__img img {
  width: 106%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.acquaintance__info {
  padding: 40px;
  border-radius: 0 16px 16px 0;
  background-color: #232527;
  position: relative;
  z-index: 1;
}
.acquaintance__info::before {
  content: "";
  display: block;
  width: 160px;
  height: 100%;
  border-radius: 16px 0 0 16px;
  background-color: #232527;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
}

.acquaintance__info>* {
  color: #fff;
}

.acquaintance__info.info strong {
  margin: 0;
  color: #fff;
}

.acquaintance__info.info h3 {
  margin: 8px 0 20px 0;
}

.acquaintance__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 16px;
  height: 90%;
  margin: auto 0;
}

.acquaintance__item {
  width: 100%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  background-color: #b7b7b7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  overflow: hidden;
}
.acquaintance__item img {
  width: auto;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bg {
  background-color: #e8e8e8;
}

.directions__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 20px;
}

.direction {
  width: 100%;
  height: auto;
  padding-top: 64%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.direction::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.direction>img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.direction__info {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #fff;
}

.direction__info h4 {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 34px;
  color: #fff;
  margin: 0 0 6px 0;
}

.direction__info p {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 17px;
  line-height: 150%;
}

.direction__info .btn {
  width: 100%;
  height: 0;
  padding: 0 12px;
  background-color: #f4f4f4;
  border: 2px solid #fff;
  color: #00c1ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: height 0.3s 0s, opacity 0.3s 0.2s, margin 0.3s 0s, background-color 0.2s 0s, color 0.2s 0s;
  transition: height 0.3s 0s, opacity 0.3s 0.2s, margin 0.3s 0s, background-color 0.2s 0s, color 0.2s 0s;
}

.advantages__title>* {
  text-align: center;
}

.advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 30px;
}

.advantages__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #b5edff;
  margin: 0 auto 24px auto;
  position: relative;
  overflow: hidden;
}
.advantages__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.advantages__item-title {
  margin: 0 auto 12px auto;
  text-align: center;
}

.advantages__item-text {
  text-align: center;
}

.advantages__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 30px;
  margin: 60px 0 0 0;
}

.numbers__item {
  padding: 10px 40px 40px 40px;
  border-radius: 16px;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.4), 0 0 18px 0 rgba(122, 232, 255, 0.8);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.4), 0 0 18px 0 rgba(122, 232, 255, 0.8);
  position: relative;
}
.numbers__item::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 68px);
  border-radius: 12px;
  border: 2px solid #b7b7b7;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.numbers__item hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 8px;
  width: 60%;
  padding: 0 12px;
  background-color: #e8e8e8;
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 2;
}

.numbers__item hgroup p {
  font-family: "Roboto-Medium";
  font-size: 64px;
  line-height: 120%;
  color: #232527;
  text-align: center;
}

.numbers__item>strong {
  font-family: "Roboto-Regular";
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}

.swiper-pagination {
  position: static;
  margin: 20px auto 0 auto;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  opacity: 1;
  background-color: #b7b7b7;
  -webkit-transition: 1s;
  transition: 1s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00c1ff;
}

.swiper .doctor {
  height: auto;
}

.doctor {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 16px;
  overflow: hidden;
}

.doctor__img {
  width: 100%;
  height: auto;
  padding-top: 110%;
  position: relative;
  overflow: hidden;
  margin: 0 0 8px 0;
}
.doctor__img img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.doctor__info {
  padding: 60px 20px 30px 20px;
  background-color: #e8e8e8;
  position: relative;
}

.doctor__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #b5edff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.doctor__info span img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.doctor__info small {
  font-family: "CenturyGothic";
  text-align: center;
  color: #484a4e;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-color: #b5edff;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  margin: 0 0 24px 0;
}

.doctor__info h6 {
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.doctors__content .more {
  margin: 40px auto 0 auto;
}

.treatment__content {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.treatment__title {
  grid-column: 1/span 2;
}

.treatment__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 30px;
}

.treatment__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 6px;
}

.treatment__item span {
  grid-column: 1;
  grid-row: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #b5edff;
}
.treatment__item span svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.treatment__item span svg path {
  fill: #fff;
}

.treatment__item h5 {
  grid-column: 2;
}

.treatment__item p {
  grid-column: 2;
}

.treatment__slider {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
}

.treatment__slider .swiper-slide {
  width: 100%;
  height: auto;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}
.treatment__slider .swiper-slide img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.application__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 60px;
}

.application__title.title {
  margin: 0;
}

.application__form {
  position: relative;
}
.application__form::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-radius: 100vw;
  background-color: #b7b7b7;
  position: absolute;
  top: 0;
  right: calc(100% + 60px);
  z-index: 1;
}

.application__title.title p {
  width: 100%;
}
.application__title.title p a {
  display: inline-block;
  margin: 0 4px;
}

.application__form-inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 30px;
  margin: 0 0 32px 0;
}

.application__form .checkbox {
  margin: 0 0 24px 0;
}

.application__form .btn {
  margin: 24px 0 0 0;
}

.portfolio {
  padding: 0;
}

.portfolio__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.portfolio__slider .swiper-slide {
  width: 100%;
  height: auto;
  padding-top: 16%;
  position: relative;
  overflow: hidden;
}
.portfolio__slider .swiper-slide img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.feedback__content {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.feedback__info h2 {
  margin: 0 0 32px 0;
}

.feedback__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 30px;
}

.feedback__items .socials {
  margin: 30px 0 0 0;
}

.contacts__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.contacts__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: auto;
  margin: 0 0 8px 0;
}
.contacts__item span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__item span svg path {
  fill: #00c1ff;
}

.contacts__item small {
  font-family: "Roboto-Regular";
  font-size: 18px;
  margin: 4px 0 0 0;
}

.contacts__item a,
.contacts__item strong {
  grid-column: 1/span 2;
  font-family: "Roboto-Medium";
  font-size: 26px;
  line-height: 140%;
  color: #232527;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.feedback__map {
  width: 100%;
  height: auto;
  padding-top: 70%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.footer {
  padding: 50px 0 20px 0;
  background-color: #232527;
}

.footer__items {
  background-color: #fff;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 160px;
  -moz-column-gap: 160px;
  column-gap: 160px;
}

.footer__logo.logo {
  -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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__logo.logo svg {
  height: 68px;
}

.footer__logo.logo strong {
  width: 200px;
  font-size: 16px;
  text-align: center;
}

.footer__item>strong,
.footer__contacts>strong {
  margin: 0 0 24px 0;
  font-family: "Roboto-Medium";
  font-size: 22px;
  color: #d9d9d9;
}

.footer__menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
}

.footer__menu li a {
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  color: #8c8c8c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__item--catalog .footer__menu {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.footer__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0 0 12px 0;
}
.footer__contact:last-child {
  margin: 0;
}

.footer__contact span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: auto;
}
.footer__contact span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__contact span svg path {
  fill: #8c8c8c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__contact strong {
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  color: #8c8c8c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .socials {
  margin: 20px 0 0 0;
}

.footer .socials .social {
  background-color: #d9d9d9;
}
.footer .socials .social svg path {
  fill: #232527;
}

.copyright {
  grid-column: 1/span 4;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 30px;
  margin: 40px 0 0 0;
}

.copyright__policy,
.copyright__rights {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 120%;
  color: #8c8c8c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb-wrapper {
  width: 100%;
  padding: 40px 0 0 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 6px;
}

.breadcrumb__item {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 125%;
  color: #00c1ff;
}

.breadcrumb__item a {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 125%;
  color: #484a4e;
  margin: 0 9px 0 0;
  padding: 0 14px 0 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.breadcrumb__item a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00c1ff;
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.info>*:nth-child(1) {
  margin-top: 0;
}

.info>h1,
.info>h2,
.info>h3,
.info>h4,
.info>h5,
.info>h6 {
  margin: 40px 0 20px 0;
}

.info>strong {
  font-family: "Roboto-Medium";
  font-size: 22px;
  line-height: 120%;
  color: #232527;
  margin: 20px 0 12px 0;
}
.info>strong:last-child {
  margin: 20px 0 0 0;
}
.info>strong:only-child {
  margin: 0;
}

.info>p {
  margin: 12px 0;
}
.info>p:first-child {
  margin: 0 0 12px 0;
}
.info>p:last-child {
  margin: 12px 0 0 0;
}
.info>p:only-child {
  margin: 0;
}

.info>ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 12px 0;
}
.info>ul:first-child {
  margin: 0 0 12px 0;
}
.info>ul:last-child {
  margin: 12px 0 0 0;
}
.info>ul:only-child {
  margin: 0;
}

.info>ul li {
  padding: 0 0 0 20px;
  font-family: "Roboto-Light";
  font-size: 18px;
  line-height: 160%;
  color: #484a4e;
  position: relative;
}
.info>ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00c1ff;
  position: absolute;
  top: 12px;
  left: 2px;
  z-index: 1;
}

.info ol {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
}
.info ol:first-child {
  margin: 0 0 12px 0;
}
.info ol:last-child {
  margin: 12px 0 0 0;
}
.info ol:only-child {
  margin: 0;
}

.info ol li {
  display: grid;
  grid-template-columns: 1fr 4fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.4;
}
.info ol li span {
  display: inline-block;
  font-family: "Roboto-Medium";
}

.info>small {
  display: block;
  font-family: "Roboto-Medium";
  font-size: 16px;
  line-height: 150%;
  margin: 40px 0;
}
.info>small:last-child {
  margin: 40px 0 0 0;
}

.info>img+small,
.info>p>img+small {
  text-align: center;
  margin: 8px 0;
}
.info>img+small:last-child,
.info>p>img+small:last-child {
  margin: 8px 0 0 0;
}

.info>img,
.info>p>img {
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
  margin: 20px 0;
}
.info>img:last-child,
.info>p>img:last-child {
  margin: 20px 0 0 0;
}

.info>img:has(+ small),
.info>p>img:has(+ small) {
  margin: 20px 0 10px 0;
}

.info>.btn {
  margin: 40px 0;
}
.info>.btn:last-child {
  margin: 40px 0 0 0;
}

.contacts__map {
  width: 100%;
  height: auto;
  padding-top: 48%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.contacts__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 40px;
  margin: 0 0 60px 0;
}

.questions {
  padding: 40px 0;
  overflow: hidden;
  background-image: url("../img/main-fullscreen-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.questions::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.questions .container {
  position: relative;
  z-index: 2;
}

.questions__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 30px;
}

.questions__title.title {
  margin: 0;
}

.services {
  overflow: hidden;
}

.services__label {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 60px;
  margin: 0 0 60px 0;
}

.services__title.title {
  margin: 0;
}
.services__title.title p {
  width: 100%;
}

.services__img {
  width: 100%;
  height: auto;
  padding-top: 64%;
  position: relative;
}
.services__img svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: visible;
  -webkit-animation: animrotate 8s 0s ease-in-out infinite;
  animation: animrotate 8s 0s ease-in-out infinite;
}

@-webkit-keyframes animrotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotateY(20deg);
    transform: translate(-50%, -50%) rotateY(20deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotateY(-20deg);
    transform: translate(-50%, -50%) rotateY(-20deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
  }
}

@keyframes animrotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotateY(20deg);
    transform: translate(-50%, -50%) rotateY(20deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotateY(-20deg);
    transform: translate(-50%, -50%) rotateY(-20deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
  }
}
.services__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 60px;
}

.services__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 60px;
  border-radius: 16px;
  background-color: #e8e8e8;
  position: relative;
}

.services__items .services__item:nth-child(even) {
  grid-template-columns: 1.4fr 1fr;
  padding: 0 30px 0 0;
}

.services__items .services__item:nth-child(odd) {
  grid-template-columns: 1fr 1.4fr;
  padding: 0 0 0 30px;
}

.services__item-img {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 76%;
  border-radius: 16px;
  position: relative;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
}
.services__item-img img {
  width: 100%;
  height: calc(100% + 40px);
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.services__items .services__item:nth-child(even) .services__item-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.services__items .services__item:nth-child(odd) .services__item-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.services__items .services__item:nth-child(even) .services__item-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 0 30px 30px;
}

.services__items .services__item:nth-child(odd) .services__item-info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 30px 30px 30px 0;
}

.service__label {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 60px;
  margin: 0 0 60px 0;
}

.service__title.title {
  margin: 0;
}
.service__title.title p {
  width: 100%;
}

.service__slider {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
}

.service__slider .swiper-slide {
  width: 100%;
  height: auto;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}
.service__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service__price {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  overflow: hidden;
  margin: 30px 0 70px 0;
}
.service__price:first-child {
  margin: 0 0 70px 0;
}
.service__price:last-child {
  margin: 70px 0 0 0;
}
.service__price:only-child {
  margin: 0 !important;
}

.service__price-item {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 20px;
  padding: 20px;
  border-radius: 16px;
}
.service__price-item:nth-child(odd) {
  background-color: #b7b7b7;
}
.service__price-item:nth-child(even) {
  background-color: #e8e8e8;
}

.service__price-item strong {
  font-family: "Roboto-Medium";
  font-size: 22px;
  line-height: 140%;
  color: #232527;
}

.service__price-item small {
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 140%;
  color: #232527;
  text-align: right;
}

.doctors__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 32px 0;
}

.doctors__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  padding: 0 24px;
  border-radius: 100vw;
  background-color: #e8e8e8;
  font-family: "Roboto-Medium";
  font-size: 18px;
  color: #232527;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.doctors__item-wrapper {
  width: calc(50% - 10px);
  height: auto;
  padding-top: 26%;
  margin-bottom: 20px;
  position: relative;
}

.doctors__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 8px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.doctors__item-img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.doctors__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.doctors__item-info {
  height: 100%;
  padding: 20px 12px 20px 20px;
  background-color: #e8e8e8;
  overflow-y: auto;
}

.doctors__item-info {
  scrollbar-width: thin;
  scrollbar-color: #b7b7b7 transparent;
}

.doctors__item-info::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.doctors__item-info::-webkit-scrollbar-track {
  background: transparent;
}

.doctors__item-info::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 3px;
}

.doctors__item-info::-webkit-scrollbar-thumb:hover {
  background: #b7b7b7;
}

.doctors__item-text h1,
.doctors__item-text h2,
.doctors__item-text h3,
.doctors__item-text h4,
.doctors__item-text h5,
.doctors__item-text h6 {
  margin: 0 0 12px 0;
}

.doctors__item-text>strong {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 120%;
  color: #232527;
  margin: 0 0 12px 0;
}

.doctors__item-text>p {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 6px 0;
}
.doctors__item-text>p:last-child {
  margin: 6p 0 0 0;
}

.doctors__item-text ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 6px;
  margin: 6px 0 24px 0;
}

.doctors__item-text ul:last-child {
  margin-bottom: 0;
}
.doctors__item-text ul li {
  padding: 0 0 0 18px;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 150%;
  position: relative;
}
.doctors__item-text ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00c1ff;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
}

.doctors__item-certificates {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 12px;
  margin: 20px 0 0 0;
}

.doctors__item-certificates a {
  width: 100%;
  height: auto;
  padding-top: 140%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.doctors__item-certificates a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.loupe>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00c1ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.loupe>span svg {
  width: 40%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.loupe>span svg path {
  stroke: #fff;
}

.licenses__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 20px;
}
.licenses__content>h3 {
  margin: 60px 0 30px 0;
}
.licenses__item {
  width: 100%;
  height: auto;
  padding-top: 140%;
  border-radius: 16px;
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.licenses__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pages-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin: 40px auto 0 auto;
}

.pages-navigation li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pages-navigation li a,
.pages-navigation li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-left: none;
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #232527;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li a {
  background-color: #e8e8e8;
}

.pages-navigation li span {
  background-color: #00c1ff;
  color: #fff;
}

.news__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 20px;
}

.news__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 8px;
  border-radius: 16px;
  overflow: hidden;
}

.news__item picture {
  width: 100%;
  height: auto;
  padding-top: 80%;
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden;
}
.news__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.news__item hgroup {
  padding: 20px;
  background-color: #e8e8e8;
}

.news__item hgroup h5 {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 8px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news__item hgroup p {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new__label {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 60px;
}

.new__label-info {
  padding: 20px 0;
}

.new__title.title p {
  width: 100%;
}

.new__label-info strong {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 140%;
}
.new__label-info strong span {
  display: inline-block;
  margin: 0 0 0 6px;
}

.new__label-img {
  width: 100%;
  height: auto;
  padding-top: 90%;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2), 0 0 28px 0 rgb(122, 232, 255);
  position: relative;
  overflow: hidden;
}
.new__label-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.new__info {
  margin: 60px 0 0 0;
}

/* hover */
@media (min-width: 992px) {
  .news__item:hover picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .news__item:focus picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .news__item:hover hgroup h5 {
    color: #00c1ff;
  }
  .news__item:focus hgroup h5 {
    color: #00c1ff;
  }
  .pages-navigation li a:hover {
    color: #00c1ff;
  }
  .pages-navigation li a:focus {
    color: #00c1ff;
  }
  .loupe:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .loupe:hover span {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .doctors__item-certificates a:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .doctors__item-certificates a:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .breadcrumb__item a:hover {
    color: #00c1ff;
  }
  .breadcrumb__item a:focus {
    color: #00c1ff;
  }
  .contacts__item a:hover {
    color: #00c1ff;
  }
  .contacts__item a:focus {
    color: #00c1ff;
  }
  a.footer__contact:hover svg path {
    fill: #fff;
  }
  a.footer__contact:focus svg path {
    fill: #fff;
  }
  a.footer__contact:hover strong {
    color: #fff;
  }
  a.footer__contact:focus strong {
    color: #fff;
  }
  .copyright__policy:hover,
  .footer__menu li a:hover {
    color: #fff;
  }
  .copyright__policy:focus,
  .footer__menu li a:focus {
    color: #fff;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: #00c1ff;
  }
  .checkbox__text a:focus {
    color: #00c1ff;
  }
  .input:hover {
    border: 2px solid #b5edff;
    background-color: #fff;
  }
  .input:focus {
    border: 2px solid #b5edff;
    background-color: #fff;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover {
    background-color: #00c1ff;
  }
  .slider-btn:hover svg path {
    stroke: #fff;
  }
  .direction__info .btn:hover {
    background-color: #b5edff;
    color: #fff;
  }
  .direction__info .btn:focus {
    background-color: #b5edff;
    color: #fff;
  }
  .direction:hover>img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .direction:focus>img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .direction:hover .direction__info .btn {
    margin: 12px 0 0 0;
    height: 64px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .direction:focus .direction__info .btn {
    margin: 12px 0 0 0;
    height: 64px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .social:hover {
    background-color: #b7b7b7;
    -webkit-box-shadow: 0 0 12px 2px rgb(122, 232, 255);
    box-shadow: 0 0 12px 2px rgb(122, 232, 255);
  }
  .social:focus {
    -webkit-box-shadow: 0 0 12px 0 rgb(122, 232, 255);
    box-shadow: 0 0 12px 0 rgb(122, 232, 255);
  }
  .btn {
    cursor: pointer;
  }
  .btn:hover {
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: #00c1ff;
  }
  .btn:focus {
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: #00c1ff;
  }
  .menu__two>li {
    cursor: pointer;
  }
  .menu__two>li:hover>a {
    color: #484a4e;
  }
  .menu__two>li:focus>a {
    color: #484a4e;
  }
  .menu>li:has(.menu__container):hover .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu>li:has(.menu__container):focus .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu>li:hover .menu-arrow svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .menu>li:focus .menu-arrow svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .menu>li:hover .menu-arrow svg path {
    stroke: #484a4e;
  }
  .menu>li:focus .menu-arrow svg path {
    stroke: #484a4e;
  }
  .menu>li:hover>a {
    color: #484a4e;
  }
  .menu>li:focus>a {
    color: #484a4e;
  }
  .header__phone strong {
    cursor: pointer;
  }
  .header__phone strong:hover {
    color: #00c1ff;
  }
  .header__phone strong:focus {
    color: #00c1ff;
  }
  a.header__item strong:hover {
    color: #b5edff;
  }
  a.header__item strong:focus {
    color: #b5edff;
  }
  .logo:hover svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  .logo:focus svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  p a:hover {
    color: #232527;
  }
  p a:focus {
    color: #232527;
  }
  a,
  button {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1560px) {
  .advantages__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
  .advantages__img {
    margin: 0 auto 16px auto;
  }
  .portfolio__slider .swiper-slide {
    padding-top: 21%;
  }
}
@media (max-width: 1439px) {
  .header__logo strong {
    font-size: 22px;
  }
  .header__btn.btn {
    height: 58px;
    padding: 0 20px;
  }
  .header__item span {
    width: 42px;
    height: 42px;
  }
  .header__items {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .menu__two>li>a {
    padding: 10px 0;
  }
  .menu__two {
    padding: 10px 18px;
  }
  .welcome {
    height: auto;
  }
  .welcome__content {
    row-gap: 40px;
  }
  .welcome__info {
    row-gap: 24px;
  }
  .welcome__info strong {
    font-size: 22px;
  }
  .welcome__item strong {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 17px;
  }
  .acquaintance__info {
    padding: 30px;
  }
  .acquaintance__info.info p {
    font-size: 16px;
  }
  .title p:last-child {
    margin: 4px 0 0 0;
  }
  .direction__info {
    padding: 16px;
  }
  .direction__info h4 {
    font-size: 30px;
    margin: 0 0 2px 0;
  }
  .direction__info p {
    font-size: 16px;
    line-height: 140%;
  }
  .numbers__item hgroup h2,
  .numbers__item hgroup p {
    font-size: 50px;
  }
  .numbers__item::before {
    width: calc(100% - 36px);
    height: calc(100% - 59px);
  }
  .numbers__item>strong {
    font-size: 18px;
  }
  .numbers__item {
    padding: 10px 34px 34px 34px;
  }
  section {
    padding: 70px 0;
  }
  .application__form::before {
    right: calc(100% + 30px);
  }
  .portfolio__slider .swiper-slide {
    padding-top: 28%;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 23px;
  }
  .footer__content {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .footer .socials .social {
    width: 42px;
    height: 42px;
  }
  .footer__contact strong {
    font-size: 16px;
  }
  .info>img,
  .info>p>img {
    height: 500px;
  }
  .cookie__info {
    width: 76%;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 60px;
  }
}
@media (max-width: 1239px) {
  .welcome__items {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .welcome__info strong {
    font-size: 21px;
  }
  section {
    padding: 60px 0;
  }
  .acquaintance__content {
    grid-template-columns: 1.5fr 3fr 0.4fr;
  }
  .acquaintance__items {
    height: 80%;
  }
  .acquaintance__item img {
    width: 80%;
    height: auto;
  }
  .direction {
    padding-top: 80%;
  }
  .numbers__item hgroup h2,
  .numbers__item hgroup p {
    font-size: 45px;
  }
  .numbers__item hgroup {
    width: 70%;
  }
  .numbers__item {
    padding: 10px 28px 28px 28px;
  }
  .numbers__item::before {
    width: calc(100% - 32px);
    height: calc(100% - 52px);
    bottom: 16px;
  }
  .treatment__item span {
    width: 84px;
    height: 84px;
  }
  .treatment__slider .swiper-slide {
    padding-top: 120%;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 22px;
  }
  .footer__content {
    grid-template-columns: 1fr 2fr;
    row-gap: 40px;
  }
  .footer__contacts {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .copyright {
    grid-column: 1/span 2;
  }
  .treatment__content {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .services__items .services__item:nth-child(2n+1) {
    padding: 0 0 0 20px;
  }
  .services__items .services__item:nth-child(2n) {
    padding: 0 20px 0 0;
  }
  .questions__title.title p:last-child {
    width: 100%;
  }
  .doctors__item-info {
    padding: 12px 12px 12px 16px;
  }
  .doctors__item-text h5 {
    font-size: 24px;
  }
  .doctors__item-text>strong {
    font-size: 17px;
    margin: 0 0 8px 0;
  }
  .news__item hgroup {
    padding: 16px;
  }
  .news__item hgroup h5 {
    font-size: 22px;
  }
  .new__label,
  .service__label,
  .services__item,
  .services__label,
  .story__content,
  .welcome__content {
    grid-gap: 40px;
  }
  .input {
    height: 60px;
  }
  .btn {
    height: 60px;
    padding: 0 34px;
  }
  .contacts {
    padding-bottom: 15px;
  }
  .contacts__map {
    padding-top: 60%;
  }
  .cookie__info {
    width: 80%;
  }
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 45px;
  }
  h4 {
    font-size: 36px;
  }
  p,
  .info ul li,
  .info ol li {
    font-size: 17px;
    line-height: 150%;
  }
  .info>img,
  .info>p>img {
    height: 490px;
  }
  .info>ul li::before {
    top: 11px;
  }
}
@media (max-width: 1119px) {
  .header__items {
    grid-template-columns: auto 1fr auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .header__logo {
    grid-row: 1/span 2;
  }
  .header__btn.btn {
    grid-column: 2/span 2;
    grid-row: 2/span 1;
    height: 50px;
    font-size: 17px;
    margin: 0 0 0 auto;
  }
  .welcome::after {
    width: 62%;
  }
  .welcome__content {
    grid-template-columns: 61% 1fr;
  }
  .welcome__info strong {
    font-size: 20px;
  }
  .welcome__item strong {
    font-size: 15px;
  }
  .welcome__items {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .welcome__item {
    padding: 12px 16px;
  }
  .story__content {
    grid-template-columns: 1.3fr 1fr;
  }
  .story__content,
  .welcome__content {
    grid-gap: 30px;
  }
  .acquaintance__info {
    padding: 20px;
  }
  .title p:last-child {
    width: 80%;
  }
  .numbers__item hgroup h2,
  .numbers__item hgroup p {
    font-size: 40px;
  }
  .numbers__item::before {
    height: calc(100% - 50px);
  }
  .advantages__numbers {
    grid-gap: 20px;
  }
  .treatment__items {
    grid-gap: 20px;
  }
  .treatment__item {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 2px;
  }
  .treatment__content {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .treatment__item span {
    width: 76px;
    height: 76px;
  }
  .application__content {
    grid-gap: 30px;
  }
  .application__form::before {
    right: calc(100% + 15px);
  }
  .application__title.title p {
    width: 100%;
    font-size: 18px;
  }
  .feedback__content {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 40px;
  }
  .feedback__items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
  }
  .feedback__map {
    padding-top: 56%;
  }
  .feedback {
    padding-bottom: 15px;
  }
  .services__title.title>p:last-child {
    width: 100%;
  }
  .acquaintance__info::before {
    width: 80px;
  }
  .services__items .services__item:nth-child(even) .services__item-info {
    padding: 20px 0 20px 20px;
  }
  .services__items .services__item:nth-child(odd) .services__item-info {
    padding: 20px 20px 20px 0;
  }
  .services__item-img img {
    height: calc(100% + 20px);
  }
  .service__title.title p:last-child {
    width: 100%;
  }
  .doctors__buttons {
    gap: 16px;
    margin: 0 0 24px 0;
  }
  .doctors__button {
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
  }
  .licenses__content>h3 {
    margin: 50px 0 20px 0;
  }
  .new__label,
  .service__label,
  .services__item,
  .services__label,
  .story__content,
  .welcome__content {
    grid-gap: 30px;
  }
  .cookie__info {
    width: 100%;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 34px;
  }
  .info>img,
  .info>p>img {
    height: 440px;
  }
  .info>strong {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .header__content {
    padding: 10px 0;
  }
  .header__items {
    grid-template-columns: auto 1fr auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header__logo svg,
  .nav__logo svg {
    height: 60px;
  }
  .header__logo strong {
    font-size: 20px;
  }
  .header__item--address,
  .header__item span {
    display: none;
  }
  .header__item--phone {
    margin: 0 0 0 auto;
  }
  .nav__logo.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-menu.icon-menu--open,
  .icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    width: 70%;
    height: 100svh;
    margin: 0;
    padding: 30px 20px 30px 30px;
    border-radius: 0;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
    box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
  }
  .icon-menu.icon-menu--close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 16px 0 0 0;
  }
  .menu {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    position: relative;
    z-index: 3;
  }
  .menu>li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
  }
  .menu>li:has(.menu-arrow) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: 100%;
  }
  .menu-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50px;
    height: 100%;
    margin: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-arrow svg {
    width: 32%;
    height: auto;
  }
  .menu-arrow svg path {
    stroke: #232527;
  }
  .menu>li>a {
    display: block;
    padding: 4px 0 8px 0;
    font-size: 22px;
    color: #232527;
  }
  .menu-arrow.active {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .menu__container {
    grid-column: span 2;
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .menu__container.active {
    grid-template-rows: 1fr;
  }
  .menu__two {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu__two>li {
    border-bottom: none;
    background-color: transparent;
    padding: 4px 0 4px 10px;
    margin: 0;
    border-bottom: none;
  }
  .menu__two>li>a {
    font-size: 19px;
    color: #232527;
    padding: 0;
  }
  .menu__two>li:first-child {
    padding: 8px 0 4px 10px;
  }
  .menu__two>li:last-child {
    padding: 4px 0 8px 10px;
  }
  .hidden {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 30px;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 20px;
    line-height: 150%;
  }
  .licenses__content>h3 {
    margin: 40px 0 20px 0;
  }
  .show h1,
  .show h2,
  .show h3,
  .show h4,
  .show h5,
  .show h6,
  .show .up {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .popup__content {
    width: 98%;
  }
  .popup__form {
    padding: 40px 20px 20px 20px;
  }
  .popup__form strong {
    font-size: 32px;
  }
  .welcome {
    height: auto;
  }
  .welcome__content {
    padding: 40px 0 20px 0;
    height: auto;
    grid-gap: 0;
  }
  .welcome__info {
    row-gap: 18px;
    padding: 80px 0;
  }
  .welcome__info strong {
    font-size: 18px;
  }
  .welcome__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-gap: 12px;
  }
  .input {
    height: 54px;
  }
  .btn {
    height: 54px;
    padding: 0 28px;
    font-size: 16px;
  }
  .popup__form-items {
    row-gap: 24px;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    width: 24px;
    height: 24px;
  }
  .checkbox__text {
    padding: 0 0 0 38px;
  }
  .story__slider .swiper-slide {
    padding-top: 0;
    height: 100%;
  }
  .story__content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .acquaintance__content {
    grid-template-columns: 3fr 0.4fr;
  }
  .acquaintance__img {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
    padding-top: 100%;
  }
  .acquaintance__img img {
    width: auto;
    height: 100%;
  }
  .title p:last-child {
    width: 100%;
    font-size: 20px;
  }
  .directions__items {
    grid-template-columns: 1fr 1fr;
  }
  .direction {
    padding-top: 120%;
  }
  .numbers__item>strong {
    font-size: 16px;
  }
  .numbers__item hgroup h2,
  .numbers__item hgroup p {
    font-size: 32px;
  }
  .numbers__item hgroup {
    width: 76%;
  }
  .doctor__info span {
    width: 84px;
    height: 84px;
  }
  .numbers__item::before {
    width: calc(100% - 24px);
    height: calc(100% - 40px);
    bottom: 12px;
  }
  .doctor__info {
    padding: 55px 16px 20px 16px;
  }
  .slider-navigation {
    margin: 30px auto 0 auto;
  }
  .treatment__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
  .treatment__title {
    grid-column: 1/span 1;
  }
  .treatment__slider {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
  .treatment__slider .swiper-slide {
    padding-top: 70%;
  }
  .portfolio__slider .swiper-slide {
    padding-top: 42%;
  }
  .feedback__map {
    padding-top: 70%;
  }
  .new__label-img {
    padding-top: 0;
    height: 100%;
  }
  .breadcrumb-wrapper {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .new__title h1 {
    font-size: 40px;
  }
  .services__title h1,
  .service__title h1,
  .new__title h1 {
    font-size: 48px;
  }
  .new__label-info strong {
    font-size: 15px;
  }
  .footer .socials .social {
    width: 34px;
    height: 34px;
  }
  .copyright__policy,
  .copyright__rights {
    font-size: 13px;
  }
  .footer__menu li a {
    font-size: 15px;
  }
  .questions {
    padding: 28px 0;
  }
  .title p:last-child {
    font-size: 19px;
  }
  .breadcrumb__item,
  .breadcrumb__item a {
    font-size: 15px;
  }
  .breadcrumb__item a::before {
    top: 8px;
  }
  .doctors__button {
    height: 38px;
    padding: 0 16px;
    font-size: 15px;
  }
  .doctors__buttons {
    gap: 12px;
  }
  .doctors__item-wrapper {
    width: calc(50% - 8px);
    height: auto;
    padding-top: 26%;
    margin-bottom: 16px;
    position: relative;
  }
  .doctors__item-text h5 {
    font-size: 20px;
  }
  .doctors__item-text h1,
  .doctors__item-text h2,
  .doctors__item-text h3,
  .doctors__item-text h4,
  .doctors__item-text h5,
  .doctors__item-text h6 {
    margin: 0 0 8px 0;
  }
  .doctors__item-text>strong {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
  .doctors__item-text>p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 6px 0;
  }
  .doctors__item-text ul li {
    font-size: 14px;
    line-height: 140%;
  }
  .doctors__item-text ul li::before {
    width: 4px;
    height: 4px;
    top: 9px;
    left: 2px;
  }
  .news__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  .licenses__items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
  }
  .directions__items {
    grid-gap: 16px;
  }
  .service__price-item small {
    font-size: 20px;
  }
  .service__price-item strong {
    font-size: 18px;
  }
  .service__price-item {
    padding: 13px;
    border-radius: 12px;
  }
  .services__img {
    padding-top: 82%;
  }
  .contacts__items {
    margin: 0 0 40px 0;
  }
  .title {
    margin: 0 0 30px 0;
  }
  .welcome__item strong {
    width: auto;
  }
  .acquaintance {
    padding: 60px 0;
    background-image: url("../img/service-service-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .acquaintance::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .acquaintance .container {
    position: relative;
    z-index: 2;
  }
  .acquaintance__content {
    grid-template-columns: 3fr 0.6fr;
  }
  .cookie__info {
    width: 100%;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 23px;
  }
  .info>strong {
    font-size: 20px;
  }
  .info>*:nth-child(1) {
    margin: 0 0 14px 0;
  }
  .info>h1,
  .info>h2,
  .info>h3,
  .info>h4,
  .info>h5,
  .info>h6 {
    margin: 20px 0 14px 0;
  }
  .info>strong {
    margin: 20px 0 14px 0;
  }
  .info>strong:last-child {
    margin: 20px 0 0 0;
  }
  .info>strong:only-child {
    margin: 0;
  }
  .info>p {
    margin: 10px 0;
  }
  .info>p:first-child {
    margin: 0 0 10px 0;
  }
  .info>p:last-child {
    margin: 10px 0 0 0;
  }
  .info>p:only-child {
    margin: 0;
  }
  .info>img,
  .info>p>img {
    margin: 14px 0;
  }
  .info>img:last-child,
  .info>p>img:last-child {
    margin: 14px 0 0 0;
  }
  .info>img:has(+ small),
  .info>p>img:has(+ small) {
    margin: 14px 0 8px 0;
  }
  .info ol,
  .info ul {
    margin: 14px 0;
  }
  .info ol:first-child,
  .info ul:first-child {
    margin: 0 0 14px 0;
  }
  .info ol:last-child,
  .info ul:last-child {
    margin: 14px 0 0 0;
  }
  .info ol li {
    grid-template-columns: 1fr 3fr;
  }
  .info>small {
    margin: 12px 0;
  }
  .info>small:last-child {
    margin: 12px 0 0 0;
  }
  .info>.btn {
    margin: 30px 0;
  }
  .info>.btn:last-child {
    margin: 30px 0 0 0;
  }
  .info>img,
  .info>p>img {
    height: 390px;
  }
}
@media (max-width: 767px) {
  .nav {
    width: 80%;
    padding: 20px;
  }
  .welcome::after {
    width: 72%;
  }
  .welcome__content {
    grid-template-columns: 70% 1fr;
  }
  .welcome__info h1 {
    font-size: 52px;
  }
  .acquaintance__info {
    padding: 20px 20px 16px 0;
  }
  .advantages__numbers {
    grid-template-columns: 1fr;
    margin: 40px 0 0 0;
  }
  .numbers__item hgroup {
    width: 34%;
  }
  section,
  .acquaintance {
    padding: 50px 0;
  }
  .doctor__info small {
    font-size: 18px;
  }
  .doctor__info span {
    width: 74px;
    height: 74px;
  }
  .doctor__info {
    padding: 49px 16px 16px 16px;
  }
  .popup__form strong {
    font-size: 30px;
  }
  .popup__content {
    grid-template-columns: 1fr 1.6fr;
  }
  .welcome__item span {
    height: 30px;
  }
  .story__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
  .story__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .story__wideo {
    padding-top: 56%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .treatment__content {
    row-gap: 0;
  }
  .treatment__items {
    margin: 0 0 30px 0;
  }
  .application__content {
    grid-template-columns: 1fr;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 18px;
    line-height: 140%;
  }
  .footer {
    padding: 30px 0 20px 0;
  }
  .footer__item>strong,
  .footer__contacts>strong {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  .service__label,
  .new__label {
    grid-template-columns: 1fr;
    grid-gap: 0;
    position: relative;
    padding: 80px 20px;
    margin: 0 0 40px 0;
  }
  .service__title.title,
  .new__label-info {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .service__slider,
  .new__label-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .service__slider::before,
  .new__label-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .new__info {
    margin: 0;
  }
  .questions__content {
    grid-template-columns: 1fr;
  }
  .doctors__item-wrapper {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .doctors__item-wrapper:last-child {
    margin: 0;
  }
  .doctors__item {
    grid-template-columns: 1fr 1.7fr;
    position: static;
  }
  .doctors__item-info {
    height: auto;
  }
  .service__price-item strong {
    font-size: 16px;
  }
  .service__price-item small {
    font-size: 18px;
    line-height: 130%;
  }
  .services__img {
    display: none;
  }
  .services__label {
    display: block;
  }
  .services__items .services__item:nth-child(2n+1) {
    padding: 0 0 0 16px;
  }
  .services__items .services__item:nth-child(2n) {
    padding: 0 16px 0 0;
  }
  .services__item {
    grid-gap: 20px;
  }
  .info> :nth-child(1) {
    margin: 0 0 8px 0;
  }
  .services__items .services__item:nth-child(2n+1) .services__item-info {
    padding: 20px 16px 20px 0;
  }
  .services__items .services__item:nth-child(2n) .services__item-info {
    padding: 20px 0 20px 16px;
  }
  .contacts__map {
    padding-top: 80%;
  }
  .info ol li {
    grid-template-columns: 1fr 2fr;
  }
  h1,
  .services__title h1,
  .service__title h1,
  .new__title h1 {
    font-size: 50px;
  }
  .cookie {
    padding: 20px 0 40px 0;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 37px;
  }
  h4 {
    font-size: 31px;
  }
  h5 {
    font-size: 25px;
  }
  p,
  .info ul li,
  .info ol li {
    font-size: 16px;
    line-height: 140%;
  }
  .info>ul li::before {
    top: 10px;
    width: 5px;
    height: 5px;
  }
  .info>ul li {
    padding: 0 0 0 17px;
  }
  .info>img,
  .info>p>img {
    height: 340px;
  }
}
@media (max-width: 660px) {
  .welcome__info h1 {
    font-size: 47px;
  }
  .header__logo strong {
    font-size: 18px;
  }
  .header__item strong {
    font-size: 21px;
  }
  .popup__form strong {
    font-size: 28px;
  }
  .popup__form p {
    margin: 0 0 24px 0;
  }
  .acquaintance__content {
    grid-template-columns: 1fr;
  }
  .acquaintance__items {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    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;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    height: auto;
    width: calc(100% - 15px);
    position: relative;
    z-index: 2;
    margin: auto 0 0 0;
  }
  .acquaintance__item {
    height: auto;
    padding-top: 14%;
    border-radius: 12px 12px 0 0;
  }
  .acquaintance__item img {
    width: auto;
    height: 80%;
  }
  .direction__info h4 {
    font-size: 28px;
  }
  .direction__info p {
    font-size: 15px;
    line-height: 140%;
  }
  .direction {
    padding-top: 130%;
  }
  .advantages__item-title {
    font-size: 21px;
  }
  section,
  .acquaintance {
    padding: 40px 0;
  }
  .feedback__items {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
  .feedback__items .socials {
    margin: 10px 0 0 0;
  }
  .feedback__map {
    padding-top: 90%;
  }
  .service__label,
  .new__label {
    padding: 70px 20px;
  }
  .questions__content {
    grid-gap: 20px;
  }
  .licenses__item {
    padding-top: 144%;
  }
  .services__items {
    row-gap: 40px;
  }
  .contacts__map {
    padding-top: 100%;
  }
  h1,
  .services__title h1,
  .service__title h1,
  .new__title h1 {
    font-size: 45px;
  }
  .cookie__info {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 24px;
    padding: 22px 28px;
  }
  .btn.cookie__btn {
    width: 100%;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 29px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
  }
  .header__items {
    grid-template-columns: auto 1fr auto;
  }
  .header__logo {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
    width: 100%;
  }
  .header__item--phone {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    margin: 0;
  }
  .header__btn.btn {
    grid-column: 2/span 2;
    grid-row: 2/span 1;
    width: 100%;
    padding: 0 12px;
  }
  .welcome__content {
    grid-template-columns: 78% 1fr;
  }
  .welcome::after {
    width: 80%;
  }
  .welcome__info h1 {
    font-size: 43px;
  }
  .title p:last-child {
    font-size: 18px;
  }
  .direction__info {
    padding: 14px;
  }
  .direction__info h4 {
    font-size: 26px;
  }
  .advantages__img {
    margin: 0 auto 10px auto;
  }
  .numbers__item hgroup {
    margin: 0 auto 10px auto;
  }
  .doctor__info h6 {
    font-size: 19px;
  }
  .doctor__info small {
    font-size: 16px;
    margin: 0 0 18px 0;
  }
  .doctor__info span {
    width: 64px;
    height: 64px;
  }
  .doctor__info {
    padding: 40px 12px 16px 12px;
  }
  .slider-navigation {
    grid-gap: 30px;
  }
  .doctors__content .more {
    margin: 30px auto 0 auto;
  }
  .footer__content {
    grid-template-columns: 1fr;
  }
  .footer__content {
    grid-template-columns: 1fr;
  }
  .footer__contacts {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
  .copyright {
    grid-column: 1/span 1;
    margin: 0;
  }
  .footer__logo.logo {
    margin: 0 auto;
  }
  .footer__logo.logo svg {
    height: 90px;
  }
  .footer__logo.logo strong {
    width: 280px;
    font-size: 26px;
    text-align: center;
  }
  .footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
  }
  .footer__item--catalog .footer__menu {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .service__label,
  .new__label {
    padding: 60px 16px;
  }
  .news__item hgroup h5 {
    font-size: 20px;
  }
  .info>ul li::before {
    top: 9px;
  }
  .header__item {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .header__item strong,
  .header__item small {
    grid-column: inherit;
  }
  .licenses__content>h3 {
    font-size: 30px;
    margin: 40px 0 20px 0;
  }
  .info>h1,
  .info>h2,
  .info>h3,
  .info>h4,
  .info>h5,
  .info>h6 {
    margin: 20px 0 10px 0;
  }
  h1,
  .services__title h1,
  .service__title h1,
  .new__title h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 33px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  p,
  .info ul li,
  .info ol li {
    font-size: 15px;
    line-height: 140%;
  }
  .info>small {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .header__items {
    grid-template-columns: 1fr auto;
  }
  .header__item--phone {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
  .header__btn.btn {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  .header__logo {
    grid-column: 1/span 1;
  }
  .header__item strong,
  .header__item small {
    text-align: center;
  }
  .menu>li>a {
    font-size: 20px;
  }
  .welcome__content {
    grid-template-columns: 1fr;
  }
  .welcome__items {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
    grid-template-columns: 1fr;
  }
  .welcome__socials {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 30px auto;
  }
  .welcome__info {
    padding: 40px 0;
  }
  .welcome__info h1 {
    font-size: 40px;
  }
  .welcome::after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn {
    width: 100%;
    padding: 0 12px;
  }
  .welcome__info strong {
    font-size: 17px;
  }
  .popup__img {
    display: none;
  }
  .popup__content {
    grid-template-columns: 1fr;
  }
  .story__slider .swiper-slide {
    padding-top: 84%;
  }
  .story__content {
    row-gap: 20px;
  }
  .acquaintance__img {
    padding-top: 146%;
  }
  .acquaintance__item {
    padding-top: 16%;
  }
  .directions__items {
    grid-template-columns: 1fr;
  }
  .direction__info h4 {
    font-size: 30px;
  }
  .direction {
    padding-top: 100%;
  }
  .advantages__items {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .numbers__item hgroup {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 28px;
  }
  .title {
    margin: 0 0 20px 0;
  }
  .treatment__item span {
    width: 60px;
    height: 60px;
  }
  .treatment__slider .swiper-slide {
    padding-top: 90%;
  }
  .application__form-inputs {
    grid-gap: 20px;
    margin: 0 0 24px 0;
  }
  .input-wrapper small {
    font-size: 15px;
  }
  .portfolio__slider .swiper-slide {
    padding-top: 90%;
  }
  .feedback__items {
    row-gap: 20px;
  }
  .contacts__item small {
    font-size: 15px;
  }
  .feedback__map {
    padding-top: 110%;
  }
  .copyright {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .menu__two>li>a {
    font-size: 17px;
  }
  .hidden .contacts__item a,
  .hidden .contacts__item strong {
    font-size: 17px;
    line-height: 140%;
  }
  .contacts__item span {
    margin: 0 0 5px 0;
  }
  .title p:last-child {
    font-size: 17px;
  }
  .info>img,
  .info>p>img {
    height: 260px;
  }
  .questions__title h2 {
    font-size: 35px;
  }
  .popup__form-items {
    row-gap: 16px;
    margin: 0 0 16px 0;
  }
  .breadcrumb__item,
  .breadcrumb__item a {
    font-size: 13px;
  }
  .breadcrumb__item a::before {
    top: 6px;
  }
  .doctors__item {
    grid-template-columns: 1fr;
  }
  .doctors__item-img {
    padding-top: 114%;
  }
  .doctors__item-text h5 {
    font-size: 24px;
  }
  .licenses__items {
    grid-template-columns: 1fr 1fr;
  }
  .news__items {
    grid-template-columns: 1fr;
  }
  .pages-navigation li a,
  .pages-navigation li span {
    width: 34px;
    height: 34px;
  }
  .inf0>.btn,
  .pages-navigation {
    margin: 30px auto 0 auto;
  }
  .service__price-item {
    grid-template-columns: 1fr;
  }
  .services__items .services__item:nth-child(2n),
  .services__items .services__item:nth-child(2n+1) {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 12px 0 0 0;
  }
  .services__items .services__item:nth-child(2n) .services__item-img,
  .services__items .services__item:nth-child(2n+1) .services__item-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .services__item-img img {
    width: calc(100% + 12px);
    height: 100%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .services__items .services__item:nth-child(2n) .services__item-info,
  .services__items .services__item:nth-child(2n+1) .services__item-info {
    padding: 16px;
  }
  .contacts__items {
    grid-template-columns: 1fr;
  }
  .contacts__map {
    padding-top: 110%;
  }
  .contacts__items {
    margin: 0 0 30px 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 20px;
  }
  .info ol li {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 6px;
  }
  .info ol {
    row-gap: 20px;
  }
  .popup__form {
    padding: 40px 16px 16px 16px;
  }
  .checkbox__text {
    font-size: 12px;
  }
  .services__label {
    margin: 0 0 40px 0;
  }
  .licenses__content>h3 {
    font-size: 28px;
    margin: 30px 0 14px 0;
  }
  .cookie__info {
    grid-gap: 16px;
  }
  h1,
  .services__title h1,
  .service__title h1,
  .new__title h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .index-section ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 359px) {
  .header__logo svg,
  .nav__logo svg {
    height: 44px;
  }
  .header__logo strong {
    font-size: 17px;
  }
  .welcome__info h1 {
    font-size: 35px;
  }
  .popup__form strong {
    font-size: 26px;
  }
  .popup__close {
    top: 4px;
    right: 4px;
  }
  .info>strong {
    font-size: 18px;
  }
  .acquaintance__info.info h3 {
    margin: 8px 0 10px 0;
  }
  .acquaintance__info.info p {
    font-size: 15px;
  }
  .numbers__item hgroup h2,
  .numbers__item hgroup p {
    font-size: 30px;
  }
  .footer__logo.logo strong {
    font-size: 24px;
  }
  .footer__logo.logo svg {
    height: 84px;
  }
  .service__label,
  .new__label {
    padding: 50px 16px;
    margin: 0 0 30px 0;
  }
  .questions__title h2 {
    font-size: 30px;
  }
  .services__label {
    margin: 0 0 30px 0;
  }
  .services__items {
    row-gap: 30px;
  }
  h1,
  .services__title h1,
  .service__title h1,
  .new__title h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 25px;
  }
}