.news-detail-kalendar{
  padding: clamp(37px, 10vw, 94px) 0 0;
  overflow: hidden;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.news-detail-kalendar .news-detail-content-name-wrap{

}
.news-detail-kalendar .news-detail-content-name{
  position: relative;
  color: #282828;
  font-size: clamp(36px, 6vw, var(--fontSize));
  font-style: normal;
  font-weight: 500;
  line-height: 127.4%;
  text-transform: uppercase;
  max-width: 944px;
}
.news-detail-kalendar .news-detail-content-name .typed-cursor{
  color: #FA0;
  display: inline-block;
  transform: translateY(-6px);
  animation: blink 0.8s infinite;
}
.news-detail-kalendar .news-detail-content-call-from-wrap{
  display: flex;
  justify-content: flex-end;
  margin-top: -103px;
}
.news-detail-kalendar .news-detail-content-call-from{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282828;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.5%;
  text-transform: uppercase;
  border-radius: 50%;
  background: #FA0;
  width: 146px;
  height: 146px;
  cursor: pointer;

  transition: background-color .3s ease-out, color .3s ease-out;
}
.news-detail-kalendar .news-detail-content-call-from:hover{
  background-color: #282828 !important;
}
.news-detail-kalendar .news-detail-content-preview{
  color: #282828;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 34px 0 0;
  max-width: 700px;
}

.news-detail-kalendar .news-detail-content-tags{
  display: flex;
  flex-wrap: wrap;
  margin: -13px;
  padding: 0 0 16px;
}
.news-detail-kalendar .news-detail-content-tag{
  padding: 13px;
}
.news-detail-kalendar .news-detail-content-tag-wrapper{
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 22px;
  border-radius: 9px;
  border: 1px solid #737373;
  text-transform: uppercase;
}

.news-detail-kalendar .news-detail-content-info{
  position: relative;
  margin-top: -281px;
}
.news-detail-kalendar .news-detail-content-info-items{
  margin: -16px;
}
.news-detail-kalendar .news-detail-content-info-item-wrap{
  padding: 16px;
  height: auto;
}
.news-detail-kalendar .news-detail-content-info-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
  border: 1px solid #DEDEDE;
  border-top: none;
  background: #FFF;
  height: 100%;
  padding: 31px 18px 26px 30px;
}
.news-detail-kalendar .news-detail-content-info-item-top{}
.news-detail-kalendar .news-detail-content-info-item-value{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 149.328%;
}
.news-detail-kalendar .news-detail-content-info-item-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 73px 0 0;
}
.news-detail-kalendar .news-detail-content-info-item-title{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.news-detail-kalendar .news-detail-content-info-item-number{
  color: #FA0;
  font-size: 94px;
  font-style: normal;
  font-weight: 500;
  line-height: 82%;
}
.news-detail-kalendar .news-detail-content-info .widget-pagination{
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 24px 0 0;
}
.news-detail-kalendar .news-detail-content-info .widget-pagination .swiper-pagination-current{

}
.news-detail-kalendar .news-detail-content-info .widget-pagination .swiper-pagination-separator{
  margin: 0 17px;
}
.news-detail-kalendar .news-detail-content-info .widget-pagination .swiper-pagination-total{}

.news-detail-kalendar .news-detail-content-detail-block-background{
  position: relative;
  margin: 233px 0 0;
  padding: clamp(60px, 12vw, 130px) 0 clamp(80px, 12vw, 94px);
}
.news-detail-kalendar .news-detail-content-detail-block-background:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #282828;
}
.news-detail-kalendar .news-detail-content-detail-foreword{
  position: relative;
  color: #FFF;
  font-size: clamp(18px, 3vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 900px;
}
.news-detail-kalendar .news-detail-content-detail-foreword b{
  color: #FA0;
  font-weight: 600;
}
.news-detail-kalendar .news-detail-content-detail-foreword p{
  margin-bottom: 36px;
}
.news-detail-kalendar .news-detail-content-info + .news-detail-content-detail-foreword{
  margin-top: clamp(70px, 8vw, 130px);
}

.news-detail-kalendar .news-detail-content-detail-wrap{
  margin: clamp(71px, 12vw, 116px) 0;
}
.news-detail-kalendar .widget-title{
  color: #282828;
  font-size: clamp(28px, 6vw, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: 127.4%;
  text-transform: uppercase;
}
.news-detail-kalendar .widget-title span{
  display: block;
  color: #FA0;
}
.news-detail-kalendar .news-detail-content-detail{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 0 0 166px;
}
.news-detail-kalendar .news-detail-content-detail b{
  font-weight: 600;
}
.news-detail-kalendar .news-detail-content-detail p{
  margin-bottom: 17px;
}

.news-detail-kalendar .news-detail-about-event{
  position: relative;
  padding: 66px 0 58px;
}
.news-detail-kalendar .news-detail-about-event-wrapper{
  position: relative;
  margin-left: calc((100vw - 1200px) / 2);
}
.news-detail-kalendar .news-detail-about-event-wrapper-2{
  max-width: 1240px;
  display: flex;
  justify-content: flex-start;
}

.news-detail-kalendar .news-detail-about-event-wrapper:after{
  content: '';
  position: absolute;
  width: 100%;
  max-width: 180px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, #fff, transparent);
  pointer-events: none;
  z-index: 2;
}
.news-detail-kalendar .news-detail-about-event-items{
  display: flex;
  max-width: calc(100% - 268px);
  margin: 0;
  overflow: visible;
  width: 100%;
  margin-right: 36px;
}
.news-detail-kalendar .news-detail-about-event-item{
  position: relative;
  width: 460px;
  opacity: 0;
  pointer-events: none;
  background: #FFF;
  overflow: hidden;
  border-radius: 10px;

  transition: margin-right .4s ease-out, opacity .35s ease-out;
}
.news-detail-kalendar .news-detail-about-event-item.swiper-slide-active,
.news-detail-kalendar .news-detail-about-event-item.swiper-slide-active ~ .news-detail-about-event-item{
  opacity: 1;
  pointer-events: all;
}

.news-detail-kalendar .news-detail-about-event-item-wrapper{
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  padding: 92px 42px 38px;
  min-height: 302px;
  position: relative;
  height: 100%;
}
.news-detail-kalendar .news-detail-about-event-item-description{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-detail-kalendar .news-detail-about-event-item-description b{
  font-weight: 600;
}
.news-detail-kalendar .news-detail-about-event-item-description p{
  margin-bottom: 17px;
}
.news-detail-kalendar .news-detail-about-event-item-description p:last-child{
  margin-bottom: 0;
}
.news-detail-kalendar .news-detail-about-event-item-icons{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.news-detail-kalendar .news-detail-about-event-item-icons svg{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.news-detail-kalendar .news-detail-about-event-navbar{
  position: relative;
  z-index: 2;
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translate(0, -50%);*/
  /*width: 100%;*/
  /*z-index: 2;*/
  /*pointer-events: none;*/
  /*height: 100%;*/
  flex: 0 0 158px;
}
.news-detail-kalendar .news-detail-about-event-navbar-wrapper{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*max-width: clamp(500px, 62vw, 1186px);*/
  /*padding: 0 20px;*/
  /*margin: 0 auto;*/
  height: 100%;
}
.news-detail-kalendar .news-detail-about-event-navbar-wrapper-2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
}
.news-detail-kalendar .news-detail-about-event-navbar-wrapper div{
  pointer-events: all;
}
.news-detail-kalendar .news-detail-about-event .widget-navigation {
  position: relative;
}
.news-detail-kalendar .news-detail-about-event .widget-navigation:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 89px;
  width: 76px;
  border: 14px solid #FFAA00;
  border-radius: 1000px;
}
.news-detail-kalendar .news-detail-about-event .widget-pagination{
  width: auto;
  color: #282828;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 50px 0 0;
}
.news-detail-kalendar .news-detail-about-event .widget-pagination .swiper-pagination-separator{
  margin: 0 12px;
}

@media all and (max-width: 1440px) {
  .news-detail-kalendar .news-detail-about-event-items{
    max-width: calc(100% - 300px);
    margin-right: 36px;
    width: 100%;
  }
  .news-detail-kalendar .news-detail-about-event-wrapper-2{
    justify-content: flex-start;
  }
}
@media all and (max-width: 1250px) {
  .news-detail-kalendar .news-detail-about-event-wrapper-2{
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .news-detail-kalendar .news-detail-about-event-items{
    max-width: 100%;
    margin-right: 0;
  }
  .news-detail-kalendar .news-detail-about-event-item{
    opacity: 1;
    height: 100%;
  }
  .news-detail-kalendar .news-detail-about-event .widget-navigation:before{
    display: none;
  }
  .news-detail-kalendar .news-detail-about-event-navbar{
    margin-top: 29px;
    flex: 0 0 100%;
  }
  .news-detail-kalendar .news-detail-about-event-wrapper:after{
    display: none;
  }
  .news-detail-kalendar .news-detail-about-event .widget-pagination{
    margin: 24px 0 0;
  }
  .news-detail-kalendar .news-detail-about-event-item-wrapper{
    min-height: auto;
    padding: 52px 30px 46px;
  }
  .news-detail-kalendar .news-detail-content-detail{
    padding: 7px 0 0 100px;
  }
  .news-detail-kalendar .news-detail-content-detail br{
    display: none;
  }
}
@media all and (max-width: 768px) {
  .news-detail-kalendar .news-detail-about-event-wrapper-2{
    padding-right: 0;
  }
}

.news-detail-kalendar .news-detail-program{
  padding: clamp(26px, 9vw, 80px) 0 clamp(30px, 7vw, 60px);
}

.news-detail-kalendar .news-detail-participants{
  position: relative;
  padding: clamp(0px, 7vw, 45px) 0 clamp(107px, 12vw, 148px);
}
.news-detail-kalendar .news-detail-participants-wrapper{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*margin-left: calc((100vw - 1200px) / 2);*/
  /*padding: 0 20px 0 0;*/
  /*max-width: 1240px;*/
}

.news-detail-kalendar .news-detail-participants-title-wrap{
  flex: 0 0 100%;
  max-width: 550px;
  padding: 0 40px 0 0;
}
.news-detail-kalendar .news-detail-participants-items-wrap{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -40px;
  margin-left: -43px;
}
.news-detail-kalendar .news-detail-participants-items{
  position: relative;
  display: flex;
  margin: 0;
  overflow: visible;
  max-width: calc(100% - 191px);
  margin-right: 40px;
  user-select: none;
}
.news-detail-kalendar .news-detail-participants-items .swiper-wrapper{
  display: flex;
  align-items: center;
}
.news-detail-kalendar .news-detail-participants-item{
  display: flex;
  opacity: 0;
  pointer-events: none;
  max-height: 100px;

  transition: margin-right .4s ease-out, opacity .35s ease-out;
}
.news-detail-kalendar .news-detail-participants-item.swiper-slide-active,
.news-detail-kalendar .news-detail-participants-item.swiper-slide-active ~ .news-detail-participants-item{
  opacity: 1;
  pointer-events: all;
}

.news-detail-kalendar .news-detail-participants-item-wrapper{
  display: flex;
  filter: grayscale(1);

  transition: filter .4s ease-out;
}
.news-detail-kalendar .news-detail-participants-item:hover .news-detail-participants-item-wrapper{
  filter: none;
}
.news-detail-kalendar .news-detail-participants-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.news-detail-kalendar .news-detail-participants-navbar{
  z-index: 1;
  transform: translateY(-63px);
}
.news-detail-kalendar .news-detail-participants-navbar-title{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 0 54px;
}
.news-detail-kalendar .news-detail-participants-navbar .widget-navigation {
  position: relative;
}
.news-detail-kalendar .news-detail-participants-navbar .widget-navigation:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 89px;
  width: 76px;
  border: 14px solid #FFAA00;
  border-radius: 1000px;
}

@media all and (min-width: 1441px){
  .news-detail-kalendar .news-detail-participants-item.swiper-slide-next{
    margin-right: 300px !important;
  }
}
@media all and (min-width: 1251px) {
  .news-detail-kalendar .news-detail-participants-item.swiper-slide-next{
    margin-right: 258px !important;
  }
  .news-detail-kalendar .news-detail-about-event-item.swiper-slide-next{
    margin-right: 232px !important;
  }
}

@media all and (max-width: 1250px) {
  .news-detail-kalendar .news-detail-participants-wrapper{
    flex-wrap: wrap;
  }
  .news-detail-kalendar .news-detail-participants-title-wrap{
    padding: 0;
  }

  .news-detail-kalendar .news-detail-participants-items-wrap{
    margin-top: 48px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .news-detail-kalendar .news-detail-participants-navbar{
    display: none;
  }
  .news-detail-kalendar .news-detail-participants-navbar-title{
    margin: 0 0 38px;
  }
  .news-detail-kalendar .news-detail-participants-item img{
    object-position: left;
  }

  .news-detail-kalendar .news-detail-participants-items{
    max-width: 100%;
    margin-right: 0;
  }
  .news-detail-kalendar .news-detail-participants-item{
    opacity: 1;
  }

  .news-detail-kalendar .news-detail-content-call-from-wrap{
    margin-left: 0;
    margin-top: 46px;
    justify-content: flex-start;
  }
  .news-detail-kalendar .news-detail-content-name{
    flex: 0 0 100%;
    max-width: none;
  }

  .news-detail-kalendar .news-detail-about-event-navbar-wrapper{
    max-width: 100%;
  }
}
@media all and (max-width: 1240px) {
  .news-detail-kalendar .news-detail-about-event-wrapper{
    margin-left: 20px
  }
}
@media all and (max-width: 1000px) {
  .news-detail-kalendar .news-detail-participants-item{
    max-height: 68px;
  }
  .news-detail-kalendar .news-detail-participants-items-wrap{
    flex-wrap: wrap;
  }
  .news-detail-kalendar .news-detail-about-event-navbar{
    position: relative;
    top: 0;
    transform: none;
    margin-top: 40px;
  }
  .news-detail-kalendar .news-detail-about-event .widget-navigation:before{
    display: none;
  }
  .news-detail-kalendar .news-detail-about-event-wrapper{
    margin-top: 0;
  }
  .news-detail-kalendar .news-detail-about-event{
    padding: clamp(82px, 10vw, 100px) 0 clamp(28px, 9vw, 100px);
  }
  .news-detail-kalendar .news-detail-about-event-wrapper:after{
    display: none;
  }
  .news-detail-kalendar .news-detail-content-detail{
    padding: 46px 0 0;
  }
  .news-detail-kalendar .widget.c-form.c-form-template-5 .widget-header .widget-title br{
    display: none;
  }
  .news-detail-kalendar .widget.c-form.c-form-template-5 .widget-header .widget-description{
    margin: 0;
  }
  .news-detail-kalendar .news-detail-content-preview{
    margin: 30px 0 0;
    line-height: 140%;
  }
}
@media all and (max-width: 700px) {
  .news-detail-kalendar .news-detail-content-info{
    margin-top: -212px;
  }
  .news-detail-kalendar .news-detail-content-info-item-title{
    font-size: 16px;
  }
  .news-detail-kalendar .news-detail-content-info + .news-detail-content-detail-foreword{
    margin-top: 70px;
  }
  .news-detail-kalendar .news-detail-content-detail-block-background{
    margin-top: 228px;
  }

  .news-detail-kalendar .news-detail-about-event-item-wrapper{
    padding: 52px 23px 46px;
  }
  .news-detail-kalendar .news-detail-about-event-navbar{
    margin-top: 19px;
  }
  .news-detail-kalendar .nav-button{
    width: 45px;
    height: 20px;
  }
  .news-detail-kalendar .navigation-wrapper{
    gap: 20px;
  }
  .news-detail-kalendar .nav-button div{
    width: 30px;
  }
  .news-detail-kalendar .nav-button div::after,
  .news-detail-kalendar .nav-button div::before{
    width: 7px;
  }
  .news-detail-kalendar .news-detail-about-event .widget-pagination .swiper-pagination-separator{
    margin: 0 14px;
  }
  .news-detail-kalendar .news-detail-about-event .widget-pagination{
    margin: 14px 0 0;
  }
  .news-detail-kalendar .nav-button-prev div::after,
  .news-detail-kalendar .nav-button-prev div::before{
    left: 0;
  }
  .news-detail-kalendar .nav-button-next div::after,
  .news-detail-kalendar .nav-button-next div::before{
    right: 0;
  }
}
@media all and (max-width: 550px) {
  .news-detail-kalendar .news-detail-content-info-item-value{
    font-size: 19px;
  }
  .news-detail-kalendar .news-detail-about-event-item-description p{
    margin-bottom: 21px;
  }
  .news-detail-kalendar .news-detail-content-tag-wrapper{
    padding: 8px 22px;
  }
  .news-detail-kalendar .news-detail-content-tags{
    margin: -8px;
    padding: 0 0 26px;
  }
  .news-detail-kalendar .news-detail-content-tag{
    padding: 8px;
  }
  .news-detail-kalendar .news-detail-content-info-item-bottom{
    margin: 65px 0 0;
  }
  .news-detail-kalendar .news-detail-content-info-item-number{
    font-size: 60px;
  }
  .news-detail-kalendar .news-detail-content-info-item{
    padding: 26px 22px 24px 23px;
  }
  .news-detail-kalendar .news-detail-content-detail-foreword{
    line-height: 138%;
  }
  .news-detail-kalendar .news-detail-content-detail-foreword p{
    margin-bottom: 17px;
  }
  .news-detail-kalendar .news-detail-content-detail{
    padding: 29px 0 0;
    line-height: 140%;
  }
  .news-detail-kalendar .news-detail-content-detail p{
    margin-bottom: 26px;
  }
  .news-detail-kalendar .news-detail-content-call-from{
    font-size: 18px;
    width: 165px;
    height: 165px;
  }
  .news-detail-kalendar .news-detail-content-call-from-wrap{
    margin-top: 34px;
    justify-content: flex-start;
  }
  .news-detail-kalendar .news-detail-content-name .typed-cursor{
    transform: translateY(-3px);
  }
  .news-detail-kalendar .news-detail-content-info-item-wrap{
    padding: 0;
  }
  .news-detail-kalendar .news-detail-content-info-items{
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding: 0 20px;
  }
  .news-detail-kalendar .news-detail-participants-item{
    max-height: 55px;
  }
}







.news-detail-kalendar .news-detail-item + div {
  margin-top: 30px;
}
.news-detail-kalendar .news-detail-header-date {
  font-size: 14px;
  line-height: 14px;
  color: #696969;
}
.news-detail-kalendar .news-detail-content-image {
  font-size: 0;
  text-align: center;
}
.news-detail-kalendar .news-detail-content-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.news-detail-kalendar .news-detail-tags-item {
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  padding: 7px 12px;
  cursor: default;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.news-detail-kalendar .news-detail-tags-item[data-color="1"] {
  background-color: #ffd800;
  color: #1f1f1f;
}
.news-detail-kalendar .news-detail-tags-item[data-color="2"] {
  background-color: #d7569c;
}
.news-detail-kalendar .news-detail-tags-item[data-color="3"] {
  background-color: #3eb5f1;
}
.news-detail-kalendar .news-detail-tags-item[data-color="4"] {
  background-color: #52ac62;
}
.news-detail-kalendar .news-detail-tags-item[data-color="5"] {
  background-color: #1f1f1f;
}
.news-detail-kalendar .news-detail-print {
  font-size: 0;
  text-align: right;
}
.news-detail-kalendar .news-detail-print-icon {
  display: inline-block;
  cursor: pointer;
}
.news-detail-kalendar .news-detail-print-icon path {
  fill: #a6b1b7;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -ms-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
}
.news-detail-kalendar .news-detail-print-icon:hover path {
  fill: #333333;
}
.news-detail-kalendar .news-detail-additional {
  padding-top: 35px;
  border-top: 1px solid #e8e8e8;
}
.news-detail-kalendar .news-detail-additional-item + div {
  margin-top: 50px;
}
.news-detail-kalendar .news-detail-additional-header + div {
  margin-top: 25px;
}
.news-detail-kalendar .news-detail-footer {
  padding-top: 35px;
  border-top: 1px solid #e8e8e8;
}
.news-detail-kalendar .news-detail-back-wrap {
  font-size: 0;
}
.news-detail-kalendar .news-detail-back {
  display: inline-block;
  text-decoration: none;
  color: #525458;
  white-space: nowrap;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.news-detail-kalendar .news-detail-back::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.news-detail-kalendar .news-detail-back-icon,
.news-detail-kalendar .news-detail-back-text {
  display: inline-block;
  vertical-align: middle;
}
.news-detail-kalendar .news-detail-back-icon {
  font-size: 27px;
  padding-right: 20px;
}
.news-detail-kalendar .news-detail-back-text {
  font-size: 14px;
}
.news-detail-kalendar .news-detail-social-wrap {
  text-align: right;
}
.news-detail-kalendar .news-detail-social {
  display: inline-block;
}
.news-detail-kalendar .news-detail-navigation[data-picture-show=false] .news-detail-navigation-item {
  padding: 48px 72px;
}
.news-detail-kalendar .news-detail-navigation-item-wrap:not(:last-child) {
  margin: 0 -1px -1px 0;
}
.news-detail-kalendar .news-detail-navigation-item {
  border: 1px solid #F2F2F2;
  padding: 14px;
  height: 100%;
  display: block;
  text-decoration: none;
}
.news-detail-kalendar .news-detail-navigation-item:hover .news-detail-navigation-item-title {
  color: inherit;
}
.news-detail-kalendar .news-detail-navigation-item[data-position=right] {
  text-align: right;
}
.news-detail-kalendar .news-detail-navigation-item[data-position=right] .news-detail-navigation-item-picture {
  margin-left: 24px;
  margin-right: 0;
}
.news-detail-kalendar .news-detail-navigation-item-picture {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 24px;
}
.news-detail-kalendar .news-detail-navigation-item-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #696969;
  margin-bottom: 16px;
}
.news-detail-kalendar .news-detail-navigation-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.news-detail-kalendar.news-detail-anchors {
  padding: 16px 0;
  background-color: #FFF;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.news-detail-kalendar.news-detail-anchors[data-position=default] {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.news-detail-kalendar.news-detail-anchors[data-position=default][data-initialized=true] {
  display: block;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -ms-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
}
.news-detail-kalendar.news-detail-anchors[data-position=default][data-visible=true] {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.09);
}
.news-detail-kalendar.news-detail-anchors[data-position=fixed] {
  position: relative;
  z-index: 0;
}
.news-detail-kalendar .news-detail-anchors-content {
  position: relative;
}
.news-detail-kalendar .news-detail-anchors-items {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 1;
}
.news-detail-kalendar .news-detail-anchor a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  color: #2D2D2D;
  text-decoration: none;
  word-break: break-all;
  max-width: 600px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 33px;
}
.news-detail-kalendar .news-detail-anchors-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
}
.news-detail-kalendar .news-detail-anchors-navigation div {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.news-detail-kalendar .news-detail-anchors-navigation div.disabled {
  opacity: 0;
  pointer-events: none;
}
.news-detail-kalendar .news-detail-anchors-navigation div svg path {
  stroke: #808080;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.news-detail-kalendar .news-detail-anchors-navigation-left {
  left: 0;
}
.news-detail-kalendar .news-detail-anchors-navigation-right {
  right: 0;
}
.news-detail-kalendar .news-detail-content-name.element-short-cart {
  color: #FFAA00;
  font-size: clamp(22px, 4vw, 40px);
  max-width: 900px;
  margin-top: 19px;
  margin-bottom: 50px;
}
.news-detail-kalendar .element-short-cart-info {
  margin-bottom: 40px;
}
.news-detail-kalendar .element-short-cart-info-content {
  display: table;
  margin: -9px 0;
}
.news-detail-kalendar .element-short-cart-info-elem {
  display: table-row;
}
.news-detail-kalendar .element-short-cart-info-elem-name,
.news-detail-kalendar .element-short-cart-info-elem-value {
  display: table-cell;
  padding-top: 9px;
  padding-bottom: 9px;
}
.news-detail-kalendar .element-short-cart-info-elem-name {
  padding-right: 34px;
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.news-detail-kalendar .element-short-cart-info-elem-value {
  color: #282828;
  font-size: 18px;
  line-height: normal;
}
.news-detail-kalendar .element-short-cart-detail-text {
  color: #282828;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 27px;
}
.news-detail-kalendar .element-short-cart-back-wrap {
  font-size: 0;
}
.news-detail-kalendar .element-short-cart-back {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #525458;
  white-space: nowrap;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.news-detail-kalendar .element-short-cart-back::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.news-detail-kalendar .element-short-cart-back-icon,
.news-detail-kalendar .element-short-cart-back-text {
  display: inline-block;
  vertical-align: middle;
}
.news-detail-kalendar .element-short-cart-back-icon {
  display: flex;
  margin: 0 6px 0 0;
}
.news-detail-kalendar .element-short-cart-back-icon path{
  transition: fill .3s ease-out;
}
.news-detail-kalendar .element-short-cart-back:hover .element-short-cart-back-icon path{
  fill: #fa0;
}
.news-detail-kalendar .element-short-cart-back-text {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;

  transition: color .3s ease-out;
}
.news-detail-kalendar .element-short-cart-footer {
  padding: 0 0 150px 0;
  clear: both;
}

.news-detail-kalendar .element-short-cart-content-image {
  font-size: 0;
  text-align: center;
  margin-right: -160px;
}
.news-detail-kalendar .element-short-cart-content-image-wrapper {
  display: inline-block;
  width: 627px;
  height: clamp(174px, 40vw, 407px);
  max-width: 100%;
  max-height: 100%;
  border-radius: 221px;
  float: right;
  margin: 0 0 0 50px;
  overflow: hidden;
  margin-bottom: 27px;
}
.news-detail-kalendar .element-short-cart-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
.news-detail-kalendar .element-short-cart-detail-additional {
  padding: 59px 0 156px 0;
}
@media all and (max-width: 1550px) {
  .news-detail-kalendar .element-short-cart-content-image {
    margin-right: 0;
  }
}
@media all and (max-width: 1250px) {
  .news-detail-kalendar .element-short-cart-content-image-wrapper {
    width: 50%;
  }
}
@media all and (max-width: 950px) {
  .news-detail-kalendar .news-detail-navigation-item[data-position=right] {
    text-align: left;
  }
  .news-detail-kalendar .news-detail-navigation-item[data-position=right] .news-detail-navigation-item-picture {
    margin-left: 0px;
    margin-right: 24px;
  }
  .news-detail-kalendar .news-detail-navigation-item[data-position=right] .news-detail-navigation-item-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: initial !important;
    -ms-flex-direction: initial !important;
    flex-direction: initial !important;
  }
}
@media all and (max-width: 900px) {
  .news-detail-kalendar .element-short-cart-content-image {
    margin-bottom: 40px;
  }
  .news-detail-kalendar .element-short-cart-content-image-wrapper {
    width: 100%;
    display: block;
    margin: 0;
    float: none;
    border-radius: 145.5px;
  }
}
@media all and (max-width: 768px) {
  .news-detail-kalendar .element-short-cart-detail-additional {
    padding: 40px 0 106px 0;
  }
  .news-detail-kalendar .news-detail-content-preview{
    font-size: 20px;
  }
  .news-detail-kalendar .news-detail-header-date {
    font-size: 12px;
    line-height: 12px;
  }
  .news-detail-kalendar .news-detail-print {
    display: none;
  }
  .news-detail-kalendar .news-detail-tags-item {
    font-size: 12px;
    line-height: 12px;
  }
  .news-detail-kalendar .news-detail-navigation[data-picture-show=false] .news-detail-navigation-item {
    padding: 20px 20px;
  }
  .news-detail-kalendar .news-detail-navigation-item-picture {
    width: 100px;
    height: 100px;
  }
  .news-detail-kalendar .news-detail-about-event-wrapper{
    margin-right: 20px;
  }
  .news-detail-kalendar .news-detail-about-event-item{
    opacity: 1;
  }
  .news-detail-kalendar .element-short-cart-info-content {
    display: block;
    margin: 0;
  }
  .news-detail-kalendar .element-short-cart-info-elem {
    display: block;
    margin-bottom: 20px;
  }
  .news-detail-kalendar .element-short-cart-info-elem-name,
  .news-detail-kalendar .element-short-cart-info-elem-value {
    display: block;
    padding: 0;
    font-size: 16px;
  }
  .news-detail-kalendar .element-short-cart-info-elem-name {
    padding-bottom: 9px;
  }
  .news-detail-kalendar .element-short-cart-detail-text {
    font-size: 16px;
  }
}
@media all and (max-width: 425px) {
  .news-detail-kalendar .element-short-cart-footer {
    padding: 0 0 120px 0;
  }
}
@media all and (max-width: 425px) {
  .news-detail-kalendar .news-detail-navigation-item-picture {
    width: 60px;
    height: 60px;
  }
}
@media print {
  .news-detail-kalendar .news-detail-footer,
  .news-detail-kalendar .news-detail-additional {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
