@charset "UTF-8";
body {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 30px;
  overflow-x: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul[class],
ol[class] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear; }

img {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input,
button,
textarea,
select {
  font: inherit; }

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1266px;
  width: 100%; }
  @media (max-width: 1320px) {
    .container {
      max-width: 944px; } }
  @media (max-width: 968px) {
    .container {
      max-width: 708px; } }
  @media (max-width: 760px) {
    .container {
      max-width: 100%;
      padding: 0 13px; } }

.container-fluid {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.single {
  background-color: #F9FAFE; }
  .single.fixed {
    padding-top: 290px; }
    @media (max-width: 968px) {
      .single.fixed {
        padding-top: 255px; } }
    @media (max-width: 760px) {
      .single.fixed {
        padding-top: 170px; } }

.section-subtitle {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  color: #071C4C; }
  @media (max-width: 1320px) {
    .section-subtitle {
      margin-bottom: 32px;
      font-size: 24px;
      line-height: 36px; } }
  @media (max-width: 760px) {
    .section-subtitle {
      margin-bottom: 37px;
      font-size: 20px;
      line-height: 30px; } }

.btn {
  padding: 13px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  background-color: #E30817;
  border-radius: 6px;
  border: none;
  cursor: pointer; }
  @media (max-width: 1320px) {
    .btn {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (max-width: 760px) {
    .btn {
      width: 100%;
      max-width: 270px;
      font-size: 16px;
      line-height: 34px; } }
  .btn-link {
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    color: #E30817;
    background-color: transparent; }
  .btn-file {
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding: 20px 33px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 60px #DCE2EE;
            box-shadow: 0px 4px 60px #DCE2EE;
    border-radius: 15px;
    background-image: url("../img/bg-btn.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 1320px) {
      .btn-file {
        margin-bottom: 30px; } }
    @media (max-width: 760px) {
      .btn-file {
        margin: 30px auto;
        padding: 20px 18px;
        font-size: 16px;
        line-height: 24px;
        text-align: left; } }
  .btn-file-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent; }

.content p:not([class]) {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #071C4C; }
  @media (max-width: 1320px) {
    .content p:not([class]) {
      font-size: 16px;
      line-height: 21px; } }
  @media (max-width: 760px) {
    .content p:not([class]) {
      font-size: 14px;
      line-height: 18px; } }

.content h3 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #071C4C; }
  @media (max-width: 1320px) {
    .content h3 {
      margin-bottom: 28px;
      font-size: 16px;
      line-height: 22px; } }

.content ul {
  margin: 25px 0;
  padding: 0;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #071C4C; }
  @media (max-width: 1320px) {
    .content ul {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 760px) {
    .content ul {
      font-size: 14px;
      line-height: 18px; } }
  .content ul li {
    margin-bottom: 15px;
    padding: 0 0 0 22px;
    position: relative; }
    @media (max-width: 968px) {
      .content ul li {
        margin-bottom: 10px; } }
    .content ul li::before {
      position: absolute;
      content: '·';
      left: 0;
      top: 0;
      width: 7px;
      height: 100%;
      font-size: 24px;
      line-height: 100%;
      color: #E30817; }
    .content ul li:last-of-type {
      margin-bottom: 0; }

.bg--grey {
  background-color: #F9FAFE; }

.bg--white {
  background-color: #FFFFFF; }

.icon {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .icon-bg {
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-image: url("../img/icons/file.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (max-width: 760px) {
      .icon-bg {
        margin-right: 20px; } }
    .icon-bg--red {
      margin-right: 0;
      -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(4648%) hue-rotate(348deg) brightness(85%) contrast(111%);
              filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(4648%) hue-rotate(348deg) brightness(85%) contrast(111%); }
  .icon-arrow-dropdown {
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(100% / 2 - 9px);
    right: 0; }
    .icon-arrow-dropdown::before, .icon-arrow-dropdown::after {
      position: absolute;
      content: '';
      background-color: #071C4C; }
    .icon-arrow-dropdown::before {
      width: 4px;
      height: 100%;
      top: 0;
      left: calc(100% / 2 - 2px); }
    .icon-arrow-dropdown::after {
      height: 4px;
      width: 100%;
      left: 0;
      top: calc(100% / 2 - 2px); }

.header {
  position: relative; }
  .header-main {
    padding: 25px 0;
    background-color: #F9FAFE; }
    @media (max-width: 760px) {
      .header-main {
        padding: 15px 0; } }
  .header.isLogged {
    background-color: #F9FAFE; }
    .header.isLogged .header-main {
      background-color: #FFFFFF; }
      @media (max-width: 760px) {
        .header.isLogged .header-main {
          padding-bottom: 23px; } }
    .header.isLogged .header__logo {
      display: block; }
      @media (max-width: 760px) {
        .header.isLogged .header__logo {
          display: none; } }
    .header.isLogged .header__info {
      display: none; }
    .header.isLogged .header-client {
      display: block; }
      .header.isLogged .header-client__info {
        display: grid; }
    @media (max-width: 760px) {
      .header.isLogged .header__contacts {
        grid-template-areas: "logo lang" "phone phone" "btn btn";
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .header.isLogged .header__contacts .header__logo {
      display: none; }
      @media (max-width: 760px) {
        .header.isLogged .header__contacts .header__logo {
          grid-area: logo;
          display: block; } }
    @media (max-width: 760px) {
      .header.isLogged .header__contacts .btn-link {
        margin-top: 17px;
        justify-self: center; } }
  .header--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1320px) {
      .header--wrap.isMain {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 1320px) {
      .header--wrap.isMain .header__contacts {
        -ms-flex-item-align: end;
            align-self: flex-end; } }
  .header__logo {
    display: none;
    width: 247px;
    height: 57px;
    cursor: pointer; }
    @media (max-width: 760px) {
      .header__logo {
        width: 170px;
        height: 40px; } }
    .header__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    @media (max-width: 1320px) {
      .header__info {
        margin-top: 40px; } }
    @media (max-width: 760px) {
      .header__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .header__info-link {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px;
      padding-left: 60px;
      max-width: 385px;
      font-weight: bold;
      font-size: 14px;
      line-height: 21px;
      color: #071C4C; }
      @media (max-width: 968px) {
        .header__info-link {
          font-size: 12px;
          line-height: 18px; } }
      @media (max-width: 760px) {
        .header__info-link {
          margin-right: 0;
          padding-left: 50px; } }
      .header__info-link:first-of-type {
        max-width: 280px; }
        @media (max-width: 760px) {
          .header__info-link:first-of-type {
            margin-bottom: 28px; } }
      @media (max-width: 1320px) {
        .header__info-link:last-of-type {
          margin-right: 0; } }
      .header__info-link span {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
    .header__info-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%; }
      @media (max-width: 760px) {
        .header__info-img {
          width: 32px;
          height: 32px; } }
      .header__info-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    @media (max-width: 760px) {
      .header__contacts {
        display: grid;
        grid-template-areas: "btn lang" "phone phone";
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .header__contacts .btn-link {
      margin-right: 25px; }
      @media (max-width: 760px) {
        .header__contacts .btn-link {
          margin-right: 0;
          grid-area: btn; } }
  .header__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    @media (max-width: 760px) {
      .header__phones {
        margin-top: 17px;
        width: 100%;
        grid-area: phone;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .header__phones-item {
      margin-right: 25px;
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      color: #071C4C; }
      .header__phones-item:last-of-type {
        margin-right: 0; }
  .header__lang {
    position: relative;
    margin-left: 18px;
    cursor: pointer;
    z-index: 1; }
    @media (max-width: 760px) {
      .header__lang {
        grid-area: lang; } }
    .header__lang.open {
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
      .header__lang.open .header__lang-item.current::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear; }
      .header__lang.open .header__lang-list {
        display: block; }
    .header__lang-list {
      display: none;
      position: absolute;
      top: 100%;
      width: 100%;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
      .header__lang-list .header__lang-link {
        color: #0b2d7b;
        opacity: 0.8; }
    .header__lang-item {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      color: #071C4C;
      text-transform: uppercase;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      .header__lang-item:hover {
        color: #021238;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        background-color: #F8FBFF; }
      .header__lang-item.current {
        display: block;
        position: relative;
        padding: 5px 18px 5px 15px; }
        .header__lang-item.current::after {
          content: " ";
          position: absolute;
          top: calc(100% / 2 - 17px);
          border: none;
          right: 4px;
          width: 8px;
          height: 100%;
          line-height: 20px;
          color: #071C4C;
          background: url("../img/icons/arrow-dropdown.svg") no-repeat 50% 50%;
          -webkit-transition: -webkit-transform .2s linear;
          transition: -webkit-transform .2s linear;
          -o-transition: transform .2s linear;
          transition: transform .2s linear;
          transition: transform .2s linear, -webkit-transform .2s linear; }
    .header__lang-link {
      display: block;
      margin: 0 5px;
      padding: 7px 10px;
      color: #071C4C;
      -webkit-transition: color .3s linear;
      -o-transition: color .3s linear;
      transition: color .3s linear;
      border-top: 1px solid rgba(101, 110, 128, 0.05); }
      .header__lang-link:hover {
        color: #021238;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear;
        transition: color .3s linear; }
  .header-client {
    display: none;
    margin-top: 30px;
    padding-bottom: 60px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    @media (max-width: 760px) {
      .header-client {
        margin-top: 28px; } }
    .header-client .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 28px 108px 28px 50px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 50px 150px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 50px 150px rgba(0, 0, 0, 0.05);
      border-radius: 8px; }
      @media (max-width: 1320px) {
        .header-client .container {
          padding: 28px 20px; } }
      @media (max-width: 968px) {
        .header-client .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 30px 17px; } }
      @media (max-width: 760px) {
        .header-client .container {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .header-client__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 968px) {
        .header-client__link {
          margin-bottom: 38px; } }
      @media (max-width: 760px) {
        .header-client__link {
          margin-bottom: 27px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 760px) {
        .header-client__link-holder {
          text-align: center; } }
    .header-client__logo {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      margin-right: 50px;
      width: 120px;
      height: 120px;
      background-color: #FFFFFF;
      border-radius: 50%;
      border: 1px solid #DEE0E9; }
      @media (max-width: 1320px) {
        .header-client__logo {
          margin-right: 25px; } }
      @media (max-width: 760px) {
        .header-client__logo {
          margin-right: 0;
          margin-bottom: 8px;
          width: 88px;
          height: 88px; } }
      .header-client__logo-img {
        position: absolute;
        left: calc(100% / 2 - 40px);
        top: calc(100% / 2 - 29px);
        width: 80px;
        height: 58px; }
        @media (max-width: 760px) {
          .header-client__logo-img {
            width: 57px;
            height: 42px;
            left: calc(100% / 2 - 28.5px);
            top: calc(100% / 2 - 21px); } }
        .header-client__logo-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    .header-client__title {
      margin-bottom: 10px;
      max-width: 430px;
      font-weight: 700;
      font-size: 30px;
      line-height: 41px;
      text-transform: capitalize;
      color: #071C4C; }
      @media (max-width: 1320px) {
        .header-client__title {
          max-width: 300px; } }
      @media (max-width: 968px) {
        .header-client__title {
          margin-bottom: 0;
          max-width: 100%; } }
      @media (max-width: 760px) {
        .header-client__title {
          margin-bottom: 13px;
          margin-left: auto;
          margin-right: auto;
          width: 80%;
          font-size: 24px;
          line-height: 33px; } }
    .header-client__subtitle {
      max-width: 348px;
      font-weight: normal;
      font-size: 18px;
      line-height: 27px;
      color: #071C4C; }
      @media (max-width: 1320px) {
        .header-client__subtitle {
          max-width: 311px;
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 968px) {
        .header-client__subtitle {
          max-width: 400px; } }
      @media (max-width: 760px) {
        .header-client__subtitle {
          margin-left: auto;
          margin-right: auto;
          width: 92%;
          font-size: 14px;
          line-height: 21px; } }
    .header-client__info {
      display: grid;
      grid-template-rows: repeat(2, 1fr); }
      @media (max-width: 1320px) {
        .header-client__info {
          margin-top: 0; } }
      @media (max-width: 968px) {
        .header-client__info {
          grid-template-rows: 1fr;
          grid-template-columns: 1fr 1.5fr;
          grid-column-gap: 60px; } }
      @media (max-width: 760px) {
        .header-client__info {
          grid-template-rows: auto;
          grid-template-columns: 1fr; } }
      .header-client__info--short {
        display: none; }
      .header-client__info .header__info-link {
        margin-right: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 402px;
        border-bottom: 1px solid #DEE0E9; }
        @media (max-width: 968px) {
          .header-client__info .header__info-link {
            padding-top: 0;
            padding-bottom: 0;
            max-width: 100%;
            border-bottom: none; } }
        @media (max-width: 760px) {
          .header-client__info .header__info-link {
            max-width: 235px;
            padding-left: 45px;
            font-size: 10px;
            line-height: 15px; } }
        @media (max-width: 760px) {
          .header-client__info .header__info-link:first-of-type {
            max-width: 170px; } }
        .header-client__info .header__info-link:last-of-type {
          border-bottom: none; }
      .header-client__info .header__info-img {
        top: calc(100% / 2 - 20px); }
        @media (max-width: 760px) {
          .header-client__info .header__info-img {
            top: calc(100% / 2 - 16px); } }
    .header-client.fixed {
      position: fixed;
      width: 100%;
      z-index: 100;
      margin: 0;
      padding-bottom: 0;
      top: 0;
      background: #FFFFFF;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
      .header-client.fixed .container {
        padding: 26px 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media (max-width: 968px) {
          .header-client.fixed .container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 11px 0; } }
        @media (max-width: 760px) {
          .header-client.fixed .container {
            padding: 15px 13px;
            min-height: 65px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      @media (max-width: 968px) {
        .header-client.fixed .header-client__link {
          margin-bottom: 0; } }
      @media (max-width: 760px) {
        .header-client.fixed .header-client__link {
          display: none; } }
      .header-client.fixed .header-client__logo {
        margin-right: 17px;
        width: 60px;
        height: 60px; }
        .header-client.fixed .header-client__logo-img {
          width: 40px;
          height: 29px;
          left: calc(100% / 2 - 20px);
          top: calc(100% / 2 - 14.5px); }
      .header-client.fixed .header-client__title {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 25px; }
        @media (max-width: 1320px) {
          .header-client.fixed .header-client__title {
            max-width: 186px; } }
      .header-client.fixed .header-client__subtitle {
        display: none; }
      .header-client.fixed .header-client__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; }
        @media (max-width: 968px) {
          .header-client.fixed .header-client__info {
            grid-column-gap: 40px; } }
        @media (max-width: 760px) {
          .header-client.fixed .header-client__info {
            width: 100%;
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly;
            grid-column-gap: 20px; } }
        @media (max-width: 968px) {
          .header-client.fixed .header-client__info--full {
            display: none; } }
        @media (max-width: 968px) {
          .header-client.fixed .header-client__info--short {
            display: block; } }
      .header-client.fixed .header__info-link {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 381px;
        border-bottom: none; }
        @media (max-width: 1320px) {
          .header-client.fixed .header__info-link {
            padding-left: 54px;
            max-width: 330px;
            font-size: 12px;
            line-height: 18px; } }
        .header-client.fixed .header__info-link:first-of-type {
          margin-right: 78px;
          max-width: 233px; }
          @media (max-width: 1320px) {
            .header-client.fixed .header__info-link:first-of-type {
              margin-right: 50px;
              max-width: 202px; } }
          @media (max-width: 968px) {
            .header-client.fixed .header__info-link:first-of-type {
              margin-right: 0;
              max-width: 100%; } }
          @media (max-width: 760px) {
            .header-client.fixed .header__info-link:first-of-type {
              margin-bottom: 0; } }

.footer {
  position: relative; }
  .footer__top {
    background-color: #071C4D; }
    @media (max-width: 760px) {
      .footer__top .footer__grid {
        padding-top: 36px;
        grid-template-columns: 1fr; } }
    .footer__top .footer__grid-item {
      padding-top: 50px;
      padding-bottom: 24px; }
      @media (max-width: 760px) {
        .footer__top .footer__grid-item {
          padding-top: 0;
          padding-bottom: 40px; } }
      @media (max-width: 968px) {
        .footer__top .footer__grid-item:first-of-type {
          position: relative; } }
      @media (max-width: 760px) {
        .footer__top .footer__grid-item:first-of-type {
          position: unset; } }
      @media (max-width: 968px) {
        .footer__top .footer__grid-item:last-of-type {
          padding-top: 30px;
          padding-bottom: 50px; } }
      @media (max-width: 760px) {
        .footer__top .footer__grid-item:last-of-type {
          padding-top: 12px;
          padding-bottom: 46px; } }
  .footer__bottom {
    background-color: #021238; }
    @media (max-width: 760px) {
      .footer__bottom .container {
        padding-bottom: 15px; } }
    .footer__bottom .footer__grid {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 968px) {
        .footer__bottom .footer__grid {
          grid-template-columns: auto 1fr 1fr; } }
      @media (max-width: 760px) {
        .footer__bottom .footer__grid {
          grid-template-columns: 1fr; } }
      .footer__bottom .footer__grid-item {
        padding-top: 15px;
        padding-bottom: 15px; }
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 968px) {
      .footer__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto; } }
    @media (max-width: 760px) {
      .footer__grid {
        grid-template-columns: 1fr; } }
    .footer__grid-item:last-of-type {
      position: unset; }
    .footer__grid-item--border, .footer__grid-item {
      position: relative;
      height: 100%; }
      @media (max-width: 968px) {
        .footer__grid-item--border, .footer__grid-item {
          position: unset; } }
      .footer__grid-item--border::before, .footer__grid-item::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #183270; }
  .footer-logo {
    margin-bottom: 31px;
    width: 191px;
    height: 44px; }
    .footer-logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .footer-text {
    max-width: 285px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: #747E96; }
    .footer-text--wrap {
      margin-bottom: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1320px) {
        .footer-text--wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 968px) {
        .footer-text--wrap {
          margin-bottom: 10px; } }
      .footer-text--wrap .footer-text {
        max-width: 186px; }
        @media (max-width: 1320px) {
          .footer-text--wrap .footer-text {
            margin-bottom: 17px; } }
        @media (max-width: 1320px) {
          .footer-text--wrap .footer-text:last-child {
            margin-bottom: 0; } }
  .footer-link {
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: underline; }
  .footer-btn {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF; }
    @media (max-width: 760px) {
      .footer-btn {
        padding-right: 28px; } }
    .footer-btn::before {
      position: absolute;
      content: '';
      width: 23px;
      height: 100%;
      top: 0;
      right: 0;
      background-image: url("../img/icons/arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 760px) {
        .footer-btn::before {
          width: 20px; } }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 50px; }
    @media (max-width: 1320px) {
      .footer__nav {
        padding-left: 35px; } }
    @media (max-width: 760px) {
      .footer__nav {
        padding-left: 0; } }
    .footer__nav-item {
      margin-bottom: 37px;
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media (max-width: 760px) {
        .footer__nav-item {
          margin-bottom: 17px; } }
      .footer__nav-item:last-of-type {
        margin-bottom: 0; }
  .footer-title {
    margin-bottom: 37px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media (max-width: 968px) {
      .footer-title {
        width: 100%; } }
  .footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 5px 40px;
    max-width: 315px; }
    @media (max-width: 1320px) {
      .footer__list {
        max-width: unset; } }
    .footer__list-item {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .footer__contacts {
    padding-left: 40px; }
    @media (max-width: 1320px) {
      .footer__contacts {
        padding-left: 35px; } }
    @media (max-width: 968px) {
      .footer__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 0;
        grid-column: span 2; } }
    @media (max-width: 760px) {
      .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-column: span 1; } }
    .footer__contacts-link {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      white-space: nowrap;
      word-break: keep-all;
      color: #FFFFFF; }
    .footer__contacts-text {
      margin-top: 27px;
      margin-bottom: 17px;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: #FFFFFF; }
      @media (max-width: 968px) {
        .footer__contacts-text {
          margin: 0; } }
      @media (max-width: 760px) {
        .footer__contacts-text {
          margin-top: 30px;
          margin-bottom: 23px; } }
  .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px; }
    @media (max-width: 760px) {
      .footer__socials {
        padding-left: 0; } }
    .footer__socials-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    .footer__socials-item {
      margin-right: 15px; }
      .footer__socials-item:last-of-type {
        margin-right: 0; }
    .footer__socials-link {
      display: block;
      width: 20px;
      height: 20px; }
      .footer__socials-link img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .footer__copyrights {
    padding-left: 40px; }
    @media (max-width: 760px) {
      .footer__copyrights {
        padding-left: 0; } }

.form__field {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #071C4C; }
  @media (max-width: 968px) {
    .form__field {
      font-size: 16px;
      line-height: 32px; } }
  @media (max-width: 760px) {
    .form__field {
      width: 100%;
      font-size: 14px;
      line-height: 32px; } }
  .form__field input,
  .form__field textarea {
    padding: 13px 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DBDEE7;
    border-radius: 6px;
    outline: none; }
    .form__field input::-webkit-input-placeholder, .form__field textarea::-webkit-input-placeholder {
      opacity: 0; }
    .form__field input::-moz-placeholder, .form__field textarea::-moz-placeholder {
      opacity: 0; }
    .form__field input:-ms-input-placeholder, .form__field textarea:-ms-input-placeholder {
      opacity: 0; }
    .form__field input::-ms-input-placeholder, .form__field textarea::-ms-input-placeholder {
      opacity: 0; }
    .form__field input::placeholder,
    .form__field textarea::placeholder {
      opacity: 0; }
    .form__field input:focus,
    .form__field textarea:focus {
      padding: 20px 20px 6px 20px; }
  .form__field.active input,
  .form__field.active textarea {
    padding: 20px 20px 6px 20px; }
  .form__field.error input {
    border-color: #E30817; }

.form__label {
  position: absolute;
  top: 13px;
  left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #071C4C;
  cursor: text;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 968px) {
    .form__label {
      font-size: 16px;
      line-height: 32px; } }
  @media (max-width: 760px) {
    .form__label {
      font-size: 14px;
      line-height: 32px; } }
  .form__label-required {
    color: #E30817; }
  .form__label--active, .form__field input:focus + .form__label,
  .form__field textarea:focus + .form__label, .form__field.active .form__label {
    top: 4px;
    font-size: 12px;
    line-height: 24px;
    color: #C5C8D0; }

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form__group .form__field {
    margin-bottom: 16px; }
    .form__group .form__field:last-of-type {
      margin-bottom: 0; }

.form__checkmark {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form__checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .form__checkmark .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .form__checkmark input:checked ~ .checkmark:after {
    display: block; }

.form__radio-label {
  padding-left: 31px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #071C4C; }
  @media (max-width: 760px) {
    .form__radio-label {
      margin-bottom: 28px;
      font-size: 14px;
      line-height: 19px; } }
  .form__radio-label .checkmark {
    position: absolute;
    top: calc(100% / 2 - 9px);
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #A3A7B1;
    border-radius: 50%; }
  .form__radio-label .checkmark:after {
    top: calc(100% / 2 - 5px);
    left: calc(100% / 2 - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #071C4C; }

.form__checkbox-label {
  padding-left: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000; }
  .form__checkbox-label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #E30817;
    border-radius: 2px; }
  .form__checkbox-label input:checked ~ .checkmark {
    background-color: #E30817; }
  .form__checkbox-label .checkmark:after {
    top: calc(100% / 2 - 8px);
    left: calc(100% / 2 - 3px);
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.form__link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #000000; }

.popup {
  display: none;
  position: fixed;
  padding-top: 50px;
  width: 100vw;
  height: 100vh;
  top: calc(100% / 2 - 554px / 2);
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 101; }
  @media (max-width: 760px) {
    .popup {
      padding-top: 18px; } }
  .popup.show {
    display: block; }
  .popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F9FAFE;
    opacity: .7;
    z-index: -5; }
  .popup--wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 97px 66px 119px;
    max-width: 726px;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    @media (max-width: 968px) {
      .popup--wrap {
        max-width: 75vw; } }
    @media (max-width: 760px) {
      .popup--wrap {
        padding: 45px 20px;
        max-width: unset;
        width: calc(100vw - 12px * 2); } }
  .popup .section-subtitle {
    margin-bottom: 26px; }
  .popup .form {
    margin-left: auto;
    margin-right: auto;
    width: 350px; }
    @media (max-width: 760px) {
      .popup .form {
        width: 100%; } }
  .popup .form__field {
    margin-bottom: 21px; }
  .popup_close {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    cursor: pointer; }
    @media (max-width: 760px) {
      .popup_close {
        width: 40px;
        height: 40px; } }
    .popup_close .icon {
      top: 25px;
      right: 25px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media (max-width: 760px) {
        .popup_close .icon {
          top: 15px;
          right: 15px; } }
  .popup .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-width: 263px; }

.m-login {
  padding-top: 57px;
  padding-bottom: 70px; }
  @media (max-width: 760px) {
    .m-login {
      padding-bottom: 80px; } }
  .m-login--wrap {
    padding: 70px 104px 84px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 50px 150px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 50px 150px rgba(0, 0, 0, 0.05);
    border-radius: 8px; }
    @media (max-width: 1320px) {
      .m-login--wrap {
        padding: 52px 80px 70px; } }
    @media (max-width: 968px) {
      .m-login--wrap {
        padding: 58px 123px 80px; } }
    @media (max-width: 760px) {
      .m-login--wrap {
        padding: 36px 25px 70px; } }
  .m-login__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #DEE0E9; }
    @media (max-width: 968px) {
      .m-login__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 30px; } }
    @media (max-width: 760px) {
      .m-login__header {
        padding-bottom: 25px; } }
    .m-login__header-info {
      max-width: 386px; }
      @media (max-width: 1320px) {
        .m-login__header-info {
          max-width: 330px; } }
  .m-login__logo {
    width: 400px;
    height: 100%; }
    @media (max-width: 1320px) {
      .m-login__logo {
        width: 300px; } }
    @media (max-width: 968px) {
      .m-login__logo {
        margin-bottom: 30px; } }
    @media (max-width: 760px) {
      .m-login__logo {
        width: 212px; } }
    .m-login__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .m-login__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #071C4C; }
    @media (max-width: 1320px) {
      .m-login__text {
        font-size: 16px;
        line-height: 24px; } }
    @media (max-width: 760px) {
      .m-login__text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 21px; } }
    .m-login__text--strong {
      font-weight: 700;
      line-height: 25px; }
      @media (max-width: 760px) {
        .m-login__text--strong {
          max-width: 210px;
          line-height: 19px; } }
    .m-login__text a {
      font-weight: bold;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #071C4C; }
  .m-login__link {
    display: block;
    font-size: 18px;
    color: #071C4C;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize; }
    @media (max-width: 1320px) {
      .m-login__link {
        font-size: 16px;
        line-height: 22px; } }
  .m-login__form {
    padding-top: 34px; }
    @media (max-width: 1320px) {
      .m-login__form {
        padding-top: 30px; } }
    @media (max-width: 760px) {
      .m-login__form {
        padding-top: 25px; } }
    .m-login__form-info {
      margin-bottom: 26px;
      max-width: 609px; }
    .m-login__form .form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media (max-width: 968px) {
        .m-login__form .form {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .m-login__form .form__field {
        margin-right: 30px; }
        @media (max-width: 1320px) {
          .m-login__form .form__field {
            margin-right: 20px; } }
        @media (max-width: 968px) {
          .m-login__form .form__field {
            margin-right: 0;
            margin-bottom: 37px; } }
        @media (max-width: 760px) {
          .m-login__form .form__field {
            margin-bottom: 27px; } }
        .m-login__form .form__field input {
          min-width: 618px;
          padding: 13px 42px; }
          @media (max-width: 1320px) {
            .m-login__form .form__field input {
              min-width: 460px;
              padding: 8px 30px; } }
          @media (max-width: 760px) {
            .m-login__form .form__field input {
              min-width: 100%; } }
          .m-login__form .form__field input:focus + .form__label {
            top: 2px; }
        .m-login__form .form__field.active .form__label {
          top: 2px; }
        .m-login__form .form__field--active, .m-login__form .form__field input:focus, .m-login__form .form__field.active input {
          padding-top: 20px;
          padding-bottom: 6px; }
          @media (max-width: 968px) {
            .m-login__form .form__field--active, .m-login__form .form__field input:focus, .m-login__form .form__field.active input {
              padding-top: 14px;
              padding-bottom: 2px; } }
      .m-login__form .form__label {
        top: 13px;
        left: 42px; }
        @media (max-width: 1320px) {
          .m-login__form .form__label {
            top: 8px;
            left: 30px; } }
      .m-login__form .form__btn {
        min-width: 293px; }
        @media (max-width: 1320px) {
          .m-login__form .form__btn {
            min-width: 221px; } }

.client-tabs--wrap {
  margin: 60px 0; }

.client-tabs__item {
  border-top: 1px solid #071C4C; }

.client-tabs__link {
  display: block;
  position: relative;
  padding: 30px 20px 30px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #071C4C; }
  @media (max-width: 760px) {
    .client-tabs__link {
      font-size: 20px;
      line-height: 27px; } }
  .client-tabs__link.active .icon {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.client-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (max-width: 760px) {
    .client-tabs__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.client-tabs__info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #071C4C; }
  .client-tabs__info-status {
    color: #E30817;
    font-weight: 700; }
  .client-tabs__info-size {
    font-weight: 400; }

.client-tabs__icon {
  position: relative;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 74px;
  height: 74px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 30px 100px rgba(0, 20, 69, 0.15);
          box-shadow: 0px 30px 100px rgba(0, 20, 69, 0.15);
  border-radius: 50%; }
  @media (max-width: 760px) {
    .client-tabs__icon {
      margin-right: 20px; } }
  .client-tabs__icon .icon {
    position: absolute;
    left: calc(100% / 2 - 20px);
    top: calc(100% / 2 - 20px); }

.client-tabs .btn-file-info {
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 0;
  width: calc(100% / 2 - 15px / 2); }
  @media (max-width: 760px) {
    .client-tabs .btn-file-info {
      margin-right: 0;
      width: 100%; } }
  .client-tabs .btn-file-info:nth-child(2n) {
    margin-right: 0; }

.client-form {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #FFFFFF; }
  @media (max-width: 968px) {
    .client-form {
      padding: 64px 0; } }
  .client-form .section-subtitle {
    margin-bottom: 60px;
    line-height: 41px;
    max-width: 905px;
    text-align: left; }
    @media (max-width: 1320px) {
      .client-form .section-subtitle {
        margin-bottom: 56px;
        max-width: 100%;
        font-size: 30px;
        line-height: 41px; } }
    @media (max-width: 968px) {
      .client-form .section-subtitle {
        margin-bottom: 40px; } }
    @media (max-width: 760px) {
      .client-form .section-subtitle {
        font-size: 20px;
        line-height: 27px; } }
  .client-form .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%; }
    @media (max-width: 1320px) {
      .client-form .form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 968px) {
      .client-form .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .client-form .form__group {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 30px; }
      @media (max-width: 968px) {
        .client-form .form__group {
          margin-right: 0; } }
      @media (max-width: 760px) {
        .client-form .form__group {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .client-form .form__group:last-of-type {
        margin-right: 0; }
    .client-form .form__btn {
      margin-left: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-width: 263px; }
      @media (max-width: 760px) {
        .client-form .form__btn {
          margin-left: 0;
          width: 100%;
          max-width: 295px; } }
    @media (max-width: 760px) {
      .client-form .form__checkbox-label {
        margin-bottom: 48px; } }
  .client-form__radio {
    max-width: calc(100% / 3 - 130px); }
    @media (max-width: 1320px) {
      .client-form__radio {
        margin-bottom: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 1320px) {
      .client-form__radio .form__checkmark {
        margin-right: 56px; } }
    @media (max-width: 760px) {
      .client-form__radio .form__checkmark {
        margin-right: 0; } }
    @media (max-width: 1320px) {
      .client-form__radio .form__checkmark:last-child {
        margin-right: 0; } }
  .client-form__info {
    max-width: 294px; }
    @media (max-width: 1320px) {
      .client-form__info {
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (max-width: 968px) {
      .client-form__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 100%; } }
    @media (max-width: 760px) {
      .client-form__info {
        margin-bottom: 16px; } }
    @media (max-width: 968px) {
      .client-form__info .form__field {
        margin-bottom: 16px;
        width: calc(100% / 2 - 8px); } }
    @media (max-width: 760px) {
      .client-form__info .form__field {
        width: 100%; } }
  .client-form__footer {
    max-width: 618px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 968px) {
      .client-form__footer {
        max-width: 100%; } }
    .client-form__footer textarea {
      width: 100%;
      height: 202px; }
  .client-form__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 760px) {
      .client-form__holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.client-extra {
  padding: 60px 0 70px;
  background-color: #FFFFFF; }
  .client-extra_text {
    margin-bottom: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #071C4C; }
  .client-extra_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .client-extra_grid .btn-file-info {
      width: calc(100% / 2 - 15px / 2); }
      .client-extra_grid .btn-file-info:nth-child(n + 3) {
        margin-top: 30px; }
      @media (max-width: 760px) {
        .client-extra_grid .btn-file-info:nth-child(n + 2) {
          margin-top: 30px; } }
      @media (max-width: 760px) {
        .client-extra_grid .btn-file-info {
          width: 100%; } }

.client .container {
  padding-left: 214px;
  padding-right: 214px; }
  @media (max-width: 1320px) {
    .client .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 968px) {
    .client .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 760px) {
    .client .container {
      padding: 0 13px; } }

.client-info {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #FFFFFF; }
  @media (max-width: 760px) {
    .client-info {
      padding-top: 42px; } }

.client-btn--wrap {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 968px) {
    .client-btn--wrap {
      margin-top: 18px;
      margin-bottom: 30px; } }
  @media (max-width: 760px) {
    .client-btn--wrap {
      margin: 27px 0;
      -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; } }
  .client-btn--wrap .btn {
    margin: 0;
    margin-right: 30px;
    max-width: calc(100% / 2 - 15px); }
    @media (max-width: 1320px) {
      .client-btn--wrap .btn {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 968px) {
      .client-btn--wrap .btn {
        margin-right: 15px; } }
    @media (max-width: 760px) {
      .client-btn--wrap .btn {
        margin-right: 0;
        margin-bottom: 28px;
        width: 100%;
        max-width: 295px; } }
    .client-btn--wrap .btn:last-child {
      margin-right: 0; }
      @media (max-width: 760px) {
        .client-btn--wrap .btn:last-child {
          margin-bottom: 0; } }

.client-docs {
  padding-top: 80px;
  padding-bottom: 40px; }
  @media (max-width: 760px) {
    .client-docs {
      padding-top: 60px; } }
  .client-docs__subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 740px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #071C4C; }
    @media (max-width: 1320px) {
      .client-docs__subtitle {
        margin-bottom: 36px;
        max-width: 507px;
        font-size: 24px;
        line-height: 29px; } }
    @media (max-width: 760px) {
      .client-docs__subtitle {
        margin-bottom: 25px;
        max-width: 100%;
        font-size: 22px; } }
