.b-topslider__wrapper {
	//height: 800px !important;
	margin-top:-18px;
	background-color: transparent;
	color: #000;
	//background: url("/local/templates/gutosvet/img/slide2.jpg") repeat;

	background-position: center;
}
.slick-list.draggable {
    height: 100%;
}
.b-topslider__content > * {
    margin: 5px;
}


section.b-slider__container {
    position: relative;
}
.b-topslider__title {
		font-size: 28pt;
		color: #9d0a0f;
	}
.b-topslider__subtitle {
		color: #fff !important;
		font-size: 21px !important;
		margin-bottom: 80px !important;
}

.b-topslider__text {
		font-size: 14pt; 
		line-height: 1.4;
		text-align: left;
		margin: 0 auto 20px;
		width: 85%;
	}


@media screen and (max-width: 1200px) {
	.b-topslider__title {
		font-size: 22px;
	}
	.b-topslider__text {
		font-size: 16px;
	}
	.b-topslider__wrapper {
		height: 300px !important;
	}
	.b-topslider .slick-slide {
		height: 300px !important;
	}
}

@media screen and (max-width: 767px) {
	.b-topslider__title {
		font-size: 20px;
		line-height: 25px;
	} 

	.b-topslider__content > .b-topslider__title {
		margin-bottom: 0;
		margin-top: -60px;
	}
	.b-topslider__content > .b-topslider__subtitle {
		margin-top: 0;
	}

	.b-topslider__title span {
		font-size: 20px;
	}
	.b-topslider__text {
		font-size: 14px;
	}
}

@media screen and (max-width: 575px) {
	.b-topslider__title {
		font-size: 16px;
		line-height: 20px;
	}

	.b-topslider__title span {
		font-size: 16px !important;
	}
	.b-topslider__text {
		font-size: 14px;
	}

	.b-topslider__content > .b-topslider__title {
		margin-top: -10px;
	}

	.b-topslider__wrapper {
		height: 260px !important;
	}
	.b-topslider .slick-slide {
		height: 420px !important;
	}
}


@media screen and (max-width: 479px) {
	.b-topslider__title {
		font-size: 16px;
	}
	.b-topslider__title span {
		font-size: 16px !important;
	}
	.b-topslider__subtitle {
		font-size: 13px!important;
		top: 15%!important;
	}

	.b-topslider__wrapper {
		height: 100%;
	}
	.b-topslider .slick-slide {
		height: 540px !important;
	}
}