
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	margin: 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	color: #131514;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

.header .toggle_menu span,
details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: Proxima Nova;
	font-weight: 300;
	src: url(../fonts/ProximaNova-Thin.woff2) format("woff2"), url(../fonts/ProximaNova-Thin.otf) format("otf")
}

@font-face {
	font-family: Proxima Nova;
	font-weight: 400;
	src: url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.otf) format("otf")
}

@font-face {
	font-family: Proxima Nova;
	font-weight: 700;
	src: url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.otf) format("otf")
}

.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background: #fff
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

::-webkit-input-placeholder {
	color: #666;
	opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
	color: #666;
	opacity: 1
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666
}

body input:required:valid,
body textarea:required:valid {
	color: #666
}

body,
html {
	height: 100%
}

body {
	position: relative;
	min-width: 320px;
	max-width: 100vw;
	color: #131514;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	font-family: Proxima Nova, sans-serif;
	letter-spacing: .23px;
	background-color: #fff
}

section {
	overflow-x: hidden
}

.h1,
h1 {
	font-weight: 700;
	font-size: 70px;
	line-height: 65px;
	margin: 20px 0
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	margin: 20px 0
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
	font-size: 36px;
	line-height: 40px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	font-size: 28px;
	line-height: 34px
}

.h5,
.h6,
h5,
h6 {
	font-size: 22px;
	line-height: 28px
}

.h6,
h6 {
	font-size: 20px;
	line-height: 32px
}

.container {
	max-width: 1470px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}

.text-center {
	text-align: center
}

.hidden {
	display: none!important
}

ul {
	list-style: none
}

a,
a:active,
a:focus,
button,
button:active,
button:focus,
input,
input:active,
input:focus {
	outline: 0
}

::-moz-selection {
	color: #fff;
	background-color: #75a2ba
}

::selection {
	color: #fff;
	background-color: #75a2ba
}

.button,
.button-outline {
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s
}

.button {
	text-align: center;
	background-color: #147dae;
	cursor: pointer;
	white-space: nowrap;
	padding: 16px 82px;
	font-size: 25px;
	line-height: 48px;
	letter-spacing: .36px;
	border: 0
}

.button:hover {
	background-color: #2c322f
}

.button:active {
	color: #00b07f
}

.button-outline {
	padding: 10px 41px;
	margin-top: 10px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 30.3px;
	letter-spacing: .34px
}

.button-outline:hover {
	background-color: #2c322f;
	color: #fff;
	border-color: #2c322f
}

.button-outline:active,
.header.active .menu .menu__link:hover {
	color: #00b07f
}

.link {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding: 4px 5px;
	letter-spacing: .48px;
	line-height: 1;
	margin-left: -5px
}

.subtitle {
	color: #686868;
	font-size: 22px;
	line-height: 34px
}

.header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	max-width: 100vw;
	-webkit-transition: .3s;
	transition: .3s
}

.header.active {
	background-color: #fff;
	-webkit-box-shadow: -2px 2px 27px 3px rgba(33, 54, 88, .06);
	box-shadow: -2px 2px 27px 3px rgba(33, 54, 88, .06)
}

.header.active .menu .menu__link {
	color: #000
}

.menu__link {
	font-weight: bold!important;
}

.header.active .menu .menu__link:hover .arrow {
	border-color: #00b07f
}

.header.active .menu .menu__link:active::before {
	background-color: #00b07f
}

.header.active .menu .arrow {
	border-color: #000
}

.header .header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	padding: 9px 3.5vw
}

.header .logo {
	width: 140px
}

.header .menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	letter-spacing: .18px
}

.header .menu .menu__link {
	position: relative;
	color: #222222!important;
	padding: 5px 14px;
	white-space: nowrap;
	margin: 0 8px
}

.header .menu .menu__link::before {
	content: '';
	position: absolute;
	width: 65%;
	height: 1px;
	background-color: #222222;
	opacity: 0;
	bottom: 4px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s;
	transition: .3s
}

.header .menu .menu__link:hover {
	color: #e1f2ff
}

.header .menu .menu__link:hover .arrow {
	border-color: #e1f2ff
}

.header .menu .menu__link:active::before {
	opacity: 1;
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.header .menu,
.header .menu .menu__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.header .menu .order__link {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 10px;
	border: 2px solid #131514;
	padding: 10px 27px;
	margin-left: 24px;
	white-space: nowrap
}

.header .menu .order__link:hover {
	background-color: #2c322f;
	color: #fff
}

.header .menu .order__link:active {
	color: #00b07f
}

.header .toggle_menu {
	position: relative;
	display: none;
	width: 37px;
	height: 37px;
	left: 8px;
	margin-left: 10px;
	background-color: transparent;
	border: 0;
	outline: 0
}

.header .toggle_menu .sandwich {
	position: absolute;
	top: 0;
	right: 17px;
	z-index: 200;
	width: 37px;
	height: 37px;
	margin: auto;
	cursor: pointer
}

.header .toggle_menu .sandwich.active .sw-topper {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header .toggle_menu .sandwich.active .sw-bottom {
	top: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header .toggle_menu .sandwich.active .sw-footer {
	top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0
}

.header .toggle_menu .sw-topper {
	top: 11px;
	display: block;
	-webkit-transition: top .2s, -webkit-transform .5s;
	transition: transform .5s, top .2s;
	transition: transform .5s, top .2s, -webkit-transform .5s
}

.header .toggle_menu .sw-bottom,
.header .toggle_menu .sw-footer,
.header .toggle_menu .sw-topper {
	position: relative;
	width: 24px;
	height: 2px;
	margin: auto;
	background: #2f2f2f;
	border: 0;
	border-radius: 4px 4px 4px 4px
}

.header .toggle_menu .sw-bottom {
	-webkit-transition: top .2s, -webkit-transform .5s;
	transition: transform .5s, top .2s, -webkit-transform .5s;
	top: 16px;
	transition: transform .5s, top .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}

.header .toggle_menu .sw-footer {
	top: 21px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.main {
	background-color: #f7f7f7
}

.main .main--top,
.testimonials::after,
.testimonials::before {
	background-image: url(../img/images/main-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 125% top
}

.main .main--top .container {
	padding: 309px 20px 349px;
	max-width: 1258px
}

.main .main--top .main__title {
	letter-spacing: 2.11px
}

.main .main--top .main__subtitle {
	color: #686868;
	font-size: 23px;
	line-height: 35px;
	margin-top: 27px;
	margin-bottom: 60px;
	letter-spacing: 0
}

.main .main--top .main__content {
	max-width: 465px
}

.main .main--top .main__addition {
	text-align: center;
	max-width: 320px;
	color: #147dae;
	font-size: 18px
}

.main .main--bottom .container {
	max-width: 1318px;
	padding: 39px 15px 123px
}

.main .main--bottom .features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main .main--bottom .features .item {
	max-width: 360px
}

.main .main--bottom .features .item__img {
	height: 110px
}

.main .main--bottom .features .item__text {
	color: #686868;
	font-size: 20px;
	line-height: 32px
}

.pricing {
	background-color: #e8f2ed
}

.pricing .container {
	padding: 113px 20px 86px;
	max-width: 1540px
}

.pricing .pricing__title {
	letter-spacing: 1.6px;
	margin-bottom: 57px
}

.pricing .pricing__tabs {
	background-color: #f5f9f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 6px;
	width: 100%;
	max-width: 438px;
	margin: auto
}

.pricing .pricing__tabs .pricing__tab {
	display: inline-block;
	padding: 16px 10px;
	width: 50%;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.pricing .pricing__tabs .pricing__tab.active {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 17px 1px rgba(221, 221, 221, .58);
	box-shadow: 0 10px 17px 1px rgba(221, 221, 221, .58)
}

.pricing .pricing__tabs .pricing__tab .discount {
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: auto;
	color: #54c8a7;
	font-size: 13px;
	font-weight: 700
}

.pricing .pricing__controls {
	display: none;
	-webkit-animation: fadeIn .5s forwards;
	animation: fadeIn .5s forwards
}

.pricing .pricing__items,
.pricing .pricing__items.page-2 .pricing__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s
}

.pricing .pricing__items {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 56px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.pricing .pricing__items.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: slide .9s forwards;
	animation: slide .9s forwards
}

.pricing .pricing__items.page-2 {
	margin-bottom: 118px
}

.pricing .pricing__items.page-2 .pricing__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 6px;
	background-color: #fff;
	padding: 58px 56px 41px 68px;
	margin: 15px;
	width: 40%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pricing .pricing__items.page-1 .pricing__item:hover,
.pricing .pricing__items.page-2 .pricing__item:hover {
	-webkit-box-shadow: 0 20px 29px 2px rgba(199, 198, 198, .52);
	box-shadow: 0 20px 29px 2px rgba(199, 198, 198, .52)
}

.pricing .pricing__items.page-2 .item--left {
	border-right: 1px solid #e8e8e8;
	width: 70%
}

.pricing .pricing__items.page-2 .item__title {
	margin: 0 0 -7px
}

.pricing .pricing__items.page-2 .item__text {
	color: #686868;
	font-size: 20px;
	line-height: 32px;
	padding-right: 35px
}

.pricing .pricing__items.page-2 .item--right {
	padding-left: 50px
}

.pricing .pricing__items .item__price {
	color: #147dae;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 33px;
	text-align: center;
	position: relative
}

.pricing .pricing__items .item__price .old-price {
	position: absolute;
	color: #131514;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	top: -26px;
	right: -165px;
	left: 0
}

.pricing .pricing__items .item__price .old-price::before {
	content: '';
	position: absolute;
	width: 55px;
	height: 1px;
	background-color: #000;
	top: 11px;
	left: 0;
	right: 0;
	margin: auto
}

.pricing .pricing__items .dollar {
	font-weight: 300
}

.pricing .pricing__items .pre-word {
	color: #686868;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .46px;
	margin-right: 13px
}

.pricing .pricing__items .button {
	font-size: 16px;
	padding: 2px 41px
}

.pricing .pricing__items.page-1 {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.pricing .pricing__items.page-1 .pricing__item {
	border-radius: 6px;
	background-color: #fff;
	padding: 0;
	width: 25%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: .3s;
	transition: .3s
}

.pricing .pricing__items.page-1 .pricing__item.best-value .item--left {
	border-radius: 6px 6px 0 0;
	background-color: #c6ead8;
	position: relative
}

.pricing .pricing__items.page-1 .pricing__item.best-value .item--left::before,
.process .process__items .item::before {
	content: '';
	position: absolute;
	width: 114px;
	height: 20px;
	background-image: url(../img/images/best.png);
	top: -10px;
	left: 0;
	right: 0;
	margin: auto
}

.pricing .pricing__items.page-1 .pre-word {
	vertical-align: super
}

.pricing .pricing__items.page-1 .item__title {
	margin-top: 0
}

.pricing .pricing__items.page-1 .item__price {
	margin-top: 48px;
	margin-bottom: 22px;
	margin-right: 35px
}

.pricing .pricing__items.page-1 .item--left {
	padding: 30px 20px 0
}

.pricing .pricing__items.page-1 .item--left .item__discount {
	font-size: 14px;
	border-radius: 10px 10px 0 0;
	background-color: #f2f2f2;
	display: inline-block;
	padding: 0 18px;
	margin-bottom: 0
}

.pricing .pricing__items.page-1 .item--left .item__discount span {
	color: #147dae;
	font-weight: 400;
	margin-left: 5px
}

.pricing .pricing__items.page-1 .item--left .button {
	display: none
}

.pricing .pricing__items.page-1 .item--right {
	color: #686868;
	font-size: 20px;
	padding: 11px 32px 40px;
	line-height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pricing .pricing__items.page-1 .item--right::before,
.process .process__items::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	left: 0;
	top: 0
}

.pricing .pricing__items.page-1 .item--right .offers__list {
	width: 100%
}

.pricing .pricing__items.page-1 .item--right .offers__item {
	margin-bottom: 12px;
	position: relative
}

.pricing .pricing__items.page-1 .item--right .offers__item::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #95dbc6;
	left: -32px;
	top: 12px
}

.pricing .pricing__items.page-1 .item--right .button {
	margin-top: auto
}

.process {
	position: relative
}

.process .container {
	max-width: 1248px;
	padding: 133px 20px 117px
}

.process .process__title {
	max-width: 690px;
	margin: auto;
	letter-spacing: 1.23px
}

.process .process__items,
.process .process__items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.process .process__items {
	margin-top: 209px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.process .process__items::before {
	height: 3px;
	width: 75%;
	background-color: #6a706d;
	top: -103px;
	right: 0;
	margin: auto
}

.process .process__items .item {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 321px
}

.process .process__items .item::before {
	width: 89px;
	height: 89px;
	background-image: url(../img/ico/point.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: -146px
}

.process .process__items .item .item__number {
	color: #75a2ba;
	text-shadow: 6px 6px #e1f2ff;
	font-size: 117px;
	letter-spacing: .2px;
	margin-right: 26px;
	width: 70%
}

.process .process__items .item .item__title {
	margin-top: 6px
}

.process .process__items .item .item__text {
	color: #686868;
	font-weight: 400;
	line-height: 34px
}

.cta,
.testimonials {
	background-color: #f7f7f7;
	position: relative;
	z-index: 2
}

.testimonials::after,
.testimonials::before {
	content: '';
	position: absolute;
	background-image: url(../img/bg/testimonials.png);
	background-position: right top;
	height: 87%;
	width: 30%;
	z-index: -1
}

.testimonials::before {
	left: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.testimonials::after {
	right: 0;
	top: 0
}

.testimonials .container {
	padding: 146px 20px 237px;
	max-width: 1239px
}

.testimonials .slider__item {
	-webkit-transition: .3s;
	transition: .3s
}

.seo-text p,
.testimonials .slider__item .slider__text {
	color: #686868;
	font-size: 20px;
	line-height: 36.4px
}

.testimonials .slider__item .slider__author {
	font-size: 28px;
	font-weight: 700
}

.testimonials .slider__item .slider__author span {
	color: #136198;
	font-weight: 400;
	font-size: 24px;
	margin-left: 24px
}

.testimonials .testimonials__slider {
	max-width: 720px;
	margin: 59px auto auto
}

.testimonials .slider__container {
	position: relative;
	padding-left: 185px
}

.testimonials .slider__container:before {
	content: '';
	position: absolute;
	width: 190px;
	height: 190px;
	background: url(../img/ico/quotes.svg) no-repeat center;
	background-size: contain;
	left: 110px;
	top: 33px
}

.testimonials .slider__container .next,
.testimonials .slider__container .prev {
	border: 0;
	position: absolute;
	background: #147dae;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	bottom: -100px;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.testimonials .slider__container .next:hover,
.testimonials .slider__container .prev:hover {
	background: #2c322f
}

.testimonials .slider__container .next:active .arrow,
.testimonials .slider__container .prev:active .arrow {
	border-color: #00b080
}

.testimonials .slider__container .next .arrow,
.testimonials .slider__container .prev .arrow {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 8px
}

.testimonials .slider__container .next .arrow.right,
.testimonials .slider__container .prev .arrow.right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -10px
}

.testimonials .slider__container .next .arrow.left,
.testimonials .slider__container .prev .arrow.left {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: 5px
}

.testimonials .slider__container .next {
	right: 110px
}

.testimonials .slider__container .prev {
	right: 167px
}

.stats .container {
	padding: 120px 20px;
	max-width: 1776px
}

.stats .stats__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.stats .stats__items .stats__item {
	text-align: center;
	position: relative
}

.stats .stats__items .stats__item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -4px;
	top: 80px;
	margin: auto;
	width: 160px;
	height: 160px;
	z-index: -1
}

.stats .stats__items .stats__item.first::before {
	background-color: #e1f2ff;
	border-radius: 80px
}

.cta:after,
.cta:before,
.stats .stats__items .stats__item.second::before {
	background-image: url(../img/ico/triangle.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.stats .stats__items .stats__item.third::before {
	width: 125px;
	height: 125px;
	background-color: #e1f2ff;
	border-radius: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.stats .stats__items .stats__item.forth::before {
	width: 134px;
	height: 134px;
	background-color: #e1f2ff
}

.stats .stats__items .stats__number {
	padding-left: 40px;
	font-size: 87px;
	font-weight: 700
}

.stats .stats__items .stats__name {
	letter-spacing: 1.4px
}

.seo-text .container {
	max-width: 1507px;
	padding: 0 20px 140px
}

.seo-text .seo-text__content {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 80px;
	column-gap: 80px
}

.seo-text p {
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 10px
}

.seo-text .h2,
.seo-text .h3,
.seo-text .h4,
.seo-text .h5,
.seo-text .h6 {
	margin-bottom: 12px
}

.seo-text .seo-text__title {
	max-width: 50%;
	margin-bottom: 22px
}

.cta:after,
.cta:before {
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/bg/cta-left.svg);
	background-position: left
}

.cta:before {
	left: 0;
	top: 0
}

.cta:after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.cta .container {
	padding: 90px 20px 123px;
	max-width: 690px
}

.cta .cta__text {
	color: #686868;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: .26px;
	margin-bottom: 69px;
	margin-top: -5px
}

.contacts .container {
	padding: 111px 20px 95px;
	max-width: 1200px
}

.contacts .contacts__items {
	margin: 54px auto;
	padding: 63px 79px;
	border: 1px solid #e8e8e8;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contacts .contacts__item,
.contacts .contacts__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contacts .contacts__item:last-child .item__img {
	width: 120px
}

.contacts .contacts__item .item__img {
	width: 142px;
	margin-right: 15px
}

.contacts .contacts__item .item__title {
	color: #424141;
	font-size: 18px;
	text-transform: uppercase;
	margin: 11px 0
}

.contacts .contacts__item .item__link {
	color: #61839f;
	font-size: 32px;
	font-weight: 700;
	position: relative
}

.contacts .contacts__item .item__link::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #8d908f;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.contacts .contacts__item .item__link:active,
.contacts .contacts__item .item__link:hover {
	color: #2c322f
}

.contacts .contacts__item .item__link:hover::before {
	opacity: 1;
	width: 100%
}

.footer {
	background-color: #222222;
}

.footer .container {
	max-width: 1328px;
	padding: 50px 20px
}

.footer .footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.footer .footer__links .footer__links-column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 40%
}

.footer .footer__links .footer__links-title {
	font-size: 25px;
	font-weight: 700;
	border-bottom: 2px solid #dfdfdf;
	margin: 0;
	padding: 21px 0
}

.footer .footer__links .footer__links-content {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20%;
	column-gap: 20%;
	margin: 38px 0;
	font-size: 18px
}

.footer .footer__links .footer__link {
	display: table;
	color: #61839f;
	margin-bottom: 28px;
	letter-spacing: .13px
}

.footer .footer__links .footer__link:hover {
	color: #2c322f;
	text-decoration: underline
}

.footer .footer__copyright {
	background-color: #eaeaea;
	padding: 5px 20px;
	color: #818181;
	font-weight: 300
}

.notfound {
	background-color: #75a2ba;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-image: url(../img/images/404.png);
	background-repeat: no-repeat;
	background-position: 41% bottom
}

.notfound::after,
.notfound::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 95%;
	background-repeat: no-repeat;
	background-size: contain
}

.notfound::before {
	left: 0;
	background-image: url(../img/bg/404-lt.svg);
	background-position: left bottom
}

.notfound::after {
	right: 0;
	background-image: url(../img/bg/404-rt.svg);
	background-position: right bottom -1px
}

.notfound .container {
	padding: 0 20px;
	position: relative;
	z-index: 2
}

.notfound .notfound__content {
	margin-top: 12%
}

.notfound .notfound__title {
	color: #fff;
	font-size: 100px;
	font-weight: 300;
	line-height: 100px;
	margin: 0
}

.notfound .h1 {
	margin: -3px 0
}

.notfound .section__subtitle {
	font-weight: 400;
	margin-bottom: 40px
}

.notfound .button-outline {
	margin-top: 0
}

.about {
	background: #f7f7f7 url(../img/images/about-bg.png) no-repeat right;
	background-size: contain
}

.about .container {
	padding: 200px 20px 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1516px
}

.about .about__content {
	max-width: 580px;
	margin: 0
}

.about .about__img {
	display: none
}

.about .about__text {
	color: #686868;
	font-size: 23px;
	line-height: 35px;
	margin-top: 27px
}

.timeline {
	counter-reset: timeline
}

.timeline .container {
	padding: 110px 20px 150px;
	max-width: 1050px
}

.timeline .timeline__title {
	letter-spacing: 1.6px
}

.timeline .timeline__subtitle {
	max-width: 510px;
	margin: -6px auto 80px
}

.timeline .timeline__container {
	position: relative
}

.timeline .timeline__container::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 90%;
	background-color: #6a706d;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: auto -3px
}

.timeline .timeline__container::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 17px;
	height: 156px;
	margin: auto -9px;
	background-image: url(../img/ico/arrow.svg);
	background-position: bottom;
	background-repeat: no-repeat
}

.timeline .timeline__item {
	position: relative;
	width: 50%;
	counter-increment: timeline
}

.timeline .timeline__item:not(:first-child) {
	margin-top: -80px
}

.timeline .timeline__item.left {
	left: 0;
	text-align: right;
	padding: 30px 130px 0 0
}

.timeline .timeline__item.left::before {
	right: -63px
}

.timeline .timeline__item.right {
	left: 50%;
	padding: 30px 0 0 130px
}

.timeline .timeline__item.right::before {
	left: -63px
}

.timeline .timeline__item::before {
	content: counter(timeline);
	position: absolute;
	top: 0;
	width: 126px;
	height: 126px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 128px;
	background-image: url(../img/ico/time-point2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2
}

.timeline .timeline__item .item__percent {
	margin: 0
}

.timeline .timeline__item .percent {
	font-weight: 300
}

.timeline .timeline__item .item__percent--bottom {
	display: block;
	color: #75a2ba;
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase
}

.timeline .timeline__item .item__title {
	font-size: 26px;
	margin: 16px 0 -5px
}

.timeline .timeline__item .item__text {
	color: #686868;
	font-size: 19px;
	line-height: 31px
}

.timeline .timeline__cta {
	max-width: 400px;
	margin: auto
}

.timeline .timeline__cta .cta__percent--top {
	display: block;
	color: #75a2ba;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 54px
}

.timeline .timeline__cta .cta__text {
	color: #686868;
	font-size: 19px;
	line-height: 31px;
	margin-top: -10px;
	margin-bottom: 48px
}

.main-seo {
	z-index: 1
}

.main-seo::after,
.main-seo::before {
	content: '';
	position: absolute;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	top: 0;
	bottom: 0;
	z-index: -1
}

.main-seo::before {
	background-image: url(../img/bg/main-bg--left.svg);
	background-position: -37px bottom;
	left: 0;
	width: 43%
}

.main-seo::after {
	background-image: url(../img/bg/main-bg--right.svg);
	background-position: 67px bottom;
	right: 0;
	width: 58%
}

.main-seo .container {
	padding: 156px 20px 99px;
	max-width: 740px
}

.main-seo .main__subtitle {
	margin-top: 26px;
	margin-bottom: 56px
}

.main-seo,
.seo,
.seo ul>li {
	position: relative
}

.seo {
	color: #686868;
	z-index: 1
}

.seo::after,
.seo::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-image: url(../img/bg/seo-content.svg)
}

.seo::before {
	left: 0;
	top: 0
}

.seo::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.seo .container {
	max-width: 820px;
	padding: 96px 20px 120px
}

.seo h1 {
	color: #131514;
	margin-top: 35px;
	margin-bottom: 30px
}

.seo h2,
.seo h3,
.seo h4,
.seo h5,
.seo h6 {
	color: #131514;
	margin-bottom: 25px;
	margin-top: 35px
}

.seo p {
	font-size: 1.25em;
	letter-spacing: .13px;
	line-height: 32px
}

.seo ul>li {
	line-height: 32px;
	padding-left: 4px
}

.seo ol>li:before,
.seo ul>li:before {
	position: absolute;
	background-color: #ffeae6;
	left: -40px
}

.seo ul>li:before {
	content: '';
	width: 22px;
	height: 2px;
	top: 11px
}

.seo ol p,
.seo ol>li,
.seo ul p,
.seo ul>li {
	font-size: 20px;
	margin: 15px 0
}

.seo ol {
	counter-reset: num;
	list-style: none
}

.seo ol>li {
	counter-increment: num;
	position: relative;
	line-height: 32px;
	padding-left: 12px
}

.seo ol>li:before {
	content: counter(num);
	text-align: center;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 26px;
	top: -1px
}

@media only screen and (max-width:1440px) {
	.seo h6,
	.seo ol li,
	.seo ol p,
	.seo ul li,
	.seo ul p,
	body {
		font-size: 14px;
		line-height: 24px
	}
	.h1,
	h1 {
		font-size: 60px;
		line-height: 55px
	}
	.h2,
	.main-seo .h1,
	.seo h1,
	h2 {
		font-size: 38px;
		line-height: 40px
	}
	.h3,
	.seo h2,
	h3 {
		font-size: 26px;
		line-height: 34px
	}
	.h4,
	.seo h3,
	h4 {
		font-size: 22px;
		line-height: 28px
	}
	.h5,
	.seo h4,
	h5 {
		font-size: 18px;
		line-height: 26px
	}
	.h6,
	.main-seo .subtitle,
	.seo h5,
	h6 {
		font-size: 16px;
		line-height: 26px
	}
	.subtitle {
		font-size: 20px;
		line-height: 30px
	}
	.button {
		font-size: 18px;
		padding: 6px 58px;
		margin-top: 38px
	}
	.button-outline {
		font-size: 13px;
		padding: 5px 32px
	}
	.container {
		max-width: 1260px
	}
	.main .main--top {
		background-position: right top
	}
	.main .main--top .container {
		max-width: 80%;
		padding: 179px 20px
	}
	.main .main--top .main__subtitle {
		font-size: 20px;
		line-height: 30px;
		margin-top: 16px;
		margin-bottom: 13px
	}
	.main .main--top .main__content {
		max-width: 435px
	}
	.main .main--top .main__addition {
		font-size: 16px;
		max-width: 230px
	}
	.main .main--bottom .container {
		max-width: 84%;
		padding: 48px 15px 92px
	}
	.main .main--bottom .features .item {
		max-width: 315px
	}
	.main .main--bottom .features .item__img {
		height: 98px
	}
	.main .main--bottom .features .item__text {
		font-size: 16px;
		line-height: 26px
	}
	.pricing .container {
		padding: 88px 20px 89px;
		max-width: 98%
	}
	.pricing .pricing__items.page-2,
	.pricing .pricing__title {
		margin-bottom: 42px
	}
	.pricing .pricing__items {
		margin-top: 46px
	}
	.pricing .pricing__items.page-2 .pricing__item {
		padding: 56px 65px 50px 69px
	}
	.pricing .pricing__items.page-2 .item__title {
		margin-bottom: -1px
	}
	.pricing .pricing__items.page-2 .item__text,
	.seo-text p {
		font-size: 1em;
		line-height: 22px
	}
	.pricing .pricing__items.page-2 .item__price {
		font-size: 36px
	}
	.pricing .pricing__items .pre-word {
		font-size: 14px
	}
	.pricing .pricing__items .button {
		font-size: 13px;
		padding: 0 38px;
		margin-top: -15px
	}
	.pricing .pricing__items.page-1 .item--left {
		padding-top: 37px
	}
	.pricing .pricing__items.page-1 .pricing__item .item__price {
		margin-bottom: 8px
	}
	.pricing .pricing__items.page-1 .item--right {
		padding: 7px 11% 30px;
		font-size: 14px;
		line-height: 22px
	}
	.process .container {
		padding: 116px 20px 93px;
		max-width: 966px
	}
	.process .process__items {
		margin-top: 169px
	}
	.process .process__items::before {
		top: -76px
	}
	.process .process__items .item {
		max-width: 245px
	}
	.process .process__items .item::before {
		width: 68px;
		height: 68px;
		top: -108px
	}
	.process .process__items .item .item__number {
		font-size: 90px;
		margin-right: 21px
	}
	.process .process__items .item .item__text {
		font-size: 16px;
		line-height: 26px;
		margin-top: -5px
	}
	.testimonials .container {
		padding: 100px 20px 164px;
		max-width: 81%
	}
	.testimonials .slider__container .next,
	.testimonials .slider__container .prev {
		width: 35px;
		height: 35px;
		bottom: -64px;
		padding: 7px
	}
	.testimonials .slider__container .next .arrow,
	.testimonials .slider__container .prev .arrow {
		padding: 5px;
		margin-top: 3px
	}
	.testimonials .slider__container .next .arrow.right,
	.testimonials .slider__container .prev .arrow.right {
		margin-left: -4px
	}
	.testimonials .slider__container .next {
		right: 185px
	}
	.testimonials .slider__container .prev {
		right: 225px
	}
	.testimonials .slider__container:before {
		width: 136px;
		left: 180px;
		top: 0
	}
	.testimonials .testimonials__slider {
		margin-top: 36px;
		max-width: 532px
	}
	.testimonials .slider__item .slider__author {
		font-size: 22px
	}
	.testimonials .slider__item .slider__author span {
		font-size: 18px
	}
	.testimonials .slider__item .slider__text {
		font-size: 16px;
		line-height: 26px
	}
	.stats .container {
		padding: 77px 20px;
		max-width: 94%
	}
	.stats .stats__items .stats__item::before {
		width: 115px;
		height: 115px
	}
	.stats .stats__items .stats__item.third::before {
		height: 90px;
		width: 90px
	}
	.stats .stats__items .stats__item.forth::before {
		height: 100px;
		width: 100px
	}
	.stats .stats__items .stats__number {
		font-size: 62px
	}
	.stats .stats__items .stats__name {
		line-height: 25px
	}
	.stats .stats__items .stats__name:before {
		width: 165px;
		height: 165px;
		left: -61px
	}
	.seo-text .container {
		padding: 50px 60px 100px
	}
	.seo-text p {
		font-size: 13px
	}
	.cta .container {
		padding: 64px 20px 83px;
		max-width: 520px
	}
	.cta .cta__text {
		font-size: 16px;
		line-height: inherit;
		margin-bottom: 21px
	}
	.cta .button {
		margin-top: 24px
	}
	.contacts .container {
		padding: 67px 20px 51px
	}
	.contacts .contacts__items {
		padding: 43px 59px;
		margin: 39px auto;
		max-width: 832px
	}
	.contacts .contacts__items .contacts__item:last-child .item__img {
		width: 85px
	}
	.contacts .contacts__items .contacts__item .item__img {
		width: 102px;
		margin-right: 10px
	}
	.contacts .contacts__items .contacts__item .item__title {
		font-size: 13px;
		margin: 4px 0
	}
	.contacts .contacts__items .contacts__item .item__link {
		font-size: 22px
	}
	.footer .container {
		max-width: 70%;
		padding: 12px 20px
	}
	.footer .footer__copyright {
		font-size: 12px
	}
	.footer .footer__links .footer__links-title {
		font-size: 18px
	}
	.footer .footer__links .footer__links-content {
		font-size: 13px;
		margin: 14px 0;
		-webkit-column-gap: 12%;
		column-gap: 12%
	}
	.footer .footer__links .footer__link {
		margin-bottom: 13px
	}
	.notfound {
		background-size: 75%
	}
	.notfound::after,
	.notfound::before {
		width: 25%
	}
	.notfound .notfound__title {
		font-size: 92px;
		line-height: 84px
	}
	.notfound .h1 {
		font-size: 60px;
		line-height: 55px
	}
	.notfound .section__subtitle {
		font-size: 20px;
		margin-bottom: 31px
	}
	.about .container {
		max-width: 80.5%;
		padding: 148px 20px 100px
	}
	.about .about__content {
		max-width: 450px
	}
	.about .about__text {
		font-size: 16px;
		line-height: 26px;
		margin-top: -2px
	}
	.timeline .container {
		padding: 87px 20px 133px
	}
	.timeline .timeline__subtitle {
		margin: -6px auto 50px
	}
	.timeline .timeline__item:not(:first-child) {
		margin-top: -69px
	}
	.timeline .timeline__item.left {
		padding: 25px 100px 0 0
	}
	.timeline .timeline__item.left::before {
		right: -54px
	}
	.timeline .timeline__item.right {
		padding: 25px 0 0 100px
	}
	.timeline .timeline__item.right::before {
		left: -54px
	}
	.timeline .timeline__item::before {
		width: 108px;
		height: 108px;
		font-size: 24px;
		line-height: 110px
	}
	.timeline .timeline__item .item__title {
		font-size: 22px;
		margin: 10px 0 0
	}
	.timeline .timeline__item .item__percent--bottom {
		font-size: 16px
	}
	.timeline .timeline__item .item__text {
		font-size: 16px;
		line-height: 26px
	}
	.timeline .timeline__cta .cta__percent--top {
		font-size: 22px;
		line-height: 32px
	}
	.timeline .timeline__cta .cta__text {
		font-size: 16px;
		line-height: 26px;
		margin-top: -4px;
		margin-bottom: 0
	}
	.main-seo::after {
		background-position: right bottom
	}
	.main-seo .container {
		max-width: 440px;
		padding: 107px 20px 83px
	}
	.main-seo .main__subtitle {
		margin-top: -8px;
		margin-bottom: -7px
	}
	.main-seo .button {
		font-size: 13px;
		padding: 0 36px;
		line-height: 44px
	}
	.seo .container {
		max-width: 660px;
		padding: 75px 20px 108px
	}
	.seo h1,
	.seo h2,
	.seo h3,
	.seo h4,
	.seo h5,
	.seo h6 {
		margin-bottom: 15px
	}
	.seo p {
		font-size: 1em;
		line-height: 24px
	}
	.seo ol>li {
		padding-left: 0
	}
	.seo ol>li::before {
		font-size: 12px;
		width: 22px;
		height: 22px;
		line-height: 22px
	}
}

@media only screen and (max-width:1300px) {
	.testimonials .slider__container {
		padding-left: 30%
	}
	.testimonials .slider__container:before {
		left: 110px
	}
	.testimonials .slider__container .next {
		right: 40px
	}
	.testimonials .slider__container .prev {
		right: 80px
	}
}

@media only screen and (max-width:992px) {
	.header .menu .menu__link {
		padding: 5px 8px;
		margin: 15px 0;
	}
	.header .menu .order__link {
		padding: 10px 20px;
		color:#fff!important;
	}
	.main .main--top {
		background-image: url(../img/images/main-bg-768.png)
	}
	.main .main--top .container {
		padding: 169px 20px 96px;
		max-width: 89%
	}
	.main .main--bottom .container {
		max-width: 100%;
		padding: 48px 15px 74px
	}
	.main .main--bottom .features .item {
		max-width: 230px
	}
	.main .main--bottom .features .item:not(:last-child) {
		margin-right: 20px
	}
	.main .main--bottom .features .item__img {
		height: 90px
	}
	.pricing .container {
		padding: 66px 20px 80px;
		max-width: 100%
	}
	.pricing .pricing__controls {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 55px
	}
	.pricing .pricing__controls.page-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.pricing .pricing__controls .pricing__control {
		font-size: 15px;
		line-height: 14px;
		color: #5f6261;
		padding: 28px 5px;
		border-radius: 6px;
		border: 1px solid #dcdcdc;
		width: 30%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s
	}
	.pricing .pricing__controls .pricing__control:not(:last-child) {
		margin-right: 15px
	}
	.pricing .pricing__controls .pricing__control.active {
		border: 1px solid #147dae;
		color: #131514
	}
	.pricing .pricing__controls .pricing__control.best-value {
		position: relative
	}
	.pricing .pricing__controls .pricing__control.best-value::before {
		content: '';
		position: absolute;
		width: 114px;
		height: 20px;
		background-image: url(../img/images/best.png);
		top: -10px;
		left: 0;
		right: 0;
		margin: auto
	}
	.pricing .pricing__items.page-1 {
		margin-top: -10px
	}
	.pricing .pricing__items.page-1.active {
		display: block
	}
	.pricing .pricing__items.page-1 .pricing__item {
		width: 99%;
		margin: 15px auto;
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-top: 85px;
		padding-bottom: 26px
	}
	.pricing .pricing__items.page-1 .pricing__item:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.pricing .pricing__items.page-1 .pricing__item.best-value .item--left {
		position: initial;
		background-color: #fff
	}
	.pricing .pricing__items.page-1 .pricing__item.best-value .item--left::before {
		display: none
	}
	.pricing .pricing__items.page-1 .pricing__item .item__price {
		margin-bottom: 19px
	}
	.pricing .pricing__items.page-1 .item__title {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 48px;
		font-size: 26px
	}
	.pricing .pricing__items.page-1 .item--left {
		padding: 32px 50px
	}
	.pricing .pricing__items.page-1 .item--left .item__discount {
		border-radius: 10px
	}
	.pricing .pricing__items.page-1 .item--left .button {
		display: inline-block;
		margin-top: 50px
	}
	.pricing .pricing__items.page-1 .item--right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: center;
		align-self: center;
		padding: 5px 35px 5px 39px
	}
	.pricing .pricing__items.page-1 .item--right::before {
		width: 1px;
		height: 90%;
		bottom: 0;
		margin: auto;
		left: -3px
	}
	.pricing .pricing__items.page-1 .item--right .button,
	.testimonials::after,
	.testimonials::before {
		display: none
	}
	.pricing .pricing__items.page-2 .pricing__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		margin: 9px
	}
	.pricing .pricing__items.page-2 .pricing__item:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.pricing .pricing__items.page-2 .item__title {
		margin-bottom: -7px
	}
	.pricing .pricing__items.page-2 .item__text {
		padding-right: 0
	}
	.pricing .pricing__items.page-2 .item__price {
		font-size: 31px
	}
	.pricing .pricing__items.page-2 .pre-word {
		margin-right: 5px
	}
	.pricing .pricing__items.page-2 .item--left {
		border-right: none;
		border-bottom: 1px solid #e8e8e8
	}
	.pricing .pricing__items.page-2 .item--right {
		padding: 13px 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px
	}
	.pricing .pricing__items.page-2 .item--right .item__price {
		margin-bottom: 0
	}
	.process .container {
		text-align: center;
		max-width: 59%;
		padding: 85px 20px 32px
	}
	.process .process__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 75px
	}
	.process .process__items::before {
		width: 2px;
		height: 65%;
		left: 0;
		margin: auto 0;
		top: -90px;
		bottom: 0
	}
	.process .process__items .item {
		padding-left: 80px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.process .process__items .item::before {
		top: 7px;
		left: -33px;
		margin: 0
	}
	.process .process__items .item .item__number {
		min-width: 54px;
		max-width: 55px;
		text-align: left
	}
	.process .process__items .item .item__img {
		margin-top: 26px;
		margin-left: 23px
	}
	.process .process__items .item__content {
		max-width: 360px;
		text-align: left;
		margin-bottom: 45px
	}
	.testimonials .container {
		padding: 66px 20px 144px;
		max-width: 92%
	}
	.testimonials .testimonials__slider {
		margin-top: 20px
	}
	.testimonials .slider__container {
		padding-left: 24.5%
	}
	.testimonials .slider__container::before {
		left: -18px
	}
	.testimonials .slider__container .next .arrow,
	.testimonials .slider__container .prev .arrow {
		padding: 4px
	}
	.testimonials .slider__container .next {
		right: -17px
	}
	.testimonials .slider__container .prev {
		right: 25px
	}
	.testimonials .slider__item {
		max-width: 100%
	}
	.testimonials .slider__item .slider__author {
		margin-bottom: 18px
	}
	.testimonials .slider__item .slider__author span {
		margin-left: 14px
	}
	.stats .container {
		padding: 32px 20px
	}
	.stats .stats__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.stats .stats__items .stats__item {
		width: 33%;
		margin: 40px;
		padding-left: 35px
	}
	.stats .stats__items .stats__item::before {
		left: 30px;
		top: 79px
	}
	.stats .stats__items .stats__number {
		padding-left: 0
	}
	.stats .stats__items .stats__name {
		text-align: left;
		padding-left: 13px
	}
	.seo-text .container {
		max-width: 84%;
		padding: 12px 20px 80px
	}
	.seo-text .seo-text__title {
		max-width: 100%
	}
	.seo-text .seo-text__content {
		-webkit-column-count: 1;
		column-count: 1
	}
	.cta:before {
		left: -20%
	}
	.cta:after {
		right: -20%
	}
	.cta .container {
		padding: 64px 20px 84px
	}
	.contacts {
		background: #fff
	}
	.contacts .container {
		padding: 67px 20px 71px
	}
	.contacts .contacts__items {
		padding: 58px 49px
	}
	.contacts .contacts__items .contacts__item:last-child .item__img {
		width: 51px
	}
	.contacts .contacts__items .contacts__item .item__img {
		width: 61px
	}
	.footer .container {
		padding: 20px
	}
	.footer .footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer .footer__links .footer__links-column {
		max-width: 400px;
		width: 100%
	}
	.footer .footer__links .footer__links-content {
		-webkit-column-gap: 40%;
		column-gap: 40%
	}
	.notfound {
		background-size: 125%;
		background-position: 61% bottom
	}
	.notfound::after,
	.notfound::before {
		display: none
	}
	.notfound .notfound__content {
		margin-top: 27vh
	}
	.notfound .section__subtitle {
		margin-top: 13px;
		margin-bottom: 33px
	}
	.about {
		background: #f7f7f7 url(../img/images/about-768.png) no-repeat right
	}
	.about .container {
		max-width: 84%;
		padding: 228px 20px 500px
	}
	.about .about__content {
		max-width: 480px
	}
	.timeline .container {
		padding: 70px 20px 99px
	}
	.timeline .timeline__item:not(:first-child) {
		margin-top: -95px
	}
	.timeline .timeline__item.left {
		padding: 25px 85px 0 0
	}
	.timeline .timeline__item.right {
		padding: 25px 0 0 85px
	}
	.timeline .timeline__cta {
		margin: 41px auto 0
	}
	.main-seo {
		background-color: #f7f7f7
	}
	.main-seo::after,
	.main-seo::before {
		height: 270px;
		background-size: contain
	}
	.main-seo::before {
		background-image: url(../img/bg/seo-left.svg);
		bottom: 0;
		top: unset;
		width: 45%
	}
	.main-seo::after {
		background-image: url(../img/bg/seo-right.svg);
		background-position: right top;
		top: 0;
		width: 78%
	}
	.main-seo .container {
		padding: 166px 20px 124px
	}
	.seo::after,
	.seo::before {
		display: none
	}
	.seo .container {
		max-width: 640px;
		padding: 52px 20px 77px
	}
	.seo p {
		font-size: 1em
	}
}

@media only screen and (max-width:720px) {
	.header .menu {
		display: none;
		min-height: 94vh;
		background-color: #e1f2ff;
		position: absolute;
		top: 54px;
		right: 0;
		left: 0
	}
	.header .menu.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-animation: fadeIn .3s forwards;
		animation: fadeIn .3s forwards
	}
	.header .menu .menu__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		text-align: center;
		width: 100%
	}
	.header .menu .menu__link {
		padding: 20px;
		display: block;
		color: #1e1e1e;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .61px
	}
	.header .menu .menu__link:hover {
		color: #000
	}
	.header .menu .order__link {
		margin-left: 0;
		background-color: #147dae;
		border: 0;
		color: #fff;
		font-size: 13px;
		padding: 10px 43px;
		display: inline-block;
		margin-top: 27px
	}
	.header .toggle_menu {
		display: block
	}
	.main .main--top {
		background-image: url(../img/images/main-bg-320.png)
	}
	.pricing .pricing__items.page-2 .item--right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.pricing .pricing__items.page-2 .item--right .button {
		margin-top: 22px
	}
	.cta::after,
	.cta::before {
		background-size: cover;
		background-position: right
	}
	.contacts .contacts__items,
	.contacts .contacts__items .contacts__item {
		padding: 6px 10px 21px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.contacts .contacts__items .contacts__item {
		text-align: center;
		padding: 34px 0 19px
	}
	.contacts .contacts__items .contacts__item .item__title {
		margin: 9px 0
	}
	.contacts .contacts__items .contacts__item .item__img {
		margin-right: 0
	}
}

@media only screen and (max-width:580px) {
	.seo h6,
	body {
		font-size: 14px;
		line-height: 24px
	}
	.h1,
	h1 {
		font-size: 38px;
		line-height: 37px
	}
	.h2,
	.h3,
	.seo h1,
	.seo h2,
	h2,
	h3 {
		font-size: 28px;
		line-height: 34px
	}
	.h3,
	.seo h2,
	h3 {
		font-size: 22px
	}
	.h4,
	.h5,
	.seo h3,
	.seo h4,
	h4,
	h5 {
		font-size: 20px;
		line-height: 26px
	}
	.h5,
	.seo h4,
	h5 {
		font-size: 18px
	}
	.h6,
	.seo h5,
	h6 {
		font-size: 16px;
		line-height: 24px
	}
	.button {
		font-size: 13px;
		padding: 0 41px
	}
	.header.open {
		background-color: #41bb97
	}
	.main .main--top {
		background-position: right -90px;
		background-size: cover
	}
	.main .main--top .container {
		padding: 131px 26px 17px;
		max-width: 100%
	}
	.main .main--top .main__content {
		margin: auto
	}
	.main .main--top .main__title {
		letter-spacing: 1.14px
	}
	.main .main--top .main__subtitle {
		font-size: 14px;
		line-height: 24px
	}
	.main .main--top .button {
		display: block;
		font-size: 18px;
		padding: 5px 41px
	}
	.main .main--top .main__addition {
		max-width: 100%
	}
	.main .main--bottom .container {
		padding: 58px 15px 15px
	}
	.main .main--bottom .features {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.main .main--bottom .features .item {
		max-width: 100%;
		margin-bottom: 50px;
		margin-right: 0!important
	}
	.main .main--bottom .features .item__img {
		margin-bottom: -10px
	}
	.main .main--bottom .features .item__text {
		margin-top: -10px;
		font-size: 14px;
		line-height: 24px
	}
	.pricing .container {
		padding: 49px 20px 76px
	}
	.pricing .pricing__title {
		margin-bottom: 15px
	}
	.pricing .pricing__tabs {
		max-width: 296px
	}
	.pricing .pricing__tabs .pricing__tab {
		padding: 13px 33px;
		line-height: 18px
	}
	.pricing .pricing__tabs .pricing__tab .discount {
		bottom: -21px
	}
	.pricing .pricing__controls {
		width: calc(100vw - 20px);
		margin-top: 33px;
		overflow-y: overlay
	}
	.pricing .pricing__controls.page-1 .pricing__control {
		min-width: 120px
	}
	.pricing .pricing__controls .pricing__control,
	.pricing .pricing__controls.page-2.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.pricing .pricing__controls.page-2.active .pricing__control {
		white-space: nowrap
	}
	.pricing .pricing__controls .pricing__control {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 12px;
		padding: 11px 16px;
		margin-right: 5px!important;
		width: unset
	}
	.pricing .pricing__controls .pricing__control.best-value::before,
	.pricing .pricing__items.page-1 .item--right::before {
		display: none
	}
	.pricing .pricing__items.page-1 .pricing__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 24px;
		padding-bottom: 0
	}
	.pricing .pricing__items.page-1 .pricing__item .item__price {
		margin-top: 40px;
		margin-bottom: 11px
	}
	.pricing .pricing__items.page-1 .item__title {
		position: initial;
		font-size: 20px
	}
	.pricing .pricing__items.page-1 .item--left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0
	}
	.pricing .pricing__items.page-1 .item--left .item__discount {
		background-color: #f1f1f1;
		position: relative;
		z-index: 2
	}
	.pricing .pricing__items.page-1 .item--left .item__discount::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100vw;
		height: 1px;
		left: -140%;
		z-index: -1;
		background-color: #f1f1f1
	}
	.pricing .pricing__items.page-1 .item--left .button {
		margin-top: 25px
	}
	.pricing .pricing__items.page-1 .item--right {
		padding: 6px 15px 6px 0
	}
	.pricing .pricing__items.page-1 .item--right .offers__item::before {
		width: 9px;
		height: 2px;
		left: -21px;
		top: 10px
	}
	.pricing .pricing__items.page-2 {
		position: absolute;
		left: 20px;
		right: 20px;
		opacity: 0;
		display: block;
		margin: 10px -20px 0
	}
	.pricing .pricing__items.page-2.active {
		position: initial
	}
	.pricing .pricing__items.page-2 .pricing__item {
		width: 90%;
		margin: 0 auto
	}
	.pricing .pricing__items.page-2 .item__title {
		text-align: center
	}
	.pricing .pricing__items.page-2 .item__text {
		margin-bottom: 21px;
		text-align: center
	}
	.pricing .pricing__items.page-2 .item--right {
		margin-top: 15px
	}
	.process .container {
		max-width: 100%;
		padding: 69px 17px 18px
	}
	.process .process__items {
		margin-top: 41px
	}
	.process .process__items::before {
		height: 66%;
		left: 3px;
		top: 30px;
		margin: 0
	}
	.process .process__items .item {
		padding-left: 30px;
		margin-bottom: 33px
	}
	.process .process__items .item::before {
		left: -7px;
		top: 8px;
		width: 23px;
		height: 23px;
		background-image: url(../img/ico/point-320.svg)
	}
	.process .process__items .item .item__title {
		margin-bottom: 12px
	}
	.process .process__items .item .item__number {
		font-size: 45px;
		min-width: 27px;
		max-width: 30px;
		margin-top: 0
	}
	.process .process__items .item__content {
		margin: 0;
		max-width: 100%
	}
	.testimonials .container {
		padding: 50px 20px 116px;
		max-width: 100%
	}
	.testimonials .testimonials__title {
		letter-spacing: .84px;
		line-height: 30px
	}
	.testimonials .testimonials__slider {
		margin-top: 102px
	}
	.testimonials .slider__container {
		padding-left: 0
	}
	.testimonials .slider__container::before {
		top: -72px;
		margin: auto;
		right: 0;
		left: 0;
		width: 76px;
		height: 76px
	}
	.testimonials .slider__container .next,
	.testimonials .slider__container .prev {
		left: 0;
		margin: auto;
		bottom: -44px
	}
	.testimonials .slider__container .next {
		right: -50px
	}
	.testimonials .slider__container .next .arrow.right {
		margin-left: -4px
	}
	.testimonials .slider__container .prev {
		right: 50px
	}
	.testimonials .slider__container .prev .arrow.left {
		margin-left: 4px
	}
	.testimonials .slider__item {
		font-size: 18px;
		line-height: 28px
	}
	.testimonials .slider__item .slider__text {
		font-size: 14px;
		line-height: 24px
	}
	.testimonials .slider__item .slider__author {
		margin-top: 15px;
		font-size: 20px
	}
	.testimonials .slider__item .slider__author span {
		display: block;
		margin: -4px 0;
		font-size: 14px;
		font-weight: 500
	}
	.stats .container {
		max-width: 100%;
		padding: 62px 20px 35px
	}
	.stats .stats__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.stats .stats__items .stats__item {
		margin: 0;
		padding: 0 6px;
		width: 100%
	}
	.stats .stats__items .stats__item:not(:last-child) {
		margin-bottom: 84px
	}
	.stats .stats__items .stats__item::before {
		right: 0;
		left: 0;
		margin: auto
	}
	.stats .stats__items .stats__number {
		font-size: 52px
	}
	.stats .stats__items .stats__name {
		text-align: center;
		padding-left: 0
	}
	.seo-text .container {
		max-width: 100%;
		padding: 40px 20px 65px
	}
	.seo-text .h3,
	.seo-text .seo-text__title {
		line-height: 30px
	}
	.cta:after,
	.cta:before {
		background-image: url(../img/bg/cta-320.png);
		background-position: left top;
		background-size: 129px
	}
	.cta:before {
		left: 0;
		top: 0
	}
	.cta:after {
		bottom: 0;
		right: 0
	}
	.cta .container {
		padding: 38px 10px 69px
	}
	.cta .cta__text {
		margin: -15px auto 0;
		font-size: 14px;
		line-height: 24px
	}
	.cta .button {
		margin-top: 30px
	}
	.contacts .container {
		padding: 40px 20px
	}
	.contacts .contacts__title {
		font-size: 38px
	}
	.contacts .contacts__items {
		margin-top: 34px
	}
	.contacts .contacts__items .contacts__item .item__link {
		font-size: 18px
	}
	.contacts .contacts__items .contacts__item:last-child .item__img {
		width: 34px
	}
	.contacts .contacts__items .contacts__item .item__img {
		width: 40px
	}
	.footer .container {
		padding: 17px 20px
	}
	.footer .footer__links {
		text-align: center
	}
	.footer .footer__links .footer__links-title {
		padding: 15px 0
	}
	.footer .footer__links,
	.footer .footer__links .footer__links-content {
		-webkit-column-count: 1;
		column-count: 1
	}
	.footer .footer__links .footer__link {
		margin: 10px auto
	}
	.about {
		background: #f7f7f7 url(../img/images/about-320.png) no-repeat right bottom
	}
	.about .container {
		max-width: 100%;
		padding: 55px 20px 224px
	}
	.about .about__text {
		font-size: 14px;
		line-height: 24px;
		margin-top: -7px
	}
	.timeline .container {
		padding: 51px 20px 43px
	}
	.timeline .timeline__title {
		letter-spacing: .84px
	}
	.timeline .timeline__subtitle {
		font-size: 1em;
		line-height: 24px;
		margin-top: -11px
	}
	.timeline .timeline__container::before {
		left: 15px;
		top: 50px;
		width: 2px;
		height: 100%
	}
	.timeline .timeline__container::after {
		background-image: url(../img/ico/arrow-320.svg);
		width: 27px;
		height: 26px;
		left: 21px;
		bottom: -51px
	}
	.timeline .timeline__item {
		width: 100%
	}
	.timeline .timeline__item:not(:first-child) {
		margin-top: 35px
	}
	.timeline .timeline__item.left {
		padding: 0 0 0 65px;
		text-align: left
	}
	.timeline .timeline__item.left::before,
	.timeline .timeline__item.right::before {
		left: 0;
		top: 5px
	}
	.timeline .timeline__item.right {
		padding: 0 0 0 65px;
		left: 0
	}
	.timeline .timeline__item::before {
		background-image: none;
		width: 27px;
		height: 27px;
		background-color: #75a2ba;
		border-radius: 20px;
		line-height: 27px;
		font-size: 14px
	}
	.timeline .timeline__item .item__percent--bottom {
		font-size: 14px;
		line-height: 16px
	}
	.timeline .timeline__item .item__title {
		font-size: 20px
	}
	.timeline .timeline__item .item__text {
		font-size: 1em;
		line-height: 24px
	}
	.timeline .timeline__cta {
		padding-left: 65px;
		margin: 35px 0;
		text-align: left
	}
	.timeline .timeline__cta .cta__percent--top {
		font-weight: 400;
		font-size: 14px
	}
	.timeline .timeline__cta .cta__text {
		font-size: 14px;
		line-height: 24px;
		margin-top: -16px;
		margin-bottom: -18px
	}
	.notfound {
		height: unset
	}
	.notfound .container {
		padding: 0 15px
	}
	.notfound .notfound__title {
		font-size: 70px;
		line-height: 74px
	}
	.notfound .h1 {
		font-size: 40px
	}
	.notfound .section__subtitle {
		margin-bottom: 16px;
		font-size: 14px;
		margin-top: 8px
	}
	.main-seo::before {
		display: none
	}
	.main-seo::after {
		right: -205px;
		width: 588px
	}
	.main-seo .container {
		padding: 97px 20px 62px
	}
	.main-seo .subtitle {
		font-size: 14px;
		line-height: 24px
	}
	.seo .container {
		padding: 33px 20px 55px
	}
	.seo h1,
	.seo h2,
	.seo h3,
	.seo h4,
	.seo h5,
	.seo h6 {
		margin-top: 23px
	}
	.seo ol {
		padding-left: 32px
	}
	.seo ul {
		padding-left: 20px
	}
	.seo ol li:before {
		left: -34px
	}
	.seo ul li:before {
		left: -20px;
		width: 9px
	}
}

@media only screen and (max-height:540px) {
	.notfound {
		background-image: none
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40/71) {
	.header .menu.active {
		display: block
	}
	.pricing .pricing__items.page-1 .item--left .button {
		display: block;
		max-width: 200px;
		margin: 20px auto
	}
	.pricing .pricing__tabs .pricing__tab {
		width: 49%
	}
	.pricing .pricing__controls .pricing__control {
		min-width: 40%
	}
	.pricing .pricing__items.page-2 .item--left {
		width: 100%
	}
	.process .process__items .item__content {
		width: 80%
	}
}



/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	margin: 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	color: #131514;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

.header .toggle_menu span,
details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: Proxima Nova;
	font-weight: 300;
	src: url(../fonts/ProximaNova-Thin.woff2) format("woff2"), url(../fonts/ProximaNova-Thin.otf) format("otf")
}

@font-face {
	font-family: Proxima Nova;
	font-weight: 400;
	src: url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.otf) format("otf")
}

@font-face {
	font-family: Proxima Nova;
	font-weight: 700;
	src: url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.otf) format("otf")
}

.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background: #fff
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

::-webkit-input-placeholder {
	color: #666;
	opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
	color: #666;
	opacity: 1
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666
}

body input:required:valid,
body textarea:required:valid {
	color: #666
}

body,
html {
	height: 100%
}

body {
	position: relative;
	min-width: 320px;
	max-width: 100vw;
	color: #131514;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	font-family: Proxima Nova, sans-serif;
	letter-spacing: .23px;
	background-color: #fff
}

section {
	overflow-x: hidden
}

.h1,
h1 {
	font-weight: 700;
	font-size: 70px;
	line-height: 65px;
	margin: 20px 0
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	margin: 20px 0
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
	font-size: 36px;
	line-height: 40px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	font-size: 28px;
	line-height: 34px
}

.h5,
.h6,
h5,
h6 {
	font-size: 22px;
	line-height: 28px
}

.h6,
h6 {
	font-size: 20px;
	line-height: 32px
}

.container {
	max-width: 1470px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}

.text-center {
	text-align: center
}

.hidden {
	display: none!important
}

ul {
	list-style: none
}

a,
a:active,
a:focus,
button,
button:active,
button:focus,
input,
input:active,
input:focus {
	outline: 0
}

::-moz-selection {
	color: #fff;
	background-color: #75a2ba
}

::selection {
	color: #fff;
	background-color: #75a2ba
}

.button,
.button-outline {
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s
}

.button {
	text-align: center;
	background-color: #ee3424;
	cursor: pointer;
	white-space: nowrap;
	padding: 16px 82px;
	font-size: 25px;
	line-height: 48px;
	letter-spacing: .36px;
	border: 0
}

.button:hover {
	background-color: #ff4d3d
}

.button:active {
	color: #ff4d3d
}

.button-outline {
	padding: 10px 41px;
	margin-top: 10px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 30.3px;
	letter-spacing: .34px
}

.button-outline:hover {
	background-color: #2c322f;
	color: #fff;
	border-color: #2c322f
}

.button-outline:active,
.header.active .menu .menu__link:hover {
	color: #00b07f
}

.link {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding: 4px 5px;
	letter-spacing: .48px;
	line-height: 1;
	margin-left: -5px
}

.subtitle {
	color: #686868;
	font-size: 22px;
	line-height: 34px
}

.header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	max-width: 100vw;
	-webkit-transition: .3s;
	transition: .3s
}

.header.active {
	background-color: #fff;
	-webkit-box-shadow: -2px 2px 27px 3px rgba(33, 54, 88, .06);
	box-shadow: -2px 2px 27px 3px rgba(33, 54, 88, .06)
}

.header.active .menu .menu__link {
	color: #000
}

.header.active .menu .menu__link:hover .arrow {
	border-color: #00b07f
}

.header.active .menu .menu__link:active::before {
	background-color: #00b07f
}

.header.active .menu .arrow {
	border-color: #000
}

.header .header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	padding: 9px 3.5vw
}

.header .logo {
	width: 140px
}

.header .logo img {
  width: 120px;
	vertical-align: middle
}

.header .menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	letter-spacing: .18px
}

.header .menu .menu__link {
	position: relative;
	color: #fff;
	padding: 5px 14px;
	white-space: nowrap;
	margin: 0 8px
}

.header .menu .menu__link::before {
	content: '';
	position: absolute;
	width: 65%;
	height: 1px;
	background-color: #222222;
	opacity: 0;
	bottom: 4px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s;
	transition: .3s
}

.header .menu .menu__link:hover {
	color: #ee3424;
}

.header .menu .menu__link:hover .arrow {
	border-color: #e1f2ff
}

.header .menu .menu__link:active::before {
	opacity: 1;
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.header .menu,
.header .menu .menu__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.header .menu .order__link {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 10px;
	border: 2px solid #131514;
	padding: 10px 27px;
	margin-left: 24px;
	white-space: nowrap
}

.header .menu .order__link:hover {
	background-color: #2c322f;
	color: #fff
}

.header .menu .order__link:active {
	color: #00b07f
}

.header .toggle_menu {
	position: relative;
	display: none;
	width: 37px;
	height: 37px;
	left: 8px;
	margin-left: 10px;
	background-color: transparent;
	border: 0;
	outline: 0
}

.header .toggle_menu .sandwich {
	position: absolute;
	top: 0;
	right: 17px;
	z-index: 200;
	width: 37px;
	height: 37px;
	margin: auto;
	cursor: pointer
}

.header .toggle_menu .sandwich.active .sw-topper {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header .toggle_menu .sandwich.active .sw-bottom {
	top: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header .toggle_menu .sandwich.active .sw-footer {
	top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0
}

.header .toggle_menu .sw-topper {
	top: 11px;
	display: block;
	-webkit-transition: top .2s, -webkit-transform .5s;
	transition: transform .5s, top .2s;
	transition: transform .5s, top .2s, -webkit-transform .5s
}

.header .toggle_menu .sw-bottom,
.header .toggle_menu .sw-footer,
.header .toggle_menu .sw-topper {
	position: relative;
	width: 24px;
	height: 2px;
	margin: auto;
	background: #2f2f2f;
	border: 0;
	border-radius: 4px 4px 4px 4px
}

.header .toggle_menu .sw-bottom {
	-webkit-transition: top .2s, -webkit-transform .5s;
	transition: transform .5s, top .2s, -webkit-transform .5s;
	top: 16px;
	transition: transform .5s, top .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}

.header .toggle_menu .sw-footer {
	top: 21px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.main {
	background-color: #f7f7f7
}

.main .main--top,
.testimonials::after,
.testimonials::before {
	background-image: url(../img/images/main-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 125% top
}

.main .main--top .container {
	padding: 309px 20px 349px;
	max-width: 1258px
}

.main .main--top .main__title {
	letter-spacing: 2.11px
}

.main .main--top .main__subtitle {
	color: #686868;
	font-size: 23px;
	line-height: 35px;
	margin-top: 27px;
	margin-bottom: 60px;
	letter-spacing: 0
}

.main .main--top .main__content {
	max-width: 465px
}

.main .main--top .main__addition {
	text-align: center;
	max-width: 320px;
	color: #147dae;
	font-size: 18px
}

.main .main--bottom .container {
	max-width: 1318px;
	padding: 39px 15px 123px
}

.main .main--bottom .features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main .main--bottom .features .item {
	max-width: 360px
}

.main .main--bottom .features .item__img {
	height: 110px
}

.main .main--bottom .features .item__text {
	color: #686868;
	font-size: 20px;
	line-height: 32px
}

.pricing {
	background-color: #88cde1
}

.pricing .container {
	padding: 113px 20px 86px;
	max-width: 1540px
}

.pricing .pricing__title {
	letter-spacing: 1.6px;
	margin-bottom: 57px
}

.pricing .pricing__tabs {
	background-color: #f5f9f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 6px;
	width: 100%;
	max-width: 438px;
	margin: auto
}

.pricing .pricing__tabs .pricing__tab {
	display: inline-block;
	padding: 16px 10px;
	width: 50%;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.pricing .pricing__tabs .pricing__tab.active {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 17px 1px rgba(221, 221, 221, .58);
	box-shadow: 0 10px 17px 1px rgba(221, 221, 221, .58)
}

.pricing .pricing__tabs .pricing__tab .discount {
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: auto;
	color: #54c8a7;
	font-size: 13px;
	font-weight: 700
}

.pricing .pricing__controls {
	display: none;
	-webkit-animation: fadeIn .5s forwards;
	animation: fadeIn .5s forwards
}

.pricing .pricing__items,
.pricing .pricing__items.page-2 .pricing__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s
}

.pricing .pricing__items {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 56px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.pricing .pricing__items.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: slide .9s forwards;
	animation: slide .9s forwards
}

.pricing .pricing__items.page-2 {
	margin-bottom: 118px
}

.pricing .pricing__items.page-2 .pricing__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 6px;
	background-color: #fff;
	padding: 58px 56px 41px 68px;
	margin: 15px;
	width: 40%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pricing .pricing__items.page-1 .pricing__item:hover,
.pricing .pricing__items.page-2 .pricing__item:hover {
	-webkit-box-shadow: 0 20px 29px 2px rgba(199, 198, 198, .52);
	box-shadow: 0 20px 29px 2px rgba(199, 198, 198, .52)
}

.pricing .pricing__items.page-2 .item--left {
	border-right: 1px solid #e8e8e8;
	width: 70%
}

.pricing .pricing__items.page-2 .item__title {
	margin: 0 0 -7px
}

.pricing .pricing__items.page-2 .item__text {
	color: #686868;
	font-size: 20px;
	line-height: 32px;
	padding-right: 35px
}

.pricing .pricing__items.page-2 .item--right {
	padding-left: 50px
}

.pricing .pricing__items .item__price {
	color: #147dae;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 33px;
	text-align: center;
	position: relative
}

.pricing .pricing__items .item__price .old-price {
	position: absolute;
	color: #131514;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	top: -26px;
	right: -165px;
	left: 0
}

.pricing .pricing__items .item__price .old-price::before {
	content: '';
	position: absolute;
	width: 55px;
	height: 1px;
	background-color: #000;
	top: 11px;
	left: 0;
	right: 0;
	margin: auto
}

.pricing .pricing__items .dollar {
	font-weight: 300
}

.pricing .pricing__items .pre-word {
	color: #686868;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .46px;
	margin-right: 13px
}

.pricing .pricing__items .button {
	font-size: 16px;
	padding: 2px 41px
}

.pricing .pricing__items.page-1 {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.pricing .pricing__items.page-1 .pricing__item {
	border-radius: 6px;
	background-color: #fff;
	padding: 0;
	width: 25%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: .3s;
	transition: .3s
}

.pricing .pricing__items.page-1 .pricing__item.best-value .item--left {
	border-radius: 6px 6px 0 0;
	background-color: #c3e9f1;
	position: relative
}

.pricing .pricing__items.page-1 .pricing__item.best-value .item--left::before,
.process .process__items .item::before {
	content: '';
	position: absolute;
	width: 114px;
	height: 20px;
	background-image: url(../img/images/best.png);
	top: -10px;
	left: 0;
	right: 0;
	margin: auto
}

.pricing .pricing__items.page-1 .pre-word {
	vertical-align: super
}

.pricing .pricing__items.page-1 .item__title {
	margin-top: 0
}

.pricing .pricing__items.page-1 .item__price {
	margin-top: 48px;
	margin-bottom: 22px;
	margin-right: 35px
}

.pricing .pricing__items.page-1 .item--left {
	padding: 30px 20px 0
}

.pricing .pricing__items.page-1 .item--left .item__discount {
	font-size: 14px;
	border-radius: 10px 10px 0 0;
	background-color: #f2f2f2;
	display: inline-block;
	padding: 0 18px;
	margin-bottom: 0
}

.pricing .pricing__items.page-1 .item--left .item__discount span {
	color: #147dae;
	font-weight: 400;
	margin-left: 5px
}

.pricing .pricing__items.page-1 .item--left .button {
	display: none
}

.pricing .pricing__items.page-1 .item--right {
	color: #686868;
	font-size: 20px;
	padding: 11px 32px 40px;
	line-height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pricing .pricing__items.page-1 .item--right::before,
.process .process__items::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	left: 0;
	top: 0
}

.pricing .pricing__items.page-1 .item--right .offers__list {
	width: 100%
}

.pricing .pricing__items.page-1 .item--right .offers__item {
	margin-bottom: 12px;
	position: relative
}

.pricing .pricing__items.page-1 .item--right .offers__item::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #95dbc6;
	left: -32px;
	top: 12px
}

.pricing .pricing__items.page-1 .item--right .button {
	margin-top: auto
}

.process {
	position: relative
}

.process .container {
	max-width: 1248px;
	padding: 133px 20px 117px
}

.process .process__title {
	max-width: 690px;
	margin: auto;
	letter-spacing: 1.23px
}

.process .process__items,
.process .process__items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.process .process__items {
	margin-top: 209px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.process .process__items::before {
	height: 3px;
	width: 75%;
	background-color: #6a706d;
	top: -103px;
	right: 0;
	margin: auto
}

.process .process__items .item {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 321px
}

.process .process__items .item::before {
	width: 89px;
	height: 89px;
	background-image: url(../img/ico/point.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: -146px
}

.process .process__items .item .item__number {
	color: #75a2ba;
	text-shadow: 6px 6px #e1f2ff;
	font-size: 117px;
	letter-spacing: .2px;
	margin-right: 26px;
	width: 70%
}

.process .process__items .item .item__title {
	margin-top: 6px
}

.process .process__items .item .item__text {
	color: #686868;
	font-weight: 400;
	line-height: 34px
}

.cta,
.testimonials {
	background-color: #f7f7f7;
	position: relative;
	z-index: 2
}

.testimonials::after,
.testimonials::before {
	content: '';
	position: absolute;
	background-image: url(../img/bg/testimonials.png);
	background-position: right top;
	height: 87%;
	width: 30%;
	z-index: -1
}

.testimonials::before {
	left: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.testimonials::after {
	right: 0;
	top: 0
}

.testimonials .container {
	padding: 146px 20px 237px;
	max-width: 1239px
}

.testimonials .slider__item {
	-webkit-transition: .3s;
	transition: .3s
}

.seo-text p,
.testimonials .slider__item .slider__text {
	color: #686868;
	font-size: 20px;
	line-height: 36.4px
}

.testimonials .slider__item .slider__author {
	font-size: 28px;
	font-weight: 700
}

.testimonials .slider__item .slider__author span {
	color: #136198;
	font-weight: 400;
	font-size: 24px;
	margin-left: 24px
}

.testimonials .testimonials__slider {
	max-width: 720px;
	margin: 59px auto auto
}

.testimonials .slider__container {
	position: relative;
	padding-left: 185px
}

.testimonials .slider__container:before {
	content: '';
	position: absolute;
	width: 190px;
	height: 190px;
	background: url(../img/ico/quotes.svg) no-repeat center;
	background-size: contain;
	left: 110px;
	top: 33px
}

.testimonials .slider__container .next,
.testimonials .slider__container .prev {
	border: 0;
	position: absolute;
	background: #147dae;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	bottom: -100px;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.testimonials .slider__container .next:hover,
.testimonials .slider__container .prev:hover {
	background: #2c322f
}

.testimonials .slider__container .next:active .arrow,
.testimonials .slider__container .prev:active .arrow {
	border-color: #00b080
}

.testimonials .slider__container .next .arrow,
.testimonials .slider__container .prev .arrow {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 8px
}

.testimonials .slider__container .next .arrow.right,
.testimonials .slider__container .prev .arrow.right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -10px
}

.testimonials .slider__container .next .arrow.left,
.testimonials .slider__container .prev .arrow.left {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: 5px
}

.testimonials .slider__container .next {
	right: 110px
}

.testimonials .slider__container .prev {
	right: 167px
}

.stats .container {
	padding: 120px 20px;
	max-width: 1776px
}

.stats .stats__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.stats .stats__items .stats__item {
	text-align: center;
	position: relative
}

.stats .stats__items .stats__item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -4px;
	top: 80px;
	margin: auto;
	width: 160px;
	height: 160px;
	z-index: -1
}

.stats .stats__items .stats__item.first::before {
	background-color: #e1f2ff;
	border-radius: 80px
}

.cta:after,
.cta:before,
.stats .stats__items .stats__item.second::before {
	background-image: url(../img/ico/triangle.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.stats .stats__items .stats__item.third::before {
	width: 125px;
	height: 125px;
	background-color: #e1f2ff;
	border-radius: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.stats .stats__items .stats__item.forth::before {
	width: 134px;
	height: 134px;
	background-color: #e1f2ff;
}

.stats .stats__items .stats__number {
	padding-left: 40px;
	font-size: 87px;
	font-weight: 700
}

.stats .stats__items .stats__name {
	letter-spacing: 1.4px
}

.seo-text .container {
	max-width: 1507px;
	padding: 0 20px 140px
}

.seo-text .seo-text__content {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 80px;
	column-gap: 80px
}

.seo-text p {
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 10px
}

.seo-text .h2,
.seo-text .h3,
.seo-text .h4,
.seo-text .h5,
.seo-text .h6 {
	margin-bottom: 12px
}

.seo-text .seo-text__title {
	max-width: 50%;
	margin-bottom: 22px
}

.cta:after,
.cta:before {
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/bg/cta-left.svg);
	background-position: left
}

.cta:before {
	left: 0;
	top: 0
}

.cta:after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.cta .container {
	padding: 90px 20px 123px;
	max-width: 690px
}

.cta .cta__text {
	color: #686868;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: .26px;
	margin-bottom: 69px;
	margin-top: -5px
}

.contacts .container {
	padding: 111px 20px 95px;
	max-width: 1200px
}

.contacts .contacts__items {
	margin: 54px auto;
	padding: 63px 79px;
	border: 1px solid #e8e8e8;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contacts .contacts__item,
.contacts .contacts__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contacts .contacts__item:last-child .item__img {
	width: 120px
}

.contacts .contacts__item .item__img {
	width: 142px;
	margin-right: 15px
}

.contacts .contacts__item .item__title {
	color: #424141;
	font-size: 18px;
	text-transform: uppercase;
	margin: 11px 0
}

.contacts .contacts__item .item__link {
	color: #61839f;
	font-size: 32px;
	font-weight: 700;
	position: relative
}

.contacts .contacts__item .item__link::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #8d908f;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.contacts .contacts__item .item__link:active,
.contacts .contacts__item .item__link:hover {
	color: #2c322f
}

.contacts .contacts__item .item__link:hover::before {
	opacity: 1;
	width: 100%
}

.footer {
	background-color: #f7f7f7
}

.footer .container {
	max-width: 1328px;
	padding: 50px 20px
}

.footer .footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.footer .footer__links .footer__links-column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 40%
}

.footer .footer__links .footer__links-title {
	font-size: 25px;
	font-weight: 700;
	border-bottom: 2px solid #dfdfdf;
	margin: 0;
	padding: 21px 0
}

.footer .footer__links .footer__links-content {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20%;
	column-gap: 20%;
	margin: 38px 0;
	font-size: 18px
}

.footer .footer__links .footer__link {
	display: table;
	color: #717c83;
	margin-bottom: 28px;
	letter-spacing: .13px
}

.footer .footer__links .footer__link:hover {
	color: #2c322f;
	text-decoration: underline
}

.footer .footer__copyright {
	background-color: #eaeaea;
	padding: 5px 20px;
	color: #818181;
	font-weight: 300
}

.notfound {
	background-color: #75a2ba;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-image: url(../img/images/404.png);
	background-repeat: no-repeat;
	background-position: 41% bottom
}

.notfound::after,
.notfound::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 95%;
	background-repeat: no-repeat;
	background-size: contain
}

.notfound::before {
	left: 0;
	background-image: url(../img/bg/404-lt.svg);
	background-position: left bottom
}

.notfound::after {
	right: 0;
	background-image: url(../img/bg/404-rt.svg);
	background-position: right bottom -1px
}

.notfound .container {
	padding: 0 20px;
	position: relative;
	z-index: 2
}

.notfound .notfound__content {
	margin-top: 12%
}

.notfound .notfound__title {
	color: #fff;
	font-size: 100px;
	font-weight: 300;
	line-height: 100px;
	margin: 0
}

.notfound .h1 {
	margin: -3px 0
}

.notfound .section__subtitle {
	font-weight: 400;
	margin-bottom: 40px
}

.notfound .button-outline {
	margin-top: 0
}

.about {
	background: #f7f7f7 url(../img/images/about-bg.png) no-repeat right;
	background-size: contain
}

.about .container {
	padding: 200px 20px 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1516px
}

.about .about__content {
	max-width: 580px;
	margin: 0
}

.about .about__img {
	display: none
}

.about .about__text {
	color: #686868;
	font-size: 23px;
	line-height: 35px;
	margin-top: 27px
}

.timeline {
	counter-reset: timeline
}

.timeline .container {
	padding: 110px 20px 150px;
	max-width: 1050px
}

.timeline .timeline__title {
	letter-spacing: 1.6px
}

.timeline .timeline__subtitle {
	max-width: 510px;
	margin: -6px auto 80px
}

.timeline .timeline__container {
	position: relative
}

.timeline .timeline__container::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 90%;
	background-color: #6a706d;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: auto -3px
}

.timeline .timeline__container::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 17px;
	height: 156px;
	margin: auto -9px;
	background-image: url(../img/ico/arrow.svg);
	background-position: bottom;
	background-repeat: no-repeat
}

.timeline .timeline__item {
	position: relative;
	width: 50%;
	counter-increment: timeline
}

.timeline .timeline__item:not(:first-child) {
	margin-top: -80px
}

.timeline .timeline__item.left {
	left: 0;
	text-align: right;
	padding: 30px 130px 0 0
}

.timeline .timeline__item.left::before {
	right: -63px
}

.timeline .timeline__item.right {
	left: 50%;
	padding: 30px 0 0 130px
}

.timeline .timeline__item.right::before {
	left: -63px
}

.timeline .timeline__item::before {
	content: counter(timeline);
	position: absolute;
	top: 0;
	width: 126px;
	height: 126px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 128px;
	background-image: url(../img/ico/time-point2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2
}

.timeline .timeline__item .item__percent {
	margin: 0
}

.timeline .timeline__item .percent {
	font-weight: 300
}

.timeline .timeline__item .item__percent--bottom {
	display: block;
	color: #75a2ba;
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase
}

.timeline .timeline__item .item__title {
	font-size: 26px;
	margin: 16px 0 -5px
}

.timeline .timeline__item .item__text {
	color: #686868;
	font-size: 19px;
	line-height: 31px
}

.timeline .timeline__cta {
	max-width: 400px;
	margin: auto
}

.timeline .timeline__cta .cta__percent--top {
	display: block;
	color: #75a2ba;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 54px
}

.timeline .timeline__cta .cta__text {
	color: #686868;
	font-size: 19px;
	line-height: 31px;
	margin-top: -10px;
	margin-bottom: 48px
}

.main-seo {
	z-index: 1
}

.main-seo::after,
.main-seo::before {
	content: '';
	position: absolute;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	top: 0;
	bottom: 0;
	z-index: -1
}

.main-seo::before {
	background-image: url(../img/bg/main-bg--left.svg);
	background-position: -37px bottom;
	left: 0;
	width: 43%
}

.main-seo::after {
	background-image: url(../img/bg/main-bg--right.svg);
	background-position: 67px bottom;
	right: 0;
	width: 58%
}

.main-seo .container {
	padding: 156px 20px 99px;
	max-width: 740px
}

.main-seo .main__subtitle {
	margin-top: 26px;
	margin-bottom: 56px
}

.main-seo,
.seo,
.seo ul>li {
	position: relative
}

.seo {
	color: #686868;
	z-index: 1
}

.seo::after,
.seo::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-image: url(../img/bg/seo-content.svg)
}

.seo::before {
	left: 0;
	top: 0
}

.seo::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.seo .container {
	max-width: 820px;
	padding: 96px 20px 120px
}

.seo h1 {
	color: #131514;
	margin-top: 35px;
	margin-bottom: 30px
}

.seo h2,
.seo h3,
.seo h4,
.seo h5,
.seo h6 {
	color: #131514;
	margin-bottom: 25px;
	margin-top: 35px
}

.seo p {
	font-size: 1.25em;
	letter-spacing: .13px;
	line-height: 32px
}

.seo ul>li {
	line-height: 32px;
	padding-left: 4px
}

.seo ol>li:before,
.seo ul>li:before {
	position: absolute;
	background-color: #ffeae6;
	left: -40px
}

.seo ul>li:before {
	content: '';
	width: 22px;
	height: 2px;
	top: 11px
}

.seo ol p,
.seo ol>li,
.seo ul p,
.seo ul>li {
	font-size: 20px;
	margin: 15px 0
}

.seo ol {
	counter-reset: num;
	list-style: none
}

.seo ol>li {
	counter-increment: num;
	position: relative;
	line-height: 32px;
	padding-left: 12px
}

.seo ol>li:before {
	content: counter(num);
	text-align: center;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 26px;
	top: -1px
}

@media only screen and (max-width:1440px) {
	.seo h6,
	.seo ol li,
	.seo ol p,
	.seo ul li,
	.seo ul p,
	body {
		font-size: 14px;
		line-height: 24px
	}
	.h1,
	h1 {
		font-size: 60px;
		line-height: 55px
	}
	.h2,
	.main-seo .h1,
	.seo h1,
	h2 {
		font-size: 38px;
		line-height: 40px
	}
	.h3,
	.seo h2,
	h3 {
		font-size: 26px;
		line-height: 34px
	}
	.h4,
	.seo h3,
	h4 {
		font-size: 22px;
		line-height: 28px
	}
	.h5,
	.seo h4,
	h5 {
		font-size: 18px;
		line-height: 26px
	}
	.h6,
	.main-seo .subtitle,
	.seo h5,
	h6 {
		font-size: 16px;
		line-height: 26px
	}
	.subtitle {
		font-size: 20px;
		line-height: 30px
	}
	.button {
		font-size: 18px;
		padding: 6px 58px;
		margin-top: 38px
	}
	.button-outline {
		font-size: 13px;
		padding: 5px 32px
	}
	.container {
		max-width: 1260px
	}
	.main .main--top {
		background-position: right top
	}
	.main .main--top .container {
		max-width: 80%;
		padding: 179px 20px
	}
	.main .main--top .main__subtitle {
		font-size: 20px;
		line-height: 30px;
		margin-top: 16px;
		margin-bottom: 13px
	}
	.main .main--top .main__content {
		max-width: 435px
	}
	.main .main--top .main__addition {
		font-size: 16px;
		max-width: 230px
	}
	.main .main--bottom .container {
		max-width: 84%;
		padding: 48px 15px 92px
	}
	.main .main--bottom .features .item {
		max-width: 315px
	}
	.main .main--bottom .features .item__img {
		height: 98px
	}
	.main .main--bottom .features .item__text {
		font-size: 16px;
		line-height: 26px
	}
	.pricing .container {
		padding: 88px 20px 89px;
		max-width: 98%
	}
	.pricing .pricing__items.page-2,
	.pricing .pricing__title {
		margin-bottom: 42px
	}
	.pricing .pricing__items {
		margin-top: 46px
	}
	.pricing .pricing__items.page-2 .pricing__item {
		padding: 56px 65px 50px 69px
	}
	.pricing .pricing__items.page-2 .item__title {
		margin-bottom: -1px
	}
	.pricing .pricing__items.page-2 .item__text,
	.seo-text p {
		font-size: 1em;
		line-height: 22px
	}
	.pricing .pricing__items.page-2 .item__price {
		font-size: 36px
	}
	.pricing .pricing__items .pre-word {
		font-size: 14px
	}
	.pricing .pricing__items .button {
		font-size: 13px;
		padding: 0 38px;
		margin-top: -15px
	}
	.pricing .pricing__items.page-1 .item--left {
		padding-top: 37px
	}
	.pricing .pricing__items.page-1 .pricing__item .item__price {
		margin-bottom: 8px
	}
	.pricing .pricing__items.page-1 .item--right {
		padding: 7px 11% 30px;
		font-size: 14px;
		line-height: 22px
	}
	.process .container {
		padding: 116px 20px 93px;
		max-width: 966px
	}
	.process .process__items {
		margin-top: 169px
	}
	.process .process__items::before {
		top: -76px
	}
	.process .process__items .item {
		max-width: 245px
	}
	.process .process__items .item::before {
		width: 68px;
		height: 68px;
		top: -108px
	}
	.process .process__items .item .item__number {
		font-size: 90px;
		margin-right: 21px
	}
	.process .process__items .item .item__text {
		font-size: 16px;
		line-height: 26px;
		margin-top: -5px
	}
	.testimonials .container {
		padding: 100px 20px 164px;
		max-width: 81%
	}
	.testimonials .slider__container .next,
	.testimonials .slider__container .prev {
		width: 35px;
		height: 35px;
		bottom: -64px;
		padding: 7px
	}
	.testimonials .slider__container .next .arrow,
	.testimonials .slider__container .prev .arrow {
		padding: 5px;
		margin-top: 3px
	}
	.testimonials .slider__container .next .arrow.right,
	.testimonials .slider__container .prev .arrow.right {
		margin-left: -4px
	}
	.testimonials .slider__container .next {
		right: 185px
	}
	.testimonials .slider__container .prev {
		right: 225px
	}
	.testimonials .slider__container:before {
		width: 136px;
		left: 180px;
		top: 0
	}
	.testimonials .testimonials__slider {
		margin-top: 36px;
		max-width: 532px
	}
	.testimonials .slider__item .slider__author {
		font-size: 22px
	}
	.testimonials .slider__item .slider__author span {
		font-size: 18px
	}
	.testimonials .slider__item .slider__text {
		font-size: 16px;
		line-height: 26px
	}
	.stats .container {
		padding: 77px 20px;
		max-width: 94%
	}
	.stats .stats__items .stats__item::before {
		width: 115px;
		height: 115px
	}
	.stats .stats__items .stats__item.third::before {
		height: 90px;
		width: 90px
	}
	.stats .stats__items .stats__item.forth::before {
		height: 100px;
		width: 100px
	}
	.stats .stats__items .stats__number {
		font-size: 62px
	}
	.stats .stats__items .stats__name {
		line-height: 25px
	}
	.stats .stats__items .stats__name:before {
		width: 165px;
		height: 165px;
		left: -61px
	}
	.seo-text .container {
		padding: 50px 60px 100px
	}
	.seo-text p {
		font-size: 13px
	}
	.cta .container {
		padding: 64px 20px 83px;
		max-width: 520px
	}
	.cta .cta__text {
		font-size: 16px;
		line-height: inherit;
		margin-bottom: 21px
	}
	.cta .button {
		margin-top: 24px
	}
	.contacts .container {
		padding: 67px 20px 51px
	}
	.contacts .contacts__items {
		padding: 43px 59px;
		margin: 39px auto;
		max-width: 832px
	}
	.contacts .contacts__items .contacts__item:last-child .item__img {
		width: 85px
	}
	.contacts .contacts__items .contacts__item .item__img {
		width: 102px;
		margin-right: 10px
	}
	.contacts .contacts__items .contacts__item .item__title {
		font-size: 13px;
		margin: 4px 0
	}
	.contacts .contacts__items .contacts__item .item__link {
		font-size: 22px
	}
	.footer .container {
		max-width: 70%;
		padding: 12px 20px
	}
	.footer .footer__copyright {
		font-size: 12px
	}
	.footer .footer__links .footer__links-title {
		font-size: 18px
	}
	.footer .footer__links .footer__links-content {
		font-size: 13px;
		margin: 14px 0;
		-webkit-column-gap: 12%;
		column-gap: 12%
	}
	.footer .footer__links .footer__link {
		margin-bottom: 13px
	}
	.notfound {
		background-size: 75%
	}
	.notfound::after,
	.notfound::before {
		width: 25%
	}
	.notfound .notfound__title {
		font-size: 92px;
		line-height: 84px
	}
	.notfound .h1 {
		font-size: 60px;
		line-height: 55px
	}
	.notfound .section__subtitle {
		font-size: 20px;
		margin-bottom: 31px
	}
	.about .container {
		max-width: 80.5%;
		padding: 148px 20px 100px
	}
	.about .about__content {
		max-width: 450px
	}
	.about .about__text {
		font-size: 16px;
		line-height: 26px;
		margin-top: -2px
	}
	.timeline .container {
		padding: 87px 20px 133px
	}
	.timeline .timeline__subtitle {
		margin: -6px auto 50px
	}
	.timeline .timeline__item:not(:first-child) {
		margin-top: -69px
	}
	.timeline .timeline__item.left {
		padding: 25px 100px 0 0
	}
	.timeline .timeline__item.left::before {
		right: -54px
	}
	.timeline .timeline__item.right {
		padding: 25px 0 0 100px
	}
	.timeline .timeline__item.right::before {
		left: -54px
	}
	.timeline .timeline__item::before {
		width: 108px;
		height: 108px;
		font-size: 24px;
		line-height: 110px
	}
	.timeline .timeline__item .item__title {
		font-size: 22px;
		margin: 10px 0 0
	}
	.timeline .timeline__item .item__percent--bottom {
		font-size: 16px
	}
	.timeline .timeline__item .item__text {
		font-size: 16px;
		line-height: 26px
	}
	.timeline .timeline__cta .cta__percent--top {
		font-size: 22px;
		line-height: 32px
	}
	.timeline .timeline__cta .cta__text {
		font-size: 16px;
		line-height: 26px;
		margin-top: -4px;
		margin-bottom: 0
	}
	.main-seo::after {
		background-position: right bottom
	}
	.main-seo .container {
		max-width: 440px;
		padding: 107px 20px 83px
	}
	.main-seo .main__subtitle {
		margin-top: -8px;
		margin-bottom: -7px
	}
	.main-seo .button {
		font-size: 13px;
		padding: 0 36px;
		line-height: 44px
	}
	.seo .container {
		max-width: 660px;
		padding: 75px 20px 108px
	}
	.seo h1,
	.seo h2,
	.seo h3,
	.seo h4,
	.seo h5,
	.seo h6 {
		margin-bottom: 15px
	}
	.seo p {
		font-size: 1em;
		line-height: 24px
	}
	.seo ol>li {
		padding-left: 0
	}
	.seo ol>li::before {
		font-size: 12px;
		width: 22px;
		height: 22px;
		line-height: 22px
	}
}

@media only screen and (max-width:1300px) {
	.testimonials .slider__container {
		padding-left: 30%
	}
	.testimonials .slider__container:before {
		left: 110px
	}
	.testimonials .slider__container .next {
		right: 40px
	}
	.testimonials .slider__container .prev {
		right: 80px
	}
}

@media only screen and (max-width:992px) {
	.header .menu .menu__link {
		padding: 5px 8px
	}
	.header .menu .order__link {
		padding: 10px 20px
	}
	.main .main--top {
		background-image: url(../img/images/main-bg-768.png)
	}
	.main .main--top .container {
		padding: 169px 20px 96px;
		max-width: 89%
	}
	.main .main--bottom .container {
		max-width: 100%;
		padding: 48px 15px 74px
	}
	.main .main--bottom .features .item {
		max-width: 230px
	}
	.main .main--bottom .features .item:not(:last-child) {
		margin-right: 20px
	}
	.main .main--bottom .features .item__img {
		height: 90px
	}
	.pricing .container {
		padding: 66px 20px 80px;
		max-width: 100%
	}
	.pricing .pricing__controls {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 55px
	}
	.pricing .pricing__controls.page-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.pricing .pricing__controls .pricing__control {
		font-size: 15px;
		line-height: 14px;
		color: #5f6261;
		padding: 28px 5px;
		border-radius: 6px;
		border: 1px solid #dcdcdc;
		width: 30%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s
	}
	.pricing .pricing__controls .pricing__control:not(:last-child) {
		margin-right: 15px
	}
	.pricing .pricing__controls .pricing__control.active {
		border: 1px solid #147dae;
		color: #131514
	}
	.pricing .pricing__controls .pricing__control.best-value {
		position: relative
	}
	.pricing .pricing__controls .pricing__control.best-value::before {
		content: '';
		position: absolute;
		width: 114px;
		height: 20px;
		background-image: url(../img/images/best.png);
		top: -10px;
		left: 0;
		right: 0;
		margin: auto
	}
	.pricing .pricing__items.page-1 {
		margin-top: -10px
	}
	.pricing .pricing__items.page-1.active {
		display: block
	}
	.pricing .pricing__items.page-1 .pricing__item {
		width: 99%;
		margin: 15px auto;
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-top: 85px;
		padding-bottom: 26px
	}
	.pricing .pricing__items.page-1 .pricing__item:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.pricing .pricing__items.page-1 .pricing__item.best-value .item--left {
		position: initial;
		background-color: #fff
	}
	.pricing .pricing__items.page-1 .pricing__item.best-value .item--left::before {
		display: none
	}
	.pricing .pricing__items.page-1 .pricing__item .item__price {
		margin-bottom: 19px
	}
	.pricing .pricing__items.page-1 .item__title {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 48px;
		font-size: 26px
	}
	.pricing .pricing__items.page-1 .item--left {
		padding: 32px 50px
	}
	.pricing .pricing__items.page-1 .item--left .item__discount {
		border-radius: 10px
	}
	.pricing .pricing__items.page-1 .item--left .button {
		display: inline-block;
		margin-top: 50px
	}
	.pricing .pricing__items.page-1 .item--right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: center;
		align-self: center;
		padding: 5px 35px 5px 39px
	}
	.pricing .pricing__items.page-1 .item--right::before {
		width: 1px;
		height: 90%;
		bottom: 0;
		margin: auto;
		left: -3px
	}
	.pricing .pricing__items.page-1 .item--right .button,
	.testimonials::after,
	.testimonials::before {
		display: none
	}
	.pricing .pricing__items.page-2 .pricing__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		margin: 9px
	}
	.pricing .pricing__items.page-2 .pricing__item:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.pricing .pricing__items.page-2 .item__title {
		margin-bottom: -7px
	}
	.pricing .pricing__items.page-2 .item__text {
		padding-right: 0
	}
	.pricing .pricing__items.page-2 .item__price {
		font-size: 31px
	}
	.pricing .pricing__items.page-2 .pre-word {
		margin-right: 5px
	}
	.pricing .pricing__items.page-2 .item--left {
		border-right: none;
		border-bottom: 1px solid #e8e8e8
	}
	.pricing .pricing__items.page-2 .item--right {
		padding: 13px 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px
	}
	.pricing .pricing__items.page-2 .item--right .item__price {
		margin-bottom: 0
	}
	.process .container {
		text-align: center;
		max-width: 59%;
		padding: 85px 20px 32px
	}
	.process .process__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 75px
	}
	.process .process__items::before {
		width: 2px;
		height: 65%;
		left: 0;
		margin: auto 0;
		top: -90px;
		bottom: 0
	}
	.process .process__items .item {
		padding-left: 80px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.process .process__items .item::before {
		top: 7px;
		left: -33px;
		margin: 0
	}
	.process .process__items .item .item__number {
		min-width: 54px;
		max-width: 55px;
		text-align: left
	}
	.process .process__items .item .item__img {
		margin-top: 26px;
		margin-left: 23px
	}
	.process .process__items .item__content {
		max-width: 360px;
		text-align: left;
		margin-bottom: 45px
	}
	.testimonials .container {
		padding: 66px 20px 144px;
		max-width: 92%
	}
	.testimonials .testimonials__slider {
		margin-top: 20px
	}
	.testimonials .slider__container {
		padding-left: 24.5%
	}
	.testimonials .slider__container::before {
		left: -18px
	}
	.testimonials .slider__container .next .arrow,
	.testimonials .slider__container .prev .arrow {
		padding: 4px
	}
	.testimonials .slider__container .next {
		right: -17px
	}
	.testimonials .slider__container .prev {
		right: 25px
	}
	.testimonials .slider__item {
		max-width: 100%
	}
	.testimonials .slider__item .slider__author {
		margin-bottom: 18px
	}
	.testimonials .slider__item .slider__author span {
		margin-left: 14px
	}
	.stats .container {
		padding: 32px 20px
	}
	.stats .stats__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.stats .stats__items .stats__item {
		width: 33%;
		margin: 40px;
		padding-left: 35px
	}
	.stats .stats__items .stats__item::before {
		left: 30px;
		top: 79px
	}
	.stats .stats__items .stats__number {
		padding-left: 0
	}
	.stats .stats__items .stats__name {
		text-align: left;
		padding-left: 13px
	}
	.seo-text .container {
		max-width: 84%;
		padding: 12px 20px 80px
	}
	.seo-text .seo-text__title {
		max-width: 100%
	}
	.seo-text .seo-text__content {
		-webkit-column-count: 1;
		column-count: 1
	}
	.cta:before {
		left: -20%
	}
	.cta:after {
		right: -20%
	}
	.cta .container {
		padding: 64px 20px 84px
	}
	.contacts {
		background: #fff
	}
	.contacts .container {
		padding: 67px 20px 71px
	}
	.contacts .contacts__items {
		padding: 58px 49px
	}
	.contacts .contacts__items .contacts__item:last-child .item__img {
		width: 51px
	}
	.contacts .contacts__items .contacts__item .item__img {
		width: 61px
	}
	.footer .container {
		padding: 20px
	}
	.footer .footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer .footer__links .footer__links-column {
		max-width: 400px;
		width: 100%
	}
	.footer .footer__links .footer__links-content {
		-webkit-column-gap: 40%;
		column-gap: 40%
	}
	.notfound {
		background-size: 125%;
		background-position: 61% bottom
	}
	.notfound::after,
	.notfound::before {
		display: none
	}
	.notfound .notfound__content {
		margin-top: 27vh
	}
	.notfound .section__subtitle {
		margin-top: 13px;
		margin-bottom: 33px
	}
	.about {
		background: #f7f7f7 url(../img/images/about-768.png) no-repeat right
	}
	.about .container {
		max-width: 84%;
		padding: 228px 20px 500px
	}
	.about .about__content {
		max-width: 480px
	}
	.timeline .container {
		padding: 70px 20px 99px
	}
	.timeline .timeline__item:not(:first-child) {
		margin-top: -95px
	}
	.timeline .timeline__item.left {
		padding: 25px 85px 0 0
	}
	.timeline .timeline__item.right {
		padding: 25px 0 0 85px
	}
	.timeline .timeline__cta {
		margin: 41px auto 0
	}
	.main-seo {
		background-color: #f7f7f7
	}
	.main-seo::after,
	.main-seo::before {
		height: 270px;
		background-size: contain
	}
	.main-seo::before {
		background-image: url(../img/bg/seo-left.svg);
		bottom: 0;
		top: unset;
		width: 45%
	}
	.main-seo::after {
		background-image: url(../img/bg/seo-right.svg);
		background-position: right top;
		top: 0;
		width: 78%
	}
	.main-seo .container {
		padding: 166px 20px 124px
	}
	.seo::after,
	.seo::before {
		display: none
	}
	.seo .container {
		max-width: 640px;
		padding: 52px 20px 77px
	}
	.seo p {
		font-size: 1em
	}
}

@media only screen and (max-width:720px) {
	.header .menu {
		display: none;
		min-height: 94vh;
		background-color: #e1f2ff;
		position: absolute;
		top: 54px;
		right: 0;
		left: 0
	}
	.header .menu.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-animation: fadeIn .3s forwards;
		animation: fadeIn .3s forwards
	}
	.header .menu .menu__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		text-align: center;
		width: 100%
	}
	.header .menu .menu__link {
		padding: 20px;
		display: block;
		color: #222222;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .61px
	}
	.header .menu .menu__link:hover {
		color: #000
	}
	.header .menu .order__link {
		margin-left: 0;
		background-color: #147dae;
		border: 0;
		color: #222222;
		font-size: 13px;
		padding: 10px 43px;
		display: inline-block;
		margin-top: 27px
	}
	.header .toggle_menu {
		display: block
	}
	.main .main--top {
		background-image: url(../img/images/main-bg-320.png)
	}
	.pricing .pricing__items.page-2 .item--right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.pricing .pricing__items.page-2 .item--right .button {
		margin-top: 22px
	}
	.cta::after,
	.cta::before {
		background-size: cover;
		background-position: right
	}
	.contacts .contacts__items,
	.contacts .contacts__items .contacts__item {
		padding: 6px 10px 21px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.contacts .contacts__items .contacts__item {
		text-align: center;
		padding: 34px 0 19px
	}
	.contacts .contacts__items .contacts__item .item__title {
		margin: 9px 0
	}
	.contacts .contacts__items .contacts__item .item__img {
		margin-right: 0
	}
}

@media only screen and (max-width:580px) {
	.seo h6,
	body {
		font-size: 14px;
		line-height: 24px
	}
	.h1,
	h1 {
		font-size: 38px;
		line-height: 37px
	}
	.h2,
	.h3,
	.seo h1,
	.seo h2,
	h2,
	h3 {
		font-size: 28px;
		line-height: 34px
	}
	.h3,
	.seo h2,
	h3 {
		font-size: 22px
	}
	.h4,
	.h5,
	.seo h3,
	.seo h4,
	h4,
	h5 {
		font-size: 20px;
		line-height: 26px
	}
	.h5,
	.seo h4,
	h5 {
		font-size: 18px
	}
	.h6,
	.seo h5,
	h6 {
		font-size: 16px;
		line-height: 24px
	}
	.button {
		font-size: 13px;
		padding: 0 41px
	}
	.header.open {
		background-color: #ffffff;
	}
	.main .main--top {
		background-position: right -90px;
		background-size: cover
	}
	.main .main--top .container {
		padding: 131px 26px 17px;
		max-width: 100%
	}
	.main .main--top .main__content {
		margin: auto;
		text-align: center;
	}
	.main .main--top .main__title {
		letter-spacing: 1.14px
	}
	.main .main--top .main__subtitle {
		font-size: 14px;
		line-height: 24px;
		text-align: center;

	}
	.main .main--top .button {
		display: block;
		font-size: 18px;
		padding: 5px 41px
	}
	.main .main--top .main__addition {
		max-width: 100%
	}
	.main .main--bottom .container {
		padding: 58px 15px 15px
	}
	.main .main--bottom .features {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.main .main--bottom .features .item {
		max-width: 100%;
		margin-bottom: 50px;
		margin-right: 0!important
	}
	.main .main--bottom .features .item__img {
		margin-bottom: -10px
	}
	.main .main--bottom .features .item__text {
		margin-top: -10px;
		font-size: 14px;
		line-height: 24px
	}
	.pricing .container {
		padding: 49px 20px 76px
	}
	.pricing .pricing__title {
		margin-bottom: 15px
	}
	.pricing .pricing__tabs {
		max-width: 296px
	}
	.pricing .pricing__tabs .pricing__tab {
		padding: 13px 33px;
		line-height: 18px
	}
	.pricing .pricing__tabs .pricing__tab .discount {
		bottom: -21px
	}
	.pricing .pricing__controls {
		width: calc(100vw - 20px);
		margin-top: 33px;
		overflow-y: overlay
	}
	.pricing .pricing__controls.page-1 .pricing__control {
		min-width: 120px
	}
	.pricing .pricing__controls .pricing__control,
	.pricing .pricing__controls.page-2.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.pricing .pricing__controls.page-2.active .pricing__control {
		white-space: nowrap
	}
	.pricing .pricing__controls .pricing__control {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 12px;
		padding: 11px 16px;
		margin-right: 5px!important;
		width: unset
	}
	.pricing .pricing__controls .pricing__control.best-value::before,
	.pricing .pricing__items.page-1 .item--right::before {
		display: none
	}
	.pricing .pricing__items.page-1 .pricing__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 24px;
		padding-bottom: 0
	}
	.pricing .pricing__items.page-1 .pricing__item .item__price {
		margin-top: 40px;
		margin-bottom: 11px
	}
	.pricing .pricing__items.page-1 .item__title {
		position: initial;
		font-size: 20px
	}
	.pricing .pricing__items.page-1 .item--left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0
	}
	.pricing .pricing__items.page-1 .item--left .item__discount {
		background-color: #f1f1f1;
		position: relative;
		z-index: 2
	}
	.pricing .pricing__items.page-1 .item--left .item__discount::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100vw;
		height: 1px;
		left: -140%;
		z-index: -1;
		background-color: #f1f1f1
	}
	.pricing .pricing__items.page-1 .item--left .button {
		margin-top: 25px
	}
	.pricing .pricing__items.page-1 .item--right {
		padding: 6px 15px 6px 0
	}
	.pricing .pricing__items.page-1 .item--right .offers__item::before {
		width: 9px;
		height: 2px;
		left: -21px;
		top: 10px
	}
	.pricing .pricing__items.page-2 {
		position: absolute;
		left: 20px;
		right: 20px;
		opacity: 0;
		display: block;
		margin: 10px -20px 0
	}
	.pricing .pricing__items.page-2.active {
		position: initial
	}
	.pricing .pricing__items.page-2 .pricing__item {
		width: 90%;
		margin: 0 auto
	}
	.pricing .pricing__items.page-2 .item__title {
		text-align: center
	}
	.pricing .pricing__items.page-2 .item__text {
		margin-bottom: 21px;
		text-align: center
	}
	.pricing .pricing__items.page-2 .item--right {
		margin-top: 15px
	}
	.process .container {
		max-width: 100%;
		padding: 69px 17px 18px
	}
	.process .process__items {
		margin-top: 41px
	}
	.process .process__items::before {
		height: 66%;
		left: 3px;
		top: 30px;
		margin: 0
	}
	.process .process__items .item {
		padding-left: 30px;
		margin-bottom: 33px
	}
	.process .process__items .item::before {
		left: -7px;
		top: 8px;
		width: 23px;
		height: 23px;
		background-image: url(../img/ico/point-320.svg)
	}
	.process .process__items .item .item__title {
		margin-bottom: 12px
	}
	.process .process__items .item .item__number {
		font-size: 45px;
		min-width: 27px;
		max-width: 30px;
		margin-top: 0
	}
	.process .process__items .item__content {
		margin: 0;
		max-width: 100%
	}
	.testimonials .container {
		padding: 50px 20px 116px;
		max-width: 100%
	}
	.testimonials .testimonials__title {
		letter-spacing: .84px;
		line-height: 30px
	}
	.testimonials .testimonials__slider {
		margin-top: 102px
	}
	.testimonials .slider__container {
		padding-left: 0
	}
	.testimonials .slider__container::before {
		top: -72px;
		margin: auto;
		right: 0;
		left: 0;
		width: 76px;
		height: 76px
	}
	.testimonials .slider__container .next,
	.testimonials .slider__container .prev {
		left: 0;
		margin: auto;
		bottom: -44px
	}
	.testimonials .slider__container .next {
		right: -50px
	}
	.testimonials .slider__container .next .arrow.right {
		margin-left: -4px
	}
	.testimonials .slider__container .prev {
		right: 50px
	}
	.testimonials .slider__container .prev .arrow.left {
		margin-left: 4px
	}
	.testimonials .slider__item {
		font-size: 18px;
		line-height: 28px
	}
	.testimonials .slider__item .slider__text {
		font-size: 14px;
		line-height: 24px
	}
	.testimonials .slider__item .slider__author {
		margin-top: 15px;
		font-size: 20px
	}
	.testimonials .slider__item .slider__author span {
		display: block;
		margin: -4px 0;
		font-size: 14px;
		font-weight: 500
	}
	.stats .container {
		max-width: 100%;
		padding: 62px 20px 35px
	}
	.stats .stats__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.stats .stats__items .stats__item {
		margin: 0;
		padding: 0 6px;
		width: 100%
	}
	.stats .stats__items .stats__item:not(:last-child) {
		margin-bottom: 84px
	}
	.stats .stats__items .stats__item::before {
		right: 0;
		left: 0;
		margin: auto
	}
	.stats .stats__items .stats__number {
		font-size: 52px
	}
	.stats .stats__items .stats__name {
		text-align: center;
		padding-left: 0
	}
	.seo-text .container {
		max-width: 100%;
		padding: 40px 20px 65px
	}
	.seo-text .h3,
	.seo-text .seo-text__title {
		line-height: 30px
	}
	.cta:after,
	.cta:before {
		background-image: url(../img/bg/cta-320.png);
		background-position: left top;
		background-size: 129px
	}
	.cta:before {
		left: 0;
		top: 0
	}
	.cta:after {
		bottom: 0;
		right: 0
	}
	.cta .container {
		padding: 38px 10px 69px
	}
	.cta .cta__text {
		margin: -15px auto 0;
		font-size: 14px;
		line-height: 24px
	}
	.cta .button {
		margin-top: 30px
	}
	.contacts .container {
		padding: 40px 20px
	}
	.contacts .contacts__title {
		font-size: 38px
	}
	.contacts .contacts__items {
		margin-top: 34px
	}
	.contacts .contacts__items .contacts__item .item__link {
		font-size: 18px
	}
	.contacts .contacts__items .contacts__item:last-child .item__img {
		width: 34px
	}
	.contacts .contacts__items .contacts__item .item__img {
		width: 40px
	}
	.footer .container {
		padding: 17px 20px
	}
	.footer .footer__links {
		text-align: center
	}
	.footer .footer__links .footer__links-title {
		padding: 15px 0
	}
	.footer .footer__links,
	.footer .footer__links .footer__links-content {
		-webkit-column-count: 1;
		column-count: 1
	}
	.footer .footer__links .footer__link {
		margin: 10px auto
	}
	.about {
		background: #f7f7f7 url(../img/images/about-320.png) no-repeat right bottom
	}
	.about .container {
		max-width: 100%;
		padding: 55px 20px 224px
	}
	.about .about__text {
		font-size: 14px;
		line-height: 24px;
		margin-top: -7px
	}
	.timeline .container {
		padding: 51px 20px 43px
	}
	.timeline .timeline__title {
		letter-spacing: .84px
	}
	.timeline .timeline__subtitle {
		font-size: 1em;
		line-height: 24px;
		margin-top: -11px
	}
	.timeline .timeline__container::before {
		left: 15px;
		top: 50px;
		width: 2px;
		height: 100%
	}
	.timeline .timeline__container::after {
		background-image: url(../img/ico/arrow-320.svg);
		width: 27px;
		height: 26px;
		left: 21px;
		bottom: -51px
	}
	.timeline .timeline__item {
		width: 100%
	}
	.timeline .timeline__item:not(:first-child) {
		margin-top: 35px
	}
	.timeline .timeline__item.left {
		padding: 0 0 0 65px;
		text-align: left
	}
	.timeline .timeline__item.left::before,
	.timeline .timeline__item.right::before {
		left: 0;
		top: 5px
	}
	.timeline .timeline__item.right {
		padding: 0 0 0 65px;
		left: 0
	}
	.timeline .timeline__item::before {
		background-image: none;
		width: 27px;
		height: 27px;
		background-color: #75a2ba;
		border-radius: 20px;
		line-height: 27px;
		font-size: 14px
	}
	.timeline .timeline__item .item__percent--bottom {
		font-size: 14px;
		line-height: 16px
	}
	.timeline .timeline__item .item__title {
		font-size: 20px
	}
	.timeline .timeline__item .item__text {
		font-size: 1em;
		line-height: 24px
	}
	.timeline .timeline__cta {
		padding-left: 65px;
		margin: 35px 0;
		text-align: left
	}
	.timeline .timeline__cta .cta__percent--top {
		font-weight: 400;
		font-size: 14px
	}
	.timeline .timeline__cta .cta__text {
		font-size: 14px;
		line-height: 24px;
		margin-top: -16px;
		margin-bottom: -18px
	}
	.notfound {
		height: unset
	}
	.notfound .container {
		padding: 0 15px
	}
	.notfound .notfound__title {
		font-size: 70px;
		line-height: 74px
	}
	.notfound .h1 {
		font-size: 40px
	}
	.notfound .section__subtitle {
		margin-bottom: 16px;
		font-size: 14px;
		margin-top: 8px
	}
	.main-seo::before {
		display: none
	}
	.main-seo::after {
		right: -205px;
		width: 588px
	}
	.main-seo .container {
		padding: 97px 20px 62px
	}
	.main-seo .subtitle {
		font-size: 14px;
		line-height: 24px
	}
	.seo .container {
		padding: 33px 20px 55px
	}
	.seo h1,
	.seo h2,
	.seo h3,
	.seo h4,
	.seo h5,
	.seo h6 {
		margin-top: 23px
	}
	.seo ol {
		padding-left: 32px
	}
	.seo ul {
		padding-left: 20px
	}
	.seo ol li:before {
		left: -34px
	}
	.seo ul li:before {
		left: -20px;
		width: 9px
	}
}

@media only screen and (max-height:540px) {
	.notfound {
		background-image: none
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40/71) {
	.header .menu.active {
		display: block
	}
	.pricing .pricing__items.page-1 .item--left .button {
		display: block;
		max-width: 200px;
		margin: 20px auto
	}
	.pricing .pricing__tabs .pricing__tab {
		width: 49%
	}
	.pricing .pricing__controls .pricing__control {
		min-width: 40%
	}
	.pricing .pricing__items.page-2 .item--left {
		width: 100%
	}
	.process .process__items .item__content {
		width: 80%
	}


}


@media only screen and (max-width:320px) {
	.sat {
	width:200px;
	}
}


.sat {
width:170px;
}


.pricing__control {display: none!important;}
