@font-face {
  font-family: Bravosct;
  src: url('../fonts/BravoSCT.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bravorg;
  src: url('../fonts/BravoRG.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bravosc;
  src: url('../fonts/BravoSC.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #bc5a57;
  --deep-blue: #1e2327;
  --gray: #181818;
  --white: white;
  --bezh: #f9f7f2;
  --brnz: #bfa77b;
}

.nav-link {
  pointer-events: auto;
  color: #fff;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: #fb6f70;
}

.nav-link.w--current {
  color: var(--red);
  font-weight: 600;
}

.cta {
  grid-row-gap: 24px;
  background-color: var(--red);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-main {
  text-align: left;
  background-color: #bc5a57;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin-top: 0;
  padding: 18px 48px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.btn-main:hover {
  background-color: #e84c3d;
  transform: translate(0, 4px);
}

.btn-main.outline {
  border: 1px solid var(--red);
  background-color: #0000;
}

.btn-main.footer {
  border: 1px solid var(--red);
  background-color: #bc5a5700;
  border-radius: 1px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.social-links.mobile-main {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.about-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  letter-spacing: .01em;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bravosc, Georgia, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.heading.case-tittle {
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.heading.service-title {
  flex: 0 auto;
  max-width: 1000px;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.heading.service-title._50 {
  width: 50%;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.soc-links {
  background-color: var(--red);
  text-align: center;
  vertical-align: baseline;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  transition: all .4s ease-in-out;
  display: flex;
}

.soc-links:hover {
  filter: contrast(150%);
  transform: scale(.9);
}

.soc-links.dark {
  background-color: var(--deep-blue);
  width: 54px;
  height: 54px;
}

.soc-links.dark._48 {
  width: 54px;
  height: 54px;
}

.soc-links.outline {
  border: 1px solid var(--red);
  background-color: #0000;
  width: 56px;
  height: 56px;
}

.soc-links.footer {
  border: 1px solid var(--red);
  border-radius: 1px;
}

.messengers-txt {
  color: #fff9;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.main-subheading {
  color: #f6d3af;
  font-size: 18px;
  line-height: 140%;
}

.main-subheading.wht {
  color: #fff;
  padding-right: 15%;
  font-family: Lora, sans-serif;
  font-size: 22px;
}

.main-subheading.wht.service {
  padding-right: 0%;
  font-size: 20px;
}

.logo {
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 75px;
  transition: all .3s ease-in-out;
}

.logo:hover {
  filter: contrast(200%);
}

.logo.footer {
  width: 100%;
  height: 90px;
}

.main-screen {
  background-color: var(--deep-blue);
  color: #fff;
  text-align: left;
  background-image: url('../images/bg_case.jpg');
  background-repeat: no-repeat;
  background-size: auto;
}

.main-screen.cases {
  background-color: var(--gray);
  background-image: url('../images/bg-case.jpg');
  background-repeat: no-repeat;
  background-size: auto;
}

.main-screen.contacts {
  background-color: var(--gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.main-screen.about {
  background-color: var(--gray);
  background-image: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.main-screen.case {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.icon-social {
  flex: 1;
}

.cta-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.subheading-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.main-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  float: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  object-fit: fill;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
  position: static;
  overflow: visible;
}

.about-2 {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 204px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #bc5a57;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-10 {
  grid-column-gap: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 505px;
  text-decoration: none;
  display: flex;
}

._15 {
  color: var(--gray);
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.firm {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.firm-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 60px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-11 {
  color: var(--gray);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.gratis-png-angulo-de-linea-firma-photoroom-1 {
  object-fit: cover;
  position: absolute;
  top: 74px;
  left: 897px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.documents {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
}

.clmn1 {
  grid-row-gap: 20px;
  border: 2px solid #1414141a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #141414;
  text-align: center;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.rectangle-173 {
  opacity: .3;
  background-image: linear-gradient(gray, gray), url('../images/Rectangle-173.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 264px;
}

.clmn2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  height: 360px;
  text-decoration: none;
  display: flex;
}

.feature1 {
  grid-column-gap: 20px;
  border: 2px solid #1414141a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 170px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-13 {
  color: #141414;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.rectangle-174 {
  opacity: .3;
  background-image: linear-gradient(gray, gray), url('../images/Rectangle-173.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 133px;
  position: absolute;
  top: 40px;
  left: 385px;
}

.feature2 {
  grid-column-gap: 20px;
  border: 2px solid #1414141a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 170px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-175 {
  opacity: .3;
  background-image: linear-gradient(gray, gray), url('../images/Rectangle-173.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 133px;
  position: absolute;
  top: 40px;
  left: 382px;
}

.docs {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.how-works {
  grid-row-gap: 60px;
  background-color: #f9f7f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 20px;
  text-decoration: none;
  display: flex;
}

.frame-259 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #bc5a57;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-299 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 505px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #323232;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-18 {
  color: #bc5a57;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.reviews {
  grid-column-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.right {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-top {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-text {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #343434;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40%;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.logo-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.description {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px none var(--red);
  box-shadow: none;
  background-color: #f9f7f2;
  border-radius: 2px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.blog-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-213 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 160px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #0c0c0c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.blog-descr {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.untitled {
  color: #0c0c0c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-25 {
  color: #bc5a57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.clmn-3 {
  grid-row-gap: 20px;
  background-color: #f9f7f2;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 370px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 16px #735e3626;
}

.service {
  color: #181818;
  background-color: #181818;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-section {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 120px 20px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gerb {
  opacity: 1;
  object-fit: cover;
  position: absolute;
  inset: 386% -31% auto auto;
  overflow: visible;
}

.services-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.services-title {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.services-cards {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.services-row {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-xl {
  background-image: linear-gradient(-77.21deg, #1e2327cc, #1e2327 91%);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 297px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.service-xl:hover {
  border: 1px none var(--red);
  outline-color: var(--red);
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline-width: 1px;
  outline-style: solid;
}

.frame-29965 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.untitled-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.untitled-3 {
  color: #bc5a57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.service-m {
  grid-row-gap: 24px;
  background-image: linear-gradient(-72.2deg, #1e2327cc, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 505px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.service-m:hover {
  outline-color: var(--red);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.text-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.untitled-4 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-256 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-s {
  grid-row-gap: 24px;
  background-image: linear-gradient(-67.92deg, #1e2327cc, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-s:hover {
  border: 1px none var(--red);
  outline-color: var(--red);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.service-s.prizyv {
  background-image: url('../images/rekryt-bg.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.frame-255 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 297px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-252 {
  grid-row-gap: 20px;
  background-color: #121212;
  background-image: linear-gradient(-61.27deg, #1e2327cc 0%, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 297px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ellipse-65 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scale_1200-1-1 {
  object-fit: cover;
  position: absolute;
  top: 84px;
  left: -369.395px;
  box-shadow: 0 18px 24px #00000040;
}

.text-29 {
  color: #bc5a57;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-262 {
  grid-column-gap: 8.10811px;
  border: .810811px solid #fff;
  border-radius: 53.5135px;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16.2162px;
  text-decoration: none;
  display: flex;
}

.vector-117 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #bc5a57;
}

.image-10 {
  grid-row-gap: 24px;
  background-image: linear-gradient(-72.2deg, #1e2327cc 0%, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 505px;
  height: 297px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.why-me {
  grid-column-gap: 24px;
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 0 40px;
  text-decoration: none;
  display: flex;
}

.right-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.frame-264 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #d3cccc;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.description-2 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 505px;
  height: 368px;
  text-decoration: none;
  display: flex;
}

.text-33 {
  grid-row-gap: 32px;
  opacity: .8;
  background-color: #1e2327;
  border: 1px #343434;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  opacity: .8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-301 {
  grid-row-gap: 12px;
  opacity: .8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-35, .text-36 {
  color: #fff;
  width: 100%;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.clmn-5 {
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-37 {
  grid-row-gap: 32px;
  background-color: #bc5a57;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-39, .text-40 {
  color: #fff;
  width: 100%;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.firm-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 60px 80px;
  text-decoration: none;
  display: flex;
}

.text-41 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.how-became-partner {
  grid-column-gap: 24px;
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 0 120px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gerb-2 {
  opacity: .02;
  object-fit: cover;
  position: absolute;
  top: -330.199px;
  left: 688.064px;
}

.right-3 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-42 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-263 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-44 {
  opacity: .8;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.description-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-6 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-45 {
  grid-row-gap: 24px;
  background-color: #1e2327;
  background-image: linear-gradient(-67.4deg, #1e2327cc 0%, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 502px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.layer_1 {
  object-fit: cover;
  overflow: hidden;
}

.text-46 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

._15-2 {
  opacity: .8;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-47 {
  grid-row-gap: 24px;
  background-color: #1e2327;
  background-image: linear-gradient(-73.73deg, #1e2327cc 0%, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 385px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-48 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-49 {
  opacity: .8;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-50 {
  grid-column-gap: 32px;
  background-color: #1e2327;
  background-image: linear-gradient(-81.75deg, #1e2327cc 0%, #1e2327 91%);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-29966 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-51 {
  grid-column-gap: 32px;
  background-color: #bc5a57;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 505px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-52 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-53 {
  grid-row-gap: 24px;
  background-color: #1e2327;
  background-image: linear-gradient(-66.27deg, #1e2327cc 0%, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-54 {
  grid-row-gap: 24px;
  background-color: #1e2327;
  background-image: linear-gradient(-66.27deg, #1e2327cc, #1e2327 91%);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.how-became-partner-2 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 0 160px;
  text-decoration: none;
  display: flex;
}

.text-55 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-29963 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.description-4 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-7 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 336px;
  text-decoration: none;
  display: flex;
}

.text-57 {
  grid-row-gap: 20px;
  border: 0 solid #bc5a57;
  border-left-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-58 {
  color: #111;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-59 {
  color: #111;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-60 {
  grid-row-gap: 20px;
  border: 0 solid #bc5a57;
  border-left-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 159px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-61 {
  color: #111;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.clmn-8 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 505px;
  text-decoration: none;
  display: flex;
}

.text-62 {
  grid-row-gap: 12px;
  background-color: #bc5a57;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.untitled-5 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.buttons {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.buttons.small {
  width: 100%;
}

.button-style {
  grid-column-gap: 10px;
  background-color: var(--deep-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 240px;
  height: 54px;
  padding: 16px 48px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button-style:hover {
  filter: contrast(150%);
  transform: scale(.9);
}

.button-style.min {
  width: auto;
}

.text-64 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.social {
  grid-column-gap: 12px;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  grid-column-gap: 10px;
  background-color: #1b252f;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.icon-3 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  text-decoration: none;
  display: flex;
}

.viber-svg {
  object-fit: cover;
}

.icon-4 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-icon-2 {
  grid-column-gap: 10px;
  background-color: #1b252f;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.icon-5 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.steps {
  background-color: var(--bezh);
}

.steps-2 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.steps-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._1-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-29402 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: #bc5a57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-5609 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 638px;
  text-decoration: none;
  display: flex;
}

.frame-5662 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-5311 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-29958 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-68 {
  color: #343434;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.image-11 {
  opacity: 1;
  object-fit: cover;
  border-radius: 2px;
  flex: 0 auto;
  width: 505px;
  height: 700px;
  position: static;
  top: 20px;
  left: 738px;
}

.image-12 {
  opacity: .4;
  object-fit: cover;
  position: absolute;
  top: 37px;
  left: 738px;
}

.cta-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 120px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 715px;
  text-decoration: none;
  display: flex;
}

.right-4.content-style {
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.text-70 {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

._50-000 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.buttons-cta {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style-2 {
  grid-column-gap: 10px;
  background-color: #242424;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  padding: 16px 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px #fb6f7026;
}

.text-71 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.social-2 {
  grid-column-gap: 12px;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.social-icon-3 {
  grid-column-gap: 10px;
  background-color: #242424;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.icon-6 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-7 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.image-102 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-wrap {
  flex-flow: column;
  flex: 0 auto;
  height: auto;
  margin-bottom: 16px;
  transition: opacity .4s ease-in-out;
  display: flex;
}

.faq-wrap:hover {
  border-bottom: 1px solid #f6d3af;
}

.faq-icon-item {
  flex: 0 auto;
  order: 0;
  width: 36px;
  height: 44px;
}

.faq-question {
  color: var(--white);
  letter-spacing: .01em;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.faq-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq-icon-1 {
  grid-column-gap: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  float: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
  position: static;
  overflow: visible;
}

.faq-answer {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
  background-color: #242424;
  padding: 8px 24px 24px;
  font-family: Lora, sans-serif;
  font-size: 16px;
}

.faq-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.faq {
  background-color: var(--bezh);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #242424;
  align-items: center;
  height: auto;
  padding: 12px 12px 12px 24px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-answer1 {
  border-bottom: 1px solid #2d3e501f;
  height: auto;
  padding-left: 0;
  overflow: hidden;
}

.cta-footer {
  background-color: var(--bezh);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-3 {
  grid-column-gap: 24px;
  background-color: var(--bezh);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 120px 20px;
  text-decoration: none;
  display: flex;
}

.clmn-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 308px;
  text-decoration: none;
  display: flex;
}

.text-74 {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-75 {
  color: #242424;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30%;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-265 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-76 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.icon-8 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  text-decoration: none;
  display: flex;
}

.icon-9 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-10 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.h1-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.slide {
  width: auto;
  margin-right: 32px;
  transition: all .4s ease-in-out;
}

.slide-nav {
  display: none;
}

.mask {
  width: 400px;
  overflow: visible;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.slider-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lora, sans-serif;
  display: flex;
  overflow: visible;
}

.document-title {
  color: #fff;
  letter-spacing: .01em;
  z-index: 10;
  background-image: linear-gradient(#fff0, #e8e9ea17 0%, #26323899 0%, #263238f2 66%, #263238);
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 12px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: auto auto -12px -12px;
}

.document-title:hover {
  background-image: linear-gradient(#fff0, #e8e9ea17 0%, #26323899 0%, #bc5a57 88%, #bc5a57);
}

.warranty-doc-title {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.right-arrow {
  background-color: #e2e2e2;
  width: 44px;
  height: 44px;
  display: none;
  inset: 0% 0% auto auto;
}

.slider {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.left-arrow {
  z-index: 20;
  color: #cacaca;
  background-color: #e2e2e2;
  width: 44px;
  height: 44px;
  display: none;
  inset: 0% 60px auto auto;
}

.arrow {
  color: var(--red);
  font-size: 24px;
}

.documents-item {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  cursor: pointer;
  background-color: #343434;
  background-image: linear-gradient(#1b252f, #1b252f);
  border: 1px #7e3fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 216px;
  height: 300px;
  margin-top: 4px;
  margin-left: 4px;
  padding: 0;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.documents-item:hover {
  z-index: 10000;
  box-shadow: 0 8px 0 0 var(--red);
  border: 2px #f6d3af;
  position: relative;
}

.documents-item.big, .documents-item.medm {
  width: 280px;
  height: 400px;
}

.documents-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  padding: 80px 20px;
  display: flex;
}

.h2 {
  color: var(--white);
  text-align: left;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.h2.wht {
  color: var(--white);
}

.h2.blck {
  color: var(--gray);
}

.frame-284 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 505px;
  height: 420px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.doc-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-section-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px 120px;
  text-decoration: none;
  display: flex;
}

.frame-29994 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-30016, .frame-30017 {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.main-container-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.main-menu {
  background-color: var(--gray);
  color: #fff;
  text-align: left;
}

.blog-container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.blog-container.content-style {
  padding: 0;
}

.review-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-2 {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  padding: 100px 20px;
  text-decoration: none;
  display: flex;
}

.right-6 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.right-6.content-style {
  padding-left: 0;
  padding-right: 0;
}

.text-87 {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-88 {
  grid-row-gap: 12px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-89 {
  color: var(--gray);
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.untitled-6 {
  color: #404040;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-29973 {
  grid-column-gap: 10px;
  border: 1px solid #bc5a57;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.text-90 {
  color: #bc5a57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.description-6 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 505px;
  height: 319px;
  text-decoration: none;
  display: flex;
}

.clmn-10 {
  grid-row-gap: 20px;
  background-color: var(--deep-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 290px;
  text-decoration: none;
  display: flex;
}

.rectangle-214 {
  background-color: #1e2327;
  background-image: url('../images/Rectangle-213.jpg'), linear-gradient(-70.94deg, #1e2327cc 0%, #1e2327 91%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 319px;
}

.right-7 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.right-7.content-style {
  padding-left: 0;
  padding-right: 0;
}

.description-7 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 505px;
  height: 290px;
  text-decoration: none;
  display: flex;
}

.clmn-11 {
  grid-row-gap: 20px;
  background-color: var(--deep-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 290px;
  text-decoration: none;
  display: flex;
}

.rectangle-215 {
  background-color: #1e2327;
  background-image: url('../images/Rectangle-213.jpg'), linear-gradient(-72.58deg, #1e2327cc 0%, #1e2327 91%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 290px;
}

.right-8 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.right-8.content-style {
  padding-left: 0;
  padding-right: 0;
}

.clmn-12 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.description-8 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 505px;
  height: 261px;
  text-decoration: none;
  display: flex;
}

.clmn-13 {
  grid-row-gap: 20px;
  background-color: var(--deep-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 290px;
  text-decoration: none;
  display: flex;
}

.rectangle-216 {
  background-color: #1e2327;
  background-image: url('../images/Rectangle-213.jpg'), linear-gradient(-74.13deg, #1e2327cc 0%, #1e2327 91%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 261px;
}

.right-9 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 715px;
  text-decoration: none;
  display: flex;
}

.right-9.content-style {
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  max-width: 1280px;
}

.text-91 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 715px;
  text-decoration: none;
  display: flex;
}

.description-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 331px;
  text-decoration: none;
  display: flex;
}

.text-92 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-93 {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

._50-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-30024 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style-5 {
  grid-column-gap: 10px;
  background-color: #bc5a57;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  padding: 16px 48px;
  text-decoration: none;
  display: flex;
}

.text-94 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.social-4 {
  grid-column-gap: 12px;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.social-icon-6 {
  grid-column-gap: 10px;
  border: 1px solid #bc5a57;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.icon-13 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wa-svg {
  object-fit: cover;
}

.icon-14 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.cta-drk {
  grid-row-gap: 24px;
  background-color: var(--deep-blue);
  background-image: url('../images/bg-cta-drk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-screen {
  background-color: var(--deep-blue);
  color: #fff;
  text-align: left;
  background-image: url('../images/bg-main-full-min.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  min-height: 860px;
  max-height: 100vh;
}

.service-section-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-3 {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-95 {
  color: #bc5a57;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.untitled-7 {
  color: #eee;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.img-block {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 505px;
  text-decoration: none;
  display: flex;
}

._3m1a4492_resized-1 {
  object-fit: cover;
  height: 600px;
}

.text-97 {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.image-107 {
  position: relative;
  top: -59px;
  left: 298px;
}

.how-works-2 {
  grid-row-gap: 60px;
  background-color: #f9f7f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 20px;
  text-decoration: none;
  display: flex;
}

.frame-30025 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-98 {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-99 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.frame-29977 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-30026 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-100 {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-101 {
  color: #323232;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-102 {
  color: #bc5a57;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.documents-section {
  background-color: var(--bezh);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-103 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.clmn-15 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-104 {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._15-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.description-10 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-2 {
  background-image: linear-gradient(-63.93deg, #1e2327cc, #1e2327 91%);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.clmn-2:hover {
  border: 1px none var(--red);
  outline-color: var(--red);
  outline-offset: 0px;
  border-radius: 0;
  outline-width: 1px;
  outline-style: solid;
}

.frame-29969 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-217 {
  background-color: #1e2327;
  background-image: url('../images/Rectangle-213_1.jpg'), linear-gradient(-79.68deg, #1e2327cc, #1e2327 91%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  min-height: 120px;
}

.frame-298 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-105 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-106 {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-107 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-108 {
  color: #bc5a57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.clmn-16 {
  grid-row-gap: 20px;
  background-image: linear-gradient(-63.93deg, #1e2327cc, #1e2327 91%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.rectangle-218 {
  background-color: #1e2327;
  background-image: url('../images/Rectangle-213_2.jpg'), linear-gradient(-79.68deg, #1e2327cc, #1e2327 91%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  min-height: 120px;
}

.clmn-17 {
  grid-row-gap: 20px;
  background-image: linear-gradient(-63.93deg, #1e2327cc, #1e2327 91%);
  border: 1px solid #bc5a5799;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 16px #bc5a570d;
}

.rectangle-219 {
  background-color: #1e2327;
  background-image: url('../images/Rectangle-213.jpg'), linear-gradient(-79.68deg, #1e2327cc, #1e2327 91%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  min-height: 120px;
}

.italic-text {
  font-style: normal;
}

.main-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.about-4 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 780px;
  padding-top: 120px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.img-block-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 680px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.basemap-image {
  object-fit: cover;
  height: 100%;
  position: static;
  top: -40px;
  left: -114px;
}

.text-block-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 505px;
  height: 680px;
  text-decoration: none;
  display: flex;
}

.title-block-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-29990 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-110 {
  color: var(--red);
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-111 {
  color: #fff;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.blog-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.case-navigation {
  color: var(--brnz);
  font-family: Lora, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.image-108 {
  color: var(--brnz);
}

.reviews-3 {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px;
  text-decoration: none;
  display: flex;
}

.right-10 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-112 {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-18 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-30027 {
  grid-column-gap: 10px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-113 {
  color: #bc5a57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-114 {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-115 {
  color: #343434;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-29974 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-116 {
  color: #343434;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-117 {
  color: #343434;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.category-container {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 40px 20px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-30028 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  grid-column-gap: 10px;
  border: 1px solid #bc5a57;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px #fb6f7026;
}

.text-118 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.social-5 {
  grid-column-gap: 12px;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.social-icon-7 {
  grid-column-gap: 10px;
  border: 1px solid #bc5a57;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.icon-15 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  text-decoration: none;
  display: flex;
}

.viber-svg-3 {
  object-fit: cover;
}

.icon-16 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-17 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.service-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.service-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.description-11 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clmn-19 {
  grid-row-gap: 20px;
  background-color: #1e2327;
  background-image: linear-gradient(-53.96deg, #1e2327cc, #1e2327 91%);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.clmn-19._33 {
  width: 100%;
}

.frame-30029 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-220 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.frame-30030 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-119 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-120 {
  grid-row-gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.untitled-8 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-121 {
  color: #bc5a57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.clmn-20 {
  grid-row-gap: 20px;
  background-color: #1e2327;
  background-image: linear-gradient(-53.96deg, #1e2327cc, #1e2327 91%);
  border: 1px solid #bc5a5799;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 16px #bc5a570d;
}

.description-12 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-29999 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-122 {
  grid-row-gap: 24px;
  border: 1px solid #1e2327;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 224px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-123 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-124 {
  grid-row-gap: 24px;
  border: 1px solid #1e2327;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 224px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-30031 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-125 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-126 {
  grid-row-gap: 24px;
  border: 1px solid #1e2327;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 224px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-127 {
  grid-row-gap: 24px;
  border: 1px solid #1e2327;
  border-radius: 2px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 224px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.service-bullets {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-128 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.service-bullits-container {
  grid-column-gap: 24px;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-bullits-clmn {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-bullits-item {
  grid-column-gap: 20px;
  background-color: #1e2327;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px;
  display: flex;
}

.ellipse-66 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.service-bullits-text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.service-bullits-text.number {
  color: var(--brnz);
  width: auto;
  font-size: 28px;
  font-weight: 500;
}

.service-features {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-129 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.service-futures-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-futures-clmn {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-futures-item {
  grid-row-gap: 24px;
  border: 1px solid #1e2327;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 240px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-131 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-30034 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-133 {
  color: #fff;
  width: 100%;
  min-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.service-card {
  width: 100%;
  padding: 1px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.service-card:hover {
  outline-color: var(--red);
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline-width: 1px;
  outline-style: none;
  box-shadow: 0 2px 24px #bc5a5740;
}

.span-review {
  color: #fb6f70;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.slider-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.slider-reviews {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  display: flex;
  overflow: visible;
}

.ellipse-58 {
  object-fit: cover;
}

.right-arrow-3 {
  width: 44px;
  height: 44px;
  inset: auto 0% 0 auto;
}

.slider-5 {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.left-arrow-3 {
  width: 44px;
  height: 44px;
  inset: auto 100px 0 auto;
}

.review-item {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  cursor: auto;
  background-color: #fff;
  border: 1px #7e3fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: 380px;
  height: auto;
  margin-left: 4px;
  padding: 24px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-item:hover {
  z-index: 10000;
  background-color: #ffe7cf;
  border: 2px #f6d3af;
  position: relative;
}

.text-136 {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.arrow-2 {
  color: #f6d3af;
}

.avatar {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.review-txt {
  color: #000;
  font-size: 16px;
}

.last-slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-width: 380px;
  display: flex;
}

.cases-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 0;
  text-decoration: none;
  display: flex;
}

.services-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.services-features {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.services-all {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.h3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.p {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.service-description {
  color: var(--white);
  flex: 1;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.title-desc {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  display: flex;
}

.title-desc.vert {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
}

.documents-small {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
}

.documents-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.clmn1-2 {
  grid-row-gap: 20px;
  border: 0 solid #bc5a57;
  border-left-width: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #141414;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.rectangle-221 {
  object-fit: cover;
  border-radius: 4px;
}

.text-137 {
  color: #141414;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.feature2-2 {
  grid-row-gap: 20px;
  border: 0 solid #bc5a57;
  border-width: 0 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.blog-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section {
  background-color: var(--deep-blue);
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.top-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-110 {
  width: 18px;
  height: 18px;
}

.text-block-3 {
  color: var(--bezh);
  font-family: Lora, sans-serif;
}

.topcontacts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.tg-text {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: none;
}

.bold-text {
  font-weight: 400;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.copyright {
  color: #fff9;
  letter-spacing: .02rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: auto;
  font-family: Lora, sans-serif;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.copyright.ed {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.btn-main-2 {
  text-align: center;
  background-color: #fb6f70;
  border-radius: 4px;
  flex: 0 auto;
  width: 100%;
  max-width: 350px;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: block;
}

.btn-main-2:hover {
  background-color: #e84c3d;
  transform: translate(0, 4px);
}

.btn-main-2.btn-footer {
  background-color: #fb6f7000;
  border: 2px solid #fb6f70;
  border-radius: 2px;
  flex: 1;
  font-family: Lora, sans-serif;
}

.btn-main-2.btn-footer:hover {
  background-color: #e84c3d;
  border-style: solid;
  border-color: #e84c3d;
}

.social-links-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-links-2.soc-consult {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.erase-dezign {
  grid-column-gap: 12px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.erase-dezign:hover {
  color: #f6d3af;
  text-decoration: none;
}

.footer {
  background-color: var(--gray);
}

.text-138 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-info {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  height: 242px;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.heading-4.footer {
  color: #fff6;
  font-weight: 600;
  display: none;
}

.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: static;
  top: 76px;
  left: 366px;
}

.logo-container {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.footer-menu-column {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.footer-cta {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.footer-cta.mobile {
  display: none;
}

.footer-cta.desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-end;
}

.soc-links-2 {
  text-align: center;
  vertical-align: baseline;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 2px;
  transition: all .4s ease-in-out;
  display: flex;
}

.soc-links-2:hover {
  filter: contrast(200%);
  transform: scale(.9);
}

.logo-footer {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.footer-bottom {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.menus {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.ed-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.footer-divider {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.text-139 {
  color: var(--brnz);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.icon-social-2 {
  flex: 1;
}

.logo-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link {
  pointer-events: auto;
  color: #fff;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  color: #fb6f70;
}

.container-3 {
  float: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
  position: static;
  overflow: visible;
}

.text-140 {
  color: #fff;
  text-align: right;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-5 {
  background-image: url('../images/3M1A4625_resized.jpg');
  background-position: 55%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 505px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-6 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .main-screen {
    background-position: 50% 0;
    height: 100vh;
    max-height: 100vh;
  }

  .main-screen.cases {
    background-position: 50% 100%;
    border: 1px solid #000;
    border-radius: 1px;
    height: auto;
  }

  .main-screen.contacts {
    background-color: var(--deep-blue);
    background-image: none;
    height: auto;
    max-height: none;
  }

  .main-screen.about {
    height: auto;
    max-height: none;
  }

  .main-screen.case {
    background-position: 50% 100%;
    border: 1px solid #000;
    border-radius: 1px;
    height: auto;
  }

  .subheading-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-3 {
    flex: 0 auto;
  }

  .text-10 {
    flex: 1;
    min-width: 522px;
  }

  .services-container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-102 {
    width: 900px;
  }

  .h1-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .clmn-1 {
    grid-row-gap: 32px;
  }

  .text-88 {
    grid-row-gap: 12px;
  }

  .clmn-10 {
    background-color: var(--deep-blue);
    box-shadow: none;
    height: 290px;
  }

  .clmn-11 {
    background-color: var(--deep-blue);
    box-shadow: none;
  }

  .clmn-12 {
    grid-row-gap: 32px;
  }

  .clmn-13 {
    background-color: var(--deep-blue);
    box-shadow: none;
    height: 290px;
  }

  .text-91 {
    max-width: 715px;
  }

  .cta-drk {
    background-position: 100% 20%;
    background-size: 1920px;
  }

  .home-screen {
    background-color: var(--gray);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 980px;
    max-height: none;
  }

  .about-3 {
    grid-row-gap: 80px;
    padding-bottom: 0;
  }

  .cases-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section {
    display: none;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    flex: 1;
    margin-bottom: 12px;
    display: block;
  }

  .cta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .btn-main {
    flex: 1;
    max-width: none;
  }

  .social-links {
    display: none;
  }

  .social-links.mobile-main {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-8 {
    min-width: 40px;
    min-height: 28px;
  }

  .about-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading {
    font-size: 44px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .nav-main {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-color: #1b252f;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100vh;
    min-height: 40vh;
    margin-top: 0;
    padding: 48px;
    inset: 0% 0% auto;
  }

  .soc-links {
    padding: 4px;
  }

  .menu-button-2 {
    background-color: #1b252f00;
  }

  .menu-button-2.w--open {
    background-color: #1b252f;
  }

  .messengers-txt {
    letter-spacing: .02rem;
    display: none;
  }

  .logo {
    margin-right: auto;
  }

  .main-screen {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .about {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    overflow: visible;
  }

  .firm, .docs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-wrap {
    width: 100%;
    margin-bottom: 4px;
  }

  .faq-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .faq-icon-1 {
    width: 32px;
    height: 32px;
  }

  .container-2 {
    overflow: visible;
  }

  .faq-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .document-title {
    background-image: linear-gradient(#1b252f80, #1b252f80), linear-gradient(#1b252f, #1b252f 29%, #fff0 29%, #fff0);
  }

  .documents-item {
    background-image: none;
  }

  .documents-container {
    width: 100%;
    display: none;
  }

  .main-container-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .main-menu {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-drk {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .home-screen {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .copyright {
    font-size: 12px;
  }

  .btn-main-2 {
    flex: 1;
    max-width: none;
  }

  .social-links-2 {
    display: none;
  }

  .social-links-2.soc-consult {
    display: flex;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-info {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-4.footer {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .footer-menu {
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
    max-width: none;
  }

  .logo-container {
    display: none;
  }

  .footer-menu-column {
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .footer-menu-column._2nd {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-cta.mobile {
    display: flex;
  }

  .footer-cta.desktop {
    display: none;
  }

  .soc-links-2 {
    padding: 4px;
  }

  .menus {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-link {
    flex: 1;
    margin-bottom: 12px;
    display: block;
  }

  .container-3 {
    overflow: visible;
  }

  .text-140 {
    text-align: left;
  }

  .footer-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    width: 100%;
  }

  .cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-links {
    display: none;
  }

  .social-links.mobile-main {
    order: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 44px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .nav-main {
    flex-flow: column;
    min-width: auto;
    inset: 0% 0% auto;
  }

  .messengers-txt {
    display: block;
  }

  .logo {
    margin-right: auto;
  }

  .main-screen {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about, .firm, .docs {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .faq-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq {
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-menu {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .cta-drk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-screen {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .copyright {
    font-size: 10px;
  }

  .btn-main-2.btn-footer {
    max-width: none;
  }

  .social-links-2 {
    display: none;
  }

  .social-links-2.soc-consult {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-info {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-4 {
    font-size: 20px;
  }

  .footer-menu {
    justify-content: center;
    align-items: flex-end;
    width: auto;
    max-width: none;
  }

  .logo-container {
    display: none;
  }

  .footer-menu-column {
    text-align: right;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-cta.mobile {
    display: flex;
  }

  .footer-cta.desktop {
    display: none;
  }

  .menus {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-link {
    width: 100%;
  }

  .text-140 {
    text-align: left;
  }

  .footer-main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-bottom: 4px;
  }

  .cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .btn-main {
    max-width: none;
    font-size: 18px;
  }

  .social-links {
    display: none;
    overflow: visible;
  }

  .social-links.mobile-main {
    background-color: #0000;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 24px;
    display: flex;
  }

  .image-8 {
    flex: none;
    width: 100%;
    max-width: none;
    height: 100%;
    transition: all .3s ease-in-out;
  }

  .image-8:hover {
    opacity: .53;
  }

  .about-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 40px;
    font-weight: 600;
  }

  .heading.case-tittle {
    font-size: 32px;
  }

  .heading.service-title {
    font-size: 24px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
  }

  .soc-links {
    width: 48px;
    height: 48px;
    padding: 6px;
  }

  .soc-links.hero {
    height: 56px;
    padding: 6px;
  }

  .soc-links.dark {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  .soc-links.dark._48 {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    position: static;
  }

  .messengers-txt {
    text-align: center;
    letter-spacing: .02rem;
    width: 100%;
    font-family: Lora, sans-serif;
    font-weight: 300;
    display: block;
  }

  .main-subheading {
    font-size: 14px;
  }

  .main-subheading.wht {
    font-size: 18px;
  }

  .main-subheading.wht.service {
    font-size: 16px;
  }

  .logo {
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .main-screen {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: auto;
  }

  .main-screen.cases {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .main-screen.contacts {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-social {
    flex: 0 auto;
  }

  .cta-container {
    flex: 1;
    width: 100%;
  }

  .main-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding: 20px 0;
    position: relative;
  }

  .about {
    width: 100%;
    padding: 40px 18px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-3 {
    height: 100%;
  }

  .text-9 {
    font-size: 16px;
  }

  .text-10 {
    min-width: 0;
  }

  ._15 {
    font-size: 16px;
  }

  .firm {
    width: 100%;
    padding: 40px 18px;
  }

  .firm-2 {
    padding: 0;
  }

  .text-11 {
    font-size: 22px;
  }

  .documents {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .docs {
    width: 100%;
    padding: 40px 18px;
  }

  .frame-259 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-15 {
    font-size: 16px;
  }

  .text-17 {
    font-size: 48px;
  }

  .text-18 {
    font-size: 20px;
  }

  .reviews {
    padding: 60px 18px;
  }

  .right.content-style {
    padding-left: 0;
    padding-right: 0;
  }

  .text-19 {
    grid-row-gap: 32px;
  }

  .text-22 {
    padding-right: 0%;
    font-size: 18px;
  }

  .logo-2 {
    display: none;
  }

  .description {
    grid-row-gap: 20px;
    flex-flow: column;
    height: 100%;
  }

  .blog-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100%;
  }

  .blog-content {
    grid-row-gap: 20px;
  }

  .text-25 {
    font-size: 18px;
  }

  .clmn-3 {
    height: 100%;
  }

  .services-section {
    padding: 60px 18px;
  }

  .gerb {
    z-index: 0;
    top: 479%;
    right: -54%;
  }

  .services-row {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-xl {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .untitled-2 {
    font-size: 18px;
  }

  .service-m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .untitled-4 {
    font-size: 18px;
  }

  .frame-256 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-s {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-me {
    padding-top: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-2.content-style, .text-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-32 {
    font-size: 18px;
  }

  .description-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .clmn-4 {
    height: 100%;
  }

  .text-33 {
    grid-row-gap: 20px;
    padding: 32px;
  }

  .text-34 {
    font-size: 26px;
  }

  .text-35, .text-36 {
    min-height: auto;
    font-size: 18px;
  }

  .text-37 {
    grid-row-gap: 20px;
    padding: 32px;
  }

  .text-38 {
    font-size: 26px;
  }

  .text-39, .text-40 {
    min-height: auto;
    font-size: 18px;
  }

  .firm-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-41 {
    font-size: 22px;
  }

  .how-became-partner {
    padding: 80px 18px;
  }

  .right-3.content-style {
    padding-left: 0;
    padding-right: 0;
  }

  .text-44 {
    font-size: 18px;
  }

  .clmn-6 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-45 {
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._15-2 {
    font-size: 18px;
  }

  .text-47 {
    grid-row-gap: 20px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-49 {
    font-size: 18px;
  }

  .text-50 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-51 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-52 {
    font-size: 18px;
  }

  .text-53, .text-54 {
    grid-row-gap: 20px;
    padding: 32px 20px;
  }

  .how-became-partner-2 {
    padding: 80px 18px;
  }

  .description-4 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .clmn-7 {
    height: 100%;
  }

  .text-57, .text-60 {
    grid-row-gap: 8px;
  }

  .text-62 {
    padding: 32px 20px;
  }

  .untitled-5 {
    font-size: 18px;
  }

  .buttons {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .buttons._100, .button-style.min {
    width: 100%;
  }

  .social {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .steps-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .content-style {
    padding-left: 0;
    padding-right: 0;
  }

  .text-67 {
    font-size: 22px;
  }

  .text-68 {
    font-size: 18px;
  }

  .cta-2 {
    min-height: 800px;
    padding-top: 40px;
  }

  ._50-000 {
    font-size: 18px;
  }

  .buttons-cta {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .button-style-2 {
    max-width: none;
  }

  .image-102 {
    flex: 0 auto;
    height: 300px;
    inset: auto -37% 0% auto;
  }

  .faq-question {
    flex: 1;
    font-size: 16px;
  }

  .faq-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 1;
    width: 100%;
  }

  .faq-icon-1 {
    flex: 0 auto;
    width: 24px;
    height: 24px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq {
    width: 100%;
    padding: 60px 18px;
  }

  .cta-3 {
    padding: 80px 18px;
  }

  .clmn-9 {
    height: 100%;
  }

  .text-75 {
    padding-right: 0%;
    font-size: 18px;
  }

  .frame-265 {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .h1-container {
    z-index: 1;
    flex: 0 auto;
    padding-top: 0;
  }

  .slide {
    width: 100%;
    margin-right: 24px;
    padding-top: 0;
  }

  .slide-nav {
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 8px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .mask {
    width: 100%;
  }

  .lightbox-link {
    background-image: none;
    background-position: 0 0;
    width: 100%;
    height: auto;
  }

  .slider-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .document-title {
    background-image: linear-gradient(180deg, #1e2327cc 15%, var(--deep-blue) 84%);
    color: #fff;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    text-decoration: none;
    position: absolute;
    bottom: 0%;
    left: 0;
  }

  .warranty-doc-item {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .right-arrow {
    display: none;
  }

  .slider {
    padding-top: 40px;
  }

  .left-arrow {
    display: none;
  }

  .documents-item {
    background-color: #34343400;
    background-image: none;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 500px;
    margin-left: 0;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .documents-item:hover {
    box-shadow: none;
    min-width: auto;
  }

  .documents-item.big, .documents-item.medm {
    width: auto;
    height: auto;
    min-height: 500px;
    padding-top: 0;
  }

  .h2 {
    font-size: 28px;
  }

  .frame-284 {
    height: auto;
  }

  .services-section-2 {
    padding: 0 16px;
  }

  .frame-30017 {
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .text-84 {
    font-size: 24px;
  }

  .main-container-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: auto;
  }

  .blog-container.content-style {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-87 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
  }

  .clmn-1 {
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
  }

  .text-89 {
    font-size: 24px;
  }

  .untitled-6 {
    font-size: 18px;
    line-height: 140%;
  }

  .frame-29973 {
    width: 100%;
  }

  .description-6 {
    height: 290px;
  }

  .clmn-12 {
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
  }

  .right-9.content-style {
    width: auto;
  }

  .clmn-14 {
    height: auto;
  }

  .frame-30024 {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .button-style-5 {
    max-width: none;
  }

  .cta-drk {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .home-screen {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
  }

  .about-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .text-95 {
    font-size: 20px;
  }

  .untitled-7 {
    font-size: 18px;
  }

  .text-97 {
    text-align: center;
    font-size: 20px;
  }

  .image-107 {
    width: 160px;
    left: 245px;
  }

  .how-works-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-30025 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-99 {
    font-size: 32px;
  }

  .frame-30026 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-101 {
    font-size: 48px;
  }

  .text-102 {
    font-size: 20px;
  }

  .text-103 {
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._15-3 {
    font-size: 24px;
  }

  .description-10 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .main-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    height: auto;
    padding-top: 20px;
  }

  .img-block-3 {
    height: auto;
  }

  .basemap-image {
    max-height: 400px;
  }

  .text-block-2 {
    grid-row-gap: 40px;
    height: auto;
  }

  .frame-29990 {
    grid-row-gap: 32px;
  }

  .blog-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    max-height: 400px;
    margin-top: 0;
    padding: 40px 0;
    position: relative;
  }

  .blog-title {
    z-index: 1;
    flex: 0 auto;
    padding-top: 0;
  }

  .case-navigation {
    font-size: 14px;
    line-height: 140%;
  }

  .image-108 {
    display: none;
  }

  .reviews-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-115 {
    font-size: 20px;
  }

  .frame-29974 {
    grid-row-gap: 0px;
  }

  .text-116, .text-117 {
    font-size: 20px;
  }

  .category-container {
    padding: 60px 16px;
  }

  .frame-30028 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .button-style-6 {
    box-shadow: none;
    width: 100%;
  }

  .text-118 {
    font-size: 16px;
  }

  .service-title {
    z-index: 1;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
  }

  .description-11 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .clmn-19, .clmn-20 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }

  .frame-29999 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-122 {
    height: auto;
  }

  .text-123 {
    font-size: 20px;
  }

  .text-124 {
    height: auto;
  }

  .text-125 {
    font-size: 20px;
  }

  .text-126, .text-127 {
    height: auto;
  }

  .text-128 {
    font-size: 24px;
  }

  .service-bullits-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-bullits-clmn {
    grid-row-gap: 20px;
  }

  .service-bullits-item {
    flex-flow: row;
    height: auto;
  }

  .service-bullits-text {
    font-size: 18px;
  }

  .text-129 {
    font-size: 24px;
  }

  .service-futures-clmn {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-futures-item {
    height: auto;
    padding: 24px;
  }

  .text-131 {
    font-size: 20px;
  }

  .text-133 {
    font-size: 20px;
    line-height: 140%;
  }

  .slider-item {
    flex: none;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 36px;
  }

  .slider-reviews {
    padding-bottom: 60px;
  }

  .right-arrow-3 {
    display: none;
  }

  .slider-5 {
    width: 100%;
  }

  .left-arrow-3 {
    display: none;
  }

  .review-item {
    min-width: 280px;
    margin-left: 0;
    padding: 18px;
  }

  .review-txt {
    width: auto;
    font-size: 14px;
  }

  .cases-container {
    padding: 60px 18px;
  }

  .services-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .documents-small {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .documents-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .text, .text-137 {
    font-size: 18px;
  }

  .blog-txt {
    grid-row-gap: 20px;
  }

  .section {
    display: none;
  }

  .text-block-4 {
    color: var(--white);
    text-decoration: none;
  }

  .tg-text {
    text-decoration: none;
    display: block;
  }

  .copyright {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    font-family: Lora, sans-serif;
    font-size: 12px;
  }

  .copyright.ed {
    justify-content: center;
    align-items: flex-end;
  }

  .btn-main-2 {
    max-width: none;
    font-size: 16px;
  }

  .social-links-2 {
    display: none;
    overflow: visible;
  }

  .social-links-2.soc-consult {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #1b252f00;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .erase-dezign {
    flex: 0 auto;
    width: auto;
  }

  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-info {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-4.footer {
    display: none;
  }

  .footer-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .logo-container {
    display: none;
  }

  .footer-menu-column {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu-column._2nd {
    text-align: right;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-cta.mobile {
    display: flex;
  }

  .footer-cta.desktop {
    display: none;
  }

  .soc-links-2 {
    padding: 0;
  }

  .menus {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .text-140 {
    text-align: left;
  }

  .footer-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}


@font-face {
  font-family: 'Bravosct';
  src: url('../fonts/BravoSCT.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bravorg';
  src: url('../fonts/BravoRG.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bravosc';
  src: url('../fonts/BravoSC.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}