.section._banner .container {
  max-width: 1394px;
  padding: 0;
  position: relative;
}
.section._banner .section__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.section._banner .section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section._banner .section__wrap {
  position: relative;
  z-index: 20;
  padding: 90px 100px;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.section._banner .section__title {
  position: relative;
  font-weight: bold;
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 40px;
}
.section._banner .section__title img {
  width: 74px;
  height: 85px;
  left: 270px;
  top: -19px;
  position: absolute;
}
.section._banner .section__header {
  width: 528px;
}
.section._banner .section__common {
  padding-left: 78px;
}
.section._banner .section__common p {
  margin-bottom: 20px;
}
.section._banner .section__common ul {
  margin-bottom: 37px;
}
.section._banner .section__common ul li {
  margin-bottom: 10px;
}

.section._docs {
  padding-top: 40px;
}
.section._docs .section__slider {
  margin: 0 -10px;
}
.section._docs .section__navbar {
  right: 10px;
}
.section._docs .section__list-item {
  padding: 0 10px;
}
.section._docs .section__list-item a {
  height: 375px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 41px;
}
.section._docs .section__list-item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section._command {
  background: rgba(241, 241, 241, 0.8);
}
.section._command .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section._command .section__title {
  margin-bottom: 0;
  padding-left: 56px;
  position: relative;
  width: 258px;
  margin-right: 55px;
}
.section._command .section__title img {
  position: absolute;
  left: 0;
  top: -30px;
  width: 74px;
  height: 85px;
}
.section._command .section__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}
.section._command .section__list-item {
  width: 33.333335%;
  padding: 0 25px;
}
.section._command .section__feedback {
  margin-left: 50px;
}
.section._command .section__button {
  display: none;
}
.item._user {
  text-align: center;
}
.item._user .item__image {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.item._user .item__image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item._user .item__name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.item._user .item__info {
  line-height: 16px;
}

.section._entry {
  position: relative;
  padding: 167px 0 79px;
}
.section._entry .section__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.section._entry .section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section._entry .section__bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #131313;
  opacity: 0.5;
  z-index: 15;
}
.section._entry .section__wrap {
  position: relative;
  z-index: 20;
}
.section._entry .section__wrap .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section._entry .section__content {
  max-width: 530px;
  width: 100%;
}
.section._entry .section__button {
  display: none;
}
.section._entry .section__sub-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.section._entry .section__title {
  padding-top: 23px;
  position: relative;
  font-weight: bold;
  font-size: 64px;
  line-height: 70px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.section._entry .section__title:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #0babf2;
  position: absolute;
  top: 0;
  left: 0;
}
.section._entry .section__form {
  width: 384px;
  min-width: 384px;
}

.section._faq {
  padding-bottom: 40px;
}
.section._faq .section__list {
  margin-bottom: 60px;
}
.section._faq .section__list .item {
  margin-bottom: 10px;
}
.item._faq {
  border-radius: 2px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  background: #fbfdfd;
}
.item._faq .item__title {
  padding: 18px 52px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
}
.item._faq .item__title:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 18px;
  width: 12px;
  height: 17px;
  background: url('../img/icon_question.svg') no-repeat center center;
  background-size: contain;
}
.item._faq .item__title:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: url('../img/icon_plus.svg') no-repeat center center;
  background-size: contain;
  transition: .3s;
}
.item._faq .item__text {
  display: none;
  border-top: 1px solid rgba(17, 108, 227, 0.1);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
}
.item._faq .item__text > *:last-child {
  margin-bottom: 0;
}
.item._faq._active {
  background: #fff;
  box-shadow: 0px 20px 20px rgba(19, 19, 19, 0.05);
}
.item._faq._active .item__title:after {
  transform: rotate(45deg);
}
.item._faq._active .item__text {
  display: block;
}

.form {
  border-radius: 2px;
  border: 2px solid #08d1e8;
  padding: 50px;
  background-color: rgba(11, 35, 67, 0.54);
}
.form__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin-right: -6px;
  margin-bottom: 10px;
}
.form__description {
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  color: #08d1e8;
  padding-left: 10px;
  border-left: 2px solid #08d1e8;
  margin-bottom: 30px;
}
.form__field {
  margin-bottom: 30px;
}
.form__field-label {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}
.form__field-input {
  width: 100%;
  color: #fff;
}
.form__submit {
  margin-bottom: 20px;
}
.form__submit .button {
  width: 100%;
}
.form__copy {
  font-style: italic;
  font-size: 11px;
  color: #fff;
  opacity: 0.4;
  line-height: 14px;
}
.form__copy a {
  color: #Fff;
  text-decoration: underline;
}

.footer {
  background: #131313;
  padding: 40px 0 50px;
}
.footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__logo {
  margin-right: 128px;
}
.footer__logo img {
  width: 174px;
  margin-bottom: 20px;
}
.footer__logo span {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  opacity: 0.3;
}
.footer__menu {
  width: 600px;
}
.footer__menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__menu ul li {
  width: 50%;
  margin-bottom: 25px;
}
.footer__menu ul li a {
  color: #fff;
  opacity: 0.5;
}
.footer__menu ul li a:hover {
  text-decoration: underline;
}
.footer__dop-menu li {
  margin-bottom: 25px;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  z-index: 500;
}
.header .container {
  height: 88px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo img {
  width: 172px;
}
.header__call {
  display: none;
}
.header__phone-number {
  font-size: 20px;
  line-height: 24px;
}
.header__phone-number a {
  color: #fff;
}
.header__phone-info {
  color: #0babf2;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.modal._active {
  opacity: 1;
  pointer-events: all;
  display: block;
  visibility: visible;
}
.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(19, 19, 19, 0.8);
}
.modal__wrap {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0px;
  z-index: 200;
  overflow: auto;
  padding: 80px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal__wrap:before {
  content: '';
  width: 1px;
  display: block;
}
.modal__wrap:after {
  content: '';
  width: 1px;
  display: block;
}
.modal__close {
  position: absolute;
  right: 29px;
  top: 29px;
  border: none;
  line-height: 14px;
  z-index: 100;
}
.modal__container {
  max-width: 582px;
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 40px 40px;
}
.modal._form .modal__close {
  position: absolute;
  right: 20px;
  top: 17px;
}
.modal._form .modal__container {
  background: none;
  max-width: 424px;
  padding: 0;
  border-radius: 0;
}
.modal._service .modal__wrap {
  padding: 20px;
  overflow: hidden;
}
.modal._service .modal__container {
  border-radius: 2px;
  padding: 50px 50px 100px;
  max-width: 828px;
  overflow: hidden;
  height: 100%;
}
.modal._service .modal__container h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
.modal._service .modal__container h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #0BABF2;
}
.modal._service .modal__container ul {
  list-style: none;
  margin-bottom: 20px;
}
.modal._service .modal__container ul li {
  padding-left: 20px;
  position: relative;
}
.modal._service .modal__container ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: url('../img/icon_ul.svg') no-repeat center center;
  background-size: contain;
}

.section._reports .container {
  display: -ms-flexbox;
  display: flex;
}
.section._reports .section__list-item {
  padding: 0 10px;
}
.section._reports .section__slider {
  margin-top: 100px;
  width: 788px;
}
.section._reports .section__info .item {
  line-height: 16px;
  margin-bottom: 40px;
}
.section._reports .section__info .item h4 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
.section._reports .section__info .item h4 span {
  color: #0BABF2;
}
.section._reports .section__info .item p {
  margin-bottom: 0;
}
.section._reports .section__info .item:last-child {
  margin-bottom: 0;
}
.item._report {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.item._report .item__image {
  height: 241px;
  margin-bottom: 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  padding: 3px 7px;
}
.item._report .item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.item._report .item__info {
  line-height: 16px;
}

.section._reviews {
  background: rgba(241, 241, 241, 0.8);
}
.item._review {
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-radius: 2px;
  background: #fafbfb;
}
.item._review .item__common h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
.item._review .item__decommissioned span {
  color: #0BABF2;
}
.item._review .item__info {
  line-height: 16px;
}
.item._review .item__info b {
  font-weight: 600;
}
.item._review .item__info p {
  margin-bottom: 10px;
}
.item._review .item__text {
  line-height: 18px;
}
.item._review .item__text h4 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.item._review .item__text p {
  font-style: italic;
}
.item._review .item__media {
  width: 406px;
}
.item._review .item__media-large {
  margin-bottom: 10px;
}
.item._review .item__media-large .item {
  display: none;
  position: relative;
  height: 225px;
}
.item._review .item__media-large .item._active {
  display: block;
}
.item._review .item__media-large .item a {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 19, 19, 0.5);
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
  -ms-flex-align: center;
  align-items: center;
}
.item._review .item__media-large .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item._review .item__media-thumbnails {
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.item._review .item__media-thumbnails::-webkit-scrollbar {
  display: none;
}
.item._review .item__media-thumbnails .item {
  padding-right: 10px;
}
.item._review .item__media-thumbnails .item a {
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 62px;
  border-radius: 2px;
  opacity: .5;
}
.item._review .item__media-thumbnails .item a._active {
  opacity: 1;
}
.item._review .item__media-thumbnails .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item._review .item__common {
  padding-left: 40px;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item._review .item__common p:last-child {
  margin-bottom: 0;
}
.item._review .item__info {
  margin-bottom: 30px;
}
.item._review .item__text {
  margin-top: auto;
  position: relative;
  padding-left: 40px;
}
.item._review .item__text:before {
  content: '';
  width: 23px;
  height: 17px;
  background: url('../img/icon_quote.svg') no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
.item._review .item__text h4 {
  margin-bottom: 10px;
  line-height: 18px;
}

.section._services .section__title {
  max-width: 551px;
}
.section._services .section__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.section._services .section__list-item {
  width: 25%;
  padding: 0 10px;
}
.service {
  height: 100%;
}
.service__content {
  max-height: 100%;
}
.service__content:after {
  content: '';
  width: 100%;
  height: 73px;
  display: block;
}
.service__content .simplebar-track {
  right: -15px;
}
.service__content .simplebar-scrollbar:before {
  border-radius: 1.5px;
  background: #0babf2;
  left: 4px;
  right: 4px;
}
.service__footer {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 50px;
}
.service__footer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  height: 73px;
  border-radius: 2px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.item._service {
  position: relative;
}
.item._service .item__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.item._service .item__bg:before {
  content: '';
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.81) 0%, rgba(17, 108, 227, 0.47) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.item._service .item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item._service .item__wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 421px;
  z-index: 20;
  padding: 40px;
}
.item._service .item__number {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.item._service .item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.item._service .item__more {
  margin-top: auto;
}
.item._service:hover .item__bg:before {
  background: #116ce3;
  opacity: 0.5;
}
.item._service:hover .item__more .link {
  color: #fff;
}
.item._service:hover .item__more .link:after {
  background-image: url('../img/icon_arrow-right.svg');
}

.section._why {
  padding-bottom: 37px;
  background: rgba(241, 241, 241, 0.8);
}
.section._why .section__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section._why .section__list-item {
  width: 33.333335%;
  padding-bottom: 43px;
}
.item._why {
  position: relative;
}
.item._why .item__number {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.12em;
  color: #0babf2;
  padding-bottom: 10px;
  border-bottom: 2px solid #0babf2;
}
.item._why .item__common {
  padding-left: 52px;
  padding-right: 50px;
}
.item._why .item__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #131313;
  max-width: 253px;
}
.item._why .item__description {
  max-width: 260px;
  line-height: 16px;
}

.section._steps .section__list-item {
  margin-bottom: 80px;
}
.section._steps .section__list-item:last-child {
  margin-bottom: 0;
}
.item._step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.item._step .item__image {
  width: 788px;
  min-width: 788px;
  height: 497px;
  background: #bbb;
  position: relative;
}
.item._step .item__image::before {
  content: '';
  background: linear-gradient(90deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.74) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
}
.item._step .item__image img {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item._step .item__common {
  margin-right: -182px;
  background: #f5fafb;
  padding: 0 60px 65px 0;
  width: 100%;
  height: 327px;
  position: relative;
  z-index: 30;
}
.item._step .item__number {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #0babf2;
  margin-bottom: 27px;
}
.item._step .item__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.item._step .item__description {
  max-width: 485px;
  position: relative;
  padding-top: 23px;
  margin-bottom: 30px;
}
.item._step .item__description:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #0babf2;
  position: absolute;
  left: 0;
  top: 0;
}
.item._step._reverse {
  -ms-flex-direction: row;
  flex-direction: row;
}
.item._step._reverse .item__number {
  text-align: right;
}
.item._step._reverse .item__common {
  margin-right: 0;
  margin-left: -182px;
  padding: 0 0 65px 81px;
}
.item._step._reverse .item__image::before {
  background: linear-gradient(-90deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.74) 100%);
}
