body {
    background: #FFFFFF;
}

a:hover {
    text-decoration: none;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
@media(min-width: 975px) {
.header__jooble {
    padding: 16px 32px 16px 36px;
    box-shadow: 0px 1px 2px rgba(37, 38, 38, 0.15);
}
}

.jooble__header-logo-menu {
    display: flex;
    align-items: center;
}

.jooble__header-menu {
    margin-right: 0;
    display: none;
}

.jooble__header-logo.desktop {    
	height: auto;
    width: 167px;
}

.jooble__right-header-side {
    display: flex;
    justify-content: flex-end;
}

.jooble__header-profile-notify {
    display: flex;
    align-items: center;
	padding: 0px 0px 0px 10px;
}

.jooble__header-profile {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	background: #0B71D9;
	border-radius: 4px;
	order: 4;
	flex-grow: 0;
}
.jooble__header-profile:hover{
	background: #0A64BF;
}
.jooble__header-profile a {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;	
	color:#fff;
}
.jooble__header-subscription{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #fff;
	order: 4;
	flex-grow: 0;
	height:48px;
}
.jooble__header-subscription button {
	color:#0B71D9;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #b6d5f4;
	padding: 12px 16px;
	width: 100%;
	text-decoration:none;
}
.jooble__header-subscription button:hover{
	background:#0A64BF;
	color:#fff;
	border:1px solid #0A64BF;
	-webkit-tap-highlight-color: transparent;
}
.jooble__header-profile-img {
    margin-right: 8px;
    display: inline;
}

.jooble__header-notify-img {
    cursor: pointer;
}

.jooble__header-burger-img {
    cursor: pointer;
	width: 24px;
}

.front__news {
    padding: 64px 0px 0px 0px;
}

.front__news-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    color: #0B0D0E;
    margin-bottom: 32px;
}

.header__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    color: #0B0D0E;
	text-transform: capitalize;
}

.front__news-title:hover {
    text-decoration: none;
    color: #0B71D9;
}

.filter-by-category {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D1D4D7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 16px;
}

.filter-by-category__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #393F47;
    cursor: pointer;
    transition: .3s;
	text-transform: capitalize;
}
.filter-by-category__dropdown {
    position: absolute;
    top: 62px;
    left: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(127, 139, 153, 0.12), 0px 2px 24px rgba(127, 139, 153, 0.24);
    border-radius: 8px;
}

.front__news-image-wrapper {
    /*height: 320px;*/
    margin-bottom:16px;
}

.front__news-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #393F47;
    margin-bottom: 16px;
}

.front__news-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #393F47;
    margin-bottom: 16px;
    max-height: 83px;
    overflow: hidden;
}

.front_news-data-post {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7F8B99;
}
@media(max-width: 974px) {
    .front__news-image-wrapper-img,
	.front__news-image-wrapper img {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
}
}
@media(min-width: 975px) {
.front__news-image-wrapper-img,
.front__news-image-wrapper img {
    border-radius: 4px;
    height: 248px;
    width: 440px;
    object-fit: cover;
}
}

.front__news-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.front__news .status-publish.format-standard,
.similar_records .status-publish.format-standard{
    height: 508px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 32px;
}

.footer__content-copyright {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #949799;
}

.footer__content-logo-wrapper {
    margin-bottom: 24px;
}

.footer__content-language{
	position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 12px 16px;
	box-sizing: border-box;
}
.footer__content-curr-language{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: 'case' on;
	color: #7F8B99;
	flex: none;
	order: 0;
	flex-grow: 0;
	cursor: pointer;
}
.footer__content-language svg {
    transition: .3s;
	display: inline-flex;
    height: auto;
    max-width: 100%;
	color: #0959AB;
	margin-left: 10px;
}

.footer__content-language.open svg {
    transform: rotate(180deg);
    transition: .3s;
}
.footer__content-language.open svg path{
	fill: #0A64BF;
}

.footer__content-language-items {
    position: absolute;
    display: none;
    width: 120%;
    left: 0;
    top: 62px;
}

.footer__content-curr-language.open-lang .footer__content-language-items {
    display: block;
    /*background: #f7f9fb;
    z-index: 1;*/
	
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(5, 20, 41, 0.06), 0px 4px 24px rgba(5, 20, 41, 0.18);
	border-radius: 8px;
}

.footer__content-language-items .lang-item {
    margin: 0;
    list-style: none;
    margin-bottom: 1px;
}

.footer__content-language-items .lang-item:hover {
    background: #f7f9fb;
}

.footer__content-language-items .lang-item a {
    box-sizing: border-box;
    border-radius: 2px;
    padding: 13px 16px;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #454647;
    display: block;
}
.footer__content-language-items .lang-item{
	border-bottom: 1px solid rgba(208, 214, 221, 0.3);
}
.footer__content-language-items .lang-item:first-child{
	border-radius:8px 8px 0 0;
}
.footer__content-language-items .lang-item:last-child{
	border-bottom:none;
	border-radius:0 0 8px 8px;
}
.footer__content-logo {
    max-width: 168px;
}



.footer__content-language {
	display: flex;
    align-items: center;
	padding: 0px 0px 0px 10px;
}

#site-footer {
    background: #EFF2F6;
    border-top: 1px solid rgba(209, 212, 215, .5);
}

.footer__content {
    display: flex;
    justify-content: space-between;
}

.footer__content-social {
    display: flex;
}

.footer__menu {
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.footer__menu .menu-item {
    list-style: none;
    margin: 0px;
    max-width: 208px;
}
@media (max-width: 974px){
	.footer__menu .menu-item{
		margin-bottom: 18px;
	}
	.footer__menu .menu-item .sub-menu {
    margin: 0;
}
}
@media (min-width: 975px){
	.footer__menu .menu-item a{
		margin-bottom: 16px;
	}
	.footer__menu .menu-item .sub-menu {
    margin: 16px 0 0 0;
}
}
.footer__menu .menu-item>a {
    font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #393F47;
}

.footer__menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

.footer__content-menu {
    width: 688px;
}

.footer__menu .menu-item .sub-menu .menu-item>a {
   font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
    color: #7F8B99;
    margin-bottom: 8px;
}

.center__social {
    margin: 0px 16px;
}

.single__news {
    padding: 64px 0px 0px 0px;
}
@media (max-width: 974px){
.single__news {
	padding-bottom:8px;
	}
}
@media (min-width: 975px){
.single__news {
	padding-bottom:24px;
	}
}
.single__news img{
	border-radius: 4px;
}
.single__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    color: #14181A;
    margin-bottom: 25px;
    margin-top: 0;
}

.single__intro {
    border: 1px solid #CFD9E6;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 48px;
}

.single__quote {
    background: #EFF2F6;
    border-radius: 8px;
    padding: 64px 0px;
}

.single__quote-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #393F47;
    margin-bottom: 16px;
}

.single__quote-item {
    display: flex;
}

.single__quote-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #393F47;
    max-width: 640px;
    margin-right: 50px;
}

.single__quote-author {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.single__quote-img-block {
    max-width: 80px;
    width: 100%;
    margin-bottom: 20px;
}

.single__quote-name {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #393F47;
    margin-bottom: 8px;
}

.single__quote-worker {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7F8B99;
}
@media(max-width: 974px) {
.single__content p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #393F47;
    margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizespeed;
}
}
@media(min-width: 975px) {
.single__content p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: #393F47;
    margin-bottom: 35px;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizespeed;
}
}
.single__content ul,
.single__content ol {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #393F47;
    margin-left: 16px;
}

.single__content li {
    padding-left: 7px;
    margin-left: 16px;
	margin-bottom: 10px;
    position: relative;
}

.single__content ul {
    list-style: none;
}

.single__content ul li::before {
    content: "\2022";
    color: #0B71D9;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    position: absolute;
    left: -16px;
}

.single__intro p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #393F47;
}

.single__content h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #252626;
}

.single__content h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #252626;
	border-top: 1px solid #c5cfd6;
    margin-top: 60px;
    padding-top: 60px;
}

.single__content h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #252626;
}

.single__date {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #7F8B99;
    margin-bottom: 26px;
}
.single__date_similar_post {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7F8B99;
}
.social__category-link {
    display: flex;
    justify-content: space-between;
	margin-top: 30px;
}

.single__categories-link {
	font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'case' on;
    color: #393F47;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px;
    background: rgba(208, 214, 221, 0.3);
    border-radius: 16px;
    margin-right: 16px;
}

.single__categories-link:hover {
    text-decoration: none;
	color:#0B0D0E;
}

.categories__block {
    display: flex;
    align-items: center;
}

.social__block {
    display: flex;
    align-items: center;
}

.social__block-item {
    margin-left: 8px;
}

.filter-by-category.open .filter-by-category__dropdown {
    height: max-content;
    background: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border: #d1d4d7 1px solid;
    border: 1px solid #D1D4D7; */
    box-sizing: border-box;
    /* border-radius: 4px; */
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
    box-shadow: 0px 0px 4px rgba(127, 139, 153, 0.12), 0px 2px 24px rgba(127, 139, 153, 0.24);
    border-radius: 8px;
}

.filter-by-category .filter-by-category__dropdown {
    background: white;
}

.filter-by-category.open .filter-by-category__dropdown a {
    color: #393F47;
    padding: 12px 16px;
    z-index: 1;
    background: white;
    border-bottom: 1px solid rgba(208, 214, 221, 0.3);
    padding: 12px 16px;
    z-index: 1;
    background: white;
    border-bottom: 1px solid rgba(208, 214, 221, 0.3);
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #393F47;
}

.filter-by-category.open .filter-by-category__dropdown a:hover,
.filter-by-category.open .filter-by-category__dropdown a:active,
.filter-by-category.open .filter-by-category__dropdown a:visited {
    text-decoration: none;
}

.filter-by-category.open .filter-by-category__dropdown a:hover {
    background: rgba(208, 214, 221, 0.3);
}

.bird__arrow {
    transition: .3s;
}

.filter-by-category.open .bird__arrow {
    transform: rotate(180deg);
    transition: .3s;
}

.jooble__mobile-logo {
    display: none;
}

.jooble__header-items {
    display: flex;
    justify-content: space-between;
}

.footer__content-social.mobile {
    display: none;
}

.footer__content-social.desktop {
    display: flex;
}

.footer__content-menu.mobile {
    display: none;
}

.left_card {
    padding-right: 16px;
    /* padding-left: 0px; */
}

.right_card {
    /* padding-right: 0px; */
    padding-left: 16px;
}

.filter-by-category.open {
    border: 1px solid #0A64BF;
}

.filter-by-category .filter-by-category__header svg path{
    transition: .3s;
	fill: #7F8B99;
}

.filter-by-category.open .filter-by-category__header svg {
    transform: rotate(180deg);
    transition: .3s;
}

.filter-by-category.open .filter-by-category__header svg path {
    fill: #0A64BF;
}

.front__news-content {
    height: 211px;
    overflow: hidden;
}

.top__menu {
    list-style: none;
    display: flex;
    align-items: center;
	margin: 0;
}

.top__menu .menu-item {
    font-family: Inter;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'case' on;
    flex: none;
    order: 0;
    flex-grow: 0;
	padding: 12px 16px;
    cursor: pointer;
    height: 48px;
	margin: 0;
}

.top__menu .menu-item .menu-image-title {
    padding-left: 2px;
}

.top__menu .menu-item a {
    display: flex;
    align-items: center;
	font-family: Inter;
    font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #7F8B99;
}

.top__menu .menu-item span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'case' on;
    color: #7F8B99;
    margin: 8px 0px;
}

.mobile__menu-items-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.mobile__menu-items-block {
    padding: 14px 0px 16px;
    box-shadow: 0px 0px 4px rgba(127, 139, 153, 0.06), 0px 2px 4px rgba(127, 139, 153, 0.09);
    background: #ffffff;
	position: relative;
}
.mobile__menu-logo-close{
	width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 8px;
}
.mobile_nav__menu {
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(208, 214, 221, .5);
}

.mobile_nav__menu .menu-item {
    margin: 0;
    padding: 16px 16px 16px 16px;
}

.mobile_nav__menu .menu-item a span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'case' on;
    color: #393F47;
    flex: none;
    order: 1;
    align-self: center;
    flex-grow: 0;
    /* margin: 8px 0px; */
}

.mobile__menu-items-header {
    width: 130px;
    margin: 0 16px 14px 16px;
}

.language_nav__menu {
    margin: 0;
    list-style: none;
}

.language_nav__menu .menu-item {
    margin: 0;
}

.language_nav__menu .menu-item a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'case' on;
    color: #7F8B99;
	font-weight: 500;
}

.language_nav__menu>.menu-item {
    padding: 12px 16px;
    /*border-bottom: 1px solid rgba(208, 214, 221, .5);*/
}

.language_nav__menu .menu-item .sub-menu {
    display: none;
}

.language__menu {
    list-style: none;
    margin: 0;
    display: flex;
    margin-left: 37px;
}

.language__menu .menu-item {
    margin: 0;
    margin-right: 35px;
    position: relative;
}

.language__menu .menu-item .menu-image-title {
    padding-left: 2px;
}

.language__menu .menu-item a {
    display: flex;
    align-items: center;
}

.language_nav__menu {
    position: relative;
}

.language__menu .menu-item span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'case' on;
    color: #393F47;
    margin: 8px 0px;
}

.language_nav__menu>.menu-item>.sub-menu {
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50px;
	background: #fff;
	box-shadow: 0px 0px 2px rgb(5 20 41 / 6%), 0px 4px 24px rgb(5 20 41 / 18%);
    border-radius: 8px;
}

.language_nav__menu>.menu-item:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC41OSAwLjU5MDAyN0w2IDUuMTcwMDNMMS40MSAwLjU5MDAyN0wwIDIuMDAwMDNMNiA4LjAwMDAzTDEyIDIuMDAwMDNMMTAuNTkgMC41OTAwMjdaIiBmaWxsPSIjQjhCRkM2Ii8+Cjwvc3ZnPgo=');
    position: absolute;
    transition: .3s;
	cursor: pointer;
	margin-left: 15px;
}

.language_nav__menu>.menu-item:hover::after{
    transition: .3s;
    transform: rotate(180deg);
}

.language_nav__menu>.menu-item:hover>.sub-menu {
    display: block;
    width: 100%;
}

.language_nav__menu>.menu-item:hover>.sub-menu .menu-item a {
    padding: 16px;
    border-bottom: 1px solid rgba(208, 214, 221, .5);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'case' on;
    color: #393F47;
    display: block;
}

@media(max-width: 974px) {
	.header__title {
		margin-bottom:16px;
	}
    .jooble__header-profile {
        display: flex;
        margin-right: 0;
		font-size: 14px;
        line-height: 24px;
    }
    .jooble__mobile-logo {
        display: block;
    }
    .jooble__header-logo.desktop {
        display: none;
    }
    .top__menu {
        display: block;
    }
    .jooble__right-header-side {
        width: 200px;
    }
    .jooble__header-logo-menu {
        width: 200px;
    }
    .jooble__mobile-logo {
        width: 200px;
		padding: 12px 0;
    }
    .jooble__header-menu {
		display: block;
		width: 40px;
		height: 40px;
		padding: 8px;
    }
    .front__news {
        padding-top: 24px;
    }
    .front__news-image-wrapper {
        overflow: hidden;
    }
    .front__news-image-wrapper-img {
        width: 100%;
        border-radius: 4px;
    }
    .front__news-title {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
    }
    .front__news-title.header__title {
        padding: 0px 8px;
    }
    .front__news-description {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        max-height: 168px;
    }
    .front__news-content {
        padding: 0px 0px 16px 0px;
        max-height: 192px;
        height: max-content;
    }
    .front_news-data-post {
        padding: 0px;
    }
    .front__news .status-publish.format-standard,
	.similar_records .status-publish.format-standard,
	.status-private{
        height: max-content;
        margin-bottom: 32px;
    }
    .front__news-content {
        max-height: max-content;
    }
    .front__news-description {
        margin-bottom: 0px;
    }
    .footer__content-menu {
        display: none;
    }
    .footer__content {
        display: block;
    }
    .footer__content-logo {
        max-width: 100%;
    }
    .footer__content-social.mobile {
        display: flex;
    }
    .footer__content-logo-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .footer__content {
        padding: 0px;
    }
    .footer__content-social.desktop {
        display: none;
    }
    .footer__content-menu.mobile {
        display: flex;
        width: 100%;
        margin-bottom: 8px;
    }
    .footer__menu {
        flex-direction: column;
    }
    .footer__menu .menu-item .sub-menu {
        height: 0;
        transition: .3s;
        overflow: hidden;
    }
    .footer__menu .menu-item a {
        position: relative;
    }
    .footer__menu>.menu-item>a::before {
        content: url(/blog/wp-content/themes/twentytwenty/assets/images/angle.svg);
        position: absolute;
        right: -24px;
        top: 0;
        height: 16px;
        width: 16px;
        display: block;
        transition: .3s;
    }
    .footer__menu>.menu-item.open-menu>a::before {
        transform: rotate(180deg);
        /* top: 9px; */
        transition: .3s;
    }
    .footer__content-menu.mobile .footer__menu .menu-item.open-menu .sub-menu {
        height: max-content;
        transition: .3s;
    }
    .single__news {
        padding: 24px 0px;
    }
    .single__title {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        color: #14181A;
        margin-bottom: 24px;
    }
    .single__intro {
        padding: 24px;
        margin: 0px 8px;
        margin-bottom: 24px;
    }
    .single__intro p {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        color: #393F47;
        margin-bottom: 0;
    }
    .single__thumbnail {
        /*margin-left: -8px;
        margin-right: -8px;*/
    }
    .single__content {
        margin-top: 24px;
    }
    .single__content ol,
    .single__content ul {        
        font-size: 16px;
        line-height: 24px;
		margin-bottom: 16px;
    }
    .single__content p {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 24px;
    }
    .single__content h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
    }
    .single__quote {
        padding: 24px 0px;
    }
    .single__quote-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .single__quote-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        margin-bottom: 24px;
    }
    .single__quote-item {
        flex-direction: column;
        padding: 0px 8px;
    }
    .single__quote-author {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .single__quote-img-block {
        border-radius: 50%;
        border: 1px solid white;
        max-width: 48px;
        margin-right: 16px;
        margin-bottom: 0;
    }
    .single__quote-name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .single__quote-worker {
        font-size: 14px;
        line-height: 20px;
    }
    .social__category-link {
        flex-direction: column;
        padding: 0px 8px;
    }
    .categories__block {
        display: block;
        margin-bottom: 16px;
    }
    .single__categories-link {
        display: inline-block;
        margin-bottom: 8px;
    }
    .single__date {
        padding: 0;
    }
    .social__block a:first-child {
        margin: 0;
    }
    #site-footer {
        padding-bottom: 16px;
    }
    /*.header__jooble {
        padding: 0px 8px 0px 15px;
    }*/
    .mobile__card {
        padding: 0 15px;
    }
}

@media(max-width: 974px) {
	.jooble__header-profile-notify {
        display: none;
    }
    .jooble__mobile-logo {
        width: 130px;
        
    }
    .jooble__header-logo-menu {
        width: 100px;
		justify-content: flex-end;
    }
    .jooble__right-header-side {
        width: 100px;
		display: none;
    }
	.footer__content-language{
		display: none;
	}
}

.mobile__header-profile-notify{
	margin: 0px 16px 10px 16px;
}

.mobile__menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    background: rgb(209 209 209 / 90%);
    z-index: 10;
}

.mobile__menu.expand {
    left: 0;
}

.mobile__menu-block {
    background: #EFF2F6;
    height: 100%;
    max-width: 256px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 0;
}

.pagination .prev {
    margin: 0;
    padding: 16px 19px;
    border: 1px solid #D1D4D7;
    box-sizing: border-box;
    border-radius: 4px;
}

.pagination .next {
    margin: 0;
    padding: 16px 19px;
    border: 1px solid #D1D4D7;
    box-sizing: border-box;
    border-radius: 4px;
}

.pagination .page-numbers {
    padding: 16px 19px;
}

.pagination .page-numbers.current {
    border: 1px solid #D1D4D7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 19px;
}

@media(max-width: 767px) {
    .mobile__card {
        padding: 0 15px;
    }
}

.mobile_nav__menu .menu-item:last-child {
    border-top: 1px solid rgb(208 214 221 / 0.5);
}

.mobile_nav__menu .menu-item:nth-child(2) {
    padding-bottom: 16px;
}

.menu__profile-link {
    display: flex;
    align-items: center;
    padding: 16px 16px 16px;
}

.menu__profile-link img {
    margin-right: 10px;
}

.front_news-data-post.p-0 {
    padding: 0;
}
.menu__item_close-btn{
	width: 13px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 13px;
}
@media(min-width: 1301px) {
.scrollleft{
	display: block;
}
.blok-left{
	position: sticky;
    position: -webkit-sticky;
	float: left;
    display: block;
    margin-left: -195px;
    width: 165px;
	top: 50px;
}
.blok-left-slogan{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	font-feature-settings: 'case' on;
	color: #7F8B99;
	margin-bottom: 16px;
}
.blok-left-btn-subscription{
	font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    padding: 12px 16px;
    width: 100%;
	background:#0B71D9;
	color:#fff;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0;
}
.blok-left-btn-subscription:hover{
	background:#0A64BF;
	text-decoration: none;
	letter-spacing: 0;
	}
.blok-left-sociall{	
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
	margin-top: 32px;
}
.blok-left-sociall .h3{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	font-feature-settings: 'case' on;
	color: #7F8B99;
}
.blok-left-menu{
	margin-top: 65px;
    display: inline-block;
}
.blok-left-slogan ul{
	margin: 0;
}
.blok-left-slogan ul li{
	margin: 0 0 8px 0;
	list-style-type: none;
}
.blok-left-slogan ul li a{
	color: #0B71D9;
}
.blok-left-slogan ul li a:hover{
	text-decoration:underline;
}
}
@media(max-width: 1300px) {
    .blok-left{
    display: none;
	}
}
.wp-block-button__link{
	font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    padding: 12px 16px;
    width: 100%;
    background: #0B71D9;
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
}
.wp-block-button__link:hover{
	background: #0A64BF;
	text-decoration:none;
}
.author-avatar img {
 	border-radius: 50%;
}
ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}
ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4;
}
ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -38px;
    width: 32px;
    height: 32px;
    background: #0B71D9;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #0B71D9;
}
#ez-toc-container{
background: #fff;
border: 0px solid #fff;
padding: 0px;
margin-bottom: -65px;}