@import url("../css/normalize.css");
@import url("../css/fonts.css");
@import url("../css/grid.css");
@import url("../css/slick.css");
@import url("../css/jquery.fancybox.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: 'Mont', 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;
}

body.no-scroll {
    height: 100vh;
    overflow: hidden;
}

/*** GLOBAL ***/

/*Btn*/

.btn {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(94.21deg, #E9B456 -15.34%, #F7D79E 43.54%, #E9B456 106.21%);
    box-shadow: 0px 4px 0px #d09c3e;
    border-radius: 14px;
    padding: 29px 40px;
    border: none;
}

.btn-border {
    border: 2px solid #ffdfa4;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #353535;
    padding: 16px 8px;
    border-radius: 8px;
	color: #323232;
	background: transparent;
	box-shadow: none;
}

.btn-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #222222;
    width: 563px;
    max-width: 100%;
    margin: 0 0 38px;
}

.wrapper {
    background: url(../img/bg/main.jpg) no-repeat center center;
    background-size: cover;
}

.bg-beige {
    background: #F3EEE5;
}

.bg-blue {
    background: #E1E9F5;
}

/*Section Title*/

.section-title {
    display: flex;
    flex-flow: column;
    margin: 0 0 52px;
	justify-content: center;
}

.section-title .title {
    font-size: 40px;
    line-height: 144%;
    letter-spacing: 0.01em;
    color: #353535;
    margin: 0 0 21px;
	text-align: center;
}

.section-title .subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    color: #222222;
}

.section-title .title b.blue {
    color: #2f4b7a;
}

.section-title.center {
    align-items: center;
    text-align: center;
}

/*Slider*/

.slick-slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    z-index: 5;
    background: linear-gradient(94.21deg, #E9B456 -15.34%, #F7D79E 43.54%, #E9B456 106.21%);
    box-shadow: inset 0px -3px 7px rgba(255, 255, 255, 0.3), inset 0px 0px 15px rgba(255, 255, 255, 0.3);
    border-radius: 200px;
    cursor: pointer;
}

.slick-slider .arrow.prev {
    left: -60px;
}

.slick-slider .arrow.next {
    right: -60px;
}

.slick-dots {
    bottom: -80px;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #353535;
    margin: 0 6px;
    cursor: pointer;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background: linear-gradient(94.21deg, #F9B02A -15.34%, #FFDEA3 46.7%, #F9AC1E 106.21%);
}

/*Text*/

.title_medium {
    font-size: 31px;
    line-height: 145%;
    color: #353535;
    font-weight: 600;
    margin: 0 0 30px;
}

.text_medium {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #353535;
    margin: 0 0 30px;
}

.text_medium:last-child {
    margin: 0;
}

.title_big {
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #353535;
    margin: 0 0 30px;
}

.title_big .blue {
    color: #2F4A78;
}

.text_small {
    color: #353535;
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 30px;
}

/*Form*/

.form-group {
    margin: 0 0 21px;
}

.form-group input {
    width: 100%;
    padding: 32px 22px;
    background: #F7F7F7;
    border-radius: 14px;
    border: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #282828;
}

.form-control button {
    width: 100%;
    box-shadow: 0px 4px 0px #D09C3E;
}

.form-control {
    margin: 0 0 20px;
    box-shadow: 0px 25px 31px rgba(161, 167, 182, 0.25), 0px 9.62963px 9.87407px rgba(161, 167, 182, 0.151852), 0px 2.03704px 2.52593px rgba(161, 167, 182, 0.0981481);
}

.form-text {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.form-text a {
    color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
}


/*** HEADER ***/

header {
    padding: 36px 0;
}

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

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

.header-block .logo img {
    position: relative;
    z-index: 17;
}

.header-block .logo span {
    position: relative;
    z-index: 17;
}

.header-block .logo span {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    width: 230px;
}

.header-block .adress {
    margin-left: auto;
    margin-right: 49px;
    position: relative;
    padding-left: 26px;
    width: 229px;
    max-width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    z-index: 16;
}

.header-block .adress:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 24px;
    background: url(../img/adress.png) no-repeat center center;
}

.header-block .callback {
    margin-right: 60px;
}

header .phone-block {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    position: relative;
    z-index: 17;
}

header .phone-block .time {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    color: #2c2c2c;
    margin: 0 0 8px;
}

header .phone-block .phone a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #505050;
    padding-left: 24px;
}

header .phone-block .phone a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icons/phone.svg) no-repeat center center;
    width: 21px;
    height: 21px;
}

.mobile-toggle {
    border: 1px solid #2F4B7A;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    margin-left: auto;
    position: absolute;
    display: none;
    z-index: 35;
    right: 0;
    top: 3px;
}

.mobile-toggle span {
    background: #2F4B7A;
    border-radius: 4px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile-toggle span:nth-child(1) {
    width: 20px;
    margin-top: -7px;
}

.mobile-toggle span:nth-child(2) {
    width: 16px;
    margin-left: -2px;
}

.mobile-toggle span:nth-child(3) {
    width: 20px;
    margin-top: 7px;
}

.mobile-toggle.open {
    border-color: #818D8D;
}

.mobile-toggle.open span {
    background: #818D8D;
}

.mobile-toggle.open span:nth-child(1) {
    margin: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 2px;
}

.mobile-toggle.open span:nth-child(2) {
    display: none;
}

.mobile-toggle.open span:nth-child(3) {
    margin: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 2px;
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 15;
    overflow: hidden;
    display: none;
}

.mobile-menu .scroll-box {
    padding: 22px 16px;
}

.mobile-menu .phone {
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: 102px;
    margin-top: 25px;
}

.mobile-menu .phone a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icons/mobile-phone.svg) no-repeat center center;
}

.mobile-menu .menu {
    margin: 100px 0 0;
}

.mobile-menu .menu ul li {
    text-align: center;
    margin: 0 0 36px;
}

.mobile-menu .menu ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu .menu ul li a {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

/*** MAIN ***/

.main {
    padding: 0 0 96px;
}

.main .main-block {
    padding: 45px 0 0;
    position: relative;
}

.main .main-block .info {
    width: 748px;
    max-width: 100%;
}

.main .main-block .info .title {
    font-size: 45px;
    line-height: 144%;
    letter-spacing: 0.01em;
    color: #2F4B7A;
    margin: 0 0 37px;
    color: #353535;
}

.main .main-block .info .title span {
    font-weight: 700;
    color: #2F4B7A;
}

.main .main-block .info .advantages-list {
    display: flex;
    align-items: flex-start;
    margin: 0 0 54px;
}

.main .main-block .info .advantages-list .item {
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.main .main-block .info .advantages-list .item:nth-child(2) {
    margin-right: 0;
}

.main .main-block .info .advantages-list .item .image {
    border-radius: 100px;
    overflow: hidden;
    min-width: 45px;
    margin-right: 18px;
}

.main .main-block .info .advantages-list .item .text {
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    color: #222222;
}

.main .main-block .main-image {
    position: absolute;
    right: 0;
    bottom: -80px;
}


/*** ADVANTAGES ***/


.advantages {
    margin: -30px 0 0;
}

.advantages .advantages-list {
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 33px 82px;
    box-shadow: 0px 615px 246px rgba(27, 24, 24, 0.01), 0px 346px 208px rgba(27, 24, 24, 0.05), 0px 38px 85px rgba(27, 24, 24, 0.1), 0px 0px 0px rgba(27, 24, 24, 0.1);
    border-radius: 24px;
	position: relative;
	z-index: 5;
}

.advantages .advantages-list .item {
    width: calc(100%/3 - 75px*2/3);
    margin-right: 75px;
    display: flex;
    align-items: center;
}

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

.advantages .advantages-list .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135.42deg, #FFEBC8 11.76%, #D4B378 92.35%);
    box-shadow: inset 0px 3.34118px 3.34118px rgba(255, 255, 255, 0.25);
    border-radius: 8.35294px;
    margin-right: 22px;
}

.advantages .advantages-list .item .text {
    font-size: 18px;
    line-height: 135%;
    color: #2C2C2C;
}


/*** WHY ***/


.why {
    padding: 91px 0 105px;
}

.why-list {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.why-list .item {
    background: #2f4b7a;
    border-radius: 25px;
    width: calc(100% / 2 - 32px / 2);
    margin-right: 32px;
    position: relative;
    padding: 84px 185px 84px 22px;
    color: #fff;
    overflow: hidden;
}

.why-list .item:nth-child(2n) {
    margin-right: 0;
}

.why-list .item .image {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.why-list .item .info .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 145%;
    margin: 0 0 11px;
}

.why-list .item .info .text {
    font-size: 16px;
    line-height: 150%;
}


/*** TYPES ***/

.types {
    padding: 96px 0;
}

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

.types-list .item {
    width: calc(100%/4 - 15px*3/4);
    margin: 0 15px 25px 0;
    padding: 8px 10px 25px;
    background: #FFFFFF;
    border-radius: 25px;
}

.types-list .item:nth-child(4n) {
    margin-right: 0;
}

.types-list .item .image {
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0 31px;
}

.types-list .item .info .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 13px;
    color: #222222;
    text-align: center;
}

.types-list .item .info .price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 145%;
    text-align: center;
    color: #2F4B7A;
    font-weight: 600;
    margin: 0 0 27px;
}

.types-list .item .info .price:before {
    content: '';
    width: 42px;
    height: 22px;
    background: url(../img/icons/price.svg) no-repeat center center;
    background-size: contain;
    display: block;
    margin-right: 8px;
}

.types-list .item .info .btn-block {
    padding: 0 18px;
}

.types-list .item .info .btn-block .btn {
    width: 100%;
    text-align: center;
}

.show_all {
    text-align: center;
    display: none;
}

/*** QUIZ SECTION ***/

.quiz-section {
    padding: 75px 0 104px;
}


/*** CROWN ***/

.crown {
	padding: 52px 0 110px;
}

.crown .section-title {
	margin: 0 0 85px;
}

.flex-block {
    display: flex;
    flex-wrap: wrap;
}

.flex-block .left {
    width: 680px;
    margin-right: 30px;
}

.flex-block .right {
    width: 570px;
}

.crown-block .white-box .item {
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 10px 64px 10px 34px;
    margin: 0 0 18px;
    border-radius: 25px;
    box-shadow: 0px 5px 26px rgb(27 24 24 / 1%);
}

.crown-block .white-box .item:last-child {
    margin: 0;
}

.crown-block .white-box .item .image {
    min-width: 100px;
    margin-left: auto;
}

.crown-block .white-box .item .title {
    color: #222222;
    font-size: 18px;
    line-height: 23px;
}


/*** TECH ***/

.tech {
	padding: 100px 0 110px;
	background: #FAFAFA;
}

.tech-block .image {
	display: inline-block;
	vertical-align: top;
	border-radius: 25px;
	overflow: hidden;
}

.num-list li {
    counter-increment: list;
    position: relative;
    padding-left: 77px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 40px;
}

.num-list li:last-child {
    margin-bottom: 0;
}

.num-list li:before {
    content: '0'counter(list);
    background: linear-gradient(135.42deg, #FFEBC8 11.76%, #D4B378 92.35%);
    box-shadow: inset 0px 2.5455px 2.5455px rgba(255, 255, 255, 0.25);
    border-radius: 6.36376px;
    width: 54px;
    height: 54px;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
}

.tech-block {
    margin: 0 0 147px;
}

.tech-block:last-child {
	margin: 0;
}

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

.sig-image {
    position: relative;
    margin: 0 0 36px;
}

.sig-image span {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #FFF;
    padding: 18px 40px;
    border-radius: 25px 25px 0 0;
    font-size: 18px;
    line-height: 23px;
    white-space: nowrap;
}

.sig-image:last-child {
    margin-bottom: 0;
}

.equipment {
    padding: 109px 0 120px;
}

.equipment .image {
    border-radius: 25px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.equipment .title_medium {
    font-size: 28px;
}

.white-block {
    background: #FFFFFF;
    box-shadow: 0px 5px 26px rgb(27 24 24 / 1%);
    border-radius: 25px;
    padding: 29px 173px 27px 31px;
    position: relative;
}

.white-block span {
    display: block;
    margin: 0 0 13px;
    font-size: 20px;
    line-height: 115%;
    color: #353535;
}

.white-block b {
    font-weight: bold;
    font-size: 18px;
    line-height: 145%;
    width: 270px;
    color: #353535;
    max-width: 100%;
    display: block;
}

.white-block img {
    position: absolute;
    bottom: 0;
    right: 22px;
}

/*** WARRANTY ***/


.warranty {
    background: url(../img/bg/warranty.jpg) no-repeat center center;
    background-size: cover;
    padding: 124px 0 114px;
    overflow: hidden;
    max-width: 100%;
}

.warranty-block {
    position: relative;
}

.warranty-block .section-image {
    position: absolute;
    right: -130px;
    bottom: -114px;
}

.warranty-block .info {
    width: 800px;
    max-width: 100%;
}

.warranty-block .info .white-block {
    width: 566px;
    max-width: 100%;
    padding-left: 188px;
    padding-right: 18px;
    margin: 0 0 47px;
}

.white-block.type-2 img {
    right: inherit;
    left: 25px;
}

.white-block.type-2 span {
    line-height: 140%;
    margin: 0;
}

.warranty-block .text_medium {
    margin: 0 0 47px;
}


/*** REVIEWS ***/

.reviews {
    padding: 80px 0 134px;
    max-width: 100%;
    overflow: hidden;
}

.reviews-list {
    width: 660px;
    margin: 0 auto;
}

.reviews-list .slick-list {
    overflow: visible !important;
    padding: 0 !important;
}

.reviews-list .slick-track {
    overflow: visible;
}

.reviews-list .item {
    border-radius: 25px;
    background: url(../img/bg/review.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 370px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 20px 41px;
    transform: scale(1);
}

.reviews-list .item:not(.slick-current) {
    transform: scale(.9);
}

.reviews-list .item .image {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
}

.reviews-list .item .info {
    width: 395px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reviews-list .item .info .text {
    padding: 29px 13px 29px 29px;
    border: 1px solid #E6E6E6;
    position: relative;
    border-radius: 10px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
}

.reviews-list .item .info .text:before {
    content: '';
    width: 56px;
    height: 50px;
    background: url(../img/icons/quete.svg) no-repeat center center;
    position: absolute;
    left: 3px;
    top: 10px;
}

.reviews-list .item .info .author {
    color: #353535;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 41px;
}

.reviews-list .item .info .author b {
    display: block;
}

.reviews-list .item .info .author span {
    display: block;
}

.reviews-list .item .info .show a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 78px;
}

.reviews-list .item .info .show a span {
    font-size: 14px;
    line-height: 16px;
    color: #353535;
}

.reviews-list .item .info .show a:before {
    content: '';
    width: 68px;
    height: 68px;
    background: url(../img/icons/play.svg) no-repeat center center, linear-gradient(270deg, #5C7BAD 0%, #2F4B7A 100%)center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 200px;
}


/*** BEST ***/

.best {
    background: url(../img/bg/best.jpg) no-repeat center center;
    background-size: cover;
    padding: 87px 0 97px;
    max-width: 100%;
    overflow: hidden;
}

.best-block {
    position: relative;
}

.best-block .info {
    width: 780px;
    max-width: 100%;
}

.best-block .image {
    position: absolute;
    right: 0;
    bottom: -97px;
}

.best-block .info .title {
    font-size: 36px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #353535;
    margin: 0 0 41px;
}

.best-block ul {
    margin: 0 0 50px;
}

.best-block ul li {
    position: relative;
    margin: 0 0 40px;
    padding-left: 84px;
    font-size: 24px;
    line-height: 40px;
    color: #222;
}

.best-block ul li img {
    position: relative;
    left: 0;
    top: 0;
}

.best-block ul li:last-child {
    margin: 0;
}

.best-block ul li b {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: linear-gradient(135.42deg, #FFEBC8 11.76%, #D4B378 92.35%);
    box-shadow: inset 0px 3.34118px 3.34118px rgba(255, 255, 255, 0.25);
    border-radius: 8.35294px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** STEPS ***/

.step-section {
    padding: 92px 0 104px;
}

.step-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.step-block .info {
    width: 592px;
    max-width: 100%;
}

.step-block .image {
    border-radius: 25px;
    margin-left: auto;
    overflow: hidden;
    width: 578px;
    max-width: 100%;
}

.step-block .num-list {
    margin: 0 0 45px;
}

.step-section.one .section-title {
    margin: 0 0 92px;
}

.step-block.type-2 .image {
    order: 1;
    margin-left: 0;
}

.step-block.type-2 .info {
    order: 2;
    margin-left: auto;
}

.step-block .num-list:last-child {
    margin: 0;
}

.step-block .result {
    background: #DABB82;
    border-radius: 25px;
    padding: 25px 40px;
}

.step-block .result b {
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.step-block .result ul li {
    padding-left: 25px;
    position: relative;
    font-size: 20px;
    line-height: 150%;
    color: #353535;
    margin: 0 0 24px;
}

.step-block .result ul li:last-child {
    margin: 0;
}

.step-block .result ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 3px;
}


/*** PORTFOLIO ***/

.portfolio {
    padding: 95px 0 145px;
}

.portfolio-big .arrow.prev {
    left: 10px;
}

.portfolio-big .arrow.next {
    right: 10px;
}

.portfolio-big .item {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 25px 0px 25px 25px;
    padding: 77px 125px;
    border-radius: 25px;
}

.portfolio-big .item .images {
    width: 480px;
    margin-left: 37px;
}

.portfolio-big .item .images .image {
    margin: 0 0 22px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 215px;
}

.portfolio-big .item .images .image img {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.portfolio-big .item .images .image:last-child {
    margin-bottom: 0;
}

.portfolio-big .item .images .image:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
    width: 190px;
    height: 30px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    line-height: 1;
}

.portfolio-big .item .images .image.after:after {
    content: "После";
}

.portfolio-big .item .images .image.before:after {
    content: "До";
}

.portfolio-big .item .info {
    width: calc(100% - 517px);
}

.portfolio-big .item .info .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    color: #323232;
    margin: 0 0 18px;
    padding-left: 40px;
    position: relative;
}

.portfolio-big .item .info .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: url(../img/icons/check_circle.svg) no-repeat center center;
    background-size: contain;
}

.portfolio-big .item .info ul {
    margin: 0 0 18px;
}

.portfolio-big .item .info ul li {
    position: relative;
    padding-left: 40px;
    font-weight: 400;
    font-size: 17px;
    line-height: 195%;
    color: #333333;
}

.portfolio-big .item .info ul li:last-child {
    margin-bottom: 0;
}

.portfolio-big .item .info ul li:before {
    content: "";
    width: 28px;
    height: 1.5px;
    background: #2f4b7a;
    position: absolute;
    left: 0;
    top: 16px;
}

.portfolio-big .slick-dots li {
    background: #FFF;
}

.portfolio-big .slick-dots li.slick-active {
    background: linear-gradient(94.21deg, #F9B02A -15.34%, #FFDEA3 46.7%, #F9AC1E 106.21%);
}

.portfolio-small {
    margin: 0 -8.5px 26px;
}

.portfolio-small .item {
    height: 153px;
    margin: 0 8.5px;
    position: relative;
    background: url(../img/bg/author.jpg) no-repeat center center;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 20px 18px;
    cursor: pointer;
    font-size: 18px;
    justify-content: center;
    text-align: center;
}

.portfolio-small .item b {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
}

.portfolio-small .item img {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.portfolio-small .item:not(.slick-current) img {
    filter: blur(2px);
}

.portfolio-small .item:not(.slick-current):before {
    z-index: 6;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .4;
}

.portfolio-small .item:not(.slick-current) b {
    filter: blur(2px);
}


/*** ABOUT ***/


.about-doc {
    background: url(../img/bg/about.jpg) no-repeat center center;
    background-size: cover;
    padding: 99px 0 0;
}

.about-block {
    position: relative;
    padding: 0 0 103px;
}

.about-block .info {
    width: 780px;
    max-width: 100%;
}

.about-block .info .text {
    font-size: 24px;
    color: #353535;
    margin: 0 0 56px;
}

.about-block .info ul.square {
    width: 630px;
    max-width: 100%;
}

ul.square li {
    margin: 0 0 37px;
    padding-left: 44px;
    font-size: 24px;
    line-height: 150%;
    color: #222222;
    position: relative;
}

ul.square li:last-child {
    margin: 0;
}

ul.square li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    border-radius: 4px;
    background: linear-gradient(135.42deg, #FFEBC8 11.76%, #D4B378 92.35%);
    box-shadow: inset 0px 2.5455px 2.5455px rgba(255, 255, 255, 0.25);
}

.about-block .image-block {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.about-block .image-block .image {
    position: relative;
    z-index: 3;
}

.about-block .image-block .name {
    z-index: 5;
    position: absolute;
    bottom: 203px;
    right: 0;
    width: 298px;
    background: #FFF;
    box-shadow: 0px 4px 9px rgba(71, 68, 68, 0.25);
    border-radius: 15px;
    padding: 23px 15px 19px;
    pointer-events: none;
}

.about-block .image-block .name:after {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #2F4B7A;
    border-radius: 100px;
    border: 5px solid #a5b3d3;
    box-shadow: 0 0 4px 5px rgb(220 224 255 / 50%);
}

.about-block .image-block .name span {
    display: block;
    font-size: 14px;
    line-height: 145%;
    color: #838885;
}

.about-block .image-block .name b {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #353535;
    margin: 0 0 7px;
}


/*** CONSULTATION ***/

.consultation {
    padding: 81px 0 92px;
}

.consultation .section-title .title {
    font-size: 36px;
    margin: 0;
}

.consultation .section-title {
    margin: 0 0 40px;
}

.consultation .consultation-text .title {
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #222222;
    margin: 0 0 36px;
}

.consultation .consultation-text .num-list {
    background: #FFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    width: 1110px;
    max-width: 100%;
    margin: 0 auto 62px;
    padding: 30px 34px;
}



.consultation .consultation-text .num-list li {
    width: calc(100%/3 - 25px*2/3);
    margin-right: 25px;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 93px;
}

.consultation .consultation-text .num-list li:last-child {
    margin-right: 0;
}

.consultation .consultation-text .num-list li:before {
    width: 71px;
    height: 71px;
    font-size: 32px;
}

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

.consultation-block .info {
    width: 690px;
}

.consultation-block .info ul li {
    display: flex;
    align-items: center;
}

.consultation-block .info ul li img {
    margin-right: 20px;
}

.consultation-block .info ul li span {
    font-size: 22px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #222222;
}

.consultation-block .form {
    padding: 47px 72px 57px;
    background: #2F4B7A;
    border-radius: 10px;
    width: 574px;
    margin-left: auto;
    color: #FFF;
}

.consultation-block .form .title {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    margin: 0 0 24px;
}

.consultation-block .form .text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 24px;
}



/*** TEAM ***/

.team {
    background: url(../img/bg/team.jpg) no-repeat center center;
    background-size: cover;
    padding: 72px 0 0;
    overflow: hidden;
}

.team-block {
    position: relative;
}

.team-block .image {
    position: relative;
    z-index: 5;
    text-align: center;
}

.team-block .names {
    position: absolute;
    left: 0;
    bottom: 53px;
    width: 100%;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.team-block .names .name {
    width: 177px;
    text-align: center;
    max-width: 100%;
}

.team-block .image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 331px;
    background: #FFF;
    filter: blur(55px);
}

.team-block .names .name b {
    display: block;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #353535;
    margin: 0 0 12px;
}

.team-block .names .name span {
    display: block;
}

.team-block .names .name:nth-child(2n-1) {
    margin-bottom: 70px;
}


/*** CONTACTS ***/

.contacts {
    padding: 79px 0 0;
}

.map-block {
    width: 100%;
    height: 644px;
    position: relative;
}

.map-block #map {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.map-block .info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 5;
    margin-left: -430px;
    background: #2f4b7a;
    /* Ñ‚ÐµÐ½Ð¸ */
    box-shadow: 0px 615px 246px rgba(27, 24, 24, 0.01), 0px 346px 208px rgba(27, 24, 24, 0.05), 0px 38px 85px rgba(27, 24, 24, 0.1), 0px 0px 0px rgba(27, 24, 24, 0.1);
    border-radius: 25px;
    color: #fff;
    padding: 31px 50px 41px;
}

.map-block .info ul {
    margin: 0 0 42px;
}

.map-block .info ul li {
    margin: 0 0 40px;
}

.map-block .info ul li:last-child {
    margin-bottom: 0;
}

.map-block .info ul li b {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}

.map-block .info ul li span {
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
}

/*** QUIZ ***/

.quiz-block {
    display: flex;
    flex-wrap: wrap;
}

.quiz-block .quiz-box {
    background: #F3EEE5;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 41px 47px;
    margin-right: 11px;
    width: 904px;
    position: relative;
}

.quiz-box .quiz-top {
    margin: 0 0 16px;
    position: relative;
    z-index: 7;
}

.quiz-box .quiz-top .steps-num {
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 31px;
}

.quiz-box .quiz-top .steps-num[data-finul-title] {
    display: none;
}

.quiz-box .quiz-top .lines {
    display: flex;
    flex-wrap: wrap;
}

.quiz-box .quiz-top .lines span {
    margin-right: 13px;
    border-radius: 5px;
    display: block;
    height: 24px;
    width: calc(100%/5 - 13px*4/5);
    background: #FFF;
}

.quiz-box .quiz-top .lines span.active {
    background: linear-gradient(270deg, #5C7BAD 0%, #2F4B7A 100%);
}

.quiz-box .quiz-top .lines span:last-child {
    margin-right: 0;
}

.quiz-middle {}

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

.quiz-middle .item .question {
    font-size: 24px;
    line-height: 50px;
/* or 208% */
    text-align: center;
    color: #333333;
    margin: 0 0 37px;
}

.quiz-middle .item .question span {
    font-weight: 600;
    margin-right: 5px;
}

.quiz-middle .item .question b {
    font-weight: 600;
}

.quiz-middle .item .answers {
    display: flex;
    flex-wrap: wrap;
}

.quiz-middle .item .answers .answer {
    width: calc(100%/3 - 25px*2/3);
    margin-right: 25px;
    margin-bottom: 47px;
}

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

.quiz-middle .item .answers .answer label {
    display: block;
    padding: 26px 34px;
    background: #FFF;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #FFF;
    transition: .3s border-color;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-middle .item .answers .answer label span {}

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

.quiz-middle .item .answers .answer input:checked + label {
    border-color: #2F4B7A;
}

.quiz-middle .item .answers .answer label:after {
    border: 9px solid #f3eee5;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    background: #2F4B7A;
    transition: .3s background, .3s border-color;
}

.quiz-middle .item .answers .answer input:checked + label:after {
    background: #f3eee5;
    border-color: #2f4b79;
    border-width: 5px;
}

.quiz-box .quiz-bottom .controls {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.quiz-box .quiz-bottom .controls .next_btn {width: 215px;text-align: center;margin: 0 0 30px;cursor: pointer;}

.quiz-box .quiz-bottom .controls .next_btn img {
    margin-left: 15px;
    margin-top: 4px;
}

.quiz-box .quiz-bottom .controls .prev_btn {
    color: #8B8585;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px dashed #8b8585;
    cursor: pointer;
}

.quiz-info {
    padding: 46px 13px 18px;
    background: #f3eee5;
    width: 365px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.quiz-info .title {
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    margin: 0 0 30px;
}

.quiz-info .text {
    font-size: 18px;
    line-height: 150%;
    color: #2F4B7A;
    font-weight: bold;
    margin-bottom: 10px;
}

.quiz-info .presents .item {
    position: relative;
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
    height: 154px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 20px;
    margin: 0 0 13px;
}

.quiz-info .presents .item b {
    filter: blur(5px);
    display: block;
    width: 220px;
    max-width: 100%;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.quiz-info .presents .item span {
    width: 200px;
    max-width: 100%;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    filter: blur(5px);
}

.quiz-info .presents .item img {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    filter: blur(5px);
}

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

.quiz-info .presents .item.show span,
.quiz-info .presents .item.show b,
.quiz-info .presents .item.show img {
    filter: none;
}

.quiz-info .presents .item:not(.show):after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    z-index: 5;
}

.quiz-info .presents .item:not(.show):before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url(../img/lock.png) no-repeat center center;
    z-index: 7;
}

.quiz-finul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.quiz-finul .plan-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}

.quiz-finul .plan-block span {
    width: 296px;
    max-width: 100%;
    margin-left: 9px;
    font-size: 18px;
    line-height: 145%;
}

.quiz-finul .form-block {
    padding: 25px;
    border-radius: 20px;
    background: #2F4A78;
    color: #FFF;
}

.quiz-finul .form-block .title {
    color: #FFF;
    margin: 0 0 34px;
    text-align: center;
    font-size: 20px;
    line-height: 145%;
}

.quiz-finul .form-block .form {
    width: 370px;
    margin: 0 auto;
    max-width: 100%;
}

.quiz-finul .form-block .form .form-radios {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
}

.radio {
    width: calc(100%/4 - 6px*3/4);
    margin-right: 6px;
}

.radio input {
    display: none;
}

.radio label {
    padding: 11px 2px;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E9B456;
    color: #333333;
    display: block;
    text-align: center;
    cursor: pointer;
}

.radio:last-child {
    margin-right: 0;
}

.radio input:checked + label {
    border-color: #FFF;
    background: #E2EEF1;
}

.quiz-finul .form-block .form .form-control .btn {
    padding: 20px 10px;
    font-size: 18px;
}

.timer-block .timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.timer-block .timer .num {
    display: flex;
    flex-wrap: wrap;
    width: 90px;
    justify-content: flex-start;
    margin-right: 5px;
    position: relative;
}

.timer-block .timer .num:after {
    content: ':';
    position: absolute;
    right: 6px;
    bottom: 17px;
    font-size: 30px;
    line-height: 1;
    animation: fadeIn linear 1s infinite;
}

.timer-block .timer .num:last-child:after {
    display: none;
}

.timer-block .timer .num .num-name {
    width: 100%;
    text-align: left;
    letter-spacing: 2px;
    color: #838181;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 5px;
}

.timer-block .timer .num span {
    background: #C9E4E2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 58px;
    margin-right: 0;
    color: #333333;
    font-weight: 600;
    font-size: 28px;
    line-height: 138%;
    letter-spacing: 0;
}

.timer-block .timer .num span:nth-child(3) {
    margin-right: 0;
}

.timer-block .timer .num:last-child {
    margin-right: 0;
}

.timer-block {
    background: url(../img/gift.png) no-repeat right 10px bottom 10px #FFF;
    padding: 28px 20px;
    margin: 15px 0 0;
    border-radius: 15px;
    display: none;
}

.timer-block .title {
    font-size: 18px;
    line-height: 137%;
    color: #333333;
    font-weight: 600;
    margin: 0 0 13px;
}

.quiz-block.quiz-blue .quiz-box {
    background: #2F4B7A;
}

.quiz-blue .quiz-box .quiz-top .lines span.active {
    background: linear-gradient(135.42deg, #FFEBC8 11.76%, #D4B378 92.35%);
}

.quiz-blue .quiz-box .quiz-top .steps-num {
    color: #FFF;
}

.quiz-blue .quiz-middle .item .question {
    color: #FFF;
}

.quiz-blue .quiz-middle .item .answers .answer label:after {
    background: #FFF;
    border-color: #2F4B7A;
}

.quiz-blue .quiz-middle .item .answers .answer input:checked + label:after {
    border-color: #eec070;
    background: #FFF;
}

.quiz-blue .quiz-box .quiz-bottom .controls .prev_btn {
    color: #FFF;
    border-color: #FFF;
}

.quiz-blue .quiz-info {
    background: #2f4b79;
}

.quiz-blue .quiz-info .title {
    color: #FFF;
}

.quiz-blue .quiz-info .text {
    color: #FFF;
}

.quiz-blue .timer-block .title {
    color: #333;
}

.quiz-blue .quiz-finul .form-block {
    background: #f3eee5;
}

.quiz-blue .quiz-finul .form-block .title {
    color: #323232;
}

.quiz-blue .form-group input {
    background: #FFF;
}

.quiz-blue .form-text {
    color: #323232;
}

.quiz-blue .quiz-finul .plan-block {
    color: #FFF;
}

/*** FOOTER ***/


footer {
    background: #f3eee5;
    padding: 62px 0 36px;
}

.footer-top-block {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-top-block .text {
    width: 100%;
    margin: 59px 0 0;
    color: #625f5f;
}

.footer-top-block .logo {
    display: flex;
    align-items: center;
    margin-right: 87px;
}

.footer-top-block .logo img {
    margin-right: 16px;
}

.footer-top-block .logo span {
    width: 230px;
}

.footer-top-block .links ul li {
    margin: 0 0 13px;
}

.footer-top-block .links ul li:last-child {
    margin-bottom: 0;
}

.footer-top-block .links ul li a {
    color: #333;
    font-size: 16px;
    line-height: 137%;
    border-bottom: 1px dotted #333;
    transition: 0.3s border-color;
}

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

.footer-top-block .phone-block {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.footer-top-block .phone-block .time {
    text-align: right;
    color: #333;
}

.footer-top-block .phone-block .phone a {
    position: relative;
    font-size: 26px;
    line-height: 33px;
    text-align: right;
    color: #333333;
    font-weight: 600;
    padding-left: 31px;
}

.footer-top-block .phone-block .phone a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../img/icons/phone.svg) no-repeat center center;
}

.footer-top-block .text b {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
}

.footer-top-block .text span {
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 137%;
    width: 810px;
    max-width: 100%;
}

.footer-top-block .text ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-top-block .text ul li {
    margin-right: 10px;
}

.footer-top-block .text ul li:last-child {
    margin-right: 0;
}


/*** MODAL ***/

.modal {
    display: none;
    width: 476px;
    margin: 0;
    overflow: visible;
    border-radius: 24px;
    padding: 30px 50px;
    max-width: 100%;
}

.modal .form-block.type-2 {
  padding: 52px 90px 62px;
}

.modal .fancybox-close-small {
    padding: 0;
    right: -40px;
    top: -40px;
    color: #FFF;
    opacity: 1;
}

.compensate-for-scrollbar {
  margin-right: 0;
}

.modal .form-block .form-group input {
  background-color: #f5f5f5;
}

.modal .form-block .form-group .btn {
  padding: 21px 30px;
}

.modal-title {
    text-align: center;
    margin: 0 0 25px;
}

.modal-title .title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 120%;
    margin: 0 0 10px;
}

.modal-title .subtitle {
    font-size: 16px;
    color: #333;
}

.modal .form-text {
    text-align: center;
}

.modal .form-control button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}


/*** THANKS ***/

.thanks-page {
    padding: 120px 0 0;
}

.thanks-page .about-block .image-block {
    width: 370px;
    right: 190px;
}

.thanks-page .about-block {
    padding: 0 0 177px;
}

.thanks-page .about-block .info .text_medium {
    width: 520px;
    max-width: 100%;
    font-size: 22px;
}

.thanks-page .about-block .image-block .name {
    bottom: 100px;
    right: 40px;
}