@charset "UTF-8";
.btn-label-style {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  text-indent: 22px;
  white-space: nowrap;
}
/**
 * btn-theme-type
 */
.btn-theme-type {
  text-decoration: none;
  color: inherit;
  display: block;
  overflow: visible !important;
  border-radius: 20px;
  margin-right: 49px;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 7px 20px 0px #ececec, 0px 2px 5px 0px #ececec;
}
@media (max-width: 1273px) {
  .btn-theme-type {
    margin-right: 30px;
  }
}
.btn-theme-type:last-child {
  margin-right: 0;
}
.btn-theme-type .btn-label-layer {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}
.btn-theme-type .btn-label {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 208px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  text-indent: 22px;
  white-space: nowrap;
  padding-right: 18px;
}
.btn-theme-type.btn-theme-tag {
  box-sizing: border-box;
  display: block;
  transition: 0.3s all ease;
}
.btn-theme-type.btn-theme-tag .btn-label {
  padding: 15px 17px 15px 0;
  border-right: none;
  width: initial;
}
.btn-theme-type.btn-theme-tag:hover {
  transform: translateY(-10px);
}
.btn-theme-type.btn-theme-type-multiple .btn-arrow {
  position: absolute;
  content: '';
  top: 24px;
  right: 32px;
  border: 5px solid transparent;
  border-top: 5px solid #553c8b;
  z-index: 100;
  transition: 0.2s ease all;
}
.btn-theme-type.btn-theme-type-multiple:hover .btn-arrow {
  border-top-color: white;
}
.btn-theme-type.btn-theme-type-multiple.active .btn-arrow {
  transform: rotate(180deg) translateY(5px);
  border-top-color: white;
}
.btn-theme-type .btn-theme-type-children {
  z-index: 100;
  left: 0;
  top: 57px;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: 0.4s all ease;
  transform: translateX(20px);
  width: 208px;
  background-color: white;
  border-radius: 20px;
  padding: 9px 0;
  margin-top: 10px;
}
.btn-theme-type .btn-theme-type-children .btn-theme-type {
  color: black;
  background-color: transparent !important;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.btn-theme-type .btn-theme-type-children .btn-theme-type .btn-label-layer {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  text-indent: 15px;
  position: relative;
}
.btn-theme-type .btn-theme-type-children .btn-theme-type .btn-label {
  display: none;
}
.btn-theme-type .btn-theme-type-children .btn-theme-type:not(.btn-theme-type-multiple):hover {
  color: black;
}
.btn-theme-type .btn-theme-type-children .btn-theme-type:not(.btn-theme-type-multiple):hover .btn-label-layer {
  text-shadow: 0 0 0 #000;
  width: 100%;
}
.btn-theme-type.btn-theme-main {
  color: white;
  background-color: #553c8b;
  transition: 0.2s all ease;
}
.btn-theme-type.btn-theme-main .btn-label-layer {
  overflow: hidden;
  display: block;
  position: absolute;
  background-color: white;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 190px;
  color: #553c8b;
  transition: 0.2s all ease;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  text-indent: 22px;
  white-space: nowrap;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.btn-theme-type.btn-theme-main:hover > .btn-label-layer {
  width: 0px;
}
.btn-theme-type.btn-theme-main.active .btn-theme-type-children {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.btn-theme-type.btn-theme-main.active > .btn-label-layer {
  width: 0px;
}
@media (max-width: 961px) {
  .btn-theme-type.btn-theme-type-multiple > .btn-label {
    width: 282px;
  }
  .btn-theme-type.btn-theme-type-multiple > .btn-label-layer {
    width: 264px;
  }
}
.btn-theme-type:hover,
.btn-theme-type:active,
.btn-theme-type:focus {
  text-decoration: none;
}
.btn-theme {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: white;
  color: #553c8b;
  background-image: none;
  padding: 16px 30px;
  border-radius: 20px;
  border: 1px solid transparent !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 7px 20px 0px #ececec, 0px 2px 5px 0px #ececec;
  transition: 0.4s all ease;
}
.btn-theme.btn-theme-period {
  padding: 16px 10px;
}
.btn-theme.active {
  border: 1px solid #553c8b !important;
  background-color: #f9f7ff;
}
.btn-theme:focus {
  color: #553c8b;
  text-decoration: none;
}
.btn-theme:hover {
  color: white;
  text-decoration: none;
  background-color: #553c8b;
}
.btn-theme:focus,
.btn-theme:active {
  outline: none !important;
}
.btn-theme.btn-with-arrow:after {
  transition: 0.4s all ease;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.btn-theme.btn-with-arrow:hover:after {
  transform: translateY(3px);
}
.btn-theme-reverse {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 16px 30px;
  border-radius: 20px;
  border: 1px solid transparent !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 7px 20px 0px #ececec, 0px 2px 5px 0px #ececec;
  transition: 0.4s all ease;
  background-color: white;
  color: #553c8b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0px 3px rgba(0, 0, 0, 0.1);
}
.btn-theme-reverse.btn-theme-period {
  padding: 16px 10px;
}
.btn-theme-reverse.active {
  border: 1px solid #553c8b !important;
  background-color: #f9f7ff;
}
.btn-theme-reverse:focus {
  color: #553c8b;
  text-decoration: none;
}
.btn-theme-reverse:hover {
  color: white;
  text-decoration: none;
  background-color: #553c8b;
}
.btn-theme-reverse:focus,
.btn-theme-reverse:active {
  outline: none !important;
}
.btn-theme-reverse.btn-with-arrow:after {
  transition: 0.4s all ease;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.btn-theme-reverse.btn-with-arrow:hover:after {
  transform: translateY(3px);
}
.btn-theme-reverse:hover {
  background-color: #eeecf3;
}
.btn-theme-reverse:hover,
.btn-theme-reverse:focus {
  color: #553c8b;
}
.btn-theme-reverse.btn-with-arrow:after {
  content: url('https://source.klops.ru/images/icons/arrow_list_down_afisha.svg');
}
.btn-theme-reverse.btn-with-arrow:after:after {
  content: url('https://source.klops.ru/images/icons/arrow_list_down_afisha.svg');
}
.btn-theme-cinema {
  border-radius: 0;
  padding: 9px !important;
  background-color: transparent;
  color: #553c8b;
  border: 1px solid transparent !important;
}
.btn-theme-cinema:focus {
  color: #553c8b;
}
.btn-theme-cinema:hover {
  background-color: transparent;
  color: #553c8b;
  border-color: #553c8b !important;
}
.btn-theme-cinema.active {
  color: black;
  cursor: default;
  border-color: black !important;
}
.btn-theme-cinema.active:hover {
  color: black;
  background-color: transparent;
}
.btn-without-border {
  box-shadow: none;
}
.btn-theme-detail-buy {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: none;
  color: white;
  background-color: #553c8b;
  background-image: none;
  padding: 13px 20px;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 500;
}
.btn-theme-detail-buy:hover,
.btn-theme-detail-buy:focus {
  color: white;
  text-decoration: none;
}
.btn-theme-detail-buy:focus,
.btn-theme-detail-buy:active {
  outline: none !important;
}
.btn-theme-next {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #553c8b;
  color: white;
  border: none;
  display: block;
  padding: 7px 24px;
  font-size: 14px;
}
.btn-theme-next:focus,
.btn-theme-next:active {
  outline: none !important;
}
@keyframes animationBtnBuy {
  0% {
    left: -4px;
  }
  50% {
    left: 100%;
  }
  0% {
    left: -4px;
  }
}
/**
 * btn-theme-buy
 */
.btn-theme-buy-animation {
  position: relative;
  overflow: hidden;
}
.link-horizontal-animation {
  position: relative;
}
.link-horizontal-animation:after,
.link-horizontal-animation:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #a0a0a0;
  transition: 0.2s all ease;
}
.link-horizontal-animation:after {
  left: 50%;
}
.link-horizontal-animation:before {
  right: 50%;
}
.link-horizontal-animation:hover:after {
  width: 50%;
}
.link-horizontal-animation:hover:before {
  width: 50%;
}
.section-filter {
  margin-bottom: 3px;
}
@media (max-width: 961px) {
  .section-filter .btn-theme {
    margin-bottom: 30px;
  }
}
.filter-tags-label {
  font-size: 18px;
  font-weight: 600;
  color: #553c8b;
}
.filter-tags {
  margin-top: 20px;
}
.filter-tags .filter-tag {
  margin-top: 10px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 16px 30px;
  border-radius: 20px;
  border: 1px solid transparent !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 7px 20px 0px #ececec, 0px 2px 5px 0px #ececec;
  transition: 0.4s all ease;
  background-color: white;
  color: #553c8b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0px 3px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 15px;
}
.filter-tags .filter-tag.btn-theme-period {
  padding: 16px 10px;
}
.filter-tags .filter-tag.active {
  border: 1px solid #553c8b !important;
  background-color: #f9f7ff;
}
.filter-tags .filter-tag:focus {
  color: #553c8b;
  text-decoration: none;
}
.filter-tags .filter-tag:hover {
  color: white;
  text-decoration: none;
  background-color: #553c8b;
}
.filter-tags .filter-tag:focus,
.filter-tags .filter-tag:active {
  outline: none !important;
}
.filter-tags .filter-tag.btn-with-arrow:after {
  transition: 0.4s all ease;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.filter-tags .filter-tag.btn-with-arrow:hover:after {
  transform: translateY(3px);
}
.filter-tags .filter-tag:hover {
  background-color: #eeecf3;
}
.filter-tags .filter-tag:hover,
.filter-tags .filter-tag:focus {
  color: #553c8b;
}
.filter-tags .filter-tag.btn-with-arrow:after {
  content: url('https://source.klops.ru/images/icons/arrow_list_down_afisha.svg');
}
.filter-tags .filter-tag.btn-with-arrow:after:after {
  content: url('https://source.klops.ru/images/icons/arrow_list_down_afisha.svg');
}
@media (max-width: 961px) {
  .filter-tags .filter-tag {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.filter-tags .filter-tag:after {
  display: inline-block;
  margin-left: 20px;
  width: 12px;
  height: 12px;
  content: url('https://source.klops.ru/images/icons/Close_afisha.svg');
}
.filter-tags .filter-tag:after:after {
  content: url('https://source.klops.ru/images/icons/Close_afisha.svg');
}
.filter-online-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 961px) {
  .filter-online-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0px !important;
  }
}
.filter-online-container .filter-online-search {
  width: 100%;
  margin-right: 39px;
  border-bottom: 1px solid #553c8b;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 961px) {
  .filter-online-container .filter-online-search {
    margin-right: 0;
    order: 2;
  }
}
.filter-online-container .filter-online-search input[type="text"] {
  padding: 19px 0px 9px;
  font-size: 19px;
  width: 100%;
}
@media (max-width: 961px) {
  .filter-online-container .filter-online-search input[type="text"] {
    font-size: 24px;
  }
}
.filter-online-container .filter-online-search .filter-online-search-btn {
  position: absolute;
  right: -2px;
  top: 18px;
}
@media (max-width: 961px) {
  .filter-online-container .filter-online-search .filter-online-search-btn img {
    width: 24px;
  }
}
.filter-online-container .filter-online-search input[type="text"],
.filter-online-container .filter-online-search .filter-online-search-btn {
  border: none;
  box-shadow: none;
  background: none;
}
.filter-online-container .filter-online-search input[type="text"]:active,
.filter-online-container .filter-online-search .filter-online-search-btn:active,
.filter-online-container .filter-online-search input[type="text"]:focus,
.filter-online-container .filter-online-search .filter-online-search-btn:focus {
  outline: none;
}
.filter-online-container .filter-online-categories,
.filter-online-container .filter-online-selections {
  width: 190px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 961px) {
  .filter-online-container .filter-online-categories,
  .filter-online-container .filter-online-selections {
    width: calc(50% - 19px/2);
  }
  .filter-online-container .filter-online-categories .btn-theme,
  .filter-online-container .filter-online-selections .btn-theme {
    font-size: 18px;
    margin-bottom: 23px;
  }
}
.filter-online-container .filter-online-categories {
  margin-left: auto;
}
@media (max-width: 961px) {
  .filter-online-container .filter-online-categories {
    margin-left: 0px;
  }
}
.filter-online-container .filter-online-selections {
  margin-left: 19px;
}
@media (max-width: 961px) {
  .filter-online-container .filter-online-selections {
    margin-left: 0px;
  }
}
.section-online-heading {
  margin-top: -14px;
  margin-bottom: 51px;
  position: relative;
}
@media (max-width: 961px) {
  .section-online-heading {
    display: none;
  }
}
.section-online-heading:after,
.section-online-heading:before {
  content: '';
  position: absolute;
  right: 50%;
  left: 0;
  height: 1px;
  background-color: #e2e2e2;
}
.section-online-heading:before {
  top: 0;
}
.section-online-heading:after {
  bottom: 0;
}
.section-online-heading .section-online-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.section-online-heading .online-heading-h1 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: #553c8b;
}
.section-online-heading .online-heading-image {
  margin-left: auto;
  height: 195px;
  width: auto;
  margin-top: -1px;
  margin-bottom: -1px;
}
.section-online-heading-mob {
  margin-top: -31px;
  margin-bottom: 28px;
  position: relative;
  display: none;
}
@media (max-width: 961px) {
  .section-online-heading-mob {
    display: block;
  }
}
.section-online-heading-mob .online-heading-label {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #553c8b;
}
.section-online-heading-mob .online-heading-h1 {
  font-size: 16px;
}
.section-menu-type {
  margin: 0 0 34px;
}
.section-menu-type .menu-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.section-main-slider {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c76f4+0,379ee0+100 */
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 11px;
  /**
   * card slider
   */
}
.section-main-slider .container-slider {
  position: relative;
  width: initial;
}
.section-main-slider .slider-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 50;
}
.section-main-slider .slider-nav .container {
  position: relative;
}
.section-main-slider .slider-nav .owl-prev,
.section-main-slider .slider-nav .owl-next {
  position: absolute;
  color: #553c8b;
  font-size: 40px;
  transition: 0.2s ease all;
  width: 90px;
  top: 165px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
}
.section-main-slider .slider-nav .owl-prev i,
.section-main-slider .slider-nav .owl-next i {
  position: absolute;
  top: 32px;
  transition: 0.2s ease all;
}
.section-main-slider .slider-nav .owl-prev.disabled,
.section-main-slider .slider-nav .owl-next.disabled {
  opacity: 0;
}
.section-main-slider .slider-nav .owl-prev:hover,
.section-main-slider .slider-nav .owl-next:hover,
.section-main-slider .slider-nav .owl-prev:focus,
.section-main-slider .slider-nav .owl-next:focus {
  color: #553c8b;
}
.section-main-slider .slider-nav .owl-prev:hover:not(.disabled).owl-prev i,
.section-main-slider .slider-nav .owl-next:hover:not(.disabled).owl-prev i {
  left: 33px;
}
.section-main-slider .slider-nav .owl-prev:hover:not(.disabled).owl-next i,
.section-main-slider .slider-nav .owl-next:hover:not(.disabled).owl-next i {
  right: 33px;
}
.section-main-slider .slider-nav .owl-prev {
  left: -33px;
}
.section-main-slider .slider-nav .owl-prev i {
  left: 38px;
}
.section-main-slider .slider-nav .owl-next {
  right: -33px;
}
.section-main-slider .slider-nav .owl-next i {
  right: 38px;
}
.section-main-slider .slider-nav .owl-item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #ececec80;
}
.section-main-slider .slider-nav .owl-item.center {
  box-shadow: 1px -1px 19px 0px #86868659;
}
.section-main-slider .slider-nav .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-main-slider .card-slider {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  width: 722px;
  height: initial;
  color: inherit;
  text-decoration: none;
  transition: 0.4s ease opacity;
}
@media (max-width: 961px) {
  .section-main-slider .card-slider {
    width: 100%;
  }
}
.section-main-slider .card-slider .card-discount {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: #f53b34;
  color: white;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 0 8px 0px #00000047;
  right: 5px;
  top: 5px;
}
.section-main-slider .card-slider .card-link-buy {
  float: right;
  height: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: -2px;
  margin-right: -10px;
}
.section-main-slider .card-slider .card-preview img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}
@media (max-width: 961px) {
  .section-main-slider .card-slider .card-preview img {
    height: 252px;
  }
}
.section-main-slider .card-slider .card-overlay {
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 54%, rgba(85, 60, 139, 0.8) 100%);
}
.section-main-slider .card-slider .card-body {
  position: absolute;
  left: 33px;
  right: 33px;
  bottom: 27px;
  color: white;
  padding: 0;
  height: initial;
}
@media (max-width: 961px) {
  .section-main-slider .card-slider .card-body {
    left: 18px;
    right: 18px;
    bottom: 14px;
  }
}
.section-main-slider .card-slider .card-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
@media (max-width: 961px) {
  .section-main-slider .card-slider .card-title {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 4px;
  }
}
.section-main-slider .card-slider .card-control {
  font-size: 14px;
}
.section-main-slider .card-slider .card-slider-label {
  display: block;
  color: white;
  right: 30px;
  top: 20px;
  position: absolute;
  font-size: 10px;
}
.section-main-slider .card-slider .card-slider-label img {
  display: inline-block !important;
  width: auto !important;
  margin-right: 2px;
  height: 6px;
}
.section-main-slider .owl-stage-outer {
  padding: 15px 0;
}
.section-main-slider .owl-item {
  border-radius: 20px;
  box-shadow: 0px 0px 19px 0px #86868659;
}
.section-main-slider .owl-item:not(.center) .card-slider {
  opacity: 0.7;
}
.section-main-slider .owl-dots .owl-dot span {
  background-color: #eae1ff;
  height: 8px;
  margin: 14px 5px;
  width: 63px;
}
.section-main-slider .owl-dots .owl-dot.active span,
.section-main-slider .owl-dots .owl-dot:hover span {
  background-color: #553c8b;
}
@media (max-width: 961px) {
  .section-main-slider .owl-dots .owl-dot span {
    margin: 7px 5px;
    width: 35px;
    margin-top: 0;
  }
}
@media (max-width: 961px) {
  .section-main-slider .card-slider {
    opacity: 1 !important;
  }
  .section-main-slider .slider-nav {
    display: none;
  }
}
.section-slider-photo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c76f4+0,379ee0+100 */
  padding-bottom: 23px;
  position: relative;
  /**
   * item-photo-rep
   */
}
.section-slider-photo .container-slider {
  position: relative;
  width: initial;
  padding-top: 15px;
  margin-top: -34px;
}
.section-slider-photo .slider-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 50;
}
.section-slider-photo .slider-nav .container {
  position: relative;
}
.section-slider-photo .slider-nav .owl-prev,
.section-slider-photo .slider-nav .owl-next {
  position: absolute;
  color: #553c8b;
  font-size: 40px;
  transition: 0.2s ease all;
  width: 90px;
  top: 165px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
}
.section-slider-photo .slider-nav .owl-prev i,
.section-slider-photo .slider-nav .owl-next i {
  position: absolute;
  top: 32px;
  transition: 0.2s ease all;
}
.section-slider-photo .slider-nav .owl-prev.disabled,
.section-slider-photo .slider-nav .owl-next.disabled {
  opacity: 0;
}
.section-slider-photo .slider-nav .owl-prev:hover,
.section-slider-photo .slider-nav .owl-next:hover,
.section-slider-photo .slider-nav .owl-prev:focus,
.section-slider-photo .slider-nav .owl-next:focus {
  color: #553c8b;
}
.section-slider-photo .slider-nav .owl-prev:hover:not(.disabled).owl-prev i,
.section-slider-photo .slider-nav .owl-next:hover:not(.disabled).owl-prev i {
  left: 33px;
}
.section-slider-photo .slider-nav .owl-prev:hover:not(.disabled).owl-next i,
.section-slider-photo .slider-nav .owl-next:hover:not(.disabled).owl-next i {
  right: 33px;
}
.section-slider-photo .slider-nav .owl-prev {
  left: -33px;
}
.section-slider-photo .slider-nav .owl-prev i {
  left: 38px;
}
.section-slider-photo .slider-nav .owl-next {
  right: -33px;
}
.section-slider-photo .slider-nav .owl-next i {
  right: 38px;
}
.section-slider-photo .slider-nav .owl-item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #ececec80;
}
.section-slider-photo .slider-nav .owl-item.center {
  box-shadow: 1px -1px 19px 0px #86868659;
}
.section-slider-photo .slider-nav .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-slider-photo .slider-nav .owl-prev,
.section-slider-photo .slider-nav .owl-next {
  top: 87px;
}
.section-slider-photo .owl-item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #ececec80;
}
.section-slider-photo .owl-item.center {
  box-shadow: 1px -1px 19px 0px #86868659;
}
.section-slider-photo .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-slider-photo .item-photo-rep {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  width: 466px;
  color: inherit;
  text-decoration: none;
  transition: 0.4s ease opacity;
}
@media (max-width: 961px) {
  .section-slider-photo .item-photo-rep {
    width: 446px;
  }
}
.section-slider-photo .item-photo-rep .card-preview img,
.section-slider-photo .item-photo-rep .card-preview picture {
  width: 100%;
  height: 262px;
  object-fit: cover;
}
.section-slider-photo .item-photo-rep .card-overlay {
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 60, 139, 0.6);
  transition: 0.4s all ease;
  opacity: 1;
  visibility: visible;
}
.section-slider-photo .item-photo-rep .card-body {
  position: absolute;
  left: 22px;
  right: 24px;
  bottom: 3px;
  color: white;
}
.section-slider-photo .item-photo-rep .card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 22px;
  letter-spacing: 0.1px;
}
.section-slider-photo .item-photo-rep:hover .card-overlay {
  opacity: 0;
  visibility: hidden;
}
.section-slider-photo .owl-item:not(.center) .card-slider {
  opacity: 0.7;
}
.section-slider-cinema {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c76f4+0,379ee0+100 */
  padding-bottom: 23px;
  position: relative;
}
.section-slider-cinema .container-slider {
  position: relative;
  width: initial;
  padding-top: 15px;
  margin-top: -34px;
}
.section-slider-cinema .slider-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 50;
}
.section-slider-cinema .slider-nav .container {
  position: relative;
}
.section-slider-cinema .slider-nav .owl-prev,
.section-slider-cinema .slider-nav .owl-next {
  position: absolute;
  color: #553c8b;
  font-size: 40px;
  transition: 0.2s ease all;
  width: 90px;
  top: 165px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
}
.section-slider-cinema .slider-nav .owl-prev i,
.section-slider-cinema .slider-nav .owl-next i {
  position: absolute;
  top: 32px;
  transition: 0.2s ease all;
}
.section-slider-cinema .slider-nav .owl-prev.disabled,
.section-slider-cinema .slider-nav .owl-next.disabled {
  opacity: 0;
}
.section-slider-cinema .slider-nav .owl-prev:hover,
.section-slider-cinema .slider-nav .owl-next:hover,
.section-slider-cinema .slider-nav .owl-prev:focus,
.section-slider-cinema .slider-nav .owl-next:focus {
  color: #553c8b;
}
.section-slider-cinema .slider-nav .owl-prev:hover:not(.disabled).owl-prev i,
.section-slider-cinema .slider-nav .owl-next:hover:not(.disabled).owl-prev i {
  left: 33px;
}
.section-slider-cinema .slider-nav .owl-prev:hover:not(.disabled).owl-next i,
.section-slider-cinema .slider-nav .owl-next:hover:not(.disabled).owl-next i {
  right: 33px;
}
.section-slider-cinema .slider-nav .owl-prev {
  left: -33px;
}
.section-slider-cinema .slider-nav .owl-prev i {
  left: 38px;
}
.section-slider-cinema .slider-nav .owl-next {
  right: -33px;
}
.section-slider-cinema .slider-nav .owl-next i {
  right: 38px;
}
.section-slider-cinema .slider-nav .owl-item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #ececec80;
}
.section-slider-cinema .slider-nav .owl-item.center {
  box-shadow: 1px -1px 19px 0px #86868659;
}
.section-slider-cinema .slider-nav .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-slider-cinema .slider-nav .owl-prev,
.section-slider-cinema .slider-nav .owl-next {
  top: 125px;
}
.section-slider-cinema .card-list {
  margin-left: 0;
  margin-right: 0;
}
.section-slider-cinema .card-item {
  margin-left: 0;
}
.section-slider-cinema .owl-stage-outer {
  padding-top: 20px;
}
.section-slider-cards {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c76f4+0,379ee0+100 */
  padding-bottom: 23px;
  position: relative;
}
.section-slider-cards .container-slider {
  position: relative;
  width: initial;
  padding-top: 15px;
  margin-top: -34px;
}
.section-slider-cards .slider-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 50;
}
.section-slider-cards .slider-nav .container {
  position: relative;
}
.section-slider-cards .slider-nav .owl-prev,
.section-slider-cards .slider-nav .owl-next {
  position: absolute;
  color: #553c8b;
  font-size: 40px;
  transition: 0.2s ease all;
  width: 90px;
  top: 165px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
}
.section-slider-cards .slider-nav .owl-prev i,
.section-slider-cards .slider-nav .owl-next i {
  position: absolute;
  top: 32px;
  transition: 0.2s ease all;
}
.section-slider-cards .slider-nav .owl-prev.disabled,
.section-slider-cards .slider-nav .owl-next.disabled {
  opacity: 0;
}
.section-slider-cards .slider-nav .owl-prev:hover,
.section-slider-cards .slider-nav .owl-next:hover,
.section-slider-cards .slider-nav .owl-prev:focus,
.section-slider-cards .slider-nav .owl-next:focus {
  color: #553c8b;
}
.section-slider-cards .slider-nav .owl-prev:hover:not(.disabled).owl-prev i,
.section-slider-cards .slider-nav .owl-next:hover:not(.disabled).owl-prev i {
  left: 33px;
}
.section-slider-cards .slider-nav .owl-prev:hover:not(.disabled).owl-next i,
.section-slider-cards .slider-nav .owl-next:hover:not(.disabled).owl-next i {
  right: 33px;
}
.section-slider-cards .slider-nav .owl-prev {
  left: -33px;
}
.section-slider-cards .slider-nav .owl-prev i {
  left: 38px;
}
.section-slider-cards .slider-nav .owl-next {
  right: -33px;
}
.section-slider-cards .slider-nav .owl-next i {
  right: 38px;
}
.section-slider-cards .slider-nav .owl-item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #ececec80;
}
.section-slider-cards .slider-nav .owl-item.center {
  box-shadow: 1px -1px 19px 0px #86868659;
}
.section-slider-cards .slider-nav .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-slider-cards .slider-nav .owl-prev,
.section-slider-cards .slider-nav .owl-next {
  top: 0;
  transform: translateY(50%);
  margin-top: 70px;
}
.section-slider-cards.section-slider-cards-delivery .owl-prev,
.section-slider-cards.section-slider-cards-delivery .owl-next {
  margin-top: 135px;
}
.section-slider-cards .card-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-slider-cards .card-item {
  margin-left: 0;
}
.section-slider-cards .owl-stage-outer {
  padding-top: 20px;
  overflow: visible !important;
}
.section-last_news {
  position: relative;
  margin-bottom: 98px;
}
.section-last_news .container-slider {
  position: relative;
  padding: 48px 0 27px;
}
.section-last_news .container-slider:before,
.section-last_news .container-slider:after {
  content: ' ';
  height: 1px;
  background-color: #553c8b;
  position: absolute;
  left: 0;
  width: 200%;
}
.section-last_news .container-slider:before {
  top: 0;
}
.section-last_news .container-slider:after {
  bottom: 0;
}
.section-last_news .last_news-list {
  margin-left: -50px;
  margin-right: -50px;
  overflow: hidden;
}
@media (max-width: 1273px) {
  .section-last_news .last_news-list {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.section-last_news .owl-stage-outer {
  overflow: initial;
}
.section-last_news .last_news-item {
  display: block;
  margin-left: 50px;
  float: left;
  width: 208px;
  padding: 0 16px;
  height: 140px;
}
.section-last_news .last_news-item,
.section-last_news .last_news-item:hover,
.section-last_news .last_news-item:active,
.section-last_news .last_news-item:focus {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1273px) {
  .section-last_news .last_news-item {
    margin-left: 30px;
  }
}
@media (max-width: 1273px) {
  .section-last_news .last_news-item:last-child {
    display: none;
  }
}
@media (max-width: 961px) {
  .section-last_news .last_news-item {
    width: 446px;
    padding: 0 7px;
    height: 100px;
  }
  .section-last_news .last_news-item:last-child {
    display: block;
  }
}
.section-last_news .last_news-title {
  line-height: 17px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
@media (max-width: 961px) {
  .section-last_news .last_news-title {
    line-height: 19px;
  }
}
.section-last_news .last_news-item:hover .last_news-title {
  color: black;
}
.section-last_news .last_news-date {
  color: #a0a0a0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-last_news .owl-item {
  transition: 0.3s all ease;
}
.section-last_news .owl-item:not(.center) {
  opacity: 0.5;
}
@media (max-width: 961px) {
  .section-last_news .owl-item:not(.center) {
    opacity: 0;
  }
}
.section-last_news .slider-nav .container {
  position: relative;
}
.section-last_news .slider-nav-overlay {
  width: 307px;
  z-index: 10;
  position: absolute;
  right: -39px;
  bottom: -13px;
  background-color: white;
  height: 26px;
}
.section-last_news .slider-nav-overlay .owl-prev,
.section-last_news .slider-nav-overlay .owl-next {
  position: absolute;
  transition: 0.2s ease all;
}
.section-last_news .slider-nav-overlay .owl-prev.disabled,
.section-last_news .slider-nav-overlay .owl-next.disabled {
  opacity: 0.5;
}
.section-last_news .slider-nav-overlay .owl-prev i:last-of-type,
.section-last_news .slider-nav-overlay .owl-next i:last-of-type {
  margin-left: -15px;
}
.section-last_news .slider-nav-overlay .owl-prev {
  left: 46px;
}
.section-last_news .slider-nav-overlay .owl-prev:not(.disabled):hover {
  left: 40px;
}
.section-last_news .slider-nav-overlay .owl-next {
  right: 46px;
}
.section-last_news .slider-nav-overlay .owl-next:not(.disabled):hover {
  right: 40px;
}
.section-last_news .last_news-link {
  border: 2px solid #553c8b;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.section-tags {
  position: relative;
  margin-bottom: 34px;
  padding-top: 20px;
  margin-top: -14px;
}
.section-tags .container-slider {
  margin-right: 0px;
  margin-left: -10px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: -15px;
  overflow: hidden;
}
.section-tags .owl-stage-outer {
  overflow: initial;
}
.section-tags .slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-tags .slider-nav .container {
  position: relative;
}
.section-tags .slider-nav .owl-next {
  position: absolute;
  right: 6px;
  top: 35px;
  transition: 0.2s all ease;
}
.section-tags .slider-nav .owl-next:hover {
  right: 0;
}
.section-tags .slider-nav .owl-next.disabled {
  opacity: 0;
}
.section-tags .owl-stage-outer {
  padding-top: 20px;
  margin-top: -20px;
}
.section-cards {
  margin-bottom: 42px;
}
.section-cards .btn-theme-next-container {
  position: relative;
}
.section-cards .btn-theme-next {
  margin-left: auto;
  margin-right: auto;
}
.section-cards .btn-theme-next:before {
  content: '';
  height: 1px;
  background-color: #553c8b;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}
.section-heading-link {
  margin-top: -12px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.section-heading-link a {
  text-align: center;
  display: block;
  color: black;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 700;
}
.section-heading-link a:focus,
.section-heading-link a:active,
.section-heading-link a:visited,
.section-heading-link a:hover {
  text-decoration: none;
}
.section-heading-link a img,
.section-heading-link a picture {
  height: 10px;
  margin-left: 5px;
}
.section-slider-swiper-promotion .swiper-container {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -19px;
}
.section-slider-swiper-promotion .slider-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 50;
}
.section-slider-swiper-promotion .slider-nav .container {
  position: relative;
}
.section-slider-swiper-promotion .slider-nav .owl-prev,
.section-slider-swiper-promotion .slider-nav .owl-next {
  position: absolute;
  color: #553c8b;
  font-size: 40px;
  transition: 0.2s ease all;
  width: 90px;
  top: 165px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
}
.section-slider-swiper-promotion .slider-nav .owl-prev i,
.section-slider-swiper-promotion .slider-nav .owl-next i {
  position: absolute;
  top: 32px;
  transition: 0.2s ease all;
}
.section-slider-swiper-promotion .slider-nav .owl-prev.disabled,
.section-slider-swiper-promotion .slider-nav .owl-next.disabled {
  opacity: 0;
}
.section-slider-swiper-promotion .slider-nav .owl-prev:hover,
.section-slider-swiper-promotion .slider-nav .owl-next:hover,
.section-slider-swiper-promotion .slider-nav .owl-prev:focus,
.section-slider-swiper-promotion .slider-nav .owl-next:focus {
  color: #553c8b;
}
.section-slider-swiper-promotion .slider-nav .owl-prev:hover:not(.disabled).owl-prev i,
.section-slider-swiper-promotion .slider-nav .owl-next:hover:not(.disabled).owl-prev i {
  left: 33px;
}
.section-slider-swiper-promotion .slider-nav .owl-prev:hover:not(.disabled).owl-next i,
.section-slider-swiper-promotion .slider-nav .owl-next:hover:not(.disabled).owl-next i {
  right: 33px;
}
.section-slider-swiper-promotion .slider-nav .owl-prev {
  left: -33px;
}
.section-slider-swiper-promotion .slider-nav .owl-prev i {
  left: 38px;
}
.section-slider-swiper-promotion .slider-nav .owl-next {
  right: -33px;
}
.section-slider-swiper-promotion .slider-nav .owl-next i {
  right: 38px;
}
.section-slider-swiper-promotion .slider-nav .owl-item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #ececec80;
}
.section-slider-swiper-promotion .slider-nav .owl-item.center {
  box-shadow: 1px -1px 19px 0px #86868659;
}
.section-slider-swiper-promotion .slider-nav .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-slider-swiper-promotion .slider-nav .owl-prev,
.section-slider-swiper-promotion .slider-nav .owl-next {
  top: 0;
  transform: translateY(50%);
  margin-top: 112px;
}
.section-slider-swiper-promotion .slider-nav .owl-prev.swiper-button-disabled,
.section-slider-swiper-promotion .slider-nav .owl-next.swiper-button-disabled {
  opacity: 0;
}
.section-slider-swiper-promotion .slider-nav .owl-next {
  right: -20px;
}
.section-slider-swiper-promotion .slider-nav .owl-prev {
  left: -48px;
}
.section-slider-swiper-promotion .swiper-pagination {
  position: static;
  margin-top: 44px;
  margin-bottom: 30px;
}
.section-slider-swiper-promotion .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(67, 172, 38, 0.4);
  height: 10px !important;
  opacity: 1;
  margin: 0px 5px !important;
  width: 80px !important;
  border-radius: 30px;
}
.section-slider-swiper-promotion .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-slider-swiper-promotion .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #43ac26;
}
@media (max-width: 961px) {
  .section-slider-swiper-promotion .swiper-pagination .swiper-pagination-bullet {
    width: 35px !important;
  }
}
.item-promotion {
  width: 376px !important;
  display: block;
}
.item-promotion,
.item-promotion:hover,
.item-promotion:active,
.item-promotion:focus,
.item-promotion:visited {
  color: black;
  text-decoration: none;
}
.item-promotion-place {
  border-radius: 10px;
  box-shadow: 0 4px 15px 0px #e2e2e2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 32px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.item-promotion-body {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.item-promotion-preview {
  height: 199px;
}
.item-promotion-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item-promotion-name {
  height: 92px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #43ac26;
  color: white;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}
.item-promotion-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.item-promotion-info,
.item-promotion-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.item-promotion-close {
  z-index: 4;
}
.item-promotion-close i {
  width: 26px;
  position: absolute;
  right: 4px;
  top: 8px;
}
.item-promotion-info-icon {
  background-color: white;
  border: 1px solid #43ac26;
  color: #43ac26;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-style: normal;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 6px;
}
.item-promotion-overlay {
  z-index: 2;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: #43ac26;
  transition: 0.4s ease all;
  overflow: auto;
}
.item-promotion-overlay .item-promotion-overlay-content {
  padding: 39px 19px 19px;
  line-height: 19px;
  color: white;
}
.item-promotion-overlay.active {
  visibility: visible;
  opacity: 1;
}
.section-list-events {
  /**
  * Scrollbar
  */
}
.section-list-events ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.section-list-events ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.section-list-events ::-webkit-scrollbar-thumb {
  background: #F92248;
  border: none;
  border-right: 2px solid white;
  border-left: 2px solid white;
}
.section-list-events ::-webkit-scrollbar-thumb:hover {
  background: #F92248;
}
.section-list-events ::-webkit-scrollbar-thumb:active {
  background: #F92248;
}
.section-list-events ::-webkit-scrollbar-track {
  background: #e2e2e2;
  border-right: 2px solid white;
  border-left: 2px solid white;
}
.section-list-events ::-webkit-scrollbar-track:hover {
  background: #e2e2e2;
  border-right: 2px solid white;
  border-left: 2px solid white;
}
.section-list-events ::-webkit-scrollbar-track:active {
  background: #e2e2e2;
  border-right: 2px solid white;
  border-left: 2px solid white;
}
.section-list-events ::-webkit-scrollbar-corner {
  background: transparent;
}
.section-list-events ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.section-list-events .section-list-events-items {
  height: 485px;
  overflow: auto;
  margin-right: 0px;
  padding-right: 37px;
}
.section-list-events .section-list-events-items ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.section-list-events .section-list-events-items ::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #d6d6d6;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  display: block;
}
.section-list-events .section-list-events-items ::-webkit-scrollbar-track {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.section-list-events .section-list-events-items > *:last-child {
  display: none;
}
@media (max-width: 961px) {
  .section-list-events .section-list-events-items {
    margin-right: 15px;
    padding-right: 10px;
  }
}
.section-list-events .section-list-events-item {
  display: flex;
  margin-bottom: 22px;
}
@media (max-width: 489px) {
  .section-list-events .section-list-events-item {
    display: block;
    margin-bottom: 35px;
  }
}
.section-list-events .section-list-events-date {
  width: 142px;
  flex-shrink: 0;
  text-transform: capitalize;
}
@media (max-width: 961px) {
  .section-list-events .section-list-events-date {
    width: 100px;
  }
}
@media (max-width: 489px) {
  .section-list-events .section-list-events-date {
    margin-bottom: 18px;
  }
}
.section-list-events .section-list-events-date b {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 489px) {
  .section-list-events .section-list-events-date b {
    display: inline;
    margin-right: 5px;
  }
}
.section-list-events .section-list-events-date div {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8A8A8A;
}
@media (max-width: 489px) {
  .section-list-events .section-list-events-date div {
    display: inline;
  }
}
.section-list-events .section-list-events-caption {
  margin-right: 15px;
}
@media (max-width: 489px) {
  .section-list-events .section-list-events-caption {
    margin-bottom: 17.5px;
  }
}
.section-list-events .section-list-events-hr {
  height: 1px;
  background: #E2E2E2;
  margin: 37px 0;
}
.section-list-events .section-list-events-title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}
.section-list-events .section-list-events-title:hover {
  text-decoration: underline;
}
@media (max-width: 489px) {
  .section-list-events .section-list-events-title {
    margin-bottom: 11px;
  }
}
.section-list-events .section-list-events-footer > * {
  display: inline;
}
.section-list-events .section-list-events-footer > *:nth-child(2):before {
  content: '|';
  color: #8A8A8A;
}
.section-list-events .section-list-events-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #DE2243;
}
.section-list-events .section-list-events-place {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8A8A8A;
}
.section-list-events .section-list-events-btns {
  margin-left: auto;
  width: 238px;
  flex-shrink: 0;
}
@media (max-width: 961px) {
  .section-list-events .section-list-events-btns {
    width: 150px;
  }
}
@media (max-width: 489px) {
  .section-list-events .section-list-events-btns {
    margin-left: initial;
  }
}
.section-list-events .section-list-events-btn {
  height: 45px;
  border: 2px solid #553C8B;
  border-radius: 8px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  text-decoration: none;
  transition: 0.4s all ease;
}
.section-list-events .section-list-events-btn:hover {
  background-color: #553C8B;
  color: white;
}
.container.dynamic-container .section-list-events .container {
  padding: 0;
}
