@font-face {
  font-family: 'Involve';
  src: url('fonts/Involve-Regular.ttf');
}
@font-face {
  font-family: 'Involve Med';
  src: url('fonts/Involve-Medium.ttf');
}
@font-face {
  font-family: 'Involve Bold';
  src: url('fonts/Involve-Bold.ttf');
}
@font-face {
  font-family: 'Involve Semi-Bold';
  src: url('fonts/Involve-SemiBold.ttf');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-family: 'Involve';
  font-weight: 400;
}
.med {
  font-family: 'Involve Med';
  font-weight: 500;
}
.sb {
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
}
.bold {
  font-family: 'Involve Bold';
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #1A2E4A;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Involve';
  font-size: 14px;
  color: #1A2E4A;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #1A2E4A;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Involve';
  color: #1A2E4A;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
  color: #1A2E4A;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1420px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header {
  background: #1A2E4A;
  padding: 15px 0;
  color: #fff;
  position: relative;
}
.header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header__menu li {
  position: relative;
}
.header__menu li:not(:last-child) {
  margin-right: 24px;
}
.header__menu li:hover ul {
  display: block;
}
.header__menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}
.header__menu li ul {
  position: absolute;
  left: -32px;
  top: 100%;
  white-space: nowrap;
  background: #1A2E4A;
  border-radius: 8px;
  padding: 32px;
  z-index: 5;
  display: none;
}
.header__menu li ul li:not(:last-child) {
  margin: 0 0 16px 0;
}
.header__sub-link {
  padding-right: 16px;
  background: url('img/arrow.svg') no-repeat right;
}
.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header__links {
  margin-right: 12px;
}
.header__links a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding-left: 28px;
}
.header__phone {
  background: url('img/phone.svg') no-repeat left;
  margin-bottom: 8px;
}
.header__mail {
  background: url('img/mail.svg') no-repeat left;
}
.header__button {
  width: 174px;
  height: 53px;
  background: #5690DD;
  border-radius: 8px;
  color: #fff;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
}
.header__button:hover {
  background: #427CC9;
}
.header__burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background: url('img/burger.svg');
  display: none;
}
.header__burger--active {
  background: url('img/close.svg');
}
.hero {
  position: relative;
  background: #f5f9ff url('img/bg.png') no-repeat left bottom;
}
.hero__content {
  width: calc(50% - 20px);
  padding: 90px 0;
}
.hero__badge {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 120%;
  padding: 10px 16px 10px 32px;
  background: #E1EBF9;
  border: 1px solid #497BBE;
  border-radius: 50px;
  position: relative;
  display: inline-block;
}
.hero__badge:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #497BBE;
}
.hero__name {
  margin-bottom: 24px;
  font-family: 'Involve Bold';
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
}
.hero__name span {
  color: #497BBE;
  white-space: nowrap;
}
.hero__top-text {
  max-width: 458px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 160%;
}
.hero__top-text span {
  font-family: 'Involve Bold';
  font-weight: 700;
}
.hero__data {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero__data li {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 32px;
  font-size: 16px;
  line-height: 160%;
  background: url('img/li.svg') no-repeat 0 1px;
}
.hero__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero__buttons button {
  width: calc(50% - 10px);
  height: 56px;
  border-radius: 8px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
}
.hero__buttons button:nth-child(1) {
  background: #497BBE;
  color: #fff;
}
.hero__buttons button:nth-child(1) span {
  background: url('img/btn1.svg');
}
.hero__buttons button:nth-child(2) {
  background: none;
  border: 2px solid #497BBE;
}
.hero__buttons button:nth-child(2) span {
  background: url('img/btn2.svg');
}
.hero__buttons button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.hero__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url('img/hero.jpg') bottom center / cover;
}
.hero__image-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 44px 52px;
}
.hero__count {
  margin-bottom: 32px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}
.hero__count span {
  display: block;
  margin-top: 4px;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
  font-size: 51px;
  line-height: 120%;
}
.about {
  background: #1A2E4A;
  padding: 90px 0;
  color: #fff;
}
.about__badge {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 8px 16px;
  background: rgba(86, 144, 221, 0.15);
  border: 1px solid #5690DD;
  border-radius: 50px;
}
.about__name {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 130%;
  width: 48%;
  font-family: 'Involve';
  font-weight: 400;
}
.about__name span {
  font-family: 'Involve Bold';
  font-weight: 700;
  color: #5690DD;
}
.about__top-text {
  margin-bottom: 40px;
  width: 48%;
  font-size: 16px;
  line-height: 160%;
}
.about__image {
  margin-bottom: 24px;
  height: 415px;
  border-radius: 8px;
}
.about__list {
  padding-bottom: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__item {
  width: 24%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(86, 144, 221, 0.15);
  border-width: 4px 1px 1px 1px;
  border-style: solid;
  border-color: #5690DD;
  border-radius: 8px;
  padding: 20px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.about__item:hover {
  background: #5690DD;
}
.about__item span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Involve Bold';
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
.about__bottom-text {
  max-width: 1060px;
  font-size: 16px;
  line-height: 160%;
}
.services {
  padding: 90px 0 70px;
}
.services--inner {
  padding-top: 32px;
}
.services__top-text {
  width: 32.4%;
  margin-bottom: 40px;
}
.services__top-text--big {
  width: 47.2%;
}
.services__top-text .about__badge {
  color: #497BBE;
}
.services__top-text p {
  font-size: 18px;
  line-height: 160%;
}
.services__top-text p span {
  font-family: 'Involve Bold';
  font-weight: 700;
}
.services__name {
  font-family: 'Involve';
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
}
.services__h1 {
  margin-bottom: 20px;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
}
.services__top-image {
  width: 66.2%;
  margin-bottom: 40px;
  border-radius: 8px;
}
.services__top-image--small {
  width: 49.3%;
}
.services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__item {
  width: 32.4%;
  background: rgba(86, 144, 221, 0.05);
  border: 1px solid #5690DD;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.services__item:hover {
  background: #497BBE;
  border: 1px solid rgba(86, 144, 221, 0.05);
  color: #fff;
}
.services__item:hover svg path {
  fill: #fff;
}
.services__item:hover p {
  opacity: 0;
}
.services__item:hover button {
  opacity: 1;
}
.services__item--big {
  width: 49.3%;
}
.services__item svg path {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.services__item h3 {
  margin: 10px 0 32px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}
.services__item p {
  font-family: 'Involve Med';
  font-weight: 500;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 160%;
  color: #576170;
}
.services__item button {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #fff;
  width: 250px;
  height: 56px;
  border-radius: 8px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
  opacity: 0;
}
.services__services {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__service {
  width: 32.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 24px 24px 34px 24px;
  background: rgba(86, 144, 221, 0.05);
  border: 1px solid #5690DD;
  border-radius: 8px;
  font-size: 16px;
  line-height: 160%;
}
.services__service h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 130%;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
}
.services__service h3 span {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Involve Bold';
  font-weight: 700;
  color: #497BBE;
}
.services__problems h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 130%;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
}
.services__problems ul li {
  padding-left: 32px;
  font-size: 16px;
  line-height: 160%;
  background: url('img/li.svg') no-repeat 0 1px;
}
.services__problems ul li:not(:last-child) {
  margin-bottom: 12px;
}
.consult {
  padding: 120px 0;
  background: #1a2e4a url('img/bg2.png') no-repeat left bottom;
  color: #fff;
}
.consult .wrap {
  position: relative;
}
.consult__name {
  margin-bottom: 8px;
  font-size: 46px;
  line-height: 130%;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
}
.consult__top-text {
  margin-bottom: 25px;
  font-family: 'Involve Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #98BDEF;
}
.consult__data li {
  padding-left: 32px;
  font-size: 16px;
  line-height: 160%;
  background: url('img/li2.svg') no-repeat 0 0;
}
.consult__data li:not(:last-child) {
  margin-bottom: 12px;
}
.consult__form {
  width: 460px;
  background: #497BBE;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  top: -163px;
  padding: 40px;
  position: absolute;
}
.consult__form h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 130%;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
}
.consult__form p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 130%;
}
.consult__form input[type='text'] {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  padding: 0 60px 0 20px;
  border: 2px solid #98BDEF;
  border-radius: 8px;
  background: #fff;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
}
.consult__form input[type='text']:valid {
  background: #ffffff url('img/check.svg') no-repeat right 20px top 50%;
}
.consult__form textarea {
  width: 100%;
  height: 104px;
  margin-bottom: 15px;
  padding: 16px 60px 16px 20px;
  border: 2px solid #98BDEF;
  border-radius: 8px;
  background: #fff;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
}
.consult__form textarea:valid {
  background: #ffffff url('img/check.svg') no-repeat right 20px top 16px;
}
.consult__form button {
  width: 100%;
  height: 56px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 8px;
}
.consult__form button:hover {
  background: #E1EBF9;
}
.consult__image {
  position: absolute;
  top: -13px;
  left: -207px;
}
.checkbox {
  display: none;
}
.checkbox + label {
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
  padding-left: 32px;
  background: url('img/checkbox.svg') no-repeat 0 0;
  font-size: 14px;
  line-height: 24px;
}
.checkbox:checked + label {
  background: url('img/checkbox2.svg') no-repeat 0 0;
}
.clients {
  padding: 90px 0;
  background: #F5F9FF;
}
.clients .about__name {
  width: 40%;
  margin-bottom: 40px;
}
.clients .about__name--wa {
  width: auto;
}
.clients__list {
  margin-bottom: 60px;
  width: calc(50vw + 50%);
}
.clients__list .swiper-slide {
  width: 220px;
}
.clients__item {
  margin-bottom: 20px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  background: rgba(86, 144, 221, 0.05);
  border: 1px solid #5690DD;
  border-radius: 8px;
}
.clients__item img {
  vertical-align: middle;
  max-width: 90%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  filter: grayscale(100%);
}
.clients__item:hover img {
  filter: none;
}
.clients__docs {
  max-width: 844px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clients__doc {
  width: 32%;
  font-size: 0;
}
.clients__doc a {
  display: block;
  position: relative;
}
.clients__doc a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: url(img/zoom.svg) no-repeat center, linear-gradient(0deg, rgba(73, 123, 190, 0.7), rgba(73, 123, 190, 0.7));
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.clients__doc a:hover:after {
  opacity: 1;
}
.clients__doc img {
  width: 100%;
  border-radius: 8px;
}
.contacts {
  background: #1A2E4A;
  padding: 90px 0;
  color: #fff;
}
.contacts__contacts {
  width: 41%;
}
.contacts .about__name {
  margin-bottom: 40px;
}
.contacts__phone {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 54px;
  background: url('img/phone2.svg') no-repeat left;
  font-size: 16px;
  line-height: 16px;
  color: #98BDEF;
  position: relative;
}
.contacts__phone a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 4px;
  font-family: 'Involve Semi-Bold';
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}
.contacts__phone button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 16px;
  width: 195px;
  height: 46px;
  background: #5690DD;
  border-radius: 8px;
  color: #fff;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
}
.contacts__phone button:hover {
  background: #427CC9;
}
.contacts__data {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 32px;
  padding: 20px 0 4px;
}
.contacts__data li {
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 24px;
}
.contacts__data li:nth-child(1) {
  background: url('img/contacts1.svg') no-repeat 0 0;
}
.contacts__data li:nth-child(2) {
  background: url('img/contacts2.svg') no-repeat 0 0;
}
.contacts__data li a {
  color: #fff;
  text-decoration: none;
}
.contacts__mess h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 130%;
  font-family: 'Involve Bold';
  font-weight: 700;
}
.contacts__mess p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
  color: #98BDEF;
}
.contacts__mess a {
  width: 32.5%;
  text-align: center;
  text-decoration: none;
  padding: 16px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.contacts__mess a:hover {
  background: #E1EBF9;
}
.contacts__mess a img {
  vertical-align: middle;
  margin: -4px 0 0 2px;
}
.contacts__map {
  width: 57.7%;
  border-radius: 8px;
  overflow: hidden;
}
.contacts--inner {
  background: #F5F9FF;
  color: #1A2E4A;
}
.contacts--inner .about__badge {
  color: #497BBE;
}
.contacts--inner .contacts__phone {
  background: url('img/phone3.svg') no-repeat left;
}
.contacts--inner .contacts__phone a {
  color: #1A2E4A;
}
.contacts--inner .contacts__phone button {
  background: #497BBE;
}
.contacts--inner .contacts__phone button:hover {
  background: #5690DD;
}
.contacts--inner .contacts__data li:nth-child(1) {
  background: url('img/contacts3.svg') no-repeat 0 0;
}
.contacts--inner .contacts__data li:nth-child(2) {
  background: url('img/contacts4.svg') no-repeat 0 0;
}
.contacts--inner .contacts__data li a {
  color: #1A2E4A;
}
.contacts--inner .contacts__mess p {
  color: #497BBE;
}
.contacts--inner .contacts__mess a {
  background: none;
  border: 2px solid #497BBE;
}
.contacts--inner .contacts__mess a:hover {
  background: rgba(86, 144, 221, 0.15);
}
.footer {
  padding: 40px 0 68px;
  background: #0F1E33;
  color: #fff;
}
.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__nav {
  width: 754px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Involve Bold';
  font-weight: 700;
}
.footer__menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.footer__phone {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.footer__mail {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.footer__social {
  font-size: 0;
}
.footer__social a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
}
.footer__social a:not(:last-child) {
  margin-right: 8px;
}
.footer__social a:hover {
  background: #E1EBF9;
}
.footer__social a img {
  vertical-align: middle;
}
.footer .wrap {
  position: relative;
}
.footer__bottom {
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 410px;
  font-size: 16px;
  line-height: 160%;
}
.footer__copy {
  margin-bottom: 16px;
}
.footer__copy a {
  display: block;
  color: #fff;
  margin-top: 16px;
}
.footer__dev a {
  display: block;
  text-decoration: none;
  margin-top: 16px;
  width: 95px;
  height: 22px;
  background: url('img/dev.svg');
}
.mobile-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 20;
  background: #1A2E4A;
  padding: 40px 0;
  display: none;
}
.mobile-menu .wrap {
  display: block;
}
.mobile-menu h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Involve Bold';
  font-weight: 700;
}
.mobile-menu .footer__menu {
  display: inline-block;
  vertical-align: top;
}
.mobile-menu .footer__menu:first-child {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu .header__contacts {
  display: none;
}
.company {
  padding: 90px 0 50px;
}
.company__image {
  height: 40px;
  height: 495px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.company .about__badge {
  color: #497BBE;
}
.company__item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 160%;
}
.company__item .about__name {
  width: auto;
}
.advantages {
  background: #1A2E4A;
  padding: 90px 0 70px;
  color: #fff;
}
.advantages__content {
  position: relative;
  padding-left: 476px;
  margin-bottom: 40px;
}
.advantages__name {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Involve';
  font-weight: 400;
  font-size: 42px;
  line-height: 130%;
}
.advantages__name span {
  display: block;
  font-family: 'Involve Bold';
  font-weight: 700;
  color: #497BBE;
}
.advantages__item {
  padding-left: 120px;
  position: relative;
  font-size: 16px;
  line-height: 160%;
}
.advantages__item:not(:last-child) {
  margin-bottom: 52px;
}
.advantages__item h3 {
  margin-bottom: 20px;
  font-family: 'Involve Med';
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}
.advantages__number {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Involve Bold';
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
.advantages__number span {
  background: linear-gradient(270deg, #1b2f48 4.44%, #5690dd 94.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.advantages .about__name {
  margin-bottom: 32px;
}
.team {
  padding: 90px 0 45px;
  background: #F5F9FF;
}
.team .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team .about__badge {
  color: #497BBE;
}
.team__content {
  width: calc(50% - 10px);
  font-size: 18px;
  line-height: 160%;
}
.team__content .about__name {
  width: auto;
}
.team__image {
  width: calc(50% - 10px);
  padding-top: 44px;
}
.team__image img {
  width: 100%;
}
.docs {
  padding: 45px 0 82px;
  background: #F5F9FF;
}
.docs .about__badge {
  color: #497BBE;
}
.docs .about__name {
  margin-bottom: 40px;
}
.docs .clients__doc {
  width: 15.5%;
  margin-bottom: 8px;
}
.breadcrumbs {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 160%;
  color: rgba(26, 46, 74, 0.4);
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs span {
  color: #1A2E4A;
}
@media (max-width: 1450px) {
  .wrap {
    width: 1170px;
  }
  .hero__name {
    font-size: 50px;
  }
  .consult {
    padding: 60px 0 656px;
  }
  .consult__form {
    top: auto;
    bottom: -600px;
    width: calc(100% - 300px);
  }
  .contacts .about__name {
    width: auto;
  }
  .services__service {
    width: 49.2%;
  }
  .services__service:last-child {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .header__menu li:not(:last-child) {
    margin-right: 12px;
  }
  .header__menu li a {
    font-size: 15px;
  }
  .hero__content {
    width: auto;
  }
  .hero__image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: 406px;
  }
  .contacts__contacts {
    width: 100%;
    margin-bottom: 40px;
  }
  .contacts__map {
    width: 100%;
    height: 430px;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 154px;
  }
  .footer__nav {
    width: 100%;
  }
  .footer__bottom {
    bottom: auto;
    top: 88px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__copy {
    width: 49%;
  }
  .footer__dev {
    width: 49%;
  }
  .services__service {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 748px;
  }
  .header__menu {
    display: none;
  }
  .mobile-menu.mobile-menu--opened {
    display: block;
  }
  .header__contacts {
    margin-right: 60px;
  }
  .header__burger {
    display: block;
  }
  .hero__content {
    padding: 40px 0;
  }
  .hero__image-text {
    padding: 10px 16px;
  }
  .hero__count:last-child {
    margin-bottom: 0;
  }
  .about {
    padding: 60px 0;
  }
  .about__name {
    width: 100%;
  }
  .about__top-text {
    width: 100%;
  }
  .about__image {
    height: 218px;
  }
  .about__item {
    width: 49%;
  }
  .services {
    padding: 60px 0 40px;
  }
  .services__top-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .services__top-image {
    width: 100%;
    height: 257px;
  }
  .services__item {
    width: 49%;
  }
  .services__item:last-child {
    width: 100%;
  }
  .consult__form {
    width: 460px;
  }
  .clients {
    padding: 60px 0;
  }
  .clients .about__name {
    width: 60%;
    margin-bottom: 20px;
  }
  .clients__list .swiper-slide {
    width: 160px;
  }
  .clients__item {
    height: 90px;
    line-height: 90px;
  }
  .clients__list {
    margin-bottom: 34px;
  }
  .clients .about__name--wa {
    width: auto;
    margin-bottom: 40px;
  }
  .clients__docs {
    max-width: 556px;
  }
  .contacts {
    padding: 60px 0;
  }
  .contacts .about__name {
    width: 50%;
  }
  .contacts__data {
    padding-right: 40%;
  }
  .footer {
    padding: 40px 0;
  }
  .company {
    padding: 60px 0 20px;
  }
  .company__image {
    height: 260px;
  }
  .company__item {
    width: 100%;
    font-size: 16px;
  }
  .advantages {
    padding: 60px 0 40px;
  }
  .advantages__content {
    padding-left: 0;
  }
  .advantages__name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 40px;
  }
  .advantages__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .team {
    padding: 60px 0 30px;
  }
  .team__content {
    width: 100%;
  }
  .team__image {
    width: 100%;
    padding-top: 32px;
  }
  .docs {
    padding: 30px 0 52px;
  }
  .docs .about__name {
    width: 80%;
    margin-bottom: 32px;
  }
  .services--inner {
    padding: 32px 0 60px;
  }
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .services__top-text {
    margin-bottom: 40px;
  }
  .services__top-image--small {
    height: 316px;
  }
  .services__service h3 {
    margin-right: -10px;
  }
  .services__service h3 span {
    margin-right: 5px;
  }
  .services__services {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .header {
    padding: 12px 0;
  }
  .header__logo {
    width: 87px;
  }
  .header__contacts {
    display: none;
  }
  .header__burger {
    right: 10px;
  }
  .mobile-menu .footer__menu {
    display: block;
  }
  .mobile-menu .footer__menu:first-child {
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile-menu .header__contacts {
    display: block;
    padding-top: 16px;
    margin: 16px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__button {
    width: 100%;
    margin-top: 12px;
  }
  .hero__badge {
    font-size: 12px;
  }
  .hero__name {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .hero__top-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .hero__data {
    padding-bottom: 16px;
  }
  .hero__data li {
    width: 100%;
  }
  .hero__buttons button {
    width: 100%;
    font-size: 14px;
  }
  .hero__buttons button:nth-child(1) {
    margin-bottom: 8px;
  }
  .hero__count {
    font-size: 16px;
  }
  .hero__count span {
    font-size: 38px;
  }
  .hero__count {
    margin-bottom: 20px;
  }
  .about {
    padding: 40px 0;
  }
  .about__badge {
    font-size: 12px;
  }
  .about__name {
    font-size: 24px;
  }
  .about__top-text {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .about__item {
    margin-bottom: 12px;
    padding: 16px;
    width: 48.5%;
    font-size: 14px;
  }
  .about__item span {
    font-size: 24px;
  }
  .about__list {
    padding-bottom: 12px;
  }
  .about__bottom-text {
    font-size: 14px;
  }
  .services {
    padding: 40px 0 32px;
  }
  .services__name {
    font-size: 24px;
  }
  .services__top-image {
    height: 170px;
    margin-bottom: 28px;
  }
  .services__item {
    padding: 16px 16px 74px 16px;
  }
  .services__item svg {
    width: 40px;
    height: 40px;
  }
  .services__item h3 {
    margin: 10px 0;
    font-size: 18px;
  }
  .services__item p {
    font-size: 12px;
  }
  .services__item button {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    height: 48px;
    font-size: 13px;
    opacity: 1;
    padding: 0;
    color: #fff;
    background: #497BBE;
  }
  .services__item:hover button {
    background: #fff;
    color: #1A2E4A;
  }
  .services__item:hover p {
    opacity: 1;
    color: #fff;
  }
  .consult {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
  }
  .consult__form {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-top: 32px;
    padding: 24px;
  }
  .consult__name {
    font-size: 30px;
    padding-right: 60px;
  }
  .consult__top-text {
    font-size: 16px;
    padding-right: 60px;
  }
  .consult__data li {
    font-size: 14px;
  }
  .consult__data {
    padding-right: 60px;
  }
  .consult__form p {
    font-size: 15px;
  }
  .consult__form input[type='text'] {
    height: 48px;
    font-size: 14px;
  }
  .consult__form textarea {
    height: 104px;
    font-size: 14px;
  }
  .consult__form button {
    height: 48px;
    font-size: 14px;
  }
  .checkbox + label {
    font-size: 13px;
  }
  .consult__image {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    top: 14px;
    right: -40px;
    width: 153px;
  }
  .clients {
    padding: 40px 0;
  }
  .clients .about__name {
    width: auto;
  }
  .clients__list .swiper-slide {
    width: 110px;
  }
  .clients__item {
    height: 62px;
    line-height: 62px;
    margin-bottom: 8px;
  }
  .clients__list {
    margin-bottom: 24px;
  }
  .clients .about__name--wa {
    margin-bottom: 20px;
  }
  .contacts {
    padding: 40px 0;
    overflow: hidden;
  }
  .contacts .about__name {
    width: 70%;
    margin-bottom: 24px;
  }
  .contacts__phone {
    font-size: 14px;
  }
  .contacts__phone a {
    font-size: 18px;
  }
  .contacts__data {
    padding: 16px 0 1px;
  }
  .contacts__data li {
    font-size: 14px;
  }
  .contacts__phone button {
    font-size: 14px;
    width: calc(100vw - 245px);
  }
  .contacts__mess h3 {
    font-size: 18px;
  }
  .contacts__mess p {
    font-size: 14px;
  }
  .contacts__mess a {
    font-size: 14px;
    padding: 16px 0;
    white-space: nowrap;
  }
  .contacts__map {
    height: 280px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__logo img {
    width: 85px;
  }
  .footer__menu {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__bottom {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    display: block;
    margin-top: 30px;
  }
  .footer__copy {
    width: auto;
  }
  .footer__dev {
    width: auto;
    font-size: 14px;
  }
  .company {
    padding: 40px 0 16px;
  }
  .company__image {
    height: 223px;
    margin-bottom: 32px;
  }
  .company__item .about__name {
    margin-bottom: 12px;
  }
  .company__item {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .advantages {
    padding: 40px 0 28px;
  }
  .advantages__name {
    font-size: 37px;
    margin-bottom: 32px;
  }
  .advantages__item {
    padding-left: 68px;
    font-size: 14px;
  }
  .advantages__item h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .advantages__number {
    font-size: 57px;
  }
  .advantages__number span:last-child {
    position: relative;
    margin-left: -10px;
  }
  .advantages .about__name {
    margin-bottom: 20px;
  }
  .team {
    padding: 40px 0 20px;
  }
  .team__content .about__name {
    margin-bottom: 12px;
  }
  .team__content {
    font-size: 14px;
  }
  .team__image {
    padding-top: 20px;
  }
  .docs {
    padding: 20px 0 32px;
  }
  .docs .about__name {
    width: auto;
  }
  .docs .clients__doc {
    width: 32.5%;
  }
  .services {
    padding: 12px 0 40px;
  }
  .breadcrumbs {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .services__h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .services__top-text p {
    font-size: 14px;
  }
  .services__top-text {
    margin-bottom: 32px;
  }
  .services__top-image {
    height: 316px;
    margin-bottom: 32px;
  }
  .services__service {
    width: 100%;
    margin-bottom: 12px;
    padding: 16px;
    font-size: 14px;
  }
  .services__service h3 {
    font-size: 20px;
  }
  .services__problems h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .services__problems ul li {
    font-size: 14px;
  }
}
