:root {
  --font-family: "Manrope", sans-serif !important;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --gray-color: #2a2a2a;
}

body {
  font-family: var(--font-family, sans-serif) !important;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
html {.
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--font-family, sans-serif) !important;
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif) !important;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.btn-blue {
  padding: 5px 20px;
  background-color: #3799eb;
  border-radius: 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: var(--light-color);
}
.btn-blue:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-blue:hover {
  background-color: #126cff;
}

.btn-outline {
  padding: 5px 20px;
  border: 0.5px solid #82868C;
  border-radius: 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #605f5f;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.page-one-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  max-width: 335px;
  border: 0.5px solid #5b5b5b;
  border-radius: 4px;
  overflow: hidden;
}
.page-one-parent .hero__info-input-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.page-one1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
}

.page-one2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.page-one3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.page-one4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}

.page-two-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 280px;
  border: 0.5px solid #5b5b5b;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .page-one-parent {
    max-width: 100%;
  }
  .page-two-parent {
    width: 100%;
  }
}
.page-two1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}

.page-two2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.page-two3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.badge {
  background-color: #dcdcdc;
}

.iti__flag {
  background-image: url("../img/flags/flags.png");
}

.iti__flag {
  background-image: url("../img/flags/flags.png");
}

.note-modal-footer {
  height: 55px !important;
}

.active {
  -webkit-transform: translateX(0rem) !important;
  -ms-transform: translateX(0rem) !important;
  transform: translateX(0rem) !important;
}

.stop-scrolling {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.stop-scrolling:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .news-none {
    display: none;
  }
  .news-m {
    padding: 0;
  }
}
.header {
  padding: 13px 32px;
  background-color: var(--light-color);
}
.header__close {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__close {
    display: block;
    margin-left: auto;
    padding: 10px 10px 0 0;
  }
  .header__close span {
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 25px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__burger {
    display: block;
  }
  .header__burger img {
    width: 30px;
    height: 30px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 25px;
}
.header__nav-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav-img {
    width: 30px;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header__nav-desktopCart {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav-desktopCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.header__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--black-color);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link:hover, .header__link:focus {
  color: var(--accent-color);
  border-bottom: 1px solid #00358C;
}
.header__nav-cart {
  border-left: 1px solid #82868c;
}
.header__nav-cart-link {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .header__nav-cart {
    display: none;
  }
}
.header__nav-lang {
  margin-left: 10px;
}
.header__nav-lang .select {
  position: relative;
  width: 50px;
}
.header__nav-lang .select .selectBtn {
  background: var(--bg1);
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}
.header__nav-lang .select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -5px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__nav-lang .select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.header__nav-lang .select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.header__nav-lang .select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.header__nav-lang .select .selectDropdown .option {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.header__nav-lang .select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.header__nav-lang .select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .header__mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 350px;
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--light-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header__mobile-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 0 0 20px;
  }
  .header__mobile-menu li {
    margin-bottom: 20px;
  }
  .header__mobile-menu .header__nav-border {
    border: none;
  }
  .header__mobile-select {
    width: 100%;
    padding: 20px 0 0 20px;
  }
  .header__nav-lang {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .header__mobile {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 13px 15px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 0;
  }
}
.hero {
  /*background-color: #0d177a;*/
  background-image: url("../img/img-hero-2.png");
  /*background-position: left 2%;*/
  background-repeat: no-repeat;
  min-height: 600px;
  background-size: cover;
  /*position: relative;*/
}
.hero__wrapper {
  max-width: 570px;
  padding-top: 190px;
  padding-left: 200px;
}
.hero__wrapper_title {
  font-weight: 700!important;
  font-size: 55px;
  line-height: 75px;
  color: var(--light-color);
  border-bottom: 1px solid var(--light-color);
  margin: 0 0 15px 0;
}
.hero__wrapper_subtitle {
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  color: var(--light-color);
}
.hero__wrapper_desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--light-color);
}
.hero__wrapper_img {
  position: absolute;
  right: 0;
  top: 0;
}

.features {
  background-color: #f7f8fc;
  background-image: url("../img/features.svg");
  background-position: right 75%;
  background-repeat: no-repeat;
  padding: 185px 0 185px 0;
}
.features__right_title {
  font-weight: 300;
  font-size: 35px;
  line-height: 48px;
  color: var(--gray-color);
  margin: 0;
}

.partners {
  background-color: #eceef6;
  padding: 80px 0 80px 0;
  text-align: center;
}
.partners__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: var(--gray-color);
  margin: 0;
}
.partners__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  margin-top: 50px;
}

.flights {
  padding: 190px 0 90px 0;
  background-image: url("../img/flights-top.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
.flights__title {
  text-align: right;
  font-weight: 300;
  font-size: 35px;
  line-height: 48px;
  color: var(--gray-color);
  margin: 0;
  position: relative;
}
.flights__title span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10100%;
  height: 1px;
  background-color: #82868c;
}
.flights__desc {
  text-align: right;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--gray-color);
  max-width: 270px;
  margin: 15px 0 0 auto;
}

.information {
  padding: 190px 0 90px 0;
  background-image: url("../img/information-bottom.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.information__title {
  text-align: left;
  font-weight: 300;
  font-size: 35px;
  line-height: 48px;
  color: var(--gray-color);
  position: relative;
  margin: 0;
}
.information__title span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10100%;
  height: 1px;
  background-color: #82868c;
}
.information__desc {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--gray-color);
  max-width: 270px;
  margin: 15px auto 0 0;
}

.clients {
  background-color: #eceef6;
  text-align: center;
  padding: 150px 0 150px 0;
}
.clients__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: var(--gray-color);
  margin: 0;
}
.clients__subtitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  color: var(--gray-color);
  margin: 15px 0 0 0;
}
.clients__swiper {
  margin-top: 30px;
  position: relative;
}
.clients__swiper_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 100px;
}

@media screen and (max-width: 1550px) {
  .hero__wrapper_img {
    width: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .hero__wrapper_img {
    width: 50%;
    top: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    background-image: url('../img/img-hero-mini.png');
    max-height: 500px;
    background-position: center center;
  }
  .hero__wrapper {
      padding-left: 5px;
      padding-top: 130px;
  }
  .hero__wrapper_title {
      font-size: 2.2rem!important;
  }
  .hero__wrapper_subtitle {
      font-size: 22px;
      font-weight: 600;
  }
  .features {
      padding: 100px 0;
      background-color: #ffffff;
      background-image: none;
  }
  .partners {
      padding: 40px 0;
  }
  .partners .partners__title {
      font-size: 27px;
      font-weight: 400!important;
  }
  .flights {
      background-image: none;
      padding: 110px 0 40px 0;
  }
  .information {
      padding: 40px 0 90px 0;
      background-image: none;
  }
  .clients {
      padding: 40px 0;
  }
  .clients__title {
      font-weight: 400!important;
      font-size: 40px!important;
  }
  .clients__subtitle {
      font-weight: 400!important;
      font-size: 19px!important;
      margin: 5px 0 0 0 ;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    background-size: cover;
  }
}
@media screen and (min-width: 1550px) {
  .hero {
    min-height: 700px;
  }
}
@media screen and (min-width: 1800px) {
  .hero {
    min-height: 800px;
  }
}
@media screen and (min-width: 2300px) {
  .hero {
    min-height: 900px;
  }
}


.clients__swiper .swiper-prev-clients, 
.clients__swiper .swiper-next-clients,
.clients__swiper .swiper-prev-partners,
.clients__swiper .swiper-next-partners
{
  position: absolute;
  top: 45%;
  z-index: 1;
}
.clients__swiper .swiper-prev-clients:hover, .clients__swiper .swiper-next-clients:hover {
  cursor: pointer;
}
.clients__swiper .swiper-next-clients,
.clients__swiper .swiper-next-partners {
  right: 0;
  content: url("../img/next.svg");
}
.clients__swiper .swiper-prev-clients,
.clients__swiper .swiper-prev-partners {
  left: -0;
  content: url("../img/prev.svg");
}

@media only screen and (max-width: 600px) {
  .clients__swiper .swiper-next-clients {
      right: 0;
      /*content: url("../img/next.svg");*/
    }
    .clients__swiper .swiper-prev-clients {
      left: 0;
      /*content: url("../img/prev.svg");*/
    }  
}

.card {
  padding: 80px 0 80px 0;
  background-color: #f7f8fc;
  background-image: url("../img/card.png");
  background-position: right 2%;
  background-repeat: no-repeat;
}
.card__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: var(--gray-color);
  text-align: center;
}
.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 45px;
  grid-row-gap: 80px;
  margin-top: 60px;
}
.card__wrapper_item {
  position: relative;
  width: calc(25% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 40px 10px 30px;
  gap: 10px;
  background-color: #f7f8fc;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 7px 7px 14px rgba(77, 107, 216, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 7px 7px 14px rgba(77, 107, 216, 0.3);
  border-radius: 15px;
}
.card__wrapper_item-title {
  font-weight: 300;
  font-size: 35px;
  line-height: 48px;
  color: var(--gray-color);
  margin: 20px 0 0 0;
  position: relative;
  width: 100%;
}
.card__wrapper_item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #82868c;
}
.card__wrapper_item-title span {
  color: #b7473b;
}
.card__wrapper_item-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--gray-color);
}
.card__wrapper_item:nth-child(1) {
  margin-top: 90px;
}
.card__wrapper_item:nth-child(3) {
  margin-top: 85px;
}
.card__wrapper_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 45px;
  grid-row-gap: 80px;
  margin-top: 60px;
}
.card__wrapper_bottom_item {
  position: relative;
  width: calc(25% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 40px 10px 30px;
  gap: 10px;
  background-color: #f7f8fc;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 7px 7px 14px rgba(77, 107, 216, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 7px 7px 14px rgba(77, 107, 216, 0.3);
  border-radius: 15px;
}
.card__wrapper_bottom_item-title {
  font-weight: 300;
  font-size: 35px;
  line-height: 48px;
  color: var(--gray-color);
  margin: 20px 0 0 0;
  position: relative;
  width: 100%;
}
.card__wrapper_bottom_item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #82868c;
}
.card__wrapper_bottom_item-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--gray-color);
}
.card__wrapper_bottom_item:nth-child(1) {
  margin-top: 50px;
}
.card__wrapper_bottom_item:nth-child(3) {
  margin-top: 60px;
}
.card__bottom {
  text-align: center;
  margin-top: 40px;
}
.card__bottom_desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--gray-color);
}
.card__bottom_desc span {
  color: #b7473b;
}


@media only screen and (max-width: 768px) {
    .card {
        background-image: none;
        background-color: #ffffff;
    }
    .card__wrapper {
        margin-top: 100px;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }
    .card__wrapper_item {
        width: 30%;
    }
    .card__wrapper_item:nth-child(1),
    .card__wrapper_item:nth-child(2),
    .card__wrapper_item:nth-child(3),
    .card__wrapper_item:nth-child(4) {
        height: max-content!important;
        margin-top: 0;
    }
    
    .card__wrapper_bottom {
        margin-top: 20px;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }
    .card__wrapper_bottom_item {
        width: 30%;
    }
    .card__wrapper_bottom_item:nth-child(1),
    .card__wrapper_bottom_item:nth-child(2),
    .card__wrapper_bottom_item:nth-child(3),
    .card__wrapper_bottom_item:nth-child(4)
    {
        margin-top: 0;
        height: max-content!important;
    }
    .card__wrapper_bottom_item:nth-child(1) {
        top: 0;
    }
    .card__wrapper_bottom_item:nth-child(3) {
        top: 0;
    }
}
@media only screen and (max-width: 600px) {
    .card__wrapper_item {
        width: 48%;
    }
    .card__wrapper_bottom_item {
        width: 48%;
    }
    .card__wrapper_item:nth-child(3) {
        top: -40px;
    }
    card__wrapper_bottom {
        margin-top: 0;
    }
    .card__wrapper_bottom_item:nth-child(1) {
        top: -10px;
    }
    .card__wrapper_bottom_item:nth-child(3) {
        top: -30px;
    }
}
@media (min-width:601px) and (max-width:768px) {
    
}

.footer {
  border-top: 0.5px solid #82868c;
  border-bottom: 0.5px solid #82868c;
  background-color: var(--light-color);
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 30px 0;
}
.footer__row-item {
  width: 30%;
}
.footer__row-item a {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #171717;
}
.footer__row-item a:not(:last-child) {
  margin-bottom: 14px;
}
.footer__row-item a:hover {
  color: #126CFF;
}
.footer__row-item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.footer__row-item-social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--light-color);
  -webkit-box-shadow: 4px 4px 4px rgba(89, 91, 137, 0.5);
  box-shadow: 4px 4px 4px rgba(89, 91, 137, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.footer__row-item-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__row-item-social li a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__row-item-social li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.footer__row-item-mobile {
  display: none;
}
.footer__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black-color);
  margin: 0 0 14px 0;
}
.footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 18px;
}
.footer form input {
  width: 220px;
  border: none;
  outline: none;
  border-bottom: 0.5px solid #737373;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
  padding: 5px 0;
}
.footer form input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
}
.footer form input::-moz-placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
}
.footer form input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
}
.footer form input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
}
.footer form input::placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
}