/* NULL STYLES */
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Metropolis-Regular';
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  font-size: inherit;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* ================================================================ */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
.main {
  padding-top: 74px;
}
.title__section {
  margin-bottom: 75px;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.04em;
  color: #050e1a;
  text-align: center;
}
.clr-blue {
  color: #2f80ed;
}
.section__padding {
  padding: 120px 0;
}
body.lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
@media (max-width: 1023px) {
  .title__section {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .section__padding {
    padding: 75px 0;
  }
}
.title h1 {
  font-family: 'Metropolis-Bold';
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
}
.title h2 {
  font-family: 'Metropolis-SemiBold';
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .title h2 {
    font-size: 37px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    text-align: left;
    letter-spacing: -0.02em;
  }
}
.modal__window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  cursor: pointer;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.modal__window::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e212c;
  opacity: 0.75;
}
.modal__window.active {
  opacity: 1;
  visibility: visible;
}
.modal__window.active .modal__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.modal__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
}
.modal__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 968px;
  flex: 0 1 968px;
  padding: 48px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  cursor: auto;
}
.modal__exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: 3;
}
.modal__exit:before,
.modal__exit:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: #fff;
}
.modal__exit:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__exit:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 700px) {
  .modal__body {
    padding: 40px 20px;
  }
  .modal__content {
    padding: 0;
  }
  .modal__exit {
    top: -20px;
    right: 10px;
  }
}
/*fonts*/
@font-face {
  font-family: 'Metropolis-Regular';
  src: url('../eot/metropolis-regular.eot');
  src: url('../eot/metropolis-regulard41d.eot#iefix') format('embedded-opentype'),
    url('../woff/metropolis-regular.woff') format('woff'),
    url('../ttf/metropolis-regular.ttf') format('truetype'),
    url('../svg/metropolis-regular.svg#Metropolis-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis-Medium';
  src: url('../eot/metropolis-medium.eot');
  src: url('../eot/metropolis-mediumd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/metropolis-medium.woff') format('woff'),
    url('../ttf/metropolis-medium.ttf') format('truetype'),
    url('../svg/metropolis-medium.svg#Metropolis-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis-SemiBold';
  src: url('../eot/metropolis-semibold.eot');
  src: url('../eot/metropolis-semiboldd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/metropolis-semibold.woff') format('woff'),
    url('../ttf/metropolis-semibold.ttf') format('truetype'),
    url('../svg/metropolis-semibold.svg#Metropolis-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis-Bold';
  src: url('../eot/metropolis-bold.eot');
  src: url('../eot/metropolis-boldd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/metropolis-bold.woff') format('woff'),
    url('../ttf/metropolis-bold.ttf') format('truetype'),
    url('../svg/metropolis-bold.svg#Metropolis-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*/fonts*/
/* /base styles */
/*End Layout*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0 1px 0 #f0f2f5;
  box-shadow: 0 1px 0 #f0f2f5;
  background: #ffffff;
}

.header__burger {
  display: none;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 74px;
  padding: 10px 15px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
}

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

.menu__item {
  margin-left: 30px;
}

.menu__item--submenu:hover .submenu__list {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.menu__item--submenu {
  position: relative;
  left: 0;
  top: 0;
}

.menu__link {
  line-height: 20px;
  color: #415166;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__link.active {
  color: #050e1a;
  text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
}

.menu__call {
  margin-left: 30px;
  padding: 20px 30px;
  font-weight: 500;
  line-height: 14px;
  color: #2f80ed;
  background: rgba(47, 128, 237, 0.1);
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media (max-width: 1200px) {
  .menu__call {
    margin-left: 10px;
  }
}
.submenu__list {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  min-width: 220px;
  -webkit-box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.12);
  border: 1px solid #f0f2f4;
  background: #fff;
}

.submenu__item {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.submenu__item:last-child {
  margin-bottom: 0;
}

.submenu__link {
  display: block;
  padding: 10px 10px;
  line-height: 20px;
  color: #415166;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.submenu__link.active {
  color: #2f80ed;
}

@media (min-width: 1024px) {
  .submenu__item:hover {
    background-color: #2f80ed;
  }

  .submenu__item:hover .submenu__link {
    color: #fff;
  }
}

@media (any-hover: hover) {
  .menu__call:hover {
    background: rgba(47, 128, 237, 0.2);
  }
}

@media (min-width: 1024px) {
  .menu__link:hover {
    color: #050e1a;
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }
}

@media (max-width: 1200px) {
  .menu__item {
    margin-left: 15px;
  }
}

@media (max-width: 1023px) {
  header.header {
    height: auto;
    z-index: 10000;
  }
  .header__burger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 10000;
    margin-right: 10px;
    cursor: pointer;
  }

  .header__burger.active span {
    background-color: #fff;
  }

  .header__burger.active span:nth-child(1) {
    top: 4px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__burger.active span:nth-child(2) {
    top: 4px;
    right: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header__burger.active span:nth-child(3) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__burger.active span:nth-child(4) {
    bottom: 5px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header__burger.active span:nth-child(5) {
    bottom: 5px;
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__burger span {
    background-color: #000;
  }

  .header__burger span:nth-child(1),
  .header__burger span:nth-child(2),
  .header__burger span:nth-child(3),
  .header__burger span:nth-child(4),
  .header__burger span:nth-child(5) {
    position: absolute;
    height: 2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger span:nth-child(1) {
    top: 0;
    left: 0;
    width: 50%;
  }

  .header__burger span:nth-child(2) {
    top: 0;
    right: 0;
    width: 50%;
  }

  .header__burger span:nth-child(3) {
    left: 0;
    top: 9px;
    width: 100%;
  }

  .header__burger span:nth-child(4) {
    left: 0;
    bottom: 0;
    width: 50%;
  }

  .header__burger span:nth-child(5) {
    right: 0;
    bottom: 0;
    width: 50%;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease, left 0.4s ease;
    display: block;
    background-color: #121212;
    padding: 60px 10px 20px 40px;
    overflow: auto;
    z-index: 10002;
  }

  .header__menu.active {
    opacity: 1;
    left: 0;
  }

  .header .menu__call {
    display: none;
  }

  .header .menu__list {
    position: relative;
    display: block;
  }

  .header .menu__list li {
    margin: 0 0 30px 0;
    text-align: left;
  }

  .header .menu__list li:last-child {
    margin: 0;
  }

  .header .menu__link {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
  }

  .header .menu__link--button {
    display: inline-flex;
    gap: 20px;
    align-items: center;
  }
  .header .menu__link--button::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    color: red;
    transform: rotate(180deg);
    background: url(../svg/menu-arrow.svg) 0 0/ 24px 24px no-repeat;
  }
  .header .menu__link--button.active::after {
    background: url(../svg/menu-arrow-blue.svg) 0 0/ 24px 24px no-repeat;
  }
  .header .submenu__list-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
  }
  .header .submenu__list-overflow {
    overflow: hidden;
  }

  .header .submenu__list {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    border: none;
    background: transparent;
    margin-top: 30px;
  }
  .header .menu__item--submenu.is-open .submenu__list-wrapper {
    grid-template-rows: 1fr;
  }
  .header .menu__item--submenu.is-open .menu__link--button::after {
    transform: rotate(0);
  }
  .header .menu__link.active {
    color: #2f80ed;
  }
  .submenu__link {
    padding: 0;
    line-height: 100%;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
  }
}

/* FOOTER */
.footer__body {
  padding: 50px 0;
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.footer__link {
  line-height: 20px;
  color: #050e1a;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer__locations {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 420px;
  flex: 0 1 420px;
}

.footer__item {
  margin-bottom: 20px;
  line-height: 20px;
  color: #050e1a;
}

.footer__item:last-child {
  margin: 0;
}

.footer__bottom {
  padding: 20px 0;
  border-top: 1px solid #f0f2f5;
}

.footer-lists__title {
  font-family: 'Lato';
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #050e1a;
}

.footer-bottom__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #050e1a;
}

.bottom-footer__left span {
  display: block;
}

.bottom-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  line-height: 20px;
  color: #415166;
}

.bottom-footer__right span {
  display: block;
  line-height: 20px;
  color: #97a9be;
}

.bottom-footer__link {
  line-height: 20px;
  color: #415166;
}

.vertical-line {
  height: 10px;
  width: 1px;
  background: #000;
  margin: 0 15px;
}

@media (any-hover: hover) {
  .footer__link:hover {
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }
}

@media (max-width: 1023px) {
  .footer__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 650px) {
  .footer-bottom__body {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .bottom-footer__left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 371px) {
  .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__locations {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
/* FOOTER END */
/* HERO SECTION */
.chatbots {
  background: #f0f2f5;
  padding-bottom: 40px;
}

.chatbots__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}

.chatbots__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
}

.chatbots__title {
  font-family: 'Metropolis-SemiBold';
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #050e1a;
}

.chatbots__info {
  margin-top: 40px;
  font-size: 24px;
  line-height: 32px;
  color: #415166;
}
.chatbots__info span {
  display: inline-flex;
}
.chatbots__info span:not(:last-child) {
  margin-bottom: 32px;
}
.chatbots__info button {
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  color: #2f80ed;
  transition: color 0.4s ease 0s;
}
.chatbots__info button:hover {
  color: #155bb7;
}

.chatbots__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chatbots__forma {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  padding: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 24px -6px rgba(8, 35, 71, 0.12);
  box-shadow: 0px 12px 24px -6px rgba(8, 35, 71, 0.12);
}

.forma-chatbots__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #050e1a;
}

.forma-chatbots__input {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 30px;
}

.forma-chatbots__input span {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #fd6062;
}

.forma-chatbots__input.error .empty {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forma-chatbots__input.error .empty span.empty {
  display: block;
}

.forma-chatbots__input.error .empty span.empty span.error {
  display: none;
}

.forma-chatbots__input.error span.error {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forma-chatbots__input input {
  display: block;
  width: 100%;
  padding: 16px;
  background: #f7f8fa;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.forma-chatbots__input input.error {
  border: 1px solid #fd6062;
}

.forma-chatbots__input input:focus {
  border: 1px solid #97a9be;
}

.forma-chatbots__input input::-webkit-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::-moz-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input:-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__input input::placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea {
  margin-bottom: 30px;
}

.forma-chatbots__textarea textarea {
  padding: 16px;
  background: #f7f8fa;
  border: 1px solid transparent;
  resize: none;
  width: 100%;
  height: 152px;
  font-size: 16px;
  line-height: 20px;
  color: #415166;
}

.forma-chatbots__textarea textarea:focus {
  border: 1px solid #97a9be;
}

.forma-chatbots__textarea textarea::-webkit-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::-moz-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea:-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::-ms-input-placeholder {
  color: #97a9be;
}

.forma-chatbots__textarea textarea::placeholder {
  color: #97a9be;
}

.form-container .button-primary {
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .chatbots__title {
    font-size: 36px;
    line-height: 40px;
  }
  .chatbots__info {
    font-size: 18px;
    line-height: 26px;
  }
  .chatbots__forma {
    padding: 25px;
  }
  .forma-chatbots__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .forma-chatbots__button {
    padding: 30px 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .chatbots__body .paper-form {
    margin: 0;
  }
  .chatbots__content {
    flex: 0 0 40%;
  }
  .chatbots__body {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .chatbots__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 25px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .chatbots__info {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .chatbots__content {
    flex: 1 1 auto;
  }
}
/* HERO SECTION END*/
/* REVIEWS */
.customer-reviews {
  background: #f0f2f5;
}

.customer-reviews__list > .swiper-wrapper {
  transition-timing-function: linear;
  padding-bottom: 40px;
}

.customer-reviews .swiper-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  bottom: 10px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .customer-reviews .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .customer-reviews .title h2 {
    text-align: center;
  }
}

.customer-reviews .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
}

.customer-reviews .swiper-pagination-bullet-active {
  background-color: #2f80ed;
}

.customer-reviews__text--left {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  max-width: 500px;
}

.customer-reviews__text--right {
  max-width: 500px;
  font-size: 24px;
  line-height: 32px;
  color: #415166;
  max-width: 500px;
  margin: 50px 0 0 auto;
}

.customer-reviews__list {
  margin-top: 75px;
  overflow-x: hidden;
}

.customer-reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 518px;
  background: #fff;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .customer-reviews__item {
    max-width: 290px;
  }
}

.customer-reviews__item > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.customer-reviews__item.swiper-slide {
  height: auto;
}

.customer-reviews__wrapper {
  margin-bottom: 26px;
}

.item-customer-reviews__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 28px;
  color: #415166;
}

.item-customer-reviews__text--dark {
  font-family: 'Metropolis-Medium';
  color: #050e19;
}

.item-customer-reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .item-customer-reviews__author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.item-customer-reviews__author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .item-customer-reviews__author-wrap {
    margin-bottom: 20px;
  }
}

.customer-reviews-author__photo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.customer-reviews-author__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #415166;
}

.customer-reviews-author__position {
  font-size: 12px;
  line-height: 16px;
  color: #97a9be;
}

@media (max-width: 1023px) {
  .customer-reviews__text--left {
    font-size: 24px;
    line-height: 36px;
  }
  .customer-reviews__text--right {
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 0 auto;
  }
  .customer-reviews__list {
    margin-top: 40px;
  }
  .customer-reviews__item {
    padding: 15px;
  }
  .item-customer-reviews__author {
    margin-top: 30px;
  }
  .item-customer-reviews__text {
    font-size: 18px;
    line-height: 28px;
  }
}
/* REVIEWS END*/
/* STATISTIC */
.result {
  background-color: #121c29;
  overflow: hidden;
}

.result .list-logo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result__year {
  width: 175px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 90px;
}

.result__title {
  width: 100%;
  color: #ffffff;
}
.result__title.title h2 {
  text-align: start;
  margin: 0;
}

.result__statistic {
  margin-right: calc(((-100vw + 100%) / 2));
  padding-right: calc(((100vw - 100%) / 2));
  margin-left: calc(((-100vw + 100%) / 2));
  padding-left: calc(((100vw - 100%) / 2));
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.2%;
  -moz-column-gap: 3.2%;
  column-gap: 3.2%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.result__statistic::-webkit-scrollbar {
  display: none;
}

.statistic-result__item {
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 12px 24px -6px rgba(8, 35, 71, 0.12);
  box-shadow: 0 12px 24px -6px rgba(8, 35, 71, 0.12);
  flex: 0 0 343px;
  padding: 50px;
}

.statistic-result__item img {
  margin-bottom: 20px;
}

.statistic-result__data {
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0 0 20px;
}

.statistic-result__descr {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1023px) {
  .result__year {
    margin-bottom: 50px;
  }
  .statistic-result__item img {
    margin: 0 auto 20px;
  }
  .statistic-result__data {
    font-size: 41px;
    line-height: 50px;
  }
  .statistic-result__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .statistic-result__item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .result .list-logo {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .result .list-logo li {
    margin: 12px;
  }
  .result__statistic {
    flex-wrap: wrap;
  }
  .statistic-result__item {
    width: 100%;
    flex: 1 1 auto;
    padding: 20px;
  }
  .statistic-result__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* STATISTIC END */
