/* styles for updating Bootstrap */
.detail-box__item span.violet-link-nd {
  display: inline-block;
}
.btn-action-nd {
  cursor: pointer;
}
.form-box__input.ui-autocomplete-input:focus::placeholder {
  color: #cdcdcd;
}
#modal_reg_ent_info .m-regent__info {
  margin: 0 auto;
}
.services-sm__box:last-child {
  margin-right: 0;
}
.s-link-wrap {
  display: flex;
  box-sizing: content-box;
}
.cabinet-mob .account-menu__item[data-toggle] {
  display: block;
}
.cabinet-mob .account-menu__item[data-toggle]:not(.collapsed) {
  color: #ff5858;
}
.login-box .account-menu__item {
  display: block;
}
.cabinet-mob .account-menu__item[data-toggle]:hover {
  opacity: 0.7;
}
.popover {
  display: block;
}
.promo-box-btn .popover {
  margin-right: 0;
  margin-left: 0;
}
.section-list-wrap .list-menu {
  position: relative;
}
.swiper,
.swiper-container {
  position: relative;
}
.calendarNd .swiper-button-next, 
.calendarNd .swiper-button-prev {
  z-index: 1;
}
/* MENU */
.menu-internal-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 12px);
}
.menu-internal-wrap .menu-internal__item {
  margin: 0 8px 8px 0;
}
/* OLYMP MENU */
.menu-internal-olym .menu-internal-wrap {
  justify-content: center;
}
.menu-internal-olym .menu-internal__cnt {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
/* OLYMP SLIDER */
.olym-fav-slide {
  min-width: 288px;
}
.olym-list-slide {
  margin: 0;
  flex: 0 0 301px;
}
/* ANIMATION */
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* CUSTOM SELECT */
.custom-select select {
  display: none;
  appearance: none;
}
.custom-select::before {
  content: "";
  background: url(/images/arrdown.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.custom-select_label {
  position: relative;
  margin: 0;
  padding: 12px 35px 12px 16px;
  border-radius: 8px;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  color: rgb(153, 153, 153);
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.custom-select.open .custom-select_label {
  border-color: #4e3dd1;
}
.form-group.error .custom-select_label {
  border-color: #f1452e;
}
.full .custom-select_label {
  padding-top: 20px;
  padding-bottom: 4px;
  color: #333;
}
.custom-select_list {
  width: 100%;
  margin-top: 8px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(114, 114, 114, 0.3);
          box-shadow: 0 3px 16px 0 rgba(114, 114, 114, 0.3);
  border: none;
  border-radius: 8px;
}
.custom-select_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.custom-select_list li {
  padding: 12px 16px;
  cursor: pointer;
  color: #333;
}
.custom-select_list li.active,
.custom-select_list li:hover {
  background: #4e3dd1;
  color: #fff;
}
.animate__slide {
 overflow: hidden;
 transition: max-height 0.5s ease-out;
}
.setting-items__item a {
  color: inherit;
  display: block;
}
@media screen and (max-width: 1209px) {
  .calendar-nd_mob {
    margin: 0 auto 32px;
    padding: 0;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
    max-height: 124px;
    display: flex;
  }
  .calendar-nd_mob + .violet-link-nd {
    display: block;
    text-align: center;
  }
  .calendar-nd_mob + .btn-nd {
    margin: 0 auto;
  }
  .menu-internal-wrap {
    width: 100%;
  }
  .score-box-wrap {
    margin: 0 0 8px 0;
  }
  .menu-internal-olym .menu-internal-wrap {
    justify-content: flex-start;
  }
  .menu-internal-olym .menu-internal-wrap {
      margin: 32px auto;
      padding: 0 16px;
  }
  .cabinet-mob .account-menu__item[data-toggle] {
    padding: 12px 0;
  }
  .ddown-choice .dropdown-menu {
    width: 320px;
  }
  .m-content-choice {
    max-width: 320px;
  }
  .m-body-choice {
    padding: 32px 0 0 16px;
  }
  .m-choice__h,
  .m-choice-container,
  .m-choice-search {
    padding-right: 16px;
  }
  .btn-ddown-extra.open .btn-ddown__menu {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .promo-box__inner {
    position: relative;
  }
}
@media (max-width: 768px) {
  .olym-plan {
    white-space: normal;
  }
}
@media(max-width:500px) {
  .custom-select select {
    display: block;
  }
  .custom-select .custom-select_trigger,
  .custom-select .custom-select_list {
    display: none;
  }
}

@media screen and (max-width: 355px) {
  /*-----------------------------------------VUZ CARD--------------------------------*/
  .calendar-nd__date {
    margin: 0 10px 0 0;
  }
  /*------------------------------------OLYMP------------------------------------*/
  .olym-fav-slide {
    max-width: 290px;
  }
  .list-mb.list-mb_sm {
    max-width: 290px;
  }
}
@media screen and (max-width: 340px) {
  /*-----------------------------LANDING - TRAECT-----------------------------------------*/
  .tr-tab__item {
    padding: 6px 14px;
  }
}
