
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic');
body{
	font-family: 'Montserrat', sans-serif;
	color:#434242;
	font-size: 14px;
}
img{
	max-width: 100%;
	height: auto !important;
}
.fancybox-image, .fancybox-spaceball{
	height: 100% !important;
}
.tr, a{
	-webkit-transition: all .25s ease;
   	   -moz-transition: all .25s ease;
   	    -ms-transition: all .25s ease;
   	     -o-transition: all .25s ease;
   	        transition: all .25s ease;
}
.header-top{
	background: #fff;
	padding:10px 0;
	position: relative;
    z-index: 10;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
       -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
}
.header_contacts{
	margin-bottom: 0;
	padding-left: 30px;
	position: relative;
	font-size: 11px;
	color:#434242;
	font-weight: 500;
	line-height: 1;
	min-height: 25px;
	padding-top: 7px;
	margin:2px 0;
}
.header_contacts:before{
	content:'';
	position: absolute;
	left:0;
	top:0;
	width: 25px;
	height: 25px;
	border:2px solid #00a0e3;
	font-size: 12px;
	color:#434242;
	line-height: 21px;
	text-align: center;
	font-family: 'fontAwesome';
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.phone{
	font-weight: 900;
	color:#434242;
	font-size: 14px;
	padding-top: 5px;
}
.phone a{
	color:#434242;
	text-decoration: none;
}
.phone a:hover{
	color:#00a0e3;
}
.phone span{
	font-size: 10px;
}
.phone:before{
	content:'\f095';
}
.adres:before{
	content: '\f041';
}
.regim:before{
	content:'\f017';
}
.social span{
	font-size: 11px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
.social ul{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.social ul li{
	display: inline-block;
	margin: 0 2px;
}
.social ul li a{
	display: block;
	background: #fff;
	border:2px solid #00a0e3;
	height: 25px;
	width: 25px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	color:#434242;
	text-decoration: none;
	position: relative;
	z-index: 5;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.social ul li a:after{
	content:'';
	position: absolute;
	top:50%;
	left:50%;
	right:50%;
	bottom:50%;
	z-index: -1;
	background: #00a0e3;
	-webkit-transition: all .25s ease;
   	   -moz-transition: all .25s ease;
   	    -ms-transition: all .25s ease;
   	     -o-transition: all .25s ease;
   	        transition: all .25s ease;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.social ul li a:hover:after{
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.social ul li a:hover{
	color:#fff;
}
.btn{
	padding: .70rem .90rem;
	font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
	-webkit-border-radius: 60px;
	   -moz-border-radius: 60px;
	        border-radius: 60px;
}
.btn-primary {
    color: #434242;
    background-color: #ffed00;
    border-color: #ffed00;
    position: relative; 
}
.recal_btn .fa-phone{
	margin-right: 6px;
}
.recal_btn .fa-arrow-down{
	font-size: 9px;
	position: absolute;
    left: 20px;
    top: 11px;
    transform: rotate(45deg);
}
.btn-primary:hover {
    color: #fff;
    background-color: #00a0e3;
    border-color: #00a0e3;
}
.navigation_wrapper{
	background: #00a0e3;
}
.nav-link{
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
    padding: 0.7rem 1.5rem;
}
#navigation>ul>li:hover>.nav-link,
#navigation>ul>li.active>.nav-link{
	color:#434242;
}

#navigation ul li ul{
	list-style-type: none;
	padding:0;
	margin:0;
	width: 305px;
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#navigation ul li ul li a{
	background: #00a0e3;
	display: block;
	font-weight: 500;
	font-size: 12px;
	color:#fff;
	line-height: 1;
	padding:11px 20px;
}
#navigation ul li ul li:hover>a{
	background: #434242;
}
#navigation ul li{
	position: relative;
	z-index: 15;
}
#navigation>ul>li>ul{
	left:0;
	top:0;
}
#navigation>ul>li:hover>ul{
	top:100%;
	opacity: 1;
	visibility: visible;
}
#navigation ul li span{
	display: inline-block;
	vertical-align: middle;
}
#navigation ul li.parents>.nav-link:after{
	content:'\f078';
	font-family: 'fontAwesome';
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
#navigation>ul>li>ul>li>ul{
	left:0;
	top:0;
}
#navigation>ul>li>ul>li:hover>ul{
	left:100%;
	opacity: 1;
	visibility: visible;
}
#navigation ul li ul li.parents>.nav-link:after{
	content:'\f054';
	margin-left: 0;
	position: absolute;
    right: 10px;
    top: 12px;
}
.owl-slider .owl-item,
.item_slide{
    height: 100%;
}
.item_slide{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 5;
	color:#fff;
	
	text-align: center;
}
.item_slide .container{
	padding: 80px 0 120px 0;
}
.item_slide:after{
	content:'';
	position: absolute;
	z-index: -1;
	background:#002d40;
	opacity: 0.63;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.slide_title{
	font-weight: 900;
	text-transform: uppercase;
}
h3.slide_title{
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 55px;
}
h4.slide_title{
	margin-bottom: 40px;
	font-size: 24px;
}
.item_slide .desc{
	font-size: 22px;
	font-weight: 100;
}
.owl-slider .owl-dots{
	position: absolute;
	bottom:15px;
	width: 100%;
	left:0;
	text-align: center;
}
.owl-slider .owl-dots .owl-dot{
	width: 12px;
	height: 12px;
	background: #434242;
	border:0px solid;
	margin:0 3px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all .25s ease;
   	   -moz-transition: all .25s ease;
   	    -ms-transition: all .25s ease;
   	     -o-transition: all .25s ease;
   	        transition: all .25s ease;
}
.owl-slider .owl-dots .owl-dot:hover{
	background: #00a0e3;
}
.owl-slider .owl-dots .owl-dot.active{
	background: #fff;
}
.owl-slider .owl-dots .owl-dot:focus{
	outline: none;
}
.slider_right{
	height: 0px;
}
.slider_right_tpl{
	border:7px solid #00a0e3;
	padding:40px 20px;
	/*position: absolute;
	z-index: 10;
	top:95px;
	left:15px;
	width: calc(100% - 30px);*/
	text-align: center;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}
.owl-carousel .owl-stage{
	height: 100%;
}
.srt_title1{
	font-size: 16px;
	color:#ffed00;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.srt_title2{
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 30px;
	color:#fff;
}
.srt_title2 strong{
	font-weight: 900;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	width: 35px;
	height: 35px;
	border: 0px solid;
	background: #fff;
	text-align: center;
	font-size: 10px;
	color:#434242;
	position: absolute;
	top:calc(50% - 17.5px);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all .25s ease;
   	   -moz-transition: all .25s ease;
   	    -ms-transition: all .25s ease;
   	     -o-transition: all .25s ease;
   	        transition: all .25s ease;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
	background: #ffed00;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus{
	box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.51);
	outline: none;
}
.owl-carousel .owl-prev{
	left: 18px;
}
.owl-carousel .owl-next{
	right: 18px;
}
.owl-our-work.owl-carousel .owl-nav button.owl-next,
.owl-our-work.owl-carousel .owl-nav button.owl-prev{
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.27);
}
.owl-our-work.owl-carousel .owl-prev{
	left: -5px;
}
.owl-our-work.owl-carousel .owl-next{
	right: -5px;
}
.owl-our-work.owl-carousel .owl-nav button.owl-next.disabled,
.owl-our-work.owl-carousel .owl-nav button.owl-prev.disabled{
	opacity: 0.7;
}
.col-services{
	width: 100%;
	 -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    position: relative;
    margin-bottom: 55px;
}
.services_tpl {
   text-align: center;
}
.services_hover{
	position: absolute;
	top:-10%;
	width: 100%;
	height: 100%;
	left:0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: #00a0e3;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}
.services_hover_table{
	display: table;
	height: 100%;
	width: 100%;
}
.services_hover_td{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.btn-warning {
    color: #434242;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-warning:hover{
	color: #434242;
    background-color: #ffed00;
    border-color: #ffed00;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #434242;
    background-color: #dccd00;
    border-color: #dccd00;
}

.services_hover_td .btn-primary:hover {
    color: #434242;
    background-color: #2ec1ff;
    border-color: #2ec1ff;
}
.col-services:hover .services_hover{
	opacity: 1;
	visibility: visible;
	top:0;
	opacity: 1;
	z-index: 10;
}
.font_size_title {
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
}
.wrapper_services .block_header{
	color:#434242;
	text-align: center;
	margin-bottom: 40px;
}
.wrapper_services{
	padding-top: 40px;
}
.services_title{
	font-size: 14px;
	color:#434242;
	font-weight: 900;
	line-height: 24px;
	margin-top: 15px;
	text-transform: uppercase;
}
.services_title a{
	color:#434242;
	text-decoration: none;
}
.services_right_img_1{
	position: absolute;
	top:-50px;
    left: 70px;
	z-index: 5
}
.services_right_img_2{
	position: absolute;
	top:105px;
	left:0;
}
.advantages_wrapper{
	background: url('../img/advantages_bg-min.jpg')no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 5;
	padding: 50px 0;
}
.advantages_wrapper:after{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #002d40;
	opacity: 0.63;
	top:0;
	left:0;
}
.advantages_wrapper>div{
	position: relative;
	z-index: 10;
}
.advantages_border{
	border:7px solid #00a0e3;
	border-top:0px solid;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.advantages-border-top{
	position: absolute;
	top: 0;
	width: calc(100% - 15px);
	border-top: 7px solid #00a0e3;
	z-index: -1;
	height: 100%
}
.advantages-border-top.left{
	-webkit-border-top-left-radius: 29px;
	-moz-border-radius-topleft: 29px;
	border-top-left-radius: 29px;
	left: 0;
}
.advantages-border-top.right{
	-webkit-border-top-right-radius: 29px;
	-moz-border-radius-topright: 29px;
	border-top-right-radius: 29px;
	right:0;
}
.h100{
	height: 100%;
}
.row-absolute-border{
	position: absolute;
    left: -7px;
    right: -7px;
    top: -6px;
	margin:0;
}
.advantages_wrapper .block_header{
	text-align: center;
	color:#fff;
	line-height: 1;
    margin-top: -13px;
    margin-bottom: 45px;
}
.advantages_tpl{
	text-align: center;
}
.advantages_title{
	font-size: 13px;
	color:#fff;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 30px;
}
.advantages_border{
	padding-bottom: 50px;
}
.karcher{
	background: url('../img/karcher-min.png')no-repeat;
/*	width: 634px;
	height: 640px;*/
	position: absolute !important;
	z-index: 5 !important;
/*	left: -105px;
	bottom: -310px;*/

    width: 33vw;
    height: 33.4vw;
    background-size: 100%;
    left: -5vw;
    bottom: -16.5vw;
}
.work_with_us{
	padding: 60px 0;
}
.work_with_us .block_header{
	text-align: center;
	margin-bottom: 60px;
}
.wwu_tpl{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 160px;
    margin: 0 32px;
	position: relative;
	padding: 20px 10px 0px 10px;
}
.margin-top-minus-wwu{
	margin-top: -23px;
}
.wwu_count_1{
	background: url('../img/border1.png')no-repeat;
}
.wwu_count_2{
	background: url('../img/border2.png')no-repeat;
}
.wwu_count_3{
	background: url('../img/border3.png')no-repeat;
}
.wwu_count_4{
	background: url('../img/border4.png')no-repeat;
	padding-top: 30px;
}
.wwu_count_5{
	background: url('../img/border5.png')no-repeat;
	padding-top: 30px;
}
.table_title_wwu{
	display: table;
	margin:0 auto;
	text-align: center;
}
.td_title_wwu{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 5px;
}
.wwu_desc{
	text-align: center;
	font-size: 11px;
	color:#919191;
	display: table-cell;
	vertical-align: middle;
}
.wwu_desc_table{
	display: table;
	width: 100%;
	height: 85px;
}
.wwu_desc p{
	margin-bottom: 7px;
}
.wwu_desc ul{
	margin:0;
	padding:0;
	display: inline-block;
	text-align: left;
	list-style-type:none;
}
.count_wwu{
	position: absolute;
	z-index: -1;
	width: 100%;
    top: -68px;
	left:0;
	text-align: center;
	font-weight: 900;
	color:#e3e3e3;
	font-size: 203px;
	line-height: 1;
}
.wwu_count_4 .count_wwu,
.wwu_count_5 .count_wwu{
	top:auto;
	bottom:-66px;
}
.form_manager{
	background: #00a0e3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.form_manager .block_header{
	font-size: 16px;
	color:#fff;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin:0;
	padding:28px 0;
}
.form-control{
	font-size: 14px;
	text-transform: uppercase;
}
.datepickers-container{
	z-index: 999999999999;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color:#434242;
}
.form-control{
    padding: 3px 10px 3px 42px;
    border: 0px solid;
    border-radius: 21px;
}
.label_icon{
	width: 29px;
	border-right:1px solid #d4d3d3;
	top:4px;
	bottom:4px;
	text-align: center;
	position: absolute;
	left:0;
	margin-bottom: 0;
}
.label_icon i{
    font-size: 10px;
    position: absolute;
    top: calc(50% - 5px);
    text-align: center;
    left: 0;
    width: calc(100% + 4px);
}
.form-group{
	position: relative;
}
.form_manager{
	padding:0 45px;
}
#af_msg,
#sr_msg,
#cb_msg{
	height: 30px;
	padding: 5px 10px 0px 42px;
}
.custom-control-label::before {
    border-radius: 6px;
}
.form_manager .custom-control-label::before{
	background-color: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #434242;
    background-color: #ffed00;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background: transparent;
	content: '\f00c';
	font-family: 'fontAwesome';
	line-height: 1;
	font-size: 14px;
}
.conf{
	font-size: 9px;
	font-weight: 500;
	color:#2d2d2d;
	display: inline-block;
	padding-top: 6px;
}
.conf a{
	color:#fff;
	text-decoration: underline;
}
.g-recaptcha>div{
	margin: 0 auto;
}
.managerBtn{
	text-align: center;
	position: relative;
    bottom: -20px;
}
.managerBtn .btn{
	padding: .70rem 1.9rem;
}
.basket{
	position: absolute;
	background: url('../img/basket.png')no-repeat;
	width: 328px;
	height: 312px;
	background-size: 100%;
	right:-147px;
	top:-199px;
}
#app{
	overflow: hidden;
}
#footer .social span{
	display: block;
}
.footer_block_contact{
	display: inline-block;
	text-align: left;
}
.logo_footer{
	text-align: center;
}
.rb{
	text-align: center;
}
#footer .social{
	margin-top: 25px;
}
.bottom_footer{
	padding-top: 50px;
	padding-bottom: 31px;
}
.footer_bg{
	background: url('../img/bgfooter.jpg')no-repeat bottom center;
	padding-top: 35px;
}
.navigation_footer{
	text-align: center;
	background: #434242;
}
.navigation_footer ul li.active a,
.navigation_footer ul li a:hover{
	color:#ffed00;
}
#footer .social ul li a{
	background: transparent;
}
.wwu_count_1:after{
	content:'';
	background: url('../img/arrow1.png')no-repeat center;
	width: 41px;
	height: 52px;
	position: absolute;
    right: -82px;
    top: 73px;
}
.wwu_count_2:after{
	content:'';
	background: url('../img/arrow2.png')no-repeat center;
    width: 52px;
    height: 41px;
	position: absolute;
    right: -66px;
    top: 82px;
}
.wwu_count_4:after{
	content:'';
	background: url('../img/arrow3.png')no-repeat center;
	width: 41px;
	height: 52px;
	position: absolute;
	left: -56px;
    top: 38px;
}
.wwu_count_5:after{
	content:'';
	background: url('../img/arrow4.png')no-repeat center;
    width: 52px;
    height: 41px;
	position: absolute;
    right: -66px;
    top: 34px;
}
.form_manager span.error{
	position: absolute;
	width: 100%;
	top:100%;
	font-size: 11px;
	left:0;
	color: #ffed00;
    font-weight: 600;
}
.navbar-nav {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}
.navbar-nav .nav-link{
	padding: 0.7rem 1.5rem;
}
.collapse:not(.show) {
    display: block;
}
.slider{
	position: relative;
}
.slider_right {
    height: 0px;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 95px;
    left: 15px;
}
.owl-slider.owl-carousel.owl-drag .owl-item{
	display: table-cell;
    vertical-align: middle;
    float: none;
}
.owl-slider.owl-carousel .owl-stage{
	display: table;
}
.border-about{
	border:7px solid #00a0e3;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	margin: 55px 0 45px 0;
    padding: 0 35px 30px 35px;
}
.h1_about{
	position: absolute;
    top: -18px;
	text-align: center;
	width: 100%;
	left:0;
}
.h1_about span{
	background: #fff;
	padding: 0 41px;
	position: relative;
	display: inline-block;
}
.h1_about span:after,
.h1_about span:before{
	content: '';
	position: absolute;
    top: 11px;
	width: 3px;
	height: 8px;
}
.h1_about span:after{
	background: url('../img/lb.png')no-repeat;
	left:0;
}
.h1_about span:before{
	background: url('../img/rb2.png')no-repeat;
	right:0;
}
.about_text_1{
	padding:50px 0 25px 0;
}
.border-about h2{
	font-size: 18px;
	color:#00a0e3;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 900;
}
.border-about h4{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 25px;
}
.border-about h4 span{
	position: relative;
}
.border-about h4 span:after{
	content:'';
	height: 4px;
	width: 100%;
	left:0;
	top:100%;
	background: #00a0e3;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	position: absolute;
}
.at2_p{
	width: auto;
	display: table;
	margin: 0 auto;
	position: relative;
	padding-left: 29px;
}
.at2_p:after{
	content:'\f017';
	position: absolute;
	left:0;
	top:0;
	font-family: 'fontAwesome';
}
.itemOurWork{
	position: relative;
	padding: 27px 0px 0px 0px;
}
.itemOurWork_l:nth-child(1){
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	right:0px;
	top:0;
	background: #00a0e3;
	color:#fff;
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	z-index: 10;
	text-transform: uppercase;
}
.itemOurWork_l:nth-child(1):after{
	content:'';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #00a0e3;
	width: 10px;
	height: 10px;
	left:-19px;
	top:0;
	position: absolute;
}
.itemOurWork_l:nth-child(1):before{
	content:'';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #00a0e3;
	width: 22px;
	height: 22px;
	left:-33px;
	top:26px;
	position: absolute;
}
/************************/
.itemOurWork_l:nth-child(2){
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left:0px;
	top:0;
	background: #00a0e3;
	color:#fff;
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	z-index: 10;
	text-transform: uppercase;
}
.itemOurWork_l:nth-child(2):after{
	content:'';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #00a0e3;
	width: 10px;
	height: 10px;
	right: -19px;
	top:0;
	position: absolute;
}
.itemOurWork_l:nth-child(2):before{
	content:'';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #00a0e3;
	width: 22px;
	height: 22px;
	right: -33px;
	top:26px;
	position: absolute;
}
.itemOurWork a{
    margin: 0 10px;
	display: block;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.owl-our-work{
	margin-bottom: 30px;
}
.itemOurWork a:after{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #00a0e3;
	opacity: 0; 
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.itemOurWork a:before{
	content: '\f00e';
	position: absolute;
	top:calc(50% - 6px);
	width: 100%;
	text-align: center;
	left:0;
	opacity: 0;
	font-size: 18px;
	color:#ffed00;
	line-height: 1;
	font-family: 'fontAwesome';
	z-index: 5;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;

}
.itemOurWork a:hover:before{
	opacity: 1;
}
.itemOurWork a:hover:after{
	opacity: 0.64; 
}
.col-komanda{
	width: 100%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.komanda_img img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.komanda_img {
	margin-bottom: 10px;
}
.komanda_title{
	font-size: 14px;
}
.komanda{
	padding-top: 25px;
}
.about_text_3{
	padding-bottom: 55px;
	padding-top: 10px;
}
strong, b{
	font-weight: 900;
}
.about_btn{
	position: absolute;
	background: #fff;
	padding:0 27px;
	bottom:-21px;
	left: 50%;
    transform: translateX(-50%);
}
.about_btn:before,
.about_btn:after{
	content: '';
    position: absolute;
    top: 21px;
    width: 3px;
    height: 8px;
}
.about_btn:after{
	background: url('../img/lb.png')no-repeat;
    left: 0;
}
.about_btn:before{
    background: url('../img/rb2.png')no-repeat;
    right: 0;
}
.about_img_1{
	text-align: left;
	width: 495px;
	height: 100%;
	position: absolute;
	left:-418px;
	top:40px;
}
.about_img_1.baby{
	left:-460px;
}
.about_img_1 .row,
.about_img_2 .row{
	height: 100%;
}
.about_img_2{
	width: 392px;
	height: 100%;
	text-align: right;
	position: absolute;
	right: -352px;
	top:0px;
}
.btn_back_about{
	text-align: center;
}
.btn_back_about button{
	background: transparent;
	padding: 0;
	margin: 0;
	border:0px solid;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	color:#434242;
	cursor: pointer;
}
.btn_back_about button:hover{
	color:#00a0e3;
}
.btn_back_about button i{
	margin-right: 8px;
}
.servicesTable .servicesPage_img{
	width: 120px;
	position: relative;
	z-index: 5;
}
.servicesPage_count{
	font-size: 102px;
	color:#e3e3e3;
	position: absolute;
    top: calc(50% - 51px);
    right: -8px;
	z-index: -1;
	line-height: 1;
	font-weight: 900;
}
.servicesTable.table td{
	border:0px solid;
	vertical-align: middle;
}
.servicesPage_title{
	font-weight: 900;
	color:#434242;
	font-size: 14px;
	text-transform: uppercase;
}
.h1_services{
	top: -38px;
}
.h1_services i{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
.h1_services span:after, .h1_services span:before{
	top: 31px;
}
.about_img_2.object{
	right: -370px;
}
.about_img_1.object{
    left: -484px;
}
.about_img_1.auto{
	width: 757px;
    left: -692px;
}
.about_img_2.auto {
    right: -255px;
}
.body_auto .basket{
	background: url('../img/auto_img_4-min.png')no-repeat;
    width: 587px;
    height: 346px;
    right: -413px;
    top: -256px;
}
.about_img_1.mebel{
	width: 504px;
    left: -487px;
}
.about_img_2.mebel{
	width: 665px;
	right: -427px;
}
.about_img_1.general{
	width: 506px;
	left: -475px;
}
.about_img_1.man{
	width: 810px;
	left: -749px;
    top: -85px;
    z-index: 10;
}
.about_img_2.man{
	width: 447px;
	right: -713px;
}
.page_man .basket{
	background: url('../img/man_4-min.png')no-repeat;
	width: 415px;
	height: 443px;
	right: -154px;
    top: -431px;
}
.about_img_1.remont{
	width: 636px;
	left: -575px;
    top: 0px;
}
.about_img_2.remont {
    width: 664px;
    right: -547px;
}
.page_remont .basket{
	background:url('../img/remont_5-min.png')no-repeat;
	width: 547px;
	height: 294px;
	right: -307px;
    top: -229px;
}
.titles_icon{
	display: table;
	margin:10px auto;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}
.title_icon_td{
	display: table-cell;
	vertical-align: middle;
	padding:0 5px;
}
.about_img_1.bani{
	left: -394px;
    top: 0;
    width: 606px;
}
.page_bani .basket{
	background: url('../img/bani_5-min.png')no-repeat;
	width: 553px;
	height: 441px;
	right: -330px;
    top: -380px;
}
.page_bani .about_text_2{
	margin-bottom: 50px;
}
.about_img_1.simple{
	width: 614px;
	left: -564px;
}
.about_img_1.widndow{
	top:0;
	left: -509px;
	width: 543px;
}
.about_img_2.widndow{
    width: 685px;
    right: -645px;
}
.map{
	margin-bottom: 15px;
}
.custom_modal .modal-header .close{
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
	font-size: 34px;
	opacity: 1;
	color:#434242;
	font-weight: 300;
	padding: 6px 13px;
}
.custom_modal .modal-header .close span{
	transform: rotate(45deg);
	display: inline-block;
	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;
}
.custom_modal .modal-header .close:hover span{
	transform: rotate(135deg);
	color: #00a0e3;
}
.custom_modal .modal-title{
	font-size: 24px;
	font-weight: 900;
	color:#434242;
	text-transform: uppercase;
	line-height: 1;
}
.custom_modal .modal-header{
	border:0px solid;
	padding: 30px 10px 25px 10px;
}
.custom_modal .modal-content{
	border-radius: 20px;
}
.custom_modal .form-control{
	border:1px solid #00a0e3;
	padding: 4px 10px 4px 42px;
}
.custom_modal .form-group{
	margin-bottom: 4px;
}
.custom_modal .modal-body{
	padding-top: 0;
}
.custom_modal .conf{
	text-align: left;
	margin:10px 0;
}
@media (min-width: 576px){
	.custom_modal .modal-dialog {
	    max-width: 360px;
	}
}
.custom_modal .custom-control-label::before{
	background: #fff;
	border:1px solid #00a0e3;
}
.custom_modal .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #00a0e3;
}
.custom_modal .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	text-align: center;
	color:#fff;
	font-size: 12px;
	line-height: 16px;
}
.custom_modal .conf a{
	color:#00a0e3;
}
.recaptchav2{
	margin-bottom: 20px;
}
.about_img_1.contact{
    width: 500px;
    left: -455px;
    top:0;
}
.item_news{
	margin: 0 25px;
}
.news_img{
	position: relative;
}
.news_img .news_date{
	position: absolute;
	bottom:-10px;
	right:-10px;
	background: url('../img/date_bg.png')no-repeat;
	width: 88px;
	height: 54px;
	font-size: 11px;
    padding-right: 3px;
	color:#fff;
	line-height: 54px;
	text-align: right;
}
.news_title{
	text-align: center;
	font-size: 14px;
	color:#434242;
	text-transform: uppercase;
	font-weight: 900;
	margin-top:15px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	position: relative;
}
.news_title a{
	color:#434242;
	text-decoration: none;
}
.news_title a:hover{
	color:#00a0e3;
}
.news_title:after{
	content:'';
	width: 90px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	height: 4px;
	background: #00a0e3;
	bottom:0;
	left:calc(50% - 45px);
	position: absolute;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.sertificat_title:after{
	display: none;	
}
.sertificat_title{
	padding-bottom: 0;
}
.news_title:hover:after{
	background:#ffed00;
}
.news_desc{
	font-size: 12px;
	color:#434242;
}
.news_btn{
	text-align: center;
	margin: 0 10px;
}
.owl_news.owl-carousel .owl-nav button.owl-next, .owl_news.owl-carousel .owl-nav button.owl-prev{
    top: calc(50% - 100px);
	background: #ffed00;
	color:#434242;
}
.owl-sertificats.owl-carousel .owl-nav button.owl-next, .owl-sertificats.owl-carousel .owl-nav button.owl-prev{
top: calc(50% - 60px);
}
.owl_news.owl-carousel .owl-nav button.owl-next:hover, .owl_news.owl-carousel .owl-nav button.owl-prev:hover{
	background: #00a0e3;
	color:#fff;
}
.owl_news.owl-carousel .owl-nav button.owl-next{
    right: -20px;
}
.owl_news.owl-carousel .owl-nav button.owl-prev{
    left: -20px;
}
.news_img a{
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	border:5px solid #00a0e3;
	overflow: hidden;
}
.news_img a img{
	width: 100%;
}
.news_img a:before{
    content: '\f00e';
    position: absolute;
    top: calc(50% - 6px);
    width: 100%;
    text-align: center;
    left: 0;
    opacity: 0;
    font-size: 18px;
    color: #ffed00;
    line-height: 1;
    font-family: 'fontAwesome';
    z-index: 5;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.news_img a:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00a0e3;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.news_img a:hover:before{
	opacity: 1;
}
.news_img a:hover:after{
	opacity: 0.64; 
}
@media(max-width:1490px) {
	.advantages_border{
		background: rgba(0, 45, 64, 0.38);
	}
}
@media(max-width:1199px) {
	.wwu_tpl{
    	margin: 0 10px 20px 10px;
		background: transparent;
		border:7px solid #00a0e3;
	}
	.wwu_count_4, .wwu_count_5{
		padding: 20px 10px 0px 10px;
	}
	.wwu_count_1:after{
		right: -52px;
    	top: 116px;
	}
	.wwu_count_2:after{
	    right: -64px;
	    top: 129px;
	}
	.wwu_count_4:after{
		left: -56px;
    	top: -18px;
	}
	.wwu_count_5:after{
		right: -66px;
    	top: -19px;
	}
	.form-control{
		font-size: 12px;
	}
	input::placeholder,
	textarea::placeholder {
	  font-size: 12px;
	}
	.services_right_img_1 img,
	.services_right_img_2 img{
    	max-width: inherit;
	}
	.col-services{
		-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}
@media(max-width:992px) {
	.about_img_2.mebel {
	    width: 524px;
	    right: -359px;
	}
	.h1_services{
		font-size: 16px;
	}
	.header_contacts.adres{
		padding-top: 2px;
	}
	h3.slide_title {
	    margin-bottom: 6px;
	    font-size: 25px;
	    line-height: 32px;
	}
	h4.slide_title{
		font-size: 18px;
	}
	.item_slide .desc {
	    font-size: 18px;
	}
	.slider_right_tpl{
		padding: 15px 10px;
	}
	.srt_title1 {
	    font-size: 14px;
	    margin-bottom: 20px;
	    margin-bottom: 20px;
	}
	.srt_title2{
		font-size: 16px;
		line-height: 1.2;
	}
	.srt_title2 strong {
	    font-weight: 700;
	}
	.slider_right .btn {
	    padding: .50rem .90rem;
	    font-weight: 700;
	    font-size: 11px;
	}
	.item_slide{

	}
	.advantages_tpl{
		margin-bottom: 25px;
	}
	.advantages_border{
		background: transparent;
	}
	.td_title_wwu{
		font-size: 11px;
    	font-weight: 600;
	}
	.wwu_tpl {
	    margin: 0 5px 20px 5px;
	}
	.wwu_desc br{
		display: none;
	}
	.wwu_count_1:after{
		width: 35px;
		background-size: 100%;
		right: -44px;
	}
	.wwu_count_2:after {
	    right: -55px;
	    top: 129px;
	    background-size: 100%;
	    width: 44px;
	}
	.recal_btn{
    	font-size: 11px;
	}
	.recal_btn-col{
		text-align: center;
	}
	.col-komanda{
		-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}
@media(max-width:768px) {
	.h1_services{
		position: static;
		margin-top: 5px;
		font-weight: 900 !important;
	}
	.h1_services span{
		background: transparent;
	}
	.h1_services i{
		margin:5px 0;
	}
	.h1_services span:after, .h1_services span:before{
		display: none;
	}
	.col-komanda{
		-ms-flex: 0 0 33.333%;
	    flex: 0 0 33.333%;
	    max-width: 33.333%;
	}
	#navigation ul li ul{
		display: none !important;
	}
	.collapse:not(.show) {
	    display: none;
	}
	.navbar-nav{
		display: block;
		text-align: center;
	}
	#navigation ul li.parents>.nav-link:after{
		display: none;
	}
	.header-top-mobile{
		-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.37);
		-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.37);
		box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.37);
		position: relative;
		z-index: 10;
		text-align: center;
		padding: 13px 0;
	}
	.mh-toggler{
		background: transparent;
		border:0px solid;
		padding:0;
		margin:0;
	}
	.mh-toggler:focus{
		outline: none;
		color:#599ee0;
	}
	.mh-toggler i{
		display: block;
		font-size: 30px;
	}
	.mh-toggler span{
		display: block;
		font-size: 10px;
		text-transform: uppercase;
		margin-top: 13px;
	}
	.header-top-mobile>.row{
		margin:0;
	}
	.navigation_wrapper .container{
		padding:0;
	}
	.recal_btn{
		-webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	    display: block;
	    width: 100%;
	    font-size: 16px;
	}
	.recal_btn .fa-arrow-down{
	    left: calc(50% - 95px);
	    top: 13px;
	}
	.nav-link{
		font-size: 16px;
	}
	#navigation ul li{
		border-bottom: 1px solid #79b1e6;
	}
	#navigation ul li.last,
	#navigation ul li:last-child{
		border-bottom: 0px solid;
	}
	.contacts-mobile {
		background: #00a0e3;
		text-align: center;
		color:#fff;
		padding: 5px 0 10px 0;
		display: none;
	}
	#header .header_contacts:before{
		position: static;
		color:#fff;
	}
	#header .header_contacts{
		padding-left: 0;
		color:#fff;
	}
	#header .header_contacts a{
		color:#fff;
	}
	.slider_right{
	    position: relative;
	    height: auto;
	    margin-top: -30px;
	    top: 0;
	    left: 0;
	}
	.owl-slider .owl-dots{
		bottom: 50px;
	}
	.slider_right_tpl{
		background:#fff;
	}
	.srt_title2{
		color:inherit;
		font-size: 24px;
	}
	.srt_title1{
		color:#599ee0;
		font-size: 16px;
	}
	.slider_right .btn{
		font-size: 12px;
		font-weight: 900;
	}
	.owl-slider.owl-carousel .owl-nav button.owl-next, .owl-slider.owl-carousel .owl-nav button.owl-prev{
		top: calc(100% - 80px);
		z-index: 7;
	}
	.item_slide .container {
	    padding: 40px 0 120px 0;
	}
	h3.slide_title{
		font-size: 24px;
		font-weight: 400;
	}
	h4.slide_title{
		font-size: 15px;
		font-weight: 400;
	}
	.col-services {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 35px;
	}
	.services_tpl{
		display: table;
		width: 320px;
		max-width: 100%;
		margin:0 auto;
	}
	.services_img, .services_title{
		display: table-cell;
		vertical-align: middle;
	}
	.services_title{
		text-align: left;
		padding-left: 15px;
	}
	.services_img{
		width: 70px;
	}
	.services_img img{
		width: 100%;
	}
	.services_hover_td .btn{
		float: left;
		width: 50%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.services_hover_td .btn-primary{
		-webkit-border-top-left-radius: 60px;
		-webkit-border-bottom-left-radius: 60px;
		-moz-border-radius-topleft: 60px;
		-moz-border-radius-bottomleft: 60px;
		border-top-left-radius: 60px;
		border-bottom-left-radius: 60px;
	}
	.services_hover_td .btn-warning{
		margin-top: 0;
		-webkit-border-top-right-radius: 60px;
		-webkit-border-bottom-right-radius: 60px;
		-moz-border-radius-topright: 60px;
		-moz-border-radius-bottomright: 60px;
		border-top-right-radius: 60px;
		border-bottom-right-radius: 60px;
	}
	.services_hover{
		left: 10px;
		right: 10px;
		width: auto;
	}
	.row-absolute-border{
		display: none;
	}
	.advantages_border{
		border:0px solid;
	}
	.font_size_title{
		font-weight: 400;
	}
	.advantages_img{
		position: relative;
	}
	.advantages-col:nth-child(2n+1) .advantages_img:after{
		content: '';
   		width: 25%;
		height: 7px;
		background: #5a9fe0;
		position: absolute;
		left:0;
		top:calc(50% - 3px);
		-webkit-border-top-right-radius: 60px;
		-webkit-border-bottom-right-radius: 60px;
		-moz-border-radius-topright: 60px;
		-moz-border-radius-bottomright: 60px;
		border-top-right-radius: 60px;
		border-bottom-right-radius: 60px;
	}
	.advantages-col:nth-child(2n) .advantages_img:after{
		content: '';
   		width: 25%;
		height: 7px;
		background: #5a9fe0;
		position: absolute;
		right:0;
		top:calc(50% - 3px);
		-webkit-border-top-left-radius: 60px;
		-webkit-border-bottom-left-radius: 60px;
		-moz-border-radius-topleft: 60px;
		-moz-border-radius-bottomleft: 60px;
		border-top-left-radius: 60px;
		border-bottom-left-radius: 60px;
	}
	.advantages_wrapper .container{
		max-width: 100%;
	}
	.karcher{
		display: none;
	}
	.advantages_border{
		padding-bottom: 0px;
	}
	.advantages_wrapper{
		padding-bottom: 15px;
	}
	.wwu_tpl{
		border:0px solid;
		margin: 0;
    	height: 154px;
    	width: 280px;
   		margin: 0 auto;
	}
	.wwu_tpl:after{
		display: none;
	}
	.work_with_us .row{
		margin:0;
		background: url('../img/wwu.png')no-repeat top center;
	}
	.work_with_us .col-lg-4{
		padding: 0;
	}
	.count_wwu,
	.wwu_count_4 .count_wwu, .wwu_count_5 .count_wwu{
		top: calc(50% - 75px);
		font-size: 150px;
	}
	.wwu_desc{
		padding: 0 10px;
	}
	.basket{
		display: none;
	}
	.work_with_us {
	    padding: 35px 0;
	}
	.footer_bg{
		padding-top: 0;
	}
	.work_with_us .block_header{
		margin-bottom: 25px;
		font-weight: 900;
	}
	.form_manager .block_header{
		font-weight: 400;
	}
	.form_manager {
	    padding: 0 15px;
	}
	.conf{
		text-align: left;
	}
	.logo_footer{
		margin-bottom: 20px;
	}
	#footer .social{
		text-align: center;
		margin-bottom: 25px;
	}
	.about_img_1, .about_img_2{
		display: none;
	}
	.border-about{
		padding: 0 10px 15px 10px;
	}
	.border-about h2 {
	    font-size: 15px;
	}
	.btn_back_about{
		margin-bottom: 25px;
	}
}
@media(max-width:580px) {
	.col-komanda{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.border-about{
		border:0px solid;
	}
	.h1_about{
		position: static;
	}
	.h1_about span:after, .h1_about span:before{
		display: none;
	}
	.about_btn{
		position: relative;
		top:0;
		z-index: 5;
		left:0;
		text-align: center;
		padding: 0;
		transform: translateX(0);
	}
	.about_btn:before{
		display: none;
	}
	.about_btn:after{
		top:50%;
		left: -15px;
		width: calc(100% + 30px);
		background: #5a9fe0;
		height: 5px;
		z-index: -1;
		position: absolute;
	}
    .about_text_3 {
	    padding-bottom: 15px;
	}
	.about_text_1 {
	    padding: 15px 0 15px 0;
	}
	.servicesPage_title{
		font-size: 12px;
	}
	.servicesTable .servicesPage_img{
		width: 90px;
	}
	.servicesPage_count{
		font-size: 71px;
		top: calc(50% - 34px);
   		right: 0px;
	}
	.titles_icon{
		font-size: 18px;
	}
}