@import url("../css/normalize.css");
@import url("../css/fonts.css");
@import url("../css/grid.css");
@import url("../css/twentytwenty.css");
@import url("../css/slick.css");
@import url("../css/jquery.fancybox.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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/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: 700; }
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: 'Rubik', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#434343;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
}


/*Global*/

.btn {
	padding: 19px 38px;
	border-radius: 14px;
	background: var(--blue, linear-gradient(180deg, #0DC3FE 0%, #00A3D8 100%));
	position: relative;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 150%;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: none;
	cursor: pointer;
}

.btn.btn-white {
	background: #FFF;
	color: #434343;
}

.btn.btn-small {
	font-size: 15px;
	line-height: 140%;
	letter-spacing: 1.3px;
	padding: 12px 32px;
	border-radius: 6px;
	border: none;
}

.btn-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	z-index: 5;
}

.btn-block .btn:after {
	content: '';
	position: absolute;
	right: -27px;
	bottom: -31px;
	z-index: 3;
	width: 87px;
	height: 83px;
	background: url(../img/present.png) no-repeat center center;
	background-size: contain;
}

.btn-block .phone-block {
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	margin-top: 85px;
	margin-left: 40px;
	position: relative;
}

.btn-block .phone-block:before {
	content: '';
	position: absolute;
	top: -38px;
	left: -10px;
	width: 92px;
	height: 34px;
	background: url(../img/icons/line.svg) no-repeat center center;
}

.btn-block .phone-block span {
	color: #434343;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.btn-block .phone-block a {
	display: inline-block;
	vertical-align: top;
	color: #434343;
	font-size: 28px;
}

.section-title {
	text-align: center;
	margin-bottom: 60px;
}

.section-title .title {
	color: #434343;
	text-align: center;
	font-size: 52px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 19px;
}

.section-title .subtitle {
	color: #828282;
	text-align: center;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 120%;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #eaeaea;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background: #02a9df;
}

.wrapper {
	background: url(../img/bg/main.jpg) no-repeat center center;
	background-size: cover;
}


/* HEADER */


.header-block {
	padding: 38px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header-block .logo {
	display: flex;
	align-items: center;
	margin-right: 43px;
}

.header-block .logo span {
	padding-left: 12px;
	color: #434343;
	font-size: 16px;
	border-left: 1px solid #CCC;
	margin-left: 12px;
}

.header-block .adress {
	position: relative;
	padding-left: 45px;
	color: #434343;
	font-size: 16px;
}

.header-block .adress:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	background: url(../img/icons/point.svg) no-repeat center center;
}

.header-block .adress a {
	display: inline-block;
	vertical-align: top;
	color: #00A3D8;
	font-size: 13px;
	font-weight: 600;
	line-height: 130%;
	border-bottom: 1px dashed #00A3D8;
}

.header-block .control {
	margin-left: auto;
}

.header-block .phone-block {
	margin-left: 85px;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

.header-block .phone-block a {
	color: #434343;
	font-size: 28px;
}

.header-block .phone-block span {
	display: inline-block;
	vertical-align: top;
	color: #888;
	font-size: 13px;
	margin-top: 5px;
	position: relative;
	padding-left: 15px;
}

.header-block .phone-block span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #90FFB0;
	border-radius: 8px;
}

/* Main */

.main {
	padding: 61px 0 53px;
}

.main-block {
	position: relative;
}

.main-block .image {
	position: absolute;
	right: 0;
	bottom: -53px;
}

.main-block .title {
	color: #323232;
	font-size: 66px;
	font-family: 'Montserrat', sans-serif;
	line-height: 140%;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.main-block .subtitle {
	color: #848484;
	font-size: 28px;
	margin: 0 0 52px;
	line-height: 1;
}

.main-block .subtitle mark {
	background: #FFDC27;
	padding: 11px 14px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	color: #434343;
	line-height: 1;
}

.main-block .subtitle mark s {
	color: rgba(67, 67, 67, 0.54);
}

.main-block .advatages {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 52px;
}

.main-block .advatages .item {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-right: 66px;
    text-align: center;
    color: #434343;
    text-align: center;
    font-size: 20px;
}

.main-block .advatages .item:last-child {
    margin-right: 0;
}

.main-block .advatages .item img {
    margin: 0 0 27px;
}

/* Results */

.results {
	padding: 80px 0;
	background: #FFF;
}

.results-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
}

.results-block .item {
	width: calc(100%/3 - 30px*2/3);
	margin: 0 30px 30px 0;
	border-radius: 14px;
	overflow: hidden;
}

.results-block .item:nth-child(3n) {
	margin-right: 0;
}

.results-block .item img {
	width: 100%;
}

.results .controls {
	text-align: center;
}

/* REASONS */

.reasons {
	background: #FAFAFA;
	padding: 80px 0;
}

.reasons-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.reasons-list .item {
	width: calc(100%/3 - 30px*2/3);
	margin: 0 30px 30px 0;
	position: relative;
	background: #FFF;
	border-radius: 12px;
	box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.05);
	min-height: 300px;
	overflow: hidden;
	padding: 28px 32px;
}

.reasons-list .item:nth-child(3n) {
	margin-right: 0;
}

.reasons-list .item .num {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 122px;
	color: rgba(0, 163, 216, 0.40);
	font-size: 182px;
}

.reasons-list .item .text {
	color: #434343;
	font-size: 24px;
	list-style: 150%;
}

.reasons-list .item.last {
	padding: 0;
}

.reasons-list .item.last a {
	width: 100%;
	height: 100%;
	background: #99DAEF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #FFF;
	padding: 40px 48px;
	min-height: 300px;
	transition: .3s background;
}

.reasons-list .item.last a span {
	font-size: 34px;
	line-height: 120%;
}

.reasons-list .item.last a img {
	margin-left: auto;
}

/* Consultation */

.consultation {
	background: url(../img/bg/dots.svg) repeat center center, linear-gradient(135deg, #E2F4FA 0%, #C1EEFD 100%);
	padding: 80px 0 0;
}

.consultation-block {
	display: flex;
	align-items: flex-start;
}

.consultation-block .image {
	margin-left: -109px;
	width: calc(100% - 745px);
	margin-top: -140px;
	position: relative;
}

.consultation-block .image > img {
	max-width: inherit;
}

.consultation-block .image .label {
    position: absolute;
    bottom: 130px;
    right: 10px;
}

.consultation-block .info {
    width: 845px;
    max-width: 100%;
}

.consultation-block .info .title {
	color: #434343;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.consultation-block .info .title mark {
	background: #FFDC27;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	color: #434343;
	line-height: 1;
	padding: 4px 7px;
}

.consultation-block .info .subtitle {
	color: #434343;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 65px;
}

.consultation-block .info .advantages {
	margin-left: 43px;
	margin-bottom: 20px;
}

.consultation-block .info .advantages ul {
	display: flex;
	flex-wrap: wrap;
}

.consultation-block .info .advantages ul li {
	width: calc(100%/2 - 42px/2);
	margin: 0 42px 42px 0;
	position: relative;
	padding-left: 67px;
	color: #434343;
	font-size: 23px;
	font-weight: 400;
	line-height: 140%;
}

.consultation-block .info .advantages ul li:nth-child(2n) {
	margin-right: 0;
}

.consultation-block .info .advantages ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background: url(../img/icons/check.svg) no-repeat center center;
	background-size: contain;
}

.consultation-block .info .btn-block {
	margin-left: 43px;
}


/* Problems */

.problems {
	padding: 80px 0;
	background: linear-gradient(0deg, #FAFAFA 0%, #FAFAFA 100%), linear-gradient(134deg, #F3F3F3 0%, #F6F6F6 0.01%, #E9E9E9 100%);
}

.problems-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.problems-list .item {
	width: 340px;
	text-align: center;
	text-align: center;
	font-size: 24px;
	max-width: 100%;
	margin: 0 15px 45px;
}

.problems-list .item:nth-child(3n) {
	margin-right: 0;
}

.problems-list .item .image {
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 32px;
	box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.05);
}


/* Systems */

.systems {
	padding: 80px 0;
	background: url(../img/bg/systems.jpg) no-repeat center center;
	background-size: cover;
}

.systems-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-evenly;
}

.systems-list .item {
	width: 328px;
	max-width: 100%;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	background: #FFF;
	align-items: center;
	padding: 0 34px 27px;
	border-radius: 20px;
}

.systems-list .item .image {
	border-radius: 12px;
	box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.05);
	margin-top: -44px;
	margin-bottom: 23px;
	overflow: hidden;
}

.systems-list .item .info {
	text-align: center;
}

.systems-list .item .info .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}

.systems-list .item .info .price {
	color: #00A3D8;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 10px;
}

.systems-list .item .info .old_price {
	color: #B4B4B4;
	font-size: 13px;
	font-style: italic;
	line-height: 140%;
}

/* Action */

.action-call {
	padding: 33px 0;
	background: var(--blue, linear-gradient(180deg, #0DC3FE 0%, #00A3D8 100%));
}

.action-block {
	display: flex;
	align-items: center;
}

.action-block .title {
	color: #FFF;
	font-size: 38px;
	line-height: 140%;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.action-block .control {
	margin-left: auto;
}


/* Reviews */

.reviews {
	padding: 80px 0;
}

.reviews-list .item {
	border-radius: 12px;
	background: #E2F4FA;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
	margin: 0 15px;
	padding: 44px 32px 72px;
	position: relative;
}

.reviews-list .item .info {
	margin-bottom: 42px;
}

.reviews-list .item .info .name {
	color: #1B191A;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 10px;
}

.reviews-list .item .info .date {
	color: #5D6372;
	font-size: 14px;
}

.reviews-list .item .text {
	color: #5D6372;
	font-size: 16px;
	line-height: 140%
}

.reviews-list .item .source {
	position: absolute;
	bottom: 10px;
	right: 15px;
}


/* Contacts */

.contacts {
	background: url(../img/bg/dots.svg) repeat-y top left calc(50% + 1250px) #FAFAFA;
	padding: 80px 0;
}

.contacts-block {
	display: flex;
	flex-wrap: wrap;
}

.contacts-block .map {
	width: calc(100% - 440px);
	margin-right: 30px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

.contacts-block .mobile-map {
    display: none;
}

.contacts-block .map #map {
	width: 100%;
	height: 100%;
}

.contacts-block .info {
    background: #FFF;
    border-radius: 12px;
    padding: 40px 67px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    width: 410px;
    max-width: 100%;
}

.contacts-block .info .item_contact {
	margin-bottom: 34px;
}

.contacts-block .info .item_contact:last-child {
	margin-bottom: 0;
}

.contacts-block .info .item_contact .title {
	margin-bottom: 8px;
	color: #888;
	font-size: 20px;
	font-weight: 300;
}

.contacts-block .info .item_contact .text {
	font-size: 22px;
	line-height: 120%;
	color: #434343;
	margin-bottom: 14px;
}

.contacts-block .info .item_contact .text a {
	font-size: 26px;
	color: #434343;
}

.contacts-block .images {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	width: 100%;
}

.contacts-block .images .image {
	width: calc(100%/3 - 30px*2/3);
	margin-right: 30px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	overflow: hidden;
}

.contacts-block .images .image:last-child {
	margin-right: 0;
}

.contacts-block .images .image img {
	width: 100%;
}


/* Footer */

footer {
	background: #313A42;
	padding: 32px 0;
}

.footer-block {
	display: flex;
	align-items: center;
}

.footer-block .links {
	margin-left: auto;
}

.footer-block ul {
	display: flex;
	align-items: center;
}

.footer-block ul li {
	color: #8D8D8D;
	margin-right: 30px;
}

.footer-block ul li a {
	color: #8D8D8D;
	border-bottom: 1px dashed #8D8D8D;
	transition: .3s color, .3s border-color;
}

.footer-block ul li a:hover {
	color: #FFF;
	border-color: transparent;
}

/* Modal */

.modal {
	display: none;
    width: 630px;
    max-width: 100%;
    padding: 0;
    border-radius: 10px;
    overflow: visible;
    background: #99daef;
}

.modal [data-fancybox-close] {
    right: -40px;
    color: #FFF;
    top: -40px;
    padding: 0;
    opacity: 1;
}

.modal-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-block .image {
    width: 254px;
    display: flex;
    align-items: flex-end;
}

.modal-block .info {
    width: calc(100% - 254px);
    padding: 30px 40px 30px 20px;
}

.modal-block .modal-title {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
    color: #434343;
}

.present_box {
    border-radius: 8px;
    background: #FFF;
    position: relative;
    padding: 20px 32px 20px 22px;
    display: flex;
    flex-flow: column;
    width: 320px;
    max-width: 100%;
}

.present_box .img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.present_box .name {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 16px;
}

.present_box .cost {
    font-size: 14px;
    color: #6d6d6d;
    display: flex;
    align-items: center;
}

.present_box .name b {
    font-weight: 500;
    display: block;
}

.present_box .cost .price {
    margin-right: 10px;
    color: #fd4a51;
}

.present_box .cost .old_price {
    text-decoration: line-through;
}

.form-group {
    margin: 0 0 15px;
}

.form-group input {
    width: 100%;
    padding: 25px 24px;
    border-radius: 6px;
    border: 1px solid #CCC;
    font-size: 18px;
	text-align: center;
}

.modal .form {
    width: 320px;
    max-width: 100%;
    margin: 0 0 30px;
}

.form-control .btn {
    font-size: 16px;
    padding: 17px 14px;
    line-height: 120%;
    letter-spacing: 0;
    background: linear-gradient(180deg, #ffe95e 0%, #FFDC27 100%);
    color: #434343;
}

.form .politic {
    margin: 10px 0 0;
    font-size: 12px;
    color: #6b6b6b;
}

.form .politic a {
    color: #6b6b6b;
    border-bottom: 1px dashed #6b6b6b;
    transition: .3s border-color;
}

.form .politic a:hover {
    border-color: transparent;
}

.modal.thanks .modal-title {
    padding: 40px 40px;
    text-align: center;
}

.modal.thanks .modal-title b {
    display: block;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 10px;
}

.modal.thanks .modal-title span {
    font-size: 20px;
}

.modal.thanks {
    width: 460px;
}

.modal .text-block {
    color: #434343;
    padding: 44px 48px;
}

.modal.modal-text {
    width: 900px;
}

.modal .text-block .h1 {
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 14px;
}

.modal .text-block p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 150%;
}

.modal .text-block > *:last-child {
    margin: 0;
}