body {
	margin: 0;
	font-family: 'El Messiri', sans-serif;
}

.wrapper {
	overflow: hidden;
}

.container {
	max-width: 1170px;
	margin: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none !important;
}

h1,
h2,
h3,
p {
	margin: 0;
}

ul {
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}

li {
	margin: 0;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.header {
	background: url(../img/bg1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 20px;
	min-height: 1017px;
}

.header .container {
	position: relative;
}

.header-print img:last-child {
	margin-right: 0;
}

.header-top {
	text-align: center;
	font-family: 'El Messiri', sans-serif;
	margin-bottom: 30px;
}

.header-top .inner {
	font-size: 0;
}

.header-print {
	/*  position: absolute;
    right: 0;
    top: 0;*/
	font-size: 0;
	text-align: center;
	float: right;
}

.header-print img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	height: 95px;
}

.header-top .basic-title {
	font-size: 130px;
	color: #5c157a;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}

.header-top .text {
	text-transform: uppercase;
	margin-bottom: 15px;
	float: right;
	margin-right: 50px;
	font-family: 'El Messiri', sans-serif;
}

.header-top .text p:nth-child(1) {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}

.header-top .text p:nth-child(1) span {
	font-weight: 700;
	text-align: center;
}

.header-top .text p:nth-child(2) {
	font-size: 40px;
	font-weight: 700;
	color: #5c157a;
	text-align: center;
}

.header-list {
	position: relative;
	max-width: 460px;
	float: right;
	width: 100%;
	padding-top: 55px;
}

.header-list:before {
	position: absolute;
  content: '';
  display: block;
  background: url(../img/product.png) no-repeat center;
  background-size: contain;
  width: 420px;
  height: 451px;
  left: -330px;
  top: 0;
  z-index: 99999;
}

.header-list li {
	position: relative;
	margin-bottom: 0px;
	padding-right: 90px;
	background: url(../img/list-bg.png) no-repeat center;
	padding-top: 25px;
	padding-bottom: 30px;
	background-size: 100% 100%;
}

.header-list li:before {
	position: absolute;
	display: block;
	content: '';
	background: url(../img/check.png) no-repeat center;
	right: 0;
	top: 20px;
	width: 79px;
	height: 72px;
}

.header-list li h3 {
	position: relative;
	z-index: 99999;
	color: #3c3b3a;
	font-size: 17px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 5px;
	max-width: 360px;
}

.header-list li p {
	position: relative;
	z-index: 999999;
	color: #777777;
	font-size: 14px;
	max-width: 300px;
}

.form-wrapper {
	float: right;
	max-width: 290px;
	width: 100%;
}

.form-wrapper .form {
	background: #fff;
	border: 2px solid #04a8f5;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding-bottom: 25px;
}

.form-wrapper .form .btn {
	position: relative;
	z-index: 999999;
	border: none;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 260px;
	width: 100%;
	display: block;
	margin: auto;
	margin-top: 18px;
	background: url(../img/button-bg.png) no-repeat center;
	color: #fff;
	background-size: 100% 100%;
	cursor: pointer;
	transition: 0.5s;
}

.form-wrapper .form .btn:hover {
	opacity: 0.8;
}

.form-inner {
	padding-left: 22px;
	padding-right: 22px;
}

.form-title {
	background: #04a8f5;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 27px;
	margin-bottom: 25px;
	padding-left: 22px;
	padding-right: 22px;

	border-radius: 15px 15px 0px 0px;
}

.field {
	display: block;
	margin: auto;
	width: 240px;
	height: 55px;
	margin-bottom: 25px;
	border: 1px solid #c5c5c5;
	padding-right: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.5s;
	-webkit-appearance: none;
	appearance: none;
}

.field:last-child {
	margin-bottom: 0;
}

.field.sel {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	background: #fff url(../img/sel.png) no-repeat 5%;
}

.field:focus,
.field.sel:focus {
	background: #d3ebd3;
	border: 1px solid #4caf50;
	box-shadow: 0 0 5px 2px rgba(211, 235, 211, 1);
}

.field.sel:focus {
	background: #d3ebd3 url(../img/sel.png) no-repeat 5%;
}

input[type='text']::-webkit-input-placeholder {
	color: #3c3b3a;
}

input[type='text']:-ms-input-placeholder {
	color: #3c3b3a;
}

input[type='text']::-ms-input-placeholder {
	color: #3c3b3a;
}

input[type='text']::placeholder {
	color: #3c3b3a;
}

.form .price-block {
	margin-top: 15px;
	margin-bottom: 15px;
}

.price-block {
	font-size: 0;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}

.price-block span {
	display: block;
}

.price-block .left,
.price-block .right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.price-block .left .text {
	font-size: 12px;
	color: #3c3b3a;
	font-weight: 300;
	margin-bottom: 10px;
	/*text-align: left;*/
}

.price-block .left .old-price {
	font-size: 36px;
	font-weight: 300;
	color: #3c3b3a;
	text-decoration: line-through;
	/*text-align: left;*/
}

.price-block .right .text {
	font-size: 12px;
	font-weight: 300;
	color: #04a8f5;
	margin-bottom: 10px;
	/*text-align: left;*/
}

.price-block .right .new-price {
	color: #04a8f5;
	font-weight: 700;
	font-size: 36px;
	/*text-align: left;*/
}

.header-arrow {
	background: url(../img/arrow-bg.png) no-repeat center;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	width: 100%;
	bottom: -35px;
	left: -65px;
}

.header-arrow p {
	font-weight: 700;
	font-size: 24px;
	max-width: 455px;
	display: block;
	margin: auto;
	text-align: center;
}

.screen2 {
	padding-bottom: 60px;
}

.screen2 .left {
	float: left;
	width: 50%;
}

.screen2 .right {
	float: right;
	width: 50%;
	padding-top: 25px;
}

.screen2 .right img {
	display: block;
	margin: auto;
	padding-left: 80px;
}

.screen2 .left .screen2-title {
	font-size: 35px;
	color: #04a8f5;
	font-weight: 600;
	margin-bottom: 15px;
}

.screen2 .left span {
	color: #f18704;
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
}

.screen2 .left p {
	font-size: 16px;
	line-height: 20px;
}

.screen2 .left p:last-child {
	margin-top: 25px;
}

.screen2 .left p b {
	color: #3c3b3a;
}

.screen3 {
	position: relative;
	min-height: 1013px;
	background: url(../img/bg2.jpg) no-repeat center;
	/*background-size: 100% 100%;*/
	padding-top: 110px;
	padding-bottom: 150px;
	margin-bottom: 200px;
}

.screen3 .container {
	position: relative;
}

.screen3 .right {
	float: right;
	width: 600px;
}

.screen3-title {
	font-family: 'El Messiri', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	margin-bottom: 25px;
}

.screen3 .right span {
	display: inline-block;
	color: #3c3b3a;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.photo-block {
	font-size: 0;
	text-align: center;
	/*background: #e8eaea;*/
}

.photo-block img {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	height: 143px;
	border: 4px solid #e9e9ea;
}

.screen3 .bottom-text {
	font-size: 14px;
	line-height: 18px;
	color: #3c3b3a;
	text-align: center;
	font-weight: 700;
	max-width: 460px;
	display: block;
	margin: auto;
	margin-top: 25px;
}

.screen3-product {
	position: absolute;
	bottom: -295px;
	left: 100px;
}

.screen3-product:before {
	position: absolute;
	content: '';
	display: block;
	background: url(../img/centimeter.png) no-repeat center;
	left: -215px;
	bottom: 0;
	width: 303px;
	height: 215px;
}

.screen3-arrow {
	position: absolute;
	bottom: -15px;
	right: 390px;
	background: url(../img/arrow-bg2.png) no-repeat center;
	width: 610px;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.screen3-arrow p {
	position: relative;
	z-index: 999999;
	font-weight: 900;
	font-size: 30px;
	line-height: 35px;
	max-width: 455px;
	display: block;
	margin: auto;
	text-transform: uppercase;
	color: #fff;
}

.screen3-arrow:after {
	position: absolute;
	content: '';
	display: block;
	background: url(../img/tablets.png) no-repeat center;
	right: -20px;
	bottom: -60px;
	width: 148px;
	height: 126px;
}

.screen4 {
	padding-bottom: 70px;
}

.screen4-title {
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	margin-bottom: 30px;
}

.screen4 .second-title {
	text-align: center;
	font-size: 28px;
	color: #333333;
	margin-bottom: 65px;
}

.screen4 .second-title span {
	color: #fc4200;
	display: inline-block;
	position: relative;
}

.screen4 .second-title span:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 100%;
	background: #fc4200;
	height: 2px;
}

.screen4 .inner {
	position: relative;
}

.screen4 .inner:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background: #ff6600;
	height: 100%;
	width: 1px;
}

.screen4 .inner:after {
	position: absolute;
	display: block;
	content: 'VS';
	left: 0;
	right: 0;
	margin: auto;
	background: #ff6600;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: 35%;
	color: #fff;
	text-transform: uppercase;
	line-height: 54px;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}

.screen4 .inner .left {
	position: relative;
	/*float: left;*/
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
}

.screen4 .inner {
	font-size: 0;
	text-align: center;
}

.screen4 .inner .right {
	position: relative;
	/*float: right;*/
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
}

.screen4 .inner .left img,
.screen4 .inner .right img {
	margin: auto;
	display: block;
	margin-top: -95px;
}

.screen4 .text1 {
	font-size: 20px;
	color: #333333;
	font-weight: 300;
	max-width: 155px;
	text-align: center;
	position: relative;
}

.screen4 .text2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: #333333;
	max-width: 150px;
	text-align: center;
	position: relative;
}

.screen4 .left .text1 {
	top: 15px;
	left: -335px;
}

.screen4 .left .text2 {
	bottom: -100px;
	left: -405px;
}

.screen4 .right .text1 {
	top: -100px;
	left: 235px;
	position: absolute;
}

.screen4 .right .text2 {
	top: -25px;
	left: -10px;
	position: absolute;
	max-width: 175px;
}

.screen4 .right .text2 span {
	text-transform: uppercase;
	font-style: italic;
}

.screen5 {
	position: relative;
	padding-bottom: 180px;
	margin-bottom: 15px;
}

.screen5 .left {
	float: left;
	width: 550px;
}

.screen5 .right {
	float: right;
	width: 550px;
	text-align: right;
}

.screen5 .title {
	text-transform: uppercase;
	text-align: right;
	font-size: 30px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 30px;
}

.screen5 .title span {
	display: inline-block;
	color: #ff6600;
	text-decoration: underline;
}

.screen5 p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.screen5 p span {
	color: #ff6701;
	font-weight: 700;
}

.screen5 .center-text {
	margin: 30px 0;
	font-weight: 700;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}

.screen5 .right .center-text {
	max-width: 285px;
}

.screen5 li {
	font-size: 14px;
	line-height: 20px;
}

.screen5 li:nth-child(1) {
	margin-bottom: 25px;
}

.screen5 .bottom-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	line-height: 54px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	color: #333333;
}

.screen5 .bottom-text span {
	display: block;
	color: #ff5e04;
	font-weight: 700;
}

.screen6 {
	position: relative;
	min-height: 845px;
	background: url(../img/bg3.jpg) no-repeat center;
	padding-top: 180px;
	margin-bottom: 60px;
}

.screen6 .top-text {
	max-width: 620px;
	display: block;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #0283af;
}

.screen6 .logo {
	display: block;
	margin: auto;
	/* margin-top: 30px; */
}

.screen6 .container {
	position: relative;
}

.screen6 .product {
	position: absolute;
	left: 170px;
	bottom: -300px;
	height: 455px;
}

.screen7 .print {
	display: block;
	margin: auto;
	margin-bottom: 35px;
}

.screen7 .title {
	color: #333333;
	font-weight: 700;
	text-align: center;
	font-size: 60px;
	max-width: 750px;
	display: block;
	margin: auto;
	margin-bottom: 35px;
}

.screen7 .top-text {
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 50px;
}

.screen7 .top-text span {
	color: #ff5e04;
	display: block;
}

.screen7 .product {
	display: block;
	margin: auto;
	margin-bottom: 35px;
}

.screen7 .second-title {
	color: #ff6600;
	font-size: 32px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 40px;
	/*padding-left: 80px;*/
	text-align: center;
}

.screen7 span.text {
	display: block;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 500;
	/*padding-left: 80px;*/
	text-align: center;
}

.screen7 p {
	font-size: 14px;
	color: #666666;

	max-width: 765px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	/*padding-left: 80px;*/
	text-align: center;
}

.third-title {
	color: #666666;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	margin-bottom: 25px;
	/*padding-left: 80px;*/
	text-align: center;
}

.screen7 {
	padding-bottom: 25px;
}

.screen7-list {
	max-width: 350px;
	display: block;
	margin: auto;
	margin-bottom: 80px;
}

.screen7-list li {
	color: #666666;
	font-size: 14px;
	margin-bottom: 5px;
}

.button-second {
	max-width: 370px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 5px 21px 5px;
	display: block;
	margin: auto;
	margin-top: 80px;
	background: #ff6600;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	transition: 0.5s;
}

.button-second:hover {
	opacity: 0.8;
}

.screen8 {
	min-height: 847px;
	background: url(../img/bg4.jpg) no-repeat center;
	margin-bottom: 65px;
}

.screen8 .inner {
	padding-top: 300px;
	font-size: 0;
	text-align: center;
}

.screen8 .left {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
}

.screen8 .left img {
	width: 250px;
}

.screen8 .right {
	max-width: 470px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 40px;
}

.screen8 .right-top {
	color: #ff6600;
	font-size: 20px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	max-width: 350px;
}

.screen8 .right-bottom {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: right;
}

.screen8 .right-bottom span {
	font-weight: 700;
	display: block;
}

.screen9 {
	margin-bottom: 40px;
}

.screen9 .inner {
	text-align: right;
}

.screen9 .left {
	width: 665px;
	float: left;
}

.screen9 .left .title {
	font-size: 30px;
	color: #ff6600;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.screen9 .left .title span {
	text-transform: capitalize;
}

.bold-t {
	font-size: 14px;
	color: #333333;
	font-weight: 700;
}

.screen9 .left p:nth-child(2) {
	margin-bottom: 25px;
}

.screen9 .left p:nth-child(3) {
	margin-bottom: 40px;
}

.screen9 .left p:nth-child(5) {
	margin-bottom: 25px;
}

.screen9 .left p {
	font-size: 14px;
	line-height: 19px;
	color: #666666;
}

.screen9 .right {
	float: right;
	width: 365px;
}

.screen9 .right img {
	height: 420px;
	display: block;
	margin-left: -65px;
	margin-top: -20px;
	margin-bottom: 25px;
}

.screen9 .right span {
	text-align: center;
	color: #999999;
	font-size: 11px;
	line-height: 19px;
	/* display: inline-block; */
	float: left;
}

.screen10 {
	min-height: 840px;
	background: url(../img/bg5.jpg) no-repeat center;
	font-family: 'El Messiri', sans-serif;
}

.screen10 .title {
	font-size: 60px;
	text-transform: uppercase;
	color: #455157;
	text-align: center;
	margin-bottom: 10px;
}

.screen10 .second-title {
	text-align: center;
	font-size: 36px;
	color: #455157;
	text-transform: uppercase;
	margin-bottom: 75px;
}

.screen10 .inner {
	padding-top: 180px;
}

.print-block {
	font-size: 0;
	text-align: center;
}

.print-block img {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
}

.print-block img:last-child {
	margin-left: 0;
}

.screen11 {
	margin-top: -265px;
}

.screen11 .title {
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	font-size: 60px;
}

.screen11 .second-title {
	color: #333333;
	font-size: 28px;
	text-align: center;
	margin-bottom: 25px;
}

.screen11 .second-title span {
	color: #ff6600;
}

.screen11-image {
	display: block;
	margin: auto;
}

.screen11 .comments-block {
	position: relative;
	font-size: 0;
	text-align: right;
	max-width: 630px;
	width: 100%;
	margin: auto;
	margin-top: 10px;
	font-family: 'El Messiri', sans-serif;
}

.screen11 .comments-block .left {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	margin-left: 7px;
}

.screen11 .comments-block .left img {
	border-radius: 50%;
}

.screen11 .comments-block .right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

.screen11 .comments-block .right .text {
	font-size: 13px;
	line-height: 17px;
	color: #1c1e21;
	text-align: right;
	background: #f2f3f5;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.screen11 .comments-block .right .text .name {
	color: #385898;
	font-weight: 700;
}

.screen11 .comments-block .bottom {
	font-size: 0;
	text-align: right;
	margin-top: 8px;
}

.screen11 .comments-block .bottom span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #385898;
	font-size: 12px;
	margin-right: 12px;
}

.screen11 .comments-block .bottom span:after {
	display: block;
	position: absolute;
	content: '';
	background: #385898;
	left: -7px;
	top: 6px;
	width: 2px;
	height: 1px;
}

.screen11 .comments-block .item {
	margin-bottom: 30px;
}


.screen11 .comments-block .bottom span:last-child:after {
	display: none;
}

.screen11 .like {
	position: absolute;
	font-size: 11px;
	color: #969ba4;
	background: url(../img/like.png) no-repeat center;
	height: 42px;
	width: 35px;
	left: 2px;
	bottom: 2px;
	/*background-size: 47px;*/
}

.screen11 .comments-block .item:nth-child(3) .like {
	background: url(../img/like2.png) no-repeat center;
	width: 50px;
}

.screen11 .like span {
	position: absolute;
	top: 14px;
	right: 8px;
}

.screen11 .comments-block .smile {
	margin-left: 5px;
	margin-bottom: -2px;
}

.screen11 .comments-block .update {
	display: block;
	font-size: 13px;
	margin: 5px 0;
	font-family: 'El Messiri', sans-serif;
}

.screen11 .comments-block .item:nth-child(2) .right,
.screen11 .comments-block .item:nth-child(3) .right,
.screen11 .comments-block .item:nth-child(6) .right {
	width: 90%;
}

.screen11 .comments-block .item:nth-child(7) .like span {
	right: 5px;
}

.footer {
	min-height: 1030px;
	background: url(../img/bg6.jpg) no-repeat center;
	/*background-size: contain;*/
	
}

.footer .top-text {
	font-size: 30px;
	color: #fff;
	font-family: 'El Messiri', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	max-width: 470px;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 100px;
}

.footer .container {
	padding-top: 145px;
}

.footer .right {
	position: relative;
	float: right;
	/*max-width: 750px;*/
}

.footer .right:after {
	position: absolute;
	content: '';
	display: block;
	background: url(../img/arrow.png) no-repeat center;
	width: 138px;
	height: 397px;
	right: -25px;
	top: 205px;
}

.footer .title {
	text-transform: uppercase;
	font-size: 111px;
	color: #5c157a;
	font-family: 'El Messiri', sans-serif;
	font-weight: 700;
	font-style: italic;
}

.footer .product {
	display: block;
	margin: auto;
	margin-top: 25px;
	height: 350px;
}

.footer .button-second {
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 520px;
}

.footer .print-block {
	max-width: 520px;
	display: block;
	margin: auto;
}

.mobile {
	display: none;
}

@media screen and (max-width: 1550px) {
	.screen3 {
		background-size: cover;
	}

	.screen3-arrow {
		right: 250px;
	}
}

@media screen and (max-width: 1169px) {
	.header-arrow {
		left: -155px;
	}

	.container {
		padding: 0 10px;
	}

	.screen3-arrow {
		right: 30px;
	}

	.screen4 .left .text2 {
		left: 15px;
	}

	.screen4 .right .text2 {
		max-width: 160px;
	}

	.screen5 .left,
	.screen5 .right {
		width: 45%;
	}

	.screen9 .left {
		width: 50%;
	}

	/*    .screen11 {
        margin-top: -370px;
    }*/
	.screen11 .comments-block {
		margin-top: 40px;
	}

	.screen11 {
		margin-top: -310px;
	}

	.screen10 .second-title {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 1124px) {
	.screen11 {
		margin-top: -330px;
	}

	.screen10 .second-title {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 1023px) {
	.header-print {
		display: none;
	}

	.mobile {
		display: block;
	}

	.header {
		background: url(../img/bg1-mob.jpg) no-repeat top;
		min-height: auto;
	}

	.header-top .text {
		float: none;
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}

	.header-top .text p:nth-child(1) {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.header-top .text p:nth-child(2) {
		font-size: 23px;
	}

	.header-top .basic-title {
		font-size: 56px;
	}

	.form-wrapper {
		float: none;
		margin: auto;
	}

	.header-top {
		margin-bottom: 20px;
	}

	.header .container {
		padding: 0;
	}

	.container {
		max-width: 320px;
		padding: 0 15px;
	}

	.header-list {
		display: none;
	}

	.header-list.mobile {
		display: block;
		float: none;
		margin-top: -30px;
	}

	.header-list:before {
		display: none;
	}

	.top-product {
		height: 205px;
		display: block;
		margin: auto;
	}

	.header-list li h3 {
		font-size: 12px;
	}

	.header-list li p {
		font-size: 10px;
	}

	.header-list li:before {
		background-size: 65px;
		right: -15px;
		top: 10px;
	}

	.header-list li {
		padding-top: 20px;
		padding-bottom: 15px;
		padding-right: 65px;
		padding-left: 10px;
		background-size: 110% 100%;
	}

	.header-print.mobile {
		display: block;
		float: none;
	}

	.header-print {
		margin: 20px 0;
	}

	.header-print img {
		height: 75px;
	}

	.header-arrow {
		display: none;
	}

	.screen2 .left {
		float: none;
		width: 100%;
	}

	.screen2 {
		padding-top: 45px;
		padding-bottom: 0;
	}

	.screen2 .left .screen2-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.screen2 .left span {
		margin-bottom: 20px;
	}

	.screen2 .right img {
		padding-left: 0;
		width: 285px;
	}

	.screen2 .right {
		float: none;
		width: 100%;
	}

	.screen3 {
		background: url(../img/bg2-mob.jpg) no-repeat center;
		padding-top: 0px;
		padding-bottom: 170px;
		margin-bottom: 115px;
		background-size: cover;
	}

	.screen3-title {
		font-size: 36px;
		line-height: 45px;
		text-align: center;
		min-height: auto;
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.screen3 .right {
		float: none;
		width: 100%;
		padding-top: 80px;
	}

	.screen3 .container {
		padding: 0;
	}

	.screen3 .right span {
		font-size: 18px;
		margin-bottom: 32px;
		padding: 0 15px;
	}

	.screen3 .bottom-text {
		padding: 0 15px;
		margin-top: 35px;
		margin-bottom: 25px;
	}

	.photo-block img:nth-child(3),
	.photo-block img:nth-child(6),
	.photo-block img:nth-child(9) {
		display: none;
	}

	.photo-block img {
		width: 50%;
		border: 1px solid #e9e9ea;
	}

	.screen3-product img {
		height: 185px;
		display: block;
		margin: auto;
	}

	.screen3-product {
		bottom: -185px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.screen3-product:before {
		left: -125px;
		bottom: -70px;
		background-size: 145px;
	}

	.screen3-arrow p {
		font-size: 14px;
		line-height: 17px;
		max-width: 215px;
	}

	.screen3-arrow {
		padding-top: 20px;
		padding-bottom: 20px;
		max-width: 290px;
		background-size: contain;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -110px;
	}

	.screen3-arrow:after {
		right: -45px;
		bottom: -55px;
		background-size: 60px;
	}

	.screen4-title {
		font-size: 25px;
		margin-bottom: 30px;
	}

	.screen4 .second-title {
		font-size: 18px;
	}

	.screen4 .inner .left,
	.screen4 .inner .right {
		display: block;

		width: 100%;
	}

	.screen4 .inner .left img,
	.screen4 .inner .right img {
		margin-top: 0;
	}

	.screen4 .second-title {
		margin-bottom: 20px;
	}

	.screen4 .inner:after,
	.screen4 .inner:before {
		display: none;
	}

	.screen4 .left .text1 {
		top: 90px;
		right: 135px;
	}

	.screen5 .left {
		display: none;
	}

	.screen4 .mobile .title {
		text-transform: uppercase;
		text-align: right;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		margin-bottom: 20px;
		margin-top: 70px;
	}

	.screen4 .mobile .title span {
		display: inline;
		color: #ff6600;
		text-decoration: underline;
	}

	.screen4 .mobile p {
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		text-align: right;
	}

	.screen4 .mobile .center-text {
		margin: 20px 0;
		font-size: 16px;
		text-align: right;
		font-weight: 700;
	}

	.screen4 .mobile li {
		font-size: 14px;
		color: #333333;
		text-align: right;
	}

	.screen4 .mobile li:nth-child(1) {
		margin-bottom: 25px;
	}

	.screen4 .inner .left img {
		max-width: 240px;
		margin-left: 65px;
		margin-top: 20px;
	}

	.screen5 .left,
	.screen5 .right {
		display: none;
	}

	.screen5 .bottom-text {
		font-size: 18px;
		line-height: 25px;
		position: relative;
		bottom: auto;
	}

	.screen5 .bottom-text span {
		font-size: 32px;
		padding-top: 12px;
	}

	.screen6 .logo {
		width: 210px;
	}

	.screen6 .product {
		position: absolute;
		left: 0;
		bottom: -390px;
		height: 345px;
		right: 0;
		margin: auto;
	}

	.screen6 .top-text {
		display: none;
	}

	.screen6 {
		padding-top: 70px;
		min-height: 621px;
		background: url(../img/bg3-mob.jpg) no-repeat center;
	}

	.screen4 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.screen4 .inner {
		margin-top: -105px;
	}

	.screen4 .left .text2 {
		right: 0;
		bottom: -265px;
		max-width: 90%;
		text-align: right;
	}

	.screen4 .inner .right {
		margin-top: 230px;
	}

	.screen4 .container {
		position: relative;
	}

	.screen4 .right .text1 {
		top: -125px;
		left: -65px;
		position: relative;
	}

	.screen4 .inner .right img {
		margin-top: -153px;
	}

	.screen4 .right .text2 {
		max-width: 90%;
		text-align: left;
		right: auto;
		left: 15px;
		top: 75px;
	}

	.screen5 {
		padding-bottom: 0;
	}

	.screen7 {
		padding-top: 45px;
		padding-bottom: 0;
	}

	.screen7 .title {
		font-size: 30px;
		text-align: center;
		margin-bottom: 25px;
	}

	.screen7 .top-text {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 25px;
	}

	.screen7 .product {
		height: 200px;
		margin-bottom: 25px;
	}

	.screen7 .second-title {
		font-size: 30px;
		text-align: center;
		margin-bottom: 30px;
		padding-left: 0;
	}

	.screen7 span.text {
		margin-bottom: 24px;
		padding-left: 0;
	}

	.screen7-list {
		padding-left: 0;
		margin-bottom: 32px;
	}

	.screen7 p,
	.third-title {
		padding-left: 0;
	}

	.button-second {
		margin-top: 0px;
		font-size: 18px;
		max-width: 280px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	.screen8 {
		min-height: 790px;
		background: url(../img/bg4-mob.png) no-repeat center;
		margin-bottom: 0;
	}

	.screen8 .left img {
		margin: auto;
		display: block;
	}

	.screen8 .left {
		display: block;
		margin-right: auto;
      	margin-left:0;
	}

	.screen8 .inner {
		padding-top: 145px;
	}

	.screen8 .right {
		padding-top: 55px;
	}

	.screen8 .right-top {
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
	}

	.screen8 .right-bottom {
		font-size: 18px;
		text-align: center;
	}

	.screen9 .left {
		float: none;
		width: auto;
	}

	.screen9 .left .title {
		font-size: 18px;
		margin-bottom: 23px;
	}

	.screen9 .left .title span {
		display: block;
	}

	.screen9 .left p:nth-child(3) {
		margin-bottom: 23px;
	}

	.screen9 .right img {
		height: 210px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.screen9 .right {
		float: none;
		width: 100%;
	}

	.screen9 .right span {
		margin-bottom: 27px;
		width: 100%;
	}

	.screen9 {
		margin-bottom: 0;
	}

	.screen10 {
		min-height: 510px;
		background: url(../img/bg5-mob.png) no-repeat center;
		background-size: cover;
	}

	.screen10 .inner {
		padding-top: 140px;
	}

	.screen10 .title {
		font-size: 34px;
		margin-bottom: 15px;
	}

	.screen10 .second-title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.print-block img {
		height: 73px;
		margin-left: 20px;
	}

	.screen11 {
		margin-top: 0;
	}

	.screen11 .title {
		font-size: 30px;
		margin-bottom: 25px;
		margin-top: 30px;
	}

	.screen11 .second-title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.screen11-image {
		margin-bottom: 45px;
	}

	.screen11 .comments-block .item:nth-child(2) .right,
	.screen11 .comments-block .item:nth-child(3) .right,
	.screen11 .comments-block .item:nth-child(6) .right {
		width: 70%;
	}

	.screen11 .like {
		display: none;
	}

	.footer {
		min-height: 471px;
		background: url(../img/bg6-mob.jpg) no-repeat center;
		background-size: cover;
		margin-bottom: 25px;
	}

	.footer .container {
		padding-top: 110px;
	}

	.footer .right {
		float: none;
	}

	.footer .top-text {
		font-size: 19px;
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
	}

	.footer .title {
		font-size: 49px;
		text-align: center;
		margin-bottom: 35px;
	}

	.footer .product {
		height: 210px;
		margin-bottom: 30px;
	}

	.footer .button-second {
		font-size: 20px;
		padding: 20px 5px;
	}

	.footer .right:after {
		right: -25px;
		top: 45px;
		background-size: 95px;
	}

	.screen4 .inner .left:after {
		position: absolute;
		content: '';
		display: block;
		background: url(../img/vs.png) no-repeat center;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -100px;
		width: 290px;
		height: 56px;
	}
}

.only_number,
.js_errorMessage {
	direction: ltr;
	text-align: right;
}
footer {
	text-align: center;
	padding: 20px 10px;
}
footer * {
	font-size: 14px;
}