/*@font-face {*/
/*	font-family: 'AvantGardeCTT';*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*	src: local('AvantGardeCTT'), local('AvantGardeCTT-Regular'),*/
/*	url('/fonts/avantgardectt_caeaf746fc19648d748ca8d04dc796eb.woff') format('woff'),*/
/*	url('/fonts/avantgardectt_caeaf746fc19648d748ca8d04dc796eb.ttf') format('truetype');*/
/*}*/

html, body, div, h1, h2, h3, h4, h5, h6, p,
a, img, strong, b, u, i, ol, ul, li,
fieldset, form, label, header, footer, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	position: relative;
	min-width: 320px;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #6C6C6C;
	overflow-x: hidden;
	/*font-family: 'Jost', sans-serif;*/
	font-family: 'AvantGardeCTT', arial;
	box-sizing: border-box;
	letter-spacing: 0.5px;
}

footer, section {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.m-flex {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto
}

.flex-around {
	justify-content: space-around
}

.flex-between {
	justify-content: space-between
}

.wrapper {
	width: 87%;
	margin: 0 auto;
}

.header-logo {
	display: block;
	width: 48px;
	height: 53px;
	margin: 5px 0 0 0;
	background: url(/img/login/logo_mob.png) top left / cover no-repeat;
}

.declined {
	border: 1px solid red !important;
}

.text-red {
	color: red;
}

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

.hidden {
	display: none;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
}

h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 35px;
	color: #2D2D2D;
	padding: 30px 0 20px;
}

h3.price-text {
	padding: 0px;
}

.center {
	text-align: center
}

h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 900;
}

.text-bold {
	font-weight: 400;
	color: #333333;
}

/*MMMMM*/
.menu {
	display: none;
	width: 73%;
	height: 258px;
	position: absolute;
	left: 27%;
	top: 58px;
	z-index: 10;
	margin: 0;
	padding: 0;
	background: #2D9CDB;
	border-radius: 0px 0px 0px 100px;
}

.menu-item {
	display: block;
	position: relative;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	/* font-weight: 900;*/
	font-size: 18px;
	line-height: 27px;
	transition: all 0.25s ease-in-out;
}


/*NAV mob*/
.navBurger {

	cursor: pointer;
	background: #fff;
	box-sizing: border-box;
	background-clip: content-box;
	width: 20px;
	height: 24px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.navBurger:before,
.navBurger:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 2px;
	width: 100%;
	right: 0;
	will-change: rotate;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navBurger:before {
	top: -5px;
}

.navBurger:after {
	bottom: -5px;
}

.navBurger.active {
	background: transparent;
	background-clip: content-box;
}

.navBurger.active:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 0;
	width: 110%;
}

.navBurger.active:after {
	bottom: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 110%;
}


/*end menu*/

.teaser-img {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 120px;
	transition: .6s ease;
	transition-delay: .3s;
}

.teaser-text {
	width: 100%;
	padding: 40px 0 0 0;
}

.bg-blue {
	position: absolute;
	top: 0;
	left: 27%;
	width: 73%;
	height: 316px;
	background: #2D9CDB;
	border-radius: 0px 0px 0px 100px;
	z-index: -1;
}

.bg-screen {
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	background: #F9F9F9;
	border-radius: 10px;
	box-shadow: 0px 10px 20px rgba(45, 45, 45, 0.25);
	padding: 0 0 10px 0;
}

.bg-screen img {
	position: relative;
	top: 8px;
	left: 8px;
	width: 95%;
}

.screen-circle {
	position: absolute;
	left: 60px;
	top: -60px;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	border: 10px solid #EDF2F8;
	box-shadow: 0px 10px 20px rgba(45, 45, 45, 0.25);
}

.screen-circle img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.line-1 {
	position: absolute;
	top: -25px;
	left: 25px;
	width: 1px;
	height: 45px;
	background: #EDF2F8;
	z-index: 2;
}

.line-2 {
	position: absolute;
	top: -25px;
	left: 25px;
	width: 45px;
	height: 1px;
	background: #EDF2F8;
}

.bg-dotted {
	position: absolute;
	top: -40px;
	right: -5px;
	width: 100px;
	height: 68px;
	background: url(/img/login/bg_dotted.png) top left / cover no-repeat;
	opacity: 0.3;
	z-index: -1;
}

.bg-dotted-orange {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 69px;
	height: 12px;
	background: url(/img/login/bg_dotted_orange.png) top left / cover no-repeat;
	z-index: -1;
}

.order-link {
	display: block;
	margin: 20px auto;
	width: 220px;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	background: #F39C12;
	border: 1px solid #F39C12;
	box-shadow: 0px 4px 20px rgba(108, 108, 108, 0.25);
	border-radius: 60px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	cursor: pointer;
}


.bg-gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 93%;
	height: 100%;
	background: #EDF2F8;
	border-radius: 0px 100px 100px 0px;
	z-index: -1;
}

.bg-dotted-blue-tr {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 100px;
	height: 50px;
	background: url(/img/login/bg_dotted_blue_tr.png) top left / cover no-repeat;
	opacity: 0.3;
}

.product-text {
	padding: 0 30px 30px 0;
}


/*SLIK-Slider*/
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 14px;
	height: 14px;
	padding: 0px;
	margin: 2px 0 0 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-radius: 50%;
	outline: none;
	background: #FFFFFF;
	border: 1px solid #F39C12;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {

	background: #F39C12;
}

/*END Slider*/
.advantage-item {
	width: 280px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
	border-radius: 30px;
	margin: 20px;
}

.adv-item-img {
	width: 77px;
	height: 77px;
	margin: 25px auto;
}

.img1 {
	background: url(/img/login/adv_img1.png) top left / cover no-repeat;
}

.img2 {
	background: url(/img/login/adv_img2.png) top left / cover no-repeat;
}

.img3 {
	background: url(/img/login/adv_img3.png) top left / cover no-repeat;
}

.advantage-item h4, .advantage-item p {
	margin: 10px 0;
	text-align: center;
}

/*Function*/
.function-item {
	position: relative;
	width: 100%;
	height: 640px;
	margin: 40px auto;
	box-sizing: border-box;
}

.function-item p {
	padding: 20px 20px 60px;
}

.function-item h4 {
	padding: 60px 0 0 20px;
}

.t-white {
	color: #ffffff;
}

.function-item-blue {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 230px;
	left: 0;
	border-radius: 100px 0px 0px 100px;
	background: #2D9CDB;
	z-index: -1;
}

.function-item-gray {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 230px;
	right: 0;
	background: #EDF2F8;
	border-radius: 0px 100px 100px 0px;
	z-index: -1;
}


.function-item-img {
	position: relative;
	width: 100%;
}

.img-desktop {
	position: relative;
	top: 40px;
	left: 0;
	width: 295px;
	height: 232px;
	margin: 0 auto;
	background: url(/img/login/desktop.png) top left / cover no-repeat;
}

.bg-dotted-blue {
	position: absolute;
	top: -30px;
	left: 30px;
	width: 62px;
	height: 42px;
	background: url(/img/login/bg_dotted_blue.png) top left / cover no-repeat;
	opacity: 0.3;
	z-index: -1;
}

.bg-dotted-orange-f {
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 102px;
	height: 19px;
	background: url(/img/login/bg_dotted_orange.png) top left / cover no-repeat;
	z-index: -1;
}

.bg-dotted-blue-rh {
	position: absolute;
	top: -30px;
	left: 50px;
	width: 0px;
	height: 0px;
	background: url(/img/login/bg_dotted_blue_rh.png) top left / cover no-repeat;
	opacity: 0.5;
	z-index: -1;
}

.bg-dotted-orange-tr {
	position: absolute;
	top: 180px;
	right: 30px;
	width: 85px;
	height: 60px;
	background: url(/img/login/bg_dotted_orange_tr.png) top left / cover no-repeat;

}

.bg-dotted-bott {
	position: absolute;
	bottom: -15px;
	right: 20px;
	width: 100px;
	height: 68px;
	background: url(/img/login/bg_dotted.png) top left / cover no-repeat;
	opacity: 0.3;
	z-index: -1;
}

.bg-dotted-orange-top {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 106px;
	height: 18px;
	background: url(/img/login/bg_dotted_orange.png) top left / cover no-repeat;
	z-index: -1;
}

.price-item {
	position: relative;
	width: 280px;
	height: 280px;
	margin: 20px auto;
	padding: 30px 0 0 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
	border-radius: 30px;
	text-align: center;
}

.price-orange {
	background: linear-gradient(180deg, #FFCC7B 0.01%, #F39C12 100%);
	color: #FFFFFF;
}

.price-item.price-orange h4, .price-item.price-orange span {
	color: #FFFFFF;
}

.link-white {
	background: #FFFFFF;
	color: #F39C12;
}

.order-link.link-white:hover {
	background: #F39C12;
	color: #FFFFFF;
	border: 1px solid #ffffff;
}

.price-item h4 {
	color: #2D2D2D;
	font-weight: 900;
	margin: 0 0 20px 0;
}

.price-item span {
	font-weight: 900;
	font-size: 24px;
	line-height: 35px;
	color: #2D2D2D;
}

.price-item p {
	padding: 10px 20px 0;
}

.bg-dotted-orange-pr {
	position: absolute;
	top: -45px;
	left: -15px;
	width: 120px;
	height: 45px;
	background: url(/img/login/bg_dotted_orange_tr.png) top left / cover no-repeat;
	opacity: 0.3;
	z-index: -1;
}

.bg-dotted-blue-pr {
	position: absolute;
	bottom: -70px;
	right: -18px;
	width: 160px;
	height: 70px;
	background: url(/img/login/bg_dotted_blue_rh.png) bottom left / cover no-repeat;
	opacity: 0.3;
	z-index: -1;
}

.demo-text-block h3 {
	margin: 40px 0 0 0;
}

.demo-text-block, .demo-image-block {
	width: 100%;
	position: relative;
	margin: 0 0 50px 0;
}

.bg-dotted-orange-inf {
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 125px;
	height: 22px;
	background: url(/img/login/bg_dotted_orange.png) top left / cover no-repeat;
	opacity: 0.3;
	z-index: -1;
}

.image-info {
	width: 276px;
	height: 239px;
	margin: auto;
	background: url(/img/login/image_info.png) top left / cover no-repeat;
}

.form-center {
	font-size: 18px;
	line-height: 26px;
	padding: 0 20px 30px;
	text-align: center;
}

.form-line {
	width: 100%;
	margin: 10px auto;
}

.wrapper-form p {
	font-size: 16px;
}

.login-input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 14px;
	color: #1A1A1A;
	padding-left: 20px;
}


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

input::-moz-placeholder {
	color: #C4C4C4;
	opacity: 1
}

input:-moz-placeholder {
	color: #C4C4C4;
	opacity: 1
}

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


.inp-send {
	height: 200px;
	border-radius: 8px;
}

button.order-link {
	border: none;
	margin: 30px auto;
}

footer {
	background: #2D9CDB;
	color: #ffffff;
	padding: 30px 0 0 0;
	margin-top: 80px;
}

.footer-item {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.footer-item a {
	display: block;
	color: #ffffff;
}

.footer-item:first-child {
	margin: 0 auto
}

.footer-logo {
	width: 190px;
	height: 60px;
	margin: auto;
	background: url(/img/login/logo_footer.png) top left / cover no-repeat;
}

.footer-info {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	opacity: 0.5;
	padding: 10px 0;
}

.footer-mail {
	margin: 20px auto;
}

.footer-mail span, .footer-phone span {
	display: inline-block;
	width: 122px;
	vertical-align: top;
	text-align: left;
}

.footer-mail::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	background: url(/img/login/mail.png) top left / cover no-repeat;
}

.footer-phone::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	background: url(/img/login/phone.png) top left / cover no-repeat;
}

.policy-link {
	margin: 0 0 20px 0
}

.copyright {
	text-align: center;
	padding: 20px 0;
	opacity: 0.5;
}


.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 1.8em;
	right: 1.8em;
}

.scroll-up a {
	background-color: #F39C12;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	border-radius: 50%;
}

.scroll-up a b {
	display: block;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: #fff;
	border: 1px solid #F39C12;
	color: #F39C12;
}


/*end MOB*/


@media (min-width: 576px) {
	.form-line {
		width: 80%;
	}

	.function-item {
		margin: 80px auto;
	}

	.img-desktop {
		top: -25px;
		left: 0;
		width: 400px;
		height: 315px;
	}

	.function-item h4 {
		padding: 20px 0 0 20px;
	}

}

@media (min-width: 768px) {
	.wr-flex {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-direction: row;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto
	}

	.menu .wr-flex {
		flex-direction: column;
	}

	.bg-blue, .menu {
		left: 50%;
		width: 50%;
	}

	.teaser-img {
		padding-top: 50px;
	}

	.function-item {
		height: 400px;
		margin: 50px auto;
	}

	.function-item-blue {
		top: 0px;
		width: 60%;
		left: 40%;
	}

	.function-item-gray {
		top: 0px;
		width: 60%;
		right: 40%;
	}

	.bg-dotted-orange-f {
		left: 40%;
	}

	.t-left {
		order: -1;
	}


	.bg-screen {
		width: 80%;
	}

	.teaser-text, .function-item-gray {
		order: -1;
	}

	.img-desktop {
		top: 0;
		left: 0;
	}

	.bg-dotted-blue, .bg-dotted-orange-top {
		top: -25px
	}

	.bg-dotted-orange-tr {
		top: 260px
	}

	.bg-dotted-blue-rh {
		width: 92px;
		height: 92px;
	}

	.wrapper-form {
		margin: 0 auto;
	}

	.wrapper-form .wr-flex {

	}

	.form-line {
		width: 100%;
	}

	.wr-flex .form-line {
		margin: 10px
	}

	.slider.wr-flex {
		justify-content: center;
	}

	.advantage-item {
		height: auto;
		padding-bottom: 10px;
	}

	.footer-logo {
		width: 160px;
		height: 45px;
	}
}


@media (min-width: 991px) {
	body {
		font-size: 16px;
	}

	.price-flex {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-direction: row;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		justify-content: center;
	}

	.menu .wr-flex {
		flex-direction: row;
	}

	.wrapper {
		width: 95%;
		position: relative;
	}

	.bg-blue {
		left: 40%;
		width: 60%;
		height: 380px;
	}

	.bg-gray, .product-text {
		width: 70%;
	}

	.bg-dotted-blue-tr {
		right: 0;
		left: 0;
	}

	.menu {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		top: 0px;
		border: none;
		background: transparent;
	}

	.wr-logo {
		width: 70%;
	}

	.teaser-text {
		width: 60%
	}

	.teaser {
		height: 100vh;

	}

	.teaser .wrapper {
		height: 100vh;
	}

	.menu-item {
		padding: 0;
		font-size: 15px;
		transition: all 0.3s ease;
	}

	.demo-block {
		margin-top: 100px;
	}

	.image-info {
		width: 400px;
		height: 340px;
	}

	.m-demo {
		padding: 3px 0;
		margin-left: 20px;
		background: #F39C12;
		box-shadow: 0px 4px 20px rgba(108, 108, 108, 0.25);
		border-radius: 60px;
	}

	.menu-item:hover {
		color: #F39C12
	}

	.m-demo:hover {
		color: #F39C12;
		background: #FFFFFF;
	}

	.order-link:hover {
		color: #F39C12;
		background: #FFFFFF;
		border: 1px solid #F39C12;
	}

	.img-desktop {
		width: 450px;
		height: 340px;
	}

	.navBurger {
		display: none
	}

	.wrapper-form {
		width: 825px;
	}

}

@media (min-width: 1200px) {
	body {
		font-size: 18px;
		line-height: 23px;
	}

	.wrapper {
		max-width: 1140px;
	}

	.menu-item {
		font-size: 15px;
	}

	.header-logo {
		width: 226px;
		height: 73px;
		margin: 5px 0 0 0;
		background: url(/img/login/logo.png) top left / cover no-repeat;
	}


	.teaser-img {
		padding-top: 100px;
	}

	.product-text {
		padding: 0 30px 110px 0;
	}

	.bg-dotted-blue-tr {
		width: 187px;
		height: 109px;
	}

	.bg-dotted-blue {
		top: -85px;
		left: 60px;
		width: 167px;
		height: 114px;
	}

	.bg-dotted-orange-f {
		bottom: -15px;
		width: 204px;
		height: 36px;
	}

	.bg-dotted-blue-rh {
		top: -100px;
		left: -20px;
		width: 183px;
		height: 183px;
	}

	.bg-dotted-orange-tr {
		top: 400px;
		right: 30px;
		width: 143px;
		height: 105px;
	}


	.bg-dotted-orange-top {
		top: 0;
		left: -12px;
		width: 204px;
		height: 36px;
	}

	.bg-dotted-bott {
		width: 188px;
		height: 133px;
		bottom: -60px;
		right: 45%;
	}

	.bg-dotted-orange-pr {
		top: 100%;
		width: 188px;
		height: 110px;
		background: url(/img/login/bg_dotted_orange_tr.png) bottom left / cover no-repeat;
	}

	.bg-dotted-blue-pr {
		bottom: 0;
		top: -120px;
		right: -20px;
		width: 260px;
		height: 120px;
		background: url(/img/login/bg_dotted_blue_rh.png) top left / cover no-repeat;
	}

	.bg-dotted-orange-inf {
		width: 313px;
		height: 55px;
		bottom: -100px;
		left: 0px;
	}

	.bg-gray, .product-text {
		width: 80%;
	}

	.bg-blue {
		height: 617px;
	}

	h3 {
		font-size: 36px;
		line-height: 52px;
	}

	h4 {
		font-size: 24px;
		line-height: 35px;
	}

	.bg-screen {
		width: 665px;
		padding: 0;
		border-radius: 20px;
	}

	.bg-screen img {
		top: 0;
		left: 0;
		width: 625px;
		margin: 20px;
	}

	.screen-circle img {
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
	}

	.teaser-text {
		width: 70%;
		padding: 0 30px 0 0;
		box-sizing: border-box;
	}

	.teaser-text h3 {
		margin-top: 40px
	}

	.screen-circle {
		position: absolute;
		left: 165px;
		top: -160px;
		width: 184px;
		height: 184px;
	}

	.line-1 {
		top: -60px;
		left: 60px;
		height: 108px;
	}

	.line-2 {
		top: -60px;
		left: 60px;
		width: 115px;

	}

	.bg-dotted {
		top: -100px;
		right: -30px;
		width: 166px;
		height: 114px;
	}

	.bg-dotted-orange {
		bottom: -30px;
		left: -60px;
		width: 204px;
		height: 36px;
	}

	.teaser-text .order-link {
		margin: 20px 0;
	}

	.advantage-item {
		width: 360px;
		margin: 15px;
	}

	.advantage-item h4 {
		color: #2D9CDB
	}

	.advantage-item p {
		margin: 20px
	}

	.adv-item-img {
		width: 100px;
		height: 100px;
		margin: 40px auto 20px;
	}

	.img-desktop {
		position: absolute;
		top: 30px;
		left: 15px;
		width: 630px;
		height: 500px;
		margin: 0 auto;
	}

	.function-item {
		height: 500px;
		margin: 100px auto;
	}

	.function-item-img {
		height: 500px;
	}

	.function-item-text {
		width: 70%;
	}

	.function-item p {
		padding: 20px 30px 60px;
	}

	.function-item h4 {
		padding: 20px 0 0 30px;
	}

	.function-item-blue {
		height: 500px;
		width: 50%;
		left: 50%;
	}

	.function-item-gray {
		height: 500px;
		width: 50%;
		right: 50%;
	}


	.price-item {
		position: relative;
		top: 60px;
		width: 360px;
		height: 400px;
		padding: 60px 0 0 0;
	}

	.price-item.price-orange {
		top: 0
	}

	.price-item span {
		font-size: 28px;
		line-height: 52px;
	}

	.price-item p {
		padding: 20px 20px 30px;
	}

	.demo-block {
		margin: 75px 0 10px 0;
	}

	.image-info {
		width: 600px;
		height: 518px;
	}

	.scroll-up a {
		width: 40px;
		height: 40px;
		font-size: 25px;
		line-height: 35px;
	}

}

@media (min-width: 1440px) {
	.wrapper {
		max-width: 1200px;
	}

	.bg-blue {
		left: 42%;
		width: 58%;
	}

	.teaser-text .order-link {
		margin-top: 50px;
	}

	.image-info {
		width: 802px;
		height: 689px;
	}

	.function-item-text {
		width: 85%;
	}

	.function-item-blue {
		width: 55%;
		left: 45%;
	}

	.function-item-gray {
		width: 55%;
		right: 45%;
	}
}

@media (min-width: 1920px) {
	.bg-blue {
		left: 44%;
		width: 56%;
	}
}
