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

body {
	font-size: 16px;
}

img {
    vertical-align: middle;
    border: 0;
}

/* --------------- Header start   -------------------------*/

header {
}


.logo-header {
	padding-top: 1em;
	padding-bottom: 1em;
}

.logo-header span {
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2.8em;
	color: #0099da;
	font-weight: 900;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 153, 218, 0.2);
}

.logo-img {
	position: relative;
	left: 50%;
	width: 100px;
	height: 62px;
	background-image: url(../img/Logo_kond.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.logo-img img {
	position: absolute;
	top: 15%;
	right: 8%;
}

.menu-header,
.menu-header ul {
	margin: 0;
}

.menu-header ul li {
	float: left;
	list-style-type: none;
	padding-top: 12px;
}

.menu-header ul li a {
	font-family: 'Exo 2',"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 15px 25px;
	text-decoration: none;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	color: black;
	-webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
	transition: background-color  0.5s ease;
}

.menu-header ul .home-nav a {
	background-color: #eee;
	background-image: url(../img/home_menu.png);
	background-repeat: no-repeat;
	background-position: 17px 13px;
}

.menu-header ul .home-nav a:hover {
	background-position: -34px 13px;
}

.menu-header ul li:last-child {
	border-right: 0;
}

.menu-header ul li a:hover {
	background-color: #0099da;
	color: #ffffff;																																																		
}

.menu-header ul .activ {
	background-color: #0099da;
	color:#ffffff;
}

.otherdata-header {
	margin-top: 2.5em;
	margin-left: 1.6em;
	font-size: 1.15em;
}

.otherdata-header p {
	margin: 6px 0px;
	font-family: 'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.otherdata-header .otherdata-time,
.otherdata-header .otherdata-number1,
.otherdata-header .otherdata-number2,
.otherdata-header .otherdata-email {
	position: relative;
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.otherdata-header .otherdata-number1,
.otherdata-header .otherdata-number2,
.otherdata-header .otherdata-email,
.otherdata-header .basket-count span {
	font-weight: bold;
}

.otherdata-header .otherdata-time::before {
	content: "";
	display: inline-block;
	background-image: url(../img/clock.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10%;
	left: -12%;
}

.otherdata-header .otherdata-number1::before {
	content: "";
	display: inline-block;
	background-image: url(../img/small_phone.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 15px;
	height: 25px;
	position: absolute;
	top: -2%;
	left: -10%;
}

.otherdata-header .otherdata-number2::before {
	content: "";
	display: inline-block;
	background-image: url(../img/star.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0%;
	left: -12%;
}

.otherdata-header .otherdata-email::before {
	content: "";
	display: inline-block;
	background-image: url(../img/email.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 11%;
	left: -15%;
}

.otherdata-header .butn {
	padding: 4px 5px;
	font-size: 0.85em;
}

.phone-modal,
.email-modal {
	display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;
}

.phone-modal-content,
.email-modal-form {
	font-family: 'Exo 2',"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #fefefe;
    margin: 0 auto 15% auto;
    border: 1px solid #888;
    width: 50%;
}

.close {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    right: 25px;
    top: -10%;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.phone-modal-input input[type=text],
.phone-modal-input input[type=email],
 .phone-modal-input textarea{	
	width: 100%;
	color: #000;
    padding: 10px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 0 0;
    position: relative;
}

img.avatar {
    width: 35%;
    border-radius: 50%;
}

.phone-modal-input {
	padding: 1em;
}

.phone-modal-input label {
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
	margin-bottom: 0;
	margin-top: 4px;
}
input.error {
	position: relative;
}
label.error {
	color: #dc3545 !important;
	position: absolute;
	right: 30%;
	margin-top: 15px;
	transition: all 0.3s;
}
.phone-modal input.error {
	border: 1px solid #dc3545;
}
.email-modal input.error,
.email-modal textarea.error {
	border: 1px solid #dc3545;
}
.ctab-form label.error {
	position: relative;
	right: 0;
	margin-top: 0;
	text-shadow: 0 0 3px #ffffff, 0 0 6px #198192;
}
.ctab-form input.error {
	border: 1px solid #198192;
}
.labforval {
	display: block;
}
.succes-formsubmit {
	color: green;
	visibility: hidden;
	transition: visibility 0.4s;
	display: inline-block;
	float: right;
	margin-top: 22px;
}
.formsubmitsucces {
	visibility: visible;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* --------------- Header end   -------------------------*/

.main-tittle {
	font-family: 'Exo 2',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 1.2em;
}

.slider-wrap h4 {
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.25em;
} 

.slider-wrap p {
	font-family: 'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.2em;
}

.wrap-upper-btn {
	position: relative;
}

.upper-btn {
	position: absolute;
	right: -5%;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
	transition: all  0.5s ease;
}

.upper-btn a {
	display: block;
	width: 50px;
	height: 44px;
	background-image: url(../img/upper_btn.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;
	border-radius: 45%;
}

.upper-btn:hover {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.upper-btn a:hover {
	box-shadow: inset 0px 0px 4px 2px grey;
}

/*-----------------sections our-services ----------------*/

.our-service-h2,
.work-withous-h2,
.why-we-h2,
.our-works-h2,
.reviews-h2 {
	font-family: 'Exo 2',"Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
	font-weight: 300;
}

.our-service-h2::after,
.work-withous-h2::after,
.why-we-h2::after,
.our-works-h2::after,
.reviews-h2::after {
	position: absolute;
    top: 55%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    border-left: solid 20px #fff;
}

.our-service-boxs,
.why-we-boxs {
	background-color: #f6f6f6;
    border: solid 1px #e5e5e5;
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 25px 10px 10px;
    margin-bottom: 5px;
}

.our-service-icon,
.why-we-icon {
	width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 2.2;
    background-color: transparent;
    color: #0099da;
    border: solid 1px #0099da;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
}

.our-service-icon {
	box-shadow: 2px 2px 2px rgba(31, 30, 30, 0.2);
	position: relative;
}

.our-service-projecting .our-service-icon {
	background-image: url(../img/pencil_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.our-service-instalation .our-service-icon {
	background-image: url(../img/montazh_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.our-service-servis .our-service-icon {
	background-image: url(../img/service_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.our-service-boxs h3 {
	font-weight: 300;
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 2px 2px 2px rgba(31, 30, 30, 0.3);
	position: relative;
}


.our-service-article p {
	font-family: 'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}

.our-service-article .our-service-tittle-artikl,
.reviews .reviews-tittle {
    font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    color: #0099da;
    text-align: center;
}

/*-----------------sections our-services end ----------------*/

/*---------sections work-withus ----------------*/

 .work-withous .work-withous-bgwrapper {
	background-image: url(../img/bg_how_works.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.work-withous .work-withous-list  {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.work-withous .work-withous-h2::after {
	margin-left: 20px;
	border-left: 0;
}

.form-tittle p {
	font-size: 1.4em;
    font-weight: 600;
    color: #0099da;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(68,68,68,0.6), 3px 3px 3px rgba(0, 0, 0, 0.6);
	margin: 10px 0px 10px;
}

.form-tittle p span {
	background-color: rgba(246,246,246,0.1);
	    padding: 1px
}

.form-wrap {
	margin-bottom: 36px;
}

.work-withous-list {
	text-align: center;
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
	border-right: 1px solid #eee;
} 

.work-withous-list ul {
	margin-top: 50%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work-withous-list ul li {
	list-style-type: none;
	padding: 8px;
	font-size: 1.8em;
	color: #fff;
}

.ctab-form {
    font-family: 'Exo 2',"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 10px 10px 20px;
    background-color: rgba(68,68,68,0.8);
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    float: right;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
}

.ctab-form label {
    margin-bottom: 5px;
    font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #7b7b7b;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.file-upload {
    position: relative;
    overflow: hidden;
    line-height: 35px;
    color: #fff;
}

.ctab-form .butn {
	padding: 5px 10px;
}

.ctab-upload {
    margin: 5px auto;
    padding: 0 5px;
}

.file-upload>button {
    float: right;
    height: 100%;
}

input[type="file"] {
    display: block;
}

.file-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;
    -ms-transform: scale(20);
    opacity: 0;
    cursor: pointer;
}

.ctab-form .feedback-field {
	font-family: 'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}


/*---------sections work-withus end ----------------*/


/*---------sections our-works ----------------*/


.fansycontainer{display:flex;flex-wrap:wrap;justify-content:space-around;}
.fansycontainer img:hover{-webkit-filter:saturate(3);filter:saturate(3);-webkit-box-shadow:0 0 5px #000, 0 0 15px #000;box-shadow:0 0 5px #000, 0 0 15px #000;}
.fansycontainer img{max-width:155px;margin:2px 2px;padding:2px;border:1px solid #198192;background-color:#f6f6f6;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;}
.our-works-bgwrapper{background-image:url(../img/bg_how_works2.jpg);background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;background-attachment:fixed;padding-top:35px;padding-bottom:35px;}
.our-works-slider .bxslider .col-xs-6 h4{font-family:'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.2em;margin-top:-0.2em;}
.our-works-slider .bxslider .col-xs-6 p{font-family:'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.1em;}
.round-img{-webkit-border-radius:50%;border-radius:50%;float:right;}
.reviews-text h4{font-family:'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;}
.reviews-text p{padding:0 25px 0 10px;font-family:'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.1em;}
/*---------sections our-works end ----------------*/


/*---------sections reviews ----------------*/

.reviews-form {
	background-color: #f6f6f6;
	max-width: 20em;
	padding: 10px 10px 15px;
}

.reviews-form label {
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
	display: block;
	color: #444;
}

.reviews-photo {
	float: right;
}

.reviews-photo img {
	border-radius: 50%;
}

.reviews-form input,
.reviews-form textarea {
	width: 100%;
}

.reviews-form textarea {
	font-family: 'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}

.reviews-form input[type='file'] {
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0.6em;
	padding: 5px;
}

.reviews-form input[type='button'] {
	font-family: 'Exo 2',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*---------sections reviews end ----------------*/


/* --------------- Footer start   -------------------------*/

footer {
	background-color: #444;
	color: #eee;
	padding: 0;
	margin-top: 30px;
    border-top: solid 1px #ccc;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

/*------menu-footer  ----------*/

.menu-footer h3,
.contaktus-footer h3,
.carousel-footer h3 {
	color: #0eb7ff;
	font-weight: 300;
	line-height: 120%;
}

.menu-footer ul {
	padding-left: 0;
    list-style: none;
    font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.menu-footer ul li  {
	float: left;
    width: 33.333%;
    padding-bottom: 3px;
    padding-top: 3px;
	list-style-type: none;
}

.menu-footer ul li a {
	text-decoration: none;
	color: #eee;
	font-size: 0.95em;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
	transition: all  .25s ease;
}

.menu-footer ul li a:hover {
	color: #0eb7ff;
}

/*------contaktus-footer  ----------*/

.butn {
	padding: 4px 35px;
	border-radius: 3px;
	color: #fff;
	background-color: #0099da;
    background: -moz-linear-gradient(top, #0099da 5%, #0087c1 100%);
    background: -webkit-linear-gradient(top, #0099da 5%, #0087c1 100%);
    background: -o-linear-gradient(top, #0099da 5%, #0087c1 100%);
    background: -ms-linear-gradient(top, #0099da 5%, #0087c1 100%);
    background: linear-gradient(to bottom, #0099da 5%, #0087c1 100%);    
    border: 1px solid #0087c1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
	transition: all  0.5s ease;
}

.butn:hover {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.contaktus-footer p {
	font-family: 'EB Garamond',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}

.contaktus-footer p:last-child {
	color: #0eb7ff;
}

.contaktus-footer p span {
	font-size: 1.1em;
	font-family: 'Exo 2',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.contaktus-footer p span:last-child {
	margin-left: 10px;
}

.map-gogle {
	padding: 10px;
}

.email-modal .email-modal-form {
	margin: -50px auto 15% auto;
}

.copy-footer {
	background-color: #333;
}

.copy-footer p {
	text-align: center;
	margin: 10px 0;
	font-size: 0.85em;
}

/* --------------- Footer end   -------------------------*/

/* --------------- Carousel start   -------------------------*/
.carousel-footer {
	margin-top: 5%;
}

.carousel-footer .bxslider .col-xs-6 {
	background-color: transparent;
	font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* --------------- Carousel end   -------------------------*/

@-webkit-keyframes ventrun {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

@keyframes ventrun {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.ventrun {
	-webkit-animation-name:ventrun;
	animation-name:ventrun;
	animation-duration:1s;
	-webkit-animation-duration:1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}

.iconrun {
	-webkit-animation-name:ventrun;
	animation-name:ventrun;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
}

@-webkit-keyframes fadeInDown { 
	0%{opacity:0;
		-webkit-transform:translate3d(0,70%,0);
		transform:translate3d(0,70%,0)}
	100%{opacity:1;
		-webkit-transform:none;
		transform:none}}
@keyframes fadeInDown {
	0%{opacity:0;
		-webkit-transform:translate3d(0,70%,0);
		transform:translate3d(0,70%,0)}
	100%{opacity:1;
		-webkit-transform:none;\
		transform:none}}

.slip_down, .slip_left {
	visibility: hidden;
}

.fadeInDown{-webkit-animation-name:fadeInDown;
			animation-name:fadeInDown;
			animation-duration:1s;
			-webkit-animation-duration:1s;
			visibility:visible;}

@-webkit-keyframes fadeInLeft {
	0%{opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)}
	100%{opacity:1;
		-webkit-transform:none;
		transform:none}}
@keyframes fadeInLeft {
	0%{opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)}
	100%{opacity:1;
		-webkit-transform:none;
		transform:none}}

.fadeInLeft{-webkit-animation-name:fadeInLeft;
			animation-name:fadeInLeft;
			animation-duration:1s;
			-webkit-animation-duration:1s;
			visibility:visible;}
