@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
@import url("../css/normalize_null.css");
@font-face {
  font-family: 'Icon Font';
  src: url("../font/icon_font/icomoon.woff") format("woff"), url("../font/icon_font/icomoon.svg") format("svg"), url("../font/icon_font/icomoon.eot") format("eot"), url("../font/icon_font/icomoon.ttf") format("ttf"); }
* {
  font-family: 'Montserrat', sans-serif; }

button, a {
  cursor: pointer; }

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  height: 100%;
  background: white; }

.wrapper {
  min-height: 100%;
  max-width: 1440px;
  min-width: 280px;
  margin: 0 auto;
  overflow: hidden; }

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.container {
  min-width: 280px;
  margin: 0 auto; }
  .container_hf {
    max-width: 100%;
    padding: 0 4.3%; }
  .container_t {
    max-width: 100%;
    padding: 0 8.3%; }
  .container_m {
    max-width: 1200px;
    padding: 0 5.8%; }

.icon {
  font-family: 'Icon Font';
  color: #1f2431;
  font-size: 24px;
  -webkit-transition: color .3s ease-in 0s;
  transition: color .3s ease-in 0s; }
  @media (min-width: 768.98px) {
    .icon:hover {
      color: #315efb; } }

.text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #82899b; }
  .text span {
    font-weight: 500;
    color: #1f2431; }
  @media (max-width: 991.98px) {
    .text {
      font-size: 14px;
      line-height: 24px; } }

.header {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }
  .header .container_hf {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120.71px;
            flex: 0 0 120.71px;
    margin: 0 35px 0 0;
    overflow: hidden; }
    .header__logo img {
      width: 100%;
      height: auto; }
  .header__iconbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header__icon {
    margin: 0 10px 0 0; }
  .header .menu-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
  .header .menu-header__link {
    font-size: 16px;
    line-height: 20px;
    color: #1f2431;
    margin: 0 35px 0 0;
    -webkit-transition: color .3s ease-in 0s;
    transition: color .3s ease-in 0s; }
  @media (max-width: 991.98px) {
    .header {
      height: 80px; } }
  @media (min-width: 768.98px) {
    .header .menu-header__link:hover {
      color: #315efb; } }
  @media (max-width: 767.98px) {
    .header {
      height: 60px; }
      .header__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        margin: 5px 10px 0 0; }
      .header__icon {
        margin: 0 5px 0 0; }
      .header .menu-header__link {
        font-size: 14px;
        line-height: 18px;
        margin: 0 5px 0 0; } }
  @media (max-width: 479.98px) {
    .header {
      height: auto; }
      .header .container_hf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .header__left {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 0 5px 0; }
      .header__right {
        width: 100%; }
      .header .menu-header {
        width: calc(100% - 60px);
        max-width: 220px; }
        .header .menu-header__list {
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
      .header__iconbar {
        max-width: 300px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: 0 auto; } }

.top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 140px 0 40px 0; }
  .top .container_t {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .top__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.5%;
            flex: 0 1 46.5%; }
  .top__title {
    font-size: calc(16px + 20 * ((100vw - 280px) / 1160));
    font-weight: bold;
    line-height: 130%;
    color: #1f2431;
    margin: 0 0 4.8% 0; }
  .top__text {
    font-size: 12px;
    line-height: 160%;
    max-width: 60%;
    margin: 0 0 5.4% 0; }
  .top__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    padding: 3% 56px;
    min-height: 40px;
    text-transform: uppercase;
    color: white;
    background: #315efb;
    border-radius: 51px;
    -webkit-transition: background .3s ease-in 0s;
    transition: background .3s ease-in 0s; }
  .top__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 53.5%;
            flex: 0 1 53.5%;
    overflow: hidden; }
    .top__pic img {
      width: 100%;
      height: auto; }
  @media (min-width: 1248.98px) {
    .top__text {
      font-size: calc(10px + 14 * ((100vw - 280px) / 1160)); }
    .top__link {
      font-size: calc(12px + 8 * ((100vw - 280px) / 1160)); } }
  @media (max-width: 991.98px) {
    .top {
      padding: 100px 0 30px 0; } }
  @media (min-width: 768.98px) {
    .top__link:hover {
      background: #28bc00; } }
  @media (max-width: 767.98px) {
    .top {
      padding: 80px 0 30px 0; }
      .top__link {
        padding: 3% 26px; } }
  @media (max-width: 479.98px) {
    .top {
      padding: 90px 0 20px 0; }
      .top .container_t {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .top__content, .top__pic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .top__content {
        margin: 0 0 10px 0; }
      .top__title {
        width: 100%; }
      .top__text {
        max-width: 100%; } }

.section {
  padding: 15px 0 140px 0; }
  .section .container_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .section__column_1 {
      margin: 0 10px; }
  .section__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fafcff;
    border-radius: 6px;
    margin: 0 0 10px 0;
    padding: 35px 40px 40px 40px; }
    .section__item:first-child {
      padding: 45px 40px 40px 40px; }
  .section__text {
    margin: 0; }
  .section__lable {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #1f2431;
    margin: 0 0 40px 0; }
  .section__pic {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 50px auto; }
    .section__pic:last-child {
      margin: 0 auto; }
    .section__pic img {
      width: 100%;
      height: auto; }
  .section .item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px 0; }
  .section .item__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 6px 0 0; }
    .section .item__column:last-child {
      margin: 0; }
  .section .item__top {
    height: 45px;
    margin: 0 0 10px 0; }
  .section .item__graphic {
    height: 20px;
    width: 100%;
    margin: 0 0 5px 0;
    position: relative; }
    .section .item__graphic:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: linear-gradient(324.53deg, #28bc00 -27.5%, rgba(40, 188, 0, 0) 108.52%);
      position: absolute;
      top: 0;
      left: 0; }
    .section .item__graphic:after {
      content: '';
      width: calc(100% - 32px);
      height: 2px;
      background: #eeeeff;
      position: absolute;
      top: 9px;
      left: 26px; }
    .section .item__graphic_b:before {
      background: linear-gradient(324.53deg, #315efb -27.5%, rgba(49, 94, 251, 0) 108.52%); }
    .section .item__graphic_p:before {
      background: linear-gradient(273.54deg, #747479 -2.84%, rgba(238, 238, 255, 0) 122.55%); }
    .section .item__graphic_nl:after {
      display: none; }
    .section .item__graphic_th:before, .section .item__graphic_th:after {
      display: none; }
    .section .item__graphic_th span, .section .item__graphic_th span:before, .section .item__graphic_th span:after {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: linear-gradient(273.54deg, #dadaff -2.84%, rgba(238, 238, 255, 0) 122.55%);
      position: absolute; }
    .section .item__graphic_th span {
      top: 7.5px;
      left: 0px; }
      .section .item__graphic_th span:before {
        content: '';
        top: 0;
        left: 8px; }
      .section .item__graphic_th span:after {
        content: '';
        top: 0;
        left: 16px; }
    .section .item__graphic .tr {
      width: 0;
      height: 0;
      border-top: 3px solid transparent;
      border-right: 12.8px solid #eeeeff;
      border-bottom: 3px solid transparent;
      position: absolute;
      top: 7px;
      left: calc(50% - 6px); }
    .section .item__graphic .ci {
      width: 6.4px;
      height: 6px;
      background: #eeeeff;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      left: calc(50% + 4px); }
  .section .item__date {
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    color: #1f2431;
    margin: 0; }
  .section .item__p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #82899b;
    max-width: 90%;
    margin: 0; }
  @media (max-width: 991.98px) {
    .section {
      padding: 15px 0 80px 0; }
      .section__item {
        padding: 25px 30px 30px 30px; }
        .section__item:first-child {
          padding: 35px 30px 30px 30px; }
      .section__lable {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 30px 0; } }
  @media (max-width: 767.98px) {
    .section {
      padding: 15px 0 50px 0; }
      .section__item {
        padding: 20px 15px 20px 15px; }
        .section__item:first-child {
          padding: 25px 15px 20px 15px; }
      .section .container_m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .section__column {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .section__column_1 {
          margin: 0 0 10px 0; } }
  @media (max-width: 320px) {
    .section .item__p {
      font-size: 10px;
      line-height: 14px; } }

.footer {
  padding: 20px 0 117px 0; }
  .footer .container_hf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    margin: 0 20px 0 0; }
  .footer__lable {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #1f2431;
    margin: 0 0 20px 0; }
  .footer__link {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #82899b;
    margin: 0 0 10px 0; }
  .footer__iconbar {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 0 0; }
  .footer__icon {
    margin: 0 5px 0 0; }
    .footer__icon:last-child {
      margin: 0; }
  .footer__copyright {
    font-size: 12px;
    line-height: 15px;
    color: #82899b; }
    .footer__copyright span, .footer__copyright .link-copyright {
      color: #1f2431; }
  .footer .form {
    margin: 0 0 70px 0; }
    .footer .form__lable {
      margin: 0 0 22px 0; }
    .footer .form__row {
      height: 39px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .footer .form__input {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 70%;
              flex: 0 1 70%;
      height: 100%;
      font-size: 14px;
      line-height: 17px;
      color: #82899b;
      border: 1px solid #82899b;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 6px 0 0 6px;
      margin: 0;
      padding: 10px 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      outline: none; }
      .footer .form__input:focus {
        -webkit-box-shadow: 0 0 4px #315efb;
                box-shadow: 0 0 4px #315efb; }
    .footer .form__button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: 100%;
      font-size: 14px;
      line-height: 17px;
      color: white;
      background: #315efb;
      border-radius: 0 6px 6px 0;
      margin: 0;
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: background .3s ease-in 0s;
      transition: background .3s ease-in 0s; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 20px 0 80px 0; }
      .footer__lable {
        margin: 0 0 15px 0; }
      .footer__link {
        font-size: 14px;
        line-height: 16px; }
      .footer__iconbar {
        margin: 20px 0 0 0; } }
  @media (min-width: 768.98px) {
    .footer__link:hover, .footer .link-copyright:hover {
      -webkit-transition: color .3s ease-in 0s;
      transition: color .3s ease-in 0s;
      color: #315efb; }
    .footer .form__button:hover {
      background: #28bc00; } }
  @media (max-width: 767.98px) {
    .footer {
      padding: 20px 0 20px 0; }
      .footer .container_hf {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .footer__column {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin: 0 0 20px 0; }
        .footer__column:last-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; }
      .footer .form {
        margin: 0 0 55px 0;
        width: 100%; }
        .footer .form__lable {
          margin: 0 0 10px 0; }
        .footer .form__row {
          width: 100%; } }
  @media (max-width: 479.98px) {
    .footer .form__input, .footer .form__button {
      padding: 10px 5px; } }

/*# sourceMappingURL=style.css.map */