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

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

html,
body {
  height: 100%;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > #content {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

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

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

.d-flex {
  display: flex;
}

[class*=__container] {
  max-width: 1464px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1024px) {
  [class*=__container] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  [class*=__container] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

h1 {
  font-weight: 500;
  font-size: 100px;
  line-height: 137px;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 64px;
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-weight: 500;
  font-size: 58px;
  line-height: 100%;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form button:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7-form input.wpcf7-not-valid {
  border-color: #ae3f3f !important;
}
.wpcf7-form p {
  margin-bottom: 6px;
  font-weight: 500;
  color: #000000;
  line-height: 140%;
}
.wpcf7-form p.form__privacy {
  color: #747474;
}
.wpcf7-form p.form__privacy a {
  display: inline-block;
  font-weight: 600;
  color: #008CFE;
  padding-bottom: 4px;
  border-bottom: 1.5px solid;
  margin-top: 16px;
  transition: all 0.3s;
}
.wpcf7-form p.form__privacy a:hover {
  color: #009FBF;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=submit],
.wpcf7-form textarea {
  font-family: "Manrope", sans-serif;
  width: 100%;
  padding: 11px 16px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}
.wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .wpcf7-form input[type=submit]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #A8A8A8;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=submit]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #A8A8A8;
}
.wpcf7-form textarea {
  height: 114px;
  border-radius: 16px;
  resize: none;
}
.wpcf7-form .wpcf7-submit[type=submit] {
  cursor: pointer;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #009FBF;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0;
  transition: background 0.3s;
}
.wpcf7-form .wpcf7-submit[type=submit]:hover {
  background: #02788F;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -14px;
  margin-left: 16px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ae3f3f;
}
.wpcf7-form .wpcf7-acceptance,
.wpcf7-form .wpcf7-checkbox {
  margin-top: 32px;
  display: block;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance span,
.wpcf7-form .wpcf7-checkbox span {
  width: 100%;
  display: inline-block;
}
.wpcf7-form .wpcf7-acceptance label,
.wpcf7-form .wpcf7-checkbox label {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.wpcf7-form .wpcf7-acceptance label .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label {
  font-weight: 500;
  cursor: pointer;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox],
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked {
  background-color: #009FBF;
  border-color: #009FBF;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: transparent;
  line-height: 150%;
  color: #000;
  margin-bottom: 0;
  transition: background 0.3s;
  border: 1px solid #000;
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  width: 100%;
  padding: 11px 16px;
  gap: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}

.checkbox-custom .wpcf7-not-valid-tip {
  margin-top: -3px;
  margin-bottom: 0;
}

.wpcf7-checkbox.wpcf7-not-valid input[type=checkbox] {
  border-color: #ae3f3f;
}

#mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0F0F0F;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 9999;
  overflow-y: auto;
  padding: 32px 24px;
  box-sizing: border-box;
}
#mobile-menu-panel.open {
  visibility: visible;
  opacity: 1;
}
#mobile-menu-panel #mobile-menu-close {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 32px;
}
#mobile-menu-panel .mobile-menu__list {
  border-bottom: 1px solid #1F1F1F;
  padding-bottom: 24px;
}
#mobile-menu-panel .mobile-menu__list li {
  margin-bottom: 12px;
}
#mobile-menu-panel .mobile-menu__list li:last-child {
  margin-bottom: 0;
}
#mobile-menu-panel .mobile-menu__list li a {
  font-size: 24px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 150%;
}
#mobile-menu-panel .mobile-menu__languages {
  padding-top: 24px;
  position: relative;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__arrow {
  transition: transform 0.3s;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown {
  position: relative;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__toggle {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #1E1E1E;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 32px;
  transition: color 0.3s;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__toggle.is-active .lang-dropdown__arrow {
  transform: rotate(180deg);
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__toggle svg path {
  transition: stroke 0.3s;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__toggle:hover {
  color: #009FBF;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__toggle:hover svg path {
  stroke: #009FBF;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__arrow {
  line-height: 0;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__list {
  display: none;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__list a {
  margin-top: 12px;
  color: #FFFFFF;
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid #1E1E1E;
  backdrop-filter: blur(6px);
  border-radius: 32px;
  transition: color 0.3s;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100% px;
  height: 48px;
  transition: color 0.3s;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__list a:hover {
  color: #009FBF;
}
#mobile-menu-panel .mobile-menu__languages .lang-dropdown__list.is-open {
  display: block;
}
#mobile-menu-panel .mobile-menu__call {
  color: #FFFFFF;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #1E1E1E;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 32px;
  transition: color 0.3s;
}
#mobile-menu-panel .mobile-menu__call:hover {
  color: #009FBF;
}

.footer {
  background: #0F0F0F;
  color: #fff;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 16px 0 24px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.footer__link {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer__link svg {
  width: 51px;
  height: auto;
}
.footer__link span {
  transition: color 0.3s;
}
.footer__link:hover span {
  color: #009FBF;
}
.footer__site-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 150%;
}
.footer__navigation {
  gap: 12px;
}
@media only screen and (max-width: 992px) {
  .footer__navigation {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__navigation li a {
  transition: color 0.3s;
  padding: 4px;
}
.footer__navigation li:hover a {
  color: #009FBF;
}
.footer__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 228px;
  height: 60px;
  background: #009FBF;
  border-radius: 32px;
  transition: all 0.3s;
}
.footer__button:hover {
  gap: 14px;
  background: #02788F;
}
.footer__privacy {
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .footer__privacy {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__privacy a {
  transition: color 0.3s;
}
.footer__privacy a:hover {
  color: #009FBF;
}
.footer__privacy-text, .footer__terms-text {
  font-size: 14px;
  text-decoration: underline !important;
}
.footer__copyright {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #1F1F1F;
}
@media only screen and (max-width: 992px) {
  .footer__copyright {
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.footer__copyright-text {
  font-size: 14px;
}

.banner__container {
  padding-top: 32px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .banner__container {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .banner__container {
    padding-top: 16px;
    padding-bottom: 44px;
  }
}
.banner__subtitle {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner__subtitle {
    margin-top: 4px;
    font-size: 14px;
  }
}
.banner .mobile-menu__toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #1E1E1E;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 32px;
}
.banner__row {
  display: flex;
  flex-direction: column;
  padding: 44px;
  gap: 32px;
  background: #191919;
  border-radius: 32px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .banner__row {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .banner__row {
    padding: 16px;
  }
}
.banner__header {
  width: 100%;
}
.banner__link {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .banner__link {
    gap: 9px;
  }
}
.banner__link span {
  transition: color 0.3s;
}
.banner__link:hover span {
  color: #009FBF;
}
.banner__link svg {
  width: 51px;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .banner__link svg {
    width: 37px;
  }
}
.banner__site-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 150%;
}
@media only screen and (max-width: 992px) {
  .banner__site-title {
    font-size: 15.5px;
  }
}
.banner__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 120px;
  gap: 20px;
}
.banner__navigation li a {
  transition: color 0.3s;
}
.banner__navigation li:hover a {
  color: #009FBF;
}
.banner__panel {
  gap: 12px;
}
.banner__call {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #1E1E1E;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 32px;
  transition: color 0.3s;
}
.banner__call:hover {
  color: #009FBF;
}
.banner__languages {
  position: relative;
}
.banner__languages .lang-dropdown__arrow {
  transition: transform 0.3s;
}
.banner__languages .lang-dropdown {
  position: relative;
}
.banner__languages .lang-dropdown__toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 142px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #1E1E1E;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 32px;
  transition: color 0.3s;
}
.banner__languages .lang-dropdown__toggle.is-active .lang-dropdown__arrow {
  transform: rotate(180deg);
}
.banner__languages .lang-dropdown__toggle svg path {
  transition: stroke 0.3s;
}
.banner__languages .lang-dropdown__toggle:hover {
  color: #009FBF;
}
.banner__languages .lang-dropdown__toggle:hover svg path {
  stroke: #009FBF;
}
.banner__languages .lang-dropdown__arrow {
  line-height: 0;
}
.banner__languages .lang-dropdown__list {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
}
.banner__languages .lang-dropdown__list a {
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid #1E1E1E;
  backdrop-filter: blur(6px);
  border-radius: 32px;
  transition: color 0.3s;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 142px;
  height: 56px;
  transition: color 0.3s;
}
.banner__languages .lang-dropdown__list a:hover {
  color: #009FBF;
}
.banner__languages .lang-dropdown__list.is-open {
  display: block;
}
.banner__heading {
  position: relative;
  display: flex;
  gap: 13px;
}
.banner__heading svg {
  top: 41px;
  position: relative;
  display: inline;
  width: 71px;
  height: 71px;
}
@media only screen and (max-width: 1024px) {
  .banner__heading svg {
    width: 51px;
    height: 51px;
    top: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .banner__heading svg {
    width: 44px;
    height: 44px;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner__heading svg {
    top: 10px;
  }
}
.banner__title {
  max-width: 1095px;
}
@media only screen and (max-width: 1024px) {
  .banner__title {
    max-width: 701px;
  }
}
@media only screen and (max-width: 992px) {
  .banner__title {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .banner__title {
    max-width: 340px;
  }
}
.banner__body {
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .banner__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.banner__body img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__image-wrapper {
  position: relative;
  width: 788px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .banner__image-wrapper {
    width: 100%;
  }
}
.banner__image-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 32px;
}
.banner__button-bg {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #191919;
  padding: 0 17px 16px 17px;
  border-radius: 0 0 44px 0;
}
@media screen and (max-width: 767px) {
  .banner__button-bg {
    padding: 0 12px 12px 12px;
  }
}
.banner__button-bg-left {
  content: "";
  position: absolute;
  top: 75px;
  left: 1px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .banner__button-bg-left {
    top: 60px;
    width: 18px;
    height: 18px;
  }
}
.banner__button-bg-left svg {
  width: 100%;
  height: auto;
}
.banner__button-bg-right {
  content: "";
  position: absolute;
  top: 0.5px;
  right: -46px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .banner__button-bg-right {
    right: -22px;
    width: 23px;
    height: 23px;
  }
}
.banner__button-bg-right svg {
  width: 100%;
  height: auto;
}
.banner__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 170px;
  height: 60px;
  background: #009FBF;
  border-radius: 32px;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .banner__button {
    height: 48px;
    width: 142px;
    font-size: 14px;
  }
}
.banner__button:hover {
  gap: 14px;
  background: #02788F;
}
.banner__gallery {
  width: 100%;
  flex-shrink: 1;
  gap: 16px;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .banner__gallery {
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media only screen and (max-width: 1024px) {
  .banner__gallery-item {
    width: calc(50% - 6px);
  }
}
@media only screen and (max-width: 1024px) {
  .banner__gallery-img {
    border-radius: 24px;
    height: 240px !important;
  }
}
@media only screen and (max-width: 992px) {
  .banner__gallery-img {
    height: 124px !important;
  }
}

.about__container {
  padding-top: 96px;
  padding-bottom: 144px;
}
@media only screen and (max-width: 992px) {
  .about__container {
    padding-top: 0;
    padding-bottom: 44px;
  }
}
.about__row {
  padding: 16px;
  gap: 12px;
  background: #F1F1F1;
  border-radius: 32px;
  align-items: stretch;
}
@media only screen and (max-width: 992px) {
  .about__row {
    flex-direction: column;
  }
}
.about__heading {
  padding: 44px;
  width: 476px;
  flex-shrink: 0;
  min-height: 340px;
  background: #191919;
  border-radius: 24px;
  background-image: url("../img/about-heading.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 992px) {
  .about__heading {
    width: 100%;
    min-height: 164px;
    padding: 24px;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0 70px;
  }
}
.about__title {
  color: #fff;
}
.about__body {
  padding: 44px;
  background: #fff;
  border-radius: 24px;
}
@media only screen and (max-width: 992px) {
  .about__body {
    padding: 24px;
  }
}
.about__body p {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about__body p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.about__body p:last-child {
  margin-bottom: 0;
}

.benefits__container {
  padding-bottom: 144px;
}
@media only screen and (max-width: 992px) {
  .benefits__container {
    padding-bottom: 44px;
  }
}
@media only screen and (max-width: 992px) {
  .benefits__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.benefits__subtitle {
  font-size: 18px;
  color: #383838;
}
.benefits__list {
  margin-top: 72px;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}
@media only screen and (max-width: 992px) {
  .benefits__list {
    margin-top: 24px;
  }
}
.benefits__item {
  width: calc(33.3% - 11px);
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  background: #F1F1F1;
  border-radius: 24px;
}
@media only screen and (max-width: 992px) {
  .benefits__item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .benefits__item {
    width: 100%;
    padding: 16px;
  }
}
.benefits__item-title {
  margin: 41px 0 12px;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .benefits__item-title {
    margin: 16px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__item-title {
    font-size: 16px;
  }
}
.benefits__item-text {
  color: #616161;
}
@media screen and (max-width: 767px) {
  .benefits__item-text {
    font-size: 14px;
  }
}
.benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #181818;
  border-radius: 44px;
}
@media only screen and (max-width: 992px) {
  .benefits__icon {
    width: 40px;
    height: 40px;
  }
  .benefits__icon svg {
    width: 25px;
    height: 25px;
  }
}

.contact__container {
  padding-bottom: 144px;
}
@media only screen and (max-width: 992px) {
  .contact__container {
    padding-bottom: 60px;
  }
}
.contact__row {
  gap: 24px;
  align-items: stretch;
}
@media only screen and (max-width: 992px) {
  .contact__row {
    flex-direction: column;
  }
}
.contact__panel {
  width: 574px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .contact__panel {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .contact__panel {
    width: 100%;
  }
}
.contact__info {
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  width: 100%;
  background: #D5F2F7;
  border-radius: 32px;
}
.contact__info a {
  transition: color 0.3s;
}
.contact__info a:hover {
  color: #009FBF;
  text-decoration: underline;
}
.contact__heading {
  margin-bottom: 8px;
}
.contact__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.contact__image {
  margin-top: 24px;
}
.contact__image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: auto;
}
.contact__form {
  width: 100%;
  flex-shrink: 1;
  padding: 44px 44px 56px;
  background: #F2F2F2;
  border-radius: 32px;
}
@media only screen and (max-width: 1024px) {
  .contact__form {
    padding: 24px;
  }
}

.products__container {
  padding-bottom: 144px;
}
@media only screen and (max-width: 992px) {
  .products__container {
    padding-bottom: 44px;
  }
}
.products__button {
  padding: 18px 24px;
  background: #F1F1F1;
  border-radius: 32px;
  font-weight: 500;
  min-width: 111px;
  text-align: center;
  transition: all 0.3s;
}
.products__button:hover {
  color: #009FBF;
  background: #F7F7F7;
}
.products__controll {
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .products__controll {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .products__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.products__slider {
  padding-top: 48px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .products__slider {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.products__slider .product__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 22px;
  background: #F7F7F7;
  border-radius: 32px;
}
@media only screen and (max-width: 992px) {
  .products__slider .product__body {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .products__slider .product__body {
    padding: 16px;
  }
}
.products__slider .product__card-description p {
  font-size: 18px;
  color: #383838;
}
@media screen and (max-width: 767px) {
  .products__slider .product__card-description p {
    font-size: 14px;
  }
}
.products__slider .product__card-content {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .products__slider .product__card-content {
    font-size: 14px;
    margin-top: 8px;
  }
}
.products__slider .product__card-content strong {
  font-weight: 600;
}
.products__slider .product__card-content p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .products__slider .product__card-content p {
    font-size: 14px;
  }
}
.products__slider .product__card-content ul {
  margin: 8px 0 24px;
  padding-left: 24px;
}
@media only screen and (max-width: 992px) {
  .products__slider .product__card-content ul {
    margin: 8px 0 12px;
    padding-left: 20px;
  }
}
.products__slider .product__card-content ul li {
  list-style: disc;
  color: #616161;
  margin-bottom: 6px;
}
.products__slider .product__card-content ul li:last-child {
  margin-bottom: 0;
}
.products__slider .product__card-image {
  width: 100%;
}
.products__slider .product__card-image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 992px) {
  .products__slider .product__card-image img {
    height: auto;
  }
}
.products__slider .product__card-title {
  color: #383838;
  margin-top: 22px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .products__slider .product__card-title {
    margin-top: 4px;
    margin-bottom: 0;
  }
}
.products .toggle-content-btn {
  color: #02788F;
  cursor: pointer;
  margin-top: 22px;
  padding: 0 10px 6px;
  border-bottom: 1px solid;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .products .toggle-content-btn {
    margin-top: 18px;
    font-size: 14px;
  }
}
.products .toggle-content-btn:hover {
  color: #009FBF;
}
.products .slider-progress-bar {
  width: 0;
  margin-top: -2px;
  transition: width 0.5s ease;
  height: 12px;
  background: #009FBF;
  border-radius: 12px;
}
.products .slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #F7F7F7;
  border-radius: 12px;
}
.products .products__slider-wrapper {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .products .products__slider-wrapper {
    padding-bottom: 24px;
  }
}
.products .slider-nav {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  gap: 18px;
  align-items: center;
}
.products .slider-arrow {
  pointer-events: auto;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.products .slider-arrow svg rect {
  transition: fill 0.3s;
}
.products .slider-arrow:hover svg rect {
  fill: #02788F;
}
.products .slider-arrow.prev {
  transform: rotate(180deg);
}
.products .slider-arrow.disabled svg rect {
  fill: #F7F7F7 !important;
}
.products .slider-arrow.disabled svg path {
  stroke: #999999 !important;
}
.products .products__slider .slick-slide {
  padding: 0 12px;
}
.products .products__slider .slick-list {
  margin: 0 -12px;
}
/*# sourceMappingURL=style.min.css.map */
