@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Sans:wght@400;700&display=swap");
@font-face {
  font-family: aireExterior;
  font-display: swap;
  src: url('../fonts/AireExterior.woff2') format("woff2"),url('../fonts/AireExterior.woff') format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

[class*=_icon-]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[class*=_icon-]:before {
  display: block
}

._icon-lifesaver .path1:before {
  content: "\e903";
  color: #f94747
}

._icon-lifesaver .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: #e5e5e5
}

._icon-target .path1:before {
  content: "\e905";
  color: #f94747
}

._icon-target .path2:before {
  content: "\e906";
  margin-left: -.9375em;
  color: #e5e5e5
}

._icon-bomb .path1:before {
  content: "\e907";
  color: #f94747
}

._icon-bomb:before {
  content: "\e908"
}

._icon-check:before {
  content: "\e909"
}

._icon-arrow-slider:before {
  content: "\e90a"
}

._icon-whatsapp:before {
  content: "\e900"
}

._icon-telegram:before {
  content: "\e901"
}

._icon-vk:before {
  content: "\e902"
}

._icon-arrow-btn:before {
  content: "\e90b"
}

._icon-play:before {
  content: "\e90c"
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

body,html {
  height: 100%;
  min-width: 320px
}

body {
  color: #e5e5e5;
  line-height: 1;
  font-family: inter;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,input,textarea {
  font-family: inter;
  font-size: inherit
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit
}

a {
  color: inherit
}

a:link,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-weight: inherit;
  font-size: inherit
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 78.75rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.875rem
}

body:after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  -o-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}

.popup-show body:after {
  opacity: 1
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility .8s ease 0s;
  -o-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}

.lock .popup__content {
  visibility: visible
}

.popup-form {
  color: #e5e5e5
}

.popup-form .popup__content {
  position: relative;
  background: #e5e5e5;
  border: 1px solid;
  max-width: 480px;
  padding: 45px
}

.popup-form .popup-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.popup-form__title {
  color: #000;
  margin-bottom: 20px;
}
.popup-form__contacts {
  margin-bottom: 30px;
}
.popup-form__social {
  display: flex;
  align-items: center;
}
.popup-form__social-link {
  width: 25px;
}
.popup-form__social-link:not(:last-child) {
  margin-right: 10px;
}
.popup-form__social-link img {
  width: 100%;
  object-fit: contain;
}
.popup-form__contact-phone {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.popup-form__contact-mail {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.popup-form .popup-form__label {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #18191c;
  margin-bottom: 40px
}

.popup-form .popup-form__label span {
  font-size: 18px
}

.popup-form .popup__close {
  color: #18191c;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px
}

.popup-form .popup__close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(50%) rotate(45deg);
  -ms-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotate(45deg);
  background: #18191c
}

.popup-form .popup__close:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(50%) rotate(-45deg);
  -ms-transform: translateX(50%) rotate(-45deg);
  transform: translateX(50%) rotate(-45deg);
  background: #18191c
}

.popup-form .popup-form__input {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border-bottom: 1px solid #18191c;
  outline: 0
}

.popup-form .popup-form__phone {
  display: inline-block;
  margin-bottom: 5px
}

.popup-form .popup-form__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup-video .popup__content {
  position: relative;
  padding-bottom: 20px;  
}
.popup-video .popup__content .popup__text {
  height: 80vh;
}
.popup-video .popup__content img {
  width: 100%;
  object-fit: contain;
}
.popup-video .popup__content .image {
  height: auto
}

.popup-video .popup__close {
  color: #18191c;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px
}

.popup-video .popup__close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #18191c
}

.popup-video .popup__close:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background: #18191c
}

.popup-video .popup__text {
  width: 100%;
  height: 80vh;
  max-height: 100%;
  padding-bottom: 20px
}

.popup-video .popup__text>iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.popup-image .popup__content {
  position: relative
}

.popup-image .popup__close {
  color: #18191c;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  z-index: 5
}

.popup-image .popup__close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #18191c
}

.popup-image .popup__close:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background: #18191c
}

.popup-image .popup-image-slider {
  position: relative;
  padding-bottom: 50px
}

.popup-image .popup-image-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.popup-image .popup-image-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 45%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.popup-image .popup-image-slider__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px
}

.popup-image .popup-image-slider__pagination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #18191c;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.popup-image .popup-image-slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 35px;
  height: 4px
}

.popup-image .popup-image-slider__pagination .swiper-pagination-bullet-active {
  background: #18191c;
  border-radius: 5px
}

.popup-image .popup-image-slider__button {
  position: relative;
  z-index: 5
}

.popup-image .popup-image-slider__button:before {
  font-size: 12px;
  color: #18191c
}

.popup-image .popup-image-slider__button--prev {
  margin-right: 15px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.popup-image .popup-image-slider__button--prev span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.popup-image .popup-image-slider__button--next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.popup-image .popup-image-slider__button--next span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

[class*=-ibg] {
  position: relative
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain
}

@-webkit-keyframes scale {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes scale {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem
}

.play {
  position: absolute;
  width: 75px;
  height: 75px;
  right: 20px;
  bottom: 20px;
  background: #f94747;
  border-radius: 50%
}

.play:before {
  font-size: 20px
}

.posr {
  position: relative
}

.main-title {
  font-family: aireExterior;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px
}

.subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px
}

.title {
  font-family: aireExterior;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 45px
}

.card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px
}

.info {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%
}

.btn {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #f94747;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase
}

.btn span {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px)
}

.btn:before {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transform: translate(10px,10px);
  -ms-transform: translate(10px,10px);
  transform: translate(10px,10px)
}

.header {
  padding-top: 40px;
  padding-bottom: 40px
}

.header__wrapper {
  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
}

.header__logo-link {
  display: inline-block;
  width: 100%;
  height: 100%
}

.header__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.header__nav {
  max-width: 90%
}

.header__list {
  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
}

.header__item:not(:last-child) {
  margin-right: 50px
}

.menu {
  /* display:none; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu__body {
  display: none
}

.menu__call {
  display: none;
  width: 30px;
  height: 30px;
  border: 1px solid #f94747;
  border-radius: 50%;
  margin-right: 30px
}

.menu__call-link {
  display: inline-block;
  width: 100%;
  height: 100%
}


.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  padding-top: 40px;
  top: 100px;
  right: -100%;
  background: #18191c;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.menu__body .menu__item {
  margin-bottom: 20px;
  font-size: 20px
}

.menu-open .menu__body {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #1e2023
}

.footer__wrapper {
  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
}

.footer__item:not(:last-child) {
  margin-bottom: 15px
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.footer__logo-img {
  margin-right: 15px
}

.footer__name {
  display: inline-block;
  max-width: 80px;
  font-size: 18px;
  line-height: 21px
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f94747
}

.footer__social-link:not(:last-child) {
  margin-right: 40px
}

.footer__social-link:before {
  color: #1f1f1f
}

.footer__social-mobile {
  display: none
}

.footer__phone {
  display: none
}

.footer__email {
  display: none
}

.wrapper {
  background-color: #18191c
}

.main-banner {
  padding-top: 0
}

.main-banner__wrapper {
  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
}

.main-banner__content {
  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: 45%
}

.main-banner__title {
  margin-bottom: 20px
}

.main-banner__offer {
  max-width: 505px;
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px
}

.main-banner__info {
  max-width: 415px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%
}

.main-banner__image {
  position: relative;
  width: 50%
}

.main-banner__img {
  border-radius: 20px;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.main-banner__play-btn {
  position: absolute;
  width: 75px;
  height: 75px;
  left: 0;
  top: 50%;
  background: #f94747;
  border-radius: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.main-banner__play-btn span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  opacity: .65;
  border: 1.28px solid #f94747;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  border-radius: 50%;
  -webkit-transform: translate(-13%,-13%);
  -ms-transform: translate(-13%,-13%);
  transform: translate(-13%,-13%)
}

.main-banner__play-btn:before {
  font-size: 20px
}

.main-banner__play-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 125px;
  height: 125px;
  opacity: .55;
  border: 1.28px solid #f94747;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  border-radius: 50%;
  -webkit-transform: translate(-20%,-20%);
  -ms-transform: translate(-20%,-20%);
  transform: translate(-20%,-20%)
}

.mission__wrapper {
  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;
  margin-bottom: 90px
}

.mission__title {
  max-width: 470px
}

.mission__list {
  max-width: 660px
}

.mission__item:not(:last-child) {
  margin-bottom: 20px
}

.card {
  width: 31%;
  padding: 40px;
  background: #1e2023;
  -webkit-backdrop-filter: blur(11.4786px);
  backdrop-filter: blur(11.4786px);
  border-image-source: radial-gradient(112.59% 77.66% at -46.11% -22.08%,#fd696d 0,rgba(255,255,255,0) 100%) radial-gradient(101.8% 83.78% at 100.41% 96.34%,#c59b9c 0,rgba(21,21,21,0) 100%);
  border-radius: 12px
}

.card-btn {
  background: 0 0;
  border: none;
  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
}

.cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px
}

.card__icon-img {
  margin-right: 25px
}

.portfolio__wrapper {
  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;
  margin-bottom: 90px
}

.portfolio__title {
  max-width: 470px
}

.portfolio__list {
  max-width: 660px
}

.portfolio__item:not(:last-child) {
  margin-bottom: 20px
}

.portfolio-slider {
  position: relative
}

.portfolio-slider__slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

.portfolio-slider__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px
}

.portfolio-slider__img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.portfolio-slider__content {
  max-width: 660px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.portfolio-slider__content-info {
  max-width: 450px;
  padding-bottom: 65px
}

.portfolio-slider__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #f94747;
  margin-bottom: 25px
}

.portfolio-slider__button-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px
}

.portfolio-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  right: 45%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(48%);
  z-index: 5
}

.portfolio-slider__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px
}

.portfolio-slider__pagination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.portfolio-slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 35px;
  height: 4px
}

.portfolio-slider__pagination .swiper-pagination-bullet-active {
  background: #e5e5e5;
  border-radius: 5px
}

.portfolio-slider__button {
  position: relative;
  z-index: 5
}

.portfolio-slider__button:before {
  font-size: 12px
}

.portfolio-slider__button--prev {
  margin-right: 15px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.portfolio-slider__button--prev span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.portfolio-slider__button--next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.portfolio-slider__button--next span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.gallery__title {
  margin-bottom: 90px;
}
.gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-card {
  position: relative;
}
.gallery-card__play {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f94747;
  border-radius: 50%;
}
.gallery-card__play:before {
  transform: translateX(2px);
}
.gallery-card__zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f94747;
  border-radius: 50%;
}
.gallery-card__zoom img {
  width: 70%;
}
.gallery-card__img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.niche__wrapper {
  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;
  margin-bottom: 90px;
  column-gap: 20px
}

.niche__title {
  max-width: 490px
}

.niche__item {
  max-width: 660px
}

.niche__bottom {
  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
}

.niche-card__name {
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 10px
}

.product__wrapper {
  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;
  margin-bottom: 90px
}

.product__title {
  max-width: 470px
}

.product__item {
  max-width: 660px
}

.example__wrapper {
  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;
  margin-bottom: 90px
}

.example__title {
  max-width: 470px
}

.example__item {
  max-width: 660px
}

.example-slider__wrapper {
  margin-bottom: 30px
}

.example-slider__image {
  border-radius: 20px;
  margin-bottom: 25px;
  height: 345px
}

.example-slider__img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.example-slider__controls {
  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;
  max-width: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.example-slider__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px
}

.example-slider__pagination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.example-slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 35px;
  height: 4px
}

.example-slider__pagination .swiper-pagination-bullet-active {
  background: #e5e5e5;
  border-radius: 5px
}

.example-slider__button {
  position: relative;
  z-index: 5
}

.example-slider__button:before {
  font-size: 12px
}

.example-slider__button--prev {
  margin-right: 15px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.example-slider__button--prev span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.example-slider__button--next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.example-slider__button--next span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.process__title-wrapper {
  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;
  margin-bottom: 90px
}

.process__title {
  max-width: 470px
}

.process__item {
  max-width: 660px
}

.process .process__wrapper {
  position: relative
}

.process .process__wrapper:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #323232
}

.list__item {
  position: relative;
  width: 50%;
  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;
  padding: 25px 45px 25px 0
}

.list__item:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  background: #f94747;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%)
}

.list__item:first-child .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 50%;
  background-color: #18191c;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.list__item:last-child .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 50%;
  background-color: #18191c;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.list__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  background: -o-linear-gradient(324.14deg,rgba(255,255,255,.2) -267.85%,rgba(255,255,255,0) 138.29%);
  background: linear-gradient(125.86deg,rgba(255,255,255,.2) -267.85%,rgba(255,255,255,0) 138.29%);
  -webkit-backdrop-filter: blur(11.4786px);
  backdrop-filter: blur(11.4786px);
  border: 1px solid;
  border-image-source: radial-gradient(75% 114.43% at 130.34% 129.7%,#fd696d 0,rgba(255,255,255,0) 100%),radial-gradient(112.59% 77.66% at -46.11% -22.08%,#fd696d 0,rgba(255,255,255,0) 100%);
  border-radius: 12px
}

.list__item:nth-child(even) {
  padding: 25px 0 25px 45px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.list__item:nth-child(even):after {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.list__number {
  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;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f94747;
  margin-right: 25px
}

.list__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px
}

.list__info {
  width: 100%;
  margin-top: 25px
}

.development__wrapper {
  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;
  margin-bottom: 90px
}

.development__title {
  max-width: 490px
}

.development__item {
  max-width: 660px
}

.development__content-wrapper {
  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: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.development__image {
  max-width: 300px;
  height: 260px;
  background: #f94747;
  width: 100%
}

.development__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.development__right {
  max-width: 655px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.development__content {
  width: 100%;
  max-width: 295px
}

.development__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px
}

.development__subtitle span {
  display: block
}

.clients__title {
  max-width: 420px
}

.clients__wrapper {
  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
}

.clients__logo-wrapper {
  max-width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.clients__logo {
  max-width: 30%
}

.clients__logo-icon {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.algorithm__wrapper {
  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
}

.algorithm__left {
  max-width: 480px
}

.algorithm__title {
  margin-bottom: 55px
}

.algorithm__title span {
  display: block
}

.algorithm__info {
  max-width: 415px
}

.algorithm__right {
  max-width: 660px
}

.algorithm__card:not(:last-child) {
  margin-bottom: 55px
}

.algorithm .algorithm-card__title {
  margin-bottom: 10px
}

.channels__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.channels__left {
  width: 37%
}

.channels__title {
  margin-bottom: 55px
}

.channels__right {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.channels__name {
  width: 50%;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  color: #e5e5e5
}

.team__wrapper {
  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;
  margin-bottom: 90px
}

.team__title {
  max-width: 490px
}

.team__item {
  max-width: 660px
}

.team-slider {
  position: relative
}

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

.team-slider__image {
  border-radius: 20px;
  width: 450px;
  height: 300px;
  background: #353535
}

.team-slider__img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.team-slider__content {
  padding-bottom: 70px;
  max-width: 660px
}

.team-slider__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #e5e5e5;
  margin-bottom: 40px
}

.team-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%
}

.team-slider__button {
  position: relative;
  z-index: 5
}

.team-slider__button:before {
  font-size: 12px
}

.team-slider__button--prev {
  margin-right: 15px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.team-slider__button--prev span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.team-slider__button--next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.team-slider__button--next span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.team-slider__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px
}

.team-slider__pagination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.team-slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 35px;
  height: 4px
}

.team-slider__pagination .swiper-pagination-bullet-active {
  background: #e5e5e5;
  border-radius: 5px
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about__left {
  width: 450px
}

.about__image {
  border-radius: 20px;
  width: 100%;
  height: 305px;
  background: #353535
}

.about__img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.about__title {
  margin-bottom: 55px
}

.about__title-mobile {
  display: none
}

.about__list {
  max-width: 660px
}

.about__item:not(:last-child) {
  margin-bottom: 35px
}

.reviews__wrapper {
  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;
  margin-bottom: 90px
}

.reviews__title {
  max-width: 490px
}

.reviews__item {
  max-width: 660px
}

.reviews__item span {
  display: block
}

.reviews__item span:not(:last-child) {
  margin-bottom: 30px
}

.reviews-slider {
  position: relative
}

.reviews-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 115px;
  -moz-column-gap: 115px;
  column-gap: 115px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.reviews-slider__image {
  border-radius: 20px;
  max-width: 40%;
  height: 370px
}

.reviews-slider__img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.reviews-slider__content {
  max-width: 660px;
  width: 100%;
  padding-bottom: 70px
}

.reviews-slider__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px
}

.reviews-slider__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 50px
}

.reviews-slider__info:not(:last-child) {
  margin-bottom: 30px
}

.reviews-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%
}

.reviews-slider__button {
  position: relative;
  z-index: 5
}

.reviews-slider__button:before {
  font-size: 12px
}

.reviews-slider__button--prev {
  margin-right: 15px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.reviews-slider__button--prev span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.reviews-slider__button--next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.reviews-slider__button--next span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  background-color: #f94747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.reviews-slider__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px
}

.reviews-slider__pagination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.reviews-slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 35px;
  height: 4px
}

.reviews-slider__pagination .swiper-pagination-bullet-active {
  background: #e5e5e5;
  border-radius: 5px
}

.schema__wrapper {
  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
}

.schema__left {
  max-width: 480px
}

.schema__title {
  margin-bottom: 55px
}

.schema__title span {
  display: block
}

.schema__info {
  max-width: 415px
}

.schema__right {
  max-width: 660px
}

.schema__card:not(:last-child) {
  margin-bottom: 55px
}

.schema__item:not(:last-child) {
  margin-bottom: 30px
}

.schema-card__title {
  margin-bottom: 10px
}

.schema-card__title span {
  display: inline-block;
  margin-right: 15px;
  font-family: aireExterior;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  color: #f94747
}

.questions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.questions__left {
  width: 45%
}

.questions__title {
  margin-bottom: 50px
}

.questions__info {
  max-width: 300px
}

.questions__right {
  width: 660px
}

.questions-form {
  max-width: 390px
}

.questions-form__label {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block
}

.questions-form__label-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}

.questions-form__name,.questions-form__phone {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%
}

.questions-form__input {
  width: 100%;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #b9b9b9;
  background: 0 0;
  color: #fff
}

.questions-form__checkbox {
  display: none
}

.questions-form__check {
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin-right: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.questions-form__check:before {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.questions-form__check-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #818181
}

.questions-form__check-text a {
  text-decoration: underline
}

.questions-form__checkbox:checked+.questions-form__check {
  background-color: #f94747;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.questions-form__checkbox:checked+.questions-form__check:before {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.case {
  max-width: 1035px;
  padding: 48px 30px;
  margin: 0 auto
}

.case .main-title {
  color: #fff
}

.case__label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 16px;
  background-color: #5132c0;
  text-transform: uppercase;
  margin-bottom: 24px
}

.case__title {
  font-family: aireExterior;
  margin-bottom: 24px;
  font-weight: 700
}

.case__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px
}

.case__info-icon {
  width: 40px;
  margin-right: 24px
}

.case__info-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.case__info-experience {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff
}

.case__info-experience span {
  color: rgba(255,255,255,.5019607843)
}

.case__info-location {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.case__info-location:not(:last-child) {
  margin-bottom: 4px
}

.case__info-location span {
  color: rgba(255,255,255,.5019607843)
}

.case__image {
  width: 100%;
  margin-bottom: 96px
}

.case__image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 12px
}

.case__about {
  max-width: 690px;
  margin: 0 auto
}

.case__about-info:not(:last-child) {
  margin-bottom: 48px
}

.case__about-text {
  font-size: 16px;
  line-height: 120%;
  color: rgba(255,255,255,.5019607843)
}

.case__about-text:not(:last-child) {
  margin-bottom: 24px
}

.case__about-image {
  margin-bottom: 96px
}

.case__about-image p {
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
  color: rgba(255,255,255,.5019607843);
  text-align: center
}

.case__about-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 12px
}

.case__about-blockquote {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  padding: 48px;
  margin-bottom: 96px;
  border-radius: 12px;
  background-color: #8f2df0
}

.case__subtitle {
  color: #fff;
  margin-bottom: 24px
}

.case .subtitle {
  font-family: aireExterior;
  font-size: 28px
}

.case-statistic {
  margin-bottom: 24px
}

.case-statistic__title {
  top: 0;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.75fr 2.5fr;
  grid-template-columns: 1.75fr 2.5fr;
  grid-column-gap: 12px;
  padding: 24px 36px;
  margin-bottom: 24px
}

.case-statistic__title-second {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 12px;
  justify-items: center
}

.case-statistic__title-item {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600
}

.case-statistic__table {
  padding: 36px;
  z-index: 1;
  border-radius: 12px;
  background-color: rgba(255,255,255,.0509803922)
}

.case-statistic__table-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.75fr 2.5fr;
  grid-template-columns: 1.75fr 2.5fr;
  grid-column-gap: 12px;
  border-top: 1px solid rgba(255,255,255,.1019607843);
  padding: 16px 0
}

.case-statistic__table-item--first {
  padding: 16px 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0;
  color: #3c5ccf
}

.case-statistic__table-result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 12px;
  justify-items: center
}

.case-statistic__table-name {
  font-size: 14px;
  line-height: 120%;
  color: rgba(255,255,255,.2)
}

.case-statistic__table-name.grey {
  color: rgba(255,255,255,.5019607843)
}

.case-statistic__table-name.white {
  color: #fff
}

.case-statistic__table-data {
  color: rgba(255,255,255,.2)
}

.case-statistic__table-data.grey {
  color: rgba(255,255,255,.5019607843)
}

.case-statistic__table-data.white {
  color: #fff
}

.case-statistic__table-data.green {
  color: #3ccf91
}

.case__list {
  padding-left: 24px;
  margin-bottom: 24px
}

.case__list-wrapper:not(:last-child) {
  margin-bottom: 24px
}

.case__list-title {
  font-family: aireExterior;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
  font-weight: 600;
  color: #fff
}

.case__list-info {
  color: rgba(255,255,255,.5019607843);
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 24px
}

.case__list-name {
  color: rgba(255,255,255,.5019607843);
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 24px
}

.case__list-item {
  list-style: disc;
  color: rgba(255,255,255,.5019607843);
  font-size: 16px;
  line-height: 120%
}

.case__list-item:not(:last-child) {
  margin-bottom: 12px
}

.case__list-result {
  color: rgba(255,255,255,.5019607843);
  font-size: 16px;
  line-height: 120%
}

.case ol .case__list-item {
  list-style: decimal
}

.afterbefore {
  position: relative;
  height: 520px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 96px;
  border-radius: 12px
}

.afterbefore__after {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 50%
}

.afterbefore__after>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.afterbefore__before {
  width: 100%;
  height: 100%
}

.afterbefore__before>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.afterbefore__line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  z-index: 5;
  cursor: pointer
}

.afterbefore__line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 110px;
  background: #000;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.swiper {
  overflow: hidden
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

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

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.swiper-android .swiper-slide,.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.swiper-button-lock {
  display: none !important
}

@media (min-width: 62em) {
  .popup-image .popup-image-slider__button:hover span:before {
      opacity:1
  }

  .btn:hover {
      -webkit-animation: scale 1s ease infinite;
      animation: scale 1s ease infinite
  }

  .header__link {
      position: relative
  }

  .header__link:before {
      position: absolute;
      content: "";
      height: 1px;
      width: 0;
      right: 0;
      bottom: -5px;
      background-color: #f94747;
      -webkit-transition: width .3s;
      -o-transition: width .3s;
      transition: width .3s
  }

  .header__link:hover:before {
      width: 100%;
      left: 0;
      -webkit-transition: width .3s;
      -o-transition: width .3s;
      transition: width .3s
  }

  .footer__social-link {
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s,-webkit-transform .3s
  }

  .footer__social-link:hover {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s,-webkit-transform .3s
  }

  .main-banner__play-btn {
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s,-webkit-transform .3s
  }

  .main-banner__play-btn:hover {
      -webkit-transform: translate(-50%,-50%) scale(1.2);
      -ms-transform: translate(-50%,-50%) scale(1.2);
      transform: translate(-50%,-50%) scale(1.2);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s,-webkit-transform .3s
  }

  .portfolio-slider__button:hover span:before {
      opacity: 1
  }

  .example-slider__button:hover span:before {
      opacity: 1
  }

  ._left {
      opacity: 0;
      left: -50%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s
  }

  ._left._watcher-view {
      opacity: 1;
      left: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s
  }

  ._right {
      opacity: 0;
      right: -50%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s
  }

  ._right._watcher-view {
      opacity: 1;
      right: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s
  }

  .team-slider__button:hover span:before {
      opacity: 1
  }

  .reviews-slider__button:hover span:before {
      opacity: 1
  }
}

@media (max-width: 75em) {
  .main-banner__image {
      width:40%
  }

  .card {
      padding: 30px
  }

  .portfolio-slider__slide {
      position: relative
  }

  .portfolio-slider__slide-wrapper {
      -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
  }

  .portfolio-slider__content {
      width: 80%;
      margin-right: 0
  }

  .portfolio-slider__content-info {
      max-width: 100%;
      padding-bottom: 0
  }

  .portfolio-slider__image {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 75%;
      margin-bottom: 40px
  }

  .portfolio-slider__button-details {
      position: absolute;
      right: 7%;
      top: 25%
  }

  .portfolio-slider__controls {
      position: relative;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 40px;
      transform: translateX(0);
      left: 0
  }

  .niche__item {
      max-width: 590px
  }

  .example-slider__image {
      height: 280px
  }

  .development__item {
      max-width: 590px
  }

  .algorithm__right {
      max-width: 490px
  }

  .channels__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .channels__left {
      width: 100%;
      margin-bottom: 40px
  }

  .channels__right {
      width: 100%;
      row-gap: 30px
  }

  .team-slider__content {
      max-width: 590px
  }

  .team__item {
      max-width: 590px
  }

  .about__list {
      max-width: 590px
  }

  .reviews__item {
      max-width: 590px
  }

  .reviews-slider__content {
      max-width: 590px
  }

  .reviews-slider__slide {
      -webkit-column-gap: 70px;
      -moz-column-gap: 70px;
      column-gap: 70px
  }

  .schema__right {
      max-width: 490px
  }

  .questions__right {
      width: 590px
  }
}

@media (max-width: 62em) {
  section {
      padding-top:60px;
      padding-bottom: 60px
  }
  .gallery__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-title {
      font-size: 60px;
      line-height: 60px
  }

  .header__item:not(:last-child) {
      margin-right: 35px
  }

  .main-banner__offer {
      font-size: 30px;
      line-height: 36px
  }

  .main-banner__image {
      max-width: 315px
  }

  .main-banner__content {
      max-width: 375px
  }

  .main-banner__play-btn {  
      top: auto;
      bottom: 50px;
      left: 50%;
      -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
      transform: translate(-50%,0)
  }

  .main-banner__play-btn span {
      display: none
  }

  .main-banner__play-btn:after {
      display: none
  }

  .main-banner__info {
      font-weight: 500;
      font-size: 18px;
      line-height: 150%
  }

  .mission__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .mission__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .mission__list {
      max-width: 90%
  }

  .card {
      width: 45%;
      padding: 35px 20px
  }

  .cards-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .portfolio__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .portfolio__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .portfolio__list {
      max-width: 90%
  }

  .portfolio-slider__title {
      font-size: 30px;
      line-height: 36px
  }

  .niche__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .niche__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .niche__item {
      max-width: 90%
  }

  .niche__bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 20px
  }

  .niche-card {
      min-width: 30%
  }

  .product__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .product__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .product__item {
      max-width: 90%
  }

  .example-slider__image {
      height: 190px
  }

  .example__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .example__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .example__item {
      max-width: 90%
  }

  .process__title-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .process__wrapper:before {
      display: none
  }

  .process__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .process__item {
      max-width: 90%
  }

  .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px
  }

  .list__item {
      width: auto;
      max-width: 48%;
      padding: 0
  }

  .list__item .bg {
      display: none
  }

  .list__item:nth-child(even) {
      -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
      transform: translate(0,0);
      padding: 0
  }

  .list__item:after {
      display: none
  }

  .list__item-wrapper {
      height: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 30px 20px
  }

  .development__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .development__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .development__item {
      max-width: 90%
  }

  .development__image {
      display: none
  }

  .clients__title {
      margin-bottom: 50px
  }

  .clients__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .clients__logo-wrapper {
      width: 100%;
      max-width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .algorithm__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .algorithm__title {
      margin-bottom: 50px
  }

  .algorithm__info {
      max-width: 100%
  }

  .algorithm__left {
      max-width: 100%;
      margin-bottom: 40px
  }

  .algorithm__right {
      max-width: 100%
  }

  .algorithm__card {
      margin-bottom: 35px
  }

  .channels__name {
      font-size: 24px;
      line-height: 29px
  }

  .team__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .team__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .team__item {
      max-width: 90%
  }

  .team-slider {
      width: 80%;
      margin-right: auto;
      margin-left: auto
  }

  .team-slider__slide {
      -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
  }

  .team-slider__image {
      border-radius: 20px;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      height: 320px;
      margin-bottom: 40px
  }

  .team-slider__content {
      width: 100%;
      max-width: 100%;
      padding-bottom: 0;
      margin-bottom: 50px
  }

  .team-slider__controls {
      position: static
  }

  .about__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }

  .about__left {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
  }

  .about__title-mobile {
      display: block
  }

  .about__title-mobile {
      display: block
  }

  .about__title-desktop {
      display: none
  }

  .about__list {
      width: 100%;
      margin-bottom: 40px
  }

  .about__image {
      border-radius: 20px;
      width: 100%
  }

  .reviews__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px
  }

  .reviews__title {
      max-width: 90%;
      margin-bottom: 50px
  }

  .reviews__item {
      max-width: 90%
  }

  .reviews-slider {
      width: 80%;
      margin-right: auto;
      margin-left: auto
  }

  .reviews-slider__slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .reviews-slider__image {
      border-radius: 20px;
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px
  }

  .reviews-slider__content {
      max-width: 100%;
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 40px
  }

  .reviews-slider__controls {
      position: static
  }

  .schema__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .schema__title {
      margin-bottom: 50px
  }

  .schema__title span {
      font-size: 40px;
      line-height: 40px
  }

  .schema__info {
      max-width: 100%
  }

  .schema__left {
      max-width: 100%;
      margin-bottom: 40px
  }
  .schema__right {
      max-width: 100%
  }
  .schema__card:not(:last-child) {
      margin-bottom: 35px
  }
  .questions__right {
      width: 45%
  }
}

@media (max-width: 48em) {
  section {
      padding-top:40px;
      padding-bottom: 40px
  }
  .gallery__wrapper {
    grid-template-columns: 1fr;
  }
  .main-title {
      font-weight: 400;
      font-size: 45px;
      line-height: 45px
  }

  .title {
      font-weight: 400;
      font-size: 32px;
      line-height: 32px
  }

  .header {
      padding-top: 30px;
      padding-bottom: 30px
  }

  .header__nav {
      display: none
  }

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

  .menu__call {
      display: block
  }

  .main-banner__container {
      padding: 0
  }

  .main-banner__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .main-banner__title {
      margin-bottom: 15px
  }

  .main-banner__offer {
      max-width: 100%;
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 15px
  }

  .main-banner__info {
      max-width: 100%;
      font-weight: 500;
      font-size: 15px;
      line-height: 150%;
      margin-bottom: 15px
  }

  .main-banner__play-btn {
      left: 10%;
      bottom: 10%;
      -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
      transform: translate(0,0)
  }

  .main-banner__content {
      max-width: 100%;
      padding: 0 30px
  }

  .main-banner__image {
      max-width: 100%;
      width: 100%
  }

  .main-banner__button {
      position: relative;
      z-index: 5;
      margin-bottom: -2.8125rem
  }

  .mission__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .mission__list {
      max-width: 100%
  }

  .card {
      width: 100%
  }

  .portfolio__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .portfolio__list {
      max-width: 100%
  }

  .portfolio-slider__title {
      font-size: 21px;
      line-height: 25px
  }

  .niche__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .niche__item {
      max-width: 100%
  }

  .product__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .product__item {
      max-width: 100%
  }

  .example-slider__image {
      height: 310px
  }

  .example-slider__controls {
      -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
      transform: translate(0,0);
      max-width: 100%
  }

  .example__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .example__item {
      max-width: 100%
  }

  .process__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .process__item {
      max-width: 100%
  }

  .list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .list__item {
      max-width: 100%
  }

  .development__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .development__item {
      max-width: 100%
  }

  .development__right {
      width: 100%;
      max-width: 100%
  }

  .development__subtitle {
      font-size: 21px;
      line-height: 25px
  }

  .clients__logo-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .team__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .team__item {
      max-width: 100%
  }

  .team-slider {
      width: 100%
  }

  .team-slider__image {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-bottom: 30px;
      border-radius: 20px
  }

  .team-slider__title {
      margin-bottom: 20px;
      font-size: 21px;
      line-height: 25px
  }

  .team-slider__content {
      margin-bottom: 30px
  }

  .about__title {
      margin-bottom: 35px
  }

  .about__title-mobile {
      display: none
  }

  .about__title-desktop {
      display: block
  }

  .about__left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 35px
  }

  .about__list {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0
  }

  .about__item:not(:last-child) {
      margin-bottom: 25px
  }

  .reviews__title {
      max-width: 100%;
      margin-bottom: 40px
  }

  .reviews__item {
      max-width: 100%
  }

  .reviews-slider__position {
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 16px
  }

  .questions__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .questions__title {
      margin-bottom: 40px
  }

  .questions__left {
      width: 100%;
      margin-bottom: 30px
  }

  .questions__right {
      width: 100%
  }

  .questions__info {
      max-width: 80%
  }

  .questions-form__label-check {
      margin-bottom: 30px
  }

  .questions-form__check-text {
      font-size: 12px;
      line-height: 13px
  }
}

@media (max-width: 768px) {
  .case {
      padding:24px 15px
  }

  .case__info-wrapper {
      margin-bottom: 24px
  }

  .case__image {
      margin-bottom: 24px
  }

  .case__about-info:not(:last-child) {
      margin-bottom: 24px
  }

  .case__about-image {
      margin-bottom: 24px
  }

  .case__about-blockquote {
      margin-bottom: 24px;
      padding: 24px;
      font-size: 18px;
      line-height: 120%
  }

  .case-statistic__title {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      justify-items: center;
      grid-row-gap: 12px
  }

  .case-statistic__title-second {
      width: 100%
  }

  .case-statistic__table-item {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      justify-items: center;
      grid-row-gap: 12px
  }

  .case-statistic__table-result {
      width: 100%
  }

  .afterbefore {
      margin-bottom: 24px;
      height: 320px
  }
}

@media (max-width: 36em) {
  .popup-form .popup__content {
      padding-right:25px;
      padding-left: 25px
  }

  .footer__wrapper {
      margin-bottom: 15px
  }

  .footer__item-desktop {
      display: none
  }

  .footer__social-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .footer__social-desktop {
      display: none
  }

  .footer__phone {
      display: block;
      margin-bottom: 15px
  }

  .footer__phone>a {
      display: inline-block;
      text-align: center
  }

  .footer__email {
      display: block;
      margin-bottom: 15px
  }

  .footer__email>a {
      display: inline-block;
      text-align: center
  }

  .portfolio-slider__button-details {
      display: none
  }

  .portfolio-slider__content {
      width: 100%;
      max-width: 100%
  }

  .portfolio-slider__image {
      width: 100%;
      max-width: 100%
  }

  .portfolio-slider__controls {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .niche__bottom {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .niche-card__name {
      font-size: 24px;
      line-height: 29px
  }

  .example-slider__image {
      height: 220px
  }

  .development__right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .development__content {
      max-width: 100%;
      width: 100%
  }

  .development__content span {
      display: inline
  }

  .development__content:not(:last-child) {
      margin-bottom: 35px
  }

  .channels__right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .channels__name {
      width: 100%
  }

  .team-slider__image {
      height: 210px
  }

  .about__image {
      height: 210px
  }

  .reviews-slider {
      width: 100%
  }

  .reviews-slider__image {
      height: 210px
  }
}

@media (max-width: 468px) {
  .afterbefore {
      height:180px
  }
}


  .icon-menu {
    display: flex;
    justify-content: center;
    align-items: center;
      position: relative;
      width: 1.875rem;
      height: 1.5rem;
      cursor: pointer;
      z-index: 5
  }

  .icon-menu span,.icon-menu:after,.icon-menu:before {
      content: "";
      -webkit-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
      right: calc(50% - 0.151rem);
      position: absolute;
      height: .3rem;
      background-color: #f94747;
      border-radius: 20px
  }

  .icon-menu:before {
      top: 0;
      width: 0.3rem;
  }

  .icon-menu:after {
      bottom: 0;
      width: 0.3rem;
  }

  .icon-menu span {
      top: calc(50% - .15rem);
      width: 0.3rem;
  }

  .menu-open .icon-menu span {
      width: 0
  }

  .menu-open .icon-menu:after,.menu-open .icon-menu:before {
      width: 100%
  }

  .menu-open .icon-menu:before {
      top: calc(50% - 0.15rem);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg)
  }

  .menu-open .icon-menu:after {
      bottom: calc(50% - 0.15rem);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg)
  }


@media (max-width: 29.25em) {
  [class*=__container] {
      padding:0 15px
  }

  .main-banner__content {
      padding: 0 15px
  }
}

@media (max-width: 26.625em) {
  .example-slider__image {
      height:180px
  }
}