@font-face {
  font-family: "Druk Cyr";
  src: url("./fonts/DruckCyr/");
  src: local("Druk Cyr Medium"), local("DrukCyr-Medium"), url("./fonts/DruckCyr/?#iefix") format("embedded-opentype"), url("./fonts/DruckCyr/DrukCyr-Medium.woff2") format("woff2"), url("./fonts/DruckCyr/DrukCyr-Medium.woff") format("woff"), url("./fonts/DruckCyr/DrukCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.custom-backdrop.active {
  z-index: 200;
  opacity: 0.78;
}

.custom-right-modal {
  transform: translateX(100%);
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  width: 694px;
  height: 90vh;
  z-index: 201;
  background: #fff;
}
.custom-right-modal.open {
  transform: translateX(0%);
}
.custom-right-modal__close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 24px;
}
.custom-right-modal__content {
  padding: 52px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.custom-right-modal__top {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 20px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom-right-modal__top::-webkit-scrollbar {
  width: 4px;
}
.custom-right-modal__top::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-right-modal__top::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.custom-right-modal__top::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.custom-right-modal__title {
  color: #1E1E1E;
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 38px;
  text-transform: uppercase;
}
.custom-right-modal__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}
.custom-right-modal__price {
  color: #1E1E1E;
  font-family: "Druk Cyr";
  font-size: 92.514px;
  font-style: normal;
  font-weight: 500;
  line-height: 75%;
  text-transform: uppercase;
}
.custom-right-modal__price span {
  font-size: 30.838px;
}
.custom-right-modal__label {
  color: #72727C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.custom-right-modal__vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-right-modal .select2-container {
  width: 100% !important;
}
.custom-right-modal .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  color: #203837;
}
.custom-right-modal .personal__form__wrap {
  padding: 0;
  box-shadow: none;
}
.custom-right-modal .personal__form__wrap {
  padding-bottom: 43px;
}

.custom-container {
  max-width: 600px;
  margin: 0 auto;
}

body.custom-right-modal-opened {
  overflow: hidden;
}

.custom-calendar {
  margin-bottom: 40px;
}
.custom-calendar__month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.custom-calendar__monthName {
  font-family: "Druk Cyr";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}
.custom-calendar__btn {
  cursor: pointer;
  font-size: 24px;
}
.custom-calendar__top {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.custom-calendar__select {
  display: none;
}
.custom-calendar__topItem {
  text-align: center;
  color: #3E414A;
  font-family: "Druk Cyr";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  opacity: 0.5;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-calendar__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.custom-calendar__bodyItem {
  color: #3E414A;
  font-family: "Druk Cyr";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-calendar__bodyItem.disabled {
  opacity: 0.2;
}
.custom-calendar__bodyItem.red {
  background: #E33046;
  color: #fff;
}
.custom-calendar__bodyItem.green {
  background: #1B614C;
  color: #fff;
}

.pf__vertical {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) and (min-width: 0px) {
  .custom-right-modal {
    width: 100%;
    padding: 20px;
    background: #102120;
  }
  .custom-right-modal__content {
    background: #fff;
    padding: 30px 20px;
  }
  .custom-right-modal__close {
    top: 30px;
  }
  .custom-right-modal__bottom {
    display: block;
    text-align: center;
  }
  .custom-right-modal__price {
    margin-bottom: 20px;
  }
  .custom-right-modal__title {
    text-align: center;
  }
  .custom-calendar__top {
    display: none;
  }
  .custom-calendar__body {
    grid-template-columns: repeat(4, 1fr);
  }
  .custom-calendar__select {
    display: block;
  }
}/*# sourceMappingURL=custom.css.map */


/*CUSTOM*/

.custom-right-modal__content>div {
  height: 100%;
}

form#academy_order {
  height: 100%;
}

.custom-calendar__bodyItem {
  margin-bottom: 8px;
}

.custom-right-modal__top{
  height: 85%;
}

#academy_order .chosen-container .chosen-drop {
  box-shadow: 10px 10px 10px -10px rgba(32,56,55,.3);
  margin-top: 0px;
  border: 1px solid #a9a9b5;
  border-top: none;
}

.custom-right-modal-opened main.page-content {
  z-index: auto;
}




span.dday {
  display: none;
}

@media (max-width: 768px) and (min-width: 0px){
  span.dday {
    display: inline;
    margin-right: 5px;
  }

  .custom-calendar__body {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-right-modal__bottom {
    padding-top: 10px;
    display: flex;
  }

  .custom-right-modal__price{
    font-size: 64px;
    margin-bottom: 10px;
  }
}
@media (max-width: 475px) and (min-width: 0px){
  span.dday {
    display: inline;
    margin-right: 5px;
  }

  .custom-calendar__body {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-right-modal__bottom {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .custom-right-modal__price{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .custom-right-modal__label{
    font-size: 15px;
    padding-top: 10px;
  }
  #sendForm{
    font-size: 13px;
    /* padding: 9px; */
  }
  .personal__form__wrap{
    padding-bottom: 10px !important;;
  }
  .personal__form__row{
    margin-bottom: 10px;
  }
}

#modal-academy-pay .custom-right-modal__content {overflow: auto;}
#modal-academy-pay  .custom-right-modal__content>div {
  display: flex;
}


