:root {
  --main-font-1: 14px;
  --main-font-2: 18px;
  --main-font-3: 22px;
  --main-color-1: #325caf;
  --main-color-2: #7f879d;
  --main-fontweight-light: 300;
  --main-fontweight-semibold: 600;
  --main-fontweight-bold: 700;
  --main-fontfamily-raleway: "Raleway";

  --main-facebook-color: #38589f;
  --main-instagram-color: #e84b58;
  --main-telegram-color: #0088cc;
  --main-whatsapp-color: #1d9e11;
  --main-viber-color: #7d539d;
}
body {
	font-family: "Roboto",sans-serif;
}

.home_top_block iframe {
	max-width: 100%;
}
.ukrnet_banner {
  display: block;
}
.main_color_1 {
  fill: var(--main-color-1);
}
.main_color_2 {
  fill: var(--main-color-2);
}

.max-width {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
  width: 100%;
}

p {
  margin: 0 0 0.8em;
}

.no-scroll {
  overflow: hidden;
}

.youtube_emile_title {
	display: flex;
    flex-direction: column;
    background-color: #c7c7c7;
    padding: 4px 10px;
    margin-top: 16px;
    letter-spacing: 0.006rem;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
}

/*Header*/
.header, {
  position: relative;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  z-index: 999;
}
#general_header {
	z-index: 999;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.sticky + .ct-inner-content,
.sticky + .cat_template,
.sticky + .post_template {
  padding-top: 104px;
}

.full_logo {
  display: block;
  height: 100px;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.header.sticky .full_logo {
  height: 60px;
}

.mini_logo {
  display: none;
}

.top_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  padding: 10px 0;
  background-color: white;
}

.bottom_header {
  position: relative;
  height: 30px;
  display: flex;
  background: var(--main-color-1);
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.bottom_header_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.menu-mobile {
  display: none;
  height: 100%;
  background-color: white;
  padding: 0 15px;
  border: 1px solid var(--main-color-1);
}

.menu-mobile span {
  font-size: 13px;
  margin-right: 10px;
}

.menu-mobile .burger_container {
  width: 19px;
  height: 19px;
  z-index: 0;
}

.menu_all_cat .burger_container {
  width: 19px;
  height: 19px;
}

.menu_all_cat span {
  color: white;
  font-size: var(--main-font-1);
  font-weight: bold;
  margin-left: 10px;
  padding-top: 2px;
  text-transform: uppercase;
}

.bottom_header_right {
  display: flex;
  height: 100%;
}

.burger_button {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_all_cat .burger_button {
  padding: 0 10px;
}

.menu_all_cat .burger_button.burger_active,
.menu_all_cat .burger_button:hover {
  background: var(--main-color-2);
}

.burger_container {
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.burger_container .burger_line {
  width: 100%;
  height: 2px;
  background: white;
  position: relative;
  transition: 0.2s ease;
}

.menu-mobile .burger_container .burger_line {
  background: black;
}

.burger_container .burger_line:nth-child(2) {
  margin: 3px 0;
}

.burger_button.burger_active .burger_container .burger_line:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
}

.burger_button.burger_active .burger_container .burger_line:nth-child(2) {
  display: none;
}

.burger_button.burger_active .burger_container .burger_line:nth-child(3) {
  transform: rotate(135deg);
  position: absolute;
}

.header_all_cat {
  position: absolute;
  top: 30px;
  left: 20px;
  width: calc(100% - 40px);
  background-color: white;
  padding: 5px 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  transform: translate3d(0, 100px, 0);
  transition-property: opacity, transform, visibility;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.header_all_cat ul {
  display: grid;
  grid-gap: 8px 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: dense;
  overflow: visible;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_all_cat ul li {
  padding: 15px;
  font-weight: var(--main-fontweight-bold);
  font-size: var(--main-font-1);
  text-transform: uppercase;
}

.header_all_cat.active {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}

.header_menu_short {
  height: 100%;
}

.menu_all_cat {
  height: 100%;
}

.header_menu_short ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_menu_short ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  border-right: 1px solid white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header_menu_short ul li:hover {
  background: var(--main-color-2);
}

.header_menu_short ul li:nth-child(1) {
  border-left: 1px solid white;
}

.header_menu_short ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  padding-top: 2px;
  text-transform: uppercase;
  font-size: var(--main-font-1);
  font-weight: var(--main-fontweight-bold);
}

.header_social {
  display: flex;
  height: 100%;
}

.header_social a {
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header_social a:hover {
  background: var(--main-color-2);
}

.header_social a:nth-child(1) {
  border-left: 1px solid white;
}

.header_social svg {
  width: 20px;
  height: 20px;
  fill: white;
}
/*End Header*/

/*Home page*/
.title_gen h2 {
  font-size: 22px;
  display: block;
  font-weight: 600;
  line-height: 27px;
  color: var(--main-color-1);
  text-transform: uppercase;
  border-bottom: 1px solid var(--main-color-1);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

h4 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  letter-spacing: -0.035em;
}
a {
  color: var(--main-color-1);
}

.news_time_date {
  color: #696969;
  font-style: italic;
  font-size: 13px;
}

.home_top_slider {
  grid-area: 1 / 2 / 2 / 4;
  overflow: hidden;
  position: relative;
}
.home_last_news {
  grid-area: 1 / 1 / 3 / 2;
}
.home_top_blocks {
  grid-area: 2 / 2 / 3 / 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  grid-auto-flow: dense;
  overflow: visible;
}

.home_top_section {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
  margin-top: 20px;
}
.home_section {
  overflow: hidden;
}

.home_top_slider .swiper-slide {
  width: 100%;
}
.home_top_slider .swiper-pagination {
  top: 5px !important;
  right: 10px !important;
  bottom: inherit !important;
  left: inherit !important;
  width: auto !important;
}
.home_top_slider .swiper-pagination-bullet {
  border: 1px solid white !important;
  background: transparent !important;
  opacity: 1 !important;
}

.home_top_slider .swiper-pagination-bullet-active {
  background: white !important;
  border: 1px solid white !important;
}

.home_top_slider img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.home_top_slider_link {
  display: block;
  position: relative;
}

.home_top_slider_image {
  line-height: 0;
}

.home_top_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.home_top_slider_title span {
  padding: 10px 20px;
  display: block;
}

.news_ico {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.news_ico_video_news {
  fill: #ff0000;
}
.news_ico_photo_news {
  fill: #5739d8;
}
.news_ico_photo_report {
  fill: #f57c00;
}

.home_top_blocks_item_link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.home_top_blocks_item_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.home_bottom_small {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.home_bottom_news_item_block .home_bottom_small:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.home_bottom_small .home_bottom_blocks_item_img img {
  height: 100px;
  object-fit: cover;
  width: 150px;
  margin-right: 10px;
}

.home_bottom_small .home_bottom_blocks_item_title {
  display: flex;
  flex-direction: column;
}

.home_bottom_blocks_item_excerpt {
  color: #696969;
}

.home_bottom_news_item {
  margin-top: 40px;
}

.home_bottom_news_item_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.home_bottom_big {
  border-right: 1px solid #dbdbdb;
  padding-right: 10px;
  grid-row: 1 / span 3;
}

.home_bottom_big .home_bottom_blocks_item_img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.home_bottom_button {
  text-align: center;
  margin-top: 15px;
}
.home_bottom_button_link {
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid black;
  color: white;
  background-color: var(--main-color-1);
}
.home_bottom_button_link span {
  position: relative;
  padding-right: 20px;
}
.home_bottom_button_link span:after {
  height: 8px;
  width: 8px;
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  border-left-width: 0.10837rem;
  border-bottom-width: 0.10837rem;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-color: white;
  -webkit-transform: rotateZ(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotateZ(-135deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*News List*/
.day_date_title {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.day_date_title span {
  border: 1px solid #e8e8e8;
  padding: 5px 15px;
  color: white;
  background-color: var(--main-color-1);
}

.day_date_title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: -1;
}
.last_news_list {
  height: 100%;
}
.last_news_list_block {
  height: calc(100% - 42px);
  min-height: 500px;
  position: relative;
}

.last_news_list_container {
  position: absolute;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.last_news_list_container::-webkit-scrollbar {
  width: 5px;
}
.last_news_list_container::-webkit-scrollbar-thumb {
  background: #6c6c6e;
  border-radius: 10px;
}
.last_news_list_container::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0;
}

.last_news_list_items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}

.last_news_list_items li {
  padding: 4px 0;
}

.last_news_list_items .last_news_list_time {
  color: #888;
  font-size: 13px;
  line-height: 20px;
}

.last_news_list_items a {
  font-size: 16px;
  float: right;
  width: calc(100% - 50px);
  color: black;
}

.last_news_list_items li.active_news a {
  font-weight: 600;
}
.last_news_list_more {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.last_news_list_more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: -1;
}

.last_news_list_loadmore {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.last_news_list_more_text {
  color: white;
  background-color: var(--main-color-1);
  border: 1px solid #e8e8e8;
  padding: 5px 25px;
  padding-right: 34px;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.last_news_list_loadmore:hover .last_news_list_more_text {
  background-color: var(--main-color-1);
  color: white;
}

.last_news_list_more_text:after {
  height: 8px;
  width: 8px;
  content: "";
  position: absolute;
  top: 11px;
  right: 15px;
  border-left-width: 0.10837rem;
  border-bottom-width: 0.10837rem;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-color: white;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.last_news_list_loadmore:hover .last_news_list_more_text:after {
  border-color: white;
}

.last_news_head_list_title h2 {
  font-size: 22px;
  color: var(--main-color-1);
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid var(--main-color-1);
  padding-bottom: 5px;
}
.last_news_mob_button {
  display: none;
}
/*End News List*/

/*News Tamplate*/
.news_tamplate {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
  overflow: visible;
  padding-top: 20px;
}

.news_tamplate_left {
  grid-column: span 2;
  width: 100%;
  overflow: hidden;
}

.news_gen {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}

.news_title {
  display: block;
  font-size: 24px;
  color: black;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
  padding-bottom: 0.3em;
  letter-spacing: -0.035em;
}

.news_cat_meta a {
  color: var(--main-color-1);
}

.news_content a {
  color: var(--main-color-1);
}

.news_content h2 {
	margin-bottom: 12px;
}

.news_content h3, .news_content h4 {
	margin-bottom: 10px;
}

.news_content h5, .news_content h6 {
	margin-bottom: 8px;
}

.news_image {
  position: relative;
  line-height: 0;
}
.down_featured {
  position: absolute;
  bottom: 10px;
  display: block;
  right: 10px;
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 3px black;
}

.news_image img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.news_excerpt {
  display: block;
  margin: 8px 0;
  font-weight: bold;
}

.news_content p {
  margin-bottom: 8px;
}
.news_autor {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.news_autor span {
  margin-right: 4px;
}
.tag_footer_post {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}
.tag_footer_post a:after {
  content: ", ";
}
.tag_footer_post a:first-child {
  margin-left: 4px;
}
.tag_footer_post a {
  margin-right: 4px;
}
.tag_footer_post a:last-child:after {
  display: none;
}

.news_container {
  padding-bottom: 50px;
}
.news_container iframe {
  max-width: 100%;
}

.news_comment_teleg_facebook {
  display: flex;
  margin-top: 20px;
}
.news_read_facebook {
  margin-right: 20px;
}

.news_read_telegram a,
.news_read_facebook a {
  box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
  display: flex;
  position: relative;
  background-color: white;
  padding: 5px;
  align-items: center;
  justify-content: center;
}
.news_read_telegram a svg,
.news_read_facebook a svg {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 100%;
  fill: white;

  margin-right: 5px;
}
.news_read_telegram a svg {
  background-color: var(--main-telegram-color);
}
.news_read_facebook a svg {
  background-color: var(--main-facebook-color);
}
.news_read_social_text_button {
  text-align: center;
  font-weight: bold;
  width: 220px;
}
.news_social {
  display: flex;
  margin-top: 20px;
}

.share_social {
  border: 1px solid #dbdbdb;
  padding: 8px;
  margin-right: 20px;
  width: 280px;
}

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

.social_button a {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.facebook_social_button,
.share_facebook {
  background-color: var(--main-facebook-color);
  border: 1px solid var(--main-facebook-color);
}

.instagram_social_button {
  background-color: var(--main-instagram-color);
  border: 1px solid var(--main-instagram-color);
}

.telegram_social_button,
.share_telegram {
  background-color: var(--main-telegram-color);
  border: 1px solid var(--main-telegram-color);
}

.share_whatsapp {
  background-color: var(--main-whatsapp-color);
  border: 1px solid var(--main-whatsapp-color);
}

.share_viber {
  background-color: var(--main-viber-color);
  border: 1px solid var(--main-viber-color);
}

.social_button a svg {
  width: 20px;
  height: 20px;
  fill: white;
  margin-right: 5px;
}

.social_button a span,
.social_share_text {
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}

.social_button a:hover {
  background-color: transparent;
}

.social_button a.facebook_social_button:hover svg {
  fill: var(--main-facebook-color);
}

.social_button a.facebook_social_button:hover span {
  color: var(--main-facebook-color);
}

.social_button a.instagram_social_button:hover svg {
  fill: var(--main-instagram-color);
}

.social_button a.instagram_social_button:hover span {
  color: var(--main-instagram-color);
}

.social_button a.telegram_social_button:hover svg {
  fill: var(--main-telegram-color);
}

.social_button a.telegram_social_button:hover span {
  color: var(--main-telegram-color);
}
.share_social_head {
  font-size: 14px;
  font-weight: bold;
}
.share_social_items {
  display: flex;
}

.social_share_button {
  display: flex;
  margin-right: 10px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
	cursor:pointer;
}

.social_share_svg {
  display: flex;
  padding: 8px;
}

.social_share_svg svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.social_share_text {
  max-width: 0;
  white-space: nowrap !important;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.social_share_button:hover .social_share_text {
  max-width: inherit;
  padding-right: 8px;
}
.social_block {
  border: 1px solid #dbdbdb;
  padding: 8px;
}
/*End News Tamplate*/

/*Sidebar*/
.sidebar_container {
  position: sticky;
  top: 110px;
}
/*End Sidebar*/

/*Category*/
.category_container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
  overflow: visible;
  margin-top: 20px;
}

.category_news {
  grid-column: span 2;
}

.category_news h1 {
  font-size: 22px;
  color: var(--main-color-1);
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid var(--main-color-1);
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.category_news_items .post {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
}

.category_news_item {
  position: relative;
  display: flex;
}

.category_news_image {
  line-height: 0;
  padding-right: 20px;
}

.category_news_image img {
  object-fit: cover;
  height: 200px;
  width: 320px;
}

.category_news_item_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.category_news_right {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.category_news_title {
  font-weight: 700;
  padding: 5px 0;
}

.category_news_meta {
  padding: 5px 0;
}

.category_news_meta a {
  color: var(--main-color-1);
}
.category_pagination {
  margin-top: 20px;
}
.category_pagination .nav-links {
  display: flex;
}
.category_pagination .page-numbers {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
  color: #bababa;
  background-color: #fff;
}
.category_pagination .page-numbers.current {
  color: white;
  background-color: var(--main-color-1);
}
/*End Category*/

/*Footer*/
.footer_block {
  background-color: #1a1f24;
  box-shadow: 0em 0.15em 2em rgba(0, 0, 0, 0.15);
  margin-top: 15px;
}

.footer_top_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 20px;
}

.footer_logo {
  display: block;
}

.footer_logo svg {
  width: 200px;
  max-height: 64px;
  fill: white;
}

.footer_top_social {
  display: flex;
}

.footer_top_social a {
  margin-left: 10px;
}

.footer_top_social a svg {
  fill: #ffffff;
  width: 40px;
  height: 40px;
  padding: 7px;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.footer_info_title {
  display: block;
  padding: 3px 6px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
  text-transform: uppercase;
}

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

.footer_info_items a {
  display: block;
  color: white;
  padding: 10px 15px;
}

.footer_info_items_partners {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid white;
}

.footer_info_items_partners a {
  display: block;
  margin-right: 10px;
}

.footer_info_items_partners a img {
  max-width: 160px;
}

.footer_info_rules span {
  display: block;
  color: white;
  padding: 10px 6px;
}
/*End Footer*/



.atf_up_news, 
.atf_news_p {
	display: flex;
    justify-content: center;
    width: 100%;
	overflow: hidden;
}
.atf_up_news div {
	width: 750px;
	height: 320px;
}
.atf_news_p div {
	width: 750px;
	height: 220px;
}

@media screen and (max-width: 1100px) {
	.atf_up_news div {
		width: 360px;
		height: 320px;
	}
	.atf_news_p div {
		width: 360px;
		height: 320px;
	}
}





@media screen and (min-width: 783px) {
  .admin-bar .header.sticky {
    top: 32px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 782px) {
  .admin-bar .header.sticky {
    top: 46px !important;
  }
}
@media screen and (max-width: 599px) {
  .admin-bar .header.sticky {
    top: 0px !important;
  }
}

@media screen and (max-width: 1199px) {
  .menu_all_cat {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1100px) {
  .sticky + .ct-inner-content,
  .sticky + .cat_template,
  .sticky + .post_template {
    padding-top: 74px;
  }
  .header {
    z-index: 99999999;
  }

  .bottom_header {
    height: 40px;
  }

  .full_logo {
    display: none;
  }

  .mini_logo {
    display: block;
    height: 30px;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }

  .header.sticky .mini_logo {
    height: 20px;
  }

  .bottom_header_line {
    padding: 0;
  }
  .menu-mobile {
    display: block;
  }

  .header_menu_short {
    display: none;
  }

  .last_news_list_block {
    min-height: auto;
  }

  .header_all_cat {
    width: 100%;
    left: 0;
    top: 40px;
    height: 100vh;
    overflow: scroll;
  }

  .header_all_cat ul {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .header_all_cat ul li {
    padding: 8px;
    border-bottom: 1px solid #dbdbdb;
  }

  .header_all_cat ul li a {
    text-transform: initial;
    color: black;
    font-weight: 500;
  }

  .header_all_cat ul li:last-child {
    border-bottom: none;
  }

  .header_social {
    border-top: 1px solid var(--main-color-1);
    border-bottom: 1px solid var(--main-color-1);
  }

  .header_social a {
    width: 40px;
    background-color: white;
    border-right-color: var(--main-color-1);
  }

  .header_social a:nth-child(1) {
    border-left-color: var(--main-color-1);
  }

  .header_social a:last-child {
    border-right: none;
  }

  .header_social svg {
    fill: var(--main-color-1);
  }
  .home_top_section {
    grid-template-columns: 1fr;
  }
  .home_top_slider,
  .home_last_news,
  .home_top_blocks {
    grid-area: auto;
  }

  .home_last_news .last_news_list_container {
    max-height: 700px;
    position: inherit;
  }

  .home_top_slider .swiper-slide {
    width: 80%;
  }
  .home_top_slider_title {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .home_top_slider_title span {
    padding: 5px 10px;
  }
  .home_top_slider img {
    height: 300px;
  }
  .home_top_slider {
    overflow: visible;
  }
  .home_top_slider .swiper-pagination {
    display: none;
  }

  .home_bottom_big {
    grid-row: auto;
    border-right: none;
  }
  .home_bottom_small {
    flex-direction: column;
    border-bottom: none;
  }
  .home_bottom_small .home_bottom_blocks_item_img img,
  .home_bottom_big .home_bottom_blocks_item_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
  }

  .sidebar_container {
    height: inherit;
  }

  .category_container {
    grid-template-columns: 1fr;
  }

  :not(.home_last_news .last_news_list) > .last_news_head_list_title {
    display: none;
  }
  :not(.home_last_news .last_news_list)
    > .last_news_list_block
    .last_news_list_container {
    position: inherit;
    max-height: 0;
    background-color: white;
    z-index: 2;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  :not(.home_last_news .last_news_list) > .last_news_list_container.active {
    max-height: calc(100vh - 40px - 74px);
    padding: 0 10px;
  }

  .last_news_list_container.active + .last_news_mob_button span:after {
    content: "- Закрыть";
    margin-left: 5px;
  }

  .last_news_mob_button {
    width: 100%;
    background-color: var(--main-color-1);
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
  }

  .last_news_list_items li {
    padding: 8px 0;
    border-bottom: 1px solid #dbdbdb;
  }

  .news_tamplate {
    grid-template-columns: 1fr;
  }
  .news_tamplate_left {
    grid-column: span 1;
  }

  .footer_info_items {
    flex-direction: column;
    align-items: flex-start;
  }

  .news_read_social_text_button {
    font-size: 14px;
    line-height: 22px;
  }
  .news_comment_teleg_facebook {
    flex-direction: column;
  }
  .news_read_facebook {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news_social {
    flex-direction: column;
  }
  .share_social {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .social_button a {
    margin-right: 8px;
  }
  .last_news_list_items a {
    line-height: 22px;
  }
  .footer_top_icon {
    flex-direction: column;
  }
  .footer_top_social {
    margin-top: 20px;
  }
}

@media screen and (max-width: 560px) {
  .home_top_blocks {
    grid-template-columns: 1fr;
  }
  .home_bottom_news_item_block {
    grid-template-columns: 1fr;
  }
  .home_bottom_small .home_bottom_blocks_item_img img,
  .home_bottom_big .home_bottom_blocks_item_img img {
    height: 220px;
  }
  .category_news_title {
    padding: 0;
    line-height: 20px;
  }
  .category_news_item {
    flex-direction: column;
  }
  .category_news_image {
    padding-right: 0;
  }
  .category_news_image img {
    height: 170px;
    width: 100%;
  }
  .category_news_right {
    font-size: 16px;
  }
  .category_news_meta,
  .category_news_excerpt {
    display: none;
  }
  .news_time_date {
    padding-top: 4px;
  }
  .news_image img {
    height: 250px;
  }

  .day_date_title {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #dbdbdb;
  }

  .day_date_title span {
    background-color: #325caf;
    color: white;
  }
  .day_date_title:after {
    display: none;
  }
  .social_button a svg {
    width: 20px;
    height: 20px;
  }
  .social_button a span,
  .social_share_text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) and (min-height: 701px) {
	.last_news_list_block {
		min-height: 300px;
	}
}
@media screen and (min-width: 1100px) and (min-height: 801px) {
	.last_news_list_block {
		min-height: 380px;
	}
}
@media screen and (min-width: 1100px) and (min-height: 901px) {
	.last_news_list_block {
		min-height: 480px;
	}
}
@media screen and (min-width: 1100px) and (min-height: 1081px) {
	.last_news_list_block {
		min-height: 700px;
	}
}
