body {
  min-height: 100vh;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
}

body.sub_menu_open .b_header::before {
  background-color: rgba(26, 34, 44, .55);
}

.cancellation_button{
  font-size: 16px;
  font-weight: bold;
  background-color: #EECC57;
  color: var(--yours-blue);
  padding: 2px 10px;
  border: 1px solid var(--yours-blue-dark);
}

.temp_hide{
  display:none;
}



@media (max-width: 1200px) and (min-width: 1091px) {
  .b_footer .footer_nav ul li + li {
    margin: 0 32px 0 0;
  }

  .b_footer .footer_nav ul li + li::before {
    margin: 0 0 0 18px;
  }
}

fieldset {
  margin-top: 18px;
}

.short fieldset {
  margin-top: 25px;
}

.form_control {
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.b_modal .form_control {
  text-align: right;
}

.modal_standard textarea.form_control {
  min-height: 100px;
}

.form_control_error ._label_top{
  color: #f00 !important;
}

.form_control_success ._label_top{
  color: #0f0 !important;
}

.form_control_error .form_control{
  border-color: #f00 !important;
}

.form_control_success .form_control{
  border-color: #0f0 !important;
}

#order-detail .error-block p {
  font-size: 2.5rem;
  text-align: center;
}

.form-control-error-text {
  position: absolute;
  bottom: -22px;
  right: 0;
  color: #f00;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: opacity .35s ease-in-out, transform .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out, transform .35s ease-in-out;
  transition: opacity .35s ease-in-out, transform .35s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.form_control_error + .form-control-error-text, .form_control_error > .form-control-error-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.form_control_error > .form-control-error-text {
  position: initial;
  opacity: 1;
}

#user_id-error-message {
  position: initial;
}

.form_control ~ ._label_top {
  top: -8px;
  right: 0;
  font-size: 16px !important;
  color: var(--yours-blue-dark);
  font-weight: 600;
  margin: 0;
  transition: .15s ease-out all;
}

.form_control:focus {
  background-color: #fbfbfb;
}

.form-control__select {
  margin-top: 18px !important;
  position: relative;
}

.form-control__select:before {
  content: attr(data-label);
  position: absolute;
  top: -19px;
  font-size: 16px;
  color: var(--yours-blue-dark);
  font-weight: bold;
  margin: 0;
}

.form_control_hint_error {
  color: #f00;
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

textarea.form_control + .form_control_hint_error {
  bottom: -13px;
}

.has_error .form_control_hint_error {
  opacity: 1;
}

.has_error .form_control {
  border-bottom-color: #f00;
}

.date_birth__label {
  font-size: 16px;
  font-weight: bold;
  color: var(--yours-blue-dark);
  margin-bottom: 0 !important;
}

.text_hidden {
  opacity: 0;
}


input[readonly] {
  color: #293a91;
  cursor: default;
  pointer-events: none;
  border: 2px solid #293a91;
}

.opening-message {
  margin-left: 3rem;
  color: #293a91;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .opening-message {
    display: none;
  }
}

.modal_standard#contact2, .modal_standard#refresh_alert , .modal_standard#alert_limit {transform: translateY(0) perspective(600px) rotateX(0);}

.modal_standard#alert_limit .success_wrapper,
.modal_standard#refresh_alert .success_wrapper {
  padding: 80px 15px 0;
}

#refresh_alert .success_wrapper {
  width: 100%;
  text-align: center;
}
#refresh_alert p#alert_limit_message {
  margin: 5%;
  font-size: 25px;
}

#refresh_alert.modal_standard .modal_bottom {
  min-height: 200px;
  padding: 35px 20% 30px 20%;
  text-align: center;
}

.label_checkbox [type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.label_checkbox [type="radio"]:checked + span::before {
  opacity: 1;
  visibility: visible;
}

.label_checkbox [type="checkbox"][disabled],
.label_checkbox.label_checkbox_credit {
  pointer-events: none;
}

.label_checkbox.label_checkbox_credit span:after {
  display: none;
}

.form_hint {
  display: block;
  text-align: right;
  padding-top: 5px;
  font-size: 13px;
}

.banner_item .mobile_banner {
  display: none;
}

.banner_item .desktop_banner {
  display: block;
}

@media (max-width: 767px) {
  .banner_item .mobile_banner {
    display: block;
    width: 100%;
  }

  .banner_item .desktop_banner {
    display: none;
  }
}

.pic-holder {
  width:90%;
  margin:auto;
  direction:ltr;
}

.wrapper {
  padding: 0;
}

#dragWrapper {
  margin: 5px;
  height: 80vh;
  background: whitesmoke;
  position: relative;
  overflow: hidden;
}

#drag {
  touch-action: auto;
  will-change: transform;
  min-height: 100%;
}

div.tooltip {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 80px;
  padding: 6px;
  font: 13px sans-serif;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  pointer-events: none;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
  margin-top: -12px;
  margin-left: -40px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.tooltip__body {
  direction: rtl;
  text-align: right;
}

@media (min-width: 768px) {
  .tooltip__body .btn_book {
    display: none;
  }
}

.seat {
  opacity: 0.6;
  pointer-events: none;
  outline: none !important;
}

.seat:hover {
  opacity: 1;
}

.seat_loading {
  pointer-events: none;
  animation: seat_loading 2s linear infinite;
}

#seatsModal {
  top: 25%;
}

.seat-items,
.tabel_wrap {
  position: relative;
}

.seat-items_loading,
.tabel_wrap_loading {
  pointer-events: none;
  overflow: hidden;
}

.seat-items:after,
.tabel_wrap_loading:after {
  pointer-events: none;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0,0,0,0);
  border-right-color: rgba(0,0,0,.2);
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -50px;
  opacity: 0;
  transform: translateX(20px);
  -webkit-transition: opacity .25s ease-in-out, opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out, opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out, opacity .25s ease-in-out;
}

.seat-items_loading:after,
.tabel_wrap_loading:after {
  transform: translateX(0);
  opacity: 1;
  animation: rotate 1s linear infinite;
}
.tabel_wrap > table,
.seat-items .wrapper {
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.tabel_wrap_loading > table,
.seat-items.seat-items .wrapper .wrapper {
  opacity: .3;
}

@keyframes rotate {
  0%  { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

@keyframes blind {
  0%  { opacity: 1; }
  100% { opacity: .4; }
}

@keyframes seat_loading {
  0%  { opacity: 1; }
  25% { opacity: .2; }
  50% { opacity: .7; }
  75% { opacity: .2; }
  100% { opacity: 1; }
}



.btn_xl {
  display: block;
  padding: 12px 25px 14px;
  margin: 25px auto 0;
}

.btn_loading {
  pointer-events: none;
  opacity: .3;
  position: relative;
  overflow: hidden;
}

.btn_loading:before {
  content: '';
  position: absolute;
  top: -1px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 60%;
  left: 0;
  transform: translateX(-220%);
  animation: block_loading 1.6s linear infinite;
}

.btn_book {
  font-size: 13px;
  padding: 4px 6px;
}

@keyframes block_loading {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(333%)
  }
}

.zoom-group {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 378px) {
  .zoom-group {
    right: 8px;
  }
}

.zoom-group__btn {
  background-color: #152564;
  border: 0;
  cursor: pointer;
  padding: 6px 2px;
  width: 50px;
  transition: background-color .15s ease-in-out;
}

.zoom-group__btn.active .zoom-group__icon{
  animation: blind 1s linear infinite;
}

.zoom-group__btn:hover:active {
  background-color: #152564;
}

.zoom-group__btn:first-child {
  border-radius: 10px 10px 0 0!important;
  border-bottom: 1px solid #fff!important;
}

.zoom-group__btn:last-child {
  border-top: 1px solid #fff!important;
  border-radius: 0 0 10px 10px!important;
}

#map_minus {
  border-top: 1px solid #fff!important;
  border-radius: 0 0 10px 10px!important;
}
/*
.zoom-group__icon {
    display: inline-block;
    fill: #929292;
    width: 14px;
    height: 14px;
}
*/

.zoom-group__icon {
    display: inline-block;
    fill: #fff;
    width: 40px;
    height: 40px;
}


@media (max-width: 420px) {
  .zoom-group__btn {
    width: 30px;
  }

.zoom-group__icon {
    width: 25px;
    height: 25px;
} 
.zoom-group .zoom-group-text {
    display: none!important;
}  
}



.seat_active {
  cursor: pointer;
  pointer-events: all;
}

.spinner {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .75);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.spinner p {
  position: relative;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  font-size: 3rem;
  color: #293A91;
}

.spinner:after {
  content: '';
  display: block;
  width: 122px;
  height: 120px;
  border-radius: 60px;
  border: 5px solid rgba(0,0,0,0);
  border-right-color: #138DC7;
  transform: translateX(0);
  opacity: 1;
  animation: rotate 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -60px;
}

.loading_soft .spinner {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 991px) {
  .b_header .bottom_nav {
      position: relative;
      padding: 0;
      z-index: 2;
      display: none;
      height: calc(100vh - 48px);
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background: #ffffff;
      width: 90%;
  }

  .b_header .bottom_nav:before {
    content: '';
    display: block;
    position: fixed;
    z-index: 10;
    top: 48px;
    bottom: 0;
    right: 0;
    width: 4px;
  }

  .b_header .bottom_nav:after {
    content: '';
    position: fixed;
    top: 48px;
    right: 0;
    display: block;
    height: 20px;
    pointer-events: none;
    width: 44vw;
  }

  .b_header .bottom_nav .item_link {
      width: 80%;
      margin: 0 auto;
      padding: 0;
      -webkit-transition: background-color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out;
      transition: background-color .25s ease-in-out;
  }

  .b_header .bottom_nav .item_link.item_link_active {
    background-color: #ffffff;
  }

  .b_header .link_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    padding: 12px 10px 12px 35px;
  }

  .b_header .bottom_nav .item_icon {
    display: none;
  }

  .b_header .bottom_nav .item_icon svg {
    display: none;
  }

  .b_header .bottom_nav .title {
    padding: 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--yours-dark-grey);
    font-size: 22px;
    font-weight: 600;
  }

  .b_header .bottom_nav .mobile-category:after {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    border-bottom: 4px solid #EECC57;
  }

  .b_header .bottom_nav .item_link + .item_link {
      border-top: 1px solid #F7F7F7;
  }

  .b_header .list_wrap {
    border-top: 0;
    margin: 0;
    background-color: #ffffff;
  }

  .b_header .list_wrap ul {
    padding: 0;
    min-height: 600px;
  }

  .b_header .list_wrap li {
    padding-right: 20px;
    padding-left: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
  }

  .b_header .list_wrap a {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
    font-size: 22px;
    padding: 2px 0;
  }

  .b_header .main-menu-mobile.bottom_nav {
    background-color: #ffffff;
    height: auto;
    width: 90%;
  }
}

@media (max-width: 767px) {

  .b_main_banner .banner_container.slick-slider {
    display: block;
  }
}

@media (max-width: 500px) {
  .b_header .bottom_nav .item_link,
  .b_header .bottom_nav:after {
    width: 85%;
    padding-right: 2rem;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .b_header .bottom_nav:before,
  .b_header .bottom_nav:after {
    top: 87px;
  }
}

.b_simple_banner .b-load[data-position=''] {
  margin-top: -60px;
  margin-bottom: -60px;
}

@media (max-width: 1279px) {
  .b_simple_banner .b-load[data-position=''] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

.tabel_wrap__description {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-top: 28px;
  margin-bottom: -28px;
  padding-left: 4px;
}

@media (max-width: 991px) {
  .tabel_wrap__description {
    text-align: center;
  }
}

@media (max-width: 1329px) {
  .b_header .header_top {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.concert-cbox_active:checked + span:before {
    opacity: 1;
    visibility: visible;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' hei…oke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
    right: -7px;
    top: -1px;
}

.concert-cbox_active:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.concert-cbox_active + span:before,
.concert-cbox_active + span:after {
  opacity: .2;
  visibility: visible;
}

.btn_float {
  position: absolute;
  right: -11px;
  top: -8px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  font-size: 16px;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity .2s ease-in-out, transfrom .25s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transfrom .25s ease-in-out;
  transition: opacity .2s ease-in-out, transfrom .25s ease-in-out;
}

@media (max-width: 1199px) {
  .btn_float {
    right: auto;
    left: -11px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .btn_float.btn_float_init {
    -webkit-transform: translate(-100%, 10px);
    -ms-transform: translate(-100%, 10px);
    -o-transform: translate(-100%, 10px);
    transform: translate(-100%, 10px);
  }
}

.btn_float.btn_float_init {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(100%, 10px);
  -ms-transform: translate(100%, 10px);
  -o-transform: translate(100%, 10px);
  transform: translate(100%, 10px);
}

.modal_control .part_form .content p a.form-link-description {
  color: #838383;
}

.b_page_category .category_filter .filter_title {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .b_page_category .category_filter .filter_title {
    padding: 2px 0;
  }
}

.order_summ {
  font-size: 20px;
  font-weight: 700;
  color: #5d79ce;
}

@media (min-width: 1365px) {
  .b_search_results .b_cards_wrapper .card_item {
    margin: 0 14px 20px;
  }
}

@media (max-width: 1267px) {
  .b_search_results .b_cards_wrapper .card_item {
    margin: 0 14px 20px;
  }
}

@media (max-width: 767px) {
  .b_search_results .b_cards_wrapper .card_item {
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 530px) {
  .b_search_results .b_cards_wrapper .card_item {
    margin: 0 auto 20px;
    width: calc(50% - 7px);
    max-width: none;
  }
}


.b_cards_wrapper .scroll-box {
  margin: 0;
  padding: 15px 15px 0;
  display: block;
}

@media (min-width: 1330px) {
  .b_cards_wrapper .scroll-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.b_cards_wrapper .scroll-box .card_item {
  margin-bottom: 20px;
  flex-shrink: 0;
  margin-left: 30px;
  height: 278px;
}

@media (min-width: 1540px) {
  .b_cards_wrapper .scroll-box .card_item {
    margin-left: 2rem;
  }
}

@media (max-width: 1539px) {
  .b_cards_wrapper .scroll-box .card_item {
    margin-left: 22px;
    width: 200px;
    height: 320px;
  }
}

@media (max-width: 1329px) {
  .b_cards_wrapper .scroll-box .card_item {
    margin-left: 15px;
    width: 210px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
}

.b_cards_wrapper .scroll-box .card_item:last-of-type {
  margin-left: 0;
}

.details_wrapper .label_title {
  margin-top: 26px;
  margin-bottom: 7px;
  font-weight: 700;
}

.details_wrapper .label_title.label_title_interest {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 23px;
}

.details_wrapper .label_title.label_title_interest_error {
  color: #f00;
}

.details_wrapper .label_description {
  font-weight: 600;
  color: #838383;
  margin-bottom: 10px;
}

.label_checkbox_error {
  color: #f00;
}

#accesability_container:empty {
  display: none;
}

#accesability_container {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media (max-width: 1090px) {
  .btn_accessibility {
    width: 40px !important;
  }

  .btn_accessibility .accessibility_component {
    display: none;
  }

  ..b_header .search_wrap .form_control {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .btn_accessibility {
    width: 34px !important;
  }

  .b_cards_wrapper .scroll-box .card_item {
    margin-left: .2rem;
    max-width: 190px;
  }
  .b_cards_wrapper .scroll-box .card_item:first-child {
    margin-right: 1rem;
  }
}

@media (max-width: 530px) {
  .b_cards_wrapper .scroll-box .card_item {
    width: calc(50% - 7px);
    margin: 0 auto 20px;
    max-height: 270px;
  }
}

@media (max-width: 378px) {
  #accesability_container {
    margin-left: 10px;
    margin-right: -8px;
  }

  .b_header .search_wrap {
  margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .modal_standard .modal_top {
    min-height: 305px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}

.modal_standard .modal_top._long h3 {
  max-width: 250px;
}

.posr {
  position: relative;
}

.modal_standard .form_row + .form_row {
  margin: 24px 0 0;
}

.form_row {
  position: relative;
}

@media print {
  #accesability_container,
  .unprintable,
  .order_print_btn,
  ._menu_toggler,
  #enable-toolbar {
    display: none;
  }

  .sf-toolbar {
    display: none !important;
  }

  .b_order_history .t_row .td:before,
  .b_order_history .t_row_itter .td:before {
    display: block;
  }

  .b_order_history .t_row .td:nth-child(7):before, 
  .b_order_history .t_row_itter .td:nth-child(7):before {
    display: inline-block;
    content: attr(data-name)': ';
  }

  .b_order_history .order_description.accord__content {
    display: block;
  }

  .b_header {
    position: static !important;
  }

  .sticky-wrapper {
    height: auto !important;
  }

  .header_top {
    text-align: right;
    margin-bottom: 10px;
  }

  .header_top .top_item {
    display: inline-block;
  }

  .header_top .top_item:first-child {
    display: none;
  }

  .link_logo img {
    display: block;
  }
}

@media (max-width: 991px) {
  .b_order_history .t_row .td:before,
  .b_order_history .t_row_itter .td:before {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--yours-blue-dark);
    min-height: 34px;
  }

  .b_order_history .t_row .td:nth-child(7):before, 
  .b_order_history .t_row_itter .td:nth-child(7):before {
    display: inline-block;
    content: attr(data-name)': ';
  }
}

.ui-keyboard.ui-widget.ui-widget-content {
  width: auto;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  position: fixed;
}

@media (max-width: 767px) {
  .ui-keyboard.ui-widget.ui-widget-content {
    display: none !important;
  }
}

.mobile_sidebar,
.mobile_sidebar .title {
  display: none;
}

@media (max-width: 991px) {
  .mobile_sidebar {
    display: block;
    text-align: center;
  }
}

.mobile_sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}

.mobile_sidebar li {
  display: inline-block;
}

.mobile_sidebar li a {
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.mobile_sidebar li a.active {
  color: #89a5d6;
  pointer-events: none;
}

.mobile_sidebar li:not(:last-child):after {
  content: '|';
  font-size: 20px;
  font-weight: 600;
  color: #242424;
}

#wrapper {
 touch-action: auto;
  will-change: transform;
  width: 1000%;
  -webkit-transform: scale3d(.1,.1,1);
  -ms-transform: scale3d(.1,.1,1);
  -o-transform: scale3d(.1,.1,1);
  transform: scale3d(.1,.1,1);
  transform-origin: center center;
}
.top_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}

.yours-logos {
  width: 25rem;
  margin-left: 1rem;
}

@media screen and (max-width:1200px) {
  .yours-logos {
    display: none;
  }
}

.link_phone.mobile-menu-link-square {
  margin: 0;
}

.link_phone_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 4px;
}

.credit-usage-info__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.credit-usage-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-left: auto;
  padding-left: 15px;
}

.credit-usage-info__item:before {
  content: '-';
}

@media (max-width: 530px) {
  .credit-usage-info__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .credit-usage-info {
    padding: 0 0 20px;
  }
}

.input_count_limit_is_over {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 45px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  pointer-events: none;
  filter: drop-shadow(0 2px 3px rgba(122, 0, 43, .2));
  opacity: 0;
  transform-origin: 50% 100%;
  transform: perspective(200px) rotateX(90deg);
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}

.input_count_limit_is_over.active {
  opacity: 1;
  transform: perspective(200px) rotateX(0);
}

.input_count_limit_is_over:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transform: rotateZ(45deg);
  position: absolute;
  z-index: -1;
  bottom: -6px;
  background-color: #fff;
  left: 46px;
}

.zoom-group .tooltip {
    border: none;
    box-shadow: none;
    margin-left: -3px;
    margin-top: -3px;
}

.zoom-group .tooltip.tooltip.left .tooltip-arrow {
    top: 50%;
    left: auto;
    right:0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-right-color: none;
    border-left-color: #000;
}

#arrow-animation {
    animation-name: rotation;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.zoom-group .zoom-group-text {
    font-size: 12px;
    display: block;
    margin-top: -5px;
	color: #fff;
}
@keyframes rotation{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(359deg);
  }
}