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

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;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf');
}

*,
*: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;
  border-radius: 15px;
}
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}

body {
  font-family: 'Exo 2', 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;
}

.wrapper {
  /* background: url(../img/main.jpg) no-repeat center center; */
  background-size: cover;
  max-width: 100%;
  overflow: hidden;
}

.btn {
  /* padding: 24px 36px 28px; */
  text-align: center;
  background: rgba(19, 162, 16, 1);
  border-radius: 12px;
  border: none;
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  overflow: hidden;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}

.btn b {
  position: relative;
  display: block;
  z-index: 5;
  font-size: 26px;
}

.btn-block {
  position: relative;
}

.btn-block:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgb(55, 128, 212);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 12px;
  width: 80%;
  height: 50%;
  z-index: 2;
  pointer-events: none;
}

.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 span {
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-weight: 500;
}

header {
  padding: 20px 0;
}

.header-block {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 32px;
}

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

.header-block .year {
  color: #fff;
  line-height: 15px;
  width: 192px;
  height: 56px;
  background: url(../img/years.svg) no-repeat center center;
  padding: 10px 12px 10px 20px;
  background-size: contain;
}

.header-block .year b {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #7acff4;
  font-weight: normal;
}

.header-block .year span {
  display: block;
  font-size: 12px;
}

.header-block .adress {
  position: relative;
  padding-left: 58px;
  line-height: 27.32px;
  /* margin-left: auto; */
  cursor: pointer;
}

/* .header-block .adress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 48px;
    background: url(../img/adress.svg) no-repeat center center;
    background-size: contain;
} */

.header-block .adress a {
  font-weight: normal;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px dashed;
  font-family: Manrope;
  color: #444444;
}

.header-block .worktime {
  font-family: Manrope;
  margin-left: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #444444;
}

.header-block .phone {
  position: relative;
  padding-left: 41px;
  font-size: 26px;
  margin-left: auto;
  text-align: right;
  line-height: 1;
}

/* .header-block .phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 45px;
    background: url(../img/phone.svg) no-repeat center center;
} */

.header-block .phone a {
  font-family: Manrope;
  font-weight: 800;
  font-size: 18px;
  line-height: 16px;
  display: block;
  color: #444444;
}

/* .header-block .phone a b {
    color: #3780d4;
    font-weight: 500;
} */

.header-block .phone a span {
  font-weight: 500;
  color: #1953a1;
}

.header-block .phone > span {
  display: block;
  color: #fff;
  padding-left: 13px;
  margin-top: 5px;
  font-size: 12px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  background: linear-gradient(rgb(55, 128, 212) 0%, rgb(55, 128, 212) 100%);
  border-bottom: 5px solid #cbb647;
  border: none;
}

/* .header-block .phone > span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #0FE73F;
} */

.main {
  padding: 32px 0 127px;
  position: relative;
  background-color: #eaf0ff80;
  /* background-image: url(/img/main-block-background.svg); */
  background-position-y: -32px;
}

.main::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 0;
  width: 1311.34px;
  height: 970.53px;
  background: url(../img/main/Vector-left.png) no-repeat center center;
}

.main::after {
  content: '';
  position: absolute;
  right: -200px;
  top: 0;
  width: 1653.67px;
  height: 1306.47px;
  background: url(../img/main/Vector-right.png) no-repeat center center;
}

/* .main:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 179px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 90.1%);
    z-index: 6;
} */

.main .main-block {
  display: flex;
  position: relative;
  flex-direction: column;
}

.main .main-block > div {
  position: relative;
  z-index: 5;
  display: flex;
  /* flex-direction: column; */
  /* align-items: center; */
}

.main .main-block .title {
  font-family: Manrope;
  font-weight: 800;
  margin: 0 0 8px;
  font-size: 56px;
  line-height: 56px;
  max-width: 958px;
  color: #27325a;
  /* padding: 10px; */
  /* border-radius: 20px; */
  /* background: linear-gradient(#f4f4f4 0%, rgb(55 128 212 / 28%) 100%); */
}

.main .main-block .title span {
  color: #187f86;
}

.main .main-block .title b {
  font-weight: 600;
}

.main .main-block .subtitle {
  font-family: Manrope;
  font-weight: 500;
  margin: 0 0 47px;
  font-size: 24px;
  line-height: 28px;
  max-width: 890px;
  color: #444444;
}

.main .main-block .subtitle span {
  padding: 5px;
  background-color: #187f86;
  color: #fff;
  border-radius: 10px;
}

.title-price {
  font-weight: 600;
  /* text-shadow: 5px 1px 2px #3780d4; */
}

.main .main-block .title mark {
  display: inline-block;
  vertical-align: top;
  padding: 0px 13px 5px;
  line-height: 120%;
  background: transparent;
  border-radius: 10px;
  color: #fff;
  background: #3780d4;
  margin-top: 5px;
}

.main .main-block .title u {
  /*background: #FFF;*/
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.main .main-block .advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 51px;
}

.main .main-block .advantages .item {
  margin-right: 70px;
  display: flex;
  align-items: center;
  background: #fff;
  background: #ffffff;
  box-shadow: 0px 30px 44px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  position: relative;
  padding: 12px 32px 12px 50px;
  min-width: 176px;
}

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

.main .main-block .advantages .item .image {
  margin-right: 19px;
}

.main .main-block .advantages .item .info b {
  display: block;
  color: #443c0b;
}

.main .main-block .advantages .item .info span {
  color: #443c0b;
  width: 115px;
  display: block;
}

.main .main-block .advantages .item .image {
  position: absolute;
  z-index: 2;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.main .main-block .advantages .item:last-child .image {
  left: -11px;
}

.main .main-block .advantages .item .image img {
  position: relative;
  z-index: 5;
}

.main .main-block .advantages .item .image:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  background: url(../img/main-advantage-bg.png) no-repeat center center;
}

.main .main-block .controls .btn-block {
  width: 404px;
}

.btn:hover {
  background: #13a210;
}

.main .main-block .controls .btn-block .btn {
  width: 100%;
}

.main .main-block .text {
  font-size: 14px;
  line-height: 140%;
  color: #5e5e5e;
  margin: 0 0 13px;
  width: 404px;
}
.main-block .presents {
  width: 553px;
  padding: 20px 32px 37px;
  background: #f4f4f4;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  box-shadow: 0px 14px 24px rgb(0 0 0 / 6%);
  margin-top: 60px;
  position: relative;
  z-index: 8 !important;
}

.main-block .presents .title {
  margin: 0 0 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #292929;
  width: 357px;
  max-width: 100%;
}

.main-block .presents .title:after {
  content: '';
  position: absolute;
  right: 23px;
  top: -30px;
  width: 84px;
  height: 100px;
  background: url(../img/present-mini.png) no-repeat center center;
}

.fs-btn {
  font-size: 14px;
  font-weight: 500;
}

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

.main-block .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 .presents .items .item .image {
  width: 54px;
  height: 100%;
  overflow: hidden;
  min-width: 54px;
  color: #000;
}

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

.main-block .presents .items .item .text {
  margin: 0;
  padding: 5px 25px 5px 10px;
  width: auto;
  font-size: 14px;
  text-align: left;
  color: #3c3c3a;
}

.main-block .presents .items .item .text s {
  color: #4e4e4e;
  font-size: 12px;
  margin-right: 5px;
}

.main-block .presents .items .item .text b {
  color: #ff1d1a;
  font-size: 12px;
}

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

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

.main .main-block .main-video {
  position: absolute;
  left: 0;
  bottom: -300px;
  pointer-events: none;
  z-index: inherit;
  /* width: 400px; */
  mask-image: url(/img/mask-tooth.svg);
  mask-size: 2000px;
  mask-repeat: no-repeat;
}

.main .main-block .main-image {
  position: relative;
  pointer-events: none;
  z-index: inherit;
}
.main .main-block .names .name {
  position: absolute;
  width: 227px;
  height: 227px;
  padding: 25px 33px;
  border-radius: 10px;
  z-index: 8;
  background: url(../img/experience.svg) no-repeat center center;
}

.main .main-block .names .name.one {
  bottom: 106px;
  right: 70px;
}

.main .main-block .names .name.two {
  bottom: 160px;
  left: 420px;
  width: 275px;
}

.main .main-block .names .name b {
}

.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: -8px;
}

.main .main-block .names .name.one:after {
  left: 228px;
}

.main .main-block .names .name.two:after {
  right: 38px;
}

.main .main-block .names .name .experience {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
}

.main .main-block .names .name .experience b {
  color: #fff;
  font-weight: 600;
  font-size: 59px;
  margin-right: 10px;
}

.main .main-block .names .name .experience small {
  color: #fff;
}

.main .main-block .names .name .fio {
  text-align: center;
  color: #fff;
}

.main .main-block .names .name .fio span {
  font-size: 15px;
}

.main .main-block .names .name .fio span b {
  display: block;
  font-size: 18px;
}

.main .main-block .names .name .fio small {
  font-size: 10px;
  line-height: 1;
  display: block;
  margin: 5px 0 0;
}

.main-second {
  display: flex;
  flex-direction: row;
}

.main__diagnostics {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.main__diagnostics-video {
  border-radius: 20px;
  overflow: hidden;
  max-width: 570px;
}

.main__diagnostics-video video {
  width: 100%;
  border-radius: 20px;
}

.main__diagnostics-text {
  font-family: Manrope;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #444444;
  max-width: 519px;
}

.main__diagnostics-text span {
  font-weight: 800;
}

.main__offers {
  display: flex;
  flex-direction: column;
}

.main-first {
  flex-direction: column;
}

.main-second {
  flex-direction: row;
}

.main__offers-allonfour {
  color: #ffffff;
  font-family: Manrope;
  background-color: #27325a;
  padding: 20px 50px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  border-radius: 20px 20px 0 0;
  width: fit-content;
}

.main__allonfour-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  justify-content: center;
}

.main__allonfour-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  max-width: 316px;
}

.main__allonfour-title span {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
}

.main__allonfour-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px;
}

.main__allonfour-cost {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.main__allonfour-cost span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 800;
  line-height: 23px;
  color: #ffffff;
}

.main__allonfour-cost b {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: line-through;
}

.main__allonfour-cost strong {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 800;
  line-height: 23px;
  background-color: #13a210;
  padding: 2px;
  border-radius: 5px;
}

.main__allonfour-variants {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
}

.main__allonfour-variant {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #ffffff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1px 5px;
}

/* .main__offers-allonfour h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-family: Manrope;
}

.main__offers-allonfour b {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: Manrope;
}

.main__offers-allonfour p {
  font-size: 23px;
  color: #ffffff;
  font-family: Manrope;
  line-height: 34px;
  font-weight: 800;
}

.main__offers-allonfour span {
  text-decoration: line-through;
  font-size: 23px;
    color: #FFFFFF;
    font-family: Manrope;
    line-height: 34px;
    font-weight: 800;
} */

/* .main__offers-allonfour::before {
  content: "";
  position: absolute;
  width: 152px;
  height: 125px;
  left: -20px;
  top: -30px;
  background: url(/img/main__offers-allonfour-image.svg) no-repeat center center;
  background-size: contain;
} */

.main__offers-economy {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 120px 30px 30px;
  position: relative;
}

.main__offers-economy::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 56px;
  right: 30px;
  top: 0px;
  background: url(/img/main__offers-economy-gift.svg) no-repeat center center;
  background-size: contain;
}

/* .main__offers-economy::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 113px;
  right: -15px;
  top: 120px;
  background: url(/img/main__offers-economy-img.svg) no-repeat center center;
  background-size: contain;
} */

.main__offers-economy h4 {
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
  color: #444444;
  font-family: Manrope;
  margin-bottom: 16px;
}

.main__offers-list-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  font-family: Manrope;
  margin-bottom: 9px;
  position: relative;
  margin-left: 10px;
}

.main__offers-list-item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 2px;
  background: url(/img/main__offers-list-item-icon.svg) no-repeat center center;
  background-size: contain;
}

.main__offers-list-item strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  font-family: Manrope;
  margin-left: 4px;
}

.main__diagnostics-block {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 25px;
}

.main__diagnostics-block p {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  max-width: 190px;
}

.main__diagnostics-btn {
  position: relative;
  font-family: Manrope;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding: 18px 60px 17px 90px;
  border-radius: 70px;
  max-width: 353px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #13a210;
  /* margin-top: 25px; */
}
.main__diagnostics-btn::before {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  left: 10px;
  top: 15px;
  background: url(/img/main/main__diagnostics-btn-img.png) no-repeat center
    center;
  background-size: contain;
}

/*** QUIZ ***/

.quiz-section {
  background: url(../img/quiz-bg.png) no-repeat center right -90px;
}

.quiz-section .section-title {
  text-align: center;
  margin: 0 0 83px;
}

.quiz-section .section-title .title {
  font-size: 38px;
  line-height: 45px;
  color: #292929;
  margin: 0 0 7px;
}

.quiz-section .section-title .subtitle {
  color: #7a7a7a;
  font-size: 20px;
  line-height: 24px;
}

.quiz-section .section-title .title b {
  font-weight: 500;
}

#quiz {
  display: flex;
  flex-wrap: wrap;
}

.quiz-box {
  padding: 36px 48px 42px 39px;
  background: #f4f4f4;
  border-radius: 0 12px 12px 0;
  width: calc(100% - 358px);
}

.quiz-box .quiz-top {
  margin: 0 0 35px;
  position: relative;
}

.quiz-box .quiz-top .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3c3c3c;
  margin: 0 0 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
}

.quiz-box .quiz-top .line {
  background: #fff;
  width: 100%;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
}

.quiz-box .quiz-top .line span {
  width: 20%;
  background: #1cc7ea;
  display: block;
  height: 100%;
  border-radius: 40px;
}

.quiz-box .quiz-middle {
  min-height: 236px;
  height: 236px;
}

.quiz-box .quiz-middle .item {
  display: none;
}

.quiz-box .quiz-middle .item:first-child {
  display: block;
}

.quiz-box .quiz-middle .item .question {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  justify-content: center;
}

.quiz-box .quiz-middle .item .question span {
  color: #3780d4;
  font-size: 24px;
  line-height: 28px;
  margin-right: 5px;
  font-weight: bold;
}

.quiz-box .quiz-middle .item .question b {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #494949;
}

.quiz-box .quiz-middle .item .answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.quiz-box .quiz-middle .item .answers .answer {
  background: #fff;
  box-shadow: 0px 10px 14px rgb(0 0 0 / 8%);
  border-radius: 10px;
  margin-right: 15px;
  width: 161px;
  overflow: hidden;
}

.quiz-box .quiz-middle .item .answers .answer:last-child {
  margin-right: 0;
}

.quiz-box .quiz-middle .item .answers.type-2 .answer {
  width: calc(80% / 2 - 15px / 2);
  margin-bottom: 15px;
  background: #cae6f5;
}

.quiz-box .quiz-middle .item .answers.type-2 .answer label span {
  padding: 20px 42px;
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
}

.quiz-box .quiz-middle .item .answers.type-2 .answer:nth-child(2n) {
  margin-right: 0;
}

.quiz-box .quiz-middle .item .answers .answer input:checked + label span {
  border-color: #3780d4;
  background: #fff;
}

.quiz-box .quiz-middle .item .answers .answer input {
  display: none;
}

.quiz-box .quiz-middle .item .answers .answer label {
  display: flex;
  flex-flow: column;
  cursor: pointer;
  height: 100%;
}

.quiz-box .quiz-middle .item .answers .answer label img {
  width: 100%;
}

.quiz-box .quiz-middle .item .answers .answer label span {
  display: block;
  padding: 19px 42px 17px;
  font-size: 14px;
  line-height: 14px;
  color: #3c3c3a;
  position: relative;
  height: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  height: 100%;
}

.quiz-box .quiz-middle .item .answers .answer label span:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1px solid #1cc7ea;
  background: #fff;
  background-position: center;
}

.quiz-box
  .quiz-middle
  .item
  .answers
  .answer
  input:checked
  + label
  span:before {
  background: url(../img/check.svg) no-repeat center center;
  border-color: #3780d4;
}

.quiz-box .quiz-bottom {
  margin: 63px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.quiz-box .quiz-bottom .control .next {
  padding: 20px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  background: linear-gradient(180deg, #ffd977 0%, #ff910f 100%);
  border-radius: 12px;
  border: none;
  border-bottom: 3px solid #ff8d01;
  position: relative;
  cursor: pointer;
}

.quiz-box .quiz-bottom .control .next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 175.58px;
  height: 45.8px;
  background: rgba(255, 141, 1, 0.6);
  filter: blur(75px);
  border-radius: 12px;
  margin: 34px 0 0;
}

.quiz-box .quiz-bottom .title {
  margin-left: auto;
  font-size: 30px;
  font-weight: 600;
  color: #494949;
}

.quiz-box .quiz-bottom .title span:first-child {
  font-size: 50px;
  color: #df3a38;
}

.quiz-info {
  width: 358px;
  background: #3780d4;
  border-radius: 12px 0 0 12px;
  padding: 29px 31px;
  position: relative;
}

.quiz-info .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #ffffff;
  margin: 0 0 22px;
}

.quiz-info .present {
  position: relative;
  width: 239px;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

.quiz-info .quete {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin: -20px 0 15px;
  color: #3b3d41;
  padding: 19px 15px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  z-index: 5;
}

.quiz-info .quete span {
  border-bottom: 1px solid #4a759d;
}

.quiz-info .quete b {
  font-weight: 500;
}

.quiz-info .quete:before {
  width: 47px;
  height: 31px;
  background: url(../img/quote.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.quiz-info .doctor {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.quiz-info .doctor .photo {
  position: relative;
  overflow: hidden;
  width: 73px;
  padding: 4px;
  margin-right: 22px;
}

.quiz-info .doctor .photo img {
  position: relative;
  z-index: 5;
}

.quiz-info .doctor .photo:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #ff8d01;
  border-radius: 200px;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.quiz-info .doctor .info {
  position: relative;
  z-index: 7;
  color: #fff;
  width: calc(100% - 95px);
}

.quiz-info .doctor .info .name {
  margin: 0 0 3px;
  font-size: 16px;
}

.quiz-info .doctor .info .name b {
  display: block;
  font-weight: 500;
}

.quiz-info .doctor .info .position {
  font-size: 11px;
  line-height: 120%;
}

.quiz-final {
  padding: 37px 60px 78px 477px;
  background: #f4f4f4;
  border-radius: 12px;
  width: 100%;
  position: relative;
  display: none;
}

.quiz-final > .image {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.quiz-final .info .title {
  font-weight: 500;
  font-size: 44px;
  color: #3c3c3a;
  line-height: 100%;
  margin: 0 0 38px;
}

.quiz-final .info .form-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.quiz-final .info .form-group input {
  width: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 22px 27px;
  border: none;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  font-weight: 300;
  margin-right: 15px;
  font-family: sans-serif;
}

.quiz-final .info .form-group input::placeholder {
  color: #989898;
}

.quiz-final .info .form-group button {
  display: flex;
  align-items: center;
  padding: 20px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  background: linear-gradient(180deg, #ffd977 0%, #ff910f 100%);
  border-bottom: 4px solid #ff8d01;
  border: none;
  position: relative;
  cursor: pointer;
}

.quiz-final .info .form-group button img {
  margin-left: 12px;
}

.quiz-final .info .form-group button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 175.58px;
  height: 45.8px;
  background: rgba(255, 141, 1, 0.5);
  filter: blur(65px);
  border-radius: 12px;
  margin: 34px 0 0;
}

.quiz-final .info .politic {
  color: #3c3c3a;
  margin: 0 0 56px;
}

.quiz-final .info .politic a {
  color: #3c3c3a;
  border-bottom: 1px solid rgb(60 60 58 / 50%);
  line-height: 1;
}

.quiz-final .info .present {
  background: #fff;
  padding: 13px 48px 13px 75px;
  border-radius: 10px;
  box-shadow: 0px 10px 44px rgb(0 0 0 / 18%);
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 49px;
}

.quiz-final .info .present .image {
  position: absolute;
  left: -66px;
  bottom: -20px;
}

.quiz-final .info .present b {
  display: block;
  color: #3c3c3a;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  margin: 0 0 4px;
}

.quiz-final .info .present span {
  display: block;
  color: #3c3c3a;
  font-size: 16px;
  line-height: 140%;
}

footer {
  padding: 80px 0 30px;
}

footer .links {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .links ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

footer .links ul li {
  margin-right: 12px;
  color: #514837;
}

/* footer .links ul:last-child {
    margin-left: auto;
    justify-content: flex-end;
}

footer .links ul:last-child li {
    margin-right: 0;
}

footer .links ul:last-child {
    margin-left: auto;
} */

footer .links ul li a {
  color: #514837;
  border-bottom: 1px solid #ccc;
  transition: 0.3s border-color;
}

footer .links ul li a:hover {
  border-color: transparent;
}

footer .links ul:last-child li:first-child {
  margin-right: 15px;
}

footer .links ul:last-child li:last-child {
  margin-right: 0;
}

footer .text {
  text-align: center;
  margin: 10px 0 20px 0;
  color: #514837;
}

.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;
}

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

.modal-licence-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.licence-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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