body, h1, h2, h3, p, ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	font-family: "Open Sans";
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.complictation table {
	max-width: 550px;
}

.complictation table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: 0;
	border-spacing: 0;
	border-style: solid;
	font-family: "Ubuntu";
	font-size: 14px;
	line-height: 18px;
}

.complictation table tr td:first-child {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: top;
	width: 135px;
	color: rgba(0,0,0, .9);
	padding: 10px 0;
}

.complictation table tr td:last-child {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0 10px 25px;
	font-weight: lighter;
	color: rgba(0,0,0, .75);
}

.complictation table tr:first-child td:first-child {
	padding: 0;
}

.complictation table tr:first-child td:last-child {
	padding: 0 0 10px 25px;
}

.complictation table tr:last-child td:first-child,
.complictation table tr:last-child td:last-child {
	border-bottom: 0;
}

.complictation table tr td span {
	display: inline-block;
	width: 215px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main {
	width: 100%;
	overflow: hidden;
}

hr.white.width {
	background-size: cover;
}

hr.white {
	width: 100%;
	max-width: 100%;
	min-width: 300px;
	height: 2px;
	border: 0;
	background: url(img/white-line.png) no-repeat center;
	background-size: 420px;
	margin: 15px auto;
}

hr.black {
	width: 100%;
	max-width: 100%;
	min-width: 300px;
	height: 2px;
	border: 0;
	background: url(img/black-line-h.png) no-repeat center;
	background-size: 420px;
	margin: 15px auto;
}

h2.white {
	width: 100%;
	color: #ffffff;
	font-family: "Roboto Slab";
	font-size: 30px;
	font-weight: bold;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
	text-align: center;
	padding: 25px 0;
}

h2.black {
	width: 100%;
	color: #000000;
	font-family: "Roboto Slab";
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 25px 0;
}

.main {
	width: 100%;
	/*overflow: hidden;*/
}

nav {
	width: 100%;
	background-color: rgba(73, 179, 103, .55);
}

.w860 {
	max-width: 860px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.w940 {
	max-width: 940px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.w1040 {
	max-width: 1040px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.w1120 {
	max-width: 1040px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.w1200 {
	max-width: 1200px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

nav .w1200 {
	display: flex;
	/*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
}

header {
	background: url(images/main-bg.png) no-repeat center;
	background-size: cover;
}

header, header a {
	color: #ffffff;
}

/*burger start*/
.burger{
	width:100%;
/*	background:#293364;*/
	height:57px;
	line-height:60px;
}
.hamburger{
  background:none;
  position:absolute;
  top:0;
  left:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:2em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:0px;
  left:0;
  padding:5px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:4.2em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{z-index:1000000; font-size:14px; width:100%;background-color: rgba(0,0,0,.8);  position:absolute; text-align:center;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block; text-transform: uppercase; ; border-bottom: rgba(255, 255, 255, .8) 1px solid;}
.menu li:last-child {border-bottom:0;}
/*.menu li:hover{display: block; background:#222a50; padding:15px 0 15px 0; border-bottom: rgba(255, 255, 255, 1) 1px solid;}*/
.menu ul li a {text-decoration:none; margin: 0px; color: rgba(255, 255, 255, .8);padding:15px 0 15px 0; display: inline-block; width: 100%; text-align: center;}
/*.menu ul li a:hover {  color: rgba(255, 255, 255, 1); text-decoration:none;}*/
.menu a{text-decoration:none; color:white;}
/*.menu a:hover{text-decoration:none; color:white;}*/

.glyphicon-home{
  color:white;
  font-size:1.5em;
  margin-top:5px;
  margin:0 auto;
}

#burgerNav {
	display: none;
}
/*burger end*/

.nav-container {
	max-width: 790px;
	min-width: 300px;
	width: 100%;
	margin-right: 10px;
}

.nav-container a {
	font-family: 'Gilroy-ExtraBold';
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, .5);
	position: relative;
}

#normalNav a:after {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	border-bottom: 4px solid transparent;
	bottom: 19px;
	left: 0;
}

#normalNav a:hover:after {
	border-bottom: 4px solid #ffffff;
}

.nav-container #normalNav {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    max-width: 610px;
}

#normalNav a {
	padding: 24px 0;
	display: block;
}

.right-colum {
	text-align: right;
}

.right-colum a {
	display: block;
	font-size: 16px;
}

.right-colum .tel span {
	position: relative;
}

.right-colum .tel span:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px dashed #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.right-colum .tel span:hover:after {
	border-bottom: 1px solid #ffffff;
}

.right-colum .order {
	font-family: 'Gilroy-Light';
}

/*.right-colum .order span:hover {
	text-decoration: underline;
}*/



.block1 {
	padding: 60px 10px 0;
	display: flex;
	justify-content: space-between;
}
.block1 .head-content {
	padding: 60px 0 130px 0;
}
.block1 .head-title {
	color: #000;
}

.block1 .head-title h1 {
	font-size: 42px;
	font-family: 'Gilroy-ExtraBold';
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.block1 .head-title h2 {
	font-size: 30px;
	margin: 0 0 20px;
	font-family: 'Gilroy-ExtraBold';
	letter-spacing: 2px;
}

.block1 .head-title .green-price{
	font-family: 'Gilroy-ExtraBold';
	color: #5bc87a;
	font-size: 36px;
	margin: 0 0 10px;
}
.block1 .head-title .tagline {
	font-family: 'Gilroy-Light';
	font-size: 24px;
	position: relative;
	margin: 0 0 60px 0;
	letter-spacing: 1px;
}
.block1 .head-title .tagline:before {
	position: absolute;
	content: "";
	background: url(images/green-arrow-back.png) no-repeat;
	width: 62px;
	height: 95px;
	display: block;
	left: -72px;
	top: 20px;
}

.block1 .head-form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    font-family: "Roboto Slab";
    font-size: 24px;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
	position: relative;
}

.block1 .head-form form {
	position: relative;
	margin-right: 40px;
}

/*.block1 .head-form form:after {
	content: "";
	display: block;
	width: 39px;
	height: 111px;
	background: url(img/circle-row.png) no-repeat center;
	position: absolute;
	top: 13px;
	right: -40px;
}*/

.block1 .head-form input {
	padding: 11px 10px 11px 10px;
	display: block;
	width: 220px;
	font-size: 16px;
	border-bottom: 3px solid #303030;
	border-left: 0;
    border-right: 0;
	background-color: rgba(255, 255, 255, .0);
	margin-bottom: 10px;
}

.block1 .head-form button {
	padding: 11px 0;
	display: block;
	width: 220px;
	font-size: 16px;
	color: #303030;
	border: 3px solid#303030;
	background: none;
	font-family: "Open Sans";
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}

.block1 .head-form button:hover {
	background: #303030;
	color: #fff;
}

.block1 .head-form input::-webkit-input-placeholder {color:rgba(0,0,0,.75);}
.block1 .head-form input::-moz-placeholder          {color:rgba(0,0,0,.75);}
.block1 .head-form input:-moz-placeholder           {color:rgba(0,0,0,.75);}
.block1 .head-form input:-ms-input-placeholder	  {color:rgba(0,0,0,.75);}

.block1 .head-form p {
	margin-bottom: 20px;
}

.block1 .head-form span {
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
}

.block1 .head-photo {
	padding: 0 0 140px 0px;
}
.block1 .head-photo img {
	display: block;
	max-width: 417px;
	min-width: 300px;
	width: 100%;
}




.three-img {
	display: flex;
}
.three-img .one-img-from-block {
	margin: -110px 35px 0 0;
	max-width: 320px;
	min-width: 280px;
	width: 33%;
	color: #fff;
}
.three-img .one-img-from-block:nth-child(3) {
	margin: -110px 0 0 0;
}

.three-img .one-img-from-block img {
	width: 100%;
	border: 10px solid#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.three-img .one-img-from-block h6 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 18px;
	padding: 15px 10px;
	margin: 0;
	letter-spacing: 1px;
}
.three-img .one-img-from-block p {
	font-family: 'Gilroy-Light';
	font-size: 14px;
	padding: 0 10px;
	opacity: .6;
	letter-spacing: 1px;
}





.block2 {
	background: #000;
}
.block2 .products-list {
	max-width: 900px;
	width: 100%;
	color: #fff;
	margin: 120px auto 0;
	padding-bottom: 50px;
}
.block2 .products-list .one-product {
	display: flex;
	margin-bottom: 70px;
}
.block2 .products-list .one-product:last-child {
	margin-bottom: 0;
}
.block2 .products-list .one-product .one-product-photo {
	width: 50%;
}
.block2 .products-list .one-product .one-product-photo img,
.block2 .products-list .one-product.one-product-photo-rigth .one-product-photo img {
	max-width: 100%;
}
.block2 .products-list .one-product .one-product-content {
	width: 50%;
}
.block2 .products-list .one-product .one-product-content h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 30px;
	line-height: 48px;
	padding: 0 0 66px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.block2 .products-list .one-product .one-product-content p {
	font-family: 'Gilroy-Light';
	text-align: justify;
	font-size: 14px;
	position: relative;
	padding: 0 100px 15px 0;
	letter-spacing: 1px;
}
.block2 .products-list .one-product .one-product-content .with-line:before {
	position: absolute;
	content: " ";
	width: 140px;
	height: 3px;
	background: #fff;
	top: -33px;
}

.block2 .products-list .one-product .one-product-content div {
	margin: 35px 0 0 0;
	display: flex;
}
.block2 .products-list .one-product .one-product-content div span {
	font-family: 'Gilroy-Light';
	padding: 65px 0 0 0;
	margin: 0 30px 0 0;
	position: relative;
	text-align: center;
	width: 70px;
	display: inline-block;
}
.block2 .products-list .one-product .one-product-content div span:before {
	position: absolute;
	content: " ";
	width: 50px;
	height: 50px;
	border: 1px solid#fff;
	top: 0;
	left: 10px;
	border-radius: 100%;
}

.block2 .products-list .one-product .one-product-content:nth-child(2) div span:nth-child(1):after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/time.png) no-repeat center;
	position: absolute;
	top: 1px;
	left: 11px;
}

.block2 .products-list .one-product .one-product-content:nth-child(2) div span:nth-child(2):after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/step.png) no-repeat center;
	position: absolute;
	top: 1px;
	left: 11px;
}

.block2 .products-list .one-product .one-product-content:nth-child(2) div span:nth-child(3):after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/pulse.png) no-repeat center;
	position: absolute;
	top: 1px;
	left: 11px;
}

.block2 .products-list .one-product:nth-child(2) .one-product-content div span:nth-child(1):after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/moisture.png) no-repeat center;
	position: absolute;
	top: 1px;
	left: 11px;
}

.block2 .products-list .one-product:nth-child(2) .one-product-content div span:nth-child(2):after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/dust.png) no-repeat center;
	position: absolute;
	top: 1px;
	left: 11px;
}

.block2 .products-list .one-product:nth-child(2) .one-product-content div span:nth-child(3):after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/sweat.png) no-repeat center;
	position: absolute;
	top: 1px;
	left: 11px;
}

.block2 .products-list .one-product .one-product-content div .download-btn {
	display: inline-block;

	width: 140px;
	height: 40px;
}
.block2 .products-list .one-product .one-product-content div .download-btn-apple {
	background: url(images/apple-download.png) no-repeat center;
}
.block2 .products-list .one-product .one-product-content div .download-btn-android {
	background: url(images/android-download.png) no-repeat center;
}




.green-form {
	padding: 35px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(109,215,181,1);
	background: -moz-linear-gradient(top, rgba(109,215,181,1) 0%, rgba(112,224,147,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109,215,181,1)), color-stop(100%, rgba(112,224,147,1)));
	background: -webkit-linear-gradient(top, rgba(109,215,181,1) 0%, rgba(112,224,147,1) 100%);
	background: -o-linear-gradient(top, rgba(109,215,181,1) 0%, rgba(112,224,147,1) 100%);
	background: -ms-linear-gradient(top, rgba(109,215,181,1) 0%, rgba(112,224,147,1) 100%);
	background: linear-gradient(to bottom, rgba(109,215,181,1) 0%, rgba(112,224,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd7b5', endColorstr='#70e093', GradientType=0 );
}
.green-form h2 {
	font-family: 'Gilroy-ExtraBold';
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	padding: 0 0 25px;
	letter-spacing: 5px;
}

.green-form form input {
	width: 220px;
	border-bottom: 3px solid#fff;
	border-left: 0;
    border-right: 0;
	background: none;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin: 0 40px 0 0;
}

.green-form form input::-webkit-input-placeholder {color:#ffffff; font-family: "Open Sans"; font-weight: lighter; font-size: 14px;}
.green-form form input::-moz-placeholder          {color:#ffffff; font-family: "Open Sans"; font-weight: lighter; font-size: 14px;}/* Firefox 19+ */
.green-form form input:-moz-placeholder           {color:#ffffff; font-family: "Open Sans"; font-weight: lighter; font-size: 14px;}/* Firefox 18- */
.green-form form input:-ms-input-placeholder      {color:#ffffff; font-family: "Open Sans"; font-weight: lighter; font-size: 14px;}


.green-form form button {
	font-family: "Open Sans";
	font-weight: bold;
	width: 220px;
	border: 3px solid#fff;
	background: none;
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
}
.green-form form button:hover {
	background: #303030;
}




.composition {
	background: #000;
	padding: 90px 0 90px 0;
}

.composition .w1040 .one-part:nth-child(3) {
	margin-bottom: -40px;
}

.composition .one-part {
	display: flex;
	padding: 15px 0;
}
.composition .one-part .one-part-photo {
	width: 55%;
}
.composition .one-part .one-part-photo img {
	width: 90%;
}
.composition .one-part .one-part-content {
	color: #fff;
	width: 45%;
}
.composition .one-part .one-part-content h3 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 24px;
	letter-spacing: 3px;
}
.composition .one-part .one-part-content p {
	font-family: 'Gilroy-Light';
	font-size: 14px;
	padding: 30px 30px 0 0;
	position: relative;
	letter-spacing: 2px;
}
.composition .one-part:nth-child(1) .one-part-content p:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background: #404040;
	top: 15px;
	left: -75px;
}
.composition .one-part:nth-child(2) .one-part-content p:before {
	position: absolute;
	content: '';
	width: 170px;
	height: 2px;
	background: #404040;
	top: 15px;
	left: -95px;
}
.composition .one-part:nth-child(3) .one-part-content p:before {
	position: absolute;
	content: '';
	width: 210px;
	height: 2px;
	background: #404040;
	top: 15px;
	left: -135px;
}
.composition .one-part:nth-child(4) .one-part-content p:before {
	position: absolute;
	content: '';
	width: 330px;
	height: 2px;
	background: #404040;
	top: 15px;
	left: -255px;
}
.composition .one-part:nth-child(4) .one-part-photo {
	padding: 25px 0 0 0;
}





.three-img-second .one-img-from-block{
	color: #000;
}
.three-img-second .one-img-from-block .one-img-from-block-main-info {
	border: 10px solid#fff;
	font-size: 54px;
	color: #fefefe;
	padding: 66px 0 ;
	text-align: center;
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.three-img-second .one-img-from-block:nth-child(1) .one-img-from-block-main-info {
	font-family: 'Gilroy-ExtraBold';
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(237,109,109,1);
	background: -moz-linear-gradient(left, rgba(237,109,109,1) 0%, rgba(133,201,224,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,109,109,1)), color-stop(100%, rgba(133,201,224,1)));
	background: -webkit-linear-gradient(left, rgba(237,109,109,1) 0%, rgba(133,201,224,1) 100%);
	background: -o-linear-gradient(left, rgba(237,109,109,1) 0%, rgba(133,201,224,1) 100%);
	background: -ms-linear-gradient(left, rgba(237,109,109,1) 0%, rgba(133,201,224,1) 100%);
	background: linear-gradient(to right, rgba(237,109,109,1) 0%, rgba(133,201,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6d6d', endColorstr='#85c9e0', GradientType=1 );
}
.three-img-second .one-img-from-block:nth-child(2) .one-img-from-block-main-info {
	font-family: 'Gilroy-ExtraBold';
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(109,224,147,1);
	background: -moz-linear-gradient(left, rgba(109,224,147,1) 0%, rgba(193,241,191,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(109,224,147,1)), color-stop(100%, rgba(193,241,191,1)));
	background: -webkit-linear-gradient(left, rgba(109,224,147,1) 0%, rgba(193,241,191,1) 100%);
	background: -o-linear-gradient(left, rgba(109,224,147,1) 0%, rgba(193,241,191,1) 100%);
	background: -ms-linear-gradient(left, rgba(109,224,147,1) 0%, rgba(193,241,191,1) 100%);
	background: linear-gradient(to right, rgba(109,224,147,1) 0%, rgba(193,241,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6de093', endColorstr='#c1f1bf', GradientType=1 );
}
.three-img-second .one-img-from-block:nth-child(3) .one-img-from-block-main-info {
	font-family: 'Gilroy-ExtraBold';
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(103,107,193,1);
	background: -moz-linear-gradient(left, rgba(103,107,193,1) 0%, rgba(134,177,208,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(103,107,193,1)), color-stop(100%, rgba(134,177,208,1)));
	background: -webkit-linear-gradient(left, rgba(103,107,193,1) 0%, rgba(134,177,208,1) 100%);
	background: -o-linear-gradient(left, rgba(103,107,193,1) 0%, rgba(134,177,208,1) 100%);
	background: -ms-linear-gradient(left, rgba(103,107,193,1) 0%, rgba(134,177,208,1) 100%);
	background: linear-gradient(to right, rgba(103,107,193,1) 0%, rgba(134,177,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676bc1', endColorstr='#86b1d0', GradientType=1 );
}






.block3 {
	padding: 60px 0 0;
}
.card:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: url(img/black-line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}

.block3 .card .slider-container {
	width: 480px;
	margin-right: 20px;
}



.slider-container .bx-pager {
	text-align: center;
	font-size: 0;
	float: left;
	position: relative;
    z-index: 5;
    overflow: hidden;
    height: 355px;
}

.slider-container .bx-pager a {
	width: 80px;
	height: 80px;
	border: 1px solid #dbdbdb;
	margin-right: 10px;
	display: block;
	margin-bottom: 10px;
}

.slider-container .bx-pager a:last-child {
	margin-right: 0;
}

.slider-container .bx-pager a.active {
	border: 1px solid #b8b8b8;
}

.slider-container .bx-pager a.active img {
	opacity: 1;
}

.slider-container .bx-pager a img {
	display: block;
	width: 78px;
    height: 78px;
    border: 1px solid #ffffff;
	opacity: .4;
}



.slider-container .bx-wrapper {
	float: left;
    /*height: 355px;*/
    max-width: 480px;
    width: 100%;
	padding-left: 90px;
    margin-left: -90px;
    height: calc(100% - 15px)!important;
}
.slider-container .bx-viewport {
	/*height: 350px!important;*/
	height: 100%!important;
}
.slider-container .bx-viewport ul li {
	text-align: center;
}

.block3 .card {
	display: flex;
	/*flex-wrap: wrap;*/
    justify-content: center;
}
.block3 .card .descr-container {
	max-width: 520px;
	padding-top: 30px;
}
.block3 .card .descr-container h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 30px;
	line-height: 18px;
	color: rgba(0,0,0,.85);
	margin-bottom: 25px;
	letter-spacing: 2px;
}

.block3 .card .descr-container h3 {
	font-family: 'Gilroy-Light';
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}

.block3 .card .descr-container h3 span {
	font-family: 'Gilroy-ExtraBold';
	color: #2ed866;
}

.block3 .card .descr-container p {
	font-family: 'Gilroy-Light';
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.block3 .card .descr-container p span {
	font-family: 'Gilroy-ExtraBold';
}

.block3 .card .descr-container h2 span {
	float: right;
	color: #6aba4a;
	font-weight: normal;
}

.block3 .card .descr-container h2 span strike {
	font-size: 18px;
	color: rgba(0,0,0,.64);
}

.block3 .card .descr-container p.descr {
	font-weight: lighter;
	font-size: 14px;
	color: rgba(0,0,0,.8);
	margin-bottom: 15px;
}

.block3 .card .descr-container input.tel
/*.block4 .rec-block input.tel*/ {
	padding: 11px 10px 11px 10px;
	display: block;
	width: 220px;
	font-size: 16px;
	border-bottom: 3px solid #3c684a;
	border-left: 0;
    border-right: 0;
	background-color: rgba(255, 255, 255, .0);
	margin-bottom: 25px;
}

.block3 .card .descr-container button
/*.block4 .rec-block button*/ {
	padding: 11px 0;
    display: block;
    width: 220px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    background: #aeedc0;
    cursor: pointer;
    border-top: 3px solid #5fbe7f;
    border-bottom: 3px solid #5db799;
    position: relative;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.block3 .card .descr-container button:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 3px;
	height: 46px;
	top: -3px;
	left: -3px;
	background: rgba(95,190,126,1);
	background: -moz-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,190,126,1)), color-stop(100%, rgba(93,183,155,1)));
	background: -webkit-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: -o-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: -ms-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: linear-gradient(to bottom, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
}

.block3 .card .descr-container button:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 3px;
	height: 46px;
	top: -3px;
	right: -3px;
	background: rgba(95,190,126,1);
	background: -moz-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,190,126,1)), color-stop(100%, rgba(93,183,155,1)));
	background: -webkit-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: -o-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: -ms-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
	background: linear-gradient(to bottom, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
}

.block3 .card .descr-container button:hover
/*.block4 .rec-block button:hover*/ {
	background: transparent;
}

.block3 .card .descr-container ul.char-list li {
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: rgba(0,0,0,.8);
}

.block3 .card .descr-container ul.char-list li:before {
	content: "- ";
}

.block3 .card .descr-container ul.char-list {
	margin-bottom: 20px;
}

.block3 .card .descr-container ul.char-list li:first-child,
.block3 .card .descr-container ul.checbox-list li:first-child {
	display: block;
	font-family: "Roboto Slab";
	font-size: 15px;
	font-weight: normal;
	color: rgba(0,0,0,.8);
	margin-bottom: 10px;
}

.block3 .card .descr-container ul.checbox-list li {
	display: inline-block;
}

.block3 .card .descr-container ul.checbox-list li input {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	margin: 5px 10px 0 0;
}

.block3 .card .descr-container ul.checbox-list li label {
	display: inline-block;
	vertical-align: top;
	width: 140px;
}

.block3 .card .descr-container ul.checbox-list li label span {
	display: block;
}

.block3 .card .descr-container ul.checbox-list li label span:nth-child(1),
.block3 .card .descr-container ul.checbox-list li label span:nth-child(3) {
	font-size: 14px;
	color: #000000;
}

.block3 .card .descr-container ul.checbox-list li label span:nth-child(2) {
	font-size: 12px;
	color: rgba(0,0,0,.7);
}

.block4 .rec-block {
	width: 300px;
	margin-bottom: 20px;
}

.block4 .rec-block img {
	width: 300px;
	height: 200px;
	border: 1px solid #b2b2b2;
}

.block4 .rec-block span {
	display: inline-block;
	font-size: 18px;
	color: #43b00e;
	margin-bottom: 15px;
}

.block4 .rec-block span strike {
	font-size: 14px;
	color: rgba(0,0,0,.5);
	margin-right: 10px;
}

.block4 .rec-block form {
	font-size: 0;
}

.block4 .rec-block p.title {
	font-family: "Roboto Slab";
	font-size: 16px;
	color: rgba(0,0,0,.85);
}

.block4 .rec-block p.count {
	font-size: 14px;
	font-weight: lighter;
	color: rgba(0,0,0,.7);
}

.block4 .w1040 {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}






.block5 {
	width: 100%;
	padding: 50px 0 0 0;
}

.block5 h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000000;
	font-family: 'Gilroy-ExtraBold';
}
.block5 .how-we-work .w860 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #000;
    padding-bottom: 35px;
}

.how-we-work .how-box {
    width: 220px;
    margin-top: 30px;
    position: relative;
}

.how-we-work .how-box .callout {
    font-size: 36px;
    line-height: 35px;
    font-family: 'Gilroy-ExtraBold';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 5px solid #000;
    position: relative;
    margin: 0 auto 20px auto;
}

.how-we-work .how-box .callout:before {
	content: "";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -8px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
}

.how-we-work .how-box .callout:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
	border-style: solid;
	border-width: 14px 11px 0 11px;
	border-color: #000000 transparent transparent transparent;
}

.how-we-work .how-box:after {
    content: "";
    display: block;
    width: 240px;
    border: 3px dashed #000;
    position: absolute;
    top: 30px;
    left: 142px;
    opacity: .6;
}

.how-we-work .how-box:last-child:after {
	content: none;
}

.how-we-work .how-box .descr {
    font-size: 16px;
    line-height: 18px;
    font-weight: lighter;
}

.pick-us .w860 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pick-us .pick-us-block {
	width: 150px;
	text-align: center;
	font-family: "Roboto Slab";
	font-size: 14px;
	color: #ffffff;
	padding-top: 80px;
	margin-bottom: 25px;
}

.pick-us .pick-us-block:nth-child(1) {
	background: url(img/pick1.png) no-repeat top center;
}

.pick-us .pick-us-block:nth-child(2) {
	background: url(img/pick2.png) no-repeat top center;
}

.pick-us .pick-us-block:nth-child(3) {
	background: url(img/pick3.png) no-repeat top center;
}

.pick-us .pick-us-block:nth-child(4) {
	background: url(img/pick4.png) no-repeat top center;
}

.delivery h2.black {
	margin-bottom: 25px;
	font-family: 'Gilroy-ExtraBold';
	letter-spacing: 2px;
}

.delivery hr.black {
	margin-bottom: 45px;
}

.delivery .w1040 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.delivery .w1040 .price-block {
    width: 380px;
}

.delivery .w1040 .address {
    width: 540px;
}

.delivery .w1040 .price-block .descr1 {
    font-size: 17px;
    line-height: 24px;
    font-family: 'Gilroy-ExtraBold';
    margin-bottom: 20px;
}

.delivery .w1040 .price-block .descr2 {
	font-family: 'Gilroy-Light';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.delivery .w1040 p.price {
    font-size: 24px;
    line-height: 18px;
    width: 300px;
    font-family: 'Gilroy-Light';
    position: relative;
    margin-bottom: 12px;
}

.delivery .w1040 p.price span {
	font-family: 'Gilroy-ExtraBold';
	color: #2ed866;
}

.delivery .w1040 p.discount {
    font-size: 16px;
    line-height: 18px;
    width: 300px;
    font-family: 'Gilroy-Light';
    position: relative;
}

.delivery .w1040 p.discount span {
	font-family: 'Gilroy-ExtraBold';
}

.delivery .w1040 p.price:after {
	position: absolute;
    content: "";
    background: url(images/green-arrow-back.png) no-repeat;
    width: 62px;
    height: 95px;
    display: block;
    left: -72px;
    top: 10px;
}

.delivery .w1040 form.order-form {
    position: relative;
    margin: 35px 0 0 0;
}

.delivery .w1040 .order-form input {
    padding: 11px 10px 11px 10px;
    display: block;
    width: 220px;
    font-size: 16px;
    border-bottom: 3px solid #3c684a;
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, .0);
    margin-bottom: 25px;
}

.delivery .w1040 .order-form button {
    padding: 11px 0;
    display: block;
    width: 220px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    background: #aeedc0;
    cursor: pointer;
    border-top: 3px solid #5fbe7f;
    border-bottom: 3px solid #5db799;
    position: relative;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.delivery .w1040 .order-form button:before {
	content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 46px;
    top: -3px;
    left: -3px;
    background: rgba(95,190,126,1);
    background: -moz-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,190,126,1)), color-stop(100%, rgba(93,183,155,1)));
    background: -webkit-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -o-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: linear-gradient(to bottom, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
}

.delivery .w1040 .order-form button:after {
	content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 46px;
    top: -3px;
    right: -3px;
    background: rgba(95,190,126,1);
    background: -moz-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,190,126,1)), color-stop(100%, rgba(93,183,155,1)));
    background: -webkit-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -o-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: linear-gradient(to bottom, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
}

.delivery .w1040 .order-form button:hover,
footer .form-advice button:hover {
	background: transparent;
}

.delivery .w1040 .address .descr1 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gilroy-ExtraBold';
    font-weight: bold;
    margin-bottom: 8px;
}

.delivery .w1040 .address .address1,
.delivery .w1040 .address .address2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: lighter;
    font-family: 'Gilroy-Light';
    margin-bottom: 5px;
}

.delivery .w1040 .address .map {
    width: 100%;
    height: 345px;
    position: relative;
    margin: 20px 0 25px 0;
}

.map ul.tabs {
    width: 270px;
    /*border-radius: 3px;*/
    background-color: #000;
    color: #ffffff;
    padding: 3px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Ubuntu";
    position: absolute;
    z-index: 200;
    top: 7px;
    left: calc(50% - 135px);
    font-size: 0;
}

.map .map1, .map .map2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.map ul.tabs li.active {
    /*border-radius: 3px;*/
    background-color: #ffffff;
    color: #000000;
}

.map ul.tabs li {
    display: inline-block;
    cursor: pointer;
    width: 132px;
    text-align: center;
    padding: 3px 0;
	font-size: 14px;
    line-height: 18px;
}

.map .map1 {
    z-index: 0;
}

.map .map2 {
    z-index: 20;
}

footer {
    padding: 30px 0;
    width: 100%;
    background-color: #000;
    color: #ffffff;
}

footer .w1040 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer h2 {
    text-align: left;
    color: #ffffff;
}

footer .leave-order {
    font-size: 16px;
    line-height: 35px;
    font-family: "Ubuntu";
    margin-bottom: -5px;
}

footer .free-line, footer .free-line a {
    font-size: 16px;
    line-height: 35px;
    font-family: "Ubuntu";
    color: #ffffff;
}

footer .form-advice input {
    border: 0;
    border-radius: 2px;
    padding: 8px;
    width: 185px;
    font-size: 14px;
    font-family: "Open Sans";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .form-advice button {
    font-size: 14px;
    font-family: "Open Sans";
    color: #ffffff;
    background-color: #52ac62;
    border: 0;
    border-top: 1px solid #6fba7c;
    border-radius: 2px;
    display: inline-block;
    width: 195px;
    height: 35px;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(93,40,37,1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(93,40,37,1);
    box-shadow: 0px 2px 1px 0px rgba(93,40,37,1);
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
    margin-bottom: 5px;
}

footer .f-r-c ul li:nth-child(1) {
    margin-bottom: 10px;
}

footer .f-r-c ul li {
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: lighter;
    opacity: .7;
    text-align: right;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
}

footer .f-r-c ul li:nth-child(2) {
    margin-bottom: 10px;
}

footer .f-r-c ul li:nth-child(3) {
    margin-bottom: 45px;
}

footer .f-r-c ul li:nth-child(4) {
    cursor: pointer;
    position: relative;
}

#politic {
	display: inline-block;
	margin-top: -15px;
	position: absolute;
	cursor: pointer;
}

#politic:after {
	content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(56,56,56,.8);
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .f-r-c ul li#politic:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, .7);
}

footer .f-l-c {
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
}

.reviews h2 {
	padding: 0;
}

.rev-cont {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rev-cont .rev-box {
	width: 260px;
	margin-bottom: 20px;
	margin-top: 30px;
	position: relative;
}

.rev-cont .rev-box:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: url(img/hor-line.png) no-repeat top center;
	position: absolute;
	top: 0;
	right: -18px;
}

.rev-cont .rev-box:last-child:after {
	content: none;
}

.rev-cont .rev-box .rev-title > * {
	display: inline-block;
	vertical-align: bottom;
}

.rev-cont .rev-box .rev-title img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 15px 0 20px;
}

.rev-cont .rev-box .rev-title p {
	font-family: "Roboto Slab";
	font-size: 16px;
	color: rgba(0,0,0,.9);
}

.rev-cont .rev-box .rev-title p span {
	display: block;
	font-family: "Open Sans";
	font-size: 11px;
	font-weight: lighter;
	margin-bottom: 10px;
}

.rev-cont .rev-box .descr {
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: lighter;
	margin-top: 20px;
}

.block5 h2.white:first-child {
	padding-bottom: 0;
}

.block4 .w1040 {
	margin-bottom: 20px;
}

.phone_form {
	color: rgba(0,0,0,.6);
}

#Modal1, #Modal2 {
    width: 620px;
    padding: 50px 80px;
    background-color: #ffffff;
    position: relative;
}

.arcticmodal-close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(img/error.png);
    background-size: 25px 25px;
    opacity: .5;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

#Modal1 h3, #Modal2 h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Ubuntu";
    font-weight: bold;
    margin-bottom: 30px;
}

#Modal1 p {
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: lighter;
    margin-bottom: 5px;
}

#Modal2 h2 {
    text-align: left;
    font-size: 24px;
    line-height: 35px;
    color: #282828;
    font-family: "Ubuntu";
    font-weight: bold;
    width: 100%;
}

#Modal2 a {
    padding: 11px 0;
    display: block;
    width: 220px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    background: #aeedc0;
    cursor: pointer;
    border-top: 3px solid #5fbe7f;
    border-bottom: 3px solid #5db799;
    position: relative;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    margin: 20px auto 0 auto;
    text-align: center;
    position: relative;
}

#Modal2 a:before {
	content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 46px;
    top: -3px;
    left: -3px;
    background: rgba(95,190,126,1);
    background: -moz-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,190,126,1)), color-stop(100%, rgba(93,183,155,1)));
    background: -webkit-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -o-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: linear-gradient(to bottom, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
}

#Modal2 a:after {
	content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 46px;
    top: -3px;
    right: -3px;
    background: rgba(95,190,126,1);
    background: -moz-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,190,126,1)), color-stop(100%, rgba(93,183,155,1)));
    background: -webkit-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -o-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
    background: linear-gradient(to bottom, rgba(95,190,126,1) 0%, rgba(93,183,155,1) 100%);
}

#Modal2 a:hover {
    background: transparent;
}

.map1 > ymaps,
.map2 > ymaps {
	display: block;
	width: 100%;
    height: 345px;
}

.hidden-title {
	display: none !important;
}

input {
	border: 1px solid transparent;
}

input.error {
	    border-bottom: 3px solid red !important;
}

label.error {
	display: none !important;
}

div.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display: none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
}

.popup-flex-container {
	display: flex;
	height:100%;
	width:100%;
}

.popup-flex-container .close-cont {
	margin: auto;
	position: relative;
}

.popup-flex-container .close-cont .close {
	display: block;
    width: 30px;
    height: 30px;
    background: url(img/error.png);
    background-size: 30px 30px;
    opacity: .5;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 5;
}

.popup-flex-container .close-cont .close:hover {
	opacity: 1;
}

.popup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:94vh;
	max-width:94vw;
	min-height: 50vh;
	margin: auto;
}

form .post-title {
	display: none;
}

.complictation {
	display: flex;
	flex-wrap: nowrap;
    justify-content: center;
    margin-top: 70px;
}

.complictation img {
	margin-right: 80px;
}

footer h2 {
    text-align: left;
    color: rgba(255,255,255, .5);
    font-family: 'Gilroy-ExtraBold';
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

footer .f-l-c p {
    font-family: 'Gilroy-Light';
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,.47);
    margin-bottom: 10px;
}

footer .f-l-c p:last-child > * {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gilroy-Light';
    font-size: 13px;
    line-height: 10px;
    color: rgba(255,255,255,.15);
}

footer .f-r-c {
    color: rgba(255,255,255,.28);
}