<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sliderItem {
	display: flex !important;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
}

.sliderItem, 
.sliderItem .sliderItem-pic,
sliderItem-desc
{
	height: 360px;
}

.sliderItem .sliderItem-pic
{
	border: 1px solid #f36f25;
	width: 60%;
}

.sliderItem-desc {
	position: relative;
	display: flex;
	flex-direction: column;

	color: #fff;
	background: #f36f25;

	width: 40%;
	padding: 2em;

	text-align: left;
}

.sliderItem-desc-text {
	max-height: 215px;
	overflow: hidden;
}

.sliderItem-desc h1,
.sliderItem-desc a {
	color: #fff;
	margin-top: 0;
}

.sliderItem-desc h1 {
	font-size: 1.6em !important;
}

.sliderItem-text {
	margin-bottom: 10px;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ */
/*
.sliderItem-controls {
	display: flex;
	position: absolute;
    bottom: 2em;
    width: calc(100% - 4em);

	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;

	margin-top: 15px;
}

.sliderItem-controls .slick-dots
{
	padding: 0;
	margin: 0;
}

.sliderItem-controls .slick-dots li {
	display: inline-block;
}

.sliderItem-controls .slick-dots li::after {
	content: ' ';

	opacity: 0.5;
	background: white;

	margin-right: 25px;

	border-radius: 50px;
	padding: 0 9px 0 9px;
	font-size: 12px;
}

.sliderItem-controls .slick-dots li.slick-active::after {
	opacity: 1;
}

.sliderItem-controls .slick-dots button {
	display: none;
}*/

.sliderItem-controls {
	display: flex;

	position: absolute;
    bottom: 0;
    right: 3em;

	width: calc(40% - 5em);
    height: 70px;

	color: white;
    justify-content: space-between;

	z-index: 1500 !important;
}

.slick-dots {
	position: relative !important;
	margin-top: -15px !important;
}

.sliderItem-controls div {
	display: inline-block;
}

.sliderItem-controls i {
	cursor: pointer;
}

.slick-dots li button:before {
	font-size: 16px !important;
	color: #fff !important;
}

@media screen and (max-width: 1200px)
{
	.sliderItem-desc h1 {
		font-size: 1.4em !important;
	}
}

@media screen and (max-width: 991px)
{
	.sliderItem { 
		height: auto;
		flex-wrap: wrap; 
	}
	.sliderItem .sliderItem-pic { 
		width: 100%; 
		height: 240px;
	}

	.sliderItem
	{
		max-height: none;
	}

	.sliderItem-desc { 
		padding: 1.2em;
		width: 100%; 
		height: 240px;
	}

	.sliderItem-desc-text {
		max-height: 120px;
	}

	.sliderItem-controls 
	{
		width: calc(100% - 5.5em);
	}
}
</pre></body></html>