<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1000px) {

	/* Ð¾Ð±Ñ‰ÐµÐµ, Ð¼ÐµÐ½ÑŽ */

	body {
		padding: 0;
	}

	.sidebar, .main {
		float: none;
		width: 100%;
	}

	.main {
		margin-bottom: 40px;
	}

	.inner-wrapper {
		padding-left: 3%;
		padding-right: 3%;
	}

	.footer {
		margin-left: 3%;
		margin-right: 3%;
	}

	.wrapper {
		min-width: 300px;
	}

	.right-header {
		float: none;
		width: 100%;
	}

	.phone-num * {
    	font-size: 15px;
	}

	.phone-num .phone-num-num {
		font-size: 20px;
	}

	.logo, .header-top &gt; span.active-current-link {
		min-width: 200px;
	}

	.mobile-menu-icon {
		background: url(images/dop-menu-icon.png) left center no-repeat;
		width: 100%;
		height: 60px;
		display: block;
		cursor: pointer;
		vertical-align: top;
		position: relative;
	}

	.home-icon, #menu-header-menu-1, .dop-menu, .search-icon {
		display: none;
	}

	.display-block {
		display: block !important;
	}

	.menu-header-menu-2-container {
		display: block !important;
	}

	.dop-menu {
		background: none;
		height: auto;
		width: auto;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.dop-menu &gt; div {
		position: static;
	}

	.search-form-container {
		position: static;
		width: 100%;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.header-menu li {
		display: block !important;
		width: 100%;
		position: static;
	}

	.sub-menu {
		display: block !important;
		position: static !important;
	}

	.header-menu a, .header-menu span {
		width: 100%;
		box-sizing: border-box;
		background: none !important;
		white-space: normal;
	}

	.header-menu ul ul li {
		padding-left: 10px;
	}

	.header-menu a:hover, .header-menu span:hover {
		background: #0f3e5c !important;
	}

	.header-menu li {
		box-sizing: border-box;
	}

	.header-menu form {
		width: 100%;
	}

	.search-form__field {
		width: 70%;
		display: block;
		float: left;
		box-sizing: border-box;
	}

	.search-form__button {
		width: 29%;
		float: right;
		display: block;
		box-sizing: border-box;
		padding: 10px 0px !important;
	}

	/* Ð¿Ñ€Ð¾Ñ‡ÐµÐµ */

	.category-block-articles div {
		float: none;
		width: 100%;
	}

	.category-block-articles img {
		max-width: 80%;
		margin: 0 auto 10px auto;
	}

	.category-block-articles div:first-child a {
		font-size: 100%;
	}

	/* Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */

	.article img {
		display: block;
		margin: 0 auto;
	}

	.alignright, .alignleft {
		float: none;
		margin: 0 auto 20px auto;
	}

	a[data-rel^="lightbox-gallery"] {
		display: block;
		margin-bottom: 20px;
	}

	.gallery_photos &gt; div {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.similar-articles li {
		float: none;
		margin: 0 auto 20px auto !important;
		min-width: 210px;
	}

	.respond-form input[type="text"] {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.table-container-fade{position: absolute; right: 0; width: 20px; height: 100%; background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );}

	.b700x100 {
		margin-top: 20px;
	}

	.flower-sidebar {
		position: relative !important;
		left: 0px !important;
		top: 0px !important;
		width: 100% !important;
		margin-top: 0px !important;; 
	}
}

@media screen and (max-width: 767px) {
	blockquote:after {
		background-image: none !important;
	}

	blockquote {
		padding-left: 20px !important;
	}
}</pre></body></html>