body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

@font-face {
  font-family: 'CeraPro';
  src: local('CeraPro'), url("../fonts/CeraPro-Bold.ttf") format('truetype'), url("../fonts/CeraPro-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/CeraPro-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro';
  src: local('CeraPro'), url("../fonts/CeraPro-Regular.ttf") format('truetype'), url("../fonts/CeraPro-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/CeraPro-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro';
  src: local('CeraPro'), url("../fonts/CeraPro-Light.ttf") format('truetype'), url("../fonts/CeraPro-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/CeraPro-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: 'CeraPro', sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

header,
aside,
section,
footer {
  display: block;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

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

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

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

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

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

h1 {
  margin-bottom: 16px;
  line-height: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #08294a;
}

h2 {
  margin-bottom: 16px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 700;
  color: #08294a;
}

h3 {
  margin-bottom: 16px;
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
  color: #08294a;
}

h4 {
  margin-bottom: 8px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #08294a;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  background: url("../img/bg-wrapper.png") no-repeat center top;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  margin-bottom: auto;
}

.content__center {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1276px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section {
  padding-bottom: 48px;
  width: 100%;
}

.header {
  width: 100%;
  height: 44px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #08294a;
}

.header .content__center {
  max-width: 1360px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .btn {
  width: calc(50% - 4px);
  height: 34px;
  line-height: 18px;
  font-size: 12px;
}

.header__column {
  width: 100%;
  max-width: 500px;
  height: calc(100% - 44px);
  padding: 36px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 44px;
  left: -500px;
  overflow-y: auto;
  background-color: #08294a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms;
  box-sizing: border-box;
}

.header__column.open {
  left: 0;
}

.header__btns {
  width: 100%;
  margin-top: 48px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.btn-menu {
  width: 24px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.btn-menu span {
  display: block;
  position: absolute;
  width: 50%;
  height: 3px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.btn-menu span:first-child {
  top: 0;
  left: 0;
}

.btn-menu span:nth-child(2) {
  top: 0;
  left: 50%;
}

.btn-menu span:nth-child(3) {
  top: 8px;
  left: 0;
}

.btn-menu span:nth-child(4) {
  top: 8px;
  left: 50%;
}

.btn-menu span:nth-child(5) {
  bottom: 0;
  left: 0;
}

.btn-menu span:nth-child(6) {
  bottom: 0;
  left: 50%;
}

.btn-menu.open span:first-child,
.btn-menu.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu.open span:nth-child(2),
.btn-menu.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-menu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.btn-menu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.btn-menu.open span:first-child,
.btn-menu.open span:nth-child(2) {
  top: 3px;
}

.btn-menu.open span:nth-child(5),
.btn-menu.open span:nth-child(6) {
  bottom: 3px;
}

.main-nav {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
}

.main-nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.main-nav__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.lang {
  width: 100%;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.lang__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.lang__text span {
  display: block;
}

.bg__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bg__checkbox-field {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg__checkbox-field:checked ~ .bg__checkbox-box {
  background: #2a5180;
}

.bg__checkbox-field:checked ~ .bg__checkbox-box:after {
  left: calc(100% - (16px + 4px));
  background: #fff;
}

.bg__checkbox-box {
  width: 40px;
  height: 24px;
  position: relative;
  background: #2a5180;
  border-radius: 23px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.bg__checkbox-box:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 4px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer {
  width: 100%;
  color: #fff;
  background-color: #08294a;
}

.footer__top {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border-bottom: 1px solid #374151;
}

.footer__top .logo {
  margin-right: 0;
  width: 95px;
}

.footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.footer-nav__list {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
}

.footer-nav__list-item {
  width: 100%;
  margin-bottom: 8px;
}

.footer-nav__list-item:first-child {
  margin-bottom: 16px;
}

.footer-nav__list-item:last-child {
  margin-bottom: 0;
}

.footer-nav__list-item span {
  color: #6b7280;
  font-weight: 700;
}

.footer-nav__list-item a {
  color: #fff;
  font-weight: 300;
}

.footer h4 {
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 700;
}

.footer__bottom {
  padding: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.footer__bottom-item {
  width: 100%;
}

.footer__bottom h4 {
  margin-bottom: 4px;
}

.footer__bottom p {
  line-height: 13px;
  font-size: 10px;
  color: #d1d5db;
  font-weight: 300;
}

.footer .social__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.footer .social__list a {
  width: 24px;
  height: 24px;
}

.footer .social__list a img {
  width: 100%;
}

.footer .copy {
  width: 100%;
  padding-bottom: 24px;
  font-size: 14px;
  color: #d1d5db;
  font-weight: 300;
  text-align: center;
  opacity: 0.4;
}

.banner {
  width: 100%;
  position: relative;
}

.banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url("../img/bg-network-mob.png") no-repeat center top;
  -webkit-transition: opacity 600ms 600ms;
  -o-transition: opacity 600ms 600ms;
  transition: opacity 600ms 600ms;
}

.banner__bg.animation {
  opacity: 1;
}

.banner__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.banner h1 {
  text-align: left;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 600ms 600ms;
  transition: -webkit-transform 600ms 600ms;
  -o-transition: transform 600ms 600ms;
  transition: transform 600ms 600ms;
  transition: transform 600ms 600ms, -webkit-transform 600ms 600ms;
}

.banner h1.animation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner h1 span {
  background-color: #fdff9b;
}

.banner__desc {
  margin-bottom: 16px;
  text-align: left;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 600ms 1200ms;
  transition: -webkit-transform 600ms 1200ms;
  -o-transition: transform 600ms 1200ms;
  transition: transform 600ms 1200ms;
  transition: transform 600ms 1200ms, -webkit-transform 600ms 1200ms;
}

.banner__desc.animation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner__desc span {
  background-color: #fdff9b;
}

.banner__img {
  width: 100%;
  max-width: 140px;
  margin: 14px auto 32px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 600ms 1800ms;
  transition: -webkit-transform 600ms 1800ms;
  -o-transition: transform 600ms 1800ms;
  transition: transform 600ms 1800ms;
  transition: transform 600ms 1800ms, -webkit-transform 600ms 1800ms;
}

.banner__img.animation {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.banner .content__center {
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.banner .btn {
  width: 288px;
  opacity: 0;
  -webkit-transition: opacity 600ms 1800ms;
  -o-transition: opacity 600ms 1800ms;
  transition: opacity 600ms 1800ms;
}

.banner .btn.animation {
  opacity: 1;
}

.work-section__columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.work-section .section__column {
  overflow: hidden;
}

.work-section .section__column:first-child h2 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.work-section .section__column:first-child p {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 600ms 1200ms;
  transition: -webkit-transform 600ms 1200ms;
  -o-transition: transform 600ms 1200ms;
  transition: transform 600ms 1200ms;
  transition: transform 600ms 1200ms, -webkit-transform 600ms 1200ms;
}

.work-section .section__column:first-child.animation h2,
.work-section .section__column:first-child.animation p {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.work-section h3 {
  margin-bottom: 32px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.work-section h3.animation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.work-section p {
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 14px;
}

.work-section p:last-child {
  margin-bottom: 0;
}

.work-section__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.work-section__list.animation:before {
  opacity: 1;
}

.work-section__list:before {
  content: "";
  width: 0;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 22px;
  border-left: 1px dashed #2d47fe;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 1800ms;
  -o-transition: opacity 1800ms;
  transition: opacity 1800ms;
}

.work-section__list p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
}

.work-section__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: opacity 600ms, -webkit-transform 600ms;
  transition: opacity 600ms, -webkit-transform 600ms;
  -o-transition: transform 600ms, opacity 600ms;
  transition: transform 600ms, opacity 600ms;
  transition: transform 600ms, opacity 600ms, -webkit-transform 600ms;
}

.work-section__item.animation {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.work-section__item.animation span {
  opacity: 1;
}

.work-section__item span {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #2d47fe;
  border: 1px solid #2d47fe;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 600ms 600ms;
  -o-transition: opacity 600ms 600ms;
  transition: opacity 600ms 600ms;
}

.work-section__item p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
}

.work-section__bottom {
  margin-top: 32px;
  padding-top: 32px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #e5e7eb;
}

.work-section__bottom.animation .btn,
.work-section__bottom.animation p {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.work-section__bottom .btn {
  margin-bottom: 16px;
  width: 288px;
  -webkit-transform: translate(-200%);
  -ms-transform: translate(-200%);
  transform: translate(-200%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.work-section__bottom p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  -webkit-transform: translate(200%);
  -ms-transform: translate(200%);
  transform: translate(200%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.our-work h2 {
  opacity: 0;
  -webkit-transition: opacity 600ms 600ms;
  -o-transition: opacity 600ms 600ms;
  transition: opacity 600ms 600ms;
}

.our-work h2.animation {
  opacity: 1;
}

.our-work__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.our-work__item {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background-color: #f7fbff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 600ms 300ms;
  -o-transition: opacity 600ms 300ms;
  transition: opacity 600ms 300ms;
}

.our-work__item:first-child {
  -webkit-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
}

.our-work__item:last-child {
  -webkit-transition: opacity 600ms 600ms;
  -o-transition: opacity 600ms 600ms;
  transition: opacity 600ms 600ms;
}

.our-work__item.animation {
  opacity: 1;
}

.our-work__item p {
  line-height: 20px;
  font-size: 14px;
}

.our-work__icon {
  margin-bottom: 8px;
  width: 48px;
  height: 48px;
}

.our-work__icon img {
  width: 100%;
}

.tabs {
  width: 100%;
}

.tabs h2 {
  padding: 0 16px;
}

.tabs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.tabs-container__header {
  padding: 0 16px;
  width: 100%;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs-container__header-item {
  width: auto;
  padding: 8px 0;
  line-height: 20px;
  font-size: 14px;
  color: #9ca3af;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.tabs-container__header-item.active {
  color: #08294a;
}

.tabs-container__header-item.active:before {
  content: "";
  width: calc(100% + 32px);
  height: 2px;
  position: absolute;
  top: 100%;
  left: -16px;
  background-color: #18d6ff;
}

.tabs-container__header .swiper-wrapper {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tabs-container__body {
  -webkit-box-shadow: 0px 0px 250px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 250px rgba(0,0,0,0.07);
}

.tabs-container__body-item {
  width: 100%;
  padding: 24px 16px 0;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 24px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs-container__body-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-container__body-item h3 {
  width: 100%;
  line-height: 26px;
  font-size: 20px;
}

.tabs-container__body-footer {
  width: 100%;
  margin-top: 16px;
  padding: 16px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #e5e7eb;
}

.tabs-container__body-footer p {
  font-weight: 700;
  text-align: center;
}

.tabs-container__body-footer .btn {
  width: 288px;
}

.tabs-container__img {
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f0f7ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs-container__img img {
  width: 224px;
}

.tabs-container__box {
  width: 100%;
}

.tabs-container__list {
  width: 100%;
  margin-bottom: 8px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 300;
  background-color: #f0f7ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs-container__list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-container__list-item.red .tabs-container__list-val {
  color: #ea3d67;
}

.tabs-container__list-item.blue .tabs-container__list-val {
  color: #00a3a1;
}

.tabs-container__list-val {
  font-size: 14px;
  font-weight: 700;
}

.tabs .content__center {
  padding: 0;
}

.tabs .accardion {
  width: 100%;
}

.tabs .accardion__header {
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}

.tabs .accardion__header:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/svg/arrow.svg") no-repeat center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tabs .accardion__header h3 {
  margin: 0;
}

.tabs .accardion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.tabs .accardion__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.tabs .accardion__img img {
  width: auto;
  max-width: inherit;
}

.tabs .accardion.active .accardion__header:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.tabs .accardion.active .accardion__body {
  max-height: 2000px;
}

.advantages__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.advantages__list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.advantages__list-item:first-child .advantages__list-img {
  background: url("../img/bg-network-top.png") no-repeat center top;
  background-size: auto 100%;
}

.advantages__list-item:first-child .advantages__list-img picture {
  height: 96%;
}

.advantages__list-img {
  width: 100%;
  height: 298px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background: url("../img/bg-network-bottom.png") no-repeat center bottom;
  background-size: auto 100%;
  -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 25px rgba(0,0,0,0.07);
  border-radius: 8px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.advantages__list-img.animation {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.advantages__list-img img,
.advantages__list-img picture {
  width: auto;
  max-width: inherit;
  height: 100%;
}

.advantages__list-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.advantages__info {
  width: 100%;
  padding: 24px 16px;
  -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 25px rgba(0,0,0,0.07);
  border-radius: 8px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 600ms, -webkit-transform 600ms;
  transition: opacity 600ms, -webkit-transform 600ms;
  -o-transition: transform 600ms, opacity 600ms;
  transition: transform 600ms, opacity 600ms;
  transition: transform 600ms, opacity 600ms, -webkit-transform 600ms;
}

.advantages__info.animation {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.advantages__info-title {
  width: 100%;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.advantages__info-title img {
  width: 24px;
}

.advantages__info-title h4 {
  margin: 0;
}

.advantages__info-title p {
  line-height: 20px;
  font-size: 14px;
}

.referal {
  text-align: center;
}

.referal__img {
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
}

.referal__img.animation {
  opacity: 1;
}

.referal__img img {
  width: 100%;
}

.referal__content {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: opacity 600ms, -webkit-transform 600ms;
  transition: opacity 600ms, -webkit-transform 600ms;
  -o-transition: transform 600ms, opacity 600ms;
  transition: transform 600ms, opacity 600ms;
  transition: transform 600ms, opacity 600ms, -webkit-transform 600ms;
}

.referal__content.animation {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.referal h2 {
  text-align: left;
}

.referal p {
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}

.referal .btn {
  margin-top: 8px;
  width: 288px;
}

.partners {
  width: 100%;
}

.partners__slider {
  width: 100%;
}

.partners__slider-item {
  width: 100%;
  padding: 24px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 8px;
  background-color: #f7fbff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.partners__slider-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.partners__slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.partners .swiper-btn {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  background-color: #e4f0ff;
  cursor: pointer;
}

.partners .swiper-btn:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/svg/slider-arrow.svg") no-repeat center;
}

.partners .swiper-btn--prev {
  left: 248px;
}

.partners .swiper-btn--prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.partners .swiper-btn--next {
  left: 300px;
}

.partners .swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.btn {
  padding: 0;
  width: 140px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn--blue {
  border: 0;
  background: -o-linear-gradient(177.85deg, #00ebff -37.2%, #2d47fe 150.48%);
  background: linear-gradient(272.15deg, #00ebff -37.2%, #2d47fe 150.48%);
}

.logo {
  width: 64px;
  margin-right: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo img {
  width: 100%;
}

@media (min-width: 450px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 500px) {
  .footer__top .logo {
    width: 100%;
  }

  .footer__top .logo img {
    width: 95px;
  }

  .footer-nav {
    width: calc(75% - 24px);
  }

  .footer .social {
    width: 25%;
  }

  .footer .social__list {
    gap: 10px;
  }
}

@media (min-width: 500px) and (min-width: 1440px) {
  .footer__top .logo img {
    width: 155px;
  }
}

@media (min-width: 650px) {
  h1 {
    line-height: 38px;
    font-size: 30px;
  }

  .content__center {
    padding: 0 32px;
  }

  .section {
    padding-bottom: 72px;
  }

  .footer__top .logo {
    width: calc(25% - 24px);
  }

  .footer-nav {
    width: calc(50% - 24px);
  }

  .banner__bg {
    width: 104%;
    background: url("../img/bg-network.png") no-repeat center top;
    background-size: 100% auto;
  }

  .banner__content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .banner__img {
    max-width: 160px;
    margin: 0;
  }

  .banner .content__center {
    padding-top: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
  }

  .banner .btn {
    width: 228px;
  }

  .work-section__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    text-align: left;
  }

  .work-section__bottom .btn {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .tabs h2 {
    padding: 0 32px;
  }

  .tabs-container__header {
    padding: 0 32px;
  }

  .tabs-container__body-item {
    padding: 24px 32px 0;
  }

  .tabs-container__body-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tabs-container__body-footer p {
    text-align: left;
  }

  .tabs-container__body-footer .btn {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .tabs-container__img {
    width: calc(50% - 12px);
    min-height: 250px;
  }

  .tabs-container__list {
    width: calc(50% - 44px);
    height: 250px;
    position: absolute;
    right: 32px;
    top: 66px;
  }

  .tabs .accardion__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .advantages__list {
    gap: 48px;
  }

  .partners__slider {
    overflow: visible;
  }

  .partners__slider-item {
    width: 240px;
  }

  .partners__slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}

@media (min-width: 768px) {
  .btn-menu {
    right: 60px;
  }

  .footer h4 {
    line-height: 24px;
    font-size: 14px;
  }

  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 20px;
  }

  .footer__bottom-item {
    width: calc(50% - 10px);
  }

  .banner__desc {
    margin-bottom: 24px;
    line-height: 32px;
    font-size: 20px;
  }

  .banner__img {
    max-width: 220px;
  }

  .work-section__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .work-section .section__column {
    width: calc(50% - 12px);
  }

  .work-section__bottom {
    gap: 32px;
  }
}

@media (min-width: 769px) {
  .advantages__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .advantages__list-item:first-child .advantages__list-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: url("../img/bg-network-top-desc.png") no-repeat center top;
    background-size: auto 100%;
  }

  .advantages__list-item:first-child .advantages__list-img picture {
    height: 100%;
  }

  .advantages__list-img {
    max-width: 380px;
    height: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url("../img/bg-network-bottom-desc.png") no-repeat center bottom;
    background-size: auto 100%;
  }

  .advantages__list-img img,
  .advantages__list-img picture {
    width: auto;
    height: auto;
  }

  .referal {
    text-align: left;
  }

  .referal .content__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .referal__img {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .referal .btn {
    width: 258px;
  }
}

@media (min-width: 960px) {
  h1 {
    margin-bottom: 24px;
    line-height: 48px;
    font-size: 40px;
  }

  h2 {
    line-height: 44px;
    font-size: 36px;
  }

  h3 {
    line-height: 36px;
    font-size: 28px;
  }

  h4 {
    line-height: 26px;
    font-size: 20px;
  }

  .content__center {
    padding: 0 48px;
  }

  .section {
    padding-bottom: 124px;
  }

  .lang {
    width: auto;
    margin-bottom: 0;
  }

  .footer__top {
    padding: 48px 0 24px;
  }

  .footer-nav__list {
    line-height: 24px;
    font-size: 14px;
  }

  .footer .copy {
    padding-bottom: 16px;
  }

  .banner__bg {
    background: url("../img/bg-network.png") no-repeat center -50px;
    background-size: auto;
  }

  .banner__img {
    max-width: 358px;
  }

  .banner .content__center {
    padding-top: 55px;
    padding-bottom: 60px;
    gap: 120px;
  }

  .work-section__bottom .btn {
    width: calc(50% - 16px);
    max-width: 408px;
  }

  .our-work__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .our-work__item p {
    line-height: 24px;
    font-size: 16px;
  }

  .tabs h2 {
    padding: 0 48px;
  }

  .tabs-container__header {
    padding: 0 48px;
  }

  .tabs-container__header-item {
    line-height: 24px;
    font-size: 16px;
  }

  .tabs-container__body-item {
    padding: 24px 48px 0;
  }

  .tabs-container__img {
    width: 228px;
  }

  .tabs-container__box {
    width: calc(100% - 252px);
  }

  .tabs-container__list {
    width: 100%;
    height: auto;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tabs-container__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs .accardion__header {
    cursor: default;
    display: none;
  }

  .tabs .accardion__header:before {
    display: none;
  }

  .tabs .accardion__body {
    max-height: inherit;
  }

  .advantages__list {
    gap: 64px;
  }

  .referal .content__center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
  }

  .referal p {
    line-height: 24px;
    font-size: 16px;
  }

  .partners .swiper-btn--prev {
    left: 310px;
  }

  .partners .swiper-btn--next {
    left: 362px;
  }

  .logo {
    width: 86px;
  }
}

@media (min-width: 1110px) {
  .wrapper {
    padding-top: 70px;
  }

  .header {
    height: 70px;
  }

  .header .btn {
    width: 83px;
  }

  .header .btn--blue {
    width: 122px;
  }

  .header__column {
    max-width: inherit;
    height: 100%;
    margin-left: auto;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px;
    position: static;
  }

  .header__btns {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .btn-menu {
    display: none;
  }

  .main-nav {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 0;
  }

  .main-nav__list {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-nav__list-link {
    height: 100%;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (min-width: 1320px) {
  .advantages__list-item:first-child .advantages__list-img {
    max-height: 580px;
  }

  .advantages__list-item:first-child .advantages__list-img img,
  .advantages__list-item:first-child .advantages__list-img picture {
    height: 100%;
  }
}

@media (min-width: 1366px) {
  .main-nav {
    margin-right: 9vw;
  }
}

@media (min-width: 1440px) {
  .banner__desc {
    line-height: 38px;
    font-size: 30px;
  }

  .banner .btn {
    height: 73px;
    font-size: 20px;
    line-height: 26px;
  }

  .work-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .work-section__list p {
    font-size: 18px;
    line-height: 26px;
  }

  .work-section__bottom .btn {
    height: 73px;
    font-size: 20px;
    line-height: 26px;
  }

  .work-section__bottom p {
    font-size: 18px;
    line-height: 26px;
  }

  .referal .btn {
    height: 73px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1980px) {
  .main-nav {
    margin-right: 5vw;
  }
}