@font-face {
	font-family: 'ProximaNovaBold';
	src: url("../fonts/Proxima Nova Bold.otf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaRegualar';
	src: url("../fonts/Proxima Nova Regular.otf");
}

body {
	font-family: 'ProximaNovaRegualar';
	font-size: 16px;
	background-color: #fff;
	color: #222;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

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

li {
	list-style: none;
}

h4 {
	font-family: "ProximaNovaBold";
	color: white;
	font-size: 30px;
	margin-bottom: 40px;
}

h4:after {
	content: '';
	display: block;
	border-bottom: 2px solid;
	width: 5%;
	margin-top: 6px;
}

ul, li {
	padding: 0;
	margin: 0;
}

.button, input[type="submit"] {
	outline: none;
}

header {
	/* position: ; */
	z-index: 1041;
	top: 0;
	left: 0;
	right: 0;
}

header .header-top {
	background: white;
	padding: 10px 0;
	-webkit-box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
	-o-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 9999;
}

.logo {
	margin-right: -15px;
}

.logo img {
	width: 100%;
}

.contact {
	font-size: 14px;
}

.contact .fa {
	font-size: 16px;
	color: #0090e2;
	margin-right: 6px;
	vertical-align: middle;
}

.contact-address {
	font-family: "ProximaNovaBold";
	margin-right: -30px;
	color: #0090e2;
}

.contact-address img {
	margin-right: 6px;
}

.contact-mail {
	font-family: 'ProximaNovaRegualar';
	font-weight: bold;
}

.contact-phone {
	font-family: 'ProximaNovaRegualar';
	font-weight: bold;
	position: relative;
}

.contact-phone div {
	display: inline-block;
}

.contact-phone img {
	position: absolute;
	top: 5px;
	left: -30px;
}

.contact-phone span {
	color: #0090e2;
	font-weight: bold;
font-size:25px;
}

.button, input[type="submit"] {
	text-decoration: none;
	color: white;
	background: #0090e2;
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 7px 12px;
	display: block;
	border-radius: 50px;
	margin-top: 10px;
	border: 2px solid #0090e2;
	transition: all 0.4s ease;
	text-align: center;
}

.button:hover, input[type="submit"]:hover {
	cursor: pointer;
	text-decoration: none;
	background: white;
	color: #0090e2;
}

.icon-bar {
	background: #0090e2;
}

.header-bottom {
	background: rgba(0, 144, 226, 0.85);
	position: relative;
	z-index: 999999;
}
.sticky-slider {
	margin-top: 69px;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.header-bottom .menu ul {
	overflow: hidden;
}

.header-bottom .menu ul li {
	list-style: none;
	float: left;
	padding: 15px 5px;
	line-height: 14px;
}

.header-bottom .menu ul li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #074f99;
	padding: 5px 9px;
	border: 2px solid transparent;
	border-radius: 50px;
	transition: all 0.3s ease;
	cursor: pointer;
	color: white;
}

.header-bottom .menu ul li a:hover {
	text-decoration: none;
	border-color: rgba(255, 255, 255, 0.35);
}

.slider {
	height: 70vh;
	background: url(../img/slider.jpg) no-repeat;
	background-size: cover;
	padding-top: 85px;
	padding-bottom: 130px;
	position: relative;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
	-o-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.35);
}

.slider .mouse {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -21px;
}

.slider .separator {
	border: 2px solid white;
	width: 70px;
	margin: 20px 0;
}

.slider-title.big {
	font-size: 80px;
}

.slider-title {
	font-family: "ProximaNovaBold";
	font-size: 50px;
	text-transform: uppercase;
	color: white;
}

.slider-text {
	font-size: 22px;
	color: white;
}

.feedback {
	color: white;
	background: rgba(255, 255, 255, 0.2);
	padding: 30px;
	width: 90%;
	margin-top: 60px;
}

.feedback div {
	margin-bottom: 30px;
}

.feedback input[type="submit"] {
	margin: 0 auto;
}

.feedback input[type="submit"]:hover {
	border-color: white;
}

.feedback input[type="text"] {
	width: 100%;
	font-family: 'ProximaNovaRegualar';
	background: rgba(255, 255, 255, 0.15);
	border: 2px solid white;
	border-radius: 50px;
	padding: 5px 15px;
	outline: none;
	text-align: center;
}

.feedback input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}

.feedback input[type="text"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}

.feedback input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}

.feedback input[type="text"]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}
.modalWindow textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}

.modalWindow textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}

.modalWindow textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}

.modalWindow textarea:-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'ProximaNovaRegualar';
}

.feedback-title {
	color: #e6f1f2;
	font-family: "ProximaNovaBold";
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
}

.feedback-title .mfp-close {
	right: -30px;
}

.input-name, .input-phone, .input-email {
	position: relative;
}

.input-name:before, .input-phone:before, .input-email:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	opacity: 0.7;
}

.input-name:before {
	background: url(../img/001-avatar.png) no-repeat;
}

.input-phone:before {
	background: url(../img/001-phone-call.png) no-repeat;
	margin-top: -11px;
	left: 12px;
}

#feedback .input-name:before {
	background: url(../img/avatar-blue.png) no-repeat;
	margin-top: -25px;
	left: 12px;
}

#feedback .input-phone:before {
	background: url(../img/002-phone-call.png) no-repeat;
	margin-top: -25px;
	left: 12px;
}

.review-item {
	margin-bottom: 50px;
}

.stock {
	color: #0090e2;
	position: relative;
	margin-bottom: 25px;
}

.stock h3 {
	text-align: center;
	font-family: "ProximaNovaBold";
	color: #0090e2;
	font-size: 30px;
	padding-bottom: 40px;
	background: white;
	position: relative;
	z-index: 1000;
	padding-top: 30px;
}

.stock h3 span {
	font-size: 24px;
}

.stock .stock-text {
	font-size: 34px;
	font-family: "ProximaNovaBold";
}

.stock .stock-text:first-child {
	margin-top: -25px;
}

.stock .stock-text > span {
	position: relative;
}

.stock .stock-text > span img {
	position: absolute;
	top: 5px;
	right: -11px;
}

.stock .stock-text.big {
	font-size: 46px;
	margin-top: 30px;
}

.stock .stock-text.small {
	font-size: 28px;
}

.stock .cost {
	font-size: 60px;
	color: #ff363f;
}

.stock .nasos {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999;
}

.border-block {
	border: 10px solid #0090e2;
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 53px;
	right: 110px;
}

.stock-inner {
	position: relative;
	z-index: 1010;
	padding: 30px;
	border: 10px solid #0090e2;
	max-width: 900px;
	margin: 0 auto;
}

.stock-inner .button {
	width: 255px;
	margin: 0 auto;
}

.deadline-title {
	color: #292929;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: -135px;
}

.timer {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

.timer .timer-item {
	display: inline-block;
	text-align: center;
}

.timer .timer-item .timem {
	font-family: "ProximaNovaBold";
	font-size: 60px;
	line-height: 60px;
	width: 75px;
}

.timer .timer-separator {
	display: inline-block;
	font-family: "ProximaNovaBold";
	font-size: 60px;
	vertical-align: top;
	margin: -15px 30px;
}

.timer .time-text {
	color: black;
}

.drilled {
	background: url(../img/bg2.png) no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 25px;
	color: white;
}

.drilled #drill-form .row {
	border-bottom: 2px solid white;
}

.drilled form {
	margin-bottom: 40px;
}

.drilled form label {
	font-family: 'ProximaNovaRegualar';
	font-size: 24px;
	margin-bottom: 30px;
	list-style: none;
	position: relative;
	display: block;
	text-align: left;
}

.drilled form label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	vertical-align: middle;
	margin-left: -15px;
	margin-right: 15px;
}

.drilled .button {
	margin-top: 30px;
	margin-bottom: 23px;
}

.drilled .button:hover {
	border-color: white;
}

#carouse-wrap {
	position: relative;
}

.blue-title {
	color: #0090e2;
}

.add-services, .our-works, .reasons, .sertificats {
	padding-top: 50px;
	padding-bottom: 50px;
}

.review {
	padding-top: 50px;
}

.add-services-item {
	width: 20%;
	float: left;
	border: 2px solid #f8f8f8;
	padding: 10px;
	text-align: center;
	transition: all 0.4s ease;
}

.add-services-item:not(:first-child) {
	margin-left: -2px;
}

.add-services-item .services-item-title {
	font-family: "ProximaNovaBold";
	font-size: 18px;
	color: #bababa;
	line-height: 1.2;
	margin-bottom: 10px;
	transition: color 0.4s ease;
	cursor: pointer;
}

.add-services-item .button {
	width: 91%;
	margin: 0 auto;
	font-size: 13px;
}

.add-services-item .img {
	transition: all 0.4s ease;
}

.add-services-item .img-hover {
	opacity: 0;
	transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
}

.add-services-item:hover {
	-webkit-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-o-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	border-color: white;
	cursor: pointer;
}

.add-services-item:hover .services-item-title {
	color: #0090e2;
}

.add-services-item:hover .img {
	opacity: 0;
}

.add-services-item:hover .img-hover {
	opacity: 1;
}

.services-item-img {
	margin: 0 auto;
	width: 82px;
	height: 90px;
	margin-bottom: 15px;
	position: relative;
}

.reasons {
	padding-bottom: 60px;
}

.reasons ul li {
	margin-bottom: 30px;
	overflow: hidden;
	font-family: "ProximaNovaBold";
	color: #0090e2;
	line-height: 1.2;
	font-size: 18px;
}

.reasons ul li:before {
	content: '';
	float: left;
	margin-right: 10px;
	background: url(../img/marker.png);
	width: 30px;
	height: 30px;
}

.blue-section {
	background: #0090e2;
}

.stat {
	padding: 40px 0;
	-webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.35);
	-o-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.35);
}

.stat .stat-item .stat-item-subtitle {
	font-family: 'ProximaNovaRegualar';
	font-size: 18px;
}

.stat .stat-item .stat-item-title {
	font-family: "ProximaNovaBold";
	font-size: 60px;
	color: white;
}

.stat .stat-item .stat-item-title:after {
	content: '';
	display: block;
	border-bottom: 2px solid;
	width: 65px;
	margin-top: -5px;
	margin-bottom: 12px;
}

.review .review-name {
	font-family: "ProximaNovaBold";
	font-size: 24px;
	color: #0090e2;
	padding-left: 200px;
}

.review .type-house {
	padding-left: 200px;
	font-family: 'ProximaNovaRegualar';
	font-size: 16px;
	color: #b7b7b7;
}

.review .review-avatar {
	width: 170px;
	height: 170px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-o-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	float: left;
	z-index: 10;
	margin-left: 10px;
	background: white;
	position: relative;
}

.review .review-avatar img {
	position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 200px;
}

.review .review-text {
	font-family: 'ProximaNovaRegualar';
	font-size: 16px;
	background: rgba(183, 183, 183, 0.2);
	position: relative;
	z-index: 1;
	margin-top: 23px;
	padding: 10px;
	padding-right: 15px;
	margin-left: 128px;
	padding-left: 70px;
	position: relative;
}

.review .review-text:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 20px;
	background: url(../img/quotes.png) no-repeat;
	display: inline-block;
	top: -10px;
	left: 40px;
}

.review .review-text:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 20px;
	background: url(../img/quotes-down.png) no-repeat;
	display: inline-block;
	bottom: -10px;
	right: -15px;
}

.sertificats {
	padding-bottom: 40px;
}

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

.sertificats .docs .docs-inner {
	font-size: 0;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 30px;
}

.sertificats .docs .docs-inner .doc {
	float: left;
	margin-right: 25px;
	position: relative;
	width: 170px;
}

.sertificats .docs .docs-inner .doc p {
	font-size: 16px;
}

.sertificats .docs .docs-inner .doc:last-child {
	margin-right: 0;
}

.sertificats .docs .docs-inner .doc:hover .doc-hover {
	opacity: 1;
	cursor: pointer;
}

.sertificats .docs .docs-inner .doc .doc-hover {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.sertificats .docs .docs-inner .doc .doc-hover .glass {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -25px;
}

.sertificats .docs .docs-inner .doc .doc-hover .buttons {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -17px;
}

.sertificats .docs .docs-inner .doc .doc-hover .button {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	border: none;
	margin: 0;
	margin-right: 10px;
}

.sertificats .docs .docs-inner .doc .doc-hover .button:last-child {
	margin-right: 0;
}

.sertificats .docs .docs-inner .doc .doc-hover .button:hover {
	background: #0090e2;
}

.sertificats .docs .docs-inner .doc .doc-hover .button img {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -10px;
}

.akcia {
	padding: 30px 0;
}

.akcia .akcia-title, .akcia .akcia-subtitle {
	font-family: "ProximaNovaBold";
	text-align: right;
	color: white;
	text-transform: uppercase;
}

.akcia .akcia-title {
	font-size: 60px;
}

.akcia .akcia-subtitle {
	font-size: 24px;
}

.akcia .button {
	border: 2px solid white;
	width: 230px;
	margin: 0 auto;
	color: #0090e2;
	background: white;
	font-size: 16px;
}

.akcia .button:hover {
	border-color: white;
	background: transparent;
	color: white;
}

.akcia .timer-title {
	color: white;
	text-align: center;
	margin-top: 50px;
	text-transform: uppercase;
}

.akcia .timer {
	text-align: center;
	color: white;
	margin-bottom: 40px;
}

.akcia .timer .time-text {
	color: white;
}

.feedback-section {
	padding-top: 50px;
}

.feedback-section form {
	text-align: center;
}

.feedback-section form input[type="text"] {
	width: 100%;
	border: 2px solid #e9e9e9;
	border-radius: 25px;
	padding: 2px 15px;
	margin-bottom: 30px;
	text-align: center;
	outline: none;
}

.feedback-section form input[type="submit"] {
	margin: 0 auto;
}

footer {
	padding: 20px 0;
	-webkit-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-o-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	position: relative;
}

footer ul li {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 2px;
	color: #b7b7b7;
}

footer ul li a {
	color: #b7b7b7;
	text-decoration: none;
	transition: all 0.4s ease;
}

footer ul li a:hover {
	text-decoration: none;
	color: #0090e2;
	font-family: "ProximaNovaBold";
}

footer .phone, footer .email-footer {
	color: #b7b7b7;
}

footer .phones-footer, footer .email-footer {
	position: relative;
}

footer .phones-footer:before, footer .email-footer:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/002-phone-call-footer.png);
	display: inline-block;
	left: -30px;
}

footer .email-footer {
	margin-top: 30px;
}

footer .email-footer:before {
	background: url(../img/003-envelope-footer.png);
	height: 15px;
	top: 5px;
}

.ymaps-2-1-60-balloon {
	box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.2) !important;
}

.ymaps-2-1-60-balloon__content {
	margin-right: 0 !important;
	padding-right: 12px !important;
}

.ymaps-2-1-60-balloon__layout, .ymaps-2-1-60-balloon__content, .ymaps-2-1-60-balloon__tail:after,
.ymaps-2-1-60-balloon__tail {
	background: rgba(255, 255, 255, 0.6) !important;
}

.ymaps-2-1-60-balloon__tail {
	box-shadow: none !important;
}

.ymaps-2-1-60-balloon__layout {
	/* text-align: center; */
}

.ymaps-2-1-60-balloon__layout .baloon-title {
	font-size: 23px;
	color: #0090e2;
	font-family: "ProximaNovaBold";
	margin-bottom: 3px;
	margin-top: 20px;
}

.ymaps-2-1-60-balloon__layout .baloon-star {
	width: 280px;
}

.ymaps-2-1-60-balloon__layout .button {
	width: 93%;
	margin: 20px auto;
}

.ymaps-2-1-60-balloon__layout .baloon-cost {
	font-size: 15px;
	margin-bottom: 20px;
	font-family: "ProximaNovaRegualar";
}

.ymaps-2-1-60-balloon__layout .baloon-cost span {
	font-family: "ProximaNovaBold";
	color: #0090e2;
}

.ymaps-2-1-60-balloon__layout .baloon-star {
	font-family: "ProximaNovaRegualar";
}

.ymaps-2-1-60-balloon__layout .baloon-star span {
	color: #0090e2;
	font-size: 18px;
}

.video {
	margin-top: 60px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
	transition: all 0.2s ease;
	cursor: pointer;
}

[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #0872af;
	border-radius: 50%;
	left: -10px;
	top: 13px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mouse {
	border: 3px solid #fff;
	border-radius: 25px;
	height: 60px;
	width: 40px;
	display: block;
	z-index: 10;
}

.mouse .wheel {
	position: relative;
	border-radius: 3px;
	background: #fff;
	width: 4px;
	height: 10px;
	margin: auto;
}

.mouse .wheel {
	-webkit-animation-name: wheel;
	animation-name: wheel;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes wheel {
	0% {
		top: 3px;
		opacity: 0;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	100% {
		top: 18px;
		opacity: 0;
	}
}

@keyframes wheel {
	0% {
		top: 3px;
		opacity: 0;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	100% {
		top: 18px;
		opacity: 0;
	}
}

.modalOpen {
	overflow: hidden;
}

.mod-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1043;
	background: rgba(0, 0, 0, 0.85);
}

.modalWindow, .modalWindow2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1050;
}

.modalWindow .modal-inner, .modalWindow2 .modal-inner {
	display: table;
	width: 100%;
	text-align: center;
	height: 100%;
}

.modalWindow .modal-inner .feedback, .modalWindow2 .modal-inner .feedback {
	display: table-cell;
	vertical-align: middle;
	background: none;
}

.modalWindow .modal-inner .feedback .input-name, .modalWindow .modal-inner .feedback .input-phone, .modalWindow .modal-inner .feedback .feedback-title, .modalWindow .modal-inner .feedback .input-email, .modalWindow2 .modal-inner .feedback .input-name, .modalWindow2 .modal-inner .feedback .input-phone, .modalWindow2 .modal-inner .feedback .feedback-title, .modalWindow2 .modal-inner .feedback .input-email, .input-review {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.modalWindow .modal-inner .feedback .feedback-title, .modalWindow2 .modal-inner .feedback .feedback-title {
	text-align: left;
}

.modalWindow .modal-inner .feedback input[type="submit"], .modalWindow2 .modal-inner .feedback input[type="submit"] {
	margin: 0 auto;
}

.mfp-bg {
	z-index: 999999999999999;
}

.col-md-3.col-md-offset-4.col-sm-4.col-sm-offset-4 {
	border-bottom: none;
}

@media only screen and (min-width: 1200px) {
	.header-bottom .menu ul li {
		padding: 27px 5px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#feedback img {
		max-width: 125%;
		margin-left: -25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	body {
		overflow-x: hidden;
		margin-right: 0 !important;
	}
	.logo img {
		width: auto;
	}
	.header-top .contact img {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	#timer151c3148353e04e635ca2356b6ad2dcd {
		text-align: left !important;
		max-width: 100% !important;
		min-width: 100px !important;
	}
	.drilled {
		background-position: -307px 0px;
	}
	.slider {
		height: 76vh;
	}
	.container {
		width: 100%;
	}
	.contact-address img {
		display: none;
	}
	.contact .fa {
		display: none;
	}
	.deadline-title {
		margin-top: 0;
	}
	.header-bottom .menu ul li {
		list-style: none;
		float: left;
		padding: 11px 5px;
		line-height: 14px;
	}
	.header-bottom .menu ul li a {
		text-transform: uppercase;
		font-size: 12px;
		/* color: #074f99; */
		padding: 5px 5px;
		border: 2px solid transparent;
		border-radius: 50px;
		transition: all 0.3s ease;
	}
	.slider-title {
		font-size: 35px;
	}
	.slider-text {
		font-size: 20px;
	}
	.feedback-title {
		font-size: 22px;
	}
	.timer .timer-separator {
		font-size: 60px;
		vertical-align: top;
		margin: -15px 10px;
	}
	.timer .timer-item .timem {
		font-size: 45px;
		line-height: 60px;
		width: 75px;
	}
	.border-block {
		right: 70px;
	}
	.stock-inner .button {
		position: initial;
		margin: 0 auto;
		margin-bottom: 30px;
		margin-top: -15px;
	}
	.drilled form label {
		font-size: 14px;
	}
	.add-services-item .services-item-title {
		font-size: 13px;
	}
	.add-services-item .button {
		font-size: 12px;
	}
	.video {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}
	.stat .stat-item .stat-item-title {
		font-size: 36px;
	}
	.review .review-avatar {
		width: 120px;
		height: 120px;
	}
	.fotorama__wrap {
		margin: 0 auto;
	}
	.stock .cost {
		font-size: 50px;
	}
	.review .review-text {
		font-size: 10px;
		margin-left: 65px;
	}
	.review .review-name, .review .type-house {
		padding-left: 120px;
	}
	.review .review-text:before {
		left: 63px;
	}
	.review .review-text:after {
		right: 4px;
	}
	.sertificats .docs .docs-inner .doc {
		margin-right: 20px;
	}
	.slider {
		padding-top: 30%;
	}
	.stock .stock-text {
		font-size: 31px;
	}
	[type="checkbox"]:checked + label:after {
		top: 6px;
	}
	.col-md-3.col-md-offset-4.col-sm-4.col-sm-offset-4 {
		border-bottom: none;
	}
}

.stock h3 {
	padding-top: 0;
    background: white;
    margin-top: -10px;
    position: relative;
    margin-left: -15px;
    z-index: 999;
    text-align: right;
    margin-right: -68px;
    padding-right: 50px;
    margin-bottom: -19px;
}

.stock-inner {
	padding-top: 0;
	position: relative;
	z-index: 99;
}

.stock .stock-text:first-child {
	margin-top: 0;
}
#timer0c61d9cd2b35b841517710779a6a98e4 {
	text-align: left !important;
	max-width: 100% !important;
	min-width: 100px !important;
	margin-left: 8px;
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	h1 p {
		    font-size: 22px;
    text-align: center;
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: -30px; */
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 18px;
	}
	.navbar-toggle {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999999;
	}
	.navbar-collapse {
		position: fixed;
		background: white;
		left: 0;
		right: 0;
		top: 0;
	}

	#timer151c3148353e04e635ca2356b6ad2dcd {
		max-width: 100% !important;
		min-width: 100px !important;
	}
	
	#timer0c61d9cd2b35b841517710779a6a98e4 .timer-flipchart-face,
	#timer151c3148353e04e635ca2356b6ad2dcd .timer-flipchart-face {
		font-size: 14px !important;
	}
	#timer-number-0c61d9cd2b35b841517710779a6a98e4-days,
	#timer-number-0c61d9cd2b35b841517710779a6a98e4-hours,
	#timer-number-0c61d9cd2b35b841517710779a6a98e4-minutes,
	#timer-number-0c61d9cd2b35b841517710779a6a98e4-secundes,
	#timer-number-151c3148353e04e635ca2356b6ad2dcd-days,
	#timer-number-151c3148353e04e635ca2356b6ad2dcd-hours,
	#timer-number-151c3148353e04e635ca2356b6ad2dcd-minutes,
	#timer-number-151c3148353e04e635ca2356b6ad2dcd-secundes {
		font-size: 14px !important;
	}
	
	.timer-separator {
		padding: 3px !important;
	}
	.stock h3 { 
		padding-right: 0;margin-right: 0;
	}
	.slider {
		background-position: -215px 32px;
		padding-top: 140px;
	}
	.drilled {
		background-position: -570px 0;
	}
	.deadline-title {
		margin-top: 0;
	}
	.stock-inner {
		padding: 15px;
	}
	.stock .stock-text:first-child {
		margin-top: 0;
	}
	body {
		overflow-x: hidden;
		margin-right: 0 !important;
	}
	h1 {
		margin-bottom: 15px;
	}
	.logo img {
		width: 55%;
	}

	.header-top .contact img {
		display: none;
	}
	.header-bottom {
		display: none;
	}
	.slider-title.big {
		font-size: 64px;
	}
	.slider-title {
		font-size: 25px;
	}
	.slider {
		height: auto;
		margin-top: -32px;
	}
	.slider .feedback {
		width: 100%;
	}
	.slider .feedback .feedback-title {
		font-size: 26px;
	}
	.slider-text {
		font-size: 22px;
	}
	.border-block {
		display: none;
	}
	.stock .stock-text {
		font-size: 30px;
	}
	.stock .stock-text.big {
		font-size: 34px;
	}
	.timer .timer-item .timem {
		font-size: 45px;
	}
	.stock-inner .button {
		position: initial;
		margin: 0 auto;
	}
	.timer .timer-separator {
		display: inline-block;
		font-family: "ProximaNovaBold";
		font-size: 40px;
		vertical-align: top;
		margin: -1px -11px;
	}
	h4 {
		font-size: 22px;
	}
	h4:after {
		width: 65px;
	}
	.drilled ul {
		margin-left: 15px;
	}
	.drilled .col-sm-4 {
		border-bottom: none;
	}
	.drilled form label {
		font-size: 18px;
	}
	.add-services-item {
		width: 100%;
	}
	.video {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		height: 200px;
		margin-bottom: 40px;
	}
	.reasons ul li {
		font-size: 15px;
	}
	.stat .stat-item .stat-item-title {
		font-size: 45px;
	}
	.review .review-name, .review .type-house {
		padding-left: 0;
	}
	.review .review-avatar {
		display: none;
	}
	.review .review-text {
		padding-left: 15px;
		margin-left: 0;
	}
	.review .review-text:after {
		right: 0;
	}
	.review .review-text:before {
		left: 0;
	}
	.review-item {
		margin-bottom: 30px;
	}
	.sertificats .docs .docs-inner .doc {
		margin-right: 0;
		width: 100%;
	}
	#feedback form {
		margin-bottom: 40px;
	}
	footer .phones-footer, footer .email-footer {
		margin-left: 30px;
	}
	footer .phones-footer {
		margin-top: 20px;
	}
	.modalWindow .modal-inner .feedback .input-name, .modalWindow .modal-inner .feedback .input-phone, .modalWindow .modal-inner .feedback .feedback-title,
	.modalWindow2 .modal-inner .feedback .input-name, .modalWindow2 .modal-inner .feedback .input-phone, .modalWindow2 .modal-inner .feedback .feedback-title {
		width: 100%;
	}
	.mfp-close {
		top: -30px !important;
	}
	[type="checkbox"]:checked + label:after {
		top: 9px;
	}
	.doc-in {
		position: relative;
		margin: 0 auto;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 7px;
	}
	.navbar-toggle .icon-bar {
		width: 32px;
		height: 3px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.add-services-item {
		width: 33.33333%;
	}
	.stock .nasos {
		width: 30%;
		height: auto;
		position: relative;
		z-index: 999;
		text-align: center;
		display: block;
		margin: 30px auto;
	}
}

.next {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	top: 41%;
	right: 15px;
	width: 20px;
	height: 20px;
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #f7f7f7;
	transition: border-left-color 0.4s ease;
	cursor: pointer;
}

.next:hover {
	border-left-color: #0090e2;
}

.prev {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	top: 41%;
	left: 10px;
	width: 20px;
	height: 20px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 12px solid #f7f7f7;
	transition: border-right-color 0.4s ease;
	cursor: pointer;
}

.prev:hover {
	border-right-color: #0090e2;
}

.owl-item.active {
	-webkit-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-o-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
}
.review .review-avatar img.standart-avatar {
	width: initial;
	height: initial;
	border-radius: 0;
	top: 50%;
    margin-top: -42px;
    left: 50%;
    margin-left: -36px;
}

.reviewButton {
	width: 200px;
	margin: 0 auto;
	margin-top: 50px;
}

.modalWindow textarea {
	width: 100%;
    font-family: ProximaNovaRegualar;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid white;
    border-radius: 15px;
    padding: 5px 15px;
    outline: none;
    margin: 0px;
}

.inputReview {
	width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.form-group .button {
	margin: 0 auto;
	margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.akcia.blue-section img {
	width: 100%;
}
/*# sourceMappingURL=maps/main.css.map */

#timer-text-0c61d9cd2b35b841517710779a6a98e4-days,
#timer-text-0c61d9cd2b35b841517710779a6a98e4-hours,
#timer-text-0c61d9cd2b35b841517710779a6a98e4-minutes,
#timer-text-0c61d9cd2b35b841517710779a6a98e4-secundes,
#timer-text-151c3148353e04e635ca2356b6ad2dcd-days,
#timer-text-151c3148353e04e635ca2356b6ad2dcd-hours,
#timer-text-151c3148353e04e635ca2356b6ad2dcd-minutes,
#timer-text-151c3148353e04e635ca2356b6ad2dcd-secundes {
	display: block !important;
	color: black !important;
	text-align: center !important;
	font-family: 'ProximaNovaRegualar' !important;
	font-size: 16px !important;
}