@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}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

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;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#faea9e), to(#f8dd74));
    background: linear-gradient(180deg, #faea9e 0%, #f8dd74 100%);border-bottom: 6px solid #cbb647;border-radius: 12px;
  color: #3C3C3A;
  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: 28px;
  padding-bottom: 32px;
}

.btn.disabled,
.btn_wrap.disabled {
	pointer-events: none;
	opacity: .5;
}

.btn:after {content: '';position: absolute;
    left: 50%;
    bottom: calc(100% - 13px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 320%;
    background: #fff;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: 3;
    pointer-events: none;
}

.btn b {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #333;
  margin: 0 0 6px;
position: relative;z-index: 5;}

.btn span {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #333;
position: relative;z-index: 5;}

.btn span svg {
  margin-right: 7px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.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: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #cbb647;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 12px;
  width: 80%;
  height: 50%;
  z-index: 2;
  pointer-events: none;
}

.btn.black {
  border: none;
  border-radius: 100px;
  background: #3c3c3a;
  padding: 20px 33px;
}

.btn.black:after {
  display: none;
}

.btn.black span {
  background: linear-gradient(180deg, #b8afa5 0%, #ddd4d5 34.38%, #97897b 66.15%, #c7bfa4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}

.wrapper {
  background: url(../img/main_bg.jpg) no-repeat center bottom #FFF;
  background-size: cover;
  z-index: 10;
  position: relative;
  margin: 0 0 79px;
}


/*** HEADER ***/


header {
  padding: 30px 0 0;
}

.header-block {
  display: flex;
  align-items: center;
  position: relative;
}

.header-block .logo {
  margin-right: 80px;
  margin-top: -20px;
  width: 170px;
}

.header-block .adress {
  display: flex;
  align-items: center;
  margin-left: 100px;
  margin-top: -30px;
}

.header-block .adress .icon {
  width: 48px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
}

.header-block .adress .icon svg {
  fill: #b0a590;
}

.header-block .adress .text {
  font-size: 14px;
  line-height: 140%;
}

.header-block .contacts {
  margin-top: -30px;
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.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: #3C3C3A;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 23px;
}

.header-block .contacts .phone-block a svg {
  height: 32px;
  width: 32px;
  fill: transparent;
}

.header-block .contacts .phone-block a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-block .contacts .phone-block a:first-child {
  letter-spacing: 1px;
}

.header-block .contacts .phone-block a span {
  font-size: 28px;
  line-height: 33px;
  color: #292929;
}

.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;
  bottom: -14px;
}

.header-block .contacts .phone-block .time:before {
  content: "";
  background: #0fe73f;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 5px;
}

.header-block .labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-block .labels .label {
  width: 150px;
  height: 170px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  flex-flow: column;
  background: url(../img/label.svg) no-repeat center bottom;
  color: #fff;
  margin-top: -40px;
  text-align: center;
  padding: 60px 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-right: 47px;
}

.header-block .labels .label span {
  color: #b0a590;
}

.header-block .labels .label:last-child {
  margin-right: 0;
}



/*** MAIN ***/

.main {
  padding: 52px 0 44px;
  position: relative;
  max-width: 100%;
}

.main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 107px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  z-index: 3;
}

.main-block {
  position: relative;
}

.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: -11px;
  bottom: -43px;
  pointer-events: none;
}

.main-block .info > .title {
  color: #292929;
  margin: 0 0 50px;
  position: relative;
  z-index: 5;
  font-weight: 400;
  font-size: 62px;
  line-height: 120%;
  text-transform: uppercase;
}

.main-block .info .title span {
  color: #ea5e20;
}

.main-block .info .title mark {
  background: transparent;
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 54px;
  text-transform: none;
  margin-left: 8px;
}

.main-block .info .title mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% - 17px);
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(92.65deg, #00AB04 6.44%, #00978C 104.41%);
  line-height: 1;
}

.main-block .info .title small {
  display: block;
  font-size: 30px;
  color: #383838;
  line-height: 120%;
  max-width: 100%;
  width: 680px;
  text-transform: none;
  font-style: italic;
}

.main-block .info .text {
  width: 360px;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 47px;
}

.main-block .info .controls {
  margin: 0 0 92px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-block .info .controls:after {
  content: "";
  width: 260px;
  height: 220px;
  background: url(../img/calc.png) no-repeat center center;
  position: absolute;
  left: 86%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  margin: 16px 0 0;
  pointer-events: none;
}

.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 {
  border-radius: 10px;
  width: 553px;
  padding: 20px 32px 37px;
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, rgba(184, 175, 165, 0.3) 0%, rgba(221, 212, 213, 0.3) 34.38%, rgba(151, 137, 123, 0.3) 66.15%, rgba(199, 191, 164, 0.3) 100%);
  box-shadow: 0px 14px 24px rgb(0 0 0 / 6%);
}

.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: 5px 25px 5px 10px;
  width: auto;
  font-size: 14px;
  text-align: left;
}

.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: 120px;
  bottom: 40px;
  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 .sber {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  z-index: 15;
  left: 600px;
  bottom: 26px;
}

.main-block .info .sber span {
  display: block;
  margin: 10px 0 0;
}

.main .main-block .names .name {
  position: absolute;
}

.main .main-block .names .name.one {
  bottom: 260px;
  left: 110px;
}

.main .main-block .names .name.two {
  bottom: 270px;
  right: 231px;
}

.main .main-block .names .name img {
  border: 5px solid #FFF;
  border-radius: 10px;
  margin: 10px 0 0;
}

.main .main-block .names .name b {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3a;
  display: block;
}

.main .main-block .names .name span {
  display: block;
}

.main .main-block .names .name:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 20px;
}

.main .main-block .names .name.one:after {
  left: 38px;
}

.main .main-block .names .name.two:after {
  right: 38px;
}


/*** 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: #FFF;
  border-radius: 20px;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
}

.quiz-block .quiz-title {
  color: #292929;
  font-size: 24px;
  line-height: 1;
  
}

.quiz-info .subtitle {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  margin-top: auto;
}

.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-info .subtitle .icon {
  text-align: center;
  margin: 0 0 44px;
}

.quiz-info .subtitle.show {
  margin-top: 30px;
}

.quiz-info .subtitle .icon svg {
  fill: #333;
}

.quiz-info.show .subtitle {
  margin-top: 30px;
}

.quiz-info .hide-info .title {
  text-align: center;
}

.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, #00AB04 6.44%, #00978C 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, #FEF62C 6.44%, #FEB72C 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;
}

.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: 30px;
}

.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: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.steps-block {
  padding: 40px 47px 50px;
  width: calc(100% - 420px);
}

.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(92.65deg, #FEF62C 6.44%, #FEB72C 104.41%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  background-size: 16px auto, cover;
}

.quiz-steps .step .answers .item input:checked + label {
	color: #000;
}

.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;
margin-left: auto;}

.quiz-final {
	display: none;
	width: 100%;
	padding: 50px 60px 160px 520px;
  background: #F1F4F5;
  border: none;
	position: relative;
	border-radius: 20px;
}

.quiz-final .bg-image {
	content: '';
	position: absolute;
	left: -60px;
	bottom: 0;
	width: 592px;
	height: 481px;
	background: url(../img/mobile.png) no-repeat center center;
	display: none;
}

.quiz-final .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 30px;
  color: #333333;
}

.quiz-final .form-phone {
  position: relative;
  margin: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.quiz-final .form-phone input {
  background: #FFFFFF;
  border-radius: 10px;
  width: 348px;
  border: none;
  height: 80px;
  line-height: 80px;
  padding: 0 40px 0 40px;
  font-size: 18px;
  border: 1px solid #D6D6D6;
  margin-right: 16px;
}

.quiz-final .form-phone button {
  border-radius: 10px;
  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;
  padding-left: 30px;
  padding-right: 30px;
  color: #FFF;
  overflow: hidden;
}

.quiz-final .form-text {
  color: #6D6D6D;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 45px;
  max-width: 100%;
}

.quiz-final .form-text a {
  color: #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
}

.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: #b1a691;
}

.quiz-final .present-final b {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
}

.quiz-final .present-final span {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
}

.quiz-info {
  width: 420px;
  min-width: 420px;
  padding: 46px 36px;
  background: linear-gradient(180deg, rgba(184, 175, 165, 0.3) 0%, rgba(221, 212, 213, 0.3) 34.38%, rgba(151, 137, 123, 0.3) 66.15%, rgba(199, 191, 164, 0.3) 100%);
  background-size: cover;
  border-radius: 0 20px 20px 0;
  transition: .5s opacity;
}

.quiz-info .show-info {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.quiz-info .hide-info {
  display: none;
}

.quiz-info.show .show-info{
  display: none;
}

.quiz-info.show .hide-info {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.quiz-info .title {
  font-weight: 500;
  color: #292929;
  margin: 0 0 37px;
  text-align: left;
  font-size: 32px;
  line-height: 32px;
}

.quiz-info .plan {
  position: relative;
  padding-left: 130px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #292929;
  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: bold;
}

.quiz-info .presents .items {
  display: flex;
  flex-wrap: wrap;
}

.quiz-info .presents .items .item {
  background: #fff;
  width: 100%;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  position: relative;
}

.quiz-info .presents .items .item:after {
  content: 'или';
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 18px;
  line-height: 22px;
}

.quiz-info .presents .items .item:last-child {
  margin-right: 0;
}

.quiz-info .presents .items .item:last-child:after {
  display: none;
}

.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 {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
	position: relative;
}

.presents_final_title:before {
  content: '';
  width: 124px;
  height: 32px;
  background: url(../img/arrow-left.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -80px;
  top: 5px;
}

.quiz-info .subtitle .presents_final_title span {
	border-radius: 10px;
}

.presents_final span {
  display: block;
  text-align: center;
  color: #fe7417;
}

.presents_final .icon {
  width: 165px;
  height: 165px;
  margin: 0 auto 25px;
  fill: #00beb4;
}

.presents_final:before {
  content: "";
  width: 406px;
  height: 178px;
  background: url(../img/arrow.svg) no-repeat center center;
  position: absolute;
  left: -110%;
  top: -154px;
  z-index: 33;
  background-size: contain;
  pointer-events: none;
  transform: rotate(-3deg);
}

.quiz-controls .btn_wrap:after {
  display: none;
}

.quiz-controls .btn-border svg {
  width: 11px;
  height: 20px;
}

.quiz-controls .btn-border {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin-right: 20px;
}



.quiz-title-block {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.questions_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  /* identical to box height */

  color: #333333;
  margin: 0 0 15px;
}

.questions_title span {
  border-radius: 100px;
  background: #3c3c3a;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

.quiz-title-block .quiz-title-left {
  width: calc(100% - 250px);
}

.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;
}