body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #2a2a2a;
}

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


button:focus {
	outline: none;
}

a {
	color: #212121;
}

img {
	max-width: 100%;
}

section {
	overflow: hidden;
}
ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	list-style-type: none;
}
/*********** header ************************/

.header, .footer  {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;

}

.header-top {
	background: #FFF;
}

.container .brand-wrap {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding-top: 23px;
    padding-bottom: 25px;
}

.adress {
	font-size: 16px;
	font-weight: 600;
}

.adress::before {
    content: url(../img/map.svg);
    display: inline-block;
    position: relative;
    top: 4px;
    padding-right: 10px;
}

.header p, .footer p {
	margin: 0px;
	display: inline-block;
}

.brand-wrap .row {
	align-items: center;
	margin: 0px;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.phone a:hover {
	text-decoration: none;
}

.phone a {
	font-size: 20px;
    color: #212121;
}

.phone-kievstar::before {
	content: url(../img/kievstar.png);
	display: inline-block;
}

.phone-life::before {
	content: url(../img/life.png);
	display: inline-block;
}

.phone-vodafone::before {
    content: url(../img/mts.png);
    display: inline-block;
}

.phone a::before {
	position: relative;
	top: 6px;
    padding-right: 8px;
}

.phone a:last-child {
	padding-left: 20px;
}

/*nav*/

nav {
    background: rgba(25, 168, 217, 0.9);
    text-transform: uppercase;
    font-size: 14px;
}

nav ul {
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	display: inline-block;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
}

nav a {
    color: #FFF;
    display: block;
    position: relative;
    padding: 17px 0px;
    margin: 0px 22px;
}

nav a:before {
	content: '';
	width: 0px;
	height: 3px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 1s ease-out 0.2s;
     -moz-transition: all 1s ease-out 0.2s;
     transition: all ease-out 0.2s;
}

nav a:hover:before, nav .current-menu-item a:before {
	width: 100%;
}

.form-control {
	font-weight: 100 !important;
}

.service-page div.wpcf7-validation-errors {
	color: #FFF;
}

nav a:hover {
	color: #FFF;
	text-decoration: none;
}

nav .active {
	font-weight: bold;
}

ul.drop-menu {
	display: none;
}

.menu-xider-menyu-container {
	text-align: center;
}

/*parallax*/

.title-wrap {
	text-align: center;
}

.title-wrap__h1, .title-wrap__h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.title-wrap__h1 {
	display: block;
    border-radius: 5px;
    background-color: rgb(0, 160, 213);
    font-size: 40px;
    margin-bottom: 15px;
    padding: 12px 5px;
}

.title-wrap__h2 {
	display: inline-block;
    border-radius: 5px;
    background-color: rgb(33, 33, 33);
    font-size: 30px;
    padding: 11px 19px;
    margin-bottom: 0px;
}

.title-wrap {
	padding-top: 147px;
	padding-bottom: 159px;
}

.parallax-wrap {
    background: url(../img/bg-parallax.jpg) #fff fixed no-repeat center top;
    background-size: cover;
}

/*form*/

.form-wrap {
  	background-color: rgba(0, 160, 213, 0.9);
    padding-top: 27px;
    padding-bottom: 27px;
}

.form-control:focus {
	border-color: #ffd912;
	box-shadow: 0px 0px 3px #ffd912;
}

.form-control, .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
    text-transform: uppercase;
    color: #212121;
    font-weight: bold;
    text-align: center;
    padding: 13px 5px;
}

.form-control:-webkit-input-placeholder { color: #212121; }
.form-control:-ms-input-placeholder { color: #212121;}
.form-control::-ms-input-placeholder { color: #212121;}
.form-control::placeholder { color: #212121; font-weight:}

.your-name .form-control:-webkit-input-placeholder{ font-weight: 400;}
.your-name .form-control:-ms-input-placeholder{ font-weight: 400;}
.your-name .form-control::-ms-input-placeholder{ font-weight: 400;}
.your-name .form-control::placeholder{ font-weight: 400;}

.wpcf7-tel.form-control:-webkit-input-placeholder{ font-weight: 400;}
.wpcf7-tel.form-control:-ms-input-placeholder{ font-weight: 400;}
.wpcf7-tel.form-control::-ms-input-placeholder{ font-weight: 400;}
.wpcf7-tel.form-control::placeholder{ font-weight: 400;}

div.wpcf7-validation-errors {
	display: none !important;
}

.btn-primary {
	background: #ffd913;
	cursor: pointer;
	border: transparent;
}

.btn-primary:hover {
	color: #212121;
	background: #ffea00;
}

.form-inline .form-control, .form-inline .btn {
	width: 100%;
}

/*job wrap*/

.title-block {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	    padding-top: 41px;
    padding-bottom: 7px;
}

.title-block::after {
	content: '';
	position: absolute;
	width: 120px;
	height: 3px;
	background: #00A0D5;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.panel-group {
	text-align: center;
}

.panel-title {
	margin-bottom: 1px;
	position: relative;
}

.panel-icon {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.panel-title a {
	background: #213038; /* Old browsers */
	background: -moz-linear-gradient(left, #213038 0%, #3c3d3c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #213038 0%,#3c3d3c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #213038 0%,#3c3d3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213038', endColorstr='#3c3d3c',GradientType=1 ); /* IE6-9 */
  	color: #FFF;
  	display: block;
  	font-family: 'Roboto Condensed', sans-serif;
  	font-size: 18px;
  	text-transform: uppercase;
  	padding: 18px 50px;
  	position: relative;
}

.panel-title a.collapsed:hover {
	background: #18A7D6;
	text-decoration: none;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-title a.collapsed {
	background: #1f93c6; /* Old browsers */
	background: -moz-linear-gradient(left, #1f93c6 0%, #8bc7d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1f93c6 0%,#8bc7d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1f93c6 0%,#8bc7d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f93c6', endColorstr='#8bc7d8',GradientType=1 ); /* IE6-9 */
}

.service-page .form-wrap div.wpcf7-mail-sent-ok {
	color: #FFF;
}

.panel-title a:before, .panel-title a:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 4px;
    height: 14px;
    right: 30px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 1s ease-out 0.2s;
    -moz-transition: all 1s ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.panel-title a.collapsed:after {
	transform: translate(-8px,0) rotate(-45deg);
}

.panel-title a.collapsed:before {
    transform: translate(0px,0) rotate(45deg);
}

.panel-title a:after {
    transform: translate(0px,0) rotate(-45deg);
}

.panel-title a:before {
    transform: translate(-8px,0) rotate(45deg);
}

.panel-body ul li a {
	font-size: 15px;
	font-weight: bold;
    padding: 17px 5px;
	text-transform: uppercase;
	background: #F4F4F4;
	display: block;
	margin-bottom: 1px;
}

.panel-body ul li a:hover {
	background: #18A7D6;
	color: #fff;
	text-decoration: none;
}

.panel-group .panel:first-child .panel-title a {
	border-radius: 10px 10px 0px 0px;
}

.panel-group .panel:last-child .panel-title a {
	border-radius: 0px 0px 10px 10px;
}

.panel-group {
	padding-top: 14px;
	padding-bottom: 50px;
}

/*carousel*/

.carousel {
	padding-bottom: 5px;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 5px;
    margin-left: 5px;
}


/*about us*/

.about-us-text-content {
	text-align: center;
	padding-top: 10px;
    line-height: 1.6;
}

.about-us-text-content p {
	margin-bottom: 26px;
}

.name-team {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-us-team img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.about-us-team .title-block {
	padding-top: 15px;
    margin-bottom: 29px;
}

.about-us-team .row {
	    align-items: center;
}

.about-us-team .col-md-7 {
	padding: 0px;
}

.about-us-team .btn {
	color: #FFF;
	border-color: transparent;
	background: #00A0D5;
	display: block;
	max-width: 225px;
	margin: auto;
}

.about-us-team .btn:hover {
	background: #00B2ED;
}

.about-us-team > .row {
	padding-bottom: 34px;
}

.about-us {
	padding-bottom: 53px;
}

/*why*/

.why-wrap {
	color: #FFF;
	background: url('../img/why.jpg');
	background-size: cover;
	background-position: center;
	    padding-bottom: 23px;
}

.why-wrap .title-block::after {
	background: #FFF;
}

.why-wrap-item {
	text-align: center;
}

.why-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 16px;
    margin-bottom: 8px;
}

.why-icon {
	width: 180px;
	height: 180px;
	position: relative;
	background: #00A0D5;
	margin: auto;
	border: 3px solid #00a0d5;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.why-wrap-item:hover .why-icon {
	background: #00B2ED;
	border-color: #fff;
}

.why-icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 1s ease-out 0.2s;
    -moz-transition: all 1s ease-out 0.2s;
    transition: all ease-out 0.2s;
	transform: scale(0.9);
}

.why-wrap-item:hover .why-icon img {
	transform: scale(1);
}

.why-wrap .title-block {
	padding-top: 33px;
	    margin-bottom: 40px;
}

.why-wrap-item:nth-child(1) .why-icon img {
	width: 96px !important;
}
.why-wrap-item:nth-child(2) .why-icon img {
	width: 112px !important;
}
.why-wrap-item:nth-child(3) .why-icon img {
	width: 117px !important;
}

/*form section*/

.form-content {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

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

.form-content p:first-child {
	font-size: 30px;
	margin-bottom: 1px;
}

section.form-wrap {
	padding-bottom: 41px;
}

.map-wrap iframe {
	width: 100%;
	height: 400px;
}

.map-wrap {
	line-height: 0;
	padding-top: 12px;
}

/*service page*/

.service-page .form-wrap {
	padding-bottom: 41px;
	background: #2B3235;
}

.service-page-title {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}

.service-page {
	background: url('../img/bg.jpg');
}

.service-page-title-top {
	font-size: 40px;
  	border-radius: 5px;
  	background-color: rgba(32, 39, 42, 0.9);
  	display: inline-block;
    margin-bottom: 15px;
    padding: 13px 23px;
}

.service-page-title-bottom {
	font-size: 30px;
	margin-bottom: 0px;
  	border-radius: 5px;
  	background-color: rgba(1, 157, 210, 0.9);
  	display: inline-block;
  	padding: 11px 21px;
}

.service-page-title {
    background: url('../img/bg-service.jpg');
    padding-top: 83px;
    padding-bottom: 83px;
    background-size: cover;
}

.service-page-content p, .about-page-content p {
	padding-top: 6px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

.service-page-content p.title-block {
	padding-top: 35px;
	text-align: center;
}

.about-page-content p.title-block {
	padding-top: 22px;
	text-align: center;
}

.service-page-content img, .about-page-content img {
	    padding-top: 12px;
    padding-bottom: 20px;
}

.service-page-content {
	padding-bottom: 20px;
}

/*about us page*/

.about-page-team img {
	border-radius: 50%;
}

.about-page-team .name-team {
	font-size: 20px;
	    margin-bottom: 20px;
}

.about-page-team p {
	line-height: 1.6;
}

.about-page-team .row {
	padding-top: 22px;
}

a:focus {
	outline: none;
}

.mfp-title {
	display: none;
}

.zoom-gallery img {
	border: 2px solid #ecf0f1;
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.zoom-gallery a {
	display: block;
	margin-bottom: 20px;
}

.about-page-zoom-gallery a {
	display: block;
	margin-bottom: 30px;
}

.about-page-zoom-gallery img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    max-height: 200px;
}

.about-page {
	padding-bottom: 10px;
}

/*contact page*/

.contact-page-phon-item p{
	font-size: 13px;
	color: #B6B6B6;
}

.contact-page-phon-item a {
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	    font-size: 17px;
}

.contact-page-phon-item > div:last-child {
	padding: 0px;
}

.contact-page-phon-item, .soc-items {
	padding-top: 15px;
}

.soc-items {
	align-items: center;
}

.contact-form .form-control {
    border-radius: 5px;
    background-color: rgb(250, 250, 250);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    text-transform: none;
    text-align: left;
    padding: 10px 17px;
}

.contact-form .form-control:focus {
    border-color: rgb(0, 160, 213);
    box-shadow: 0px 0px 3px rgb(0, 160, 213);
}

.contact-form .btn {
	color: #FFF;
    border-radius: 5px;
    background-color: rgb(0, 160, 213);
    width: 100%;
    max-width: 313px;
}

.contact-form .btn:hover {
    background: #00B2ED;
}

.contact-form .title-block {
	margin-bottom: 35px;
}

.contact-form p {
	line-height: 1.6;
}
.contact-form .form-group {
    margin-bottom: 19px;
}

.image-comparator .title {
	display: none;
}

.image-comparator .noUi-target {
    border-radius: 2px;
    border: 0px;
    background: linear-gradient(139deg, #ecf0f1 43%, #e2e6e7 0, #e2e6e7 50%, #ecf0f1 0, #ecf0f1 75%, #e2e6e7 0);
    background-size: 17px 25px;
    height: 8px;
    margin-top: 0px;
}

.image-comparator .noUi-horizontal .noUi-handle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: #c3c3c3;
    left: -24px;
    top: -20px;
    background: #00a0d5;
    border: 4px solid #fff;
    box-shadow: none;
    cursor: pointer;
}

.copyright {
	background: #000;
	text-align: center;
}

.copyright a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-transform: none;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 992px) {

	.service-page-title-top {
		font-size: 24px;
	}

	.service-page-title-bottom {
		font-size: 20px;
	}

	.service-page-title {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.about-us-team .row {
		padding-bottom: 20px;
	}
	.form-control, .btn {
		font-size: 12px;
	}

	.brand-wrap .row > div {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.carousel-item img {
	    min-height: 250px;
	    object-fit: cover;
	}

	.adress {
		font-size: 12px;
	}

	.adress::before {
		top: 8px;
	}

	.carousel-indicators {
		margin-bottom: 0px;
	}

	.carousel-indicators li {
		width: 25px;
		height: 3px;
		border-radius: 0px;
	}

	.title-wrap__h1 {
		font-size: 25px;
	}

	.title-wrap__h2 {
		font-size: 20px;
	}

	.form-content p:first-child {
		font-size: 20px;
	}

	.form-content {
		font-size: 15px;
	}

	.metaslider .slides img {
    min-height: 147px;
    object-fit: cover;
}

}

@media (max-width: 767px) {

	.about-us-team .row {
		margin: 0px;
		text-align: center;
	}

	.name-team {
		padding-top: 10px;
	}

	.carousel-item img {
	    min-height: 80px;
	    object-fit: cover;
	}

	.container .brand-wrap {
		padding-top: 5px;
    	padding-bottom: 0px;
	}

	.phone a {
		display: block;
		padding-bottom: 10px;
	}

	.phone a:last-child {
		padding-left: 0px;
	}

	.title-wrap {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}

	.zoom-gallery img, .about-page-zoom-gallery img {
		width: auto;
	    margin: auto;
	    display: block;
	    height: auto;
	}

	.about-page-team img {
		display: block;
		margin: auto;
	}

	.about-page-team p {
	    text-align: justify;
	}

	.about-page-team .name-team {
		text-align: center;
	}

	.contact-form .btn {
		max-width: 100%;
	}
}
