/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&amp;display=swap');*/
@font-face {
	font-family: 'Montserrat';

	src:
		url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf');

	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf');

	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf');

	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.ttf');

	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/************************* reset *************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}

body {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #003366;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 22px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}

input, textarea, select, button {
	font-weight: 300;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border: 0;
	outline: 0;
	background: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

.grecaptcha-badge {
	z-index: 999;
}

.grecaptcha-badge {
	visibility: hidden;
}

/************************* common styles *************************/
.hasError {
	border-color: #ff0000 !important;
}

.holder {
	padding: 0 20px;
}

@media (min-width: 375px) {
	.holder {
		padding: 0 20px;
	}
}

@media (min-width: 576px) {
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}

@media (min-width: 768px) {
	.holder {
		max-width: 720px;
	}
}

@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}

@media (min-width: 1300px) {
	.holder {
		max-width: 1260px;
	}
}

.holder:after {
	display: block;
	content: '';
	clear: both;
}

h2, .h1 {
	display: block;
	margin: 0 0 26px;
	font-size: 35px;
	font-weight: 500;
	line-height: 43px;
	text-transform: uppercase;
}

h2, .h2 {
	display: block;
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 500;
	line-height: 39px;
	text-transform: uppercase;
}

h3, .h3 {
	display: block;
	margin: 0 0 30px;
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
	text-transform: uppercase;
}

a {
	transition: all .3s linear;
}

p {
	margin: 0 0 22px;
}

p a, .article li a {
	color: #D57056;
}

.center {
	text-align: center;
}

.upper {
	text-transform: uppercase;
}

.button-holder {
	text-align: center;
}

.button {
	position: relative;
	display: inline-block;
	padding: 14px 35px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #FC675A;
	border-radius: 20px;
	transition: all .3s linear;
}

.button:hover {
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.button:active {
	box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.45);
}

.button-blue-price {
	padding: 11px 55px;
	color: #003366;
	background: transparent;
	border: 3px solid #003366;
}

.button-blue-price:hover {
	background: #fff;
	box-shadow: none;
}

.button-blue {
	padding: 11px 55px;
	color: #003366;
	background: transparent;
	border: 3px solid #003366;
}

.button-blue:hover {
	background: #fff;
	box-shadow: none;
}

.button-blue:hover {
	background: #fff;
	box-shadow: none;
}

/************************* form-block *************************/
.label {
	display: block;
	margin: 0 0 18px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 23px;
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: 300;
	color: #003366;
	background: #FFFFFF;
	border: 1px solid rgba(184, 215, 231, 0.5);
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}

.textarea {
	display: block;
	width: 100%;
	height: 195px;
	padding: 17px 23px;
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: 300;
	resize: vertical;
	color: #003366;
	background: #FFFFFF;
	border: 1px solid rgba(184, 215, 231, 0.5);
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}

.input:focus,
.textarea:focus {
	border: 1px solid #003366;
}

::-webkit-input-placeholder {
	color: #003366;
}

:-moz-placeholder {
	color: #003366;
	opacity: 1;
}

::-moz-placeholder {
	color: #003366;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #003366;
}

.form-button {
	text-align: center;
}

.input-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.input-line .input {
	width: 47.5%;
}

.check-item {
	position: relative;
	margin: 0 0 23px;
}

.check-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.check-label {
	display: block;
	padding: 0 0 0 32px;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
}

.check-label:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	background: #fff;
}

.check-label:after {
	position: absolute;
	top: 0px;
	left: 4px;
	display: block;
	content: '';
	width: 24px;
	height: 18px;
	background: url(../images/check.svg) 50% 50% no-repeat;
	opacity: 0;
}

.check-input:checked+.check-label:after {
	opacity: 1;
}

.radio-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.radio-line .radio-item {
	margin: 0 40px 23px 0;
}

.radio-line .radio-item:last-child {
	margin: 0 0 23px;
}

.radio-item {
	position: relative;
	margin: 0 0 23px;
}

.radio-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.radio-label {
	display: block;
	padding: 0 0 0 32px;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
}

.radio-label:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50%;
}

.radio-label:after {
	position: absolute;
	top: 7px;
	left: 8px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #003366;
	border-radius: 50%;
	opacity: 0;
}

.radio-input:checked+.radio-label:after {
	opacity: 1;
}

/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
	padding: 50px 0 0;
	/*padding: 106px 0 0;*/
}

/************************* header *************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	height: 106px;
	padding: 23px 45px 0;
	box-sizing: border-box;
	background: #fff;
}

.header.fixed {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header .holder {
	max-width: none;
	padding: 0;
}

.header-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-phone {
	margin: 0 20px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #FC675A;
	text-decoration: none;
}

.header-button {
	padding: 6px 19px 7px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	background: #FC675A;
	border-radius: 20px;
}

/************************* header-nav *************************/
.header-nav {
	margin: 0 35px 0 auto;
}

.header-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.header-nav-list>li {
	margin: 0 54px 0 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.header-nav-list>li:last-child {
	margin: 0;
}

.header-nav-list>li>a {
	color: #003366;
	text-decoration: none;
}

.header-nav-list>li>a:hover,
.header-nav-list>li>.active {
	color: #D57056;
}

.nav-parent svg {
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
}

.nav-parent path {
	fill: #003366;
	transition: all 0.3s linear;
}

.nav-parent:hover path {
	fill: #D57056;
}

.subnav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 50;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s linear;
}

.header-nav-list li:hover .subnav {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.subnav:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	content: '';
	height: 40px;
}

.subnav-side {
	width: 550px;
	max-width: 50%;
	padding: 43px 0 30px 85px;
	background: #EDF5F6;
}

.subnav-side li {
	margin: 0 0 26px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.subnav-side a {
	position: relative;
	display: block;
	padding: 0 50px 0 0;
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}

.subnav-side a:hover,
.subnav-side li:hover>a {
	color: #FC675A;
}

.subnav-side a:after {
	position: absolute;
	top: 3px;
	right: 18px;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/nav-arrow.svg) 50% 50% no-repeat;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.3s linear;
}

.subnav-side a:hover:after,
.subnav-side li:hover>a:after {
	opacity: 1;
	transform: translateX(0px);
}

.inner-nav {
	position: absolute;
	left: 550px;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 43px 40px 30px 65px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(10px);
	transition: all 0.3s linear;
}

.subnav-side li:hover .inner-nav {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.inner-nav a:after {
	display: none;
}


.mob-nav-icon {
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 250;
	padding: 0 0 10px;
	display: none;
}

.mob-nav-block {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 8px 0 0;
	background: #261421;
	transition: all .3s linear;
}

.mob-nav-block:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 24px;
	height: 2px;
	background: #261421;
	transition: all .3s linear;
}

.mob-nav-block:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 24px;
	height: 2px;
	background: #261421;
	transition: all .3s linear;
}

.mob-nav-icon.active .mob-nav-block {
	background: none;
}

.mob-nav-icon.active .mob-nav-block:before {
	top: 0;
	transform: rotate(45deg);
}

.mob-nav-icon.active .mob-nav-block:after {
	top: 0;
	transform: rotate(-45deg);
}

.header-webs {
	display: none;
}

.header-time {
	display: none;
}

/************************* header-fixed *************************/
.header-fixed {
	position: fixed;
	top: -65px;
	left: 0;
	right: 0;
	z-index: 200;
	height: 65px;
	padding: 10px 0 0;
	background: #fff;
	transition: all 0.3s linear;
}

.header-fixed.fixed {
	top: 0px;
	box-shadow: 0px 0px 46px 0px rgba(0, 7, 3, 0.1);
}

.header-fixed-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

/************************* main page *************************/
/************************* main-top *************************/
.main-top {
	position: relative;
	overflow: hidden;
	padding: 170px 0 50px;
	background: #EDF5F6;
}

.main-top:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -220px;
	content: '';
	height: 344px;
	background: url(../images/main-top-bg.svg) 50% 100% no-repeat;
}

.main-top-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.main-top-content {
	width: 40.5%;
}

.main-top-img {
	position: relative;
	width: 45%;
	margin: -87px 0 0;
}

.smoke {
	position: absolute;
	top: 34%;
	left: 28.2%;
	animation: move 2s linear infinite;
}

@keyframes move {
	0% {
		transform: translateY(0px);
		opacity: 0;
	}

	75% {
		transform: translateY(-20px);
		opacity: 1;
	}

	85% {
		transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 0;
	}
}

.main-top-title {
	width: 130%;
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
}

.main-top-text {
	margin: 0 0 100px;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
}

/************************* main-info *************************/
.main-info {
	position: relative;
	padding: 250px 0 0;
	background: linear-gradient(180deg, #F8FBFB 0%, rgba(237, 245, 246, 0.79) 47.92%);
}

.main-info:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: url(../images/main-info-bg.svg) 50% 112% repeat-x;
}

.main-info-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	bottom: -38px;
}

.main-info-content {
	position: relative;
	z-index: 20;
	width: 50%;
}

.main-info-img {
	position: relative;
	width: 32.5%;
	text-align: right;
}

.main-info-man-bg {
	position: absolute;
	left: -5px;
	top: -210px;
}

.main-info-man {
	position: relative;
}

.main-info-box {
	position: absolute;
	left: 0;
	bottom: 0;
}

.main-info-wrong {
	padding: 0 0 30px;
}

.main-info-wrong li {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 19px;
	font-size: 30px;
	line-height: 39px;
}

.main-info-wrong li:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/cancel.svg) 50% 50% no-repeat;
}

.main-info-title {
	padding: 0 0 0 50px;
	font-weight: 600;
	font-size: 28px;
	line-height: 39px;
	text-transform: uppercase;
	background: url(../images/check-green.svg) 0 0 no-repeat;
}

/************************* pros *************************/
.pros {
	padding: 200px 0 100px;
	background: linear-gradient(180deg, #f7f7f7 0%, rgba(247, 251, 251, 0.5) 23.75%, rgba(249, 252, 252, 0.5) 73.31%, #ffffff 100%);
}

.pros-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -23px;
	padding: 80px 0 0;
}

.pros-col {
	width: 25%;
	padding: 0 23px;
	margin: 0 0 46px;
}

.pros-item {
	position: relative;
	height: 100%;
	padding: 39px 20px 64px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.pros-img {
	height: 97px;
	line-height: 97px;
	margin: 0 0 44px;
}

.pros-img img {
	vertical-align: middle;
}

.pros-title {
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #FC675A;
}

.pros-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

/************************* prof *************************/
.prof {
	overflow: hidden;
	position: relative;
	padding: 318px 0 145px;
	background: #F5F9FA;
}

.prof-bg1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

.prof-bg2 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 200px;
}

.prof-bg3 {
	position: absolute;
	bottom: -96px;
	left: 50%;
	margin-left: -1220px;
}

.prof-frame {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 8px;
}

.prof-cert {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.prof-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.prof-content {
	max-width: 540px;
	flex: 1;
}

.prof-title {
	margin: 0 0 49px;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-transform: none;
}

.prof-text {
	max-width: 410px;
	margin: 0 0 60px;
}

.prof-img {
	margin: 0 60px -100px 0;
	text-align: right;
}

/************************* way *************************/
.way {
	padding: 107px 0 35px;
}

.way .h2 {
	max-width: 800px;
	margin: 0 auto 100px;
}

.way-slider {
	margin: 0 -18px;
}

.way-slide {
	padding: 0 18px;
}

.way-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 100%;
	background: #F5FAFA;
	border-radius: 20px;
}

.way-img {
	width: 134px;
	min-width: 134px;
}

.way-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.way-content {
	padding: 27px 15px 15px;
}

.way-title {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.way-text {
	font-size: 16px;
	line-height: 20px;
}

/************************* client *************************/
.profit {
	position: relative;
	z-index: 30;
	padding: 222px 0 176px;
}

.profit-para {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -720px;
}

.profit h2 {
	position: relative;
	max-width: 840px;
}

.profit-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 140px 0 0;
}

.profit-col {
	width: 45%;
}

.profit-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 100px;
}

.profit-num {
	width: 100px;
	min-width: 100px;
	height: 100px;
	margin: 0 15px 0 0;
	padding: 9px 0 0;
	font-weight: 500;
	font-size: 65px;
	line-height: 79px;
	color: #FC675A;
	text-align: center;
	background: #FFFFFF;
	border: 3px solid #A7C4C8;
	border-radius: 50%;
}

.profit-title {
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.friend-section {
	position: relative;
}

.friend-section:before, .friend-section:after {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	content: '';
	width: 86px;
	background: linear-gradient(90deg, #fff 0%, #ffffff 100%);
}

.friend-section:before {
	left: 0px;
}

.friend-section:after {
	right: 0px;
	background: linear-gradient(270deg, #fff 0%, #ffffff 100%);
}

.friend-grad1 {
	position: absolute;
	top: 180px;
	left: 740px;
	width: 120px;
	height: 218px;
	background: linear-gradient(270deg, #fff 0%, #ffffff 100%);
}

.friend-grad2 {
	position: absolute;
	bottom: 20px;
	left: 1320px;
	width: 140px;
	height: 218px;
	background: linear-gradient(270deg, #fff 0%, #ffffff 100%);
}

.friend-grad3 {
	position: absolute;
	top: 540px;
	right: 920px;
	width: 140px;
	height: 218px;
	background: linear-gradient(90deg, #fff 0%, #ffffff 100%);
}

.friend-bg1 {
	position: absolute;
	top: 180px;
	left: 0;
}

.friend-bg2 {
	position: absolute;
	top: 520px;
	right: 0;
}

.friend-bg3 {
	position: absolute;
	bottom: 0px;
	left: 0;
}

.friend {
	position: relative;
	z-index: 20;
	padding: 0 0 90px;
}

.friend-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.friend-content {
	width: 40.5%;
	position: relative;
}

.friend-img {
	width: 43.5%;
}

.friend-woman {
	width: 927px;
	margin: -320px 0 0 -400px;
}

.friend-reverse {
	flex-direction: row-reverse;
}

.friend-title {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
}

.friend-text {
	margin: 0 0 20px;
}

.friend-button {
	padding: 30px 0 0;
}

.numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 130px 0 170px;
	position: relative;
	z-index: 30;
}

.numbers-item {
	width: 25%;
	padding: 0 20px;
}

.numbers-big {
	margin: 0 0 5px;
	color: #FC675A;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}

.numbers-big i {
	font-style: normal;
}

.numbers-big &gt;

span {
	font-weight: 500;
	font-size: 60px;
}

.numbers-text {
	font-size: 14px;
	line-height: 17px;
}

.main-about .team-plane-cloud {
	display: none;
}

/************************* review *************************/
.review {
	position: relative;
	padding: 160px 0 80px;
	background: #EDF5F6;
}

.review:before {
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
	content: '';
	height: 241px;
	background: url(../images/review-cloud.svg) 50% 0 no-repeat;
}

.review .holder {
	position: relative;
}

.review-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 0 113px;
}

.review-title {
	flex: 1;
	padding: 0 30px 0 0;
}

.review-title-big {
	margin: 0 0 10px;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
}

.review-title-min {
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
}

.review-top-button {
	padding: 30px 0 0;
}

.review-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
	padding: 0 0 65px;
	align-items: flex-start;
}

.review-col {
	width: 33.33%;
	padding: 10px 12px;
}

.review-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	/*height: 100%;*/
	height: 390px;
	padding: 15px 30px 20px;
	font-size: 16px;
	line-height: 20px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	position: relative;
}

.review-author {
	margin: 0 0 40px;
}

.review-author b {
	display: block;
	margin: 0 0 3px;
	font-weight: 400;
}

.review-text-nb {
	margin: 0 0 33px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
}

.review-text-nb.active:after {
	height: 0;
}

.review-text {
	margin: 0 0 33px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
}

.review-item:before {
	position: absolute;
	top: 80px;
	left: 20px;
	content: "";
	background: url(../images/cov-up.svg) no-repeat 50% 50%;
	width: 10px;
	height: 10px;
	background-size: contain;
}

.review-item:after {
	position: absolute;
	bottom: 100px;
	right: 20px;
	content: "";
	background: url(../images/cov-donw.svg) no-repeat 50% 50%;
	width: 10px;
	height: 10px;
	background-size: contain;
}

.review-text:after {
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
	height: 30px;
	width: 100%;
	content: "";
	transition: 0.3s;
}

.review-text.active:after {
	height: 0;
}

.review-text.active {
	height: 100%;
	max-height: 100%;
	overflow: visible;
}

.review-more {
	margin: 0 0 20px;
	text-align: center;
}

.review-more a {
	color: #003366;
	opacity: 0.5;
}

.review-more a:hover {
	opacity: 1;
}

.review-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto 0 0;
}

.review-date {
	font-weight: 400;
}

.review-source span {
	font-weight: 400;
}

.review-source a {
	color: #003366;
	text-decoration: none;
	opacity: 0.5;
}

.review-source a:hover {
	opacity: 1.0;
}

/************************* client *************************/
.client {
	padding: 50px 0 100px;
	background: #F5FAFA;
}

.client .h2 {
	margin: 0 0 8px;
}

.client-subtitle {
	margin: 0 0 130px;
	font-weight: normal;
	font-size: 28px;
	line-height: 124.93%;
}

.client-slider {
	margin: 0 -15px;
}

.client-slide {
	padding: 0 15px;
}

.client-slide img {
	max-width: 100%;
	margin: 0 auto;
}

.client-slider .slick-arrow {
	margin-top: -17px;
}

/************************* client *************************/
.step {
	padding: 180px 0 0;
}

.step-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 85px 0 240px;
	margin: 0 -14px;
}

.step-col {
	width: 20%;
	padding: 0 14px;
}

.step-item {
	position: relative;
	height: 100%;
	padding: 33px 10px 45px;
	text-align: center;
	background: #FFFFFF;
	opacity: 0.98;
	border-radius: 30px;
}

.step-col:first-child .step-item {
	box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.05);
}

.step-col:last-child .step-item {
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.05);
}

.step-num {
	position: relative;
	margin: 0 0 26px;
	font-weight: 500;
	font-size: 65px;
	line-height: 79px;
	color: #FC675A;
}

.step-text {
	position: relative;
	font-weight: 500;
}

.step-line1 {
	position: absolute;
	left: 100px;
	top: -150px;
}

.step-line2 {
	position: absolute;
	left: 153px;
	top: -80px;
}

.step-line3 {
	position: absolute;
	left: -60px;
	bottom: -385px;
}

.step-line4 {
	position: absolute;
	left: 37px;
	top: -280px;
}

.step-item:before,
.step-item:after {
	position: absolute;
	content: '';
	width: 27px;
	height: 27px;
	background: #FFFFFF;
	border-radius: 50%;
}

.step-col:nth-child(1) .step-item:before {
	top: -14px;
	left: 90px;
}

.step-col:nth-child(2) .step-item:before {
	top: -14px;
	left: 139px;
}

.step-col:nth-child(2) .step-item:after {
	bottom: -12px;
	left: 175px;
}

.step-col:nth-child(3) .step-item:before {
	top: -14px;
	left: 35px;
}

.step-col:nth-child(3) .step-item:after {
	bottom: -12px;
	left: 35px;
}

.step-col:nth-child(4) .step-item:before {
	top: -14px;
	left: 30px;
}

.step-col:nth-child(4) .step-item:after {
	bottom: -12px;
	left: 94px;
}

.step-col:nth-child(5) .step-item:before {
	top: -14px;
	left: 91px;
}

.step-img {
	position: relative;
	max-width: 100%;
	text-align: center;
}

/************************* main-bottom *************************/
.main-bottom {
	padding: 0 0 100px;
	background: url(../images/step-bg.svg) 50% -25px no-repeat;
}

.main-form {
	padding: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.main-form-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 45px;
}

.main-form-title {
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
}

.main-form-top .about-form-webs {
	margin: 0 0 30px;
}

.form-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-webs a {
	margin: 0 13px 0 0;
}

.form-webs a:last-child {
	margin: 0;
}

.form-webs img {
	width: 50px;
}

.main-form-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 30px;
}

.main-form-line .input,
.main-form-line .button {
	width: 32%;
}

/************************* other pages *************************/
/************************* services page *************************/
/************************* serv-top *************************/
.serv-top {
	position: relative;
	padding: 45px 0 35px;
	background: #EDF5F6 url(../images/services-head.svg) 50% 100% no-repeat;
}

.serv-top:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	height: 10px;
	background: #fff;
}

.serv-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.serv-top-info {
	max-width: 440px;
	padding: 0 0 40px;
}

.serv-top-text {
	padding: 10px 0 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
}

.serv-gift {
	position: relative;
	width: 603px;
	height: 497px;
	margin: 0 -50px 0 0;
}

.serv-gift img {
	position: absolute;
}

.serv-gift1 {
	top: 0;
	left: 0;
	width: 34.3%;
}

.serv-gift2 {
	top: 8.8%;
	right: 0;
	width: 29%;
}

.serv-gift3 {
	bottom: 0;
	left: 32.5%;
	width: 48%;
}

/************************* serv-block *************************/
.serv-wrap {
	padding: 84px 0 10px;
	background: linear-gradient(180deg, #f5fafa 0.52%, #F5FAFA 52.6%, #f5fafa 100%);
}

.serv-block {
	padding: 0 0 100px;
}

.serv-block .h3 {
	margin: 0 0 80px;
	text-transform: uppercase;
}

.serv-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.serv-col {
	width: 33.33%;
	padding: 0 7px;
	margin: 0 0 14px;
}

.serv-item {
	position: relative;
	display: block;
	height: 100%;
	padding: 39px 32px 86px;
	color: #003366;
	text-decoration: none;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.serv-name {
	min-height: 68px;
	margin: 0 0 52px;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
}

.serv-more {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 30px;
	height: 30px;
	background: #FC675A url(../images/more-arrow.svg) 50% 50% no-repeat;
	border-radius: 50%;
	cursor: pointer;
}

.serv-more:hover {
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/************************* ask-section *************************/
.ask-section {
	position: relative;
	padding: 83px 0 269px;
}

.ask-section .h3 {
	margin: 0 0 80px;
	text-transform: uppercase;
}

.ask-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}

.ask-bg {
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -680px;
}

.ask-form {
	width: 480px;
}

.form-note {
	padding: 26px 0 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #003366;
}

.form-note a {
	color: #003366;
}

.ask-form .form-note {
	text-align: right;
}

/************************* cases page *************************/
/************************* cases-top *************************/
.cases-top {
	padding: 69px 0 29px;
	background: #EDF5F6 url(../images/cases-bg.svg) 0% 110% no-repeat;
}

.cases-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cases-top-info {
	max-width: 440px;
	padding: 0 0 40px;
}

.cases-top-text {
	padding: 10px 0 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
}

.cases-img {
	max-width: 45%;
	margin: -420px 0 -40px;
}

/************************* case-list *************************/
.main {
	position: relative;
	z-index: 50;
	padding: 84px 0 40px;
}

.case-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.case-col {
	width: 50%;
	padding: 0 25px;
	margin: 0 0 78px;
}

.case-img {
	margin: 0 0 25px;
	position: relative;
}

.case-img:before {
	background: url(../images/play-vid.svg) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 60px;
	pointer-events: none;
}

.case-img img {
	width: 100%;
}

.case-name {
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
}

.case-name a {
	color: #003366;
	text-decoration: none;
}

/************************* action page *************************/
.action-page {
	padding: 52px 0 50px;
	background: #F5FAFA;
	background: linear-gradient(180deg, #F5FAFA 0%, #F5FAFA 90%, #fafcfd 100%);
}

.action-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	min-height: 450px;
	margin: 0 0 33px;
	color: #003366;
	text-decoration: none;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.action-banner-block {
	width: 58.5%;
	padding: 70px 0 70px 70px;
}

.action-banner-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 45.5%;
	margin: 0 0 0 -4%;
}

.action-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

.action-banner-sign {
	position: relative;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 400px;
	line-height: 300px;
	color: #FC675A;
}

.action-banner-shadow {
	position: relative;
	max-width: 100%;
}

.action-banner-title {
	position: relative;
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
}

.action-banner-text {
	font-size: 20px;
	line-height: 24px;
}

.action-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 0 23px;
}

.action-webs a {
	margin: 0 20px 20px 0;
}

.action-webs a:last-child {
	margin: 0 0 20px;
}

.action-webs img {
	width: 36px;
}

.action-title {
	margin: 0 0 53px;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
}

.action-date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 90px;
}

.action-date-item {
	position: relative;
	margin: 0 25px 20px;
	padding: 26px 46px 27px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.action-date-text-min {
	position: absolute;
	left: 14px;
	bottom: 9px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.action-date-text-num {
	font-weight: 500;
	font-size: 35px;
	line-height: 43px;
	color: #FC675A;
}

.action-info {
	padding: 0 0 15px;
}

.action-info p {
	margin: 0 0 70px;
}

.action-info li {
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 0 70px;
}

.action-info li:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	background: #A7C4C8;
	border-radius: 50%;
}

.action-step {
	padding: 0 0 100px;
}

.action-step-top {
	margin: 0 0 78px;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
}

.action-step-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.action-step-col {
	width: 33.33%;
	padding: 0 12px;
}

.action-step-item {
	padding: 22px 32px 49px;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.action-step-num {
	margin: 0 0 34px;
	font-weight: 600;
	font-size: 70px;
	line-height: 85px;
	color: #FC675A;
}

.action-step-title {
	margin: 0 0 68px;
	font-size: 37px;
	line-height: 45px;
	text-transform: uppercase;
}

.action-step-text {
	font-size: 20px;
	line-height: 24px;
}

/************************* footer *************************/
.order-section {
	padding: 0 0 20px;
	background: url(../images/order-form-bg.svg) 50% -150px no-repeat;
}

.order-section .h3 {
	max-width: 780px;
	text-transform: uppercase;
}

.order-block {
	max-width: 900px;
	margin: 0 auto;
}

.form-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 0 49px;
}

.form-webs a {
	margin: 0 13px 0 0;
}

.form-webs a:last-child {
	margin: 0;
}

.form-webs img {
	width: 49px;
}

.order-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	padding: 44px 0 97px;
}

.order-form-content {
	width: 61%;
}

.order-form-side {
	width: 31.5%;
}

.order-form .button {
	width: 100%;
	margin: 0 0 25px;
}

.order-form .form-note {
	width: 100%;
	padding: 0;
}

.order-form-img {
	max-width: 100%;
	text-align: center;
}

/************************* blog page *************************/
/************************* blog-top *************************/
.blog {
	padding: 70px 0 100px;
}

.blog-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 60px;
}

.blog-rubric {
	position: relative;
	z-index: 20;
	width: 26%;
	height: 50px;
}

.blog-rubric-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #003366;
	border-radius: 20px;
}

.rubric-top {
	display: block;
	position: relative;
	padding: 11px 45px 15px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

.rubric-top::after {
	position: absolute;
	toP: 15px;
	right: 23px;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/rubric-arrow.svg) 50% 50% no-repeat;
	transition: all 0.3s linear;
}

.rubric-top.active:after {
	transform: rotate(180deg);
}

.rubric-hidden {
	display: none;
	padding: 35px 45px 33px;
}

.rubric-hidden ul {
	padding: 0 0 20px;
}

.rubric-hidden li {
	margin: 0 0 29px;
	font-size: 20px;
	line-height: 24px;
}

.rubric-hidden li a {
	color: #FFFFFF;
	text-decoration: none;
}

.rubric-hidden li a:hover {
	color: #FC675A;
}

.rubric-hidden .active {
	font-weight: 700;
}

.rubric-total {
	text-align: center;
}

.rubric-total a {
	color: #fff;
	text-decoration: none;
}

.rubric-total a:hover {
	color: #FC675A;
}

.blog-search {
	width: 69%;
}

.blog-search-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.search-input {
	flex: 1;
	height: 50px;
	padding: 0 22px;
	font-weight: 300;
	font-size: 18px;
	background: #FFFFFF;
	border: 1px solid #EDF5F6;
	box-sizing: border-box;
	border-radius: 20px 0 0 20px;
}

.search-button {
	width: 145px;
	min-width: 145px;
	height: 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	background: #EDF5F6;
	border-radius: 0 20px 20px 0;
	transition: all 0.3s linear;
}

.search-button:hover {
	background: #bddee2;
}

.blog-tags {
	padding: 16px 0 0;
	font-size: 16px;
	line-height: 123%;
}

.blog-tags a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	color: #003366;
	text-decoration: none;
}

.blog-tags a:hover {
	color: #FC675A;
}

.blog-tags-hidden {
	display: none;
}

.disact {
	max-height: 40px;
	overflow: hidden;
	transition: 0.5s;
}

.act {
	max-height: 100%;
}

.blog-tags-more {
	font-weight: 500;
}

.blog-tags .blog-tags-more {
	text-decoration: underline;
}

.blog-tags .blog-tags-more:hover {
	text-decoration: none;
}

/************************* blog-list *************************/
.blog-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.blog-col {
	width: 33.33%;
	padding: 0 15px;
	margin: 0 0 90px;
}

.blog-col-big {
	width: 50%;
}

.blog-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.blog-item-img {
	margin: 0 0 25px;
}

.blog-item-img img {
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.blog-item-content {
	position: relative;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 12px 25px 40px;
}

.blog-item-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 400;
	padding: 0 0 40px;
}

.blog-item-title {
	margin: 0 0 33px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.blog-item-title a {
	color: #003366;
	text-decoration: none;
}

.blog-item-title a:hover {
	color: #FC675A;
}

.blog-item-tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto -15px 0 0;
	padding: 3px 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.blog-item-tags a {
	margin: 0 15px 0 0;
	color: #003366;
	text-decoration: none;
}

.blog-item-tags a:hover {
	color: #FC675A;
}

.blog-item-tags-hidden {
	display: none;
}

.blog-item-tags-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-item-tags-more {
	font-weight: 600;
}

/************************* subscribe-section *************************/
.subscribe-section {
	position: relative;
	padding: 133px 0 269px;
}

.subscribe-section .h3 {
	max-width: 840px;
	margin: 0 0 80px;
	text-transform: uppercase;
}

.subscribe-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 50px 0 0;
}

.subscribe-bg {
	position: absolute;
	top: 50%;
	margin-top: -635px;
	left: 60px;
}

.subscribe-img {
	position: relative;
	margin-left: -100px;
}

.subscribe-form {
	position: relative;
	z-index: 20;
	width: 480px;
}

.subscribe-form .form-note {
	text-align: right;
}

.subscribe-img-col {
	position: relative;
}

/************************* bottom-section *************************/
.bottom-section {
	position: relative;
	padding: 50px 0 100px;
}

.serv-slider-section {
	padding: 0 0 80px;
}

.serv-slider-section .h2 {
	margin: 0 0 80px;
	font-weight: 600;
}

.serv-slider {
	margin: 0 -11px;
}

.serv-slide {
	padding: 0 11px 15px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block;
	width: 18px;
	height: 34px;
	margin-top: -32px;
	font-size: 0;
	cursor: pointer;
	background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
	transition: all 0.3s linear;
}

.slick-prev {
	left: -40px;
	transform: scale(-1, 1);
}

.slick-next {
	right: -40px;
}

.slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}

/************************* article page *************************/
/************************* article-top *************************/
.article {
	overflow: hidden;
	padding: 40px 0 0;
}

.article-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 40px 0 56px;
}

.article-top-img {
	width: 49%;
}

.article-top-img img {
	width: 100%;
	border-radius: 20px;
}

.article-top-content {
	width: 44%;
}

.article-top-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 20px;
}

.article-date {
	margin: 0 0 10px;
}

.article-stat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 10px;
	font-size: 16px;
}

.article-stat-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 15px 0 0;
}

.article-stat-item:last-child {
	margin: 0;
}

.article-stat-item img {
	margin: 0 7px 0 0;
}

.article-category {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 24px;
}

.article-title {
	margin: 0 0 13px;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
}

.article-tags {
	padding: 0 0 45px;
	font-size: 16px;
	line-height: 123%;
}

.article-tags a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	color: rgba(0, 51, 102, 0.5);
	text-decoration: none;
}

.article-tags a:hover {
	color: #FC675A;
}

.article-tags-hidden {
	display: none;
}

.article-tags-more {
	font-weight: 600;
}

.article-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}

.article-author-photo {
	overflow: hidden;
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
	border: 5px solid #A7C4C8;
	box-sizing: border-box;
	border-radius: 50%;
}

.article-author-photo img {
	width: 100%;
}

.article-author-text {
	padding: 13px 0 0;
	font-size: 16px;
	line-height: 20px;
}

.article-author-text span {
	display: block;
	padding: 7px 0 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

/************************* article-content *************************/
.article-content {
	max-width: 900px;
	margin: 0 auto;
}

.article-anchors {
	margin: 0 0 60px;
	border-bottom: 2px solid #EDF5F6;
}

.article-anchors-link {
	position: relative;
	display: block;
	padding: 0 0 20px;
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
	color: #003366;
	text-decoration: none;
}

.article-anchors-link:after {
	position: absolute;
	top: 10px;
	right: 20px;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/plus.svg) 50% 50% no-repeat;
	transition: all 0.3s linear;
}

.article-anchors-link.active:after {
	transform: rotate(45deg);
}

.article-anchors-hidden {
	display: none;
	padding: 20px 0 10px;
}

.article-anchors-item {
	margin: 0 0 22px;
	font-size: 22px;
	line-height: 27px;
}

.article-anchors-item a {
	color: #003366;
	text-decoration: none;
}

.article-anchors-item a:hover {
	color: #FC675A;
}

.article-part {
	padding: 0 0 25px;
}

.article-part-blue {
	position: relative;
	padding: 63px 0 15px;
	margin: 0 0 74px;
	background: #EDF5F6;
}

.article-part-blue:before,
.article-part-blue:after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	content: '';
	background: inherit;
}

.article-part-blue:before {
	right: 100%;
}

.article-part-blue:after {
	left: 100%;
}

.quote {
	margin: 0 0 60px;
	padding: 40px 75px;
	font-size: 20px;
	line-height: 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.quote-text {
	position: relative;
	margin: 0 0 35px;
	padding: 40px 0 25px;
}

.quote-text:before,
.quote-text:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 18px;
	background: url(../images/quote.svg) 50% 50% no-repeat;
}

.quote-text:before {
	top: 0;
	left: -25px;
}

.quote-text:after {
	bottom: 0;
	right: -25px;
	transform: rotate(180deg);
}

.quote-author {
	font-weight: 500;
}

.article-part p {
	margin: 0 0 50px;
}

.article-part ol {
	padding: 0;
	margin: 0;
	counter-reset: list;
}

.article-part ol li {
	position: relative;
	padding: 0 0 0 67px;
	margin: 0 0 30px;
	list-style-type: none;
}

.article-part ol li:before {
	counter-increment: list;
	content: counter(list) "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 50px;
	font-size: 30px;
	line-height: 37px;
	color: #FC675A;
	text-align: center;
}

.article-part ul li {
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 0 50px;
}

.article-part ul li:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	background: #A7C4C8;
	border-radius: 50%;
}

.article-img {
	display: block;
	margin: 0 0 50px;
}

.article-img img {
	width: 100%;
	border-radius: 20px;
}

.article-warning, .article-ask {
	position: relative;
	padding: 0 0 0 67px;
	margin: 0 0 30px;
}

.article-warning:before, .article-ask:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 42px;
	line-height: 44px;
	color: #FC675A;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #A7C4C8;
	box-sizing: border-box;
	border-radius: 50%;
}

.article-warning:before {
	content: '!';
}

.article-ask:before {
	content: '?';
}

.article-table {
	position: relative;
	background: #F5FAFA;
}

.table-block {
	overflow-x: auto;
	margin: 0 0 70px;
}

.table {
	min-width: 720px;
	background: #fff;
	border: 4px solid #EDF5F6;
	border-radius: 20px 20px 0 0;
}

.table-top {
	border-bottom: 4px solid #EDF5F6;
}

.table-top .table-cell {
	padding: 39px 30px 30px;
	font-weight: 400;
}

.table-main {
	padding: 20px 0;
}

.table-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.table-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20%;
	padding: 22px 30px;
	text-align: center;
}

.table-cellj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20%;
	padding: 22px 30px;
	text-align: justify;
}

.table-cellt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20%;
	padding: 0px 0px;
	text-align: top;
}

.table-cell:nth-child(1) {
	width: 60%;
}

.table-cell:nth-child(2) {
	width: 20%;
}

.table-cell:nth-child(3) {
	width: 20%;
}

.table-cell:first-child {
	flex: 1;
	justify-content: flex-start;
	text-align: left;
}

.table-cell.current {
	background: rgba(167, 196, 200, 0.15);
}

.table-row:first-child .table-cell.current,
.table-row:last-child .table-cell.current {
	position: relative;
}

.table-row:first-child .table-cell.current:before,
.table-row:last-child .table-cell.current:before {
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	height: 20px;
	background: rgba(167, 196, 200, 0.15);
}

.table-row:first-child .table-cell.current:before {
	height: 25px;
	top: -25px;
}

.table-row:last-child .table-cell.current:before {
	bottom: -20px;
}

.table-top .table-row:first-child .table-cell.current:before {
	display: none;
}

.table-price {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FC675A;
	white-space: nowrap;
}

.table-price-p {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #FC675A;
	white-space: nowrap;
}

.table-hidden {
	display: none;
}

.article-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 160px;
}

.rating-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 30px;
	margin: 0 0 0 -5px;
}

.rating-text {
	margin: 0 0 10px;
	font-size: 20px;
}

.rating-text b {
	font-weight: 500;
	font-size: 32px;
}

.star {
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
	background: url(../images/star.svg) 50% 50% no-repeat;
	cursor: pointer;
}

.star:hover, .bx-star-active {
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
	background: url(../images/star-full.svg) 50% 50% no-repeat;
	cursor: pointer;
}

.star.full {
	background: url(../images/star-full.svg) 50% 50% no-repeat;
}


.article-back {
	font-size: 20px;
}

.article-back a {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}

.article-back a:hover {
	border-bottom: 1px solid transparent;
}

.article-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 15px 0 23px;
}

.article-webs a {
	margin: 0 20px 20px 0;
}

.article-webs a:last-child {
	margin: 0 0 20px;
}

.article-webs img {
	width: 36px;
}

/************************* article-bottom *************************/
.article-bottom {
	padding: 0 0 80px;
}

.blog-section {
	padding: 0 0 25px;
}

.blog-section .blog-list {
	padding: 60px 0 0;
}

/************************* price page *************************/
/************************* pricing-top *************************/
.pricing-top {
	overflow: hidden;
	position: relative;
	height: 540px;
	background: #EDF5F6;
	margin-top: 50px;
}

.pricing-top:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -46px;
	content: '';
	background: url(../images/pricing-bg.svg) 50% 100% no-repeat;
	z-index: 10;
}

.pricing-top .holder {
	position: relative;
	z-index: 30;
	height: 100%;
}

.pricing-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	height: 100%;
	padding: 0 0 115px;
}

.pricing-top-content {
	width: 460px;
	min-width: 460px;
}

.pricing-top-title {
	margin: 0 0 24px;
	font-weight: 600;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
	color: #003366;
}

.pricing-top-text {
	margin: 0 0 27px;
}

.pricing-woman {
	position: absolute;
	left: 50%;
	bottom: -44px;
	margin: 0 0 0 214px;
}

.pricing-woman-bg {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin: 0 0 0 -19px;
}

/************************* pricing-section *************************/
.pricing-section {
	padding: 90px 0 0;
}

.pricing-section .action-banner {
	margin: 0 0 75px;
}

.pricing-serv {
	padding: 80px 50px 85px;
	margin: 0 0 110px;
	background: #F5FAFA;
	border-radius: 20px;
}

.pricing-serv-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.pricing-serv .h2,
.pricing-serv .h3 {
	margin: 0 0 63px;
}

.serv-table .table-top .table-cell {
	padding: 18px 10px 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.serv-table .table-cell {
	padding: 22px 10px;
}

.serv-table .table-cell:nth-child(1) {
	width: 50%;
}

.serv-table .table-cell:nth-child(2) {
	width: 20%;
}

.serv-table .table-cell:nth-child(3) {
	width: 15%;
}

.serv-table .table-cell:nth-child(4) {
	width: 15%;
}

.serv-table .table-cell:first-child,
.serv-table .table-top .table-cell:first-child {
	padding-left: 20px;
}

.table-cell a {
	color: #003366;
}

.table-cell img {
	vertical-align: middle;
}

/************************* pricing-about *************************/
.pricing-about {
	padding: 0 0 40px;
}

.pricing-radio {
	padding: 100px 0 50px;
}

.pricing-radio .radio-line {
	justify-content: space-between;
}

.pricing-radio .radio-label {
	padding: 0 0 0 42px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.pricing-radio .radio-label:before {
	border: 1px solid #003366;
}

.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0 0 50px;
}

.tabs li {
	width: 50%;
}

.tabs a {
	display: block;
	padding: 0 20px 24px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
	transition: color 0.3s linear;
}

.tabs a:hover {
	color: #FC675A;
}

.tabs .active a {
	color: #003366;
	font-weight: 600;
	padding-left: 16px;
	border-bottom: 4px solid #FC675A;
}

.tab-content {
	display: none;
}

.tariff-bg {
	position: relative;
	padding: 53px 0;
	margin: 0 0 28px;
}

.tariff-bg:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 300%;
	left: -100%;
	content: '';
	background: linear-gradient(180deg, #f5fafa 0.52%, #F5FAFA 52.6%, #f5fafa 100%);
}

.tariff {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.tariff-col {
	width: 33.33%;
	padding: 0 15px;
}

.tariff-item {
	height: 100%;
	padding: 39px 48px;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.tariff-name {
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
}

.tariff-info {
	margin: 0 0 30px -24px;
}

.tariff-info li {
	position: relative;
	padding: 0 0 0 24px;
}

.tariff-info li:before {
	position: absolute;
	left: 0px;
	top: 8px;
	content: '';
	width: 7px;
	height: 7px;
	background: #A7C4C8;
	border-radius: 50%;
}

.tariff-price {
	margin: 0 0 26px;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FC675A;
}

.tariff-button .button {
	display: block;
	padding: 14px 15px;
	max-width: 250px;
	margin: 0 auto;
}

.pricing-about-text p {
	margin: 0 0 22px;
}

/************************* calc *************************/
.calc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.calc-fixed {
	display: none;
}

.calc-content {
	flex: 1;
	padding: 56px 80px 20px;
	background: #EDF5F6;
}

.calc-form {
	padding: 20px 0 0;
}

.calc-form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.calc-form-col {
	width: 48%;
	padding: 0 0 20px;
}

.calc-label {
	margin: 0 0 24px;
	font-weight: 500;
}

.range {
	max-width: 310px;
	margin: 0 0 24px;
}

.range .input {
	margin: 0;
}

.range-slider {
	margin: -2px 18px 0;
}

.range-slider.noUi-target {
	background: #ccc;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.range-slider.noUi-horizontal {
	height: 4px;
}

.range-slider .noUi-connect {
	background: #003366;
}

.range-slider.noUi-horizontal .noUi-handle {
	width: 12px;
	height: 12px;
	right: -4px;
	top: -4px;
	cursor: pointer;
}

.range-slider .noUi-handle {
	background: #003366;
	border: 2px solid #003366;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: none;
}

.range-slider .noUi-handle:after, .range-slider .noUi-handle:before {
	display: none;
}

.calc-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 30%;
	min-width: 444px;
	padding: 62px 40px 70px;
	color: #fff;
	background: #003366;
}

.calc-text {
	margin: 0 0 70px;
	font-size: 20px;
	line-height: 24px;
}

.calc-bottom {
	margin: auto 0 0;
}

.calc-bottom-title {
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

.calc-result {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 70px;
}

.calc-result-price {
	margin: 0 11px 0 0;
	font-size: 48px;
	font-weight: 600;
}

.calc-result-price span {
	color: #FC675A;
	font-size: 64px;
}

.calc-result-text {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

/************************* pricing-bottom *************************/
.pricing-bottom {
	padding: 120px 0 180px;
	background: #F5FAFA;
}

.pricing-bottom-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.pricing-bottom .h3 {
	margin: 0 0 60px;
}

/************************* contacts page *************************/
/************************* contacts *************************/
.contacts {
	position: relative;
	overflow: hidden;
	padding: 44px 0;
	margin-top: 50px;
}

.contacts:before {
	position: absolute;
	top: 0;
	bottom: -15px;
	left: 50%;
	width: 50%;
	content: '';
	margin-left: -300px;
	background: url(../images/contacts-bg.svg) 0 0 no-repeat;
	background-size: auto 100%;
}

.contacts:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30%;
	content: '';
	background: #EDF5F6;
}

.contacts-map iframe {
	display: block;
	width: 100%;
	height: 640px;
	border: 0;
}

.contacts-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 20;
}

.contacts-side {
	width: 40.5%;
}

.contacts-links {
	padding: 20px 0 45px;
}

.contacts-links li {
	margin: 0 0 24px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.contacts-links a {
	color: #003366;
	text-decoration: none;
}

.contacts-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 55px;
}

.contacts-webs a {
	margin: 0 20px 20px 0;
}

.contacts-webs a:last-child {
	margin: 0 0 20px;
}

.contacts-webs img {
	width: 38px;
}

.contacts-text {
	margin: 0 0 70px;
	font-size: 20px;
	line-height: 24px;
}

.contacts-text b {
	font-weight: 500;
}

.contacts-text:last-child {
	margin: 0;
}

.contacts-form {
	width: 47.5%;
}

.contacts-form .form-button {
	text-align: right;
}

.contacts-form .button {
	min-width: 47.5%;
}

.contacts-form .form-note {
	text-align: right;
}

.contacts-form form {
	padding: 0 0 50px;
}

.contacts-img {
	margin: 0 0 -70px;
	text-align: right;
}

/************************* about page *************************/
/************************* about-section *************************/
.about-section {
	position: relative;
	padding: 0px 0 250px;
	background: #EDF5F6;
}

/************************* about-top *************************/
.about-top {
	position: relative;
	padding: 286px 0 178px;
}

.about-top-bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.about-top-shadow3 {
	position: absolute;
	top: 599px;
	left: 50%;
	margin-left: -620px;
}

.about-top-shadow2 {
	position: absolute;
	top: 669px;
	left: 50%;
	margin-left: -692px;
}

.about-top-shadow1 {
	position: absolute;
	top: 663px;
	left: 50%;
	margin-left: 167px;
}

.about-top-flame {
	position: absolute;
	top: 99px;
	left: 50%;
	margin-left: 205px;
}

.about-top-woman {
	position: absolute;
	top: 127px;
	left: 50%;
	margin-left: 139px;
	width: 454px;
}

.about-cape {
	position: absolute;
	top: 105px;
	left: 0;
	animation: move2 2s linear infinite;
}

@keyframes move2 {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}

	50% {
		transform: rotate(-3deg) translate(10px, -5px);
	}

	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}

.about-woman {
	width: 100%;
	position: relative;
	z-index: 10;
}

.about-top-col {
	position: relative;
	max-width: 510px;
}

.about-top-title {
	margin: 0 0 32px;
	font-weight: 600;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
}

.about-top-subtitle {
	margin: 0 0 48px;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
}

.about-form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about-form-content {
	flex: 1;
}

.about-form-content .button {
	width: 100%;
}

.about-form-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 0 18px;
}

.about-form-webs a {
	margin: 0 13px 0 0;
}

.about-form-webs a:last-child {
	margin: 0;
}

.about-form-webs img {
	width: 50px;
}

/************************* about-quote *************************/
.about-quote-block {
	position: relative;
}

.about-cloud1 {
	position: absolute;
	top: 214px;
	left: 50%;
	margin-left: -760px;
}

.about-grad1 {
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -760px;
	width: 120px;
	height: 118px;
	background: linear-gradient(90deg, #edf5f6 0%, #f1f7f8 100%);
}

.about-quote {
	position: relative;
	max-width: 1010px;
	margin: 0 auto 155px;
	padding: 35px 130px 44px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.about-quote-text {
	position: relative;
	margin: 0 0 35px;
	padding: 40px 0 25px;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
}

.about-quote-text:before,
.about-quote-text:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 18px;
	background: url(../images/quote.svg) 50% 50% no-repeat;
}

.about-quote-text:before {
	top: 0;
	left: -25px;
}

.about-quote-text:after {
	bottom: 0;
	right: -25px;
	transform: rotate(180deg);
}

.about-quote-author {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

/************************* about-block *************************/
.about-block {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 207px 0 0;
}

.about-block:before {
	position: absolute;
	top: 62px;
	left: -100%;
	right: -100%;
	content: '';
	height: 1204px;
	background: linear-gradient(180deg, #faf5f5 0%, rgba(255, 255, 255, 0.64) 49.21%, #fffbfb 100%);
}

.about-cloud2 {
	position: absolute;
	top: 94px;
	left: 50%;
	margin-left: -160px;
}

.about-grad2 {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: 630px;
	width: 120px;
	height: 118px;
	background: linear-gradient(270deg, #f1f7f8 0%, #f1f7f8 100%);
}

.about-line {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -723px;
}

.plane-min1 {
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -450px;
}

.plane-min2 {
	position: absolute;
	top: 964px;
	left: 50%;
	margin-left: 80px;
}

.plane-min3 {
	position: absolute;
	top: 1916px;
	left: 50%;
	margin-left: -120px;
}

.plane-min4 {
	position: absolute;
	bottom: -170px;
	left: 50%;
	margin-left: -230px;
}

.about-part {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 50;
}

.about-part1 {
	margin: 0 0 84px;
}

.about-part2 {
	margin: 0 0 64px;
}

.about-part3 {
	margin: 0 0 62px;
}

.about-part-content {
	flex: 1;
}

.about-part-title {
	margin: 0 0 48px;
	font-weight: bold;
	font-size: 60px;
	line-height: 73px;
}

.about-part-text {
	font-weight: 400;
}

.about-part p {
	margin: 0 0 22px;
}

.about-part-img {
	width: 293px;
	min-width: 293px;
	margin: 0 0 0 45px;
}

.about-part-img img {
	width: 100%;
	border-radius: 50%;
}

.about-part-reverse {
	flex-direction: row-reverse;
}

.about-part-reverse .about-part-title {
	text-align: right;
}

.about-part-reverse .about-part-img {
	margin: 0 53px 0 58px;
}

.about-part1 .about-part-img {
	padding: 308px 0 0;
	margin-right: 50px;
}

.about-part2 .about-part-img {
	padding: 24px 0 0;
}

.about-part4 .about-part-img {
	padding: 52px 0 0;
}

/************************* about-bottom *************************/
.about-bottom {
	position: relative;
	padding: 210px 0 0;
	background: url(../images/about-bottom-bg.svg) 50% -20px no-repeat;
}

.about-bottom-block {
	position: relative;
	max-width: 820px;
	margin: 0 auto 155px;
	text-aligN: center;
}

.about-bottom-title {
	position: relative;
	margin: 0 0 43px;
	font-weight: bold;
	font-size: 60px;
	line-height: 73px;
}

.about-bottom-text {
	position: relative;
}

.about-line3 {
	position: absolute;
	top: -330px;
	right: 100%;
	margin-right: 26px;
}

.about-line4 {
	position: absolute;
	top: -70px;
	left: 100%;
	margin-left: -210px;
}

.team h2 {
	position: relative;
	z-index: 50;
}

.team-block {
	position: relative;
	z-index: 20;
	padding: 102px 0 465px;
}

.team-plane {
	position: absolute;
	top: -260px;
	left: -108px;
}

.team-plane-cloud {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -740px;
}

.team-slider {
	margin: 0 0 0 85px;
	padding: 0 40px;
}

.team-slider .slick-arrow {
	top: 92px;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	background: url(../images/slider-arrow2.svg) 60% 50% no-repeat;
	background-size: auto;
	border-radius: 50%;
}

.team-slider .slick-arrow:hover {
	background-color: #fff;
}

.team-slider .slick-prev {
	left: 0px;
	transform: scale(-1, 1);
}

.team-slider .slick-next {
	right: 0px;
}

.team-slider .slick-list {
	overflow: visible;
}

.team-slide {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}

.team-slide.slick-active {
	opacity: 1;
	visibility: visible;
}

.team-item {
	position: relative;
	width: 140px;
	margin: 0 auto;
	padding: 0 0 6px;
	height: 140px;
}

.team-img {
	position: relative;
}

.team-img img {
	width: 100%;
	border: 5px solid #A7C4C8;
	border-radius: 50%;
	transform: translateZ(0);
	height: 100%;
	object-fit: cover;
}

.team-plus {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 20;
	width: 24px;
	height: 24px;
	right: 16px;
	bottom: 6px;
	background: #FC675A;
	border-radius: 50%;
}

.team-plus img {
	width: 10px;
}

.team-info {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 20;
	padding: 10px 14px 14px;
	font-size: 13px;
	line-height: 100%;
	white-space: nowrap;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: all 0.3s linear;
}

.team-item:hover .team-info {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.team-info b {
	display: block;
	margin: 0 0 4px;
	font-weight: 500;
	font-size: 15px;
	line-height: 124.93%;
	text-transform: uppercase;
}

/************************* serv page *************************/
/************************* sp-top *************************/
.sp-top {
	min-height: 536px;
	padding: 0;
	background: #EDF5F6 url(../images/top-block-bg.svg) 50% 120% no-repeat;
	margin-top: 50px;
}

.top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.top-block-content {
	position: relative;
	max-width: 510px;
	width: 40.5%;
	padding: 83px 0 77px;
}

.top-block-title {
	margin: 0 0 26px;
	font-weight: 600;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
}

.top-block-text {
	margin: 0 0 40px;
}

.top-block-img {
	width: 55%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.top-block-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.sp-top-blue {
	position: relative;
	background: #EDF5F6;
}

.sp-top-blue:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	height: 75px;
	background: #F5FAFA;
}

.sp-after {
	position: relative;
	background: #EDF5F6;
	margin-bottom: 30px;
}

.sp-after .holder {
	z-index: 2;
	position: relative;
}

.sp-after:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	background: url(../images/usl-3.svg) 50% 120% no-repeat;
	width: 100%;
	height: 0;
	padding-bottom: 12%;
	z-index: 1;
	background-size: 100% 100%;
}

.sp-img1 {
	display: block;
}

.sp-img2 {}

/************************* sp-main *************************/
.sp-main {
	padding: 40px 0 0;
}

.sp-about {
	position: relative;
	z-index: 20;
}

.sp-about-top {
	padding: 0 0 45px;
}

.sp-tabs {
	margin: 0 0 80px;
}

.sp-tabs .tabs {
	padding: 0;
}

.sp-about-list {
	padding: 0 0 30px;
}

.sp-about-list li {
	position: relative;
	padding: 0 0 0 29px;
	margin: 0 0 40px;
}

.sp-about-list-title {
	margin: 0 0 16px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.sp-about-list li:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	background: #A7C4C8;
	border-radius: 50%;
}

.sp-ask-link {
	font-size: 16px;
	color: #003366;
	text-decoration: none;
}

.sp-ask {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 250px 0;
}

.sp-ask-side {
	position: relative;
	width: 29%;
}

.sp-ask-img {
	width: 100%;
	position: relative;
}

.sp-ask-sign {
	position: absolute;
	top: -95px;
	left: 0;
	right: 0;
	font-weight: 600;
	font-size: 95px;
	line-height: 90px;
	color: #FC675A;
	text-align: center;
}

.sp-ask-bg {
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -672px;
}

.sp-ask-content {
	position: relative;
	z-index: 20;
	width: 58%;
}

.sp-who {
	position: relative;
	z-index: 20;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 100px;
}

.sp-who-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0 0;
}

.sp-who-item {
	width: 45%;
}

.sp-who-img {
	margin: 0 0 20px;
	text-align: center;
}

.sp-main .pricing-serv {
	max-width: 1100px;
	margin: 0 auto 110px;
}

.sp-tariff .tabs a {
	font-size: 50px;
	line-height: 61px;
}

.sp-tariff-text {
	margin: 0 0 60px;
}

.sp-tariff-subtitle {
	margin: 0 0 25px;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
}

.sp-tariff .tariff-bg {
	padding: 53px 0;
	margin: 0;
}

/************************* sp-bottom *************************/
.faq {
	position: relative;
	padding: 80px 0 130px;
}

.faq:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 300%;
	left: -100%;
	content: '';
	background: linear-gradient(180deg, #FFFFFF 0%, #F5FAFA 18.23%, #F5FAFA 82.81%, #ffffff 100%);
}

.faq-wrap {
	position: relative;
}

.faq-block {
	padding: 46px 0 0;
}

.faq-item {
	margin: 0 0 37px;
	border-bottom: 4px solid #FFFFFF;
}

.faq-top {
	position: relative;
	display: block;
	margin: 0 0 38px;
	padding: 0 40px 0 0;
	color: #003366;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}

.faq-top:after {
	position: absolute;
	top: -3px;
	right: 0;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/plus3.svg) 50% 50% no-repeat;
	background-size: cover;
	transition: all 0.3s linear;
}

.faq-top.active:after {
	transform: rotate(135deg);
}

.faq-hidden {
	display: none;
	padding: 0 0 47px;
}

/************************* sp-info *************************/
.sp-main-blue {
	position: relative;
}

.sp-main-blue:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 1107px;
	background: linear-gradient(180deg, #F5FAFA 22.86%, #f5fafa 100%);
}

.sp-info {
	position: relative;
	z-index: 50;
	padding: 67px 70px 50px;
	background: #FFFFFF;
	border-radius: 20px;
}

.sp-info .sp-tabs {
	margin: 0 0 40px;
}

.sp-info .tabs li {
	width: 25%;
}

.sp-info .tabs a {
	padding: 0 5px 24px;
	text-align: center;
}

.sp-info-price {
	position: relative;
	z-index: 50;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 65px;
	padding: 48px 98px 51px 67px;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.sp-info-price-text {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
}

.sp-info-price .button {
	padding: 14px 80px;
}

.sp-info .sp-ask {
	margin: 0 -70px;
}

/************************* doc *************************/
.doc {
	padding: 50px 0;
}

.doc-top-text {
	margin: 0 0 40px;
}

.doc-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	padding: 0 0 60px 150px;
}

.doc-info-img {
	width: 212px;
	min-width: 212px;
	margin: 75px 70px 0 0;
}

.doc-info-content {
	flex: 1;
}

.doc-info-title {
	margin: 0 0 53px;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
}

.doc-info-content li {
	position: relative;
	padding: 0 0 0 27px;
	margin: 0 0 24px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.doc-info-content li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background: #A7C4C8;
	border-radius: 50%;
}

.doc-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -13px;
}

.doc-col {
	width: 50%;
	padding: 0 13px;
}

.doc-item {
	height: 100%;
	padding: 34px 25px;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.doc-item-name {
	margin: 0 0 24px;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
}

.doc-item-price {
	margin: 0 0 34px;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FC675A;
}

.doc-item-text {
	margin: auto 0 0;
	font-size: 20px;
	line-height: 24px;
}

/************************* sp-how *************************/
.sp-how {
	padding: 0 0 90px;
}

.sp-how-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -29px;
	padding: 60px 0 0;
}

.sp-how-col {
	width: 25%;
	padding: 0 29px;
}

.sp-how-item {
	height: 100%;
	padding: 42px 10px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.sp-how-num {
	margin: 0 0 27px;
	font-weight: 500;
	font-size: 65px;
	line-height: 79px;
	color: #FC675A;
}

.sp-how-title {
	margin: 0 0 34px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

.sp-article-grey {
	position: relative;
}

.sp-article-grey:before {
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
	bottom: 0;
	content: '';
	background: linear-gradient(180deg, #f5fafa 0.52%, #F5FAFA 38.02%, #f5fafa 100%);
}

.sp-article-grey .article-part {
	position: relative;
}

.white-block {
	position: relative;
	padding: 50px 50px 30px;
	margin: 0 0 60px;
	background: #fff;
	border-radius: 20px;
}

.white-block .article-part {
	max-width: 860px;
	margin: 0 auto;
}

.sp-variant {
	padding: 50px 0 150px;
}

.sp-variant .sp-tabs {
	padding: 50px 0 0;
}

.variant-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

.variant-img {
	margin: 0 20px 0 0;
}

.variant-content {
	flex: 1;
}

.sp-bottom-table {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 50px;
}

/************************* footer *************************/
.footer {
	color: #FFFFFF;
}

.footer-top {
	position: relative;
	padding: 122px 0 16px;
	background: #003366;
}

.footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	padding: 0 0 61px;
}

.footer-nav li {
	margin: 0 54px 10px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #FC675A;
}

.footer-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 10;
	max-width: 550px;
}

.footer-img {
	margin: 0 0 35px;
}

.footer-info {
	padding: 0 0 45px;
}

.footer-info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}

.footer-info-icon {
	margin: 0 20px 0 0;
}

.footer-info-text {
	padding: 2px 0 0;
	line-height: 26px;
}

.footer-info-text a {
	color: #EEF6F7;
	text-decoration: none;
}

.footer-info-text .footer-call {
	text-decoration: underline;
}

.footer-info-text a:hover {
	color: #FC675A;
}

.footer-info-text .footer-call:hover {
	text-decoration: none;
}

.footer-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 65px;
}

.footer-webs a {
	margin: 0 20px 20px 0;
}

.footer-webs img {
	width: 36px;
}

.footer-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 22px 86px 24px;
	font-size: 16px;
	line-height: 20px;
	background: #001E3C;
}

.footer-bottom a {
	color: rgba(248, 248, 248, 0.5);
	text-decoration: none;
}

.footer-bottom a:hover {
	color: #fff;
}

.secret {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 886px;
	height: 677px;
	margin-left: -42px;
}

.secret-lamp {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -62px;
}

.secret-light {
	position: absolute;
	left: 0;
	bottom: 0;
}

.secret-shadow {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 118px;
}

.secret-cat {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: 86px;
}

.secret-eye {
	position: absolute;
	left: 50%;
	bottom: 116px;
	margin-left: 95px;
}

.bulb {
	position: absolute;
	top: 217px;
	left: 50%;
	margin-left: -19px;
	width: 38px;
	height: 38px;
	background: #003366 url(../images/bulb.svg) 50% 50% no-repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	border-radius: 50%;
}

.secret-text {
	position: absolute;
	top: 315px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	color: #003366;
	font-weight: 500;
	text-align: center;
}

.secret-text b {
	display: block;
	margin: 0 0 22px;
	font-weight: 600;
}

.secret-bottom {
	position: absolute;
	left: 50%;
	bottom: 27px;
	margin-left: -325px;
	color: #003366;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.secret-hide {
	opacity: 0;
	transition: all 0.3s linear;
}

.secret-hide.active {
	opacity: 1;
}

/************************* popups *************************/
.popup {
	display: none;
	width: 966px;
	border-radius: 40px;
}

.popup.fancybox-content {
	padding: 71px 73px 55px;
	background: #EDF5F6;
}

.popup-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup-content {
	width: 60%;
}

.popup-title {
	margin: 0 0 40px;
	font-weight: 600;
	font-size: 35px;
	line-height: 39px;
	text-transform: uppercase;
}

.popup-text {
	margin: 0 0 35px;
}

.popup-button .button {
	display: block;
	width: 100%;
	max-width: 285px;
	margin: 0 auto;
}

.fancybox-slide--html .popup .fancybox-close-small {
	padding: 0px;
	right: 15px;
	top: 15px;
}

.popup-side {
	position: relative;
	width: 35%;
	text-align: center;
}

.popup-side img {
	max-width: 100%;
}

.popup-man-bg {
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
}

.popup-man {
	position: relative;
}

.popup-sign {
	padding: 0 0 0 50px;
	font-weight: 600;
	font-size: 70px;
	line-height: 85px;
	color: #FC675A;
}

.popup-comp {
	margin: 0 0 0 -20px;
}

.popup-side .popup-comp {
	max-width: 380px;
}

.popup-thanks {
	padding: 70px 0 100px;
	text-align: center;
}

.popup-thanks-title {
	margin: 0 0 28px;
	font-weight: 600;
	font-size: 35px;
	line-height: 39px;
}

.popup-laptop {
	margin: 0 0 0 -50px;
}

.popup-side .popup-laptop {
	max-width: 410px;
}

/************************* media *************************/
@media screen and (max-width: 1400px) {
	.header-nav-list &gt;

	li {
		margin: 0 35px 0 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 1300px) {
	.header {
		padding: 23px 20px 0;
	}

	.header-logo img {
		width: 200px;
	}

	.header-nav-list &gt;

	li {
		margin: 0 25px 0 0;
		font-size: 16px;
	}

	.header-phone {
		margin: 0 20px 0 0;
		font-size: 16px;
	}

	.header-button {
		padding: 6px 19px 7px;
		font-size: 16px;
		line-height: 22px;
	}

	.blog-col {
		width: 50%;
	}

	.subscribe-img-col {
		margin: 0 50px 0 -100px;
	}

	.action-banner-block {
		padding: 50px 0 50px 50px;
	}

	.action-banner-sign {
		font-size: 320px;
		line-height: 240px;
	}

	.footer-nav li {
		margin: 0 35px 10px 0;
		font-size: 18px;
	}

	.action-step-title {
		margin: 0 0 50px;
		font-size: 30px;
		line-height: 36px;
	}

	.article-bottom {
		padding: 0;
	}

	.calc-content {
		padding: 56px 50px 20px;
	}

	.sp-how-block {
		margin: 0 -15px;
	}

	.sp-how-col {
		width: 25%;
		padding: 0 15px;
	}

	.about-top-bg {
		margin-left: -500px;
	}

	.about-part4 .about-part-img {
		padding: 0;
	}

	.main-top-content {
		width: 44.5%;
	}

	.main-info {
		padding: 188px 0 0;
	}

	.pros {
		padding: 140px 0 100px;
	}

	.pros-col {
		width: 50%;
	}

	.prof-frame {
		margin-left: 58px;
	}

	.secret {
		margin-left: -142px;
	}

}

@media screen and (max-width: 1023px) {
	.sp-top {
		margin-bottom: 40px;
	}

	.sp-top-blue.sp-top {
		margin-bottom: 0;
	}

	.sp-top-blue .top-block-img {
		padding-bottom: 60px;
	}

	#wrapper {
		padding: 10px 0 0;
		/*padding: 70px 0 0;*/
	}

	.header {
		height: 70px;
		padding: 10px 20px 0;
	}

	.header-logo {
		margin: 0 auto;
	}

	.header-logo img {
		width: 180px;
	}

	.header-button {
		display: none;
	}

	.header-block {
		position: relative;
	}

	.sp-after:after {
		display: none;
	}

	.header-phone {
		position: absolute;
		top: 13px;
		right: 0;
		width: 24px;
		height: 24px;
		font-size: 0;
		margin: 0;
		background: url(../images/phone-call.svg) 50% 50% no-repeat;
		background-size: contain;
	}

	.mob-nav-icon {
		display: block;
	}

	.header-nav {
		position: fixed;
		top: 60px;
		left: -100%;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		width: 100%;
		z-index: 540;
		overflow-y: auto;
		box-sizing: border-box;
		background: #fff;
		transition: all 0.5s ease;
	}

	.header-nav.vis {
		left: 0;
	}

	.header-nav-list {
		display: block;
		padding: 50px 20px 30px;
	}

	.header-nav-list &gt;

	li {
		margin: 0 0 35px;
		font-size: 20px;
		line-height: 24px;
	}

	.subnav {
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		margin: 0 -20px;
		padding: 15px 0 0;
		background: none;
		box-shadow: none;
		border-radius: 0px;
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
		display: none;
		transition: none;
	}

	.subnav:before {
		display: none;
	}

	.subnav-side {
		width: auto;
		max-width: none;
		padding: 20px 20px 1px;
		background: #EDF5F6;
	}

	.subnav-side a:after {
		display: none;
	}

	.subnav-side &gt;
	li &gt;

	a {
		font-weight: 600;
	}

	.inner-nav {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		overflow-y: auto;
		padding: 15px 0 0 20px;
		visibility: visible;
		opacity: 1;
		transform: translateX(0px);
	}

	.subnav-side li {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 24px;
	}

	.inner-nav li {
		margin: 0 0 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.inner-nav li:last-child {
		margin: 0;
	}

	.header-webs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 20px 20px;
		margin: auto 0 0;
	}

	.header-webs a {
		margin: 0 20px 20px 0;
	}

	.header-webs a:last-child {
		margin: 0 0 20px;
	}

	.header-webs img {
		width: 36px;
	}

	.header-time {
		display: block;
		padding: 0 20px 30px;
	}

	.blog {
		padding: 40px 0 50px;
	}

	.blog-rubric {
		width: 100%;
		margin: 0 0 30px;
	}

	.blog-search {
		width: 100%;
	}

	.blog-item-title {
		margin: 0 0 25px;
		font-size: 18px;
		line-height: 22px;
	}

	.blog-list {
		padding: 0 0 20px;
	}

	.blog-col {
		margin: 0 0 30px;
	}

	.subscribe-section {
		padding: 40px 0 60px;
	}

	.subscribe-section .h3 {
		max-width: 840px;
		margin: 0 0 40px;
	}

	.subscribe-block {
		display: block;
		padding: 0;
	}

	.subscribe-form {
		width: auto;
		margin: 0 0 40px;
	}

	.subscribe-img-col {
		margin: 0;
		text-align: center
	}

	.subscribe-img {
		max-width: 100%;
		margin-left: 0;
	}

	.subscribe-bg {
		display: none;
	}

	.subscribe-form .form-note {
		text-align: left;
	}

	.bottom-section {
		position: relative;
		padding: 50px 0;
	}

	.serv-slider-section .h2 {
		margin: 0 0 30px;
	}

	.serv-slider-section {
		padding: 0 0 60px;
	}

	.serv-name {
		min-height: 30px;
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 30px;
	}

	.action-banner-title {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
	}

	.action-banner-text {
		font-size: 18px;
		line-height: 22px;
	}

	.action-banner-block {
		width: 64%;
		padding: 30px 0 30px 30px;
	}

	.action-banner-img {
		width: 40%;
		margin: 0 0 0 -4%;
	}

	.action-banner-sign {
		font-size: 240px;
		line-height: 180px;
	}

	.footer-top {
		padding: 60px 0 16px;
	}

	.footer-nav {
		padding: 0 0 40px;
	}

	.footer-policy {
		width: 100%;
		margin: 0 0 10px;
	}

	.footer-info {
		padding: 0 0 25px;
	}

	.footer-webs {
		padding: 0 0 40px;
	}

	.footer-bottom {
		padding: 22px 20px 24px;
	}

	.contacts-side {
		width: 100%;
		padding: 0 0 50px;
	}

	.contacts-form {
		width: 100%;
	}

	.contacts:before,
	.contacts:after {
		display: none;
	}

	.contacts-links {
		padding: 10px 0 30px;
	}

	.contacts-webs {
		padding: 0 0 30px;
	}

	.contacts-text {
		margin: 0 0 40px;
	}

	.contacts-map iframe {
		height: 400px;
	}

	.action-step-col {
		width: 100%;
		margin: 0 0 20px;
	}

	.action-date {
		padding: 0 0 50px;
	}

	.action-title {
		margin: 0 0 30px;
	}

	.action-info {
		padding: 0 0 30px;
	}

	.action-info li {
		margin: 0 0 40px;
	}

	.action-info p {
		margin: 0 0 40px;
	}

	.action-step-top {
		margin: 0 0 40px;
		font-size: 32px;
		line-height: 39px;
	}

	.action-step {
		padding: 0 0 70px;
	}

	.action-step-num {
		margin: 0 0 20px;
	}

	.action-step-title {
		margin: 0 0 30px;
	}

	.action-page {
		padding: 40px 0 0;
	}

	.order-form {
		padding: 10px 0 97px;
	}

	.cases-top {
		padding: 50px 0 29px;
	}

	.cases-top-block {
		display: block;
	}

	.serv-top-info {
		max-width: none;
		padding: 0 0 40px;
	}

	.serv-top-text {
		padding: 0;
		font-size: 24px;
		line-height: 30px;
	}

	.cases-top {
		background: #EDF5F6 url(../images/cases-bg.svg) 50% 110% no-repeat;
	}

	.cases-img {
		overflow: hidden;
		width: 140%;
		margin: 0 0 -40px;
		max-width: none;
	}

	.cases-img img {
		margin: -380px 0 0;
	}

	.case-list {
		margin: 0 -15px;
	}

	.case-col {
		padding: 0 15px;
		margin: 0 0 35px;
	}

	.main {
		padding: 50px 0 40px;
	}

	.ask-section {
		padding: 60px 0 80px;
	}

	.ask-form {
		width: auto;
	}

	.ask-bg {
		display: none;
	}

	.ask-section .h3 {
		margin: 0 0 40px;
	}

	.ask-form .form-note {
		text-align: left;
	}

	.blog-section .blog-list {
		padding: 0;
	}

	.article-footer {
		padding: 0 0 90px;
	}

	.article-top-img {
		width: 100%;
		margin: 0 0 30px;
	}

	.article-top-content {
		width: 100%;
	}

	.article-tags a {
		margin: 0 5px 5px 0;
	}

	.serv-slider {
		margin: 0;
		padding: 0 30px;
	}

	.slick-prev {
		left: 0px;
	}

	.slick-next {
		right: 0px;
	}

	.table-price {
		font-size: 18px;
		line-height: 24px;
	}

	.serv-col {
		width: 50%;
	}

	.serv-block .h3 {
		margin: 0 0 40px;
	}

	.serv-block {
		padding: 0 0 60px;
	}

	.serv-top {
		padding: 50px 0 35px;
	}

	.serv-top-block {
		display: block;
	}

	.serv-gift {
		width: 320px;
		height: 264px;
		margin: 0;
	}

	.serv-wrap {
		padding: 40px 0 0;
	}

	.calc {
		display: block;
	}

	.calc-content {
		padding: 50px 50px 20px;
	}

	.calc-side {
		width: auto;
		min-width: 1px;
		padding: 50px;
	}

	.tariff-col {
		width: 50%;
		margin: 0 0 30px;
	}

	.pricing-section {
		padding: 50px 0 0;
	}

	.pricing-serv {
		padding: 50px;
		margin: 0 0 80px;
	}

	.tariff-bg {
		padding: 0 0 40px;
		margin: 0;
	}

	.pricing-bottom {
		padding: 60px 0 100px;
	}

	.pricing-bottom .h3 {
		margin: 0 0 40px;
	}

	.table-block {
		margin: 0 0 40px;
	}

	.pricing-radio {
		padding: 40px 0 50px;
	}

	.sp-top {
		min-height: 1px;
		background: #EDF5F6 url(../images/top-block-bg.svg) 70% 110% no-repeat;
	}

	.sp-top-blue {
		background: #EDF5F6;
	}

	.top-block {
		display: block;
	}

	.top-block-content {
		max-width: none;
		width: auto;
		padding: 40px 0 30px;
	}

	.top-block-img {
		width: auto;
	}

	.top-block-img img {
		max-width: 100%;
	}

	.sp-img1 {
		max-width: 100%;
		margin: 0 0 -65px;
	}

	.sp-img2 {
		margin: -30px 0 0;
	}

	.sp-main {
		padding: 0;
	}

	.sp-ask {
		align-items: flex-start;
		padding: 50px 0 80px;
	}

	.sp-ask-side {
		width: 160px;
		min-width: 160px;
		margin: 80px 30px 0 0;
	}

	.sp-ask-bg {
		display: none;
	}

	.sp-ask-content {
		flex: 1;
		width: auto;
	}

	.sp-tariff .tabs a {
		font-size: 24px;
		line-height: 30px;
	}

	.sp-tariff .tariff-bg {
		padding: 40px 0 0;
	}

	.faq-block {
		padding: 30px 0 0;
	}

	.faq {
		padding: 80px 0 60px;
	}

	.doc-info {
		padding: 0 0 60px;
	}

	.sp-info {
		padding: 67px 70px 0;
	}

	.sp-info-price {
		margin: 0 0 65px;
		padding: 48px 50px 50px;
		text-align: center;
	}

	.sp-info-price .button {
		margin: 0 auto;
	}

	.sp-info-price-text {
		width: 100%;
		margin: 0 0 30px;
	}

	.sp-info .sp-tabs {
		margin: 0 0 20px;
		padding: 0 0 1px;
	}

	.sp-tabs .tabs {
		overflow-x: auto;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.sp-tabs .tabs li {
		width: auto;
		margin: 0 0 20px;
	}

	.sp-tabs .tabs a {
		padding: 0 0 24px;
		padding-right: 20px;
		white-space: nowrap;
		font-size: 16px;
		line-height: 20px;
	}

	.sp-tabs .tabs .active a {
		padding-bottom: 21px;
	}

	.sp-tabs .tabs li:last-child a {
		padding-right: 0px;
	}

	.doc {
		padding: 0 0 50px;
	}

	.sp-how {
		padding: 0 0 50px;
	}

	.sp-how-col {
		width: 50%;
		margin: 0 0 30px;
	}

	.sp-how-block {
		padding: 0;
	}

	.sp-variant {
		padding: 50px 0 80px;
	}

	.sp-variant .sp-tabs {
		padding: 10px 0 0;
	}

	.about-cloud2, .about-line, .plane-min1,
	.plane-min2, .plane-min3, .plane-min4 {
		display: none;
	}

	.about-part {
		display: block;
		margin: 0 0 70px;
	}

	.about-part-content {
		padding: 0 0 20px;
	}

	.about-part-img {
		width: auto;
		max-width: 293px;
		min-width: 1px;
		margin: 0;
	}

	.about-part-reverse .about-part-title {
		text-align: left;
	}

	.about-part-reverse .about-part-img {
		margin: 0;
	}

	.about-part1 .about-part-img {
		padding: 0;
		margin-right: 0px;
	}

	.about-part2 .about-part-img {
		padding: 0;
	}

	.about-part4 .about-part-img {
		padding: 0;
	}

	.about-top-bg {
		margin-left: -400px;
	}

	.about-quote {
		margin: 0 auto 100px;
		padding: 35px 80px 44px;
	}

	.about-block {
		padding: 0;
	}

	.about-section {
		padding: 0 0 1px;
	}

	.about-bottom {
		padding: 110px 0 0;
	}

	.about-bottom-block {
		margin: 0 auto 80px;
	}

	.team-block {
		padding: 20px 0 80px;
		margin: 0;
	}

	.team-slider {
		margin: 0;
		padding: 0 40px;
	}

	.team-plane {
		display: none;
	}

	.main-form-line .input, .main-form-line .button {
		width: 100%;
	}

	.main-form-top {
		padding: 0 0 20px;
	}

	.form-webs {
		padding: 0 0 20px;
	}

	.step {
		padding: 80px 0 0;
	}

	.step-block {
		padding: 15px 0 50px;
	}

	.step-col {
		width: 33.33%;
		margin: 0 0 28px;
	}

	.step-item {
		box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
	}

	.step-col:first-child .step-item {
		box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
	}

	.step-col:last-child .step-item {
		box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
	}

	.step-line1, .step-line2, .step-line3, .step-line4 {
		display: none
	}

	.step-item:before,
	.step-item:after {
		display: none
	}

	.client {
		padding: 70px 0 80px;
	}

	.client-slider {
		margin: 0;
		padding: 0 30px;
	}

	.client-subtitle {
		margin: 0 0 40px;
	}

	.main-top {
		padding: 50px 0 50px;
	}

	.main-top-block {
		display: block;
	}

	.main-top-content {
		position: relative;
		width: auto;
	}

	.main-top-text {
		margin: 0 0 50px;
	}

	.main-top-title {
		width: auto;
	}

	.main-top-img {
		width: auto;
		margin: -50px 0 0;
	}

	.main-top-img img {
		max-width: 100%;
	}

	.smoke {
		left: 22%;
	}

	.about-form {
		position: relative;
		z-index: 20;
	}

	.main-info {
		padding: 70px 0 0;
	}

	.main-info-block {
		display: block;
	}

	.main-info-content {
		width: auto;
		padding: 0 0 40px;
	}

	.main-info-img {
		width: auto;
		text-align: left;
	}

	.pros {
		padding: 70px 0 50px;
	}

	.pros-block {
		padding: 40px 0 0;
	}

	.prof {
		padding: 80px 0 260px;
	}

	.prof-frame {
		top: auto;
		bottom: 20px;
		margin-left: -100px;
		width: 200px;
		height: 305px;
		overflow: hidden;
	}

	.prof-frame-bg {
		width: 100%;
		margin-top: -100px;
	}

	.prof-cert {
		position: absolute;
		left: 7px;
		bottom: 7px;
		width: 185px;
	}

	.prof-img {
		margin: 0 0 0 60px;
	}

	.way {
		padding: 50px 0 35px;
	}

	.way-slider {
		margin: 0;
		padding: 0 30px;
	}

	.profit {
		padding: 100px 0 120px;
	}

	.profit-block {
		padding: 40px 0 0;
	}

	.friend-content {
		width: 45%;
	}

	.friend-img {
		width: 40%;
	}

	.friend-title {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 30px;
	}

	.friend-man {
		margin: 0 0 0 -280px;
	}

	.numbers {
		padding: 50px 0 70px;
	}

	.numbers-item {
		width: 50%;
		margin: 0 0 60px;
	}

	.review-block {
		padding: 0 0 40px;
	}

	.review-col {
		width: 50%;
		margin: 0 0 24px;
	}

	.review-top {
		padding: 0 0 60px;
	}

	.secret {
		position: relative;
		left: 50%;
		bottom: auto;
		width: 886px;
		height: 560px;
		margin-left: -443px;
		margin-top: -50px;
		overflow: hidden;
	}

	.secret-light {
		bottom: auto;
		top: 120px;
	}

	.bulb {
		top: 180px;
	}

	.secret-text {
		top: 255px;
		font-size: 16px;
	}

	.secret-bottom {
		bottom: 27px;
		margin-left: -120px;
		font-size: 14px;
		width: 200px;
	}



	.popup {
		width: 700px;
	}

	.popup.fancybox-content {
		padding: 50px;
	}

	.popup-content {
		width: 100%;
	}

	.popup-title {
		margin: 0 0 35px;
		font-size: 30px;
		line-height: 36px;
	}

	.popup-text {
		margin: 0 0 30px;
	}

	.fancybox-slide--html .popup .fancybox-close-small {
		padding: 5px;
		right: 10px;
		top: 10px;
	}

	.popup-side {
		display: none;
	}

	.popup-thanks {
		padding: 15px 0 20px;
	}

	.form-button {
		text-align: left;
	}

}

@media screen and (max-width: 767px) {
	.blog-col {
		width: 100%;
	}

	h2, .h2 {
		font-size: 28px;
		line-height: 34px;
	}

	h3, .h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.serv-name {
		min-height: 1px;
		margin: 0 0 30px;
		font-size: 21px;
		line-height: 27px;
	}

	.blog-search-block {
		display: block;
	}

	.search-input {
		width: 100%;
		margin: 0 0 20px;
		border-radius: 20px;
	}

	.search-button {
		width: 100%;
		min-width: 1px;
		border-radius: 20px;
	}

	.action-banner {
		display: block;
		min-height: 1px;
	}

	.action-banner-block {
		width: 100%;
		padding: 30px 20px;
	}

	.action-banner-img {
		width: 100%;
		padding: 20px;
		margin: 0;
		background: #003366;
	}

	.action-banner-bg {
		display: none;
	}

	.order-form-content {
		width: 100%;
	}

	.order-form-side {
		width: 100%;
	}

	.form-webs {
		justify-content: flex-start;
		padding: 0 0 30px;
	}

	.order-form {
		padding: 10px 0 40px;
	}

	.order-form-img img {
		max-width: 100%;
	}

	.case-col {
		width: 100%;
	}

	.calc-form-col {
		width: 100%;
	}

	.calc-text {
		margin: 0 0 50px;
		font-size: 18px;
		line-height: 22px;
	}

	.calc-result-price {
		font-size: 36px;
	}

	.calc-result-price span {
		font-size: 48px;
	}

	.calc-result {
		margin: 0 0 40px;
	}

	.tariff-col {
		width: 100%;
	}

	.calc-content {
		padding: 50px 20px 20px;
	}

	.calc-side {
		padding: 50px 20px;
	}

	.pricing-top {
		height: auto;
		padding: 50px 0 250px;
	}

	.pricing-top-block {
		padding: 0 0 115px;
	}

	.pricing-woman {
		margin: 0 0 0 -30px;
		width: 180px;
	}

	.pricing-woman-bg {
		margin: 0 0 0 -219px;
		width: 460px;
	}

	.tabs a {
		padding: 0 10px 20px;
		font-size: 16px;
		line-height: 22px;
	}

	.pricing-top-content {
		width: auto;
		min-width: 1px;
	}

	.pricing-serv .h2, .pricing-serv .h3 {
		margin: 0 0 40px;
	}

	.sp-tariff-subtitle {
		margin: 0 0 20px;
		font-size: 21px;
		line-height: 24px;
	}

	.sp-info {
		padding: 50px 50px 0;
	}

	.doc {
		padding: 0;
	}

	.doc-col {
		width: 100%;
		margin: 0 0 20px;
	}

	.doc-info {
		display: block;
	}

	.doc-info-img {
		width: auto;
		min-width: 1px;
		margin: 30px 0 0;
	}

	.sp-how-col {
		width: 100%;
	}

	.white-block {
		padding: 40px 20px 20px;
	}

	.variant-block {
		display: block;
	}

	.variant-img {
		margin: 0 0 20px;
		text-align: center;
	}

	.variant-img img {
		max-width: 100%;
	}

	.sp-variant .sp-tabs {
		margin: 0 0 50px;
	}

	.about-quote {
		margin: 0 0 90px;
		padding: 25px 40px 30px;
	}

	.about-quote-text {
		margin: 0 0 25px;
		padding: 30px 0 25px;
		font-size: 24px;
		line-height: 30px;
	}

	.about-top {
		padding: 50px 0 330px;
	}

	.about-top-bg, .about-top-shadow3, .about-top-shadow2, .about-top-shadow1, .about-top-flame {
		display: none;
	}

	.about-top-woman {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -90px;
		width: 240px;
	}

	.about-cape {
		top: 50px;
		left: 10px;
		width: 230px;
	}

	.pros-title {
		font-size: 24px;
		line-height: 30px;
	}

	.profit-col {
		width: 100%;
	}

	.profit-item {
		margin: 0 0 50px;
	}

	.profit-para {
		display: none;
	}

	.friend-img {
		display: none;
	}

	.friend-content {
		width: 100%;
	}

	.friend {
		padding: 0 0 50px;
	}

	.profit {
		padding: 100px 0 40px;
	}

	.friend-block {
		margin: 0 0 50px;
	}

	.review-col {
		width: 100%;
		margin: 0 0 20px;
	}

	.review-top {
		display: block;
		padding: 0 0 60px;
	}

	.review-title {
		flex: 1;
		padding: 0 0 10px;
	}

	.step-col {
		width: 50%;
	}

	.main-form-title {
		font-size: 24px;
		line-height: 30px;
	}

	.popup {
		width: 400px;
	}

	.popup.fancybox-content {
		padding: 35px 20px;
	}

	.popup-title {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 30px;
	}

	.table-cell {
		font-size: 14px;
		line-height: 20px;
	}

	.serv-table .table-top .table-cell {
		padding: 18px 10px 12px;
		font-size: 14px;
		line-height: 20px;
	}

	.calc-fixed {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 20;
		display: block;
		padding: 20px;
		color: #fff;
		text-align: center;
		background: #003366;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s linear;
	}

	.calc-fixed.vis {
		opacity: 1;
		visibility: visible;
	}

	.calc-fixed .calc-result {
		justify-content: center;
		margin: 0;
	}

	.calc-fixed .calc-bottom-title {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 24px;
	}

	.calc-fixed .calc-result-price span {
		font-size: 36px;
	}

	.calc-fixed .calc-result-text {
		font-size: 18px;
		line-height: 24px;
	}

}

@media screen and (max-width: 576px) {
	.sp-top-blue .top-block-img {
		padding-bottom: 94px;
	}

	.footer-img {
		display: none;
	}

	.blog-item-title {
		font-size: 16px;
		line-height: 20px;
	}

	.action-banner-title {
		font-size: 24px;
		line-height: 30px;
	}

	.action-banner-text {
		font-size: 16px;
		line-height: 20px;
	}

	.input-line .input {
		width: 100%;
	}

	.contacts-img img {
		margin-left: -50px;
	}

	.action-step-top {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 30px;
	}

	.action-step-item {
		padding: 22px 20px 25px;
	}

	.action-step-num {
		margin: 0 0 20px;
		font-size: 60px;
		line-height: 68px;
	}

	.action-step-title {
		margin: 0 0 25px;
		font-size: 24px;
		line-height: 30px;
	}

	.cases-img {
		width: auto;
		padding: 0 0 0 30px;
		margin: 0 -20px -40px;
	}

	.cases-img img {
		width: 600px;
		margin: -260px 0 0;
	}

	.article-footer {
		padding: 0 0 50px;
	}

	.serv-slide .serv-item {
		padding: 25px 20px 75px;
	}

	.serv-col {
		width: 100%;
	}

	.serv-item {
		padding: 25px 20px 70px;
	}

	.pricing-serv {
		padding: 40px 20px;
		margin: 0 -20px 80px;
	}

	.sp-ask {
		display: block;
	}

	.sp-ask-side {
		width: auto;
		min-width: 1px;
		max-width: 200px;
		margin: 30px 0 30px;
	}

	.sp-who-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.sp-who {
		padding: 0 0 30px;
	}

	.about-form-block {
		flex-direction: column-reverse;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about-form-webs {
		width: 100%;
		padding: 0 0 30px;
	}

	.top-block-title {
		font-size: 26px;
		line-height: 36px;
	}

	.sp-main .pricing-serv {
		margin: 0 -20px 100px;
	}

	.sp-info {
		padding: 50px 20px 0;
		margin: 0 -20px;
	}

	.sp-info-price {
		padding: 48px 20px 50px;
	}

	.sp-info .sp-ask {
		margin: 0;
	}

	.doc-item-name {
		font-size: 24px;
		line-height: 30px;
	}

	.white-block {
		margin: 0 -20px 60px;
	}

	.about-part-title {
		margin: 0 0 40px;
		font-size: 48px;
		line-height: 56px;
	}

	.about-line3, .about-line4 {
		display: none;
	}

	.about-top-title {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
	}

	.about-top-subtitle {
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 30px;
	}

	.main-top-title {
		font-size: 30px;
		line-height: 36px;
	}

	.main-top-text {
		font-size: 24px;
		line-height: 30px;
	}

	.main-info-wrong li {
		font-size: 21px;
		line-height: 27px;
	}

	.main-info-wrong li:before {
		top: 4px;
	}

	.main-info-title {
		padding: 0 0 0 53px;
		font-size: 21px;
		line-height: 27px;
		background: url(../images/check-green.svg) 0 0 no-repeat;
	}

	.pros-col {
		width: 100%;
	}

	.pros-item {
		padding: 35px 15px 40px;
	}

	.prof-title {
		margin: 0 0 40px;
		font-size: 27px;
		line-height: 32px;
	}

	.prof-img {
		display: none;
	}

	.prof {
		padding: 80px 0 320px;
	}

	.prof-frame {
		top: auto;
		bottom: 10px;
		margin-left: -100px;
		width: 200px;
		height: 305px;
		overflow: hidden;
	}

	.way-slider {
		padding: 0 10px;
	}

	.way-img {
		width: 80px;
		min-width: 80px;
	}

	.profit-num {
		width: 64px;
		min-width: 64px;
		height: 64px;
		padding: 3px 0 0;
		font-size: 48px;
		line-height: 50px;
	}

	.numbers-item {
		padding: 0 10px;
	}

	.numbers-big {
		font-size: 16px;
	}

	.numbers-big &gt;

	span {
		font-size: 48px;
	}

	.step-col {
		width: 100%;
	}

	.main-form {
		padding: 25px 20px;
	}

	.main-form-line {
		padding: 0;
	}

	.quote {
		padding: 20px 35px;
		font-size: 16px;
		line-height: 20px;
	}

	.quote-text {
		margin: 0 0 25px;
	}

	.smoke {
		left: 23%;
		width: 32px;
	}

	.sp-tabs {
		position: relative;
	}

	.sp-tabs:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		content: '';
		width: 80px;
		pointer-events: none;
		background: #ccc;
		background: linear-gradient(270deg, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.1) 100%);
	}


}

/************************* quiz popup *************************/

.quiz-help {
	background: url(../images/qdesc.svg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	background-size: contain;
	display: inline-block;
	margin-left: 0;
	bottom: -5px;
	position: relative;
}


.quiz-fancybox .fancybox-slide--html {
	padding: 0px;
}

.quiz-form .textarea {
	resize: none;
}

.quiz-popup {
	display: none;
	width: 100vw;
	height: 100vh;
}

.quiz-popup.fancybox-content {
	padding: 90px 30px 100px;
	overflow: hidden;
}

.quiz-popup:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 200px;
	content: '';
	background: #EDF5F6;
}

.quiz-logo {
	position: absolute;
	top: 40px;
	right: 40px;
}

.quiz-logo img {
	width: 133px;
}

.quiz-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1170px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.quiz-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 49%;
	height: 100%;
	padding: 42px 45px 100px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}

.quiz-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	width: 51%;
	height: 100%;
	padding: 0 0 0 50px;
}

.quiz-img img {
	display: block;
	max-height: 100%;
}

.quiz-img .quiz-img-4 {
	max-height: none;
	height: calc(100% + 90px);
	margin: -90px 0 0 -210px;
}

.quiz-step {
	margin: 0 0 40px;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #FC675A;
}

.quiz-step b {
	font-weight: 600;
}

.quiz-step span {
	font-size: 36px;
}

.quiz-form .radio-label:before {
	border: 1px solid rgba(0, 51, 102, 0.3);
}

.quiz-form .radio-input:checked+.radio-label {
	font-weight: 500;
}

.quiz-form .textarea {
	height: 155px;
}

.quiz-form-block {
	margin: auto 0;
}

.quiz-form-item {
	padding: 0 0 20px;
}

.quiz-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}

.quiz-buttons .button:last-child {
	margin-left: auto
}

.quiz-buttons .quiz-button-center {
	margin: 0 auto;
}

.quiz-buttons .button {
	width: 47%;
	padding: 8px 15px;
	border: 1px solid #FC675A;
}

.quiz-buttons .button-light {
	color: #FC675A;
	font-weight: 500;
	background: transparent;
}

.quiz-buttons .button-light:hover {
	color: #fff;
	background: #FC675A;
}

.quiz-form .range {
	max-width: none;
}

.quiz-form-text {
	margin: 0 0 60px;
	font-size: 20px;
	line-height: 24px;
	color: #003366;
}

.quiz-fancybox .fancybox-slide--html .fancybox-close-small {
	color: #003366;
	padding: 5px;
	right: 30px;
	top: auto;
	bottom: 50px;
	height: 50px;
	width: 50px;
}

.quiz-note {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 49%;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
}

.quiz-note a {
	color: #636880;
}

@media screen and (max-height: 800px) {
	.quiz-popup.fancybox-content {
		padding: 60px 30px 80px;
	}

	.quiz-img .quiz-img-4 {
		height: calc(100% + 60px);
		margin: -60px 0 0 -210px;
	}

	.quiz-note {
		bottom: -80px;
		height: 80px;
	}

	.quiz-form {
		padding: 42px 45px 45px;
	}
}

@media screen and (max-height: 700px) {
	.quiz-popup.fancybox-content {
		padding: 30px 30px 60px;
	}

	.quiz-img .quiz-img-4 {
		height: calc(100% + 30px);
		margin: -30px 0 0 -210px;
	}

	.quiz-note {
		bottom: -60px;
		height: 60px;
	}

	.quiz-form {
		padding: 42px 45px 45px;
	}

	.quiz-form-text {
		margin: 0 0 30px;
		font-size: 18px;
		line-height: 22px;
	}

	.quiz-form .textarea {
		height: 120px;
	}
}

@media screen and (max-width: 1023px) {
	.quiz-fancybox .fancybox-slide--html {
		padding: 6px;
	}

	.quiz-popup {
		width: 480px;
		height: auto;
	}

	.quiz-popup.fancybox-content {
		width: 480px;
		padding: 40px 45px 45px;
		overflow: auto;
		background: #FFFFFF;
		border-radius: 20px;
	}

	.quiz-popup:before {
		display: none;
	}

	.quiz-block {
		display: block;
		height: auto;
	}

	.quiz-form {
		display: block;
		width: auto;
		height: auto;
		padding: 0;
		background: none;
		box-shadow: none;
		border-radius: 0;
	}

	.quiz-img {
		display: none;
	}

	.quiz-logo {
		display: none;
	}

	.quiz-fancybox .fancybox-slide--html .fancybox-close-small {
		padding: 8px;
		right: 0px;
		top: 0px;
		bottom: auto;
	}

	.quiz-note {
		position: static;
		width: auto;
		height: auto;
		display: block;
		padding: 30px 0 0;
	}

	.quiz-step {
		margin: 0 0 30px;
	}

	.quiz-form-text {
		margin: 0 0 40px;
		font-size: 18px;
		line-height: 22px;
	}

	.quiz-form-block {
		padding: 0 0 10px;
	}

	.quiz-form-item {
		padding: 0 0 10px;
	}
}

@media screen and (max-width: 576px) {
	.quiz-popup.fancybox-content {
		padding: 35px 30px;
	}
}

.popup-oops {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.popup-oops-content {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	text-align: center;
	max-width: 400px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.popup-oops button {
	margin-top: 15px;
	padding: 8px 16px;
	background: #007BFF;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.popup-oops.hidden {
	display: none;
}