/* Fonts Upload START*/
@font-face { font-family: 'OpenSans';
    src: url('../webfonts/OpenSans-Regular.woff2') format('woff2'),
		url('../webfonts/OpenSans-Regular.woff') format('woff'),
		url('../webfonts/OpenSans-Regular.ttf') format('truetype'),
		url('../webfonts/OpenSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
	font-display: fallback;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../webfonts/OpenSans-Bold.woff2') format('woff2'),
		url('../webfonts/OpenSans-Bold.woff') format('woff'),
		url('../webfonts/OpenSans-Bold.ttf') format('truetype'),
		url('../webfonts/OpenSans-Bold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
	font-display: fallback;
}
/*Fonts Upload END */

/* Color for placeholder START */
::-webkit-input-placeholder {color:#828282; opacity:1;} /* webkit */
::-moz-placeholder        {color:#828282; opacity:1;}/* Firefox 19+ */
:-moz-placeholder         {color:#828282; opacity:1;}/* Firefox 18- */
:-ms-input-placeholder    {color:#828282; opacity:1;}/* IE */
/* Color for placeholder END */

/* Убираем placeholder при нажатии на поле START */
:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
:focus:-ms-input-placeholder      {opacity:0;}/* IE */
.quick-search__input--opened:focus::-webkit-input-placeholder {opacity:1 !important;}/* webkit */
.quick-search__input--opened:focus::-moz-placeholder          {opacity:1 !important;}/* Firefox 19+ */
.quick-search__input--opened:focus:-moz-placeholder           {opacity:1 !important;}/* Firefox 18- */
.quick-search__input--opened:focus:-ms-input-placeholder      {opacity:1 !important;}/* IE */
/* Убираем placeholder при нажатии на поле END */

.have_post_custom_flex_wrapper-c {
	height: unset !important;
	margin-bottom: -20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
    font-family: "OpenSans", sans-serif;
}

/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}
.widget_archive_buttons .archive_links_buttons ul li span.text_link_archive_buttons  {
	display: block;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
.custom_widget_social {
    margin-bottom: 40px !important;
}
a, a:hover, a:focus {
    text-decoration: none !important;
}

a, button {
    transition: all .3s ease;
}
button, label, input[type="submit"] {
    cursor: pointer;
}

html, body {
    line-height: 24px;
    font-size: 17px;
}

/* Header START */
.container {
    max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

header#main_header {
  height: 221px;
}

.breadcrumb, .breadcrumb_arh {
	margin: 0 0 15px 0;
    color: #828282;
	font-size: 14px;
}

.breadcrumb ol, .breadcrumb_arh ol {
    display: flex;
	flex-wrap: wrap;
    list-style: none;
	align-items: center;
}

.breadcrumb ol a, .breadcrumb_arh ol a {
    color: #828282;
    display: inline-block;
	text-decoration: none;
}

.breadcrumb ol a:hover, .breadcrumb_arh ol a:hover {
	color: #2277F6 !important;
}

.breadcrumb ol a:visited, .breadcrumb_arh ol a:visited {
    color: #828282;
}

.breadcrumb_separator {
	margin: 0 5px;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
	height: 35px;
}

.social_links ul {
    display: flex;
    list-style: none;
    margin: 0 -5px;
    align-items: center;
    line-height: 5px;
}

.social_links ul a {
    color: #828282;
    margin: 0 5px;
    line-height: 0;
    display: inline-block;
}

.social_links ul li i.fa-facebook-f {
    line-height: 0.5;
}

.h1_front_page, .h2_front_page {
    font-size: 1px;
    line-height: 1;
    color: #ffffff;
}

.account_nav {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    color: #828282;
    line-height: 16px;
}

.account_nav a {
    font-size: 14px;
    color: #828282;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.account_nav a i {
    margin-right: 10px;
    font-size: 16px;
}

.account_nav {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    color: #828282;
    line-height: 16px;
}
.menu__body .account_nav {
    border: none;
}

.middle_header {
    padding: 25px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
	height: 143px;
}

.site_logo_header img {
    width: 320px;
    height: 90px;
    display: flex;
    align-items: center;
}

.bottom_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
	height: 43px;
}

.lang_switcher {
    display: flex;
    align-items: center;
    list-style: none;
}

.lang_switcher a, .lang_switcher li {
    font-family: "OpenSans-Bold", sans-serif;
    font-weight: 500;
    color: #444444;
    font-size: 15px;
    line-height: 1;
}
.btn_menu_1,
.btn_menu {
    background: transparent;
    border: none;
    font-size: 20px;
    display: none;
}
/* MARK 1 */
/* Mobile Menu -> Body */
.menu__body{
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -100%;
    width: 100%;
    height: calc( 100% + 1px );
    background: linear-gradient(85deg, #005ed8 0%, #68a0e8 100%);
    color: #fff;
    transition: left 0.7s ease;
    padding: 27px;
    padding-bottom: 0;
    overflow: auto;
}
/* Mark 3 */
.category_box .populyty_posts-title h2 {
    padding: 0;
}
.populyty_posts-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    border-top-color: #2277F6 !important;
    border-top: 3px solid;
    border-bottom: 1px solid #E0E0E0;
    justify-content: space-between;
}
.populyty_posts-title.title_red {
	border-top-color: #ff0100 !important;
}
.populyty_posts-title h2 {
    border: none;
    margin: 0;
}

/* Menu Links */
.menu__body a {
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    text-transform: uppercase;
}
.lang_switcher-and-btn_menu {
    display: none;
}
.lang_switcher-and-btn_menu .lang_switcher {
    width: 54px;
    justify-content: center;
}
.menu__body .menu a {
    max-width: 99%;
    display: block;
}

.menu__body ul li a {
    font-family: "OpenSans-Bold", sans-serif;
    font-weight: 500;
}

.menu__body .menu li a span {
  font-family: "OpenSans-Bold", sans-serif;
  font-weight: 500;
}

.menu__body ul li .sub-menu a span {
	font-family: "OpenSans", sans-serif;
	font-weight: 400;
}

.menu__body .menu-item-has-children a {
    font-size: 16px;
}

.menu__body ul li {
    list-style-type: none;
}

.menu__body ul li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    display: block;
}

.menu__body .lang_switcher li {
    border: none;
}

.sub-menu a {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 180px;
    color: #434343;
    padding: 10px 16px;
    text-transform: unset;
}

.sub-menu a span {
	font-family: "OpenSans", sans-serif;
	font-weight: 400;
}

/* Mobile Social Links */
.menu__body .social_links {
    margin: 50px 0;
}

.menu__body .social_links ul {
    justify-content: center;
    flex-wrap: wrap;
}

.menu__body .social_links li{
    width: 60px;
    height: 60px;
    border: none;
}

.menu__body .social_links li span {
    width: 42px;
    height: 42px;
    color: #fff;
    background-color: #a3a3a3;
    padding: 6px 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0) !important;
    border: 3px solid rgba(255, 255, 255, 0.25);
    font-size: 24px;
}

.menu__body .social_links li.mobile_twitter {
    margin-top: 4px;
}
.menu__body .social_links li.mobile_youtube {
    margin-top: 5px;
}
.menu__body .social_links li.mobile_youtube span {
    padding: 6px 10px;
}
.menu__body .social_links li.mobile_twitter span {
    padding: 6px 12px;
}
.menu__body .social_links li.mobile_instagram {
    margin-top: 4px;
}
.menu__body .social_links li.mobile_instagram span {
    padding: 6px 12px;
}

/* Mobile Search Form */
.menu__body .mobile_search_wrapper {
    margin: 35px 0;
}

.menu__body .mobile_search_wrapper form {
    position: relative;
}

.menu__body .mobile_search_wrapper form button {
    position: absolute;
    background: none;
    padding: 5px 13px;
    border: none;
    top: 8px;
    right: 0px;
    color: #fff;
}

.menu__body .mobile_search_wrapper form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    border-radius: 3px;
    height: 45px;
    font-size: 17px;
    line-height: 45px;
}
.menu__body .mobile_search_wrapper form input {
    padding-left: 10px;
}
.menu__body .mobile_search_wrapper form input::placeholder {
    color: #fff;
}

.menu__body .mobile_search_wrapper .mobile-quick-search__button:before {
    font-family: "Font Awesome 6 Free";
	content: "\f002";
    font-weight: 900;
    font-size: 16px;
}

/* Button Close */
.btn_menu_close-after:after{
    font-family: "Font Awesome 6 Free";
	content: '\f00d';
	font-size: 22.4px;
    cursor: pointer;
    position: absolute;
    margin-top: -11px;  
    transition: 0.55s linear;
    border-radius: 5px;
}

.menu__body .btn_menu_close {
    cursor: pointer;
}

.menu__body-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu__body-top .account_nav a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.menu__body-top-right_part {
    display: flex;
    align-items: center;
}

.menu__body .lang_switcher {
    padding-right: 25px;
}

.banner_link {
    display: block;
    line-height: 1;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children a {
    padding-right: 15px;
}

.menu-item-has-children > a:after {
    font-family: "Font Awesome 6 Free";
	content: '\f078';
	font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.sub-menu {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 7px 7px rgb(0 0 0 / 15%);
    display: none;
    z-index: 60;
}

.menu__body .sub-menu{
    padding-left: 27px;
}

/* MARK 2 */
.menu__body .sub-menu {
    position: unset;
    box-shadow: none;
    z-index: 0;
    display: none;
    padding-bottom: 10px;
}

.menu__body .menu-item-has-children > a:after {
    display: none;
}

.menu__body .menu-item-has-children .arrow:after {
    transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
    transform: rotate(360deg);
}

.menu__body .menu-item-has-children .arrow:after {
    font-family: "Font Awesome 6 Free";
	content: '\f078';
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.menu__body .menu__body-top {
    background: linear-gradient(90deg, #0D6CE8 0%, #6DABFB 100%);
    box-shadow: 0px 1px 33px rgba(0, 0, 0, 0.04);
    margin: -27px -27px 20px;
    padding: 0 27px;
    padding-right: 41px;
    font-size: 14px;
    height: 60px;
    position: relative;
}

.menu__body ul.menu li a i {
    width: 17px;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
}
/* Header END */

/* Home START */
#archive_content {
    margin-top: 15px;
}

#news_block {
    padding: 40px 0 40px 0;
    display: flex;
    margin: 0 -3px;
}

.news_block_item {
    padding: 0 3px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.news_item {
    min-height: 100%;
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.news_item > * {
    position: relative;
    z-index: 5;
}
.news_item_data {
    position: static;
	z-index: 3;
}

.news_item_shadow {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -26.14%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 2;
}

.news_item_url, .news_item_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news_item_img {
	z-index: 0;
	transition: 0.5s;
}

.news_item_category {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 9px 10px;
    background: #2277F6;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    z-index: 5;
}
#news_block .news_item_category {
    position: absolute;
    top: 0;
    left: 0;
}

.news_item_category.color_red {
    background: #ff0100;
}

.news_item_title, .news_item_title>* {
    overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      line-clamp: 4;
      box-orient: vertical;
}
.news_item_title {
    font-family: "OpenSans-Bold", sans-serif !important;
	font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.news_item_title a {
    font-family: "OpenSans-Bold", sans-serif !important;
	font-weight: 500;
}

.news_item_additional {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #FFFFFF;
	margin: 0;
}

.news_item_additional > div {
    margin-right: 17px;
    display: flex;
    align-items: center;
}

.news_item_additional i {
    margin-right: 5px;
}

.news_item_type {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(130, 130, 130, 0.35);
    border: 2px solid #FFFFFF;
    top: 17px;
    right: 17px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    display: block;
    z-index: 1;
}
.news__attach-wrapper {
    top: 17px;
    right: 17px;
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    margin: -8px -12px;
    color: #fff;
	z-index: 0;
}
.news__attach-icon {
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: rgba(130, 130, 130, 0.35);
    width: 30px;
    height: 30px;
    margin: 0 3px;
}

.news_block_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.flex_block {
    padding: 0 3px;
    width: 100%;
}

.flex_50 {
    max-width: 50%;
    flex: 0 0 50%;
}


.news_item_small {
    min-height: 249px;
    padding: 16px;
}

.news_item_small .news_item_title {
    font-size: 18px;
    line-height: 22px;
}

.news_item_medium {
    min-height: 249px;
    margin-bottom: 6px;
}

#news_categories {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -20px 25px -20px;
}

.category_box {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 20px;
}
.title_accent h2 span {
	font-family: "OpenSans-Bold" !important;
	font-weight: 500;
}
.title_accent h2{
	font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}
.title_accent {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px 0 12px;
    border-top: 3px solid;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 25px;
}
h2.title_accent span{
	font-family: "OpenSans-Bold" !important;
	font-weight: 500;
}
.title_accent.title_blue {
    font-family: "OpenSans-Bold" !important;
	font-weight: 500;
    color: #2277F6;
    border-top-color: #2277F6;
}

.title_accent.title_red {
    font-family: "OpenSans-Bold" !important;
	font-weight: 500;
    color: #ff0100;
    border-top-color: #ff0100
}

.cat_news_img {
    min-height: 234px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 16px;
}

.cat_news_img .cat_news_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.cat_news_title {
    font-family: "OpenSans-Bold", sans-serif !important;
	font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -moz-box;
   -moz-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   line-clamp: 3;
   box-orient: vertical;
}

.category_box .news_item_additional {
    color: #828282;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.category_box .news_item_date {
    margin-right: 13px;
}

.category_box .cat_news_excerpt {
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    margin-bottom: 25px;
	min-height: 80px;
}

.cat_news_large {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 25px;
}

.cat_news_small {
    display: flex;
    margin-bottom: 20px;
}

.cat_news_small .cat_news_img {
    display: block;
    width: 105px;
    height: 70px;
    min-height: 70px;
    min-width: 105px;
    margin-right: 16px;
    margin-bottom: 0;
}

.cat_news_small .cat_news_title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.cat_news_small .news_item_additional {
    margin-bottom: 0;
    justify-content: unset;
}

.site_main_content {
    flex: 0 0 66.66%;
    max-width: 66.666%;
    padding: 0 20px;
    width: 100%;
}

.site_content_main {
    display: flex;
    margin: 0px -20px 30px -20px;
    align-items: flex-start;
}

#sidebar {
    flex: 0 0 390px;
    max-width: 390px;
    width: 100%;
    padding: 39px 20px 0 20px;
}

.posts_grid {
    display: flex;
    margin: 0 -20px 0px;
    justify-content: space-between;
}

.post_grid_main {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.posts_grid .cat_news_small {
    margin-bottom: 20px;
}

.posts_grid .cat_news_img {
    height: 70px;
}

.posts_secondary {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}
#ads_grid .posts_secondary {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}
#articles_categories .cat_news_large .cat_news_title, .cat_news_large .post_grid_title {min-height: 2.6em;}
#articles_categories .cat_news_large .cat_news_excerpt {min-height: 2.84em;}
#company_posts .company_posts_row .post_grid_title, .company_posts_row .post_grid_title a {-webkit-line-clamp: 3; line-clamp: 3;}

.post_grid_img {
    min-height: 234px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
    position: relative;
}

.post_grid_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.post_grid_title a,
.post_grid_title {
    font-family: "OpenSans-Bold", sans-serif !important;
	font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 12px;
    overflow-y: hidden;
    text-overflow: ellipsis;
   display: -moz-box;
   -moz-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   line-clamp: 2;
   box-orient: vertical;
}

.posts_grid .news_item_additional, .post_grid_main .news_item_additional {
    color: #828282;
    margin-bottom: 12px;
}

.post_grid_excerpt, .cat_news_excerpt {
    font-size: 14px;
    line-height: 21px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}

.post_grid_excerpt_publ_main {
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}

#ads_grid .post_grid_excerpt, .cat_news_excerpt.ads_excerpt {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
    line-height: 20px;
}
.post_grid_small {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    margin-bottom: 0px;
}


.posts_secondary_main {
    margin: 0 -20px 0 0;
    padding: 0 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.post_grid_small .post_grid_img {
    min-height: 105px;
}

.post_grid_small .post_grid_title {
    margin-bottom: 0px;
}

.posts_secondary_main .news_item_additional, .post_grid_small .news_item_additional {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    color: #828282;
}

.posts_secondary_main .news_item_additional i {
    margin-right: 4px;
}

.posts_secondary_main .news_item_date {
    margin-right: 11px;
}

#articles_categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px 30px;
}

#articles_categories .category_box {
    flex: 0 0 50%;
    max-width: 50%;
}

.company_posts_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -30px -20px;
}

.company_posts_row .post_grid_small {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    margin-bottom: 20px;
}

.company_posts_row .post_grid_img {
    min-height: 147px;
}

.posts_row_2 {
    display: flex;
    margin: 0 -20px;
	margin-top: 10px;
    flex-wrap: wrap;
}

#ads_grid {
    margin-top: 0px;
    margin-bottom: 30px;
}

#company_posts {
    margin-top: 0px;
    margin-bottom: 45px;
}

#photo_posts {
    margin-top: 0px;
    margin-bottom: 15px;
}

#articles_row {
    margin-top: 0px;
    margin-bottom: 43px;
}

#videos_grid {
    margin-top: 0px;
    margin-bottom: 15px;
}

#news_posts_row {
    margin-top: 0px;
    margin-bottom: 0px;
}
.posts_row_2 .post_grid_main {
    margin-bottom: 10px;
}

.post_grid_img .news_item_type {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px !important;
    line-height: 53px;
}

span.news_item_type .fal.fa-play {
    margin-left: 10%;
}

.post_grid_main .news_item_type {
    font-size: 18px;
    line-height: 53px;
	z-index: 0;
}

.post_row_img {
    position: relative;
    height: 169px;
    flex: 0 0 253px;
    max-width: 253px;
    background-size: cover;
    background-position: center;
    margin-right: 30px;
}

.post_row {
    display: flex;
    margin-bottom: 35px;
    margin-top: 10px;
}

.post_row_info .post_grid_title {
    margin-bottom: 5px;
}
.post_row_info .news_item_additional {
    color: #828282;
    margin-bottom: 12px;
}

#main_footer {
    margin-top: 10px;
    padding-bottom: 20px;
}

.footer_copyright {
    text-align: center;
    border-top: 1px solid #E0E0E0;
    margin-top: 10px;
    padding-top: 20px;
    color: #444444;
    font-size: 14px;
    line-height: 18px;
}

.copyright_bottom {
    padding-top: 7px;
}

.footer_copyright a, .footer_copyright a:visited {
    color: #444444;
    text-decoration: underline !important;
}

.footer_copyright a:hover {
  color: #2277F6;
}
/* Home Page END */

/* Archive action buttons START */
.main_widget_archive_buttons, .main_widget, .populyty_posts_widget_archive_buttons {
	display: none;
}

.archive_links_buttons ul, .archive_links_buttons li {
    display: flex;
	height: 33px;
    list-style: none;
    line-height: 5px;
    flex-wrap: wrap;
}

.archive_links_buttons ul a, .archive_links_buttons li a {
    line-height: 0;
    display: inline-block;    
}

.widget_archive_buttons .archive_links_buttons ul a {  
    font-size: 15px;
    line-height: 1;
    border-radius: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    color: #fff;
    padding: 9px 14px;
}

.text_link_archive_buttons {
    font-family: "OpenSans", sans-serif !important;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin: auto;
}

.link_buttons_blue {
    background: #2277F6 !important;
}

.link_buttons_red {
    background: #ff0100 !important;
}
/* Archive action buttons END */

/* Widges START */
.hmm3 {
	margin-bottom: 35px;
}
/* Widges END */

/* Widget Social START */
.widget_social .social_links ul {
    justify-content: center;
}

.widget_social .social_links ul a {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 25px;
    line-height: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.link_fb {
    background: #0866FF !important;
}

.link_tw {
    background: #000000 !important;
}

.link_yt {
    background: #FF0000 !important;
}

.link_viber {
    background: #7F4DA0 !important;
}

.link_tg {
    background: #37AEE2 !important;
}

.link_instagram {
    background: #fcaf45 !important;
}

.widget_social {
    margin-bottom: 35px;
}
/* Widget Social END */

/* Widget Posts START */
.news_item_additional > div {
    margin-right: 17px;
}
/* Widget Posts END */

/* Widget Subscribe Form START */
.widget_subscribe {
    margin-bottom: 35px;
}

.subscribe_form {
    border: 1px solid #E0E0E0;
    padding: 24px 16px;
    text-align: center;
}

.sub_form_img {
    margin-bottom: 19px;
}

.sub_form_title {
    font-family: "OpenSans-Bold", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    max-width: 250px;
    margin: 0 auto 16px;
}

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

.control_accent {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    padding: 11px 5px;
    border: 1px solid #E0E0E0;
    height: 44px;
    max-width: 100%;
    width: auto;
}

.btn_accent {
    font-size: 15px;
    background: #2277F6;
    color: #fff;
    padding: 11px 22px 11px 18px;
    border: 1px solid #2277F6;
}

.sub_form_inner .control_accent {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}

.sub_form_inner .btn_accent {
    width: 100%;
    max-width: 40%;
    flex: 0 0 40%;
}
/* Widget Subscribe Form END */

/* Single Page START */
.link_red {
    font-weight: 400;
    font-size: 13px;
    color: #828282;
    line-height: 13px;
    text-transform: none;
}

.link_blue {
    font-weight: 400;
    font-size: 13px;
    color: #828282;
    line-height: 13px;
    text-transform: none;
}

.title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Single Page END */

.html_ads_widget .contetn_widget{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.html_ads_widget_mobile{
    margin-bottom: -10px;
}

.large_title_custom_class {
	min-height: 60px;
}

body.home main .container #news_categories .category_box .large_small_wrapper .cat_news_large {
    min-height: unset;
}
.lang_switcher li {
	border-right: 1px solid #E0E0E0;
	padding-right: 15px;
}

.splide.is-initialized:not(.is-active) .splide__list.splide__cat {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.splide.is-initialized:not(.is-active) .splide__list.splide__cat .splide__slide {
	width: 16.6%;
}

.populyty_posts, .pop_posts, .widget_posts {
	display: none
}

.companies-ul {
	margin-bottom: 40px;
}

.have_post_custom_flex_wrapper {
	display: flex;
}

.category-description, .category-description-zero {
	font-size: 15px;
	line-height: 22px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 12px 0 12px;
}

.category-description-bottom-line {
	font-size: 15px;
	line-height: 22px;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 12px;
}


.category-description, .category-description-bottom-line {
	margin: 0 0 30px 0;
}

.category-description-zero {
	margin: 45px 0 0 0;
}

.news-tag-description {
	margin: 0 0 30px 0;
	font-size: 15px;
	line-height: 22px;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 12px;
}

.category-description a, .news-tag-description a, .category-description-zero a, .category-description-bottom-line a {
    color: #2277f6;
    text-decoration: none;
}

/* Responsive START */
@media (max-width: 1199px) {
	/* Описание для СУСПІЛЬСТВО */
	.container #news_categories .category_box:nth-child(1) .cat_news_excerpt{
	-webkit-line-clamp: 2;
	line-clamp: 2;
	min-height: unset;
	}
	
	/* Заголовок поста для СУСПІЛЬСТВО */
	.container #news_categories .category_box:nth-child(1) .large_title_custom_class {
	min-height: unset;
	}
	
	/* Описание для КРИМІНАЛ */
	.container #news_categories .category_box:nth-child(2) .cat_news_excerpt{
		
	}
	
	/* Описание для ПОДІЇ */
	.container #news_categories .category_box:nth-child(3) .cat_news_excerpt{
		
	}
	
	.populyty_posts_widget_archive_buttons {
		display: none;
	}
	
	.nav-links {
		margin-bottom: 40px;
	}
	
	.archive_links_buttons_wrapper_flex .archive_links_buttons_wrapper_flex_ul{
		margin-bottom: 35px;
	}
	
	.archive_links_buttons_wrapper_flex_ul {
		/* тут */
	}
	.site_main_content .archive_links_buttons_wrapper_flex .archive_links_buttons select {
		margin-bottom: 0px;
	}
	.lang_switcher li {
		border-right: unset;
		padding-right: unset;
	}
	body.home main .container #news_categories .category_box .large_small_wrapper .cat_news_large {
		min-height: unset;
		min-width: 350px;
	}
	.company_posts_row_404_error .post_grid_img_404_error{
		min-height: 220px;
	}
	.news_item_small .news_item_title {
		font-size: 22px;
		line-height: 28px;
	}
    #news_block {
        margin: 0;
    }
	.site_main_404 {
		padding: 0 5px;
	}
	.company_posts_row_404_error .post_grid_small_404_error {
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
	}
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(3),
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(1){
		padding-right: 40px;
	}
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(4),
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(2){
		padding-left: 40px;
	}
    header#main_header {
        border-top: 4px solid #2277F6;
		height: unset;
    }
    .lang_switcher-and-btn_menu .lang_switcher {
        margin-right: 10px;
    }
    .site_logo_header img {
        width: 210px;
        height: 59px;
    }
    
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper .cat_news_large {
        border-bottom: 0;
        margin-right: 40px;
    }
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper .small_wrapper,
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper .cat_news_large {
        width: 50%;
		min-width: 350px;
    }
    
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper {
        display: flex;
    }
    footer .container .footer_main {
        display: none;
    }
	.top_header,
    .bottom_header,
    .middle_header .banner_link {
        display: none;
    }
	.top_header {
		height: unset !important;
	}
	.bottom_header {
		height: unset !important;
	}
    .lang_switcher-and-btn_menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
    }
    #sidebar {
        display: none;
    }

    .site_content, .site_content_main {
        justify-content: center;
    }

    .site_main_content {
        max-width: 740px;
        padding: 0;
        flex: unset;
    }
	
	.site_content {
		margin: 20px -20px 40px -20px;
	}

    body.home main .container,
    body main .container {
        max-width: 780px;
    }
    body main .container .site_content,
	body main .container .site_content_main,
    body.home main .container {
        padding: 0 20px;
    }

    body.home main .container #news_block {
        flex-direction: column;
    }

    body.home main .container .news_block_item {
        max-width: 100%;
        padding: 0;
    }

    body.home main .container .news_block_item .flex_50 {
        flex: unset;
        max-width: unset;
        margin-top: 15px;
    }

    body.home main .container .news_block_item .flex_100 .news_item_medium {
        margin-bottom: 0;
    }   
    
    /* Высота картинки в главном виджете 780px - 1199px */
    body.home main .container .news_block_item .news_item {
        min-height: 493px;
    }
    /*==================================================*/  
    
    body.home main .container .news_block_item:first-child {
        margin-bottom: 15px;
    }
    body.home main .container #news_categories .category_box {
        flex: unset;
        max-width: 50%;
    }
    body.home main .container #news_categories .category_box:first-child {
        max-width: 100%;
    }
	
	.btn_menu_1,
    .btn_menu {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px !important;
        border-left: 1px solid rgba(0, 0, 0, .07);
        width: 54px;
        height: 79px;
        background: transparent;
    }

    .lang_switcher-and-btn_menu {
        height: 79px;
        align-items: center;
    }
    .middle_header {
        padding: 0;
		height: 80px !important;
    }
}

@media (max-width: 780px) {	
			
	#archive_content {
		margin-top: 34px;
	}
	
	.breadcrumb {
	 	margin: 30px 0 -10px 0;
	}
	
	.breadcrumb_arh {
		margin: 30px 0 25px 0;
	}
	
	.populyty_posts_widget_archive_buttons {
		display: unset;
	}
	
	.uimob340 .um-half {
		margin: 0 0 25px 0 !important;
	}
	
	.cities_wrapper_desktop li, .have_post_custom_flex_wrapper li.have_post_li_item, .archive_links_buttons_wrapper_flex_ul .wp_li_no_posts {
		margin: 5px 20px 25px 0px;
	}
	
	.have_post_custom_flex_wrapper li.have_post_li_item {
		width: 100%;
	}
	
	.mob_adv_archive_336_280 {
		margin-top: 0px;
		margin-bottom: 25px;
	}
	
	.mob_adv_336_280 {
		margin-top: 0px;
		margin-bottom: 25px;
	}
	
	.adv_336_280_right,
	.adv_336_280_left {
		margin: 0;
		float: unset;
		text-align: center;
	}
	.adv_336_280_left {
		margin-bottom: 25px;
	}
	.companies-ul {
		margin-bottom: 0;
	}
	.have_post_custom_flex_wrapper {
		display: unset;
	}
	.cities_wrapper_desktop {
		margin-bottom: 0;
	}
	.archive_links_buttons ul, .archive_links_buttons li {
		height: unset;
	}
	.custom_cat_list_our-news select {
		margin-bottom: 25px !important;
	}
	.large_title_custom_class {
		min-height: unset;
	}
	.tag_city {
		margin-bottom: 0px !important;
		width: 100%;
	}
	.site_main_content .form__block_city select {
		line-height: 20px !important;
	}
	.all_news_custom_button_styles .archive_links_buttons ul, .all_news_custom_button_styles .archive_links_buttons li {
		margin-bottom: -2px !important;
		margin-top: -5px !important;
	}
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(3),
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(1){
		padding-right: 0px;
	}
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(4),
	.company_posts_row_404_error .post_grid_small_404_error:nth-child(2){
		padding-left: 0px;
	}
    .btn_menu_1,
    .btn_menu {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px !important;
        border-left: 1px solid rgba(0, 0, 0, .07);
        width: 54px;
        height: 79px;
        background: transparent;
    }
    .lang_switcher-and-btn_menu {
        height: unset;
    }
    
    header#main_header {
        border-top: none;
		height: unset;
    }
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper .small_wrapper,
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper .cat_news_large {
        width: unset;
    }
	.site_main_content .tag_city select,
	.site_main_content .form__block_city select,
	.site_main_content .archive_links_buttons select {
		width: 100% !important;
	}
    
    body.home main .container .news_block_item .flex_50:last-child {
        margin-bottom: 0;
    }
	body.home main .container .news_block_item .flex_50:last-child .news_item {
		margin-bottom: 35px;
	}
    body main .container .site_content,
	body main .container .site_content_main {
        padding: 0;
    }
    body.home main .container {
        padding: 0 15px;
    }
    .footer-area-for-widget-wrapper {
        display: block;
    }
    body.home main .container #news_categories .category_box .large_small_wrapper .cat_news_large {
        min-height: unset;
    }
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper .cat_news_large {
        border-bottom: 1px solid #E0E0E0;
        margin-right: 0;
    }
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper {
        display: unset
    }  
    
    /* Высота картинки в главном виджете 0px - 780px */
    body.home main .container .news_block_item .news_item {
        min-height: 200px;
    }
    /*==================================================*/
    
    body.home main .container #news_categories .category_box {
        max-width: 100%;
    }
    body.home main .container,
    body main .container {
        max-width: 470px;
    }
    .post_row_img {
        margin-right: 0;
    }
    .btn_menu_1,
    .btn_menu {
        display: flex;
        align-items: center;
        font-size: 25px;
        border-left: 1px solid rgba(0, 0, 0, .07);
        width: 54px;
        height: 54px;
        background: transparent;
    }
	
	.top_header {
		height: unset !important;
	}
	
	.bottom_header {
		height: unset !important;
	}
	
    .middle_header {
        padding: 0 0 0 15px;
        border-top: 4px solid #2277F6;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
		height: 60px !important;
    }
    
    .site_logo_header img {
		width: 180px;
		height: 45px;
		display: flex;
		align-items: center;
    }
    
    #main_header .container {
        padding: 0;
    }

    .mobile_header_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 0 15px;
    }

    .mobile_header_top .site_logo img {
        max-width: 100px;
        max-height: 20px;
    }
    
    .lang_switcher {
        padding: 0 20px 0 0;
        margin: 0 0 0 auto;
    }
	
	.lang_switcher-and-btn_menu .lang_switcher {
		margin-right: -5px;
	}
    
    .btn_menu_close:before, .btn_menu_close:after {
        height: 20px;
    }
    
    .menu__body .account_nav {
        border: none;
    }
    
    .menu__body .account_nav a i {
        font-size: 22px;
    }
    
    .lang_switcher a {
        font-size: 18px;
    }
    .mobile_header_top .btn_menu_1,
    .mobile_header_top .btn_menu {
        font-size: 25px;
        padding: 15px;
        border: navajowhite;
        border-left: 1px solid rgba(0, 0, 0, .07);
        width: 54px;
        height: 54px;
        background: transparent;
    }

    .mobile_header_top .site_logo {
        height: 22px;
    }

    #mobile_header {
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        border-top: 4px solid #2277F6;
    }

    #news_block {
        margin: 20px 0 25px 0;
        display: block;
        padding: 0;
    }

    .news_item {
		height: 293px;
        position: relative;
        display: flex;
        padding: 12px;
        align-items: flex-start;
        background-size: cover;
        background-position: center;
        margin-bottom: 10px;
    }
	.news_block_item .flex_50 .news_item{
		margin-bottom: 0;
	}
	
    .news_item:hover {
        transition: 0.5s;
    }

    .news_block_item .news_item_additional {
        margin-top: 12px;
        margin-bottom: 0px;
        color: #fff;
    }
	
    .news_item_title, .news_item_small .news_item_title {
        font-family: "OpenSans-Bold", sans-serif !important;
		font-weight: 500;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        z-index: 55;
        position: relative;
        margin-bottom: 0;
    }
	
	body.home main .container #news_categories .category_box:first-child .large_small_wrapper .small_wrapper,
    body.home main .container #news_categories .category_box:first-child .large_small_wrapper .cat_news_large,
	body.home main .container #news_categories .category_box .large_small_wrapper .cat_news_large {
        width: unset;
		min-width: unset;
    }
		
	.mobile_svg_logo img{
		width: 180px;
		height: 45px;
	}
    .news_item_category {
        background: #2277F6;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
    }

    .news_item_category.color_red {
        background: #ff0100;
    }

    .news_item_type {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .news_block_flex {
        display: flex;
        flex-wrap: wrap;
    }

    .flex_block {
        padding: 0;
    }

    .title_accent {
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 12px 0 12px;
        border-top: 3px solid;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 25px;
    }

    .title_accent.title_blue {
        color: #2277F6;
        border-top-color: #2277F6;
    }

    .title_accent.title_red {
        color: #ff0100;
        border-top-color: #ff0100
    }


    .cat_news_large .cat_news_img,
    .post_grid_main .post_grid_img {
		height: 293px;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
        position: relative;
    }
	
	.category_box .news_item_additional {
		margin-bottom: 0px;
	}

    .cat_news_title,
    .cat_news_large .cat_news_title,
    .post_grid_main .post_grid_title,
    .post_grid_main .post_grid_title a,
    .post_grid_small .post_grid_title,
    .post_grid_small .post_grid_title a {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 17px;
    }
    
    .post_grid_main .post_grid_title a {
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    
    #ads_grid .post_grid_main .post_grid_title a {
        margin-bottom: 5px;
    }

    .news_item_additional {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #828282;
        margin-bottom: 10px;
    }

    .news_item_additional .cat_news_left {
        display: flex;
        align-items: center;
    }

    .news_item_date {
        margin-right: 15px;
    }

    .news_item_additional i {
        margin-right: 5px;
        font-size: 13px !important;
    }
    
    .news_item_additional > div {
        font-size: 13px !important;
        line-height: 16px !important;
        margin-right: 17px !important;
        margin-bottom: 10px !important;
    }
	
	.post_row_info .news_item_additional {
		margin-bottom: 5px;
	}
    
    .cat_news_excerpt,
    .post_grid_main .post_grid_excerpt {
        font-size: 15px;
        line-height: 21px;
        color: #444444;
        margin-bottom: 20px;
    }

    .cat_news_img .cat_news_link,
    .post_grid_link {
        position: absolute;
        left: 0;
        width: 100%;
		height: 293px;
        top: 0;
    }

    .cat_news_small, .post_grid_small, .posts_grid .cat_news_small, .company_posts_row .post_grid_small, .company_posts_row_404_error .post_grid_small_404_error {
        margin-bottom: 15px;
        max-width: 100%;
        flex: 0 0 100%;
        border-bottom: 1px solid #E0E0E0;
        padding: 0;
    }
    
    .company_posts_row .post_grid_small {
        margin-bottom: 25px;
    }
    
    .populyty_posts, .pop_posts {
        margin-bottom: 10px;
    }
    
    .populyty_posts_404_error, .pop_posts_404_error {
        margin-bottom: 15px;
    }
    
    .company_posts_row {
        margin: 0;
		margin-bottom: -10px;
    }
    
    .company_posts_row_404_error {
        margin: 0;
    }
    
    .post_grid_title_wig a, .post_grid_title_wig, .post_grid_title_wig_404_error, .post_grid_title_wig_404_error a {
        font-size: 18px;
        line-height: 22px;
    }

    .cat_news_large,
    .post_grid_main {
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .post_grid_small .post_grid_img, .company_posts_row_404_error .post_grid_img_404_error {
		width: 100%;
		height: 293px;
        background-size: cover;
        background-position: center;
        margin-bottom: 17px;
        position: relative;
        max-width: 100%;	
    }
			
    .post_grid_small .news_item_type {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px !important;
    line-height: 53px;
}

    .cat_news_small .cat_news_img {
        flex: 0 0 30%;
        max-width: 30%;
        margin-right: 10px;
        margin-bottom: 15px;
        background-size: cover;
        background-position: center;
        position: relative;
        min-height: 70px;
		max-height: 88px;
    }

    .cat_news_small .cat_news_title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .news_item_additional .news_item_views {
        font-size: 13px !important;
    }

    .cat_news_small .news_item_additional {
        font-size: 12px;
    }
    
    .news_item_additional .info_n {
        display: none;
    }
    
    .news_item_additional .info_n_city {
        display: none;
    }
    
    .news_item_additional .info_n_price {
        display: none;
    }

    .category_box, #articles_categories .category_box {
		margin-top: 10px;
        margin-bottom: 5px;
        max-width: 100%;
        padding: 0;
    }


    #articles_categories {
        display: block;
        margin: 30px 0 10px;
    }

    .post_row_img {
		height: 293px;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
        position: relative;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #articles_row .post_row_img {
        margin-right: 0 !important;
    }

    .post_grid_title, .post_grid_title a,
    .post_row .post_grid_title,
    .post_row .post_grid_title a {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 15px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    
    .post_row .post_grid_title,
    .post_row .post_grid_title a {
        margin-bottom: 10px;
    }
    
    #articles_categories .cat_news_large .cat_news_title, .cat_news_large .post_grid_title,
    #articles_categories .cat_news_large .cat_news_excerpt {
        min-height: 0em;
    }

    #ads_grid .post_grid_excerpt, .post_grid_excerpt, .category_box .cat_news_excerpt,
    .post_grid_excerpt_publ_main {
        font-size: 15px;
        line-height: 21px;
        color: #444444;
        margin-bottom: 25px;
    }
    
    .post_grid_title_arh, .post_grid_title_arh a {
        font-size: 18px;
        line-height: 24px;
		margin-bottom: 17px;
    }
    
    .post_grid_title_arh_video, .post_grid_title_arh_video a {
        font-size: 18px;
    }

    #videos_grid .news_item_type {
        top: 50%;
        left: 50%;
        right: unset;
        transform: translate(-50%, -50%);
    }

    .widget_social .social_links ul {
        justify-content: center;
        display: flex;
        list-style: none;
    }

    .widget_social .social_links ul a {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 25px;
        line-height: 1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .widget_social {
        margin-bottom: 24px;
    }

    .widget_categories {
        margin-bottom: 20px;
    }

    .category_list {
        list-style: none;
    }

    .category_list a {
        display: flex;
        justify-content: space-between;
        color: #000;
        font-size: 16px;
        padding: 12px 0;
        border-bottom: 1px solid #E0E0E0;
        align-items: center;
    }

    .category_list a .count {
        color: #828282;
        font-size: 14px;
        line-height: 14px;
    }

    .category_list li:last-child a {
        border: none;
    }

    .widget_posts {
        margin-bottom: 30px;
    }

    .widget_calendar {
        margin-bottom: 30px;
    }

    .widget_subscribe {
        margin-bottom: 45px;
    }

    .subscribe_form {
        border: 1px solid #E0E0E0;
        padding: 24px 16px;
        text-align: center;
    }

    .sub_form_img {
        margin-bottom: 19px;
    }

    .sub_form_title {
        font-size: 16px;
        line-height: 21px;
        max-width: 250px;
        margin: 0 auto 16px;
    }

    .sub_form_inner {
        display: block;
    }

    .control_accent {
        color: #000000;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 12px;
        border: 1px solid #E0E0E0;
        height: 41px;
        max-width: 100%;
        width: auto;
    }

    .btn_accent {
        font-weight: 400;
        font-size: 15px;
        line-height: 15px;
        background: #2277F6;
        color: #fff;
        padding: 10px 0px;
        border: 1px solid #2277F6;
    }

    .sub_form_inner .control_accent {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .sub_form_inner .btn_accent {
        width: 100%;
        max-width: 100%;
        padding: 12px;
    }


    .widget_box {
        margin-bottom: 20px;
    }

    .widget_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_menu {
        list-style: none;
    }

    .footer_menu a {
        color: #828282;
        font-size: 14px;
    }

    .footer_copyright {
        font-size: 15px;
        line-height: 21px;
        text-align: center;
        border-top: 5px solid #f2f2f2;
        margin-top: 20px;
        padding-top: 20px;
        color: #444444;
    }

    .breadcrumbs {
        display: none;
        flex-wrap: wrap;
    }


    .post_title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .post_add_data {
        display: flex;
        align-items: center;
        font-size: 12px;
        margin-bottom: 12px;
        justify-content: space-between;
        color: #828282
    }

    .post_add_data i {
        margin-right: 5px;
    }

    .post_add_data .news_item_additional {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .post_img_full {
        margin-bottom: 0;
        width: 100%;
		height: auto;
    }
	
	.post_photo_full {
    margin-bottom: 0;
	}

    .post_content h1 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .post_content h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .post_content h3,
    .post_content h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .post_content p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: left;
    }
    
    .post_text_content strong, b {
        font-family: "OpenSans-Bold", sans-serif !important;
		font-weight: 500;
    }
    
    .post_slider_main .slick-dots {
        display: none !important;
    }
    
    .post_content ol, .post_content ul {
        font-size: 20px;
        line-height: 30px;
    }
    
    .post_content li {
        margin-bottom: 15px;
        }
    
    .post_text_content ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .post_text_content blockquote {
        background: #F4F9FF;
        padding: 50px 20px 35px 20px;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000000;
        position: relative;
        margin-bottom: 20px;
    }
    
    .post_text_content blockquote:before,
.post_text_content blockquote:after {
    font-family: "Font Awesome 6 Free";
    content: '\f10d';
    position: absolute;
    color: #D9E2EC;
    top: 10px;
    left: 10px;
    font-size: 35px;
    line-height: 27px;
    font-style: italic;
    font-weight: 900;
}

.post_text_content blockquote:after {
    top: unset;
    bottom: 10px;
    right: 10px;
    left: unset;
    transform: rotate(-180deg);
}

    .learn_more a {
    width: 100% !important;
    font-size: 19px;
}
    
    .post_item_inside a {
        font-size: 19px;
        line-height: 19px;
    }
    
    .post_slide {
		height: 293px;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .post_slider_main {
        margin-bottom: 20px;
    }

     .post_slide_small {
      height: 83px;
      background-size: cover;
        background-position: center;
    }
    .post_slider_small .slick-list  {
    margin-left: -8px;
    margin-right: -8px;
    }
    .post_slider_small .slick-slide {
    margin: 0 8px;
     }
    .post_slider {
        margin-top: -54px;
        margin-bottom: 30px;
    }

    .slider_arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid #FFFFFF;
        color: #fff;
        font-size: 16px;
        z-index: 5;
        line-height: 30px;
    }

    .slider_arrow:hover {
        background: rgba(34, 119, 246, 0.7);
        border-color: rgba(34, 119, 246, 0.7);
    }

    .slider_arrow.prev {
        left: 10px;
    }

    .slider_arrow.next {
        right: 10px;
    }

    .post_tags {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0 0 10px;
    }

    .post_tags a {
        border: 1px solid #2277F6;
        display: block;
        border-radius: 22px;
        font-size: 14px;
        line-height: 14px;
        color: #2277F6;
        padding: 9px 15px;
        margin: 0 10px 15px 0;
    }

    .post_tags a:hover {
        background: #2277F6;
        color: #fff;
    }
    
    .post_item {
        display: block;
    }
    
    .post_item_title {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    
    .post_share {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }

    .share_title {
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        margin-right: 0px;
        color: #000000;
        margin-bottom: ;
    }

    .share_links {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .share_links a {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        display: inline-block;
        border-radius: 31px;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        padding: 0;

    }

    .share_links a span {
        display: none;
    }

    .share_links a:hover {
        opacity: .7
    }


    .share_links li {
        margin-right: 16px;
    }
    
    .social_links_share ul {
        margin: 7px 0 7px 0;
    }
    
    .social_links_share ul a {
        margin: 7px 15px 7px 0;
    }

    .btn_share {
        width: 32px;
        height: 32px;
        background: #F3F3F3;
        border: 1px solid #BDBDBD;
        border-radius: 50%;
        color: #BDBDBD;
        line-height: 0;
    }
    
    .post_item_title_social_buttons {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    
    .social_links_buttons ul, .social_links_buttons li {
        width: 100% !important;
}
    
    .social_links_buttons ul a {
        margin: 10px 0px 10px 0;
}
	
	.have_post_custom_flex_wrapper ul {
        margin: 10px 0px 100px 0;
}
    
    .widget_social_buttons .social_links_buttons ul a {
        font-size: 20px;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
}
    
    .text_link_social_buttons {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 0 5px;
}
    
    .widget_social_buttons .social_links_buttons ul i {
        margin: 0 8px 0 0px;
}
    
    .form__input {
    font-size: 17px !important;
    line-height: 22px !important;
	}
	.form__select {
    font-size: 17px !important;
    line-height: 17px !important;
	}
	.form__textarea {
    font-size: 17px !important;
    line-height: 26px !important;
	}
	.select_category {
    font-size: 17px !important;
    line-height: 17px !important;
	}
	.form__block-price .form__dogovornaya {
    font-size: 17px !important;
    line-height: 22px !important;
	}
	.form__label {
	font-size: 18px !important;
    line-height: 24px !important;
	}
	
    label.hidden-ml-up {
    cursor: default;
    width: auto;
    margin-left: 10px;
    display: inline-block;
   }
.company_fields {
    margin-bottom: 25px;
    font-size: 19px !important;
    background-color: #F4F9FF;
    padding: 15px 15px 15px 15px;
    color: #777777;
    padding-bottom: 10px;
    border: 1px solid #E0E0E0;
}
.company_fields span, .company_fields a {
  display: inline-block;
  padding-left: 28px;
}
.company_fields .for_phone {
  padding-left: 0px;
}   
    .company_fields p {
    font-size: 19px !important;
    line-height: 30px !important;
    margin-bottom: 17px !important;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 17px !important;
}
    .company_fields .fa-eye {
    font-size: 16px;
}
.company_fields .fa-coins {
    font-size: 18px;
    margin-right: 1px;
}

    .comment_block {
        display: flex;
        padding: 24px 0;
        border-bottom: 1px solid #E0E0E0;
    }

    .comment_img {
        width: 100%;
        height: 72px;
        flex: 0 0 72px;
        max-width: 72px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        margin-right: 16px;
    }

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

    .comment_user {
        font-weight: 500;
        font-size: 16px;
        line-height: 14px;
        color: #000;
    }

    .comment_date {
        color: #828282;
        font-size: 14px;
        line-height: 14px;
    }

    .comment_date i {
        margin-right: 4px
    }

    .comment_body {
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .comment_block:last-child {
        border: none;
    }

    .post_comments {
        margin-bottom: 30px;
    }

    .post_navigation {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .post_nav {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: #000;
        display: flex;
        align-items: center;
        margin-bottom: 13px;
    }

    .post_nav:hover {
        color: #2277F6;
    }

    .nav_post {
        color: #828282;
        font-size: 13px;
        line-height: 14px;
        max-width: 290px;
        margin: 0 27px;
    }

    .post_nav.prev i {
        width: 20px;
        margin-right: 7px;
    }

    .post_nav.next i {
        width: 20px;
        margin-left: 7px;
    }

    .post_nav.next {
        justify-content: flex-end;
    }

    .navigation_right {
        text-align: right;
    }

    .title_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .post_login {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .login_title {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: #000;
        margin-right: 15px;
    }

    .login_options {
        display: flex;
        align-items: center;
        list-style: none;
    }

    .login_options a {
        display: inline-block;
        width: 32px;
        height: 32px;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        margin-right: 16px;
        border-radius: 31px;
        line-height: 32px;
        text-align: center;
        padding: 0;
    }

    .login_options a span {
        display: none;
    }

    .login_options li:last-child a {
        margin-right: 0;
    }

    .link_google {
        background-color: #DC4E41 !important;
    }

    .post_add_comment .control_accent {
        width: 100%;
        height: auto;
    }

    .control_box {
        margin-bottom: 16px;
    }

    .control_box.flex_block {
        display: flex;
        align-items: center;
        margin: 0 -10px;
        padding: 0;
        width: auto;
    }

    .control_box .flex_50 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

    .form_acceptance {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 16px;
        color: #000;
        margin: 17px 0 23px;
        cursor: pointer;
    }

    .form_acceptance input {
        margin-right: 8px;
    }

    article.site_main_content {
        margin-bottom: 40px;
    }

    .post_add_comment .btn_accent {
        padding: 11px 60px;
    }

    .recommended_posts {
        margin-bottom: 20px;
    }


    .news_block_item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .flex_50 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .news_block_flex {
        margin: 0;
        justify-content: space-between;
    }

    .news_item_data {
        position: static;
    }

    #news_categories {
        display: block;
        margin: 0 0 20px;
    }
    
    #ads_grid {
        margin-bottom: 10px;
    }
    
    #company_posts {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    #photo_posts {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    
    #articles_row {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    
    #videos_grid {
        margin-bottom: 5px;
    }
	
	.hmm3 {
		margin-bottom: 45px;
	}
	
	.custom_widget_social {
		margin-bottom: 45px !important;
	}

    #news_posts_row {
        margin-bottom: 10px;
    }
    
    .social_links_main {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .subscribe_form_main {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .site_content, .site_content_main {
        display: block;
        margin: -10px 0 0 0;
    }

    .site_main_content,
    .posts_secondary, #ads_grid .posts_secondary, .post_grid_main {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .posts_grid {
        display: block;
        margin: 0;
    }

    .posts_row_2 {
        margin: 0;
		margin-bottom: -10px;
    }

    .posts_row_2 .post_grid_main {
        padding: 0;
        margin-bottom: 25px;
    }

    .post_row {
        display: block;
        margin-top: 0px;
        margin-bottom: 25px;
        border-bottom: 1px solid #E0E0E0;
    }
	
	.archive_links_buttons_publ { 
        margin-top: -10px;
        margin-bottom: 0px;
    }
	
	.nav-links {
		margin-bottom: 25px;
	}
	
    .nav-links-comments .page-numbers,
    .navigation.pagination .nav-links .page-numbers {
		/* междустрочный интервал для пагинации */
        line-height: 50px;
    }
	
	.page-numbers {
		margin-right: 8px;
	}

    #sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        display: none;
    }

    .footer_widgets {
        display: block;
    }

    .widget_box {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .recent_posts_cont,
    .post_text_img {
        display: block;
        margin: 0 0 20px;
    }

    .recent_posts_cont .widget_posts,
    .recent_posts_cont .recent_desc,
    .post_text_img .post_text_content,
    .post_text_img .post_img_cont {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .login_options a i,
    .share_links a i {
        margin-right: 0;
    }

    .form__photo-block {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    .form__block-price .form__input {
        width: 50%!important;
    }
    .form__input {
        width: 100%!important;
    }   
    .form__select {
        width: 100%!important;
    }
    .form_contact__input {
        width: 100%!important;
    }
	.tag_city select {
		padding: 14.5px 13px !important;
	}
	.widget_archive_buttons select {
		width: 100%;
		padding: 12px 13px !important;
	}
    
    .form__select_city {
        width: 100%!important;
    }
    
    #currency {
        width: auto!important;
    }
    .site_main_404 {
        padding: 0!important;
    }
    .error_404_search {
        width: 100%!important;
    }
    
    .widget_archive_buttons {
        margin-bottom: 25px;
        width: 100% !important;
    }  
	.custom_cat_list {
		margin-bottom: 0;
	}

	.custom_cat_list_news {
		margin-top: 0;
	}
	.custom_cat_list select {
		padding: 14.5px 13px !important;
	}
	.site_main_content .tag_city select, .site_main_content .form__block_city select, .site_main_content .archive_links_buttons select {
		font-size: 16px !important;
	}
    .archive_links_buttons ul, .archive_links_buttons li {
        width: 100%!important;
        margin: 0!important;
    } 
	.archive_links_buttons_wrapper_flex_ul .wp_li_no_posts {
		margin-bottom: 15px !important;
	}
	.archive_links_buttons_wrapper_flex_ul .wp_li_no_posts-2 {
		margin-bottom: 25px !important;
		margin-top: 10px !important;
	}
    .archive_links_buttons ul a, .archive_links_buttons li a {
        width: 100%!important;
        margin: 10px 0 10px 0!important;
    }
    .widget_archive_buttons .archive_links_buttons ul a {  
        border-radius: 22px!important;
        padding: 14px 0px!important;
    }
    .text_link_archive_buttons {
        font-size: 16px!important;
        line-height: 16px;
    }
    
    .main_widget_archive_buttons, .main_widget {  
        display: flex;
    }
    
    .main_widget {  
        margin-top: -20px;
        margin-bottom: -20px;
    }
    
    .main_widget_archive_buttons {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .populyty_posts_widget_archive_buttons {
        margin-top: -10px;
        margin-bottom: 0px;
    }
    
    .link_red {
        display: none;
    }
    .link_blue {
        display: none;
    }
    
    .error_404, .error_404 h1 {
        font-size: 100px!important;
        line-height: 120px!important;
    }
    
    .error_404_title {
        font-size: 25px!important;
        line-height: 30px!important;
    }
	
	.fotoi {
		top: 70px;
		left: 380px;
		width: 50px;
		height: 60px;
	}
    .fotoi p {
		margin-bottom: 1px !important;
		font-size: 16px !important;
		line-height: 1.3 !important;
    }
    .fotoi span {
		font-size: 14px;
	}
    .fotoi i {
		font-size: 25px;
		line-height: 1.3;
	}
	
	.post_grid_img,
	.cat_news_img .cat_news_link,
    .post_grid_link,
	.company_posts_row .post_grid_img,
	.cat_news_img,
	.post_row_img,
	.company_posts_row_404_error .post_grid_img_404_error {
        min-height: 160px;
    }
	
	.posts_grid .cat_news_img,
	.cat_news_small .cat_news_img {
		height: calc((100vw - 30px) * 0.3/ 1.5);
	}
	
	.category-description-zero {
		margin: -30px 0 50px 0;
	}
	
	.category-description-bottom-line {
		border-top: 1px solid #E0E0E0;
		padding: 12px 0 12px;
	}
	
	.category-description .hidden-text, .news-tag-description .hidden-text, .category-description-zero .hidden-text, .category-description-bottom-line .hidden-text {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	
	.category-description.active .hidden-text, .news-tag-description.active .hidden-text, .category-description-zero.active .hidden-text, .category-description-bottom-line.active .hidden-text {
    max-height: 1000px;
	}
	
}

@media (max-width: 470px) {
    .post_slide {
		height: calc((100vw - 30px) / 1.5);
    }
    
	.post_slide_small {
		height: calc((33.3333vw - 32px) / 1.5);
    }
	
	.fotoi {
		left: calc(100vw - 90px);
	}
	
	.news_item,
	.cat_news_img .cat_news_link,
    .post_grid_link, .post_row_img,
	.cat_news_large .cat_news_img,
    .post_grid_main .post_grid_img,
	.post_grid_small .post_grid_img, .company_posts_row_404_error .post_grid_img_404_error {
		height: calc((100vw - 30px) / 1.5);
    }	
}

@media (max-width: 370px) {
	.widget_social .social_links ul a {
        width: 44px;
        height: 44px;
        min-width: 44px;
		font-size: 24px;
    }
}

@media (max-width: 350px) {
	.widget_social .social_links ul a {
        width: 42px;
        height: 42px;
        min-width: 42px;
		font-size: 24px;
    }
	
	.fotoi {
		width: 40px;
		height: 50px;
		top: 60px;		
		left: calc(100vw - 80px);
	}
	
	.fotoi span {
		font-size: 12px;
	}
	
	.fotoi i {
		font-size: 20px;
	}
}

@media (max-width: 330px) {
	.widget_social .social_links ul a {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 21px;
    }
	
	.archive_cats_title {
		font-size: 12px;
	}
}

@media (max-width: 310px) {
	.widget_social .social_links ul a {
        width: 35px;
        height: 35px;
        min-width: 35px;
        font-size: 20px;
    }
	
	.archive_cats_title {
		font-size: 11px;
	}
}

@media (max-width: 290px) {
	.widget_social .social_links ul a {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 18px;
    }
	
	.archive_cats_title {
		font-size: 10px;
	}
}

@media (max-width: 489px) {
    .company_fields span,
    .company_fields a {
        display: inline-block;
        padding-left: 29px;
        margin-top: 1px !important;
    }
}

@media (max-width: 376px) {
	body.home {
		overflow-x: hidden;
	}
}

@media (max-width: 404px) {
    .menu__body .social_links ul li i {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .footer-area-for-widget-wrapper .social_links ul {
        flex-wrap: wrap;
    }
    .footer-area-for-widget-wrapper .social_links ul li {
        margin: 3px;
    }
}
/* Responsive END */