@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,700;1,900&display=swap");
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 320px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}

.main__container {
  display: flex;
  flex: 1;
  padding: 20px 0;
}

.top_container {
  margin-top: 71px;
  flex-basis: 100%;
}

.header {
  width: 100%;
  background: #E5E5E5;
  position: fixed;
  z-index: 10;
  min-width: 320px;
}
.header .header__container {
  min-height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
}
.header .header__container .logo {
  height: 48px;
  width: 200px;
  min-width: 200px;
  background: #AD1312 url(/application/maxsite/templates/newsinfo/images/logo.svg) no-repeat center center;
  cursor: pointer;
}
.header .header__container .logo:hover {
  cursor: pointer;
}
.header .header__container .search {
  position: relative;
}

.logo {
  cursor: pointer;
}

#search_form {
  position: absolute;
  z-index: 6;
  top: 48px;
  right: 0;
  background: #E5E5E5;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #ccc;
  min-width: 310px;
  box-sizing: border-box;
  font-size: 0.9rem;
}

.header__search {
  display: block;
  height: 25px;
  min-width: 40px;
  background: url(/application/maxsite/templates/newsinfo/images/ei_search.svg) no-repeat 5px center;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

input[type=search] {
  border: none;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 7px;
}

button[type=submit] {
  background: #ccc;
  border: none;
  border-radius: 7px;
  padding: 10px 25px;
  cursor: pointer;
}

.search_form__button {
  margin: 10px 0;
  text-align: right;
}

.search_form__close {
  text-align: right;
}

.type_search input.text {
  border: none;
  background: none;
  border-bottom: 1px solid #ccc;
  padding: 7px;
}
.type_search input.submit {
  border: none;
  background: #ccc;
  border-radius: 5px;
  padding: 7px;
}

.header__col-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modify__header_society {
  border-left: 1px solid #ccc;
  padding-right: 3px;
}

.society {
  height: 20px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-left: 15px;
}
.society a {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(/application/maxsite/templates/newsinfo/images/society4.svg) no-repeat top left;
  padding-right: 10px;
}
.society a.tlgr:hover {
  background-position: 0 -20px;
}
.society a.dzn {
  background-position: -33px 0;
}
.society a.dzn:hover {
  background-position: -33px -20px;
}
.society a.vk {
  background-position: -67px 0;
}
.society a.vk:hover {
  background-position: -67px -20px;
}
.society a.fb {
  background-position: -100px 0;
}
.society a.fb:hover {
  background-position: -100px -20px;
}
.society a.inst {
  background-position: -135px 0;
}
.society a.inst:hover {
  background-position: -135px -20px;
}
.society a.tw {
  background-position: -168px 0;
}
.society a.tw:hover {
  background-position: -168px -20px;
}
.society a.ok {
  background-position: -203px 0;
}
.society a.ok:hover {
  background-position: -203px -20px;
}
.society a.rss {
  background-position: -237px 0;
}
.society a.rss:hover {
  background-position: -237px -20px;
}
.society a.nuum {
  background-position: -270px 0;
}
.society a.nuum:hover {
  background-position: -270px -20px;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul li {
  display: inline;
  padding-right: 27px;
}
/* .nav ul li:last-child {
  padding-right: 0;
} */

a.link__nav {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

a.link__nav:hover {
  color: #AD1312;
}

.header__btn-list {
  padding: 15px 20px;
  position: relative;
  box-sizing: border-box;
  height: 48px;
}

#dropdown {
  background: #E5E5E5;
}

.header__dropdown {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
}

.mobile__container ul {
  list-style: none;
}

ul.dropdown__ferst li a {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
}

ul.dropdown__two li a {
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile .close_button {
  padding: 10px;
}
.header-mobile .logo {
  margin-left: -10px;
}

.close_button {
  cursor: pointer;
}

.zag-2 a.button {
  display: block;
  float: right;
  width: 180px;
  font-size: 0.8rem;
  margin-top: -8px;
}

.grid {
  display: grid;
  grid-gap: 23px;
}

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

.button-2 {
  grid-column: 2/span 2;
}

.space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.height-100 {
  height: 100%;
}

.other {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.other .col-other-1 {
  grid-column: 1/span 3;
}
.other .col-other-2 {
  border-left: #E5E5E5 1px solid;
  grid-column: 4/span 1;
  grid-row: 1;
  padding-left: 23px;
  box-sizing: border-box;
  position: relative;
  min-width: 257px;
}
.other .col-other-2 .head-h3-a {
  background: #fff;
  margin-left: -24px;
  padding-left: 24px;
}

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

.top_page {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top_page .date-wiews {
  width: 150px;
  height: 15px;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  width: 20px;
  height: 20px;
}

.yasha2 {
  padding: 15px 0;
}

.text_right {
  text-align: right;
}

.smoll {
  font-size: 0.9rem;
}

.ps {
  border-left: 5px solid #a7a5a5;
  padding: 20px;
  margin: 20px 0;
}

.page_content {
  text-align: justify;
}
.page_content div, .page_content p {
  padding: 0;
  margin: 0;
  margin: 16px 0;
}
.page_content img {
  width: 100%;
  max-width: 440px;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page_content video {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 440px;
  border-radius: 15px;
}
.page_content iframe {
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 440px;
  border-radius: 15px;
}
.page_content div:empty {
  display: none;
}
.page_content figure {
  margin: 0;
}
.page_content figcaption {
  text-align: center; /* Выравниваем по центру */
  font-size: small;
  font-style: italic;
  overflow-wrap: break-word;
}

p.citata {
  padding: 27px;
  border-top: #a7a5a5 1px solid;
  border-bottom: #a7a5a5 1px solid;
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 22px;
  text-align: left;
  margin: 32px 0;
}

.pagination {
  text-align: center;
}
.pagination nav {
  font-size: 11px;
}

.breadcrumbs {
  margin: 10px 0;
  font-size: 0.9rem;
}

.area_category {
  padding: 10px 0 23px 0;
}

.background_e5e5e5 {
  background: #e5e5e5;
}

.background_fff {
  background: #fff;
}

.background_f5f5f5 {
  background: #f5f5f5;
}

.grid-item {
  background: #fff;
}

.bottom_1, .bottom_2, .bottom_3, .bottom_5 {
  grid-auto-rows: minmax(300px, auto);
}

.bottom_1, .bottom_2, .bottom_3, .bottom_5 {
  grid-template-columns: repeat(4, 1fr);
}

.bottom_4, .bottom_4-1, .bottom_4-2 {
  grid-template-columns: 1fr 1fr;
}

.bottom_4-1 .grid-head, .bottom_4-2 .grid-head {
  grid-column: 1/span 2;
}

.bottom_2 .item1 {
  grid-column: 1/span 2;
}

.bottom_3 .item1 {
  grid-column: 1/span 2;
}

.type_page_404 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.type_page_404 h1 {
  font-size: 120px;
  font-weight: bolder;
  color: #a7a5a5;
  margin: 0;
  padding: 0;
  line-height: 100px;
}

.links_page_404 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.links_page_404 div {
  margin: 20px 10px;
}
.links_page_404 div.a_camback {
  color: #000;
}
.links_page_404 div.a_camback a {
  background: none;
  color: #000 !important;
  border: 1px solid #000;
}
.links_page_404 div.a_home a {
  border: 1px solid #AD1312;
}

.overlay_close {
  position: absolute;
  z-index: 101;
  color: #fff;
  top: 0;
  right: 0;
  padding: 20px;
}

.overlay_close:hover {
  color: #e7091c;
}

.overlay {
  z-index: 99000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal_form {
  position: absolute;
  width: 90%;
  height: 65%;
  z-index: 100000;
}
.modal_form iframe, .modal_form object, .modal_form embed {
  width: 100%;
  height: 100%;
}

.bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}

.position_iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overflow_video {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.overflow_video .ctrl {
  height: 180px;
  width: 40px;
  position: absolute;
  top: 0;
  z-index: 2;
  background: url(https://ruinformer.com/application/maxsite/templates/newsinfo/images/ctrl.svg) no-repeat center center;
  cursor: pointer;
}
.overflow_video .ctrl_left {
  left: 0px;
}
.overflow_video .ctrl_right {
  right: 0px;
  background: url(https://ruinformer.com/application/maxsite/templates/newsinfo/images/ctrl.svg) no-repeat center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.video-one {
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.video-one div.slide {
  background: #333;
  height: 180px;
}
.video-one div.slide .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.video-one div.pic_bg {
  position: relative;
  height: 100%;
}
.video-one .pic_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.7);
}
.video-one .pic_up {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-one .pic_up .play_btn {
  display: block;
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  background: url(https://ruinformer.com/application/maxsite/templates/newsinfo/images/play-btn.svg) no-repeat center center;
  cursor: pointer;
}
.video-one .pic_up::after {
  content: "";
  width: 100%;
  height: 39%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(360deg, #000 0, rgba(0, 0, 0, 0) 100%);
}

.contact {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.contact label, .contact select {
  display: block;
}
.contact select {
  border: none;
  background: #fff;
}
.contact textarea, .contact input, .contact select {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  border: 1px solid #E5E5E5;
  padding: 7px;
  border-radius: 7px;
}
.contact textarea {
  margin-bottom: 30px;
}
.contact input[type=button] {
  width: 120px;
  margin: auto;
  border: none;
  background: #ccc;
  border-radius: 5px;
  padding: 7px;
}
.contact .lead {
  margin: 25px 0;
}
.contact a.link {
  display: block;
  text-align: right;
  position: relative;
  top: -14px;
}
.contact .g-recaptcha {
  margin: 25px 0;
}
.contact .sendnews {
  margin-bottom: 25px;
}

.m1-item-smoll, .item-smoll {
  color: #000;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m1-item-smoll .wiews, .item-smoll .wiews {
  background: url(/application/maxsite/templates/newsinfo/images/bi_eye.svg) no-repeat center left;
  padding-left: 15px;
}
.m1-item-smoll .category a, .item-smoll .category a {
  color: #e7091c;
  font-size: 0.8rem;
}
.m1-item-smoll .category a:hover, .item-smoll .category a:hover {
  text-decoration: underline;
}
.m1-item-smoll .date-wiews, .item-smoll .date-wiews {
  padding-top: 5px;
  font-size: 0.7rem;
}
.m1-item-smoll .subtitle a, .item-smoll .subtitle a {
  font-size: 16px;
}

.item-content-imp .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.item-content-imp div.pic {
  position: relative;
  height: 140px;
}
.item-content-imp .category_block a {
  color: #e7091c;
  padding: 0;
  background: none;
  font-size: 0.8rem;
}

.banner img {
  width: 100%;
  height: 100%;
}

.block_send {
  background: #f0efef;
  border-radius: 7px;
  padding: 15px;
  margin: 10px 0;
}
.block_send a.button {
  background: #AD1312 url(/application/maxsite/templates/newsinfo/images/white-mail.svg) no-repeat 10px 7px;
  padding-left: 21px;
  color: #fff;
}
.block_send a.button:hover {
  color: #fff !important;
  background: #514C4C url(/application/maxsite/templates/newsinfo/images/white-mail.svg) no-repeat 10px 7px;
}

.text_send {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
}

.cifra {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #514C4C;
  color: #fff;
}
.cifra .offer {
  text-align: center;
  font-weight: bold;
}
.cifra .offer .int {
  font-weight: bolder;
  font-size: 5rem;
}
.cifra .head {
  border-bottom: 1px solid #a7a5a5;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 7px;
}
.cifra .info {
  margin: 10px 0;
  font-size: 0.85rem;
  max-height: 50px;
  overflow: hidden;
}

.reklama {
  background: #F5F5F5;
  grid-template-columns: 1fr 1fr;
}
.reklama .pic {
  position: relative;
  min-height: 160px;
}
.reklama .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.reklama .offer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  padding-left: 0;
  box-sizing: border-box;
}
.reklama .offer_head {
  display: flex;
  justify-content: end;
  margin: 7px;
}
.reklama .offer_head .h3 {
  padding-top: 0;
}
.reklama .desc {
  color: #333;
  font-size: 0.9rem;
  padding: 10px 0;
}
.reklama .category_block a {
  color: #fff;
  padding: 5px 7px;
  background: #ad1312;
  font-size: 0.8rem;
}
.reklama .date-wiews {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.reklama .wiews {
  background: url(/application/maxsite/templates/newsinfo/images/bi_eye.svg) no-repeat center left;
  padding-left: 15px;
}

ul.vajno li {
  margin: 20px 11px;
}
ul.vajno div.title a {
  font-size: 16px;
}
ul.vajno div.descr {
  font-size: 14px;
}

.day {
  margin: 10px 0;
}

.rubrica a {
  color: #e7091c;
  font-size: 0.8rem;
  text-decoration: none;
  outline: none;
}

.title a {
  font-weight: 500;
  text-decoration: none;
  color: #000;
  line-height: 0.9rem;
}

.descr {
  font-size: 0.87rem;
}

.date-wiews {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
}
.date-wiews .date {
  padding-top: 5px;
}
.date-wiews .wiews {
  background: url(/application/maxsite/templates/newsinfo/images/bi_eye.svg) no-repeat center left;
  padding-left: 15px;
  padding-top: 3px;
}

.bottom_4 .lead {
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bottom_4 .subtitle {
  height: 63px;
  overflow: hidden;
}

.acsent-4 {
  grid-row: 2/span 7;
  grid-column: 4/span 1;
}
.acsent-4 .cifra {
  grid-row: 4;
}
.acsent-4 .banner_right {
  grid-row: 8;
}

.vajnoe-1, .vajnoe-2, .vajnoe-3, .vajnoe-4 {
  grid-column: 2/span 2;
}

.banner_day-2, .banner_day-3, .video {
  grid-column: 1/span 3;
}

.day-1 {
  grid-column: 1/span 1;
  grid-row: 2;
}

.day-2 {
  grid-column: 1/span 1;
  grid-row: 4;
}

.day-3 {
  grid-column: 1/span 1;
  grid-row: 6;
}

.day-4 {
  grid-column: 1/span 1;
  grid-row: 8;
}

.zag {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.zag .zag-1 {
  grid-column: 1/span 3;
}

.date-wiews {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.wiews {
  background: url(/application/maxsite/templates/newsinfo/images/bi_eye.svg) no-repeat center left;
  padding-left: 15px;
}

.category_block a {
  color: #fff;
  padding: 5px 7px;
  background: #AD1312;
  font-size: 0.8rem;
}

.lead {
  font-size: 0.9rem;
}

.bottom {
  margin-top: 30px;
}

.area_category {
  padding: 10px 0 23px 0;
}

.background_e5e5e5 {
  background: #e5e5e5;
}

.background_fff {
  background: #fff;
}

.background_f5f5f5 {
  background: #f5f5f5;
}

.grid-item {
  background: #fff;
}

.bottom_1, .bottom_2, .bottom_3, .bottom_5 {
  grid-auto-rows: minmax(300px, auto);
}

.bottom_1, .bottom_2, .bottom_3, .bottom_5 {
  grid-template-columns: repeat(4, 1fr);
}

.bottom_4, .bottom_4-1, .bottom_4-2 {
  grid-template-columns: 1fr 1fr;
}

.bottom_4-1 .grid-head, .bottom_4-2 .grid-head {
  grid-column: 1/span 2;
}

.bottom_2 .item1 {
  grid-column: 1/span 2;
}

.bottom_3 .item1 {
  grid-column: 1/span 2;
}

.defout {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row dense;
}
.defout .item-smoll, .defout .item-content {
  background: #f5f5f5;
}
.defout .item-smoll {
  padding: 10px;
}
.defout .item-content .category_block, .defout .item-smoll .category_block {
  align-self: flex-end;
  margin: 10px;
}
.defout .item-smoll .category_block {
  margin-right: 0px;
}

.item-content {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-content .text {
  padding: 10px;
  box-sizing: content-box;
  flex: 1;
}
.item-content div.pic {
  position: relative;
  height: 142px;
}
.item-content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.item-content .subtitle {
  margin-bottom: 10px;
}
.item-content .lead {
  font-size: 0.87rem;
}
.item-content .date-wiews {
  padding: 0px 10px 10px 10px;
}

.item-content-big div.pic_bg {
  position: relative;
  height: 100%;
}
.item-content-big .pic_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.7);
}
.item-content-big .pic_up {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-content-big .pic_up .text, .item-content-big .pic_up .date-wiews {
  color: #fff;
  z-index: 3;
  padding: 20px;
}
.item-content-big .pic_up .date-wiews {
  flex-direction: row-reverse;
}
.item-content-big .pic_up .wiews {
  background: url(/application/maxsite/templates/newsinfo/images/bi_eye-white.svg) no-repeat center left;
  padding-left: 15px;
}
.item-content-big .pic_up .subtitle {
  margin-bottom: 15px;
}
.item-content-big .pic_up .subtitle a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4rem;
  text-shadow: 1px 1px 2px black;
}
.item-content-big .pic_up .subtitle a:hover {
  color: #fff;
  text-shadow: 2px 2px 3px black, 0 0 2em #fff;
}
.item-content-big .pic_up::before {
  content: "";
  width: 100%;
  height: 22%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
}
.item-content-big .pic_up::after {
  content: "";
  width: 100%;
  height: 39%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(360deg, #000 0, rgba(0, 0, 0, 0) 100%);
}

.button_border {
  margin: 40px 0;
}

footer {
  background: #C4C4C4;
  width: 100%;
}
footer .footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.8rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .col {
  min-width: 200px;
}
footer .footer__col-2 {
  max-width: 400px;
}
footer .footer__col-3 {
  text-align: right;
}

ul.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.footer__list li a, ul.footer__list li a:visited {
  color: #5a5a5a;
  font-size: 0.9rem;
}
ul.footer__list li a:hover {
  color: #000;
}
ul.footer__list li {
  padding-left: 40px;
  height: 36px;
  padding-top: 3px;
}
ul.footer__list li.phone {
  background: url(/application/maxsite/templates/newsinfo/images/telefon.svg) no-repeat top left;
}
ul.footer__list li.mail {
  background: url(/application/maxsite/templates/newsinfo/images/mail.svg) no-repeat top left;
}
ul.footer__list li.news {
  background: url(/application/maxsite/templates/newsinfo/images/news.svg) no-repeat top left;
}
ul.footer__list li.sitemap {
  background: url(/application/maxsite/templates/newsinfo/images/sitemap.svg) no-repeat top left;
}
ul.footer__list li.copyright, ul.footer__list li.promo {
  padding: 0;
}

.footer__society {
  margin-right: -10px;
  margin-top: -5px;
}

.image__col-3 {
  margin-top: 25px;
}

.not-active {
  display: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list_more {
  margin: 20px;
}

.h2, .h3, h1, h2, h3 {
  color: #000;
  font-weight: bold;
  text-align: left;
}

h1 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  margin: 35px 0 35px 0;
}

h2 {
  font-size: 1.8rem;
}

.vajnoe-1 .head-h3-a {
  margin-top: -12px;
  margin-bottom: -7px;
}

.day-1 .head-h3-a {
  margin-top: 12px;
  margin-bottom: -7px;
}

.category_h1, .type_search h1, h1.sitemap {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

a:hover {
  color: #AD1312;
}

.category_block a:hover {
  color: #fff;
  text-decoration: underline;
}

.button {
  display: block;
  background: #AD1312;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
}

a.button {
  color: #FFF !important;
}

a.button:hover {
  color: #e3e2e2 !important;
}

.button_m {
  background: #fff url(/application/maxsite/templates/newsinfo/images/button_right.svg) no-repeat bottom 11px right 20px;
  color: #000;
  border: 1px #000 solid;
  border-radius: 20px;
  display: inline-block;
  margin: auto;
  padding: 10px 35px;
  padding-right: 60px;
  cursor: pointer;
  white-space: nowrap;
}
.button_m a, .button_m a:hover {
  color: #000;
  text-decoration: none;
}

.button_m:hover {
  background-position: bottom 11px right 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #000;
}

.prev {
  margin: 30px auto;
  text-align: center;
}
.prev a {
  padding: 0 46px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  color: #000;
  cursor: pointer;
  background: #fff;
  text-transform: uppercase;
}
.prev a.button_m:hover {
  background: #AD1312;
  color: #fff;
  border: 1px #fff solid;
  box-shadow: none;
}

.button_wrap {
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.head-h2-a, .head-h3-a {
  padding: 10px 0 10px 0;
}
.head-h2-a a, .head-h3-a a {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
.head-h2-a a:hover, .head-h3-a a:hover {
  color: #AD1312;
  text-decoration: none;
  outline: none;
}

.head_vaj {
  margin-top: -12px;
}

.head-h3-a {
  font-size: 1.4rem;
  padding: 7px 0 7px 0;
}
.head-h3-a a {
  font-size: 1.4rem;
}

.h2 {
  padding: 10px 0 10px 0;
  font-size: 1.8rem;
}

.h3 {
  font-size: 1.4rem;
  padding: 7px 0 7px 0;
}

.breadcrumps_h1 {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  display: inline;
  font-weight: 400;
}

.subtitle a {
  font-weight: 500;
  text-decoration: none;
  color: #000;
  line-height: 0.9rem;
}

.subtitle a:hover {
  color: #AD1312;
}

.a_red {
  color: #e7091c;
  font-weight: bold;
}

.a_red:hover {
  color: #514C4C;
}

a.lightning {
  background: url(/application/maxsite/templates/newsinfo/images/lightning.svg) no-repeat top left;
  padding-left: 15px;
}

@media screen and (min-width: 600px) {
  .header__dropdown {
    position: absolute;
    height: auto;
    overflow-y: auto;
    border-radius: 0 0 10px 10px;
  }
  ul.dropdown__ferst, ul.dropdown__two {
    display: flex;
    flex-wrap: wrap;
  }
  ul.dropdown__ferst li, ul.dropdown__two li {
    padding: 0 10px;
  }
  .mobile__container .footer__col-1 {
    display: none;
  }
  .mobile__container nav {
    padding: 10px;
  }
}
@media screen and (max-width: 350px) {
    .top_page .date-wiews {
      width: 100%;
      height: 25px;
  }
    .top_page {
      display: block;
  }
}
@media screen and (max-width: 900px) {
  .main {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .acsent-4 {
    grid-column: 3/span 1;
  }
  .video {
    grid-row: 2;
    grid-column: 2/span 1;
  }
  .video-one {
    grid-template-columns: 1fr;
  }
  .vajnoe-1, .vajnoe-2, .vajnoe-3, .vajnoe-4 {
    grid-column: 1/span 2;
  }
  .banner_day-2, .banner_day-3 {
    grid-column: 1/span 2;
  }
  .day-1, .day-2, .day-3, .day-4 {
    grid-row: auto;
    grid-column: 1/span 3;
  }
  .button-1 {
    grid-column: 1/span 3;
  }
  .button-2, .button-3 {
    display: none;
  }
  .bottom_1, .bottom_2, .bottom_3, .bottom_5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bottom_4-1, .bottom_4-2 {
    grid-template-columns: 1fr;
  }
  .bottom_4-1 .grid-head, .bottom_4-2 .grid-head {
    grid-column: 1/span 1;
  }
  footer .footer__col-3 {
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }
  footer .footer__society {
    text-align: center;
    justify-content: center;
  }
  #stisky {
    position: static !important;
    max-width: 100%;
  }
  .other, .page_bottom {
    display: block;
  }
  .other .col-other-1 {
    grid-column: 1/span 4;
  }
  .other .col-other-2 {
    border-left: none;
    padding-left: 0px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
  }
  .other .col-other-2 .head-h3-a {
    background: none;
    margin-left: 0;
    padding-left: 0;
  }
  .sidebar {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sidebar .smoll-sidebar-13, .sidebar .smoll-sidebar-14, .sidebar .smoll-sidebar-15 {
    grid-column: 1/span 3;
  }
  .defout {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .main {
    grid-template-columns: 1fr 1fr;
  }
  .acsent-4 {
    grid-template-columns: 1fr 1fr;
    grid-column: 1/span 2;
    grid-row:3;
  }
  .acsent-4 .cifra {
    grid-row: 8;
  }
  .video {
    grid-row: auto;
    grid-column: 1/span 2;
  }
  .video-one {
    grid-template-columns: 1fr 1fr;
  }
  .day-1, .day-2, .day-3, .day-4 {
    grid-column: 1/span 2;
  }
  .button-1 {
    grid-column: 1/span 2;
  }
  footer .footer__col-2 {
    display: block;
    max-width: 100%;
    padding-top: 30px;
    border-top: 1px solid #a7a5a5;
    margin-top: 30px;
  }
  footer .footer__col-1 {
    display: block;
    padding: 15px;
    margin: auto;
    border-radius: 7px;
    background: #ccc;
  }
  .sidebar {
    grid-template-columns: 1fr 1fr;
  }
  .sidebar .smoll-sidebar-13, .sidebar .smoll-sidebar-14, .sidebar .smoll-sidebar-15 {
    grid-column: 1/span 2;
  }
  .defout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .main {
    grid-template-columns: 1fr;
  }
  .acsent-4 {
    grid-template-columns: 1fr;
    grid-column: 1/span 1;
    grid-row:5;
  }
  .acsent-4 .cifra {
    grid-row: 4;
  }
  .video {
    grid-row: auto;
    grid-column: 1/span 1;
  }
  .video-one {
    grid-template-columns: 1fr;
  }
  .vajnoe-1, .vajnoe-2, .vajnoe-3, .vajnoe-4 {
    grid-column: 1/span 1;
  }
  .banner_day-2, .banner_day-3 {
    grid-column: 1/span 1;
  }
  .day-1, .day-2, .day-3, .day-4 {
    grid-column: 1/span 1;
  }
  .top_container {
    margin-top: 116px;
  }
  .button-1 {
    grid-column: 1/span 1;
  }
  .bottom_1, .bottom_2, .bottom_3, .bottom_4, .bottom_5 {
    grid-template-columns: 1fr;
  }
  .bottom_2 .item1 {
    grid-column: 1/span 1;
  }
  .bottom_3 .item1 {
    grid-column: 1/span 1;
  }
  .sidebar {
    grid-template-columns: 1fr;
  }
  .sidebar .smoll-sidebar-13, .sidebar .smoll-sidebar-14, .sidebar .smoll-sidebar-15 {
    grid-column: 1/span 1;
  }
  .defout {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 553px) {
  .top_container {
    margin-top: 116px;
  }
}
@media (max-width: 1080px) {
  .header__nav {
    display: none;
  }
}
/*delete***************************/
.black {
  background: #ccc;
}
.black .red {
  background: #ba2d3e;
}

.fiolet {
  background: #6618a7;
}

.green {
  background: #5b986f;
}

/*end delete***************************/