@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700&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');
@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");
*/


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: '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 bottom center;
    max-width: 100%;
    overflow: hidden;
}

.btn {
    padding: 24px 36px 28px;
    text-align: center;
    background: -o-linear-gradient(top, #faea9e 0%, #f8dd74 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#faea9e), to(#f8dd74));
    background: linear-gradient(180deg, #faea9e 0%, #f8dd74 100%);
    border-radius: 12px;
    border: none;
    border-bottom: 5px solid #cbb647;
    position: relative;
    color: #443c0b;
    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: #cbb647;
    -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;
}

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

.header-block .year {
    color: #FFF;
    line-height: 15px;
    width: 138px;
    height: 51px;
    background: url(../img/years.svg) no-repeat center center;
    padding: 8px 12px 10px 15px;
    background-size: contain;
    font-size: 12px;
}

.header-block .year b {
    font-size: 22px;
    margin-bottom: 5px;
    color: #FFF;
    font-weight: 600;
    display: block;
}

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

.header-block .adress {
    position: relative;
    padding-left: 58px;
    line-height: 120%;
    margin-left: auto;
    margin-right: 30px;
    background: #FFF;
    padding: 13px 13px 13px 70px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 70px 8px 8px 70px;
    color: #1D1D1B;
    font-size: 16px;
}

.header-block .adress b {
    font-weight: 600;
}

.header-block .adress:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    background: url(../img/adress.svg) no-repeat center center;
    background-size: 28px auto;
    border-radius: 100px;
    border: 1px solid #fa9831;
}

.header-block .adress small {
    position: relative;
    padding-left: 15px;
    color: #805139;
    font-size: 16px;
}

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

.header-block .phone {
    position: relative;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
    padding: 11px 15px 14px 70px;
    background: #FFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 70px 8px 8px 70px;
    color: #1D1D1B;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.header-block .phone:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    background: url(../img/phone.svg) no-repeat center center;
    background-size: 33px auto;
    border-radius: 100px;
    border: 1px solid #fa9831;
}

.header-block .phone a {
    display: block;
    color: #1D1D1B;
}

.header-block .phone a b {
    font-weight: 600;
    color: #009b95;
}

.header-block .phone a span {
    color: #159EFD;
}

.header-block .phone>span {
    display: block;
    color: #676767;
    padding-left: 13px;
    margin-top: 2px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

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

.main {
    padding: 30px 0 104px;
    position: relative;
}

.main:after {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 179px;
    z-index: 6;
}

.main .main-block {
    position: relative;
}

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

.main .main-block .title {
    margin: 0 0 52px;
    font-size: 56px;
    line-height: 120%;
    color: #3A3A3A;
    text-transform: uppercase;
    font-weight: 700;
}

.main .main-block .title span {
    color: #0072D9;
}

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

.main .main-block .title mark {
    display: inline-block;
    vertical-align: baseline;
    padding: 0px 13px 5px;
    line-height: 120%;
    background: transparent;
    color: #FFF;
    background: #FFF;
    background: #FE6E0D;
    border-radius: 10px;
    text-shadow: none;
    font-weight: 600;
    font-size: 62px;
}

.main .main-block .title u {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    color: #009b95;
    line-height: 100%;
}

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

.main .main-block .advantages .item {
    margin-right: 30px;
    display: flex;
    align-items: center;
    position: relative;
    flex-flow: column;
    text-align: center;
    width: 110px;
}

.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: relative;
    z-index: 2;
    margin: 0 auto 10px;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: flex-end;
}

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

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

.main .main-block .controls .btn-block {
    width: 444px;
    position: relative;
    margin-right: 28px;
}

.main .main-block .controls .btn-block:after {
    content: '';
    position: absolute;
    right: -150px;
    bottom: -70px;
    width: 214px;
    height: 182px;
    background: url(../img/calc.png) no-repeat center center;
    pointer-events: none;
    z-index: 2;
    display: none;
}

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

.main .main-block .text {
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    width: 284px;
    color: #6C6C6C;
}

.main-block .presents {
    width: 495px;
    padding: 16px 16px 18px 62px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0px 14px 24px rgb(0 0 0 / 6%);
    position: relative;
    margin: 0 0 25px;
}

.main-block .presents:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 79px;
    background: url(../img/present-mini.png) no-repeat center center;
}

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

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

.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: auto;
    max-width: 100%;
    position: relative;
}

.main-block .presents .items .item:nth-child(1):after {
    content: '+';
    position: absolute;
    right: -46px;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #FE6E0D;
    z-index: 23;
    line-height: 1;
    margin-top: -4px;
}

.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: 0;
    width: auto;
    font-size: 14px;
    text-align: left;
    color: #3C3C3A;
    line-height: 120%;
}

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

.main .main-block .main-image .before {
    display: flex;
    flex-flow: column;
    width: 148px;
    position: absolute;
    top: 170px;
    left: 150px;
}

.main .main-block .main-image .before span {
    color: #717171;
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin: 0 0 4px 8px;
}

.main .main-block .main-image .before img {
    border: 4px solid #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.main .main-block .main-image .before:after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
}

.main .main-block .main-image {
    position: absolute;
    right: -140px;
    bottom: -110px;
    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: 146px;
    right: 140px;
}

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

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

.price-section {
    display: flex;
    align-items: center;
    margin: 0 0 63px;
}

.price-section .price-block {
    background: #FFFFFF;
    box-shadow: 0px 10px 44px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 0 30px 0 283px;
    position: relative;
    padding: 14px 33px 13px 58px;
}

.price-section .price-block .image {
    margin-right: 0;
    margin-left: -291px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
}

.price-section .price-block .image:before {
    content: '';
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(92.65deg, #62AEFA 6.44%, #3182D2 104.41%);
    border-radius: 100px;
    width: 70px;
    height: 70px;
}

.price-section .price-block .image img {
    position: relative;
    z-index: 5;
}

.price-section .price-block .price-info .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #1C1C1C;
    margin: 0 0 8px;
}

.price-section .price-block .price-info .name span {
    color: #8E8E8E;
    font-weight: normal;
}

.price-section .price-block .price-info .cost {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.price-section .price-block .price-info .cost b {
    font-weight: 700;
    margin: 0 0 5px;
    color: #FFF;
    background: linear-gradient(92.65deg, #00AB04 6.44%, #00978C 104.41%);
    border-radius: 7px;
    font-size: 22px;
    padding: 6px 12px;
    white-space: nowrap;
    line-height: 1;
}

.price-section .price-block .price-info .cost span {
    color: #ABABAB;
}

.price-section .price-block .price-info .link {
    margin: 7px 0 0;
}

.price-section .price-block .price-info .link a {
    text-decoration-line: underline;
    color: #3C3C3A;
    font-weight: 600;
    font-size: 14px;
}

.price-section .points {}

.price-section .points ul li {
    position: relative;
    padding-left: 23px;
    margin: 0 0 11px;
    color: #3C3C3A;
    font-size: 18px;
    line-height: 140%;
}

.price-section .points ul li:last-child {
    margin: 0;
}

.price-section .points ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(../img/check_list.svg) no-repeat center center;
    background-size: contain;
}

.advantages-section {
    margin-top: -36px;
}

.advantages-list {
    display: flex;
    flex-wrap: wrap;
}

.advantages-list .item {
    width: calc(100%/3 - 67px*2/3);
    background: #FFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    padding: 21px 20px;
    margin-right: 67px;
}

.advantages-list .item:nth-child(3) {
    margin-right: 0;
}

.advantages-list .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(269.61deg, #00C063 0.09%, #00A253 98.52%);
}

.advantages-list .item .image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.advantages-list .item:nth-child(1) .image {
    right: -20px;
}

.advantages-list .item:nth-child(2) .image {
    right: -30px;
}

.advantages-list .item:nth-child(3) .image {
    right: -40px;
}

.advantages-list .item .info {
    width: 220px;
    max-width: 100%;
}

.advantages-list .item .info .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: #000000;
    margin: 0 0 8px;
}

.advantages-list .item .info .text {
    font-size: 14px;
    line-height: 130%;
    width: 170px;
    max-width: 100%;
}

/*** QUIZ ***/

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

.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%);
    background: rgb(255 255 255 / 40%);
    padding: 2px 4px;
    border-radius: 5px;
}

.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: linear-gradient(92.65deg, #00AB04 6.44%, #00978C 104.41%);
    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: #c12032;
    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: #c12032;
    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 #d7d7d7;
    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: #c12032;
}

.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: #323232;
    background: linear-gradient(180deg, #FAEA9E 0%, #F8DD74 100%);
    border-radius: 12px;
    border: none;
    border-bottom: 3px solid #cbb647;
    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: #cbb647;
    filter: blur(75px);
    border-radius: 12px;
    margin: 34px 0 0;
    opacity: .2;
}

.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: #3C3C3A;
    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;
    border-radius: 100px;
}

.quiz-info .doctor .photo:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 20%);
    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-send {
    padding: 60px;
    background: #F4F4F4;
    border-radius: 12px;
    width: 100%;
    position: relative;
    text-align: center;
}

.quiz-send .title {
    font-weight: 500;
    font-size: 44px;
    color: #3C3C3A;
    line-height: 100%;
    margin: 0 0 17px;
}

.quiz-send .subtitle {
    font-weight: 400;
    font-size: 34px;
    color: #3C3C3A;
    line-height: 100%;
    margin: 0 0 5px;
}

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

.quiz-final>.image {
    position: absolute;
    left: -10px;
    bottom: 0;
    pointer-events: none;
    width: 520px;
    max-width: 100%;
}

.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: #323232;
    background: linear-gradient(180deg, #faea9e 0%, #f8dd74 100%);
    border-bottom: 4px solid #cbb647;
    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;
    display: none;
}

.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 18px 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%;
}

.quiz-final .info .present span u {
    text-decoration: none;
    color: #cc214d;
}

.quiz-final .info .present small {
    font-size: 12px;
    color: #8c8c8c;
}

footer {
    padding: 80px 0 30px;
}

footer .links {
    display: flex;
    align-items: 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: .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 0;
    color: #afafae;
}

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

.modal .modal-title {
    font-size: 18px;
    width: calc(100% - 230px);
}

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

.modal .modal-content {
    display: flex;
    align-items: center;
}

.modal .modal-image {
    min-width: 230px;
}

.g-recaptcha {
    padding: 15px 0;
}

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