@import url("../css/normalize.css");
@import url("../css/fonts.css");
@import url("../css/grid.css");
@import url("../css/jquery.fancybox.css");
/*
@import url("../css/slick.css");
@import url("../css/nice-select.css");
*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Rubik', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
}


/*** GLOBAL ***/


.btn {
  padding: 21px 55px;
  background: linear-gradient(92.65deg, #FFA164 6.44%, #FE6E0D 104.41%);
  border-radius: 180px;
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: 0.3s border, 0.3s background, 0.3s color;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.btn_big {
  padding-top: 22px;
  padding-bottom: 22px;
}

.btn.disabled,
.btn_wrap.disabled {
	pointer-events: none;
	opacity: .5;
}

.btn b {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FFF;
  margin: 0 0 6px;
}

.btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}

.btn span svg {
  margin-right: 7px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  fill: #FFF;
}

.btn-border {
  background: transparent;
  border: 1px solid #333333;
  color: #333333;
  padding: 20px 30px;
}

.btn-border:hover {
  background: #333333;
  color: #fff;
}

.btn_wrap {
  position: relative;
}

.btn_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-border-radius: 14px;
  border-radius: 180px;
  z-index: 2;
  background: #CC7236;
}

.wrapper {
  background: url(../img/main_bg.jpg) no-repeat center bottom #FFF;
  background-size: cover;
  z-index: 10;
  position: relative;
  margin: 0 0 139px;
  overflow: hidden;
}


/*** HEADER ***/


header {
  padding: 30px 0;
  position: relative;
  z-index: 5;
}

.header-block {
  display: flex;
  align-items: center;
}

.header-block .logo {
  margin-right: 50px;
}

.header-block .adress {
  display: flex;
  align-items: center;
}

.header-block .adress .icon {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.header-block .adress .icon svg {
  width: 24px;
  height: 24px;
  fill: #389DB3;
}

.header-block .adress .text {
  font-size: 14px;
  line-height: 140%;
}

.header-block .contacts {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}

.header-block .contacts .socials {
  margin-right: 13px;
}

.header-block .contacts .socials ul {
  display: flex;
  align-items: center;
}

.header-block .contacts .socials ul li {
  margin-right: 13px;
}

.header-block .contacts .socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.header-block .contacts .socials ul li a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.header-block .contacts .socials ul li a.whatsapp {
  background: #43d854;
}

.header-block .contacts .socials ul li a.viber {
  background: #665cac;
}

.header-block .contacts .socials ul li:last-child {
  margin-right: 0;
}

.header-block .contacts .phone-block {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  align-items: flex-end;
	position: relative;
}

.header-block .contacts .phone-block .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 23px;
}

.header-block .contacts .phone-block a svg {
  height: 24px;
  width: 24px;
  stroke: #389db3;
  fill: #FFF;
}

.header-block .contacts .phone-block a {
  display: flex;
  align-items: center;
}

.header-block .contacts .phone-block a span {
  font-size: 28px;
  line-height: 33px;
  color: #333;
}

.header-block .contacts .phone-block .time {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 14px;
	color: #393939;
	position: absolute;
	right: 0;
	top: -14px;
}

.header-block .contacts .phone-block .time:before {
  content: "";
  background: #0fe73f;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 5px;
}

.header-block .year {
  border-radius: 7px;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 23px 8px 18px;
  position: relative;
  margin-right: 50px;
}

.header-block .year:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00C063;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 7px;
  transform: skewX(-23deg);
}



/*** MAIN ***/

.main {
  padding: 52px 0 54px;
  position: relative;
  /* overflow: hidden; */
}

.main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 107px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}

.main-block {
  position: relative;
  z-index: 5;
}

.main-block .arrow_image {
	content: '';
	position: absolute;
	left: -70px;
	top: 460px;
	width: 173px;
	height: 440px;
	background: url(../img/arrow-down.svg) no-repeat center center;
	background-size: contain;
	z-index: 7;
}

.main .main-block > .image {
  position: absolute;
  right: -30px;
  top: 130px;
  pointer-events: none;
  z-index: 5;
}

.main-block .info > .title {
  color: #292929;
  margin: 0 0 35px;
  position: relative;
  z-index: 5;
  font-weight: 400;
  font-size: 62px;
  line-height: 130%;
  text-transform: uppercase;
}

.main-block .info .title span {
  color: #F9982F;
}

.main-block .info .title mark {
  background: transparent;
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-style: normal;
}

.main-block .info .title mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 10px;
  background: #73B1EF;
}

.main-block .info .text {
  width: 360px;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 47px;
}

.main-block .info .controls {
  display: flex;
  align-items: center;
  position: relative;
}

.main-block .info .controls:after {
  content: "";
  width: 260px;
  height: 220px;
  background: url(../img/calc.png) no-repeat center center;
  position: absolute;
  left: 98%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 16px 0 0;
  pointer-events: none;
  display: none;
}

.main-block .info .controls .free {
  display: flex;
  align-items: center;
  margin-left: 32px;
}

.main-block .info .controls .free img {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border-radius: 50%;
}

.main-block .info .controls .free span {
  color: #292929;
  margin-left: 20px;
}

.main-block .info .controls .free span b {
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.13em;
  color: #292929;
}

.main-block .info .presents .title {
  margin: 0 0 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #292929;
  padding-left: 69px;
	position: relative;
}

.main-block .info .presents .title svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  transform: rotate(-15deg);
  fill: #333;
}

.main-block .info .presents .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-block .info .presents .items .item {
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 10px;
  width: calc(100%/2 - 16px/2);
  max-width: 100%;
	overflow: hidden;
}

.main-block .info .presents .items .item .image {
  width: 54px;
  height: 54px;
  overflow: hidden;
  min-width: 54px;
  color: #000;
}

.main-block .info .controls .btn {
  position: relative;
}

.main-block .info .presents {
  background: #E6F7FF;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 553px;
  padding: 20px 32px 37px;
  position: relative;
  z-index: 10;
  position: absolute;
  right: 120px;
  bottom: 43px;
}

.main-block .info .presents .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-block .info .presents .items .item .text {
  margin: 0;
  padding: 7px 25px 7px 10px;
  width: auto;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}

.main-block .info .presents .items .item.blue {
  background: rgba(0, 190, 180, 0.11);
}

.main-block .info .presents .items .item:nth-child(1) {
  margin-right: 16px;
}

.main-block .experience {
  background: #fdfdfd;
  box-shadow: 0px 44px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  right: 50px;
  top: -10px;
  padding: 25px;
  width: 215px;
  text-align: center;
}

.main-block .experience b {
  display: block;
  font-weight: 800;
  font-size: 56px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0 0 10px;
}

.main-block .experience span {
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #000;
  font-weight: 500;
}

.main-block .info .advantages {
  display: flex;
  flex-wrap: wrap;
  width: 610px;
  margin: 0 0 54px;
}

.main-block .info .advantages .item {
  margin-right: 60px;
  width: 160px;
  text-align: center;
}

.main-block .info .advantages .item .icon {
  width: 100px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.main-block .info .advantages .item .icon svg {
  width: 57px;
  height: 57px;
  fill: #1173c1;
}

.main-block .info .advantages .item:nth-child(1) .icon svg {
  fill: #3CCCCE;
}

.main-block .info .advantages .item:nth-child(2) .icon svg {
  fill: #FFA164;
}

.main-block .info .advantages .item:nth-child(3) .icon svg {
  fill: #00C063;
}

.main-block .info .advantages .item .text {
  width: auto;
  margin: 0;
  font-size: 22px;
  line-height: 130%;
  color: #333333;
  text-align: center;
}

.main-block .info .advantages .item:last-child {
  margin-right: 0;
}

.main-block .info .controls .btn_wrap {
  margin: 0;
}

.main-block .info .controls .free {
  display: flex;
  align-items: center;
}

.main-block .info .controls .free img {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border-radius: 50%;
}

.main-block .info .controls .free span {
  color: #292929;
  margin-left: 20px;
}

.main-block .info .controls .free span b {
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.13em;
  color: #292929;
}

.main-block .info .sber {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: -49px;
}

.main-block .info .sber span {
  display: block;
  margin: 0 0 0 15px;
}


/*** QUIZ ***/


.quiz-section {
  padding: 0 0 100px;
  position: relative;
}

.quiz-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 250px;
  width: 441px;
  height: 460px;
  background: url(../img/tools.png) no-repeat center center;
  z-index: -1;
}

.quiz-section .section-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #292929;
  margin: 0 0 60px;
}

.quiz-section .section-title .title {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
}

.quiz-section .section-title .subtitle {
  font-size: 24px;
  line-height: 28px;
}

.quiz-block {
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
}

.quiz-block .quiz-title {
  color: #292929;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px;
}

.quiz-info .subtitle {
  font-size: 20px;
  line-height: 1;
  color: #FFF;
}

.quiz-info .subtitle span {
  background: linear-gradient(92.65deg, #FEF62C 6.44%, #FEB72C 104.41%);
  padding: 5px 9.5px;
  border-radius: 50%;
  line-height: 1;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.quiz-block .quiz-title .nums {
  margin: 0 0 15px;
}

.quiz-block .quiz-title .nums span {
  font-weight: bold;
}

.quiz-block .quiz-title .line {
  width: 100%;
  background: #e6e6e6;
  border-radius: 50px;
  position: relative;
  height: 23px;
  overflow: hidden;
}

.quiz-block .quiz-title .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(92.65deg, #FFA164 6.44%, #FE6E0D 104.41%);
  border-radius: 50px;
  transition: .5s width;
}

.quiz-steps {
  margin: 0 0 25px;
}

.quiz-steps .step {
  counter-increment: steps;
  display: none;
}

.quiz-steps .step.first {
	display: block;
}

.quiz-steps .step .step-question {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  margin: 0 0 37px;
  color: #000000;
}

.quiz-steps .step .step-question b {
  color: #08a652;
}

.quiz-steps .step .step-question span {
  background: linear-gradient(92.65deg, #62AEFA 6.44%, #3182D2 104.41%);
  padding: 6px 9.5px;
  border-radius: 50%;
  line-height: 1;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #FFF;
  width: 28px;
  min-width: 28px;
}

.quiz-steps .step .answers-block {
  display: flex;
  align-items: flex-start;
}

.quiz-steps .step .answers-block .answers {
  margin-right: 70px;
  width: calc(100% - 335px);
}

.quiz-steps .step .answers .item {
  margin: 0 0 27px;
  min-height: 40px;
}

.quiz-steps .step .answers .item input {
  display: none;
}

.quiz-steps .step .answers .item label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  line-height: 24px;
}

.quiz-steps .step .answers .item label:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.steps-block {
  padding: 55px 62px;
  width: calc(100% - 420px);
  order: 2;
}

.quiz-steps .step .answers-block .image {
  width: 265px;
}

.quiz-steps .step .answers .item input:checked + label:before {
  background: url(../img/icons/check.svg) no-repeat center center,linear-gradient(269.61deg, #00C063 0.09%, #00A253 98.52%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.quiz-steps .step .answers .item input:checked + label {
	color: #00A253;
}

.quiz-steps .step .answers-block .answers.a-presents {
  display: flex;
  flex-wrap: wrap;
}

.quiz-steps .step .answers-block .answers.a-presents .item label {
  display: flex;
  flex-flow: column;
  padding-left: 0;
  text-align: center;
}

.quiz-steps .step .answers-block .answers.a-presents .item {
  width: calc(100%/2 - 84px/2);
  margin-right: 84px;
}

.quiz-steps .step .answers-block .answers.a-presents .item:nth-child(2n) {
  margin-right: 0;
}

.quiz-steps .step .answers-block .answers.a-presents .item label img {
  width: 270px;
  height: 180px;
  object-fit: cover;
  margin: 0 0 34px;
}

.quiz-steps .step .answers-block .answers.a-presents .item label:before {
  left: 50%;
  top: inherit;
  transform: translateX(-50%);
  top: 160px;
}

.quiz-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-final {
	display: none;
	width: 100%;
	padding: 50px 520px 80px 130px;
	position: relative;
	border-radius: 20px;
	background: linear-gradient(269.61deg, #00C063 0.09%, #00A253 98.52%);
}

.quiz-final .bg-image {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 592px;
	height: 481px;
	background: url(../img/mobile.png) no-repeat center center;
	display: none;
}

.quiz-final .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 30px;
  color: #FFF;
}

.quiz-final .title span {
  font-weight: 400;
}

.quiz-final .form-phone {
  position: relative;
  margin: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 640px;
}

.quiz-final .form-phone input {
  background: #FFFFFF;
  border-radius: 50px;
  width: 100%;
  border: none;
  height: 80px;
  line-height: 80px;
  padding: 0 180px 0 40px;
  font-size: 18px;
  border: 1px solid #D6D6D6;
}

.quiz-final .form-phone button {
  background: linear-gradient(92.65deg, #FFA164 6.44%, #FE6E0D 104.41%);
  border-radius: 110px;
  color: #333;
  border: none;
  text-align: center;
  height: 80px;
  width: 322px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #FFF;
}

.quiz-final .form-text {
  color: #FFF;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 45px;
  max-width: 100%;
}

.quiz-final .form-text a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.quiz-final .present-final {
  position: relative;
  padding-left: 86px;
  color: #333;
}

.quiz-final .present-final svg {
  width: 71px;
  height: 71px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #FFF;
}

.quiz-final .present-final b {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
  color: #FFF;
}

.quiz-final .present-final span {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  font-weight: 500;
  font-size: 15px;
}

.quiz-final .form-phone .btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.quiz-final .form-phone .btn_wrap:after {
  display: none;
}

.quiz-info {
  order: 1;
  width: 420px;
  min-width: 420px;
  padding: 46px 36px;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  transition: .5s opacity;
  background: linear-gradient(269.61deg, #00C063 0.09%, #00A253 98.52%);
}

.quiz-info .title {
  font-weight: bold;
  color: #fff;
  margin: 0 0 26px;
  font-size: 32px;
  line-height: 32px;
}

.quiz-info .plan {
  position: relative;
  padding-left: 130px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 40px;
}

.quiz-info .plan:before {
  content: "";
  width: 134px;
  height: 113px;
  background: url(../img/calc.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 16px 0 0;
  pointer-events: none;
  background-size: cover;
}

.quiz-info .presents b {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}

.quiz-info .presents .items {
  display: flex;
  flex-wrap: wrap;
}

.quiz-info .presents .items .item {
  background: #fff;
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  border-radius: 100px;
}

.quiz-info .presents .items .item:last-child {
  margin-right: 0;
}

.quiz-info .presents .items .item .text {
  text-align: left;
  padding: 0 45px 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  font-size: 18px;
  line-height: 22px;
  color: #292929;
}

.quiz-info .presents .items .item .image {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
}

.quiz-info .presents .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.presents_final_title {
	display: none;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
	position: relative;
}

.presents_final_title:before {
  content: '';
  width: 183px;
  height: 206px;
  background: url(../img/arrow-line.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -30%;
  top: -12px;
}

.presents_final {
	display: none;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	z-index: 25;
  margin: 90px 0 0;
}

.presents_final span {
  display: block;
  text-align: center;
  color: #FFF;
}

.presents_final .icon {
  width: 139px;
  height: 139px;
  margin: 0 auto 25px;
  fill: #FFF;
  position: relative;
}

.quiz-info .subtitle .presents_final_title span {
	border-radius: 10px;
}

.quiz-controls .btn:not(.btn-border) {
  background: linear-gradient(92.65deg, #FFA164 6.44%, #FE6E0D 104.41%);
  color: #FFF;
}

.quiz-controls .btn_wrap:after {
  background: #CC7236;
}

.modal {
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  width: 320px;
  margin: 0 auto;
  display: none;
}

.modal .modal-title {
  text-align: center;
}

.modal .modal-title b {
  display: block;
  font-size: 20px;
  color: #292929;
  margin: 0 0 10px;
}

.copyright {
  padding: 0 0 30px;
  text-align: center;
}

.copyright .link {
  margin: 0 0 10px;
}

.copyright .link a {
  color: #000;
  border-bottom: 1px solid #CCC;
}

.g-recaptcha {
    padding: 15px 0;
}
.recaptcha-error {
    font-size: 18px;
    color: red;
    width: 100%;
}