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

body {
	overflow-x: hidden;
	background: #fff;
}

h2 {
	font-size: 36px;
	display: block;
	text-align: center;
	width: 100%;
	font-family: 'Proxima Nova Condensed Bold';
}

.w-1180 {
	width: 100%;
	max-width: 1060px;
	min-width: 300px;
	padding: 0 20px;
	margin: 0 auto;
}

/*HEADER START*/

header {
	width: 100%;
	background: rgba(86,149,99,1);
	background: -moz-linear-gradient(top, rgba(86,149,99,1) 0%, rgba(83,172,144,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,149,99,1)), color-stop(100%, rgba(83,172,144,1)));
	background: -webkit-linear-gradient(top, rgba(86,149,99,1) 0%, rgba(83,172,144,1) 100%);
	background: -o-linear-gradient(top, rgba(86,149,99,1) 0%, rgba(83,172,144,1) 100%);
	background: -ms-linear-gradient(top, rgba(86,149,99,1) 0%, rgba(83,172,144,1) 100%);
	background: linear-gradient(to bottom, rgba(86,149,99,1) 0%, rgba(83,172,144,1) 100%);
	-webkit-box-shadow: 0px 10px 21px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 21px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 21px 3px rgba(0,0,0,0.3);
	color: #ffffff;
	padding-bottom: 85px;
	position: relative;
	z-index: 2;
}

header .top-line {
	width: 100%;
	background: rgba(255,255,255,.10);
	padding: 7px 0;
	position: relative;
	margin-bottom: 100px;
}

header .top-line .w-1180 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

header .top-line .w-1180 .column {
	color: #ffffff;
}

header .top-line .w-1180 .column:first-child {
	font-weight: bold;
	font-size: 17px;
	line-height: 23px;
}

header .top-line .w-1180 .column:nth-child(2) {
	font-size: 17px;
	line-height: 23px;
	text-align: right;
}

header .top-line .w-1180 .column:nth-child(2) p {
	font-weight: lighter;
	font-family: 'Proxima Nova Condensed Light';
	position: relative;
}

header .top-line .w-1180 .column:nth-child(2) p:after {
	content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ffffff;
    position: absolute;
    left: 0;
    bottom: 3px;
}

header .top-line .w-1180 .column:nth-child(2) a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	font-family: 'Proxima Nova Bold';
}

header .top-line .w-1180 .logo {
	position: absolute;
	top: 10px;
	left: calc(50% - 52px);
	text-align: center;
	z-index: 3;
}

header .top-line .w-1180 .logo p {
	font-family: 'Gilroy-ExtraBold';;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 8px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1)
}

nav {
	justify-content: space-between;
	position: relative;
	margin-left: -20px;
}

nav, nav .column {
	display: flex;
	font-family: "Roboto Condensed";
	font-weight: bold;
}

nav .column {
	/*max-width: 430px;*/
}

nav .column a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	margin-right: 50px;
	font-family: 'Proxima Nova Semibold';
}

nav .column a:last-child {
	margin-right: 0;
}

nav .column a:hover {
	text-decoration: underline;
}


header h1 {
	font-size: 44px;
	font-family: 'Proxima Nova Condensed Extrabold';
	letter-spacing: 3px;
}

header h2 {
	font-size: 36px;
	text-align: left;
	margin-bottom: 50px;
	font-family: 'Proxima Nova Semibold';
	letter-spacing: 2.5px;
}

header h2 span {
	font-family: 'Proxima Nova Bold';
}

header .column.form p {
	font-size: 20px;
	margin-bottom: 70px;
	font-family: 'Proxima Nova Light';
}

header .column.form {
	max-width: 510px;
	width: 100%;
}

header .column.form form {
	margin-left: -10px;
}

header .column.form form input {
	border: 0;
	border-bottom: 3px solid #ffffff;
	width: 185px;
	padding: 10px 10px;
	font-size: 16px;
	background: transparent;
	color: #ffffff;
	margin: 0 30px 15px 0;
	font-family: 'Proxima Nova Light';
}

header .column.form form input::-webkit-input-placeholder {color:rgba(255,255,255,.6);}
header .column.form form input::-moz-placeholder          {color:rgba(255,255,255,.6);}
header .column.form form input:-moz-placeholder           {color:rgba(255,255,255,.6);}
header .column.form form input:-ms-input-placeholder      {color:rgba(255,255,255,.6);}

header .column.form form button {
	width: 200px;
	height: 41px;
	border: 3px solid #ffffff;
	background: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	color: #63966d;
	font-family: 'Proxima Nova Bold';
    letter-spacing: 1.5px;
}

header .column.form form button:hover {
	color: #ffffff;
	background: transparent;
}

header > .w-1180 {
	display: flex;
	justify-content: space-between;
}

header > .w-1180 .column {
	/*min-width: 300px;*/
	width: 100%;
}

header > .w-1180 .column img {
	display: inline-block;
	max-width: 560px;
	width: 100%;
	margin-top: 50px;
}

header h3 {
	font-size: 36px;
	text-align: center;
	margin-top: 80px;
	position: relative;
	font-family: 'Proxima Nova Semibold';
    letter-spacing: 2px;
}

header h3:after {
	content: url(../img/head-row.png);
	position: absolute;
	display: block;
	width: 82px;
	height: 22px;
	left: calc(50% - 41px);
	bottom: -45px;
}
/*HEADER END*/







/*start what-is-it*/
.what-is-it {
	padding: 95px 0 0 0;
	position: relative;
	color: #ffffff;
	background: url(../img/wit-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.what-is-it:after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	background: url(../img/wit-after.png) no-repeat bottom center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.what-is-it .w-1180 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.what-is-it .w-1180 .column:first-child img {
	display: block;
	width: 100%;
}

.what-is-it .w-1180 .column:last-child {
	max-width: 540px;
	margin-left: 15px;
}

.what-is-it .w-1180 .column:last-child p:nth-child(1) {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 45px;
	font-family: 'Proxima Nova Thin';
}

.what-is-it .w-1180 .column:last-child p:nth-child(1) span {
	font-size: 30px;
	font-family: 'Proxima Nova Semibold';
}

.what-is-it .w-1180 .column:last-child p:nth-child(2) {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px;
	font-family: 'Proxima Nova Light';
	text-align: justify;
	max-width: 380px;
}

.what-is-it .w-1180 .column:last-child a {
	display: block;
	width: 220px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #4a4a4a;
	padding: 16px 0;
	background: #ffffff;
	text-decoration: none;
	border: 3px solid #ffffff;
	font-family: 'Proxima Nova Bold';
	letter-spacing: 1px;
}

.what-is-it .w-1180 .column:last-child a:hover {
	background: transparent;
	color: #fff;
}
/*end what-is-it*/




/*start block-with-catalog*/
.block-with-catalog {
	position: relative;
	z-index: 1;
}

.block-with-catalog h2{
	margin: 40px 0;
	font-family: 'Proxima Nova Condensed Bold';
}
.block-with-catalog .one-product {
	max-width: 1060px;
	margin: 0 auto 30px;
	display: flex;
	border: 1px solid#e8e8e8;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	position: relative;
	background: #ffffff;
}
.block-with-catalog .one-product .left-block {
	width: 40%;
	position: relative;
	background: #fbfbfb;
}
.block-with-catalog .one-product .left-block .product-photos {
	position: relative;
}

.block-with-catalog .one-product .left-block .product-price {
	text-align: center;
	position: absolute;
	bottom: 45px;
	width: 100%;
}

.block-with-catalog .one-product .left-block .product-price .old-price {
	position: relative;
	font-size: 24px;
	color: rgba(238,26,26,.8);
	margin-right: 15px;
	font-family: 'Proxima Nova Light';
}

.block-with-catalog .one-product .left-block .product-price .old-price:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: 2px solid rgba(238,26,26,.8);
	top: 50%;
	left: -5%;
	transform: rotate(-6deg);
}

.block-with-catalog .one-product .left-block .product-price .new-price {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	font-size: 48px;
	font-family: 'Proxima Nova Regular';
}
.block-with-catalog .one-product .left-block .product-price .new-price i {
	font-size: 30px;
	font-weight: normal;
	font-family: 'Proxima Nova Semibold';
}


.block-with-catalog .one-product .right-block {
	width: 60%;
	padding: 40px 0 0 30px;
	border-left: 1px solid #e8e8e8;
}
.block-with-catalog .one-product .right-block h3 {
	font-size: 30px;
	color: #000;
	font-family: 'Proxima Nova Condensed Bold';
	letter-spacing: 1px;
}
.block-with-catalog .one-product .right-block h4 {
	font-size: 14px;
	padding: 20px 0 15px;
	font-family: 'Proxima Nova Regular';
}
.block-with-catalog .one-product .right-block .characteristics {
	padding: 0 0 0 40px;
}
.block-with-catalog .one-product .right-block .characteristics li {
	padding: 3px 0;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	font-family: 'Proxima Nova Regular';
	max-width: 480px;
	width: 100%;
	position: relative;
	color: rgba(0,0,0,.55);
}

.block-with-catalog .one-product .right-block .characteristics li:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px dashed rgba(0,0,0,.55);
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 0;
}

.block-with-catalog .one-product .right-block .characteristics li span {
	display: inline-block;
	background: #ffffff;
	position: relative;
	z-index: 1;
	padding: 0 5px;
	font-family: 'Proxima Nova Light';
}

.block-with-catalog .one-product .right-block .characteristics li span:nth-child(2) {
	width: 220px;
}

.block-with-catalog .one-product .right-block .features {
	padding: 0 0 0 45px;
}

.block-with-catalog .one-product .right-block .features li {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0,.55);
	padding-left: 15px;
	position: relative;
	font-family: 'Proxima Nova Light';
}

.block-with-catalog .one-product .right-block .features li:before {
	content: "-";
	position: absolute;
	left: 0;
}

.block-with-catalog .one-product .right-block .equipment {
	display: flex;
	flex-wrap:wrap;
	/*justify-content: space-around;*/
}
.block-with-catalog .one-product .right-block .equipment li{
	padding: 86px 0 0 0;
	position: relative;
	text-align: center;
	width: 100px;
	font-family: 'Proxima Nova Semibold';
	margin: 15px 7.5px 0 7.5px;
	font-size: 12px;
}
.block-with-catalog .one-product .right-block .equipment li:before {
	position: absolute;
	content: '';
	width: 66px;
	height: 66px;
	border:2px solid#baedcd;
	border-radius: 100%;
	top: 0;
	left: calc(50% - 34px);
	margin: 10px 0;
}
.block-with-catalog .one-product .right-block .equipment li.led:before {
	background: url(../img/equipment-1.png) no-repeat center center;
}
.block-with-catalog .one-product .right-block .equipment li.alergy:before {
	background: url(../img/equipment-3.png) no-repeat center center;
}
.block-with-catalog .one-product .right-block .equipment li.water:before {
	background: url(../img/equipment-2.png) no-repeat center center;
}
.block-with-catalog .one-product .right-block .equipment li.touch:before {
	background: url(../img/equipment-4.png) no-repeat center center;
}
.block-with-catalog .one-product .right-block .equipment li.wifi:before {
	background: url(../img/equipment-5.png) no-repeat center center;
}
.block-with-catalog .one-product .right-block .equipment li.battery:before {
	background: url(../img/equipment-6.png) no-repeat center center;
}
.block-with-catalog .one-product .right-block .equipment li.camera:before {
	background: url(../img/equipment-7.png) no-repeat center center;
}
.block-with-catalog .one-product .right-block form {
	display: flex;
	margin: 45px 0;
}
.block-with-catalog .one-product .right-block form input {
	padding: 0 0 0 20px;
	color: #000;
	margin: 0 35px 0 0;
	border:none;
	border-bottom: 3px solid#9bbda1;
	font-family: 'Proxima Nova Light';
	font-weight: normal;
	font-size: 16px;
	width: 200px;
}
.block-with-catalog .one-product .right-block form input.error {
	border-bottom: 3px solid red;
}

.block-with-catalog .one-product .right-block form button {
	border: 3px solid#6dd77f;
	background: #6dd77f;
	padding: 10px 20px;
	font-size: 15px;
	margin: 0;
	font-family: 'Proxima Nova Semibold';
	font-weight: 900;
	cursor: pointer;
	color: #ffffff;
	/*width: 165px;*/
}

.block-with-catalog .one-product .right-block form button:hover {
	background: transparent;
	color: #000;
}

.good-name {
	display: none !important;
}
/*start style for slider with photo of product*/

.slide-container {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	padding: 0 15px;
}

.slide-container img {
	display: inline-block;
	max-width: 100%;
}










.wrapper {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 70px;
}
.carousel-wrapper {
	padding-bottom: 10px;
	position: relative;
}
.carousel, .thumbs {
	overflow: hidden;
}
.carousel-wrapper .caroufredsel_wrapper {

}
.carousel span, .carousel img,
.thumbs a, .thumbs img  {
	display: block;
	float: left;
}
.carousel img {
	float: none;
}
.carousel span, .carousel a,
.thumbs span, .thumbs a {
	position: relative;
}
.carousel img,
.thumbs img {
	border: none;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;

	top: 0;
	left: 0;
}
.carousel img.glare,
.thumbs img.glare {
	width: 102%;
	height: auto;
}

.carousel span {
	width: 554px;
	height: 313px;
}

.thumbs-wrapper {
	padding: 10px;
	position: relative;
}
.thumbs a {

	width: 150px;
	height: 100px;
	margin: 0 10px;
	overflow: hidden;


	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}
.thumbs a:hover, .thumbs a.selected {
	border-color: #566;
}

.wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.prev, .next {

	display: block;
	width: 30px;
	height: 30px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	border-radius: 100%;
}
.prev {
	background: url(../images/arrow-left.png)no-repeat center center;
	left: 0px;
}
.next {
	background: url(../images/arrow-right.png)no-repeat center center;
	right: 0px;
}
.prev:hover {

	background-color: #baedcd;
}
.next:hover {
	background-color: #baedcd;
}
.prev.disabled, .next.disabled {
	display: none !important;
}

/*end style for slider with photo of product*/



/*end block-with-catalog*/




/*WHAT IS THIS START*/
.what-is-this {
	width: 100%;
	height: 935px;
	/*min-width: 1180px;*/
	padding-top: 60px;
}

.what-is-this .w-1180 {
	width: 1180px;
}

.what-is-this h2 {
    margin-bottom: 40px;
	/*margin-top: 55px;*/
    font-family: 'Gilroy-ExtraBold';
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.what-is-this p.descr {
	text-align: center;
	font-family: 'Gilroy-Light';
	font-size: 18px;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
/*WHAT IS THIS END*/


/*FOR WHO START*/

.about-block {
	width: 100%;
}

.about-block h2 {
	font-family: 'Proxima Nova Condensed Bold';
	margin-top: 80px;
	margin-bottom: 45px;
}

.about-block .video-container {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px 50px -20px;
}

.about-block .video-container iframe {
	max-width: 500px;
	max-height: 280px;
	border: 0;
	margin: 0 15px;
}

/*FOR WHO END*/

/*ORDER START*/
.order-block {
	padding: 0 80px;
}

.order-block .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.order-block .title:after {
	content: url(../img/pseudo-row.png);
	position: absolute;
	bottom: -115px;
    left: -45px;
}

.order-block .blue-form {
	margin-top: 65px;
	margin-bottom: 90px;
}

.blue-form {
	display: flex;
	align-items: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	border: 9px solid #ffffff;
	background: rgba(105,143,224,1);
	background: -moz-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,143,224,1)), color-stop(100%, rgba(56,72,143,1)));
	background: -webkit-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -o-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -ms-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: linear-gradient(to bottom, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.4);
	padding: 15px 0;
}

.blue-form h3 {
	width: 50%;
	font-family: 'Gilroy-ExtraBold';
	font-size: 26px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	padding: 0 35px 0 10px;
	text-align: right;
}

.blue-form form {
	width: 50%;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;

}

.blue-form form input {
	width: 190px;
	font-size: 14px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid transparent;
	margin-right: 5px;
}

.blue-form form input.error {
	border: 1px solid red;
}

.blue-form form button {
	width: 190px;
	background: #63ca55;
	border: 0;
	border-bottom: 4px solid #41854d;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	font-family: 'Gilroy-ExtraBold';
	font-size: 14px;
	padding: 9.5px 0;
	cursor: pointer;
	letter-spacing: 1px;
}

.blue-form form button:hover {
	background: #41854d;
}

.order-block .title .text p:nth-child(1),
.order-block .title .text p:nth-child(3) {
	font-family: 'Gilroy-Light';
	font-size: 24px;
	background: rgba(105,143,224,1);
	background: -moz-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,143,224,1)), color-stop(100%, rgba(56,72,143,1)));
	background: -webkit-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -o-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -ms-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: linear-gradient(to bottom, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
  	color: transparent;
}

.order-block .title .text p:nth-child(2) {
	font-family: 'Gilroy-ExtraBold';
	font-size: 48px;
	margin: 10px 0 25px 0;
	background: rgba(105,143,224,1);
	background: -moz-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,143,224,1)), color-stop(100%, rgba(56,72,143,1)));
	background: -webkit-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -o-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: -ms-linear-gradient(top, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	background: linear-gradient(to bottom, rgba(105,143,224,1) 0%, rgba(56,72,143,1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
  	color: transparent;
}


.blue-form.solo {
	margin: 70px auto 40px auto;
}
/*ORDER END*/

/*start why-us-2*/
.why-us-2 {
	margin-top: 85px;
}

.why-us-2 h3 {
	text-align: center;
	font-size: 20px;
	margin: 40px 0 15px 0;
	font-family: 'Proxima Nova Light';
}

.why-us-2 .why-us-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.why-us-2 h2 {
	width: 100%;
	font-family: 'Proxima Nova Condensed Bold';
}
.why-us-2 .why-us-item {
	padding: 125px 0 0 0;
	margin: 50px 0 0 0;
	max-width: 230px;
}


.why-us-2 .why-us-item h6 {
	font-size: 17px;
	margin: 0 0 15px;
	font-family: 'Proxima Nova Semibold';
	font-weight: 500;
	min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.why-us-2 .why-us-item p {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Proxima Nova Light';
	text-align: justify;
}

.why-us-2 .why-us-container .why-us-item:nth-child(1) {
	background: url(../img/why-us-1.png) no-repeat center top;
}

.why-us-2 .why-us-container .why-us-item:nth-child(2) {
	background: url(../img/why-us-2.png) no-repeat center top;
}

.why-us-2 .why-us-container .why-us-item:nth-child(3) {
	background: url(../img/why-us-3.png) no-repeat center top;
}

.why-us-2 .why-us-container .why-us-item:nth-child(4) {
	background: url(../img/why-us-4.png) no-repeat center top;
}

.why-us-2 .why-us-container .why-us-item:nth-child(5) {
	background: url(../img/why-us-5.png) no-repeat center top;
}

.why-us-2 .why-us-container .why-us-item:nth-child(6) {
	background: url(../img/why-us-6.png) no-repeat center top;
}

.why-us-2 .why-us-container .why-us-item:nth-child(7) {
	background: url(../img/why-us-7.png) no-repeat center top;
}

.why-us-2 .why-us-container .why-us-item:nth-child(8) {
	background: url(../img/why-us-8.png) no-repeat center top;
}


/*end why-us-2*/





/*start servs-garant*/
.servs-garant {
	background: url(../images/servs_bg.png) no-repeat center center #fff;
	background-size: 100%;
}
.servs-garant h2 {
	padding: 40px 0 0 0;
	    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
.w-740 {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	background: url(../img/steps-bg.png) no-repeat center;
	background-size: cover;
	padding-bottom: 55px;
}
.servs-garant ul {
	margin: 40px 0 50px 80px;
}
.servs-garant ul li{
	padding: 9px 0 9px 80px;
	font-size: 24px;
	margin-bottom: 35px;
	font-family: 'Proxima Nova Light';
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}

.servs-garant ul li:nth-child(1) {
	background: url(../img/step1.png) no-repeat left 5px center;
}
.servs-garant ul li:nth-child(2) {
	background: url(../img/step2.png) no-repeat left 5px center;
}
.servs-garant ul li:nth-child(3) {
	background: url(../img/step3.png) no-repeat left 5px center;
}

.servs-garant p {
	text-align: center;
	font-size: 25px;
	font-family: 'Proxima Nova Light';
}

.servs-garant ul li:last-child {
	margin-bottom: 0;
}
/*end servs-garant*/

/*tabs start*/
.faq {
	max-width: 860px;
	min-width: 300px;
	width: 100%;
	margin: 40px auto;
	padding: 0 15px;
	font-family: 'Proxima Nova Light';
}

.faq h2 {
	margin-bottom: 30px;
}

.faq .tab {
	margin-bottom: 10px;
}

.faq .title {
	background: #e8e8e8 url(../img/tab.png) no-repeat right 20px center;
    padding: 17px 60px 17px 20px;
	font-size: 14px;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
	font-family: 'Proxima Nova Light';
}

.faq .title.active {
	background: #e8e8e8 url(../img/tab-a.png) no-repeat right 20px center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.faq .answer {
	display: none;
	border: 1px solid #e8e8e8;
	padding: 20px 40px 20px 20px;
	font-size: 14px;
	font-family: 'Proxima Nova Light';
}
/*tabs end*/

/*green form start*/
.question-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 740px;
	width: calc(100% - 30px);
	padding: 20px;
	margin: 0 auto 80px auto;
	border: 3px solid #90bfa7;
}

.question-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.question-form input {
	border: 0;
    border-bottom: 3px solid #9bbda1;
    width: 185px;
    padding: 10px 10px;
    font-size: 16px;
    background: transparent;
    color: #000000;
    margin: 0 30px 15px 0;
    font-family: 'Proxima Nova Light';
    letter-spacing: 1px;
}

.question-form button {
	width: 185px;
	height: 41px;
	border: 3px solid#6dd77f;
    background: #6dd77f;
    font-size: 15px;
    margin: 0;
    font-family: 'Proxima Nova Semibold';
    letter-spacing: 1px;
    font-weight: 900;
    cursor: pointer;
    color: #ffffff;
}

.question-form button:hover {
	background: transparent;
    color: #000;
}

.question-form h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
/*green form end*/

/*reviews start*/
.reviews-block {
	max-width: 860px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.reviews-block h2 {
	margin-bottom: 40px;
}

.reviews-block .bx-wrapper {
	border: 1px solid #dcdcdc;
	padding: 15px 35px;
	max-width: 740px !important;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}

.reviews-block .bx-wrapper img {
	height: auto;
	cursor: default;
}

.reviews-block .bx-wrapper .bx-controls-direction a {
	margin-top: -17.5px;
    width: 21px;
    height: 35px;
}

.reviews-block .bx-wrapper .bx-prev {
    left: -60px;
    background: url(../img/rev-prev.png) no-repeat;
    opacity: .4;
}

.reviews-block .bx-wrapper .bx-next {
    right: -60px;
    background: url(../img/rev-next.png) no-repeat;
    opacity: .4;
}

.reviews-block .rev-butt {
	display: block;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
    background: #6dd77f;
    text-decoration: none;
    border: 3px solid #6dd77f;
    margin: 40px auto;
    font-family: 'Proxima Nova Semibold';
    letter-spacing: 1px;
    cursor: pointer;

}

.reviews-block .rev-butt:hover {
	background:transparent;
	color: #000;
}
/*reviews end*/

/*HOW WE WORK START*/
.hww-title {
	font-family: 'Gilroy-ExtraBold';
	font-size: 36px;
	margin-bottom: 65px;
}

.how-we-work {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	position: relative;
}

.how-we-work:after {
	content: "";
    display: block;
    width: 75%;
    border: 3px dashed #3d42c8;
    position: absolute;
    top: 30px;
    left: 10%;
    z-index: -1;
}

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

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

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

.how-we-work p {
	margin-top: 20px;
	font-family: 'Gilroy-Light';
	font-size: 16px;
	line-height: 18px;
}
/*HOW WE WORK END*/

.blue-form.questions {
	margin: 55px auto 35px auto;
}


footer {
	width: 100%;
	background: #3b3b3b;
	padding: 60px 0;
	color: #ffffff;
}

footer .w-1180 {
	display: flex;
	justify-content: space-between;
}

footer .f-l-c .logo img {
	margin-left: 2px;
    width: 100px;
}

footer .f-l-c .logo p {
	font-family: 'Gilroy-ExtraBold';
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

footer .f-l-c p {
	font-family: 'Proxima Nova Regular';
	line-height: 24px;
}

footer .f-l-c p:nth-child(2) {
	font-family: 'Proxima Nova Thin';
}

footer .f-l-c a {
	font-family: 'Proxima Nova Regular';
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	display: block;
}

footer .f-r-c {
	text-align: right;
	font-family: 'Proxima Nova Regular';
	font-size: 13px;
}

footer .f-r-c ul li {
	margin-bottom: 2px;
	font-size: 13px;
	font-family: 'Proxima Nova Thin';
}

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

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

#politic {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	margin-top: 25px;
	font-family: 'Proxima Nova Thin';
}

#politic:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px dashed #ffffff;
	position: absolute;
	left: 0;
	bottom: 5px;
}

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

#Modal2 h2 {
	text-align: left;
}

.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;
}

.arcticmodal-close:hover {
	opacity: 1;
}

#Modal1 h3, #Modal2 h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Proxima Nova Condensed Extrabold';
    margin-bottom: 30px;
}

#Modal1 p, #Modal2 p {
    font-size: 14px;
    font-family: 'Proxima Nova Condensed Light';
    margin-bottom: 5px;
}

#Modal3 h2 {
    text-align: left;
    font-size: 24px;
    line-height: 35px;
    color: #282828;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#Modal3 input, #Modal3 textarea {
	border: 1px solid rgba(0,0,0,.3);
	padding: 7px 5px;
	font-size: 14px;
	font-family: 'Proxima Nova Regular';
}

#Modal3 input {
	width: 280px;
}

#Modal3 textarea:focus {
	outline: none;
}

#Modal3 textarea {
	width: 460px;
	height: 130px;
	resize: none;
}

#Modal3 button {
	border: 3px solid#6dd77f;
    background: #6dd77f;
    padding: 10px 0;
    width: 180px;
    font-size: 15px;
    font-family: 'Proxima Nova Semibold';
    font-weight: 900;
    cursor: pointer;
    color: #ffffff;
    width: 165px;
    margin: 15px auto 0 auto;
}

#Modal3 button:hover {
	background: transparent;
    color: #000;
}

#Modal3 form > * {
	display: block;
	margin-top: 15px;
}

#Modal2 a {
	width: 165px;
	display: block;
	border: 3px solid#6dd77f;
    background: #6dd77f;
    padding: 10px 0;
    width: 180px;
    font-size: 15px;
    font-family: 'Proxima Nova Semibold';
    font-weight: 900;
    cursor: pointer;
    color: #ffffff;
    width: 165px;
    margin: 15px auto 0 auto;
    text-decoration: none;
    text-align: center;
}

#Modal2 a:hover {
	background: transparent;
    color: #000;
}

.toogler, .mob-nav {
	display: none;
}

.toogler {
	color: #ffffff;
	cursor: pointer;
	font-size: 38px;
}

.mob-nav {
	position: absolute;
	height: 0;
	z-index: 5;
	top: 40px;
	left: 0;
	background: rgba(0,0,0,.6);
	width: 100%;
	text-align: center;
	overflow: hidden;
	transition: .3s;
}

.mob-nav a {
	color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-family: 'Proxima Nova Semibold';
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 15px 0;
}

.gallery-block {
	margin-bottom: 40px;
	position: relative;
	padding: 10px 0;
}

.gallery-slider1 .slide, .gallery-slider2 .slide {
	height: 210px !important;
}

.gallery-block .bx-wrapper:first-child {
	margin: 0 auto 10px auto !important;
}

.gallery-block .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	font-family: 'Gilroy-ExtraBold';
    font-size: 60px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.map {
	position: relative;
}

.map .object-descr {
	width: 300px;
	padding: 10px 20px;
	position: absolute;
	top: 110px;
	left: 5%;
	background: #fff;
	font-family: 'Proxima Nova Light';
	font-size: 14px;
	line-height: 20px;
}

.map .object-descr .row:first-child {
	border-bottom: 1px solid #d9d9d9;
}

.map .object-descr .row {
	padding: 15px 5;
}

.map .object-descr .row .title {
	font-family: 'Proxima Nova Bold';
	line-height: 18px;
	margin-bottom: 10px;
}

.map .object-descr .row img {
	display: block;
	margin: 10px 0 5px 0;
}

.map .object-descr .row .payments {
	font-size: 11px;
	line-height: 10px;
	color: rgba(0,0,0,0.6);
}

.map .object-descr .row:first-child p:nth-child(2) {
	margin-bottom: 12px;
}

.map .object-descr .row:first-child a {
	color: #000000;
	text-decoration: none;
}

.map .toogle-map {
	position: absolute;
	top: 20px;
	left: calc(50% - 190px);
	max-width: 380px;
	width: 100%;
	padding: 3px;
	background: #000;
	z-index: 10;
	display: flex;
	font-family: 'Proxima Nova Regular';
}

.map .toogle-map span {
	width: 100%;
	height: 36px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.map .toogle-map span.active {
	background: #ffffff;
	color: #000;
}

.map .spb .object-descr {
	right: 5%;
	left: auto;
}

.map .moscow {
	z-index: 2;
}

.map .spb {
	position: absolute;
	height: 580px;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

label.error {
	display: none !important;
}

input.error, textarea.error {
	border-color: red !important;
}