@charset "UTF-8";
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

footer {
  padding: 21px 40px !important;
}

#footer {
  padding: 21px 40px !important;
}

.search-input, .ya-site-form__input-text {
  width: 450px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/*.category-new-img {*/
/*  flex: 0 0 350px;*/
/*}*/

.bsys_place {
  height: 100%;
  width: 100%;
}

.gsTemp {
  margin-left: 12px;
}

.gsTemp > span {
  color: #fff !important;
  margin-left: 16px !important;
  font-size: 16px;
}

.secondaryWrap > td {
  display: flex !important;
}

.gsInformer #cityLink  {
  background: #111111 !important;
  color: #ffffff;
}

.gsInformer .gsLinks img {
  color: #ffffff;
}

.searchBtn, .ya-site-form__submit {
  height: 50px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background-color: rgb(255, 0, 0) !important;
}
.searchBtn:hover , .ya-site-form__submit:hover {
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgba(255, 0, 0, 0.85) 50%) !important;
}

.weather {
  margin-left: 192px;
}

.navbar-links {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.navbar-links {
  display: flex;
  flex-wrap: wrap;
}
.navbar-links-mobile {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.navbar-links-mobile {
  width: 70%;
  display: flex;
 flex-direction: column;
}
.navbar-links a {
  margin-top: 15px;
}

.banner {
  /*width: 300px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.HomeSideBar {
  width: 100%;

}
.CategorySideBar {
  width: 300px;

}
.sidebar {
  width: 300px;
}
@media (max-width: 750px) {
  .sidebar {
    width: 100%;

  }

}
@media (max-width: 1440px) {
  .HomeSideBar {
   /* width: 100%;*/

  }

}
	@media (max-width: 1100px) {
		
  .CategorySideBar {
    width: 100%;

  }

}

.main-banner {
  height: auto;
  background-color: #fff;
  padding: 0;
  a {
    width: 100% !important;
  }
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-new {
  flex: 1 1 50%;
}

.another-news {
  flex: 1 1 35%;
}

.main-new-img {
  width: 100%;

  margin: auto auto 15px;
  object-fit: cover;
}
@media (max-width: 1370px) {
  .main-new-img {
    width: 100%;
    height: 176px;
    margin: auto auto 15px;
    object-fit: cover;
  }
}
.main-new-title {
  width: 100%;
  font-family: georgia, serif !important;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
}

.additional-info {
  font-weight: 300;
}
.additional-info span {
  margin-right: 10px;
}

.sidebar-tabs {
  margin-bottom: 28px;
}

.sidebar-tab {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 15px;
}
.sidebar-tab.active::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #EB7813;
  height: 2px;
  right: 0;
}

.link {
  color: #000000; /* Цвет обычной ссылки */
  cursor: pointer;
}

.link:hover {
  text-decoration: underline #EB7813;
}

.another-new {
  border-bottom: 1px solid #ccc;
}

.left-column {
  flex: 1 1 55%;
}

.rightColumn {
  flex: 1 1 45%;
}

.item {
  flex: 0 1 48%;
}
@media (max-width: 700px) {

  .item {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.bottom-title {
  position: relative;
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  width: max-content;
}
.bottom-title::after {
  position: absolute;
  font-weight: 300;
  top: 0px;
  right: -150px;
  content: "Выбор читателей";
  width: 150px;
  height: 26px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.bottom-title::before {
  position: absolute;
  content: "";
  top: 15px;
  right: -8px;
  border: 8px solid transparent;
  border-top: 20px solid black;
  transform: rotate(45deg);
}
@media (max-width: 900px) {
  .bottom-title::after {

    right: 150px;

    top: -15px
  }
  .bottom-title::before {

    top: 1px;
    right: 295px;

  }
}
@media (max-width: 592px) {
  .bottom-title::after {

    right: 70px;

    top: -15px
  }
  .bottom-title::before {

    top: 1px;
    right: 215px;

  }
}
@media (max-width: 490px) {
  .bottom-title::after {

    right: 0;

    top: -15px
  }
  .bottom-title::before {

    top: 1px;
    right: 145px;

  }
}
.center-item {
  height: 550px;
  flex: 1 1 33%;

}

.side-item {
  flex: 1 1 33%;
}

.center-item img:first-child {

  margin-bottom: 15px;
  object-fit: cover;
}

.side-item img:first-child {
  margin-bottom: 15px;
  object-fit: contain;

}
@media (max-width: 1240px) {
	
  .center-item {
    height: auto;

  }
}
footer {
  background-color: #0e1d2e !important;
  padding: 21px 40px;
}

.no-resize {
  flex: none;
}

.fil-but {
  margin-bottom: 20px !important;
}
/* это исправить */
@media (max-width: 1280px) {
	
.main-all2{
	    max-width: 828px;
	}
}
@media (max-width: 1180px) {
	
.main-all2{
	    max-width: 728px;
	}
}


.navbar-links-mobile a{
padding: 5px 0px;
}
/*# sourceMappingURL=home-page.css.map */
