:root {
  --def-transition: .35s;
  --def-opacity: .8;
  --p-inline: 39px;
  --tb-value: 47px;
  --header-comp: 100px;
  --def-font: "Roboto", sans-serif;
}

.p-tb {
  padding-block: var(--tb-value);
}

.p-t {
  padding-top: var(--tb-value);
}

.p-t-x2 {
  padding-top: calc(var(--tb-value) * 2);
}

.p-b {
  padding-bottom: var(--tb-value);
}

.m-tb {
  margin-block: var(--tb-value);
}

.m-t {
  margin-top: var(--tb-value);
}

.m-b {
  margin-bottom: var(--tb-value);
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

html {
  height: 100%;
  font-family: var(--def-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

body.modal-active {
  overflow: hidden;
}

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

main {
  display: block;
}

a {
  text-decoration: none;
  outline: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
textarea,
select,
button {
  font: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

fieldset {
  border: 0;
}

section {
  position: relative;
}

.visually-hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

.logo {
  display: inline-block;
  transition: var(--def-transition);
}

.container {
  position: relative;
  margin-inline: auto;
  padding-inline: var(--p-inline);
  width: 100%;
  max-width: calc(1110px + var(--p-inline) * 2);
}

.fade-in {
  transition: 1s;
  opacity: 0.1;
}

.fade-in.appear {
  opacity: 1;
}

.custom-list {
  list-style: none;
}

.custom-list li {
  position: relative;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  color: #000;
}

.custom-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #00A4BD;
  border-radius: 50vw;
}

.section-heading {
  margin-inline: auto;
  max-width: 951px;
  font-size: 36px;
  font-weight: 300;
  color: #124D6B;
  text-transform: uppercase;
  text-align: center;
}

.section-heading.wht {
  color: #fff;
}

.a-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--tb-value) * -1);
  left: 0;
  width: 403px;
  height: 201px;
  background-image: url("../images/general/abstract-bg-1.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.custom-input {
  display: flex;
  position: relative;
  padding: 13px 13px 10px;
  align-items: center;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  gap: 10px;
}

.custom-input:hover,
.custom-input:focus-within {
  border-color: #12C9E4;
  box-shadow: 0px 0px 6px #FFFFFF;
}

.custom-input.error {
  border-color: #F20B0B;
  box-shadow: 0px 0px 12px #FF0000;
}

.custom-input.error .custom-input-error {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.custom-input-icon {
  flex-shrink: 0;
}

.custom-input-field {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  background-color: transparent;
  border: 0;
}

.custom-input-error {
  position: absolute;
  top: calc(100% + 4px);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.custom-input-error.invert {
  color: #124D6B;
}

.contact-el {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.contact-el-icon {
  flex-shrink: 0;
}

.contact-el-title {
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.contact-el-title.big {
  font-size: 20px;
}

.contact-el-heading {
  padding-inline: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #124D6B;
}

.contact-el-link {
  display: block;
  margin-left: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  color: #124D6B;
  background-color: transparent;
  border: 0;
  border-bottom: 1px dashed #124D6B;
  cursor: pointer;
}

.contact-el-link.sm {
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid transparent;
}

.contact-dd {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

.contact-dd:hover,
.contact-dd:focus-within {
  z-index: 20;
}

.contact-dd:hover .contact-dd-heading,
.contact-dd:focus-within .contact-dd-heading {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.contact-dd:hover .contact-dd-heading:after,
.contact-dd:focus-within .contact-dd-heading:after {
  transform: rotate(180deg);
}

.contact-dd:hover .contact-dd-heading:before,
.contact-dd:focus-within .contact-dd-heading:before {
  opacity: 1;
}

.contact-dd:hover .contact-dd-container,
.contact-dd:focus-within .contact-dd-container {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.contact-dd-heading {
  display: flex;
  position: relative;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.contact-dd-heading:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("../images/general/icon/arrow-down-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 15;
}

.contact-dd-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D8D8D8;
  border-radius: 10px 10px 0 0;
  z-index: 10;
  opacity: 0;
}

.contact-dd-heading-text {
  position: relative;
  z-index: 15;
}

.contact-dd-container {
  position: absolute;
  padding: 5px 8px;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.contact-dd-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62em;
  color: #000;
  border-bottom: 1px solid #D5D5D5;
}

.contact-dd-link:last-child {
  border-color: transparent;
}

.contact-dd-link.active {
  color: #154D69;
}

.contact-dd.contact-city .contact-dd-heading:after {
  opacity: 0;
}

.contact-dd.contact-city:hover .contact-dd-heading,
.contact-dd.contact-city:focus-within .contact-dd-heading {
  background-color: tomato;
}

.contact-dd.contact-city:hover .contact-dd-heading:after,
.contact-dd.contact-city:focus-within .contact-dd-heading:after {
  opacity: 1;
}

.contact-dd.contact-city .contact-el-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-dd.contact-city .contact-el-heading:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("../images/general/icon/arrow-down-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.def-btn {
  position: relative;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.def-btn:active .def-btn-container {
  background-color: #0B708C;
  box-shadow: none;
}

.def-btn-container {
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #00A4BD;
  border: 2px solid transparent;
}

.def-btn:before,
.def-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  width: 75px;
  height: 2px;
  background-color: #124D6B;
  transition: var(--def-transition);
}

.def-btn:before {
  top: 0;
}

.def-btn:after {
  bottom: 0;
}

.def-btn.invert .def-btn-container {
  color: #00A4BD;
  background-color: #fff;
}

.btn-show-more {
  display: none;
  margin-top: 48px;
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}

.btn-show-more.active .btn-show-more-open {
  display: none;
}

.btn-show-more.active .btn-show-more-close {
  display: block;
}

.btn-show-more-close {
  display: none;
}

.header {
  flex: 0 0 auto;
  z-index: 10;
}

.header-top {
  display: flex;
  padding-top: 24px;
  padding-bottom: 17px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}

.header-menu-btn {
  display: none;
  padding: 17px 14px;
  max-width: 53px;
  background-color: #00A4BD;
  border: 0;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-logo-img {
  max-width: 200px;
}

.header-logo-text {
  padding-left: 12px;
  max-width: 200px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33em;
  color: #000;
  border-left: 1px solid #CBCCCC;
}

.header-bottom {
  display: flex;
  align-items: center;
  background-color: #D8D8D8;
}

.header-bottom-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-catalog {
  position: relative;
}

.header-catalog.active .header-catalog-btn:after {
  transform: rotate(180deg);
}

.header-catalog.active .header-catalog-dd {
  display: block;
}

.header-catalog-btn {
  display: flex;
  position: relative;
  padding: 17px 20px;
  width: 100%;
  max-width: 160px;
  color: #fff;
  background-color: #00A4BD;
  align-items: center;
  border: 2px solid transparent;
  isolation: isolate;
  cursor: pointer;
  z-index: 5;
}

.header-catalog-btn:before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 25px;
  height: 18px;
  background-image: url("../images/general/icon/menu-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-catalog-btn:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 12px;
  height: 7px;
  background-image: url("../images/general/icon/arrow-down-w-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-catalog-btn:not(:active):hover {
  border-color: #12C9E4;
  box-shadow: 0px 0px 6px #12C9E4;
}

.header-catalog-btn:active {
  border-color: #12C9E4;
  background-color: #0B708C;
}

.header-catalog-dd {
  display: none;
  position: absolute;
  padding: 10px 20px;
  top: 100%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.header-catalog-dd-list {
  list-style: none;
}

.header-catalog-dd-list li {
  border-bottom: 1px solid #D5D5D5;
}

.header-catalog-dd-list li:last-child {
  border: 0;
}

.header-catalog-link {
  display: flex;
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  align-items: center;
  gap: 16px;
}

.header-catalog-link:hover,
.header-catalog-link:focus {
  color: #00A4BD;
  text-decoration: underline;
}

.header-catalog-link:hover .header-catalog-icon,
.header-catalog-link:focus .header-catalog-icon {
  fill: #00A4BD;
}

.header-catalog-icon {
  width: 19px;
  max-height: 30px;
  fill: #124D6B;
}

.header-nav {
  width: 100%;
}

.header-nav-list {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header-nav-link {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid transparent;
}

.header-nav-link:hover,
.header-nav-link:focus {
  color: #00A4BD;
  border-color: #00A4BD;
}

.header-nav-link:active {
  color: #134D6B;
  border-color: #134D6B;
}

.header-schedule-mob {
  display: none;
}

.header-schedule-mob .contact-el-info {
  padding-left: 10px;
}

.header-schedule-mob .contact-el-title {
  padding: 0;
}

.header-schedule-mob .contact-el-heading {
  padding: 0;
}

.header-phone .contact-el-title.big {
  white-space: nowrap;
}

@supports selector(*:focus-visible) {
  .header-catalog-btn:not(:active):focus {
    border-color: transparent;
    box-shadow: none;
  }

  .header-catalog-btn:not(:active):hover,
  .header-catalog-btn:not(:active):focus-visible {
    border-color: #12C9E4;
    box-shadow: 0px 0px 6px #12C9E4;
  }

  .header-catalog-btn:active {
    border-color: #12C9E4;
    background-color: #0B708C;
  }
}

.footer {
  padding-block: 54px 19px;
  flex: 0 0 auto;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 53px;
}

.footer-logo {
  width: 100%;
  max-width: 284px;
}

.footer-logo-img {
  width: 100%;
}

.footer-logo-text {
  display: block;
  margin-top: 10px;
  margin-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.93em;
  color: #00A4BD;
  white-space: nowrap;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.footer-nav-list {
  list-style: none;
}

.footer-nav-link {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56em;
  color: #000;
}

.footer-nav-link:hover,
.footer-nav-link:focus {
  color: #00A4BD;
  text-decoration: underline;
}

.footer-nav-link:active {
  color: #134D6B;
}

.footer-contact {
  width: 100%;
  max-width: 250px;
}

.footer-contact-el + .footer-contact-el {
  margin-top: 14px;
}

.footer-copyright {
  margin-top: 40px;
  font-size: 13px;
  font-weight: 300;
  color: #000;
  text-align: center;
}

@supports selector(*:focus-visible) {
  .footer-nav-link:focus {
    color: #000;
    text-decoration: none;
  }

  .footer-nav-link:hover,
  .footer-nav-link:focus-visible {
    color: #00A4BD;
    text-decoration: underline;
  }

  .footer-nav-link:active {
    color: #134D6B;
  }
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.menu.open {
  display: block;
}

.menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.menu-wrap {
  padding-bottom: 22px;
  height: 100%;
  overflow-y: auto;
}

.menu-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("../images/general/icon/cross-aqua-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  z-index: 10;
}

.menu-container {
  position: relative;
  max-width: 280px;
  background-color: #fff;
  border-radius: 0px 0px 16px 0px;
}

.menu-head {
  padding: 20px 10px;
}

.menu-head-logo {
  margin-inline: auto;
  max-width: 201px;
}

.menu-head-text {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
}

.menu-body {
  border-top: 3px solid #00A4BD;
  border-bottom: 3px solid #00A4BD;
}

.menu-body-top {
  display: flex;
  position: relative;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.menu-dd {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}

.menu-dd.active {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.menu-dd.active .menu-dd-head {
  background-color: #D8D8D8;
}

.menu-dd.active .menu-dd-head:after {
  transform: rotate(180deg);
}

.menu-dd.active .menu-dd-container {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.menu-dd.menu-dd-city .menu-dd-head {
  min-width: 105px;
}

.menu-dd-head {
  display: flex;
  position: relative;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #124D6B;
  border-radius: 10px 10px 0 0;
  align-items: center;
  z-index: 10;
  gap: 5px;
}

.menu-dd-head:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-color: #124D6B;
  -webkit-mask-image: url("../images/general/icon/arrow-down-icon.svg");
  mask-image: url("../images/general/icon/arrow-down-icon.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  flex-shrink: 0;
}

.menu-dd-container {
  position: absolute;
  padding: 5px 8px;
  left: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.menu-dd-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62em;
  color: #000;
  border-bottom: 1px solid #D5D5D5;
}

.menu-dd-link:last-child {
  border-color: transparent;
}

.menu-dd-link.active {
  color: #154D69;
}

.menu-dd-link:hover,
.menu-dd-link:focus {
  color: #00A4BD;
  text-decoration: underline;
}

.menu-nav-el + .menu-nav-el {
  border-top: 1px solid #fff;
}

.menu-nav-el.active .menu-nav-heading:after {
  transform: rotate(180deg);
}

.menu-nav-el.active .menu-nav-collapse {
  max-height: 500px;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.menu-nav-heading {
  display: flex;
  padding: 13px 15px;
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #00A4BD;
  border: 0;
  align-items: center;
  gap: 10px;
}

.menu-nav-heading:after {
  content: "";
  display: block;
  margin-left: auto;
  width: 12px;
  height: 7px;
  background-color: #fff;
  -webkit-mask-image: url("../images/general/icon/arrow-down-icon.svg");
  mask-image: url("../images/general/icon/arrow-down-icon.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  flex-shrink: 0;
  transition: var(--def-transition);
}

.menu-nav-collapse {
  max-height: 0;
  transition: var(--def-transition);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}

.menu-nav-list {
  padding: 15px;
  list-style: none;
}

.menu-nav-list li + li {
  border-top: 1px solid #D5D5D5;
}

.menu-nav-link {
  display: flex;
  padding: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  align-items: center;
  gap: 15px;
}

.menu-nav-link:hover,
.menu-nav-link:active {
  color: #00A4BD;
  text-decoration: underline;
}

.menu-nav-link-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-footer {
  padding: 15px 30px;
  background-color: #F5F8F8;
  border-radius: 0px 0px 16px 0px;
}

.menu-contact-el + .menu-contact-el {
  margin-top: 15px;
}

.menu-contact-el .contact-el-title,
.menu-contact-el .contact-el-heading {
  font-size: 14px;
}

.menu-contact-el .contact-el-title.big {
  font-size: 16px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--def-transition);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 1000;
}

.modal.active {
  display: block;
  visibility: visible;
}

.modal-wrap {
  display: flex;
  position: relative;
  padding: 60px var(--p-inline);
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.3;
  z-index: 0;
}

.modal-content {
  position: relative;
  margin: 0 auto;
  padding: 10px 10px 24px;
  width: 100%;
  max-width: 524px;
  background-color: #F5F8F8;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  isolation: isolate;
  overflow: hidden;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("../images/general/icon/cross-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  z-index: 10;
}

.modal-close:hover,
.modal-close:focus {
  opacity: 1;
}

.modal-close.sm {
  top: 40px;
  right: 35px;
  width: 12px;
  height: 7px;
  background-image: url("../images/general/icon/arrow-up-icon.svg");
  opacity: 1;
}

.modal-img {
  margin-bottom: 17px;
  border-radius: 10px;
}

.modal-heading {
  font-size: 18px;
  font-weight: 500;
  color: #124D6B;
  text-align: center;
}

.modal-text {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.modal-text p + p {
  margin-top: 10px;
}

.modal-text b {
  font-weight: 500;
}

.modal-text ul {
  padding-left: 20px;
}

.modal-form {
  margin-top: 24px;
}

.modal-form-wrap {
  display: flex;
  margin-top: 15px;
  align-items: center;
  gap: 16px;
}

.modal-form-input {
  width: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.modal-form-input:hover,
.modal-form-input:focus-within {
  box-shadow: 0px 0px 6px #12C9E4;
}

.modal-form-btn {
  width: 100%;
  max-width: 191px;
  flex-shrink: 0;
}

.callback-content.modal-content {
  display: flex;
  padding: 20px 60px 0 93px;
  max-width: 1110px;
  color: #fff;
  background-color: #124D6B;
  border-radius: 0;
}

.callback-info {
  margin-block: auto;
  padding-block: 30px;
  max-width: 540px;
}

.callback-heading {
  font-size: 30px;
  font-weight: 600;
}

.callback-desc {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 300;
}

.callback-form {
  margin-top: 40px;
}

.callback-form-btn {
  margin-top: 50px;
  width: 100%;
  max-width: 235px;
}

.callback-form-btn:before,
.callback-form-btn:after {
  background-color: #fff;
}

.callback-media {
  max-width: 404px;
  align-self: flex-end;
}

@media screen and (max-width: 1180px) {
  :root {
    --tb-value: 32px;
  }

  .section-heading {
    font-size: 30px;
  }

  .a-bg:before {
    display: none;
  }

  .header-top {
    padding: 0;
    padding-right: 20px;
    padding-bottom: 9px;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }

  .header-menu-btn {
    display: block;
  }

  .header-logo {
    margin-right: auto;
    gap: 13px;
  }

  .header-bottom {
    display: none;
  }

  .header-city,
  .header-lang {
    display: none;
  }

  .footer {
    padding-block: 50px 16px;
  }

  .footer-top {
    flex-wrap: wrap;
    gap: 48px;
  }

  .footer-nav {
    width: calc(100% - 332px);
    gap: 0;
  }

  .footer-contact {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .footer-contact-el + .footer-contact-el {
    margin: 0;
  }

  .footer-copyright {
    margin-top: 18px;
  }
}

@media screen and (max-width: 991px) {
  .header-top {
    gap: 4px;
  }

  .header-logo-img {
    max-width: 255px;
  }

  .header-schedule {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 30px 20px;
    max-width: 546px;
    border-radius: 8px;
  }

  .callback-content.modal-content {
    padding: 62px 15px 0;
  }
}

@media screen and (max-width: 760px) {
  .header-logo {
    display: block;
  }

  .header-logo-img {
    max-width: 100%;
    height: 100%;
    max-height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .header-logo-text {
    display: none;
  }
}

@media screen and (max-width: 742px) {
  :root {
    --tb-value: 30px;
    --p-inline: 15px;
  }

  .header-top {
    padding-right: 8px;
  }
}

@media screen and (max-width: 624px) {
  .custom-list li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.29em;
  }

  .custom-list li:before {
    width: 8px;
    height: 8px;
  }

  .section-heading {
    font-size: 22px;
  }

  .custom-input-field {
    font-size: 14px;
  }

  .contact-el-title {
    font-size: 14px;
  }

  .contact-el-title.big {
    font-size: 16px;
  }

  .contact-el-heading {
    font-size: 14px;
  }

  .contact-el-link.sm {
    font-size: 14px;
  }

  .contact-dd-link {
    font-size: 14px;
  }

  .btn-show-more {
    display: block;
  }

  .footer-top {
    align-items: center;
    flex-flow: column;
    gap: 30px;
  }

  .footer-nav {
    width: 100%;
    max-width: 284px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-nav-list li + li {
    margin-top: 10px;
  }

  .footer-nav-link {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .footer-contact {
    max-width: 284px;
    flex-flow: column;
  }

  .footer-copyright {
    margin-top: 30px;
    font-size: 12px;
  }

  .modal-heading {
    font-size: 16px;
  }

  .modal-text {
    font-size: 14px;
  }

  .modal-form-wrap {
    flex-wrap: wrap;
  }

  .modal-form-btn {
    margin-inline: auto;
  }

  .callback-info {
    padding-bottom: 105px;
  }

  .callback-heading {
    font-size: 22px;
    text-align: center;
  }

  .callback-desc {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }

  .callback-form {
    margin-top: 30px;
  }

  .callback-form-btn {
    margin-top: 35px;
    max-width: 184px;
  }

  .callback-media {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 124px;
  }
}

@media screen and (max-width: 552px) {
  .header-top {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 16px;
    justify-content: center;
  }

  .header-logo {
    width: 100%;
    max-width: calc(100% - 75px);
  }

  .header-schedule-mob {
    display: flex;
    padding-left: 15px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .header-phone {
    padding-left: 10px;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    gap: 0;
  }

  .header-phone .contact-el-title.big {
    font-size: 14px;
  }

  .header-phone .contact-el-link {
    display: none;
  }

  .modal-content {
    padding: 20px;
  }
}

@media screen and (max-width: 460px) {
  .header-schedule-mob {
    padding-left: 10px;
    gap: 0;
  }
}

@media screen and (max-width: 350px) {
  .header-schedule-mob .contact-el-heading {
    font-size: 12px;
  }
}

@media (hover: hover) {
  .contact-el-title-link:hover,
  .contact-el-title-link:focus {
    color: #00A4BD;
    text-decoration: underline;
  }

  .contact-el-link:hover,
  .contact-el-link:focus {
    color: #00A4BD;
    border-bottom: 1px solid #00A4BD;
  }

  .contact-el-link:active {
    color: #134D6B;
    border-color: #134D6B;
  }

  .contact-dd-link:hover,
  .contact-dd-link:focus {
    color: #00A4BD;
    text-decoration: underline;
  }

  .contact-dd-link:active {
    color: #134D6B;
  }

  .def-btn:hover:before,
  .def-btn:hover:after,
  .def-btn:focus:before,
  .def-btn:focus:after {
    width: 100%;
  }

  .def-btn:hover .def-btn-container,
  .def-btn:focus .def-btn-container {
    border-color: #12C9E4;
    box-shadow: 0px 0px 6px #00A4BD;
  }

  .def-btn.invert .def-btn:hover .def-btn-container,
  .def-btn.invert .def-btn:focus .def-btn-container {
    box-shadow: 0px 0px 6px #FFFFFF;
  }

  .def-btn.invert .def-btn:active .def-btn-container {
    background-color: rgba(243, 243, 243, 0.6);
    box-shadow: none;
  }

@supports selector(*:focus-visible) {
    .def-btn:focus:before,
    .def-btn:focus:after {
      width: 75px;
    }

    .def-btn:focus .def-btn-container {
      border-color: transparent;
      box-shadow: none;
    }

    .def-btn:hover:before,
    .def-btn:hover:after,
    .def-btn:focus-visible:before,
    .def-btn:focus-visible:after {
      width: 100%;
    }

    .def-btn:hover .def-btn-container,
    .def-btn:focus-visible .def-btn-container {
      border-color: #12C9E4;
      box-shadow: 0px 0px 6px #00A4BD;
    }

    .def-btn:active .def-btn-container {
      background-color: #0B708C;
      box-shadow: none;
    }

    .def-btn.invert:focus .def-btn-container {
      box-shadow: 0px 0px 6px #FFFFFF;
    }

    .def-btn.invert:hover .def-btn-container,
    .def-btn.invert:focus-visible .def-btn-container {
      box-shadow: 0px 0px 6px #FFFFFF;
    }

    .def-btn.invert:active .def-btn-container {
      background-color: rgba(243, 243, 243, 0.6);
      box-shadow: none;
    }
}
}