/** Для архива */
.other-events-my h6 {
  line-height: 29px;
  font-size: 30px;
  color: #fff;
  margin-bottom: 11px;
  font-weight: 700;
}

.list-widget-my {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  font-size: 16px;
}


.prev-next .archive-to-home .title {
  color: #2a8e38;
  text-transform: uppercase;
}

.to-home:hover .archive-to-home {
  background-color: #2a8e38;
  border-radius: 10px;
  transition: background-color .3s ease
}

.to-home:hover .archive-to-home .title h5 {
  color: #FFF;

}

.prev-next:hover .to-home {
  text-decoration: none;
}

.to-home {
  background-color: #FFF !important;
  text-align: center;
  margin-top: 10px;
  border-radius: 10px;
  transition: background-color .3s ease
}

.prev-next .archive-to-home .title h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  letter-spacing: 3px;
}

.end-event {
  padding: 10px;
  margin-top: -30px;
  margin-bottom: 30px;
  text-align: left;
}

.end-event h4 {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
}

.for-archive {
  position: absolute;
  visibility: hidden;
  display: none;
}

.list-widget {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content_list_item.content_list_archive {
  flex-direction: column;
}

.content_list_item.content_list_archive .info_bar {
  background-color: #FFF !important;
  padding: 1rem !important;
  margin-top: 0rem !important;
  color: #000;
  border-radius: 10px 0 0 10px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 90%;
}

.content_list_archive .info_bar .bar_item {
  position: relative;
}

.content_list_archive .info_bar .bar_item .date_date {
  font-weight: bold;
  font-size: 150%;
}

.content_list_archive .info_bar .bar_item .date_week {
  font-size: 100%;
}

.list-widget .icms-content-fields {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  position: relative
}

.for-full-slider .content_list_archive .icms-content-fields .f_image .value-image {
  width: 100px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}


.value-image {  border-radius: 0 10px 10px 0 !important;}
.shop-image {
  background-color: #2a8e38;
  font-weight: bold;
  opacity: 0;
  height: 100%;
  width: 100px;
  position: relative;
  transition: background-color .3s ease
}
.content_list_item.content_list_archive .info_bar {
width:100px;}

.list-widget .icms-content-fields .title {
  width: calc(100% - 100px);
  height: auto;
  display: flex;
  flex-direction: column;

  padding: 0 0 0 1rem !important;
  transition: background-color .5s ease;
}

.list-widget .icms-content-fields .title:hover {
  background-color: #FFF;
}
.news_list_item:hover .icms-content-fields h3 a {
  color: #2a8e38;
  text-decoration: none;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}
.list-widget .icms-content-fields .title:hover a {
  color: #2a8e38;
  text-decoration: none;
}

/*.list-widget .icms-content-fields .f_image:hover {}*/
.list-widget .icms-content-fields .title:hover+.f_image .value-image {
  display: none;
  opacity: 0;
  width: 100px;
  height: 100%;
}

.list-widget .title:hover+.f_image .shop-image {
  opacity: 1;
  background-color: #2a8e38;
  transition: opacity .5s ease;
}

.list-widget .f_image:hover .shop-image {
  background-color: #FFF;
  color: #2a8e38;
  opacity: 1;
  cursor: pointer;
}

.list-widget .f_image:hover .shop-image a {
  color: #2a8e38;
  text-decoration: none;
}

.for-full-slider .content_list_archive .icms-content-fields .f_image {
  position: relative;
  width: 100px;
  height: 100%;
  display: flex;
}

.list-widget .f_image:hover .value-image {
  display: none;
  opacity: 0;
}

.shop-image span {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.1;
}

.for-full-slider .content_list_archive .icms-content-fields .shop-image * {
  color: #FFF;
  font-size: 16px;
  line-height: 1.1;
}

.other-events h6 {
  line-height: 29px;
  font-size: 30px;
  color: #fff;
  margin-bottom: 11px;
  font-weight: 700;
}


@media (max-width: 1600px) {
  .for-full-slider.card {
    width: 50%;
  }

  .left-block {
    left: -100%;
    top: 20%;
    width: 100%;
    text-align: center;
  }

  .left-block h2 {
    font-size: 46px;
  }

  .social-block {
    height: 50px;
    width: 100%;

  }

  .social-block .icons .icms-svg-icon {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .body-class .content_title_item .shop .text {
    text-align: center;
    left: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .content_list_item.content_list_archive {
    margin-bottom: 70px;
  }
}

@media (max-width: 960px) {
  .left-block h2 {
    font-size: 38px;
  }

  .body-class .content_title_item .shop {
    width: 120px;
  }

  .social-block {
    height: auto !important;
  }

  .card-body {
    padding-top: 100px;
  }

  .left-block {
    height: 200px;
    align-items: center;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    text-align: left !important;
    height: auto !important;
    align-items: baseline;
    margin-bottom: 100px;
  }

  .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    font-size: 18px !important;
  }

  .next p,
  .prev p,
  .next h3,
  .prev h3 {
    margin: 0 !Important;
  }

  .prev-next .prev {

    justify-content: flex-start !important;
    align-items: center;
  }

  .prev-next .next {
    align-items: center;
    justify-content: flex-end !important;
  }
}

@media (max-width: 950px) {
  .content_list_item.content_list_archive .info_bar {
    font-size: 80%;
  }

  .left-block_mobile {
    line-height: 1;
  }

  .for-full-slider .content_list_archive .icms-content-fields h3 {
    font-size: 1.2rem;
  }

  .for-full-slider.card {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 510px) {
  .content_list_item.content_list_archive .info_bar {
    padding: 0 .5rem !important;
  }
}
.next p,
  .prev p,
  .next h3,
  .prev h3 {
    margin: 0 !Important;
  }

.prev-next .prev {

  justify-content: flex-start !important;
  align-items: center;
}

.prev-next .next {
  align-items: center;
  justify-content: flex-end !important;
}

.prev .title {
  padding-left: 0 !important;
}
.prev-next a h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 20px;
  max-width: 250px;
}
.next .title {
  padding-right: 0 !important;
}
.newsletter__form {
width:100% ;}
.fixed-bottom {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
 @media (max-width: 650px) {
.content_list_archive  .to-home {
margin:0 !important;}

  .body-class .content_title_item .shop .text {
    text-align: center;
    position: relative !important;


    width: 100%;
  }


  .body-class .content_title_item .icms-content-fields h3 {
    font-weight: bold;
    font-size: 20px;
  }

  .info-date .date_date,
  .info-date .dd {
    font-size: 16px !important;
    line-height: 15px !important;
  }

  .prev-prev .title {

  }

  .prev-next .title {

  }

  .body-class .content_title_item .icms-content-fields h3 {
    text-align: left;
  }

  .body-class .content_title_item .icms-content-fields .other-info {
    text-align: left !important;
  }
.for-full-slider .card-body .content_item {
  background-color: rgba(255,255,255,.8);
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 1rem !important;
}
  .prev-next a h3, .prev-next a h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
  }
.content_list_archive .prev-next .title {
}

}

.content_list_item.content_list_archive .info_bar {
  width: 100px;
  border: auto !important;
}
.content_list_item .icms-content-fields:hover {
  background-color: #fff;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.icms-content-fields h3 a {
  color: black;
  font-size: 24px !important ;
  font-weight: bold;
}















.content_list_item .icms-content-fields .title {
  display: flex;
  flex-direction: column;
  padding-top: 10px !Important;
}



.f_image  .shop-image {
line-height:16px !important;

display:flex !important;
}

.content_list_item .icms-content-fields {
  background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 10px 10px 0;
  position: relative;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.content_list_item:hover .icms-content-fields .title {
  
}

 .news_list_item:hover .icms-content-fields h3 a {
   text-decoration: none;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;

}

 .news_list_item:hover .info_bar .date_date {
  color: #2a8e38;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

 .content_list_item .icms-content-fields:hover {
  background-color: #fff;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}



@media (max-width: 1200px) {
  body {
    background-color: #140F0F;
    transition: opacity .4s linear;
  }
.icms-content-fields .title {
padding-top:0px !important;
}

  .mobile-menu {
    display: flex;
  }

  .icms-header__middle {
    background-color: white;
    display: none;
  }
.content_list_item .icms-content-fields .title {
  display: flex;
  flex-direction: column;
  padding-top: 0px !Important;
}
  .icms-header__middle .navbar {
    background-color: #140F0F;
  }


  .icms-content-fields {

  }

  .title-info {
    margin-bottom: 10px;
  }

  .title-info p {
    color: #fff;
    margin-bottom: .5rem;
  }

  .title-info h2 {
    color: #fff;
  }

  .icms-content-fields h3,
  .icms-content-fields a {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  .icms-content-fields p {
    font-size: 12px;
  }


  .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  h3 {
    line-height: 1;
  }

  .date_week {
    font-size: 100%;
  }

  .date_date {
    font-weight: bold;
    font-size: 100%;
  }

  .demo-1 .sl-slider-wrapper {
    position: absolute;
    height: 300px;
  }

  .card {
    width: 100%;
    margin-top: 35%;
  }

  .pos-user .addres {
    display: none;
  }

  .month h2 {
    color: #fff;
  }

  @keyframes fade-in {
    from {
      transform: translateY(100%);
    }

    to {
      transform: translateY(10%);
    }
  }

  .navbar-brand {
    margin-right: 0 !important;
    margin-left: .5rem;
    padding: 5px;
  }
}

@media (max-width: 520px) {
  .body-class .content_title_item .shop {
    display: none;
  }

  .icms-content-fields .title {
    line-height: 1;
  }

  .icms-content-fields h3 a {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  .icms-content-fields h3 {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  .body-class .content_title_item .shop.mobile {
    display: flex;
    width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }

  .body-class .content_title_item .icms-content-fields {
    border-radius: 0 10px 0 0;
  }

  .body-class .content_title_item .info_bar {
    border-radius: 10px 0 0 0;
  }

  .icms-content-fields p {
    font-size: 10px !important;
    padding: 5px 0 !important;
  }


  .info_bar {
    padding: 0 !important;
    text-align: center;
  }

  .content_list .info_bar {
    width: 80px;
  }

  .date_week {
    font-size: 12px;
  }

  .icms-content-fields .f_image {
   }

  .icms-content-fields .f_image .value-image,
  .icms-content-fields .f_image .shop-image {
    
  }

  .icms-content-fields .shop-image a {
    font-size: 14px;
  }


}

.prev-next .archive-to-home .title {
  color: #2a8e38;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.prev-next .archive-to-home .title h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}


.prev-next {

display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 2px !important;
  margin-top: 0px;
  min-height: 75px;
  width: 100%;
  justify-content: space-between;
  gap: 1rem !important;
}