

/* Start:/local/templates/buy_event/components/bitrix/sale.basket.basket/events.basket/style.css?16649583799562*/
.not-payed-order-form {
  border: 1px solid #ffdbe4;
  background: #fff4f7;
  border-radius: 5px;
  padding: 10px 30px 15px 30px;
  margin-bottom: 15px;
}
.not-payed-order-form .orders-list {
  padding-right: 360px;
}
.not-payed-order-form .msg-text {
  margin-bottom: 15px;
}
.not-payed-order-form .btn.btn-md {
  padding: 3px 10px;
}
.not-payed-order-form .group-buttons {
  white-space: nowrap;
}
.not-payed-order-form .cancel-link {
  margin-left: 10px;
}
.table-basket .event-participants .fa-times,
.table-basket .event-participants .fa-plus {
  color: #de2861;
  font-size: 16px;
}
.table-basket .event-participants .fa-plus {
  font-size: 14px;
}
[data-cover].backgroundPink {
  background: #f8d4df;
}
[data-cover] {
  /*-webkit-transition: background 1.1s ease-in-out;*/
  /*-ms-transition:     background 1.1s ease-in-out;*/
  /*transition:         background 1.1s ease-in-out;*/
}
.cover-description {
  margin-top: 15px;
}
.table-basket .basket-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.table-basket .basket-item__pic {
  margin-right: 20px;
  width: 45px;
  text-align: center;
}
.table-basket .basket-item__title {
  font-size: 18px;
}
.table-basket .basket-item__add-info {
  padding-top: 5px;
}
.applied-coupons {
  position: relative;
  padding-right: 25px !important;
}
.reject-coupons,
.reject-coupons:hover,
.reject-coupons:focus {
  position: absolute;
  right: 19px;
  font-size: 16px;
  text-decoration: none;
  color: #555;
  display: inline-block;
  height: 16px;
  line-height: 14px;
  top: calc(50% - 8px);
  top: -moz-calc(42%);
  top: -webkit-calc(42%);
}
@media (max-width: 550px) {
  .reject-coupons,
  .reject-coupons:hover {
    right: 4px;
  }
}
/*Карусель для обложки*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*Карусель для обложки - конец*/
/*рекламный блок обложек*/
.covers-ad {
  margin-top: 40px;
  margin-bottom: 40px;
}
.covers-ad__el {
  position: relative;
  margin-bottom: 0px;
  border-top: 1px solid #ddd;
  padding: 20px 0px;
}
.covers-ad__el:first-child {
  border-top: none;
}
.covers-ad__el-pic {
  margin-bottom: 12px;
  text-align: center;
}
.covers-ad__el-pic a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.covers-ad__el-desc p {
  margin-bottom: 15px;
}
.covers-ad__el-desc-title {
  font-size: 16px;
  line-height: 22px;
}
.covers-ad__el-desc-price {
  margin-bottom: 20px;
  vertical-align: middle;
  font-size: 18px;
  color: #575757;
}
@media (min-width: 768px) {
  .covers-ad__el {
    padding: 20px;
    z-index: 0;
  }
  .covers-ad__el:hover {
    border-color: transparent;
  }
  .covers-ad__el:hover + .covers-ad__el {
    border-color: transparent;
  }
  .covers-ad__el:hover:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: -2;
    border-top: 1px solid #fff;
  }
  .covers-ad__el:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fcfcfc;
    z-index: -1;
  }
  .covers-ad__el-inner {
    overflow: hidden;
  }
  .covers-ad__el-pic {
    float: left;
    margin-bottom: 0px;
    text-align: left;
  }
  .covers-ad__el-pic img {
    width: 140px;
  }
  .covers-ad__el-desc {
    margin-left: 182px;
  }
}
/*рекламный блок обложек - конец*/
.alert__coupon-code {
  font-weight: bold;
  white-space: pre-wrap;
}
.alert__coupon-code::before {
  content: "«";
}
.alert__coupon-code::after {
  content: "»";
}

/* End */


/* Start:/js/wishlist/wishlist.css?17683104112603*/
.wishlist-alert {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #c7c7c6;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px #e2e1e1;
  box-shadow: 0 0 8px #e2e1e1;
  z-index: 996;
}
.wishlist-alert_error {
  background: #fdd9d7;
}
.wishlist-alert_error .alert-danger {
  margin-bottom: 0;
  border: none;
  background: none;
}
.wishlist-alert_success {
  display: none;
}
.wishlist-alert_success__body {
  position: relative;
  padding: 20px 0px;
}
@media (min-width: 1007px) {
  .wishlist-alert_success__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.wishlist-alert_success__text {
  margin-bottom: 20px;
  padding-right: 40px;
}
@media (min-width: 1007px) {
  .wishlist-alert_success__text {
    width: 60%;
    margin: 0;
    padding: 0;
  }
}
.wishlist-alert_success__text-remove {
  padding-right: 40px;
}
@media (min-width: 1007px) {
  .wishlist-alert_success__text-remove {
    width: 80%;
    padding: 0;
  }
}
.wishlist-alert_success .close {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
@media (min-width: 1007px) {
  .wishlist-alert_success .close {
    position: relative;
    right: auto;
    top: auto;
    margin-top: -3px;
  }
}
.events-section .btn-wishlist,
.table-basket .btn-wishlist,
.events-top .btn-wishlist {
  border: none;
  background: none;
  padding: 0px 0px 0px 0px;
  width: 30px;
  height: 30px;
  color: #de2861;
}
.events-section .btn-wishlist:hover,
.table-basket .btn-wishlist:hover,
.events-top .btn-wishlist:hover,
.events-section .btn-wishlist:focus,
.table-basket .btn-wishlist:focus,
.events-top .btn-wishlist:focus,
.events-section .btn-wishlist.focus,
.table-basket .btn-wishlist.focus,
.events-top .btn-wishlist.focus {
  color: #de2861;
}
.events-section .btn-wishlist:before,
.table-basket .btn-wishlist:before,
.events-top .btn-wishlist:before {
  font-family: FontAwesome;
  font-size: 1.5em;
  display: inline-block;
}
.events-section .btn-wishlist.active,
.table-basket .btn-wishlist.active,
.events-top .btn-wishlist.active,
.events-section .btn-wishlist:active,
.table-basket .btn-wishlist:active,
.events-top .btn-wishlist:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.events-section .btn-wishlist:before,
.table-basket .btn-wishlist:before,
.events-top .btn-wishlist:before {
  content: '';
}
.events-section .btn-wishlist.btn-wishlist-remove:before,
.table-basket .btn-wishlist.btn-wishlist-remove:before,
.events-top .btn-wishlist.btn-wishlist-remove:before {
  content: '';
}

/* End */
/* /local/templates/buy_event/components/bitrix/sale.basket.basket/events.basket/style.css?16649583799562 */
/* /js/wishlist/wishlist.css?17683104112603 */
