@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("normalize.css");
@import url("fonts.css");
@import url("grid.css");
@import url("jquery.fancybox.css");
/*
@import url("https://implantacia-ekb.ru/css/slick.css");
@import url("https://implantacia-ekb.ru/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: 32px 26px 34px;
	text-align: center;
	background: linear-gradient(180deg, #FAEA9E 0%, #F8DD74 100%);
	border-radius: 12px;
	border: none;
	border-bottom: 5px solid #DBC574;
	position: relative;
	color: #323232;
	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: 32px;
    line-height: 1;
    font-weight: 700;
}
  
  .btn-block {
	position: relative;
  }
  
  .btn-block:before {
    display: none;
	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 {
    display: none;
	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: 22px;
    font-weight: 500;
    line-height: 130%;
}

header {
	padding: 10px 0;
	background: #FFF;
	box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
}

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

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

.header-block .year {
	color: #FFF;
	line-height: 15px;
	width: auto;
	height: auto;
	background: #FE6E0D;
	padding: 5px 14px 5px 14px;
	background-size: contain;
	border-radius: 7px;
	color: #FFF;
	line-height: 120%;
	position: relative;
    font-weight: 600;
}

.header-block .year:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 9px 5px 0;
    border-color: transparent #FE6E0D transparent transparent;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
}

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

.header-block .adress {
	position: relative;
	padding-left: 58px;
	line-height: 140%;
	margin-left: auto;
	color: #151515;
}

.header-block .adress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url(../img/adress.svg) no-repeat center center #646464;
    background-size: 24px;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 15%);
    border-radius: 100px;
}

.header-block .adress b {
    font-weight: normal;
    font-size: 18px;
}

.header-block .phone {
	position: relative;
	padding-left: 48px;
	font-size: 26px;
	margin-left: auto;
	text-align: right;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	align-items: flex-end;
}

.header-block .phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background:
    url(../img/phone.svg) no-repeat center center #646464;
    background-size: 24px;
    border-radius: 100px;
    box-shadow: 0px 4px 14px
    rgb(0 0 0 / 15%);
}

.header-block .phone a {
    display: block;
    line-height: 1;
    color: #151515;
}

.header-block .phone a b {
    font-weight: bold;
}

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

.header-block .phone > span {
	display: block;
	color: #151515;
	padding-left: 13px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	position: absolute;
	top: -14px;
	right: 0;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin-bottom: 3px;
}

.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 42px;
    font-size: 52px;
    line-height: 120%;
    width: 850px;
    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: 52px;
}

.main .main-block .title u {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    color: #0078FF;
    font-size: 52px;
    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 .btn-block {
    width: 524px;
    position: relative;
}

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

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

.main .main-block .text {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 24px;
    width: 404px;
    color: #3C3C3A;
}
.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 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: 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;
}

.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;
    background: linear-gradient(180deg, #0C7FFF 0%, #004DA4 100%);
    border-radius: 0px 0px 10px 10px;
}

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

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

.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 {
    padding-top: 40px;
    background: url(../img/quiz-bg.png) no-repeat center right -90px;
}

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

.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: #e1e1e1;
    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: 14px;
    line-height: 19px;
    color: #494949;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    background: #ffffff8a;
    padding: 0 5px;
    border-radius: 5px;
    line-height: 130%;
}

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

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

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

.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: #0b7efd;
    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 22px 20px 42px;
    font-size: 17px;
    border: 1px solid #FFF;
    border-radius: 10px;
    background: #FFF;
    line-height: 120%;
}

.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: #0b7efd;
    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 #646464;
    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: #0b7efd;
}

.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, #0C7FFF 0%, #004DA4 100%);
    border-radius: 12px;
    border: none;
    border-bottom: 3px solid #004593;
    position: relative;
    cursor: pointer;
}

.quiz-box .quiz-bottom .control .next:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 135.58px;
    height: 34.8px;
    background: #004593;
    filter: blur(75px);
    border-radius: 12px;
    margin: 34px 0 0;
    opacity: .8;
}

.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: 14px 31px 0 31px;
    position: relative;
    flex-flow: column;
    display: flex;
}

.quiz-info .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 0 52px;
    padding: 38px 0 38px 11px;
    position: relative;
}

.quiz-info .title:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0px;
    width: 35px;
    height: 30px;
    background: url(../img/quete.svg) no-repeat center center;
}

.quiz-info .title:after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: 0;
    width: 35px;
    height: 30px;
    background: url(../img/quete.svg) no-repeat center center;
    transform: rotate(180deg);
}

.quiz-info .present {
    position: relative;
    margin: auto auto 0;
    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: #525252;
    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: #e1e1e1;
    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: #e1e1e1;
    border-radius: 12px;
    width: 100%;
    position: relative;
    display: none;
}

.quiz-final > .image {
    position: absolute;
    left: -10px;
    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, #0C7FFF 0%, #004DA4 100%);
    border-bottom: 4px solid #004593;
    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: 105.58px;
    height: 15.8px;
    background: #004593;
    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 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;
}

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: #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.big {
    width: 600px;
    max-width: 100%;
}

.modal .modal-text p {
    margin: 0 0 12px;
}

.modal .modal-text p:last-child {
    margin: 0;
}
.g-recaptcha {
    padding: 15px 0;
}
.recaptcha-error {
    font-size: 18px;
    color: red;
    width: 100%;
}