<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 320px) and (max-width: 1024px) {
	header .top .right-panel {display: none;}
	header .top .left-panel [class^="column-"],
	header .top .right-panel [class^="column-"] {flex: 1;}

	header .bottom .flex {flex-direction: column;}
		header .bottom .descript {width: auto; padding: 0; margin-bottom: 2em;}

	.main .news-block .news-inner &gt; row {display: flex; flex-direction: column;}

	.main .news-block .item {/*border: none;*/margin-bottom: 15px; height: auto; overflow: hidden;}
		.main .news-block .item img {max-width: 100%}
		.main .news-block .item .img {display: inline-block; float: left; margin: 0; margin-right: 2em; width: 25%;}
		.main .news-block .item .city {position: static;}

		.main .news-block .item .comment {}

		.main .news-block .item .title, 
		.main .news-block .item .anons, 
		.main .news-block .item .comment,
		.main .news-block .item .city {margin-left: 27.5%;}

	.main .register {margin-bottom: 2em}
		.main .looking .club .register .item .img {border-radius: 0;}

	.main .looking .ads {display: flex; flex-direction: column;}
		.main .looking .ads .item {}

		.main .looking &gt; .row:last-child {/*display: flex; flex-direction: row; justify-content: center;*/ margin-top: 2em;}

	.main .affiche .more {margin-bottom: 2em; text-align: center;}

	.main .interview {margin-bottom: 2em}

	header .top .left-panel a {height: 100%;}
	.main .news-block .item .img {height:120px;}
	.main .news-block .item .img div {height:120px;}
	.main .slider-inner .controls {display: none;}
	.bx-wrapper img {object-fit: cover;}
	.main .slider-photo .caption .title {height: 38px;overflow: hidden;}

}
@media (min-width: 1024px) {
	header .bottom.fixed .flex {left: 0; position: fixed; right: 0; top: 0; z-index: 1000; max-width: 1400px; margin: 0 auto; padding: 0; background-color: #fff; border: 1px solid #eaeaea; -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.05); -moz-box-shadow: 0 0 8px rgba(0,0,0,0.05); box-shadow: 0 0 8px rgba(0,0,0,0.05); }
	header .bottom.fixed .flex .logo img { height: 40px; margin-left: 15px; margin-right: 80px; }
	header .bottom.fixed .flex .descript { display: none; }
}
@media (max-width:767px) {
	.news-scroll .news-scroll-block .news-scroll-one-title {
		height: unset;
	}
	.news-block .news-inner .col-md-4 {
		display: none;
	}
	.news-block .news-inner .col-md-4:first-child {
		display: block;
	}
	.widget .widget_content_list .item {
		display: none;
	}
	.widget .widget_content_list .item:first-child {
		display: block;
	}
	.widget .loveclub .widget_content_list .item:nth-child(-n+3) {
		display: block;
	}
	.widget .d_users.d_section .item {
		display: none;
	}
	.widget .d_users.d_section .item:nth-child(-n+3) {
		display: block;
	}
	header .bottom .nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	header .bottom .nav-pills &gt; li &gt; a.item {
		padding-left: 18px;
	}
	header .bottom .nav-pills &gt; li &gt; a.item::before {
		content: '';
		width: 12px;
		height: 12px;
		background: #f93240;
		position: absolute;
		top: 21px;
		left: 0;
		border-radius: 50%;
	}
}</pre></body></html>