/*
	Theme Name: Colibrity-template
	Author: Colibrity
	Author URI: Colibrity
	Description: DY Delivery
	Version: 1.0.1
	Text Domain: Colibrity
	*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
}

body {
  font-family: "Urbanist", sans-serif;
}
body.fix {
  overflow: hidden;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
label {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  justify-content: space-between;
  color: #212121;
  font-size: 14px;
}

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

main {
  flex: 1 1 auto;
}

a {
  text-decoration: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  text-decoration: none;
  border: none;
  background: transparent;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a:hover {
  text-decoration: none;
}

.container-fluid {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
}

@media screen and (max-width: 1366px) {
  .container {
    max-width: 1366px !important;
  }
}
@media screen and (min-width: 768px) {
  .header .container-fluid,
  .footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100% !important;
  }
}
.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/*************
* New style
*/
/*************
* index-mini
*/
.header_mini {
  padding: 32px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 10;
}
.header__logo {
  width: 143px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header_mini {
    padding: 20px 0;
  }
  .header__logo {
    width: 120px;
  }
}
@media screen and (max-width: 568px) {
  .header_mini {
    padding-top: 10px;
  }
  .header__logo {
    width: 80px;
  }
}
.title-mini {
  position: relative;
}
.title-mini__caption {
  width: 100%;
  max-width: 834px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-right: 10%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
}
.title-mini__caption h1 {
  margin-bottom: 27px;
  font-weight: 600;
  font-size: 78px;
  line-height: 130%;
  color: #ffffff;
}
.title-mini__caption p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

@media screen and (max-width: 1020px) {
  .title-mini__caption {
    padding: 0 20px;
  }
  .title-mini__caption h1 {
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .title-mini__bg {
    height: 540px;
  }
  .title-mini__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
  .title-mini__caption {
    padding: 0 20px;
  }
  .title-mini__caption h1 {
    font-size: 60px;
    line-height: 117%;
  }
  .title-mini__caption p {
    max-width: 250px;
    font-size: 24px;
    line-height: 150%;
  }
}
@media screen and (max-width: 586px) {
  .title-mini__caption h1 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 117%;
  }
  .title-mini__caption p {
    max-width: 200px;
    font-size: 18px;
    line-height: 150%;
  }
}
.footer-mini {
  padding: 52px 0 47px;
  background: #011e24;
}
.footer-mini .container-fluid {
  padding: 0 20px;
  max-width: 1240px;
}
.footer-mini__title {
  margin-bottom: 50px;
}
.footer-mini__title h2 {
  color: #ffffff;
}
.footer-mini__info .ul li {
  width: 100%;
  max-width: 250px;
}
.footer-mini__info .ul li:first-of-type {
  display: none;
}
.footer-mini__info .ul__li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}
.footer-mini__info ul {
  display: flex;
  justify-content: space-between;
}
.footer-mini__info ul li {
  display: flex;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.footer-mini__info ul li:nth-of-type(2),
.footer-mini__info ul li:nth-of-type(3) {
  flex-direction: column;
}
.footer-mini__info ul li:nth-of-type(2) a + a,
.footer-mini__info ul li:nth-of-type(3) a + a {
  margin-top: 4px;
}
.footer-mini__info ul li:nth-of-type(4) {
  justify-content: flex-end;
}
.footer-mini__info ul li:nth-of-type(4) a + a {
  margin-left: 20px;
}
.footer-mini__info ul li span {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 144%;
  color: #ffffff;
}
.footer-mini__info ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.footer-mini__info ul li a[href^="mailto:"] {
  text-decoration: underline;
}
.footer-mini__info ul + ul {
  margin-top: 62px;
  justify-content: center;
}
.footer-mini__info ul + ul li + li {
  margin-left: 62px;
}
.footer-mini__info ul + ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 991px) {
  .footer-mini {
    padding: 40px 0;
  }
  .footer-mini .container-fluid {
    padding: 0 40px;
  }
  .footer-mini__title {
    margin-bottom: 30px;
  }
  .footer-mini__title h2 {
    font-size: 20px;
    line-height: 144%;
  }
  .footer-mini__info .ul__li a {
    font-size: 14px;
    line-height: 140%;
    color: #d0d0d0;
  }
  .footer-mini__info ul {
    flex-direction: column;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer-mini__info ul li:nth-of-type(1) {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer-mini__info ul li:nth-of-type(2) a + a {
    margin-top: 12px;
  }
  .footer-mini__info ul li:nth-of-type(2),
  .footer-mini__info ul li:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .footer-mini__info ul li:nth-of-type(4) {
    justify-content: flex-start;
  }
  .footer-mini__info ul li span {
    margin-bottom: 8px;
    color: #d0d0d0;
  }
  .footer-mini__info ul + ul {
    margin-top: 78px;
  }
  .footer-mini__info ul + ul li:nth-of-type(1) {
    margin-bottom: 8px;
  }
  .footer-mini__info ul + ul li + li {
    margin-left: 0;
  }
}
.forms {
  padding: 120px 0;
}
.forms .container-fluid {
  padding: 0 20px;
  max-width: 540px;
}
.forms form {
  position: relative;
}
.forms form .wpcf7-response-output {
  position: absolute;
  top: 101%;
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}
.forms__logo {
  display: none;
  width: 74px;
  margin: auto;
  margin-bottom: 40px;
}
.forms__title {
  margin-bottom: 40px;
}
.forms__title h2 {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  line-height: 144%;
  color: #282828;
}
.forms__buttons {
  display: flex;
  justify-content: center;
}
.forms__buttons-wrap {
  position: relative;
  padding: 4px;
  background: rgba(19, 52, 82, 0.2);
  mix-blend-mode: normal;
  border-radius: 16px;
}
.forms__buttons-bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0;
  height: calc(100% - 8px);
  background: #ffffff;
  border-radius: 16px;
  transition: 0.2s ease-in-out;
}
.forms__buttons ul {
  position: relative;
  display: flex;
}
.forms__buttons ul li + li {
  margin-left: 5px;
}
.forms__buttons button {
  padding: 4px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #133452;
}
.forms__list {
  display: none;
  margin-top: 55px;
}
.forms__list.active {
  display: block;
}
.forms__list.error .wpcf7-response-output,
.forms__list.error .wpcf7-not-valid-tip {
  color: #ff0000;
}
.forms__list.error .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 14px;
}
.forms__list .screen-reader-response {
  display: none;
}
.forms__list br {
  display: none;
}
.forms__list p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.forms__list p > label {
  margin-top: 44px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.forms__list p > label + label {
  margin: 0;
}
.forms__list input {
  border-radius: 0;
}
.forms__list input[type="submit"] {
  padding: 20px 0;
  width: 100%;
  max-width: 374px;
  background: #ffffff;
  color: #133452;
  border: 1px solid #133452;
  border-radius: 39px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.forms__list input[type="submit"]:disabled {
  color: #959595;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.forms__list label {
  position: relative;
}
.forms__list label.input.active .caption {
  top: -12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  color: rgba(19, 52, 82, 0.7);
}
.forms__list label.input.active input {
  border-color: #133452;
}
.forms__list label.input .caption {
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.2s ease-in-out;
  z-index: 1;
}
.forms__list label.input > span input {
  height: 35px;
}
.forms__list label.input.number .caption {
  top: -12px;
}
.forms__list label.input.number .iti {
  width: 100%;
}
.forms__list label.input.number .iti__selected-flag {
  background: transparent;
}
.forms__list label.input.select input {
  cursor: pointer;
}
.forms__list label.input.select input:disabled {
  background: transparent;
}
.forms__list label.input.select.open .variables {
  display: flex;
}
.forms__list label.input.select.open .wpcf7-form-control-wrap {
  position: relative;
}
.forms__list label.input.select.open .wpcf7-form-control-wrap::after {
  transform: translateY(-50%) rotate(180deg);
}
.forms__list label.input.select .wpcf7-form-control-wrap {
  position: relative;
}
.forms__list label.input.select .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  top: 17px;
  right: 0;
  width: 8px;
  height: 4px;
  background: url(../images/ico-arrow.svg) center no-repeat;
  background-size: contain;
  transition: 0.2s ease-in-out;
}
.forms__list label.input.select .caption {
  cursor: pointer;
  width: 100%;
  height: 120%;
}
.forms__list label.input.select .variables {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  display: flex;
  display: none;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  z-index: 2;
}
.forms__list label.input.select .variables .item {
  position: relative;
  padding: 10px 14px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #133452;
}
.forms__list label.input.select .variables .item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/ico-check.svg) center no-repeat;
  background-size: 70%;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.forms__list label.input.select .variables .item:hover {
  background: #f5f7f9;
}
.forms__list label.input.select .variables .item.active {
  background: #f5f7f9;
}
.forms__list label.input.select .variables .item.active::after {
  opacity: 1;
}
.forms__list label.input.error .error {
  opacity: 1;
  visibility: visible;
}
.forms__list label.input .error {
  position: absolute;
  top: 102%;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ff0000;
  opacity: 0;
  visibility: hidden;
}
.forms__list label.input input {
  padding: 6px 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #133452;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  outline: none;
  transition: 0.2s ease-in-out;
}
.forms__list label.textarea {
  margin-bottom: 8px;
}
.forms__list label.textarea .caption {
  margin-bottom: 12px;
}
.forms__list label .caption {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #282828;
}
.forms__list label.checkbox {
  margin: 0;
  align-items: flex-start;
  width: auto;
}
.forms__list label.checkbox + .checkbox {
  margin-top: 10px;
}
.forms__list label.checkbox.active label::before {
  background-image: url(../images/ico-check.svg);
  border-color: #133452;
}
.forms__list label.checkbox label {
  position: relative;
  cursor: pointer;
}
.forms__list label.checkbox label:hover::before {
  box-shadow: 0px 0px 0px 4px rgba(30, 160, 171, 0.1);
}
.forms__list label.checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-56%);
  width: 16px;
  height: 16px;
  border: 1px solid #d0d0d0;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.forms__list label.checkbox input {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.forms__list label.checkbox .wpcf7-list-item-label {
  display: block;
  padding-left: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #133452;
}
.forms__list label.checkbox.present.active label::before {
  border-color: rgb(30, 160, 171);
}
.forms__list label.checkbox.present label::before {
  border-color: rgba(30, 160, 171, 0.5);
}
.forms__list label.checkbox.present .wpcf7-list-item-label {
  font-weight: 600;
  color: #1ea0ab;
}
.forms__list .button-send {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forms__list textarea {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  background: #f5f7f9;
  border: 1px solid rgba(19, 52, 82, 0.1);
  border-radius: 2px;
  outline: none;
}
.forms__list textarea::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.2);
}
.forms__list textarea:-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.2);
}
.forms__list textarea::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.2);
}
.forms.main {
  padding: 0;
}
.forms.main .container-fluid {
  padding: 0;
}
.forms.main .forms__buttons {
  justify-content: flex-start;
}
.forms.main .forms__list {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: 0.2s ease-in-out;
}
.forms.main .forms__list.active {
  opacity: 1;
  visibility: visible;
}
.forms.main .forms__list-wrap {
  position: relative;
}
.forms.main .forms__list .button-send {
  margin-top: 40px;
  align-items: flex-start;
}
.forms.main .forms__list input[type="submit"] {
  max-width: 205px;
  padding: 11px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.forms.main .forms__list label.input input {
  background: #f5f7f9;
}
.forms.main .forms__list label.input .caption {
  color: #133452;
}
.forms.main .forms__list label .caption {
  color: #133452;
}
.forms.main .forms__list:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .forms.main .forms__buttons {
    justify-content: center;
  }
  .forms.main .forms__list .button-send {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .forms {
    padding: 60px 0;
  }
  .forms__logo {
    display: flex;
  }
  .forms__title {
    margin-bottom: 30px;
  }
  .forms__list {
    margin-top: 0;
  }
  .forms__list p > label {
    margin-top: 34px;
  }
  .forms form {
    position: relative;
  }
  .forms form .wpcf7-response-output {
    white-space: initial;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__links nav {
    display: none;
  }
}
.cookie {
  position: fixed;
  left: -100%;
  bottom: 0;
  width: 100%;
  padding: 40px;
  max-width: 682px;
  background: #ffffff;
  border: 1px solid rgba(17, 25, 45, 0.5);
  transition: left 0.2s, opacity 0.4s ease-in-out;
  z-index: 20;
}
.cookie.active {
  left: 0;
}
.cookie-show {
  opacity: 1;
  visibility: visible;
  z-index: 30;
}
.cookie__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #11192d;
}
.cookie__title a {
  color: #1ea0ab;
}
.cookie__buttons {
  display: flex;
}
.cookie button {
  padding: 12px 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #11192d;
  background: #ffffff;
  border: 1px solid #11192d;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}
.cookie button:hover {
  border-color: #1ea0ab;
  color: #1ea0ab;
}
.cookie button:nth-of-type(1),
.cookie button:nth-of-type(2) {
  border: 1px solid #1ea0ab;
  color: #1ea0ab;
}
.cookie button + button {
  margin-left: 20px;
}

@media screen and (max-width: 680px) {
  .cookie {
    width: 100%;
    max-width: 375px;
    padding: 20px 21px 30px 20px;
  }
  .cookie__buttons {
    display: flex;
  }
  .cookie__title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cookie button {
    margin-top: 20px;
    padding: 7px 20px;
  }
  .cookie button + button {
    margin-left: 6px;
  }
}
.cookie__block {
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 0;
  bottom: 0;
  z-index: 155;
  padding: 30px 45px 34px 30px;
  width: 800px;
  background: #ffffff;
  border: 1px solid rgba(17, 25, 45, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  font-weight: 600;
  z-index: 10;
}
.cookie__block .cookie__button {
  padding: 12px 44px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  background: #11192d;
  border: 1px solid #11192d;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}
.cookie__block .cookie__button:hover {
  border-color: #11192d;
}
.cookie__block .cookie__button + .cookie__button {
  margin-left: 14px;
}
.cookie__block * {
  color: #11192d;
}
.cookie__block .js-cookie-save {
  background: #ffffff;
  border: 1px solid #11192d;
  color: #11192d;
}
.cookie__block .cookie__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #11192d;
  display: none;
}
.cookie__block .cookie__title img {
  position: absolute;
  top: -15px;
  left: 0;
  margin-bottom: 10px;
}

.cookie-wrap {
  height: 100%;
  min-height: 260px;
  overflow: auto;
}

.cookie__block-show {
  opacity: 1;
  visibility: visible;
  z-index: 30;
}

.cookie__close {
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 0 0 37px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.01em;
  background: #ffffff;
  color: #11192d;
}
.cookie__close::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 10px;
  background: url(../images/arrow-blck.svg) center no-repeat;
  background-size: cover;
}

.cookie__label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 20px;
  cursor: pointer;
  gap: 30px;
}

.cookie__block p {
  margin: 0;
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #11192d;
  opacity: 0.8;
}

.cookie__checkbox span {
  display: block;
  width: 45px;
  height: 25px;
  border-radius: 30px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #11192d;
  transition: all 0.3s ease;
}

.cookie__checkbox span:before {
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #11192d;
  content: "";
  transition: all 0.3s ease;
}

.cookie__checkbox input:checked + span:before {
  left: 22px;
  background-color: #ffffff;
}

.cookie__checkbox input:checked + span {
  background-color: #11192d;
}

.cookie__checkbox input {
  display: none;
}

@media screen and (max-height: 991px) {
  .cookie__block {
    height: calc(100% - 140px);
  }
  .cookie-btn__wrap {
    margin-top: 20px;
  }
}
@media screen and (max-height: 850px) {
  .filter-block__content {
    height: calc(100vh - 220px);
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .cookie__block {
    width: 100%;
    max-width: 700px;
  }
  .cookie-wrap {
    position: relative;
  }
  .cookie-btn__wrap {
    position: relative;
    margin-top: 20px;
  }
  .cookie-btn__wrap::after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 33px;
    background: linear-gradient(
      180deg,
      rgba(31, 61, 169, 0) -11.11%,
      #ffffff 39.1%
    );
  }
}
@media screen and (max-width: 767px) {
  .cookie__block {
    padding: 15px 20px 20px 20px;
    max-width: none;
    width: calc(100% - 20px);
  }
  .cookie__block .cookie__title {
    margin-bottom: 16px;
  }
  .cookie-btn__wrap {
    display: flex;
    flex-direction: column;
  }
  .cookie-btn__wrap .cookie__button {
    max-width: 320px;
  }
  .cookie-btn__wrap .cookie__button + .cookie__button {
    margin-top: 21px;
    margin-left: 0;
  }
}
.mention {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  height: 85vh;
  overflow: auto;
  padding: 20px 20px 80px;
  max-width: 1075px;
  transform: translateX(-50%);
  padding-top: 20px;
  background: #ffffff;
  border: 1px solid rgba(17, 25, 45, 0.2);
}
.mention__back {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.mention__back.active {
  visibility: visible;
  opacity: 1;
}
.mention__back.trans {
  display: block;
  transition: opacity 0.4s, visibility 0.4s ease-in-out;
  z-index: 12;
}
.mention .container-fluid {
  max-width: 1075px;
  padding-left: 20px;
  padding-right: 20px;
}
.mention .col {
  position: relative;
}
.mention-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}
.mention .h1 {
  margin-top: 20px;
  padding-left: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 56px;
  line-height: 130%;
  color: #11192d;
}
.mention-wrap {
  position: relative;
  padding: 44px;
  margin-left: 40px;
  margin-right: 40px;
}
.mention-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #11192d;
  z-index: -1;
}
.mention-wrap .row + .row {
  margin-top: 46px;
}
.mention-wrap .col {
  padding: 0;
}
.mention h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  color: #11192d;
}
.mention p {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}
.mention ul {
  margin-bottom: 30px;
}
.mention ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .mention {
    top: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mention .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .mention .col {
    padding: 0;
  }
  .mention-wrap {
    margin: 0;
    padding: 30px 30px 20px;
  }
  .mention-wrap::before {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .mention-wrap .row {
    display: flex;
    flex-direction: column;
  }
  .mention .col p {
    padding: 0;
  }
  .mention-close {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .mention .h1 {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 130%;
  }
  .mention h2 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 130%;
  }
}
/*************
* index-mini
*/
/*************
* main styles
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
  transition: transform 0.2s ease-in-out;
}
/* .header.hide {
  transform: translateY(-101%);
} */
.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f5f7f9;
  transition: 0.2s ease-in-out;
  z-index: -1;
}
.header.visible .header__links-mobile,
.header.visible .header__bottom {
  opacity: 1;
  visibility: visible;
}
.header.open {
  height: 100%;
}
.header.open .header__links-mobile,
.header.open .header__bottom {
  display: flex;
}
.header.open .header__burger {
  opacity: 1;
  visibility: visible;
}
.header.open .header__burger button {
  transform: rotate(180deg);
}
.header.open .header__burger button span {
  background: #11192d;
}
.header.open .header__burger button span:nth-of-type(1),
.header.open .header__burger button span:nth-of-type(2) {
  opacity: 0;
}
.header.open .header__burger button span:nth-of-type(3),
.header.open .header__burger button span:nth-of-type(4) {
  opacity: 1;
}
.header.open .header__lang span {
  color: #11192d;
  border-color: #11192d;
}
.header.open .header__lang span:after {
  filter: invert(1);
}
.header.set::before {
  height: 100%;
}
.header.bg .header__links ul li a {
  /* color: #11192d; */
  color: #000000 !important;
}
.header.bg .header__links ul li a::after {
  background-color: #11192d;
}
.header.bg .header__lang span {
  color: #11192d;
  border-color: #11192d;
}
.header.bg .header__lang span:after {
  filter: invert(1);
}
.header.bg .header__lang ul li a::after {
  background-color: transparent;
}
.header.bg .header__logo img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.header.bg .header__logo img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.header.bg .header__menu {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
}
.header.bg .header__burger button span {
  background: #11192d;
}
.header.bg.set .header__menu {
  background: initial;
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
}
.header.menu .header__links nav {
  opacity: 0;
  visibility: hidden;
}
.header.menu .header__burger {
  opacity: 1;
  visibility: visible;
}
.header.menu .header__burger button span {
  background: #11192d;
}
.header.menu .header__lang {
  margin-right: 45px;
}
.header.black .header__links ul li a {
  color: #11192d;
}
.header.black .header__lang span {
  color: #11192d;
  border-color: #11192d;
}
.header.black .header__lang span:after {
  filter: invert(1);
}
.header.black .header__lang ul li a::after {
  background-color: transparent;
}
.header.black .header__burger button span {
  background: #11192d;
}
.header.black .header__logo img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.header.black .header__logo img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.header__logo {
  position: relative;
  margin: 16px 0;
  width: 143px;
  display: flex;
}
.header__logo img {
  transition: 0.2s ease-in-out;
}
.header__logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.header__menu {
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.header__menu .container-fluid {
  max-width: 1400px;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
}
.header__links {
  position: relative;
  display: flex;
  align-items: center;
}
.header__links nav {
  transition: 0.2s ease-in-out;
}
.header__links ul {
  display: flex;
}
.header__links ul li a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}
.header__links ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: 0.2s ease-in-out;
}
.header__links ul li + li {
  margin-left: 40px;
}
.header__lang {
  position: relative;
  margin-left: 40px;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.header__lang:hover span::after {
  transform: translateY(-50%) rotate(-180deg);
}
.header__lang:hover ul {
  opacity: 1;
  visibility: visible;
}
.header__lang span {
  position: relative;
  padding: 10px 38px 10px 14px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.3);
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.header__lang span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 10px;
  height: 5px;
  background: url(../images/ico-arrow-down-lang.svg) center no-repeat;
  background-size: cover;
  transition: 0.2s ease-in-out;
}
.header__lang ul {
  padding: 4px 12px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: calc(100% + 8px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  border: 1px solid #f2f4f7;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}
.header__lang ul::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 100%;
  height: 10px;
}
.header__lang ul li a {
  display: flex;
  height: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #11192d;
}
.header__lang ul li a::after {
  top: 50%;
  left: auto;
  right: 0;
  bottom: auto;
  width: 13px;
  height: 9px;
  background: url(../images/ico-check-green.svg) center no-repeat;
  background-size: cover;
  transform: translateY(-64%);
  opacity: 0;
}
.header__lang ul li.active a::after {
  opacity: 1;
}
.header__lang ul li + li {
  margin-left: 0;
}
.header__links-mobile {
  overflow-x: auto;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
}
.header__links-mobile .row {
  height: 100%;
}
.header__bottom {
  display: flex;
  padding: 50px 0 57px;
  border: 1px solid #dee3e8;
}
.header__bottom p {
  margin-bottom: 30px;
  max-width: 580px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
}
.header__bottom ul li a {
  padding: 20px 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  background: #1ea0ab;
  border-radius: 39px;
  transition: 0.2s ease-in-out;
  border: 2px solid #1ea0ab;
}
.header__links-mobile,
.header__bottom {
  display: none;
  opacity: 0;
  visibility: 0;
  transition: opacity 0.1s ease-in-out;
}
.header__links-mobile .container-fluid,
.header__bottom .container-fluid {
  max-width: 1280px;
}
.header__burger {
  display: none;
  position: absolute;
  width: 30px;
  height: 10px;
  top: 50%;
  right: 0;
  display: flex;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header__burger button {
  position: relative;
  width: 100%;
  transition: 0.4s ease-in-out;
  will-change: transform;
}
.header__burger button span {
  position: absolute;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.2s ease-in-out;
}
.header__burger button span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
}
.header__burger button span:nth-of-type(2) {
  right: 0;
  bottom: 0;
  width: 100%;
}
.header__burger button span:nth-of-type(3),
.header__burger button span:nth-of-type(4) {
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 20px;
}
.header__burger button span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__burger button span:nth-of-type(4) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__burger button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 250%;
}
.header__col-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header__col {
  display: flex;
  height: 100%;
  flex-basis: 30%;
}
.header__col:last-of-type {
  flex-direction: column;
}
.header__col nav ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header__col nav ul li a {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #1ea0ab;
}
.header__col nav ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 4px;
  background: #1ea0ab;
  transition: 0.2s ease-in-out;
}
.header__col nav ul li + li {
  margin-top: 5vh;
}
.header__contacts {
  display: flex;
  flex-direction: column;
}
.header__contacts a {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(31, 31, 31, 0.6);
}
.header__contacts a[href^="mailto:"] {
  text-decoration: underline;
}
.header__contacts p {
  margin: 16px 0 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 144%;
  color: #11192d;
}
.header__contacts ul {
  margin-top: 16px;
  display: flex;
}
.header__contacts ul li + li {
  margin-left: 20px;
}
@media screen and (min-height: 767px) {
  .header__col-wrap {
    padding: 20px 0;
  }
}
@media screen and (min-height: 800px) {
  .header__col-wrap {
    padding: 8vh 0;
  }
}
@media screen and (min-height: 992px) {
  .header__col-wrap {
    padding: 15vh 0;
  }
}
@media screen and (min-height: 1080px) {
  .header__col-wrap {
    padding: 20vh 0;
  }
}
@media screen and (min-width: 992px) {
  .header__links ul li a:hover {
    opacity: 1;
  }
  .header__links ul li a:hover::after {
    width: 100%;
  }
  .header__lang:hover span {
    opacity: 1;
  }
  .header__lang ul li a:hover::after {
    width: 13px;
  }
  .header__bottom ul li a:hover {
    background: transparent;
    color: #1ea0ab;
  }
  .header__col nav ul li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 1359px) {
  .header__links nav {
    display: none;
    /* display: flex; */
  }
  .header__burger {
    opacity: 1;
    visibility: visible;
  }
  .header__lang {
    margin-left: 0;
    margin-right: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .header__col nav ul li a {
    font-size: 30px;
    line-height: 140%;
  }
}
@media screen and (max-width: 991px) {
  .header__col nav ul li a {
    font-size: 32px;
    line-height: 140%;
  }
  .header__col nav ul li + li {
    margin-top: 30px;
  }
  .header__col-wrap {
    height: auto;
    padding: 10vh 0 0;
  }
  .header__bottom {
    flex-basis: 40%;
    padding: 40px 0;
  }
  .header__bottom p {
    max-width: 454px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }
  .header__bottom ul li a {
    padding: 20px 28px;
    font-size: 14px;
    line-height: 140%;
  }
  .header__contacts {
    margin-top: 20px;
  }
  .header__contacts a {
    margin-bottom: 8px;
  }
  .header__contacts p {
    margin: 20px 0 8px;
  }
  .header__contacts ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header.menu .header__lang {
    margin-right: 45px;
  }
  .header__col-wrap {
    padding: 10px 0 10px;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .header__col {
    height: auto;
    flex-basis: auto;
  }
  .header__col nav ul {
    justify-content: flex-start;
  }
  .header__col nav ul li {
    margin-bottom: 18px;
    text-align: center;
  }
  .header__col nav ul li a {
    font-size: 20px;
    line-height: 140%;
  }
  .header__col nav ul li + li {
    margin-top: 0;
  }
  .header__contacts {
    margin-top: 2px;
  }
  .header__contacts a {
    font-size: 14px;
    line-height: 140%;
  }
  .header__contacts a,
  .header__contacts p {
    text-align: center;
  }
  .header__contacts ul {
    justify-content: center;
  }
  .header__bottom {
    padding: 30px 0 42px;
    flex-basis: auto;
  }
  .header__bottom p {
    margin-bottom: 20px;
    max-width: none;
    text-align: center;
    font-size: 13px;
    line-height: 160%;
  }
  .header__bottom ul li a {
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .header__col-wrap {
    align-items: flex-start;
  }
  .header__col nav ul li {
    text-align: left;
  }
  .header__contacts {
    align-items: flex-start;
  }
}
.title {
  position: relative;
  height: 130vh;
  z-index: 0;
}
.title.hidden {
  visibility: hidden;
}
.title__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.title .container-fluid {
  height: 100%;
  max-width: 1300px;
}
.title .row,
.title .col {
  height: 100%;
}
.title .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.title__background img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.title__background video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.title__background::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}
.title-caption {
  position: relative;
  padding-top: 25%;
}
.title-caption h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 78px;
  line-height: 108%;
  color: #ffffff;
}
.title-caption p {
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
.title-caption__link {
  display: flex;
}
.title-caption a {
  padding: 20px 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #11192d;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 57px;
}
.title-small {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.title-small span {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
}
.title-small p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  text-transform: uppercase;
  color: #ff6b6b;
}

@media screen and (min-width: 992px) {
  .title-caption a {
    transition: 0.2s ease-in-out;
  }
  .title-caption a:hover {
    background: transparent;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .title-small {
    position: absolute;
    right: 0;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .title__background img {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
  .title-caption {
    padding-top: 0;
  }
  .title-caption h1 {
    margin-bottom: 30px;
    max-width: 581px;
    font-size: 60px;
    line-height: 117%;
  }
  .title-caption p {
    margin-bottom: 40px;
    max-width: 300px;
    font-size: 24px;
    line-height: 150%;
  }
}
@media screen and (max-width: 586px) {
  .title-caption {
    padding-top: 16vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .title-caption h1 {
    margin-bottom: 16px;
    max-width: 322px;
    font-size: 48px;
    line-height: 117%;
  }
  .title-caption p {
    flex-grow: 2;
    margin-bottom: 0;
    max-width: 240px;
    font-size: 18px;
    line-height: 150%;
  }
  .title-caption a {
    margin-bottom: 12vh;
  }
  .title-small {
    position: absolute;
    right: 0;
    bottom: 25vh;
  }
  .title-small span {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 130%;
  }
  .title-small p {
    max-width: none;
    font-size: 20px;
    line-height: 130%;
  }
}
.logos {
  overflow: hidden;
  position: relative;
  padding: 0 0 100px;
}
.logos__title {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.logos__title h2 {
  padding-left: 200px;
  width: 100%;
  max-width: 1440px;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: #133452;
}
.logos__row {
  position: relative;
  height: 85px;
}
.logos__row + .logos__row {
  margin-top: 23px;
}
.logos__row:last-of-type .logos__items {
  left: auto;
  right: 0;
}
.logos__items {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.logos .item {
  padding: 6px 8px;
  display: flex;
  width: 200px;
  height: 85px;
  background: #ffffff;
  border-radius: 5.23077px;
  border: 0.653846px solid rgba(0, 0, 0, 0.2);
}
.logos .item + .item {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .logos__title {
    margin-bottom: 30px;
  }
  .logos__title h2 {
    padding: 0 20px;
    font-size: 35px;
  }
}
@media screen and (max-width: 586px) {
  .logos {
    padding: 0 0 80px;
  }
  .logos .item {
    width: 160px;
    height: 68px;
  }
  .logos__row + .logos__row {
    margin-top: 0;
  }
}
.fill-canvas {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 140%;
  height: 500px;
}
.fill-canvas::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1370px) {
  .fill-canvas {
    width: 180%;
    right: -50%;
  }
}
@media screen and (max-width: 991px) {
  .fill-canvas {
    width: 100%;
    top: auto;
    transform: none;
    bottom: 0;
    height: 180%;
  }
}
@media screen and (max-width: 568px) {
  .fill-canvas {
    width: 100%;
    top: auto;
    transform: none;
    bottom: 0;
    height: 120%;
  }
}
@-webkit-keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(12px, 8px) rotate(2deg);
  }
  50% {
    transform: translate(0, 0) rotate(0eg);
  }
  75% {
    transform: translate(-12px, 8px) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(12px, 8px) rotate(2deg);
  }
  50% {
    transform: translate(0, 0) rotate(0eg);
  }
  75% {
    transform: translate(-12px, 8px) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes tilt-n-move-shaking-1 {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes tilt-n-move-shaking-1 {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
.fill-text {
  position: relative;
  padding: 110px 0 110px 0;
  background: #ffffff;
}
.fill-text .col {
  display: flex;
  justify-content: space-between;
}
.fill-text__image {
  position: relative;
  padding: 100px 0;
  width: 30%;
  display: flex;
  align-items: start;
}
.fill-text__image-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-animation: tilt-n-move-shaking-1 2s linear infinite;
  animation: tilt-n-move-shaking-1 2s linear infinite;
}
.fill-text__image-wrap img {
  position: absolute;
  top: 50%;
  width: 740px;
  max-width: none;
  right: -20vw;
  transform: translateY(-50%);
}
.fill-text__col {
  width: 68%;
}
.fill-text__col span {
  color: #d0d0d0;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  transition: color 0.2s ease-in-out;
}
.fill-text__col span.fill {
  color: #1ea0ab;
}
.fill-text_clear {
  padding: 63px 0 25px;
}
.fill-text_clear .fill-text__col {
  width: 100%;
  max-width: 762px;
}
.fill-text_clear .fill-text__col span {
  color: #c2d5d6;
}
.fill-text_clear .fill-text__col span.fill {
  color: #16757d;
}

@media screen and (max-width: 1780px) {
  .fill-text__image-wrap img {
    right: -14vw;
    width: 590px;
  }
}
@media screen and (max-width: 1450px) {
  .fill-text__image-wrap img {
    right: -10vw;
    width: 590px;
  }
}
@media screen and (max-width: 1346px) {
  .fill-text__image-wrap img {
    right: -6vw;
    width: 490px;
  }
}
@media screen and (max-width: 1220px) {
  .fill-text__image-wrap img {
    right: -10px;
    width: 380px;
  }
}
@media screen and (max-width: 1280px) {
  .fill-text__col span {
    font-size: 56px;
    line-height: 130%;
  }
}
@media screen and (max-width: 991px) {
  .fill-text {
    padding: 80px 0 120px;
  }
  .fill-text__col {
    width: 100%;
  }
  .fill-text_clear {
    padding: 76px 107px 80px;
  }
  .fill-text_clear .fill-text__col {
    max-width: none;
  }
  .fill-text_clear .fill-text__col span {
    font-size: 30px;
    line-height: 166%;
  }
  .fill-text .col {
    flex-wrap: wrap;
  }
  .fill-text__image {
    padding: 0;
    width: auto;
    flex-basis: 100%;
    justify-content: flex-end;
    height: 100px;
  }
  .fill-text__image-wrap {
    width: 100%;
    height: 183px;
  }
  .fill-text__image-wrap img {
    right: auto;
    left: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 568px) {
  .fill-text {
    padding: 80px 0 106px;
  }
  .fill-text__col {
    width: 100%;
  }
  .fill-text__col span {
    font-size: 33px;
    line-height: 150%;
  }
  .fill-text_clear {
    padding: 80px 0 53px;
  }
  .fill-text_clear .fill-text__col span {
    font-size: 22.1258px;
    line-height: 166%;
  }
  .fill-text__image {
    justify-content: center;
  }
  .fill-text__image-wrap {
    width: 90%;
  }
  .fill-text__image-wrap img {
    width: 100%;
  }
}
.h3 {
  margin-bottom: 70px;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #1ea0ab;
  /* 133452 */
  /* 1ea0ab */
}

.concept {
  padding: 110px 0 0;
  position: relative;
  background: #f5f7f9;
}
.concept__title-image {
  display: none;
}
.concept__wrap {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.concept__bg {
  height: 140vh;
}
.concept__img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.concept__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.concept__steps {
  counter-reset: steps;
}
.concept__step {
  position: relative;
  padding-left: 71px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  counter-increment: steps1;
}
.concept__step.active::before {
  background: #133452;
}
.concept__step.active .concept__step-arrow::after {
  top: 0;
}
.concept__step.active .concept__step-arrow span {
  top: calc(100% - 6px);
}
.concept__step.vis .concept__step-image .img {
  opacity: 1;
}
.concept__step:last-of-type .concept__step-arrow span {
  display: none;
}
.concept__step::before {
  position: absolute;
  content: counter(steps1);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  left: 0;
  width: 34px;
  height: 34px;
  background: #d0d0d0;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #ffffff;
  border-radius: 141.667px;
  transition: 1s ease-in-out;
}
.concept__step-arrow {
  position: absolute;
  top: 54px;
  left: 12px;
  width: 10px;
  height: calc(100% - 50px);
  overflow: hidden;
}
.concept__step-arrow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: rgba(17, 25, 45, 0.1);
}
.concept__step-arrow::after {
  position: absolute;
  content: "";
  background: #000;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  transition: 0.9s ease-in-out;
}
.concept__step-arrow span {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 6px;
  background: url(../images/ico-arrow-mini.svg) center no-repeat;
  background-size: contain;
  transition: 0.9s ease-in-out;
  z-index: 1;
}
.concept__step-title,
.concept__step p {
  width: 100%;
  max-width: 442px;
}
.concept__step-title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #133452;
}
.concept__step-button {
  margin-top: 60px;
  display: flex;
  flex-basis: 100%;
}
.concept__step-button a {
  padding: 15px 40px;
  background: #1ea0ab;
  border-radius: 39px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  border: 2px solid #1ea0ab;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}
.concept__step p {
  width: 100%;
  max-width: 442px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #11192d;
}
.concept__step-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
}
.concept__step-image .img {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.concept__step:nth-of-type(1) .img {
  width: 60%;
}
.concept__step:nth-of-type(2) .img {
  width: 160%;
}
.concept__step:nth-of-type(3) .img {
  width: 150%;
}
.concept__step:last-of-type {
  padding-bottom: 140px;
}
.concept__step:last-of-type .concept__step-arrow {
  height: calc(100% - 60px);
}

@media screen and (max-width: 1800px) {
  .concept__step:nth-of-type(1) .img {
    width: 60%;
  }
  .concept__step:nth-of-type(2) .img {
    width: 130%;
  }
  .concept__step:nth-of-type(3) .img {
    width: 120%;
  }
}
@media screen and (max-width: 1650px) {
  .concept__step-image .img {
    left: 80%;
  }
  .concept__step:nth-of-type(1) .img {
    width: 40%;
  }
  .concept__step:nth-of-type(2) .img {
    width: 100%;
  }
  .concept__step:nth-of-type(3) .img {
    width: 100%;
  }
}
@media screen and (max-width: 1390px) {
  .concept__step-image .img {
    left: 70%;
  }
}
@media screen and (max-width: 1270px) {
  .concept__step-image .img {
    left: 60%;
  }
  .concept__step:nth-of-type(1) .img {
    width: 40%;
  }
  .concept__step:nth-of-type(2) .img {
    width: 80%;
  }
  .concept__step:nth-of-type(3) .img {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .concept__step-button a:hover {
    background: transparent;
    color: #1ea0ab;
  }
}
@media screen and (max-width: 991px) {
  .concept {
    padding: 80px 0 0;
  }
  .concept .h2 {
    margin-bottom: 60px;
  }
  .concept .h3 {
    margin-left: 45px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 130%;
  }
  .concept__step {
    padding-left: 45px;
    padding-bottom: 60px;
  }
  .concept__step:last-of-type {
    padding-bottom: 78px;
  }
  .concept__step:last-of-type .concept__step-arrow {
    height: calc(100% - 32px);
  }
  .concept__step:nth-of-type(3) .img {
    top: 30%;
  }
  .concept__step-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
  }
  .concept__step p {
    font-size: 15px;
    line-height: 150%;
  }
  .concept__step::before {
    top: 6px;
    padding-top: 3.5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 130%;
  }
  .concept__step-arrow {
    top: 32px;
    left: 5px;
    height: calc(100% - 32px);
  }
  .concept__step-button a {
    padding: 17px 41px;
  }
}
@media screen and (max-width: 767px) {
  .concept__bg {
    height: 105vh;
  }
  .concept__step-wrap {
    flex-basis: 100%;
  }
  .concept__step-image {
    display: none;
  }
  .concept__step-title,
  .concept__step p {
    max-width: none;
  }
  .concept__title-image {
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 568px) {
  .concept {
    padding-top: 51px;
  }
  .concept .h2 {
    margin-bottom: 0;
  }
  .concept__title .h3 {
    margin: 0;
    visibility: hidden;
  }
  .concept__step::before {
    top: 2px;
    width: 24px;
    height: 24px;
    padding-top: 0;
  }
  .concept__step:last-of-type {
    padding-bottom: 46px;
  }
  .concept__step:last-of-type .concept__step-arrow {
    height: calc(100% - 35px);
  }
  .concept__step-arrow {
    left: 7px;
    height: calc(100% - 35px);
  }
  .concept__step-wrap {
    flex-basis: 100%;
  }
  .concept__step-image {
    display: none;
  }
  .concept__step-title,
  .concept__step p {
    max-width: none;
  }
  .concept__step-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 130%;
  }
  .concept__step p {
    font-size: 14px;
    line-height: 140%;
  }
  .concept__step-button {
    padding-right: 45px;
  }
  .concept__step-button a {
    width: 100%;
    text-align: center;
    padding: 16px 0;
    font-size: 20px;
    line-height: 140%;
  }
}
.h2 {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  /* padding-left: 71px; */
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  text-transform: uppercase;
  color: #133452;
}
/* .h2::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #133452;
  border-radius: 50%;
} */

@media screen and (max-width: 991px) {
  .h2 {
    padding-left: 40px;
  }
  .h2::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 568px) {
  .h2 {
    padding-left: 30px;
    font-size: 12px;
    line-height: 130%;
  }
  .h2::before {
    top: 2px;
  }
}
.about-hub {
  padding: 110px 0 0;
  position: relative;
  background: #ffffff;
}
.about-hub__canvas {
  position: absolute;
  top: -50%;
  right: 0;
  width: 100%;
  height: 100%;
}
.about-hub__canvas img {
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
.about-hub__title {
  margin-bottom: 179px;
}
.about-hub__title .h2 {
  margin-bottom: 80px;
}
.about-hub__title p {
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
  color: #133452;
}
.about-hub__description {
  display: flex;
  padding-bottom: 120px;
}
.about-hub__col {
  position: relative;
  flex-basis: 60%;
}
.about-hub__col:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 40%;
}
.about-hub__col h3 {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: #1ea0ab;
}
.about-hub__col p {
  max-width: 443px;
  font-size: 20px;
  line-height: 150%;
  color: #11192d;
}
.about-hub__col p + p {
  margin-top: 20px;
}
.about-hub__col a {
  display: flex;
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 144%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #133452;
}

@media screen and (max-width: 991px) {
  .about-hub {
    padding: 80px 0 120px;
  }
  .about-hub__title {
    margin-bottom: 116px;
  }
  .about-hub__title .h2 {
    margin-bottom: 60px;
  }
  .about-hub__title p {
    max-width: 510px;
    padding-left: 40px;
    font-size: 32px;
    line-height: 140%;
  }
  .about-hub__col {
    flex-basis: 50%;
  }
  .about-hub__col:last-of-type {
    flex-basis: 50%;
    padding-right: 42px;
  }
  .about-hub__col h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 140%;
  }
  .about-hub__col p {
    font-size: 15px;
    line-height: 150%;
  }
  .about-hub__col p + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 568px) {
  .about-hub {
    padding: 80px 0 20px;
  }
  .about-hub__canvas {
    top: -35%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 100px);
  }
  .about-hub__canvas img {
    top: 40%;
  }
  .about-hub__title {
    margin-bottom: 50px;
  }
  .about-hub__title .h2 {
    margin-bottom: 50px;
  }
  .about-hub__title p {
    padding: 0 30px;
    font-size: 26px;
    line-height: 140%;
  }
  .about-hub__description {
    padding: 0 30px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .about-hub__col {
    flex-basis: auto;
  }
  .about-hub__col:last-of-type {
    padding-right: 0;
    flex-basis: auto;
  }
  .about-hub__col:first-of-type {
    margin-top: 100px;
    height: 480px;
  }
  .about-hub__col h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 140%;
  }
  .about-hub__col p {
    font-size: 14px;
    line-height: 160%;
  }
  .about-hub__col p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 440px) {
  .about-hub__canvas img {
    top: 30%;
  }
}
.section-image {
  position: relative;
  background: #ffffff;
}
.section-image_animated {
  height: 250vh;
  z-index: 1;
}
.section-image_animated .section-image__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
.section-image__wrap {
  position: relative;
}
.section-image__wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.section-image__second {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  z-index: 1;
  will-change: transform;
}
.section-image__second img {
  transform: scale(0);
}

@media screen and (max-width: 568px) {
  .section-image__wrap {
    height: 500px;
  }
  .section-image__wrap.left img {
    -o-object-position: -120px;
    object-position: -120px;
  }
}
.call-action {
  position: relative;
  margin-top: -1px;
  padding: 270px 0 270px;
}
.call-action__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.call-action__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.call-action__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.call-action__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.call-action__wrap h2 {
  margin-bottom: 40px;
  max-width: 578px;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
.call-action__wrap a {
  padding: 26px 40px;
  display: flex;
  text-align: center;
  background: #ffffff;
  border-radius: 39px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #11192d;
  border: 2px solid #ffffff;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .call-action__wrap a:hover {
    background: transparent;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .call-action {
    padding: 252px 0 80px;
  }
  .call-action__wrap h2 {
    margin-bottom: 20px;
    max-width: 336px;
    font-size: 30px;
    line-height: 140%;
  }
  .call-action__wrap a {
    padding: 21px 40px;
    font-size: 20px;
    line-height: 140%;
  }
}
@media screen and (max-width: 568px) {
  .call-action {
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .call-action__wrap h2 {
    max-width: 340px;
    margin-bottom: 20px;
    max-width: 336px;
    font-size: 28px;
    line-height: 140%;
  }
  .call-action__wrap a {
    max-width: none;
    padding: 16px 24px;
    font-size: 20px;
    justify-content: center;
    line-height: 140%;
  }
}
.coming-soon {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  background: #ffffff;
}
.coming-soon__wrap {
  position: relative;
  max-width: 1200px;
}
.coming-soon__wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
.coming-soon__wrap-img .images {
  z-index: -1;
}
.coming-soon__wrap-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.coming-soon__canvas {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 816px;
  height: 459px;
}
.coming-soon__image {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 816px;
  height: 459px;
  z-index: 1;
}
.coming-soon__image img {
  -webkit-animation: tilt-n-move-shaking-1 1.5s linear infinite;
  animation: tilt-n-move-shaking-1 1.5s linear infinite;
}
.coming-soon__title {
  width: 100%;
  max-width: 871px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.coming-soon__title h2 {
  margin-bottom: 31px;
  font-weight: 800;
  font-size: 100px;
  line-height: 117%;
  text-align: center;
  color: #ffffff;
}
.coming-soon__title p {
  margin-bottom: 40px;
  max-width: 523px;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}
.coming-soon__title a {
  padding: 26px 77px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #11192d;
  background: #ffffff;
  border-radius: 39px;
  border: 2px solid #ffffff;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .coming-soon__title a:hover {
    background: transparent;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .coming-soon {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .coming-soon__canvas {
    width: calc(100% + 40px);
    top: -30%;
  }
  .coming-soon__image {
    width: 80%;
    top: -12%;
  }
  .coming-soon__title {
    max-width: 650px;
  }
  .coming-soon__title h2 {
    margin-bottom: 38px;
    font-size: 70px;
    line-height: 127%;
  }
  .coming-soon__title p {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 38px;
  }
  .coming-soon__title a {
    padding: 17px 40px;
    font-size: 18px;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .coming-soon {
    margin-bottom: 80px;
  }
  .coming-soon__canvas {
    top: -20%;
    height: 400px;
  }
  .coming-soon__image {
    top: -18%;
  }
}
@media screen and (max-width: 568px) {
  .coming-soon {
    padding-top: 90px;
  }
  .coming-soon__canvas {
    top: -28%;
    height: 300px;
  }
  .coming-soon__title {
    max-width: 305px;
  }
  .coming-soon__title h2 {
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 127%;
  }
  .coming-soon__title p {
    max-width: 232px;
    margin-bottom: 22px;
    font-size: 22px;
    font-size: 16px;
    line-height: 140%;
  }
  .coming-soon__title a {
    padding: 20px 27.5px;
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (max-width: 430px) {
  .coming-soon {
    padding-left: 0;
    padding-right: 0;
  }
  .coming-soon__canvas {
    top: -50%;
    height: 200px;
    width: 100%;
  }
  .coming-soon__image {
    top: -25%;
  }
}
.about-us {
  position: relative;
  padding: 110px 0 160px;
  background: #dce5f4;
}
.about-us__title .h2 {
  margin-bottom: 80px;
}
.about-us__title p {
  max-width: 643px;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #1ea0ab;
}
.about-us__wrap {
  position: relative;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-us__canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 594px;
  height: 370px;
}
.about-us__image {
  position: absolute;
  top: -120px;
  right: -302px;
  width: 904px;
  height: 370px;
}
.about-us__image img {
  -webkit-animation: tilt-n-move-shaking-1 2.5s linear infinite;
  animation: tilt-n-move-shaking-1 2.5s linear infinite;
}
.about-us__col {
  flex-basis: 43%;
}
.about-us__col:first-of-type {
  flex-basis: 100%;
}
.about-us__col:first-of-type .about-us__col-title {
  width: 43%;
}
.about-us__col:first-of-type p {
  width: 43%;
}
.about-us__col + .about-us__col {
  margin-top: 80px;
}
.about-us__col-title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #133452;
}
.about-us__col p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #11192d;
}

.about-us .slider {
  display: none;
}
.about-us .slider .swiper {
  padding-bottom: 40px;
}
.about-us .slider .swiper-slide {
  width: 280px;
  margin-right: 20px;
}
.about-us .slider .swiper-slide:first-of-type {
  margin-left: 50px;
}
.about-us .slider .swiper-slide:last-of-type {
  margin-right: 50px;
}
.about-us .slider .swiper-slide .caption {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #133452;
}
.about-us .slider .swiper-slide p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0f1731;
}
.about-us .slider .swiper-scrollbar {
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background: rgba(19, 52, 82, 0.2);
  border-radius: 67px;
  z-index: 2;
}
.about-us .slider .swiper-scrollbar-drag {
  background: #11192d;
  border-radius: 67px;
}

@media screen and (max-width: 1660px) {
  .about-us__image {
    top: -75px;
    right: -160px;
    width: 700px;
  }
}
@media screen and (max-width: 1400px) {
  .about-us__image {
    top: -15px;
    right: -60px;
    width: 588px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us__image {
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .about-us__title p {
    padding-left: 40px;
    max-width: 400px;
    font-size: 32px;
    line-height: 140%;
  }
  .about-us__wrap {
    padding: 60px 40px 0 40px;
  }
  .about-us__col-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
  }
  .about-us__col + .about-us__col {
    margin-top: 60px;
  }
  .about-us__canvas {
    top: -70px;
    width: 50%;
  }
  .about-us__image {
    top: -40px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .about-us__canvas {
    width: 50%;
  }
  .about-us__image {
    top: 28px;
    width: 50%;
  }
}
@media screen and (max-width: 568px) {
  .about-us {
    padding: 80px 0;
  }
  .about-us__title {
    margin-bottom: 40px;
  }
  .about-us__title .h2 {
    margin-bottom: 50px;
  }
  .about-us__title p {
    padding-left: 30px;
    max-width: 320px;
    font-size: 26px;
    line-height: 140%;
  }
  .about-us__wrap {
    display: none;
  }
  .about-us .slider {
    display: flex;
  }
}
.our-team {
  /* padding: 0 80px; */
  padding: 160px 0 165px;
  position: relative;
  background: #ffffff;
}
.our-team__title .h2 {
  margin-bottom: 100px;
}
.our-team .slider {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.our-team .slider .swiper-slide {
  text-align: center;
  /* width: 323px;
  margin-right: 36px; */
  width: calc(
    33.33% - 300px
  ); /* Adjust to show 3 slides at a time, accounting for margins */
  margin-right: 300px;
}
.our-team .slider .swiper-slide:first-of-type {
  margin-left: 20px;
}
.our-team .slider .swiper-slide:last-of-type {
  margin-right: 20px;
}
.our-team .slider .swiper-slide .image {
  /* margin-bottom: 40px;
  width: 100%;
  height: 380px; */
  width: 300px;
  height: 300px;
  object-fit: cover; /* Ensures the image fits within the given dimensions without distortion */
  border-radius: 50%;
}
.our-team .slider .swiper-slide .caption {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 32px;
  line-height: 144%;
  color: #133452;
}
.our-team .slider .swiper-slide .post {
  /* margin-bottom: 10px; */
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #11192d;
  opacity: 0.5;
}
.our-team .slider .swiper-slide .wrap {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centre tous les éléments, y compris le texte et le logo LinkedIn */
  text-align: center;
}
.our-team .slider .swiper-slide p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #11192d;
}
.our-team .slider .swiper-slide ul {
  display: flex;
}
.our-team .slider .swiper-slide ul li a {
  display: flex;
  width: 22px;
  height: 22px;
}
.our-team .slider .swiper-slide ul li + li {
  margin-left: 10px;
}
.our-team .slider .swiper-button-prev,
.our-team .slider .swiper-button-next {
  top: 50%; /* Centre verticalement les flèches */
  transform: translateY(
    -50%
  ); /* Assure que l'élément soit bien centré par rapport à sa propre hauteur */
  position: absolute;
  width: 68px;
  height: 68px;
  background: #f5f7f9;
  border-radius: 50%;
}
.our-team .swiper-button-prev {
  left: 50px; /* Positionne la flèche à gauche */
}
.our-team .slider .swiper-button-prev img,
.our-team .slider .swiper-button-next img {
  width: 40%;
}
.our-team .slider .swiper-button-prev img {
  transform: rotate(180deg);
}
.our-team .slider .swiper-button-disabled {
  opacity: 1;
}
.our-team .slider .swiper-scrollbar {
  display: none;
}

@media screen and (max-width: 991px) {
  .our-team {
    padding-bottom: 125px;
  }
  .our-team .col {
    position: relative;
  }
  .our-team__title {
    position: absolute;
    top: 16px;
    left: 10px;
    margin-bottom: 0;
  }
  .our-team__title .h2 {
    margin-bottom: 0;
  }
  .our-team .slider .swiper {
    padding-top: 86px;
  }
  .our-team .slider .swiper-slide {
    width: 209px;
    margin-right: 20px;
  }
  .our-team .slider .swiper-slide:first-of-type {
    margin-left: 20px;
  }
  .our-team .slider .swiper-slide .image {
    height: 246px;
  }
  .our-team .slider .swiper-slide .caption {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 144%;
  }
  .our-team .slider .swiper-slide .post {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 144%;
  }
  .our-team .slider .swiper-slide p {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 150%;
  }
  .our-team .slider .swiper-button-prev,
  .our-team .slider .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .our-team .slider .swiper-button-prev {
    top: 24px;
    right: 90px;
  }
  .our-team .slider .swiper-button-next {
    top: 200px;
    right: 40px;
  }
}
@media screen and (max-width: 568px) {
  .our-team {
    padding: 80px 0 0;
  }
  .our-team__title {
    margin-bottom: 40px;
    position: relative;
    top: auto;
    left: auto;
  }
  .our-team .slider .swiper {
    padding-top: 32px;
  }
  .our-team .slider .swiper-button-prev,
  .our-team .slider .swiper-button-next {
    display: none;
  }
  .our-team .slider .swiper-scrollbar {
    display: block;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    bottom: auto;
    height: 1px;
  }
  .our-team .slider .swiper-scrollbar-drag {
    background: #1ea0ab;
  }
}
.delivery {
  padding: 110px 0 160px;
  position: relative;
  background: #f5f7f9;
}
.delivery__title {
  margin-bottom: 80px;
}
.delivery__wrap {
  display: flex;
  flex-direction: column;
}
.delivery__row {
  padding: 50px 0;
  display: flex;
  border-top: 1px solid rgba(208, 208, 208, 0.5);
}
.delivery__row.active {
  z-index: 1;
}
.delivery__row:last-of-type {
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
}
.delivery__row.vis .caption span {
  color: #1ea0ab;
}
.delivery__row.vis .caption .caption__img {
  visibility: visible;
  opacity: 1;
}
.delivery__col {
  position: relative;
  display: flex;
  align-items: center;
  flex-basis: 50%;
}
.delivery__col:last-of-type {
  justify-content: flex-end;
}
.delivery__col .caption {
  position: relative;
  max-width: 450px;
  font-weight: 700;
  font-size: 40px;
  line-height: 144%;
  color: #133452;
}
.delivery__col .caption span {
  color: inherit;
  transition: color 0.2s ease-in-out;
}
.delivery__col .caption span.active {
  color: #1ea0ab;
}
.delivery__col .caption__img {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
  width: 307px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.delivery__col .caption__img.show {
  visibility: visible;
  opacity: 1;
}
.delivery__col p {
  max-width: 360px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #0f1731;
}
.delivery .slider {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  display: none;
}
.delivery .slider .swiper {
  padding-top: 30px;
}
.delivery .slider .swiper-slide {
  width: 280px;
  margin-right: 30px;
}
.delivery .slider .swiper-slide:first-of-type {
  margin-left: 20px;
}
.delivery .slider .swiper-slide:last-of-type {
  margin-right: 20px;
}
.delivery .slider .swiper-slide .image {
  width: 100%;
}
.delivery .slider .swiper-slide .caption {
  min-height: 70px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 144%;
  color: #133452;
}
.delivery .slider .swiper-slide p {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #11192d;
}
.delivery .slider .swiper-scrollbar {
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  bottom: auto;
  height: 1px;
}
.delivery .slider .swiper-scrollbar-drag {
  background: #1ea0ab;
}

@media screen and (max-width: 991px) {
  .delivery {
    padding: 80px 0;
  }
  .delivery__title {
    margin-bottom: 60px;
  }
  .delivery__title .h2 {
    margin-bottom: 0;
  }
  .delivery .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .delivery .container-fluid .col {
    padding-right: 0;
  }
  .delivery__wrap {
    padding-left: 40px;
  }
  .delivery__row {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .delivery__col {
    flex-basis: 100%;
  }
  .delivery__col:last-of-type {
    justify-content: flex-start;
  }
  .delivery__col .caption {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 144%;
  }
  .delivery__col .caption span {
    display: inline-block;
    max-width: 410px;
  }
  .delivery__col .caption__img {
    left: auto;
    right: 25px;
    width: 262px;
    height: 323px;
  }
  .delivery__col p {
    font-size: 16px;
    line-height: 144%;
  }
}
@media screen and (max-width: 568px) {
  .delivery__wrap {
    display: none;
  }
  .delivery__title {
    margin-bottom: 40px;
  }
  .delivery .slider {
    display: block;
  }
}
.marketplace {
  overflow: hidden;
  position: relative;
  padding: 120px 0 0;
  background: #ffffff;
}
.marketplace__wrap {
  display: flex;
  justify-content: flex-end;
}
.marketplace__column {
  padding-left: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 50%;
}
.marketplace__column .text {
  margin-bottom: 40px;
}
.marketplace__column h2 {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: #133452;
}
.marketplace__column p {
  font-size: 20px;
  line-height: 150%;
  color: #11192d;
  max-width: 400px;
}
.marketplace__column p + p {
  margin-top: 10px;
}
.marketplace__column a {
  display: flex;
  padding: 18px 65px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  background: #133452;
  border: 1px solid #133452;
  border-radius: 39px;
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.marketplace__bg {
  margin-top: 140px;
  height: 303px;
  background: #11192d;
  transition: 0.5s ease-in-out;
}
.marketplace__bg.active {
  background: #ffffff;
}
.marketplace__drones {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: calc(100% - 600px);
  width: 50%;
  left: 0;
  height: 200px;
  z-index: 1;
}
.marketplace__drones-img {
  position: absolute;
  width: 1159px;
  top: -110px;
  right: 0;
}
.marketplace__drones-drone {
  position: absolute;
  width: 600px;
  top: -414px;
  right: 100px;
  animation: tilt-n-move-shaking-1 2s linear infinite reverse;
}
.marketplace__canvas {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 100%;
  max-width: 1159px;
  height: 400px;
}

@media screen and (min-width: 992px) {
  .marketplace__column a:hover {
    background: transparent;
    color: #133452;
  }
}
@media screen and (max-width: 1400px) {
  .marketplace__drones-drone {
    right: 0;
  }
}
@media screen and (max-width: 1220px) {
  .marketplace__drones-drone {
    width: 500px;
    top: -365px;
  }
}
@media screen and (max-width: 1020px) {
  .marketplace__drones-drone {
    width: 440px;
    top: -365px;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .marketplace {
    padding: 80px 0 0;
  }
  .marketplace__drones-img {
    top: 0;
    width: 910px;
  }
  .marketplace__drones-drone {
    width: 300px;
    top: -200px;
    right: 80px;
  }
  .marketplace__column {
    padding-left: 0;
    padding-right: 20px;
  }
  .marketplace__column h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 140%;
  }
  .marketplace__column .text {
    margin-bottom: 30px;
  }
  .marketplace__column p {
    font-size: 15px;
    line-height: 160%;
  }
  .marketplace__column p + p {
    margin-top: 5px;
  }
  .marketplace__column a {
    padding: 17px 32px;
    font-size: 18px;
    line-height: 140%;
  }
}
@media screen and (max-width: 800px) {
  .marketplace__drones-drone {
    right: 40px;
  }
}
@media screen and (max-width: 568px) {
  .marketplace {
    padding: 80px 0 0;
  }
  .marketplace__bg {
    margin-top: 300px;
    height: 200px;
  }
  .marketplace__drones {
    width: 100%;
  }
  .marketplace__drones-img {
    top: 210px;
    right: 0;
    width: 568px;
  }
  .marketplace__drones-drone {
    top: 122px;
    right: 0;
    width: 276px;
  }
  .marketplace__column {
    padding: 0;
    flex-basis: 100%;
    align-items: center;
  }
  .marketplace__column h2 {
    width: 100%;
    max-width: 400px;
    font-size: 36px;
    line-height: 140%;
  }
  .marketplace__column .text {
    margin-bottom: 30px;
  }
  .marketplace__column p {
    font-size: 16px;
    line-height: 160%;
  }
  .marketplace__column p + p {
    margin-top: 5px;
  }
  .marketplace__column a {
    display: flex;
    padding: 17px 32px;
    font-size: 16px;
    line-height: 140%;
  }
}
.scroll-section {
  padding-bottom: 10px;
  position: relative;
  background: #ffffff;
}
.scroll-section.active::before {
  background: #ffffff;
}
.scroll-section.active .block-text p {
  color: #11192d;
}
.scroll-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #11192d;
  transition: 0.5s ease-in-out;
}
.scroll-section .container-fluid {
  max-width: 1270px;
}
.scroll-section .block-text {
  position: relative;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scroll-section .block-text_right {
  align-items: flex-end;
}
.scroll-section .block-text p {
  max-width: 374px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.scroll-section .block-text p.show {
  opacity: 1;
}
.scroll-section .block-text_bg p {
  color: #ffffff;
}
.scroll-section .block-empty {
  height: 70vh;
}
.scroll-section .block-phone {
  display: none;
}
.scroll-section .block-descr {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.scroll-section .block-descr__title {
  margin-bottom: 50px;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  color: #16757d;
  max-width: 566px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.scroll-section .block-descr__title.show {
  opacity: 1;
}
.scroll-section .block-descr p {
  max-width: 469px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #0f1731;
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.scroll-section .block-descr p + p {
  margin-top: 30px;
}
.scroll-section .block-descr p.show {
  opacity: 1;
}
.scroll-section .block-descr a {
  position: relative;
  margin-top: 60px;
  padding: 17px 40px;
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  background: #16757d;
  border-radius: 39px;
  border: 1px solid #16757d;
  z-index: 1;
  transition: 0.2s ease-in-out;
  opacity: 0;
  z-index: 3;
}
.scroll-section .block-descr a.show {
  opacity: 1;
}
.scroll-section .col {
  position: relative;
}

@media screen and (min-width: 992px) {
  .scroll-section .block-descr a:hover {
    background: transparent;
    color: #133452;
  }
}
@media screen and (max-width: 991px) {
  .scroll-section {
    padding-bottom: 0;
  }
  .scroll-section .block-text p {
    max-width: 237px;
    font-size: 18px;
    line-height: 140%;
  }
  .scroll-section .block-text_half {
    padding-top: 5%;
  }
  .scroll-section .block-descr {
    margin-bottom: 40px;
  }
  .scroll-section .block-descr__title {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 130%;
    max-width: 530px;
  }
  .scroll-section .block-descr p {
    font-size: 18px;
  }
  .scroll-section .block-descr p + p {
    margin-top: 20px;
  }
  .scroll-section .block-descr a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section .block-empty {
    position: relative;
    margin-top: 50px;
    height: 200vh;
  }
  .scroll-section .block-phone {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  .scroll-section .block-phone__wrapper {
    position: relative;
  }
  .scroll-section .block-phone.map img:last-of-type {
    opacity: 1;
  }
  .scroll-section .block-phone img {
    transition: 0.2s ease-in-out;
    width: auto;
    height: 75vh;
  }
  .scroll-section .block-phone img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  .scroll-section .block-text {
    position: relative;
    justify-content: flex-end;
    min-height: auto;
    height: auto;
  }
  .scroll-section .block-text::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 50vh);
    background: #11192d;
  }
  .scroll-section .block-text p {
    max-width: 337px;
    padding-bottom: 20px;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    font-size: 18px;
    line-height: 140%;
    transition: 0.2s ease-in-out;
    color: #ffffff;
  }
  .scroll-section .block-text_right,
  .scroll-section .block-text_left {
    align-items: center;
  }
  .scroll-section .block-descr {
    margin-bottom: 80px;
  }
  .scroll-section .block-descr__title {
    margin-bottom: 32px;
    font-size: 43px;
    line-height: 144%;
  }
  .scroll-section .block-descr p {
    font-size: 16px;
    line-height: 160%;
  }
  .scroll-section .block-descr p + p {
    margin-top: 10px;
  }
  .scroll-section .block-descr a {
    margin-top: 48px;
    padding: 16px 44px;
    font-size: 20px;
    line-height: 140%;
  }
}
.phone__wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
}
.phone-model {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 400px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 800px;
  z-index: 2;
}
.phone-model__image {
  position: relative;
  height: 100%;
  transition: 0.3s ease-in-out;
  left: 0;
}
.phone-model__image img {
  width: auto;
  height: 100%;
}
.phone-model__image.move {
  left: 320px;
  height: 85%;
}
.phone-model__image.map .phone-model__content.img {
  opacity: 0;
}
.phone-model__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97%;
  height: 97%;
  transform: translate(-50%, -50%);
  display: flex;
  border-radius: 40px;
  overflow: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.phone-model__content.text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.phone-model__content.text p {
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: #000000;
}
.phone-model__content.text .img {
  padding: 32px;
  margin-top: 30px;
  width: 80%;
  background: #ffffff;
  box-shadow: 0px 6.40867px 38.0997px rgba(47, 60, 96, 0.12);
  border-radius: 16.0217px;
}
.phone-model__content.text .img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.phone-model__content.text .title-app {
  margin-top: 38px;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 13.1276px;
  line-height: 144%;
}
.phone-model__content.text .ico-mobile {
  display: flex;
}
.phone-model__content.text .ico-mobile .mob {
  width: 30px;
  height: 30px;
}
.phone-model__content.text .ico-mobile .mob + .mob {
  margin-left: 35px;
}
.phone-model__content.img img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-height: 992px) {
  .phone-model {
    top: calc(50% - 270px);
    max-height: 540px;
  }
  .phone-model__content.text p {
    font-size: 14px;
  }
}
@media screen and (max-height: 720px) {
  .phone-model {
    top: calc(50% - 225px);
    max-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .phone-model__image.move {
    left: 250px;
  }
  .phone-model__content.text .img {
    margin-top: 10px;
  }
  .phone-model__content.text .title-app {
    margin: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .phone-model {
    top: calc(50% - 37.5vh);
    max-height: 75vh;
  }
}
@media screen and (max-width: 820px) {
  .phone-model {
    top: calc(50% - 225px);
    max-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .phone__wrap {
    display: none;
  }
  .phone-model {
    top: 80px;
    max-height: 55vh;
    z-index: 3;
  }
  .phone-model__image.move {
    left: 0;
    transform: translateY(-100vh);
    height: 100%;
  }
}
.faq {
  position: relative;
  padding: 98px 0 180px;
  background: #ffffff;
}
.faq h2 {
  margin-bottom: 65px;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #000000;
}
.faq h3 {
  margin-top: 91px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #1ea0ab;
}
.faq h3:first-of-type {
  margin-top: 0;
}
.faq ul li + li {
  margin-top: 64px;
}
.faq .li__wrap {
  position: relative;
}
.faq .li__name {
  position: relative;
  padding-right: 100px;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #1f1f1f;
  cursor: pointer;
}
.faq .li__name.open .li__name-close {
  transform: rotate(135deg);
  background: #dce5f4;
}
.faq .li__name.open .li__name-close span {
  background: #11192d;
}
.faq .li__name-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: flex;
  background: #11192d;
  border-radius: 18.8764px;
  transition: 0.2s ease-in-out;
}
.faq .li__name-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: #f5f7f9;
  transform: translate(-50%, -50%);
}
.faq .li__name-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .li__answer {
  position: relative;
  height: 0;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}
.faq .li__text {
  position: absolute;
  padding-right: 161px;
  top: 22px;
  left: 0;
  width: 100%;
}
.faq .li__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1f1f1f;
}
.faq .li__text p + p {
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .faq h2 {
    margin-bottom: 26px;
    font-size: 34px;
  }
  .faq h3 {
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .faq ul li + li {
    margin-top: 40px;
  }
  .faq .li__name {
    font-size: 18px;
    line-height: 150%;
  }
  .faq .li__name-close {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .faq .li__text {
    padding-right: 70px;
  }
  .faq .li__text p + p {
    margin-top: 14px;
  }
}
@media screen and (max-width: 568px) {
  .faq {
    padding: 80px 0 90px;
  }
  .faq h2 {
    margin-bottom: 26px;
    font-size: 34px;
  }
  .faq ul li + li {
    margin-top: 40px;
  }
  .faq .li__name {
    padding-right: 40px;
    font-size: 20px;
    line-height: 130%;
  }
  .faq .li__name-close {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .faq .li__text {
    padding-right: 0;
  }
  .faq .li__text p {
    font-size: 14px;
    line-height: 150%;
  }
  .faq .li__text p + p {
    margin-top: 14px;
  }
}
.footer {
  padding: 24px 0 100px;
  position: relative;
  background: #f5f7f9;
}
.footer__logo {
  position: relative;
  width: 154px;
  left: -180px;
  margin-bottom: 10px;
}
.footer__wrap {
  display: flex;
}
.footer .column {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .column:last-of-type {
  padding-left: 10%;
}
.footer__contacts {
  margin-bottom: 176px;
}
.footer__contacts p {
  max-width: 307px;
  margin-bottom: 44px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #133452;
}
.footer__contacts ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__contacts ul li span {
  margin-top: 44px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 144%;
  color: #11192d;
}
.footer__contacts ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(31, 31, 31, 0.6);
}
.footer__contacts ul li a[href^="mailto:"] {
  text-decoration: underline;
}
.footer__contacts ul li a + a {
  margin-top: 14px;
}
.footer__contacts ul li p {
  margin-bottom: 12px;
  max-width: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(31, 31, 31, 0.6);
}
.footer__contacts ul li p:last-of-type {
  margin-bottom: 0;
}
.footer__contacts ul .li {
  margin-top: 44px;
  flex-direction: row;
}
.footer__contacts ul .li img {
  width: 24px;
  height: 24px;
}
.footer__contacts ul .li a + a {
  margin-top: 0;
  margin-left: 20px;
}
.footer__links ul {
  display: flex;
  justify-content: space-between;
}
.footer__links ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: rgba(17, 25, 45, 0.7);
}
.footer__title {
  margin-bottom: 50px;
  font-weight: 800;
  font-size: 20px;
  line-height: 144%;
  color: #133452;
}
.footer__title-top {
  margin-bottom: 36px;
  font-weight: 800;
  font-size: 32px;
  line-height: 144%;
  color: #133452;
}

@media screen and (max-width: 1420px) {
  .footer__logo {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 80px 0 33px;
  }
  .footer .container-fluid {
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }
  .footer .container-fluid .col {
    padding: 0;
  }
  .footer__logo {
    margin: 0 auto 80px;
  }
  .footer__title {
    margin-bottom: 71px;
  }
  .footer__title-top {
    text-align: center;
  }
  .footer__contacts {
    display: flex;
    margin-bottom: 60px;
  }
  .footer__contacts p {
    max-width: 258px;
    font-size: 14px;
    line-height: 140%;
  }
  .footer__contacts-top {
    flex-basis: 50%;
  }
  .footer__contacts ul {
    margin-top: 22px;
    padding-left: 15%;
  }
  .footer__contacts ul li span {
    margin-top: 40px;
  }
  .footer__contacts ul .li {
    margin-top: 40px;
  }
  .footer__contacts ul .li img {
    width: 20px;
    height: 20px;
  }
  .footer__links ul li {
    flex-basis: 50%;
  }
  .footer__links ul li:last-of-type {
    padding-left: 15%;
  }
  .footer__wrap {
    flex-wrap: wrap;
  }
  .footer__wrap .column {
    flex-basis: 100%;
  }
  .footer__wrap .column:first-of-type {
    padding: 0 120px;
    margin-bottom: 50px;
  }
  .footer__wrap .column:last-of-type {
    padding: 40px 80px 0;
    border-top: 1px solid #dee3e8;
  }
}
@media screen and (max-width: 700px) {
  .footer__contacts {
    flex-wrap: wrap;
  }
  .footer__contacts-top {
    flex-basis: 100%;
  }
  .footer__contacts ul {
    flex-basis: 100%;
    padding-left: 0;
  }
  .footer__links ul li {
    flex-basis: auto;
  }
  .footer__links ul li:last-of-type {
    padding-left: 0;
  }
}
@media screen and (max-width: 568px) {
  .footer {
    padding: 40px 0 0;
    background: #f5f7f9;
  }
  .footer__logo {
    width: 74px;
    margin-bottom: 40px;
  }
  .footer__title {
    margin-bottom: 30px;
  }
  .footer__title-top {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 144%;
  }
  .footer__wrap .column:first-of-type {
    margin-bottom: 70px;
    padding: 0 40px;
  }
  .footer__wrap .column:last-of-type {
    padding: 40px;
  }
  .footer__contacts {
    flex-wrap: wrap;
  }
  .footer__contacts p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
  }
  .footer__contacts-top {
    flex-basis: 100%;
  }
  .footer__contacts ul {
    flex-basis: 100%;
    margin-top: 0;
    padding-left: 0;
  }
  .footer__contacts ul li a {
    font-size: 14px;
    line-height: 140%;
  }
  .footer__contacts ul li a + a {
    margin-top: 12px;
  }
  .footer__contacts ul li span {
    margin: 24px 0 8px;
  }
  .footer__contacts ul .li {
    margin-top: 24px;
  }
  .footer__links ul {
    flex-direction: column-reverse;
  }
  .footer__links ul li {
    flex-basis: auto;
  }
  .footer__links ul li:last-of-type {
    padding-left: 0;
  }
  .footer__links ul li:first-of-type {
    margin-top: 8px;
  }
}
.parts {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #ffffff;
}
.parts-wrapper {
  padding-top: 160px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.parts-wrapper::before {
  position: absolute;
  top: 596px;
  left: 0;
  width: 100%;
  height: 600px;
  background: #dce5f4;
  -webkit-clip-path: ellipse(50% 600px at 50% 100%);
  clip-path: ellipse(50% 600px at 50% 100%);
}
.parts-wrapper::after {
  position: absolute;
  top: 1196px;
  left: 0;
  width: 100%;
  height: calc(100% - 1196px);
  background: #dce5f4;
  z-index: 0;
}
.parts-wrapper-line {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  transform: rotate(-180deg);
}
.parts .drone {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.parts .drone__scroll {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.parts .drone__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.parts .drone-canvas {
  width: 100%;
  height: 100%;
}
.parts .container-fluid {
  max-width: 1440px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.parts .container-fluid .col {
  padding: 0;
}
.parts-title {
  position: relative;
  padding-left: 28%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 800;
  font-size: 100px;
  line-height: 144%;
  color: #133452;
  z-index: 1;
}
.parts-title.hide span {
  opacity: 0;
}
.parts-title span {
  color: inherit;
  display: block;
}
.parts__wrap {
  margin-top: 660px;
  padding-top: 50vh;
  position: relative;
  min-height: 200vh;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
}
.parts__wrap-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  display: none;
}
.parts__wrap-top-img {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.parts__detail {
  height: 190vh;
}
.parts__descr {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 20vh;
  top: 0;
  left: 0;
  z-index: 1;
}
.parts__descr-wrap {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  padding-left: 20%;
}
.parts__descr.show .parts__descr-wrap {
  opacity: 1;
  visibility: visible;
}
.parts__descr-title {
  position: relative;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #133452;
}
.parts__descr-title .line {
  display: none;
  position: absolute;
  top: calc(100% + 9px);
  width: 695px;
  background: rgba(17, 25, 45, 0.3);
  height: 2px;
}
.parts__descr-title .line::before {
  position: absolute;
  content: "";
  top: 0;
  right: -7px;
  width: 2px;
  height: 40px;
  transform: rotate(-20deg);
  background: rgba(17, 25, 45, 0.3);
}
.parts__descr p {
  max-width: 310px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #11192d;
}
.parts__title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 160px;
  background: #dce5f4;
}
.parts__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 121px);
  background: #dce5f4;
  -webkit-clip-path: ellipse(50% 100% at 50% 0);
  clip-path: ellipse(50% 100% at 50% 0);
  z-index: -1;
}
.parts__title p {
  margin-bottom: 34px;
  max-width: 754px;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  color: #133452;
}
.parts__title a {
  display: flex;
  padding: 15px 40px;
  background: #133452;
  border-radius: 39px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  border: 2px solid #133452;
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.parts-scroll {
  position: relative;
  width: 100%;
}
.parts-scroll .empty {
  height: 20vh;
}
.parts-scroll .steps {
  position: relative;
}
.parts-scroll .steps::before {
  position: absolute;
  content: "";
  top: -300px;
  left: 0;
  width: 100%;
  height: 600px;
  background: #dce5f4;
  -webkit-clip-path: ellipse(50% 84% at 50% 100%);
  clip-path: ellipse(50% 84% at 50% 100%);
  transition: 0.2s ease-in-out;
}
.parts-scroll .steps::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 300px);
  background: #dce5f4;
}
.parts-scroll .steps .step {
  height: 100vh;
}
.parts-scroll .steps .step:last-of-type {
  height: 120vh;
}
.parts-scroll .description {
  position: fixed;
  padding: 15vh 20px 0;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1220px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: 0.1s ease-in-out;
}
.parts-scroll .description.vis {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.parts-scroll .description .descr {
  position: relative;
  width: 450px;
}
.parts-scroll .description .descr-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.parts-scroll .description .descr-title.active {
  opacity: 1;
  visibility: visible;
}
.parts-scroll .description .descr-steps {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: rgba(17, 25, 45, 0.7);
}
.parts-scroll .description .descr-steps span {
  color: inherit;
}
.parts-scroll .description .descr h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #1f1f1f;
}
.parts-scroll .description .descr p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1f1f1f;
}
.parts-scroll .description .progress {
  position: absolute;
  left: 20px;
  top: 90%;
  width: 320px;
  background-color: transparent;
}
.parts-scroll .description .progress::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(19, 52, 82, 0.4);
}
.parts-scroll .description .progress .progress-bar {
  background: #133452;
  border-radius: 34px;
}

@media screen and (min-width: 992px) {
  .parts__title a:hover {
    background: transparent;
    color: #133452;
  }
}
@media screen and (max-width: 1440px) {
  .parts .container-fluid {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .parts-scroll .steps::before {
    top: -160px;
    left: 0;
    height: 320px;
    -webkit-clip-path: ellipse(50% 84% at 50% 100%);
    clip-path: ellipse(50% 84% at 50% 100%);
  }
  .parts-scroll .steps::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 160px);
  }
  .parts-scroll .description .progress {
    top: 85vh;
  }
  .parts .empty {
    height: 0;
  }
  .parts-wrapper {
    padding-top: 80px;
  }
  .parts-wrapper::before {
    top: 383px;
    height: 372px;
    -webkit-clip-path: ellipse(50% 372px at 50% 100%);
    clip-path: ellipse(50% 372px at 50% 100%);
  }
  .parts-wrapper::after {
    top: 755px;
    height: calc(100% - 755px);
  }
  .parts-title {
    font-size: 70px;
    line-height: 144%;
  }
  .parts__title {
    padding: 20px 20px 100px;
  }
  .parts__title p {
    margin-top: 0;
    font-size: 30px;
    max-width: 514px;
  }
  .parts__title a {
    font-size: 20px;
    padding: 21px 40px;
    background: #ffffff;
    border: 1px solid #dce5f4;
    color: #000000;
  }
  .parts__descr {
    padding-top: 10vh;
  }
  .parts__descr-title .line {
    width: 2px;
    height: 200px;
    top: 60px;
    left: auto;
    right: 0;
  }
  .parts__descr-title .line::before {
    display: none;
  }
  .parts__descr-wrap {
    padding-left: 20px;
  }
  .parts .drone__wrap {
    top: 16vh;
    height: 84vh;
  }
}
@media screen and (max-width: 700px) {
  .parts-wrapper::before {
    top: 160px;
    height: 130px;
    -webkit-clip-path: ellipse(50% 130px at 50% 100%);
    clip-path: ellipse(50% 130px at 50% 100%);
  }
  .parts-wrapper::after {
    top: 290px;
    height: calc(100% - 340px);
  }
  .parts-title {
    padding-left: 30%;
    font-size: 35px;
    line-height: 144%;
  }
  .parts__title {
    margin-top: -70px;
  }
  .parts__title p {
    font-size: 28px;
  }
  .parts__title a {
    padding: 16px 33px;
  }
  .parts__title::before {
    height: calc(100% + 60px);
    -webkit-clip-path: ellipse(50% 100% at 50% 0);
    clip-path: ellipse(50% 100% at 50% 0);
  }
  .parts__descr-title .line {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .parts-scroll .steps::before {
    top: -200px;
    left: 0;
    height: 200px;
    -webkit-clip-path: ellipse(50% 84% at 50% 100%);
    clip-path: ellipse(50% 84% at 50% 100%);
  }
  .parts-scroll .steps::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .parts__title {
    margin-top: -110px;
    background: #dce5f4;
  }
  .parts__title::before {
    top: 100%;
    height: 33.3333333333%;
    -webkit-clip-path: ellipse(50% 100% at 50% 0);
    clip-path: ellipse(50% 100% at 50% 0);
  }
  .parts__title a {
    text-align: center;
    padding: 16px 30px;
  }
  .parts-title {
    padding-left: 15%;
  }
  .parts .drone__wrap {
    top: 28vh;
    height: 84vh;
  }
  .parts .description .descr {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .parts__title {
    margin-top: -170px;
  }
}
@-webkit-keyframes dp-banner-anim {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes dp-banner-anim {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.animate-text {
  position: relative;
  padding-bottom: 200px;
}

.dp-banner {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.5em 0;
  overflow: hidden;
  color: #000;
  white-space: nowrap;
  pointer-events: none;
}
.dp-banner:nth-of-type(2) {
  top: 100px;
}
.dp-banner:nth-of-type(2) .dp-banner__inner {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.dp-banner.is-ready {
  visibility: visible;
}
.dp-banner .dp-banner__inner,
.dp-banner .dp-banner__tail {
  display: flex;
}
.dp-banner .dp-banner__inner {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: linear infinite dp-banner-anim;
  animation: linear infinite dp-banner-anim;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  will-change: transform;
  text-transform: uppercase;
}
.dp-banner .dp-banner__msg {
  display: flex;
  flex-grow: 0;
  width: auto;
  margin: 0;
}
.dp-banner .dp-banner__tail {
  width: 0.001px;
}
.dp-banner .item {
  margin-right: 15px;
  padding: 6px 8px;
  display: flex;
  width: 200px;
  height: 85px;
  background: #ffffff;
  border-radius: 5.23077px;
  border: 0.65385px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 48em) {
  .dp-banner .dp-banner__inner {
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
  }
}
.empty {
  height: 50vh;
}

.not-found {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.not-found span {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #101828;
}
.not-found h1 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 100.667px;
  line-height: 120%;
  text-align: center;
  color: #16757d;
}
.not-found p {
  margin-bottom: 42px;
  max-width: 480px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #393e46;
}
.not-found a {
  position: relative;
  padding: 12px 20px 12px 48px;
  display: flex;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
}
.not-found a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/ico-arrow-right.svg) center no-repeat;
  background-size: 80%;
}

@media screen and (max-width: 767px) {
  .not-found span {
    font-size: 16px;
    line-height: 120%;
  }
  .not-found h1 {
    font-size: 65.8567px;
    line-height: 120%;
  }
  .not-found p {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 30px;
  }
}
.second-section {
  margin-bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-section__wrap {
  padding: 0 20px;
  width: 100%;
  max-width: 740px;
}
.second-title {
  margin-top: 70px;
  margin-bottom: 96px;
  padding-top: 90px;
}
.second-title h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
}
.second-content h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
}
.second-content p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #667085;
}
.second-content p strong {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .second-section {
    margin-bottom: 65px;
  }
  .second-title {
    margin-bottom: 64px;
    padding-top: 64px;
  }
  .second-title h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .second-content h2 {
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }
  .second-content p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
  }
}
.parallax-img {
  overflow: hidden;
}

.blogs__title {
  padding-top: 150px;
}
.blogs__title h1 {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #11192d;
}
.blogs__categories {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogs__categories ul {
  display: flex;
}
.blogs__categories ul li + li {
  padding-left: 4px;
}
.blogs__categories ul li button {
  position: relative;
  padding: 0 40px 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(17, 25, 45, 0.4);
  transition: 0.2s ease-in-out;
}
.blogs__categories ul li button.active {
  color: #11192d;
}
.blogs__categories ul li button.active::after {
  background: #11192d;
}
.blogs__categories ul li button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(17, 25, 45, 0.4);
}
.blogs__categories-link {
  background: #ffffff;
  border: 1px solid #133452;
  border-radius: 39px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
.blogs__categories-link.active {
  opacity: 1;
  visibility: visible;
}
.blogs__categories-link a {
  display: flex;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #133452;
}
.blogs__articles {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.blogs__articles.active {
  display: block;
}
.blogs__articles.vis {
  opacity: 1;
}
.blogs__articles.presse .article {
  flex-basis: 100%;
}
.blogs__articles.presse .article:nth-of-type(5n + 1) {
  flex-basis: 100%;
}
.blogs__articles.presse .article:nth-of-type(5n + 4),
.blogs__articles.presse .article:nth-of-type(5n + 5) {
  flex-basis: 100%;
}
.blogs__articles .article {
  position: relative;
  padding-bottom: 48%;
  position: relative;
  margin-bottom: 39px;
  flex-basis: calc(50% - 16px);
}
.blogs__articles .article.presse .article-title {
  text-align: center;
}
.blogs__articles .article.presse .article-descr p {
  text-align: center;
}
.blogs__articles .article.presse a {
  justify-content: center;
  align-items: center;
}
.blogs__articles .article.presse:nth-of-type(5n + 1) .article-descr {
  flex-grow: 0;
}
.blogs__articles .article .button {
  margin-top: 20px;
  padding: 18px 80px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  background: #1ea0ab;
  border-radius: 39px;
}
.blogs__articles .article__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogs__articles .article__bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.blogs__articles .article__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogs__articles .article-descr {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  width: 100%;
  max-width: 351px;
}
.blogs__articles .article-descr p {
  color: inherit;
}
.blogs__articles .article a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 29px 38px 27px;
  display: flex;
  flex-direction: column;
}
.blogs__articles .article:nth-of-type(5n + 1) {
  flex-basis: 100%;
}
.blogs__articles .article:nth-of-type(5n + 1) .article-descr {
  justify-content: flex-end;
  width: 100%;
  max-width: 516px;
  flex-grow: 2;
}
.blogs__articles .article:nth-of-type(5n + 4),
.blogs__articles .article:nth-of-type(5n + 5) {
  flex-basis: 48%;
  padding-bottom: 60%;
}
.blogs__articles .article::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.blogs__articles .article-title h2 {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
}
.blogs__articles .article-title p {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.blogs__articles-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .blogs__articles {
    margin-bottom: 20px;
  }
  .blogs__articles .article {
    padding-bottom: 65%;
  }
  .blogs__articles .article:nth-of-type(5n + 4),
  .blogs__articles .article:nth-of-type(5n + 5) {
    padding-bottom: 65%;
  }
  .blogs__articles .article-title h2 {
    font-size: 36px;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .blogs__articles .article {
    margin-bottom: 30px;
    padding-bottom: 0;
    flex-basis: 100%;
  }
  .blogs__articles .article:nth-of-type(5n + 4),
  .blogs__articles .article:nth-of-type(5n + 5) {
    flex-basis: 100%;
    padding-bottom: 0;
  }
  .blogs__articles .article:nth-of-type(5n + 1) .article-descr {
    justify-content: flex-start;
    width: 100%;
    max-width: 516px;
    flex-grow: 2;
  }
  .blogs__articles .article a {
    position: relative;
    padding: 30px 20px 50px;
  }
  .blogs__articles .article .button {
    padding: 16px 40px;
  }
  .blogs__categories {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .blogs__categories-link {
    margin-top: 20px;
  }
  .blogs__categories-link a {
    padding: 8px 20px;
  }
}
.related {
  padding: 31px 0 20px;
  background: #11192d;
}
.related__wrap {
  color: #eaeaea;
}
.related__wrap span {
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.045em;
  color: #bebebe;
}
.related__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #eaeaea;
}
.related__list {
  display: flex;
  flex-wrap: wrap;
}
.related__card {
  margin-bottom: 30px;
  flex-basis: calc(33.3333333333% - 14px);
}
.related__card + .related__card {
  margin-left: 21px;
}
.related__card:nth-of-type(3n + 4) {
  margin-left: 0;
}
.related__card-img {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 90%;
}
.related__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related__card-date {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #bebebe;
}
.related__card-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.045em;
  color: #bebebe;
}
.related__card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bebebe;
}

@media screen and (max-width: 767px) {
  .related__card {
    margin-bottom: 30px;
    flex-basis: calc(50% - 10px);
  }
  .related__card + .related__card {
    margin-left: 20px;
  }
  .related__card:nth-of-type(3n + 4) {
    margin-left: 20px;
  }
  .related__card:nth-of-type(2n + 3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 568px) {
  .related__card {
    margin-bottom: 35px;
    flex-basis: 100%;
  }
  .related__card + .related__card {
    margin-left: 0;
  }
  .related__card:nth-of-type(3n + 4) {
    margin-left: 0;
  }
}
.article-content {
  padding-top: 140px;
}
.article-content .breadcrumbs {
  display: flex;
}
.article-content .breadcrumbs ul {
  display: flex;
}
.article-content .breadcrumbs ul li {
  position: relative;
}
.article-content .breadcrumbs ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: rgba(102, 112, 128, 0.5);
}
.article-content .breadcrumbs ul li:last-of-type a {
  font-weight: 600;
  color: #11192d;
}
.article-content .breadcrumbs ul li + li {
  margin-left: 4px;
}
.article-content .breadcrumbs ul li + li::before {
  content: "/";
}
.article-content__title {
  margin: 0 auto 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 604px;
}
.article-content__title h1 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #11192d;
}
.article-content__title h2 {
  margin-bottom: 51px;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #11192d;
}
.article-content__title p {
  width: 100%;
  max-width: 604px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #667080;
}
.article-content__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-content__wrap > h2 {
  margin-bottom: 33px;
  width: 100%;
  max-width: 604px;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #11192d;
}
.article-content__wrap > h3 {
  margin-top: 40px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 604px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #11192d;
}
.article-content__wrap .video {
  margin-top: 20px;
  margin-bottom: 40px;
}
.article-content__wrap .video h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #11192d;
}
.article-content__wrap .video.play .video__bg {
  opacity: 0;
  visibility: hidden;
}
.article-content__wrap .video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
  cursor: pointer;
}
.article-content__wrap .video__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-content__wrap .video__bg::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: url(../images/ico-play.svg) center no-repeat;
  background-size: contain;
}
.article-content__wrap .video__wrap {
  position: relative;
}
.article-content__wrap .video__wrap::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 20px;
  height: 28px;
  background: url(../images/ico-pause.svg) center no-repeat;
  background-size: contain;
}
.article-content__wrap .video__wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.article-content__wrap > p {
  margin-bottom: 30px;
  width: 100%;
  max-width: 604px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #11192d;
}
.article-content__wrap > ol {
  margin-bottom: 30px;
  padding-left: 16px;
  width: 100%;
  max-width: 604px;
}
.article-content__wrap > ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 153.5%;
  color: #11192d;
}
.article-content__wrap > ul {
  margin-bottom: 30px;
  padding-left: 16px;
  width: 100%;
  max-width: 604px;
  list-style: disc;
}
.article-content__wrap > ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 153.5%;
  color: #11192d;
}
.article-content__wrap > blockquote {
  margin-top: 50px;
  margin-bottom: 140px;
}
.article-content__wrap > blockquote p {
  max-width: 820px;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #11192d;
}
.article-content__wrap > .wp-block-image {
  margin-bottom: 30px;
}
.article-content__wrap > .wp-block-image img {
  width: 100%;
}
.article-content__wrap > .wp-block-gallery {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.article-content__wrap > .wp-block-gallery figure {
  flex-basis: 49%;
}
.article-content__wrap .quote {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 100%;
}
.article-content__wrap .quote__img {
  flex-basis: 25%;
}
.article-content__wrap .quote__wrap {
  display: flex;
  align-items: center;
}
.article-content__wrap .quote__wrap p {
  flex-basis: 75%;
  padding-left: 32px;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  color: #11192d;
}
.article-content__wrap .quote__name {
  padding-left: 45px;
  margin-top: 23px;
}
.article-content__wrap .quote__name span {
  position: relative;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #11192d;
}
.article-content__wrap .quote__name span::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  width: 35px;
  height: 1px;
  background: #000;
}
.article-content__wrap .quote__name p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #909090;
}
.article-content__text-img {
  margin-bottom: 86px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.article-content__text-img.right {
  flex-direction: row-reverse;
}
.article-content__text-img-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 48%;
}
.article-content__text-img .title-content {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #11192d;
}
.article-content__text-img .caption {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #11192d;
}
.article-content__text-img p {
  font-weight: 400;
  font-size: 16px;
  line-height: 153.5%;
  color: #11192d;
}
.article-content__text-img p + p {
  margin-top: 10px;
}
.article-content__text-img .image {
  position: relative;
  padding-bottom: 102%;
}
.article-content__text-img .image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.article-content__status {
  margin-bottom: 45px;
}
.article-content__status span {
  padding: 5px 18px;
  display: flex;
  border: 1px solid #11192d;
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #11192d;
}

@media screen and (max-width: 991px) {
  .article-content {
    padding-top: 80px;
  }
  .article-content__title {
    margin-top: 20px;
  }
  .article-content__title h1 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 130%;
  }
  .article-content__title h2 {
    margin-bottom: 35px;
  }
  .article-content__status {
    margin-bottom: 30px;
  }
  .article-content__wrap > blockquote {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .article-content__wrap > blockquote p {
    font-size: 24px;
    line-height: 130%;
  }
  .article-content__wrap .quote__wrap p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .article-content__text-img {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .article-content__text-img-col {
    flex-basis: 100%;
  }
  .article-content__text-img .image {
    margin-top: 30px;
    padding-bottom: 60%;
  }
  .article-content__wrap > h2 {
    margin-bottom: 25px;
  }
  .article-content__wrap > h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .article-content__wrap > .wp-block-gallery,
  .article-content__wrap > .wp-block-image {
    margin-bottom: 20px;
  }
  .article-content__wrap .quote__wrap p {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .article-content__wrap .quote {
    margin-bottom: 60px;
  }
  .article-content__wrap .quote__wrap {
    flex-direction: column;
  }
  .article-content__wrap .quote__wrap p {
    margin-top: 20px;
    padding-left: 0;
    font-size: 20px;
  }
  .article-content__wrap .quote__img {
    flex-grow: 0;
    width: 100%;
    max-width: 343px;
  }
  .article-content__wrap .quote__name {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .our-team .slider .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .our-team .slider .swiper-slide .image {
    width: 100px;
    height: 100px;
  }
  .our-team .slider .swiper-slide .caption,
  .our-team .slider .swiper-slide .post {
    font-size: 14px;
  }
  .our-team .swiper-button-prev,
  .our-team .swiper-button-next {
    display: none;
  }
  .our-team .swiper-scrollbar {
    display: block;
  }
}
