.section-test {
  width: 100%;
  padding: 0px 25px;
}

.container {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px;
}

.container.main {
  height: 800px;
  padding-right: 90px;
  padding-bottom: 210px;
  border-radius: 7px;
  background-color: hsla(198.9041095890411, 92.41%, 84.51%, 1.00);
  background-image: url('../images/bg_main.png'), url('../images/bg_main_buildings.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.container.final {
  position: relative;
  overflow: hidden;
  height: 800px;
  padding-top: 20px;
  padding-bottom: 210px;
  border-radius: 7px;
  background-color: hsla(198.9041095890411, 92.41%, 84.51%, 1.00);
  background-image: url('../images/bg_result.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  font-family: 'Helveticaneuecyr roman', sans-serif;
  color: hsla(211.83673469387756, 83.05%, 11.57%, 1.00);
  font-size: 18px;
  line-height: 24px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 27px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.full_btns {
  position: relative;
  display: none;
  width: auto;
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 7px;
  background-color: hsla(205.8227848101266, 100.00%, 15.49%, 0.90);
}

.txt_note {
  display: inline-block;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 14px;
}

.block_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.key_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(1.3636363636363638, 77.19%, 55.29%, 1.00);
  border-radius: 100px;
  text-decoration: none;
}

.txt_cyfra {
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 24px;
}

.txt_cyfra-note {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 10px;
  line-height: 10px;
}

.txt_key-btn {
  display: block;
  height: 41px;
  margin-top: 9px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: none;
}

.btn-link_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #e53935;
  border-radius: 100px;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  text-decoration: none;
  cursor: pointer;
}

.btn-link_1:hover {
  background-color: hsla(1.3636363636363638, 77.19%, 55.29%, 1.00);
}

.btn_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(27.112970711297073, 100.00%, 46.86%, 1.00);
  border-radius: 100px;
  text-decoration: none;
}

.btn_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(55.05882352941176, 100.00%, 50.00%, 1.00);
  border-radius: 100px;
  text-decoration: none;
}

.btn_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(92.61904761904762, 100.00%, 50.59%, 1.00);
  border-radius: 100px;
  text-decoration: none;
}

.btn_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(144.9, 100.00%, 39.22%, 1.00);
  border-radius: 100px;
  text-decoration: none;
}

.btn_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 55px;
  margin-top: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(146.55172413793105, 69.05%, 50.59%, 1.00)), to(hsla(146.2962962962963, 71.05%, 44.71%, 1.00)));
  background-image: linear-gradient(180deg, hsla(146.55172413793105, 69.05%, 50.59%, 1.00), hsla(146.2962962962963, 71.05%, 44.71%, 1.00));
  box-shadow: inset 0 -1px 0 0 hsla(146.25, 72.73%, 38.82%, 1.00), 0 4px 0 0 hsla(146.33093525179856, 72.77%, 37.45%, 1.00), 0 10px 50px 2px hsla(146.33093525179856, 72.77%, 37.45%, 0.30);
  font-family: 'Radomir tinkov gilroy', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_start:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(146.55172413793105, 62.43%, 59.29%, 1.00)), to(hsla(146.2962962962963, 49.40%, 53.55%, 1.00)));
  background-image: linear-gradient(180deg, hsla(146.55172413793105, 62.43%, 59.29%, 1.00), hsla(146.2962962962963, 49.40%, 53.55%, 1.00));
}

.btn_start:active {
  box-shadow: inset 0 -1px 0 0 hsla(146.25, 72.73%, 38.82%, 1.00), 0 2px 0 0 hsla(146.33093525179856, 72.77%, 37.45%, 1.00);
}

.section-test-question {
  display: none;
  width: 100%;
  padding: 0px 25px;
}

.heading_question {
  height: 150px;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.txt_nomer {
  font-size: 16px;
}

.full_btns-active {
  position: relative;
  bottom: 0px;
  display: inline-block;
  width: auto;
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 18px 18px 31px;
  border-radius: 7px;
  background-color: hsla(205.8227848101266, 100.00%, 15.49%, 0.90);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.icn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.icn.expand {
  display: none;
  background-image: url('../images/icn_expand.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.icn.expand.first {
  display: none;
}

.icn.mini {
  display: block;
  background-image: url('../images/icn_mini.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.txt_note-start {
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 14px;
}

.txt_cyfra-note-start {
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 10px;
  line-height: 10px;
}

.btn-link_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ef6c00;
  border-radius: 100px;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  text-decoration: none;
  cursor: pointer;
}

.btn-link_2:hover {
  background-color: hsla(27.112970711297073, 100.00%, 46.86%, 1.00);
}

.btn-link_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ffea00;
  border-radius: 100px;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  text-decoration: none;
  cursor: pointer;
}

.btn-link_3:hover {
  background-color: hsla(55.05882352941176, 100.00%, 50.00%, 1.00);
  color: hsla(205.8227848101266, 100.00%, 15.49%, 1.00);
}

.txt_cyfra-start {
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 24px;
}

.btn-link_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #76ff03;
  border-radius: 100px;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  text-decoration: none;
  cursor: pointer;
}

.btn-link_4:hover {
  background-color: hsla(92.61904761904762, 100.00%, 50.59%, 1.00);
  color: hsla(205.8227848101266, 100.00%, 15.49%, 1.00);
}

.btn-link_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(144.9, 100.00%, 39.22%, 1.00);
  border-radius: 100px;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  text-decoration: none;
  cursor: pointer;
}

.btn-link_5:hover {
  background-color: hsla(144.9, 100.00%, 39.22%, 1.00);
}

.txt_key-btn-start {
  height: 41px;
  margin-top: 9px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: none;
}

.q14 {
  position: static;
  display: none;
}

.q1 {
  display: block;
  height: 410px;
}

.q2 {
  display: none;
}

.q3 {
  display: none;
}

.block_btns-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.q4 {
  display: none;
}

.q5 {
  display: none;
}

.q6 {
  display: none;
}

.q7 {
  display: none;
}

.q8 {
  display: none;
}

.q9 {
  display: none;
}

.q10 {
  display: none;
}

.q11 {
  display: none;
}

.q12 {
  display: none;
}

.q13 {
  display: none;
}

.q15 {
  display: none;
}

.q16 {
  display: none;
}

.q17 {
  display: none;
}

.q18 {
  display: none;
}

.q19 {
  display: none;
}

.q20 {
  display: none;
}

.q21 {
  display: none;
}

.q22 {
  display: none;
}

.q23 {
  display: none;
}

.q24 {
  display: none;
}

.q25 {
  display: none;
}

.q26 {
  display: none;
}

.q27 {
  display: none;
}

.q28 {
  display: none;
}

.q29 {
  display: none;
}

.q30 {
  display: none;
}

.q31 {
  display: none;
}

.q32 {
  display: none;
}

.q33 {
  display: none;
}

.q34 {
  display: none;
}

.q35 {
  display: none;
}

.q36 {
  display: none;
}

.q37 {
  display: none;
}

.q38 {
  display: none;
}

.q39 {
  display: none;
}

.q40 {
  display: none;
}

.section-result {
  display: none;
  width: 100%;
  padding: 0px 25px;
}

.heading-result {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.top-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-result-txt {
  width: 53%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.big-cyfra {
  margin-top: 0px;
  margin-bottom: 27px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 78px;
  line-height: 80px;
}

.top-gen-dir {
  width: 47%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.img_top-gen-dir {
  width: 294px;
  height: 388px;
}

.img_top-gen-dir._60 {
  display: none;
  background-image: url('../images/60.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._0 {
  display: none;
  background-image: url('../images/0.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._5 {
  display: none;
  background-image: url('../images/5.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._10 {
  display: none;
  background-image: url('../images/10.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._15 {
  display: none;
  background-image: url('../images/15.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._20 {
  display: none;
  background-image: url('../images/20.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._25 {
  display: none;
  background-image: url('../images/25.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._30 {
  display: none;
  background-image: url('../images/30.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._35 {
  display: none;
  background-image: url('../images/35.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._40 {
  display: none;
  background-image: url('../images/40.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._45 {
  display: none;
  background-image: url('../images/45.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._50 {
  display: none;
  background-image: url('../images/50.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._55 {
  display: none;
  background-image: url('../images/55.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._65 {
  display: none;
  background-image: url('../images/65.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._70 {
  display: none;
  background-image: url('../images/70.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._75 {
  display: none;
  background-image: url('../images/75.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._80 {
  display: none;
  background-image: url('../images/80.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._85 {
  display: none;
  background-image: url('../images/85.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._90 {
  display: none;
  background-image: url('../images/90.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._95 {
  display: none;
  background-image: url('../images/95.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.img_top-gen-dir._100 {
  display: none;
  background-image: url('../images/100.png');
  background-position: 0px 0px;
  background-size: 294px;
  background-repeat: no-repeat;
}

.block-other-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(203.66197183098595, 32.72%, 57.45%, 1.00);
}

.other-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dig_other-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  padding-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  border-radius: 100px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 26px;
  line-height: 16px;
  text-align: center;
}

.heading_small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading_small.white {
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
}

.icn_question {
  display: inline-block;
  width: 19px;
  height: 19px;
  padding: 0px 0px 5px 6px;
  border-radius: 100px;
  background-color: hsla(203.38983050847457, 71.08%, 16.27%, 1.00);
  font-family: Helveticaneuecyr, sans-serif;
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 12px;
  cursor: pointer;
}

.txt_other-result {
  margin-top: 4px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.txt_other-result.white {
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
}

.bold {
  font-weight: 700;
}

.form_block {
  position: absolute;
  left: 0%;
  top: 30%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: block;
  width: 100%;
  height: auto;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  padding: 38px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(205.6, 67.57%, 21.76%, 1.00)), to(hsla(205.6, 67.57%, 21.76%, 1.00)));
  background-image: linear-gradient(180deg, hsla(205.6, 67.57%, 21.76%, 1.00), hsla(205.6, 67.57%, 21.76%, 1.00));
}

.field-label {
  color: #1e2d42;
  font-size: 0.8em;
}

.field-label-5 {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: left;
  font-size: 0.7em;
  line-height: 1.2em;
}

.text-field {
  height: 32px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
}

.btn_main-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f55555), to(#ff7043));
  background-image: linear-gradient(270deg, #f55555, #ff7043);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.btn_main-4:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#f46969), to(#ff815a));
  background-image: linear-gradient(270deg, #f46969, #ff815a);
  color: #fff;
}

.btn_main-4.bron {
  width: 216px;
  height: 40px;
  background-color: hsla(14.274193548387096, 100.00%, 51.37%, 1.00);
  background-image: none;
  color: #fff;
  font-weight: 900;
}

.btn_main-4.bron:hover {
  background-color: hsla(14.274193548387096, 100.00%, 60.00%, 1.00);
}

.text-field-2 {
  display: block;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .2);
  font-size: 1.1em;
}

.text-field-2.phone {
  padding-left: 10px;
  border-color: #c6c6c6;
  border-radius: 2px;
  box-shadow: none;
}

.text-field-2.name {
  padding-left: 10px;
  border-color: #c6c6c6;
  border-radius: 2px;
  box-shadow: none;
}

.pl_yellow {
  position: relative;
  width: 100%;
  padding: 28px 10px 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff3f7), to(#dff3f7));
  background-image: linear-gradient(180deg, #dff3f7, #dff3f7);
}

.field_cell-2 {
  width: 31%;
  margin-right: 10px;
}

.field_cell-2.checkcell {
  overflow: hidden;
  height: 1px;
  opacity: 0;
}

.red-2 {
  color: red;
}

.icon_close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #0091ea;
  background-image: none;
  cursor: pointer;
}

.txt_akciya_small {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  color: #0e2344;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.txt_akciya_small.small {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 300;
}

.error-message {
  color: #bd3c00;
}

.form-block {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-right: 3em;
  padding-left: 3em;
}

.txt_close {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(203.38983050847457, 71.08%, 16.27%, 1.00);
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
}

.txt_close:hover {
  color: #36a9f0;
}

.top_form {
  font-size: 1em;
  text-align: left;
}

.close_area {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(205.2631578947368, 18.10%, 79.41%, 0.80)), to(hsla(205.2631578947368, 18.10%, 79.41%, 0.80)));
  background-image: linear-gradient(180deg, hsla(205.2631578947368, 18.10%, 79.41%, 0.80), hsla(205.2631578947368, 18.10%, 79.41%, 0.80));
  opacity: 0;
}

.popup.popup_target {
  display: none;
  opacity: 0;
}

.popup.popup_delegirovanie {
  display: none;
  opacity: 0;
}

.popup.popup_reshenie {
  display: none;
  opacity: 0;
}

.popup.popup_liderstvo {
  display: none;
  opacity: 0;
}

.popup.popup_emociya {
  display: none;
  opacity: 0;
}

.checkbox-field-3 {
  display: block;
}

.checkbox-2 {
  margin-top: 0px;
  padding-bottom: 0px;
}

.text-block {
  font-size: 23px;
}

.logo_gd {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 128px;
  margin-top: 13px;
  margin-right: 18px;
}

.repeat {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading_small--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 36px;
  margin-top: 14px;
  margin-bottom: 23px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icn_refresh.svg');
  background-position: 0% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  font-family: Helveticaneuecyr, sans-serif;
  color: hsla(203.38983050847457, 71.08%, 16.27%, 1.00);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.heading_small--link.white {
  color: hsla(205.3846153846154, 100.00%, 94.90%, 1.00);
}

.html-embed {
  display: inline-block;
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .container.main {
    height: auto;
    min-height: 750px;
  }
  .heading_question {
    height: 130px;
  }
}

@media (max-width: 767px) {
  .section-test {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.main {
    height: auto;
    min-height: 650px;
    padding: 25px 25px 160px;
    background-position: 50% 100%, 50% 100%;
    background-size: 100%, contain;
  }
  .container.final {
    height: auto;
    min-height: 650px;
    padding: 25px 25px 14px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .body {
    font-size: 16px;
  }
  .heading {
    font-size: 28px;
    line-height: 34px;
  }
  .full_btns {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt_note {
    text-align: left;
  }
  .block_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .key_btn {
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .txt_key-btn {
    margin-top: 6px;
    line-height: 16px;
    text-align: center;
  }
  .btn_start {
    margin-right: auto;
    margin-left: 0px;
  }
  .section-test-question {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading_question {
    height: 140px;
    font-size: 28px;
    line-height: 34px;
  }
  .full_btns-active {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt_note-start {
    text-align: left;
  }
  .txt_key-btn-start {
    margin-top: 6px;
    line-height: 16px;
    text-align: center;
  }
  .block_btns-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-result {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-result {
    font-size: 36px;
    line-height: 40px;
  }
  .top-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-result-txt {
    width: 100%;
    text-align: center;
  }
  .big-cyfra {
    font-size: 70px;
    line-height: 80px;
  }
  .top-gen-dir {
    width: 100%;
  }
  .img_top-gen-dir._60 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._0 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._5 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._10 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._15 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._20 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._25 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._30 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._35 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._40 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._45 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._50 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._55 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._65 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._70 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._75 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._80 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._85 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._90 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._95 {
    margin-right: auto;
    margin-left: auto;
  }
  .img_top-gen-dir._100 {
    margin-right: auto;
    margin-left: auto;
  }
  .block-other-results {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .other-result {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block_txt_other-result {
    width: 100%;
    text-align: center;
  }
  .heading_small {
    margin-top: 10px;
  }
  .icn_question {
    padding-left: 1px;
  }
  .form_block {
    position: fixed;
  }
  .field_cell-2 {
    width: 100%;
  }
  .form-block {
    padding-right: 1em;
    padding-left: 1em;
  }
  .logo_gd {
    position: relative;
    display: block;
    width: 150px;
    margin: 34px auto 20px;
  }
  .repeat {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #6f9ab6;
  }
  .heading_small--link {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .section-test {
    padding: 0px;
  }
  .container.main {
    padding: 15px 15px 117px;
  }
  .container.final {
    padding: 15px 15px 40px;
  }
  .body {
    font-size: 14px;
  }
  .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .full_btns {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt_note {
    text-align: center;
  }
  .block_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .key_btn {
    width: 100%;
    margin-right: 3px;
    margin-left: 3px;
  }
  .txt_cyfra-note {
    display: block;
  }
  .txt_key-btn {
    display: block;
    height: auto;
    font-size: 11px;
  }
  .btn-link_1 {
    width: 48px;
    height: 48px;
  }
  .section-test-question {
    display: none;
    padding: 0px;
  }
  .heading_question {
    height: 170px;
    font-size: 24px;
    line-height: 32px;
  }
  .full_btns-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt_note-start {
    text-align: center;
  }
  .btn-link_2 {
    width: 48px;
    height: 48px;
  }
  .btn-link_3 {
    width: 48px;
    height: 48px;
  }
  .btn-link_4 {
    width: 48px;
    height: 48px;
  }
  .btn-link_5 {
    width: 48px;
    height: 48px;
  }
  .txt_key-btn-start {
    height: auto;
  }
  .block_btns-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .section-result {
    padding: 0px;
  }
  .heading-result {
    font-size: 32px;
    line-height: 36px;
  }
  .big-cyfra {
    font-size: 60px;
    line-height: 66px;
  }
  .top-gen-dir {
    width: 100%;
  }
  .img_top-gen-dir._30 {
    margin-right: auto;
    margin-left: auto;
  }
  .other-result {
    margin-top: 15px;
    margin-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .dig_other-result {
    margin-bottom: 13px;
  }
  .icn_question {
    padding-left: 1px;
  }
  .form_block {
    position: relative;
  }
  .field-label {
    font-size: 1em;
  }
  .btn_main-4 {
    font-size: 1.3em;
  }
  .btn_main-4.bron {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 4vw;
  }
  .top_form {
    width: 100%;
  }
  .popup.popup_liderstvo {
    position: fixed;
  }
}

@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/RADOMIR-TINKOV---GILROY-EXTRABOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}