html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body.marck-blocks {
  font-family: 'Open Sans', sans-serif;
}

.marck-blocks .h1,
.marck-blocks .h2,
.marck-blocks .h3,
.marck-blocks .h4,
.marck-blocks .h5,
.marck-blocks h1,
.marck-blocks h2,
.marck-blocks h3,
.marck-blocks h4,
.marck-blocks h5,
.marck-blocks h6,
.up-title,
.col-title,
.marck-blocks .checklist ul li,
.header .menu,
.btn,
.instagram-feed__header .link,
.steps__text,
.contacts-map__text,
.professions-slider__header {
  font-family: 'Montserrat', sans-serif;
}

body.marck-blocks {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
}

.marck-blocks .h1,
.marck-blocks .h2,
.marck-blocks .h3,
.marck-blocks .h4,
.marck-blocks .h5,
.marck-blocks h1,
.marck-blocks h2,
.marck-blocks h3,
.marck-blocks h4,
.marck-blocks h5,
.marck-blocks h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
  color: #16234C;
}

.marck-blocks ul,
.marck-blocks ol,
.marck-blocks p {
  margin: 0 0 20px;
}

.marck-blocks .h1 {
  font-size: 28px;
}

.marck-blocks .h2 {
  font-size: 22px;
}

.marck-blocks .h3 {
  font-size: 18px;
}

.marck-blocks .h4 {
  font-size: 16px;
}

.marck-blocks .h5 {
  font-size: 14px;
}

.up-title {
  display: inline-block;
  margin: 0 auto 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #16234C;
  padding: 0.4em 1.08em;
  font-size: 12px;
}

.text-bolder {
  font-weight: 900;
}

.margin-0 {
  margin: 0;
}

.text-color_main {
  color: #16234C;
}

.text-color_white {
  color: #fff;
}

:root {
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.marck-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

::-moz-selection {
  background: #16234C;
  color: #fff;
}

::selection {
  background: #16234C;
  color: #fff;
}

.marck-blocks a {
  color: inherit;
}

.marck-blocks a:hover {
  text-decoration: underline;
}

.no-scroll {
  overflow-y: hidden !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-darck {
  background-color: #0B1124;
  color: #fff;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

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

.page-title {
  margin-bottom: 30px;
}

.list-clear {
  margin: 0;
  padding: 0;
  list-style: none;
}

.margin-0 {
  margin: 0 !important;
}

.bg-grey {
  background-color: #eae9e9;
}

.col-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.bg-gradient {
  background: -webkit-linear-gradient(200.99deg, #D6FBF4 4.56%, rgba(214,251,244,0) 89.32%),#CEEAFE;
  background: -moz-linear-gradient(200.99deg, #D6FBF4 4.56%, rgba(214,251,244,0) 89.32%),#CEEAFE;
  background: -o-linear-gradient(200.99deg, #D6FBF4 4.56%, rgba(214,251,244,0) 89.32%),#CEEAFE;
  background: linear-gradient(249.01deg, #D6FBF4 4.56%, rgba(214,251,244,0) 89.32%),#CEEAFE;
  opacity: 0.5;
}

.marck-blocks .text ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}

.marck-blocks .text ul li {
  position: relative;
  padding-left: 24px;
}

.marck-blocks .text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #16234C;
}

.marck-blocks .checklist ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.marck-blocks .checklist ul li {
  font-size: 16px;
  font-weight: 700;
  padding-left: 34px;
  position: relative;
}

.marck-blocks .checklist ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  background-image: url("../images/svg/check-list-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
}

.marck-blocks .margin-b-60 {
  margin-bottom: 30px;
}

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 10px 0;
}

.header__logo img {
  height: 40px;
  display: block;
  width: auto;
}

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header__nav {
  display: none;
}

.header__actions {
  display: none;
}

.header .menu {
  text-transform: uppercase;
  font-weight: 700;
  gap: 30px;
  margin-bottom: 0;
}

.header .menu a {
  text-decoration: none;
  color: #16234C;
  font-size: 15px;
}

.header .menu-btn {
  background-image: url("../images/svg/menu.svg");
}

.fixed-header .header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-sticky .header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.15);
     -moz-box-shadow: 0 2px 12px rgba(0,0,0,0.15);
          box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  -webkit-animation: header_slide 600ms linear;
     -moz-animation: header_slide 600ms linear;
       -o-animation: header_slide 600ms linear;
          animation: header_slide 600ms linear;
  z-index: 999;
}

.header-sticky .header .header__wrap {
  padding: 10px 0;
  min-height: 70px;
}

.header-sticky .header__logo img {
  height: 50px;
}

@-webkit-keyframes header_slide {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes header_slide {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes header_slide {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes header_slide {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

.footer {
  padding-top: 110px;
  font-size: 14px;
}

.footer__logo img {
  max-width: 100%;
  display: block;
  height: auto;
  margin-right: 30px;
}

.footer__copy {
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #3C4150;
  color: #aaa;
  font-size: 12px;
}

.footer__copy a {
  color: #fff;
}

.footer .socials {
  margin-top: 20px;
}

.footer__top-grid {
  gap: 30px;
}

.footer__contact {
  line-height: 1.8;
}

.footer .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.menu-btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-navigation {
  position: fixed;
  left: 100%;
  top: 0;
  opacity: 0;
  width: 100vw;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  pointer-events: all;
  z-index: 999;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mobile-navigation .menu li {
  margin-left: 0;
  display: block;
}

.mobile-navigation.active {
  opacity: 1;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.mobile-navigation__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  height: 100%;
  width: 320px;
  padding: 20px 20px 20px 30px;
  background-color: #fff;
}

.mobile-navigation__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.mobile-navigation__nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.mobile-navigation__nav .menu a {
  font-size: 18px;
  color: #000;
}

.mobile-navigation__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mobile-navigation__footer {
  font-size: 14px;
}

.mobile-navigation__footer p :last-child {
  margin-bottom: 0;
}

.mobile-navigation__footer .address {
  font-weight: 700;
}

.mobile-navigation__socials {
  margin-top: 30px;
}

.mobile-navigation__close {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 22px;
  right: 30px;
  cursor: pointer;
}

.mobile-navigation__close svg {
  fill: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
  text-align: center;
  background-color: #16234C;
  color: #fff;
  line-height: 1.2;
  padding: 1.1em 3.1em;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}

.btn:hover {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  text-decoration: none;
}

.btn_outline {
  z-index: 2;
  background-color: transparent;
  color: #16234C;
  border: 2px solid #16234C;
}

.btn_outline:hover {
  color: #fff;
  background-color: #16234C;
}

.btn_outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #16234C;
  position: absolute;
  -webkit-transition: height 200ms linear;
  -o-transition: height 200ms linear;
  -moz-transition: height 200ms linear;
  transition: height 200ms linear;
  z-index: -1;
}

.btn_outline:hover::after {
  height: 100%;
  -webkit-transition: height 200ms linear;
  -o-transition: height 200ms linear;
  -moz-transition: height 200ms linear;
  transition: height 200ms linear;
}

.btn_icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.btn_icon .icon {
  padding: 0;
  width: 9px;
  height: 9px;
}

.btn_icon:hover .icon svg path {
  fill: #fff;
}

.btn_size_lg {
  font-size: 12px;
  padding: 1.1em 4.6em;
}

a.btn {
  text-decoration: none;
}

a.btn:hover {
  text-decoration: none;
}

button.btn {
  border: 0;
}

button.btn_outline {
  border: 2px solid #16234C;
}

.divider-sm {
  height: 50px;
}

.divider-sm-50 {
  height: 25px;
}

.divider-md {
  height: 70px;
}

.divider-md-50 {
  height: 35px;
}

.divider-lg {
  height: 90px;
}

.divider-lg-50 {
  height: 45px;
}

.fancybox-content {
  padding: 0 !important;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.image_block img {
  display: block;
  width: 100%;
  height: auto;
}

.image_inline {
  display: inline-block;
  max-width: 100%;
}

.image_square {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.image_square img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image_wide {
  position: relative;
  padding-bottom: 64%;
  overflow: hidden;
}

.image_wide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image_auto {
  height: 100%;
}

.image_auto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.desktop-image {
  display: none !important;
}

.mobile-image {
  display: block !important;
}

.marck-blocks .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.marck-blocks .menu a {
  text-decoration: none;
}

.marck-blocks .menu .current-menu-item a::after {
  width: 100%;
}

.text>*:last-child {
  margin-bottom: 0;
}

.text_size_lg {
  font-size: 18px;
}

.slick-slider {
  position: relative;
  opacity: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.slick-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  border: none;
  z-index: 100;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 1;
  outline: none;
  margin: 0;
}

.slick-slider .slick-arrow::before {
  display: none;
}

.slick-slider .slick-arrow::after {
  display: none;
}

.slick-slider .slick-next {
  right: 0;
  background-image: url("../images/svg/slick-next.svg");
}

.slick-slider .slick-prev {
  left: 0;
  background-image: url("../images/svg/slick-prev.svg");
}

.slick-slider .slick-disabled {
  display: none !important;
}

.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -60px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  gap: 6px;
}

.slick-slider .slick-dots li {
  width: auto;
  height: auto;
}

.slick-slider .slick-dots button {
  border: none;
  font-size: 0px;
  width: 15px;
  height: 4px;
  padding: 0;
  background-color: #16234C;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  opacity: .5;
  -webkit-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
}

.slick-slider .slick-dots button::before {
  display: none;
}

.slick-slider .slick-dots .slick-active button {
  width: 30px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}

.socials__icon {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}

.socials__icon img,
.socials__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.socials__icon svg rect {
  fill: #fff;
}

.socials__icon svg path {
  fill: #16234C;
}

.socials__icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #16234C;
  position: absolute;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -moz-transition: transform 200ms linear, -moz-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear;
  z-index: 1;
}

.socials__icon:hover::after {
  -webkit-transform: scale(1.15);
     -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -moz-transition: transform 200ms linear, -moz-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear;
}

.socials_white .socials__icon {
  background-color: #fff;
}

.socials_white .socials__icon::after {
  border-color: #fff;
}

.socials_white .socials__icon svg rect {
  fill: #0B1124;
}

.socials_white .socials__icon svg path {
  fill: #fff;
}

.slick-slider {
  position: relative;
  opacity: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.slick-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  border: none;
  z-index: 100;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 1;
  outline: none;
  margin: 0;
}

.slick-slider .slick-arrow::before {
  display: none;
}

.slick-slider .slick-arrow::after {
  display: none;
}

.slick-slider .slick-next {
  right: 0;
  background-image: url("../images/svg/slick-next.svg");
}

.slick-slider .slick-prev {
  left: 0;
  background-image: url("../images/svg/slick-prev.svg");
}

.slick-slider .slick-disabled {
  display: none !important;
}

.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -60px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  gap: 6px;
}

.slick-slider .slick-dots li {
  width: auto;
  height: auto;
}

.slick-slider .slick-dots button {
  border: none;
  font-size: 0px;
  width: 15px;
  height: 4px;
  padding: 0;
  background-color: #16234C;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  opacity: .5;
  -webkit-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
}

.slick-slider .slick-dots button::before {
  display: none;
}

.slick-slider .slick-dots .slick-active button {
  width: 30px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.page-content__hero-image {
  position: relative;
  padding-bottom: 65%;
  margin-bottom: 40px;
}

.page-content__hero-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-content ul,
.page-content ol {
  padding-left: 26px;
}

.form .input,
.form .textarea {
  width: 100%;
  border: none;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border-bottom: 1px solid #000;
  padding: 17px 0;
  margin-bottom: 20px;
  background-color: transparent;
  line-height: 1.2;
}

.form .input::-webkit-input-placeholder, .form .textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.form .input:-moz-placeholder, .form .textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form .input::-moz-placeholder, .form .textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form .input:-ms-input-placeholder, .form .textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form .input::-ms-input-placeholder, .form .textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form .input::placeholder,
.form .textarea::placeholder {
  color: #000;
  opacity: 1;
}

.form .input:focus,
.form .textarea:focus {
  outline: none;
}

.form .textarea {
  height: 180px;
  resize: none;
}

.invalid {
  border-bottom: 2px solid red !important;
}

.response-output {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 40px 30px 80px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  background-color: #fff;
  line-height: 1.2;
  font-size: 16px;
  background-image: url("../images/svg/response.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px;
          background-size: 40px;
  background-position: 20px center;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 8px 16px 2px rgba(97,97,97,0.1),0px 16px 32px 2px rgba(97,97,97,0.1);
     -moz-box-shadow: 0px 8px 16px 2px rgba(97,97,97,0.1),0px 16px 32px 2px rgba(97,97,97,0.1);
          box-shadow: 0px 8px 16px 2px rgba(97,97,97,0.1),0px 16px 32px 2px rgba(97,97,97,0.1);
  width: 280px;
}

.response-output .close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 15px;
  height: 15px;
  background-image: url("../images/svg/close-response.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  cursor: pointer;
}

.icon {
  width: 60px;
  height: 60px;
  padding: 18px;
}

.icon img,
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.icon_round {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.icon_color {
  background-color: #16234C;
}

.link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

.link:hover {
  text-decoration: none;
}

.link_icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link_icon .icon {
  padding: 0;
  width: 9px;
  height: 9px;
}

.hero-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-clip-path: polygon(8.23% 3.43%, 97.47% .94%, 94.23% 99.48%, 1.49% 97.46%);
          clip-path: polygon(8.23% 3.43%, 97.47% .94%, 94.23% 99.48%, 1.49% 97.46%);
}

.hero-grid__item {
  display: block;
  width: 100%;
  position: relative;
  height: 180px;
  overflow: hidden;
}

.hero-grid__item:nth-child(1) .hero-grid__content {
  padding-bottom: 20px;
  padding-left: 40px;
}

.hero-grid__item:nth-child(2) {
  height: 180px;
}

.hero-grid__item:nth-child(2) .hero-grid__content {
  padding-left: 35px;
  padding-bottom: 30px;
}

.hero-grid__item:nth-child(3) .hero-grid__content {
  padding-bottom: 30px;
  padding-left: 30px;
}

.hero-grid__item:hover .link {
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.hero-grid__item:hover .hero-grid__title {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -moz-transition: transform 200ms linear, -moz-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear;
}

.hero-grid__link {
  text-decoration: none;
}

.hero-grid .scale-image {
  background-color: transparent;
}

.hero-grid__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding: 20px 50px 50px;
}

.hero-grid__title {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -moz-transition: transform 200ms linear, -moz-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear;
}

.hero-grid__item_half {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero-grid .link {
  font-size: 12px;
  pointer-events: none;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

#map {
  height: 500px;
  width: 100%;
}

.decor-image {
  position: relative;
  padding-bottom: 10%;
  padding-right: 10%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.decor-image img {
  z-index: 2;
  position: relative;
  -webkit-clip-path: polygon(.08% -.17%, 92.89% 5.4%, 98.27% 96.19%, .25% 99.97%);
          clip-path: polygon(.08% -.17%, 92.89% 5.4%, 98.27% 96.19%, .25% 99.97%);
}

.decor-image__shape {
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  width: 90%;
  background: -webkit-linear-gradient(212.13deg, #D6FBF4 9.4%, rgba(214,251,244,0) 101.36%),#CEEAFE;
  background: -moz-linear-gradient(212.13deg, #D6FBF4 9.4%, rgba(214,251,244,0) 101.36%),#CEEAFE;
  background: -o-linear-gradient(212.13deg, #D6FBF4 9.4%, rgba(214,251,244,0) 101.36%),#CEEAFE;
  background: linear-gradient(237.87deg, #D6FBF4 9.4%, rgba(214,251,244,0) 101.36%),#CEEAFE;
  opacity: 0.5;
  z-index: 1;
  -webkit-clip-path: polygon(7.3% 6.64%, 97.47% .94%, 99.5% 98.77%, .25% 96.21%);
          clip-path: polygon(7.3% 6.64%, 97.47% .94%, 99.5% 98.77%, .25% 96.21%);
}

.decor-image_right {
  padding-left: 10%;
  padding-right: 0;
  padding-bottom: 12%;
}

.decor-image_right img {
  -webkit-clip-path: polygon(1.17% 3.29%, 99.89% .66%, 99.13% 98.77%, .99% 93.98%);
          clip-path: polygon(1.17% 3.29%, 99.89% .66%, 99.13% 98.77%, .99% 93.98%);
}

.decor-image_right .decor-image__shape {
  right: auto;
  left: 0;
  -webkit-clip-path: polygon(1.24% 5.77%, 88.65% 12.6%, 94.9% 94.11%, .25% 95.04%);
          clip-path: polygon(1.24% 5.77%, 88.65% 12.6%, 94.9% 94.11%, .25% 95.04%);
}

.scale-image {
  background-color: #fff;
}

.scale-image:hover img {
  -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
  transition: opacity 200ms linear, -webkit-transform 200ms linear;
  -o-transition: opacity 200ms linear, -o-transform 200ms linear;
  -moz-transition: transform 200ms linear, opacity 200ms linear, -moz-transform 200ms linear;
  transition: transform 200ms linear, opacity 200ms linear;
  transition: transform 200ms linear, opacity 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .9;
}

.scale-image img {
  -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
  transition: opacity 200ms linear, -webkit-transform 200ms linear;
  -o-transition: opacity 200ms linear, -o-transform 200ms linear;
  -moz-transition: transform 200ms linear, opacity 200ms linear, -moz-transform 200ms linear;
  transition: transform 200ms linear, opacity 200ms linear;
  transition: transform 200ms linear, opacity 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear;
  opacity: 1;
}

.link-hover a {
  position: relative;
  text-decoration: none;
}

.link-hover a::after {
  position: absolute;
  content: '';
  width: 0;
  bottom: -5px;
  left: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  transition: width 200ms linear;
}

.link-hover a:hover::after {
  width: 100%;
  -webkit-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  transition: width 200ms linear;
}

.link-hover_darck a::after {
  background-color: #16234C;
}

.instagram-feed {
  padding-top: 40px;
  margin-top: auto;
}

.instagram-feed__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  gap: 10px;
}

.instagram-feed__header .link {
  font-size: 18px;
  text-decoration: none;
  color: #16234C;
}

.instagram-feed__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -50px;
}

.instagram-feed__item {
  width: 50%;
}

.instagram-feed__item a {
  display: block;
}

.instagram-feed img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.steps {
  position: relative;
}

.steps_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(.2% .13%, 100% .17%, 100% 94.5%, .33% 100%);
          clip-path: polygon(.2% .13%, 100% .17%, 100% 94.5%, .33% 100%);
  background: -webkit-linear-gradient(199.7deg, #D6FBF4 6.7%, rgba(214,251,244,0) 90.48%),#CEEAFE;
  background: -moz-linear-gradient(199.7deg, #D6FBF4 6.7%, rgba(214,251,244,0) 90.48%),#CEEAFE;
  background: -o-linear-gradient(199.7deg, #D6FBF4 6.7%, rgba(214,251,244,0) 90.48%),#CEEAFE;
  background: linear-gradient(250.3deg, #D6FBF4 6.7%, rgba(214,251,244,0) 90.48%),#CEEAFE;
  opacity: 0.5;
}

.steps__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
}

.steps__icon {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.steps__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.steps__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0 10px;
  position: relative;
}

.steps__col::after {
  content: '';
  position: absolute;
  top: 40px;
  right: -30px;
  width: 60px;
  height: 8px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  display: none;
}

.steps__col:nth-child(2n)::after {
  background-image: url("../images/svg/step-up-arrow.svg");
}

.steps__col:nth-child(2n+1)::after {
  background-image: url("../images/svg/step-down-arrow.svg");
}

.steps__col:last-child::after {
  display: none;
}

.steps__text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

.hero-section {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
}

.hero-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(39.05% 0%, 100% 0%, 100% 100%, 25.04% 87.34%);
          clip-path: polygon(39.05% 0%, 100% 0%, 100% 100%, 25.04% 87.34%);
  background: -webkit-linear-gradient(204.09deg, #D6FBF4 0%, rgba(214,251,244,0) 94.44%),#CEEAFE;
  background: -moz-linear-gradient(204.09deg, #D6FBF4 0%, rgba(214,251,244,0) 94.44%),#CEEAFE;
  background: -o-linear-gradient(204.09deg, #D6FBF4 0%, rgba(214,251,244,0) 94.44%),#CEEAFE;
  background: linear-gradient(245.91deg, #D6FBF4 0%, rgba(214,251,244,0) 94.44%),#CEEAFE;
  opacity: 0.5;
}

.hero-section__action {
  margin-top: 40px;
}

.hero-section__scroll {
  display: none;
}

.hero-section__right-col {
  margin-top: 40px;
}

.scroll-dot {
  -webkit-animation: scroll 2200ms ease-in-out infinite;
     -moz-animation: scroll 2200ms ease-in-out infinite;
       -o-animation: scroll 2200ms ease-in-out infinite;
          animation: scroll 2200ms ease-in-out infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

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

@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(4px);
         transform: translateY(4px);
  }

  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes scroll {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  50% {
    -o-transform: translateY(4px);
       transform: translateY(4px);
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.contacts-map {
  overflow: hidden;
}

.contacts-map__text {
  font-size: 18px;
}

.contacts-map__text strong {
  font-size: 14px;
  text-transform: uppercase;
}

.contacts-map__text a:hover {
  text-decoration: none;
}

.contacts-map__wrap {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contacts-map__bg {
  position: absolute;
  top: 0;
  left: -7%;
  right: -7%;
  bottom: 0;
  -webkit-clip-path: polygon(.1% .51%, 99.6% 4%, 98.9% 99.25%, 1.98% 94.92%);
          clip-path: polygon(.1% .51%, 99.6% 4%, 98.9% 99.25%, 1.98% 94.92%);
}

.contacts-map #map {
  margin-top: 30px;
}

.image-text .decor-image {
  margin-top: 40px;
}

.image-text .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.image-text .flex-row-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.left-slider {
  position: relative;
  z-index: 2;
}

.left-slider .slick-slide {
  -webkit-clip-path: polygon(.46% 5.38%, 99.73% .73%, 97.89% 99.75%, 1.01% 88.19%);
          clip-path: polygon(.46% 5.38%, 99.73% .73%, 97.89% 99.75%, 1.01% 88.19%);
}

.left-slider.slick-slider .slick-arrow {
  top: auto;
  bottom: 0;
  left: 15px;
  width: 20px;
  height: 25px;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.left-slider.slick-slider .slick-next {
  left: 60px;
}

.left-slider__image {
  position: relative;
  padding-bottom: 119%;
}

.left-slider__image img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left-slider-section__wrap {
  position: relative;
  padding-left: 7%;
  padding-top: 5%;
  margin-bottom: 40px;
}

.left-slider-section__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 60%;
  -webkit-clip-path: polygon(-.02% -.38%, 100.21% -.91%, 95.99% 84.68%, .3% 99.97%);
          clip-path: polygon(-.02% -.38%, 100.21% -.91%, 95.99% 84.68%, .3% 99.97%);
  background: -webkit-linear-gradient(221.69deg, #D6FBF4 9.79%, rgba(214,251,244,0) 105.59%),#CEEAFE;
  background: -moz-linear-gradient(221.69deg, #D6FBF4 9.79%, rgba(214,251,244,0) 105.59%),#CEEAFE;
  background: -o-linear-gradient(221.69deg, #D6FBF4 9.79%, rgba(214,251,244,0) 105.59%),#CEEAFE;
  background: linear-gradient(228.31deg, #D6FBF4 9.79%, rgba(214,251,244,0) 105.59%),#CEEAFE;
  opacity: 0.5;
}

.professions-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.professions-section__shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(198.23deg, #D6FBF4 6.85%, rgba(214,251,244,0) 92.44%),#CEEAFE;
  background: -moz-linear-gradient(198.23deg, #D6FBF4 6.85%, rgba(214,251,244,0) 92.44%),#CEEAFE;
  background: -o-linear-gradient(198.23deg, #D6FBF4 6.85%, rgba(214,251,244,0) 92.44%),#CEEAFE;
  background: linear-gradient(251.77deg, #D6FBF4 6.85%, rgba(214,251,244,0) 92.44%),#CEEAFE;
  opacity: 0.5;
}

.professions-section .slick-slider .slick-prev {
  left: -90px;
}

.professions-section .slick-slider .slick-next {
  right: -90px;
}

.professions-slider__slide:nth-child(2n) .professions-slider__slide-wrap {
  -webkit-clip-path: polygon(-.48% .16%, 100% 0%, 99.28% 96.38%, -.23% 100%);
          clip-path: polygon(-.48% .16%, 100% 0%, 99.28% 96.38%, -.23% 100%);
}

.professions-slider__slide-wrap {
  padding: 12% 10% 15%;
  -webkit-clip-path: polygon(-.24% -.86%, 100% -.86%, 100% 100%, .01% 96.72%);
          clip-path: polygon(-.24% -.86%, 100% -.86%, 100% 100%, .01% 96.72%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  background-color: var(--block-color);
}

.professions-slider__slide-wrap::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

.professions-slider__slide-wrap>* {
  position: relative;
  z-index: 2;
}

.professions-slider__slide-wrap .btn_outline {
  border-color: var(--block-color);
  color: var(--block-color);
  background-color: transparent;
}

.professions-slider__slide-wrap .btn_outline .icon path {
  fill: var(--block-color);
}

.professions-slider__slide-wrap .btn_outline:hover {
  color: #fff;
}

.professions-slider__slide-wrap .btn_outline::after {
  background-color: var(--block-color) !important;
}

.professions-slider__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.professions-slider__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.teachers__image {
  position: relative;
  padding-bottom: 108%;
  margin-bottom: 20px;
}

.teachers__image img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teachers__name {
  margin-bottom: 10px !important;
}

.call-to-action {
  margin-top: 100px;
  background-color: #fff;
  padding: 20% 10% 30%;
  -webkit-clip-path: polygon(1.01% .35%, 94.98% 4.78%, 99.8% 86.99%, .65% 91.27%);
          clip-path: polygon(1.01% .35%, 94.98% 4.78%, 99.8% 86.99%, .65% 91.27%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.call-to-action__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.call-to-action__form>*.input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.call-to-action__form .input {
  margin-bottom: 0 !important;
}

.conditions__right {
  margin-top: 40px;
  padding: 10% 15% 24%;
  position: relative;
}

.conditions__right>* {
  position: relative;
  z-index: 2;
}

.conditions__right .h3 {
  margin-bottom: 20px !important;
}

.conditions__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(.17% -.05%, 99.9% .11%, 100.14% 99.48%, 1.91% 95.1%);
          clip-path: polygon(.17% -.05%, 99.9% .11%, 100.14% 99.48%, 1.91% 95.1%);
  background: -webkit-linear-gradient(200.31deg, #D6FBF4 6.64%, rgba(214,251,244,0) 89.69%),#CEEAFE;
  background: -moz-linear-gradient(200.31deg, #D6FBF4 6.64%, rgba(214,251,244,0) 89.69%),#CEEAFE;
  background: -o-linear-gradient(200.31deg, #D6FBF4 6.64%, rgba(214,251,244,0) 89.69%),#CEEAFE;
  background: linear-gradient(249.69deg, #D6FBF4 6.64%, rgba(214,251,244,0) 89.69%),#CEEAFE;
  opacity: 0.5;
  z-index: 1;
}

.conditions .form__submit {
  margin-top: 20px;
}

.conditions__phones {
  font-weight: 700;
  font-size: 16px;
}

.conditions__phones a:hover {
  text-decoration: none;
}

.reviews-slider__image {
  position: relative;
  padding-bottom: 57%;
  display: block;
}

.reviews-slider__image img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reviews-slider__image::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 20%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-image: url("../images/svg/play-icon.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out, -o-transform 200ms ease-in-out;
}

.reviews-slider__image:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
     -moz-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
       -o-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out, -o-transform 200ms ease-in-out;
}

@media (min-width: 576px) {
  .up-title {
    font-size: inherit;
    margin: 0 auto 30px;
  }

  .header__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .mobile-navigation__wrap {
    width: 540px;
    padding-left: 60px;
  }

  .mobile-navigation__nav .menu a {
    font-size: 28px;
  }

  .slick-slider .slick-dots button {
    height: 5px;
  }

  .slick-slider .slick-dots .slick-active button {
    width: 60px;
  }

  .slick-slider .slick-dots button {
    height: 5px;
  }

  .slick-slider .slick-dots .slick-active button {
    width: 60px;
  }

  .hero-grid {
    gap: 20px;
    -webkit-clip-path: polygon(7.3% 6.64%, 97.47% .94%, 99.5% 98.77%, .25% 96.21%);
            clip-path: polygon(7.3% 6.64%, 97.47% .94%, 99.5% 98.77%, .25% 96.21%);
  }

  .hero-grid__item {
    height: 240px;
  }

  .hero-grid__item:nth-child(1) .hero-grid__content {
    padding-left: 60px;
  }

  .hero-grid__item:nth-child(2) {
    height: 240px;
  }

  .hero-grid__item:nth-child(2) .hero-grid__content {
    padding-left: 50px;
  }

  .hero-grid__item:nth-child(3) .hero-grid__content {
    padding-left: 50px;
  }

  .hero-grid__item_half {
    max-width: 50%;
    width: 40%;
  }

  .instagram-feed__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .instagram-feed__header .link {
    margin-left: auto;
    font-size: 24px;
  }

  .conditions__right {
    padding: 10% 15% 12%;
  }

  .conditions__phones {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .marck-blocks .h1,
  .marck-blocks .h2,
  .marck-blocks .h3,
  .marck-blocks .h4,
  .marck-blocks .h5,
  .marck-blocks h1,
  .marck-blocks h2,
  .marck-blocks h3,
  .marck-blocks h4,
  .marck-blocks h5,
  .marck-blocks h6 {
    margin: 0 0 30px;
  }

  .marck-blocks ul,
  .marck-blocks ol,
  .marck-blocks p {
    margin: 0 0 24px;
  }

  .page-title {
    margin-bottom: 50px;
  }

  .header__wrap {
    min-height: 80px;
  }

  .footer__logo {
    margin-bottom: 40px;
  }

  .footer__copy {
    font-size: inherit;
  }

  .footer__top-grid {
    gap: initial;
  }

  .desktop-image {
    display: block !important;
  }

  .mobile-image {
    display: none !important;
  }

  .text_size_lg {
    font-size: 24px;
  }

  .slick-slider .slick-dots {
    gap: 10px;
  }

  .slick-slider .slick-dots button {
    height: 10px;
    width: 30px;
  }

  .slick-slider .slick-dots {
    gap: 10px;
  }

  .slick-slider .slick-dots button {
    height: 10px;
    width: 30px;
  }

  .instagram-feed__item {
    width: 33.33%;
  }

  .steps__icon {
    width: 80px;
    margin-bottom: 30px;
  }

  .steps__col {
    width: 33.33%;
    padding: 0 5px;
  }

  .steps__text {
    font-size: 16px;
  }

  .call-to-action {
    padding: 6% 10% 10%;
    -webkit-clip-path: polygon(.02% .13%, 99.6% 10.81%, 98.48% 84.75%, 1.31% 91.94%);
            clip-path: polygon(.02% .13%, 99.6% 10.81%, 98.48% 84.75%, 1.31% 91.94%);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .call-to-action__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  body.marck-blocks {
    font-size: 16px;
  }

  .marck-blocks .h5 {
    font-size: 16px;
  }

  .marck-blocks .text ul li {
    padding-left: 34px;
  }

  .marck-blocks .text ul li::before {
    width: 14px;
    height: 14px;
  }

  .marck-blocks .checklist ul li {
    font-size: 18px;
    padding-left: 44px;
  }

  .marck-blocks .checklist ul li::before {
    width: 24px;
    height: 24px;
    top: 3px;
  }

  .marck-blocks .margin-b-60 {
    margin-bottom: 60px;
  }

  .btn_size_lg {
    font-size: 16px;
  }

  .divider-sm {
    height: 60px;
  }

  .divider-sm-50 {
    height: 30px;
  }

  .divider-md {
    height: 100px;
  }

  .divider-md-50 {
    height: 50px;
  }

  .divider-lg {
    height: 150px;
  }

  .divider-lg-50 {
    height: 750px;
  }

  .decor-image {
    width: auto;
    margin-right: 30px;
  }

  .decor-image_right {
    margin-left: 30px;
  }

  .hero-section__right-col {
    margin-top: 0;
  }

  .contacts-map__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-map__bg {
    left: 0;
    width: 90%;
    right: auto;
  }

  .contacts-map #map {
    margin-top: 0;
  }

  .image-text .decor-image {
    margin-top: 0;
  }

  .image-text .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .image-text .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .left-slider-section__wrap {
    margin-bottom: 0;
  }

  .conditions__right {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .marck-blocks .h1 {
    font-size: 28;
  }

  .marck-blocks .h2 {
    font-size: 32px;
  }

  .marck-blocks .h3 {
    font-size: 24px;
  }

  .marck-blocks .h4 {
    font-size: 20px;
  }

  .vh-section {
    min-height: 100vh;
  }

  .header__wrap {
    padding: 20px 0;
  }

  .header__logo img {
    height: 60px;
  }

  .header__nav {
    display: block;
  }

  .menu-btn {
    display: none;
  }

  .mobile-navigation {
    display: none;
  }

  .mobile-navigation.active {
    display: none;
  }

  .text_size_lg {
    font-size: 32px;
  }

  .socials__icon {
    width: 36px;
    height: 36px;
  }

  .form .textarea {
    height: 220px;
  }

  .icon {
    width: 80px;
    height: 80px;
    padding: 22px;
  }

  .hero-grid__title {
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
  }

  .hero-grid .link {
    opacity: 0;
    font-size: inherit;
  }

  .instagram-feed__item {
    width: 16.666%;
  }

  .steps__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .steps__col {
    width: 20%;
  }

  .steps__col::after {
    display: block;
  }

  .hero-section__scroll {
    display: block;
    position: absolute;
    left: 7%;
    bottom: 60px;
  }

  .professions-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .professions-section__shape {
    -webkit-clip-path: polygon(.68% 5.15%, 100% 0%, 96.88% 93.31%, 1.21% 99.6%);
            clip-path: polygon(.68% 5.15%, 100% 0%, 96.88% 93.31%, 1.21% 99.6%);
    left: 7%;
    right: 7%;
  }

  .professions-section__slider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .call-to-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px;
    padding: 5% 10%;
  }

  .conditions__phones {
    font-size: 20px;
  }
}

@media (min-width: 1480px) {
  .divider-sm {
    height: 70px;
  }

  .divider-sm-50 {
    height: 35px;
  }

  .divider-md {
    height: 150px;
  }

  .divider-md-50 {
    height: 75px;
  }

  .divider-lg {
    height: 210px;
  }

  .divider-lg-50 {
    height: 105px;
  }

  .form .textarea {
    height: 340px;
  }

  .hero-grid__item {
    height: 320px;
  }

  .hero-grid__item:nth-child(1) .hero-grid__content {
    padding-bottom: 30px;
    padding-left: 90px;
  }

  .hero-grid__item:nth-child(2) {
    height: 370px;
  }

  .hero-grid__item:nth-child(2) .hero-grid__content {
    padding-bottom: 50px;
  }

  .hero-grid__item:nth-child(3) {
    height: 370px;
  }

  .hero-grid__item:nth-child(3) .hero-grid__content {
    padding-bottom: 50px;
  }
}

@media (min-width: 1630px) {
  .marck-blocks .h1 {
    font-size: 50px;
  }

  .marck-blocks .h2 {
    font-size: 40px;
  }

  .marck-blocks .h3 {
    font-size: 30px;
  }

  .marck-blocks .h4 {
    font-size: 24px;
  }

  .marck-blocks .h5 {
    font-size: 18px;
  }

  .marck-blocks .checklist ul li {
    font-size: 20px;
  }

  .marck-blocks .checklist ul li::before {
    top: 4px;
  }

  .header__right {
    gap: 70px;
  }

  .text_size_lg {
    font-size: 36px;
  }

  .steps__text {
    font-size: 18px;
  }

  .contacts-map__text {
    font-size: 20px;
  }

  .professions-section__shape {
    top: 70px;
    bottom: 70px;
    -webkit-clip-path: polygon(.68% 5.15%, 100% 0%, 96.88% 93.31%, 1.21% 99.6%);
            clip-path: polygon(.68% 5.15%, 100% 0%, 96.88% 93.31%, 1.21% 99.6%);
  }
}

@media (min-width: 1930px) {
  .hero-section {
    padding-top: 10%;
  }
}