html {
  overflow-x: hidden;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/news-time/font/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
header .search {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .lang {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0px;
}
.lang ul li {
  margin: 0px 4px;
}
.lang .current-lang {
  font-weight: bold;
}
.lang a {
  text-decoration: none;
  color: #212529;
}


header .logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img {	
    width: 100%;
    height: auto;
}
.search {
  position: relative;
}
.live-search-form {
  border-radius: 0px;
  boeder: 1px solid #eee;
}
.live-search-form a {
  color: #212529; 
  text-decoration: none;
}
#live-search-results ul {
  width: 250px;
  background: #eee;
  padding: 5px 10px;
  list-style: none;
}
.live-search-input {
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
} 

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0px;
    color: #212529;
}
:root {
	--bs-border-color: lime;
}
*:focus {
	outline: none !important;
	box-shadow: none !important;
}

hr {
  margin: 10px 0px;
}
.section {
  padding: 10px 0px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
}
.title_h {
    margin-top: 0px!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    line-height: 1.2!important;
    text-align: left!important;
    font-family: "Montserrat", serif!important;
    border: none!important;
}


/*Основные настройки*/

img {
	width: 100%;
}
footer {
  margin-top: 20px;
  background: #eee;
  padding: 20px;
  text-align: center;
}
.header-menu {
	background: #eee;
	padding: 20px;

}
.header-menu  ul {
	display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: space-evenly;
}
.header-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.header-menu .menu-item-has-children {
  position: relative;
}
.header-menu .menu-item-has-children .sub-menu {
  display: none;
}
.header-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  background: #eee;
  padding: 3px 6px;
  left: -10px;
  
}



.breadcrumb {
  padding: 5px 0px;
  font-size: 14px;
  margin: 0px;
}
.breadcrumb a {
  color: #212529; 
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  justify-content: space-evenly;

}
.cart_body ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.cart_body ul li {
  margin: 0px 3px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
.user-single {
  margin: 10px 0px;
}
.user-single ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.user-single ul li {
  margin: 0px 3px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.cart_inside .bg_000 {
  position: relative;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    color: #fff;
    padding: 10px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.cart_inside .cat {
    position: absolute;
  right: 0;
  top: 0;
  background: red;
  padding: 0px 6px;
  font-size: 12px;
  margin: 5px;
}
.cart_inside .h_title a {
  color: #fff;
  text-decoration: none;
}
.cart_outside .h_title a {
  color: #000;
  text-decoration: none;
}
.cat a {
  color: #fff;
  text-decoration: none;
}
.cart_inside .cat a {
  
}
.cart_body .user {
  font-size: 14px;
}
.cart_body .sub_text {
  font-size: 14px;
}
.cart_body .h_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.cart_inside .user li {
  color: #fff;
}

.cart_inside {
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  height: 300px;
}
.home_header_v1 {
  margin-top: 5px;
}
.home_header_v1 .center_class .cart_inside {
  height: 420px;
}
.home_header_v1 .left_class .cart_inside  {
  height: 200px;
}
.home_header_v1 .right_class .cart_inside {
  height: 200px;
}


.cart_outside {
  margin-bottom: 20px;

}
.cart_outside a {
  text-decoration: none;
}
.cart_outside .image {
  position: relative;

}
.cart_outside .cat {
  position: absolute;
  right: 0;
  background: red;
  color: #fff;
  padding: 0px 6px;
  font-size: 12px;
  margin: 5px;
}

.cart_outside .top_image {
  display: flex;
  flex-direction: column;

}

.cart_outside .left_image {
  display: flex;
}
.cart_outside .left_image img {
  height: 100%;
  object-fit: cover;
}
.image_20w .image {
  width: 20%;
}
.image_30w .image {
  width: 30%;
}
.image_40w .image {
  width: 40%;
}
.image_50w .image {
  width: 50%;
}
.image_20w .cart_body {
  width: 80%;
  padding: 0px 10px;
}
.image_30w .cart_body {
  width: 70%;
  padding: 0px 10px;
}
.image_40w .cart_body {
  width: 60%;
  padding: 0px 10px;
}
.image_50w .cart_body {
  width: 50%;
  padding: 0px 10px;
}

.cart_outside .top_image img {
  max-height: 270px;
  object-fit: cover;
}
.cart_outside .top_image .image{
  margin-bottom: 5px;
}
.cart_inside .user {
  margin: 3px 0px;
}
.cart_outside .user {
  margin: 3px 0px;
}

.pagination ul {
  display: flex;
  list-style: none;
  padding: 0px;
  justify-content: center;
  width: 100%;
  margin: 0px;
} 
.pagination ul li {
  margin: 0px 6px;
}
.pagination {
  margin: 20px 0px;
  font-size: 18px;
}
.pagination a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.single_page .title_section h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
}
.single_page .seo_text h1, h2, h3, h4, h5, h6{
  font-size: 24px;
  margin-bottom: 5px;
}
.single_page .seo_text ul, ol, p {
  font-size: 16px;
  margin-bottom: 5px;
}
.single_page .seo_text a { 
  color: #212529; 
  font-weight: 500;
}
.search_page h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
.home_page .title_section h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
}
.sidebar .title_section p {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .header-menu ul {
     display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
  }
  .header-menu ul li {
     padding: 0px 5px;
  }
}














