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

* {
	-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: 'Gilroy-ExtraBold';
	font-size: 30px;
	text-align: center;
	padding: 25px 0;
}

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

nav {
	width: 100%;
}

.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 .w1120 {
	display: flex;
	/*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    background: rgba(121,208,240,1);
	background: -moz-linear-gradient(top, rgba(121,208,240,1) 0%, rgba(6,169,228,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(121,208,240,1)), color-stop(100%, rgba(6,169,228,0.5)));
	background: -webkit-linear-gradient(top, rgba(121,208,240,1) 0%, rgba(6,169,228,0.5) 100%);
	background: -o-linear-gradient(top, rgba(121,208,240,1) 0%, rgba(6,169,228,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(121,208,240,1) 0%, rgba(6,169,228,0.5) 100%);
	background: linear-gradient(to bottom, rgba(121,208,240,1) 0%, rgba(6,169,228,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79d0f0', endColorstr='#06a9e4', GradientType=0 );
}

header {
}

header, header a {
	color: #ffffff;
}




.main-header .w1120{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto 20px;
}

.main-header .left-colum {
	color: #00aeef;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 33%;
	font-family: "Roboto Slab";
	font-weight: bold;
}
.main-header .logo {
	display: block;
	background: url(images/logo.png) no-repeat center;
	background-size: 100%;
	max-width: 260px;
	width: 33%;
	height: 79px;
}
.main-header .right-colum {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 33%;
	text-align: right;
}
.main-header .right-colum .tel{
	color: #00aeef;
	font-size: 18px;
	font-family: "Roboto Slab";
	font-weight: bold;
}
.main-header .right-colum .order {
	color:#00aeef;
	font-size: 16px;
	display: block;
	font-family: "Roboto Slab";
}






/*burger start*/
.burger{
	width:100%;
/*	background:#293364;*/
	height:57px;
	line-height:60px;
}
.hamburger{
  background:none;
  position:absolute;
	top: 5px;
    left: 15px;
  /*line-height:45px;*/
  padding: 0;
  margin: 0;
  color:#fff;
  border:0;
  font-size:2em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
      top: 8px;
    left: 15px;
	padding: 0;
	margin: 0;
  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: rgba(121,208,240,1);  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, 1);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: 800px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.nav-container a {
	font-family: "Roboto Slab";
	font-weight: bold;
	font-size: 18px;
	display: block;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

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

.nav-container #normalNav {
	display: flex;
	justify-content: space-between;
}
.nav-container #normalNav li {
	padding: 15px 35px;
	background: url(images/right-line.png) no-repeat;
	background-position: 0 10px;
}
.nav-container #normalNav li:nth-child(1) {
	background:none;
}


/*.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: "Roboto Slab";
	font-weight: bold;
}

.right-colum .order span:hover {
	text-decoration: underline;
}
*/
.w1120.block1 {
	padding: 15px 10px;
}

.content-with-children {
	display: flex;
}
.content-with-children .photo-with-children {
	width: 70%;
	/*display: flex;*/
}
.content-with-children .photo-with-children img{
	max-width: 720px;
	width: 100%;
}

.w1120.block1  h1 {
	font-size: 31px;
	color:#1583ac;
	font-weight: bold;
	text-align: center;
	font-family: "Roboto Slab";
	margin-bottom: 50px;
}



.w1120.block1 .head-form {
	display: flex;
	flex-direction: column;
    font-family: "Roboto Slab";
	position: relative;
	max-width: 300px;
	width: 30%;
}

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

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

.w1120.block1 .head-form input {
	padding: 11px 10px;
	display: block;
	width: 220px;
	font-size: 16px;
	border: 0;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .75);
	margin-bottom: 10px;
}

.w1120.block1 .head-form button {
	padding: 11px 0;
	display: block;
	width: 220px;
	font-size: 16px;
	color: #ffffff;
	border: 0;
	border-top: 2px solid rgba(255,255,255,.20);
	border-radius: 8px;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(74,181,62,1);
	background: -moz-linear-gradient(left, rgba(74,181,62,1) 0%, rgba(115,222,103,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(74,181,62,1)), color-stop(100%, rgba(115,222,103,1)));
	background: -webkit-linear-gradient(left, rgba(74,181,62,1) 0%, rgba(115,222,103,1) 100%);
	background: -o-linear-gradient(left, rgba(74,181,62,1) 0%, rgba(115,222,103,1) 100%);
	background: -ms-linear-gradient(left, rgba(74,181,62,1) 0%, rgba(115,222,103,1) 100%);
	background: linear-gradient(to right, rgba(74,181,62,1) 0%, rgba(115,222,103,1) 100%);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.20);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.20);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,.20);
	cursor: pointer;
}

.w1120.block1 .head-form button:hover {
	background: rgba(74,181,62,1);
}

.w1120.block1 .head-form input::-webkit-input-placeholder {color:rgba(0,0,0,.75);}
.w1120.block1 .head-form input::-moz-placeholder          {color:rgba(0,0,0,.75);}
.w1120.block1 .head-form input:-moz-placeholder           {color:rgba(0,0,0,.75);}
.w1120.block1 .head-form input:-ms-input-placeholder	  {color:rgba(0,0,0,.75);}
*/
.w1120.block1 .head-form p {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #1583ac;
	font-size: 20px;
	font-family: 'Gilroy-ExtraBold';
}
.w1120.block1 .head-form p span {
	color: #15ac3c;
}
.w1120.block1 .head-form h3 {
	color: #15ac3c;
	text-align: center;
	font-family: 'Gilroy-ExtraBold';
}
.w1120.block1 .head-form .text-in-form {
	font-size: 15px;
	color: #000;
	font-family: 'Open Sans';
	font-weight: lighter;
}
.w1120.block1 .head-form .order-form,
.w1040 .order-form {
	background: #a4d4f3;
	padding: 30px 20px;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(171, 171, 171, 0.59);
	-moz-box-shadow:    1px 1px 0px 0px rgba(171, 171, 171, 0.59);
	box-shadow:         1px 1px 0px 0px rgba(171, 171, 171, 0.59);
	width: 100%;
}
.w1120.block1 .head-form .order-form input,
.w1040 .order-form input {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto 20px ;
}
.w1120.block1 .head-form .order-form:after,
.w1040 .order-form:after {
	border-color: transparent transparent #a4d4f3 transparent;
	left: 140px;
}













.block2 {
	width: 100%;
	font-family: "Roboto Slab";
}

.block2 .w1120 {
    padding-bottom: 50px;
}
.block2 .w1120 h2 {
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 30px 0;
	font-family: 'Gilroy-ExtraBold';
}
.block2 .w1120 h2 span {
	color: #83bfd6;
}
.what-is-this-content {
	display: flex;

}
.what-is-this-content-left {
	width: 50%;
}
.what-is-this-content-left p {
	font-size: 15px;
	color: #000;
	text-align: justify;
	line-height: 24px;
	padding-right: 50px;
	font-family: 'Open Sans';
	font-weight: lighter;
}
.what-is-this-content-left p span{
	display: block;
	color: #3d3c3c;
	font-size: 22px;
	margin: 50px 0;
	font-family: 'Gilroy-ExtraBold';

}
.what-is-this-content-right {
	width: 50%;
	padding-right: 20px;
}






.designer-develops {
}
.designer-develops h2 {
	text-align: center;
	font-size: 30px;
	font-family: 'Gilroy-ExtraBold';
}
.designer-develops .w1040 {
	background: url(images/children-2.jpg) no-repeat center top;
	display: flex;
	flex-wrap:wrap;
}
.designer-develops .w1040 .designer-develops-item {
	position: relative;
	width: 50%;
	text-align: center;
	padding: 110px 0 0;
	margin: 30px 0 30px 0;
	font-family: 'Gilroy-ExtraBold';
}
.designer-develops .w1040 .designer-develops-item:nth-child(1) {
	padding: 110px 150px 0 0;

}
.designer-develops .w1040 .designer-develops-item:nth-child(1):after {
	left: calc(50% - 123px);
	background: #a1dff7 url(images/icon-1-des.png) no-repeat center;
}
.designer-develops .w1040 .designer-develops-item:nth-child(1):before {
	left: calc(50% - 116px);

}
.designer-develops .w1040 .designer-develops-item:nth-child(2) {
	padding: 110px 0px 0 150px;

}
.designer-develops .w1040 .designer-develops-item:nth-child(2):after {
	left: calc(50% + 23px);
	background: #a1dff7 url(images/icon-2-des.png) no-repeat center;
}
.designer-develops .w1040 .designer-develops-item:nth-child(2):before {
	left: calc(50% + 30px);
}
.designer-develops .w1040 .designer-develops-item:nth-child(3) {
	padding: 110px 0px 0 0;
}
.designer-develops .w1040 .designer-develops-item:nth-child(3):after {
	background: #a1dff7 url(images/icon-3-des.png) no-repeat center;
}
.designer-develops .w1040 .designer-develops-item:nth-child(4) {
	padding: 110px 0px 0 0;
}
.designer-develops .w1040 .designer-develops-item:nth-child(4):after {
	background: #a1dff7 url(images/icon-4-des.png) no-repeat center;
}
.designer-develops .w1040 .designer-develops-item:nth-child(5){
	width: 100%;
	margin: -70px 0 0 0;
}
.designer-develops .w1040 .designer-develops-item:nth-child(5):after {
	background: #a1dff7 url(images/icon-5-des.png) no-repeat center;
}


.designer-develops .w1040 .designer-develops-item:after,.designer-develops-item:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 48px);
	width: 95px;
	height: 95px;
	border-radius: 100%;

}
.designer-develops .w1040 .designer-develops-item:after {
	background-color: ;
}
.designer-develops .w1040 .designer-develops-item:before {
 	background: #d2ddee;
 	top: 7px;
 	left: calc(50% - 41px);
}


/*start block with slider*/
.slider-block {
	margin: 20px 0;
}
.slider-block h2 {
	color: #171717;
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
	font-family: 'Gilroy-ExtraBold';
}
.slider-block h2 span {
	color: #8dd7f2;
}
.slider-block .bx-wrapper {
	background: #ceeef9;
	padding: 15px;
}
.slider-block .bx-viewport {
	border: none;
}
.slider-block .bx-wrapper .slide-with-img {
	background: #fff;
	height: 250px;
	border: 1px solid #dcdcdc;r
}


/*end block with slider*/



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

.block3 .card .descr-container {
	width: 60%;
}


.block3 .card {
	display: flex;
	/*flex-wrap: wrap;*/
    justify-content: center;
    border: 1px solid#dbdbdb;
    border-radius: 6px;
    margin: 0 0 30px;
    padding: 30px 0 ;
    -webkit-box-shadow: 2px 1px 3px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    2px 1px 3px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         2px 1px 3px 0px rgba(50, 50, 50, 0.15);
}
.block3 .card .product-foto {
	width: 40%;
	text-align: center;
	position: relative;
	padding: 0 15px;
}
.block3 .card .product-foto:after {
	position: absolute;
	content: "";
	background: url(images/sale-img.png) no-repeat;
	width: 90px;
	height: 84px;
	top: 0;
	left: 20px;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.card:nth-child(2) .product-foto:after {
	content: "-30%"!important;
}
.card:nth-child(3) .product-foto:after {
	content: "-35%";
}
.card:nth-child(4) .product-foto:after {
	content: "-40%";
}
.card:nth-child(5) .product-foto:after {
	content: "-45%";
}
.card:nth-child(6) .product-foto:after {
	content: "-50%";
}
.card:nth-child(7) .product-foto:after {
	content: "-53%";
}
.card:nth-child(8) .product-foto:after {
	content: "-55%";
}

.card:nth-child(9) .product-foto:after {
	content: "-60%";
}
.block3 .card .product-foto img{
	max-width: 240px;
	max-height: 285px;
	width: 100%;
}
.block3 .card .descr-container h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 24px;
	color: rgba(0,0,0,.85);
	margin-bottom: 10px;
}

.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 h6 {
	background: url(images/checked-icon.png) no-repeat;
	font-size: 16px;
	color: #000;
	background-position: 140px 5px;
	margin: 0 0 15px;
	font-family: 'Open Sans';
	font-weight: lighter;
}
.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 {
	width: 180px;
	border: 1px solid #999999;
	border-radius: 2px;
	padding: 10px 5px;
	font-size: 14px;
	margin-bottom: 15px;
	margin-right: 30px;
}
.block3 .card .new-green-btn {
	display: inline-block;
}
.block3 .card .new-green-btn:hover {
	height: 36px;
}

.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: "Open Sans";
	font-weight: 600;
	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);
}
.block3 form {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.block3 form input {
	margin: 0 0 0 0;
}
.block3 form .new-green-btn {
	margin: 0 0 0 0;
}

.block3 .descr-container span {
	font-size: 24px;
	font-family: 'Gilroy-ExtraBold';
	color: #6eb14a;
	padding-bottom: 20px;
	margin: 0 0 20px;
}
.block3 .descr-container span strike {
	font-size: 18px;
	color: #949494;
	text-decoration: line-through;
	padding-left: 10px;
}
.block3 .descr-container .price-for-one-prod {
	color: #6d6c6c;
	font-size: 15px;
}







.block5 {
	width: 100%;
}

.block5 h2 {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-family: 'Gilroy-ExtraBold';
	padding: 30px 0 50px;
	width: 100%;
}
.pick-us .w1040 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pick-us .pick-us-block h6 {
	font-size: 17px;
	font-family: 'Gilroy-ExtraBold';
	text-align: center;
	margin: 15px 0;
}
.pick-us .pick-us-block {
	width: 22%;
	text-align: left;
	font-family: "Roboto Slab";
	font-size: 13px;
	color: #000;
	padding-top: 80px;
	margin-bottom: 25px;
}
.pick-us .pick-us-block p {
	padding: 0 0 0 20px;
	font-family: 'Open Sans';
	font-weight: lighter;
}
.pick-us .pick-us-block:nth-child(1) {
	background: url(images/why-us-icon-1.png) no-repeat top center;
}

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

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

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

.how-we-work h2 {
	margin: 20px 0;
	padding: 0;
}
.how-we-work .w860 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #7fb6d9;
    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: "Ubuntu";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 3px solid #7fb6d9;
    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% - 7px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
}

.how-we-work .how-box .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: #7fb6d9 transparent transparent transparent;
}

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

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

.how-we-work .how-box .descr {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gilroy-Light';
    color: #000;
}








.delivery {
	padding: 0 0 30px;
}
.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: 16px;
    line-height: 20px;
	font-family: 'Gilroy-ExtraBold';
    margin-bottom: 15px;
}

.delivery .w1040 .price-block .descr2 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gilroy-Light';
    margin-bottom: 15px;
    color: rgba(0,0,0,.85);
}

.w1040 .order-form {
	padding: 10px;
}

.w1040 .order-form input {
	margin: 0 auto 10px;
}

.delivery .w1040 p.price {
    font-size: 18px;
    color: #282828;
    width: 310px;
    font-family: 'Gilroy-ExtraBold';
}
.delivery .w1040 p.price span {
	color: #52ac62;
	font-size: 20px;
}
form.order-form {
    padding: 10px;
    background-color: #76abe1;
    width: 300px;
    position: relative;
    margin: 20px 0 0 0;
}

form.order-form:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 7px 10px;
    border-color: transparent transparent #76abe1 transparent;
    top: -7px;
    left: 60px !important;
}

.order-form input {
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 10.5px 8px;
    width: 280px;
    font-size: 14px;
    font-family: "Open Sans";
    display: block;
    margin-bottom: 10px;
}

.order-form button,.new-green-btn{
    font-size: 14px;
    font-family: 'Gilroy-ExtraBold';
    color: #ffffff;
    background-color: #8ad163;
    border: 0;
    border-bottom: 4px solid#7eaa66;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 40px;
    cursor: pointer;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    /*-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: 0px 1px 0px rgb(0, 0, 0);*/
    text-align: center;
    padding: 9.5px 0;
}

.order-form button:hover,
footer .form-advice button:hover, .new-green-btn:hover {
	border: 0;
}

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

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

.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: #76abe1;
    color: #ffffff;
    padding: 3px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans";
    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: #507498;
    color: #ffffff;
}

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

footer h2 {
    text-align: left;
    color: #ffffff;
    font-family: 'Gilroy-ExtraBold';
}

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

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

footer .free-line a {
	font-family: 'Gilroy-ExtraBold';
}

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: 1px solid #6fba7c;
    border-radius: 2px;
    display: inline-block;
    width: 195px;
    height: 35px;
    cursor: pointer;
    margin-bottom: 5px;
}
footer .form-advice button:hover {
	text-decoration: underline;
}

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

footer .f-r-c ul li {
    font-size: 14px;
    font-family: 'Gilroy-Light';
    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: 0px;
	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 {
	background: #76abe1;
	padding: 0 0 30px;
}
.reviews h2 {
	color: #fff;
	padding: 30px 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(images/long-white-line.png) no-repeat top center;
	position: absolute;
	top: 0;
	right: -40px;
}

.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 {
	background: #fff;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rev-cont .rev-box .rev-title img {
	max-width: 110px;
	max-height: 110px;
}
.rev-cont .rev-box p {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 600;
}
.rev-cont .rev-box .descr {
	font-family: 'Gilroy-Light';
	margin-top: 20px;
	text-align: justify;
}





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



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

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

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

.arcticmodal-close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(images/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 {
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #ffffff;
    background-color: #52ac62;
    border: 0;
    border-top: 1px solid #6fba7c;
    border-radius: 2px;
    display: block;
    margin: 50px auto 0;
    padding: 8px 0;
    width: 180px;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(20, 43, 21,1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(20, 43, 21,1);
    box-shadow: 0px 2px 1px 0px rgba(20, 43, 21,1);
    text-shadow: 0px 1px 0px rgb(0, 0, 0);
}

#Modal3 input {
	border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 8px;
    width: 220px;
    font-size: 14px;
    font-family: "Open Sans";
    display: inline-block;
    margin-bottom: 15px;
}

#Modal3 textarea {
	border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    max-width: 550px;
    height: 150px;
    font-size: 14px;
    font-family: "Open Sans";
    display: inline-block;
    margin-bottom: 15px;
    resize: none;
}

#Modal3 h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

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

input {
	border: 1px solid transparent;
}

input.error,
textarea.error {
	border: 1px 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;
}