@charset "utf-8";
html,
body,
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
	font-family: 'Open Sans', sans-serif;
}
body .uk-link-toggle:focus .uk-link,
body .uk-link-toggle:hover .uk-link,
body .uk-link:hover,
a:hover {
	color: #0289d2;
}
img {
	border: 0;
	vertical-align: bottom;
}
html,
body {
	color: #354353;
	height: 100%;
	background: #fff;
	font-size: 14px;
	line-height: 21px;
}
input,
select {
	outline: none;
}
html blockquote {
	font-style: normal;
}
html em {
	color: #222;
}
.clearfix:before,
.clearfix:after {
	clear: both;
	content: '';
	display: table;
}
.uk-offcanvas-container .uk-offcanvas-bar {
	background: #fff;
}
.responsive-menu-close,
.uk-offcanvas-container .uk-offcanvas-bar,
.uk-offcanvas-container .uk-offcanvas-bar a,
.uk-offcanvas-container .uk-offcanvas-bar a:hover {
	color: #444 !important;
}
.lang_btn {
	border: 1px solid #e3e4e6;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	padding: 10px;
	vertical-align: middle;
}
.lang_btn a {
	color: #354353;
	font-weight: 600;
	font-size: 17px;
	line-height: 17px;
}
.cont_inner_block3 .right {
	border-radius: 5px;
	margin-bottom: 20px;
	width: 250px;
}

.languages {
	list-style: none;
	padding: 0;
}

.languages a:hover {
	color: #fc5a4b;
	text-decoration: none;
}
.cont_inner_block3 .right h3 {
	color: #354353;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
#error-respond {
	border-radius: 5px;
	color: #f3515c;
	display: none;
	font-size: 14px;
	margin: 1em 0;
	padding: 5px 15px;
	text-align: center;
	z-index: 1000;
}
.alert-success,
#success-respond {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	color: #46cc5e;
	display: none;
	font-size: 14px;
	line-height: 18px;
	margin: 1em 0;
	padding: 8px 15px;
	text-align: center;
	z-index: 1000;
}

.alert-danger {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(226, 0, 0, 0.56);
	color: #e20000;
	font-size: 14px;
	line-height: 18px;
	margin: 1em 0;
	padding: 8px 15px;
	text-align: center;
	z-index: 1000;
}
button.subscribe_btn {
	background: #ea4646;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 36px;
	line-height: 14px;
	width: 100%;
}
.cont_inner_block3 .block_soc {
	padding: 20px;
	box-shadow: 0 0 1px rgba(102, 102, 102, 0.4);
	margin-bottom: 20px;
}
.article .date {
	color: #748497;
}
/*
.article iframe {
    width: 100%;
}
*/
.facebook-video {
	text-align: center;
}
.top_view_blog {
	margin-bottom: 20px;
}
.article .img {
	height: 300px;
	margin-bottom: 40px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}
.article .img img {
	min-width: 100%;
	min-height: 100%;
}
.article p,
.default-content {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 26px;
}
.article h1,
.default-content h1 {
	text-align: center;
}
footer {
	background: #344353;
	line-height: 14px;
	color: #aab5bf;
}
footer .social {
	height: 40px;
	margin: 30px auto;
	margin-top: 30px;
	text-align: center;
}
footer .social a {
	background: #e2e5e9;
	color: #45576d;
	display: inline-block;
	height: 40px;
	text-align: center;
	width: 40px;
	margin-left: 10px;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
footer .social .font-social-icon {
	line-height: 40px;
}
footer .footer-menu-link a {
	font-size: 13px;
}
footer .footer-menu-link a {
	color: #aeb5bf;
}
footer .footer-link-title {
	color: rgb(174, 181, 191);
	font-size: 13px;
	line-height: 21px;
}
footer .pre-foot .b_menu li {
	margin-top: 0;
	padding-bottom: 12px;
}
footer .pre-foot .contacts big {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
footer .footer-link-title:hover {
	color: #fff;
	text-decoration: none;
}
footer .foot {
	padding: 33px 0;
}

footer .col .title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0.5em;
	text-align: left;
}
footer .col .contacts {
	line-height: 21px;
	margin-bottom: 28px;
}
footer .col .contacts a {
	color: #fff;
}
.to-top-wrap .link-to-top {
	display: none;
}
.to-top-wrap .link-to-top {
	color: #fff;
	transition: color 0.1s ease-in-out;
	border-radius: 50px;
	line-height: 25px;
	background-color: rgba(252, 90, 75, 0.75);
	height: 30px;
	bottom: 27px;
	cursor: pointer;
	font-size: 22px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 30px;
	z-index: 9;
}
.to-top-wrap .link-to-top:hover,
.to-top-wrap .link-to-top:focus {
	background-color: rgb(252, 90, 75);
	color: #fff;
}
ul.share-buttons li {
	display: inline;
}
ul.share-buttons img {
	width: 32px;
}
.default-content img,
.nws-text img {
	height: auto !important;
	max-width: 100% !important;
	margin: 20px auto 25px;
}
.default-content img + br,
.default-content div + br,
.nws-text img + br,
.nws-text div + br {
	display: none;
}
.default-content ul,
.default-content ol,
.nws-text ul,
.nws-text ol {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 40px;
}
.default-content li,
.nws-text li {
	margin-bottom: 10px;
}
.default-content blockquote p,
.nws-text blockquote p {
	padding: 20px 0;
	text-align: center;
	color: #354353;
	position: relative;
	font-weight: bold;
	justify-content: center;
}
.default-content blockquote p:before,
.nws-text blockquote p:first-child:before {
	content: '';
	display: flex;
	justify-content: center;
	width: 120px;
	height: 4px;
	background-color: #fc5a4b;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.default-content blockquote p:after {
	bottom: -5px;
}
.default-content blockquote p:after {
	content: '';
	display: flex;
	justify-content: center;
	width: 120px;
	height: 4px;
	background-color: #fc5a4b;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
ol {
	list-style: none;
	counter-reset: custom-counter;
}
ol li {
	counter-increment: custom-counter;
}
ol li::before {
	content: counter(custom-counter) '. ';
	color: #fc5a4b;
	font-weight: bold;
}
.wrapper blockquote {
	margin: 2.2em 0;
}
.main-header-blog {
	height: 350px;
	position: relative;
}
.error-type {
	color: #999;
	font-weight: normal;
	font-size: 60px;
}
.first-image {
	margin-bottom: 25px;
}
.wrapper-news .main-news .nws-img,
.wrapper-news .second-news .nws-img {
	height: 350px;
}
.wrapper .main-news .nws-img,
.wrapper .second-news .nws-img {
	height: 350px;
}
.nws-img {
	margin-bottom: 1.5rem;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.wrapper-news .nws-img {
	background-size: contain;
}
.section_blog .wrapper-news .nws-img {
	background-size: cover;
}
.nws-info {
	font-size: 14px;
	color: #afafaf;
}
.news-list-item .news-data {
	padding: 10px 0;
}
.news-list .full-width-entry {
	margin: 2rem 0;
}
.nws-title {
	color: #1e2327;
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
}
.nws-title:hover,
.nws-img .nws-title:hover {
	text-decoration: none;
}
.nws-description {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.9rem;
	margin-top: 0;
}
.article h1,
.view-news .nws-title {
	color: #354353;
	font-size: 3rem;
	line-height: 3.8rem;
}
.main-news .nws-title {
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 1.2rem;
}
.main-news .nws-img {
	background-size: cover;
}
.news-list-item .nws-img {
	background-position: center center;
	height: 200px;
}
.nws-pagination {
	justify-content: center;
	display: flex;
}
.block_soc {
	text-align: center;
}
.block_soc .b_menu a {
	font-size: 14px;
}
.contacts span {
	color: #1b97f3;
	font-size: 16px;
}
.top-navigation {
	padding-bottom: 10px;
}
.uk-card:hover {
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.045);
}
.sup-nav .extern-link {
	color: #ea4646;
	font-size: 12px;
	text-decoration: underline;
}
.sup-nav .extern-link:hover {
	color: #ea4646;
	text-decoration: none;
}
.sup-nav .phone-num {
	color: #333;
	display: block;
	text-decoration: none;
}
.nav-scroll {
	font-weight: 600;
}
.nav-scroll .top-menu li a {
	font-size: 1rem;
}
.nav-scroll .uk-subnav li:last-child {
	border-right: none;
}
.phone-num {
	font-size: 17px;
	font-weight: 600;
}
.responsive-menu {
	cursor: pointer;
	font-size: 18px;
}
.responsive-menu:hover,
.responsive-menu:active,
.responsive-menu:focus {
	color: #fc5a4b;
}
.blog-image-cover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav-scroll .uk-subnav li {
	border-right: 1px solid #eee;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.nav-scroll .uk-subnav li:last-child {
	padding-right: 0;
}
.main-header-blog {
	z-index: 1;
}
.head-logo img {
	width: 150px;
}
.header-blog .uk-card {
	box-shadow: none;
}
.post-date {
	font-size: 14px;
}
.home_header_block .header-blog {
	background: #fff;
}
.logo-white img {
	width: 150px;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
	width: 100% !important;
}
table th,
table td {
	border: 1px solid #999;
}

/*
table > tr:not(:first-child),
table > :not(:first-child) > tr,
table > :first-child > tr:not(:first-child) {
    border-top: 1px solid #999;
}
*/
table tr td {
	/*    border-left: 1px solid #999;
    border-right: 1px solid #999; */
	padding: 10px 12px;
}
/*
thead tr th {
    border: 1px solid #999;
} */
.view-news ul a,
.article ul a {
	text-decoration: underline;
}
.view-news ul a:hover,
.article ul a:hover {
	text-decoration: none;
}
.uk-offcanvas-bar a {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.view-news .nws-img {
	min-height: 500px;
	margin-top: 15px;
}
.view-news .nws-text {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 26px;
	color: #222;
}
.quote span {
	color: #fc5a4b;
}
.header-blog .desc {
	max-height: 155px;
	overflow: hidden;
	height: auto;
}
.download-app-block a {
	display: inline-block;
}
.uk-offcanvas-bar .uk-nav-divider {
	background: #efefef;
}
.responsive-category li.active-cat a {
	padding: 5px;
}
.responsive-contacts .responsive-contacts {
	margin-top: 10px;
	margin-bottom: 10px;
}
.link-external {
	color: #fc5a4b;
}
.header-news .nws-img:hover + .nws-title,
.nws-img:hover + .news-data .nws-title {
	color: #1b97f3;
}
.btn-margin {
	margin-left: 60px;
}
.grid {
	display: grid;
	grid-column-gap: 20px;
}
.ml-10 {
	margin-left: 10px;
}
.grid-2 {
	grid-template-columns: 1fr 1fr;
	width: 100%;
}
.grid .right {
	text-align: right;
}
.btn.rabota-md {
	border: 1px solid #0289e2;
	font-size: 16px;
	font-weight: 600;
	background: #0289d2;
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
}
.write-us:hover,
.btn.rabota-md:hover {
	background-color: #fff;
	color: #0289d2;
}
.write-us {
	border: 2px solid#fc5a4b;
	font-size: 16px;
	font-weight: 600;
	color: #fc5a4b;
	cursor: pointer;
	border-radius: 30px;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	margin: 20px auto;
	padding: 10px 20px;
	background: #fff;
}
.head-logo img {
	border-right: 1px solid #eee;
	padding-right: 10px;
}
.head-logo-text {
	color: #999;
	font-size: 17px;
	margin-top: 0;
	padding-left: 10px;
}
.responsive-category li.active-cat a,
.nav-scroll .uk-subnav li.active-cat a {
	background-color: #f8f8f8;
}
.default-content em tt,
.default-content tt em {
	color: #800000;
}
.link-totop,
.link-totop:focus,
.link-totop:acitve {
	color: #1b97f3;
}
.link-totop:hover {
	text-decoration: none;
}
.link-totop span {
	border-bottom: 1px dashed;
	margin: 0 4px;
}
.full-width-href {
	border: 4px solid #a6cbf1;
	border-radius: 5px;
	display: block;
	width: 100%;
}
.full-width-href .nws-title {
	font-size: 1.8rem;
	line-height: 2.4rem;
}
.full-width-href:hover {
	text-decoration: none;
}
.header-title-cat {
	font-size: 24px;
}
.scroller-status {
	display: none;
	padding: 20px 0;
}
.scroller-status__message {
	text-align: center;
	color: #777;
}
.loader-ellips {
	font-size: 20px;
	position: relative;
	width: 4em;
	height: 1em;
	margin: 10px auto;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: #555;
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
	left: 0;
}
.loader-ellips__dot:nth-child(3) {
	left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
	left: 3em;
}

@keyframes reveal {
	from {
		transform: scale(0.001);
	}
	to {
		transform: scale(1);
	}
}

@keyframes slide {
	to {
		transform: translateX(1.5em);
	}
}

.loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
	animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}
.main-news:hover .nws-title,
.second-news:hover .nws-title {
	color: #1b97f3;
}
.marker {
	background: #fff600;
}
.language-selector a {
	line-height: 40px;
	color: rgb(75, 85, 99);
	padding: 10px;
	font-weight: bold;
}

.important_posts {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 25px;
	position: relative;
}
.important_posts hr {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 100%;
}
.important_post-title {
	background-color: #fff;
	border-radius: 10px;
	color: #333;
	font-size: 11px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: -10px;
	width: fit-content;
	padding: 0 5px;
	font-weight: 600;
	border: 1px solid #ccc;
}
.important_posts-all {
	background-color: #fff;
	border-radius: 10px;
	color: #333;
	font-size: 11px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	bottom: -10px;
	width: 130px;
	font-weight: 600;
	border: 1px solid #ccc;
}
.important_posts .important_post-link:last-child {
	margin-bottom: 0 !important;
}
.important_post-link:hover a {
	text-decoration: none;
}
.important_posts .important_post-link .el-title {
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}
.important_post-link:hover .el-title {
	color: #1b97f3;
}
.important_posts .important_post-link:last-child hr {
	display: none;
}
.horizontal-important_posts .slider-arrow {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
	line-height: 45px;
	text-align: center;
	width: 35px;
}
.horizontal-important_posts .left-slider-arrow {
	margin-right: -25px;
}
.horizontal-important_posts .right-slider-arrow {
	margin-left: -25px;
}
.blog-go-prev {
	position: absolute;
}
.search-form .search-fld {
	border-radius: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
	max-height: 47px;
}
.search-form .search-btn {
	background: #fc5a4b url(https://rabota.md/im/s_btn.svg) no-repeat center
		center;
	background-size: 50px 24px;
	width: 40px;
	position: absolute;
	height: 40px;
	font-size: 17px;
	line-height: 30px;
	padding: 0;

	margin: 3px 5px;
	right: 0;
	border: none;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
}

.search-form .search-btn:hover {
	background-color: #fc4a4a;
}
.search_content {
	width: 640px;
}
@keyframes loader-wheel-rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 1068px) {
	.cont_inner_block2 {
		margin-bottom: 25px;
	}
	.cont_inner_block2 .ober {
		margin-left: -10px;
	}
	.cont_inner_block2 .ober .item {
		width: calc(33.3% - 10px);
		height: 300px;
		margin-left: 10px;
	}
	.cont_inner_block4 .ober .item,
	.cont_inner_block4 .section_grid_3 .item,
	.cont_inner_block4 .section_grid_3 .item {
		width: calc(33.3% - 10px);
		margin-left: 10px;
	}
	.cont_inner_block5 {
		display: block;
	}
	.pagination {
		text-align: center;
	}
}
@media screen and (max-width: 719px) {
	#cont_inner_block {
		overflow: hidden;
	}
	.btn.redactor {
		margin: 0;
		padding: 0;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.cont_inner_block2 {
		margin-bottom: 10px;
		padding: 0 0 20px 0;
	}
	.cont_inner_block2 .ober {
		display: none;
	}
	.cont_inner_block2 .item {
		display: block;
		width: 100%;
		height: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
	.cont_inner_block2 .item .img {
		height: 180px;
		margin-bottom: 10px;
		border-radius: 5px;
		position: relative;
		overflow: hidden;
	}
	.cont_inner_block2 .item .name {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 18px;
		color: #1f2327;
	}
	.cont_inner_block2 .item .date {
		font-size: 12px;
		line-height: 12px;
		color: #6b7581;
	}
	#cont_inner_block .header_block {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 20px;
	}
	#cont_inner_block .header_block .header_more {
		background: #ea4646;
	}
	#cont_inner_block .header_block .header_more a {
		color: #fff;
	}
	#cont_inner_block .header_block .header_more img.v1 {
		display: none;
	}
	#cont_inner_block .header_block .header_more img.v2 {
		display: inline-block;
	}
	.cont_inner_block3 .left > .ober {
		margin-bottom: 20px;
	}
	.cont_inner_block3 .left > .ober .item {
		margin-top: 20px;
	}
	.cont_inner_block3 .left > .ober .item .img {
		flex-basis: 100%;
		height: 100%;
		border-radius: 0;
		margin-bottom: 25px;
	}
	.cont_inner_block3 .left > .ober .item .img img {
		min-width: 0;
		min-height: 0;
		max-width: 100%;
		max-height: 100%;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.cont_inner_block3 .left > .ober .item .text_content {
		flex-basis: 100%;
	}
	.cont_inner_block3 .left > .ober .item .text_content .name {
		font-size: 16px;
		line-height: 25px;
	}
	.cont_inner_block3 .left > .ober .item .text_content p {
		display: none;
	}
	.cont_inner_block3 .left > .ober .item .text_content .date {
		padding-top: 10px;
		font-size: 12px;
		line-height: 12px;
	}
	.cont_inner_block4,
	.cont_inner_block4.v2 {
		padding-bottom: 20px;
	}
	.cont_inner_block4 .ober .item,
	.cont_inner_block4.v2 .ober .item,
	.cont_inner_block4 .section_grid_3 .item,
	.cont_inner_block4 .section_grid_4 .item {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.cont_inner_block4 .ober .item .img,
	.cont_inner_block4.v2 .ober .item .img {
		display: block;
		margin-bottom: 10px;
	}
	.cont_inner_block4 .ober .item .name,
	.cont_inner_block4.v2 .ober .item .name {
		font-size: 16px;
		line-height: 24px;
	}
	.cont_inner_block4 .ober .item .date,
	.cont_inner_block4.v2 .ober .item .date {
		padding-top: 10px;
		font-size: 12px;
		line-height: 12px;
	}
	.cont_inner_block5 {
		margin-bottom: 0;
	}
	.cont_inner_block5 .ober {
		height: auto;
	}
	footer {
		display: block;
	}
	.cont_inner_block3 .sort {
		display: none;
	}
	.head-logo img {
		width: 120px;
	}
}
@media screen and (max-width: 960px) {
	.home_header_block {
		flex-direction: column;
	}
	.header-blog {
		margin-bottom: 25px;
		order: 2;
	}
	.btn.redactor {
		margin: 0px;
		padding: 0;
		width: 40px;
		height: 40px;
		line-height: 38px;
		position: absolute;
		right: 0;
		border-radius: 5px;
	}
}
@media (min-width: 640px) {
	.default-content blockquote p {
		font-size: 26px;
		line-height: 36px;
	}
}
@media (min-width: 767px) {
	.header-blog .uk-card-footer {
		bottom: 0;
		position: absolute;
	}
}
@media (max-width: 640px) {
	.home_header_block {
		padding-top: 80px;
	}
	.home_header_block .main-header-blog {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.default-content blockquote p {
		font-size: 17px;
		line-height: 26px;
	}
	.uk-navbar.top-navigation {
		display: block;
		width: 90%;
	}
	.top-navigation .nav-overlay {
		text-align: center;
	}
	.top-navigation {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.main-news .nws-title {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.header-news .nws-img,
	.news-list .news-list-item .nws-img-large {
		height: 200px;
	}
	.news-list-item .full-width-href .nws-title {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	.responsive-fixed {
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
		margin: 0;
		position: fixed;
		width: 100%;
		z-index: 980;
	}
	.search_content {
		margin-top: 100px;
	}
	.header-news .main-news {
		margin-top: 0;
	}
	.view-news,
	.wrapper .left {
		padding-top: 100px;
	}
	.wrapper .main-news .nws-img,
	.wrapper .second-news .nws-img {
		background-size: cover;
		height: 200px;
	}
	.header-news .nws-description,
	.main-news .nws-description,
	.second-news .nws-description {
		display: none;
	}
	.head-logo {
		margin: 0 auto;
	}
	.redactor {
		margin-top: 6rem;
	}
	.section_blog .news-list .news-list-item:first-child {
		display: none;
	}
	footer .foot {
		text-align: center;
	}
	table tr td {
		font-size: 14px;
		padding: 10px;
	}
}
@media (min-width: 640px) and (max-width: 900px) {
	.head-logo img {
		width: 120px;
	}
	.download-app-block a {
		display: inline-block;
		width: 49%;
	}
}
@media (max-width: 800px) {
	.header-blog .uk-card-footer {
		position: static !important;
	}
}
@media (max-width: 960px) {
	.main-news .nws-img {
		background-size: contain;
	}
	.article h1,
	.view-news .nws-title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
@media (max-width: 1200px) {
	.header-title-cat {
		font-size: 18px;
	}
}
