/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  font-weight: 500;
  color: #000;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button,
input,
select,
textarea {
  outline: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.hidden {
  display: none;
}

.validate_error {
  border-color: red !important;
  color: red !important;
}
.validate_error::-webkit-input-placeholder {
  color: red !important;
}
.validate_error::-moz-placeholder {
  color: red !important;
}
.validate_error:-ms-input-placeholder {
  color: red !important;
}
.validate_error::-ms-input-placeholder {
  color: red !important;
}
.validate_error::placeholder {
  color: red !important;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:focus,
input.validate_error:-webkit-autofill:hover {
  -webkit-text-fill-color: red !important;
  caret-color: red !important;
}

.container-100 {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-100 {
    max-width: 100vw;
  }
}

.container-max {
  max-width: 89.583vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-max {
    max-width: 90vw;
  }
}

.container {
  max-width: 96.875vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container {
    max-width: 90vw;
  }
}

.container-min {
  max-width: 67.7083vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-min {
    max-width: 90vw;
  }
}

.section {
  position: relative;
  padding: 4.6875vw 0;
}
@media (max-width: 600px) {
  .section {
    padding: 10vw 0;
  }
}

.title {
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .title {
    text-align: center;
    font-size: 6vw;
  }
}

.title-wrapper {
  margin-bottom: 3.6458vw;
}
@media (max-width: 600px) {
  .title-wrapper {
    margin-bottom: 10vw;
  }
}

.title-min {
  font-size: 1.9792vw;
  font-weight: 700;
  line-height: 1.4;
}

.subtitle {
  font-size: 1.25vw;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .subtitle {
    font-size: 3.4vw;
    line-height: 1.8;
  }
}

.text-max {
  font-size: 1.0417vw;
}

.text {
  font-size: 0.9375vw;
}

.text-min {
  font-size: 0.8333vw;
}
@media (max-width: 600px) {
  .text-min {
    font-size: 2.8vw;
  }
}

.fwb {
  font-weight: 700;
}

.fwm {
  font-weight: 500;
}

.fwr {
  font-weight: 400;
}

.fwl {
  font-weight: 300;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.tdt {
  text-decoration: line-through;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.light {
  color: #ffffff;
}

.dark {
  color: #000;
}

.no-scroll {
  overflow: hidden;
}

.poe {
  pointer-events: none;
}

.stop {
  overflow: hidden;
}

.stop-nav {
  overflow: hidden;
}

.ddn {
  display: none;
}

@media (max-width: 600px) {
  .mdn {
    display: none;
  }
  .ddn {
    display: flex;
  }
}
.load-more-btn {
  display: none;
}

@media (max-width: 600px) {
  .load-more-btn {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0.9375vw;
    margin-bottom: 1.5625vw;
  }
  .load-more-btn span {
    color: #1E88E5;
    font-size: 3.5vw;
    margin-right: 2vw;
    text-decoration: underline;
  }
  .load-more-btn svg {
    width: 3.5vw;
    fill: #1E88E5;
  }
  .scrole-right {
    padding: 5vw 0vw;
    display: flex;
  }
  .scrole-right > p {
    font-size: 3.2vw;
    margin-right: 6vw;
  }
  .scrole-right > img {
    width: 12vw;
    height: 12vw;
    flex-grow: 0;
    animation: scrole-right 3s infinite ease-out;
  }
}
.scrole-right {
  display: none;
}

.dots {
  display: flex;
  margin-right: 1.0417vw;
}
.dots > span {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 50%;
  border: 0.0520833333vw solid #1E88E5;
  margin-right: 0.3645833333vw;
  opacity: 0.5s;
  flex-grow: 0;
}
.dots > span:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave_1 2s linear infinite;
}
.dots > span:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave_2 2s linear infinite;
}
.dots > span:nth-child(3) {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave_3 2s linear infinite;
}
.dots > span:last-child {
  -webkit-animation: wave_4 2s linear infinite;
  animation: wave_4 2s linear infinite;
}

@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  .questions.md-all-items-visible .questions__wrapper .container-item {
    display: block !important;
  }
  .questions.md-all-items-visible .questions__load-more {
    display: none;
  }
  .scrole-right {
    display: none;
    display: flex;
    align-items: center;
  }
}
@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@-webkit-keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@-webkit-keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46D068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
.online-manager {
  left: 3vw;
  bottom: 0.5vw;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5208vw;
  height: 0.5208vw;
  background-color: #46D068;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

.btn {
  background: #1E88E5;
  border-radius: 5.2083vw;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
}
@media (max-width: 600px) {
  .btn {
    border-radius: 20vw;
  }
}

.btn-max {
  padding: 0vw 3.6458vw;
  height: 5.7292vw;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.55;
}
@media (max-width: 600px) {
  .btn-max {
    padding: 0 12vw;
    height: 22vw;
  }
}

.btn-norm {
  padding: 0vw 3.6458vw;
  height: 4.6875vw;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.55;
}
@media (max-width: 600px) {
  .btn-norm {
    padding: 0 12vw;
    height: 20vw;
  }
}

.btn-min {
  padding: 0vw 2.0833vw;
  height: 3.6458vw;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.55;
}
@media (max-width: 600px) {
  .btn-min {
    padding: 0 10vw;
    height: 15vw;
  }
}

.btn:hover {
  background: #1E88E5;
}

.btn-text-max {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.7813vw;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.55;
}
@media (max-width: 600px) {
  .btn-text-max {
    font-size: 2.6vw;
  }
}

.btn-text-norm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.7292vw;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.55;
}
@media (max-width: 600px) {
  .btn-text-norm {
    font-size: 2.6vw;
  }
}

.btn-text-min {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.625vw;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.55;
}
@media (max-width: 600px) {
  .btn-text-min {
    font-size: 2.4vw;
  }
}

.btn .btn-blick {
  position: absolute;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5.2083vw;
}
@media (max-width: 600px) {
  .btn:not(:disabled) .btn-blick {
    border-radius: 20vw;
  }
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -1.5625vw;
  content: " ";
  width: 1.5625vw;
  height: 15.625vw;
  background: #ffffff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -2.0833vw;
  top: -5.2083vw;
  top-animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}

.btn-icone {
  margin-left: 1.25vw;
  width: 0.8333vw;
  height: 0.8333vw;
  flex-grow: 0;
}

.btn-click {
  display: flex;
  flex-direction: column;
}
.btn-click svg {
  fill: #1E88E5;
  width: 1.5625vw;
  height: 1.5625vw;
  flex-grow: 0;
}
.btn-click p {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .btn-icone {
    margin-left: 4vw;
    width: 3vw;
    height: 3vw;
  }
  .btn-click {
    flex-direction: row;
    align-items: center;
  }
  .btn-click svg {
    fill: #1E88E5;
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
  }
  .btn-click p {
    text-align: center;
    font-size: 2.8vw;
  }
  .btn-click p br {
    display: none;
  }
}
.link {
  transition: all 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.link:hover {
  color: #1E88E5;
}

.link--underline {
  font-size: 0.8333vw;
  font-weight: 500;
  padding-bottom: 0.3125vw;
  color: #1E88E5;
  display: inline-flex;
  justify-content: center;
}

.link--underline::before {
  content: "";
  position: absolute;
  center: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-bottom: 0.1242vw dotted #1E88E5;
  transition: all 0.4s;
}

.link--underline:hover:before {
  width: 40%;
}

.link:not(.link--underline):hover {
  color: #1E88E5;
}

.link.link--colored {
  color: #1E88E5;
}

.link.link--colored::before {
  border-color: #1E88E5;
}

.area,
.input {
  padding: 1.5625vw 2.604vw;
  border-radius: 5.2083vw;
  background-color: #252525;
  color: rgba(40, 40, 40, 0.5);
  width: 100%;
  position: relative;
  border: 0;
}
@media (max-width: 600px) {
  .area,
  .input {
    border-radius: 20vw;
  }
}

.area::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area::placeholder,
.input::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area::-ms-input-placeholder,
.input::-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: #ffffff;
  -webkit-text-fill-color: rgba(40, 40, 40, 0.5);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: rgba(40, 40, 40, 0.5);
}

.form-input {
  padding: 0 2.6041666667vw;
  width: 18.90625vw;
  height: 5.2083333333vw;
  font-weight: 500;
  font-size: 0.8333vw;
  color: rgba(40, 40, 40, 0.5);
  border-radius: 5.2083vw;
  border: 0.1vw solid #E1E1E1;
}
@media (max-width: 600px) {
  .form-input {
    font-size: 3vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .form-input {
    border-radius: 20vw;
  }
}
.form-input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-checkbox > div.checked {
  background-color: #1E88E5;
}

.form-checkbox > div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  border: 0.0520833333vw solid #1E88E5;
  border-radius: 0.2604166667vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-checkbox, .form-checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox > div img, .form-checkbox > div svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox > div.checked img, .form-checkbox > div.checked svg {
  opacity: 1;
}

.form-checkbox p {
  width: 17.4vw;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 1.55;
  cursor: pointer;
  text-align: left;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .form-checkbox {
    margin-top: 4vw;
    margin-bottom: 6.25vw;
    justify-content: center;
  }
  .form-checkbox div img {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .form-checkbox div {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
    border-radius: 0.9375vw;
  }
  .form-checkbox p {
    width: 60vw;
    font-size: 2.1875vw;
    line-height: 1.4;
  }
  .link--underline::before {
    content: "";
    position: absolute;
    center: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    border-bottom: 0.6vw dotted #1E88E5;
    line-height: 1.4;
    padding-bottom: 1vw;
    transition: all 0.4s;
  }
  .btn:not(:disabled) .btn-blick:after {
    margin-left: -5vw;
    width: 6vw;
    height: 60vw;
    left: -8vw;
    top: -15vw;
  }
  .form-input {
    padding: 0px 8vw;
    height: 20vw;
    border: 0.3125vw solid #E1E1E1;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.8333vw;
  font-weight: 400;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5625vw;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 600px) {
  .nice-select {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.nice-select:after {
  border-bottom: 0.1041666667vw solid rgba(40, 40, 40, 0.5);
  border-right: 0.1041666667vw solid rgba(40, 40, 40, 0.5);
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0.625vw;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}
.nice-select .list {
  background-color: #ffffff;
  border-radius: 0.2604166667vw;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.2083333333vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select .option.selected {
  font-weight: 700;
}

.current {
  line-height: 5.2083333333vw;
  position: relative;
}

.form-select {
  padding: 0 2.34375vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 18.90625vw;
  height: 5.2083333333vw;
  font-size: 0.8333vw;
  font-weight: 500;
  color: rgba(40, 40, 40, 0.5);
  border-radius: 5.2083vw;
}
@media (max-width: 600px) {
  .form-select {
    font-size: 3vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .form-select {
    border-radius: 20vw;
  }
}
.form-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-select .list {
  width: 100%;
  top: 90%;
  border: 0;
  border-bottom-left-radius: 2.6041666667vw;
  border-bottom-right-radius: 2.6041666667vw;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select::after {
  border: 0;
  width: 0.46875vw;
  height: 0.46875vw;
  border-left: 0.0520833333vw solid rgba(40, 40, 40, 0.5);
  border-bottom: 0.0520833333vw solid rgba(40, 40, 40, 0.5);
  -webkit-transform: translate(-300%, -50%) rotate(-45deg);
  transform: translate(-300%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
}
.form-select .list .option {
  line-height: 4vw;
  padding: 0 2.34375vw;
}

@media (max-width: 600px) {
  .form-select .list .option {
    line-height: 14vw;
    padding: 0 5vw;
  }
  .form-select .list {
    border-bottom-left-radius: 8vw;
    border-bottom-right-radius: 8vw;
  }
  .form-select::after {
    border: 0;
    width: 1.4vw;
    height: 1.4vw;
    border-left: 0.5vw solid rgba(40, 40, 40, 0.5);
    border-bottom: 0.5vw solid rgba(40, 40, 40, 0.5);
    right: 4vw;
  }
  .current {
    line-height: 14vw;
  }
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-top__item {
  width: 5.2083333333vw;
  margin: 0 0.1041666667vw;
  padding: 0.7292vw;
  background-color: transparent;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.form-top__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form-top__item.active {
  background-color: #ffffff;
  box-shadow: 0 7px 27px rgba(40, 40, 40, 0.1);
}
.form-top__item span.viber {
  background-color: transparent;
}
.form-top__item p {
  font-size: 0.7292vw;
  font-weight: 500;
  line-height: 1.4;
}
.form-top__item span {
  display: flex;
  width: 2.7083vw;
  height: 2.7083vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5208vw;
}
.form-top__item span img {
  width: 2.7083vw;
  fill: #ffffff;
  pointer-events: none;
}

@media (max-width: 600px) {
  .form-top__item {
    width: 17.1875vw;
    padding: 1.5625vw;
    border-radius: 2vw;
  }
  .form-top__item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .form-top__item p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .form-top__item span {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 3.125vw;
  }
  .form-top__item span img {
    width: 10vw;
    fill: #ffffff;
    pointer-events: none;
  }
  .link--underline {
    font-size: 3.4vw;
  }
}
.slick-prev {
  top: 50%;
  left: -1vw;
  transform: translate(0, -50%);
}

.slick-next {
  top: 50%;
  right: -1vw;
  transform: translate(0, -50%);
}

.slick-next, .slick-prev {
  width: 3.3333vw;
  height: 3.3333vw;
  transition: all 0.4s;
  background: #F1F3F6;
  border: 1px solid #E1E1E1;
  border-radius: 5.2083vw;
  z-index: 1;
}
@media (max-width: 600px) {
  .slick-next, .slick-prev {
    border-radius: 20vw;
  }
}

.slick-next:hover, .slick-prev:hover {
  background: #D5D8DB;
}

.slick-next::before, .slick-prev::before {
  content: "";
  display: flex;
  width: 1.0417vw;
  height: 1.0417vw;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slick-next::before {
  background-image: url(../img/icone/arrow-next.svg);
}

.slick-prev::before {
  background-image: url(../img/icone/arrow-prev.svg);
}

@media (max-width: 600px) {
  .slick-next {
    top: 28vw;
    right: 4vw;
  }
  .slick-prev {
    top: 28vw;
    left: 4vw;
  }
  .slick-next, .slick-prev {
    width: 12vw;
    height: 12vw;
  }
  .slick-next::before, .slick-prev::before {
    width: 3.294vw;
    height: 3.294vw;
  }
}
.header {
  width: 100%;
  z-index: 99;
  border-bottom: 0.1042vw solid #E1E1E1;
}
.header-wrapper {
  position: relative;
  padding: 0.8333vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.header-wrapper nav > a {
  font-size: 0.8333vw;
  font-weight: 500;
  line-height: 1.8;
  margin-right: 2.6042vw;
  transition: all 0.4s;
}
.header-wrapper nav > a:hover {
  color: #1E88E5;
}
.header-wrapper nav > a:last-child {
  margin-right: 0;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.0833vw;
}
.header-logo > img {
  height: 2.0833vw;
}
.header-btn {
  position: relative;
  background-color: transparent;
  height: 2.5vw;
  padding: 0vw 3.5417vw 0vw 1.5625vw;
  border: 0.1042vw solid #2179C7;
  border-radius: 5.2083vw;
  transition: all 0.4s;
}
@media (max-width: 600px) {
  .header-btn {
    border-radius: 20vw;
  }
}
.header-btn > span {
  font-size: 0.5729vw;
  color: #1E88E5;
  font-weight: 700;
  transition: all 0.4s;
}
.header-btn-icone {
  position: absolute;
  right: -0.1vw;
  width: 2.5vw;
  height: 2.5vw;
  border: 0.1042vw solid #2179C7;
  border-radius: 5.2083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 600px) {
  .header-btn-icone {
    border-radius: 20vw;
  }
}
.header-btn-icone > svg {
  width: 0.8333vw;
  height: 0.8333vw;
  fill: #1E88E5;
  transition: all 0.4s;
}
.header-btn:hover > span {
  color: #ffffff;
  transition: all 0.4s;
}
.header-btn:hover .header-btn-icone > svg {
  fill: #ffffff;
}
.header-btn-login-lk {
  background-color: #1E88E5;
}
.header-btn-login-lk:hover {
  background-color: #2179C7;
}
.header-btn-login-lk > span {
  color: #ffffff;
}
.header-btn-login-lk-icone > svg {
  fill: #ffffff;
}

@media (max-width: 600px) {
  .header {
    border-bottom: 0.2084vw solid #E1E1E1;
  }
  .header-wrapper {
    position: relative;
    padding: 4vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
  }
  .header-wrapper nav {
    display: none;
  }
  .header-logo {
    height: 6vw;
  }
  .header-logo > img {
    height: 6vw;
  }
  .header-btn {
    height: 9vw;
    padding: 0vw 10.6251vw 0vw 4.6875vw;
    border: 0.2084vw solid #2179C7;
  }
  .header-btn > span {
    font-size: 2.4vw;
  }
  .header-btn-icone {
    right: -0.1vw;
    width: 9vw;
    height: 9vw;
    border: 0.1042vw solid #2179C7;
  }
  .header-btn-icone > svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.main {
  position: relative;
  min-height: 100vh;
}
.main-script {
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-script-center {
  width: 64.5834vw;
}
.main-script-center-container {
  display: none;
  padding: 2.0833vw;
}
.main-script-center-container.active {
  display: block;
}
.main-script-center h1 {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.main-script-center h2 {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.main-script-center h3 {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.main-script-center h4 {
  color: #1E88E5;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1vw;
}
.main-script-center p {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1vw;
}
.main-script-center ul {
  margin-top: 1.6vw;
  margin-bottom: 1.6vw;
}
.main-script-center li {
  padding-left: 1.2vw;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 2;
  position: relative;
  margin-bottom: 1vw;
}
.main-script-center li::before {
  content: "";
  position: absolute;
  width: 0.36vw;
  height: 0.36vw;
  background: #1E88E5;
  border-radius: 50%;
  top: 0.76vw;
  left: 0;
}
.main-script-center a {
  color: #1E88E5;
  text-decoration: underline;
  transition: all 0.4s;
  font-weight: 500;
}
.main-script-center a:hover {
  color: #2179C7;
}
.main-script-left {
  width: 17.7083vw;
  min-height: 100vh;
  padding: 0vw 1.0417vw 1.0417vw 1.0417vw;
  border-right: 0.1042vw solid #E1E1E1;
}
.main-script-right {
  width: 17.7083vw;
  min-height: 100vh;
  padding: 0vw 1.0417vw 1.0417vw 1.0417vw;
  border-left: 0.1042vw solid #E1E1E1;
}
.main-script-moduls {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
}
.main-script-modul {
  display: flex;
  flex-direction: column;
}
.main-script-modul-title {
  margin-top: 1.0417vw;
  font-size: 0.8594vw;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.5208vw;
}
.main-script-modul-items {
  display: flex;
  flex-direction: column;
}
.main-script-modul-item {
  font-size: 0.6771vw;
  font-weight: 500;
  line-height: 1.8;
  padding: 0.5208vw;
  border: 0.0621vw solid #E1E1E1;
  background: #ffffff;
  margin-bottom: 0.3125vw;
  cursor: pointer;
}
.main-script-modul-item.active {
  background: #E3F2FD;
  color: #1E88E5;
  font-weight: 600;
}
.main-wrapper {
  padding-top: 6vw;
}
.main-title {
  font-size: 2.6042vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.0417vw;
}
.main-title > span {
  color: #1E88E5;
}
.main-subtitle {
  font-size: 1.1458vw;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 2.0833vw;
}
.main-subtitle > span {
  color: #1E88E5;
  font-weight: 600;
}
.main-btn:hover {
  background-color: #2179C7;
}
.main-btn > img {
  width: 0.7292vw;
  height: 0.7292vw;
  flex-shrink: 0;
}
.main-items {
  width: 62.5vw;
  padding: 1.0417vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0.3125vw;
  border: 0.1042vw solid #E1E1E1;
}
@media (max-width: 600px) {
  .main-items {
    border-radius: 1vw;
  }
}
.main-item {
  display: flex;
  border: 0.1042vw solid #E1E1E1;
  padding: 1.5625vw 2.0833vw;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0.3125vw;
  transition: 0.4s;
  margin-bottom: 0.5208vw;
}
@media (max-width: 600px) {
  .main-item {
    border-radius: 1vw;
  }
}
.main-item > p {
  width: 66vw;
  font-size: 1.0417vw;
  font-weight: 500;
  line-height: 1.25;
  transition: 0.4s;
}
.main-item > svg {
  width: 0.8333vw;
  height: 0.8333vw;
  flex-shrink: 0;
}
.main-item:hover {
  background-color: #E3F2FD;
}
.main-item:hover > p {
  color: #1E88E5;
}
.main-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .main {
    min-height: 100vh;
  }
  .main-title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  .main-subtitle {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
  .main-wrapper {
    padding-top: 26vw;
  }
  .main-btn {
    height: 18vw;
  }
  .main-btn > img {
    width: 2.6vw;
    height: 2.6vw;
  }
  .main-items {
    width: 90vw;
    padding: 2vw;
  }
  .main-item {
    display: flex;
    padding: 5vw 6vw;
    margin-bottom: 2vw;
  }
  .main-item > p {
    font-size: 3vw;
  }
  .main-item > svg {
    width: 3.2vw;
    height: 2.2vw;
  }
  .main-item:hover {
    background-color: #E3F2FD;
  }
  .main-item:hover > p {
    color: #1E88E5;
  }
  .main-item:last-child {
    margin-bottom: 0;
  }
}
.documents h1 {
  font-size: 2.4vw;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.documents h2 {
  font-size: 1.6vw;
  margin-bottom: 0.6vw;
}
.documents p {
  font-size: 0.9vw;
  margin-bottom: 1vw;
}

@media (max-width: 600px) {
  .documents h1 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .documents h2 {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  .documents p {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}
.modal {
  position: absolute;
  left: 50%;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  top: 5vw;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  border-radius: 0.3125vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .modal {
    border-radius: 1vw;
  }
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__close {
  display: flex;
  position: absolute;
  top: 1.667vw;
  right: 1.5625vw;
  width: 1.0417vw;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  fill: #E1E1E1;
  transition: 0.3s;
}
.modal__close svg:hover {
  fill: #1E88E5;
}
.modal-login {
  background-color: #ffffff;
}
.modal-login-container {
  width: 23.9583vw;
  padding: 3vw 3.125vw 2vw 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-login-container {
    border-radius: 1vw;
  }
}
.modal-login__title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.0417vw;
}
@media (max-width: 600px) {
  .modal-login__title {
    font-size: 5.2vw;
  }
}
.modal-login__subtitle {
  font-size: 0.9375vw;
  margin-bottom: 1.5625vw;
}
@media (max-width: 600px) {
  .modal-login__subtitle {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
.modal-login-input {
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  border: 0.1vw solid #E1E1E1;
  width: 100%;
  height: 4vw;
  padding: 0.5208vw 2.0833vw;
  margin-bottom: 0.8333vw;
}
.modal-login-btn {
  width: 100%;
  height: 4vw;
  padding: 1.6667vw 3.6458vw;
  margin-bottom: 1.0417vw;
}
.modal-login-btn > span {
  font-size: 0.7292vw;
  font-weight: 600;
  line-height: 1.5;
}
.modal-login-btn:hover {
  background-color: #2179C7;
  transition: 0.3s;
}
.modal-login-password {
  color: #1E88E5;
  font-size: 0.7292vw;
  font-weight: 600;
  line-height: 1.55;
  text-decoration-line: underline;
}
.modal-login-password:hover {
  color: #2179C7;
  transition: 0.3s;
}
.modal-login-login {
  color: #1E88E5;
  font-size: 0.7292vw;
  font-weight: 600;
  line-height: 1.55;
  text-decoration-line: underline;
}
.modal-login-login:hover {
  color: #2179C7;
  transition: 0.3s;
}
.modal-login-success {
  display: flex;
  flex-direction: column;
}
.modal-login-success-title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5625vw;
}
.modal-login-success > img {
  width: 5.2083vw;
  height: 5.2083vw;
  margin-bottom: 2.6042vw;
}

@media (max-width: 600px) {
  .modal {
    top: 10vw;
  }
  .modal__close {
    top: 4vw;
    right: 4vw;
    width: 4vw;
  }
  .modal-login-container {
    width: 90vw;
    padding: 12vw 10vw 10vw 10vw;
  }
  .modal-login__title {
    font-size: 4.4vw;
    margin-bottom: 4vw;
  }
  .modal-login__title br {
    display: none;
  }
  .modal-login__subtitle {
    margin-bottom: 4vw;
  }
  .modal-login-input {
    font-size: 3vw;
    border: 0.3125vw solid #E1E1E1;
    padding: 0px 6vw;
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
  }
  .modal-login-btn {
    width: 100%;
    height: 14vw;
    margin-bottom: 4vw;
  }
  .modal-login-btn span {
    font-size: 2.8vw;
  }
  .modal-login-password {
    font-size: 2.8vw;
  }
  .modal-login-login {
    font-size: 2.8vw;
  }
  .modal-login-success {
    display: flex;
    flex-direction: column;
  }
  .modal-login-success-title {
    font-size: 4.8vw;
    margin-bottom: 6vw;
  }
  .modal-login-success > img {
    width: 20vw;
    height: 20vw;
    margin-bottom: 8vw;
  }
}/*# sourceMappingURL=style.css.map */