@charset "UTF-8";
* {
  max-height: 100000px;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

a {
  text-decoration: none; }

:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

@font-face {
  font-family: OpenSans;
  src: url(../fonts/Roboto-100.ttf);
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: OpenSans;
  src: url(../fonts/Roboto-300.ttf);
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: OpenSans;
  src: url(../fonts/Roboto-400.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: OpenSans;
  src: url(../fonts/Roboto-500.ttf);
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: OpenSans;
  src: url(../fonts/Roboto-700.ttf);
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: OpenSans;
  src: url(../fonts/Roboto-800.ttf);
  font-weight: 800;
  font-style: normal; }
input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].css-checkbox + label.css-label {
  padding-left: 29px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer; }
  @media all and (max-width: 768px) {
    input[type=radio].css-checkbox + label.css-label {
      font-size: 14px;
      line-height: 26px; } }

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -24px; }

label.css-label {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_2c345bd128fe9ce232162648da739e82.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * Google Material Design Preloader
 *
 * CSS animated SVG implementation of the Google Material Design preloader
 *
 * License: MIT
 * Author: Rudi Theunissen (rudolf.theunissen$gmail.com)
 * Version: 1.1.0
 */
.md-preloader {
  font-size: 0;
  display: inline-block;
  animation: outer 6600ms linear infinite; }
  .md-preloader svg {
    animation: inner 1320ms linear infinite; }
    .md-preloader svg circle {
      fill: none;
      stroke: #448AFF;
      stroke-linecap: square;
      animation: arc 1320ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite; }
@keyframes outer {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes inner {
  0% {
    transform: rotate(-100.8deg); }
  100% {
    transform: rotate(0); } }
@keyframes arc {
  0% {
    stroke-dasharray: 1 210.48670755px;
    stroke-dashoffset: 0; }
  40% {
    stroke-dasharray: 151.550429436px, 210.48670755px;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 1 210.48670755px;
    stroke-dashoffset: -151.550429436px; } }
.not-displayed {
  display: none !important; }

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  overflow-x: hidden; }

.header {
  height: 104px;
  width: 100%;
  background-color: #0979BA; }
  @media screen and (max-width: 768px) {
    .header {
      height: 56px; } }

.hero-zone {
  height: 240px;
  min-height: 240px;
  margin-top: 62px;
  background: url(../../images/questionnaire/hero-background.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero-zone-title {
    font-size: 58px;
    font-weight: 100;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .hero-zone {
      height: 120px; }
      .hero-zone-title {
        font-size: 24px; } }

.status-bar {
  display: flex;
  align-items: stretch; }
  .status-bar-part {
    width: calc(100% / 3); }
    .status-bar-part .progress {
      height: 8px;
      width: 100%;
      border-right: 1px solid #ECEFF1;
      background-color: #ECEFF1; }
    .status-bar-part .st-next {
      background-color: #BFC4C8; }
    .status-bar-part .st-completed {
      background-color: #25DF6F !important; }
    .status-bar-part .st-error {
      background-color: #FC3E6B !important; }
    .status-bar-part .status-name {
      margin-top: 16px;
      font-size: 16px;
      color: #95989A;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .status-bar-part .status-name {
          display: none; } }
  @media screen and (max-width: 768px) {
    .status-bar {
      position: sticky;
      top: 56px;
      z-index: 2; } }

.application-form {
  display: flex;
  flex-direction: column;
  transition: 0.3s; }

.first-slide {
  transform: translateX(0); }

.second-slide {
  transform: translateX(calc(-100% / 3)); }

.third-slide {
  transform: translateX(calc(-100% / 3 * 2)); }

.first-section, .second-section, .third-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.responsive-padding, .main-section {
  padding: 64px 120px 8px; }
  @media screen and (max-width: 1024px) {
    .responsive-padding, .main-section {
      padding: 64px 60px 8px; } }
  @media screen and (max-width: 768px) {
    .responsive-padding, .main-section {
      padding: 16px 16px 8px; } }

.main-section .section-title {
  display: flex;
  justify-content: center;
  margin-bottom: 80px; }
  .main-section .section-title .section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    font-size: 32px;
    line-height: 48px;
    background-color: #ECEFF1;
    border-radius: 24px;
    margin-right: 20px; }
  .main-section .section-title .section-name {
    line-height: 48px;
    font-size: 32px;
    color: #3B3E40; }
    @media screen and (max-width: 768px) {
      .main-section .section-title .section-name {
        font-size: 16px;
        line-height: 18px; } }
  .main-section .section-title .chevron-left {
    cursor: pointer;
    margin-left: auto; }
  .main-section .section-title .chevron-right {
    cursor: pointer;
    transform: rotate(180deg); }
  .main-section .section-title .chevron-displace {
    margin-left: auto;
    width: 48px;
    height: 48px; }
  @media screen and (max-width: 768px) {
    .main-section .section-title {
      align-items: center;
      margin-bottom: 16px; }
      .main-section .section-title .section-number {
        width: 24px;
        height: 24px;
        font-size: 14px;
        margin: 0 8px 0 0; }
      .main-section .section-title .section-name {
        font-size: 16px;
        line-height: 18px; } }

.section-subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #3B3E40;
  margin: 40px 0 24px; }
  @media screen and (max-width: 768px) {
    .section-subtitle {
      font-size: 16px;
      font-weight: 500;
      margin: 16px 0 12px; } }

.flex-between {
  display: flex;
  justify-content: space-between; }

.remove-trade-point {
  margin-right: 16px;
  cursor: pointer; }

.radio-select {
  display: flex;
  margin-bottom: 40px; }
  .radio-select .input-radio {
    margin-right: 104px; }
  @media screen and (max-width: 768px) {
    .radio-select {
      justify-content: space-evenly;
      margin-bottom: 8px; }
      .radio-select .input-radio {
        margin: 0 0 8px 0;
        width: 50%; } }

.input-wrap {
  min-height: 64px;
  padding-right: 16px;
  padding-bottom: 16px;
  position: relative; }
  .input-wrap label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 16px;
    color: #95989A;
    transition: 0.2s;
    max-width: calc(100% - 48px); }
    @media screen and (max-width: 768px) {
      .input-wrap label {
        font-size: 14px;
        line-height: 16px; } }
  .input-wrap input {
    box-shadow: none !important;
    transition: 0.3s;
    width: 100%;
    height: 48px;
    border: 1px solid #BFC4C8;
    border-radius: 4px;
    padding: 8px 36px 8px 16px;
    font-size: 16px;
    color: #3B3E40; }
    .input-wrap input:focus + label, .input-wrap input:valid + label {
      transform: translateY(-12px);
      font-size: 10px; }
    @media screen and (max-width: 768px) {
      .input-wrap input {
        font-size: 14px;
        line-height: 16px; } }
  .input-wrap textarea {
    transition: 0.3s;
    width: 100%;
    height: 144px;
    border: 1px solid #BFC4C8;
    border-radius: 4px;
    padding: 16px 36px 8px 16px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #3B3E40; }
    .input-wrap textarea:focus + label, .input-wrap textarea:valid + label {
      transform: translateY(-12px);
      font-size: 10px; }
    @media screen and (max-width: 768px) {
      .input-wrap textarea {
        font-size: 14px;
        line-height: 16px; } }
  .input-wrap .input-error {
    border: 1px solid #FC3E6B; }
  .input-wrap .input-check {
    position: absolute;
    top: 12px;
    right: 24px;
    opacity: 0;
    transition: 0.2s; }
    @media screen and (max-width: 768px) {
      .input-wrap .input-check {
        right: 8px; } }
  .input-wrap .checked {
    opacity: 1; }
  .input-wrap .input-error-text {
    color: #FC3E6B;
    font-size: 14px;
    line-height: 17px;
    display: none;
    padding: 8px 0 0 16px;
    transition: 0.2s;
    opacity: 0; }
  .input-wrap .input-error-text-true {
    display: block;
    opacity: 1; }
  .input-wrap .file-input-label {
    cursor: pointer;
    margin-left: 0;
    background-color: #1daafc;
    color: #fff;
    height: 48px;
    top: 0;
    left: 0;
    width: calc(100% - 16px);
    border-radius: 24px;
    text-align: center;
    padding: 18px 8px;
    font-size: 14px;
    font-weight: 500;
    max-width: calc(100% - 16px); }
    @media screen and (max-width: 768px) {
      .input-wrap .file-input-label {
        width: 100%;
        max-width: 100%;
        margin: 0; } }
  .input-wrap .file-input {
    margin-left: calc(100% / 3);
    width: calc(100% / 3 * 2);
    opacity: 0; }
    .input-wrap .file-input:focus + .file-input-label, .input-wrap .file-input:valid + .file-input-label {
      transform: none;
      font-size: 14px; }
  @media screen and (max-width: 768px) {
    .input-wrap {
      padding-right: 0; } }

.disabled-label {
  transform: translateY(-12px) !important;
  font-size: 10px !important; }
  .disabled-label:focus, .disabled-label:valid {
    transform: translateY(-12px) !important;
    font-size: 10px !important; }

.two-inputs-wrap {
  display: flex; }
  .two-inputs-wrap > div {
    width: 50%; }

.three-inputs-wrap {
  display: flex; }
  .three-inputs-wrap > div {
    width: calc(100% / 3); }

.input-and-pin-wrap {
  display: flex; }
  .input-and-pin-wrap > div:first-child {
    width: calc(100% / 3 * 2); }
  .input-and-pin-wrap > div:last-child {
    width: calc(100% / 3); }

.question-input-wrap {
  margin: 16px 0;
  display: flex;
  align-items: center; }
  .question-input-wrap .question-for-radio {
    width: calc(100% / 3 * 2);
    font-size: 16px;
    line-height: 22px;
    color: #95989A;
    padding-right: 32px; }
    .question-input-wrap .question-for-radio a {
      color: #1daafc; }
  .question-input-wrap .radio-select {
    width: calc(100% / 3);
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .question-input-wrap {
      flex-direction: column; }
      .question-input-wrap .question-for-radio {
        width: 100%;
        padding-right: 0;
        font-size: 14px; }
      .question-input-wrap .radio-select {
        width: 100%;
        margin-top: 8px; } }

.divider {
  height: 1px;
  background-color: #DADEE1; }

.next-block {
  height: 196px;
  min-height: 196px;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #f5f7f8; }
  .next-block-title {
    color: #95989A;
    font-size: 16px; }
  .next-block-cta {
    transition: 0.3s;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 24px;
    padding: 16px 24px;
    background-color: #f5f7f8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    cursor: pointer; }
    .next-block-cta span {
      color: #64686A;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase; }
  .next-block-cta-active {
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 24px;
    padding: 16px 24px;
    background-color: #1daafc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    cursor: pointer;
    color: #fff; }
    .next-block-cta-active span {
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase; }
  .next-block-cta-back {
    border: 2px solid #1daafc;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 24px;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    cursor: pointer;
    color: #1daafc; }
    .next-block-cta-back span {
      color: #1daafc;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase; }
  .next-block-loading {
    border: none;
    text-transform: uppercase;
    padding: 0;
    background-color: #f5f7f8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    cursor: progress; }
  .next-block .controls {
    display: flex;
    justify-content: space-evenly; }
    .next-block .controls > div {
      min-width: 160px;
      margin: 24px 8px 16px; }
    .next-block .controls > button {
      min-width: 160px;
      margin: 24px 8px 16px;
      font-family: Roboto, sans-serif;
      font-size: 14px; }
  @media screen and (max-width: 768px) {
    .next-block {
      height: auto;
      border: none;
      margin-top: 8px;
      min-height: 148px; }
      .next-block-title {
        text-align: center;
        font-size: 14px; } }

.add-trade-point {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .add-trade-point-button {
    cursor: pointer;
    background-color: #1daafc;
    border-radius: 32px;
    padding: 16px 24px; }
    .add-trade-point-button p {
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }

.feedback {
  height: 112px;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #f5f7f8; }
  .feedback-text {
    font-size: 14px;
    color: #64686A; }
    .feedback-text a {
      color: #1daafc; }
  @media screen and (max-width: 768px) {
    .feedback {
      height: auto;
      padding: 16px 32px; }
      .feedback-text {
        font-size: 12px;
        text-align: center; } }

.footer {
  min-height: 240px;
  padding: 72px 16px;
  background-color: #203A78; }

@media screen and (max-width: 768px) {
  .mobile-styles-input-wrap, .two-inputs-wrap, .three-inputs-wrap, .input-and-pin-wrap {
    flex-direction: column;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px; }
    .mobile-styles-input-wrap > div, .two-inputs-wrap > div, .three-inputs-wrap > div, .input-and-pin-wrap > div {
      width: 100%; }
    .mobile-styles-input-wrap > div:first-child, .two-inputs-wrap > div:first-child, .three-inputs-wrap > div:first-child, .input-and-pin-wrap > div:first-child {
      width: 100%; }
    .mobile-styles-input-wrap > div:last-child, .two-inputs-wrap > div:last-child, .three-inputs-wrap > div:last-child, .input-and-pin-wrap > div:last-child {
      width: 100%; } }

#name, #surname, #patronym, #name-translit, #surname-translit, #patronym-translit {
  text-transform: capitalize; }

.file-error {
  background-color: #FC3E6B !important; }

.file-success {
  background-color: #25DF6F !important; }

/* ╤Б╤О╨┤╨░ ╤Б╤В╨╕╨╗╨╕ ╨┤╨╗╤П ╤В╨╛╤Б╤В╨╡╤А╨░*/
.success-form-apply {
  opacity: 0.95;
  width: 100%;
  height: 104px;
  background-color: rgba(29, 170, 252, 0.95);
  position: fixed;
  bottom: 0;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .success-form-apply .success-text {
    margin: 0 8px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center; }

.hide-toaster {
  bottom: -104px !important; }

@media all and (max-width: 768px) {
  .success-form-apply {
    width: 90%;
    margin: 0 5%;
    border-radius: 4px;
    height: auto;
    background-color: rgba(29, 170, 252, 0.95);
    position: fixed;
    bottom: 90px;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .success-form-apply .success-text {
      font-size: 16px;
      line-height: 18px;
      padding: 32px 16px;
      margin: 0; } }

/*# sourceMappingURL=style.css.map */
