@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.eot");
  src: url("../fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff"), url("../fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.eot");
  src: url("../fonts/inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff") format("woff"), url("../fonts/inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-SemiBold.eot");
  src: url("../fonts/raleway/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/raleway/Raleway-SemiBold.woff") format("woff"), url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.eot");
  src: url("../fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/poppins/Poppins-Medium.woff") format("woff"), url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.eot");
  src: url("../fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


.main,
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  padding-bottom: 40px;
  background-color: #F3F8FF;
}
@media screen and (max-width: 991px) {
  .main {
    padding-bottom: 20px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  height:500px;
  overflow: hidden;
  max-width:100%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
    max-width: inherit;
  }
}
.container--absolute {
  position: absolute;
}
.container--width-668 {
  max-width: 668px;
}

.section {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
}
.section .h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .section .h2 {
    margin-bottom: 30px;
  }
}
.section--pt-0 {
  padding-top: 0;
}
.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .section__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section__title {
    -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;
    gap: 10px;
  }
}
.section__title .h2 {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
h1--white,
.h1--white {
  color: #FFFFFF;
}

h2,
.h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
  font-family: "Poppins", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  font-family: "Poppins", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h3--white,
.h3--white {
  color: #FFFFFF;
}

h4,
.h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  font-family: "Poppins", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

.title-page {
  margin-top: 17px;
  max-width: 620px;
  width: 100%;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  position: absolute;
  top: 104px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs + .container {
    margin: auto;
  }
}
.breadcrumbs__item {
  position: relative;
  margin: 0 10px 10px 0;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.breadcrumbs__item a {
  color: #FFFFFF;
}
.breadcrumbs__item::after {
  content: "/";
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  width: 5px;
  height: 18px;
  color: #FFFFFF;
  margin-left: 10px;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child::before {
  display: none;
}

.fields--row {
  display: grid;
  grid-template-columns: 320px 320px 320px 230px;
  gap: 10px;
}
@media screen and (max-width: 1350px) {
  .fields--row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .fields--row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .fields--row {
    grid-template-columns: none;
  }
}

.inputholder {
  width: 100%;
  position: relative;
}
.inputholder__input {
  width: 100%;
  padding: 17px 20px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inputholder__input:focus {
  outline: none;
  background-color: #FFFFFF;
}
.inputholder__input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inputholder__input::-moz-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inputholder__input:-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inputholder__input::-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inputholder__input::placeholder {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inputholder__input.error {
  color: #FF5B00;
}
.inputholder__input.error::-webkit-input-placeholder {
  color: #FF5B00;
}
.inputholder__input.error::-moz-placeholder {
  color: #FF5B00;
}
.inputholder__input.error:-ms-input-placeholder {
  color: #FF5B00;
}
.inputholder__input.error::-ms-input-placeholder {
  color: #FF5B00;
}
.inputholder__input.error::placeholder {
  color: #FF5B00;
}
@media (any-hover: hover) {
  .inputholder__input:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .inputholder__input:hover:focus {
    outline: none;
    background-color: #FFFFFF;
  }
}

.error-text {
  color: #000000;
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  position: absolute;
  text-align: right;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .error-text {
    position: relative;
  }
}
.error-text--backend {
  display: block;
}

.error {
  background-color: #FFFFFF;
}
.error + .error-text {
  display: block;
}

.thanks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thanks {
    max-width: 200px;
  }
}
.thanks .h3 {
  margin-bottom: 10px;
}
.thanks__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.button {
  padding: 16px;
  width: 100%;
  border-radius: 40px;
  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;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button[disabled] {
  opacity: 0.7;
  pointer-events: none;
}
.button__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button--white {
  background-color: #FFFFFF;
}
.button--white .button__text {
  color: #FF5B00;
}
@media (any-hover: hover) {
  .button--white:hover .button__text {
    color: #FF9900;
  }
}
.button--white:active .button__text {
  color: #DE5000;
}
.button--blue {
  -webkit-box-shadow: 0 0 0 2px rgb(48, 99, 232) inset;
          box-shadow: 0 0 0 2px rgb(48, 99, 232) inset;
}
.button--blue .button__text {
  color: #3063E8;
}
@media (any-hover: hover) {
  .button--blue:hover {
    -webkit-box-shadow: 0 0 0 2px rgb(98, 141, 252) inset;
            box-shadow: 0 0 0 2px rgb(98, 141, 252) inset;
  }
  .button--blue:hover .button__text {
    color: #628DFC;
  }
}
.button--blue:active {
  -webkit-box-shadow: 0 0 0 2px rgb(29, 79, 205) inset;
          box-shadow: 0 0 0 2px rgb(29, 79, 205) inset;
}
.button--blue:active .button__text {
  color: #1D4FCD;
}

.link {
  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;
}
.link__text {
  color: #FF5B00;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  font-family: "Raleway", Arial, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link__arrow {
  width: 22px;
  height: 22px;
  stroke: #FF5B00;
  stroke-width: 1.5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .link:hover .link__arrow {
    stroke: #FF9900;
  }
  .link:hover .link__text {
    color: #FF9900;
  }
}
.link:active .link__arrow {
  stroke: #DE5000;
}
.link:active .link__text {
  color: #DE5000;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__list > .nav__item:not(.nav__item--parent):not(.nav__item--title) {
  z-index: 1;
}
@media (any-hover: hover) {
  .nav__list > .nav__item:not(.nav__item--parent):not(.nav__item--title):hover .nav__link {
    color: #FF5B00;
  }
}
.nav__arrow {
  width: 22px;
  height: 22px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  stroke: #000000;
}
@media (any-hover: hover) {
  .nav__arrow {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .nav__arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.nav__arrow--back {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__item:not(.nav__item--title) {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item--active > .nav__link {
  color: #FF5B00;
}
.nav__item--active .nav__arrow {
  stroke: #FF5B00;
}
.nav__col {
  min-width: 242px;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .nav__col {
    min-width: 217px;
    max-width: 217px;
    gap: 30px;
  }
}
.nav__col-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding: 0 20px;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .nav__col-title {
    padding: 0;
    margin-bottom: 10px;
  }
}

.header {
  padding: 19px 0;
  z-index: 5;
  position: fixed;
  width: 100vw;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #F3F8FF;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 12px 0;
    top: 0;
  }
  .header:before {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 1px;
    content: "";
  }
}
.header--scroll {
  padding: 10px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
}
.header--scroll .language__item--active {
  background-color: rgba(255, 168, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .header--scroll {
    padding: 12px 0;
  }
}
.header--menu-opened {
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  width: 160px;
  height: 31px;
}
@media screen and (max-width: 991px) {
  .header .contacts-box {
    margin-right: 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 60px;
    margin-top: auto;
  }
}
@media screen and (max-width: 991px) {
  .header .contacts-box__icon {
    width: 40px;
    height: 40px;
  }
}
.header .nav {
  margin-right: auto;
  margin-left: auto;
}
.header .nav::-webkit-scrollbar {
  width: 4px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.header .nav::-webkit-scrollbar-thumb {
  background-color: #FF5B00;
  border-radius: 5px;
}
@media screen and (max-width: 1320px) {
  .header .nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .header .nav {
    margin-right: 0;
    margin-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    max-width: 217px;
    max-height: calc(100vh - 231px);
  }
}
.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header .nav__list {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .nav__list {
    gap: 30px;
    -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;
  }
}
.header .nav__list-inner {
  position: absolute;
  opacity: 0;
  right: 50%;
  top: calc(100% + 21px);
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  background-color: #FFFFFF;
  padding: 10px;
  min-width: 262px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .header .nav__list-inner {
    min-width: inherit;
    gap: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 30px 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 3;
    overflow: auto;
    border-radius: 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08) inset;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08) inset;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 54px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .nav__list-inner:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .header .nav__list-inner:before {
    display: none;
  }
}
.header .nav__list-inner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  border-radius: 8px;
  width: 53px;
  height: 4px;
  background-color: #FF5B00;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header .nav__list-inner:after {
    display: none;
  }
}
.header .nav__list-inner--opened {
  opacity: 1;
  pointer-events: all;
}
.header .nav__list-inner--opened:after {
  opacity: 1;
}
.header .nav__list-inner .nav__item:not(.nav__item--title) {
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .nav__list-inner .nav__item:not(.nav__item--title) {
    padding: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .header .nav__list-inner .nav__item:not(.nav__item--title):not(:last-child) {
    margin-bottom: 20px;
  }
}
.header .nav__list-inner .nav__item:not(.nav__item--title):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#FF3D00), to(#FF7A00));
  background: -o-linear-gradient(left, #FF3D00 0%, #FF7A00 100%);
  background: linear-gradient(90deg, #FF3D00 0%, #FF7A00 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .nav__list-inner .nav__item:not(.nav__item--title) .nav__link {
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .header .nav__list-inner .nav__item:not(.nav__item--title) .nav__link {
    font-weight: 600;
  }
}
@media (any-hover: hover) {
  .header .nav__list-inner .nav__item:not(.nav__item--title):hover:before {
    opacity: 1;
  }
  .header .nav__list-inner .nav__item:not(.nav__item--title):hover .nav__link {
    color: #FFFFFF;
  }
}
.header .nav__item--parent {
  position: relative;
}
@media (any-hover: hover) {
  .header .nav__item--parent:hover > .nav__link {
    color: #FF5B00;
  }
  .header .nav__item--parent:hover .nav__arrow {
    stroke: #FF5B00;
  }
  .header .nav__item--parent:hover .nav__list-inner {
    opacity: 1;
    pointer-events: all;
  }
  .header .nav__item--parent:hover .nav__list-inner:after {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .header .nav__item--parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: static;
  }
}
.header .nav__item--parent .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2px;
}
@media screen and (max-width: 991px) {
  .header .nav__item--parent .nav__link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .nav__item--parent .nav__list-inner > .nav__link {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .header .nav__item--parent .nav__list-inner > .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(51, 51, 51, 0.5);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  background-color: #F3F8FF;
  z-index: 11;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .modal {
    max-width: 290px;
  }
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  stroke: #828282;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .modal__close:hover {
    stroke: #000000;
  }
}
@media screen and (max-width: 991px) {
  .modal__close {
    top: 8px;
    right: 8px;
  }
}
.modal__container {
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .modal__container {
    padding: 30px;
  }
}
.modal .qr {
  padding: 0;
  background-color: #FFFFFF;
  height: 320px;
  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;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .modal .qr {
    height: 230px;
  }
}
.modal .qr__img {
  width: 265px;
  height: 265px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .modal .qr__img {
    width: 250px;
    height: 250px;
  }
}

.wechat {
  position: fixed;
  bottom: 250px;
  width: 100vw;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .wechat {
    bottom: 80px;
  }
}
.wechat__icon {
  width: 40px;
  height: 31px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wechat__icon {
    width: 26px;
    height: 26px;
  }
}
.wechat__button {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.08);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: -30px;
  pointer-events: all;
  cursor: pointer;
  background-color: #FF9900;
  position: relative;
  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;
}
@media screen and (max-width: 1400px) {
  .wechat__button {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .wechat__button {
    width: 46px;
    height: 46px;
  }
}
.wechat__button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#FF3D00), to(#FF7A00));
  background: -o-linear-gradient(left, #FF3D00 0%, #FF7A00 100%);
  background: linear-gradient(90deg, #FF3D00 0%, #FF7A00 100%);
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .wechat__button:hover:before {
    opacity: 0;
  }
}

.footer {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
}
.footer__bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #828282;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .footer__link:hover {
    color: #FF5B00;
  }
  .footer__link:hover .texterra {
    fill: #FF5B00;
  }
}
.footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #828282;
}
.footer .log {
  width: 180px;
  height: 34px;
}
.footer .nav {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 991px) {
  .footer .nav {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 60px;
  max-width: 565px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .footer .nav__list {
    gap: 12px 30px;
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .footer .nav__list {
    gap: 10px 20px;
    max-width: inherit;
  }
}
.footer .nav__item {
  min-width: 130px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .footer .nav__item {
    min-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .footer .nav__item {
    min-width: 135px;
    max-width: 155px;
    padding: 1px 0;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .footer .nav__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer .nav__link {
  font-size: 18px;
  line-height: 140%;
  color: #828282;
}
.footer .contacts-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .footer .contacts-box {
    margin-right: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .contacts-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer .contacts-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .contacts-box__link {
  gap: 10px;
}

.texterra {
  width: 65px;
  height: 15px;
  fill: #828282;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.qr {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  padding: 10px 10px 2px;
}
.qr__img {
  width: 104px;
  height: 98px;
}
.qr__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #333333;
  margin-top: -4px;
}

.contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-right: 87px;
}
@media screen and (max-width: 1200px) {
  .contacts-box {
    margin-right: 40px;
  }
}
.contacts-box__icon {
  width: 28px;
  height: 28px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  stroke: #000000;
  stroke-width: 1.5;
}
.contacts-box__link {
  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;
}
@media (any-hover: hover) {
  .contacts-box__link:hover {
    color: #FF5B00;
  }
  .contacts-box__link:hover .contacts-box__icon {
    stroke: #FF5B00;
  }
}
.contacts-box__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .menu {
    position: fixed;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    top: 55px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    background-color: #FFFFFF;
    gap: 30px;
    padding: 30px 15px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 54px);
    margin-top: -1px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08) inset;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08) inset;
  }
}
.menu--opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: auto;
  z-index: 1;
  background-image: url("../img/image/burger.svg");
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .burger {
    display: block;
  }
}
.burger--active {
  background-image: url("../img/image/burger-close.svg");
}

.language {
  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;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .language {
    margin-right: auto;
  }
}
.language__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.language__item {
  border-radius: 6px;
  width: 46px;
  height: 46px;
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .language__item:hover .language__name {
    color: #FF5B00;
  }
}
.language__item--active {
  background-color: #FFD8A9;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .language__item--active {
    background-color: rgba(255, 168, 0, 0.2);
  }
}
.language__item--active .language__name {
  background: -webkit-gradient(linear, left top, right top, from(#FF3D00), to(#FF7A00));
  background: -o-linear-gradient(left, #FF3D00 0%, #FF7A00 100%);
  background: linear-gradient(90deg, #FF3D00 0%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cargo__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 991px) {
  .cargo__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .cargo__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .cargo__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cargo__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #828282;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 575px) {
  .cargo__name {
    color: #000000;
  }
}
.cargo__preview {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 48.275862069%;
}
.cargo__preview:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .cargo__preview:before {
    display: none;
  }
}
.cargo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.cargo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (any-hover: hover) {
  .cargo__item:hover .cargo__preview:before {
    opacity: 0;
  }
  .cargo__item:hover .cargo__name {
    color: #000000;
  }
}
.cargo__item:active .cargo__name {
  color: #FF5B00;
}

.cost-form {
  margin-top: -78px;
}
@media screen and (max-width: 991px) {
  .cost-form {
    margin-top: -50px;
  }
}
.cost-form__wrapper {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#FF3D00), to(#FF7A00));
  background: -o-linear-gradient(left, #FF3D00 0%, #FF7A00 100%);
  background: linear-gradient(90deg, #FF3D00 0%, #FF7A00 100%);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .cost-form__wrapper {
    border-radius: 30px;
    padding: 15px;
  }
}
.cost-form .h3 {
  text-align: center;
}
.cost-form__form .h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .cost-form__form .h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cost-form__form .h3 {
    margin-bottom: 20px;
  }
}

.services__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .services__box {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .services__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.services-item .h4 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.services-item__preview {
  position: relative;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.4516129032%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.services-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-item__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.services-item__content {
  margin-top: -60px;
  padding: 30px;
  background-color: #FFFFFF;
  z-index: 1;
  border-radius: 20px;
  min-height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .services-item__content {
    margin-top: -30px;
    padding: 20px;
    min-height: 125px;
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .services-item__content {
    min-height: inherit;
  }
}
.services-item__info {
  display: grid;
  gap: 10px;
}
.services-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
}
@media (any-hover: hover) {
  .services-item:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.08);
  }
  .services-item:hover .h4 {
    color: #FF5B00;
  }
}
.services-item:active {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
}
.services-item:active .h4 {
  color: #000000;
}

.tags {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .tags {
    top: 10px;
    left: 10px;
  }
}

.tag {
  background-color: rgba(237, 243, 255, 0.5);
  border-radius: 26px;
  padding: 3px 8px 4px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width: 575px) {
  .tag {
    font-size: 12px;
    line-height: 120%;
  }
}

.banner {
  min-height: 572px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner--cargo {
  background-image: url("../img/image-content/banner-cargo.jpg");
}
.banner--service {
  background-image: url("../img/image-content/banner-services.jpg");
}
@media screen and (max-width: 991px) {
  .banner {
    padding-bottom: 45px;
    padding-top: 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding-bottom: 40px;
    padding-top: 75px;
    min-height: 300px;
  }
}
.banner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(9.95%, rgba(51, 51, 51, 0.8)), color-stop(78.69%, rgba(51, 51, 51, 0)));
  background: -o-linear-gradient(left, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .banner:before {
    background: rgba(51, 51, 51, 0.8);
  }
}
.banner__content {
  max-width: 396px;
  width: 100%;
  margin-top: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .banner__content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .banner__content {
    max-width: inherit;
    margin-top: 15px;
  }
}
.banner__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.banner__content ul {
  display: grid;
  gap: 10px;
}
.banner__content li {
  padding-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.banner__content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #FFFFFF;
}
.banner__content .button {
  margin-top: 40px;
  padding: 16px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner__wrapper {
  position: absolute;
  z-index:0;
  
  width: 1427px;
  height: 812px;
  top: 80px;
  right: -507px;
}
@media screen and (max-width: 575px) {
  .banner__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    overflow: hidden;
    border-radius: 30px;
    background-color: #EAF2FD;
    left: 0;
  }
}
.banner .container--absolute {
  top: 0;
  right: 50%;
  height: 100%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 991px) {
  .banner .container--absolute {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .banner .container--absolute {
    top: -120px;
    right: 33%;
  }
}
@media screen and (max-width: 575px) {
  .banner .container--absolute {
    top: auto;
    right: auto;
    height: 350px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 20px;
    position: relative;
  }
}
.banner__animation {
  display: block;
  position: absolute;
  height: 0;
  padding-bottom: 81.7142857143%;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .banner__animation {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
  }
}
.banner__animation-bridge {
  position: absolute;
  z-index: 2;
  top: -40px;
  width: 1427px;
  height: 812px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .banner__animation-bridge {
    background-size: 800px 450px;
    width: 100%;
    height: 100%;
  }
}
.banner__animation-bridge-path {
  position: absolute;
  z-index: 4;
  top: -40px;
  width: 1427px;
  height: 812px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .banner__animation-bridge-path {
    background-size: 800px 450px;
    width: 100%;
    height: 100%;
  }
}
.banner__animation-ship {
  position: absolute;
  width: 17%;
  height: auto;
  z-index: 1;
  -webkit-animation-name: ship;
          animation-name: ship;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
  width: 133px;
  height: 106px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .banner__animation-ship {
    background-size: 100px 71px;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
}
.banner__animation-train {
  z-index: 3;
  position: absolute;
  width: 50%;
  height: auto;
  -webkit-animation-name: train;
          animation-name: train;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
  width: 353px;
  height: 228px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .banner__animation-train {
    background-size: 216px 141px;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
}
.banner__animation-air-plane {
  z-index: 4;
  position: absolute;
  width: 20.5%;
  height: auto;
  -webkit-animation-name: plain;
          animation-name: plain;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
  width: 143px;
  height: 235px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .banner__animation-air-plane {
    background-size: 80px 140px;
  }
}
.banner--main:before {
  display: none;
}
.banner--main .banner__content {
  color: #4F4F4F;
  position: relative;
  z-index: 1;
}
.banner--main .banner__content li:before {
  background-color: #4F4F4F;
}
.banner--main .h1 {
  color: #3063E8;
}
.banner--main .heading {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
}
.banner--main .title-page {
  margin-top: 0;
}

@-webkit-keyframes train {
  0% {
    -webkit-transform: translate(-93%, -112%);
            transform: translate(-93%, -112%);
  }
  to {
    -webkit-transform: translate(233%, 182%);
            transform: translate(233%, 182%);
  }
}

@keyframes train {
  0% {
    -webkit-transform: translate(-93%, -112%);
            transform: translate(-93%, -112%);
  }
  to {
    -webkit-transform: translate(233%, 182%);
            transform: translate(233%, 182%);
  }
}
@-webkit-keyframes ship {
  0% {
    -webkit-transform: translate(590%, -159%) rotate(-4deg);
            transform: translate(590%, -159%) rotate(-4deg);
  }
  to {
    -webkit-transform: translate(-129%, 406%) rotate(-4deg);
            transform: translate(-129%, 406%) rotate(-4deg);
  }
}
@keyframes ship {
  0% {
    -webkit-transform: translate(590%, -159%) rotate(-4deg);
            transform: translate(590%, -159%) rotate(-4deg);
  }
  to {
    -webkit-transform: translate(-129%, 406%) rotate(-4deg);
            transform: translate(-129%, 406%) rotate(-4deg);
  }
}
@-webkit-keyframes plain {
  0% {
    -webkit-transform: translate(609%, 270%) rotate(4deg);
            transform: translate(609%, 270%) rotate(4deg);
  }
  to {
    -webkit-transform: translate(-400%, -110%) rotate(4deg);
            transform: translate(-400%, -110%) rotate(4deg);
  }
}
@keyframes plain {
  0% {
    -webkit-transform: translate(609%, 270%) rotate(4deg);
            transform: translate(609%, 270%) rotate(4deg);
  }
  to {
    -webkit-transform: translate(-400%, -110%) rotate(4deg);
            transform: translate(-400%, -110%) rotate(4deg);
  }
}
@media screen and (max-width: 575px) {
  @-webkit-keyframes train {
    0% {
      -webkit-transform: translate(-43%, -62%);
              transform: translate(-43%, -62%);
    }
    to {
      -webkit-transform: translate(143%, 104%);
              transform: translate(143%, 104%);
    }
  }
  @keyframes train {
    0% {
      -webkit-transform: translate(-43%, -62%);
              transform: translate(-43%, -62%);
    }
    to {
      -webkit-transform: translate(143%, 104%);
              transform: translate(143%, 104%);
    }
  }
  @-webkit-keyframes plain {
    0% {
      -webkit-transform: translate(218%, 153%) rotate(4deg);
              transform: translate(218%, 153%) rotate(4deg);
    }
    to {
      -webkit-transform: translate(-68%, 8%) rotate(4deg);
              transform: translate(-68%, 8%) rotate(4deg);
    }
  }
  @keyframes plain {
    0% {
      -webkit-transform: translate(218%, 153%) rotate(4deg);
              transform: translate(218%, 153%) rotate(4deg);
    }
    to {
      -webkit-transform: translate(-68%, 8%) rotate(4deg);
              transform: translate(-68%, 8%) rotate(4deg);
    }
  }
  @-webkit-keyframes ship {
    0% {
      -webkit-transform: translate(246%, -77%) rotate(-4deg);
              transform: translate(246%, -77%) rotate(-4deg);
    }
    to {
      -webkit-transform: translate(-107%, 237%) rotate(-4deg);
              transform: translate(-107%, 237%) rotate(-4deg);
    }
  }
  @keyframes ship {
    0% {
      -webkit-transform: translate(246%, -77%) rotate(-4deg);
              transform: translate(246%, -77%) rotate(-4deg);
    }
    to {
      -webkit-transform: translate(-107%, 237%) rotate(-4deg);
              transform: translate(-107%, 237%) rotate(-4deg);
    }
  }
}
.services-slider .services-item {
  height: auto;
}
.services-slider .services-item__preview {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 87.5%;
}
.services-slider .services-item__content {
  margin-top: -50px;
}
.services-slider .swiper {
  padding: 30px;
  margin: -30px;
}
@media screen and (max-width: 1350px) {
  .services-slider .swiper {
    padding: 15px;
    margin: -15px;
  }
}
.services-slider__wrapper {
  position: relative;
}

.swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
  pointer-events: none;
  width: calc(100% + 50px);
  left: -25px;
}
@media screen and (max-width: 1400px) {
  .swiper-buttons {
    width: calc(100% - 10px);
    left: 5px;
  }
}

.swiper-button {
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  pointer-events: all;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-button {
    width: 46px;
    height: 46px;
  }
}
.swiper-button__icon {
  width: 30px;
  height: 30px;
  stroke: #828282;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swiper-button__prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.swiper-button__next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-button-disabled {
  opacity: 0;
}
.swiper-button:active .swiper-button__icon {
  stroke: #000000;
}

.countries__wrapper {
  position: relative;
}

.countries-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.countries-item__preview {
  position: relative;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
  border-radius: 10px;
  overflow: hidden;
}
.countries-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.countries-item__flag {
  width: 30px;
  height: 30px;
}
.countries-item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.countries-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-types__wrapper {
  position: relative;
}
.container-types .services-item {
  height: auto;
}
.container-types .services-item__preview {
  position: relative;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
@media (any-hover: hover) {
  .container-types .services-item:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .container-types .services-item:hover .h4 {
    color: #000000;
  }
}
@media screen and (max-width: 1200px) {
  .container-types .services-item .h4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.container-types .swiper {
  padding: 30px;
  margin: -30px;
}
@media screen and (max-width: 1350px) {
  .container-types .swiper {
    padding: 15px;
    margin: -15px;
  }
}

.consultation .container {
  border-radius: 40px;
  max-width: 1440px;
  width: 100%;
  padding: 60px 80px;
  background-color: #EAF2FD;
}
@media screen and (max-width: 1400px) {
  .consultation .container {
    max-width: inherit;
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .consultation .container {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .consultation .container {
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.consultation__box {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1400px) {
  .consultation__box {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .consultation__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.consultation__preview {
  width: 100px;
  height: 100px;
  background: #EAF2FD;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  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;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .consultation__preview {
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .consultation__preview {
    width: 80px;
    height: 80px;
    left: 15px;
    top: 15px;
  }
}
.consultation__item {
  padding: 20px;
  background-color: #D5E6FB;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  gap: 10px;
  display: grid;
}
@media screen and (max-width: 991px) {
  .consultation__item {
    position: relative;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .consultation__item {
    min-height: 110px;
    padding: 15px 15px 15px 110px;
  }
}
@media (any-hover: hover) {
  .consultation__item:hover {
    background-color: #ADD1FF;
  }
  .consultation__item:hover .consultation__title {
    color: #027BC6;
  }
  .consultation__item:hover .consultation__preview {
    background-color: #D5E6FB;
  }
}
.consultation__title {
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 140%;
}
.consultation__description {
  color: #333333;
}
.consultation__img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 575px) {
  .consultation__img {
    width: 60px;
    height: 60px;
  }
}

.delivery__map {
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAF2FD;
  position: relative;
}
.delivery__map:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.95%, rgba(51, 51, 51, 0.8)), color-stop(78.69%, rgba(51, 51, 51, 0)));
  background: -o-linear-gradient(bottom, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .delivery__map:before {
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .delivery__map {
    border-radius: 30px;
    height: 280px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .delivery__img {
    max-width: 740px;
    -webkit-transform: translateY(-67px);
        -ms-transform: translateY(-67px);
            transform: translateY(-67px);
  }
}
.delivery .button {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .delivery .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fancybox-image {
  background-color: #EAF2FD;
  border-radius: 40px;
}
@media screen and (max-width: 575px) {
  .fancybox-image {
    border-radius: 30px;
  }
}

.content {
  max-width: 840px;
  width: 100%;
}
.content h2,
.content .h2,
.content .blockquote {
  margin-bottom: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .content h2,
  .content .h2,
  .content .blockquote {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.content h3,
.content .h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content h3,
  .content .h3 {
    margin-top: 30px;
  }
}
.content p,
.content ul {
  margin-bottom: 20px;
}
.content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .content p {
    font-size: 16px;
  }
}
.content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content li {
    font-size: 16px;
  }
}
.content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #4F4F4F;
}
.content ul {
  display: grid;
  gap: 10px;
}
.content h3:last-child,
.content .h3:last-child,
.content h2:last-child,
.content .h2:last-child,
.content p:last-child,
.content ul:last-child {
  margin-bottom: 0;
}
.content h3:first-child,
.content .h3:first-child,
.content h2:first-child,
.content .h2:first-child,
.content p:first-child,
.content ul:first-child {
  margin-top: 0;
}
.content a {
  color: #FF5B00;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .content a:hover {
    color: #FF9900;
  }
}
.content a:active {
  color: #DE5000;
}
.content .blockquote {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  font-family: "Poppins", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .content .blockquote {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .content .blockquote {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.heading--without-banner {
  padding-top: 104px;
}
@media screen and (max-width: 991px) {
  .heading--without-banner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .heading--without-banner {
    padding-top: 75px;
  }
}
.heading--without-banner .breadcrumbs {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.heading--without-banner .breadcrumbs__item {
  color: #000000;
}
.heading--without-banner .breadcrumbs__item:after {
  color: #000000;
}
.heading--without-banner .breadcrumbs a {
  color: #000000;
}
.heading--without-banner .h1 {
  color: #000000;
}
.heading--without-banner .title-page {
  margin-top: 40px;
  max-width: inherit;
}
@media screen and (max-width: 991px) {
  .heading--without-banner .title-page {
    margin-top: 17px;
  }
}

.for-clients .swiper {
  padding: 30px;
  margin: -30px;
}
@media screen and (max-width: 1350px) {
  .for-clients .swiper {
    padding: 15px;
    margin: -15px;
  }
}
.for-clients__wrapper {
  position: relative;
}
.for-clients .services-item {
  border-radius: 10px;
  height: auto;
}
.for-clients .services-item__preview {
  position: relative;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 48.275862069%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.for-clients .services-item__content {
  margin-top: -20px;
  border-radius: 10px;
  padding: 20px;
  min-height: inherit;
}

.company {
  border-radius: 40px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company {
    border-radius: 20px;
  }
}
.company__numbers {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 158px;
}
@media screen and (max-width: 991px) {
  .company__numbers {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .company__numbers {
    -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;
    padding: 30px 20px;
    text-align: center;
    gap: 35px;
  }
}
.company__number {
  min-width: 367px;
  display: grid;
}
@media screen and (max-width: 1200px) {
  .company__number {
    min-width: inherit;
  }
}
.company__number-counter {
  color: #FF5B00;
}
.company__number-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FF5B00;
}
.company__media {
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 55.15625%;
}
@media screen and (max-width: 767px) {
  .company__media {
    border-radius: 20px;
  }
}
@media screen and (max-width: 575px) {
  .company__media {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 55.0458715596%;
  }
}
.company__media-container {
  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: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__media iframe,
.company__media img,
.company__media video {
  width: 100%;
  height: 100%;
}

.geography__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  min-height: 616px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  .geography__item {
    gap: 20px;
    padding: 20px;
    min-height: inherit;
  }
}
.geography__item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(9.95%, rgba(51, 51, 51, 0.8)), color-stop(78.69%, rgba(51, 51, 51, 0)));
  background: -o-linear-gradient(left, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .geography__item:before {
    background: rgba(51, 51, 51, 0.8);
  }
}
.geography__box {
  display: grid;
  gap: 40px;
}
.geography__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.geography__info .h3 {
  color: #FFFFFF;
}
.geography__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.geography__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.geography ul {
  color: #FFFFFF;
  display: grid;
  gap: 6px;
}
.geography .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.geography li {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding: 3px 0 3px 24px;
  position: relative;
}
.geography li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #FFFFFF;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .tabs {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .tabs--vis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .tabs--vis .tabs__nav {
    max-width: inherit;
    gap: 20px;
  }
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 510px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
}
@media screen and (max-width: 1350px) {
  .tabs__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }
}
@media screen and (max-width: 991px) {
  .tabs__nav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 500px;
  }
}
.tabs__nav-icon {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
  position: absolute;
  top: 18px;
  left: 20px;
}
.tabs__nav-icon--active {
  opacity: 0;
}
.tabs__nav-flag {
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: absolute;
  top: 18px;
  left: 20px;
}
.tabs__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px 18px 60px;
  border-radius: 40px;
  cursor: pointer;
  min-height: 66px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  gap: 10px;
  position: relative;
}
.tabs__nav-item.active {
  cursor: default;
  pointer-events: none;
  border-color: #FF5B00;
  background-color: #FF5B00;
}
.tabs__nav-item.active .tabs__nav-name {
  font-weight: 600;
  color: #FFFFFF;
}
.tabs__nav-item.active .tabs__nav-icon {
  opacity: 0;
}
.tabs__nav-item.active .tabs__nav-icon--active {
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .tabs__nav-item {
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255, 91, 0) inset;
            box-shadow: 0px 0px 0px 2px rgb(255, 91, 0) inset;
  }
}
@media (any-hover: hover) {
  .tabs__nav-item:hover {
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255, 91, 0) inset;
            box-shadow: 0px 0px 0px 2px rgb(255, 91, 0) inset;
  }
  .tabs__nav-item:hover .tabs__nav-name {
    color: #FF5B00;
  }
}
.tabs__nav-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tabs__folds {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 840px;
          flex: 0 0 840px;
  margin-left: -70px;
  min-height: 497px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .tabs__folds {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 991px) {
  .tabs__folds {
    margin-left: 0;
  }
}
.tabs__folds--height-350 {
  min-height: 350px;
}
@media screen and (max-width: 575px) {
  .tabs__folds--height-350 {
    min-height: 300px;
  }
}
.tabs__fold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-radius: 20px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px 100px;
  color: #FFFFFF;
  position: absolute;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .tabs__fold {
    gap: 20px;
    padding: 20px;
  }
}
.tabs__fold:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(9.95%, rgba(51, 51, 51, 0.8)), color-stop(78.69%, rgba(51, 51, 51, 0)));
  background: -o-linear-gradient(left, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.8) 9.95%, rgba(51, 51, 51, 0) 78.69%);
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .tabs__fold:before {
    background: rgba(51, 51, 51, 0.8);
  }
}
.tabs__fold.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.tabs__fold-block {
  position: relative;
  max-width: 250px;
  width: 100%;
}
.tabs__fold-block p {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 8px;
}
.tabs__fold-block a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (any-hover: hover) {
  .tabs__fold-block a:hover {
    color: #FF5B00;
  }
}
.tabs__fold-block a:active {
  color: #FF9900;
}
.tabs__fold-block span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__fold-block ul {
  display: grid;
  gap: 6px;
}
.tabs__fold-block li {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding: 3px 0 3px 24px;
  position: relative;
}
.tabs__fold-block li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #FFFFFF;
}
.tabs__fold .button {
  padding: 16px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.tabs-links {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .tabs-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */
