@charset "UTF-8";
/* cyrillic-ext */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-cyr.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-cyrext.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-latext.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-lat.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --root-font-size: 14px;
}

:root {
  font-size: var(--root-font-size);
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000C0E;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  font-weight: 400;
  outline: 0;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
body.lock {
  overflow: hidden;
}
body::selection {
  background: #22a8c9;
  color: white;
}

html {
  scroll-behavior: smooth;
}
html:focus {
  outline: 0;
  outline-width: 0;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #000C0E;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

.with-scrollbar::-webkit-scrollbar-track {
  background: #FFF;
}
.with-scrollbar::-webkit-scrollbar-thumb {
  background: #000C0E;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.with-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.with-scrollbar-blue::-webkit-scrollbar-track {
  background: #FFF;
}
.with-scrollbar-blue::-webkit-scrollbar-thumb {
  background: #006B82;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.with-scrollbar-blue::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hide-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.hide-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

@media (max-width: 1023px) {
  .show-pc {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show-mobile {
    display: none !important;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #000C0E;
  letter-spacing: normal;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
}

@media (max-width: 768px) {
  h1, h2, h3, h4, h5 {
    margin-bottom: 1rem;
  }
}
h1 {
  font-size: 50px;
}
@media (max-width: 450px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 450px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (max-width: 450px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 450px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (max-width: 450px) {
  h5 {
    font-size: 1.32rem;
  }
}

form {
  position: relative;
}

b, strong {
  font-weight: 700;
}

.blocks {
  display: flex;
  flex-direction: column;
  padding-top: 118px;
  width: 100vw;
  max-width: 1920px;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .blocks {
    padding-top: 138px;
  }
}

/*@media (max-width: 992px){
  body.home{
    &.mozilla-browser{
      .home-top{
        margin-top: 60px;
      }
    }
  }
}*/
.block-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.003em;
  color: #006B82;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

svg {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
}

ol {
  list-style: decimal;
  margin: 20px 0;
  padding-left: 20px;
}
ol li {
  padding: 2px 0;
}

ul {
  list-style: disc;
  margin: 20px 0;
  padding-left: 20px;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1060px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1320px) {
  .container {
    width: 1268px;
  }
}

#toTop {
  background-color: #07364D;
  border-radius: 50%;
  bottom: 1rem;
  height: 42px;
  position: fixed;
  width: 42px;
  opacity: 0;
  z-index: 100000;
  transition: opacity 0.4s ease-in-out, background 0.2s ease-in-out;
  line-height: 1;
  pointer-events: none;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.3);
}
#toTop.active {
  pointer-events: auto;
  opacity: 0.9;
}

.ajax-loader {
  border: 4px solid grey !important;
  border-radius: 50% !important;
  border-top: 5px solid white !important;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
  position: absolute !important;
  left: calc(50% - 13px) !important;
  top: calc(50% - 15px) !important;
  margin: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1001;
}

@media only screen and (max-width: 991px) {
  iframe {
    width: 100%;
    height: auto;
  }
  .block-title {
    font-size: 28px;
  }
}
.home-top__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25.1px rgba(55, 187, 213, 0.1);
  border-radius: 80px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.003em;
  color: #353A3B;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .home-top__button:hover:not([disabled]) {
    box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
    color: #008098;
  }
}
@media (max-width: 540px) {
  .home-top__button {
    font-size: 5.511627907vw;
    padding: 12px 24px;
    border: 2px solid #353A3B;
    height: auto;
  }
}

.btn-primary {
  background-color: #11171B;
  border: 0;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 36px;
  text-align: center;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover:not([disabled]) {
    background-color: #37BBD5;
    color: white;
    box-shadow: 0px 0px 25.1px rgba(55, 187, 213, 0.2);
  }
}
.btn-primary[disabled] {
  background-color: #8E9DA8;
  color: #fff;
}
.btn-primary[disabled] svg path {
  stroke: #8E9DA8;
}

.btn-primary-small {
  background-color: #11171B;
  border: 0;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 24px;
  text-align: center;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
  outline: 0;
}
@media (max-width: 992px) {
  .btn-primary-small {
    padding: 11px 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary-small:hover:not([disabled]) {
    background-color: #37BBD5;
    color: white;
    box-shadow: 0px 0px 25.1px rgba(55, 187, 213, 0.2);
  }
}
.btn-primary-small[disabled] {
  background-color: #8E9DA8;
  color: #fff;
}
.btn-primary-small[disabled] svg path {
  stroke: #8E9DA8;
}

.btn-secondary {
  background-color: white;
  border: 1px solid #37BBD5;
  border-radius: 35px;
  color: #005669;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 36px;
  text-align: center;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn-secondary:hover:not([disabled]) {
    color: #0094AD;
    border: 1px solid #EAF6F9;
    box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
  }
}
.btn-secondary[disabled] {
  border: 1px solid #8E9DA8;
  color: #8E9DA8;
  background-color: #FCFEFF;
}
.btn-secondary[disabled] svg path {
  stroke: #8E9DA8;
}

.btn-secondary-small {
  background-color: white;
  border: 1px solid #37BBD5;
  border-radius: 35px;
  color: #005669;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 24px;
  text-align: center;
  transition: color 0.2s ease-out, border 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
  outline: 0;
}
@media (max-width: 992px) {
  .btn-secondary-small {
    padding: 11px 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-secondary-small:hover:not([disabled]) {
    color: #0094AD;
    border: 1px solid #EAF6F9;
    box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
  }
}
.btn-secondary-small[disabled] {
  border: 1px solid #8E9DA8;
  color: #8E9DA8;
  background-color: #FCFEFF;
}
.btn-secondary-small[disabled] svg path {
  stroke: #8E9DA8;
}

.btn-teriary {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #353A3B;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 24px;
  text-align: center;
  transition: color 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
  outline: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .btn-teriary {
    padding: 11px 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-teriary:hover:not([disabled]) {
    border-radius: 80px;
    color: #0094AD;
    box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
  }
}
.btn-teriary[disabled] {
  color: #8E9DA8;
}
.btn-teriary[disabled] svg path {
  stroke: #8E9DA8;
}

.btn-ghost {
  padding: 12px 36px;
  gap: 24px;
  border-radius: 80px;
  background-color: white;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #008098;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
  outline: 0;
  display: inline-flex;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .btn-ghost:hover:not([disabled]) {
    box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
  }
}
.btn-ghost[disabled] {
  background-color: #8E9DA8;
}
.btn-ghost[disabled] svg path {
  stroke: #8E9DA8;
}

.animate-flip span {
  transition: transform 0.2s ease-out;
  transform: translateX(0px);
}
.animate-flip svg {
  width: 22px;
  transition: transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .animate-flip:hover span {
    transform: translateX(30px);
    padding-right: 30px;
  }
  .animate-flip:hover svg {
    position: absolute;
    transform: translateX(calc(-100% + 21px));
  }
}

.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  background: white;
}
.header.hide .header__top {
  height: 0;
  opacity: 0;
}

.header__top {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #004150;
  height: 30px;
  opacity: 1;
  transition: height 0.3s, opacity 0.3s;
}
@media (max-width: 1200px) {
  .header__top {
    height: auto;
  }
}

.header__top-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 4px 60px;
}

.header__lang {
  display: flex;
  flex-direction: row;
}

.header__lang-item {
  padding: 0 10px;
}

.header__lang-span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #BFE3EC;
}

.header__lang-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #ABB2B4;
}

.header__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 10px rgba(187, 187, 187, 0.21);
}

.header__block-wrap {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 24px 24px 0 24px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

.header__logo {
  width: 160px;
  display: flex;
  padding-bottom: 24px;
}
.header__logo img {
  width: 100%;
}

.header__phones-icon {
  display: none;
}

.header__burger {
  display: none;
}

.header__menu {
  width: calc(100% - 520px);
}
@media (min-width: 1200px) {
  .header__menu .header__phones {
    display: none;
  }
  .header__menu .footer__socials-block {
    display: none;
  }
}

.header-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.header-menu__list .sub-nav {
  background: rgb(255, 255, 255);
  /*    backdrop-filter: blur(20px);*/
  height: auto;
  display: flex;
  position: fixed;
  left: 0;
  top: -200%;
  z-index: 1000;
  padding: 14px 0 16px 0;
  list-style: none;
  border-radius: 4px;
  margin: 0;
  width: 100%;
  align-items: center;
  opacity: 0;
  flex-direction: column;
  transition: opacity 0.3s;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) and (max-width: 1280px) {
  .header-menu__list .sub-nav {
    padding: 14px 20px 16px 20px;
  }
}

.header-menu-subs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  gap: 4px;
  background: #FFFFFF;
  border: 1px solid #DADDDE;
  border-radius: 36px;
  max-width: 1200px;
  margin: 0 auto 12px auto;
  justify-content: space-between;
  width: 100%;
}

.header-menu-subs__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  border-radius: 36px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #586062;
  cursor: pointer;
}
.header-menu-subs__item.active {
  background: #37BBD5;
  color: #FFFFFF;
}

.header-menu__item-depth-0 {
  padding-bottom: 24px;
}
.header-menu__item-depth-0 > a, .header-menu__item-depth-0 > .drop a.drop-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #353A3B;
}
.header-menu__item-depth-0 > a > span, .header-menu__item-depth-0 > .drop a.drop-link > span {
  font-size: 14px;
  line-height: 140%;
  color: #7F888A;
  padding-left: 4px;
}
.header-menu__item-depth-0 > .drop {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
}
.header-menu__item-depth-0 > .drop .header-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__item-depth-0 > .drop:hover {
    position: relative;
  }
  .header-menu__item-depth-0 > .drop:hover .drop-link {
    color: #005669;
  }
  .header-menu__item-depth-0 > .drop:hover .header-icon {
    transform: rotateZ(180deg);
  }
  .header-menu__item-depth-0 > .drop:hover:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 8px;
    border-bottom: 1px solid #005669;
    width: calc(100% - 32px);
  }
}
.header-menu__item-depth-0 > a {
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 36px;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__item-depth-0 > a:hover {
    box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
    position: relative;
    color: #005669;
  }
  .header-menu__item-depth-0 > a:hover span {
    color: #005669;
  }
  .header-menu__item-depth-0 > a:hover:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 10px;
    border-bottom: 1px solid #005669;
    width: calc(100% - 32px);
  }
}
.header-menu__item-depth-0.current-item > a, .header-menu__item-depth-0.current-item > .drop {
  color: #005669;
  box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
  border-radius: 36px;
  position: relative;
}
.header-menu__item-depth-0.current-item > a span, .header-menu__item-depth-0.current-item > .drop span {
  color: #005669;
}
.header-menu__item-depth-0.current-item > a:after, .header-menu__item-depth-0.current-item > .drop:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 10px;
  border-bottom: 1px solid #005669;
  width: calc(100% - 32px);
}
.header-menu__item-depth-0.active > .header-icon {
  transform: rotateZ(180deg);
}
.header-menu__item-depth-0.active > .drop {
  color: #005669;
  box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
  border-radius: 36px;
  position: relative;
}
.header-menu__item-depth-0.active > .drop span {
  color: #005669;
}
.header-menu__item-depth-0.active > .drop .header-icon {
  transform: rotateZ(180deg);
}
.header-menu__item-depth-0.active > .drop:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 10px;
  border-bottom: 1px solid #005669;
  width: calc(100% - 32px);
}
.header-menu__item-depth-0.active .sub-nav {
  opacity: 1;
}

.header-menu__item-depth-1 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header-menu__item-depth-1.active {
  height: auto;
  opacity: 1;
}
.header-menu__item-depth-1 > .drop {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 0px 12px;
  gap: 24px;
}
.header-menu__item-depth-1 > .drop .drop-link {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #004150;
  margin-left: 16px;
}

.sub-nav-second {
  list-style: none;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  column-gap: 56px;
  row-gap: 0;
  padding: 20px 8px 20px 20px;
}

.header-menu__item-depth-2 {
  padding: 12px;
  width: calc(50% - 28px);
  transition: all 0.2s;
}
.header-menu__item-depth-2 > a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #004150;
  position: relative;
  padding-left: 30px;
  padding-right: 40px;
  min-height: 24px;
  width: 100%;
}
.header-menu__item-depth-2 > a:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.74995 17.4001H0.199951V11.2501L10.85 0.600098H21.8V6.7501H5.74995V17.4001Z' fill='%2337BBD5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  top: 3px;
  left: 0px;
  width: 22px;
  height: 18px;
  transition: transform 0.2s;
}
.header-menu__item-depth-2 > a:after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833252 5.99992H17.1666Z' fill='%2368BCD0'/%3E%3Cpath d='M12.4999 10.6666L17.1666 5.99992Z' fill='%2368BCD0'/%3E%3Cpath d='M12.4999 1.33325L17.1666 5.99992Z' fill='%2368BCD0'/%3E%3Cpath d='M0.833252 5.99992H17.1666M17.1666 5.99992L12.4999 10.6666M17.1666 5.99992L12.4999 1.33325' stroke='%23006B82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__item-depth-2:hover {
    background: #FFFFFF;
    border-radius: 999px;
    box-shadow: 0px 0px 25.1px rgba(55, 187, 213, 0.1);
  }
  .header-menu__item-depth-2:hover > a {
    text-decoration: underline;
    padding-left: 38px;
  }
  .header-menu__item-depth-2:hover > a:before {
    transform: rotate(45deg);
    left: 5px;
  }
  .header-menu__item-depth-2:hover > a:after {
    opacity: 1;
  }
}

.header__content {
  width: 360px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  padding-bottom: 24px;
}

.header__phones {
  display: flex;
  flex-direction: column;
}

.header__phones-phone {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #005669;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .header__phones-phone:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #006B82;
    width: 100%;
    left: 0;
  }
}

.header__btn .btn-mobile {
  display: none;
}

.popup__phones-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #586062;
  margin-top: 40px;
}

.popup__phones {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 16px;
  align-items: center;
  padding-bottom: 24px;
}

.popup__phones-phone {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #005669;
}

#menu-mob-overlay {
  position: fixed;
  display: none;
  left: 0;
  top: 118px;
  height: calc(100% - 118px);
  width: 100%;
  z-index: 999;
  background: rgba(56, 56, 56, 0.8);
  cursor: pointer;
}
#menu-mob-overlay.active {
  display: block;
}

@media (max-width: 1200px) {
  .header.hide .header__menu {
    top: 90px;
    height: calc(100vh - 90px);
  }
  .header__menu {
    position: fixed;
    width: 100%;
    top: 118px;
    left: 0;
    background: white;
    box-shadow: none;
    transition: transform 0.3s;
    transform: translateX(-200%);
    z-index: 1000;
    height: calc(100vh - 118px);
  }
  .header__menu.active {
    transform: translateX(0%);
  }
  .header__menu .header__phones {
    display: flex;
    margin-top: 12px;
    align-items: center;
    gap: 12px;
  }
  .header__menu .header__phones-phone {
    font-size: 18px;
    line-height: 25px;
  }
  .header__menu .footer__socials-block {
    display: none;
    margin-top: 12px;
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
  .header__menu .footer__social {
    color: #005669;
  }
  .header-menu__list {
    padding: 24px 0;
    gap: 16px;
    max-height: calc(100vh - 300px);
    overflow: auto;
  }
  .header-menu__list li .sub-nav {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .header-menu__list li.dropdown.active .sub-nav {
    top: 0;
    height: auto;
    padding-top: 16px;
    gap: 16px;
  }
  .header-menu__list li.dropdown.active .header-menu__item-depth-1 {
    height: auto;
    opacity: 1;
  }
  .header-menu__list li.dropdown .sub-nav-second {
    display: none;
  }
  .header-menu__item-depth-1 .header-icon {
    display: none;
  }
  .header-menu__item-depth-1 > .drop {
    justify-content: center;
    padding: 0;
  }
  .header-menu__item-depth-1 > .drop .drop-link {
    padding: 8px 24px 8px 24px;
    background: #FFFFFF;
    border: 1px solid #BFE3EC;
    border-radius: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #006B82;
    margin-left: 0;
  }
  .header-menu__item-depth-0 {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .header-menu__item-depth-0 > a, .header-menu__item-depth-0 > .drop a.drop-link {
    font-size: 18px;
    line-height: 1;
  }
  .header-menu__item-depth-0 > .drop {
    justify-content: center;
    gap: 8px;
    display: inline-flex;
  }
  .header-menu__item-depth-0 > .drop .header-icon {
    width: 24px;
    height: 24px;
  }
  .header-menu__item-depth-0.current-item > a, .header-menu__item-depth-0.current-item > .drop {
    text-decoration: none;
  }
  .header-menu__item-depth-0.current-item .drop:after {
    border-bottom-color: transparent;
  }
  .header-menu__item-depth-0.active > .drop .header-icon {
    transform: rotateZ(180deg);
  }
  .header__block-wrap {
    padding: 24px;
    justify-content: space-between;
    gap: 10px;
  }
  .header__burger {
    position: relative;
    top: 0px;
    left: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 100%;
  }
  .header__burger span {
    background: #006B82;
    width: 21px;
    height: 2px;
    position: absolute;
    left: 5px;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    border-radius: 8px;
  }
  .header__burger span.ma {
    top: 16px;
  }
  .header__burger span.mb {
    top: 26px;
    width: 16px;
  }
  .header__burger.active .header__burger-icon span.ma {
    top: 17px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 30px;
    left: 4px;
  }
  .header__burger.active .header__burger-icon span.mb {
    top: 17px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 4px;
    width: 30px;
  }
  .header__burger-icon {
    height: 36px;
    width: 36px;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .header__logo {
    padding-bottom: 0px;
  }
  .header__content {
    padding-bottom: 0px;
    width: auto;
  }
}
.header__top-phones {
  display: none;
}

@media (max-width: 992px) {
  .header__lang {
    gap: 8px;
    align-items: center;
  }
  .header__lang-item {
    padding: 0;
    display: inline-flex;
  }
  .header__lang-item > span, .header__lang-item > a {
    padding: 7px 10px;
  }
  .header__top-wrap {
    padding: 4px 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__phones-icon {
    width: 44px;
    height: 44px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    display: none;
  }
  .header__btn .btn-mobile {
    display: inline-flex;
    padding: 14px 10px;
  }
  .header__btn .btn-pc {
    display: none;
  }
  .header__top-phones {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
  }
  .header__top-phone {
    color: #fff;
    font-size: 18px;
  }
  .header__phones {
    display: none;
  }
}
@media (max-width: 450px) {
  .header__logo {
    width: 32vw;
  }
}
@media (max-width: 390px) {
  .header__btn .btn-mobile {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .header__logo {
    width: 24vw;
  }
}
.block-cookie {
  flex-direction: column;
  position: fixed;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  background: #F2F4F4;
  box-shadow: 0px 0px 23.7px -3px rgba(5, 24, 28, 0.5);
  border-radius: 24px;
  bottom: 20px;
  z-index: 1000000;
  width: calc(100% - 40px);
  display: none;
}
.block-cookie.is--active {
  display: flex;
}

.block-cookie__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.block-cookie__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #11171B;
}
@media (max-width: 1024px) {
  .block-cookie__text {
    text-align: center;
  }
}

.block-cookie__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 24px;
}
@media (max-width: 1024px) {
  .block-cookie__actions {
    justify-content: center;
  }
}

.attention {
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 0.75rem 2rem;
  z-index: 10;
  color: #121417;
  background-color: #ff2f2f;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  display: none;
}
.attention.is--active {
  display: flex;
}

.attention__text {
  color: white;
  font-size: 14px;
}
@media (max-width: 992px) {
  .attention__text {
    font-size: 12px;
  }
}
.attention__text a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.attention__close {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M5.29289%205.29289C5.68342%204.90237%206.31658%204.90237%206.70711%205.29289L12%2010.5858L17.2929%205.29289C17.6834%204.90237%2018.3166%204.90237%2018.7071%205.29289C19.0976%205.68342%2019.0976%206.31658%2018.7071%206.70711L13.4142%2012L18.7071%2017.2929C19.0976%2017.6834%2019.0976%2018.3166%2018.7071%2018.7071C18.3166%2019.0976%2017.6834%2019.0976%2017.2929%2018.7071L12%2013.4142L6.70711%2018.7071C6.31658%2019.0976%205.68342%2019.0976%205.29289%2018.7071C4.90237%2018.3166%204.90237%2017.6834%205.29289%2017.2929L10.5858%2012L5.29289%206.70711C4.90237%206.31658%204.90237%205.68342%205.29289%205.29289Z'%20fill%3D'%23008098'%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  flex-shrink: 0;
}

.attention__block {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1320px;
  justify-content: center;
}
@media (max-width: 992px) {
  .attention__block {
    gap: 10px;
  }
}
.attention__block svg {
  flex-shrink: 0;
}

body.is--attention .block-cookie {
  bottom: 60px;
}
@media (max-width: 992px) {
  body.is--attention .block-cookie {
    bottom: 90px;
  }
}

.popup {
  position: fixed;
  left: 100%;
  top: 0;
  right: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  transition: all 0.3s;
}
.popup[type=consultation] textarea.form-control, .popup[type=postarticle] textarea.form-control {
  height: 70px;
}
.popup[type=consultation] .form-submit, .popup[type=postarticle] .form-submit {
  width: 100%;
}
.popup[type=consultation] .form-submit [as=btn], .popup[type=postarticle] .form-submit [as=btn] {
  width: 100%;
  justify-content: center;
}
.popup[type=popup-review] .popup__content {
  max-width: 600px;
}
.popup[type=popup-review] .popup__title {
  margin-top: 14px;
}
.popup.active {
  left: 0;
}

.popup__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.popup__close {
  z-index: 10000;
  position: absolute;
  right: 30px;
  top: 12px;
  background-color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
}
.popup__close:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M5.29289%205.29289C5.68342%204.90237%206.31658%204.90237%206.70711%205.29289L12%2010.5858L17.2929%205.29289C17.6834%204.90237%2018.3166%204.90237%2018.7071%205.29289C19.0976%205.68342%2019.0976%206.31658%2018.7071%206.70711L13.4142%2012L18.7071%2017.2929C19.0976%2017.6834%2019.0976%2018.3166%2018.7071%2018.7071C18.3166%2019.0976%2017.6834%2019.0976%2017.2929%2018.7071L12%2013.4142L6.70711%2018.7071C6.31658%2019.0976%205.68342%2019.0976%205.29289%2018.7071C4.90237%2018.3166%204.90237%2017.6834%205.29289%2017.2929L10.5858%2012L5.29289%206.70711C4.90237%206.31658%204.90237%205.68342%205.29289%205.29289Z'%20fill%3D'%23008098'%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .popup__close:hover {
    background-color: #37BBD5;
  }
}

.popup__content {
  position: absolute;
  width: 100%;
  background: white;
  left: 50%;
  top: 10vh;
  transform: translateX(-50%);
  border-radius: 16px;
  height: auto;
  z-index: 10010;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  max-width: 430px;
}

.popup__block {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.popup__title {
  color: #004150;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-right: 70px;
  position: relative;
}

@media (max-width: 1400px) {
  .popup__content {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .popup__title {
    font-size: 20px;
    padding-left: 24px;
    margin-top: 8px;
  }
  .popup__content {
    width: calc(100% - 16px);
  }
  .popup__close {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .popup__content {
    padding: 16px 0;
  }
  .popup__block {
    padding: 0 24px;
  }
}
.wpcf7 {
  display: flex;
  flex-direction: column;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -300%;
}

.wpcf7-form {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent {
  display: none;
}
.wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-form.submitting input, .wpcf7-form.submitting label, .wpcf7-form.submitting span:not(.wpcf7-spinner), .wpcf7-form.submitting div:not(.form-submit) {
  opacity: 0.4;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.form-success {
  align-items: center;
  display: none;
  flex-direction: column;
  margin: 0 auto 20px auto !important;
}
.form-success.show {
  display: flex;
}

.form-success__icon {
  height: 50px;
  margin: 0 auto 20px auto;
  width: 50px;
}
.form-success__icon svg, .form-success__icon img {
  max-width: 100%;
  height: auto;
}

.form-success__text {
  color: #000C0E;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-spinner {
  border: 4px solid #005669 !important;
  border-radius: 50% !important;
  border-top: 5px solid white !important;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute !important;
  left: calc(50% - 15px) !important;
  top: calc(50% - 15px) !important;
  margin: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 100;
  opacity: 1 !important;
  background-color: #37BBD5 !important;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000C0E;
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #C2C7C9;
  border-radius: 0;
  display: block;
  outline: 0;
  height: 54px;
  padding: 14px 20px 14px 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  margin-bottom: 24px;
}
.form-control.error:not([type=checkbox]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
  border-color: #dc3545;
  padding-right: calc(1.5em + 20px);
  z-index: 1;
}
.form-control.error:not([type=checkbox]):focus {
  border-color: #dc3232;
}
.form-control.valid:not([type=checkbox]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2337BBD5' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
  border-color: #37BBD5;
  padding-right: calc(1.5em + 20px);
  z-index: 1;
}
.form-control.valid:not([type=checkbox]):focus {
  border-color: #37BBD5;
}

textarea.form-control {
  resize: vertical;
  height: calc(8rem + 22px);
}
textarea.form-control.error, textarea.form-control.valid {
  background-position: top 0px right 0px;
  padding-right: calc(1.5em + 20px);
}

input[type=file] {
  display: none;
}

.form-file-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid transparent;
}
.form-file-button svg {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  flex-shrink: 0;
}
.form-file-button span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #353A3B;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-group {
  padding: 0;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .form-group:hover .form-control {
    border-bottom: 1px solid #37BBD5 !important;
  }
}
.form-group .input-error {
  color: #dc3232 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  display: block !important;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: left;
}
.form-group.required:after {
  content: "*";
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #94D0DF;
  top: 16px;
  right: 6px;
}
.form-group.required.with-label:after {
  top: 40px;
}
.form-group.as-file {
  display: flex;
  column-gap: 56px;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.form-group.as-file .wpcf7-form-control-wrap {
  display: none;
}
.form-group.as-file .input-file-name {
  display: none;
  order: 1;
  align-items: center;
  width: calc(45% - 28px);
  gap: 8px;
  font-size: 14px;
  color: #586062;
}
.form-group.as-file .input-file-name span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #353A3B;
  max-width: 150px;
  margin-right: 16px;
}
.form-group.as-file .input-file-name svg {
  flex-shrink: 0;
}
.form-group.as-file label {
  order: 2;
  position: relative;
  width: calc(55% - 28px);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #586062;
}
.form-group.as-file label:after {
  content: unset;
  display: none;
}
.form-group.as-file .form-file-button {
  order: 1;
  position: relative;
  width: calc(45% - 28px);
}
.form-group.as-file.error .form-file-button {
  border: 1px solid #dc3232;
  background: rgba(255, 168, 168, 0.5);
}
.form-group.accept label {
  display: flex;
  gap: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.2px;
  color: #000C0E;
}
.form-group.accept label a {
  color: #005669;
  text-decoration: underline;
}
.form-group .iti__dropdown-content {
  font-size: 14px;
}

label {
  display: inline-block;
}

.form-label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #000C0E;
}

.form-submit {
  margin: 24px 0 0 0;
  text-align: center;
}

input[type=checkbox] {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #DADDDE;
  color-adjust: exact;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  width: 20px;
  border-radius: 4px;
  padding: 0;
}
input[type=checkbox]:active {
  filter: brightness(90%);
}
input[type=checkbox]:focus {
  border-color: #ABB2B4;
  outline: 0;
}
input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #008098;
  border-radius: 2px;
}
input[type=checkbox]:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
input[type=checkbox]:disabled ~ label {
  opacity: 0.5;
}

input.input-hide {
  display: none;
}

.form__disclaimer {
  font-size: 1.35rem;
  margin: auto;
  max-height: 100%;
  overflow-y: auto;
}

.form__shorttext {
  background-color: white;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto 3rem;
  padding: 0.5rem 1rem;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 768px) {
  .form__disclaimer {
    padding: 0 1rem;
  }
}
.block-form {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}
.block-form[type=normal] .btn-teriary[for=".bt-submit"] {
  font-size: 30px;
  letter-spacing: 24px;
  text-transform: uppercase;
  color: #008098;
  padding: 34px 48px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 540px) {
  .block-form[type=normal] .btn-teriary[for=".bt-submit"] {
    letter-spacing: 6px;
  }
}
@media (max-width: 389px) {
  .block-form[type=normal] .btn-teriary[for=".bt-submit"] {
    font-size: 26px;
  }
}
.block-form[type=normal] .form-submit {
  width: 100%;
}
.block-form[type=normal] .wpcf7-form {
  flex-direction: row;
  flex-wrap: wrap;
}
.block-form[type=normal] .form-group {
  width: 100%;
}
.block-form[type=normal] .form-group.with-inputs {
  width: calc(100% - 150px);
  padding-right: 10px;
}
.block-form[type=normal] .form-group.with-inputs input {
  font-size: 15px;
  line-height: 1.2;
}
.block-form[type=normal] .form-group.with-inputs .iti__country-container {
  bottom: 0;
}
.block-form[type=normal] .form-group.as-switch {
  width: 150px;
  margin-top: 22px;
}
.block-form[type=normal] .form-group .input-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 4px;
  width: 150px;
  background: #F2F4F4;
  border: 1px solid #DADDDE;
  border-radius: 36px;
}
.block-form[type=normal] .form-group .input-switch label {
  display: flex;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  color: #586062;
  padding: 8px;
  background: transparent;
  border-radius: 36px;
  width: 64px;
  align-items: center;
  justify-content: center;
}
.block-form[type=normal] .form-group .input-switch label.active {
  background: #37BBD5;
  color: #FFFFFF;
}
.block-form[type=form-vacancy] .block-form__block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  gap: 56px;
  max-width: 1024px;
  margin: 0 auto;
}
.block-form[type=form-vacancy] .block-form__top {
  width: 30%;
}
.block-form[type=form-vacancy] .block-form__content {
  width: calc(70% - 56px);
  margin-top: 36px;
}
.block-form[type=form-vacancy] .block-form__content > div {
  margin: 0;
}
.block-form[type=form-vacancy] .block-title {
  font-weight: 800;
  font-size: 24px;
  text-align: left;
}
.block-form[type=form-vacancy] .block-form__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-top: 12px;
}
.block-form[type=form-vacancy] .form-row .form-group {
  width: calc(50% - 12px);
}
.block-form[type=form-vacancy] .btn-teriary[for=".vt-submit"] {
  font-size: 30px;
  letter-spacing: 24px;
  text-transform: uppercase;
  color: #008098;
}
.block-form[type=form-blogsidebar] {
  padding: 0;
  margin-top: 56px;
}
.block-form[type=form-blogsidebar] .block-form__block {
  padding: 24px 24px;
  background: #004150;
  border-radius: 16px;
  gap: 0;
}
.block-form[type=form-blogsidebar] .block-title {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  letter-spacing: -0.01em;
  color: #68BCD0;
}
.block-form[type=form-blogsidebar] .block-form__content {
  margin-top: 16px;
}
.block-form[type=form-blogsidebar] .form-group.required label {
  display: none;
}
.block-form[type=form-blogsidebar] .form-group label {
  display: none;
}
.block-form[type=form-blogsidebar] .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C2C7C9;
  color: white;
}
.block-form[type=form-blogsidebar] .form-submit div[as=btn] {
  background: #37BBD5;
  color: #ffffff;
  width: 100%;
  justify-content: center;
}
.block-form[type=form-blogsidebar] .form-success__text {
  color: #ffffff;
}
.block-form[type=form-blogbottom], .block-form[type=form-blogcenter] {
  padding: 56px 0;
}
.block-form[type=form-blogbottom] .block-form__block, .block-form[type=form-blogcenter] .block-form__block {
  max-width: 810px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  background: #004150;
  border-radius: 16px;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-form[type=form-blogbottom] .block-form__top, .block-form[type=form-blogcenter] .block-form__top {
  width: 50%;
}
.block-form[type=form-blogbottom] .block-title, .block-form[type=form-blogcenter] .block-title {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  letter-spacing: -0.01em;
  color: #68BCD0;
}
.block-form[type=form-blogbottom] .block-form__content, .block-form[type=form-blogcenter] .block-form__content {
  width: calc(50% - 16px);
}
.block-form[type=form-blogbottom] .form-group.required label, .block-form[type=form-blogcenter] .form-group.required label {
  display: none;
}
.block-form[type=form-blogbottom] .form-group.required:after, .block-form[type=form-blogcenter] .form-group.required:after {
  top: 8px;
}
.block-form[type=form-blogbottom] .form-group label, .block-form[type=form-blogcenter] .form-group label {
  display: none;
}
.block-form[type=form-blogbottom] .form-control, .block-form[type=form-blogcenter] .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C2C7C9;
  color: white;
  height: 36px;
  padding: 8px 20px 8px 0px;
}
.block-form[type=form-blogbottom] .form-submit, .block-form[type=form-blogcenter] .form-submit {
  margin: 0;
}
.block-form[type=form-blogbottom] .form-submit div[as=btn], .block-form[type=form-blogcenter] .form-submit div[as=btn] {
  background: #37BBD5;
  color: #ffffff;
  width: 100%;
  justify-content: center;
}
.block-form[type=form-blogbottom] .form-success__text, .block-form[type=form-blogcenter] .form-success__text {
  color: #ffffff;
}
.block-form[type=form-blogbottom], .block-form[type=form-blogcenter] {
  --iti-arrow-color:#ffffff;
}
.block-form[type=form-blogbottom] .iti .iti__selected-dial-code, .block-form[type=form-blogcenter] .iti .iti__selected-dial-code {
  color: #ffffff;
}
.block-form[type=form-blogbottom] input::placeholder, .block-form[type=form-blogcenter] input::placeholder {
  color: rgb(180, 180, 180);
}

@media (max-width: 992px) {
  .single-post .block-form[type=form-blogcenter] {
    padding: 15px 0;
  }
  .single-post .block-form[type=form-blogcenter] .block-form__top, .single-post .block-form[type=form-blogcenter] .block-form__content {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .single-blog .block-form[type=form-blogsidebar] {
    display: none;
  }
  .single-blog .block-form[type=form-blogcenter], .single-blog .block-form[type=form-blogbottom] {
    padding: 15px 0;
  }
  .single-blog .block-form[type=form-blogcenter] .block-form__top, .single-blog .block-form[type=form-blogcenter] .block-form__content, .single-blog .block-form[type=form-blogbottom] .block-form__top, .single-blog .block-form[type=form-blogbottom] .block-form__content {
    width: 100%;
  }
}

.block-form__top {
  display: flex;
  flex-direction: column;
}

.block-form__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 12px;
}

.block-form__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-form__block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.block-form__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block-form__content > div {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.block-form__content div[for=bt-submit] {
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-form__content div[for=bt-submit]:not([disabled]) {
  color: #008098;
}
.block-form__content div[for=bt-submit][disabled] svg path {
  stroke: #8E9DA8;
}

.form-consult {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  gap: 8px;
  z-index: 5;
  background: #FFFFFF;
  border-radius: 36px;
  box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
}

.form-consult__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #004150;
  display: flex;
  gap: 16px;
  align-items: center;
}
.form-consult__title svg {
  flex-shrink: 0;
}

.form-consult__block {
  display: flex;
  flex-direction: column;
}
.form-consult__block .wpcf7-form {
  flex-direction: row;
  flex-wrap: wrap;
}
.form-consult__block .form-submit {
  width: 100%;
}
.form-consult__block .form-submit .btn-primary-small {
  width: 100%;
  justify-content: center;
}
.form-consult__block .form-group {
  width: 100%;
}
.form-consult__block .form-group label {
  display: none;
}
.form-consult__block .form-group.required label {
  display: none;
}
.form-consult__block .form-group.accept {
  margin-top: 10px;
}
.form-consult__block .form-group.accept label {
  display: flex;
}
.form-consult__block .form-group.with-inputs {
  width: calc(100% - 150px);
  padding-right: 10px;
}
.form-consult__block .form-group.with-inputs input {
  font-size: 15px;
  line-height: 1.2;
}
.form-consult__block .form-group.with-inputs .iti__country-container {
  bottom: 0;
}
.form-consult__block .form-group.as-switch {
  width: 150px;
  margin-top: 22px;
}
.form-consult__block .form-group.as-switch.no-margin {
  margin-top: 0px;
}
.form-consult__block .form-group .input-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 4px;
  width: 126px;
  background: #F2F4F4;
  border: 1px solid #DADDDE;
  border-radius: 36px;
}
.form-consult__block .form-group .input-switch label {
  display: flex;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
  line-height: 140%;
  color: #586062;
  padding: 8px;
  background: transparent;
  border-radius: 36px;
  width: 52px;
  align-items: center;
  justify-content: center;
}
.form-consult__block .form-group .input-switch label.active {
  background: #37BBD5;
  color: #FFFFFF;
}
.form-consult__block .form-group .form-input {
  display: block;
}

@media (max-width: 992px) {
  .block-form {
    padding: 36px 0;
  }
  .block-form[type=form-blogsidebar] {
    margin-top: 24px;
  }
  .block-form[type=form-vacancy] .block-form__block {
    gap: 24px;
  }
  .block-form[type=form-vacancy] .block-form__top {
    width: 100%;
  }
  .block-form[type=form-vacancy] .block-form__content {
    width: 100%;
    margin-top: 0px;
  }
  .form-group.as-file {
    row-gap: 12px;
  }
  .form-group.as-file .form-file-button {
    width: 100%;
    height: 48px;
  }
  .form-group.as-file .input-file-name {
    width: 100%;
  }
  .form-group.as-file label {
    width: 100%;
  }
  .block-form__block {
    gap: 24px;
  }
}
@media (max-width: 450px) {
  .block-form[type=form-vacancy] .form-row .form-group:nth-child(1) {
    width: 100%;
  }
  .block-form[type=form-vacancy] .form-row .form-group:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .form-consult__block .form-group .input-switch {
    width: auto;
  }
  .form-consult__block .form-group .input-switch label {
    font-size: 12px;
  }
  .form-consult__block .form-group.as-switch {
    width: 120px;
  }
  .form-consult__block .form-group.with-inputs {
    width: calc(100% - 120px);
  }
}
@media (max-width: 385px) {
  .popup[type=consultation] .popup__block {
    padding: 0 10px;
  }
  .form-consult__block .form-group .input-switch {
    padding: 4px;
    width: auto;
  }
  .form-consult__block .form-group .input-switch label {
    width: 50px;
  }
  .form-consult__block .form-group.as-switch {
    width: 100px;
    margin-top: 12px;
  }
  .form-consult__block .form-group.with-inputs {
    width: calc(100% - 100px);
  }
}
.breadcrumbs {
  position: relative;
  background-color: white;
  padding: 16px 0;
  z-index: 1;
}

.breadcrumbs__block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}

.breadcrumbs__items {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
}

.breadcrumbs__item {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.breadcrumbs__item:last-child {
  margin-right: 0px;
}
.breadcrumbs__item:last-child .breadcrumbs__link:after {
  content: unset;
  display: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link span {
  color: #005669;
}

.breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs__link span {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7F888A;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs__link:hover span {
    color: #005669;
  }
}
.breadcrumbs__link:after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.916992 0.916664L3.00033 3L0.916992 5.08333M3.41699 0.916664L5.50033 3L3.41699 5.08333' stroke='%2337BBD5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 7px 6px;
  background-repeat: no-repeat;
  right: 0;
  top: 1px;
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  .breadcrumbs {
    padding: 16px 0 8px 0;
  }
}
.single-blog {
  display: flex;
  flex-direction: column;
  max-width: unset;
}
.single-blog .blocks {
  max-width: unset;
}

.single-blog__top {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 36px auto 0 auto;
  max-width: 800px;
}

.single-blog__top-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  height: 50px;
  margin-bottom: 15px;
}

.single-blog__top-header-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.single-blog__category-link {
  padding: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #008098;
}

.single-blog__readtime {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6B7376;
}

.single-blog__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.003em;
  color: #006B82;
}

.single-blog__top-image {
  width: 100%;
  padding-bottom: 320px;
  position: relative;
  margin-top: 36px;
}
.single-blog__top-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}

.single-blog__block {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  margin-top: 36px;
}

.single-blog__content {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.single-blog__sidebar {
  display: flex;
  flex-direction: column;
  width: calc(35% - 100px);
  position: relative;
}
.single-blog__sidebar .block-form[type=form-blogsidebar] {
  margin-top: 0;
}
.single-blog__sidebar.sticky {
  position: fixed;
  z-index: 20;
}

.single-blog__stat {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.single-blog__stat .headers {
  width: 60%;
}

.single-blog__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0px;
  gap: 24px;
  background: #FFFFFF;
  width: calc(40% - 24px);
}

.single-blog__meta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.single-blog__meta-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.single-blog__meta-top-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000C0E;
}

.single-blog__meta-top-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6B7376;
}

.single-blog__author {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.single-blog__author-avatar {
  width: 44px;
  padding-bottom: 44px;
  position: relative;
  margin-right: 12px;
}
.single-blog__author-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}

.single-blog__author-content {
  width: calc(100% - 56px);
  display: flex;
  flex-direction: column;
}

.single-blog__author-name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #000C0E;
}

.single-blog__author-job {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7F888A;
}

.single-blog__meta-share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.single-blog__meta-share-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
}

.single-blog__meta-share-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}

.single-blog__meta-share-item {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #353A3B;
}
@media (hover: hover) and (pointer: fine) {
  .single-blog__meta-share-item:hover {
    text-decoration-line: underline;
    color: #68BCD0;
  }
}

.single-blog__text {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
}
.single-blog__text.text h2, .single-blog__text.text h3 {
  color: #000C0E;
  font-size: 20px;
}
.single-blog__text.text img {
  cursor: pointer;
}

.single-blog__share {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0px 36px;
  gap: 8px;
}

.single-blog__share-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.375;
  letter-spacing: -0.01em;
  color: #000C0E;
}

.single-blog__share-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.single-blog__share-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #353A3B;
}
@media (hover: hover) and (pointer: fine) {
  .single-blog__share-item:hover {
    text-decoration-line: underline;
    color: #68BCD0;
  }
}

.single-blog__text-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #F2F4F4;
  border-radius: 8px;
}
.single-blog__text-result h2, .single-blog__text-result h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #000C0E;
  margin-bottom: 24px;
}
.single-blog__text-result p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
}

@media (max-width: 992px) {
  .single-blog .block-articles__block {
    padding-top: 50px;
  }
  .single-blog__top {
    margin: 16px auto 0 auto;
  }
  .single-blog__top-header {
    margin-bottom: 0;
  }
  .single-blog__title {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .single-blog__top-image {
    padding-bottom: 200px;
  }
  .single-blog__content {
    width: 100%;
  }
  .single-blog__sidebar {
    width: 100%;
  }
  .single-blog__stat {
    flex-wrap: wrap;
  }
  .single-blog__stat .headers {
    width: 100%;
    order: 2;
  }
  .single-blog__meta {
    width: 100%;
    order: 1;
    padding: 0;
    max-width: 400px;
  }
  .single-blog__meta-block {
    width: 100%;
    align-items: center;
  }
  .single-blog__meta-top {
    width: 100%;
  }
  .single-blog__meta-share {
    width: 100%;
    align-items: center;
  }
  .single-blog__author {
    width: auto;
    align-items: center;
    justify-content: center;
  }
  .single-blog__text {
    margin-top: 36px;
  }
  .single-blog__share {
    padding: 56px 0px 24px;
    flex-wrap: wrap;
  }
  .single-blog__share-title {
    width: 100%;
  }
  .single-blog__share-list {
    width: 100%;
  }
  .single-blog__share-item {
    padding: 8px 12px;
  }
  .single-blog__block {
    gap: 36px;
  }
}
.headers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 12px;
  width: 100%;
  background: #EAF6F9;
  border-radius: 8px;
}

.headers__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #000000;
}

.headers__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 36px 0px 0px;
}

.headers__anchor {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #006B82;
}

.headers__link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 0px;
  gap: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #000C0E;
}
.headers__link span {
  color: #006B82;
  width: 20px;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .headers__link:hover t {
    text-decoration: underline;
  }
}

.search__block {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  transform: translateY(-50%);
  width: 260px;
  z-index: 2;
}
.search__block.active .search__input {
  padding: 12px 40px 12px 36px;
  width: 100%;
  box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
}
.search__block.active .search__input input {
  width: 100%;
}
.search__block.active .search__icon {
  left: 12px;
  top: 16px;
  width: 16px;
  height: 16px;
}
.search__block.active .search__icon svg path {
  stroke: #BFE3EC;
}
.search__block.active .search__input-icon {
  width: 30px;
}

.search__input {
  display: flex;
  position: relative;
  padding: 0;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 35px;
  transition: width 0.2s;
  min-width: 46px;
}
.search__input input {
  display: inline-flex;
  padding: 0px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #BFE3EC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000C0E;
  width: 0;
}
@media (hover: hover) and (pointer: fine) {
  .search__input:hover {
    box-shadow: 0px 0px 25.1px rgba(55, 187, 213, 0.1);
  }
}

.search__icon {
  position: absolute;
  top: unset;
  left: unset;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}

.search__input-icon {
  width: 0;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 0 30px 30px 0;
}
.search__input-icon[type=clear] {
  display: none;
}
.search__input-icon[type=enter] {
  display: flex;
}

.text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
}
.text h2, .text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.003em;
  color: #006B82;
  margin: 0 0 24px 0;
}
.text div > h2, .text div > h3 {
  margin-top: 20px;
}
.text .img-slider {
  position: relative;
  margin: 0 auto 24px auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.text .img-slider .glide__slides {
  margin: 0 auto;
}
.text .img-slider img {
  margin: 0;
}
@media (min-width: 1200px) {
  .text .img-slider .glide__bullets.bullets--hide-on-pc {
    display: none;
  }
}
.text img {
  border-radius: 16px;
  border: 3px solid #BFE3EC;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.text p {
  margin-bottom: 24px;
}
.text p ~ ul, .text p ~ ol {
  margin-top: -8px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text p ~ ul, .text p ~ ol {
  margin-top: 0px;
}
.text a {
  display: initial;
  text-decoration: underline;
}
.text ul, .text ol {
  margin-bottom: 24px;
  padding-left: 30px;
  list-style: none;
}
.text ul > li, .text ol > li {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
  margin-bottom: 8px;
}
.text ul > li:last-child, .text ol > li:last-child {
  margin-bottom: 0;
}
.text ul:first-child, .text ol:first-child {
  margin-top: 0;
}
.text ul > li:before {
  content: "⬤";
  width: 22px;
  font-size: 4px;
  line-height: 1;
  color: #005669;
  position: absolute;
  left: -18px;
  top: 11px;
}
.text ol {
  counter-reset: ollist !important;
  list-style: none;
}
.text ol > li:before {
  counter-increment: ollist;
  content: counter(ollist) ".";
  width: 25px;
  height: 22px;
  display: flex;
  align-items: center;
  position: absolute;
  left: -25px;
  top: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #005669;
}
.text ol > li ul > li:before {
  content: "⬤";
  width: 22px;
  font-size: 4px;
  line-height: 1;
  color: #005669;
  position: absolute;
  left: -18px;
  top: 11px;
}
.text hr {
  padding-top: 32px;
  border: 0;
  margin: 0;
}
.text iframe {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 24px auto;
  max-height: 280px;
  border-radius: 16px;
}
.text table {
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse !important;
  margin: 2rem auto;
}
.text table th {
  font-size: 14px;
  color: #000C0E;
  word-break: normal;
  font-weight: 600;
  width: auto !important;
  border-color: #DADDDE;
  border-style: solid;
  border-width: 0.5px;
  padding: 1rem;
  text-align: left;
}
.text table > thead tr {
  background: white;
}
.text table > thead tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.text table > thead tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.text table > tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 0;
}
.text table > tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 0;
}
.text table tbody td {
  padding: 1rem;
  font-size: 14px;
  width: auto !important;
  border-color: #DADDDE;
  border-style: solid;
  border-width: 0.5px;
}
.text table tbody tr:nth-child(2n+1) {
  background: white;
}
.text table tbody tr:nth-child(2n) {
  background: white;
}
.text table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.text table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.text table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

@media (max-width: 992px) {
  .text hr {
    padding-top: 16px;
  }
  .text h2, .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .text table {
    width: calc(100vw - 3rem);
    display: inline-flex;
  }
  .text table th {
    font-size: 12px;
    padding: 8px;
  }
  .text table tbody td {
    font-size: 12px;
    padding: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .text table tbody tr:nth-child(2n+1):hover {
    background: #EAF6F9;
  }
  .text table tbody tr:nth-child(2n):hover {
    background: #EAF6F9;
  }
}
.block-one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 24px;
  gap: 24px;
  background: #000C0E;
  border-radius: 16px;
  margin: 56px 0;
}
.block-one .random-post__link {
  color: white;
}

.block-one__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.375;
  letter-spacing: -0.01em;
  color: #94D0DF;
}

.block-one__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}
.block-one__text p {
  margin-bottom: 12px;
}
.block-one__text p:last-child {
  margin-bottom: 0;
}
.block-one__text ul, .block-one__text ol {
  margin-bottom: 16px;
}
.block-one__text ul li, .block-one__text ol li {
  color: #FFFFFF;
}
.block-one__text ul li:before, .block-one__text ol li:before {
  color: #94D0DF;
}
.block-one__text ul:last-child, .block-one__text ol:last-child {
  margin-bottom: 0;
}
.block-one__text strong {
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .block-one {
    margin: 36px 0;
  }
}
.block-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 16px 0 40px 0;
  gap: 16px;
}

.block-two_item {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  width: calc(33.33% - 11px);
  border: 1px solid #BFE3EC;
  border-radius: 16px;
}

.block-two_item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.375;
  letter-spacing: -0.01em;
  color: #006B82;
}

.block-two_item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #353A3B;
}

@media (max-width: 767px) {
  .block-two_item {
    width: 100%;
  }
}
.block-ban {
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 16px;
  border: 1px solid #DC0009;
  border-radius: 16px;
  margin-bottom: 24px;
}

.block-ban__icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.block-ban__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
}

@media (max-width: 992px) {
  .block-ban {
    margin: 36px 0;
  }
}
.block-blue {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 12px;
  border: 1px solid #BFE3EC;
  border-radius: 16px;
  margin-bottom: 24px;
}

.block-blue__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
}

.block-ban__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #464C4E;
}

.block-blue__bottom {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  color: #006B82;
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid #68BCD0;
}

@media (max-width: 992px) {
  .block-blue {
    margin: 36px 0;
  }
}
.block-ulone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
  margin-bottom: 36px;
}

.block-ulone_title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.003em;
  color: #004150;
  width: 190px;
}

.block-ulone_list {
  width: calc(100% - 190px - 24px);
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.block-ulone_item {
  width: calc(33.33% - 24px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
  position: relative;
}
.block-ulone_item:before {
  content: "⬤";
  font-size: 4px;
  color: #37BBD5;
  line-height: 1;
}

@media (max-width: 992px) {
  .block-ulone_title {
    width: 100%;
  }
  .block-ulone_list {
    width: 100%;
  }
  .block-ulone_item {
    width: 100%;
  }
}
.block-ultwo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
  margin-bottom: 36px;
}
.block-ultwo.with-markers .block-ultwo_title {
  padding-top: 28px;
}

.block-ultwo_title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
  width: calc(50% - 12px);
}

.block-ultwo_list {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.block-ultwo_item {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000C0E;
  position: relative;
}
.block-ultwo_item.marker-normal:before {
  content: "⬤";
  font-size: 4px;
  color: #37BBD5;
  line-height: 1;
}
.block-ultwo_item.marker-minus:before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23DC0009' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.92969 4.92993L19.0697 19.0699' stroke='%23DC0009' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
}
.block-ultwo_item.marker-plus:before {
  content: "";
  position: relative;
  width: 25px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 11.0801V12.0001C22.4988 14.1565 21.8005 16.2548 20.5093 17.9819C19.2182 19.7091 17.4033 20.9726 15.3354 21.584C13.2674 22.1954 11.0573 22.122 9.03447 21.3747C7.01168 20.6274 5.28465 19.2462 4.11096 17.4372C2.93727 15.6281 2.37979 13.4882 2.52168 11.3364C2.66356 9.18467 3.49721 7.13643 4.89828 5.49718C6.29935 3.85793 8.19279 2.71549 10.2962 2.24025C12.3996 1.76502 14.6003 1.98245 16.57 2.86011' stroke='%231DA059' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5 4L12.5 14.01L9.5 11.01' stroke='%231DA059' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 992px) {
  .block-ultwo {
    margin-bottom: 24px;
    gap: 12px;
  }
  .block-ultwo_title {
    width: 100%;
  }
  .block-ultwo_list {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .block-ultwo_item {
    width: 100%;
  }
}
.block-articles {
  padding: 56px 0;
  display: flex;
  flex-direction: column;
}

.block-articles__block {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}

.block-articles__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #000C0E;
  max-width: 800px;
  margin: 0 auto 0 auto;
}

@media (min-width: 1200px) {
  .block-articles__slider .glide__track {
    overflow: visible;
  }
}
.block-articles__slider .glide__arrows {
  display: none;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 0px;
  right: 0;
}
.block-articles__slider .glide__arrow {
  position: relative;
  top: 0;
  padding: 9px 12px;
  border: 0;
  border-radius: 0;
  width: 36px;
  height: 36px;
  box-shadow: unset;
  text-shadow: unset;
  transform: unset;
}

.block-articles__list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.block-articles__item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 16px;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .block-articles__item:hover {
    box-shadow: 0px 0px 33.7px rgba(55, 187, 213, 0.2);
    z-index: 2;
  }
  .block-articles__item:hover .block-articles__item-title {
    text-decoration-line: underline;
    color: #0094AD;
  }
}

.block-articles__item-img {
  width: 100%;
  position: relative;
  padding-bottom: 175px;
}
.block-articles__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}

.block-articles__item-time {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6B7376;
}

.block-articles__item-title {
  margin-top: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #004150;
  height: 42px;
  position: relative;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-articles__item-term {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #008098;
  padding: 8px;
}

.block-articles__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}

.block-articles__author-avatar {
  width: 44px;
  height: 44px;
  position: relative;
  margin-right: 12px;
}
.block-articles__author-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}

.block-articles__author-content {
  width: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  padding-top: 3px;
}

.block-articles__author-name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #000C0E;
}

.block-articles__author-job {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7F888A;
}

@media only screen and (max-width: 768px) {
  .block-articles__list {
    gap: 0px;
  }
}
@media only screen and (max-width: 450px) {
  .block-articles__slider .glide__arrows {
    display: flex;
  }
  .block-articles .block-title {
    text-align: left;
  }
}
.random-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 40px;
  border: 2px solid #37BBD5;
  margin: 50px auto 50px auto;
  border-radius: 16px;
  position: relative;
}
.random-post:before {
  content: "";
  border-top: 1px solid #ededed;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
.random-post:after {
  content: "";
  border-top: 1px solid #ededed;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.random-post__link {
  color: #000C0E;
  text-decoration: none !important;
  display: flex !important;
  gap: 5px;
}
@media (max-width: 992px) {
  .random-post__link {
    display: block !important;
  }
}

.random-post__title {
  font-weight: 600;
  font-size: 18px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .random-post__title {
    margin-right: 5px;
  }
}

.random-post__caption {
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.4;
}

.footer {
  background: #11171B;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
}

.footer__block {
  display: flex;
  flex-wrap: wrap;
}

.footer__logo {
  width: 35%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.footer__logo-img {
  width: 110px;
}
.footer__logo-img img {
  width: 100%;
  height: auto;
}

.footer__form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #68BCD0;
}

.footer__form .form-group.required label {
  display: none;
}
.footer__form .form-success__text {
  color: #EAF6F9;
}
.footer__form label {
  display: none;
}
.footer__form .form-control {
  background: transparent;
  border-bottom-color: #C2C7C9;
  color: #EAF6F9;
}
.footer__form .btn-secondary {
  background: transparent !important;
  color: #EAF6F9;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .footer__form .btn-secondary:hover:not([disabled]) {
    color: #EAF6F9;
    border: 1px solid #EAF6F9;
  }
}

.footer__menus {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 65%;
}

.footer__menus-dropdowns {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer__menus-main {
  width: calc(30% - 24px);
  display: flex;
  flex-direction: column;
}

.footer__menu {
  width: calc(50% - 12px);
}

.footer__bottom-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__list-item {
  padding: 8px 0;
}
.footer__list-item:first-child {
  padding: 12px 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer__list-item:first-child .footer__menu-arrow {
  display: none;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.footer__list-item:first-child .footer__list-item-link {
  color: #37BBD5;
  font-weight: 700;
  display: flex;
  gap: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .footer__list-item:first-child .footer__list-item-link:hover {
    color: #008098;
    text-decoration: none;
  }
}

.footer__list-item-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #EAF6F9;
}
@media (hover: hover) and (pointer: fine) {
  .footer__list-item-link:hover {
    color: #68BCD0;
    text-decoration: underline;
  }
}

.footer__contacts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer__contact-block {
  width: 35%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__phones-phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #E9F8FF;
}
@media (hover: hover) and (pointer: fine) {
  .footer__phones-phone:hover {
    color: #68BCD0;
  }
}

.footer__email {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #E9F8FF;
}
@media (hover: hover) and (pointer: fine) {
  .footer__email:hover {
    color: #68BCD0;
  }
}

.footer__address {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #E9F8FF;
}
@media (hover: hover) and (pointer: fine) {
  .footer__address:hover {
    color: #68BCD0;
  }
}

.footer__contact-menus {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__menu-blog {
  display: flex;
  flex-direction: column;
}

.footer__menu-buttons {
  display: flex;
  flex-direction: column;
}
.footer__menu-buttons .footer__bottom-menu {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__menu-buttons .footer__list-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #F2F4F4;
  border-radius: 24px;
}
.footer__menu-buttons .footer__list-item:first-child .footer__list-item-link {
  color: #EAF6F9;
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu-buttons .footer__list-item:hover {
    border: 1px solid #008098;
  }
  .footer__menu-buttons .footer__list-item:hover .footer__list-item-link {
    text-decoration: none;
  }
  .footer__menu-buttons .footer__list-item:hover:first-child .footer__list-item-link {
    color: #0094AD;
  }
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  width: 100%;
}

.footer__socials-block {
  width: 35%;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.footer__social {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #EAF6F9;
}
@media (hover: hover) and (pointer: fine) {
  .footer__social:hover {
    color: #0094AD;
    text-decoration: underline;
  }
}

.footer__images {
  width: 65%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: flex-end;
  align-items: center;
}

.footer__icon {
  opacity: 0.8;
  height: 30px;
  position: relative;
}

.footer__copyright {
  width: 100%;
  margin-top: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ADB8C0;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer__privacy-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #68BCD0;
}

.footer__contact-block-title {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #37BBD5;
  margin-bottom: 12px;
  text-align: center;
}

.messengers {
  position: fixed;
  z-index: 1;
  bottom: 70px;
  right: 1rem;
  gap: 4px;
  position: relative;
  display: none;
}
.messengers.sticky {
  position: fixed;
  display: flex;
  flex-direction: column;
}

.messengers__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.messengers__item svg {
  width: 40px;
  height: auto;
}

@media (max-width: 992px) {
  .footer {
    padding-top: 24px;
  }
  .footer__logo {
    width: 70%;
    padding-right: 0px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .footer__menus {
    gap: 12px;
    width: 100%;
    margin-top: 36px;
  }
  .footer__logo-img {
    min-height: 100px;
    display: flex;
  }
  .footer__bottom-menu {
    align-items: center;
  }
  .footer__bottom-menu .footer__list-item-link {
    text-align: center;
  }
  .footer__contact-block-title {
    display: block;
  }
  .footer__contact-block {
    order: 2;
    margin-top: 36px;
  }
  .footer__contact-menus {
    order: 1;
  }
  .footer__menu-buttons .footer__bottom-menu {
    justify-content: center;
  }
  .footer__socials {
    margin-top: 36px;
  }
  .footer__socials-block {
    justify-content: center;
    margin-bottom: 36px;
  }
  .footer__contact-block {
    width: 100%;
    padding-right: 0px;
    align-items: center;
  }
  .footer__contact-menus {
    width: 100%;
  }
  .footer__menus-main .footer__bottom-menu {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
  }
  .footer__menus-main .footer__bottom-menu .footer__list-item {
    width: calc(50% - 6px);
    text-align: center;
  }
  .footer__menus-main .footer__bottom-menu .footer__list-item:first-child {
    width: 100%;
    justify-content: center;
  }
  .footer__menus-main .footer__bottom-menu .footer__list-item:first-child .footer__list-item-link {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 100%;
    margin: 0;
  }
  .footer__menus-dropdowns {
    width: 100%;
    gap: 12px;
  }
  .footer__menus-dropdowns .footer__menu {
    width: calc(50% - 12px);
  }
  .footer__menus-dropdowns .footer__list-item:first-child .footer__menu-arrow {
    display: none;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__menus-main {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__menus-dropdowns .footer__menu {
    width: 100%;
  }
  .footer__menus-dropdowns .footer__menu.active .footer__menu-arrow {
    transform: rotate(180deg);
  }
  .footer__menus-dropdowns .footer__menu.active .footer__list-item {
    display: flex !important;
  }
  .footer__menus-dropdowns .footer__list-item:first-child .footer__menu-arrow {
    display: flex;
  }
  .footer__menus-dropdowns .footer__list-item:not(:first-child) {
    display: none;
  }
  .footer__menu-buttons .footer__bottom-menu {
    column-gap: 4px;
    row-gap: 12px;
    justify-content: center;
  }
  .footer__menu-buttons .footer__bottom-menu .footer__list-item-link {
    font-size: 14px;
  }
  .footer__socials-block {
    width: 100%;
    padding-right: 0px;
  }
  .footer__images {
    width: 100%;
  }
}

/*# sourceMappingURL=single-blog.css.map */
