<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ns-bitrix.c-news-list.case {
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
.ns-bitrix.c-news-list.case .case-items-wrap {
	/*
	width: 100%;*/
}
.ns-bitrix.c-news-list.case .case-items {
    overflow: hidden;
    padding: 0 30px;
    margin: 0 -30px;
	padding-top: 30px;
	padding-bottom: 45px;
	
}
.ns-bitrix.c-news-list.case .case-item-wrap {
	display: block;
    border: 1px solid #e7e9eb;
	-webkit-box-shadow: 0 25px 29px rgb(0 0 0 / 13%);
    box-shadow: 0 25px 29px rgb(0 0 0 / 13%);
	height: 100%;
	transition-property: box-shadow, border-color, opacity;
	transition-duration: 0.3s;
	border-bottom: 5px solid #2fc9c8;
	text-decoration: none
}
.ns-bitrix.c-news-list.case .case-item-wrap:hover {	
	border-bottom-color: #1e2025;
}
.ns-bitrix.c-news-list.case .case-item-picture {
    padding-top: 70%;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.ns-bitrix.c-news-list.case .case-item-picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.ns-bitrix.c-news-list.case .case-item-name {
    font-size: 18px;
    text-align: left;
	margin: 20px;
	text-decoration: none!important;
}

.ns-bitrix.c-news-list.case .owl-stage {
   display: flex;
}
.ns-bitrix.c-news-list.case .owl-item {
   -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.ns-bitrix.c-news-list.case .case-items-wrapper .owl-item:not(.active) .case-item-wrap {
	box-shadow: none;
	opacity: 0;
}
.ns-bitrix.c-news-list.case .case-items .slick-nav-wrap {
    position: relative;
	margin-top: 50px;
}
.ns-bitrix.c-news-list.case .case-items .owl-dots {
    position: initial;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.ns-bitrix.c-news-list.case .case-items .owl-dots button {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
	border: 0;
}
.ns-bitrix.c-news-list.case .case-items .owl-dots .owl-dot span {
    background: #9FE9E9;
    display: block;
    border: none;
    height: 8px;
    width: 8px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
.ns-bitrix.c-news-list.case .case-items .owl-dots .owl-dot.active span {
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
	background-color: transparent;
}
/*.slick-dots li.slick-active button {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
}*/


.ns-bitrix.c-news-list.case .case-modal-properties {
    margin-top: 20px;
}
.ns-bitrix.c-news-list.case .case-modal-description {
	margin-top: 20px;
	text-align: left;
}


.ns-bitrix.c-news-list.case .owl-carousel.case-modal-pictures .owl-stage-outer {
	overflow: hidden!important;
}

.ns-bitrix.c-news-list.case .case-modal-pictures-wrap {
	padding: 0 40px;
}
.ns-bitrix.c-news-list.case .case-modal-picture {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100%;
}
.ns-bitrix.c-news-list.case .case-modal-video {
    padding-top: 100%;
    height: 0;
    width: 100%;
    position: relative;
}
.ns-bitrix.c-news-list.case .case-modal-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ns-bitrix.c-news-list.case .case-modal-pictures.case-modal-pictures-wrap.owl-carousel .owl-stage-outer {
	padding: 0;
}

.ns-bitrix.c-news-list.case .owl-carousel .owl-stage-outer {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    overflow: visible !important;
    padding: 15px 0;
}

.ns-bitrix.c-news-list.case .case-modal-pictures .owl-nav {
    position: relative;
    height: 20px;
	text-align: center;
}
.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav button.owl-next,
.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
	vertical-align: middle;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: 0;
    padding: 0;
    border: none;
    outline: none;
    width: 94px;
    height: 18px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav button.owl-next {
	right: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(/bitrix/templates/logisticavto/css/../img/arrow-right.png) no-repeat center;
    background-color: #2fc9c8;
    border-radius: 100px;
	margin-left: 40px;
}
.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav button.owl-prev  {
    left: 20px;
    background: url(/bitrix/templates/logisticavto/css/../img/arrow-left.png) no-repeat center;
    background-color: #2fc9c8;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
}
.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav button.owl-next span {
	border-left: none;
    border-top: none;
    background: transparent;
	left: 10px;
}

.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav button.owl-prev span {
    background: transparent;
    border-color: #9a9;
	-ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
}

.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav .owl-prev.disabled,
.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0.5;
}
.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav .owl-prev:hover,
.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav .owl-next:hover {
	
}

.ns-bitrix.c-news-list.case .slick-reverse .slick-prev {
    background: url(/bitrix/templates/logisticavto/css/../img/slick-arrow-left.png) no-repeat center, url(/bitrix/templates/logisticavto/css/../img/slick-arrow-left-hover.png) no-repeat -10000px -1000px;
}
.ns-bitrix.c-news-list.case .slick-prev {
    left: 10px;
    background: url(/bitrix/templates/logisticavto/css/../img/arrow-left.png) no-repeat center;
}
.ns-bitrix.c-news-list.case .slick-next {
    right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(/bitrix/templates/logisticavto/css/../img/arrow-right.png) no-repeat center;
}
.ns-bitrix.c-news-list.case .slick-reverse .slick-next {
    background: url(/bitrix/templates/logisticavto/css/../img/slick-arrow-right.png) no-repeat center, url(/bitrix/templates/logisticavto/css/../img/slick-arrow-right-reverse.png) no-repeat -10000px -1000px;
}
.ns-bitrix.c-news-list.case .slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
    border: none;
    outline: none;
    width: 83px;
    height: 10px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1000px) {
    .ns-bitrix.c-news-list.case .case-items .slick-nav-wrap {
        margin-top: 20px;
    }
    .ns-bitrix.c-news-list.case .case-items .slick-prev,
    .ns-bitrix.c-news-list.case .case-items .slick-next {
        display: block !important;
    }
}
@media (max-width: 400px) {

	.ns-bitrix.c-news-list.case .case-modal-pictures.owl-carousel .owl-nav button.owl-next {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.ns-bitrix.c-news-list.case .modal-box-table,
	.ns-bitrix.c-news-list.case .modal-box__cell {
		display: block;
	}
	.ns-bitrix.c-news-list.case .modal-box-table {
		height: auto;
	}

}
/*
.ns-bitrix.c-news-list.case
.ns-bitrix.c-news-list.case
.ns-bitrix.c-news-list.case
*/

.ns-bitrix.c-news-list.case .case-modal-properties {
	text-align: left;
}</pre></body></html>