:root {
  --button: linear-gradient(183deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%);
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: Gilroy, sans-serif;
}

button {
  font-family: Gilroy, sans-serif;
  cursor: pointer;
}

.wrapper {
  width: 1423px;
  margin: 0px auto;
}

.flex {
  display: flex;
}

.aic {
  align-items: center;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  color: rgb(50, 50, 50);
}

h1 span {
  font-size: 54px;
  color: rgb(153, 0, 56);
  background: linear-gradient(131deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%) text;
  -webkit-text-fill-color: transparent;
}

#top {
  border-bottom: 2px solid rgba(34, 157, 157, 0.15);
  padding: 20px 0px;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: rgb(255, 255, 255);
}

.logo {
  margin-right: 55px;
}

.price {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: rgb(50, 50, 50);
  margin-right: 50px;
  margin-left: auto;
}

.price svg {
  margin-right: 10px;
}

#top .button {
  border-radius: 90px;
  padding: 13px 15px;
  width: 286px;
  height: 49px;
  background: var(--button);
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-right: 50px;
}

.button:hover {
  background: linear-gradient(183deg, rgb(111, 59, 194) 0%, rgb(111, 59, 194) 100%) !important;
}

.phone {
}

.phone a {
  text-decoration: none;
  align-items: start;
  position: relative;
  top: 5px;
}

.phone p {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: rgb(50, 50, 50);
  margin-left: 15px;
}

.phone span {
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  text-align: right;
  color: rgb(50, 50, 50);
  display: block;
  margin-top: -5px;
}

.promo-header p {
  margin-top: 15px;
  font-weight: 500;
  font-size: 32px;
  color: rgb(50, 50, 50);
}

p.dop {
  font-weight: 500;
  font-size: 27px;
  line-height: 70px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-left: 30px;
}

p.dop svg {
  position: absolute;
  z-index: -1;
  left: 0px;
}

p.dop span {
  font-weight: 600;
  font-size: 32px;
}

.action {
  font-weight: 500;
  font-size: 22px;
  line-height: 159%;
  color: rgb(50, 50, 50);
  margin-top: 30px;
  padding-right: 50px;
}

#header {
  padding: 200px 0px 0px;
  background: url("../images/bg.png") center top / cover no-repeat;
}

#header .button {
  background: var(--button);
  border-radius: 90px;
  padding: 12px 40px;
  width: 421px;
  height: 74px;
  font-weight: 700;
  font-size: 22px;
  line-height: 227%;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: 30px;
}

.right {
  position: relative;
}

.right img {
  display: block;
}

.doc-info {
  border-radius: 20px;
  padding: 10px 15px;
  width: 250px;
  height: 145px;
  position: absolute;
  top: 400px;
  left: 0px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgb(83, 43, 148);
}

.doc-info .years {
  font-weight: 700;
  font-size: 48px;
  line-height: 104%;
  text-align: center;
  background: linear-gradient(131deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%) text;
  -webkit-text-fill-color: transparent;
}

.doc-info .spec {
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  text-align: center;
  color: rgb(50, 50, 50);
}

#header .row {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

#header .row .item {
  border: 1px solid rgb(240, 240, 240);
  border-radius: 5px;
  padding: 10px;
  width: 160px;
  height: 117px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px 0px;
  background: rgb(255, 255, 255);
  margin-bottom: 30px;
}

#header .row .item.yandex {
}

#header .row .item.yandex .flex {
  align-items: center;
  justify-content: space-between;
}

#header .row .item.yandex .flex img {
  align-self: auto;
}

#header .row .item.yandex .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 139%;
  background: linear-gradient(131deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%) text;
  -webkit-text-fill-color: transparent;
  margin-top: 2px;
}

#header .row .item.yandex .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 137%;
  color: rgb(50, 50, 50);
  margin-top: 5px;
}

#header .row .item.otzovik {
}

#header .row .item.otzovik .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#header .row .item.otzovik .flex img {
  align-self: auto;
}

#header .row .item.otzovik .rait {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: rgb(50, 50, 50);
  margin-top: -2px;
}

#header .row .item.otzovik .raiting {
  font-weight: 700;
  font-size: 18px;
  line-height: 89%;
  color: rgb(50, 50, 50);
}

#header .row .item.otzovik .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 137%;
  color: rgb(50, 50, 50);
}

#header .row .item.clinic {
  text-align: center;
  padding: 5px;
}

#header .row .item.clinic img {
}

#header .row .item.clinic .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: rgb(50, 50, 50);
}

#header .row .item.clinic .text {
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  color: rgb(0, 0, 0);
}

#header .row .item.bonus {
  margin-bottom: 0px;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 12px;
  background: rgb(153 0 0);
  padding: 0px;
}

#header .row .item.bonus img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#header .row .item.bonus p {
  font-weight: 800;
  font-size: 15px;
  line-height: 147%;
  text-align: center;
  color: rgb(255, 255, 255);
}

#header .row .item.bonus p span {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

#plus {
  padding: 100px 0px;
}

#plus .plus {
  justify-content: space-between;
}

#plus .plus div {
  box-shadow: rgba(86, 86, 86, 0.1) 0px 4px 15px 0px;
  background: rgb(255, 255, 255);
  border-radius: 30px;
  padding: 23px 35px;
  width: 453px;
  height: 135px;
  display: flex;
  align-items: center;
}

#plus .plus div:first-child {
  padding: 23px 30px;
}

#plus .plus p {
  font-weight: 500;
  font-size: 27px;
  line-height: 130%;
  color: rgb(50, 50, 50);
  margin-left: 15px;
}

#plus .plus p strong {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 115%;
  color: #323232;
}
h2 span{
  color:rgb(83, 43, 148);
}

#review{

}
#review p.text{
  font-weight: 400;
font-size: 27px;
line-height: 130%;
margin-top: 20px;
color: #323232;
}
#review .review {
  justify-content: space-between;
  margin-top: 50px;
}
#review .review .item{
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 20px 10px;
  width: 33%;
  position: relative;
  margin-right: 30px;
}
#review .review .item:last-child{
  margin-right:0;
}
#review .review .item img{
  width: 100%;
}
#review .review .item svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-100%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.svg-hover {
  transition: all 0.3s ease;
}

.svg-hover rect {
  transition: fill 0.3s ease, fill-opacity 0.3s ease;
}

.svg-hover path {
  transition: fill 0.3s ease;
}
.review .dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.review .dot {
  width: 10px;
  height: 10px;
  background: rgb(83, 43, 148);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.review .dot.active {
  background: rgb(83, 43, 148);
}
.item a:hover .svg-hover-1 {
  fill: url(#paint0_linear_5_1538);
  fill-opacity: 1;
}

.item a:hover .svg-hover-2 {
  fill: white;
}
#review .review .item .fio{
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  color: #323232;
  text-align: center;
  margin-top: 20px;
}
#quiz {
  padding: 100px 0px 0px;
}

#quiz h2 + p {
  color: rgb(50, 50, 50);
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 27px;
  line-height: 130%;
  background: linear-gradient(131deg, rgb(83, 43, 148) 0%, rgb(83, 43, 148) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#quiz h2 + p strong {
  font-weight: 700;
}

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

.section-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  margin: 0px 0px 60px;
}

.section-title .title {
  font-weight: normal;
  font-size: 40px;
  line-height: 52px;
}

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

.quiz-block {
  flex-wrap: wrap;
  overflow: hidden;
}

.quiz-block .quiz-title {
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 1;
  margin: 0px 0px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quiz-block .quiz-title .nums {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: rgb(50, 50, 50);
}

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

.quiz-block .quiz-title .line {
  width: 1200px;
  background: rgb(230, 230, 230);
  border-radius: 50px;
  position: relative;
  height: 34px;
  overflow: hidden;
}

.quiz-block .quiz-title .line span {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(131deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%);
}

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

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

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

.quiz-steps .step .step-question {
  margin: 0px 0px 37px;
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  color: rgb(50, 50, 50);
}

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

.quiz-steps .step .answers-block .answers {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.quiz-steps .step .answers .item {
  min-height: 40px;
  width: 332px;
  height: 295px;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  background: linear-gradient(131deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%);
}

.quiz-steps .step .answers .item .bgitem {
  background: rgb(242, 242, 242);
  width: 100%;
  height: 100%;
}

.quiz-steps .step .answers .item .bgitem img {
  margin: 0px auto;
  width: 100%;
}

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

.quiz-steps .step .answers .item label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: rgb(50, 50, 50);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.quiz-steps .step .answers .item label span {
  align-items: end;
  position: relative;
  top: 100px;
}

.quiz-steps .step .answers .item label::before {
  content: "";
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url("../images/checkoff.svg");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
}

.steps-block {
  width: 100%;
  padding-bottom: 100px;
}

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

.quiz-steps .step .answers .item input:checked + label::before, .quiz-steps .step .answers .item label:hover::before {
  background: url("../images/checkon.svg") center center no-repeat;
}

.quiz-steps .step .answers .item input:checked + label {
}

.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: 0px;
  text-align: center;
}

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

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

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

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

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

.quiz-final {
  display: none;
  width: 100%;
  justify-content: space-between;
}

.quiz-final .title {
  margin: 0px 0px 30px;
  font-weight: 700;
  font-size: 48px;
  line-height: 115%;
  color: rgb(50, 50, 50);
}

.quiz-final .descr {
  font-weight: 500;
  font-size: 27px;
  line-height: 130%;
  background: linear-gradient(131deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%) text;
  -webkit-text-fill-color: transparent;
}
.quiz-final .mobile img{
  display:block;
}
.quiz-final .form-phone {
  width: 628px;
  margin: 50px 0px 20px;
}

.quiz-final .form-phone input {
  background: rgb(255, 255, 255);
  border-radius: 90px;
  padding: 15px 40px;
  width: 398px;
  height: 80px;
  border: 1px solid rgb(83, 43, 148);
  font-weight: 400;
  font-size: 22px;
  line-height: 227%;
  text-align: center;
  color: rgb(83, 43, 148);
}

.quiz-final .form-phone button {
  cursor: pointer;
  background: linear-gradient(183deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%);
  border-radius: 90px;
  padding: 12px 40px;
  width: 398px;
  height: 74px;
  font-weight: 700;
  font-size: 22px;
  line-height: 227%;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}

.quiz-final .form-phone button:hover {
  background: linear-gradient(183deg, rgb(111, 59, 194) 0%, rgb(111, 59, 194) 100%);
}

.quiz-final .form-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #a0aba7;
}

.quiz-final .form-text a {
  color: rgb(109, 109, 109);
  text-decoration: none;
}

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

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

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

.quiz-final .present-final span {
  display: inline-block;
  vertical-align: top;
  color: rgb(255, 161, 100);
  font-weight: 500;
  font-size: 15px;
}

.quiz-info {
  width: 420px;
  min-width: 420px;
  background: rgb(230, 255, 254);
  padding: 46px 36px;
}

.quiz-info .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: rgb(0, 0, 0);
  margin: 0px 0px 15px;
}

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

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

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

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

.quiz-info .presents .items .item {
  background: rgb(255, 255, 255);
  width: calc(50% - 15px);
  margin-right: 30px;
}

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

.quiz-info .presents .items .item .text {
  text-align: center;
  font-size: 14px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
}

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

.presents_final span {
  display: block;
  text-align: center;
  color: rgb(254, 116, 23);
}

.presents_final .icon {
  width: 165px;
  height: 165px;
  margin: 0px auto 25px;
  fill: rgb(250, 170, 13);
}

.presents_final::before {
  content: "";
  width: 406px;
  height: 178px;
  background: url("../fonts/arrow.svg") center center / contain no-repeat;
  position: absolute;
  left: -110%;
  top: -154px;
  z-index: 33;
  pointer-events: none;
  transform: rotate(-3deg);
}

.btn {
  cursor: pointer;
  font-family: gilroy, Arial, sans-serif;
  letter-spacing: 0.5px;
  border-width: 0px;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  border-radius: 90px;
  padding: 12px 40px;
  width: 288px;
  height: 74px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(183deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%);
}

.btn:hover {
  background: linear-gradient(131deg, rgb(111, 59, 194) 0%, rgb(111, 59, 194) 100%);
}

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

.btn-border {
}

.btn-border:hover {
  background: rgb(250, 170, 13);
  color: rgb(255, 255, 255);
}

.quiz-controls .btn-border {
  background: transparent;
  border: 3px solid rgb(83, 43, 148);
  box-shadow: none;
  border-radius: 90px;
  padding: 12px 40px;
  width: 146px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 227%;
  text-align: center;
  color: rgb(50, 50, 50);
  margin-right: 50px;
}

.quiz-controls .btn-border:hover {
  color: rgb(255, 255, 255);
  background: rgb(83, 43, 148);
}

footer {
  background: rgb(83, 43, 148);
  padding: 50px 0px;
}

footer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  text-align: center;
  color: rgb(255, 255, 255);
}

footer p a {
  color: rgb(255, 255, 255);
}

#calculating-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  flex-direction: column;
}

.spinner {
  border-width: 6px;
  border-style: solid;
  border-color: rgb(83, 43, 148) rgb(243, 243, 243) rgb(243, 243, 243);
  border-image: initial;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: 3s linear 0s 1 normal forwards running spin;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.calculating-text {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: rgb(254, 254, 254);
  margin: 15% auto;
  padding: 20px;
  border: 1px solid rgb(136, 136, 136);
  width: 440px;
}

.modal-content p {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  text-align: center;
  color: rgb(50, 50, 50);
}

.close {
  color: rgb(170, 170, 170);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .form-phone {
  width: 100%;
  margin: 30px 0px 20px;
}

.modal .form-phone input {
  background: rgb(255, 255, 255);
  border-radius: 90px;
  padding: 15px 40px;
  width: 398px;
  height: 80px;
  border: 1px solid rgb(83, 43, 148);
  font-weight: 400;
  font-size: 22px;
  line-height: 227%;
  text-align: center;
  color: rgb(83, 43, 148);
}

.modal .form-phone button {
  cursor: pointer;
  background: linear-gradient(183deg, rgb(83, 43, 148) 0%, rgb(111, 59, 194) 100%);
  border-radius: 90px;
  padding: 12px 40px;
  width: 398px;
  height: 74px;
  font-weight: 700;
  font-size: 22px;
  line-height: 227%;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}

.modal .form-phone button:hover {
  background: linear-gradient(131deg, rgb(111, 59, 194) 0%, rgb(111, 59, 194) 100%);
}
