@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: 1