/*!
Theme Name: cherkasy.live
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cherkasy-live
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cherkasy.live is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  margin: 0;
}
strong, b, .text-bold {font-weight: 700;}
a {text-decoration: none;}
a,
a:active,
a:focus,
a:visited {outline: none;}

@-webkit-keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ml-auto {
  margin-left: auto !important;
}
.mr-1 {margin-right: 10px !important;}
.mr-2 {margin-right: 20px !important;}
.mr-3 {margin-right: 30px !important;}
.mr-4 {margin-right: 40px !important;}
.mr-5 {margin-right: 50px !important;}

.ml-1 {margin-left: 10px !important;}
.ml-2 {margin-left: 20px !important;}
.ml-3 {margin-left: 30px !important;}
.ml-4 {margin-left: 40px !important;}
.ml-5 {margin-left: 50px !important;}

.mt-1 {margin-top: 10px !important;}
.my-2 {margin-top: 20px !important;}
.my-3 {margin-top: 30px !important;}
.my-4 {margin-top: 40px !important;}
.my-5 {margin-top: 50px !important;}

.mb-1 {margin-bottom: 10px !important;}
.mb-2 {margin-bottom: 20px !important;}
.mb-3 {margin-bottom: 30px !important;}
.mb-4 {margin-bottom: 40px !important;}
.mb-5 {margin-bottom: 50px !important;}

.info-color {background-color: #33b5e5 !important;}
.warning-color-dark {background-color: #f80 !important;}
.secondary-color {background-color: #a6c !important;}
.secondary-color-dark {background-color: #93c !important;}
.danger-color {background-color: #ff3547 !important;}
.warning-color {background-color: #fb3 !important;}
.lime-color {background-color: #cddc39 !important;}
.primary-color {background-color: #4285f4 !important;}
.pynk-color {background-color: #B995E4;}
.red-color-dark {background-color: #CC0033 !important;}
.blue-color {background-color: #003D7D !important;}

.blue-text {color: #003D7D !important;}
.info-text {color: #33b5e5 !important;}
.danger-text {color: #ff3547 !important;}
.primary-text {color: #4285f4 !important;}
.red-text-dark {color: #CC0033 !important;}
.white-text {color: #fff;}

.btn {
  border-radius: 0;
  font-weight: bold;
  padding: .35rem 1.75rem;
  text-align: center;
}
.btn-rounded {
  border-radius: 10em;
}

.btn-info {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #fff;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-primary {
  color: #fff;
  background-color: #003D7D;
  border-color: #003D7D;
}
.btn-danger {
  background-color: #CC0033;
  border-color: #CC0033;
}

.form-control::-moz-placeholder,
.form-control::placeholder {
  color: #888;
  opacity: 1;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: 0 1px 0 0 #003D7D;
  box-shadow: 0 1px 0 0 #003D7D;
  border-bottom: 1px solid #003D7D;
}

.form-sm input[type="password"]:focus:not([readonly]), 
.form-sm input[type="search-md"]:focus:not([readonly]), 
.form-sm input[type="search"]:focus:not([readonly]), 
.form-sm input[type="tel"]:focus:not([readonly]), 
.form-sm input[type="text"]:focus:not([readonly]), 
.form-sm input[type="time"]:focus:not([readonly]), 
.form-sm input[type="url"]:focus:not([readonly]), 
.form-sm textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 #003D7D;
  box-shadow: 0 1px 0 0 #003D7D;
  border-bottom: 1px solid #003D7D;
}

button:focus:not(:focus-visible) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.title-text {
  color: #2b2b2b;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
  padding-left: 12px;
  position: relative;
  text-transform: uppercase;
}
.title-text::before {
  background-color: #CC0033;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 3px;
}
.title-link {
  color: #003D7D;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.title-link::after {
  background-color: #003D7D;
  content: "";
  right: -40px;
  height: 3px;
  position: absolute;
  top: 50%;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  width: 30px;
}
.title-link:hover {
  color: #003D7D; 
  opacity: .8; 
  text-decoration: none;
}
.title-link:hover::after {right: -50px}

/* top_menu */

.top_menu {
  border-bottom: 1px solid #eee;
	min-height: 40px;
}
.top_menu .top_menu_left i {
  color:#003D7D;
}
.top_menu .top_menu_left,
.top_menu .top_menu_right {height: 100%;}
.top_menu .top_menu__data {
  margin-right: 30px;
}
.top_menu .logo_menu__currency {
  margin-right: 30px;
}
.top_menu .logo_menu__currency .currency {
  margin-right: 10px;
	width: 70px;
}
.top_menu .top_menu__weather {
  margin-right: 30px;
}
.top_menu .top_menu__weather .city {
  opacity: .375;
}
.top_menu .logo_menu__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}
.top_menu .logo_menu__currency .dollar__currency,
.top_menu .logo_menu__currency .euro__currency {
  opacity: .375;
}
.top_menu .top_menu__weather p,
.top_menu .logo_menu__currency p {
  margin-bottom: 0;
}

.top_menu .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_menu .socials a {
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  color: #303336;
  margin-left: 10px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 32px;
  z-index: 1;
}
.top_menu .socials a:hover {
  color: #fff;
}

.socials .bg_facebook:hover {
  background-color: #003D7D;
}
.socials .bg_instagram:hover {
  background-color: #93c;
}
.socials .bg_telegram:hover {
	background-color: #1C9CEA;
}
.socials .bg_twitter:hover {
  background-color: #1C9CEA;
}
.socials .bg_youtube:hover {
  background-color: #CC0033;
}
.socials .bg_rss:hover {
  background-color: orange;
}

/*  search */

.navbar_top .navbar-collapse {position: relative;}

.navbar_top .search_ico {
  background-color: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
  height: 34px;
  padding: 9px;
  -webkit-transition: .33s all ease;
  -o-transition: .33s all ease;
  transition: .33s all ease;
  width: 34px;
}
.navbar_top .search_ico:hover {
  color: #222323;
}
.navbar_top .search_ico .fa-times {
  display: none;
}
.navbar_top .search_ico.clos .fa-search {
  display: none;
}
.navbar_top .search_ico.clos .fa-times {
  display: block;
}
.navbar_top #search_m,
.navbar_top #search {
  background-color: #fff;
  display: none;
  float: none;
  margin: 0;
  right: 40px;
  position: absolute;
  width: 91%;
  z-index: 2;
}
.navbar_top #search_m .form-control,
.navbar_top #search .form-control {
  border-radius: 0;
  border: 1px solid #eee;
  border-width: 1px;
  font-size: 14px;
  height: 42px;
  right: 0;
  padding-left: 25px;
  position: absolute;
  width: 100%;
}
.navbar_top #search_m .btn,
.navbar_top #search .btn {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 0;
  color: #787878;
  line-height: 0;
  height: 42px;
  -webkit-transition: .33s all ease;
  -o-transition: .33s all ease;
  transition: .33s all ease;
  z-index: 1;
}
.navbar_top #search_m .btn i,
.navbar_top #search .btn i {
  font-size: 15px;
}
.navbar_top #search_m .btn:hover,
.navbar_top #search .btn:hover {
  color: #222323;
}

/* navbar */

.navbar {
  background-color: #F8F9FA;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 1rem !important;
  z-index: 1021;
}
.navbar .navbar-brand {
  -webkit-animation: wrapper 1s forwards;
  animation: wrapper 1s forwards;
  background-color: #003D7D;
  height: 65px;
  padding: 0;
  position: relative;
  width: 200px;
}
.navbar .navbar-brand::before {
  background-color: #003D7D;
  content: "";
  left: -200%;
  height: 65px;
  position: absolute;
  top: 0;
  width: 200%;
}
.navbar .navbar-brand::after {
  border-style: solid;
  border-width: 65px 32px 0 0;
  border-color: #003D7D transparent transparent transparent;
  content: "";
  right: -32px;
  position: absolute;
  top: 0;
}
.navbar .navbar-brand img {
  height: 100%;
  padding: 0;
}

.navbar.navbar-light .navbar-toggler {
  border: none;
  cursor: pointer;
  line-height: inherit;
  padding: .25rem 0 .25rem .75rem;
  text-align: right;
}
.navbar.navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #003D7D;
  font-size: 23px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar.navbar-light .navbar-toggler:hover .navbar-toggler-icon {
  opacity: .6;
}

nav.opaque {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.navbar_top ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navbar_top ul li {
  display: inline-block;
  position: relative;
}
.navbar_top ul li a {
  color: #212529;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 22px 16px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar_top .current-menu-item > a::before,
.navbar_top ul li a::before {
  background-color: #CC0033;
  bottom: -2px;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	z-index:99;
}

.navbar_top .current-menu-item > a::before,
.navbar_top ul li a:hover::before {
  width: 100%;
}
.navbar_top .current-menu-item > a,
.navbar_top ul li a:hover {
  color: #CC0033;
}

.navbar_top ul .dropdown-toggle::after {
  border-top-color: #212529;
  right: 3px;
  position: absolute;
  top: 48%;
}

.navbar_top .sub-menu,
.navbar_top .dropdown_menu {
  background-color: #fff;
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.124);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.124);
  display: block;
  left: -6px;
  visibility: hidden;
	list-style-type: none;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  min-width: 200px;
  padding: 0 0 5px 0;
  position: absolute;
  top: 150%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-align: left;
  z-index: 9;
}
.navbar .navbar-collapse .dropdown_menu .dropdown-item {
  padding: .25rem 0;
}

.navbar .navbar-collapse .dropdown_menu .menu-item {
	border-bottom: 1px dashed #dedede;
	display: block;
	margin-right: 0;
}
.navbar .navbar-collapse .dropdown_menu .menu-item:last-child {
  border-bottom: none;
}
.navbar .navbar-collapse .dropdown-menu .menu-item > a,
.navbar .navbar-collapse .dropdown_menu .menu-item > a {
	background-color: transparent;
	color: #212529;
	font-weight: 400;
	display:block;
	text-transform: none;
	white-space: nowrap;
	width: 100%;
}
.navbar .navbar-collapse .dropdown_menu .menu-item > a {padding: .35rem 2rem .35rem 1.3rem;}
.navbar .navbar-collapse .dropdown-menu .menu-item > a::before,
.navbar .navbar-collapse .dropdown_menu .menu-item > a::before {
	content: none;
}
.navbar .navbar-collapse .dropdown_menu .menu-item > a:hover {
	color: #212529;
  text-decoration: none;
  background-color: #eee;
}

.navbar .navbar-collapse .dropdown_menu .menu-item .dropdown-toggle::after {
	border-style: solid;
  border-width: .3em 0 .3em .3em;
  border-color: transparent transparent transparent #212529;
	right: 10px;
	top: 43%;
}

.navbar .navbar-collapse .menu-item-has-children:hover .dropdown_menu,
.navbar .navbar-collapse .nav-item.dropdown:hover .dropdown_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.navbar .navbar-collapse .dropdown_menu .menu-item .dropdown_menu .menu-item .dropdown_menu,
.navbar .navbar-collapse .dropdown_menu .menu-item .dropdown_menu {
	visibility: hidden;
  opacity: 0;
	filter: alpha(opacity=0);
	left: 100%;
	right: auto;
	padding: 0;
}
.navbar .navbar-collapse .dropdown_menu .menu-item .dropdown_menu .menu-item:hover .dropdown_menu,
.navbar .navbar-collapse .dropdown_menu .menu-item:hover .dropdown_menu {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

/* sitebar-nav */

.offcanvas-start .offcanvas-body {margin-bottom: 30px;}
.offcanvas-start .offcanvas-body .sitebar-nav {
  list-style: none;
  padding-left: 0;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li {
  border-bottom: 1px dashed #eee;
  display: block;
}
.offcanvas-start .offcanvas-body .sitebar-nav .menu-item-has-children .caret {
	background-color: #eee;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0;
	height: 42px;
	top: 0;
	position: absolute;
	text-align: center;
	width: 42px;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li > a {
  color: #212529;
  font-weight: 700;
  padding: 12px 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.offcanvas-start .offcanvas-body .sitebar-nav .current-menu-item > a,
.offcanvas-start .offcanvas-body .sitebar-nav > li > a:hover {
	color: #CC0033;
}
.offcanvas-start .offcanvas-body .sitebar-nav .current-menu-item > a::before {
	content: none;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li .dropdown-menu {
	border: 1px solid #eee;
  border-radius: 0;
  background-color: #eee;
  margin-bottom: 15px;
  width: 100%;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li .dropdown-menu > li {
  display: block;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li .dropdown-menu > li > a {
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  text-transform: capitalize;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li .dropdown-menu > li > a::before {
  content: none;
}
.offcanvas-start .offcanvas-body .sitebar-nav > li > a:hover,
.offcanvas-start .offcanvas-body .sitebar-nav > li .dropdown-menu > li > a:hover {
  background-color: #eee;
}
.offcanvas-start .offcanvas-body .sitebar-nav .dropdown-toggle::after {
  border-top-color: #212529;
}

/* news_ticker */

.news_ticker {
	min-height: 40px;
  padding: 8px 0;
}
.news_ticker .news_ticker_title {
  color: #CC0033;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.news_ticker .news_ticker_title i {
  margin-left: 5px;
}
.news_ticker .news_ticker_slider .item_slider {
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.news_ticker .news_ticker_slider .item_slider > a {
  color: #212529;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.news_ticker .news_ticker_slider .item_slider > a:hover {
  opacity: .6;
}

/*breadcrumb*/

.breadcrumb {
  border-radius: 0;
  background: none !important;
  margin: 0;
  padding: 15px 0;
}
.breadcrumb > li > a {
  color: #212529;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.breadcrumb-item.active,
.breadcrumb > li > a:hover {color: #003D7D;}

/* header */

header {
  -webkit-animation: wrapper 3s forwards;
  animation: wrapper 3s forwards;
  opacity: 0;
  width: 100%;
}

/* section */

section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}
section .h2,
section h2 {
  display: block;
  font-weight: 700;
}
section .h2 span,
section h2 span {
  color: #CC0033;
}
section .h3,
section h3 {
  font-weight: 700;
}
section .h3 {display: block;}

/* video_home */

.video_home {
  padding-bottom: 15px;
}
.video_home .video_home_wrap {
  position: relative;
}
.video_home_wrap .MediaPlayer {
  height: auto;
  width: 100%;
}
.video_home_wrap .video_live {
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
.video_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.video_text_wrap .video_text {
  margin-left: 10%;
}
.video_text_wrap .video_text h2 {
  font-size: 2.3rem;
  color: #fff;
  text-transform: uppercase;
}
.video_text_wrap .video_text ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
}
.video_text_wrap .video_text ul > li {
  color: #fff;
  font-size: 1.2rem;
}

/* news_slider */

.news_slider .news_slider_wrap {
  height: 425px;
  overflow: hidden;
  position: relative;
}
.news_slider .news_slider_wrap .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 425px;
  position: relative;
  width: 100%;
}
.news_slider .news_slider_wrap .item_img img {
  max-width: 120%;
  min-height: 100%;
	min-width: 100%;
  height: auto;
  width: auto;
}
.news_slider .news_slider_wrap .item_img .badge {
  border-radius: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.news_slider .news_slider_wrap .item_img .title_wraper {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
}
.news_slider .news_slider_wrap .item_img .title_wraper p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.news_slider .news_slider_wrap .item_img .title_wraper .data {
  font-size: 14px;
  opacity: .6;
}
.news_slider .news_slider_wrap .item_img .title_wraper .video {
  color: #CC0033;
  font-size: 14px;
  margin-left: 10px;
}
.news_slider .news_slider_wrap .item_img .title_wraper span i {margin-right: 5px;}
.news_slider .news_slider_wrap .item_img .mask {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.news_slider .news_slider_wrap .slick-arrow {
  background-color: #003D7D;
  bottom: auto;
  left: auto;
  height: 35px;
  right: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 35px;
  z-index: 1;
}
.news_slider .news_slider_wrap .slick-prev::before {
  content: "\f104";
  font-size: 28px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.news_slider .news_slider_wrap .slick-next::before {
  content: "\f105";
  font-size: 28px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.news_slider .news_slider_wrap .slick-prev {right: 36px;}
.news_slider .news_slider_wrap .slick-next {right: 0;}
.news_slider .news_slider_wrap .slick-dots {
  bottom: 5px;
}
.news_slider .news_slider_col__right {
  padding-right: 2.5px;
}
.news_slider .news_slider_col__left {
  padding-left: 2.5px;
}
.news_slider .item_news_slider {
  height: 210px;
	overflow: hidden;
  position: relative;
}
.news_slider .item_news_slider:first-child {
  margin-bottom: 5px;
}
.news_slider .item_news_slider .badge {
  border-radius: 0;
  position: absolute;
}
.news_slider .item_news_slider .video {
  color: #CC0033;
  left: 45px;
  position: absolute;
}
.news_slider .item_news_slider a {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.news_slider .item_news_slider a img {
	min-height: 100%;
	max-width: 120%;
	height: auto;
  width: auto;
}
.news_slider .item_news_slider a .title_wraper {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
}
.news_slider .item_news_slider a .title_wraper p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.news_slider .item_news_slider a .title_wraper span {
  font-size: 12px;
  opacity: .6;
}
.news_slider .item_news_slider a .title_wraper span i {margin-right: 5px;}
.news_slider .item_news_slider a .mask {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* news_section */

.news_section {padding-bottom: 30px;}
.news_section .news_section_wrap {
  border-bottom: 1px dashed #dedede;
  padding-top: 25px;
  padding-bottom: 15px;
}
.news_section_wrap .cart {
  background-color: #F8F9FA;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .125);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .125);
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.news_section_wrap .cart .badge {
	border-radius: 0;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 3;
}
.news_section_wrap .cart .wrap_img {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  overflow: hidden;
  height: 170px;
  width: 100%;
}
.news_section_wrap .cart img {
  max-width: 110%;
	min-height: 100%;
	min-width: 100%;
	height: auto;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  width: auto;
}
.news_section_wrap .cart .wrap_img:hover img {opacity: .6;}
.news_section_wrap .card-body {padding: 10px 10px 15px;}
.news_section_wrap .card-body .card-title {
  font-size: 15px;
  font-weight: 700;
}
.news_section_wrap .card-body .card-title > a {
  color: #212529;
  -webkit-transition: .15s all ease-out;
  transition: .15s all ease-out;
}
.news_section_wrap .card-body .card-title > a:hover {
  opacity: .6;
}
.news_section_wrap .cart .card-body .meta-data {margin-bottom: 10px;}
.news_section_wrap .cart .card-body .meta-data span {
  font-size: 12px;
  margin-right: 12px;
}
.news_section_wrap .cart .card-body .meta-data .video {color: #CC0033;}
.news_section_wrap .cart .card-body .meta-data span i {
  margin-right: 5px;
}
.news_section_wrap .cart .card-body .title-link {
  color: #3369B1;
  font-size: 13px;
  margin-top: 0;
}
.news_section_wrap .cart .card-body .title-link::after {
  background-color: #3369B1;
  right: -30px;
  height: 2px;
  width: 20px;
}
.news_section_wrap .cart .card-body .title-link:hover::after {
  right: -35px;
}

/* search_section */

.section_search {padding-bottom: 30px;}
.section_search .news_section_wrap {
  padding-bottom: 15px;
}
.section_search .news_section_wrap .wrap_search_form {
	background-color: #F8F9FA;
	padding: 30px;
}
.section_search .news_section_wrap .wrap_search_form > form {background-color: #fff;}
.section_search .news_section_wrap .wrap_search_form > form .form-control {
	border: 1px solid #eee;
}
.section_search .news_section_wrap .wrap_search_form > form .btn {
	background-color: #eee;
}
.section_search .news_section_wrap .title_wrap {
	font-size: 1.1rem;
	margin: 30px 0;
}
.section_search .news_section_wrap .title_wrap .title_text {
	font-weight: 700;
}

.section_search .news_section_wrap .cart .wrap_img {height: 250px;}
.section_search .news_section_wrap .card-body .card-title {font-size: 18px;}
.section_search .news_section_wrap .card-body .entry-summary > p {font-size: 15px;line-height: 1.4;}

/* news_video */

.news_video {
  background-color: #30303B;
  padding: 30px;
  position: relative;
}
.news_video .news_video__badge {
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  left: 0;
  padding: 10px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 2;
}
.news_video .news_video__lastpost .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.news_video .news_video__lastpost .item_img img {
	max-width: 120%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news_video .news_video__lastpost .item_img:hover img {
  opacity: .6;
}
.news_video .news_video__lastpost .item_img .title_wraper {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
}
.news_video .news_video__lastpost .item_img .title_wraper p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.news_video .news_video__lastpost .item_img .title_wraper .data {
  font-size: 14px;
  opacity: .6;
}
.news_video .news_video__lastpost .item_img .title_wraper .video {
  color: #CC0033;
  font-size: 14px;
  margin-left: 10px;
}
.news_video .news_video__lastpost .item_img .title_wraper span i {margin-right: 5px;}
.news_video .news_video__lastpost .item_img .mask {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.news_video .news_video__lastpost .lastpost_title {
  margin-top: 15px;
}
.news_video .news_video__lastpost .lastpost_title > h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.news_video .news_video__lastpost .lastpost_title > h3 > a {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news_video .news_video__lastpost .lastpost_title > h3 > a:hover {
  opacity: .6;
}

.news_video .news_video__list {
  list-style: none;
  margin-bottom: 0;
  overflow-y: auto;
  height: 400px;
  padding-left: 0;
}
.news_video .news_video__list > li {
  border-bottom: 1px dotted rgba(255,255,255,.3);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news_video .news_video__list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.news_video .news_video__list > li .img_wrap {
  display: table-cell;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.news_video .news_video__list > li .img_wrap img {
	max-height: 60px;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
	max-width: 120%;
}
.news_video .news_video__list > li .img_wrap:hover img {
  opacity: .6;
}
.news_video .news_video__list > li .img_wrap .post-meta {
  bottom: 0;
  line-height: 1.1;
  position: absolute;
  z-index: 2;
}
.news_video .news_video__list > li .img_wrap .post-meta > span {
  background-color: #CC0033;
  color: #fff;
  font-size: 11px;
  padding: 1px 5px;
}
.news_video .news_video__list > li .text_wrap {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.news_video .news_video__list > li .text_wrap > h6 {
  font-size: 13px;
  margin-bottom: 0;
}
.news_video .news_video__list > li .text_wrap > h6 > a {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news_video .news_video__list > li .text_wrap > h6 > a:hover {
  opacity: .6;
}
.news_video .btn_video_more {
  margin-top: 30px;
  text-transform: uppercase;
  width: 100%;
}

/* pagination */

.pagination {
  padding: 15px 5px;
}

.pagination .nav-links .page-numbers {
  border-radius: 50%;
  border: none;
  color: #6c757d;
  display: inline-block;
  margin-left: -1px;
  line-height: 1.175;
  height: 34px;
  padding: .5rem .75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s all ease-out;
  -o-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out;
  width: 34px;
}

.pagination .nav-links .page-numbers:hover {
  background-color: #eee;
  color: #003D7D;
}

.pagination .nav-links .current {
  background-color: #003D7D;
  border: none;
  color: #fff;
}

/* blog */

.blog_section hr {
  background-color: #eee;
  opacity: 1;
  margin-bottom: 30px;
}
.blog_section .blog-post {display: inline-block; width: 100%;}
.blog-post .post-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  height: auto;
}
.blog-post .post-media .category_post_wrap {
  background-color: #003D7D;
	position: absolute;
	min-height: 25px;
  line-height: 25px;
	padding: 0 15px;
  z-index: 1;
}
.blog-post .post-media .category_post {
  color: #fff;
	font-size: 14px;
	vertical-align: top;
	line-height: 24px;
	padding-right: 15px;
	position: relative;
	-webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-post .post-media .category_post::after {
	content: "/";
	line-height: 18px;
	opacity: .6;
	right: 5px;
	position: absolute;
	top: 0;
}
.blog-post .post-media .category_post:last-child {padding-right: 0;}
.blog-post .post-media .category_post:last-child::after {
	content: none;
}
.blog-post .post-media .category_post:hover {opacity:.6;}

.post-media img {
  display: block;
  height: auto;
  width: 100%;
}
.blog-date {
  background-color: #B995E4;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.post-media .event-calender,
.first-event .event-calender {
  width: 54px;
  height: 67px;
  font-size: 23px;
  padding-top: 11px;
  z-index: 9;
  text-align: center;
}
.event-calender span {
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
}
.blog-post .blog-date span,
.post-media .event-calender span {color: #fff; font-size: 12px;}
.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
}
.blog-post .post-meta {margin-bottom: 15px;}
.blog-post .post-header h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.blog-post .post-header h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
}
.blog-post .post-header h2 a {color: #212529;}
.blog-post .post-header h2 a:hover {opacity: .8;}
.blog-post .post-entry {margin-bottom: 30px;}
.blog-post .post-entry h2 {margin-bottom: 1rem;}
.blog-post .post-entry h3 {font-size: 21px;}
.blog-post .post-entry p {font-size: 1.1rem;}
.blog-post .post-entry blockquote,
.post-entry ul {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.blog-post .post-entry blockquote {
	background-color: #F8F9FA;
	font-style: italic;
	padding: 15px 15px 15px 60px;
	position: relative;
}
.blog-post .post-entry blockquote::before {
	color: #003D7D;
	content: "\f10e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	left: 15px;
	position: absolute;
}
.blog-post .post-entry blockquote > p {
	margin-bottom: 0;
}
.blog-post .post-entry img {
	height: auto;
	width: 100%;
}
.blog-post .post-entry img.alignleft {
	float: left;
  margin-right: 15px;
	width: auto;
}
.blog-post .post-entry img.alignright {
	float: right;
  margin-left: 15px;
	width: auto;
}
.blog-post .post-entry img.aligncenter {
	display: block;
	margin: 0 auto;
	width: auto;
}
.blog-post .post-entry ul {list-style-type: square;}
.blog-post .post-entry figcaption {font-size: 14px;opacity:.6;}
.blog-post .post-more-link {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.blog-post .post-more-link .btn {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.blog-post-hr hr {
  background-color: #eee;
  opacity: 1;
  margin-bottom: 45px;
}

.blog-post .video {
  background-image: url(../img/45a.svg);
  background-position: center;
  background-size: cover;

  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.blog-post .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.blog-post .post_tags > a {
	background-color: #003D7D;
	color: #fff;
	display: inline-block;
	font-size: 14px;
  margin-right: 5px;
	padding: 2px 12px;
	position: relative;
	-webkit-transition: .175s all ease-out;
  transition: .175s all ease-out;
}
.blog-post .post_tags > a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #003D7D;
	right: -4px;
	position: absolute;
	top: calc(50% - 4px);
}
.blog-post .post_tags > a:hover {
	opacity:.6;
}

.similar h3 {font-size: 21px;}
.similar .similar_articles {list-style-type: square;}
.similar .similar_articles li a {color: #666;}

/* site-bar */

.site_bar_right.sticky-top {top: 65px;}
.site_bar_right .video_live {
  background-image: url(../img/45a.svg);
  background-position: center;
  background-size: cover;

  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.site_bar_right .video_live iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.sidebar-widget {
  margin-bottom: 50px;
  margin-bottom: 50px;
  border-left: 1px solid #eee;
  padding-left: 15px;
  position: relative;
	width: 100%;
}
.sidebar-widget .widget_facebook {width: 100%;}
.sidebar-widget::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 45px;
  background-color: #CC0033;
}
.sidebar-widget h5 {
  font-size: 21px; 
  font-weight: 700;
}
.sidebar-widget h5 > span {
  color: #CC0033;
}
.sidebar-widget .nav-tabs {
  right: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.sidebar-widget .nav-tabs {border: none;}
.sidebar-widget .nav-tabs .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.475);
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: 0;
  padding: 3px 10px 14px;
}
.sidebar-widget .nav-tabs .nav-item .nav-link.active {
  color: #212529;
  border-bottom: 2px solid #CC0033;
}
.sidebar-widget hr {
  margin-bottom: 15px;
  background-color: #eee;
  opacity: 1;
}
.sidebar-widget ul {
  margin: 0px;
  padding-left: 0px;
}
.sidebar-widget ul li {
  border-bottom: 1px dashed #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
}
.sidebar-widget ul li:last-child {border-bottom: none;}
.sidebar-widget .categories li a {
  color: #212529;
  font-size: 16px;
  padding: 0 0 5px 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar-widget .categories li.top > a {font-weight: 700;}
.sidebar-widget .categories li > time,
.sidebar-widget .categories li > .time {
  font-size: 14px;
  margin-top: 2px;
  opacity: .475;
	width: 31px;
  white-space: nowrap;
}
.sidebar-widget .categories li > .badge {
  border-radius: 0;
	display:none;
  font-size: .6em;
  font-weight: 700;
  line-height: 0;
  padding: .6em .9em;
  position: absolute;
  top: 20px;
}
.sidebar-widget .categories li.top > .badge {display:inline-block;}
.sidebar-widget .categories li a:hover {
  color: #003D7D;
}
.sidebar-widget .data_time {
	background-color: #fff;
  padding: 10px 0;
  position: relative;
  text-align: center;
  top: -1px;
}
.sidebar-widget .data_time > span {
  background-color: #fff;
  opacity: .6;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.sidebar-widget .data_time::after {
  border-bottom: 1px dashed #ddd;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* page */

.page .entry-content {
	font-size: 1.1rem;
}

/* error-404 */

.error-404 {padding: 30px 0 50px;}
.error-404 .page-header .error_404 > span {color: #C20030;font-size: 12rem;}
.error-404 .error-404__page-content {font-size: 1.1rem;}
.error-404 .error-404__page-content > a {color: #C20030;font-weight: 700;}
.error-404 .error-404__page-content > a:hover {opacity: .6;}

/* реклама */

.wrap__bra {
	display:block;
	width: 100%;
}
.wrap__bra > img {
	width: 100%;
}

/* sharing */

.blog-post .post-entry .heateor_sss_horizontal_sharing {
	margin-top: 30px;
}

/* footer */

footer {
  background-color: #30303B;
  color: #979797;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 70px 0 0;
  position: relative;
  width: 100%;
}
footer .widget .footer-logo {
  display: inline-block;
  margin: 0 auto 30px;
  width: 180px;
}
footer .widget p {
  font-size: 17px;
}
footer .widget.widget_text p {
  line-height: 1.3;
}
footer .wrap_widget {
  float: right;
}
footer .widget .widget-title {
  color: #dedede;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}

footer .widget .widget-title:after {
  background-color:#CC0033;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 3px;
}
footer .widget.widget_information > ul {
  list-style-type: square;
  margin-top: 20px;
  padding-left: 15px;
}
footer .widget.widget_information > ul > li > a {
  color: #979797;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .widget.widget_information > ul > li > a:hover {
  color: #dedede;
}
footer .widget.widget_socials a {
  background-color: rgba(255, 255, 255, .25);
  border-radius: 50%;
  display: inline-block;
  color: #303336;
  margin-right: 10px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 34px;
  z-index: 1;
}
footer .widget.widget_socials a:hover {
  color: #fff;
}

footer .widget.widget_socials .bg_facebook:hover {
  background-color: #003D7D;
}
footer .widget.widget_socials .bg_instagram:hover {
  background-color: #93c;
}
footer .widget.widget_socials .bg_youtube:hover {
  background-color: #CC0033;
}
footer .footer_contact p {
  margin-bottom: .5rem;
}
footer .footer_contact p a {
  color: #979797;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .footer_contact p a:hover {
  color: #dedede;
}

/* footer_bottom */

footer .footer_bottom {
  background-color: #30303B;
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding: 19px 0;
  color: #b7b7b7;
}
footer .footer_bottom a:hover {
  color: #fff;
}
footer .footer_bottom .copyright,
footer .footer_bottom .ws {
  color: #979797;
}
footer .footer_bottom .ws {
  float: right;
}
footer .footer_bottom .ws a {
  color: #777;
}
footer .footer_bottom .ws a:hover {
  color: #eee;
}

footer .footer_mobile {
  background-color: #003D7D;
  display: none;
  border-top: 1px solid #003D7D;
  margin-top: 30px;
  z-index: 2100;
}
footer .footer_mobile .btn {
  color: rgba(255,255,255,.6);
  width: 100%;
  -webkit-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
footer .footer_mobile .btn:hover {color: #fff;}
footer .footer_mobile .fa-times {
  visibility: hidden;
  opacity: 0;
  left: -12px;
  position: relative;
}
footer .footer_mobile .footer_nav.open .fa-ellipsis-v {
  visibility: hidden;
  opacity: 0;
}
footer .footer_mobile .footer_nav.open .fa-times {
  visibility: visible;
  opacity: 1;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
}

/*==========  Media  ==========*/

@media only screen and (max-width: 1399px) {
  .navbar_top ul li a {
    padding: 22px 10px;
  }
  .navbar_top ul .dropdown-toggle::after {
    right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .d-lg-hidden {display: none !important;}
  .title-text {font-size: 18px;}
  .navbar .navbar-brand {width: 150px;}
  .navbar_top ul li a {
    font-size: 12px;
    padding: 22px 9px;
  }
  .video_text_wrap .video_text h2 {font-size: 2rem;}
  .video_text_wrap .video_text ul {margin-top: 15px;}
  .news_slider .news_slider_wrap, 
  .news_slider .news_slider_wrap .item_img {height: 350px;}
  .news_slider .news_slider_col__right {padding-right: 10px;}
  .news_slider .news_slider_col__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    width: 100%;
  }
  .news_slider .item_news_slider {
    margin-top: 5px;
    height: 205px;
    overflow: hidden;
    width: 50%;
  }
  .news_slider .item_news_slider:first-child {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .news_section .news_section_wrap .title-link {
    font-size: 16px;
    margin-top: 0;
  }
  .news_section_wrap .cart .wrap_img {height: 125px;}
  .news_video .news_video__lastpost .item_img {
    height: 230px;
  }
  .news_video .news_video__lastpost .lastpost_title > h3 {
    font-size: 1.3rem;
  }
  .news_video .news_video__list {
    height: 255px;
  }
}

@media only screen and (max-width: 991px) {
  .d-md-hidden {display: none !important;}
  .top_menu .top_menu__data,
  .top_menu__weather,
  .top_menu .logo_menu__currency {
    font-size: 14px;
    margin-right: 15px;
  }
	.navbar_top #search_m,
  .navbar_top #search {
    display: block !important;
    margin-bottom: 15px;
    position: inherit;
    width: 100%;
  }
	.navbar_top #search_m .form-control,
  .navbar_top #search .form-control {position: inherit;}
  .offcanvas-start .offcanvas-body .sitebar-nav > li .dropdown-toggle::after {
    right: 15px;
  }
  .news_slider .news_slider_col__right {padding-right: 10px;}
  .news_slider .news_slider_wrap,
  .news_slider .news_slider_wrap .item_img {height: 270px;}
  .news_video__lastpost {
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .blog-post .post-header h1 {font-size: 2rem;line-height: 1.1;}
	
	.section_search .news_section_wrap .cart .wrap_img {height: 200px;}
}

@media only screen and (max-width: 767px) {
  .d-sm-hidden {display: none !important;}
  .news_section_wrap .cart .wrap_img {height: 150px;}
  .news_video {margin-bottom: 30px;}
  .site_bar_right .new_live_list .tab-content {
    height: 550px;
    overflow-x: auto;
  }
	.section_search .news_section_wrap .cart .wrap_img {height: auto;}
  footer .wrap_widget,
  footer .footer_bottom .ws {
    float: none;
  }
}

@media only screen and (max-width: 575px) {
  .d-hidden {display: none !important;}
  .navbar {padding: 0 !important;}
  .navbar .navbar-brand {
    height: 50px;
    width: 144px;
  }
  .navbar .navbar-brand::after {
    border-width: 50px 25px 0 0;
    right: -25px;
  }
  .navbar .navbar-brand::before {height: 50px;}
   .news_ticker .news_ticker_title {
     position: relative;
     top: 3px;
   }
  .news_ticker .news_ticker_title,
  .news_ticker .news_ticker_slider .item_slider > a {
    font-size: 14px;
  }
  .site_bar_right .new_live_list .tab-content {
    height: 350px;
  }
  .news_section_wrap .cart .wrap_img {height: auto;}
  .offcanvas-start {width: 300px;}
  .offcanvas-start .offcanvas-body {margin-bottom: 50px; margin-top: 30px;}
  .offcanvas-start .offcanvas-body .sitebar-nav {padding-left: 0;}
  .offcanvas_footer {
    background-color: #30303B;
    color: rgba(255,255,255,.875);
  }
  .offcanvas_footer .offcanvas-header .logo_wrap {width: 150px;}
  .offcanvas_footer .offcanvas-body hr {
    background-color: #bbb;
    margin: 2rem 0;
  }
  .offcanvas_footer .offcanvas-body p {margin-bottom: 0;}
  .offcanvas_footer .offcanvas-body .offcanvas_footer__weather .city,
  .offcanvas_footer .offcanvas-body .offcanvas_footer__currency .dollar__currency, 
  .offcanvas_footer .offcanvas-body .offcanvas_footer__currency .euro__currency {
    opacity: .375;
   }
  .offcanvas_footer .offcanvas-body i,
  .offcanvas_footer .offcanvas-body .offcanvas_footer__data i,
  .offcanvas_footer .offcanvas-body .offcanvas_footer__weather i,
  .offcanvas_footer .offcanvas-body .offcanvas_footer__currency i {
    color: rgba(255, 255, 255, .975);
    width: 20px;
  }
  .offcanvas_footer .offcanvas-body .offcanvas_footer__currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .offcanvas_footer .offcanvas-body .offcanvas_footer__currency .currency {
    margin-right: 30px;
  }
  .offcanvas_footer .offcanvas-body .offcanvas_footer_contact .phone a {
    color: rgba(255,255,255,.875);
  }
  .offcanvas_footer .offcanvas-body .offcanvas_footer_contact .phone a:hover {
    opacity: .6;
  }
  footer {padding: 0;}
  footer .footer_mobile {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    padding-top: 5px;
    position: fixed;
    width: 100%;
  }
  footer .footer_mobile .btn {
    padding: 2px 0;
  }
}

@media only screen and (max-width: 480px) {
  .news_video .news_video__lastpost .item_img {height: 200px;}
  .news_video .news_video__lastpost .lastpost_title > h3 {font-size: 1.1rem;}
	.error-404 {padding: 0 0 30px;}
  .error-404 .page-header .error_404 > span {font-size: 6rem;}
}

@media only screen and (max-width: 360px) {
  .news_video .news_video__lastpost .item_img {height: 170px;}
}
