.slideshow{
	/*min-height: 300px;*/
}

.slideshow-item__button:hover{
	text-decoration: none;
}

.slideshow-item__desc a:hover{
	text-decoration: none;
}

.news-item a:hover{
	text-decoration: none;
}

.result .s1, .result .s2{
	display: inline-block;
}

.emptyRange .calc__range{
	display: none;
}

.slideshow-item__title{
	line-height: 50px !important;
}

.slideshow-item__desc{
	margin-bottom: 6%;
}

.slideshow-item__desc span, .slideshow-item__desc b{
	color: #fff;
}

.slideshow-item__image{
	width: 100%;
	left: 0;
}

.slideshow-item__image div{
	width: 100%!important;
	background: rgba(0,0,0,.3)!important;
}

.slideshow-item__title{
	color: #fff;
	text-shadow: none;
}

.slideshow-item__title b{
	color: #fff;
}

.slideshow-item__desc{
	color: #fff;
	text-shadow: none;
}

.slideshow-item__desc a{
	width: 359px;
    line-height: 63px;
    color: #040803;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(15,17,21,.3);
    border-radius: 6px;
    background-color: #f4e922;
    text-align: center;
    cursor: pointer;
    max-width: 80%;
    display: inline-block;
}

.slideshow-item__desc a[href="#"]{
	padding: 0;
    background: transparent;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: none;
}

.slideshow-item__desc a:hover{
	opacity: .7;
}

.slideshow-item__desc li{
	list-style-type: disc;
}

.news-item1{
	width: calc(25% - 11.25px);
	margin-right: 7px !important;
}

@media screen and (max-width: 475px){
	.news-item1{
		width: 100vw !important;
		margin-right: 0px !important;
		margin-left: -5px !important;
	}
}

@media screen and (max-width: 600px){
	.slideshow-item__title{
		font-size: 30px !important;
		line-height: 32px !important;
	}
}

@media screen and (max-width: 966px){
	.uk-slideshow, .uk-slideshow .slideshow-item, .slideshow-item__inner{
		height: 523px !important;
	}
	.slideshow-item__desc{
		width: 320px !important;
	}
	.content-tabs__head{
		width: 100% !important;
	}
}

.news-item1:nth-of-type(4n){
	margin-right: 0;
}

