.mainSlider-item {
  	background-size: cover;
  	background-position: top center;
  	background-repeat: no-repeat;
  	position: relative;
  	height: 562px;
}

.mainSlider .container {
	padding-bottom: 0;
  height: 100%;
}

.mainSlider-cloack {
	position: absolute;
	top: 0;
  width: 50%;
	bottom: 0;
	background: #000;
	background: rgba(0,0,0,0.9);
}

.mainSlider-cloack.no__cloack {
	display: none;
}


.is__left .mainSlider-cloack {
	left: 0;	
}	

.is__right .mainSlider-cloack {
  	right: 0;	
}	

.mainSlider-item .col-sm-6 {
	position: relative;
}


.mainSlider-flex-left {
	display: flex;
  height: 100%;
}

.mainSlider-flex-right {
	display: flex;
  flex-direction: row-reverse;
  height: 100%; 
}

.mainSlider-content {
	color: #fff;
	padding: 87px 60px 0 60px;
}

.is__dark .mainSlider-content {
	color: #000;
}


.is__right .mainSlider-content {
	padding: 87px 0px 90px 90px;
}

.mainSlider-uptitle {
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 10px 0;
  text-transform: uppercase;
}

.mainSlider-title {
	font-size: 30px;	
	font-weight: 300;	
	line-height: 35px;
	margin: 0 0 49px 0;
  text-transform: uppercase;  
}

.mainSlider-text {
	margin: 0 0 56px 0;
}

.mainSlider .carousel-indicators .active {
    margin: 0px 4px;
    width: 10px;
    height: 10px;
    background-color: #ee2d3c;
  	border: 1px solid #fff;
}

.mainSlider .carousel-indicators li {
  	box-sizing: border-box;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    text-indent: -999px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}

.mainSlider-item ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

.mainSlider-item li {
  background-image: url(images/checkbox-icon.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-left: 28px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}


.specSlide {
	display: flex;
	justify-content: space-between;
}

.specSlide-item {
	text-align: center;
  padding: 0 8px;
}

.specSlide-item img{
	width: 110px;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	border-radius: 17px;
}

.specSlide-item h3{
	text-transform: uppercase;
	font-size: 15px;
	margin: 12px 0;
}

.specSlide-item p{
	color: #4a4a4a;
	font-size: 12px;
	line-height: 20px;
}

.mainSlider .left.carousel-control {
	background-image: url(images/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  background-size: 40px auto;
}

.mainSlider .right.carousel-control {
	background-image: url(images/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  background-size: 40px auto;
}



/*================================================== Tablet / Mobile =========================================================*/
@media (max-width: 839px) {
  .mainSlider-cloack {
  	display: none;
  }
  
  .mainSlider-content {
  	text-align: center;
    padding: 40px 0 60px 0;
  }
  
  .mainSlider-flex-left, .mainSlider-flex-right {
  	flex-direction: column;
  }
  
  .mainSlider .left.carousel-control {
    background-position: left center;
    width: 60px;
    background-size: 15px auto;
	}
  
  .mainSlider .right.carousel-control {
    background-position: right center;
    width: 60px;
    background-size: 15px auto;
	}  

}

/*====================================================== Mobile ===========================================================*/
@media (max-width: 419px) {

}
