/*
Theme Name: VAN-plus-K
Description: ТзОВ «ВАН плюс К»
Author: p-i-p
Author URI: 
Version: 1
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p{
	padding: 5px 0;
	}
a {
    text-decoration: none;
}
html {
	overflow-x: hidden;
	/*scroll-behavior: smooth;*/
	}
body, html{
	font-family: 'PT Serif';
	font-weight:normal;
	font-size: 16px;
}

/*
===============================Start HEADER========*/	
header{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
    min-height: 80px;
    background: #fff;
	
    -moz-box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.5);
	}
footer{
	color:#9f8454; 
	text-align: center; 
    padding: 10px 0 20px 0;
	}

	
header .top-content{
	height:100px;
	display:flex;
	justify-content:center;	
	z-index:9999;
	width: 100%;
	position:absolute;
	}
section{
	padding: 60px 0;
}
.topcont {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	max-width: 1200px;
	width: 100%;
}
	
.logo{
	text-align:center;
	padding: 0;
	}
.logo a img {
	 height: 70px; 
}
.logo a{
    display: block;
    margin-top: 5px;	
	}
.slick-slide img {
min-width:100%;
min-height: 100%;
width: 100%
}
/* #menu{
	height: 100px;
} */
#menu li a{
	font-size: 16px;
}	


#menu {
    display: flex;
    flex-grow: 1;
    background: transparent;
    z-index: 99;
    line-height: 1.5;
    list-style: none
}

#menu>ul {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
	
    justify-content: flex-end;
    list-style: none;
    position: relative;
    z-index: 4
}

#menu>ul>li {
    display: flex;
    align-items: center;
    position: relative
}

/* #menu>ul>li:hover>ul {
    display: flex;
    flex-direction: column
} */

#menu>ul>li>a {
    font-size: 16px;
    padding: 10px 15px;
	color: #424242;
	text-transform: uppercase;
	
}
#menu>ul>li>a:hover,
#menu>ul>li.active a{
	text-decoration: none
}


/* 
#menu>ul>li>ul {
    display: none;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
}

#menu>ul>li>ul>li {
    float: none;
    position: relative
}

#menu>ul>li>ul>li>a {
    display: block;
	color: #b656b6;
	
    padding: 10px 25px
}
 */
#menu>ul:after {
    content: "";
    clear: both;
    display: block
}

#menu>ul>li:last-child a {
    padding-right: 0px
}


#menu li.menu-item a:before,
#menu li.menuitem a:before{
    right: 50%;
}
#menu li.menu-item a:after,
#menu li.menuitem a:after{
    left: 50%;
}
#menu li.menu-item ul li a:before,
#menu li.menu-item ul li a:after,
#menu li.menuitem ul li a:before,
#menu li.menuitem ul li a:after{
    display:none;
}

#menu li.menu-item:hover a:after, #menu li.menu-item:hover a:before, #menu li.menu-item.active a:after, #menu li.menu-item.active a:before,
#menu li.menuitem:hover a:after, #menu li.menuitem:hover a:before, #menu li.menuitem.active a:after, #menu li.menuitem.active a:before{
    width: 50%;
}

#menu li.menu-item:hover a:after, #menu li.menu-item:hover a:before, #menu li.menu-item.active a:after, #menu li.menu-item.active a:before,
#menu li.menuitem:hover a:after, #menu li.menuitem:hover a:before, #menu li.menuitem.active a:after, #menu li.menuitem.active a:before {
    width: 50%;
}
#menu li.menu-item a:after, #menu li.menu-item a:before,
#menu li.menuitem a:after, #menu li.menuitem a:before {
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    background: #0d7fc3;
    bottom: 15px;
    width: 10px;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
}
#menu ul li:hover .submenu {
  opacity: 1;
	transform: scaleY(1);
}

.submenu {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    list-style: none;
  background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
  opacity: 0;
	transform: scaleY(0);
	transform-origin :0 0;
  transition: .5s ease-in-out;
}
.submenu a {
	color: #171314;
	text-align: left;
	padding: 12px 15px;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid rgba(166, 166, 166, 0.2);
}
.submenu li:hover a {
	color: #0269a6;
	text-decoration: none;
}
.mobil-btn {
    display: none;
}

.mobil_nav {
    display: none;
}


*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.top-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}
.top-menu {
    top: 5px;
    width: 46px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
}
.mid-menu {
    top: 13px;
    width: 46px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
}
.bottom-menu {
    top: 21px;
    width: 36px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
}
.menui {
    background: #fff;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}


.micon {
    z-index: 999;
    position: fixed;
    /* background: rgba(0, 0, 0, 0.21); */
    display: block;
    /* padding: 15px; */
    height: 46px;
    width: 46px;
    margin: 0px;
}
.mobile_nav{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobilenav {
    /*    top: 47px !important;*/
    font-family: inherit;
    top: 0;
    left:0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    padding:0;
    margin:0;
}

.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}
.mobilenav li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilenav li:first-child {
}

.mobilenav .switcher-list li a,
.mobilenav .switcher-list li>span{
    color: #fff;
    font-size: 20px;	
}
.switcher-list li.active a, .switcher-list li.active>span{
    color: #adadad !important;
}
.mlang{width: 100%}
.mlang ul li{width: 30%}
.mlang ul.switcher-list{
	display: flex;
	justify-content: center;
    border-top: 1px solid #414141;
    width: 80%;
    margin: 0 auto;
}


.lang{
	display: flex;
    align-items: center;
    padding-left: 30px;
}
.breadcrumbs{
	line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.breadcrumbs a{
	color: #3b3b3b;
}
.brhome{
    background: url(images/house.svg) no-repeat center center;
    width: 30px;
    height: 16px;
    margin: 15px auto 0px auto;
    background-size: contain;
	font-size: 0px;
	display: inline-block;
	
}
/*
===============================End HEADER========*/	
.menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 999;
  position: relative;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 0;
  left: 0;
}

/* .mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
}

.mobilenav li a {
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}
.mobilenav li:first-child { margin-top: 60px; }
 */
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

/*
===============================Start CONTAINER========*/	
.container {
	
    max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.full_container{
	width: 100%;
	margin: 0 auto;

}
/* section#home {
	background-image: url(/wp-content/uploads/2019/01/main-bg-grey.jpg);
	position: relative;

} */


.promotional-title{
	color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    padding: 30px;
}
	
.fix-bg {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
section{
	clear: both;
    overflow: hidden;
	width: 100vw;
}


.home_content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 120px;
	font-size: 24px;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 77px;
}
#home .container{
	height: 100%;
}


#home{
    height: 100vh;
	width:100%;
	color: #fff;
    padding-top: 0px;
	position: relative;

	}

	
	
section#about-us,
section#about-ppu{
    background: #f3f3f3;
}	

.about_section .post_content{
	text-align: center;
}



.main-title{
	padding-bottom:30px;
}


.about-cont{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}
.box{
	width:32%;
	background: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);

}
.box-title{
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.box-content{
	    padding: 0 25px 25px 25px;
}
.read-more{
	text-align: center;
	padding:10px;
}
.read-more a{
	color: #0d7fc3;
}

.section-title{
	text-align: center;
    font-size: 30px;
    line-height: 48px;
    color: #121212;
    font-weight: 700;
    position: relative;
    padding: 0 0 9px 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.section-title:after{
	width: 80px;
    height: 3px;
    background: #0d7fc3;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}




.promotional_block {
	background-image: url(images/bg1.jpg);
	position: relative;
	height: 600px;

}
.promotional_block .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.projects-header{
	margin-bottom: 60px;
}




.projects-items{
	    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
}
.projects-descr{
	font-size: 18px;
	line-height: 22px;
	padding: 0 30px;
    text-align: center;
	width: 80%;
	margin: 0 auto
}

#blog .category_cont,
#our-projects .category_cont {
  margin-top: 0px;
  overflow: hidden;
}
/* Common style */
.variant {
  position: relative;
  z-index: 1;
  background: #000;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  margin: 10px 0;
   height: 300px;
    width: 31%;
}

.variant img {
  position: relative;
  display: block;
  opacity: 0.8;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: 100%;
}

.variant .desc {
  padding: 20px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.variantt .desc::before,
.variantt .desc::after {
  pointer-events: none;
}

.variantt .desc{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 100%;
}


.variant img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.variant:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.variant .blog-title {
  position: absolute;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40%;
  bottom: 70px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: #000;
  
    width: calc(100% - 40PX);
}

.variant .the_excerpt {
  font-size: 16px;
  text-transform: none;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0) scale(1.1);
  transform: translate3d(0,20px,0) scale(1.1);
  
}

.variant:hover .blog-title {
  background: rgba(255, 255, 255, 1);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.variant:hover .the_excerpt {
  border-top: 1px solid #999;
  margin-top:10px;
  padding-top:10px;
  opacity: 1;
  display: block;
  color: #0d7fc3;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}


/* .our-projects .col .text-holder .title{
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 15px;
} */

.our-projects .col .text-holder .btn-more{
	background: #f68800;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
}

.our-projects .col .text-holder .btn-more:hover{
	text-decoration: none;
	background: #e57f00;
}


/*============================*/


.gallery_section{
	
	background-image: url(images/grago.jpg);
	position: relative;
}
.gallery-header{
	color:#fff;
	text-align: center;
	margin: 60px 0;
}
.galleries {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
}
.gallery_section .section-title{
	color:#fff;
}
.galleries .variant{
	width: 25%;
}
.galleries .variant .blog-title {
    position: absolute;
    font-size: 16px;
    text-transform: none;
}
/*============================*/
.contact-us{
	padding:60px 0;
}
.contacts-header{text-align: center; padding-bottom:60px}
/* 
.contacts-block{
	
	background-image: url(images/261.jpg);
	position: relative;
}
.contacts-header{
	color:#fff;
	text-align: center;
	margin: 60px 0;
}
 */
.contact-us .contacty,
.contact-us .contacty a{color: #fff; 
display: block;}
.flex-contacts{
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
}
.cont_left{width:60%}

.cont_right{width:40%; padding-left: 50px}

.cont_right .cover{
	background: #191919;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}

.form-row{
	margin: 10px;
}

/*******Pop-UP*************************/
.innerr {
  width: 500px;
  position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px;
  font-size: 14px;
  z-index: 1111;
  border-radius: 10px;
  display: none;
}
.title-form {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
text-transform: uppercase;
}
.description-form {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
      max-width: 400px;
    margin: 0 auto;

}



.popupp {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.innerr a img{
  cursor: pointer;
}
textarea{min-height:100px;}
.form_pop .title-form {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
text-transform: uppercase;
}
.form_pop form input[type="text"],
.form_pop form input[type="tel"],
.form_pop select,
.form_pop form textarea{
  height: auto;
  width: 100%;
  padding: 12px 17px;
  border: 1px solid #000;
  border-radius: 10px !important;
 /*  color: #ccc; */

  margin-top: 10px;
  font-size: 14px;
  background: transparent;
}
.form_pop input[type="submit"]{
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin: 15px auto 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}
.form_pop form input[type="text"]:focus,
.form_pop form input[type="tel"]:focus,
.form_pop form textarea:focus {
  background-color: #fff;
  color: #000;
}
.form_pop form textarea {
height: 150px;
}
.form_pop div.wpcf7-validation-errors,
.form_pop div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
  color: #fff;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  border: 2px solid #ff0000 !important;

}
div.wpcf7-response-output {
  margin: 0 !important;
  padding: 10px;
  border: 2px solid #ff0000 !important;
}






footer {padding: 0;}
.footer {
	background-color: #191919;
	color: #858585;

}
.footer .cont {
	max-width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	min-height:60px;
	align-items: center;
	justify-content: space-between;
	align-content: center;
}
.foot_menu_l{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: center;	
}
.foot_menu_l{width:66%}
.foot_menu_r{width: 33%}
.foot_menu{width:50%;}
.foot_menu ul {
	justify-content: space-around;
	list-style:none;
}
.footer-block{border-bottom: 1px solid rgba(255,255,255,0.08);}
.footer-block a,
.foot_menu .menu-item a {
	color: #858585;
	font-size: 14px;
}
.menu-item a:hover {color: #B5B5B5;}
.foot_menu ul li {padding: 0 15px;    text-align: left;}


.footer-contact-block a{
	display: block;
	color: #858585;
}
.footer-contact-block a:hover {color: #B5B5B5;}

.footer-contact-block img{width:30px;}
.footer-contact-block{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;

}
.footer-contact-block .fa-contact{
	
	border-right: 1px solid rgba(255,255,255,0.08);
	padding-right: 30px;
	margin-right: 30px;
}
.footer-info .container{
	display: flex;
    justify-content: space-between;
}
.footer-branding {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30%;
    float: left;
    text-align: center;
    padding: 0px;
}
.footer-contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: space-around;
    align-items: center;
    width: 70%;
    padding: 60px 15px;
    border-left: 1px solid rgba(255,255,255,0.08);
}

.copy {
	font-size: 12px;
	color: #858585;
	text-align: center;
}
.copy, .footer-name {
    width: 50%;
}.site-footer .site-info {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}


/*  contact-block   */


.contact-us-block {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.contact-us-block .container {
	flex-direction: column;
}
.post_title-footer {
	color: #ffffff;
	padding-top: 80px;
	padding-bottom: 40px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.36);
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
}
.footer-btn-block a {
	color: #ffffff;

	font-size: 18px;
	background-color: #317fc1;
	border: 1px solid #2972b0;
	border-radius: 5px;
	height: 50px;
	width: 383px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.footer-btn-block a:hover {background-color: #235988;}
.footer-btn-block {
	padding-top: 70px;
	padding-bottom: 80px;
}

/*=========================================================*/
.page-wrap{
	margin-top: 80px;
}
.post-title{
	padding: 30px 0 5px 0;
    margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.post-title:after{
    width: 100px;
    height: 2px;
    background: #0d7fc3;
    position: absolute;
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
    content: '';
}
.page-content{
	padding-bottom: 60px;
}

.page-top{	
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-top .post-title{color: #fff;}
/*=========================================================*/
 .table {
 width:100%;
	text-align:center;
	margin-top:20px;border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table th,.tableh {border-left: 1px solid #dddddd;
	text-align:center;
	text-transform: uppercase;
	font-size:13px;
	font-family: Arial,Helvetica,sans-serif;
	padding-top:12px;
	padding-bottom:12px;
	background: url(images/bg.jpg)  repeat;
}
.table tr td {text-indent:0px;
	text-align:center;
	vertical-align: inherit;
	padding:8px 0 8px 10px;border-left: 1px solid #dddddd;border-top: 1px solid #dddddd;
}
.table tr td:first-child {
	text-align:left;
}
.table-rating th{
	background: none;
	text-transform:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-top:7px;
	padding-bottom:0px;
}




/* + HOME PAGE: HERO ================================ */
.hero-slider-container {
  position: absolute;
  left: 15%;
  right: 15%;
  
  height: 100%;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
  }
.hero-slider-container ul{
	list-style: none;
}
.hero-slider-container ul li:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 15px;
    margin: 15px auto 0px auto;
    background-image: url(images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

.hero:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8); }

.hero .hero-slider-title {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  color: #fff;
  opacity: 0; }


  
.hero .hero-slider-teaser {
  font-size: 18px;
  line-height: 1.66;
  color: white;
  opacity: 0; }

  
.hero .hero-slider-btn {
  margin-top: 25px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 8px 25px;
  cursor: pointer;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  -webkit-transition: all 0.30s;
  transition: all 0.30s;
  text-align: center;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border: 0;
  background-color: #CA4A5F;
  text-decoration: none;
  color: white;
  opacity: 0; }

.section-hero-slider .hero-slider .hero-slider-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  min-height: 600px; }

.section-hero-slider .hero-slider .hero-slider-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7); }

  
.section-hero-slider .hero-slider .hero {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.87); }

.section-hero-slider .hero-slider .hero:before {
  display: none; }

.section-hero-slider .hero-slider .hero .hero-slider-btn {
  min-width: 285px; }


.section-hero-slider .hero-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: 0 auto; }

.section-hero-slider .hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 16px 0 0; }

.section-hero-slider .hero-slider .slick-dots button {
  border: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  overflow: hidden;
  color: transparent;
  padding: 0;
  background-color: #d0d0d0; }

.section-hero-slider .hero-slider .slick-dots .slick-active button {
  background: #CA4A5F; }

  .head_primary{
	font-size: 32px;
	line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
	padding-bottom: 20px;
  }
  .head_description {
	  font-size: 18px;
  }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

/* .slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; } */

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* .hero-slider-navigation {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3; }

.hero-slider-navigation a {
  display: block;
  bottom: 0;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 78px;
  font-weight: 200;
  text-decoration: none;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  width: 15%; }
.hero-slider-navigation a span.fa{font-size: 50px}
.hero-slider-navigation a.prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x; }

.hero-slider-navigation a.next {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  left: auto;
  right: 0; }

.hero-slider-navigation a:hover,
.hero-slider-navigation a:focus {
  color: #fff;
  opacity: 0.9;
  outline: 0 none;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
 */
  
  
  
.prev{	
padding: 15px;

    background: url(images/left-arrow.svg) no-repeat center center;
       background-size: cover;
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    top: 55%;
	left: 30px;
	cursor: pointer;
	opacity: 0.3;
    transition: left 300ms, right 300ms, opacity 300ms;
}

.next{
	padding: 15px;
    background: url(images/right-arrow.svg) no-repeat center center;
        background-size: cover;
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 55%;
	right: 30px;
	cursor: pointer;
	opacity: 0.3;
    transition: left 300ms, right 300ms, opacity 300ms;
}
.next:hover{
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}
.prev:hover{
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}
/* .prev1:hover,
.prev:hover{
    background: url(../image/back_a.svg) no-repeat center left;
    background-size: 25px;
}

.next1:hover,
.next:hover{
    background: url(../image/next_a.svg) no-repeat center left;
    background-size: 25px;
} */
/*=============================*/

  .down-arrow {
    display: block;
    width: 80px;
    opacity: 0.7;
    left: 50%;
    margin-left: -40px;
    cursor: pointer;
    z-index: 100;
  }

  .down-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .down-arrow--bubble {
    bottom: 100%;
    margin-bottom: -16px;
  }

  .down-arrow--bubble .arrow {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
  }

  .down-arrow--transparent {
    bottom: 105%;
  }

  .down-arrow--transparent .arrow {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
  }

  .down-arrow.down-arrow--inverse {
    bottom: -30px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    background: white;
    opacity: 1;
    border-radius: 18px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .down-arrow.down-arrow--inverse .arrow {
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
    margin: 0;
    border-color: #262526;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 4px;
  height: 12px;
}

::-webkit-scrollbar-track {
  width: 1px;
  border: 1px dashed #ddd;
}

::-webkit-scrollbar-thumb {
  background: #00312f;
  width:10px;
  position: absolute;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}



.scrolldown {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.scrolldown:hover {
  opacity: .5;
}

.scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scrolldown span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scrolldown span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scrolldown span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*=============================*/
.section-slide{
	padding: 30px 0;
	margin-bottom: 30px;
}
.variant-slider .slick-slide{
	padding: 10px;
}


.prevs{
  padding: 15px;
  background: url(images/back.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
  width: 40px;
  top: 45%;
  cursor: pointer;

      opacity: 0;
      transition: left 300ms, right 300ms, opacity 300ms; 
}
.nexts{
  padding: 15px;
  background: url(images/next.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0px;
  width: 40px;
  top: 45%;
  cursor: pointer;

      opacity: 0;
      transition: left 300ms, right 300ms, opacity 300ms; 
}

.variant-slider:hover .nexts{
  right: -30px;
  opacity:1;
  transition:left 300ms, right 300ms, opacity 300ms;
}
.variant-slider:hover .prevs{
  left: -30px;
  opacity:1;
  transition:left 300ms, right 300ms, opacity 300ms;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #387dc2 !important;
    text-align: center;
}