@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');
}
.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 .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 {
  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 .card-list {
  margin-left: 0;
  margin-right: 0;
}
.section-slider-cards .card-item {
  margin-left: 0;
}
.section-slider-cards .owl-stage-outer {
  padding-top: 20px;
}
.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-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;
}
/*# sourceMappingURL=main-page.css.map */