@charset "UTF-8";
@import url(lib/swiper.min.css);
@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("truetype"); }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("truetype"); }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.ttf") format("truetype"); }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("truetype"); }

*:focus, *:active {
  outline: none; }

body {
  margin: 0;
  font-family: 'MuseoSansCyrl', sans-serif;
  color: #FFF; }

a {
  text-decoration: none; }

p {
  margin: 0; }

h1,
.h1 {
  margin: 0; }

h2,
.h2 {
  margin: 0; }

h3,
.h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  color: white; }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px; } }
  h3_black,
  .h3_black {
    color: black; }

h4,
.h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  color: black; }

.link {
  position: relative;
  padding-right: 20px;
  padding-left: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  cursor: pointer;
  color: #0e9ad8;
  background: transparent;
  border: 0;
  transition: all .3s ease-in-out; }
  .link:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 21px;
    height: 9px;
    content: '';
    background: url(../img/arrow.png) no-repeat top 1px right;
    transform: translateY(-50%); }
  .link:hover {
    color: #4db9e8; }
    .link:hover:before {
      animation: buttonAnimationRight 0.5s cubic-bezier(0.55, 0.13, 0.46, 0.85) infinite; }

@keyframes buttonAnimationRight {
  0% {
    transform: translate3d(0, -50%, 0); }
  50% {
    transform: translate3d(5px, -50%, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

.btn {
  width: 250px;
  height: 50px;
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: #0e9ad8;
  border: 0;
  border-radius: 30px;
  transition: all .3s ease-in-out; }
  .btn:hover {
    background: #4db9e8; }

.text-center {
  text-align: center; }

.show {
  display: block !important; }

.dots {
  padding-left: 0;
  list-style-type: none; }
  .dots__item {
    margin-bottom: 5px;
    padding-left: 25px;
    line-height: 30px;
    background: url(../img/tick.png) no-repeat center left;
    background-size: 12px; }

.margin {
  margin-top: 200px;
  margin-bottom: 200px; }
  @media (max-width: 1199px) {
    .margin {
      margin-top: 100px;
      margin-bottom: 100px; } }

.padding {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media (max-width: 1199px) {
    .padding {
      padding-top: 100px;
      padding-bottom: 100px; } }

.container {
  margin: 0 auto;
  max-width: 1200px; }
  @media (max-width: 1199px) {
    .container {
      padding: 0 10px; } }

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .header {
      padding-top: 10px; } }
  .header_white {
    position: relative; }
  .header__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 1199px) {
    .header__logo img {
      width: 110px; } }
  @media (max-width: 767px) {
    .header__logo img {
      width: 220px; } }
  .header__action {
    display: flex; }
    @media (max-width: 767px) {
      .header__action {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #FFF; } }
  .header.fixed {
    position: fixed;
    z-index: 4;
    padding-bottom: 40px;
    background: #FFF;
    box-shadow: 0px 21px 29px 0px rgba(9, 50, 127, 0.06);
    transition: all .3s ease-in-out; }
    @media (max-width: 767px) {
      .header.fixed {
        padding-bottom: 10px; } }
    .header.fixed .nav__link,
    .header.fixed .phone,
    .header.fixed .auth {
      color: #1e1e1e; }
    .header.fixed .nav-burger span {
      background: #0e9ad8; }

.nav {
  z-index: 1;
  margin-right: 40px; }
  @media (max-width: 1199px) {
    .nav {
      margin-right: 10px; } }
  @media (max-width: 767px) {
    .nav {
      padding: 10px;
      display: none; } }
  .nav.open {
    display: block; }
  .nav-burger {
    display: none; }
    @media (max-width: 767px) {
      .nav-burger {
        display: block;
        cursor: pointer; } }
    .nav-burger span {
      margin-bottom: 3px;
      display: block;
      width: 25px;
      height: 3px;
      background: #FFF; }
  .nav__list {
    margin: 0;
    padding-left: 0;
    display: flex;
    list-style: none; }
    @media (max-width: 767px) {
      .nav__list {
        flex-direction: column; } }
    .nav__list_black .nav__link {
      color: #000; }
  .nav__item {
    margin: 0 10px; }
    @media (max-width: 1199px) {
      .nav__item {
        margin: 0 5px; } }
    .nav__item:before {
      position: absolute;
      top: 32px;
      bottom: auto;
      left: 420px;
      display: none;
      content: '';
      border: 10px solid transparent;
      border-bottom: 8px solid #FFF; }
    .nav__item:hover .dropdown__wrap {
      display: flex; }
      @media (max-width: 767px) {
        .nav__item:hover .dropdown__wrap {
          z-index: 5;
          padding: 10px;
          flex-direction: row;
          overflow: scroll; } }
    .nav__item:hover:nth-child(1):before {
      display: block; }
    .nav__item:hover:nth-child(2):before {
      left: 505px;
      display: block; }
    .nav__item:hover:nth-child(3):before {
      left: 595px;
      display: block; }
  .nav__link {
    position: relative;
    font-size: 16px;
    line-height: 1.875;
    text-decoration: none;
    text-transform: uppercase;
    color: white; }
    @media (max-width: 1199px) {
      .nav__link {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .nav__link {
        color: #000; } }
    .nav__link:after {
      position: absolute;
      top: 20px;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 2px;
      content: '';
      background: #0e9ad8;
      transition: all 0.3s cubic-bezier(0.55, 0.13, 0.46, 0.85);
      transform: scaleX(0);
      transform-origin: 0 0; }
    .nav__link:hover:after {
      transform: scaleX(1); }

.dropdown__wrap {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0 70px 50px;
  display: none;
  flex-flow: column wrap;
  max-height: 510px;
  list-style: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 57px 0px rgba(9, 50, 127, 0.3);
  /* стили только для IE10 и IE11 */ }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dropdown__wrap {
      z-index: 1;
      flex-flow: wrap; } }
  @media (max-width: 1199px) {
    .dropdown__wrap {
      margin: 0 10px;
      max-height: 750px; } }
  @media (max-width: 767px) {
    .dropdown__wrap {
      max-height: 100%; } }
  .dropdown__wrap:before {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''; }
  .dropdown__wrap_decision {
    max-height: 340px; }
    @media (max-width: 1199px) {
      .dropdown__wrap_decision {
        max-height: 400px; } }
    @media (max-width: 767px) {
      .dropdown__wrap_decision {
        max-height: 100%; } }
  .dropdown__wrap_about {
    max-height: 200px; }
    @media (max-width: 1199px) {
      .dropdown__wrap_about {
        max-height: 340px; } }
    @media (max-width: 767px) {
      .dropdown__wrap_about {
        max-height: 100%; } }

.dropdown__list {
  z-index: 1;
  margin-top: 40px;
  padding-left: 0;
  width: 280px;
  /* стили только для IE10 и IE11 */ }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dropdown__list {
      width: 250px; } }
  @media (max-width: 767px) {
    .dropdown__list {
      margin-top: 0; } }

.dropdown__item {
  margin-bottom: 10px; }

.dropdown__link {
  font-size: 14px;
  line-height: 1.5;
  color: #1e1e1e;
  transition: all .3s ease-in-out; }
  .dropdown__link:hover {
    color: #0e9ad8; }
  .dropdown__link_title {
    font-size: 16px;
    font-weight: 900; }

.block-inform {
  margin-top: 40px;
  padding: 20px;
  width: 340px;
  font-size: 16px;
  font-weight: 900;
  background: url(../img/pbi.png) no-repeat center;
  background-size: cover;
  border-radius: 5px; }
  @media (max-width: 1199px) {
    .block-inform {
      width: 270px; } }
  @media (max-width: 767px) {
    .block-inform {
      width: 240px; } }
  .block-inform_decision {
    margin-top: 0;
    background: url(../img/pbi-1.png) no-repeat center;
    background-size: cover; }
  .block-inform_about {
    margin-top: 0;
    background: url(../img/pbi-2.png) no-repeat center;
    background-size: cover; }
  .block-inform span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 300; }
  .block-inform .link {
    margin-top: 10px; }

.phone {
  margin-right: 50px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.875;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: url(../img/phone.png) no-repeat center left;
  transition: all .3s ease-in-out; }
  @media (max-width: 1199px) {
    .phone {
      margin-right: 10px;
      font-size: 14px; } }
  @media (max-width: 767px) {
    .phone {
      display: none; } }
  .phone:hover {
    color: #0e9ad8; }
  .phone_black {
    color: #000; }

.auth {
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.875;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background: url(../img/auth.png) no-repeat center left;
  transition: all .3s ease-in-out; }
  @media (max-width: 1199px) {
    .auth {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .auth {
      display: none; } }
  .auth:hover {
    color: #0e9ad8; }
  .auth_black {
    color: #000; }

.banner {
  padding-top: 225px;
  height: 560px;
  background: url(../img/bg.png) no-repeat center top; }
  @media (max-width: 1199px) {
    .banner {
      padding-top: 115px;
      height: 480px; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 70px; } }
  .banner__title {
    font-size: 52px;
    line-height: 1.154;
    color: white; }
    @media (max-width: 1199px) {
      .banner__title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .banner__title {
        font-size: 24px; } }
  .banner__text {
    margin-top: 40px;
    max-width: 480px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
  .banner__link {
    margin-top: 15px;
    display: block;
    max-width: 90px; }
  .banner__btn {
    margin-top: 50px;
    padding: 10px 0;
    display: block;
    height: auto;
    text-align: center; }
    @media (max-width: 767px) {
      .banner__btn {
        margin-top: 20px; } }

.advantages {
  margin-top: -140px; }
  .advantages__list {
    padding: 40px 100px;
    display: flex;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 57px 0px rgba(9, 50, 127, 0.3); }
    @media (max-width: 1199px) {
      .advantages__list {
        padding: 40px; } }
    @media (max-width: 767px) {
      .advantages__list {
        padding: 20px;
        flex-wrap: wrap; } }
  .advantages__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%; }
    @media (max-width: 767px) {
      .advantages__item {
        margin-bottom: 20px;
        align-items: center;
        width: 50%; } }
    .advantages__item:nth-child(2) {
      padding-left: 110px; }
      @media (max-width: 1199px) {
        .advantages__item:nth-child(2) {
          padding-left: 0; } }
    .advantages__item:nth-child(3) {
      padding-left: 60px; }
      @media (max-width: 1199px) {
        .advantages__item:nth-child(3) {
          padding-left: 0; } }
    .advantages__item:nth-child(4) {
      padding-right: 50px;
      align-items: flex-end; }
      @media (max-width: 1199px) {
        .advantages__item:nth-child(4) {
          padding-right: 0;
          align-items: center; } }
      .advantages__item:nth-child(4) .advantages__text {
        left: 40px; }
        @media (max-width: 1199px) {
          .advantages__item:nth-child(4) .advantages__text {
            left: 0; } }
  .advantages__text {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.333;
    color: #1e1e1e; }
    @media (max-width: 1199px) {
      .advantages__text {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .advantages__text {
        text-align: center; } }

.model {
  position: relative; }
  .model:before {
    position: absolute;
    z-index: -1;
    top: -260px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: -webkit-linear-gradient(270deg, #def8ff 0%, #def8ff 30%, rgba(222, 248, 255, 0.6) 70%, white 100%); }
  .model__wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .model__wrap {
        flex-wrap: wrap; } }
  .model__descr {
    width: 460px; }
    @media (max-width: 1199px) {
      .model__descr {
        width: 380px; } }
    @media (max-width: 767px) {
      .model__descr {
        margin-bottom: 20px;
        width: 100%; } }
  .model__scheme {
    position: relative; }
    @media (max-width: 1199px) {
      .model__scheme {
        width: calc(100% - 380px); } }
    @media (max-width: 767px) {
      .model__scheme {
        margin-top: 40px;
        width: 100%; } }
    .model__scheme:before {
      position: absolute;
      z-index: -1;
      top: 100px;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: url(../img/ps.png) no-repeat center;
      background-size: cover; }
    @media (max-width: 1199px) {
      .model__scheme img {
        width: 100%; } }
  .model__title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.4;
    color: #1e1e1e; }
    @media (max-width: 1199px) {
      .model__title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .model__title {
        margin-bottom: 10px; } }
  .model__text {
    display: none;
    font-size: 16px;
    line-height: 1.5;
    color: #1e1e1e; }
    .model__text_big {
      font-size: 20px; }
      @media (max-width: 1199px) {
        .model__text_big {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .model__text_big {
          font-size: 16px; } }
    .model__text_active {
      display: block; }
  .model-type {
    margin: 40px 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    max-width: 423px;
    background-color: #d9f4fa;
    border-radius: 30px; }
    @media (max-width: 1199px) {
      .model-type {
        max-width: 380px; } }
    @media (max-width: 767px) {
      .model-type {
        margin: 10px 0;
        max-width: 380px; } }
    .model-type__btn {
      padding: 15px;
      width: 185px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      color: #afc7cc;
      background: transparent;
      border: 0;
      border-radius: 30px; }
      @media (max-width: 1199px) {
        .model-type__btn {
          padding: 15px 10px;
          width: 155px; } }
      @media (max-width: 767px) {
        .model-type__btn {
          height: 46px;
          font-size: 13px; } }
      .model-type__btn_active {
        color: #FFF;
        background-color: #042776; }
  .model__btn {
    margin-top: 50px;
    padding: 10px 0;
    display: block;
    height: auto;
    text-align: center; }
    @media (max-width: 767px) {
      .model__btn {
        margin-top: 10px; } }
  .model-arrow {
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out; }
    @media (max-width: 1199px) {
      .model-arrow {
        display: none; } }
    .model-arrow-1 {
      top: 110px;
      left: 77px;
      width: 108px;
      height: 154px;
      background: url(../img/ma-services.png) no-repeat center; }
    .model-arrow-2 {
      top: 145px;
      left: 140px;
      width: 108px;
      height: 154px;
      background: url(../img/ma-payment.png) no-repeat center; }
    .model-arrow-3 {
      top: 416px;
      left: 219px;
      width: 184px;
      height: 47px;
      background: url(../img/ma-services-2.png) no-repeat center; }
    .model-arrow-4 {
      top: 342px;
      left: 244px;
      width: 137px;
      height: 47px;
      background: url(../img/ma-payment-2.png) no-repeat center; }
    .model-arrow-5 {
      top: 82px;
      left: 70px;
      width: 133px;
      height: 183px;
      background: url(../img/ma-voz.png) no-repeat center; }
    .model-arrow-6 {
      top: 417px;
      left: 216px;
      width: 187px;
      height: 47px;
      background: url(../img/ma-services-va.png) no-repeat center; }
    .model-arrow-7 {
      top: 96px;
      left: 449px;
      width: 108px;
      height: 154px;
      background: url(../img/ma-services-3.png) no-repeat center; }
    .model-arrow-8 {
      top: 147px;
      left: 396px;
      width: 89px;
      height: 115px;
      background: url(../img/ma-payment-3.png) no-repeat center; }
  .model .show-1 {
    opacity: 1;
    transition-delay: 0.5s; }
  .model .show-2 {
    opacity: 1;
    transition-delay: 1s; }
  .model .show-3 {
    opacity: 1;
    transition-delay: 1.5s; }
  .model .show-4 {
    opacity: 1;
    transition-delay: 2s; }
  .model .show-5 {
    opacity: 1;
    transition-delay: 2.5s; }
  .model .show-6 {
    opacity: 1;
    transition-delay: 3s; }

.benefit__list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .benefit__list {
      margin: 0 -10px;
      justify-content: center; } }

.benefit__item {
  margin: 0 15px 30px;
  width: 380px;
  min-height: 390px;
  cursor: pointer;
  border-radius: 5px;
  transition: all .1s ease-in-out; }
  @media (max-width: 1199px) {
    .benefit__item {
      margin: 0 10px 30px;
      width: 364px;
      min-height: 315px; } }
  .benefit__item:nth-child(1) {
    background: url(../img/bp-1.png) no-repeat center; }
    .benefit__item:nth-child(1):hover {
      background: url(../img/bp-hover-1.png) no-repeat center; }
      .benefit__item:nth-child(1):hover .benefit__title {
        display: none; }
      .benefit__item:nth-child(1):hover .benefit__text {
        display: block; }
  .benefit__item:nth-child(2) {
    background: url(../img/bp-2.png) no-repeat center; }
    .benefit__item:nth-child(2):hover {
      background: url(../img/bp-hover-2.png) no-repeat center; }
      .benefit__item:nth-child(2):hover .benefit__title {
        display: none; }
      .benefit__item:nth-child(2):hover .benefit__text {
        display: block; }
  .benefit__item:nth-child(3) {
    background: url(../img/bp-3.png) no-repeat center; }
    .benefit__item:nth-child(3):hover {
      background: url(../img/bp-hover-3.png) no-repeat center; }
      .benefit__item:nth-child(3):hover .benefit__title {
        display: none; }
      .benefit__item:nth-child(3):hover .benefit__text {
        display: block; }
  .benefit__item:nth-child(4) {
    background: url(../img/bp-4.png) no-repeat center; }
    .benefit__item:nth-child(4):hover {
      background: url(../img/bp-hover-4.png) no-repeat center; }
      .benefit__item:nth-child(4):hover .benefit__title {
        display: none; }
      .benefit__item:nth-child(4):hover .benefit__text {
        display: block; }
  .benefit__item:nth-child(5) {
    background: url(../img/bp-5.png) no-repeat center; }
    .benefit__item:nth-child(5):hover {
      background: url(../img/bp-hover-5.png) no-repeat center; }
      .benefit__item:nth-child(5):hover .benefit__title {
        display: none; }
      .benefit__item:nth-child(5):hover .benefit__text {
        display: block; }
  .benefit__item:nth-child(6) {
    background: url(../img/bp-6.png) no-repeat center; }
    .benefit__item:nth-child(6):hover {
      background: url(../img/bp-hover-6.png) no-repeat center; }
      .benefit__item:nth-child(6):hover .benefit__title {
        display: none; }
      .benefit__item:nth-child(6):hover .benefit__text {
        display: block; }

.benefit__wrap {
  padding: 80px 50px; }
  @media (max-width: 1199px) {
    .benefit__wrap {
      padding: 40px; } }

.benefit__title {
  position: relative;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  color: white; }
  .benefit__title:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 3px;
    content: '';
    background: #FFF; }

.benefit__text {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }

.partners {
  position: relative;
  background-color: #042776; }
  .partners:before {
    position: absolute;
    top: -210px;
    left: 0;
    width: 382px;
    height: 545px;
    content: '';
    background: url(../img/pp-top.png) no-repeat center left; }
    @media (max-width: 1199px) {
      .partners:before {
        top: -130px;
        width: 292px;
        height: 355px;
        background-size: contain; } }
    @media (max-width: 767px) {
      .partners:before {
        top: -90px;
        width: 112px;
        height: 215px;
        background-size: contain; } }
  .partners:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -110px;
    width: 565px;
    height: 545px;
    content: '';
    background: url(../img/pp-bottom.png) no-repeat center right; }
    @media (max-width: 1199px) {
      .partners:after {
        width: 255px;
        height: 245px;
        background-size: contain; } }
    @media (max-width: 767px) {
      .partners:after {
        bottom: -50px;
        width: 155px;
        height: 145px;
        background-size: contain; } }
  .partners.padding {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .partners.padding {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .partners .container {
    position: relative;
    z-index: 1; }
  @media (max-width: 767px) {
    .partners h3 {
      font-size: 30px;
      text-align: center; } }
  .partners__list {
    margin: 80px 0;
    display: flex; }
    @media (max-width: 767px) {
      .partners__list {
        margin: 40px auto 0px;
        flex-wrap: wrap;
        max-width: 200px; } }
  .partners__item {
    display: flex;
    align-items: center;
    width: 25%; }
    @media (max-width: 767px) {
      .partners__item {
        margin-bottom: 40px;
        width: 100%; } }
    .partners__item:nth-child(3) {
      padding-left: 70px; }
      @media (max-width: 767px) {
        .partners__item:nth-child(3) {
          padding-left: 0; } }
  .partners__number {
    font-size: 130px;
    font-weight: 900;
    line-height: .8;
    color: rgba(60, 192, 211, 0.4); }
    @media (max-width: 1199px) {
      .partners__number {
        font-size: 100px; } }
  .partners__text {
    margin-left: -25px;
    font-size: 20px;
    line-height: 1.2;
    color: #FFF; }
    @media (max-width: 1199px) {
      .partners__text {
        font-size: 14px; } }
  .partners__btn {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    height: auto;
    text-align: center; }

.reviews.margin {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 1199px) {
    .reviews.margin {
      margin-top: 100px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .reviews.margin {
      margin-bottom: 50px; } }

.reviews__slider {
  margin-top: -80px;
  margin-left: -80px; }
  @media (max-width: 767px) {
    .reviews__slider {
      margin-top: 0;
      margin-left: 0; } }
  .reviews__slider .swiper-button-next {
    right: 460px;
    width: 50px;
    height: 50px;
    background: #0e9ad8;
    border-radius: 50%;
    transition: all .3s ease-in-out; }
    @media (max-width: 767px) {
      .reviews__slider .swiper-button-next {
        top: 90px;
        right: 0; } }
    .reviews__slider .swiper-button-next:hover {
      background: #4db9e8; }
    .reviews__slider .swiper-button-next:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      font-size: 0;
      content: '';
      background: url(../img/btn-slider.png) no-repeat center;
      background-size: cover;
      transform: translate(-50%, -50%); }

.reviews__wrapper {
  padding: 80px; }
  @media (max-width: 767px) {
    .reviews__wrapper {
      padding: 0; } }

.reviews__item {
  background-color: white;
  opacity: .1;
  transition: all .3s ease-in-out; }
  .reviews__item.swiper-slide-active {
    border-radius: 5px;
    opacity: 1;
    box-shadow: 0px 2px 100px 0px rgba(13, 68, 111, 0.1); }

.reviews__wrap {
  padding: 40px; }
  @media (max-width: 767px) {
    .reviews__wrap {
      padding: 10px; } }

.reviews__descr {
  margin-bottom: 40px;
  display: flex;
  align-items: center; }

.reviews__foto {
  margin-right: 40px; }
  @media (max-width: 767px) {
    .reviews__foto {
      margin-right: 10px;
      max-width: 80px; } }

.reviews__name {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #1e1e1e; }
  @media (max-width: 767px) {
    .reviews__name {
      font-size: 16px; } }
  .reviews__name span {
    font-size: 16px;
    font-weight: 500;
    font-style: italic; }
    @media (max-width: 767px) {
      .reviews__name span {
        font-size: 14px; } }

.reviews__text {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e; }
  @media (max-width: 767px) {
    .reviews__text {
      font-size: 14px; } }
  .reviews__text:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 49px;
    height: 37px;
    content: '';
    background: url(../img/quote.png) no-repeat top left; }

.questions {
  position: relative;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(90deg, #def8ff 0%, #def8ff 30%, rgba(222, 248, 255, 0.6) 70%, white 100%); }
  .questions:after {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 708px;
    height: 404px;
    content: '';
    background: url(../img/fp.png) no-repeat; }
    @media (max-width: 767px) {
      .questions:after {
        display: none; } }
  .questions__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1199px) {
      .questions__wrap {
        justify-content: center;
        align-items: flex-start; } }
  .questions__list {
    position: relative;
    margin-right: 30px;
    width: 50%; }
    @media (max-width: 1199px) {
      .questions__list {
        width: 370px; } }
  .questions__btn {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
    cursor: pointer;
    color: #0e9ad8;
    background: url(../img/questions-arrow.png) no-repeat center right;
    border-bottom: 1px solid #d7d7d7; }
  .questions-select {
    position: absolute;
    z-index: 1;
    top: 31px;
    right: 0;
    left: 0;
    display: none;
    background-color: #FFF;
    box-shadow: 0px 21px 29px 0px rgba(9, 50, 127, 0.06); }
    .questions-select__item {
      padding: 5px 10px;
      font-size: 20px;
      line-height: 1.5;
      cursor: pointer;
      color: #0e9ad8;
      transition: all .3s ease-in-out; }
      .questions-select__item:hover {
        color: #FFF;
        background: #0e9ad8; }
  .questions__inner {
    display: none; }
  .questions__item {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #1e1e1e; }
  .questions__text {
    margin-top: 15px;
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #1e1e1e; }
  .questions-form {
    padding: 40px 70px;
    width: calc(100% - 770px);
    background-image: -moz-linear-gradient(90deg, #042776 54%, #1a649b 100%);
    background-image: -webkit-linear-gradient(90deg, #042776 54%, #1a649b 100%);
    background-image: -ms-linear-gradient(90deg, #042776 54%, #1a649b 100%);
    border-radius: 5px; }
    @media (max-width: 1199px) {
      .questions-form {
        padding: 20px;
        max-width: 400px;
        width: calc(100% - 440px); } }
    @media (max-width: 767px) {
      .questions-form {
        width: 100%; } }
    .questions-form__title {
      margin-bottom: 30px;
      font-size: 24px;
      line-height: 1.25;
      color: white; }
    .questions-form__group {
      margin-bottom: 30px;
      display: flex; }
      @media (max-width: 767px) {
        .questions-form__group {
          flex-direction: column; } }
      .questions-form__group label {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 1.875;
        color: white; }
        .questions-form__group label:nth-child(2) {
          margin-left: 30px; }
          @media (max-width: 767px) {
            .questions-form__group label:nth-child(2) {
              margin-top: 30px;
              margin-left: 0; } }
      .questions-form__group input {
        padding-left: 10px;
        box-sizing: border-box;
        width: 100%;
        height: 32px;
        font-size: 16px;
        line-height: 1.875;
        color: #b9b9b9;
        border: 0;
        border-radius: 2px; }
      .questions-form__group textarea {
        padding-left: 10px;
        box-sizing: border-box;
        width: 100%;
        font-size: 16px;
        line-height: 1.875;
        color: #b9b9b9;
        border: 0;
        border-radius: 2px; }
      .questions-form__group .link {
        font-size: 16px;
        text-decoration: underline; }
        .questions-form__group .link:before {
          background: none; }
      .questions-form__group input[type="checkbox"] {
        display: none; }
      .questions-form__group input[type="checkbox"] + label {
        margin-left: 0;
        cursor: pointer; }
      .questions-form__group input[type="checkbox"] + label:before {
        margin-right: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 22px;
        text-align: center;
        content: "\2713";
        color: transparent;
        background: #0e9ad8;
        border-radius: 2px;
        transition: color ease .3s; }
      .questions-form__group input[type="checkbox"]:checked + label:before {
        color: #FFF; }
    .questions-form [class*="questions-form__group"]:nth-child(4) {
      margin-bottom: 0px; }
  .questions .show {
    display: block; }

.page {
  margin-bottom: 50px; }
  .page__bg {
    margin: 30px 0 70px;
    padding: 70px 0;
    background-image: url(../img/page-title-bg.png); }
    @media (max-width: 1199px) {
      .page__bg {
        margin: 30px 0;
        padding: 30px 0; } }
  .page__title {
    font-size: 30px;
    font-weight: 900;
    color: white;
    line-height: 1.4;
    text-align: left; }
    @media (max-width: 767px) {
      .page__title {
        font-size: 24px; } }
  .page__text {
    margin-bottom: 50px;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 1.6; }
    .page__text p {
      margin-top: 30px; }
  @media (max-width: 767px) {
    .page img {
      width: 100%; } }
  .page table {
    margin-top: 30px;
    width: 100%;
    border-spacing: 0; }
  .page thead {
    background-color: #042776;
    font-size: 20px;
    color: white;
    line-height: 1.6; }
    .page thead td {
      padding: 15px 30px; }
  .page tbody td {
    padding: 15px 30px;
    border-bottom: 1px solid #000; }
    .page tbody td:nth-child(1) {
      font-weight: 900; }
  .page .link {
    padding-right: 0; }
    .page .link:before {
      display: none; }

.pagination__title {
  font-size: 16px;
  font-style: italic;
  color: black;
  line-height: 1.5; }

.footer {
  padding: 80px 0;
  background-color: #020f2e; }
  @media (max-width: 1199px) {
    .footer {
      padding: 40px 0; } }
  .footer .container {
    display: flex; }
    @media (max-width: 767px) {
      .footer .container {
        flex-direction: column; } }
  .footer .logo {
    margin-right: 130px; }
    @media (max-width: 1199px) {
      .footer .logo {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .footer .logo {
        display: none; } }
    @media (max-width: 1199px) {
      .footer .logo img {
        width: 160px; } }
    @media (max-width: 1199px) {
      .footer .logo .develop {
        width: 100px; } }
  .footer .develop {
    margin-top: 60px; }
  .footer-menu {
    display: flex;
    justify-content: space-between;
    max-width: 845px;
    width: 100%; }
    @media (max-width: 767px) {
      .footer-menu {
        flex-direction: column; } }
    .footer-menu__list {
      margin-top: 0;
      padding-left: 0;
      list-style-type: none; }
    .footer-menu__item {
      margin-bottom: 20px;
      display: flex; }
    .footer-menu__link {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: white;
      transition: all .3s ease-in-out; }
      @media (max-width: 1199px) {
        .footer-menu__link {
          font-size: 14px; } }
      .footer-menu__link:hover {
        color: #0e9ad8; }
    .footer-menu__copy {
      font-size: 14px; }

.social {
  margin-bottom: 30px;
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #FFF;
  border-radius: 100%; }
  .social__fb {
    margin-right: 15px;
    background: url(../img/fb.png) no-repeat center; }
    .social__fb:hover {
      background-color: #496194;
      border-color: #496194; }
  .social__yt {
    background: url(../img/yt.png) no-repeat center; }
    .social__yt:hover {
      background-color: #ff4343;
      border-color: #ff4343; }

.modal {
  position: fixed;
  z-index: 999;
  top: 0%;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  pointer-events: all; }
  .modal-overlay {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(4, 39, 118, 0.5); }
  .modal-wrap {
    position: relative;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 40px;
    max-width: 500px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, #042776 54%, #1a649b 100%);
    background-image: -webkit-linear-gradient(90deg, #042776 54%, #1a649b 100%);
    background-image: -ms-linear-gradient(90deg, #042776 54%, #1a649b 100%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .modal-wrap {
        padding: 20px; } }
  .modal-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: white; }
    @media (max-width: 767px) {
      .modal-title {
        margin-bottom: 15px; } }
  .modal-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: white; }
    @media (max-width: 767px) {
      .modal-text {
        font-size: 12px; } }
  .modal .link {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .modal .link {
        margin: 10px auto 0; } }
