.theme {
  /*Primary*/
  --Primary-170: #CB651A;
  --Primary-150: #E18700;
  --Primary-100: #FEC700;
  --Primary-90: #FCD100;
  --Primary-60: #FFDB3D;
  --Primary-20: #FFE16B;
  --Primary-10: #FFEAA2;
  --Primary-5: #F7F0E4;

  /*Gray*/
  --Grey-100: #101217;
  --Grey-90: #282828;
  --Grey-80: #353535;
  --Grey-70: #535252;
  --Grey-60: #757474;
  --Grey-50: #979595;
  --Grey-40: #D4D1D1;
  --Grey-30: #E9E4E7;
  --Grey-20: #F4F0F0;
  --Grey-10: #FAF5F5;

  --Grey-A10: rgba(40, 39, 42, 0.1);
  --Grey-A20: rgba(40, 39, 42, 0.2);
  --Grey-A40: rgba(40, 39, 42, 0.4);
  --Grey-A60: rgba(20, 23, 24, 0.6);
  --Grey-A70: rgba(20, 23, 24, 0.7);

  /*White*/
  --White-100: #FFFFFF;
  --White-A90: rgba(255, 255, 255, 0.9);
  --White-A80: rgba(255, 255, 255, 0.8);
  --White-A70: rgba(255, 255, 255, 0.7);
  --White-A60: rgba(255, 255, 255, 0.6);
  --White-A50: rgba(255, 255, 255, 0.5);
  --White-A40: rgba(255, 255, 255, 0.4);
  --White-A30: rgba(255, 255, 255, 0.3);
  --White-A20: rgba(255, 255, 255, 0.2);
  --White-A10: rgba(255, 255, 255, 0.1);

  /*Black*/
  --Black-100: #000000;
  --Black-A30: rgba(0, 0, 0, 0.3);

  /*Status*/
  --Success-100: #43B173;
  --Success-10: #E4FFF0;

  /*Warning*/
  --Warning-100: #FF9F5A;
  --Warning-10: #FFF3DD;

  /*Error*/
  --Error-100: #F16565;
  --Error-10: #FFE5E5;

  --scrollbar-thumb-color: var(--Grey-50);
  --scrollbar-track-color: var(--Grey-20);

  --skeleton-first-color: var(--Grey-30);
  --skeleton-second-color: var(--Primary-5);

  --timeBlock-100: var(--Primary-100);
  --timeBlock-90: var(--Primary-90);
  --timeBlock-60: var(--Primary-60);

  --global-bg-color: var(--White-100);
  --global-light-bg-color: var(--White-100);
  --global-content-bg-color: var(--Grey-20);
  --global-content-border-color: var(--Grey-30);
  --input-grey-color: var(--Grey-80);

  --global-text-color: var(--Grey-100);
  --global-text-revert-color: var(--White-100);
  --global-light-color: var(--Grey-80);
  --global-light-transparent-color: var(--Grey-60);
  --global-light-transparent-color-2: var(--Grey-60);
  --global-light-50-transparent-color: var(--Grey-A20);
  --global-secondary-text-color: var(--White-100);

  /*Components*/

  /*Button*/

  --button-text-color: var(--Grey-100);

  --button-primary-disabled: var(--Grey-A20);
  --button-primary-color-disabled: var(--Grey-60);
  --button-primary-loaded: var(--Primary-10);

  --button-secondary-color: var(--Grey-100);
  --button-secondary-color-hover: var(--Grey-60);
  --button-secondary-color-disabled: var(--Grey-40);

  --button-disabled-color: var(--White-A60);

  /*RadioButton*/

  --radiobutton-text-color: var(--Grey-100);

  --radiobutton-circle-bg-color: var(--White-100);
  --radiobutton-circle-border-color: var(--Primary-60);
  --radiobutton-innerCircle-bg-color: var(--Grey-90);
  
  --radiobutton-checked-bg-color: var(--Primary-60);
  --radiobutton-checked-border-color: var(--Primary-60);

  /*SwitchButton*/

  --switchbutton-circle-bg-color: var(--White-100);
  --switchbutton-slider-bg-color: var(--Grey-50);
  --switchbutton-checked-bg-color: var(--Primary-60);
  --switchbutton-inactive-label-color: var(--Grey-50);
  --switchbutton-active-label-color: var(--Grey-100);
  
  /*Checkbox*/
  --checkbox-bg-color: var(--White-100);
  --checkbox-box-color: var(--White-100);
  --checkbox-border-color: var(--Primary-100);
  --checkbox-checkmark-color: var(--Grey-70);
  --checkbox-input-bg-color: var(--White-100);
  --checkbox-input-border-color: var(--Primary-100);
  
  /*Link*/

  --link-color-visited: var(--global-text-color);
  --link-color-disabled: var(--Grey-40);

  /*Floating input*/

  --floating-input-text-color: var(--Grey-100);
  --floating-input-text-color-disabled: var(--Grey-40);
  --floating-input-bg-color: var(--Grey-10);
  --floating-input-bg-color-select: var(--Grey-30);
  --floating-input-border-color: var(--Grey-40);
  --floating-input-border-color-focus: var(--Primary-60);
  --floating-input-border-color-disabled: var(--Grey-20);
  --floating-input-placeholder: var(--Grey-60);

  /*Popup*/

  --popup-bg-color: var(--Grey-A40);

  /*Header*/

  --light-bg-color: var(--Grey-30);
  --light-bg-color-2: var(--Primary-20);

  --menu-hover-color: var(--Primary-10);
  --menu-active-color: var(--Primary-20);

  --dropdown-bg-color: var(--White-100);
  --dropdown-bg-color-2: var(--Grey-30);

  --search-bg-color: var(--Grey-10);
  --search-progress-color: var(--global-text-color);
  
  --header-border-color: var(--Grey-30);
  --header-mobile-border-color: var(--Grey-20);
  --header-mobile-hover-color: var(--Grey-20);
  --mobile-svg-color: var(--Grey-50);

  --loginReq-bg-color: var(--Grey-20);

  --header-mobile-link-bg-color: var(--Grey-20);
  --header-mobile-menu-icon-color: var(--Grey-A60);

  /*Footer*/

  --footer-bg-color: var(--Grey-20);

  /*Main slider*/

  --background-bullet-color: var(--Grey-A10);
  --background-bullet-progress-color: var(--Grey-A40);

  /*Calendar*/

  --calendar-bg-color: var(--White-100);
  --calendar-tile-active-text-color: var(--Grey-100);
  --calendar-tile-active-bg-color: var(--Primary-20);
  --calendar-tile-now-bg-color: var(--Grey-A20);
  --calendar-tile-hover-bg-color: var(--Primary-5);
  --calendar-view-days-text-color: var(--Primary-150);
  
  /*Schedule*/

  --button-gradient-color: var(--White-100);
  --schedule-bg-color: var(--Grey-30);
  --schedule-bg-color-hover: var(--Grey-40);
  --schedule-notFormed-bg-color: var(--Grey-20);
  --schedule-chosen-bg-color: var(--Grey-90);

  --schedule-swiper-scrollbar-color: var(--Grey-20);
  --schedule-swiper-scrollbar-drag-color: var(--Grey-50);

  /*Seanses*/

  --seanse-bg-color-hover: var(--Grey-20);
  --agerating-bg-color: var(--Grey-20);
  --badge-bg-color: var(--White-A40);

  /*Soon block*/

  --soon-bg-color: var(--Grey-10);
  --soon-bg-color-hover: var(--Grey-20);
  --soon-bg-color-last: var(--Grey-10);

  /*Social link*/

  --social-link-bg-color: var(--Grey-90);

  /*Buying popup*/

  --chosen-seanse-bg-color: var(--Grey-90);
  --chosen-seanse-text-color: var(--White-100);
  --buying-calendar-bg-color: transparent;
  --hall-bg-color: var(--Grey-10);
  --resize-bg-color: var(--Grey-A20);
  --resize-bg-color-hover: var(--Grey-A40);
  --resize-text-color: var(--Grey-60);
  --minimap-bg-color: var(--Grey-40);
  --hall-loader-color: var(--Grey-10);
  --chosen-place-bg-color: var(--Grey-10);
  --paysystem-bg-color: var(--Grey-10);
  --paysystem-border-color: var(--Grey-30);
  --place-bg-color: var(--Primary-10);
  --place-text-color: var(--Grey-A70);

  /*Filmbase*/

  --filmbase-info-bg-color: var(--Grey-10);
  --filmbase-info-bg-color-2: rgba(231, 231, 231, 0.1);
  
  --filmbase-description-header-color: var(--Grey-70);

  --filmbase-sessions-date-color: var(--Grey-80);

  --tagwrapper-bg-color: var(--Grey-30);
  --tag-label-color: var(--Grey-80);
  --tag-content-color: var(--Grey-100);

  /*Comments*/
  --support-form-bg-color: var(--Grey-10);

  --comment-bg-color: var(--Grey-10);

  --comment-header-text-color: var(--Grey-80);
  --comment-author-text-color: var(--Grey-80);

  --comment-author-font-weight: 600;

  --comment-svg-hover-color: var(--Grey-30);

  /*Toast*/

  --toast-bg-color: var(--Grey-10);
  --toast-border-color: var(--Grey-10);

  /*Affiche*/
  --affiche-month-bg-color: var(--Grey-30);
  --affiche-month-bg-color-hover: var(--Grey-40);
  --affiche-month-bg-color-chosen: var(--Grey-100);
  --affiche-posterwrapper-ended-bg-color: var(--Grey-70);

  /*Profile*/

  --profile-navigation-element: var(--Grey-10);
  --profile-navigation-element-hover: var(--Grey-30);
  --profile-navigation-element-current: var(--Grey-30);
  --profile-user-email-disabled: var(--Grey-40);

  /*Purchases*/

  --purchases-tickets-bg-color: var(--White-100);
  --purchases-code-text-color: var(--White-100);
  --purchases-code-bg-color: var(--Primary-90);
  --purchases-container-wait: var(--Grey-30);

  /*Help*/
  --accordion-border-color: var(--Grey-30);
  --accordion-header-text-color: var(--Grey-50);

  --subject-bg-color: var(--Grey-10);
  --subject-bg-color-hover: var(--Grey-30);

  /*Kinoblog*/
  --kinoblog-avatar-bg-color: var(--White-100);

  /*Faq*/
  --mobile-supportForm-bg-color: var(--Grey-10);
  --mobile-supportForm-text-color: var(--Grey-90);

  --404-text-color: var(--Grey-100);

  /*Admin comments*/
  --moderation-text-color: #E18700;
  --admin-buttons-text-color: var(--Grey-100);

  /* Place colors*/
  --place-back-color: #FEC700;
  --place-arm-color: #303030;
}
*, *::before, *::after {
  color: var(--Grey-100);
}
.plyr *, *::before, *::after {
  color: var(--White-100);
}
.plyr svg {
  color: var(--White-100) !important;
  fill: var(--White-100) !important;
}
.mobileLogoSizesHeader {
  @media screen and (max-width: 767px) {
    margin-left: -12px;
    height: 40px;
  }
}
.toastAddStyle {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.popupAddStyle {
  backdrop-filter: blur(5px);
}
.headerAddStyle .dropdown-menu {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.refundAddStyle:hover,
.firstLevelMenu:hover {
  background-color: var(--Grey-30) !important;
}
.refundAddStyle:active,
.firstLevelMenu:active {
  background-color: var(--Grey-40) !important;
}
.buyTicketBlockSwiper .swiper-slide a {
  background-color: var(--Grey-30);
}
.buyTicketBlockSwiper .swiper-slide a:hover {
  background-color: var(--Grey-40);
}
.buyTicketBlockSwiper .swiper-slide a:active {
  background-color: var(--Grey-A70);
}
.buyingCalendarAddStyle {
  border: 1px solid var(--Grey-A20);
  @media screen and (max-width: 767px) {
    border: 0;
  }
}
.timeBorderAddStyle {
  border: 0 !important;
  padding: 5px 4px !important;
}
.buyTicketBlockSwiper .badgeBlockAddStyle span {
  color: var(--Grey-60) !important;
  font-weight: 600;
  background-color: var(--Grey-A10) !important;
}
.timeBorderAddStyle * {
  color: var(--Grey-100);
}
.buyTicketBlockSwiper .chosenBlockAddStyle span,
.buyTicketBlockSwiper .chosenBlockAddStyle div,
.buyTicketBlockSwiper .chosenBlockAddStyle .badgeBlockAddStyle span {
  color: var(--White-100) !important;
}
.buyTicketBlockSwiper .timeBorderAddStyle a:active .badgeBlockAddStyle span {
  background-color: #8c8d8d !important;
}
.buyTicketBlockSwiper .chosenBlockAddStyle .badgeBlockAddStyle span {
  background-color: #686769 !important;
}
.buyTicketBlockSwiper .timeBorderAddStyle a:active * {
  color: var(--White-100) !important;
}
.placePricesAddStyle {
  background: var(--Grey-10) !important;
}
.posterAddStyle .active {
  color: var(--Primary-150) !important;
}
.memorandumAddStyle,
.posterAddStyle span {
  color: var(--Grey-100) !important;
  font-weight: 600;
}
.pageContent_Index .infoBlockAddStyle a:hover,
.pageContent_Index .infoBlockAddStyle a,
.notFoundPageAddStyle a,
.posterAddStyle .soon {
  color: var(--Grey-100) !important;
}
.timeBlockAddStyle * {
  color: var(--Grey-100);
  align-items: center;
}
.timeBlockAddStyle .badgeBlockAddStyle span {
  font-weight: 600;
  color: var(--Grey-A60) !important;
  padding: 4px;
}
.popupAddStyle div:first-child > a:active,
.popupAddStyle form > a:active,
.pageContent a:active,
.swiper-slide div a:active,
.footerAddStyle a:active {
  color: var(--Primary-170);
}
.popupAddStyle div:first-child > a:hover,
.popupAddStyle form > a:hover,
.pageContent a:hover,
.swiper-slide div a:hover,
.footerAddStyle a:hover {
  color: var(--Primary-150);
}
.respondCommentAddStyle:active,
.helpAddStyle a:active,
.infoBlockAddStyle a:active,
.sessionAddStyle a:active,
.footerAddStyle p a:active {
  color: var(--Primary-170) !important;
}
.respondCommentAddStyle:hover,
.helpAddStyle a:hover,
.infoBlockAddStyle a:hover,
.sessionAddStyle a:hover,
.footerAddStyle p a:hover {
  color: var(--Primary-150) !important;
}
a:active svg > path {
  stroke: var(--Primary-170) !important;
}
a:hover svg > path {
  stroke: var(--Primary-150) !important;
}
.pageContent_Index .infoBlockAddStyle {
  background: var(--Grey-10);
}
.refundAddStyle img,
.refundAddStyle a,
.userBlockAddStyle {
  display: none !important;
}
@media screen and (max-width: 767px) {
  a[href="/return_ticket/"],
  nav > div:first-child {
    display: none !important;
  }
}