﻿@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*ÐžÐ±Ð½ÑƒÐ»ÐµÐ½Ð¸Ðµ*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus, :active {
  outline: none;
}
a:focus, a:active {
  outline: none;
}
nav, footer, header, aside {
  display: block;
}
html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input, button, textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  color: #3D69E1;
}
a, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*--------------------*/
/* ---------------- */
body {
  color: #393C41;
  font-family: "Gotham", "Arial", sans-serif;
  overflow-x: hidden;
  max-width: 520px;
  margin: 0 auto;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.row {
  padding: 0 20px;
}
h1 {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: #393C41;
}
h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #393C41;
}
p {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  /* or 200% */
  letter-spacing: 0.02em;
  color: #484F57;
}
/* styles */
.main_head {
  background: url("../images/bg-before.jpg") bottom center no-repeat;
  background-size: cover;
  padding-top: 13px;
  text-align: center;
  min-height: 245px;
}
.main_head h1 {
  max-width: 282px;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 72px;
}
.main_content {
  padding-bottom: 24px;
}
.main_content-box {
  margin: 24px 0;
}
.main_content h2 {
  margin-bottom: 14px;
}
.suptitle {
  color: rgba(72, 79, 87, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.button {
  display: inline-block;
  padding: 9px;
  color: #fff;
  background: #323439;
  border-radius: 100px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid #323439;
  text-transform: uppercase;
}
.button:hover {
  background: transparent;
  color: #323439;
}
.button-blue {
  background: #3D69E1;
  border: 1px solid #3D69E1;
  color: #fff;
}
.button-blue:hover {
  background: transparent;
  color: #3D69E1;
}
.quiz_start {
  background: url("../images/quiz-start.jpg") left top no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 13px;
  text-align: center;
  position: relative;
}
.quiz_start h1 {
  margin-bottom: 8px;
  margin-top: 54px;
}
.quiz_start p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.quiz_start .button {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 104px;
    width: calc(100% - 30px);
    background-color: #168d3b;
}

.quiz_steps {
  min-height: 100vh;
  text-align: center;
  position: relative;
}
.quiz_steps-head {
  padding-top: 13px;
  min-height: 232px;
  margin-bottom: 16px;
}
#quiz_step-1 .quiz_steps-head {
  background: url("../images/bg-steps-1.jpg") center bottom no-repeat;
  background-size: contain;
}
#quiz_step-2 .quiz_steps-head {
  background: url("../images/bg-steps-2.jpg") center bottom no-repeat;
  background-size: contain;
}
#quiz_step-3 .quiz_steps-head {
  background: url("../images/bg-steps-3.jpg") center bottom no-repeat;
  background-size: contain;
}
#quiz_step-4 .quiz_steps-head {
  background: url("../images/bg-steps-4.jpg") center bottom no-repeat;
  background-size: contain;
}
#quiz_step-5 .quiz_steps-head {
  background: url("../images/bg-steps-5.jpg") center bottom no-repeat;
  background-size: contain;
}
#quiz_step-6 .quiz_steps-head {
  background: url("../images/bg-steps-6.jpg") center bottom no-repeat;
  background-size: contain;
}
#quiz_step-7 .quiz_steps-head {
  background: url("../images/bg-steps-7.jpg") center bottom no-repeat;
  background-size: contain;
}
#quiz_step-8 .quiz_steps-head {
  background: url("../images/bg-steps-8.jpg") center bottom no-repeat;
  background-size: contain;
}
.quiz_steps-content h1 {
  margin-bottom: 24px;
}
.quiz_steps-content .button {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 50px;
  width: calc(100% - 30px);
}
.form_radio_btn {
  width: 100%;
}
.form_radio_btn input[type=radio] {
  display: none;
}
.form_radio_btn label {
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  /* identical to box height, or 200% */
  letter-spacing: 0.02em;
  color: #393C41;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #F4F4F4;
  margin-bottom: 16px;
}
.form_radio_btn label:hover {
  background: #DFDFDF;
}
.form_radio_btn input[type=radio]:checked + label {
  background: #3E6AE1;
  color: #fff;
}
.quiz_end-head {
  min-height: 305px;
  /* background: url("../images/quiz-end.jpg") center bottom no-repeat; */
  background-size: cover;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 24px;
  background-color: #336699;
}
.quiz_end-head h1 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 15px;
  color: #393C41;
}
.quiz_end-head p {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  margin: 0 -6px;
  color: #393C41;
}
.quiz_end-content {
  padding-bottom: 43px;
}
.quiz_end-content label {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  margin-left: 19px;
  color: #5E5F63;
}
.quiz_end-content input {
  background: #F4F4F4;
  border-radius: 100px;
  padding: 9px 18px;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  color: #5E5F63;
  margin-bottom: 16px;
}
.quiz_end-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 17px;
  color: #5E5F63;
}
.checkbox {
  margin-top: 16px;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5E5F63;
  margin-left: 0;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 2px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}
.custom-checkbox:checked + label::before {
  border-color: #3D69E1;
  background-color: #3D69E1;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5L3.5 5L7.5 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.quiz-test {
  display: none;
}
.quiz-test.active {
  display: block;
}
.quiz_finish {
  background: url("../images/bg-finish.jpg") center top no-repeat;
  background-size: cover;
}
@media screen and (max-height: 670px) {
	#quiz_step-7 .quiz_steps-content .button {
		position: static;
		width: 100%;
		margin-top: 20px;
	}
}
#phone {
  
}

/* Расширение контента на больших экранах */
@media screen and (min-width: 1200px) {
    body {
        max-width: 800px; /* Увеличиваем ширину контента */
        margin: 0 auto; /* Центрируем по центру */
    }
}
#investment-training {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
#investment-guarantee {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
}
#investment-growth {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #ff5733;
    margin-top: 20px;
}
#investment-info {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-top: 35px;
}

#fin1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
	color: white;
}

#fin2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    margin-top: 20px;
	color: white;
}

#fin3 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-top: 35px;
	color: white;
}

#fin4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-top: 35px;
	color: white;
}

@media screen and (min-width: 1200px) {
    #investment-info {
    font-size: 14px;
    /* text-align: center; */
    line-height: 1.5;
    margin-top: 35px;
    max-width: 600px;
    margin: 50px auto;
}
}