@charset "utf-8";
* {
	font-family: 'Open Sans', sans-serif !important;
}
body .uk-link-toggle:focus .uk-link,
body .uk-link-toggle:hover .uk-link,
body .uk-link:hover,
a:hover {
	color: #fc5a4b;
}
a {
	transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
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;
}
.uk-container {
	max-width: 1000px;
}
.uk-container.uk-container-small {
	max-width: 900px;
}
.responsive-fixed {
	max-width: 100%;
	padding-left: 12px;
	padding-right: 56px;
	margin-bottom: 30px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 980;
}

.responsive-fixed-bottom {
    box-shadow: 0px 4px 15px 0px #0000000D;
}
.responsive-fixed .uk-navbar {
	max-height: 86px;
    min-height: 86px;
}
.uk-subnav-pill > * > :first-child {
	padding: 0;
}
.uk-offcanvas-container .uk-offcanvas-bar .nav_categories_item {
	border-bottom: 1px solid #e5e5e5;
	min-height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
	padding-bottom: 7px;
}
.uk-offcanvas-container .uk-offcanvas-bar .nav_categories_item .header-responsive-language-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.uk-offcanvas-container .uk-offcanvas-bar .nav_categories_item .header-responsive-language {
    font-weight: 600;
}
.uk-offcanvas-container .uk-offcanvas-bar .nav_categories_item a,
.uk-offcanvas-container .uk-offcanvas-bar .nav_categories_item span {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #000000 !important;
	padding: 0;
	margin: 0;
}
.clearfix:before,
.clearfix:after {
	clear: both;
	content: '';
	display: table;
}
.uk-offcanvas-container .uk-offcanvas-bar {
	background: #fff;
	width: 100%;
}
.uk-offcanvas-container .uk-offcanvas-bar,
.uk-offcanvas-container .uk-offcanvas-bar a,
.uk-offcanvas-container .uk-offcanvas-bar a:hover {
	color: #2d62ef !important;
}
.responsive-menu-close {
	color: #000!important;
}

.uk-navbar-right {
	gap: 30px;
}

.header-call-to-action-btns {
	top: -1px;
	gap: 20px;
	align-items: center;
	display: flex;
	position: relative;
}
.header-call-to-action-btn {
	display: flex;
	gap: 4px;
	align-items: center;
	color: #2d62ef;
    justify-content: center;
}
.header-call-to-action-btn span {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
.header-call-to-action-btn svg {
	flex-shrink: 0;
	width: 15px;
	height: 13px;
}

.uk-offcanvas-container .uk-offcanvas-bar .nav_categories_item .header-call-to-action-btn.responsive {
    display: flex;
	color: #2d62ef;
    justify-content: flex-start;
	width: 100%;
	flex-basis: 100%;
}
.uk-offcanvas-container .uk-offcanvas-bar .nav_categories_item .header-call-to-action-btn.responsive svg {
	flex-shrink: 0;
	width: 15px;
	height: 13px;
}

.responsive-menu-container .header-call-to-action-btns {
    top: 0;
    gap: 0;
    justify-content: space-between;
    margin-top: 30px;
}

.responsive-menu-container .header-call-to-action-btn {
    border: none;
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
}

.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;
	margin: 0;
}
.languages a:hover {
	color: #fc5a4b;
	text-decoration: none;
}
.nav_categories_item .languages {
	display: flex;
	gap: 10px;
}
.nav_categories_item .languages a {
	font-weight: 600 !important;
}

.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: #afafaf;
}
.article-nws-info-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: max-content;
}
.facebook-video {
	text-align: center;
}
.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;
	word-wrap: break-word;
	color: #000;
}
.article h2 {
	color: #000;
}
.article h1,
.default-content h1 {
	text-align: center;
}
footer {
	background: #f9fafb;
	line-height: 14px;
	color: #aab5bf;
	margin-top: 70px;
}
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: #354353;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
    display: block;
    margin-top: 10px;
}
.pre-foot {
	padding-top: 40px;
	padding-bottom: 28px;
}
.pre-foot-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pre-foot-item {
	width: 25%;
}
footer .pre-foot .b_menu li {
	margin-top: 0;
}
footer .pre-foot .contacts big {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
footer .footer-link-title:hover {
	color: #fc5a4b;
	text-decoration: none;
}

footer .col .title {
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 10px;
	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 h3 {
	color: #000;
}

.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: #000;
	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 {
	border-radius: 14px;
	margin-bottom: 22px;
}
.wrapper .main-news .nws-img,
.wrapper .second-news .nws-img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
}
.nws-img {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 14px;
}
.nws-info {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #afafaf;
	margin-bottom: 20px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 10px;
}
.nws-info-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.nws-info-item svg {
	flex-shrink: 0;
}
.news-list-container {
	display: flex;
	gap: 30px;
}
.news-list-container-item:first-child {
	width: 56%;
    flex-basis: 56%;
    flex-shrink: 0;
}
.news-list-container-item-half {
	width: calc(50% - 14.5px)!important;
    flex-basis: calc(50% - 14.5px)!important;
    flex-shrink: 0;
}
.news-list .full-width-entry {
	margin: 2rem 0;
}
.nws-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px;
	display: block;
	color: #000;
}
.nws-title:hover {
	color: #fc5a4b;
}
.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 {
	color: #000;
	font-size: 40px;
	line-height: 53.2px;
	margin-bottom: 30px;
	font-weight: 600;
}

.article .nws-info {
	margin-top: 0px;
	margin-bottom: 25px;
	gap: 20px;
}

.main-news .nws-img {
	background-size: cover;
}
.news-list-item .nws-img {
	background-position: center center;
	aspect-ratio: 3 / 2;
}
.nws-pagination {
	justify-content: center;
	display: flex;
}
.block_soc {
	text-align: center;
}
.block_soc .b_menu a {
	font-size: 14px;
}
.contacts span {
	color: #2D62EF;
	font-size: 16px;
}
.top-navigation .uk-navbar-left {
	gap: 40px;
}
.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: 18px;
	text-transform: none;
	color: #000;
}
.nav-scroll .top-menu li a:hover {
	color: #fc5a4b;
	background: none;
}
.uk-subnav {
	gap: 36px;
}
.uk-subnav>* {
	padding-left: 0;
}
.phone-num {
	font-size: 17px;
	font-weight: 600;
}
.responsive-menu {
	cursor: pointer;
	font-size: 18px;
}

.responsive-menu-container {
	padding-bottom: 40px;
}
.responsive-menu:hover,
.responsive-menu:active,
.responsive-menu:focus {
	color: #2d62ef;
}
.blog-image-cover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav-scroll .uk-subnav li a,
.nav-scroll .uk-subnav li a:focus,
.nav-scroll .uk-subnav li a:hover,
.nav-scroll .uk-subnav li {
	border: none;
	background: none;
}
.nav-scroll .uk-subnav li a {
    font-size: 18px;
	padding: 0;
	line-height: 21px;
}
.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 td {
	padding: 10px 12px;
}

.article ul a {
	text-decoration: underline;
}
.article ul a:hover {
	text-decoration: none;
}
.uk-offcanvas-bar a {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.quote span {
	color: #fc5a4b;
}
.pre-footer-pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-blog .desc {
	max-height: 155px;
	overflow: hidden;
	height: auto;
}
.download-app-block {
	margin-top: 35px;
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
}
.download-app-block a {
	display: inline-block;
	border: 1px solid #CBCBCB;
	padding: 8px 15px;
	border-radius: 8px;
	width: 157px;
	text-align: center;
}
.footer-download-app-block {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
}
.footer-download-app-block a {
	display: inline-block;
	border: 1px solid #CBCBCB;
	padding: 7px 8px;
	border-radius: 12px;
	width: 157px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.nav_contacts {
	margin-top: 50px;
}
.nav_contacts-container {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.nav_contacts .contacts {
	display: flex;
	gap: 12px;
}
.nav_contacts .contacts div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.nav_contacts .contacts a {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #000000 !important;
	margin: 0;
}
.nav_contacts .contacts span {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #374352 !important;
	margin: 0;
	text-align: left;
}
.nav_socials {
	display: flex;
	gap: 15px;
	margin-top: 35px;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
}
.uk-offcanvas-bar .uk-nav-divider {
	background: #efefef;
}
.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: #fc5a4b;
}
.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 #2d62ef;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	color: #2d62ef;
	cursor: pointer;
	border-radius: 30px;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
	margin-left: 45px;
	margin-right: 20px;
}
.write-us:hover,
.btn.rabota-md:hover {
	background-color: #2d62ef;
	color: #fff;
}
.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 {
	min-height: auto;
}
.head-logo img {
	border-right: 1px solid #eee;
	padding-right: 10px;
}
.responsive-category li.active-cat a,
.nav-scroll .uk-subnav li.active-cat a {
	color: #fc5a4b;
}
.default-content em tt,
.default-content tt em {
	color: #800000;
}
.link-totop,
.link-totop:focus,
.link-totop:active {
	color: #2d62ee;
}
.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: #fc5a4b;
}

.main-news,
.second-news {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.marker {
	background: #fff600;
}
.language-selector a {
	line-height: 40px;
	color: black;
	padding: 6px;
	font-weight: 600;
}

.popular-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f6f6;
	align-items: baseline;
	border-radius: 12px;
	padding: 5.5px 5.5px 5.5px 14px;
	gap: 11px;
}
.popular-title-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	position: relative;
	top: 1px;
}
.popular-tabs {
	margin: 0;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	display: flex;
	padding: 0;
	list-style: none;
	position: relative;
}
.popular-tabs li {
	padding: 0;
	flex: 1;
	text-align: center;
}
.popular-tabs li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #9ca3af;
	text-transform: capitalize;
	display: block;
	padding: 6.5px 18px;
	transition: all 0.1s linear;
	z-index: 10;
	position: relative;
}
.popular-tabs li a:hover {
	color: #2d62ef;
	text-decoration: none;
}


.popular-tabs li a.active {
	border-radius: 8px;
}

.popular-tabs li a.active {
	color: #2d62ef;
	border: none;
}

.popular-tabs-li-active-bg {
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #eaf0fe;
	transition: all 0.1s linear;
}

.popular-tabs-content {
	padding-left: 14px;
	height: 100%;
	margin: 0;
}

.tabcontent {
	list-style: none;
	height: 100%;
}

.uk-tab::before {
	display: none;
}

/* Numbered list styling */
.popular-list {
	list-style: none;
	counter-reset: popular-counter;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	height: 100%;
}

.popular-list li {
	height: auto!important;
	list-style: none;
}

.popular-list li a>span {
	display: -webkit-box;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.popular-list li a:hover {
	text-decoration: none;
}
.popular-list li a:hover>span {
	color: #fc5a4b;
}

.uk-switcher {
	height: 100%;
}
.uk-switcher li {
	height: 100%;
}
.popular-list li:last-child {
	height: auto;
	padding-top: 5px;
}

.popular-list .nws-info {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
	gap: 20px;
}

.important_posts {
	border-radius: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 35px;
	height: 100%;
}
.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_post-link {
	margin: 0;
}
.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 {
	overflow: hidden;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.important_post-link:hover .el-title {
	color: #2d62ef;
}
.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;
}

.important_posts-content {
	height: 147px;
	display: flex;
	flex-direction: column;
}
.important_posts-meta {
	margin-top: auto !important;
}
.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);
	}
}

/* Blog List Styles */
.section_blog_container {
	padding-top: 40px;
}
.section_blog_title {
	font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 30px;
}
.blog-list {
	margin: 0 auto;
}

.blog-list-item {
	background: #fff;
	border-radius: 14px;
	transition: box-shadow 0.3s ease;
	margin: 0 !important;
	margin-bottom: 35px !important;
	display: flex;
	gap: 25px;
}

.blog-list-item-image-container {
	width: auto;
}
.blog-list-item-content-container {
	flex: 1;
    min-width: 1px;
	width: 100%;
}

.blog-img {
	min-height: 185px;
	background-size: cover;
	background-position: center;
	display: block;
	border-radius: 14px;
	aspect-ratio: 3 / 2;
}

.blog-list-item-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	gap: 10px;
}

.blog-list-item-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-list-item-title:hover {
	color: #fc5a4b;
	text-decoration: none;
}

.blog-category {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}

.blog-list-item-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-list-item .nws-info {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0;
	gap: 20px;
}

.blog-category-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #1c5cff;
}


.uk-switcher {
	height: 100%;
}
.download-block-wrapper {
    display: flex;
    justify-content: space-between;
    width: 49%;
}
.download-block-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.download-block-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000;
}
.download-block-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #354353;
}
.download-block-qr {
    margin-top: 48px;
	display: flex;
	gap: 44px;
}
.download-block-qr-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.download-app-image {
    display: block;
    padding-left: 16px;
    padding-bottom: 16px;
}

.footer-nav_socials {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 28px;
}
.footer-nav_socials-item-socials {
	display: flex;
	align-items: center;
}
.footer-nav_socials-item-socials a {
	width: 40px;
	height: 40px;
	font-size: 20px;
	display: inline-flex;
}
.footer-nav_socials-item-socials img {
	width: 21px;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.footer-nav_socials-item-socials svg {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
	display: block;
}
.footer-nav_socials-item-payments {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-nav_socials-item-payments-item {
	display: inline-flex;
}
.footer-nav_socials-item-payments-item:first-child {
	height: 20px;
	width: 56px;
}
.footer-nav_socials-item-payments-item:nth-child(2) {
	height: 32px;
	width: 32px;
}
.footer-nav_socials-item-payments-item:nth-child(3) {
	height: 40px;
	width: 44px;
}

footer .foot {
	padding: 27px 0;
	background: white;
}

.footer-copyright {
	font-size: 12px;
}

.uk-link,
a {
	color: #2D62EF;
}

.pre-foot .title,
.foot .title {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tgContainer {
	background: rgb(229, 229, 229, .2);
	padding: 15px 4px;
	border-radius: 14px;
}

.socialTg a {
	color: #000;
}

.socialTg img {
	border-radius: 100%;
}

.socialTg strong {
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
}

.same-articles-hr {
	margin-top: 40px;
	margin-bottom: 20px;
}

.same-articles-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 36.4px;
	color: #000;
	margin-bottom: 40px;
	margin-top: 19px;
}

.same-articles .news-data {
	margin-top: 26px;
}

.same-articles .nws-title {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.same-articles .nws-info {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0;
	gap: 20px;
}

.wrapper-news .news-list {
	display: flex;
	gap: 26px;
}

.wrapper-news .news-list-item {
	width: calc((100% - 78px) / 4);
	flex: 0 0 calc((100% - 78px) / 4);
}

.share-button {
	color: #AFAFAF;
	transition: color 0.1s ease-in-out;
	border-radius: 50px;
	line-height: 25px;
	background-color: #F1F1F1;
	height: 30px;
	bottom: 80px;
	cursor: pointer;
	font-size: 22px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 30px;
	z-index: 9;
	padding: 8px 5px 2px;
}

.share-button:hover,
.share-button:focus {
	background-color: #d7d7d7;
	color: #AFAFAF;
}

.uk-dropdown {
	position: fixed;
	padding: 15px;
	box-shadow: 0px 3px 15px 0px #0000000D;
	border-radius: 11px;
}

.uk-dropdown-nav>li>a {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #292D32;
	text-decoration: none;
}

.share-buttons-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
}

.share-buttons-mobile-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
}

.share-buttons-mobile-list {
	list-style: none;
	display: flex;
	gap: 15px;
	margin: 0;
}

.share-buttons-mobile-list img {
	width: 25px;
	height: 25px;
}

.share-container li a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free"!important;
}

@media (max-width: 1055px) {
	.popular-tabs li a {
		padding: 6.5px 11px;
	}
}
@media (max-width: 750px) {
	.popular-tabs li a {
		padding: 6.5px 4px;
	}
}
@media (max-width: 666px) {
	.popular-title {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
}
@media (max-width: 410px) {
	.horizontal-important_posts {
		display: none;
	}
}

@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;
		margin-top: 0;
	}
	.cont_inner_block3 .sort {
		display: none;
	}
	.head-logo img {
		width: 120px;
	}
	.head-logo svg {
		width: 120px;
		margin-left: 4px;
	}
}
@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;
	}
	.wrapper .left {
		padding-top: 80px;
	}
	.home_header_block .main-header-blog {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.news-list-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.default-content blockquote p {
		font-size: 17px;
		line-height: 26px;
	}
	.uk-container {
		box-sizing: border-box;
		padding-left: 12px;
		padding-right: 12px;
	}
	.uk-navbar.top-navigation {
		display: block;
	}
	.top-navigation .nav-overlay {
		text-align: center;
		justify-content: space-between;
	}
	.top-navigation {
		padding-top: 12px!important;
		padding-bottom: 12px!important;
	}
	.responsive-menu {
		width: 36px;
		height: 36px;
		flex-shrink: 0;
	}
	.news-list-container-item {
		width: 100%!important;
		flex-basis: 100%!important;
	}
	.news-list-container-item-popular {
		display: none;
	}
	.main-news .nws-title {
		margin-bottom: 13px;
	}
	.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 {
        box-shadow: 0px 4px 15px 0px #0000000D;
		margin: 0;
		position: fixed;
		width: 100%;
		margin-bottom: 0;
	}
	.search_content {
		margin-top: 100px;
	}
	.header-news .main-news {
		margin-top: 0;
	}
	.wrapper .main-news .nws-img,
	.wrapper .second-news .nws-img {
		background-size: cover;
	}
	.nws-title {
		color: #000;
		font-size: 25px;
        line-height: 30px;
		margin-bottom: 10px;
		font-weight: 600;
	}
	.nws-info {
		margin-bottom: 13px;
		font-size: 13px;
		line-height: 20px;
		font-weight: 400;
		color: #A8ADB5;
	}
	.nws-img {
		border-radius: 14px;
	}
	.header-news .nws-description,
	.main-news .nws-description,
	.second-news .nws-description {
		display: none;
	}
	.redactor {
		margin-top: 6rem;
	}
	.section_blog .news-list .news-list-item:first-child {
		display: none;
	}
	footer .foot {
		text-align: center;
	}
    footer .footer-link-title {
        margin-top: 0;
        color: #9ca3af;
    }
	table tr td {
		font-size: 14px;
		padding: 10px;
	}
}
@media (min-width: 640px) and (max-width: 900px) {
	.head-logo img {
		width: 120px;
	}
}
@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 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.first-image {
		border-radius: 14px;
		margin-bottom: 20px;
	}
}

@media (min-width: 640px) {
	footer .foot {
		padding: 20px;
	}
    .footer-copyright {
        text-align: center;
        width: 33.333333%;
        color: #354353;
    }
    .footer-copyright p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
    }
}


@media (max-width: 960px) {
	.tgContainer {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 768px) {
	.socialTg strong {
		font-size: 12px;
	}
	.nav-scroll {
		display: none;
	}
	.uk-container.responsive-fixed .uk-navbar {
		max-height: unset;
		min-height: unset;
	}
	.section_blog_container {
		padding-top: 35px;
	}

	.section_blog_title {
		font-weight: 600;
		font-size: 18px;
		line-height: 20px;
		color: #000000;
		padding-bottom: 25px;
	}

	.blog-img {
		min-height: 100px;
		border-radius: 8px;
	}

	.blog-category-link {
		font-weight: 600;
		font-size: 10px;
		line-height: 10px;
		letter-spacing: 1px;
	}

	.blog-list-item {
		margin-bottom: 25px!important;
		gap: 15px;
	}

	.blog-list-item-title {
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
	}
	.blog-list-item .nws-info {
		font-size: 12px;
		line-height: 20px;
	}

	.blog-list-item .nws-info-item svg {
		width: 14px;
		height: 14px;
	}

	.blog-category {
		font-size: 13px;
		line-height: 1;
		display: none;
	}

	.blog-list-item-description {
		display: none;
	}

	.article .nws-info {
		font-size: 14px;
		margin-bottom: 17px;
	}

	.article .nws-info-item svg {
		width: 18px;
		height: 18px;
	}

	.same-articles-hr {
		margin-top: 38px;
	}
	.same-articles-title {
		margin-bottom: 25px;
	}
	
	footer .foot {
		background-color: #f9fafb!important;
	}

	.footer-nav_socials {
		margin-top: 15px;
		padding-top: 15px;
		margin-bottom: 0;
		gap: 18px;
		align-items: unset;
	}
	.footer-nav_socials-item-socials {
		gap: 15px;
		align-items: unset;
	}
	.footer-nav_socials-item-socials img {
		width: 30px;
		height: 30px;
	}
	.footer-nav_socials-item-socials a {
		width: auto;
		height: auto;
	}
    .footer-download-app-block {
        column-gap: 20px;
    }
	.footer-download-app-block a {
		background: white;
	}
}

@media (max-width: 360px) {
	.socialTg a {
		column-gap: 5px !important;
	}
}
