.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

.header__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-ExtraBold.woff2") format("woff2"), url("../fonts/WorkSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

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

.gm-style img {
  max-width: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 10px;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Work Sans";
  min-width: 320px;
}

body.overflow {
  overflow: hidden;
}

[data-scroll-container] {
  perspective: 1px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 100%;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding: 0 2rem;
  margin: 0 auto;
}

.container.small {
  max-width: 115rem;
}

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #02005b;
  border-radius: 10px;
}

.scroll-none::-webkit-scrollbar,
.scroll-none::-webkit-scrollbar-thumb {
  display: none !important;
}

.scroll-none {
  scrollbar-width: thin;
  scrollbar-color: transparent;
}

.main-title {
  font-size: 4rem;
  line-height: 1.09;
  color: #000000;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 768px) {
  .main-title {
    font-size: 5.2rem;
  }
}

@media (min-width: 1440px) {
  .main-title {
    font-size: 6.4rem;
  }
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.16;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 4rem;
  }
}

@media (min-width: 1440px) {
  .section-title {
    font-size: 4.8rem;
  }
}

.section-title.wide {
  line-height: 1.33;
}

.section-subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 3rem;
  }
}

@media (min-width: 1440px) {
  .section-subtitle {
    font-size: 4rem;
  }
}

.sub-title {
  font-size: 2rem;
  line-height: 1.33;
  font-weight: 600;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 1024px) {
  .sub-title {
    font-size: 2.4rem;
  }
}

.title-descr {
  font-size: 1.8rem;
  line-height: 32px;
}

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

.big-text {
  font-size: 3.8rem;
  line-height: 0.8;
}

@media (min-width: 768px) {
  .big-text {
    font-size: 5.4rem;
    line-height: 0.92;
  }
}

@media (min-width: 1440px) {
  .big-text {
    font-size: 8rem;
    line-height: 0.88;
  }
}

.base-text {
  font-size: 1.6rem;
  line-height: 1.44;
  color: #333333;
}

@media (min-width: 1024px) {
  .base-text {
    font-size: 1.8rem;
  }
}

.base-text.lh-178 {
  line-height: 1.78;
}

.medium-text {
  font-size: 1.5rem;
  line-height: 1.38;
  color: #333333;
}

@media (min-width: 1024px) {
  .medium-text {
    font-size: 1.6rem;
  }
}

.small-text {
  font-size: 1.4rem;
  line-height: 1.14;
  color: #333333;
}

.valid-text {
  font-size: 1.4rem;
  line-height: 1.33;
  color: #dc3545;
}

.category-text {
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #18191F;
}

.base-list__item+.base-list__item {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .base-list__item+.base-list__item {
    margin-top: 2.5rem;
  }
}

.help-list__item+.help-list__item {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .help-list__item+.help-list__item {
    margin-top: 3rem;
  }
}

.btn-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
  transition: all 0.3s ease;
}

.btn-link:hover {
  color: #cc3100;
}

.btn-link:hover .btn-link__arrow {
  transform: translateX(8px);
}

.btn-link__arrow {
  margin-left: 8px;
  width: 18.33px;
  height: 11.67px;
  transition: all 0.3s ease;
}

.base-link {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
  display: block;
  flex: none;
  color: #cc3100;
  text-transform: uppercase;
  width: fit-content;
  font-feature-settings: "salt"on, "liga"off;
  border-bottom: 1px solid #cc3100;
}

.base-link:hover {
  color: #27278f;
  border-color: #27278f;
}

.text-medium {
  font-weight: 500;
}

.text-semi {
  font-weight: 600;
}

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

.text-extra {
  font-weight: 800;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-base {
  color: #333333;
}

.color-dark {
  color: #18191F;
}

.color-accent {
  color: #cc3100;
}

.color-main {
  color: #27278f;
}

.color-sub {
  color: #696871;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #000000;
  font-family: "Work Sans";
}

input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
input[type='search']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder,
textarea::placeholder {
  transition: all 0.3s ease;
}

input[type='text']:focus::placeholder,
input[type='tel']:focus::placeholder,
input[type='email']:focus::placeholder,
input[type='search']:focus::placeholder,
input[type='password']:focus::placeholder,
input[type='number']:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #696871;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #696871;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #696871;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #696871;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='number'].placeholder,
textarea.placeholder {
  color: #696871;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: "Work Sans";
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

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

.m-auto {
  margin: auto !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-08 {
  margin-right: 8px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-08 {
  margin-bottom: 8px !important;
}

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

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-2 {
    margin-bottom: 20px !important;
  }

  .mb-md-3 {
    margin-bottom: 30px !important;
  }

  .mb-md-4 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1024px) {
  .mt-lg-4 {
    margin-top: 40px !important;
  }

  .mt-lg-6 {
    margin-top: 60px !important;
  }

  .mr-lg-2 {
    margin-right: 20px !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-2 {
    margin-bottom: 20px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mb-lg-3 {
    margin-bottom: 30px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 40px !important;
  }

  .mt-xl-6 {
    margin-top: 60px !important;
  }

  .mr-xl-2 {
    margin-right: 20px !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-3 {
    margin-bottom: 30px !important;
  }

  .mb-xl-4 {
    margin-bottom: 40px !important;
  }

  .mb-xl-5 {
    margin-bottom: 50px !important;
  }

  .mb-xl-6 {
    margin-bottom: 60px !important;
  }

  .mb-xl-7 {
    margin-bottom: 70px !important;
  }
}

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

.row-30 {
  justify-content: center;
  margin: 0 -0.8rem -2rem;
}

@media (min-width: 1024px) {
  .row-30 {
    margin: 0 -1.5rem -3rem;
  }
}

.row-30 .col {
  padding: 0 0.8rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .row-30 .col {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}

.row-60 {
  justify-content: center;
  margin: 0 -1.5rem -2rem;
}

@media (min-width: 1024px) {
  .row-60 {
    margin: 0 -3rem -2rem;
  }
}

.row-60 .col {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .row-60 .col {
    padding: 0 3rem;
  }
}

.row-110 {
  margin: 0 -2rem -2rem;
}

@media (min-width: 1200px) {
  .row-110 {
    margin: 0 -5.5rem -6rem;
  }
}

.row-110 .col {
  padding: 0 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .row-110 .col {
    padding: 0 5.5rem;
    margin-bottom: 6rem;
  }
}

.row--features {
  justify-content: center;
  margin: 0 -0.8rem -3rem;
}

@media (min-width: 1024px) {
  .row--features {
    margin: 0 -1.5rem -6.4rem;
  }
}

.row--features .col {
  padding: 0 0.8rem;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .row--features .col {
    padding: 0 1.5rem;
    margin-bottom: 6.4rem;
  }
}

.row--companies {
  justify-content: center;
}

@media (min-width: 1200px) {
  .row--companies {
    margin: 0 -1.5rem;
  }
}

@media (min-width: 1200px) {
  .row--companies .col {
    padding: 0 1.5rem;
  }
}

.col {
  width: 100%;
}

.col.col-12 {
  width: 100%;
}

.col.col-6 {
  width: 50%;
}

.col.col-4 {
  width: calc(100% / 3);
}

.col.col-3 {
  width: 25%;
}

.col.col-2 {
  width: calc(100% / 6);
}

.col.col-1 {
  width: calc(100% / 12);
}

@media (min-width: 390px) {
  .col.col-sm-12 {
    width: 100%;
  }

  .col.col-sm-6 {
    width: 50%;
  }

  .col.col-sm-4 {
    width: calc(100% / 3);
  }

  .col.col-sm-3 {
    width: 25%;
  }

  .col.col-sm-2 {
    width: calc(100% / 6);
  }

  .col.col-sm-1 {
    width: calc(100% / 12);
  }
}

@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }

  .col.col-md-6 {
    width: 50%;
  }

  .col.col-md-4 {
    width: calc(100% / 3);
  }

  .col.col-md-3 {
    width: 25%;
  }

  .col.col-md-2 {
    width: calc(100% / 6);
  }

  .col.col-md-1 {
    width: calc(100% / 12);
  }
}

@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }

  .col.col-lg-6 {
    width: 50%;
  }

  .col.col-lg-4 {
    width: calc(100% / 3);
  }

  .col.col-lg-3 {
    width: 25%;
  }

  .col.col-lg-2 {
    width: calc(100% / 6);
  }

  .col.col-lg-1 {
    width: calc(100% / 12);
  }
}

@media (min-width: 1200px) {
  .col.col-xl-6 {
    width: 50%;
  }

  .col.col-xl-4 {
    width: calc(100% / 3);
  }

  .col.col-xl-3 {
    width: 25%;
  }
}

.tablet {
  display: none !important;
}

@media (min-width: 768px) {
  .tablet {
    display: block !important;
  }
}

.tablet-inline {
  display: none;
}

@media (min-width: 768px) {
  .tablet-inline {
    display: inline;
  }
}

.is-tablet {
  display: none !important;
}

@media (min-width: 768px) {
  .is-tablet {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .tablet-none {
    display: none !important;
  }
}

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

.desktop {
  display: none !important;
}

@media (min-width: 1024px) {
  .desktop {
    display: block !important;
  }
}

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

@media (min-width: 1024px) {
  .is-desktop {
    display: flex !important;
  }
}

.widescreen {
  display: none !important;
}

@media (min-width: 1200px) {
  .widescreen {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .widescreen-none {
    display: none !important;
  }
}

.full-width {
  width: 100%;
}

.fit-width {
  width: fit-content;
}

.mob-width {
  width: 100%;
}

@media (min-width: 576px) {
  .mob-width {
    width: fit-content;
  }
}

.flex {
  display: flex;
}

.flex-row {
  display: flex;
  align-items: center;
}

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

.flex-between {
  justify-content: space-between;
}

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

.scale-X {
  transform: scaleX(-1);
}

.header {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  right: 0;
}

.header__body {
  padding: 1.3rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeced;
}

.header-btn {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 2rem;
  min-height: 3.6rem;
  line-height: 1.43;
  text-align: center;
}

@media (min-width: 768px) {
  .header-btn {
    font-size: 1.4rem;
    min-height: 4rem;
  }
}

@media (min-width: 1024px) {
  .header-btn:hover {
    background-color: #02005b;
  }
}

.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  padding: 13rem 2rem 4rem;
  background-color: #ffffff;
  z-index: 8;
  transition: all 0.3s ease;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .nav {
    padding: 14.5rem 2rem 5rem;
  }
}

@media (min-width: 1024px) {
  .nav {
    position: static;
    z-index: 0;
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    overflow: visible;
  }
}

.nav.active {
  right: 0;
}

.logo {
  position: relative;
  z-index: 13;
  width: 13rem;
}

@media (min-width: 768px) {
  .logo {
    width: 14.8rem;
  }
}

.menu {
  position: relative;
}

@media (min-width: 1024px) {
  .menu {
    margin-right: 3.2rem;
  }
}

@media (min-width: 1024px) {
  .menu__list {
    display: flex;
    align-items: center;
  }
}

.menu__item {
  cursor: pointer;
  position: relative;
}

.menu__item+.menu__item {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .menu__item+.menu__item {
    margin: 0 0 0 2rem;
  }
}

@media (min-width: 1200px) {
  .menu__item+.menu__item {
    margin: 0 0 0 3.2rem;
  }
}

.menu__item:hover .sub-menu {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.menu__link {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.43;
  width: fit-content;
  white-space: nowrap;
  font-feature-settings: "salt"on, "liga"off;
  color: #000040;
}

@media (min-width: 1024px) {
  .menu__link {
    font-size: 1.4rem;
  }
}

.menu__link.active:after, .menu__link:hover:after {
  width: 100%;
  opacity: 1;
}

.menu__link.active .menu__link-arrow, .menu__link:hover .menu__link-arrow {
  transform: scaleY(-1) translateY(-4px);
}

.menu__link:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #cc3100;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu__link-arrow {
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .menu__link-arrow {
    margin-bottom: 4px;
  }
}

.sub-menu {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .sub-menu {
    margin-top: 0;
    background-color: #ffffff;
    border: 1px solid #eeeced;
    box-shadow: 0px 10px 100px rgba(41, 41, 42, 0.2);
    padding: 2rem;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease;
  }

  .sub-menu:after {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 2.4rem;
    position: absolute;
    top: -0.8rem;
    left: 0;
    z-index: 2;
  }

  .sub-menu::before {
    content: "";
    background-color: #ffffff;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 2;
    border-top: 1px solid #eeeced;
    border-left: 1px solid #eeeced;
  }
}

@media (min-width: 1200px) {
  .sub-menu {
    padding: 4rem;
  }
}

.sub-menu__item+.sub-menu__item {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .sub-menu__item+.sub-menu__item {
    margin-top: 3rem;
  }
}

.sub-menu__link {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.sub-menu__link:hover .icon {
  color: #cc3100;
}

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger.active span {
  position: absolute;
}

.burger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 0;
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin: 0;
}

.burger span {
  width: 80%;
  height: 2px;
  border-radius: 1px;
  background-color: #000000;
  transition: all 0.3s ease;
}

.burger span:nth-child(1) {
  margin-bottom: 4px;
}

.burger span:nth-child(3) {
  margin-top: 4px;
}

.footer {
  background-color: #eeeced;
  position: relative;
  z-index: 1;
}

.footer .decor-img {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 35%;
  z-index: -1;
  max-width: 79.3rem;
}

@media (min-width: 1440px) {
  .footer .decor-img {
    bottom: 0;
  }
}

.footer__top {
  padding: 2rem 0;
}

@media (min-width: 1024px) {
  .footer__top {
    padding: 6rem 0 3rem;
  }
}

@media (min-width: 1200px) {
  .footer__top {
    padding: 10.4rem 0 6.6rem;
  }
}

@media (min-width: 768px) {
  .footer__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.footer__logo {
  margin: 0 auto 1.5rem;
}

@media (min-width: 768px) {
  .footer__logo {
    margin: 0 2rem 0 0;
  }
}

@media (min-width: 768px) {
  .footer__row {
    display: flex;
    width: auto;
  }
}

.footer__col {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__col {
    width: fit-content;
  }
}

.footer__col+.footer__col {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .footer__col+.footer__col {
    margin: 0 0 0 2.5rem;
  }
}

@media (min-width: 1200px) {
  .footer__col+.footer__col {
    margin: 0 0 0 4rem;
  }
}

.footer__bottom {
  padding: 1.2rem 0;
  background-color: #27278f;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer__bottom {
    padding: 1.6rem 0;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footer__bottom {
    padding: 2.4rem 0;
  }
}

.footer-nav__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

@media (min-width: 1024px) {
  .footer-nav__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer-nav__title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -1rem;
}

@media (min-width: 768px) {
  .footer-nav__list {
    flex-direction: column;
    margin: 0 0 -1.2rem;
  }
}

.footer-nav__item {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer-nav__item {
    margin-bottom: 1.2rem;
    width: auto;
    padding: 0;
  }
}

.footer-nav__link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
  width: fit-content;
  white-space: nowrap;
  font-feature-settings: "salt"on, "liga"off;
  color: #333333;
  position: relative;
}

@media (min-width: 1024px) {
  .footer-nav__link {
    font-size: 1.6rem;
  }
}

.footer-nav__link:hover:after {
  width: 100%;
  opacity: 1;
}

.footer-nav__link:hover .icon {
  color: #27278f;
}

.footer-nav__link:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #27278f;
  opacity: 0;
  transition: all 0.3s ease;
}

.socials {
  display: flex;
  align-items: center;
}

.socials .soc-link+.soc-link {
  margin-left: 2rem;
}

.soc-link {
  display: flex;
  flex: none;
  color: #333333;
}

.soc-link:hover {
  color: #27278f;
}

.soc-link .icon {
  font-size: 3rem;
  width: 1em;
}

.copyright {
  color: #ffffff;
  font-size: 1rem;
  line-height: 171%;
}

@media (min-width: 1024px) {
  .copyright {
    font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .copyright {
    font-size: 1.4rem;
  }
}

.header-section {
  padding: 10.6rem 0 4rem;
}

@media (min-width: 768px) {
  .header-section {
    padding: 11.7rem 0 7rem;
  }
}

.section-header {
  padding: 2rem 0;
  position: relative;
}

@media (min-width: 1024px) {
  .section-header {
    padding: 4rem 0;
    min-height: 16.7rem;
  }
}

.section-header:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #f8f8f8;
  z-index: -1;
}

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

.content {
  width: 100%;
}

@media (min-width: 768px) {
  .content {
    width: calc(100% - 30rem);
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .content {
    width: calc(100% - 40rem);
    padding-right: 4rem;
  }
}

@media (min-width: 1200px) {
  .content {
    padding-right: 8rem;
  }
}

.sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .sidebar {
    width: 30rem;
  }
}

@media (min-width: 1024px) {
  .sidebar {
    width: 40rem;
  }
}

.journey-section {
  padding: 3rem 0 5rem;
}

@media (min-width: 768px) {
  .journey-section {
    padding: 5rem 0 10rem;
  }
}

@media (min-width: 1440px) {
  .journey-section {
    padding: 12rem 0 16rem;
  }
}

.journey-slider {
  position: relative;
  width: 100%;
  padding-bottom: 5.2rem;
}

.journey-slider::before, .journey-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  background-color: #ffffff;
  z-index: 2;
}

.journey-slider::before {
  right: 100%;
}

.journey-slider::after {
  right: -2rem;
  width: 35%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) {
  .journey-slider::after {
    width: 20%;
  }
}

@media (min-width: 1360px) {
  .journey-slider::after {
    width: 100vw;
    right: auto;
    left: 90%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 96%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (min-width: 1500px) {
  .journey-slider::after {
    left: 100%;
  }
}

.journey-slider .swiper-buttons {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .journey-slider .swiper-buttons {
    left: 50%;
    transform: translateX(-50%);
  }
}

.journey-slider .swiper-btn {
  display: block;
  flex: none;
  color: #000000;
}

.journey-slider .swiper-btn:hover {
  color: #cc3100;
}

.journey-slider .swiper-btn-next {
  transform: scaleX(-1);
}

.journey-img {
  width: 100%;
  height: 45vw;
  max-height: 24rem;
  display: block;
  flex: none;
}

.journey-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.journey-item__head {
  width: 100%;
  position: relative;
}

.journey-item__head::after {
  content: "";
  width: calc(100% - 124px);
  height: 1px;
  opacity: 0.4;
  border-bottom: 2px dashed #000095;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.journey-item__img {
  width: 10rem;
  position: relative;
  z-index: 1;
}

.journey-item__year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.33;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 1200px) {
  .journey-item__body {
    padding: 0 2.6rem 1.6rem;
  }
}

.journey-item__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  font-feature-settings: "salt"on, "liga"off;
}

.journey-item__text {
  line-height: 1.5;
  font-feature-settings: "salt"on, "liga"off;
}

.services-section {
  padding: 5rem 0;
  background-color: #eeeced;
}

@media (min-width: 768px) {
  .services-section {
    padding: 8rem 0;
  }
}

.service {
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .service:hover {
    transform: translateY(-4px);
  }
}

.service__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.4rem;
  background-color: #ffffff;
  border: 2px solid #000000;
  box-shadow: 0px -10px 20px rgba(41, 41, 42, 0.07);
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .service__wrap {
    padding: 4rem 3.2rem;
  }
}

.clients-section {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .clients-section {
    padding: 8rem 0 16rem;
  }
}

.clients-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding-bottom: 1.8rem;
}

.clients-wrap:hover::after {
  opacity: 0;
  z-index: -1;
}

.clients-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 80%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 2;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .clients-wrap::after {
    height: 272px;
  }
}

.clients-wrap__row {
  width: 100%;
}

@media (min-width: 768px) {
  .clients-wrap__row.one {
    max-width: 96rem;
  }
}

.clients-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.6rem;
}

@media (min-width: 1024px) {
  .clients-row {
    margin: -3.2rem;
  }
}

.clients-col {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 1.6rem;
}

@media (min-width: 768px) {
  .clients-col {
    width: calc(100% / 8);
  }
}

@media (min-width: 1024px) {
  .clients-col {
    padding: 3.2rem;
  }
}

.clients-col .partner-link {
  filter: drop-shadow(0px 10px 20px rgba(41, 41, 42, 0.07));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(41, 41, 42, 0.07));
}

@media (min-width: 768px) {
  .empty-box {
    width: calc(100% / 16);
  }
}

.ceo-section {
  background-color: #f8f8f8;
  padding: 3rem 0 0;
}

@media (min-width: 768px) {
  .ceo-section {
    padding: 5rem 0 0;
  }
}

@media (min-width: 1200px) {
  .ceo-section {
    padding: 0;
  }
}

.team-section {
  padding: 6rem 0 4rem;
}

@media (min-width: 768px) {
  .team-section {
    padding: 10rem 0 10rem;
  }
}

@media (min-width: 1440px) {
  .team-section {
    padding: 16rem 0 16rem;
  }
}

.team-wrap {
  max-width: 120rem;
}

.team-member {
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .team-member:hover {
    transform: translateY(-8px);
  }
}

.team-member__ava {
  display: block;
  flex: none;
  border-radius: 4px;
  overflow: hidden;
  height: 80vw;
  width: 100%;
}

@media (min-width: 390px) {
  .team-member__ava {
    height: 40vw;
  }
}

@media (min-width: 768px) {
  .team-member__ava {
    height: 25.5rem;
  }
}

.team-member__ava img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-member__title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter";
  line-height: 1.56;
  color: #333333;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 1024px) {
  .team-member__title {
    font-size: 1.8rem;
  }
}

.blog-section {
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .blog-section {
    padding: 7rem 0;
  }
}

@media (min-width: 1440px) {
  .blog-section {
    padding: 16rem 0;
  }
}

.blog-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}

@media (min-width: 1200px) {
  .blog-wrap {
    padding-top: 7rem;
  }
}

.blog-card {
  height: 100%;
}

.blog-card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card__img {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  flex: none;
  width: 100%;
  height: 55vw;
}

@media (min-width: 768px) {
  .blog-card__img {
    height: 35vw;
  }
}

@media (min-width: 1024px) {
  .blog-card__img {
    height: 37.5rem;
  }
}

.blog-card__img.small {
  border-radius: 4px;
}

@media (min-width: 768px) {
  .blog-card__img.small {
    height: 28vw;
  }
}

@media (min-width: 1200px) {
  .blog-card__img.small {
    height: 23.6rem;
  }
}

.blog-card__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-card__footer {
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 1.2rem 0;
  border-bottom: 1px solid #f8f8f8;
}

@media (min-width: 768px) {
  .blog-card__footer {
    padding: 2rem 0;
  }
}

.blog-card__body {
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .blog-card__body {
    padding: 2rem 0;
  }
}

.blog-card__body a {
  color: #333333;
  transition: all 0.3s ease;
}

.blog-card__body a:hover {
  color: #27278f;
}

.blog-card__row-between {
  justify-content: space-between;
}

.blog-card__link-row {
  display: flex;
  justify-content: flex-end;
  margin: auto 0 0;
}

.blog-card__overflow a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  font-family: "Inter";
  font-feature-settings: "salt"on, "liga"off;
  color: #333333;
}

@media (min-width: 1024px) {
  .blog-card__title {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .blog-card__title {
    font-size: 2.4rem;
    padding-right: 8px;
  }
}

.blog-card__title a {
  color: #333333;
  transition: all 0.3s ease;
}

.blog-card__title a:hover {
  color: #27278f;
}

.blog-card__text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.29;
  color: #333333;
  letter-spacing: 1px;
  font-feature-settings: "salt"on, "liga"off;
}

.blog-card__text a {
  color: #333333;
  transition: all 0.3s ease;
}

.blog-card__text a:hover {
  color: #27278f;
}

.automation-section {
  padding: 7rem 0 3rem;
}

@media (min-width: 1024px) {
  .automation-section {
    padding: 14rem 0 7rem;
  }
}

.info-half-section {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .info-half-section {
    padding: 12rem 0;
  }
}

@media (min-width: 1200px) {
  .info-half-section.fluid .info__wrap {
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .info-half-section.fluid .info__img {
    position: absolute;
    bottom: calc(50% - 7rem);
    transform: translateY(46%);
    height: calc(100% - 236px);
  }
}

@media (min-width: 1200px) {
  .info-half-section.right .info__img {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .info-half-section.right.fluid .info__img {
    left: 51.8%;
    right: 0;
    width: 48.17%;
    border-radius: 400px 0px 0px 400px;
  }
}

@media (min-width: 1200px) {
  .info-half-section.left .info__col {
    padding: 2rem 0 0 4rem;
  }
}

@media (min-width: 1200px) {
  .info-half-section.left.fluid .info__wrap {
    justify-content: flex-end;
  }
}

@media (min-width: 1360px) {
  .info-half-section.left.fluid .info__wrap {
    padding-right: 6rem;
  }
}

@media (min-width: 1200px) {
  .info-half-section.left.fluid .info__img {
    width: 45%;
    right: 55%;
    border-radius: 0px 400px 400px 0px;
  }
}

.base-section {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .base-section {
    padding: 16rem 0;
  }
}

.intro-section {
  padding: 15rem 0 4rem;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .intro-section {
    padding: 17.6rem 0 6rem;
  }
}

@media (min-width: 1440px) {
  .intro-section--main {
    padding: 23.6rem 0 7.8rem;
  }
}

@media (min-width: 1440px) {
  .intro-section--main-two {
    padding: 21.5rem 0 7.8rem;
  }
}

.intro-section--about {
  padding: 15.5rem 0 0;
}

@media (min-width: 768px) {
  .intro-section--about {
    padding: 19.5rem 0 0;
  }
}

.intro-section--services {
  padding: 11rem 0 4rem;
}

@media (min-width: 768px) {
  .intro-section--services {
    padding: 19.5rem 0 9.5rem;
  }
}

@media (min-width: 1440px) {
  .intro-section--services {
    padding: 27.3rem 0 9.5rem;
  }
}

.intro-section--products {
  padding: 11rem 0 4rem;
  margin-bottom: 7rem;
}

@media (min-width: 768px) {
  .intro-section--products {
    padding: 15.6rem 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  .intro-section--products {
    padding-bottom: 0;
    margin-bottom: 7rem;
  }
}

.intro-img {
  position: absolute;
  z-index: -1;
}

.intro-img--main {
  width: 52%;
  max-width: 88rem;
  left: 52%;
  bottom: -1rem;
}

@media (min-width: 1360px) {
  .intro-img--main {
    bottom: -3rem;
  }
}

@media (min-width: 1640px) {
  .intro-img--main {
    bottom: -7.3rem;
  }
}

.intro-img--main-two {
  width: 50%;
  max-width: 91rem;
  left: 52%;
  bottom: 15%;
}

@media (min-width: 1360px) {
  .intro-img--main-two {
    bottom: 10rem;
  }
}

@media (min-width: 1640px) {
  .intro-img--main-two {
    bottom: -2.9rem;
  }
}

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

@media (min-width: 768px) {
  .intro__wrap.md-reverse {
    flex-direction: row-reverse;
  }
}

.intro__prices {
  width: 100%;
}

.intro__col {
  width: 100%;
}

@media (min-width: 1024px) {
  .intro__col {
    width: 50%;
    max-width: 51.8rem;
  }
}

.intro__col-service {
  width: 100%;
}

@media (min-width: 768px) {
  .intro__col-service {
    width: 50%;
    max-width: 51.5rem;
    padding-right: 2rem;
    margin: 0 auto 0 0;
  }
}

.intro__col-solutions {
  width: 100%;
}

@media (min-width: 768px) {
  .intro__col-solutions {
    width: 57%;
    max-width: 51.5rem;
    padding-right: 2rem;
    margin: 0 auto 0 0;
  }
}

.intro__img-service {
  height: 48vw;
  margin: 0 -2rem;
}

@media (min-width: 768px) {
  .intro__img-service {
    height: 32vw;
    width: 50%;
    border-radius: 400px 0px 0px 400px;
    overflow: hidden;
    margin-right: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro__img-service {
    position: absolute;
    left: 52%;
    height: 32.7rem;
    width: 73%;
    bottom: 4rem;
  }
}

@media (min-width: 1440px) {
  .intro__img-service {
    width: 95.5rem;
    height: 35.7rem;
  }
}

@media (min-width: 1920px) {
  .intro__img-service {
    left: auto;
    right: 0;
    width: 49.75%;
  }
}

.intro__img-service picture,
.intro__img-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.intro__img-col {
  width: 100%;
}

@media (min-width: 768px) {
  .intro__img-col {
    width: 43%;
  }
}

@media (min-width: 1200px) {
  .intro__img-col {
    width: 49.6%;
    margin-bottom: -4rem;
  }
}

@media (min-width: 1440px) {
  .intro__img-col {
    margin-bottom: -6rem;
  }
}

.intro__form {
  width: 100%;
  max-width: 39.7rem;
}

.intro__img {
  width: 100%;
  max-width: 120rem;
}

.info-full-section {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .info-full-section {
    padding: 12rem 0;
  }
}

.info-full-wrap {
  width: 100%;
}

.info-full-wrapper {
  width: 100%;
}

.info-full-img {
  display: block;
  width: 100%;
  height: 42vw;
  max-height: 30rem;
}

.info-full-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.item__wrap {
  align-items: center;
  padding: 0 3rem;
}

@media (min-width: 1024px) {
  .item__wrap {
    padding: 0;
  }
}

.item__img {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .item__img {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 2.4rem;
  }
}

.item__name {
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.8rem;
}

.item__descr {
  font-size: 1.6rem;
  line-height: 1.44;
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .item__descr {
    font-size: 1.8rem;
  }
}

.info-column-section {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .info-column-section {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1440px) {
  .info-column-section {
    padding-bottom: 12rem;
  }
}

.statistic-section {
  background-color: #eeeced;


  padding: 40px 0;
}

@media (min-width: 768px) {
  .statistic-section {
    margin: 40px 0;
  }
}

.numbers {
  max-width: 255px;
  text-align: center;
  margin: 2rem auto;
}

.numbers__name {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .numbers__name {
    font-size: 4.2rem;
  }
}

@media (min-width: 1024px) {
  .numbers__name {
    font-size: 5.2rem;
  }
}

@media (min-width: 1200px) {
  .numbers__name {
    font-size: 6.4rem;
  }
}

.numbers__descr {
  font-size: 1.4rem;
  line-height: 1.62;
  color: #000000;
}

@media (min-width: 1024px) {
  .numbers__descr {
    font-size: 1.6rem;
  }
}

.wedo-section {
  padding: 6rem 0 2rem;
}

@media (min-width: 1024px) {
  .wedo-section {
    padding: 7rem 0 3rem;
  }
}

@media (min-width: 1440px) {
  .wedo-section {
    padding: 14rem 0 6.8rem;
  }
}

.pricing-section {
  padding: 80px 0;
  background-color: #eeeced;
}

.pricing-wrap__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1rem -2rem;
}

@media (min-width: 1440px) {
  .pricing-wrap__row {
    margin: 0 -2rem -2rem;
  }
}

.pricing-wrap__col {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .pricing-wrap__col {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .pricing-wrap__col {
    width: calc(100% / 3);
  }
}

@media (min-width: 1440px) {
  .pricing-wrap__col {
    padding: 0 2rem;
  }
}

.pricing {
  height: 100%;
}

.pricing__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.4rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .pricing__wrap {
    padding: 2rem;
  }
}

@media (min-width: 1440px) {
  .pricing__wrap--big {
    padding: 4rem;
  }
}

.pricing__head {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pricing__name {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #583D2F;
  text-align: center;
}

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

@media (min-width: 1440px) {
  .pricing__price {
    margin: 0 -1.8rem;
  }
}

.pricing__period {
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  word-break: break-all;
}

@media (min-width: 768px) {
  .pricing__period {
    font-size: 3rem;
  }
}

@media (min-width: 1440px) {
  .pricing__period {
    font-size: 4rem;
  }
}

.pricing__descr {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.14;
  color: #333333;
  letter-spacing: -0.562737px;
}

@media (min-width: 1024px) {
  .pricing__descr {
    font-size: 1.8rem;
  }
}

.pricing__footer {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

@media (min-width: 1440px) {
  .pricing__list {
    padding-left: 2rem;
  }
}

.pricing .option__item {
  display: flex;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .pricing .option__item {
    margin-bottom: 2rem;
    padding-right: 1.5rem;
  }
}

.pricing .option__item:last-child {
  margin-bottom: 0;
}

.pricing .option__check {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.4rem;
}

@media (min-width: 1200px) {
  .pricing .option__check {
    margin-top: 0;
    width: 3rem;
    height: 3rem;
  }
}

.price-list__item {
  padding-left: 1.5rem;
  position: relative;
}

@media (min-width: 1440px) {
  .price-list__item {
    padding-left: 2.4rem;
  }
}

.price-list__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333333;
}

@media (min-width: 1440px) {
  .price-list__item::before {
    left: 10px;
  }
}

.pricing-text {
  letter-spacing: -0.562737px;
  font-size: 1.6rem;
  line-height: 1.56;
  color: #696871;
}

@media (min-width: 1024px) {
  .pricing-text {
    font-size: 1.8rem;
  }
}

.partners-section {
  padding: 3rem 0 1rem;
}

@media (min-width: 1024px) {
  .partners-section {
    padding: 7rem 0 16rem;
  }
}

.partners-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}

.partners-slider::before, .partners-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

@media (min-width: 1024px) {
  .partners-slider::before, .partners-slider::after {
    width: 128px;
  }
}

.partners-slider::before {
  left: 0;
}

.partners-slider::after {
  right: -1px;
  transform: scaleX(-1);
}

.partner-link {
  display: block;
  flex: none;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
  position: relative;
  z-index: 1;
}

.partner-link:hover img {
  animation: blendNormal 0.3s ease forwards;
}

.partner-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(238, 236, 237, 0.2), rgba(238, 236, 237, 0.2)), linear-gradient(0deg, #EEECED, #EEECED);
  z-index: -1;
}

.partner-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease;
}

@keyframes blendNormal {
  0% {
    mix-blend-mode: luminosity;
  }

  100% {
    mix-blend-mode: normal;
  }
}

.started-section {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .started-section {
    padding: 8rem 0;
  }
}

.started-section.bg {
  background-color: #F8F8F8;
}

.started__board {
  width: 100%;
  max-width: 73rem;
}

.started__board .base-text {
  line-height: 1.5;
}

.started__form {
  width: 100%;
  max-width: 39.4rem;
}

.started-list {
  margin-bottom: -1.5rem;
}

@media (min-width: 768px) {
  .started-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.5rem -1.5rem;
  }
}

.started-list__item {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .started-list__item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .started-list__item {
    width: calc(100% / 3);
  }
}

.reviews-section {
  padding: 3rem 0 2rem;
}

@media (min-width: 1024px) {
  .reviews-section {
    padding: 8rem 0 16rem;
  }
}

.reviews-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.reviews-slider-thumb {
  max-width: 60rem;
  padding-bottom: 2rem;
}

.reviews-slider-thumb .swiper-slide {
  width: calc(100% / 3);
}

@media (min-width: 768px) {
  .reviews-slider-thumb .swiper-slide {
    width: calc(100% / 5);
  }
}

.reviews-slider-thumb .swiper-slide-active img {
  animation: blendNormal 0.3s ease forwards;
}

.reviews-slider-big {
  max-width: 85.4rem;
  padding-bottom: 3.2rem;
}

.reviews-slider-big .swiper-slide {
  width: 100% !important;
  margin-top: auto;
}

.review-board {
  position: relative;
}

.review-board__wrap {
  border-radius: 10px;
  border: 2px solid #000000;
  background-color: #f8f8f8;
  padding: 2rem 1.2rem;
  position: relative;
  z-index: 1;
  display: flex;
}

.review-board__wrap:after {
  content: url("../images/decor/border-decor.svg");
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1.5rem;
  z-index: -1;
}

@media (min-width: 1024px) {
  .review-board__wrap:after {
    bottom: -15.5px;
  }
}

.review-board__quotes {
  display: block;
  font-weight: 800;
  font-size: 5.2rem;
  line-height: 0.8;
  font-feature-settings: "salt"on, "liga"off;
  color: #27278f;
}

@media (min-width: 768px) {
  .review-board__quotes {
    font-size: 7.2rem;
  }
}

.author-ava {
  display: block;
  flex: none;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.author-ava:hover img {
  animation: blendNormal 0.3s ease forwards;
}

.author-ava::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(238, 236, 237, 0.2), rgba(238, 236, 237, 0.2)), linear-gradient(0deg, #eeeced, #eeeced);
  z-index: -1;
}

.author-ava img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease;
}

.why-section {
  padding: 3rem 0 5rem;
}

@media (min-width: 768px) {
  .why-section {
    padding: 5rem 0 10rem;
  }
}

@media (min-width: 1440px) {
  .why-section {
    padding: 7rem 0 14rem;
  }
}

.news-section {
  padding: 3rem 0 5rem;
}

@media (min-width: 768px) {
  .news-section {
    padding: 5rem 0 10rem;
  }
}

@media (min-width: 1440px) {
  .news-section {
    padding: 7rem 0 14rem;
  }
}

.features-section {
  padding: 3rem 0 4rem;
}

@media (min-width: 1024px) {
  .features-section {
    padding: 3rem 0 8rem;
  }
}

@media (min-width: 1440px) {
  .features-section {
    padding: 12rem 0 16rem;
  }
}

.features-section .container {
  position: relative;
  z-index: 1;
}

.features-section .container .decor-img {
  position: absolute;
  z-index: -1;
  width: 38rem;
  top: 0;
  right: 0;
}

@media (min-width: 1440px) {
  .features-section .container .decor-img {
    width: 54rem;
    top: -32px;
  }
}

.features-wrap {
  max-width: 111rem;
}

.feature {
  width: 100%;
}

.feature__wrap {
  background: #FFFFFF;
  box-shadow: 0px -5px 30px rgba(41, 41, 42, 0.1);
  border-radius: 8px;
  padding: 2.4rem;
  height: 100%;
}

@media (min-width: 768px) {
  .feature__wrap {
    min-height: 20rem;
  }
}

.feature__title {
  color: #000040;
}

.error-section {
  padding: 20rem 0 4rem;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/decor/error-bg-sm.png");
}

@media (min-width: 768px) {
  .error-section {
    padding: 26rem 0 10rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/decor/error-bg-xl.png");
  }
}

@media (min-width: 1024px) {
  .error-section {
    padding: 26rem 0 10rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/decor/error-bg-xl.png");
  }
}

@media (min-width: 1440px) {
  .error-section {
    padding: 23.6rem 0 14rem;
  }
}

@media (min-width: 1920px) {
  .error-section {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/decor/error-bg-hd.png");
  }
}

.error__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.09;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 768px) {
  .error__title {
    font-size: 6.8rem;
  }
}

@media (min-width: 1440px) {
  .error__title {
    font-size: 8.4rem;
  }
}

@media (min-width: 1920px) {
  .error__title {
    font-size: 9.6rem;
  }
}

@media (min-width: 768px) {
  .contacts__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .contacts__col {
    width: 50.5%;
    padding-right: 2rem;
    max-width: 56rem;
  }
}

.contacts__col h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.16;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 768px) {
  .contacts__col h2 {
    font-size: 4rem;
  }
}

@media (min-width: 1440px) {
  .contacts__col h2 {
    font-size: 4.8rem;
  }
}

.contacts__col p {
  font-size: 1.6rem;
  line-height: 1.44;
  color: #333333;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .contacts__col p {
    font-size: 1.8rem;
  }
}

.contacts__col ul {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .contacts__col ul {
    margin-top: 6rem;
  }
}

.contacts__col li {
  display: flex;
  flex-direction: column;
  padding-left: 3.8rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.38;
  color: #4F4F4F;
}

@media (min-width: 1024px) {
  .contacts__col li {
    font-size: 1.6rem;
    padding-left: 4.8rem;
  }
}

.contacts__col li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  background-image: url("../images/icons/cloud.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts__col li strong {
  font-size: 2rem;
  line-height: 1.33;
  font-weight: 600;
  color: #333333;
}

@media (min-width: 1024px) {
  .contacts__col li strong {
    font-size: 2.4rem;
  }
}

.contacts__col li+li {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .contacts__col li+li {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .contacts__form {
    width: 49.5%;
  }
}

@media (min-width: 1360px) {
  .contacts__form {
    padding: 0 2rem;
  }
}

.quote-section {
  padding: 4rem 0;
}

@media (min-width: 1024px) {
  .quote-section {
    padding: 16rem 0 6rem;
  }
}

@media (min-width: 768px) {
  .quote-section.full {
    padding: 5rem 0;
  }
}

@media (min-width: 1440px) {
  .quote-section.full {
    padding: 7rem 0;
  }
}

.quote-section .section-head h2 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.16;
  font-feature-settings: "salt"on, "liga"off;
  max-width: 70rem;
  margin: 0 auto 0.8rem;
}

@media (min-width: 768px) {
  .quote-section .section-head h2 {
    font-size: 4rem;
  }
}

@media (min-width: 1440px) {
  .quote-section .section-head h2 {
    font-size: 4.8rem;
  }
}

.quote-section .section-head p {
  font-size: 1.6rem;
  line-height: 1.78;
  color: #333333;
  max-width: 69.7rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .quote-section .section-head p {
    font-size: 1.8rem;
  }
}

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.sprite-wrap {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  transition: all 0.3s ease;
}

.img-wrap {
  display: block;
  flex: none;
}

.img-wrap img {
  width: 100%;
  display: block;
}

.icon-wrap {
  display: block;
  flex: none;
}

.icon-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
}

.small-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.medium-icon {
  width: 2.2rem;
  height: 2.2rem;
}

.base-icon {
  width: 2.4rem;
  height: 2.4rem;
}

@media (min-width: 1200px) {
  .base-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.cloud-icon {
  width: 2.8rem;
  height: 2.8rem;
}

.icon-medium {
  font-size: 2.4rem;
  width: 1em;
}

.icon-social {
  font-size: 3rem;
  width: 1em;
}

.icon-swiper-arrow {
  font-size: 1.2rem;
  width: 3.16667em;
}

.icon-small {
  font-size: 2.2rem;
  width: 1em;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-feature-settings: "salt"on, "liga"off;
  font-size: 1.4rem;
  border-radius: 2px;
  transition: all 0.3s ease;
  height: 4rem;
}

@media (min-width: 1024px) {
  .btn {
    font-size: 1.6rem;
    height: 5.2rem;
  }
}

.btn.primary {
  background-color: #cc3100;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .btn.primary:hover {
    background-color: #c20000;
  }
}

.btn.secondary {
  background-color: #27278f;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .btn.secondary:hover {
    background-color: #02005b;
  }
}

.btn.tertiary {
  border: 2px solid #cc3100;
  color: #cc3100;
}

@media (min-width: 1024px) {
  .btn.tertiary:hover {
    color: #ffffff;
    border-color: #c20000;
    background-color: #c20000;
  }
}

.btn.fourth {
  border: 2px solid #000000;
  color: #000000;
}

@media (min-width: 1024px) {
  .btn.fourth:hover {
    color: #ffffff;
    background-color: #000000;
  }
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.btn.small {
  height: 3.6rem;
}

@media (min-width: 1024px) {
  .btn.medium {
    height: 4.8rem;
  }
}

.btn.width-376 {
  width: 100%;
}

@media (min-width: 480px) {
  .btn.width-376 {
    width: fit-content;
    min-width: 25.6rem;
  }
}

@media (min-width: 1024px) {
  .btn.width-376 {
    min-width: 37.6rem;
  }
}

.btn.width-200 {
  width: 100%;
}

@media (min-width: 480px) {
  .btn.width-200 {
    width: fit-content;
    min-width: 20rem;
  }
}

.help-btn {
  font-size: 1.6rem;
  font-weight: 500;
  flex: none;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}

.help-btn:hover {
  color: #27278f;
}

.arrow-btn {
  display: block;
  flex: none;
  color: #000000;
}

.arrow-btn:hover {
  color: #cc3100;
}

.form {
  width: 100%;
}

.form__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form__field+.form__field {
  margin-top: 1.6rem;
}

@media (min-width: 1024px) {
  .form__field+.form__field {
    margin-top: 2rem;
  }
}

.form__field.invalid input {
  border-color: #dc3545;
}

.form__field.invalid .valid-text {
  margin-top: 0.4rem;
  display: block;
}

.form__field .valid-text {
  display: none;
}

.form__input, .form__textarea {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 1.6rem;
  padding: 1.4rem 1.6rem 1.4rem 2rem;
  width: 100%;
}

.form__input {
  height: 4rem;
}

@media (min-width: 1024px) {
  .form__input {
    height: 5.2rem;
  }
}

.form__textarea {
  min-height: 8.8rem;
  resize: none;
}

@media (min-width: 1024px) {
  .form__textarea {
    min-height: 11.8rem;
  }
}

.form__contact-row {
  display: flex;
}

.form__contact-row .form__input {
  border-radius: 2px 0px 0px 2px;
  border-right: none;
}

.form__contact-row .form__btn {
  border-radius: 0px 2px 2px 0px;
}

.form__contact-btn {
  min-width: 14.5rem;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -1.7rem;
}

.form__col {
  flex: auto;
  padding: 0 0.5rem;
  margin-bottom: 1.7rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .form__col {
    width: 50%;
  }
}

.form__captcha-area {
  justify-content: space-between;
}

.form__captcha-img {
  width: 10.2rem;
  height: 3.4rem;
  border-radius: 8px;
  display: block;
  flex: none;
}

@media (min-width: 1024px) {
  .form__captcha-img {
    width: 16.2rem;
    height: 5.4rem;
  }
}

.form__captcha-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.form__label {
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .form__label {
    font-size: 1.6rem;
  }
}

.form__captcha-field {
  width: 21.3rem;
}

.info {
  height: 100%;
  display: flex;
}

@media (min-width: 1440px) {
  .info.medium {
    min-height: 57rem;
  }
}

@media (min-width: 1440px) {
  .info.small {
    min-height: 55.2rem;
  }
}

@media (min-width: 1440px) {
  .info.big {
    min-height: 61rem;
  }
}

.info__wrap {
  width: 100%;
}

@media (min-width: 1200px) {
  .info__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.info__img {
  height: 48vw;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .info__img {
    height: 35vw;
    border-radius: 0px 300px 300px 0px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .info__img {
    border-radius: 0;
    height: 100%;
    width: 47.2%;
  }
}

@media (min-width: 1440px) {
  .info__img.big {
    max-height: 61rem;
  }
}

@media (min-width: 1440px) {
  .info__img.medium {
    max-height: 57rem;
  }
}

@media (min-width: 1440px) {
  .info__img.small {
    max-height: 55.2rem;
  }
}

.info__img picture,
.info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info__col {
  width: 100%;
}

@media (min-width: 1200px) {
  .info__col {
    width: 52.8%;
    max-width: 61rem;
    padding: 2rem 4rem 0 0;
  }
}

.info-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem -2rem;
  }
}

@media (min-width: 1200px) {
  .info-list {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .info-list__item {
    width: 45%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .info-list__item {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

.info-list__item+.info-list__item {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .info-list__item+.info-list__item {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .info-list__item+.info-list__item {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .base-card__mob-row {
    flex-direction: column;
  }
}

.info-item__wrap {
  align-items: center;
}

@media (min-width: 768px) {
  .quote__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.quote__author-img {
  width: 70%;
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  .quote__author-img {
    width: 50%;
    margin: auto 0 0;
  }
}

.quote__content {
  padding-left: 2rem;
}

@media (min-width: 1200px) {
  .quote__content {
    padding: 2rem 0 2rem 4.8rem;
    max-width: 51rem;
  }
}

.quote__img {
  width: 8rem;
  margin: 0 0 -2rem -2rem;
}

@media (min-width: 1024px) {
  .quote__img {
    width: 12.2rem;
    margin: 0 0 -3.4rem -3.2rem;
  }
}

.quote__title {
  font-size: 3rem;
  line-height: 1.35;
  font-weight: 600;
  text-align: right;
  font-feature-settings: "salt"on, "liga"off;
}

@media (min-width: 768px) {
  .quote__title {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .quote__title {
    font-size: 4rem;
  }
}

.quote__text {
  font-feature-settings: "salt"on, "liga"off;
  font-family: "Inter";
}

@media (min-width: 768px) {
  .benefits__wrap {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .benefits__col {
    width: 31.5%;
  }
}

@media (min-width: 768px) {
  .benefits__content {
    width: calc(100% - 31.5%);
    padding-left: 3rem;
  }
}

.company {
  padding: 3rem 1rem;
  display: flex;
}

.company__img {
  height: 3rem;
  display: block;
  flex: none;
  margin: 0 auto;
}

.company__img img {
  height: 100%;
  display: block;
}

.cards-wrap .card+.card {
  margin-top: 2rem;
}

@media (min-width: 1200px) {
  .cards-wrap .card+.card {
    margin-top: 3.5rem;
  }
}

.card:hover .card__wrap {
  box-shadow: 0px 5px 30px rgba(41, 41, 42, 0.15);
}

.card__wrap {
  padding: 2rem 1.6rem;
  transition: all 0.3s ease;
  box-shadow: 0px -5px 30px rgba(41, 41, 42, 0.1);
}

@media (min-width: 1200px) {
  .card__wrap {
    padding: 3rem 4rem;
  }
}

.card__head {
  justify-content: space-between;
  font-family: "Inter";
}

.card__head a {
  color: #18191F;
  transition: all 0.3s ease;
}

.card__head a:hover {
  color: #27278f;
}

.card__body {
  font-family: "Inter";
}

.card__body a {
  color: #000000;
  transition: all 0.3s ease;
}

.card__body a:hover {
  color: #27278f;
}

.card__text {
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.filter-tabs {
  position: relative;
  z-index: 2;
}

.filter-tabs__head {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px -5px 30px rgba(41, 41, 42, 0.1);
  margin: 0 -2rem;
  padding: 2rem;
  overflow: hidden;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .filter-tabs__head {
    padding: 2rem 6rem;
    border-radius: 8px;
  }
}

@media (min-width: 1024px) {
  .filter-tabs__head {
    justify-content: center;
    margin: -3rem 0 0;
  }
}

.filter-tabs__tab {
  font-size: 1.6rem;
  font-weight: 500;
  flex: none;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}

.filter-tabs__tab+.filter-tabs__tab {
  margin-left: 2rem;
}

.filter-tabs__tab a {
  color: #000000;
}

.filter-tabs__tab:hover a {
  color: #02005b;
}

.filter-tabs__tab.active a {
  color: #27278f;
  font-weight: 700;
}

.article-wrap {
  width: 100%;
  max-width: 79rem;
  margin: 0 auto;
}

article {
  width: 100%;
}

article h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.17;
  font-feature-settings: "salt"on, "liga"off;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  article h2 {
    font-size: 4rem;
  }
}

@media (min-width: 1440px) {
  article h2 {
    font-size: 4.8rem;
  }
}

article h3 {
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.8rem;
}

@media (min-width: 1024px) {
  article h3 {
    font-size: 1.8rem;
  }
}

article h4 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  color: #18191F;
  margin-bottom: 2rem;
}

article h4 span {
  font-weight: 400;
  text-transform: capitalize;
  margin-left: auto;
  padding-left: 1rem;
  color: #333333;
}

article h5 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 16px;
  text-align: right;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
}

article h5 span {
  font-weight: 400;
}

article ul li+li {
  margin-top: 2rem;
}

article ol {
  padding-left: 2rem;
}

article ol li::marker {
  font-size: 1.6rem;
  line-height: 1.44;
  color: #333333;
}

article ol li+li {
  margin-top: 2rem;
}

article p {
  font-size: 1.6rem;
  line-height: 1.44;
  color: #333333;
}

@media (min-width: 1024px) {
  article p {
    font-size: 1.8rem;
  }
}

article p span {
  text-transform: uppercase;
}

article li {
  font-size: 1.6rem;
  line-height: 1.44;
  color: #333333;
}

@media (min-width: 1024px) {
  article li {
    font-size: 1.8rem;
  }
}

article p+ul,
article p+ol {
  margin-top: 2rem;
}

article ul+p,
article ol+p {
  margin-top: 2rem;
}

article P+P {
  margin-top: 2rem;
}

article a {
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: 1;
}

article a:hover {
  color: #cc3100;
  border-color: #cc3100;
}

article img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  display: block;
  flex: none;
  margin-bottom: 3.5rem;
}

.article__img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.article__nav {
  justify-content: center;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: none;
}

.overlay.active {
  display: flex !important;
  animation: fadeIn 0.3s linear;
}

.popup {
  position: fixed;
  z-index: 99;
  display: none;
  transition: all 0.3s ease;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: -100vw;
}

@media (min-width: 768px) {
  .popup {
    width: auto;
    height: auto;
    max-height: 90vh;
  }
}

.popup.active {
  right: auto;
  display: block;
  animation: fadeIn 0.3s linear;
}

.popup--big {
  max-width: 127rem;
}

@media (min-width: 768px) {
  .popup--big {
    width: calc(100vw - 4rem);
  }
}

@media (min-width: 1200px) {
  .popup--big .popup__wrap {
    padding: 7rem 10rem 8rem;
  }
}

.popup__wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 4rem 0.6rem 3rem 1.2rem;
}

@media (min-width: 768px) {
  .popup__wrap {
    border: 2px solid #27278F;
    box-shadow: 0px 10px 100px 10px rgba(41, 41, 42, 0.2);
    border-radius: 8px;
    padding: 4rem 1rem 4rem 2rem;
  }
}

.popup__scroll {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
  padding-right: 0.6rem;
}

@media (min-width: 768px) {
  .popup__scroll {
    padding-right: 1rem;
    max-height: calc(86vh - 8rem);
  }
}

@media (min-width: 1200px) {
  .popup__scroll {
    max-height: calc(86vh - 15rem);
  }
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex: none;
  color: #18191F;
}

.popup__close:active, .popup__close:hover {
  color: #cc3100;
}

#consent-overlay {
  padding: 0 2rem;
}

#consent-overlay>div {
  background-color: #ffffff;
  margin: auto;
  padding: 4rem 2rem;
  max-width: 70rem;
}

@media (min-width: 768px) {
  #consent-overlay>div {
    padding: 4rem;
  }
}

#consent-overlay>div div+div {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #consent-overlay>div div+div {
    margin-top: 3.2rem;
  }
}

#consent-overlay>div div {
  display: flex;
}

#consent-overlay>div div:last-child {
  padding-top: 1.6rem;
  justify-content: center;
}

#consent-overlay>div div button+button {
  margin-left: 1.2rem;
}

#consent-overlay>div button {
  min-height: 4rem;
  height: auto;
}

#consent-overlay input {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  display: block;
  flex: none;
  border: 2px solid #18191F;
  background: #ffffff;
  transition: all 0.3s ease;
  margin: 0.6rem 1.6rem 0 0;
  position: relative;
}

#consent-overlay input::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7126 1L5.41379 12.7701L1 8.35632' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  width: 13px;
  height: 10px;
}

#consent-overlay input:checked {
  background-color: #18191F;
}

#consent-overlay input:disabled {
  pointer-events: none;
  opacity: 0.4;
}

#consent-overlay h3 {
  font-size: 2rem;
  line-height: 1.33;
  font-weight: 600;
  margin-right: 0.4rem;
}

@media (min-width: 1024px) {
  #consent-overlay h3 {
    font-size: 2.4rem;
  }
}

#consent-overlay p {
  font-size: 1.5rem;
  line-height: 1.38;
  color: #333333;
}

@media (min-width: 1024px) {
  #consent-overlay p {
    font-size: 1.6rem;
  }
}

.cookies {
  position: fixed;
  z-index: 6;
  display: none;
  transition: all 0.3s ease;
  width: calc(100vw - 4rem);
  bottom: 2rem;
  left: 2rem;
}

@media (min-width: 768px) {
  .cookies {
    width: fit-content;
  }
}

@media (min-width: 1440px) {
  .cookies {
    bottom: 4rem;
    left: 4rem;
  }
}

.cookies.active {
  display: block;
  animation: fadeIn 0.3s linear;
}

.cookies__wrap {
  background: #FFFFFF;
  border: 2px solid #27278F;
  box-shadow: 0px 10px 100px 10px rgba(41, 41, 42, 0.2);
  border-radius: 8px;
  padding: 2rem 1.5rem;
}

@media (min-width: 576px) {
  .cookies__wrap {
    display: flex;
  }
}

@media (min-width: 768px) {
  .cookies__wrap {
    padding: 2.8rem 4rem;
    align-items: center;
  }
}

.cookies__col {
  margin-bottom: 1.2rem;
}

@media (min-width: 576px) {
  .cookies__col {
    margin: 0 1.5rem 0 0;
  }
}

.cookies__text {
  font-size: 1.6rem;
  font-family: "Inter";
  font-weight: 600;
  line-height: 1.22;
  font-feature-settings: "salt"on, "liga"off;
  color: #18191F;
}

@media (min-width: 1024px) {
  .cookies__text {
    font-size: 1.8rem;
  }
}

.cookies .btn+.btn {
  margin-left: 1.2rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.breadcrumb-item {
  width: fit-content;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.14;
  text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item {
  margin-left: 0.3rem;
}

.breadcrumb-item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #333333;
  margin-left: 3px;
}

.breadcrumb-item.active {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .breadcrumb-item.active {
    font-size: 1.6rem;
  }
}

.breadcrumb-item a {
  color: #333333;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
  border-color: #333333;
}

/*# sourceMappingURL=styles.min.css.map */