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

@font-face {
  font-family: Circe Extra Bold;
  src: url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circe Extra Light;
  src: url("../fonts/Circe-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

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

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

@font-face {
  font-family: Circe Thin;
  src: url("../fonts/Circe-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT;
  src: url("../fonts/ofont.ru_Futura-PT.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT Heavy;
  src: url("../fonts/ofont.ru_Futura-PT-2.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT Medium;
  src: url("../fonts/ofont.ru_Futura-PT-1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: EGUS FONT;
  src: url("../fonts/MarketFreshInlineBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mon;
  src:
    url("../fonts/Mon-bold.ttf") format("truetype"),
    url("../fonts/Mon-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mon;
  src: url("../fonts/Mon-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mon;
  src: url("../fonts/Mon-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mon;
  src: url("../fonts/Mon-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mon;
  src: url("../fonts/Mon-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mon;
  src: url("../fonts/Mon-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mon;
  src:
    url("../fonts/Mon-Regular.ttf") format("truetype"),
    url("../fonts/Mon-t.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura New Bold;
  src: url("../fonts/FuturaNewBold.otf.html") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futuranewbook;
  src: url("../fonts/FuturaNewBook.otf.html") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura New Cond;
  src: url("../fonts/FuturaNewCondBold.otf.html") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helvetica;
  src: url("../fonts/9202.otf.html") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --yellow: #faaf52;
  --black: #111;
  --dim-grey: #40424b;
  --dark-space: #1c1d24;
  --gainsboro: #ddd;
  --light-grey: #e7e7e7;
  --dark-grey: #777;
  --dark-slate-grey: #363840;
  --dark: #26272e;
  --silver: #bbb;
  --red: #ee4869;
  --purple: #6165f4;
  --aqua: #22c8e1;
  --white: white;
  --new: #3b72aa;
  --haze: #f7f7f7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Mon, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Mon, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Mon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Mon, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Mon, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  position: static;
}

h6 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #34dede;
  font-family: Mon, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

a.w--current {
  color: #3b72aa;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

ul {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 24px;
  font-size: 15px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
}

strong {
  color: #34dede;
  font-weight: 700;
}

blockquote {
  border-left: 3px solid var(--yellow);
  margin-bottom: 32px;
  padding: 12px 20px 12px 24px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: left;
  background-color: #11111180;
  margin-top: -31px;
  padding: 8px 12px 7px;
  font-size: 11px;
  line-height: 16px;
  position: relative;
}

.body {
  color: var(--black);
  font-family: Mon, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 0 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-paddings {
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 0%;
  display: block;
  position: static;
  overflow: visible;
}

.section.dark {
  color: #fff;
  background-image: none;
  flex-wrap: wrap;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.dark.no-padding-vertical {
  background-image: linear-gradient(99deg, var(--dim-grey), var(--dark-space));
  height: 330px;
}

.section.no-bottom-padding {
  margin: 20px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.section.page-section {
  padding-top: 64px;
}

.section.no-side-paddings {
  padding-left: 0%;
  padding-right: 0%;
}

.section.no-padding-vertical.border-top {
  border-top-style: none;
  padding-left: 3%;
  padding-right: 3%;
}

.section.border-top {
  border-top: 1px solid var(--gainsboro);
}

.section.image-2 {
  color: #fff;
  background-image:
    linear-gradient(#1119, #1119),
    url("../images/yanapi-senaud-592425-unsplash_1yanapi-senaud-592425-unsplash.webp");
  background-position:
    0 0,
    50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-5 {
  color: #fff;
  background-image:
    linear-gradient(#111111ba, #111111ba),
    url("../images/highres_281260619_1highres_281260619.webp");
  background-position:
    0 0,
    50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  border-radius: 0;
  width: 100%;
  min-width: 300px;
  height: 600px;
}

.section.image-5.inet {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  height: 400px;
  margin-bottom: 0;
  padding: 0 5%;
  display: block;
}

.section.image-5.inet._4412 {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
}

.section.about-v1-hero {
  color: #fff;
  background-image:
    linear-gradient(#0000004a, #0000004a),
    url("../images/joshua-earle-541397-unsplash_1joshua-earle-541397-unsplash.webp");
  background-position:
    0 0,
    50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
}

.section.image-3 {
  color: #fff;
  background-image:
    linear-gradient(#1119, #1119),
    url("../images/tyler-franta-589346-unsplash_1tyler-franta-589346-unsplash.webp");
  background-position:
    0 0,
    50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.portfolio-hero {
  color: #fff;
  background-image:
    linear-gradient(#1116, #1116),
    url("../images/portfolio-hero_1portfolio-hero.webp");
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.portfolio-nav {
  border-bottom: 1px solid var(--light-grey);
  min-height: 88px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.wrapper {
  background-color: #0000;
  border-bottom: 1px #d8d5d5;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.wrapper.side-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper._22222 {
  border-bottom-color: #cecece;
  max-width: 1400px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d0505;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Futura New Medium;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition:
    color 0.4s,
    background-color 0.4s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #000;
}

.button.subscribe-button {
  background-color: var(--yellow);
  background-image: url("../images/paper-plane-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
}

.button.link-button {
  color: var(--black);
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Futura New Medium;
  transition:
    color 0.4s,
    background-color 0.4s;
  box-shadow: inset 3px 0 #6d0505;
}

.button.contact-button {
  clear: none;
  background-color: #6d0505;
  background-image: url("../images/paper-plane-icon.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  margin-left: 0;
  padding-left: 52px;
  position: relative;
}

.button.password-button {
  color: #0000;
  text-align: center;
  background-color: #6d0505;
  background-image: url("../images/lock-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
  padding-left: 0;
  padding-right: 0;
}

.button.link-button {
  color: #111;
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  font-family: Futura New Medium;
  transition:
    color 0.4s,
    background-color 0.4s;
  box-shadow: inset 3px 0 #6d0505;
}

.button.link-button:hover {
  color: #fff;
}

.paragraph-small {
  color: #333;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-bar-left {
  z-index: 200;
  width: 88px;
  box-shadow: 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-wrapper {
  width: auto;
  min-width: 0;
  min-height: 100%;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: auto;
}

.page-wrapper._404 {
  max-height: auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  min-height: 60vh;
  margin-left: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
  overflow: auto;
}

.page-wrapper.nav-top {
  z-index: 0;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link {
  opacity: 0.5;
  color: var(--black);
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  padding: 12px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  transition: opacity 0.4s;
  display: inline;
  position: static;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--black);
  margin-right: 0;
  font-size: 13px;
}

.nav-menu-left {
  text-align: right;
  width: 580px;
  position: absolute;
  top: 351px;
  left: -246px;
  transform: rotate(-90deg);
}

.nav-menu-left.hidden {
  display: none;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
}

.brand.nav-top-brand {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.brand.nav-top-brand.w--current {
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-right: 0;
  display: flex;
}

.split-image {
  background-image: url("../images/1_11.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 880px;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image.protected-image {
  background-image: url("../images/siarhei-horbach-267470.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-image.post-image {
  z-index: 2;
}

.color-hover {
  background-color: #7f86ff;
  border-radius: 20px;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.left {
  background-color: #7f86ff;
  width: 3px;
  position: absolute;
  inset: 0 auto 0 0;
}

.color-hover.down {
  background-color: #6d0505;
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.line-button-text {
  z-index: 1;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  position: relative;
}

.link-v1 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Futura New Medium;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow 0.4s;
  box-shadow: 0 2px #7f0000;
}

.link-v1:hover {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v1.more-link {
  flex: 0 auto;
  justify-content: flex-end;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 3px #7f86ff;
}

.nav-left-social-icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-left-social-icons.horizontal {
  flex-direction: row;
  padding-bottom: 40px;
}

.social-icon-link {
  opacity: 0.4;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity 0.4s;
  display: flex;
}

.social-icon-link:hover {
  opacity: 1;
}

.grey-text {
  color: #414141;
  margin-bottom: 10px;
  margin-right: 7px;
  font-family:
    Futura PT,
    sans-serif;
  font-size: 19px;
  font-style: normal;
  line-height: 24px;
  position: static;
}

.scroll-arrow {
  z-index: 1;
  position: relative;
}

.link-v2 {
  box-shadow: 0 2px 0 0 var(--gainsboro);
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow 0.4s;
  display: inline-block;
}

.link-v2:hover {
  box-shadow: 0 2px #0097d0;
}

.link-v2.w--current {
  box-shadow: 0 2px #7f080a;
}

.link-v2.white {
  color: #fff;
  box-shadow: 0 2px #fff3;
}

.link-v2.white:hover {
  box-shadow: 0 2px #6d0505;
}

.link-v2.category-link {
  background-color: #0000;
  margin-right: 40px;
  padding: 0;
}

.link-v2.category-link.w--current {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v2.category-link.right {
  margin-left: 40px;
  margin-right: 0;
}

.link-v2.white-link {
  color: #fff;
  box-shadow: 0 2px #fff6;
}

.link-v2.white-link:hover {
  box-shadow: 0 2px #fff;
}

.counters {
  background-image: linear-gradient(
    to right,
    var(--dim-grey),
    var(--dark-space)
  );
  width: 100%;
  display: flex;
}

.counters.light {
  background-color: #fff;
  background-image: none;
  padding-top: 1px;
  padding-bottom: 1px;
}

.counters.image-3 {
  background-image:
    linear-gradient(to bottom, #1119, #1119),
    url("../images/darren-coleshill-558552-unsplash_1darren-coleshill-558552-unsplash.webp"),
    linear-gradient(to right, var(--dim-grey), var(--dark-space));
  background-position:
    0 0,
    50%,
    0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.counter {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 88px 3% 96px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  box-shadow: 1px 0 #ffffff26;
}

.counter.light {
  box-shadow: 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
}

.testimonials-v1 {
  text-align: left;
  background-color: #0000;
  height: auto;
  padding-left: 30%;
}

.testimonials-v1-arrow {
  border: 2px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-top: 160px;
  display: flex;
  bottom: 0;
  left: 0;
  right: 100%;
}

.testimonials-v1-arrow.right {
  border-left-style: none;
  width: 62px;
  left: 64px;
}

.testimonials-v1-arrow.border-grey {
  border-color: var(--gainsboro);
}

.testimonials-nav {
  display: none;
}

.testimonials-v1-heading {
  width: 30%;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.review-v1 {
  background-image: url("../images/quote-icon.svg");
  background-position: 85% 0;
  background-repeat: no-repeat;
  align-items: flex-start;
  padding-right: 25%;
  display: flex;
}

.review-v1.light {
  background-image: url("../images/quote-icon-grey.svg");
  background-size: auto;
}

.review-v1-content {
  flex: 1;
  max-width: 600px;
  margin-left: 30px;
}

.review-v1-avatar-wrapper {
  background-image: url("../images/avatar-border.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-v1-avatar-wrapper.color {
  background-image: url("../images/avatar-border-color.svg");
}

.review-v1-text {
  color: #ffffffb3;
  margin-top: 16px;
  font-size: 17px;
  line-height: 28px;
}

.review-v1-text.grey-text {
  color: var(--dark-grey);
}

.review-v1-avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px;
}

.post-card-content {
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  height: 24px;
  margin-bottom: 8px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 8px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge.color {
  border-style: none;
  border-color: var(--dark-grey);
  background-color: var(--black);
  padding-top: 2px;
}

.badge.post-card-v2-badge {
  border-style: none;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.side-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-v1-subscrube {
  background-color: var(--dark);
  width: 33.33%;
  margin-bottom: 0;
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-v1-subscribe-form {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro);
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0 13px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  transition: border 0.6s;
}

.input:hover {
  border-bottom-color: var(--silver);
}

.input:focus {
  border-bottom-color: var(--yellow);
}

.input.subscribe-input {
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff4d;
  flex: 1;
  margin-bottom: 8px;
  margin-right: -2px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border 0.6s;
}

.input.subscribe-input:hover {
  border-color: #ffffff80;
}

.input.subscribe-input:focus {
  border-color: var(--yellow);
}

.input.subscribe-input::placeholder {
  color: #ffffff4d;
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.input.text-area.margin-right {
  text-transform: none;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 6px;
  font-family:
    PT Sans,
    sans-serif;
  transition: border 0.6s;
}

.input.text-area.margin-right:focus {
  border-bottom-color: #6d0505;
}

.input.half-width {
  text-transform: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 2px;
  flex: 40%;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 12px;
  padding-left: 6px;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  transition: border 0.6s;
}

.input.half-width:focus {
  border-bottom-color: #6d0505;
}

.input.password-input {
  width: 200px;
  margin-right: 24px;
}

.footer-v1-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
}

.footer-v1-link {
  color: #ffffff80;
  flex: 1;
  margin-right: 8%;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.6s;
}

.footer-v1-link:hover {
  color: #fff;
}

.footer-v1-links {
  justify-content: flex-start;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 96px;
  display: flex;
}

.footer-v1-link-heading {
  color: #fff;
  margin-bottom: 16px;
}

.footer-v1-bottom {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 25%;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.scroll-up-button {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  left: 64px;
  overflow: hidden;
}

.footer-v1-bottom-text {
  color: #ffffff80;
  flex: 1;
  margin-top: -4px;
  padding-right: 5%;
}

.hover-base {
  background-color: var(--yellow);
  position: absolute;
  inset: 0;
  transform: translate(0, 100%);
}

.hover-base.down {
  transform: translate(0, 100%);
}

.footer-v1-subscribe-text {
  opacity: 0.25;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
}

.service-v2-number {
  opacity: 0.5;
  color: #dbdbdb;
  background-color: #0000;
  font-family: Futura New Medium;
  font-size: 80px;
  font-weight: 500;
  line-height: 64px;
  position: absolute;
  top: -42%;
  left: 83%;
}

.service-v2-heading {
  z-index: 1;
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Futura New Medium;
  font-size: 32px;
  font-weight: 400;
  position: relative;
}

.service-v2-heading._2 {
  color: #3b72aa;
  letter-spacing: 0;
  text-indent: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}

.service-v2-heading._2._5456 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.service-v2-heading._2._356 {
  margin-bottom: 10px;
}

.service-v2-heading._2._3 {
  color: #00e97f;
  font-family: Mon, sans-serif;
}

.service-v2-heading._2._3._900 {
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
}

.service-v2-heading._2._4 {
  font-family: Mon, sans-serif;
}

.service-v2-heading._2._4._900 {
  margin-bottom: 10px;
}

.service-v2-heading._2._5 {
  color: #eeb23b;
  font-family: Mon, sans-serif;
}

.service-v2-heading._2._5._123,
.service-v2-heading._2._5._4411 {
  margin-bottom: 10px;
}

.place-top {
  z-index: 1;
  background-color: #fff0;
  position: absolute;
  inset: 9% auto auto -1%;
}

.side-work-card {
  position: relative;
  overflow: hidden;
}

.side-works-link {
  z-index: 2;
  width: 48px;
  color: var(--black);
  background-color: #fff;
  text-decoration: none;
  transition: color 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-works-link:hover {
  color: #fff;
}

.card-image {
  width: 100%;
}

.work-card {
  width: 100%;
  color: var(--black);
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}

.work {
  width: 33.33%;
  padding: 12px 15px;
}

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

.split-content {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 100vh;
  padding: 104px 6% 120px;
  position: relative;
}

.split-content.center {
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.split-content.right {
  margin-left: 50%;
  margin-right: 0;
}

.split-content.right.post {
  padding-top: 144px;
  padding-bottom: 64px;
}

.split-media {
  background-color: #0000;
  width: 50%;
  position: fixed;
  inset: 0;
}

.split-media.left {
  right: auto;
}

.split-media.left.nav-left {
  z-index: 2;
  padding-left: 44px;
  left: 44px;
}

.split-media.nav-left {
  padding-left: 44px;
}

.split-media.right {
  left: auto;
}

.first-letter {
  float: left;
  color: var(--yellow);
  margin-top: 1px;
  margin-right: 8px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  line-height: 40px;
}

.contact-v1-form {
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.contact-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.password-form-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 44px;
  display: block;
}

.password-form {
  flex-direction: row;
  align-items: stretch;
  padding-top: 24px;
  display: flex;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  transform: translate(-100%);
}

.post-date {
  color: var(--silver);
  font-size: 13px;
}

.post-panel {
  z-index: 1;
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 72px;
  padding-bottom: 1px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.post-panel.nav-left {
  padding-left: 76px;
}

.post-back-link {
  background-image: url("../images/arrow-left-icon.svg");
  background-position: 0 54%;
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  text-decoration: none;
}

.post-heading {
  margin-top: 16px;
}

.work-top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.work-details {
  flex-direction: column;
  width: 25%;
  min-width: 270px;
  display: flex;
}

.work-details-block {
  border: 1px solid var(--gainsboro);
  color: var(--black);
  align-items: center;
  margin-bottom: -1px;
  padding: 15px 24px 16px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-details-heading {
  color: var(--dark-grey);
  margin-right: 8px;
}

.work-heading {
  margin-top: 12px;
}

.project-details-icon {
  z-index: 1;
  opacity: 0.2;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}

.card-hover {
  z-index: 1;
  color: #fff;
  background-color: #1111114d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.works-view {
  z-index: 5;
  float: right;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.works-view-icon {
  opacity: 0.3;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity 0.6s;
  display: flex;
}

.works-view-icon:hover,
.works-view-icon.w--current {
  opacity: 1;
}

.portfolio-nav-bar {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.menu-button.w--open {
  color: var(--black);
  background-color: #0000;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

.social-link {
  width: 40px;
  height: 40px;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  justify-content: center;
  align-items: center;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px #fff6;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.categories {
  display: flex;
}

.category-heading {
  margin-bottom: 48px;
}

.categories-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

._404-message {
  color: #fff;
  flex-direction: column;
  max-width: 1400px;
  margin: auto;
  padding-bottom: 16px;
  display: block;
}

.preloader-icon {
  width: 40px;
}

.contact-v1-heading {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 1px 15px 40px;
  font-family: Futura New Medium;
  font-size: 36px;
}

.contact-v1-heading.land {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 800px;
  margin-right: 0;
  display: flex;
}

.contact-v1-heading.land._3421 {
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.nav-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 72px;
  margin: auto;
  padding-top: 2px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.nav-info-description {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.nav-info-heading {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
}

.full-screen-menu-link {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 14px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: transform 0.4s;
  display: block;
  position: static;
}

.full-screen-menu-link:hover {
  color: var(--black);
  transform: translate(8px);
}

.full-screen-menu-link.w--current {
  opacity: 1;
  color: var(--black);
}

.full-screen-menu {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 88px;
  padding-left: 16.66%;
  padding-right: 176px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.menu-button-line {
  background-color: var(--black);
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.full-screen-menu-button {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.full-screen-menu-button.w--open {
  color: var(--black);
  background-color: #0000;
}

.menu-close-text {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  display: none;
  position: absolute;
  left: 64px;
}

.text-white {
  color: #fff;
}

.nav-bar-v3 {
  z-index: 200;
  width: 232px;
  box-shadow: 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-menu-v3 {
  text-align: right;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.nav-link-v3 {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  color: #11111180;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  transition:
    color 0.4s,
    background-color 0.4s;
  display: block;
  position: static;
}

.nav-link-v3:hover {
  color: #111;
  background-color: #e7e7e759;
}

.nav-link-v3.w--current {
  opacity: 1;
  color: var(--black);
}

.no-margin-top {
  margin-top: 0;
}

.section-intro {
  color: #333;
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.section-intro.left {
  text-align: left;
  margin-left: 0;
}

.section-intro.left.no-margin {
  max-width: 800px;
  margin-top: 90px;
}

.mini-heading {
  color: #6d0505;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 16px;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.mini-heading.dark-bg {
  color: #6d0505;
  margin-bottom: -25px;
  font-family: Futura New Medium;
}

.blog-post-v2 {
  flex-direction: row;
  flex: 1 0 500px;
  width: 50%;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card-v2 {
  border: 1px solid var(--gainsboro);
  width: 100%;
  color: var(--black);
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-decoration: none;
  transition: background-color 0.4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-v2-image {
  width: 36%;
  min-width: 200px;
}

.post-card-v2-info {
  flex: 1;
  padding-left: 6%;
  padding-right: 6%;
}

.more-posts-heading {
  border-top: 1px solid var(--gainsboro);
  margin-top: 40px;
  padding-top: 64px;
  padding-bottom: 48px;
}

.no-margin {
  color: #333;
  text-align: center;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Futura New Medium;
  font-size: 15px;
}

.blog-posts-v2 {
  flex-wrap: wrap;
  margin-bottom: -30px;
  display: flex;
}

.blog-categories {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-categories-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.work-card-image-wrapper {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.work-card-category {
  color: var(--dark-grey);
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 20px;
}

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

.instagram-more {
  background-color: var(--dark-slate-grey);
  color: #fff;
  background-image: url("../images/instagram-icon_1instagram-icon.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.instagram-link {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.transparent-text {
  color: #ffffffb3;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.skill-circle {
  background-color: #ffffff1f;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.skill-circle.light {
  background-color: var(--light-grey);
}

.skill-circle-bg {
  z-index: 2;
  background-color: #111111bf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  position: relative;
}

.skill-circle-bg.light {
  background-color: #fff;
  background-image: none;
}

.skill-circle-bg.image-3 {
  background-image:
    linear-gradient(#1119, #1119),
    url("../images/darren-coleshill-558552-unsplash_1darren-coleshill-558552-unsplash.webp");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.skill-progress {
  background-color: var(--yellow);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.skill-progress._1 {
  height: 33%;
}

.skill-progress._2 {
  background-color: var(--red);
  height: 58%;
}

.skill-progress._3 {
  background-color: var(--purple);
  height: 42%;
}

.skill-progress._4 {
  background-color: var(--aqua);
  height: 47%;
}

.footer-v2 {
  max-width: 1400px;
  color: var(--dark-grey);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0%;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: #ffffffb3;
  padding-top: 20px;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.footer-v2-contact {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-v2-heading {
  color: #333;
  margin-bottom: 24px;
  font-family: Mon, sans-serif;
}

.footer-v2-heading.text-white {
  color: #fff;
}

.footer-v2-contact-icon {
  width: 20px;
  margin-top: 0;
  margin-right: 7px;
}

.footer-v2-email {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-v2-email:hover {
  color: #34dede;
  text-decoration: none;
}

.footer-v2-email.dark-bg {
  color: #ffffffb3;
}

.footer-v2-email.dark-bg:hover {
  color: #fff;
}

.footer-v2-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 19%;
  margin-left: 65px;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.footer-v2-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-signature {
  opacity: 1;
  height: 44px;
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 10%;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-v2-nav.dops {
  width: 21%;
  margin-left: 35px;
  padding-left: 0;
}

.footer-v2-nav._53636 {
  width: 21%;
}

.footer-v2-nav-link {
  color: #333;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 8px;
  font-family: Mon, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: #34dede;
  text-decoration: none;
}

.footer-v2-nav-link.w--current {
  color: #34dede;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Mon, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-v2-nav-link.w--current:hover {
  color: #34dede;
}

.footer-v2-nav-link.dark-bg {
  color: #ffffffb3;
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.footer-v2-nav-link.dop {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.footer-v2-nav-link.dop._411 {
  color: #333;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.footer-v2-nav-link.dop._411.w--current {
  color: #333;
  margin-left: 0;
  font-family: Mon, sans-serif;
  font-size: 14px;
}

.footer-v2-nav-link.dop._411._4 {
  color: #333;
  font-family: Mon, sans-serif;
}

.footer-v2-nav-link.dop._411._4.w--current {
  color: #333;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  font-family:
    PT Sans,
    sans-serif;
  display: flex;
}

.footer-bottom-v2 {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  border-top-color: #fff3;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-text-left {
  color: #c5c5c5;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family:
    Futura PT,
    sans-serif;
  font-size: 13px;
  display: flex;
}

.footer-text-right {
  color: #c5c5c5;
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link-dark {
  color: var(--black);
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.split-footer {
  border-top: 1px solid var(--gainsboro);
  width: 50%;
  color: var(--dark-grey);
  flex-wrap: wrap;
  padding: 64px 6% 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.split-footer.right {
  margin-left: 50%;
  padding-top: 56px;
}

.split-footer.left {
  margin-right: 50%;
}

.split-footer-about {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 48px;
  padding-right: 6%;
  display: flex;
}

.split-footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 48px;
  display: flex;
}

.split-footer-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 32px;
  display: flex;
}

.split-footer-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 32px;
  padding-right: 15px;
  display: flex;
}

.split-footer-bottom {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.side-feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-info {
  width: 50%;
  padding-left: 8%;
  padding-right: 8%;
}

.side-info.w1 {
  flex: 1;
  padding-left: 5%;
  padding-right: 0%;
}

.hidden {
  margin-left: 0;
  display: none;
}

.nav-bar-top {
  z-index: 2000;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1400px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-top {
  flex: 1;
  align-self: center;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 12px;
}

.nav-top-social {
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: flex;
}

.review-v2-text {
  max-width: 670px;
  margin-bottom: 12px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 25px;
  line-height: 36px;
}

.testimonials-v2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.review-v2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.slider-arrow-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  transition: border-color 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.slider-arrow-button:hover {
  border-color: #fff;
}

.review-v2-author {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.review-v2-author-line {
  background-color: #fff;
  width: 32px;
  height: 2px;
  margin-left: 12px;
  margin-right: 8px;
}

.review-v2-author-link {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.testimonials-v2-nav {
  font-size: 10px;
  display: none;
}

.work-info {
  flex: 1;
  max-width: 670px;
  padding-right: 40px;
}

.portfolio-icon-button {
  width: 72px;
  height: 56px;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-layout {
  width: 25%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.side-heading {
  margin-top: 3px;
  font-family: Futura New Medium;
}

.work-presentation p {
  width: 66.66%;
}

.work-presentation figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.work-presentation h2,
.work-presentation h3,
.work-presentation h5,
.work-presentation h4,
.work-presentation h6,
.work-presentation ol,
.work-presentation ul,
.work-presentation h1 {
  width: 66.66%;
}

.form-success {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: var(--red);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 16px;
}

.heading-7 {
  clear: none;
  color: #333;
  flex-flow: column;
  place-content: space-around center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 76px;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.text-block-2 {
  color: #3b72aa;
  border-style: none;
  border-color: #000;
  padding-left: 0;
  padding-right: 20px;
  font-family: Mon, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-block {
  color: #6d050500;
  align-self: center;
  margin-left: auto;
}

.dropdown {
  font-size: 19px;
  display: inline;
}

.dropdown-toggle {
  padding: 0;
  display: inline-block;
}

.dropdown-list {
  opacity: 1;
  margin-left: 0;
}

.dropdown-list.w--open {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #00000030;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  display: flex;
  left: 2px;
}

.dropdown-link-1 {
  opacity: 0.5;
  color: #000000db;
  text-align: center;
  letter-spacing: 0;
  border-style: none none solid;
  border-color: #000 #000 #00000030;
  border-bottom-width: 1px;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: opacity 0.4s;
  overflow: visible;
}

.dropdown-link-1:hover {
  opacity: 1;
}

.dropdown-link-1.w--current {
  opacity: 1;
  color: #000000db;
  transition: opacity 0.4s;
}

.dropdown-link-1._2 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.heading-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: Futura New Medium;
}

.text-block-5 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 14px;
}

.image-13 {
  opacity: 1;
  flex: 1;
  width: 90%;
  min-width: auto;
  max-width: 450px;
  height: auto;
  margin-top: 0;
  display: block;
  position: static;
  top: -115px;
}

.link,
.link-2 {
  color: #7f86ff;
  text-decoration: none;
}

.col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url("../images/5b8840673a8be_15b8840673a8be.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: stretch;
  width: 33.33%;
  height: 50vh;
  display: inline-block;
  position: relative;
}

.label {
  opacity: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family:
    Futura PT Medium,
    sans-serif;
  font-size: 45px;
  line-height: 55px;
  position: absolute;
  inset: auto 15% 40%;
}

.icon-2 {
  color: #6d0505;
  transition: opacity 0.2s;
  bottom: 1px;
  right: -12px;
  transform: rotate(-90deg);
}

.icon-2:hover {
  color: #6d0505;
}

.icon-2.menu {
  margin-top: 8.5px;
  margin-bottom: 9.5px;
  margin-left: 276.146px;
  display: inline-block;
  inset: 0% 0% 0% -109px;
  transform: none;
}

.link-4,
.link-5 {
  color: #7f86ff;
  text-decoration: none;
}

.link-7 {
  color: #da0000;
  text-decoration: none;
}

.dropdown-list-3 {
  margin-left: 2px;
}

.dropdown-list-3.w--open {
  border-top: 1px solid #00000030;
  border-right: 1px solid #00000030;
  border-bottom: 0px none var(--silver);
  background-color: #fff;
  margin-top: -38px;
  margin-left: 177px;
}

.dropdown-list-3.en {
  margin-left: 180px;
}

.text-block-29 {
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.icon-3 {
  color: #6d0505;
  margin-top: 12px;
  margin-bottom: 233px;
  margin-left: 169px;
  position: absolute;
  top: 0;
  left: -8px;
  right: -22px;
  transform: rotate(-90deg);
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.link-8 {
  color: #000000db;
  text-align: center;
  text-transform: none;
  margin-top: -5px;
  padding-top: 0;
  font-size: 15px;
  text-decoration: none;
  display: inline;
  position: static;
}

.link-8.w--current {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.link-block-3 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-3.w--current {
  position: absolute;
}

.link-10,
.link-11,
.link-12,
.link-13,
.link-14 {
  color: #6d0505;
  text-decoration: none;
}

.image-30 {
  margin-top: 3px;
  margin-left: 40px;
}

.heading-51 {
  font-family: Futura New Medium;
}

.feature-row {
  perspective: 1000px;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.black-tooltip {
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #000;
  border-radius: 3px;
  width: 170px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px 11px;
  font-size: 12px;
  line-height: 1.6;
  display: block;
  position: absolute;
  inset: 120% -50% auto;
}

.feature-box {
  background-color: #fffc;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 125px;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  position: relative;
  box-shadow: 0 16px 50px #1a27511a;
}

.faq-plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  position: relative;
}

.speaker-portrait {
  border-radius: 0;
  width: 100px;
  height: 10px;
  margin-top: -17px;
  margin-bottom: 10px;
  display: inline-block;
}

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

.speaker-landscape {
  opacity: 0;
  border-radius: 50px;
  flex: none;
  width: 0;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 1px 1px #ffffff80;
}

.home-button-landscape {
  opacity: 0;
  border-radius: 50%;
  flex: none;
  width: 0;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 1px 1px #ffffff80;
}

.home-button-portrait {
  border-radius: 0%;
  flex: none;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: -51px;
  display: inline-block;
}

.device-frame-2 {
  text-align: center;
  background-color: #000;
  border-radius: 15px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: 13px;
  display: inline-block;
  transform: scale(0.775);
  box-shadow:
    inset 1px 1px #ffffffbf,
    71px 71px 30px #0003;
}

.device-screen-size-2 {
  flex: none;
  width: 1920px;
  height: 1080px;
}

.port_div {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  left: auto;
  overflow: visible;
}

.text-span-28 {
  color: #6d0505;
  font-family: Futura New Medium;
  font-size: 18px;
}

.heading-61 {
  font-family: Futura New Medium;
}

.text-block-34 {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.text-block-36 {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 14px;
}

.tabs-menu-4 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.tabs-menu-4._4646 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 26%;
  margin-top: auto;
  margin-bottom: auto;
}

.image-5 {
  border-radius: 6px;
}

.tabs-right {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-content-2 {
  border-radius: 0;
  flex: 0 auto;
  width: 80%;
  margin: 0 0% 0 3%;
  transform: rotate(0);
  box-shadow: 0 5px 20px #04060a2e;
}

.tabs-content-2._765 {
  align-self: flex-start;
  width: 60%;
  max-width: none;
  max-height: none;
}

.tabs-content-2._765._454757 {
  z-index: 2147483647;
  width: 74%;
  box-shadow: none;
  background-color: #fff;
  border: 1px #e2e2e2;
  border-radius: 25px;
  align-self: auto;
  margin-left: 4%;
  padding-bottom: 0;
  transform: none;
}

.container-8 {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-8.narrow {
  z-index: 1;
  width: auto;
  position: relative;
  overflow: visible;
}

.wide-tab {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.wide-tab.w--current {
  color: #fff;
  background-color: #000dff80;
  border-radius: 40px;
  align-self: auto;
  width: 100%;
  margin-right: 60px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.wide-tab.dsdsd {
  color: #000;
  background-color: #fff0;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wide-tab.dsdsd._4646 {
  border: 1px solid #e2e2e2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Mon, sans-serif;
}

.div-block-51 {
  z-index: 9999;
  background-color: #000000b3;
  height: 100%;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-52 {
  color: #6d0505;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 900px;
  height: 550px;
  margin: auto;
  padding: 60px;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-75 {
  color: #333;
  text-align: center;
  font-family: Futura New Medium;
}

.link-24 {
  color: #6d0505;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  inset: 2% 1% auto auto;
}

.lang_ru {
  color: #0010c0;
  border-right: 1px solid #dcdcdc;
  margin-right: 0;
  padding-right: 5px;
  text-decoration: none;
}

.lang_us {
  color: #d60000;
  margin-right: 0;
  padding-left: 5px;
  text-decoration: none;
}

.bold-text-12,
.bold-text-13 {
  color: #6d0505;
}

.div-block-62 {
  align-self: center;
  margin-right: 20px;
}

.navbaren {
  z-index: 999999999;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.demo {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
}

.section-10 {
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 70px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.section-10._230 {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1400px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.section-10._230.o-nas {
  margin-bottom: 0;
}

.link-8 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-block {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.div-block-87 {
  flex: 0 auto;
  width: auto;
  min-width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.form-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-2._66666 {
  flex-flow: row;
  flex: 0 auto;
  place-content: stretch center;
  align-self: center;
  width: auto;
  display: flex;
}

.text-field-7 {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border: 1px #bcbcbc;
  border-radius: 35px;
  width: 300px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-field-7._666 {
  border-radius: 35px;
  align-self: center;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
}

.text-field-7._666._124 {
  border-style: solid;
  border-color: #cecece;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-field-8 {
  background-color: #fff;
  border: 1px #bcbcbc;
  border-radius: 35px;
  width: 300px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-field-8._6666 {
  border-radius: 35px;
  align-self: center;
  height: auto;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.text-field-8._6666._2245 {
  border-style: solid;
  border-color: #cecece;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.submit-button {
  text-transform: none;
  background-color: #e1033d;
  border-radius: 0;
  flex: 0 auto;
  width: 200px;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-36 {
  color: #fff;
  font-family:
    Futura PT,
    sans-serif;
  font-size: 19px;
}

.paragraph-38 {
  color: #333;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-38._46464 {
  color: #fff;
}

.paragraph-38._46464._67 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.div-block-117 {
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 600px;
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block-117._2412444 {
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.div-block-117._2412444._6467 {
  width: 70%;
  height: auto;
  padding-right: 20px;
}

.div-block-117._2412444._4142222 {
  width: 70%;
}

.div-block-117._2412444._678 {
  justify-content: center;
  width: 60%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.section-15 {
  background-color: #fff0;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
  display: block;
}

.section-15._244 {
  background-color: #f8f8f8;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-15._244._6464646 {
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-15.cat_sale {
  margin-top: 0;
  padding-top: 175px;
}

.div-block-125 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 1400px;
  height: auto;
  margin-left: 0;
  display: flex;
  position: static;
  top: 50%;
  bottom: 26%;
}

.div-block-125._4566 {
  z-index: 1;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-129 {
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-130,
.div-block-131,
.div-block-132 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-17 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
}

.section-20 {
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: relative;
}

.section-20.black-background {
  background-color: #000;
  background-image: url("../images/BG-Pattern-Left.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 500px;
}

.section-20.black-background.margin-top-bottom {
  background-color: #191919;
  flex-direction: column;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.red-block {
  transform-origin: 100%;
  background-color: #e1033d;
  width: 140px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nordic-text {
  margin-left: -35px;
}

.line-title {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  font-family: Mon, sans-serif;
  display: flex;
  position: relative;
}

.line-title._6568 {
  justify-content: space-between;
}

.line-title._78 {
  margin-top: 20px;
}

.blog3-headline-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.blog3-headline-wrap._90 {
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Mon, sans-serif;
}

.blog3-headline-wrap._90._414111 {
  margin-bottom: 20px;
  position: relative;
}

.blog3-headline-wrap._90._65665 {
  z-index: 0;
  margin-bottom: 20px;
  position: relative;
}

.blog3-headline-wrap._90._65665._9999 {
  margin-top: 40px;
}

.blog3-headline-wrap._90._65665._3636 {
  margin-bottom: 20px;
}

.blog3-headline-wrap._90 {
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.decoline {
  background-color: #d8d8d8;
  width: 30px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 20px;
}

.divider-line {
  transform-origin: 0%;
  background-color: #000;
  width: 85px;
  height: 2px;
  display: block;
}

.divider-line._21 {
  background-color: #333;
}

.subtitle-2 {
  color: #0098d0;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 101px;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._878 {
  align-self: auto;
  width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-21 {
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 60px 3%;
  display: flex;
}

.section-title {
  color: #d1d1d1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Mon, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.section-title._22211 {
  color: #333;
}

.section-title._22211._64646 {
  color: #fff;
}

.section-title._22211._64646._76767 {
  margin-left: 0;
}

.section-title._22211._64646._76767._888 {
  color: #d1d1d1;
  text-align: center;
}

.section-title.forma {
  margin-bottom: 10px;
}

.section-title.h1 {
  width: 100%;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 1;
  color: #636363;
  opacity: 0.6;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-105 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-105._575757 {
  color: #34dede;
  text-transform: none;
  width: auto;
  max-width: none;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-105._575757._989 {
  margin-bottom: 20px;
  line-height: 30px;
}

.heading-105._575757._989._458 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.heading-105._575757._757 {
  color: #fff;
}

.heading-105._575757._44111 {
  margin-bottom: 10px;
}

.heading-105._575757._1 {
  color: #fff;
}

.button-15 {
  color: #fff;
  background-color: #000dff80;
  height: auto;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-15._55333 {
  color: #fff;
  background-color: #e1033d;
  border-bottom: 1px solid #000;
}

.text-block-73 {
  opacity: 1;
  color: #e3e3e4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.text-block-73._65657 {
  color: #000dff80;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 36px;
}

.div-block-162 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-22 {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 400px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.text-span-81 {
  color: #000;
}

.section-23 {
  max-width: none;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.image-71 {
  width: 100px;
  margin-bottom: 0;
  margin-left: 3px;
}

.question-title {
  color: #333;
  letter-spacing: -0.03em;
  text-transform: none;
  margin-right: 10px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.question-title._7878 {
  color: #333;
  margin-left: 20px;
  margin-right: 0;
  font-family: Mon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.faq-paragraph {
  opacity: 1;
  color: #333;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px 14px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.faq-paragraph.uslug {
  z-index: 200;
  opacity: 1;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 14px;
  position: relative;
}

.faq-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  color: #1a1e27;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-bar._90987 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
}

.faq-question-wrap {
  z-index: 1;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr;
  width: 100%;
}

.faq-content {
  z-index: 200;
  position: relative;
  overflow: hidden;
}

.div-block-168 {
  background-color: #fff;
  width: 350px;
  height: 250px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-168._75757 {
  background-color: #7f86ff;
  border-radius: 25px;
  height: 219px;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px;
}

.div-block-168._757573 {
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-168._757573._6767 {
  clear: none;
  border: 1px solid #cecece;
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: auto;
  min-height: 320px;
  max-height: 360px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 28px;
  font-family: Mon, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-169 {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.image-72 {
  color: red;
  flex: 0 auto;
  width: auto;
  height: 33px;
  margin-right: 7px;
  display: block;
}

.div-block-170 {
  margin-bottom: 10px;
  display: flex;
}

.div-block-171 {
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-173 {
  z-index: 10;
  width: 100%;
  height: auto;
  position: relative;
}

._4546 {
  margin-bottom: 10px;
}

.paragraph-73 {
  color: #afafaf;
  width: 92%;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 14px;
}

.paragraph-73._6545 {
  width: 92%;
  font-family: Mon, sans-serif;
  font-size: 14px;
}

._53564 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.tab-pane-tab-3._54546 {
  background-color: #fff;
  border: 2px #e1033d;
  border-radius: 25px 25px 0 0;
  height: 430px;
  padding-top: 51px;
  padding-left: 31px;
  position: relative;
}

.tab-pane-tab-3._54546._6789 {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-174 {
  border: 2px solid #b9b9b980;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 37% 6% 0% auto;
}

.div-block-174._656 {
  border-color: #b9b9b980;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  top: 37%;
}

.div-block-175 {
  background-color: #e1033d;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin: auto;
  display: block;
  position: static;
}

.div-block-175._4545 {
  background-color: #3b72aa;
  display: none;
}

.div-block-175._5446 {
  background-color: #3b72aa;
}

.div-block-175._3535 {
  background-color: #3b72aa;
  display: none;
}

._75757 {
  border: 2px #e1033d;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-74 {
  color: #fff;
  height: 72px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-75 {
  color: #333;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-75._18 {
  color: #000;
  flex: 0 auto;
  width: 486.797px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.paragraph-75._5367 {
  color: #fff;
}

.paragraph-75._18 {
  width: 463px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.paragraph-75._18.programm {
  width: auto;
}

.paragraph-75._789 {
  color: #3b72aa;
  width: 60px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-75.price {
  width: auto;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-75.price2 {
  color: #34dede;
  width: auto;
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-75._1 {
  color: #fff;
}

.paragraph-75._2 {
  margin-bottom: 20px;
}

.paragraph-75._456 {
  width: 50%;
  margin-right: 30px;
}

.paragraph-75._456._457 {
  margin-right: 0;
}

.container {
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.col-2 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial_wrapper {
  display: flex;
}

.paragraph-76 {
  color: #1119;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.testimonial-slider {
  background-color: #0000;
  height: 400px;
}

.testimonial_block {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 240px;
  padding: 40px;
  display: flex;
  position: relative;
}

.d-none {
  display: none;
}

.testimonial_bottom-pointer {
  border-bottom: 40px solid #0000;
  border-left: 60px solid #fff;
  width: 60px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  right: 5%;
}

.div-block-12 {
  background-color: #f6f6f6;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial_slide {
  padding: 20px 0;
}

.testimonia_msg {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.image-74 {
  width: 60px;
  position: absolute;
  inset: -25% auto auto 1%;
}

.section-24 {
  background-image: linear-gradient(355deg, #f5f5f5, #fff);
  margin-bottom: 100px;
}

.section-24._4646467 {
  background-image: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
  display: block;
}

.slide-horizontal {
  border-radius: 0;
}

.div-block-186 {
  flex-direction: row-reverse;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-187 {
  border-radius: 35px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 40px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 9px 2px #e7e7e7;
}

.div-block-187._666 {
  width: auto;
  max-width: 1400px;
  height: auto;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 60px;
  flex-direction: column-reverse;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 0;
  padding-top: 76px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
}

.div-block-190 {
  text-align: center;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-192 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: wrap;
  place-content: space-around flex-start;
  align-items: stretch;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-193 {
  z-index: 0;
  width: 31%;
  height: 100%;
  box-shadow: none;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: relative;
}

.text-block-81 {
  color: #7f86ff;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  font-weight: 300;
  line-height: 47px;
  position: static;
  inset: -4% auto auto 3%;
}

.section-27 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-194 {
  z-index: 9999999;
  background-color: #ececec87;
  border-radius: 30px;
  width: 600px;
  height: 450px;
  position: absolute;
  inset: auto auto -4% -3%;
}

.div-block-194._200 {
  z-index: -1;
  border-radius: 50px;
  width: 55%;
  bottom: 7%;
  left: 48%;
}

.div-block-194._200.glgl {
  width: 100%;
  display: block;
  bottom: 1%;
  left: 52%;
}

.section-29 {
  margin-bottom: 0;
  padding: 60px 3%;
}

.div-block-202 {
  padding-left: 3%;
  padding-right: 3%;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #c0c0d333;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

._9900 {
  color: #34dede;
  display: inline;
}

.text-span-89 {
  color: #7f86ff;
}

.div-block-251 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-251._2013 {
  margin-top: 0;
  margin-left: 10px;
}

.div-block-251._2013._41222 {
  z-index: 0;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-251._2013._41222._23 {
  margin-left: 10px;
  margin-right: 0;
}

.div-block-251._2013._41222._23._322 {
  overflow: visible;
}

.div-block-251._2013._41222._23._322.fdfg {
  flex-direction: row;
  display: none;
}

.div-block-251._2013.footer {
  flex-direction: row;
  margin-top: 20px;
  margin-left: 0;
}

.div-block-251._2013.foot {
  margin-left: 0;
}

.div-block-251.vsplav {
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  margin-left: 10px;
}

.link-block-6 {
  width: 37px;
  margin-right: 10px;
}

.image-109 {
  width: 39px;
  margin-right: 0;
}

.image-109._23 {
  width: 35px;
}

.image-109._999 {
  width: 37px;
}

.paragraph-84 {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.paragraph-84._12312 {
  color: #333;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-84._12312._64778 {
  color: #fff;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.paragraph-84._12312._424 {
  margin-bottom: 12px;
}

._212 {
  color: #34dede;
  margin: 0 0 10px;
  font-family: Mon, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

._212._75896 {
  color: #fff;
  font-family: Mon, sans-serif;
}

.div-block-252 {
  z-index: 0;
  filter: hue-rotate(48deg);
  background-image: url("../images/41242_optimized.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 50%;
  height: 557px;
  margin-top: 40px;
  position: relative;
}

.div-block-252._46467 {
  filter: none;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.text-span-96 {
  color: #7f86ff;
  -webkit-text-fill-color: transparent;
  background-color: #0098d0;
  background-image: linear-gradient(97deg, #3b72aa, #0098d0);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.div-block-255 {
  background-color: #d1d1d13b;
  border-radius: 50px;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  max-height: 500px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  display: flex;
}

.div-block-255.vrach-gl {
  min-height: 400px;
}

.div-block-255.blog {
  background-color: #ffffff3b;
  max-height: none;
  padding-left: 0;
}

.div-block-256 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-256.us {
  margin-left: auto;
}

.button-17 {
  opacity: 1;
  color: #fff;
  background-color: #34dede;
  border-radius: 30px;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  transition: all 0.2s;
  display: inline-block;
}

.button-17:hover {
  background-color: #033c75;
}

.button-17._2 {
  color: #333;
  background-color: #fff;
}

.button-17._214 {
  margin-right: 20px;
  font-size: 14px;
}

.button-17._214._123444 {
  margin-right: 10px;
}

.button-17._214._123444._097 {
  margin-right: -8px;
  padding: 7px 15px;
}

.button-17._214._123444._097._2579 {
  margin-right: 10px;
}

.button-17._214._123444._097._2579._42122 {
  margin-right: 0;
  font-family: Mon, sans-serif;
  line-height: 1.6em;
}

.button-17._214._123444._097._2579._42122:hover {
  background-color: #0a3e72;
}

.button-17._51 {
  margin-top: 15px;
  font-size: 15px;
  display: inline-block;
}

.button-17._51._9047 {
  margin-top: 0;
}

.button-17._6678 {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.button-17.blog {
  margin-top: auto;
}

.button-17._666 {
  margin-top: 10px;
}

.button-17._666._6456 {
  margin-top: 15px;
  margin-right: 10px;
}

.button-17.vsplav {
  background-color: var(--white);
  color: #000;
  background-image: none;
  font-size: 15px;
  font-weight: 500;
}

.button-17.ostl {
  margin-top: 15px;
  transition-property: none;
}

.button-17.zapis {
  margin-top: 10px;
}

.button-17.zapis._2222 {
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1.5px solid #00000024;
}

.button-17.new {
  margin-left: auto;
  margin-right: auto;
}

.button-17._4568 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.button-17.pod {
  color: #333;
  background-color: #d1d1d13b;
  margin-top: 15px;
}

.button-17.pod:hover {
  background-color: #d1d1d163;
}

.div-block-257 {
  background-color: #0696ce40;
  border-radius: 20px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px 10px;
  position: static;
  inset: 9% 5% auto auto;
}

.div-block-257.news {
  background-color: #239dff33;
}

.div-block-257.date {
  background-color: #0080d029;
  margin-left: 10px;
}

.div-block-257._2 {
  background-color: #c4c4c440;
}

.text-block-101 {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.text-span-97,
.text-span-98,
.text-span-99 {
  font-weight: 500;
}

.section-47 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
  position: relative;
}

.testimonial-slider-2 {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.icon-6 {
  color: #4c4172;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-paragraph {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.testimonial-section-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.arrow {
  filter: grayscale();
  width: 28px;
}

.testimonial-image-2 {
  border-radius: 20px;
  width: 100%;
}

.left-arrow-3 {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 0;
  display: flex;
  position: relative;
}

.testimonial-columns {
  display: flex;
}

.logo {
  width: 135px;
  margin-bottom: 8px;
}

.author-name-2 {
  color: #546681;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow-3 {
  display: none;
  inset: auto 35% 0% auto;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
  font-family: Montserrat, sans-serif;
}

.container-15 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-284 {
  border-radius: 30px;
  width: 30%;
  max-width: none;
  display: flex;
}

.div-block-284._13 {
  width: 50%;
}

.div-block-284._13._3 {
  width: 32%;
  max-width: none;
}

.text-field-9 {
  color: #000;
  border-radius: 15px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-9._4646 {
  border-radius: 20px;
  width: 300px;
  height: 40px;
  margin-bottom: 15px;
  margin-right: 0;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.section-51 {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block-292 {
  background-image:
    linear-gradient(#090b19c7, #090b19c7),
    url("../images/61422e797885a1adedfe8947_Space002_161422e797885a1adedfe8947_Space002.webp");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: center;
  width: 60%;
  height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.div-block-292._4647 {
  background-image: linear-gradient(#34dede, #34dede);
  border-radius: 40px;
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 20px;
  position: relative;
}

.link-block-12 {
  position: absolute;
  inset: 0%;
}

.large-heading {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}

.large-heading._46478 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Mon, sans-serif;
  font-weight: 400;
  line-height: 44px;
}

.text-block-121 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.success-message-3 {
  background-color: #53dba5;
  border-radius: 20px;
}

.body-display-6 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-6._346 {
  color: #fff;
  text-align: center;
  font-family: Mon, sans-serif;
  font-size: 15px;
}

.body-display-6._23 {
  margin-bottom: 0;
  font-size: 15px;
}

.body-display-6._23.one {
  margin-top: 0;
  font-size: 15px;
}

.body-display-6._23.ak {
  color: #fff;
}

.body-display-6.vspl {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
}

.text-field-10 {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-10._4646 {
  background-color: #fff;
  border-radius: 20px;
  width: 300px;
  height: 40px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-293 {
  z-index: 2147483647;
  background-image: linear-gradient(#0000007d, #0000007d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.form-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-4._5758 {
  flex-direction: column;
  align-items: center;
}

.image-122 {
  cursor: pointer;
  width: 25px;
  position: absolute;
  inset: 4% 6% auto auto;
}

.div-block-294 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.div-block-294._464677 {
  align-items: center;
}

.error-message-3 {
  border-radius: 20px;
}

.submit-button-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.form-block-2 {
  width: 100%;
}

.ths05-dropdown-link-text-wrapper {
  width: 275px;
}

.ths05-dropdown-link {
  color: #333;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.ths05-dropdown-link:hover {
  color: #4a59a5;
  background-image: linear-gradient(270deg, #ebebeb4d, #cccccc1a);
}

.ths05-dropdown-link.w--current {
  color: #333;
  font-weight: 400;
}

.ths05-nav-link {
  color: #08165db3;
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.ths05-nav-link:hover {
  color: #34dede;
}

.ths05-nav-link.w--current {
  color: #242424;
  margin-right: 15px;
  font-size: 15px;
}

.ths05-nav-link.no-margin-right {
  margin-right: 0;
  display: flex;
}

.ths05-dropdown-link-icon {
  color: #ffc800;
  width: 25px;
}

.ths05-nav-links-wrapper {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.ths05-dropdown {
  margin-right: 15px;
}

.ths05-dropdown-link-icon-wrapper {
  border: 2px solid #08165d1a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-right: 15px;
  display: flex;
}

.ths05-dropdown-list-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 7px 7px 30px #08165d1a;
}

.ths05-dropdown-toggle {
  color: #08165db3;
  padding: 5px 20px 5px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.ths05-dropdown-toggle:hover {
  color: #08165d;
}

.ths05-dropdown-links {
  border-radius: 0;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ths05-dropdown-list {
  background-color: #0000;
  width: 800px;
  margin-left: -200px;
  padding-top: 20px;
}

.ths05-dropdown-list.w--open {
  width: 800px;
  margin-top: -10px;
  margin-left: -300px;
  padding-top: 0;
}

.ths05-dropdown-list._2m.w--open {
  width: 800px;
  margin-top: -10px;
  margin-left: -300px;
}

.ths05-dropdown-icon {
  color: #34dede;
  margin-top: 15px;
  margin-right: 3px;
  font-size: 12px;
}

.ths05-dropdown-links-wrapper {
  flex-direction: column;
  flex: none;
}

.text-block-122 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-122:hover {
  color: #34dede;
}

.text-block-123 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-123:hover {
  color: #34dede;
}

.text-block-124 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-124:hover {
  color: #34dede;
}

.text-block-126 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-126:hover {
  color: #34dede;
}

.text-block-127,
.text-block-128 {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-129,
.text-block-130,
.text-block-131,
.text-block-132,
.text-block-133 {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 15px;
}

.text-span-104 {
  font-size: 17px;
}

.text-span-105 {
  opacity: 1;
  color: #34dede;
}

.feature-wrap-2 {
  background-color: #d7d7d800;
  border-radius: 10px;
  align-items: flex-start;
  padding: 0 10px 10px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.feature-wrap-2:hover {
  background-color: #ffffff29;
}

.short-title {
  color: #333;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  color: #fff;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
}

.one {
  height: auto;
  position: relative;
}

.button-19 {
  background-color: #7f86ff;
  background-image: linear-gradient(to right, #3b72aa, #fbfcfd 98%, #0098d0);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
}

.button-19._2 {
  background-color: #34dede;
  background-image: none;
  margin-left: 0;
  margin-right: 20px;
}

.bold-text-43 {
  color: #34dede;
}

.image-201 {
  border-radius: 20px;
}

.image-201.glglgl {
  border-radius: 30px;
  width: 100%;
}

.contact {
  z-index: 100;
  opacity: 1;
  width: 174px;
  position: fixed;
  inset: auto -0.2% 2% auto;
}

.div-block-322 {
  background-color: #d08e0012;
  border-radius: 500px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: -30% -42% auto auto;
}

.div-block-322._2 {
  background-color: #0076d029;
}

.div-block-322._2.sec {
  z-index: 1;
  background-color: #0076d017;
  width: 280px;
  height: 280px;
  inset: -8% auto auto -3%;
}

.div-block-322._2.sec._53536 {
  top: 13%;
}

.div-block-322._3 {
  background-color: #00d07229;
}

.div-block-322._3.sec {
  z-index: 1;
  width: 200px;
  height: 200px;
  inset: 7% 0% auto auto;
}

.div-block-322._3.sec._890 {
  z-index: -1;
  top: 27%;
}

.div-block-322._3.sec.sl1 {
  inset: 0% 3% auto auto;
}

.div-block-322.sec {
  z-index: 1;
  width: 250px;
  height: 250px;
  inset: auto 0% -12% 8%;
}

.div-block-322.sec._986 {
  z-index: -1;
  bottom: -9%;
  left: 0%;
  right: 0%;
}

.div-block-322.gl {
  z-index: -1;
  width: 300px;
  height: 300px;
  inset: auto auto -11% 0%;
}

.div-block-322.gl._2 {
  inset: -7% auto auto -21%;
}

.div-block-322.spec {
  z-index: -1;
  width: 250px;
  height: 250px;
  inset: 8% auto auto;
}

.div-block-322.spec._2,
.div-block-322.spec._3 {
  top: 8%;
  right: auto;
}

.div-block-322.spec._3._168 {
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto 0% 8% 7%;
}

.div-block-322._4 {
  background-color: #6100d012;
}

.div-block-322._5 {
  background-color: #ff000400;
}

.div-block-322._6 {
  background-color: #64646412;
}

.image-211 {
  border-radius: 30px;
  width: auto;
}

.div-block-323 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: auto;
  display: flex;
}

.div-block-324 {
  border: 1px #e9e9e9;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  padding: 20px 0;
  display: flex;
}

.div-block-325 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  max-width: 30%;
  margin-right: 0;
  display: flex;
}

.section-61 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
}

.section-61.o-nas {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-61.usl2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-326 {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
  position: relative;
}

.team-circles.kategory {
  margin-top: 165px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.team-circles.kategory.o-nas {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-327 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-327._2 {
  margin-top: 0;
}

.div-block-327.gl_vr {
  background-color: #a7d3ff26;
  border-radius: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.div-block-328 {
  flex-flow: column;
  flex: 0 auto;
  place-content: space-between flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image-212 {
  border-radius: 35px;
  width: auto;
  margin-bottom: 0;
}

.image-212._4122 {
  margin-bottom: 0;
  position: static;
}

.image-212._098 {
  width: 650px;
  margin-bottom: 20px;
  position: static;
  bottom: auto;
}

.text-block-139 {
  color: #333;
  text-align: left;
  max-width: none;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-92 {
  color: #333;
  text-align: left;
  max-width: 380px;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
  
}

.div-block-329 {
  background-color: #fff;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-330 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-330._758 {
  height: auto;
}

.text-span-128,
.text-span-129 {
  color: #3b72aa;
}

.div-block-331 {
  border-bottom: 1px solid #cecece;
  justify-content: space-between;
  width: auto;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-331._870 {
  background-color: #ffffff14;
  justify-content: space-between;
  width: auto;
}

.div-block-331._1415 {
  border: 1px #000;
  height: auto;
  min-height: auto;
}

.div-block-332 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-332.pricw1 {
  width: 10%;
}

.div-block-334 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-right: 30px;
  padding-left: 0;
  font-size: 15px;
  display: flex;
}

.div-block-335 {
  flex-flow: wrap;
  display: flex;
}

.div-block-335._8900 {
  margin-top: 20px;
}

.div-block-336 {
  margin-right: 40px;
}

.div-block-336._8980 {
  flex: 0 auto;
  width: 100%;
  margin-right: 0;
}

.div-block-336._8980._567 {
  width: 50%;
}

.paragraph-93 {
  color: #333;
  margin-bottom: 20px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.paragraph-93._24 {
  margin-bottom: 20px;
}

.paragraph-93._24._44 {
  margin-bottom: 0;
}

.subtitle-3 {
  color: #0098d0;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 101px;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.section-65 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
}

.section-65.cat_blog {
  margin-top: 175px;
  padding-top: 0;
}

.div-block-338 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-339 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-339.new {
  background-image: url("../images/Screenshot_3.png");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  flex: 1;
  align-self: auto;
  width: 31%;
  height: 250px;
  padding: 0;
}

.bold-text-50,
.bold-text-51,
.bold-text-52 {
  color: #34dede;
  font-weight: 600;
  text-decoration: underline;
}

.section-66 {
  height: auto;
  margin-top: 140px;
  margin-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

.section-66._09864 {
  display: block;
}

.div-block-342 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-343 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.paragraph-94 {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 15px;
}

.section-67 {
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-344 {
  justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-345 {
  width: 45%;
}

.heading-120 {
  color: #000;
  margin-bottom: 15px;
  font-family: Mon, sans-serif;
}

.section-68 {
  margin-top: 140px;
  padding-left: 3%;
  padding-right: 3%;
}

.section-68._65757 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-121 {
  color: #3b72aa;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

._879 {
  z-index: 0;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-213,
.image-214 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.image-215 {
  z-index: -1;
  float: none;
  clear: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.div-block-346 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-157 {
  color: #3258aa;
  font-size: 21px;
}

.text-span-157._77768 {
  font-size: 50px;
  font-weight: 600;
  display: block;
}

.section-69 {
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 3%;
  display: flex;
}

.section-69._2 {
  padding-top: 60px;
}

.section-69._2.o-nas {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-347 {
  z-index: 100;
  object-fit: fill;
  background-color: #2aa81a;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 300px;
  height: auto;
  padding: 10px 10px 10px 15px;
  display: none;
  position: absolute;
  inset: -227px -175% auto auto;
  overflow: visible;
}

.text-block-140 {
  z-index: 2147483647;
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  position: absolute;
  inset: -4% auto auto 5%;
}

.text-block-140._76889 {
  z-index: 2147483647;
  color: #0000002e;
  border: 1px #000;
  border-radius: 20px;
  padding: 0;
  font-size: 31px;
  font-weight: 400;
  position: static;
  inset: 43% auto auto -18%;
}

.text-block-141 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-block-15 {
  margin-right: 10px;
}

.paragraph-85 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  display: block;
}

.paragraph-85._7778 {
  color: #333;
  width: 100%;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-85._7778.o-nas {
  color: #000;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.heading-117 {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.div-block-348 {
  display: flex;
}

.div-block-349 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-349._890.o-nas {
  border-bottom: 2px solid #052c7f17;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-349.o-nas {
  border-bottom: 2px solid #052c7f17;
}

.div-block-349.o-nas._2 {
  border-bottom-style: none;
}

.div-block-350 {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.div-block-350._8900 {
  margin-top: 60px;
}

.div-block-350._8900._8799 {
  justify-content: flex-end;
}

.div-block-350._8900._8799.o-nas,
.div-block-350.o-nas {
  margin-top: 0;
}

.div-block-369 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #052c7f17;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 37% auto auto -18%;
}

.text-span-158 {
  color: #fff;
  font-weight: 500;
}

.div-block-371 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin-top: 60px;
  padding-right: 0;
  display: flex;
}

.div-block-371._8789 {
  margin-top: 60px;
  position: relative;
}

.div-block-371._8789._79 {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-371.o-nas {
  margin-top: 0;
}

.div-block-368 {
  border: 0.5px solid #052c7f17;
  border-radius: 0;
  height: auto;
  margin-right: 20px;
  position: relative;
}

.image-217 {
  width: 30px;
  margin-right: 0;
}

.image-217._23 {
  width: 40px;
  transition: all 0.2s;
}

.image-217._23:hover {
  width: 40px;
}

.image-217._23.one {
  filter: hue-rotate(232deg);
  width: 40px;
}

.image-217._23.one:hover {
  width: 40px;
}

.image-217._23.one._2 {
  filter: hue-rotate(232deg);
}

.image-217._23._15 {
  width: 34px;
  font-size: 14px;
}

.image-217._23._15._45 {
  width: 37px;
}

.image-217._23._15._45._125 {
  width: 42px;
}

.image-217._23._2:hover {
  width: 40px;
}

.image-217._23._2._45 {
  width: 42px;
}

.bold-text-53 {
  color: #3b72aa;
  font-family: Mon, sans-serif;
  font-weight: 400;
}

.bold-text-54,
.bold-text-55 {
  color: #3b72aa;
  font-weight: 400;
}

.section-70 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
}

.section-70._7590._689 {
  padding-top: 0;
}

.section-70.mobile {
  display: none;
}

.div-block-372 {
  justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-373 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  height: auto;
  padding: 20px;
  transition: all 0.4s;
  display: flex;
  position: relative;
}

.div-block-373:hover {
  border-color: #3b72aa;
}

.div-block-373._467 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-373._890 {
  border-radius: 30px;
  margin-left: 0;
}

.div-block-373._890._1896 {
  margin-right: 20px;
}

.div-block-373._7589 {
  background-color: #3b72aa;
  border-style: solid;
  border-color: #3b72aa;
}

.div-block-373._7589._676 {
  justify-content: flex-start;
  height: 230px;
}

.div-block-374 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-right: 40px;
  display: flex;
}

.div-block-375 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-375._3578 {
  display: block;
}

.slide-2 {
  white-space: normal;
  background-image: url("../images/1440х450---2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.slideros {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.slider {
  border-radius: 30px;
  max-width: 1400px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-159 {
  color: #0098d0;
}

.section-72 {
  margin-top: 175px;
  padding: 0 3% 60px;
}

.link-36 {
  color: #fff;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  text-decoration: none;
}

.link-36._767 {
  margin-top: 0;
}

.section-73 {
  border-radius: 0;
  margin-top: 40px;
  padding-bottom: 0;
}

.text-block-142 {
  color: #fff;
  font-family: Mon, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-387 {
  background-color: #d1d1d1;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 2px 7px;
}

.div-block-387.vrach {
  position: absolute;
  inset: auto auto 20px 20px;
}

.link-block-16 {
  margin-bottom: 25px;
}

.link-block-16.w--current {
  width: auto;
  margin-right: 0;
}

.image-219 {
  width: auto;
}

.bold-text-56 {
  color: #34dede;
  -webkit-text-stroke-color: #34dede;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-144 {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.section-75 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
}

.div-block-394 {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-395 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 20px auto;
  display: flex;
}

.text-block-145 {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.div-block-396 {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-227 {
  border-radius: 20px;
}

.div-block-397 {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-398 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-399 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.html-embed {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-401 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-left: 5%;
  display: flex;
}

.paragraph-98 {
  color: #000;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.text-block-149 {
  color: #3b72aa;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Mon, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.left-arrow-4 {
  width: 35px;
  inset: auto 5% 2% 0%;
}

.right-arrow-4 {
  width: 35px;
  inset: auto 0% 2% 5%;
}

.mask-4 {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.section-77 {
  margin-top: 160px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-403 {
  align-items: center;
  display: flex;
}

.image-229 {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.link-41 {
  color: #fff;
  font-size: 15px;
}

.link-42,
.link-43 {
  color: #fff;
}

.text-field-11 {
  border-radius: 20px;
  width: 300px;
  height: 40px;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 15px;
}

.text-block-150 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-57 {
  color: #3c62d3;
  text-decoration: none;
}

.bold-text-58 {
  color: #52fab7;
}

.bold-text-59 {
  color: #52d0fa;
}

.bold-text-60 {
  color: #5276fa;
}

.bold-text-61,
.bold-text-62 {
  color: #8452fa;
}

.bold-text-63 {
  color: #5255fa;
}

.bold-text-64,
.bold-text-65 {
  color: #5292fa;
}

.bold-text-66 {
  color: #333;
}

.bold-text-67,
.bold-text-68,
.bold-text-69,
.bold-text-70,
.bold-text-71,
.bold-text-72,
.bold-text-73 {
  text-decoration: none;
}

.bold-text-74 {
  color: #130fff;
  text-decoration: none;
}

.bold-text-75 {
  text-decoration: none;
}

.bold-text-76 {
  text-decoration: line-through;
}

.bold-text-77 {
  color: #0f5bff;
  text-decoration: none;
}

.div-block-404 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-404._255 {
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-404._256 {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.text-block-152 {
  z-index: 123213;
  color: #fff;
  font-size: 1px;
  line-height: 1px;
  display: none;
  position: static;
  top: 112px;
}

.logo-2 {
  opacity: 1;
  width: 114px;
  margin-bottom: 0;
}

.testimonial-image-block-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 20px;
  display: flex;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-paragraph-2 {
  color: #000;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.icon-13 {
  color: #4c4172;
}

.testimonial-author-wrap-2 {
  margin-top: 20px;
}

.testimonial-image {
  border-radius: 20px;
  width: 100%;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.slider-arrow-wrap-2 {
  margin-top: 45px;
  display: flex;
}

.arrow-4 {
  filter: grayscale();
  width: 28px;
}

.section-78 {
  padding-top: 228px;
  padding-left: 3%;
  padding-right: 3%;
}

.slider-6 {
  background-color: #ddd0;
  max-width: 1400px;
  height: 410px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider-6._0967 {
  height: auto;
}

.right-arrow-5 {
  align-items: center;
  width: 90px;
  display: flex;
  inset: auto 31% 1% auto;
}

.right-arrow-5._2466 {
  bottom: 4%;
  right: 4%;
}

.slide-nav-4 {
  display: none;
}

.div-block-406 {
  background-color: #f0f0f073;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  transition: all 0.2s linear;
  display: flex;
}

.div-block-406:hover {
  background-color: #d6f7e8;
}

.div-block-406._21 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  display: flex;
}

.div-block-406._21:hover {
  background-color: #eeb23b6b;
}

.div-block-406.sligl {
  background-color: #f0f0f08f;
  height: 35px;
}

.div-block-406.sligl:hover {
  background-color: #f0f0f0;
}

.left-arrow-5 {
  align-items: center;
  width: 90px;
  display: flex;
  inset: auto 40% 1% auto;
}

.left-arrow-5._864 {
  inset: auto auto 4% 4%;
}

.image-231 {
  border-radius: 20px;
}

.columns {
  align-items: center;
  height: auto;
  display: flex;
}

.slide-8 {
  background-color: #fff0;
  height: auto;
}

.image-232 {
  width: 28px;
}

.image-232._1.sligl {
  width: 18px;
}

.image-232._2 {
  margin-left: 0;
}

.image-232._2.sligl {
  width: 18px;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.text-block-153 {
  font-family: Montserrat, sans-serif;
}

.success-message-4 {
  background-color: #3cd870ed;
  border-radius: 20px;
}

.text-block-154 {
  font-family: Montserrat, sans-serif;
}

.error-message-4 {
  border-radius: 20px;
  position: absolute;
  inset: auto 0% -65% auto;
}

.mask-6 {
  height: auto;
}

.submit-button-4 {
  color: #fff;
  background-color: #34dede;
  border-radius: 25px;
  padding: 10px 30px;
  font-family: Mon, sans-serif;
  font-size: 15px;
}

.div-block-407 {
  width: 100%;
}

.section-80 {
  margin-bottom: 0;
  padding: 60px 3% 0;
}

.div-block-409 {
  justify-content: space-around;
  max-width: 1400px;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-409._9574 {
  padding-left: 0;
}

.div-block-410 {
  justify-content: center;
  align-items: center;
  width: 140px;
  max-width: none;
  margin-right: 20px;
  display: flex;
}

.div-block-410:hover {
  filter: none;
}

.div-block-410._2 {
  width: 100px;
}

.div-block-410._2:hover {
  filter: none;
}

.div-block-410._2.last {
  margin-right: 0;
}

.div-block-410._869 {
  width: 200px;
  margin-right: 0;
}

.div-block-411.mobile {
  display: none;
}

.leftlinktext {
  color: #4d4d4d;
  padding-left: 5px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

.leftlinktext._2 {
  font-weight: 600;
}

.leftlinktext._2.cat {
  font-size: 20px;
}

.leftlinktext._2.cat._656 {
  color: #333;
  padding-left: 0;
  line-height: 20px;
}

.leftlinktext._2.cat._656._990 {
  font-size: 17px;
  line-height: 24px;
}

.leftmenulink {
  color: #a0a0a0;
  border-left: 5px solid #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.leftmenulink:hover {
  color: #2290ff;
  background-color: #f5faff;
  border-left: 5px solid #2290ff;
}

.leftmenulink._55555 {
  margin-left: -9px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.leftmenulink._55555:hover {
  background-color: #f7f7f7;
  border-left-width: 3px;
  border-left-color: #34dede;
}

.menuleft {
  background-color: #fff;
  background-image: url("../images/bookmark-tag.png");
  background-position: 91% 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 3px;
  padding-top: 25px;
  box-shadow: 0 0 17px -5px #a0a0a0f2;
}

.menuleft.flextleft {
  background-image: url("../images/bookmark-tag.png");
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  width: 100%;
  margin-top: 54px;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 12px -3px #44444430;
}

.menuleft.flextleft._2 {
  box-shadow: none;
  background-image: url("../images/6422241002837b9e887c4ab6_bookmark-tag.png");
  border: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
}

.menuleft.flextleft._2._8690 {
  background-image: none;
  width: auto;
}

.text-span-205 {
  color: #34dede;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.leftmenucontain {
  margin-top: 10px;
  padding-bottom: 20px;
}

.section-81 {
  height: auto;
  margin-top: 175px;
  margin-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.link-44 {
  color: #34dede;
  max-width: none;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.link-44:hover {
  text-decoration: underline;
}

.div-block-412 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-413 {
  border-bottom: 1px #cecece;
  border-radius: 0;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0%;
  display: flex;
}

.text-block-155 {
  color: #333333a6;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Mon, sans-serif;
  font-size: 12px;
}

.text-block-156,
.text-block-157,
.text-block-158,
.text-block-159 {
  width: 50%;
}

.text-block-160 {
  width: 50px;
}

.text-block-161 {
  width: 99.9403%;
}

.text-block-162 {
  width: 50%;
}

.text-block-163 {
  color: #333;
  width: 100%;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.text-block-163._2 {
  margin-bottom: 5px;
}

.div-block-414 {
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  width: 50%;
  height: auto;
  margin-right: 60px;
  padding: 60px 60px 20px;
}

.div-block-414._2 {
  margin-right: 0;
  padding: 60px 60px 20px;
}

.text-block-164 {
  color: #3b72aa;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.text-block-164._2 {
  font-family: Mon, sans-serif;
}

.bold-text-78 {
  color: #3b72aa;
  font-weight: 500;
}

.link-45,
.link-46 {
  color: #333;
}

.link-47 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: none;
}

.text-block-165 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 15px;
}

.vra {
  background-color: #a7d3ff26;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.image-234._868 {
  max-width: 60%;
}

.section-82 {
  padding: 0 3%;
}

.div-block-415 {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 31%;
  max-width: 450px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: block;
  position: relative;
}

.heading-123 {
  color: #333;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

.heading-123._2 {
  color: #3b72aa;
  font-family: Mon, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-101 {
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 16px;
}

.div-block-416 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin: 40px auto 0;
  display: flex;
}

.text-span-206 {
  color: #34dede;
}

.section-83 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
}

.text-span-208,
.text-span-209,
.text-span-210,
.text-span-211,
.text-span-212,
.text-span-213 {
  color: #3b72aa;
  font-weight: 600;
}

.text-span-214,
.text-span-215,
.text-span-216,
.text-span-217 {
  color: #3b72aa;
  font-weight: 700;
}

.section-85 {
  margin-top: 185px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-417 {
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.div-block-418 {
  flex-direction: row;
  width: 50%;
  height: 50%;
  display: block;
  position: sticky;
  top: 162px;
}

.div-block-419 {
  width: 50%;
}

.div-block-421 {
  z-index: 1;
  height: 100%;
  box-shadow: none;
}

.div-block-422 {
  z-index: -0.5;
  background-color: #fff;
  height: 280px;
  position: absolute;
  inset: auto 0% -25%;
}

.section-87 {
  padding-left: 3%;
  padding-right: 3%;
}

.slide-9 {
  background-color: #fff;
}

.icon-14,
.icon-15 {
  color: #000;
}

.image-235 {
  max-width: 100%;
}

.image-235._9780 {
  max-width: 70%;
}

.image-236 {
  max-width: 60%;
}

.slide-10 {
  background-color: #fff;
  height: 200px;
}

.image-237,
.image-238 {
  max-width: 70%;
}

.left-arrow-6,
.right-arrow-6 {
  display: none;
}

.slider-7 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: block;
}

.mask-7 {
  background-color: #fff;
  height: 200px;
}

.slide-nav-5 {
  inset: auto 0% 10%;
}

.text-span-220,
.text-span-221,
.text-span-222 {
  color: #34dede;
  font-weight: 600;
}

.div-block-425 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.div-block-425.new {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-425.new.lab {
  margin-left: 0;
  position: static;
}

.div-block-425.abs {
  position: absolute;
  inset: -75px 0 auto auto;
}

.div-block-426 {
  height: 0;
  margin-top: 115px;
}

.section-88 {
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-427 {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.div-block-428 {
  margin-bottom: 20px;
  padding-top: 0;
  display: block;
}

.link-block-17 {
  z-index: 20;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.link-48 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.image-239 {
  width: 25px;
  margin-left: 5px;
}

.section-90 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
}

.div-block-429 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-430 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-right: 20px;
  display: flex;
}

.div-block-430._646 {
  flex-flow: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
}

.div-block-431 {
  border-radius: 0;
  width: 60%;
}

.div-block-432 {
  background-image: url("../images/1-1.png");
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  height: 472px;
}

.div-block-432._557 {
  background-image: url("../images/2-1.png");
  background-position: 50%;
  background-size: cover;
}

.div-block-432._0946 {
  background-image: url("../images/3-1.png");
  background-position: 50%;
}

.div-block-432._1367 {
  background-image: url("../images/5-1.png");
  background-position: 50%;
}

.div-block-432._1666 {
  background-image: url("../images/6-1.png");
  background-position: 60% 40%;
}

.text-span-223 {
  color: #34dede;
  font-weight: 600;
}

.text-span-224 {
  color: #3b72aa;
  font-weight: 600;
}

.bold-text-81 {
  color: #3b72aa;
}

.text-span-225 {
  color: #3b72aa;
  font-weight: 700;
}

.section-91 {
  margin-top: 175px;
  padding-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-433 {
  display: flex;
}

.div-block-434 {
  width: 50%;
  margin-right: 20px;
}

.div-block-435 {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.image-241 {
  border-radius: 25px;
}

.text-block-167 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-125 {
  color: #34dede;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.bold-text-82 {
  color: #3b72aa;
  line-height: 28px;
}

.text-span-226 {
  color: #34dede;
  font-weight: 700;
}

.section-92 {
  padding-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.section-92._5537 {
  padding-top: 60px;
}

.div-block-436 {
  flex-direction: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-242 {
  width: 373px;
}

.div-block-437 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-102 {
  color: #333;
  max-width: none;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
}

.div-block-438 {
  align-items: center;
  display: flex;
}

.div-block-438._200 {
  margin-top: 5px;
}

.checkbox-label {
  color: var(--white);
  margin-left: 5px;
  font-family: Mon, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

.checkbox {
  border-radius: 0;
}

.checkbox-field {
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.link-49 {
  color: var(--black);
  margin-top: 10px;
  font-size: 16px;
}

.content-h2 {
  color: #000;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0 auto;
  font-family: Mon, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.content-h2._3567 {
  color: #fff;
  font-family: Mon, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.mask-8 {
  z-index: 1;
  background-color: #0000;
  border-radius: 30px;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.arrow-left {
  color: #fff;
  background-color: #313131;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

.arrow-right {
  background-color: #313131;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% -25px 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.image-130 {
  width: 80px;
  margin: 0;
}

.testimonial-section {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 60px auto;
  padding: 40px 3%;
  position: relative;
  overflow: hidden;
}

.slide-11 {
  background-color: #fff0;
  border: 1px #4689d733;
  border-radius: 30px;
  margin-right: 50px;
  padding: 0;
  overflow: hidden;
}

.div-block-389 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.slider-3 {
  background-color: #ddd0;
  border-radius: 30px;
  width: 100%;
  max-width: 750px;
  height: 100%;
}

.link-25 {
  color: #333;
  font-family: Mon, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.link-25.mob {
  display: none;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-wrapper._7657 {
  margin-top: 20px;
}

.arrow-icon {
  color: #fff;
  font-size: 15px;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.standard-paragraph {
  color: #000;
  letter-spacing: 0;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.slide-wrap {
  color: #fff;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 350px;
  padding: 40px 60px 40px 45px;
  display: flex;
  position: relative;
}

.section-94 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.form-block-3 {
  flex-flow: row;
  margin-bottom: 0;
  display: block;
}

.form-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.text-field-12 {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 14px;
  display: block;
}

.div-block-439 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.out_poisk {
  margin-top: 175px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-440 {
  max-width: 1400px;
  margin: 20px auto;
}

.text-block-168 {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
}

.link-50 {
  color: #34dede;
  text-transform: uppercase;
  width: auto;
  max-width: none;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.div-block-441 {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  width: 90%;
  padding: 20px;
}

.div-block-442 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-442.news {
  margin-bottom: 30px;
}

.text-block-169 {
  color: #333;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-444 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.div-block-444.end {
  margin-left: 10px;
  margin-right: 0;
}

.image-244 {
  width: 23px;
  margin-right: 0;
}

.image-244._2 {
  width: 18px;
}

.link-51 {
  color: var(--black);
  font-family: Mon, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.slide-nav-6 {
  width: 100px;
  display: none;
  bottom: 2%;
  left: 190px;
}

.paragraph-103 {
  color: #c20000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Mon, sans-serif;
  font-size: 21px;
}

.div-block-486 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.div-block-490 {
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  width: 49%;
  height: auto;
  min-height: 100px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-490.programm {
  flex-flow: row;
  width: 100%;
  padding-bottom: 10px;
}

.div-block-488 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
  padding-left: 5px;
  display: flex;
}

.div-block-488.programm {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-489 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
}

.text-block-173 {
  color: #3b72aa;
  margin-right: 5px;
  font-family: Mon, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.div-block-491 {
  margin-bottom: 10px;
  display: flex;
}

.text-block-174 {
  color: #3b72aa;
  font-family: Mon, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-span-227 {
  vertical-align: baseline;
  border-left: 3px solid #3b72aa;
  padding-left: 10px;
  display: block;
}

.bold-text-84 {
  color: #3b72aa;
  font-weight: 600;
}

.div-block-493 {
  background-color: #34dede;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  width: 100%;
  height: auto;
  padding: 20px 35px;
}

.heading-128 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-weight: 400;
}

.paragraph-104 {
  color: var(--white);
  margin-bottom: 0;
}

.div-block-494 {
  z-index: 2147483647;
  background-image: linear-gradient(90deg, #3b72aa, #0595cd);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
}

.paragraph-105 {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}

.button-21 {
  color: #333;
  background-color: #fff;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-495 {
  display: flex;
}

.text-span-228 {
  font-weight: 500;
}

.div-block-496 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-229 {
  color: #3b72aa;
}

.text-span-230,
.text-span-231,
.text-span-232 {
  color: #3b72aa;
  font-weight: 600;
}

.text-block-176 {
  color: #3b72aa;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-weight: 600;
}

.text-block-176._441 {
  margin-top: 20px;
}

.div-block-497 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.bold-text-85,
.bold-text-86,
.bold-text-87,
.bold-text-88,
.bold-text-89,
.bold-text-90 {
  font-weight: 600;
}

.bold-text-91 {
  color: #3b72aa;
  font-weight: 600;
}

.div-block-499 {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.code-embed,
.code-embed-2 {
  margin-right: 0;
}

.div-block-500 {
  width: 100px;
  margin-right: 20px;
}

.div-block-501 {
  background-image: url("https://ortonur.ru/uploads/blog/osnovy-vosstanovleniya-posle-travm-sovety-i-metody05-11-2023-14-09.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 387px;
  height: 250px;
  margin-right: 0;
}

.div-block-501._2 {
  background-image: url("../images/О-нас-4.jpg");
}

.div-block-501._3 {
  background-image: url("https://s11.stc.all.kpcdn.net/russia/wp-content/uploads/2024/01/tsentry-sportivnoj-meditsiny-i-reabilitatsii-v-Moskve-12-1660x1107.jpg");
}

.text-block-177 {
  color: #fff;
  font-family: Mon, sans-serif;
  font-size: 14px;
}

.div-block-502 {
  margin-bottom: 15px;
  position: relative;
}

.glav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kick {
  margin-top: 0;
}

.button-22 {
  color: #333;
  background-color: #ffffff3b;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.button-22.act {
  color: #34dede;
  background-color: #ffffff3b;
  border-bottom: 2px solid #34dede;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-block-178 {
  color: #3b72aa;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.hide_but {
  background-image: linear-gradient(104deg, #3b72aa, #0098d0 100%, #fff);
  border-radius: 20px;
  flex: 0 auto;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.text-span-233 {
  color: #0098d0;
}

.text-span-234 {
  color: #3b72aa;
}

.bread {
  margin-bottom: 10px;
  display: flex;
  position: static;
  top: 556px;
}

.text-block-179 {
  opacity: 0.75;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.link-56 {
  opacity: 0.75;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.text-block-180 {
  color: #34dede;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.link-57 {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.link-57:hover {
  color: #34dede;
}

.link-57.w--current {
  color: #333;
  margin-right: 0;
  font-family: Mon, sans-serif;
  font-weight: 400;
}

.div-block-503 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-18 {
  margin-bottom: 10px;
  text-decoration: none;
}

.div-block-504 {
  padding-bottom: 60px;
  position: sticky;
  top: 150px;
}

.heading-129 {
  color: #34dede;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

.body-2 {
  color: #000;
  font-size: 16px;
}

.text-block-181 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.blog-toc-header {
  color: #34dede;
  margin-bottom: 10px;
  font-family: Mon, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-182 {
  margin-bottom: 20px;
}

.div-block-505 {
  display: none;
}

.text-span-235 {
  color: #0098d0;
}

.section-95 {
  margin-top: 175px;
  padding-left: 3%;
  padding-right: 3%;
}

.form-block-5 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-5 {
  background-color: #34dede;
  border-radius: 20px;
  margin-top: 20px;
}

.div-block-507 {
  border-bottom: 1px solid #cecece;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-185 {
  margin-bottom: 10px;
  font-weight: 500;
}

.div-block-508 {
  border-right: 1px solid #cecece;
  width: 400px;
  height: auto;
  margin-right: 10px;
  padding-right: 20px;
}

.text-field-14 {
  color: #000;
  border-radius: 20px;
  width: 100px;
}

.div-block-509,
.div-block-510,
.div-block-511 {
  border-right: 1px solid #cecece;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-512 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-15 {
  border-radius: 20px;
  width: 400px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.textarea {
  border-radius: 30px;
  width: 400px;
}

.div-block-513 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-130 {
  text-transform: uppercase;
  max-width: 1400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  background-color: #fff;
  border-radius: 20px;
}

.div-block-514 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-23 {
  background-color: #34dede;
  border-radius: 20px;
  margin-top: 20px;
}

.select-field-2 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  width: 400px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.button-24 {
  background-color: #34dede;
  border-radius: 20px;
  width: 100px;
  font-size: 14px;
}

.success-message-5 {
  background-color: #fff;
}

.text-block-186 {
  color: #00c36f;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.image-246 {
  border-radius: 20px;
  width: 250px;
}

.error-message-5 {
  border-radius: 20px;
}

.link-block-19 {
  width: 100%;
  height: 100%;
}

.logo-wrap-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    #0000 0%,
    #fff 20% 80%,
    #0000 100%
  );
  mask-image: linear-gradient(to right, #0000 0%, #fff 20% 80%, #0000 100%);
}

.logo-wrap-2.glav {
  max-width: 1400px;
  margin-bottom: 40px;
}

.logo-slide {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(-100%);
}

.logo-3 {
  opacity: 1;
  width: 10vh;
  margin-right: 40px;
}

.logo-3:hover {
  filter: none;
}

.logo-3.vert {
  filter: none;
  width: 5vh;
}

.logo-3.vert:hover {
  filter: none;
}

.section-96 {
  padding: 60px 3%;
}

.div-block-515 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.slider-8 {
  background-color: #fff;
  height: 300px;
}

.slide-nav-7 {
  display: none;
}

.icon-16,
.icon-17 {
  filter: invert();
}

.div-block-516 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-517 {
  border: 1px solid #cecece;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 40px 80px;
  display: flex;
}

.text-block-187 {
  color: #333;
  width: 70%;
  font-size: 15px;
  font-weight: 400;
}

.text-span-236 {
  color: #3b72aa;
}

.div-block-518 {
  margin-bottom: 0;
  display: flex;
}

.text-block-188 {
  color: #555;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-189 {
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.text-block-190 {
  color: var(--new);
}

.right-arrow-7 {
  width: 35px;
  inset: auto 0% 5% 4%;
}

.left-arrow-7 {
  width: 35px;
  inset: auto 4% 5% 0%;
}

.div-block-519 {
  flex-flow: column;
  margin-left: auto;
  display: flex;
}

.heading-131 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 300;
}

.div-block-520 {
  display: flex;
}

.link-block-20 {
  color: #34dede;
  background-color: #34dede;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.link-block-20._1 {
  background-color: #fff;
  margin-right: 10px;
  display: block;
}

.div-block-521 {
  border: 1px #d8d8d8;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-522 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.image-247 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.image-247.tel {
  margin-right: 2px;
}

.div-block-523 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-524 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-525 {
  flex: none;
  width: 16%;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-526 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-527 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 21%;
  display: flex;
}

.div-block-528 {
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-191 {
  color: var(--light-grey);
  font-size: 56px;
  position: absolute;
  inset: auto 5% 10% auto;
}

.div-block-529,
.div-block-530 {
  margin-top: auto;
}

.div-block-536 {
  border-bottom: 1px solid #dbdbdb;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.category__tabs-mask {
  border: 1px #000;
  overflow: visible;
}

.div-block-537 {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-right: 30px;
  padding-left: 0;
  display: flex;
}

.div-block-534 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.content {
  opacity: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-25 {
  opacity: 1;
  color: #fff;
  background-color: #7f86ff;
  background-image: linear-gradient(104deg, #3b72aa, #0098d0);
  border-radius: 20px;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all 0.2s;
  display: inline-block;
}

.button-25:hover {
  background-color: #636bf8;
}

.button-25._51 {
  background-image: linear-gradient(104deg, #3b72aa, #0098d0);
  margin-top: 15px;
  font-size: 16px;
  display: inline-block;
}

.button-25._51._9047 {
  background-color: #0a466f;
  background-image: none;
  margin-top: 0;
}

.category__tab-link {
  color: #333;
  background-color: #0000;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 40px;
  padding: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.category__tab-link:hover {
  border-bottom-style: none;
  border-bottom-color: #0003;
  min-height: auto;
  margin-bottom: 20px;
  margin-right: 40px;
}

.category__tab-link.w--current {
  color: #34dede;
  background-color: #0000;
  border-bottom-width: 2px;
  border-bottom-color: #34dede;
  min-height: 26px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 40px;
  font-family: Mon, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
}

.category__tab-link.w--current:hover {
  border-bottom-style: solid;
  border-bottom-color: #34dede;
}

.div-block-538 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
}

.category__tabs {
  opacity: 1;
}

.paragraph-107 {
  color: #333;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-107._789 {
  color: #34dede;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-107._18 {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.heading-8 {
  opacity: 0.2;
  text-transform: uppercase;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.4;
}

.category__tabs-menu {
  color: #333;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.category__tabs-menu.price {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-535 {
  background-color: #fff0;
  border: 1px #e9e9e9;
  border-radius: 40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-535._89 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: none;
  flex-flow: wrap;
  align-content: stretch;
  margin-bottom: 20px;
  padding: 0;
}

.button-26 {
  color: #02223f;
  background-color: #fff0;
  border: 1px solid #0e4270;
  border-radius: 20px;
  margin-top: 0;
  padding: 11px 17px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s;
}

.button-26:hover {
  color: #fff;
  background-color: #0e4270;
}

.button-26.price {
  margin-left: auto;
  margin-right: auto;
}

.button-26.price._2 {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 20px;
  position: absolute;
  inset: -71px 0% auto auto;
}

.category__tab {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  padding: 0;
}

.section-97 {
  margin-top: 0;
  padding: 60px 3%;
  position: relative;
}

.div-block-539 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  width: 23%;
  height: auto;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.div-block-539._12 {
  background-color: #d1d1d100;
  border-style: solid;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-539._12._2 {
  background-color: #f1f8ff;
  border-style: none;
}

.div-block-539._12._1 {
  background-color: #fff;
  border-style: solid;
}

.div-block-539._6578 {
  width: 48%;
}

.div-block-539._4357 {
  width: auto;
  margin-bottom: 0;
}

.div-block-539._4357._546 {
  display: flex;
}

.div-block-539._878 {
  width: 31%;
}

.div-block-540 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-192 {
  color: var(--light-grey);
  font-size: 48px;
  display: none;
  position: absolute;
  inset: -7% 6% auto auto;
}

.image-248 {
  flex: none;
}

.image-249 {
  border-radius: 20px;
}

.div-block-541 {
  margin-top: 40px;
  display: flex;
}

.div-block-542 {
  width: auto;
  margin-right: 40px;
}

.div-block-543 {
  width: 65%;
}

.div-block-544 {
  display: flex;
}

.link-block-21 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-193 {
  color: #d1d1d1;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.image-250 {
  width: 44px;
  margin-right: 10px;
}

.div-block-545 {
  margin-bottom: 20px;
  display: flex;
}

.text-block-194 {
  color: #333;
  align-self: center;
}

.div-block-546 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.image-251 {
  width: 64px;
  margin-right: 10px;
}

.text-block-195 {
  color: #34dede;
  font-weight: 500;
}

.text-block-195._45 {
  color: #333;
  font-weight: 400;
}

.image-252 {
  width: 20px;
  margin-right: 12px;
}

.image-252._2 {
  width: 20px;
}

.image-252._2._767 {
  width: 22px;
}

.div-block-547 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-547._4567 {
  margin-bottom: 0;
}

.div-block-547._4567._679 {
  margin-bottom: 15px;
}

.div-block-548 {
  align-self: auto;
  width: 150px;
}

.div-block-549 {
  width: 60px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-550 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-551 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-256 {
  z-index: 2;
  border-radius: 30px;
  position: relative;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.div-block-552 {
  z-index: 0;
  background-color: #34dede;
  border-radius: 200px;
  width: 400px;
  height: 400px;
  position: absolute;

    inset: -12px 0% 0% -10%;
}

.div-block-552.vra {
  top: 31px;
}

.div-block-553 {
  background-color: #fff;
  border: 1px #d1d1d1;
  border-radius: 30px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 40px;
  padding: 20px;
}

.div-block-554 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.text-block-196 {
  color: #333;
  font-size: 15px;
}

.text-span-237 {
  color: #34dede;
  font-weight: 600;
}

.div-block-555 {
  flex-flow: row;
  width: 60%;
  display: flex;
}

.image-257 {
  border-radius: 30px;
  width: 100px;
}

.text-block-197 {
  color: #34dede;
  font-size: 24px;
  font-weight: 500;
}

.text-block-198 {
  color: #333;
  margin-bottom: 20px;
  font-size: 15px;
}

.text-span-238 {
  color: #34dede;
  font-weight: 600;
}

.div-block-556 {
  width: 100%;
  display: none;
}

.div-block-557 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  width: 40%;
  padding: 20px;
}

.div-block-557._435 {
  width: 60%;
  margin-left: 20px;
}

.text-block-199 {
  margin-bottom: 10px;
}

.text-span-239 {
  color: #34dede;
  font-weight: 600;
}

.text-block-200 {
  color: #333;
  font-size: 15px;
  line-height: 1.4em;
}

.text-block-200._456 {
  margin-top: 20px;
}

.div-block-558 {
  width: 100%;
}

.div-block-559 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-559._432 {
  flex: 0 auto;
  width: 49%;
  margin-right: 0;
}

.div-block-559._2 {
  width: 49%;
  margin-top: 0;
}

.div-block-559.anal,
.div-block-559.anal2 {
  width: 100%;
}

.text-span-240 {
  color: #34dede;
  font-weight: 600;
}

.text-block-201 {
  color: #333;
  font-size: 15px;
}

.text-span-241 {
  color: #34dede;
  font-weight: 600;
}

.text-block-202 {
  color: #333;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

.text-span-242,
.text-span-243 {
  color: #34dede;
  font-weight: 600;
}

.div-block-560 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-203 {
  color: #333;
  background-color: #34dede00;
  border-radius: 0;
  width: auto;
  padding: 0;
  font-size: 14px;
}

.text-block-203._2 {
  color: #fff;
}

.div-block-561 {
  background-color: #d1d1d13b;
  border-radius: 20px;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 4px 7px 4px 11px;
}

.div-block-561._3545 {
  width: auto;
  margin-right: 10px;
}

.div-block-561._2 {
  background-color: #34dede;
}

.div-block-562 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-562._568 {
  margin-bottom: 10px;
}

.text-span-244 {
  font-size: 11px;
}

.text-span-245 {
  color: #34dede;
  font-weight: 600;
}

.div-block-563 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  flex: 0 auto;
  width: 49%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.div-block-563.anal {
  margin-right: 0;
  display: block;
}

.div-block-563.anal2 {
  flex: none;
  width: 100%;
  display: block;
}

.text-block-204 {
  color: #34dede;
  margin-bottom: 20px;
  font-weight: 600;
}

.div-block-564 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-565 {
  margin-right: 0;
}

.text-block-205,
.text-block-206 {
  font-size: 15px;
}

.div-block-566 {
  margin-right: 0;
}

.div-block-567 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.list {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  height: 300px;
  list-style-type: disc;
  display: flex;
}

.list-item {
  flex: 1;
  margin-right: 20px;
}

.image-258,
.image-259,
.image-260 {
  height: 70px;
}

.link-58 {
  color: #34dede;
  -webkit-text-stroke-color: #34dede;
  font-weight: 400;
}

.link-59,
.link-60 {
  color: #34dede;
}

.section-98 {
  padding: 60px 3%;
}

.div-block-568 {
  max-width: 1400px;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-569 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-right: 40px;
  display: flex;
}

.div-block-569._65 {
  width: 50%;
  margin-left: 40px;
  margin-right: 0;
}

.div-block-570 {
  background-image: url("https://s11.stc.all.kpcdn.net/russia/wp-content/uploads/2024/01/tsentry-sportivnoj-meditsiny-i-reabilitatsii-v-Moskve-12-1660x1107.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 50%;
  height: 350px;
}

.div-block-570._2 {
  background-image: url("http://травмакиров.рф/wp-content/uploads/2023/03/21122022-30.jpg");
  background-position: 50%;
  background-size: cover;
}

.div-block-570._3 {
  background-image: url("https://ortonur.ru/uploads/blog/osnovy-vosstanovleniya-posle-travm-sovety-i-metody05-11-2023-14-09.jpg");
}

.image-261 {
  border-radius: 20px;
}

.text-block-207,
.text-block-208 {
  color: #333;
  font-size: 15px;
  line-height: 1.4em;
}

.div-block-571 {
  border: 1px #e9e9e9;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 7px 10px;
}

.div-block-572 {
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.section-99 {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.div-block-573 {
  background-color: #34dede;
  border-radius: 200px;
  width: 300px;
  height: 300px;
  margin-right: 40px;
}

.div-block-573._2 {
  filter: blur(75px);
  background-color: #0696ce;
  position: absolute;
  left: 764.5px;
}

.div-block-573._1 {
  filter: blur(180px);
  background-color: #34dede00;
  background-image: linear-gradient(90deg, #34dede, #0696ce);
  width: 100%;
  margin-left: 163px;
  margin-right: 0;
  position: static;
  right: 420.5px;
}

.div-block-574 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d1d1d13b;
  border-radius: 30px;
  flex-flow: wrap;
  place-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 33%;
  max-width: 300px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-574._678 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.div-block-574._678._456 {
  justify-content: space-between;
  height: 100%;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.div-block-575 {
  background-image: url("http://травмакиров.рф/wp-content/uploads/2023/03/21122022-30.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 350px;
}

.text-block-209 {
  color: #333;
  font-size: 15px;
}

.div-block-576 {
  background-color: #fff;
  border-radius: 30px;
  padding: 3px 10px;
}

.div-block-576._658 {
  margin-bottom: 15px;
}

.div-block-577 {
  background-color: #f1f8ff;
}

.div-block-578 {
  filter: blur(150px);
  background-image: linear-gradient(90deg, #34dede2e, #0696ce9c);
  height: 200px;
}

.div-block-579 {
  background-image: url("../images/international-nurses-day-concept.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  height: 400px;
}

.div-block-580 {
  flex-flow: column;
  display: flex;
}

.div-block-581 {
  display: flex;
}

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: block;
  position: absolute;
}

.checkbox-field-3._2 {
  position: static;
}

.checkbox-label-2 {
  color: #333;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5em;
}

.link-61 {
  color: #34dede;
  font-size: 12px;
}

.link-62 {
  color: #fff;
  font-size: 10px;
}

.link-63,
.link-64,
.link-65,
.link-66,
.link-67 {
  color: #34dede;
  font-size: 15px;
}

.text-block-210 {
  color: #333;
  margin-bottom: 20px;
  font-size: 15px;
}

.link-68 {
  color: #fff;
  font-size: 10px;
}

.link-69 {
  color: #333;
  font-size: 12px;
}

.checkbox-3 {
  margin-top: 6px;
}

.div-block-582 {
  flex-flow: row;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-583 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.div-block-583._768 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-584 {
  background-image: url("../images/international-nurses-day-concept.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 40%;
  height: 225px;
  display: block;
}

.div-block-584._2 {
  background-image: url("../images/doctor-medical-mask-coronavirus-theme-isolated-white-background.jpg");
  background-position: 50%;
  background-size: cover;
}

.image-262 {
  border-radius: 30px;
}

.text-block-211 {
  color: #34dede;
  margin-bottom: 10px;
  font-weight: 600;
}

.text-block-212 {
  color: #333;
  font-size: 15px;
  line-height: 1.6em;
}

.div-block-585 {
  flex: 1;
  align-items: stretch;
  width: 75%;
  margin-right: 20px;
}

.div-block-586 {
  background-color: #3880a736;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.div-block-587 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.div-block-588 {
  background-color: #d1d1d13b;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
}

.div-block-589 {
  margin-bottom: 40px;
}

.div-block-589._457 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-field-16,
.text-field-17 {
  border-radius: 35px;
  width: 300px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
}

.submit-button-6 {
  background-color: #34dede;
  border-radius: 25px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 15px;
}

.div-block-590 {
  margin-bottom: 10px;
}

.section-title-2 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.content2-number-wrapper {
  border-radius: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-132 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-132._575757 {
  color: #333;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-176 {
  z-index: 0;
  border-radius: 25px;
  width: auto;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.div-block-176._64646 {
  z-index: 0;
  margin-top: 20px;
  padding-top: 0;
  position: relative;
}

.line-title-2 {
  align-items: center;
  display: flex;
}

.div-block-178 {
  width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-4 {
  color: #7f86ff;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 101px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-77 {
  width: 35px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.div-block-179 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-76 {
  z-index: -2147483648;
  opacity: 0.13;
  width: 137px;
  position: absolute;
  inset: -20% 0% 0% 85%;
}

.section-100 {
  flex-direction: row;
  justify-content: center;
  margin: 100px 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-100._7567578 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-100._7567578._6666 {
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 3%;
}

._3-col {
  width: 25%;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
  display: inline-block;
}

._3-col.prpr {
  width: 20%;
}

._3-col.prpr._7575757 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

._3-col.prpr._7575757._468 {
  background-color: #3880a736;
}

.div-block-591 {
  margin-bottom: 10px;
}

.div-block-592 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  padding: 20px;
}

.div-block-592._537 {
  width: 50%;
}

.div-block-592._537._457 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-593 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  margin-top: 20px;
  padding: 20px;
}

.div-block-593._5456 {
  width: 50%;
  margin-top: 0;
  margin-left: 20px;
}

.div-block-594 {
  width: auto;
}

.div-block-595 {
  background-image: url("https://istok.clinic/wp-content/uploads/2025/10/reabilitaciya-posle-pereloma-taza_rezultat.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 35%;
  height: 240px;
  margin-right: 20px;
}

.div-block-595._2 {
  background-image: url("https://az-med.ru/upload/iblock/b25/z5279ur0285estuq732dw9w29k4efmrl.jpg");
  height: 240px;
}

.image-263 {
  border-radius: 30px;
  margin-right: 0;
}

.div-block-596 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-214 {
  color: #111111b0;
  font-size: 12px;
}

.link-70 {
  color: #333333a6;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-215 {
  color: #000;
  font-size: 14px;
}

.div-block-597 {
  height: 0;
  margin-top: 175px;
}

.div-block-598 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-598._546 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-right: auto;
}

.div-block-599 {
  background-color: #34dede;
  border-radius: 50px;
  padding: 3px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.text-block-216 {
  color: #fff;
  font-size: 14px;
}

.div-block-600 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-601 {
  background-color: #3880a736;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 3px 10px;
}

.image-264 {
  border-radius: 50px;
}

.div-block-602 {
  width: 35%;
}

.div-block-603 {
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.div-block-603._658 {
  max-width: 1400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-604 {
  background-color: #d1d1d13b;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-right: 40px;
  padding-left: 35px;
  padding-right: 30px;
  display: flex;
}

.div-block-605 {
  margin-bottom: 20px;
}

.div-block-606 {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 20px 30px 30px;
}

.div-block-607 {
  flex-flow: row;
  margin-bottom: 40px;
  display: flex;
}

.div-block-608 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-right: 40px;
  display: flex;
}

.div-block-609 {
  width: 50%;
}

.prav {
  flex-flow: column;
  display: flex;
}

.link-block-22 {
  position: absolute;
  inset: 0%;
}

.link-71 {
  color: #333;
  font-size: 12px;
}

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

.link-73 {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.link-73:hover {
  color: #34dede;
}

.link-74 {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.link-74:hover {
  color: #34dede;
}

.link-75 {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.link-75:hover {
  color: #34dede;
}

.text-block-217 {
  color: #333;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-218 {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}

.text-block-218._2 {
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.div-block-610 {
  margin-bottom: 20px;
}

html.w-mod-js [data-ix="animaciya-dropdauna"] {
  transform: scale(1);
}

html.w-mod-js [data-ix="new-interaction-2"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="black-tooltip-initial"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="move-up-on-load-1"],
html.w-mod-js [data-ix="move-up-on-load-2"],
html.w-mod-js [data-ix="move-up-on-load-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1280px) {
  .service-v2-heading._2,
  .service-v2-heading._2._5456 {
    font-size: 15px;
  }

  .service-v2-heading._2._3,
  .service-v2-heading._2._4,
  .service-v2-heading._2._5 {
    font-size: 13px;
  }

  .footer-v2-nav._53636 {
    width: 20%;
  }

  .footer-v2-nav-link.w--current {
    color: #333;
    font-weight: 400;
  }

  .nav-bar-top {
    max-width: none;
    padding-left: 3%;
  }

  .section-10._230 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-130,
  .div-block-131 {
    margin-right: 20px;
  }

  .div-block-171 {
    margin-top: 40px;
  }

  .steps-card {
    padding: 36px;
  }

  .div-block-292 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .div-block-322._3.sec {
    right: -8%;
  }

  .div-block-331 {
    justify-content: space-between;
    min-height: 50px;
  }

  .div-block-335 {
    justify-content: space-between;
  }

  .div-block-336._8980 {
    width: 100%;
  }

  .div-block-339.new {
    width: 31%;
  }

  .paragraph-85._7778 {
    margin-bottom: 0;
  }

  .slider-6 {
    height: 410px;
  }

  .right-arrow-5 {
    right: 34%;
  }

  .left-arrow-5 {
    right: 42%;
  }

  .leftmenulink._55555 {
    margin-left: -9px;
  }

  .div-block-414 {
    border-color: #e9e9e9;
  }

  .div-block-430 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-span-223 {
    color: #34dede;
  }

  .testimonial-section {
    border-radius: 0;
  }

  .div-block-490,
  .div-block-536 {
    justify-content: space-between;
  }

  .heading-8 {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }

  .div-block-539._6578 {
    width: 50%;
  }

  .div-block-540 {
    flex-flow: wrap;
  }

  .div-block-542 {
    width: auto;
  }

  .div-block-574._678 {
    justify-content: space-around;
  }

  .div-block-574._678._456 {
    justify-content: space-around;
    align-items: flex-start;
  }

  .div-block-576._658 {
    margin-bottom: 15px;
  }

  .div-block-583._768 {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-211 {
    margin-bottom: 10px;
  }

  .div-block-585 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-586 {
    background-color: #3880a736;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 20px;
    display: flex;
  }

  .div-block-587 {
    width: 100%;
  }

  .div-block-589._457 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-592,
  .div-block-593 {
    border: 1px solid #e9e9e9;
    border-radius: 30px;
  }
}

@media screen and (min-width: 1440px) {
  strong {
    color: #34dede;
    font-weight: 600;
  }

  .brand.nav-top-brand,
  .brand.nav-top-brand.w--current {
    width: 100%;
  }

  .service-v2-heading._2 {
    font-size: 18px;
  }

  .nav-bar-top {
    max-width: none;
    padding-left: 3%;
  }

  .tabs-right {
    max-width: 1400px;
  }

  .section-10._230 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-117 {
    align-items: flex-start;
    max-width: 1400px;
  }

  .div-block-117._2412444._4142222 {
    width: 70%;
  }

  .div-block-130,
  .div-block-131 {
    margin-right: auto;
  }

  .heading-105._575757._44111 {
    max-width: 370px;
  }

  .div-block-187._666 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-193 {
    width: 31%;
  }

  .div-block-194 {
    z-index: -1;
  }

  .div-block-194._200 {
    width: 38.4%;
    bottom: -5%;
  }

  .div-block-252._46467 {
    margin-top: 60px;
  }

  .section-47 {
    padding-bottom: 40px;
  }

  .div-block-284 {
    width: 30%;
  }

  .div-block-284._13 {
    width: 50%;
  }

  .feature-wrap-2 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .feature-content-wrap {
    line-height: 27px;
  }

  .one {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-201.glglgl {
    width: auto;
  }

  .div-block-322.spec._3._168 {
    left: auto;
    right: auto;
  }

  .div-block-331 {
    justify-content: space-between;
    min-height: 50px;
  }

  .div-block-335 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-336 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-336._8980 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-339.new {
    width: 31%;
  }

  .div-block-340 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-341 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-347 {
    display: none;
  }

  .slide-2 {
    border-radius: 30px;
  }

  .slider {
    min-height: 450px;
  }

  .left-arrow-4 {
    right: 4%;
  }

  .right-arrow-4 {
    left: 4%;
  }

  .mask-4 {
    border-radius: 20px;
  }

  .section-77 {
    margin-top: 160px;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .slider-6 {
    height: 440px;
  }

  .leftlinktext {
    text-decoration: none;
  }

  .leftlinktext._2.cat._656 {
    color: #333;
  }

  .leftmenulink {
    margin-left: 0;
    text-decoration: none;
  }

  .leftmenulink._55555 {
    margin-left: -9px;
  }

  .menuleft.flextleft._2._8690 {
    width: auto;
  }

  .div-block-152 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-left: 0;
    text-decoration: none;
    display: flex;
  }

  .div-block-418._2 {
    justify-content: center;
    display: flex;
  }

  .div-block-432 {
    background-position: 50%;
  }

  .testimonial-section {
    border-radius: 60px;
  }

  .text-field-12 {
    width: 100%;
  }

  .div-block-490,
  .div-block-536 {
    justify-content: space-between;
  }

  .heading-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-542 {
    width: auto;
  }

  .div-block-551 {
    width: 26%;
  }

  .div-block-552 {
    top: 60px;
  }

  .div-block-583._768 {
    width: 100%;
  }

  .div-block-584 {
    height: 250px;
  }

  .div-block-604 {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .brand.nav-top-brand {
    width: 100%;
  }

  .brand.nav-top-brand.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-v2-heading._2 {
    font-size: 18px;
    line-height: 33px;
  }

  .service-v2-heading._2._5456 {
    font-size: 18px;
  }

  .service-v2-heading._2._3,
  .service-v2-heading._2._4,
  .service-v2-heading._2._5 {
    line-height: 23px;
  }

  ._404-message {
    margin-top: 30vh;
  }

  .nav-bar-top {
    max-width: none;
    padding-left: 3%;
  }

  .image-13 {
    max-width: 450px;
  }

  .tabs-right {
    max-width: 1400px;
  }

  .section-10._230 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-117 {
    max-width: 1400px;
  }

  .heading-105._575757 {
    max-width: none;
  }

  .div-block-168._75757,
  .div-block-168._757573._6767 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-74,
  .paragraph-75 {
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-192 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-193 {
    width: 31%;
  }

  .div-block-194._200 {
    width: 32.5%;
    bottom: -7%;
  }

  ._212.h2 {
    color: #34dede;
    -webkit-text-stroke-color: #34dede;
  }

  .div-block-252._46467 {
    width: 35%;
  }

  .div-block-256 {
    margin-left: 0;
  }

  .div-block-284 {
    width: 30%;
  }

  .div-block-284._13 {
    width: 50%;
  }

  .short-title {
    color: #4c4c4c;
  }

  .one {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-201.glglgl {
    width: auto;
  }

  .div-block-322.spec._3._168 {
    left: auto;
    right: auto;
  }

  .div-block-331 {
    justify-content: space-between;
    min-height: 50px;
  }

  .div-block-335 {
    justify-content: space-between;
  }

  .div-block-336._8980 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-339.new {
    width: 31%;
  }

  .section-69 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-217._23 {
    transition: all 0.15s;
  }

  .image-217._23:hover {
    width: 40px;
  }

  .image-217._23.one {
    transition: all 0.15s;
  }

  .image-217._23.one:hover,
  .image-217._23.one._2:hover {
    width: 40px;
  }

  .left-arrow-4 {
    right: 4%;
  }

  .right-arrow-4 {
    left: 4%;
  }

  .section-77 {
    margin-top: 160px;
    padding-top: 0;
  }

  .div-block-404 {
    justify-content: space-between;
  }

  .slider-6 {
    height: 450px;
  }

  .section-80 {
    padding-bottom: 0;
  }

  .menuleft.flextleft._2._8690 {
    width: auto;
  }

  .section-83 {
    padding-bottom: 60px;
  }

  .div-block-418._2 {
    justify-content: center;
    display: flex;
  }

  .div-block-432 {
    background-position: 50%;
  }

  .testimonial-section {
    border-radius: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .slide-wrap {
    z-index: auto;
    position: static;
  }

  .text-field-12 {
    width: 100%;
  }

  .slide-nav-6 {
    display: none;
  }

  .div-block-490 {
    justify-content: space-between;
  }

  .paragraph-105._2 {
    margin-right: 0;
  }

  .logo-wrap-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .logo-slide {
    flex: none;
  }

  .div-block-527 {
    width: 21%;
  }

  .div-block-528,
  .div-block-536 {
    justify-content: space-between;
  }

  .content {
    max-width: 1400px;
  }

  .paragraph-107 {
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-535 {
    flex-flow: row;
  }

  .div-block-542 {
    width: auto;
  }

  .div-block-551 {
    width: 26%;
  }

  .div-block-574 {
    place-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .div-block-575 {
    background-size: cover;
  }

  .div-block-583._768 {
    width: 100%;
  }

  .div-block-584 {
    height: 250px;
  }

  .div-block-587 {
    width: 100%;
  }

  .div-block-178 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-604 {
    width: 65%;
    padding-left: 60px;
  }

  .bold-text-92 {
    color: #34dede;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding: 0 3% 80px;
  }

  .section.no-bottom-padding {
    padding-bottom: 40px;
  }

  .section.image-5 {
    border-radius: 0;
  }

  .section.portfolio-hero {
    background-image:
      linear-gradient(#1116, #1116),
      url("../images/portfolio-hero_1portfolio-hero.webp");
    background-position:
      0 0,
      50% 0;
  }

  .wrapper.side-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-bar-left {
    width: 100%;
    box-shadow: 0 1px 0 0 var(--gainsboro);
    flex-direction: row;
    justify-content: space-between;
    display: block;
    inset: 0 0 auto;
  }

  .page-wrapper {
    min-width: 0%;
    min-height: 100%;
    margin-left: 0;
    padding-top: 64px;
  }

  .page-wrapper.nav-top {
    margin-left: 0;
  }

  .nav-link {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .nav-menu-left {
    z-index: 199;
    background-color: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
  }

  .brand {
    width: 64px;
    height: 64px;
    margin-top: 0;
    margin-left: 0;
    padding: 8px;
  }

  .brand.nav-top-brand {
    width: 64px;
    height: 64px;
  }

  .split-image {
    height: 80vh;
    min-height: 600px;
    max-height: 80vh;
  }

  .split-image.protected-image {
    display: none;
  }

  .link-v1.more-link {
    margin-top: 16px;
  }

  .nav-left-social-icons {
    flex-direction: row;
    display: none;
  }

  .link-v2.category-link,
  .link-v2.category-link.right {
    margin-left: 0;
    margin-right: 40px;
  }

  .counters {
    flex-wrap: wrap;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    padding-top: 96px;
    padding-bottom: 96px;
    box-shadow:
      1px 0 #ffffff26,
      0 1px #ffffff26;
  }

  .testimonials-v1 {
    text-align: center;
    margin-bottom: -16px;
    padding-bottom: 72px;
    padding-left: 0%;
  }

  .testimonials-v1-arrow {
    display: none;
  }

  .testimonials-nav {
    font-size: 9px;
    display: block;
  }

  .testimonials-v1-heading {
    display: none;
  }

  .review-v1 {
    text-align: center;
    background-position: 100% 0;
    flex-direction: column;
    margin-top: 8px;
    padding-right: 0;
  }

  .review-v1-content {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .review-v1-avatar-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .post-card-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .side-header {
    flex-direction: column;
  }

  .footer-v1 {
    flex-direction: column-reverse;
  }

  .footer-v1-subscrube {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 6%;
    padding-right: 50%;
  }

  .footer-v1-content {
    margin-left: 6%;
    margin-right: 6%;
  }

  .footer-v1-bottom {
    padding-bottom: 24px;
  }

  .scroll-up-button {
    display: none;
  }

  .side-works-link {
    height: 280px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .work {
    padding: 8px;
  }

  .split-content {
    flex-direction: column;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content.center {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content.right.post {
    margin-left: 0;
    padding-top: 144px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .split-media {
    order: -1;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .split-media.left.nav-left,
  .split-media.right.nav-left {
    padding-left: 0;
  }

  .contact-v1-form {
    margin-right: 0;
  }

  .contact-form-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .password-form-wrapper {
    text-align: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .post-panel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .post-panel.nav-left {
    padding-left: 32px;
  }

  .work-top {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
    position: static;
  }

  .work-details {
    width: 100%;
    margin-top: 47px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .portfolio-nav-bar {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button {
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .category-heading {
    margin-bottom: 16px;
  }

  ._404-message {
    margin-left: 8%;
  }

  .contact-v1-heading.land {
    text-align: center;
    width: auto;
    margin-right: 15px;
  }

  .nav-info {
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
  }



  .full-screen-menu-link {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .full-screen-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    transform: none;
  }

  .full-screen-menu-button {
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .full-screen-menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .nav-bar-v3 {
    width: 100%;
    box-shadow: 0 1px 0 0 var(--gainsboro);
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    display: block;
    inset: 0 0 auto;
  }

  .nav-menu-v3 {
    z-index: 199;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
  }

  .nav-link-v3 {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .section-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-post-v2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .blog-posts-v2 {
    padding-top: 0;
  }

  .blog-categories-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .work-card-image-wrapper {
    margin-bottom: 16px;
  }

  .instagram {
    flex-wrap: wrap;
  }

  .instagram-more {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .instagram-link {
    width: 25%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .skill-circle-bg {
    background-image: linear-gradient(#000c, #000c);
  }

  .skill-circle-bg.image-3 {
    background-color: #11111180;
    background-image: none;
    background-position: 0 0;
  }

  .footer-v2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about {
    width: 50%;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .footer-v2-contacts {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 8px;
  }

  .footer-v2-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-nav {
    width: auto;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 8px;
  }

  .footer-v2-nav.dops {
    width: 100%;
    margin-left: 0;
  }

  .footer-v2-nav._53636 {
    width: 100%;
    padding-left: 0;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .split-footer.right {
    width: 100%;
    margin-left: 0%;
  }

  .split-footer.left {
    width: 100%;
    margin-right: 0%;
  }

  .split-footer-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .split-footer-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-feature {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .side-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-bar-top {
    padding-right: 64px;
    display: none;
  }

  .nav-menu-top {
    background-color: #fff;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-top-social {
    flex: 1;
    justify-content: flex-end;
  }

  .review-v2-text {
    font-size: 22px;
    line-height: 32px;
  }

  .slider-arrow-button {
    margin-bottom: 16px;
  }

  .work-info {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .nav-layout {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .work-presentation p,
  .work-presentation h2,
  .work-presentation h3,
  .work-presentation h5,
  .work-presentation h4,
  .work-presentation h6,
  .work-presentation ol,
  .work-presentation ul,
  .work-presentation h1 {
    width: 100%;
  }

  .icon-2.menu {
    margin-left: -500px;
  }

  .dropdown-list-3.w--open {
    display: none;
  }

  .icon-3 {
    margin-left: -500px;
  }

  .tabs-menu-4 {
    flex-direction: column;
    width: 35%;
    margin-top: 20px;
  }

  .tabs-menu-4._4646 {
    flex-direction: row;
    width: auto;
  }

  .tabs-right {
    flex-flow: column;
    place-content: space-between center;
  }

  .tabs-content-2 {
    order: 1;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .tabs-content-2._765 {
    align-self: center;
  }

  .container-8.narrow {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wide-tab {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .wide-tab.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wide-tab.dsdsd {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-62 {
    display: none;
  }

  .section-10._230 {
    margin-top: 0;
  }

  .form-block {
    flex-direction: column;
  }

  .div-block-87 {
    flex: 0 auto;
    max-width: none;
  }

  .form-2 {
    flex-direction: row;
  }

  .text-field-7 {
    width: 220px;
  }

  .text-field-7._666._124 {
    width: 180px;
  }

  .text-field-8 {
    width: 220px;
  }

  .text-field-8._6666._2245 {
    width: 180px;
  }

  .div-block-117 {
    height: 70vh;
  }

  .div-block-117._2412444._6467 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-117._2412444._4142222 {
    width: 100%;
  }

  .div-block-125 {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-125._4566 {
    flex-flow: wrap;
    width: auto;
    bottom: -17%;
  }

  .div-block-129 {
    flex-direction: column;
  }

  .div-block-130,
  .div-block-131 {
    margin-bottom: 40px;
  }

  .section-17 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-20 {
    justify-content: center;
  }

  .section-20.black-background {
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-20.black-background.margin-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .red-block,
  .nordic-text {
    display: none;
  }

  .line-title {
    align-items: center;
  }

  .line-title._6568 {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog3-headline-wrap,
  .blog3-headline-wrap._90._414111 {
    max-width: none;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subtitle-2 {
    text-align: left;
    margin-left: 100px;
  }

  .wrap {
    width: 645px;
  }

  .section-21 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-title {
    color: #34dede;
    text-align: center;
    font-size: 28px;
  }

  .heading-105 {
    font-size: 20px;
  }

  .text-block-73._65657 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .section-22 {
    min-width: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-23 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .question-title {
    font-size: 20px;
  }

  .faq-question-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-grid {
    flex-direction: column;
    grid-template-columns: 1fr 4fr;
    display: flex;
  }

  .div-block-168._75757 {
    width: 300px;
    margin-bottom: 20px;
    padding: 20px 10px 10px;
  }

  .div-block-168._757573 {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-168._757573._6767 {
    width: 48%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .div-block-171 {
    width: auto;
    height: auto;
  }

  ._53564 {
    font-size: 16px;
  }

  .testimonial_slide {
    width: 96vw;
  }

  .div-block-187._666 {
    border-radius: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-193 {
    width: 48%;
    margin-right: 10px;
  }

  .div-block-251._2013._41222._23 {
    display: flex;
  }

  .div-block-252._46467 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-255 {
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
  }

  .div-block-255._551122 {
    flex-flow: column;
  }

  .button-17._536 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .text-field-9,
  .large-heading._46478,
  .body-display-6,
  .text-field-10 {
    margin-bottom: 10px;
  }

  .text-field-10._4646 {
    width: 300px;
  }

  .form-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-4._5758 {
    align-items: center;
  }

  .feature-wrap-2 {
    flex-direction: row;
    align-self: flex-start;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .feature-wrap-2._65 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .menu-mob {
    color: #000;
    background-color: #3377af;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #3b72aa;
  }

  .dropdown-list-4 {
    background-color: #fff;
  }

  .dropdown-list-4.w--open {
    flex-direction: column;
    display: flex;
    position: static;
  }

  .icon-11 {
    color: var(--new);
  }

  .navigation-mob {
    border-bottom: 1px #4455671c;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .dropdown-column {
    width: 100%;
  }

  .dropdown-column._90 {
    width: auto;
    display: flex;
  }

  .icon-9 {
    color: #fff;
  }

  .mobile-toggle {
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .dropdown-list-wrap {
    flex-direction: row;
    justify-content: center;
  }

  .dropdown-list-wrap._90 {
    flex-direction: column;
  }

  .dropdown-list-wrap._90._415252 {
    width: auto;
  }

  .icon-10 {
    color: var(--new);
  }

  .mobile-nav {
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    display: block;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .mobile-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .div-block-322 {
    width: 350px;
    height: 350px;
  }

  .div-block-322.spec {
    width: 150px;
    height: 150px;
    top: 8%;
    left: 40px;
  }

  .div-block-328 {
    justify-content: center;
    align-items: center;
    width: 31%;
    margin-right: 10px;
  }

  .div-block-335 {
    flex-direction: column;
  }

  .div-block-336._8980._567 {
    width: auto;
  }

  .subtitle-3 {
    text-align: left;
    margin-left: 100px;
  }

  .paragraph-85._7778 {
    font-size: 14px;
  }

  .heading-117 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-348 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-348._2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-369 {
    left: -22%;
  }

  .div-block-372 {
    flex-direction: column;
  }

  .div-block-373 {
    width: 47%;
    margin-bottom: 0;
  }

  .div-block-373._467 {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-373._890,
  .div-block-374 {
    width: 100%;
  }

  .div-block-375 {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .slideros {
    margin-left: 100px;
    margin-right: 100px;
  }

  .slider {
    min-height: 350px;
  }

  .image-228 {
    width: 200px;
  }

  .div-block-402 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
  }

  .link-40 {
    color: #333;
    font-weight: 500;
  }

  .section-77 {
    margin-top: 0;
  }

  .testimonial-image-block-2 {
    padding: 30px;
  }

  .right-arrow-5 {
    bottom: 13%;
    right: 24%;
  }

  .left-arrow-5 {
    bottom: 13%;
  }

  .mob-link {
    font-size: 16px;
    font-weight: 500;
  }

  .leftlinktext {
    text-align: left;
  }

  .menuleft.flextleft,
  .menuleft.flextleft._2 {
    display: none;
  }

  .menuleft.flextleft._2._8690 {
    display: block;
  }

  .div-block-427 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-242 {
    width: 300px;
  }

  .arrow-left {
    left: -10px;
  }

  .arrow-right {
    right: -10px;
  }

  .title-wrap {
    margin-bottom: 0;
  }

  .div-block-445 {
    background-color: var(--new);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .div-block-447 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    display: flex;
  }

  .text-field-13 {
    border-radius: 20px;
  }

  .div-block-448 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-449 {
    width: 100%;
    font-family: Montserrat, sans-serif;
  }

  .brand-20 {
    margin-right: 10px;
  }

  .brand-21 {
    margin-right: 20px;
  }

  .brand-22,
  .brand-23 {
    margin-right: 50px;
  }

  .brand-24,
  .brand-25 {
    margin-right: -41px;
  }

  .brand-26 {
    margin-right: -44px;
  }

  .brand-27,
  .brand-28 {
    margin-right: 5px;
  }

  .brand-29,
  .brand-30 {
    margin-right: 77px;
  }

  .brand-31 {
    margin-right: 53px;
  }

  .brand-32,
  .brand-33,
  .brand-34 {
    margin-right: 14px;
  }

  .div-block-486 {
    flex-flow: column;
  }

  .div-block-490 {
    width: 100%;
  }

  .logo-wrap-2.glav {
    max-width: none;
  }

  .div-block-536 {
    width: 100%;
  }

  .div-block-534 {
    flex-flow: column;
  }

  .heading-8 {
    margin-bottom: 20px;
  }

  .button-26.price._2 {
    inset: -9% 0% auto auto;
  }

  .div-block-540 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .div-block-551 {
    display: none;
  }

  .div-block-555 {
    width: 100%;
  }

  .div-block-559._432 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-559._2 {
    width: 100%;
  }

  .div-block-563.anal {
    flex: 0 auto;
  }

  .section-title-2 {
    text-align: left;
    font-size: 30px;
  }

  .content2-number-wrapper {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-132 {
    font-size: 20px;
  }

  .line-title-2 {
    align-items: center;
  }

  .subtitle-4 {
    text-align: left;
    margin-left: 100px;
  }

  .section-100 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  ._3-col {
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 14px;
  }

  .section.image-5.inet {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.image-5.inet._4412 {
    padding: 20px 2%;
  }

  .section.about-v1-hero {
    background-image:
      linear-gradient(#0000004a, #0000004a),
      url("../images/joshua-earle-541397-unsplash_1joshua-earle-541397-unsplash.webp");
    background-position:
      0 0,
      50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .page-wrapper {
    min-width: 100%;
    min-height: 100%;
    padding-top: 56px;
  }

  .brand,
  .brand.nav-top-brand {
    width: 56px;
    height: 56px;
  }

  .split-image {
    height: 600px;
    min-height: 0;
  }

  .counter {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .post-card-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-v1-subscrube {
    padding-right: 25%;
  }

  .footer-v1-links {
    padding-bottom: 64px;
  }

  .footer-v1-bottom {
    padding-right: 0%;
  }

  .scroll-up-button {
    display: none;
  }

  .footer-v1-bottom-text {
    padding-right: 0%;
  }

  .side-works-link {
    height: 200px;
  }

  .work {
    width: 100%;
  }

  .works {
    flex-direction: column;
  }

  .split-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-v1-form {
    margin-bottom: 90px;
    position: relative;
    top: 73px;
  }

  .work-top {
    padding-left: 0%;
    padding-right: 0%;
  }

  .portfolio-nav-bar {
    flex-direction: column;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .contact-v1-heading.land {
    margin-bottom: 0;
  }

  .nav-info {
    display: none;
  }

  .nav-info-heading {
    margin-bottom: 0;
  }

  .full-screen-menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .blog-post-v2 {
    width: 100%;
  }

  .post-card-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .no-margin {
    margin: 0;
  }

  .work-card-image-wrapper {
    margin-bottom: 24px;
  }

  .work-card-category {
    margin-bottom: 32px;
  }

  .instagram-more {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .instagram-link {
    width: 50%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .split-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-top-social {
    display: none;
  }

  .testimonials-v2 {
    margin-bottom: 0;
  }

  .review-v2 {
    padding: 48px 8px 64px;
  }

  .slider-arrow-button {
    display: none;
  }

  .review-v2-author {
    margin-top: 16px;
  }

  .testimonials-v2-nav {
    display: inline-block;
  }

  .feature-row {
    margin-top: 30px;
  }

  .div-block-62 {
    display: none;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .form-2 {
    flex-direction: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .form-2._66666 {
    flex-direction: column;
  }

  .text-field-7 {
    width: 400px;
  }

  .text-field-7._666._124 {
    width: 300px;
    margin-bottom: 10px;
  }

  .text-field-8 {
    width: 400px;
  }

  .text-field-8._6666._2245 {
    width: 300px;
    margin-bottom: 10px;
  }

  .paragraph-38 {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-38._4546 {
    width: auto;
    font-size: 14px;
  }

  .div-block-117._2412444._4142222 {
    width: 100%;
    height: auto;
  }

  .section-15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-125._4566 {
    flex-direction: column;
  }

  .section-20.black-background {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .red-block {
    display: none;
  }

  .line-title {
    align-items: center;
    max-width: none;
    font-size: 25px;
  }

  .blog3-headline-wrap._90 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    display: block;
  }

  .decoline {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._878 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-21 {
    margin-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-title {
    font-size: 25px;
    line-height: 46px;
  }

  .text-14.text-14-60 {
    text-align: left;
    text-align: left;
    font-size: 14px;
  }

  .heading-105 {
    text-align: left;
  }

  .heading-105._575757,
  .heading-105._575757._44111 {
    max-width: none;
  }

  .text-block-73._65657 {
    font-size: 20px;
  }

  .section-22 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .question-title {
    font-size: 16px;
  }

  .faq-question-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-168._757573._6767 {
    width: 100%;
  }

  .paragraph-75._18 {
    width: auto;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial_wrapper {
    flex-direction: column;
  }

  .testimonial-slider {
    height: 480px;
  }

  .testimonial_block {
    min-height: 320px;
    padding: 25px;
  }

  .testimonial_slide {
    padding: 0;
  }

  .testimonia_msg {
    margin-left: 0;
  }

  .div-block-187._666 {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-192 {
    flex-direction: column;
  }

  .div-block-193 {
    width: 100%;
  }

  .section-29 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-251._2013._41222 {
    width: 50%;
    margin-left: 0;
    display: none;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-section-2 {
    padding-top: 260px;
  }

  .testimonial-image-2 {
    max-width: 390px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .text-field-9 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-292 {
    border-radius: 20px;
    width: auto;
    height: auto;
    padding-right: 20px;
  }

  .large-heading._46478 {
    text-align: center;
    font-size: 30px;
  }

  .body-display-6 {
    text-align: center;
  }

  .text-field-10 {
    width: 300px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-10._4646 {
    width: 350px;
  }

  .form-4 {
    flex-direction: column;
  }

  .form-4._5758,
  .div-block-294 {
    align-items: center;
  }

  .feature-wrap-2 {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .feature-wrap-2._65 {
    flex-direction: row;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .short-title {
    margin-bottom: 0;
  }

  .navigation-container-mob {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-mob {
    padding: 15px;
  }

  .icon-11 {
    color: #ffe000;
  }

  .navigation-mob {
    border-bottom-style: none;
    width: 100%;
  }

  .mobile-toggle {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .dropdown-list-wrap {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list-wrap._90._415252 {
    padding-top: 0;
  }

  .icon-10 {
    color: #ffe000;
  }

  .mobile-nav {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .mobile-dropdown {
    margin-right: 0;
    left: auto;
  }

  .brand-2 {
    padding-left: 0;
  }

  .div-block-322.spec {
    width: 250px;
    height: 250px;
    left: auto;
  }

  .section-61 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .div-block-327 {
    flex-direction: column;
  }

  .div-block-328 {
    width: auto;
  }

  .div-block-335 {
    flex-direction: column;
  }

  .div-block-336._8980._567 {
    width: auto;
  }

  .section-65 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-span-157._77768 {
    line-height: 50px;
  }

  .section-69._2.o-nas {
    padding-bottom: 0;
  }

  .paragraph-85._7778.o-nas {
    margin-top: 0;
  }

  .div-block-349._890.o-nas {
    flex-direction: column;
  }

  .div-block-349.o-nas {
    flex-direction: column-reverse;
  }

  .div-block-350._8900._8799 {
    width: 45%;
    margin-top: 0;
  }

  .div-block-350._8900._8799.o-nas,
  .div-block-350.o-nas {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-369 {
    display: none;
    left: -22%;
  }

  .div-block-371 {
    width: 54%;
  }

  .div-block-371._8789._79,
  .div-block-371.o-nas {
    width: 100%;
  }

  .div-block-368 {
    display: none;
  }

  .section-70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-373,
  .div-block-373._467,
  .div-block-373._890 {
    width: 100%;
  }

  .slideros {
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .icon-8,
  .icon-12 {
    display: none;
  }

  .div-block-401 {
    width: auto;
  }

  .image-228 {
    width: 250px;
  }

  .div-block-402 {
    flex-flow: column-reverse wrap;
    align-items: flex-start;
    margin-left: 0;
  }

  .link-40 {
    width: 150px;
  }

  .logo-2 {
    width: 130px;
  }

  .testimonial-image-block-2 {
    width: 100%;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .slider-6 {
    height: auto;
  }

  .right-arrow-5 {
    bottom: -8%;
    right: 4%;
  }

  .left-arrow-5 {
    bottom: -8%;
    right: 26%;
  }

  .columns {
    flex-direction: column;
  }

  .section-80 {
    padding-bottom: 40px;
  }

  .div-block-409._9574 {
    height: auto;
    margin-bottom: 0;
    overflow: auto;
  }

  .div-block-410 {
    min-width: 100px;
  }

  .div-block-411 {
    display: none;
  }

  .div-block-411.mobile {
    display: block;
  }

  .div-block-413 {
    flex-direction: column;
  }

  .div-block-414 {
    width: 100%;
  }

  .text-block-164._2 {
    line-height: 38px;
  }

  .image-233 {
    margin-right: 10px;
  }

  .image-234 {
    width: auto;
    margin-right: 0;
  }

  .section-82 {
    padding-bottom: 20px;
  }

  .div-block-415 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-416 {
    flex-direction: column;
  }

  .div-block-425 {
    display: flex;
  }

  .div-block-427 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-428 {
    padding-left: 20px;
    display: none;
  }

  .link-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-91 {
    margin-top: 40px;
  }

  .div-block-433 {
    flex-direction: column;
  }

  .div-block-434 {
    width: auto;
    margin-right: 0;
  }

  .div-block-435 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-437 {
    flex-direction: column;
  }

  .content-h2 {
    font-size: 28px;
  }

  .testimonial-wrapper {
    display: block;
  }

  .title-wrap {
    margin-bottom: 20px;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .div-block-448 {
    flex-flow: row;
    display: flex;
  }

  .div-block-449 {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
  }

  .brand-7,
  .brand-8,
  .brand-9,
  .brand-10,
  .brand-11,
  .brand-12,
  .brand-13 {
    margin-right: 20px;
  }

  .brand-14 {
    margin-right: 10px;
  }

  .brand-15,
  .brand-16,
  .brand-17,
  .brand-18,
  .brand-19 {
    margin-right: 0;
  }

  .div-block-486,
  .div-block-534 {
    padding-left: 20px;
    display: none;
  }

  .category__tab-link {
    flex: none;
    margin-left: 0;
    margin-right: 32px;
  }

  .paragraph-107._18 {
    width: auto;
  }

  .heading-8 {
    font-size: 40px;
  }

  .category__tabs-menu {
    margin-bottom: 32px;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 6px;
    padding-left: 24px;
    display: flex;
    overflow: auto;
  }

  .div-block-535 {
    flex-flow: column;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 46px;
  }

  .heading-132 {
    text-align: left;
  }

  .line-title-2 {
    align-items: center;
    max-width: none;
    font-size: 25px;
  }

  .section-100 {
    margin-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #333;
  }

  a {
    color: #34dede;
    font-size: 15px;
  }

  .body {
    height: auto;
  }

  .section {
    padding-top: 40px;
  }

  .section.no-paddings {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .section.no-bottom-padding {
    padding-bottom: 60px;
  }

  .section.no-padding-vertical.border-top {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.image-5 {
    border-radius: 0;
    height: auto;
  }

  .section.image-5.inet {
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
    position: static;
  }

  .section.image-5.inet._4412 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section.about-v1-hero {
    background-image:
      linear-gradient(#0000004a, #0000004a),
      url("../images/joshua-earle-541397-unsplash_1joshua-earle-541397-unsplash.webp");
    background-position:
      0 0,
      50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    min-height: 200px;
    max-height: 300px;
  }

  .section.portfolio-nav {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button.link-button {
    margin-left: 0;
  }

  .paragraph-small {
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-small.grey-text {
    text-align: center;
  }

  .page-wrapper {
    min-width: 100%;
    min-height: 100%;
  }

  .page-wrapper._404 {
    min-height: auto;
    overflow: hidden;
  }

  .brand.nav-top-brand {
    width: 140px;
  }

  .brand.nav-top-brand.w--current {
    margin-left: 10px;
  }

  .split-image {
    height: 480px;
    min-height: 0;
  }

  .link-v1.more-link {
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .link-v2.category-link {
    margin-bottom: 16px;
    margin-right: 0;
    display: inline-block;
  }

  .counters {
    flex-direction: column;
  }

  .counter {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .side-header {
    flex-direction: column;
  }

  .footer-v1-subscrube {
    padding-right: 6%;
  }

  .input.text-area {
    margin-right: 0;
  }

  .input.text-area.margin-right {
    border-radius: 2px;
    flex: 0 auto;
    order: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
  }

  .input.half-width {
    border-radius: 2px;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
  }

  .footer-v1-link {
    flex: 0 auto;
    width: 42%;
    margin-bottom: 40px;
  }

  .footer-v1-links {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .service-v2-heading {
    margin-left: 4px;
    margin-right: -9px;
    font-size: 25px;
    line-height: 40px;
  }

  .service-v2-heading._2 {
    margin-left: 4px;
    margin-right: -10px;
    font-size: 16px;
  }

  .service-v2-heading._2._356,
  .service-v2-heading._2._3,
  .service-v2-heading._2._4,
  .service-v2-heading._2._5 {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .split-content {
    padding: 64px 6% 80px;
  }

  .split-content.right.post {
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-v1-form {
    margin-top: -45px;
    margin-bottom: 27px;
    margin-right: 0;
    padding: 15px 0;
  }

  .contact-form-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .work-details {
    padding-left: 0%;
    padding-right: 0%;
  }

  .works-view {
    float: none;
    justify-content: center;
    width: 100%;
    top: 0;
  }

  .works-view-icon {
    margin-left: 4px;
    margin-right: 4px;
  }

  .portfolio-nav-bar {
    padding-bottom: 32px;
  }

  .menu-button {
    background-color: #7f86ff;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .categories {
    flex-direction: column;
    align-items: center;
  }

  .categories-wrapper {
    border-top: 1px solid var(--light-grey);
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    margin-left: -3%;
    margin-right: -3%;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-message {
    margin-top: 10vh;
    margin-left: 6%;
    margin-right: 6%;
  }

  .contact-v1-heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .contact-v1-heading.land {
    text-align: center;
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 30px;
  }

  .section-intro.left.no-margin {
    margin-top: 60px;
  }

  .post-card-v2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .post-card-v2-image {
    width: 100%;
    min-width: none;
  }

  .post-card-v2-info {
    padding: 24px 0% 8px;
  }

  .no-margin {
    margin: 0;
  }

  .blog-categories {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-categories-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .skill-circle-bg {
    background-image:
      linear-gradient(#000000bf, #000000bf), linear-gradient(#0000, #0000);
  }

  .footer-v2 {
    flex-wrap: wrap;
    padding: 20px 3%;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .footer-v2-contacts {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-v2-follow {
    width: 100%;
  }

  .footer-v2-nav {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .footer-v2-nav.dops {
    width: 100%;
    margin-left: 0;
  }

  .footer-v2-nav._53636 {
    width: 100%;
    padding-left: 0;
  }

  .split-footer-about,
  .split-footer-nav,
  .split-footer-follow,
  .split-footer-contacts {
    width: 100%;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-info {
    font-size: 16px;
  }

  .nav-bar-top {
    z-index: 2000;
    display: none;
  }

  .nav-menu-top {
    margin-top: 0;
    margin-left: 0;
  }

  .nav-top-social,
  .slider-arrow {
    display: none;
  }

  .nav-layout {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .heading-7 {
    margin-right: 0;
    font-size: 28px;
    line-height: 1.3em;
  }

  .link-block {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list.w--open {
    text-align: left;
    background-color: #e9e9e942;
    margin-left: auto;
  }

  .dropdown-link-1._2 {
    display: none;
    overflow: hidden;
  }

  .dropdown-link-1.none {
    display: none;
  }

  .image-13 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2.menu {
    margin-left: 664.146px;
    display: none;
    top: 23%;
    left: -15px;
    right: -17%;
    overflow: auto;
  }

  .dropdown-list-3 {
    display: none;
  }

  .text-block-29 {
    display: block;
  }

  .icon-3 {
    display: none;
    overflow: visible;
  }

  .dropdown-3 {
    margin-bottom: 0;
    display: none;
  }

  .link-block-3 {
    z-index: 100;
    display: block;
  }

  .image-30 {
    margin-left: 20px;
  }

  .feature-row {
    flex-direction: column-reverse;
  }

  .device-frame-2 {
    display: none;
    overflow: visible;
  }

  .tabs-menu-4 {
    margin-top: 15px;
  }

  .tabs-menu-4._4646 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-content-2 {
    order: 1;
  }

  .tabs-content-2._765._454757 {
    width: auto;
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .container-8.narrow {
    padding-left: 0;
    padding-right: 0;
  }

  .wide-tab.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wide-tab.dsdsd {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wide-tab.dsdsd._4646 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-51 {
    display: none;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin: auto 10px;
    padding: 0 20px;
    display: flex;
    position: absolute;
  }

  .heading-75 {
    flex-flow: wrap;
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin: 0 auto 41px;
    display: block;
  }

  .link-24 {
    font-size: 50px;
    top: 7%;
    right: 4%;
  }

  .div-block-62 {
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: flex-end flex-start;
    align-items: flex-start;
    display: none;
    position: static;
    inset: 0%;
  }

  .section-10 {
    flex-direction: column;
    height: auto;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .section-10._230 {
    border-bottom: 2px #052c7f17;
    height: auto;
    margin-top: 160px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-10._230.o-nas {
    border-bottom: 2px solid #052c7f17;
    margin-top: 140px;
    padding-bottom: 40px;
  }

  .form-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-87 {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding: 10px 0;
    display: block;
  }

  .div-block-87._45445 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .form-2 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .form-2._66666 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-field-7 {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-field-7._666 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field-7._666._124 {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 15px;
  }

  .text-field-8 {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-field-8._6666 {
    margin-left: 0;
    margin-right: auto;
  }

  .text-field-8._6666._2245 {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .paragraph-36 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-38 {
    width: auto;
    font-size: 14px;
  }

  .paragraph-38._46464 {
    margin-bottom: 10px;
  }

  .paragraph-38._46464._67 {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
  }

  .div-block-117 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .div-block-117._2412444 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .div-block-117._2412444._6467 {
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-117._2412444._6467._655442 {
    padding-top: 20px;
  }

  .div-block-117._2412444._4142222 {
    width: 100%;
    padding-top: 0;
  }

  .section-15 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-15.cat_sale {
    margin-top: 140px;
    padding-top: 0;
  }

  .div-block-125 {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    display: block;
  }

  .div-block-125._4566 {
    min-width: auto;
  }

  .div-block-129 {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-130 {
    flex: 0 auto;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .section-17 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 3%;
  }

  .section-20.black-background,
  .section-20.black-background.margin-top-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .line-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog3-headline-wrap._90._414111 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog3-headline-wrap._90._65665 {
    margin-bottom: 10px;
  }

  .blog3-headline-wrap._90 {
    max-width: none;
    margin-bottom: 10px;
  }

  .decoline {
    margin-bottom: 10px;
  }

  .divider-line {
    width: 55px;
    display: none;
  }

  .subtitle-2 {
    color: #3b72aa;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 3px;
    font-size: 15px;
    line-height: 18px;
  }

  .wrap._878 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-21 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 3%;
  }

  .section-title {
    color: #d1d1d1;
    flex: 0 auto;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
  }

  .section-title._22211 {
    line-height: 30px;
  }

  .section-title._22211._64646._76767 {
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
  }

  .section-title._22211._64646._76767._888 {
    text-align: left;
  }

  .heading-105 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-105._575757 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .heading-105._575757._989 {
    line-height: 24px;
  }

  .text-block-73 {
    margin-top: 20px;
    padding-right: 0;
  }

  .question-title {
    color: #333;
    flex: 1;
    font-size: 14px;
    line-height: 24px;
  }

  .question-title._7878 {
    margin-left: 0;
    font-size: 16px;
  }

  .faq-paragraph {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .faq-paragraph.uslug {
    z-index: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
  }

  .faq-question-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-question-bar._90987 {
    padding: 10px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-circle {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

  .faq-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-content {
    z-index: 0;
  }

  .div-block-168._75757 {
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-168._757573._6767 {
    width: 100%;
    height: 280px;
    min-height: 280px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-169 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-72 {
    margin-bottom: 5px;
  }

  .div-block-170 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-171 {
    flex-direction: row;
  }

  .paragraph-73,
  .paragraph-73._6545 {
    display: none;
  }

  ._53564 {
    text-align: left;
    margin-bottom: 0;
    font-size: 13px;
  }

  .tab-pane-tab-3._54546._6789 {
    background-color: #fff0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding: 0;
  }

  .div-block-174,
  .div-block-174._656 {
    display: flex;
    top: 20%;
  }

  ._75757 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-74 {
    height: auto;
    margin-bottom: 0;
  }

  .paragraph-75 {
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-75._18 {
    width: auto;
    font-size: 13px;
    line-height: 16px;
  }

  .paragraph-75.price2 {
    text-align: right;
    flex: none;
    margin-bottom: 0;
    display: block;
  }

  .paragraph-75._2 {
    margin-bottom: 10px;
  }

  .paragraph-75._2._3 {
    margin-bottom: 0;
  }

  .paragraph-75._456 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .row {
    flex-flow: column-reverse wrap;
    align-items: stretch;
  }

  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .testimonial-slider {
    height: 600px;
  }

  .section-24._4646467 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-186 {
    border: 1px #cecece;
    border-radius: 30px;
  }

  .div-block-187._666 {
    border-style: solid;
    border-color: #cecece;
    border-radius: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
    height: auto;
    padding: 40px 20px;
  }

  .div-block-190 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-192 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
  }

  .div-block-193 {
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-81 {
    color: #7f86ff;
    font-size: 36px;
    font-weight: 300;
    line-height: 28px;
  }

  .section-27 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-194 {
    width: 106%;
  }

  .div-block-194._200 {
    border-radius: 30px;
    width: 100%;
    height: 250px;
    display: block;
    bottom: 37%;
    left: -10%;
  }

  .div-block-194._200.glgl {
    display: none;
  }

  .section-29 {
    margin-bottom: 0;
    padding: 20px 3%;
  }

  .div-block-202 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-251 {
    justify-content: flex-start;
  }

  .div-block-251._2013 {
    display: flex;
  }

  .div-block-251._2013._41222._441111 {
    display: block;
    position: static;
  }

  .div-block-251._2013._41222 {
    margin-left: auto;
    margin-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-251._2013._41222._23 {
    display: flex;
    position: static;
  }

  .div-block-251._2013._41222._23._322 {
    display: block;
    position: static;
  }

  .div-block-251._2013.footer {
    margin-top: 0;
  }

  .image-109 {
    width: 36px;
  }

  .paragraph-84._12312 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-84._12312._64778 {
    font-size: 14px;
  }

  ._212 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
  }

  ._212.h2 {
    margin-bottom: 20px;
  }

  ._212.h2.vrrr {
    margin-bottom: 0;
  }

  .div-block-252 {
    height: 400px;
    display: none;
  }

  .div-block-252._46467 {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .text-span-96 {
    background-image: linear-gradient(103deg, #3b72aa, #0098d0);
    font-size: 21px;
    font-weight: 500;
  }

  .div-block-255 {
    border-radius: 30px;
    flex-flow: column;
    margin-bottom: 20px;
    padding: 20px 20px 40px;
  }

  .div-block-255._551122 {
    flex-direction: column;
  }

  .div-block-255.vrach-gl {
    min-height: 350px;
    display: block;
  }

  .div-block-255.blog {
    padding-top: 0;
  }

  .div-block-256 {
    flex-direction: row;
    justify-content: flex-start;
  }

  .button-17 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    display: inline-block;
  }

  .button-17._214,
  .button-17._214._123444._097._2579._42122 {
    display: none;
  }

  .button-17._214._123444._097._2579._42122._2424 {
    margin-right: 10px;
    line-height: 24px;
    display: block;
  }

  .button-17._51 {
    margin-top: 10px;
  }

  .button-17.blog {
    margin-left: 0;
  }

  .button-17._536 {
    margin-right: 7px;
    padding: 4px 9px;
    font-size: 13px;
  }

  .button-17._666 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-17._666._6456 {
    font-size: 15px;
  }

  .button-17.new {
    font-size: 14px;
  }

  .button-17.pod {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-47 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-arrow-wrap {
    margin-top: 20px;
  }

  .testimonial-paragraph {
    font-size: 14px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-section-2 {
    padding-top: 0;
  }

  .testimonial-image-block {
    min-height: auto;
    padding: 15px;
  }

  .div-block-284 {
    flex-direction: column;
    width: 100%;
    height: 300px;
    display: block;
  }

  .div-block-284._13 {
    width: 100%;
  }

  .div-block-284._13._3 {
    width: auto;
    height: auto;
  }

  .text-field-9 {
    margin-bottom: 10px;
  }

  .section-51 {
    display: none;
  }

  .div-block-292 {
    border-radius: 20px;
    width: auto;
    height: auto;
    margin-top: 10px;
  }

  .div-block-292._4647 {
    width: auto;
    margin: 0;
  }

  .large-heading {
    font-size: 23px;
    line-height: 1.25em;
  }

  .large-heading._46478 {
    font-size: 24px;
  }

  .body-display-6 {
    font-size: 14px;
  }

  .body-display-6._23.one {
    font-size: 13px;
  }

  .text-field-10 {
    width: auto;
    margin-bottom: 10px;
  }

  .text-field-10._4646 {
    width: 300px;
  }

  .div-block-293 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-4._5758 {
    align-items: center;
  }

  .ths05-nav-links-wrapper {
    display: none;
  }

  .feature-wrap-2 {
    flex-direction: row;
    margin-bottom: 0;
    padding: 10px 5px 10px 13px;
  }

  .feature-wrap-2._65 {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    font-family: Mon, sans-serif;
  }

  .short-title {
    color: #000;
    font-family: Mon, sans-serif;
    font-size: 14px;
  }

  .navigation-container-mob {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .menu-mob {
    background-color: #34dede;
    border-radius: 30px;
    flex: 0 auto;
    width: 60px;
    height: 50px;
    padding: 0;
  }

  .menu-mob.w--open {
    background-color: #0098d0;
  }

  .dropdown-list-4.w--open {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .icon-11 {
    color: #34dede;
  }

  .navigation-mob {
    z-index: 1000;
    background-color: #fff;
    border-bottom-style: none;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 14px 3%;
    position: fixed;
    inset: 0 auto auto 0%;
  }

  .text-block-120 {
    color: #333;
    font-family: Mon, sans-serif;
    font-size: 14px;
  }

  .dropdown-column {
    flex-direction: column;
    flex: 1;
  }

  .dropdown-column._90 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-9 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .mobile-toggle {
    color: #333;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .mobile-toggle.w--open {
    flex: 0 auto;
    align-self: auto;
  }

  .dropdown-list-wrap {
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdown-list-wrap._90._415252 {
    z-index: 12312421;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .icon-10 {
    color: #34dede;
  }

  .mobile-nav {
    color: #333;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .mobile-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-family: Mon, sans-serif;
  }

  .brand-2 {
    height: 100%;
    margin-top: 0;
  }

  .button-19 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button-19._2 {
    margin-left: 0;
  }

  .image-201.glglgl {
    width: 100%;
  }

  .contact {
    bottom: 4%;
  }

  .div-block-322 {
    top: -48%;
    right: -62%;
  }

  .div-block-322._2.sec._53536.mob-hide,
  .div-block-322._3.sec.mob-hide,
  .div-block-322.sec._986.mob-hide,
  .div-block-322.gl.mob-hide {
    display: none;
  }

  .div-block-322.spec {
    width: 200px;
    max-width: 250px;
    height: 200px;
    max-height: 250px;
    top: 0%;
    left: auto;
  }

  .div-block-322.spec._2 {
    top: 1%;
    left: auto;
  }

  .div-block-322.spec._3 {
    width: 200px;
    height: 200px;
    left: auto;
    right: auto;
  }

  .div-block-322.spec._3._168 {
    width: 250px;
    height: 250px;
    inset: 9% auto 0%;
  }

  .div-block-323 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-324 {
    margin-left: 0;
    padding: 0;
  }

  .div-block-325 {
    display: none;
  }

  .section-61,
  .section-61.o-nas {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-61.usl2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-circles {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-circles.kategory {
    margin-top: 145px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-circles.kategory.o-nas {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-327 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-327._2 {
    margin-bottom: 40px;
  }

  .div-block-327.gl_vr {
    flex-flow: column-reverse wrap-reverse;
    display: none;
  }

  .div-block-328 {
    width: auto;
    margin-bottom: 0;
    margin-right: auto;
    display: flex;
  }

  .image-212 {
    border-radius: 35px;
  }

  .image-212._098 {
    margin-bottom: 10px;
    position: static;
  }

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

  .paragraph-92 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 15px;
    line-height: 21px;
  }

  .div-block-329 {
    margin-bottom: 20px;
  }

  .div-block-331 {
    justify-content: space-between;
    height: auto;
    min-height: 50px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-331._870,
  .div-block-331._1415 {
    height: auto;
  }

  .div-block-332 {
    flex: none;
    justify-content: flex-end;
    align-items: center;
    width: 26%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-334 {
    width: 74%;
    margin-right: 10px;
  }

  .div-block-335 {
    flex-direction: column;
  }

  .div-block-336 {
    margin-right: 0;
  }

  .div-block-336._8980._567 {
    width: auto;
  }

  .paragraph-93 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .subtitle-3 {
    color: #3b72aa;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 3px;
    font-size: 15px;
    line-height: 18px;
  }

  .section-65 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-65.cat_blog {
    margin-top: 160px;
  }

  .div-block-338 {
    height: 205px;
  }

  .div-block-339 {
    width: 100%;
  }

  .section-66 {
    margin-top: 120px;
  }

  .div-block-342 {
    flex-direction: column;
  }

  .div-block-343 {
    width: 100%;
  }

  .section-68 {
    margin-top: 120px;
  }

  .section-68._65757 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-157._77768 {
    line-height: 50px;
  }

  .section-69 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-69._2.o-nas {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-140 {
    font-size: 31px;
    display: block;
    top: -6%;
  }

  .paragraph-85 {
    font-size: 14px;
  }

  .paragraph-85._7778 {
    margin-bottom: 0;
  }

  .paragraph-85._7778.o-nas {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-85._7778.o-nas.final {
    color: #111;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-117 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-348._2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-349 {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .div-block-349._890 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .div-block-350 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-350._8900._8799 {
    width: auto;
    margin-top: 0;
  }

  .div-block-350._8900._8799.o-nas {
    justify-content: flex-start;
  }

  .div-block-371 {
    width: auto;
    margin-top: 20px;
    padding-right: 0;
  }

  .div-block-371._8789._79 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-371.o-nas {
    margin-top: 20px;
  }

  .div-block-368 {
    display: none;
  }

  .image-217 {
    width: 30px;
  }

  .image-217._23.one._2 {
    width: 42px;
  }

  .image-217._23._15 {
    width: 31px;
  }

  .image-217._23._2,
  .image-217._23._2._45 {
    width: 42px;
  }

  .section-70 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-70._7590 {
    display: block;
  }

  .section-70._7590._689 {
    padding-bottom: 0;
  }

  .section-70.mobile {
    padding-left: 0;
    padding-right: 3%;
    display: block;
  }

  .div-block-372 {
    flex-direction: column;
  }

  .div-block-373 {
    flex-flow: column;
    flex: none;
    place-content: space-between;
    align-items: stretch;
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-373._467 {
    flex-flow: column;
    place-content: space-between;
    align-items: stretch;
    width: 80%;
    height: auto;
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-373._890 {
    width: 100%;
  }

  .div-block-373._890._1896 {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    flex: none;
    place-content: space-between;
    align-items: stretch;
    width: 80%;
    min-width: auto;
    height: 280px;
    margin-left: 10px;
    padding-bottom: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-373._7589._676 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-374 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .div-block-375 {
    flex-flow: row;
    margin-top: 0;
    overflow: auto;
  }

  .div-block-375._3578 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    display: flex;
    position: static;
    overflow: auto;
  }

  .slide-2 {
    background-image: url("../images/428х560---2.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .slideros {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .icon-8 {
    display: none;
    top: 157px;
    left: -27px;
  }

  .slider {
    height: 560px;
    min-height: auto;
    margin-bottom: 25px;
    display: block;
  }

  .icon-12 {
    display: none;
    top: 157px;
    right: -27px;
  }

  .section-72 {
    margin-top: 160px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-block-142 {
    font-size: 14px;
  }

  .div-block-387 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .image-219 {
    width: 50%;
  }

  .bold-text-56,
  .text-block-144 {
    font-size: 14px;
  }

  .section-75 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-395 {
    flex-direction: column;
  }

  .text-block-145 {
    font-size: 14px;
  }

  .div-block-401 {
    width: 100%;
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-149 {
    line-height: 34px;
  }

  .left-arrow-4 {
    width: 35px;
    right: 12%;
  }

  .right-arrow-4 {
    width: 35px;
    left: 12%;
  }

  .image-228 {
    width: 60px;
  }

  .div-block-402 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    margin-left: 0;
    display: flex;
  }

  .link-40 {
    color: #333;
    width: auto;
    font-family: Mon, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
  }

  .section-77 {
    margin-top: 160px;
  }

  .testimonial-image-block-2 {
    padding: 15px;
  }

  .slider-6 {
    height: auto;
    margin-bottom: auto;
  }

  .right-arrow-5 {
    width: 80px;
    position: absolute;
    inset: 2% 2% auto auto;
  }

  .right-arrow-5._2466 {
    position: absolute;
    inset: auto 4% 4% auto;
  }

  .div-block-406 {
    background-color: #f0f0f0de;
    height: 35px;
  }

  .div-block-406._21 {
    height: 35px;
  }

  .left-arrow-5 {
    width: 80px;
    position: absolute;
    inset: 2% auto auto 2%;
  }

  .left-arrow-5._864 {
    position: absolute;
  }

  .columns {
    flex-direction: column;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    margin-bottom: auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .mask-6 {
    height: auto;
    margin-bottom: auto;
  }

  .submit-button-4 {
    padding: 9px 15px;
    font-size: 14px;
  }

  .mob-link {
    color: #333;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Mon, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .div-block-407 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-80 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: auto;
  }

  .div-block-409 {
    object-fit: fill;
    object-position: 50% 50%;
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .div-block-409._9574 {
    object-fit: fill;
  }

  .div-block-410 {
    justify-content: center;
    align-items: center;
    min-width: 100px;
    margin-right: 10px;
  }

  .div-block-410._2 {
    min-width: 70px;
    overflow: auto;
  }

  .div-block-410._4 {
    margin-right: 0;
  }

  .div-block-411 {
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .div-block-411.mobile {
    display: block;
  }

  .leftlinktext {
    font-size: 14px;
  }

  .leftmenulink._55555:hover {
    border-left-color: #34dede;
  }

  .menuleft.flextleft._2 {
    margin-top: 20px;
    display: none;
  }

  .menuleft.flextleft._2._8690 {
    width: auto;
    display: block;
  }

  .text-span-205 {
    color: #34dede;
  }

  .section-81 {
    margin-top: 140px;
    margin-bottom: 20px;
  }

  .link-44 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .div-block-413 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-163 {
    width: 100%;
    font-size: 15px;
  }

  .div-block-414 {
    align-self: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 40px 20px 20px 30px;
  }

  .div-block-414._2 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-164 {
    font-size: 22px;
  }

  .link-47 {
    font-size: 16px;
  }

  .section-82 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-415 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-416 {
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
  }

  .section-83 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-85 {
    margin-top: 135px;
  }

  .div-block-417 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-418 {
    width: auto;
    position: static;
  }

  .div-block-418._2 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
  }

  .div-block-419 {
    width: auto;
  }

  .div-block-422 {
    height: 200px;
    bottom: -3%;
  }

  .div-block-425 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .div-block-425.new {
    display: none;
  }

  .div-block-425.new.lab {
    display: flex;
  }

  .div-block-425.abs {
    display: none;
  }

  .div-block-426 {
    margin-top: 140px;
  }

  .div-block-427 {
    margin-bottom: 20px;
    padding: 10px;
  }

  .div-block-428 {
    margin-top: -10px;
    padding-left: 0;
    display: none;
  }

  .link-block-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-239 {
    display: block;
  }

  .section-90 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-429 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-430 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-431 {
    width: auto;
  }

  .section-91 {
    margin-top: 140px;
  }

  .div-block-433 {
    flex-direction: column;
  }

  .div-block-434 {
    width: auto;
    margin-right: 0;
  }

  .div-block-435 {
    width: auto;
    margin-top: 20px;
  }

  .text-block-167 {
    font-size: 14px;
    font-weight: 400;
  }

  .section-92 {
    padding-bottom: 40px;
  }

  .section-92._5537 {
    padding-top: 40px;
  }

  .image-242 {
    width: 70%;
  }

  .div-block-437 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-102 {
    color: #111;
    font-size: 14px;
    line-height: 24px;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 1.4em;
  }

  .checkbox-field {
    padding-left: 30px;
  }

  .content-h2 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  .content-h2._3567 {
    font-size: 21px;
    font-weight: 500;
  }

  .mask-8 {
    box-shadow: none;
  }

  .arrow-left,
  .arrow-right {
    width: 35px;
    height: 35px;
  }

  .image-130 {
    vertical-align: baseline;
    display: none;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
  }

  .div-block-389 {
    display: flex;
  }

  .link-25 {
    color: #333;
    margin-top: 10px;
    font-weight: 400;
    display: block;
  }

  .link-25.mob {
    display: block;
  }

  .title-wrap {
    margin-bottom: 10px;
  }

  .standard-paragraph {
    color: #000;
    font-size: 14px;
  }

  .slide-wrap {
    padding: 38px 35px;
  }

  .text-field-12 {
    width: 75%;
  }

  .out_poisk {
    margin-top: 140px;
  }

  .div-block-441 {
    width: 100%;
  }

  .div-block-445 {
    background-color: #34dede;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 20px 15px;
    font-size: 15px;
    display: flex;
  }

  .div-block-447 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    display: flex;
  }

  .div-block-447._124 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-field-13 {
    border-radius: 20px;
    height: 32px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Mon, sans-serif;
    font-size: 14px;
  }

  .form-block-4 {
    border-radius: 0;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .div-block-448 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-449 {
    width: 100%;
    margin-top: 0;
  }

  .brand-3,
  .brand-4,
  .brand-5,
  .brand-6 {
    margin-right: 0;
  }

  .slide-nav-6 {
    display: block;
    inset: auto 0% -10%;
  }

  .paragraph-103 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-block-486 {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .div-block-490 {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-490.programm {
    margin-bottom: 10px;
  }

  .div-block-488 {
    margin-right: 10px;
  }

  .div-block-489 {
    margin-right: 0;
    padding-left: 0;
  }

  .new_price {
    margin-bottom: 0;
  }

  .text-block-173 {
    font-size: 16px;
  }

  .text-block-174 {
    padding-left: 5px;
    font-size: 14px;
  }

  .div-block-494 {
    height: 80px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .paragraph-105 {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-105._2 {
    display: none;
  }

  .button-21 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
  }

  .div-block-495 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-span-228 {
    font-weight: 600;
  }

  .paragraph-106 {
    color: var(--white);
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .div-block-499 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed,
  .code-embed-2 {
    margin-right: 0;
  }

  .div-block-500 {
    width: 120px;
    margin-top: 10px;
    margin-right: 0;
  }

  .div-block-501 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-501._3 {
    margin-bottom: 0;
  }

  .glav {
    width: 100%;
  }

  .kick {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: -20px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    overflow: scroll;
  }

  .button-22 {
    flex: none;
  }

  .bread {
    margin-top: -10px;
  }

  .text-block-179,
  .link-56 {
    font-size: 11px;
    line-height: 1.2em;
  }

  .div-block-504 {
    padding-bottom: 0;
  }

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

  .text-block-181 {
    color: #333;
    font-size: 15px;
  }

  .text-block-182 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-505 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
  }

  .image-245 {
    opacity: 1;
    width: 35px;
  }

  .text-block-183 {
    font-size: 14px;
  }

  .div-block-506 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
    inset: -15% 0% auto auto;
  }

  .text-block-184 {
    font-size: 14px;
  }

  .div-block-507 {
    overflow: auto;
  }

  .div-block-508 {
    flex: none;
    width: 300px;
    padding-right: 20px;
  }

  .form-6 {
    overflow: auto;
  }

  .checkbox-2 {
    width: auto;
    height: auto;
  }

  .checkbox-field-2 {
    flex-flow: row;
    display: block;
  }

  .text-field-15,
  .select-field-2 {
    margin-right: 0;
  }

  .logo-wrap-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .logo-wrap-2.glav {
    margin-bottom: 20px;
  }

  .section-96 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-8 {
    height: 520px;
  }

  .div-block-517 {
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 20px;
    display: block;
    position: relative;
  }

  .text-block-187 {
    width: 100%;
  }

  .div-block-518 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .text-block-188 {
    margin-left: 0;
  }

  .right-arrow-7 {
    left: 15%;
  }

  .left-arrow-7 {
    right: 15%;
  }

  .div-block-519 {
    flex-flow: column;
    margin-left: 0;
    display: none;
    position: static;
    inset: auto auto 0% 0%;
  }

  .heading-131 {
    color: #d1d1d1;
    font-size: 26px;
    font-weight: 700;
  }

  .div-block-520 {
    flex-flow: column;
  }

  .div-block-536 {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-537 {
    width: 100%;
    margin-right: 10px;
  }

  .div-block-534 {
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .content {
    display: block;
    position: relative;
  }

  .button-25 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    display: inline-block;
  }

  .button-25._51 {
    margin-top: 10px;
  }

  .button-25._51._9047 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .category__tab-link {
    min-height: 32px;
    margin-right: 20px;
  }

  .category__tab-link.w--current {
    min-height: 32px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: 600;
  }

  .div-block-538 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
  }

  .paragraph-107 {
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-107._789 {
    width: 83px;
  }

  .paragraph-107._18 {
    width: auto;
    font-size: 13px;
    line-height: 16px;
  }

  .heading-8 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .category__tabs-menu {
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0;
    overflow: auto;
  }

  .category__tabs-menu.price {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .div-block-535 {
    flex-flow: column;
  }

  .div-block-535._89 {
    margin-bottom: 20px;
  }

  .button-26.price._2 {
    margin-bottom: 30px;
    position: static;
  }

  .category__tab {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-97 {
    margin-top: 0;
    padding: 20px 3%;
  }

  .div-block-539 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-539._12 {
    width: 100%;
  }

  .div-block-539._4357._546 {
    flex-flow: column;
  }

  .div-block-539._878 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-540 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-block-192 {
    font-size: 36px;
    font-weight: 600;
  }

  .div-block-541 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-542 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-543 {
    width: 100%;
  }

  .text-block-193 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .div-block-545 {
    margin-bottom: 20px;
  }

  .text-block-194 {
    font-size: 15px;
  }

  .div-block-546 {
    margin-bottom: 10px;
  }

  .text-block-195 {
    font-size: 15px;
  }

  .div-block-548 {
    width: 150px;
    margin-top: 10px;
  }

  .div-block-549 {
    width: 80px;
    margin-top: 10px;
  }

  .div-block-550 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-551 {
    display: none;
  }

  .div-block-555 {
    width: 100%;
  }

  .div-block-556 {
    display: flex;
  }

  .div-block-557 {
    width: 100%;
  }

  .text-block-200 {
    font-size: 14px;
  }

  .div-block-559._432 {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .div-block-559._2 {
    width: 100%;
  }

  .text-block-203 {
    font-size: 12px;
    line-height: 1.4em;
  }

  .text-block-203._2 {
    color: #fff;
  }

  .div-block-561 {
    margin-right: 0;
    padding-left: 7px;
  }

  .div-block-561._3545 {
    margin-right: 5px;
    padding-left: 7px;
  }

  .div-block-561._2 {
    background-color: #34dede;
  }

  .div-block-562 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .div-block-563 {
    flex: none;
    width: 100%;
  }

  .div-block-563.anal {
    flex: 0 auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-563.anal2 {
    display: block;
  }

  .div-block-563._2 {
    margin-bottom: 0;
  }

  .div-block-564,
  .div-block-567 {
    flex-flow: column;
  }

  .link-59,
  .link-60 {
    font-size: 14px;
  }

  .section-98 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-568 {
    flex-flow: column-reverse;
  }

  .div-block-568._467 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-569 {
    width: auto;
    margin-right: 0;
  }

  .div-block-569._65 {
    width: auto;
    margin-left: 0;
  }

  .div-block-570 {
    width: auto;
    height: 250px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-207 {
    font-size: 14px;
  }

  .text-block-208 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-574 {
    width: auto;
  }

  .div-block-575 {
    height: 100%;
  }

  .div-block-580 {
    width: 100%;
  }

  .div-block-581 {
    flex-flow: column;
    width: 100%;
  }

  .checkbox-field-3 {
    margin-top: 0;
    margin-bottom: 15px;
    position: static;
  }

  .checkbox-label-2 {
    font-size: 10px;
  }

  .link-68 {
    color: #fff;
    font-size: 10px;
  }

  .link-69 {
    font-size: 10px;
  }

  .div-block-582 {
    flex-flow: column;
  }

  .div-block-583._768 {
    flex-flow: column-reverse;
  }

  .div-block-584 {
    width: 100%;
  }

  .div-block-585 {
    width: auto;
    margin-right: 0;
  }

  .div-block-586 {
    margin-top: 20px;
  }

  .div-block-587 {
    flex-flow: column;
  }

  .div-block-588 {
    width: auto;
  }

  .div-block-590 {
    margin-top: 10px;
  }

  .section-title-2 {
    color: #7f86ff;
    flex: 0 auto;
    margin-left: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
  }

  .content2-number-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .heading-132 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-132._575757 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-176 {
    flex-direction: column;
  }

  .div-block-176._64646 {
    margin-top: 0;
  }

  .subtitle-4 {
    color: #d3d3d3;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 3px;
    font-size: 15px;
    line-height: 18px;
  }

  .image-76 {
    width: 200px;
    top: -6%;
    left: 53%;
    right: 0%;
  }

  .section-100 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-100._7567578._6666 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 0;
  }

  ._3-col.prpr._7575757 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-591 {
    margin-top: 10px;
  }

  .div-block-595 {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-595._2 {
    height: 200px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-596 {
    flex-flow: column;
    display: flex;
  }

  .link-70 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-598._546 {
    margin-top: 0;
    margin-left: auto;
  }

  .image-264 {
    border-radius: 35px;
  }

  .div-block-602 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-603._658 {
    flex-flow: column-reverse;
  }

  .div-block-604 {
    border-radius: 35px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .div-block-606 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-71 {
    color: #333;
    font-size: 10px;
  }

  .heading-133 {
    color: #333;
  }

  .text-block-218 {
    font-size: 13px;
    font-weight: 500;
  }

  .text-block-218._2 {
    font-size: 11px;
  }

  .div-block-610 {
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
  }
}

#w-node-_78aa4c6b-32b4-40e5-c310-1db12ecebf66-138cca15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_78aa4c6b-32b4-40e5-c310-1db12ecebf8b-138cca15 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_78aa4c6b-32b4-40e5-c310-1db12ecebf66-138cca15,
  #w-node-_78aa4c6b-32b4-40e5-c310-1db12ecebf8b-138cca15 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@font-face {
  font-family: "Circe Bold";
  src: url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Circe Extra Bold";
  src: url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Circe Extra Light";
  src: url("../fonts/Circe-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Circe Light";
  src: url("../fonts/Circe-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Circe Regular";
  src: url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Circe Thin";
  src: url("../fonts/Circe-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/ofont.ru_Futura-PT.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Futura PT Heavy";
  src: url("../fonts/ofont.ru_Futura-PT-2.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Futura PT Medium";
  src: url("../fonts/ofont.ru_Futura-PT-1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "EGUS FONT";
  src: url("../fonts/MarketFreshInlineBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mon";
  src:
    url("../fonts/Mon-bold.ttf") format("truetype"),
    url("../fonts/Mon-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mon";
  src: url("../fonts/Mon-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mon";
  src: url("../fonts/Mon-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mon";
  src: url("../fonts/Mon-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mon";
  src: url("../fonts/Mon-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mon";
  src: url("../fonts/Mon-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mon";
  src:
    url("../fonts/Mon-Regular.ttf") format("truetype"),
    url("../fonts/Mon-t.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura New Bold";
  src: url("../fonts/FuturaNewBold.otf.html") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Futuranewbook";
  src: url("../fonts/FuturaNewBook.otf.html") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Futura New Cond";
  src: url("../fonts/FuturaNewCondBold.otf.html") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/9202.otf.html") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
