@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;300;400;500;700&display=swap');
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

*:hover, *:active, *:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: 375px; }

@-webkit-viewport {
  width: 375px; }

@-moz-viewport {
  width: 375px; }

@viewport {
  width: 375px; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

body, html {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto; }

body {
  font-size: 14px;
  color: #ffffff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  -webkit-overflow-scrolling: touch;
  cursor: move;
  cursor: -webkit-grab;
  background: #2D3148; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-weight: 700;
  line-height: 1.4; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 14px; }

p {
  line-height: 1.4;
  font-size: 14px; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.t-thin, .t-light {
  font-size: 12px;
  line-height: 1.4; }

.t-thin {
  font-weight: 100; }

.t-light {
  font-weight: 300 !important; }

.wrap {
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  max-height: none !important;
  background: #1D2230;
  z-index: 2; }

@media all and (min-width: 980px) {
  body {
    width: 375px;
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff; }
    body:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20px;
      background: #fff;
      z-index: 1999; }
  .wrap {
    margin-top: 20px;
    min-height: 100px;
    height: 812px;
    max-height: 812px; } }

a {
  cursor: pointer !important;
  text-decoration: none; }

a:active, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  image-rendering: auto
}

.t-gray {
  color: rgba(255, 255, 255, 0.4); }

.t-green {
  color: #60EC87; }

.t-red {
  color: #FF4343; }

.t-yell {
  color: #FED95A; }

.b-green {
  background: #3EC28F; }

.b-red {
  background: #FF4343; }

.b-yell {
  background: #FED95A; }

.flex,
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  height: 100%; }

.column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-flex-direction: column; }

.hb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.hc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center; }

.hr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center; }

.screen {
  background: #1D2230;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 20px 90px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: 0;
  z-index: 19; }
.screen.active {
  position: relative;
}


  .screen::-webkit-scrollbar {
    width: 0;
    display: none; }
  .screen__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 25px 20px 40px 20px;
    cursor: move;
    cursor: -webkit-grab;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }
  .screen__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 29;
    margin: 0 auto; }

.animate {
  transition: all ease-in-out 700ms;
  -webkit-transition: all ease-in-out 700ms;
  -moz-transition: all ease-in-out 700ms; }

.in-right {
  transform: translate(100,0);
  -webkit-transform: translate(100%,0);
}
.in-left {
  transform: translate(-100,0);
  -webkit-transform: translate(-100%,0);
}


.in-top {
  -ms-transform: translateY(-120%);
      transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%); }
  .in-top.active {
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }

.in-bottom {
  transform: translate(0,100%);
  -webkit-transform: translate(0,100%);
  bottom: 0;
}
  .in-bottom.active {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }

.h-scroll {
  scrollbar-width: 0; }
  .h-scroll::-webkit-scrollbar {
    width: 0;
    display: none; }


.market__screen {
  background: #171A24; }

.market__screen.view_product {
  background: #2D3148; }

.backward,
.backward-tournirs,
.backward-main,
.backward-product {
  width: 30px;
  height: 30px;
  background: url("../images/arrow-left-yellow.svg") no-repeat center center;
  position: absolute;
  left: 0; }

.air .backward {
  width: 30px;
  height: 30px;
  left: -5px;
  top: -15px;
  z-index: 999;
}
.action {
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0; }

.acenter {
  text-align: center; }

.last-block {
  width: 8px;
  height: 100%;
  background: #1D2230; }
  .last-block span {
    visibility: hidden;
    font-size: 0.25em; }

.bottom-line {
  display: block;
  position: fixed;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 17px;
  bottom: -8px;
  left: 0;
  z-index: 1199;
  margin: 0 auto;
  background: transparent;
}
  .bottom-line span {
    width: 128px !important;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 0 auto;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px; }

.hzoom:hover, .hzoom:focus {
  zoom: 110%; }

@media all and (min-width: 981px) {
  * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .screen {
    height: auto;
    overflow: hidden; }
    .screen__bg {
      width: 375px;
      height: 812px; }
  .bottom-line {
    width: 375px;
    right: 0;
    bottom: 0;
    left: 0; } }

@media all and (min-width: 980px) and (min-height: 833px) {
  body, .wrap, .screen {
    min-height: 100px;
    height: 812px;
    max-height: 812px; }
    body .bottom-line, .wrap .bottom-line, .screen .bottom-line {
      top: 810px; }
  body:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -calc(100vh - 812px);
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 812px);
    height: calc(100vh - 812px);
    background: #fff; } }

@media all and (min-width: 980px) and (max-height: 832px) {
  body, .wrap, .screen {
    min-height: 100px;
    height: -webkit-calc(100vh - 20px);
    height: calc(100vh - 20px);
    max-height: -webkit-calc(100vh - 20px);
    max-height: calc(100vh - 20px); }
    body .bottom-line, .wrap .bottom-line, .screen .bottom-line {
      top: -webkit-calc(100vh - 20px);
      top: calc(100vh - 20px); } }

.card {
  display: inline-block;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px; }

.list__item {
  width: 100%;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #2D3148;
  margin-bottom: 10px; }
  .list__item:last-child {
    margin-bottom: 0; }
  .list__item .icon {
    margin-right: 20px; }

.btn-small {
  width: 86px;
  height: 25px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 10px;
  line-height: 12px; }

.btn-medium {
  display: block;
  width: 174px;
  height: 28px;
  border-radius: 19px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  font-size: 12px;
  line-height: 28px;
  text-align: center; }

.btn-big {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  text-decoration: none; }

.btn-icon {
  background: no-repeat left 11px center;
  padding: 6px 13px 7px 32px; }
  .btn-icon img, .btn-icon svg {
    position: absolute;
    top: 5px;
    left: 12px; }

.btn-faded {
  opacity: 0.5;
  -moz-opacity: 0.5;
  color: #ffffff;
  border: 1px solid #FFFFFF; }

.btn-yell {
  background: #FED95A;
  box-shadow: 0px 4px 17px rgba(254, 217, 90, 0.12);
  -moz-box-shadow: 0px 4px 17px rgba(254, 217, 90, 0.12);
  -webkit-box-shadow: 0px 4px 17px rgba(254, 217, 90, 0.12);
  color: #202534;
  font-weight: 700; }

.btn-empty {
  background: rgba(255, 255, 255, 0.16);
  color: #8E8E8E; }

.tabs:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #3D4257; }

.tabs > li {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer !important; }
  .tabs > li.active {
    color: #FED95A;
    padding-bottom: 16px;
    border-bottom: 1px solid #FED95A; }

.tabs.fixed {
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px 0 20px;
  background: #1D2230; }
  .tabs.fixed:before {
    left: 0; }

.tab_content {
  margin-top: 18px; }

.dropdown {
  padding: 17px;
  background: #2D3148;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-size: 14px;
  line-height: 16px; }
  .dropdown__header {
    padding-right: 26px; }
    .dropdown__header .icon {
      position: absolute;
      top: 3px;
      right: 0;
      transition: transform 500ms;
      -webkit-transition: -webkit-transform 500ms;
      -moz-transition: transform 500ms; }
  .dropdown__body {
    padding-top: 24px; }
    .dropdown__body ul > li {
      margin-bottom: 11px;
      font-size: 12px;
      line-height: 14px; }
      .dropdown__body ul > li:last-child {
        margin-bottom: 0; }
      .dropdown__body ul > li img {
        max-width: 53px;
        height: auto; }
  .dropdown.active .dropdown__header .icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
    .dropdown.active .dropdown__header .icon path {
      stroke: #FED95A; }

.info__list_item {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.info__list_item:last-child {
  margin-bottom: 0;
}

  .info__list_item .flex {
    margin-bottom: 8px; }
  .info__list_item .label {
    margin-right: 15px; }
  .info__list_item .bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    min-width: 60px;
    text-align: right; }
  .info__list_item .faded {
    opacity: 0.5;
    -moz-opacity: 0.5; }
  .info__list_item .rating {
    margin-left: 6px; }
  .info__list_item .btn-small {
    width: auto;
    min-height: 28px;
    color: #ffffff;
    padding: 8px 11px 6px 11px;
    font-weight: 400; }
  .info__list_item .image {
    position: absolute;
    top: -17px;
    right: 62px; }
  .info__list_item .rating {
    color: #60EC87;
    font-size: 11px;
    line-height: 13px; }
  .info__list_item .form {
    margin-left: 11px; }
  .info__list_item .t-green {
    color: #60EC87; }

.info__list_title {
  margin-bottom: 30px; }

.form__text, .form__select {
  display: block;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  width: 100%;
  color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.form__text {
  font-size: 16px;
  padding: 0 15px 16px 0; }
  .form__text::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .form__text::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .form__text:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .form__text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }

.form__select {
  cursor: pointer;
  padding-bottom: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background: url("/images/select-apperance.svg") no-repeat right top 5px; }
  .form__select option {
    background: #2D3148; }
  .form__select label {
    cursor: pointer; }
  .form__select .list {
    padding: 7px 0 16px 0;
    background: #2D3148; }
    .form__select .list__item {
      width: 100%;
      height: 45px;
      padding: 0 15px 0 12px;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
      .form__select .list__item .circle {
        border: 0.5px solid #60709B;
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 7px; }
      .form__select .list__item.active {
        background-color: rgba(255, 255, 255, 0.16); }
        .form__select .list__item.active .circle {
          border: none;
          background: url(/images/yellow-circle.svg) no-repeat center;
          background-size: auto; }

.form__date::-webkit-calendar-picker-indicator {
  display: none; }

.text_wrap .symbol {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 13px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5); }

.checkbox__switch {
  cursor: pointer;
  height: 28px; }
  .checkbox__switch input {
    position: absolute;
    left: -9999px; }
  .checkbox__switch .button {
    display: inline-block;
    width: 54px;
    background: transparent;
    height: 28px;
    position: relative;
    cursor: pointer;
    border: 0.5px solid #ffffff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 1px; }
    .checkbox__switch .button:before {
      background: #ffffff;
      content: "";
      width: 25px;
      height: 25px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      position: absolute;
      top: 1px;
      left: 1px;
      transition: 0.25s;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s; }
  .checkbox__switch.checked .button {
    border: 0.5px solid #FED95A; }
    .checkbox__switch.checked .button:before {
      right: 1px;
      left: auto;
      background: #FED95A; }

.modes {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  overflow-y: hidden;
  overflow-x: auto; }

.popup_wrap {
  width: 100%;
  height: 110vh;
  overflow: hidden;
  position: absolute;
  top: 20vh;
  z-index: 39; }
  .popup_wrap .border {
    position: absolute;
    width: 100%; }
    .popup_wrap .border:nth-child(1) {
      top: 0;
      height: 25vh; }
    .popup_wrap .border:nth-child(2) {
      top: 25vh;
      height: 50vh; }

.b-popup {
  position: fixed;
  left: 0;
  z-index: 59;
  background: #2D3148;
  padding: 0 0 25px 0;
  border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  bottom: 0;
}



  .b-popup.draggable {
    height: 80vh;
    top: 40vh; }
  .b-popup__head {
    padding: 25px 20px 0 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block; }
  .b-popup .games_list {
    height: 100vh;
    margin-top: 10px;
    overflow-y: auto;
    padding-bottom: 50px;
  }
    .b-popup .games_list.full {
      height: 68vh; }
    .b-popup .games_list .item {
      padding: 10px 20px 10px 20px;
      margin-bottom: 8px; }
      .b-popup .games_list .item img {
        width: 60px;
        margin-right: 14px; }
      .b-popup .games_list .item span {
        font-size: 16px; }
      .b-popup .games_list .item.active {
        background: rgba(255, 255, 255, 0.16); }
        .b-popup .games_list .item.active:before {
          display: block;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background: #FED95A; }
  .b-popup .bottom-line {
    position: absolute;
    top: 10px;
    left: 0;
    background: none; }
    .b-popup .bottom-line span {
      width: 80px; }

    .games-popup {
      top: 100vh !important;
    }

    .games-popup.active {
      top: calc(100% - 480px) !important;
      height: 480px;
      bottom: auto;
    }

.share {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  max-width: 280px;
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 29; }
  .share a {
    width: 100%;
    text-decoration: none;
    background-color: transparent;
    min-height: 38px;
    padding: 10px 24px 10px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    color: #1D2230; }
    .share a:hover {
      background-color: #f3f1ed; }
    .share a span {
      text-overflow: ellipsis;
      font-size: 13px;
      line-height: 140%; }
    .share a svg {
      margin-right: 8px; }

.rating {
  font-size: 11px;
  line-height: 13px;
  margin-top: 3px;
  color: #3EC28F; }
  .rating img, .rating svg {
    top: 1px; }
  .rating.high {
    color: #3EC28F; }
    .rating.high svg path {
      fill: #3EC28F; }
  .rating.middle {
    color: #FF9E58; }
    .rating.middle svg path {
      fill: #FF9E58; }
  .rating.low {
    color: #FF4343; }
    .rating.low svg path {
      fill: #FF4343; }

@media all and (min-width: 981px) {
  .modes {
    overflow-x: hidden; }
  .b-popup {
    max-width: 375px; }
  .profile .tab_content {
    overflow-y: hidden; }
  .tabs.fixed {
    top: 20px;
    left: 0;
    width: 375px;
    margin: 0 auto;
    right: 0; } }

@media all and (min-width: 980px) and (max-height: 831px) {
  .b-popup .games_list {
    height: 32vh; }
  .b-popup .games_list.full {
    height: 62vh; } }

.home .bpanel,
.air .bpanel {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 999;
}
.home .bpanel {
  max-width: 30px;
}
.home .bpanel a {
  margin-bottom: 30px;
}
.air .bpanel,
.market .bpanel {
  position: absolute;
  top: 7px;
  right: 0;
}
.air .bpanel a,
.market .bpanel a {
  display: inline-block;
  margin-right: 35px;
}
.air .bpanel a:last-child,
.market .bpanel a:last-child {
  margin-right: 0;
}
.market #product .bpanel,
.market #basket .bpanel {
  top: -7px;
}
  .bpanel svg {
    display: block;
    margin: 0 auto; }
  .bpanel a span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 3px;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .bpanel a.p-current span {
    color: #FED95A; }
  .bpanel a.p-current svg {
    fill: #FED95A; }
    .bpanel a.p-current svg path {
      fill: #FED95A; }
  .bpanel.p-green a span {
    color: #3EC28F; }
  .bpanel.p-green svg {
    fill: #3EC28F; }
    .bpanel.p-green svg path {
      fill: #3EC28F; }


.alerts {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  z-index: 999;
  position: fixed;
  width: 100%;

}
  .alerts__screen {
    padding: 40px 0 0 0;
    font-size: 14px;
    line-height: 140%; }
    .alerts__screen .info__list {
      margin-top: 30px; }

.alert {
  width: 100%;
  padding: 9px 12px 12px 12px;
  background: rgba(45, 49, 72, 0.97);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  margin-bottom: 5px; }
  .alert__head {
    margin-bottom: 8px; }
.alert__head .icon {
  margin-right: 8px;
}
  .alert .t-light {
    color: #8B8C95; }
  .alert .bold {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700; }
  .alert__body .title {
    display: block;
    margin-bottom: 5px; }
  .alert__close {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 15px;
    height: 15px;
    background: url(../images/close-white.svg) no-repeat center;
    z-index: 9;
  }

  .alert .btn-medium {
    width: 132px;
    height: 28px;
    font-weight: 400;
    color: #ffffff; }
  .alert .more-alerts {
    color: #FED95A;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0; }

#profile_alerts {
  z-index: 99;
  position: fixed;
}

@media all and (min-width: 981px) {
  .alerts {
    padding: 40px 20px 0 20px; } }

.profile .screen {
  padding-bottom: 90px;
}
.profile .close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 199;
}
.profile__block {
  margin-bottom: 60px; }
  .profile__block:last-child {
    margin-bottom: 0; }
  .profile__block_title {
    margin-bottom: 30px; }
    .profile__block_title .goto {
      background: url("../images/arrow-right-dark.svg") no-repeat center center #FED95A; }
    .profile__block_title .add {
      background: url(../images/plus-dark.svg) no-repeat top 13px left 13px #FED95A; }

.profile__top {
  width: 100%;
  height: 33px; }
  .profile__top div {
    position: absolute;
    right: 0; }
  .profile__top a {
    display: inline-block; }
  .profile__top .notice {
    width: 30px;
    height: 30px;
    background: url("../images/bell-white.svg") no-repeat center center;
    position: absolute;
    right: 38px;
    top: -14px; }
    .profile__top .notice span {
      position: absolute;
      top: 6px;
      right: 8px;
      width: 6px;
      height: 6px;
      background: #FED95A;
      border: solid 1px #1D2230; }
  .profile__top .logout {
    width: 26px;
    display: block;
    position: absolute;
    right: 0;
  }
    .profile__top .logout span {
      margin-right: 9px;
      top: -9px;
      font-size: 14px; }
  .profile__top .settings {
    width: 30px;
    height: 30px;
    background: url("../images/settings-white.svg") no-repeat center center;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: -15px; }

.profile__person {
  margin: 25px 0 0 0; }
  .profile__person.in-top {
    -ms-transform: translateY(-500px);
        transform: translateY(-500px);
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px); }
  .profile__person .avatar {
    width: 89px;
    height: 89px;
    background: no-repeat center;
    background-size: contain;
    margin-right: 16px; }
    .profile__person .avatar .icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 37px; }
  .profile__person div {
    margin-top: 10px; }
  .profile__person .level {
    margin-right: 12px; }
  .profile__person .score {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  .profile__person .form {
    margin-left: 11px;
    padding-top: 18px; }
    .profile__person .form__text {
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; }
      .profile__person .form__text:last-child {
        margin-bottom: 0; }

.profile__stat {
  overflow-x: auto;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  left: -20px;
  padding-left: 20px; }
  .profile__stat .card {
    width: 106px;
    height: 192px;
    padding: 30px 0 9px 0;
    margin-right: 12px; }
    .profile__stat .card div {
      padding: 14px 9px 0 9px; }
    .profile__stat .card .bordered {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 12px; }
    .profile__stat .card__icon {
      position: absolute;
      top: 16px;
      left: 12px; }
    .profile__stat .card__value {
      display: block;
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
      width: 100%;
      margin-bottom: 6px; }
    .profile__stat .card__label {
      width: 100%;
      font-weight: 300; }
    .profile__stat .card__level {
      display: block;
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      margin: 0 auto;
      margin-bottom: 6px; }
    .profile__stat .card__notice {
      margin-top: 5px;
      font-size: 10px;
      word-break: break-all; }
    .profile__stat .card.dblue {
      background: #6421C7; }
      .profile__stat .card.dblue .card__level {
        color: #6421C7; }
    .profile__stat .card.blue {
      background: #5A7EFE; }
      .profile__stat .card.blue .card__level {
        color: #5A7EFE; }
    .profile__stat .card.pink {
      background: #FC657E; }
      .profile__stat .card.pink .card__level {
        color: #FC657E; }
    .profile__stat .card.orange {
      background: #FF9E58; }
      .profile__stat .card.orange .card__level {
        color: #FF9E58; }
    .profile__stat .card .last-block {
      width: 8px; }

.profile__finance {
  overflow-y: hidden;
  overflow-x: auto; }
  .profile__finance .card {
    color: #ffffff; }
    .profile__finance .card__title {
      display: block;
      margin-bottom: 28px; }
      .profile__finance .card__title img {
        margin-right: 9px; }
    .profile__finance .card__notice {
      margin-top: 10px;
      word-break: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 140%; }
    .profile__finance .card__value {
      display: block;
      font-size: 28px;
      line-height: 24px;
      font-weight: 700;
      margin-bottom: 10px; }
    .profile__finance .card.dark {
      min-width: 178px;
      padding: 25px 24px 21px 14px;
      background: #2D3148;
      margin-right: 10px;
      transition: all ease-in-out 400ms;
      -webkit-transition: all ease-in-out 400ms;
      -moz-transition: all ease-in-out 400ms; }
      .profile__finance .card.dark.full {
        width: 100%;
        min-width: 100%; }
      .profile__finance .card.dark .card__value {
        color: #FED95A; }
    .profile__finance .card.blue {
      min-width: 147px;
      padding: 8px 11px 10px 10px;
      background: #215DD3; }
    .profile__finance .card .t-gray {
      color: rgba(255, 255, 255, 0.5);
      font-size: 10px;
      line-height: 12px; }

.profile__links .list__item {
  font-size: 14px;
  line-height: 140%;
  padding: 26px 24px 26px 24px; }

.profile__history .dropdown {
  margin-bottom: 10px; }

.profile__tournament .list__item {
  padding: 16px 20px 20px 20px;
  min-height: 195px;
  background: no-repeat right center #2D3148;
  background-size: auto; }
  .profile__tournament .list__item .layout {
    display: block;
    background: linear-gradient(90deg, #2D3148 20.16%, rgba(45, 49, 72, 0) 95.16%);
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
    z-index: 9; }
  .profile__tournament .list__item .flex {
    z-index: 19; }
  .profile__tournament .list__item .title {
    margin-bottom: 5px;
    display: block; }
  .profile__tournament .list__item .counter {
    font-size: 14px;
    line-height: 16px;
    z-index: 19; }
  .profile__tournament .list__item .countdown {
    width: 132px;
    font-weight: 400; }
  .profile__tournament .list__item .datetime {
    width: 108px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid #60EC87;
    color: #60EC87;
    background: transparent; }

.training_list .list__item {
  padding: 12px 12px 17px 12px; }
  .training_list .list__item .head {
    margin-bottom: 23px; }
  .training_list .list__item .avatar {
    width: 40px;
    height: 40px;
    background: no-repeat center;
    background-size: cover;
    margin-right: 12px; }
    .training_list .list__item .avatar .status {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 11px;
      height: 11px;
      border: solid 2px #2D3148; }
      .training_list .list__item .avatar .status.online {
        background: #3EC28F; }
      .training_list .list__item .avatar .status.offline {
        background: #FF4343; }
  .training_list .list__item .stat__item {
    margin-right: 20px; }
    .training_list .list__item .stat__item span {
      display: block; }
    .training_list .list__item .stat__item .value {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 140%; }
    .training_list .list__item .stat__item:last-child {
      margin-right: 0; }
  .training_list .list__item .countdown {
    font-weight: 400;
    display: inline;
    padding: 8px 18px 8px 25px; }
    .training_list .list__item .countdown img {
      margin-left: 12px; }

.stat {
  z-index: 19; }
  .stat__item {
    margin-right: 22px; }
    .stat__item:last-child {
      margin-right: 0; }
    .stat__item .value {
      display: block;
      font-size: 24px;
      line-height: 18px;
      margin-bottom: 7px; }

.finance__screen {
  margin-top: 40px; }
  .finance__screen .profile__finance {
    margin-top: 20px;
    width: 100%; }
  .finance__screen_actions {
    margin-top: 20px; }
    .finance__screen_actions .btn:first-child {
      position: relative;
      margin-bottom: 10px; }
    .finance__screen_actions .btn-transparent {
      background: transparent;
      color: #FED95A;
      border: 1px solid #FED95A;
      -webkit-filter: drop-shadow(0px 4px 17px rgba(254, 217, 90, 0.12));
              filter: drop-shadow(0px 4px 17px rgba(254, 217, 90, 0.12)); }
  .finance__screen .info__list {
    margin-top: 60px; }

.settings__screen {
  padding: 34px 0 0 0; }
  .settings__screen .profile__person {
    padding-bottom: 40px; }
    .settings__screen .profile__person:before {
      display: block;
      content: "";
      position: absolute;
      left: -20px;
      bottom: 0;
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px);
      height: 1px;
      background-color: rgba(255, 255, 255, 0.1); }
  .settings__screen_push {
    margin-top: 3px; }
    .settings__screen_push .faded {
      opacity: 0.3;
      -moz-opacity: 0.3; }
    .settings__screen_push div {
      margin-bottom: 20px; }
  .settings__screen .profile__links {
    margin-top: 25px; }
  .settings__screen .save {
    margin-top: 54px; }

.statistic__screen {
  margin-top: 30px; }
  .statistic__screen .statistic__games {
    margin: 60px 0 0 0; }

.statistic__item {
  width: 100%;
  height: 180px;
  background: no-repeat right bottom;
  background-color: #2D3148;
  background-size: auto;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin-bottom: 10px;
  padding: 25px 50px 0 20px; }
  .statistic__item .icon {
    margin-left: 10px; }
  .statistic__item .flex {
    margin-bottom: 21px; }
  .statistic__item .stat__item {
    margin-right: 25px; }
    .statistic__item .stat__item:last-child {
      margin-right: 0; }
    .statistic__item .stat__item .value {
      font-weight: 700;
      margin-bottom: 12px; }
  .statistic__item .btn-small {
    border: solid 1px #ffffff;
    margin-right: 8px; }
  .statistic__item .info {
    position: absolute;
    top: -3px;
    right: -28px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.02em;
    background: #A96EFF;
    box-shadow: 0px 4px 17px rgba(169, 110, 255, 0.22);
    -moz-box-shadow: 0px 4px 17px rgba(169, 110, 255, 0.22);
    -webkit-box-shadow: 0px 4px 17px rgba(169, 110, 255, 0.22); }
  .statistic__item .sale {
    font-size: 10px;
    font-weight: 300; }

.statistic__games {
  margin: 60px 0 90px 0; }
  .statistic__games .h1 {
    margin-bottom: 22px; }
  .statistic__games_items {
    overflow-y: hidden;
    overflow-x: auto;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    left: -20px;
    padding-left: 20px; }
  .statistic__games_item {
    width: 125px;
    min-width: 125px;
    height: 170px;
    margin-right: 10px;
    background: #2D3148;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 30px 14px 5px 14px;
    font-size: 12px;
    line-height: 140%; }
    .statistic__games_item .logo {
      margin-bottom: 29px; }
    .statistic__games_item p {
      margin-bottom: 15px; }
    .statistic__games_item .bold {
      font-weight: 700;
      font-size: 18px;
      line-height: 21px;
      color: #ffffff;
      margin-left: 11px; }
    .statistic__games_item.last-block {
      width: 10px;
      min-width: 10px;
      background: #1D2230;
      padding: 0; }

#game_stat {
  padding: 0; }

.gamestat__head {
  padding: 30px 20px 0 20px;
  background: url(/images/games/stat_full.jpg) no-repeat top left;
  background-size: auto; }
  .gamestat__head .img_center {
    position: absolute;
    top: -25px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto; }

.gamestat .profile__top {
  margin-top: 30px; }

.gamestat .profile__person {
  margin-top: 65px; }
  .gamestat .profile__person .score {
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
    font-weight: 400; }

.gamestat__showing {
  margin-top: 30px; }
  .gamestat__showing div {
    margin: 20px 45px 0 0; }
    .gamestat__showing div:nth-child(3n + 3) {
      margin-right: 0; }
    .gamestat__showing div .value {
      font-size: 40px;
      line-height: 47px;
      color: #FFEF60;
      font-weight: 700; }
    .gamestat__showing div .t-gray {
      color: rgba(255, 255, 255, 0.4); }

.gamestat .statistic__items {
  padding: 50px 20px 20px 20px; }
  .gamestat .statistic__items h2 {
    margin-bottom: 22px; }

.gamestat .statistic__item {
  max-width: 100%;
  height: 140px;
  padding: 25px 21px 26px 21px; }
  .gamestat .statistic__item .stat {
    margin-bottom: 0; }
  .gamestat .statistic__item .stat__item {
    margin-bottom: 0; }
    .gamestat .statistic__item .stat__item .value {
      color: #FED95A;
      margin-bottom: 8px; }

.games {
  overflow-y: hidden;
  overflow-x: auto;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  left: -20px;
  padding-left: 20px; }
  .games .card {
    width: 120px;
    min-width: 120px;
    height: 90px;
    margin-right: 15px;
    background: no-repeat center;
    background-size: cover; }
    .games .card__layer {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 45px;
      background: linear-gradient(360deg, #215DD3 0%, rgba(29, 34, 48, 0) 100%);
      -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
              filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      opacity: 0.33;
      -moz-opacity: 0.33;
      border-radius: 0px 0px 7px 7px;
      -moz-border-radius: 0px 0px 7px 7px;
      -webkit-border-radius: 0px 0px 7px 7px;
      z-index: 9; }
    .games .card__logo {
      position: absolute;
      left: 9px;
      bottom: 9px;
      z-index: 19; }
    .games .card.last-block {
      width: 6px;
      min-width: 6px; }

@media all and (max-width: 370px) {
  .profile__tournament .list__item {
    padding: 16px 15px 20px 15px;
  }
  .stat__item .value {
    font-size: 23px;
  }
  .stat__item {
    margin-right: 15px; }


}



@media all and (min-width: 981px) {
  .statistic__games_items {
    overflow-x: hidden; }
  .games {
    overflow-x: hidden; } }

@media all and (min-width: 376px) {
  .gamestat__head {
    background-size: cover; } }

.air__profile {
  margin-bottom: 66px;
  z-index: 19; }
  .air__profile h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .air__profile .avatar {
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: cover; }

.air .tabs {
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  left: -20px;
  padding-left: 20px;
  overflow-x: auto;
  overflow-y: hidden; }
  .air .tabs:before {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px); }
  .air .tabs > li {
    margin-right: 25px; }
    .air .tabs > li:last-child {
      margin-right: 0; }

.air__post {
  width: 100%;
  height: 414px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: no-repeat center top;
  background-size: cover;
  margin-bottom: 10px; }
  .air__post:last-child {
    margin-bottom: 0; }
  .air__post .layout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 341px;
    background: linear-gradient(180.16deg, rgba(86, 48, 39, 0) 0.14%, rgba(86, 48, 39, 0.96) 39.81%, #563027 99.86%);
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    z-index: 9; }
  .air__post_content {
    width: 100%;
    height: 100%;
    padding: 143px 10px 20px 20px;
    z-index: 19; }
    .air__post_content .title {
      font-size: 25px;
      line-height: 1.3; }
    .air__post_content .description {
      margin-top: 10px;
      font-weight: 300;
      font-size: 12px;
      line-height: 140%; }
    .air__post_content .category {
      text-transform: uppercase;
      font-weight: 400; }
    .air__post_content .meta__likes {
      margin-right: 28px; }
    .air__post_content .meta img {
      margin-right: 6px;
      top: 3px; }

.post__screen {
  padding: 0 0 80px 0; }

.post__content {
  z-index: 19;
  padding: 40px 20px 0 20px;
  width: 100%;
  height: 100%; }
  .post__content .more {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 0;

  }
    .post__content .more img {
      vertical-align: bottom; }
  .post__content_top {
    padding-top: 90px; }
    .post__content_top .date {
      margin-bottom: 14px;
      display: block; }
    .post__content_top h1 {
      line-height: 38px; }
  .post__content_body {
    margin: 30px 0 63px 0; }
    .post__content_body p {
      font-weight: 300;
      margin-bottom: 20px; }
    .post__content_body .image {
      margin: 20px 0 30px 0; }
      .post__content_body .image img {
        width: 100%;
        height: auto; }
      .post__content_body .image .caption {
        margin-top: 10px; }
  .post__content .t-gray {
    color: rgba(255, 255, 255, 0.3); }

.post__meta {
  padding-bottom: 12px; }
  .post__meta .likes {
    margin-right: 28px; }
.post__meta .likes .like {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/images/like-white.svg") no-repeat center;
  background-size: cover;
  margin-right: 3px;
  top: 3px;
}
.post__meta .likes .like.active {
  background: url("/images/like-white-active.svg") no-repeat center;
  background-size: cover;
}
  .post__meta img {
    margin-right: 6px;
    top: 3px; }
  .post__meta:before {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1); }

.post__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 254px;
  background: no-repeat top left;
  background-size: cover;
  z-index: 9; }

.post__comments {
  margin: 25px 0 10px 0; }
  .post__comments h4 {
    margin-bottom: 12px; }
    .post__comments h4 img {
      margin-left: 12px; }
  .post__comments_item {
    margin-bottom: 14px; }
    .post__comments_item:last-child {
      margin-bottom: 0; }
    .post__comments_item .avatar {
      width: 40px;
      height: 40px;
      margin-right: 8px;
      background: no-repeat center;
      background-size: cover; }
    .post__comments_item .left {
      width: 100%; }
    .post__comments_item .content {
      font-weight: 300;
      font-size: 12px;
      line-height: 140%;
      padding-bottom: 7px;
      border-bottom: 1px solid #2B3246;
      width: 100%; }
      .post__comments_item .content .name {
        margin-bottom: 5px; }
      .post__comments_item .content .text {
        margin-bottom: 8px; }
      .post__comments_item .content .date {
        color: #818181; }
      .post__comments_item .content .like {
        background: url(/images/like-white.svg) no-repeat left center;
        background-size: 10px 8px;
        padding-left: 14px;
        font-size: 12px;
        line-height: 11px;
        color: #818181;
        min-width: 15px;
        height: 10px;
        display: inline-block; }
.post__comments_item .content .like.active {
  background: url(/images/like-blue.svg) no-repeat left center;
}
    .post__comments_item.answer {
      width: 100%;
      margin: 11px 0 11px 0;
      padding-bottom: 7px;
      border-bottom: 1px solid #2B3246; }
      .post__comments_item.answer .content {
        padding-bottom: 0;
        border: none; }
  .post__comments .no-border {
    border: none; }
  .post__comments_add {
    background: #171A24;
    padding: 8px 20px 20px 20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    left: -20px;
  top: 3px;
  }
    .post__comments_add img {
      margin-right: 8px; }
    .post__comments_add input {
      width: calc(100% - 65px);
      height: 40px;
      background: #1D2230;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      margin-right: 8px;
      padding: 5px 10px 0 10px;
      color: #ffffff; }

#post .screen__wrap {
  padding: 0; }

@media all and (min-width: 981px) {
  .post__content {
    padding: 40px 20px 0 20px; }
  .air .tabs {
    overflow-x: auto; } }

.market .backward {
  top: 5px;
}
.market .close,
.air .close {
  top: 15px;
  right: 11px;
}
.market__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 490px;
  background: no-repeat top left;
  background-size: cover;
  z-index: 9; }

.market__content {
  z-index: 19;
  width: 100%;
  height: auto; }

.market__controls h1 {
  font-size: 30px;
  line-height: 38px;
}

.market__controls .avatar {
  width: 36px;
  height: 36px;
  background: no-repeat center;
  background-size: cover; }

.market__controls .cart {
  margin-right: 60px;
  top: 0;}

#basket .market__controls .cart,
.market__controls .cart {
  top: -13px;
  margin-right: 50px;
}

 .market__controls .cart span {
    display: block;
    position: absolute;
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    text-align: center;
  }

#basket .market__controls .cart span,
.market__controls .cart span  {
  top: 0;
  right: 1px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 18px;
}

.market__controls .score {
  margin-right: 24px; }
  .market__controls .score img {
    width: 15px;
    margin-right: 5px; }

.market__top {
  margin: 69px 0 66px 0; }
  .market__top .big-text {
    font-size: 60px;
    line-height: 38px;
    margin-bottom: 22px; }
  .market__top .subtile {
    margin-bottom: 6px; }

.market .games {
  margin-bottom: 30px; }

.market .show_filter {
  margin-bottom: 60px; }
  .market .show_filter img {
    position: absolute;
    top: 17px;
    right: 16px; }

.market .category {
  margin-bottom: 50px; }
  .market .category:last-child {
    margin-bottom: 0; }
  .market .category__top {
    margin-bottom: 20px; }
  .market .category__list {
    overflow-x: auto;
    overflow-y: hidden;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    left: -20px;
    padding-left: 20px; }

.market .fullcategory .category__list {
  width: 100% !important;
  left: 0 !important;
  padding-left: 0 !important;
}


.market .skin {
  background: #2D3148;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px; }
.market .games .skin {
  background: none;
  height: auto !important;
}
  .market .skin.small {
    width: 125px;
    min-width: 125px;
    height: 170px;
    margin-right: 10px; }
  .market .skin__cover {
    width: 100%;
    height: 114px;
    background: no-repeat center;
    background-size: contain;
    -webkit-border-radius: 7px 7px 0 0;
            border-radius: 7px 7px 0 0; }

 .market #skins-list-2 .skin__cover,
 .market #case-category .skin.big .skin__cover {
   top: -7px;
 }

  .market .skin__body {
    padding: 6px 12px 12px 12px;
    font-size: 12px;
    line-height: 11px;
  }
    .market .skin__body .title {
      margin-bottom: 7px; }
    .market .skin__body .price {
      color: #FED95A; }
  .market .skin.last-block {
    width: 20px;
    min-width: 20px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .market .skin.big {
    width: 158px;
    min-width: 158px;
    height: 215px;
    margin-bottom: 20px; }
    .market .skin.big .skin__cover {
      height: 144px; }
    .market .skin.big .skin__body {
      padding: 15px; }
    .market .skin.big.last-block {
      width: 20px;
      min-width: 20px;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }

.market .fullcategory {
  margin-top: 100px; }
  .market .fullcategory__top {
    margin-bottom: 28px; }
    .market .fullcategory__top .action ,
    .home #tournirs .action {
      text-align: center;
      line-height: 47px; }

.market .basket {
  margin-top: 32px;
  height: 100vh;
  padding-bottom: 200px; }
  .market .basket__items {
    margin-top: 37px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-height: 40vh;
    overflow-y: auto;
  }
  .market .basket__item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 18px; }
    .market .basket__item .thumb {
      max-width: 60px;
      height: auto;
      margin-right: 15px
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      margin-left: 20px;
      margin-right: 15px;
    }
.market .basket__item .close {
  right: auto;
  left: 0;
  width: 10px;
  height: 10px;
  background-size: cover;
  top: 18px;
}
  .market .basket__total {
    margin-top: 17px; }
    .market .basket__total .summ {
      margin-left: 20px; }

.market .success {
  margin-top: 0;
  height: 100%;
  padding-bottom: 60px;
}
.market .success img {
  margin-top: 8vh;
}
  .market .success__title {
    margin-top: 5vh;
    text-align: center; }
  .market .success__summ {
    margin-top: 5vh;
    text-align: center; }
    .market .success__summ .count {
      font-size: 25px;
      line-height: 29px;
      margin-bottom: 5px; }
  .market .success .btn-yell {
    margin-top: 4vh; }

.market #product,
.market #basket,
#filter {
  background: #2D3148;
}
.market #basket,
#filter {
  height: 100vh;
  overflow: hidden;
}
#filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  -webkit-transform: translateY(-100vh);
  -moz-transform: translateY(-100vh);
}
.market #basket {
  padding-top: 30px;
}
.market .product {
  margin-top: 20px; }
  .market .product__cover {
    width: 280px;
    height: 240px;
    background: no-repeat center;
    background-size: cover;
    margin: 0 auto;}

.market .product__cover.case {
  width: calc(100% + 40px);
  left: -20px;
  height: 240px;
}
  .market .product__title {
    margin-top: 30px; }
  .market .product__description {
    margin-top: 15px;
    font-weight: 300; }
  .market .product__price {
    margin-top: 10px;
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #FED95A;
    display: block;
  }
  .market .product .buy {
    margin-top: 15px; }

.market .similars {
  margin-top: 60px; }
  .market .similars .category__list {
    padding: 10px;
    left: -10px;
    top: -10px; }
  .market .similars .skin {
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.33); }
    .market .similars .skin.last-block {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }

.filter {
  height: 100%;
  padding-bottom: 50px; }
  .filter__form {
    margin-top: 56px; }
    .filter__form_line {
      margin-bottom: 40px; }
    .filter__form .form__text,
    .filter__form .form__select {
      line-height: 14px; }
    .filter__form .form__select {
      font-size: 14px; }
    .filter__form .form__text {
      font-size: 16px;
      width: 158px;
      padding-bottom: 13px;
      padding-left: 5px;
    }
   .filter__form option {
      font-size: 12px;
      line-height: 14px;
    }

    .filter__form label {
      font-size: 13px;
      line-height: 14px;
      margin-bottom: 15px;
      display: block; }
    .filter__form .form__select label {
      margin-bottom: 0;
      cursor: pointer; }

.market #category .category__list {
  width: 100%;
  left: 0;
  padding-left: 0; }

@media all and (min-width: 981px) {
  .market .basket {
    padding-bottom: 30px; }
  .market__content {
    padding: 0; }
  .market .category__list {
    overflow-x: hidden; } }

@media all and (min-width: 980px) and (min-height: 833px) {
  .filter {
    height: 812px;
    padding-bottom: 60px; }
  .market .basket {
    height: 812px;
    padding-bottom: 140px; } }

@media all and (min-width: 980px) and (max-height: 832px) {
  .filter {
    height: -webkit-calc(100vh - 30px);
    height: calc(100vh - 30px);
    padding-bottom: 60px; }
  .market .basket {
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
    padding-bottom: 50px; } }

.auth .wrap {
  background: #2D3148;
  padding-bottom: 40px; }

.auth .screen {
  padding-top: calc((812px / 100) * 5);
  background: #2D3148;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 50px;
  overflow: hidden;
}

.auth__icon {
  width: calc((812px / 100) * 40);
  height: calc((812px / 100) * 40);
  min-height: calc((812px / 100) * 40);
  background: #44496B;
  margin: 0 auto;
  margin-bottom: calc((812px / 100) * 4);
}
.auth__icon img {
  max-width: 70%;
  height: auto;
}

.auth h1 {
  margin-bottom: calc((812px / 100) * 2.5);
  font-size: calc((812px / 100) * 4.5);
}

.auth span {
  font-size: 12px;
  line-height: 140%;
  display: block;
  width: 100%; }

.auth .t-red {
  color: #FF2020; }

.auth .mg40 {
  margin-top: calc((812px / 100) * 4)}

.auth .mg60 {
  margin-top: calc((812px / 100) * 6); }

.auth input {
  font-size: 16px; }

.auth .form__text {
  padding-bottom: 14px;
  line-height: 19px;
}
.auth .form__text.active {
  border-bottom: 1px solid #FED95A !important;
}

.auth .form label {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 16px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  left: 0; }
  .auth .form label.focus {
    bottom: 40px;
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.5); }

.auth .t-gray {
  color: #B7B7B7; }

.auth .code-input {
  text-align: center;
  border: none;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 20px;
  margin: 18px 0 10px 0;
  width: 100%;
  padding: 0 0 0 24px; }
  .auth .code-input::-webkit-input-placeholder {
    font-size: 36px;
    line-height: 35px;
    font-weight: 100;
    letter-spacing: 20px;
    width: 20px; }
  .auth .code-input::-moz-placeholder {
    font-size: 36px;
    line-height: 35px;
    font-weight: 100;
    letter-spacing: 20px;
    width: 20px; }
  .auth .code-input:-moz-placeholder {
    font-size: 36px;
    line-height: 35px;
    font-weight: 100;
    letter-spacing: 20px;
    width: 20px; }
  .auth .code-input:-ms-input-placeholder {
    font-size: 36px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 10px;
    width: 20px; }

.auth .skip {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #C5C5C5;
  margin-bottom: 20px; }

.auth .bottom {
  margin-top: calc((812px / 100) * 4.5) }

.tools {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #000000;
  z-index: 9999;
}

@media all and (max-width: 992px) {

  .auth .screen {
    height: 100vh;
    max-height: 100vh;
    padding-bottom: 90px;
    min-height: 100vh;
    padding-top: 2.5vh;
    overflow: hidden;
  }
  .auth__icon {
    width: 33vh;
    height: 33vh;
    min-height: 33vh;
    margin-bottom: 3vh;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -moz-transition: all ease-in-out 500ms;

  }
  .auth__icon.hidden {
    height: 0;
    min-height: 0;
    max-height: 0;
  }
  .auth__icon.hidden img {
    height: 0;
  }
  .auth h1 {
    margin-bottom: 2.2vh;
    font-size: 4vh;
  }
  .auth .mg40 {
    margin-top: 4.5vh }

  .auth .mg60 {
    margin-top: 4.2vh }

  .auth .bottom {
    margin-top: 4vh }

  .screen.top {
    -ms-transform: translateY(-40vh);
    transform: translateY(-40vh);
    -webkit-transform: translateY(-40vh);
    -moz-transform: translateY(-40vh);
  }

}

@media (max-height: 832px) and (min-width: 980px) {
  .auth .screen {
    padding-top: 4vh;
    max-height: 100vh;
    padding-bottom: 30px;
  }

  .auth__icon {
    width: 40vh;
    height: 40vh;
    min-height: 40vh;
    margin-bottom: 5vh;
  }
  .auth h1 {
    margin-bottom: 2.5vh;
    font-size: 4.5vh;
  }
  .auth .mg40 {
    margin-top: 4vh }

  .auth .bottom {
    margin-top: 4.5vh }
}

.training .wrap {
  max-height: 100vh !important;
  overflow: hidden;
}
.training .close {
  top: 20px;
  right: 20px;
  z-index: 199;
  position: fixed;
}
.training .profile__top,
.auth .profile__top {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 199;
}
.training .screen {
  padding: 0;
  max-height: 100vh !important;
  overflow: hidden;
}

.training .bottom-line {
  background: #2D3148; }

.training .top_bg {
  width: 100%;
  height: 360px;
  background: url(/images/training/bg_1.jpg) no-repeat;
  background-size: auto; }

.training #training-popup {
  position: absolute;
  padding: 30px 20px 30px 20px;
  top: auto;
  bottom: auto;
  overflow: hidden;
}
.training #training-popup.animate {
  transition: all ease-in-out 600ms;
  -webkit-transition: all ease-in-out 600ms;
  -moz-transition: all ease-in-out 600ms;
}
.training #training-popup .step-flex {
  height: 100%;
}
  .training #training-popup.step1 {
    height: 480px;
    top: calc(100vh - 480px) !important;
  }

.training #training-popup.step1 .btn-yell {
  margin-bottom: 30px;
}
.training #training-popup.step1 .step {
  height: 400px;
}
  .training #training-popup.step2 {
    height: 611px;
    top: calc(100vh - 611px) !important;
  }
.training #training-popup.step2 .step {
  height: 500px;
}
.training #training-popup.step3 {
    height: 600px;
    top: calc(100vh - 600px) !important;
  }
.training #training-popup.step3 .step {
  height: 460px;
}
  .training #training-popup.step4 {
    height: 553px;
    top: calc(100vh - 553px) !important;
  }
.training #training-popup.step4 .step {
  height: 460px;
}
  .training #training-popup.step5 {
    height: 560px;
    top: calc(100vh - 560px) !important;
  }
.training #training-popup.step5 .step {
  height: 460px;
}
.training #training-popup.step3 .step,
.training #training-popup.step4 .step,
.training #training-popup.step5 .step {
  height: 450px;
}

.training .step {
  position: absolute;
  width: 100%;
  height: 90%;
  padding: 0 40px 0 0; }

.training__date {
  margin-top: 18px; }
  .training__date_item {
    display: inline-block;
    width: 105px;
    height: 40px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background-color: #373E5E;
    -webkit-appearance: none;
    border: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px; }
    .training__date_item input[type="text"] {
      width: 100%;
      height: 100%;
      background-color: #373E5E;
      text-align: center;
      font-size: 12px;
      line-height: 40px;
      color: #FFFFFF;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px; }
    .training__date_item.big {
      width: 220px;
      height: 40px; }
    .training__date_item.active {
      background: #618AFF; }
      .training__date_item.active input[type="text"] {
        background: #618AFF; }
    .training__date_item.last {
      margin-right: 0; }
  .training__date .date_label {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    z-index: 999;
    width: fit-content;
    margin: 0 auto;
  }
.training__date_item#datetime {
  color: transparent;
}

.training input[type="text"]::-webkit-input-placeholder,
.training input[type="datetime"]::-webkit-input-placeholder,
.training input[type="datetime"]::-webkit-inner-spin-button::-webkit-input-placeholder {
  font-size: 12px;
  color: #ffffff; }

.training input[type="text"]::-moz-placeholder,
.training input[type="datetime"]::-moz-placeholder,
.training input[type="datetime"]::-webkit-inner-spin-button::-moz-placeholder {
  font-size: 12px;
  color: #ffffff; }

.training input[type="text"]:-moz-placeholder,
.training input[type="datetime"]:-moz-placeholder,
.training input[type="datetime"]::-webkit-inner-spin-button:-moz-placeholder {
  font-size: 12px;
  color: #ffffff; }

.training input[type="text"]:-ms-input-placeholder,
.training input[type="datetime"]:-ms-input-placeholder,
.training input[type="datetime"]::-webkit-inner-spin-button:-ms-input-placeholder {
  font-size: 12px;
  color: #ffffff; }

.training input[type="datetime"],
.training input[type="datetime"]::-webkit-inner-spin-button {
  display: inline-block;
  width: 105px;
  height: 40px;
  margin: 0 10px 10px 0;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: transparent;
  background-color: #373E5E;
  border: none; }

.training .mt130 {
  margin-top: 130px; }

.training .mt20 {
  margin-top: 20px; }

.training #step1 .btn-empty {
  margin-bottom: 10px; }

.training .price {
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 700;
  text-align: center !important; }
  .training .price::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.4); }
  .training .price::-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.4); }
  .training .price:-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.4); }
  .training .price:-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.4); }

.training .info {
  display: block;
  margin: 30px 0 13px 0; }

.training #training-length {
  overflow-x: auto;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  left: -20px;
  padding-left: 20px; }

.training__length {
  width: 90px;
  height: 90px;
  min-width: 90px;
  background: #373E5E;
  margin-right: 10px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-size: 12px;
  line-height: 140%; }
  .training__length.last-block {
    width: 10px;
    min-width: 10px;
    background: transparent; }
  .training__length.active {
    background: #618AFF; }

.training__level {
  display: inline-block;
  height: 33px;
  padding: 0 23px 0 41px;
  font-size: 13px;
  line-height: 33px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 400;
  margin-right: 10px; }
  .training__level .icon {
    position: absolute;
    top: 3px;
    left: 18px; }
  .training__level.master {
    border: solid 1px #51ADFA;
    color: #51ADFA; }
    .training__level.master .icon path {
      fill: #51ADFA; }
    .training__level.master.active {
      background: #51ADFA; }
  .training__level.expert {
    border: solid 1px #A96EFF;
    color: #A96EFF; }
    .training__level.expert .icon {
      top: 4px; }
    .training__level.expert.active {
      background: #A96EFF; }
  .training__level.top {
    border: solid 1px #FED95A;
    color: #FED95A; }
    .training__level.top.active {
      background: #FED95A; }
  .training__level.active {
    color: #ffffff; }
    .training__level.active .icon path {
      fill: #ffffff; }

.training #step2 .price {
  margin-bottom: 20px; }

.training .params {
  padding: 24px 0 16px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  margin-bottom: 20px; }
  .training .params span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400; }

.training .summ .num {
  font-size: 18px; }

.training__search {
  margin-top: 60px; }
  .training__search .slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .training__search .slide img {
      height: auto;
      display: inline-block !important; }
      .training__search .slide img:nth-child(1), .training__search .slide img:nth-child(7) {
        width: 24px;
        opacity: 0.2;
        -moz-opacity: 0.2; }
      .training__search .slide img:nth-child(2), .training__search .slide img:nth-child(6) {
        width: 28px;
        opacity: 0.4;
        -moz-opacity: 0.4; }
      .training__search .slide img:nth-child(3), .training__search .slide img:nth-child(5) {
        width: 46px;
        opacity: 0.6;
        -moz-opacity: 0.6; }
      .training__search .slide img:nth-child(4) {
        width: 70px; }

.training .search_status {
  display: block;
  color: #B7B7B7;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin: 10px 0 55px 0;
  text-align: center; }

.training .search_info {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF; }

.training .search_empty {
  margin: 43px 0 30px 0; }
  .training .search_empty span {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    display: block;
    text-align: center;
    margin-top: 30px; }

.training #step4 .btn-yell {
  margin: 0; }

@media all and (min-width: 376px) {
  .training .top_bg {
    background-size: cover; } }

.trainers__cover {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 483px;
  background: no-repeat top left;
  background-size: cover;
  z-index: 9; }

.trainers .screen {
  background: transparent;
  padding-bottom: 90px;
  overflow-y: auto;
  position: absolute;
}

.trainers .air__profile {
  z-index: 19; }

.trainers__head {
  margin-top: 30px;
  z-index: 19; }

.trainers .training__level {
  height: 25px;
  padding: 0 15px 0 32px;
  font-size: 10px;
  line-height: 24px;
  margin-right: 0;
  top: 2px; }
  .trainers .training__level .icon {
    top: 2px;
    left: 12px; }

.trainers__stat {
  margin-top: 25px; }
  .trainers__stat div {
    margin-right: 16px; }
    .trainers__stat div.last {
      margin-right: 0; }
    .trainers__stat div .value {
      display: block;
      margin-bottom: 5px;
      font-size: 17px;
      line-height: 21px;
      font-weight: 700; }
    .trainers__stat div .label {
      font-weight: 300;
      font-size: 10px;
      line-height: 12px; }

.trainers__time {
  margin-top: 15px; }
  .trainers__time span {
    font-size: 18px;
    color: #FED95A;
    font-weight: 700;
    margin-left: 10px;
    top: 2px; }
  .trainers__time_line {
    width: 246px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    top: 1px; }
    .trainers__time_line .line {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: "";
      height: 4px;
      border-radius: 29px;
      -moz-border-radius: 29px;
      -webkit-border-radius: 29px; }
      .trainers__time_line .line.high {
        background: #60EC87; }
      .trainers__time_line .line.middle {
        background: #FF9E58; }
      .trainers__time_line .line.low {
        background: #FF4343; }

.trainers .list {
  margin-top: 15px;
  z-index: 19; }
  .trainers .list__item {
    padding: 12px 12px 18px 12px; }
    .trainers .list__item .stat__item {
      margin-right: 30px; }
    .trainers .list__item .bottom {
      margin-top: 28px; }
      .trainers .list__item .bottom .reviews {
        font-size: 11px;
        line-height: 13px;
        color: #A5ABBC;
        font-weight: 400; }
    .trainers .list__item .rating {
      margin-top: 0; }
  .trainers .list .t-light {
    font-size: 10px; }
  .trainers .list .trainers__time_line {
    margin-top: 8px;
    width: 234px; }

@media all and (max-width: 380px){
  .trainers .list .trainers__time_line {
    width: 210px;
  }
}


.trainer__cover {
  position: absolute;
  top: -25px;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  height: 360px;
  background: no-repeat top left;
  background-size: cover;
  z-index: 9;
  padding: 20px 20px 62px 20px;
  overflow: hidden;
}
  .trainer__cover_top {
    width: 100%;
    height: 20px;
    z-index: 19;
  }
  .trainer__cover .backward {
    background-image: url(/images/arrow-left-white.svg); }
  .close  {
    background: url(/images/close-white-big.svg) no-repeat center;
    position: absolute;
    top: -4px;
    right: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 59;
  }


  .trainer__cover_bottom {
    margin-top: 164px; }
    .trainer__cover_bottom .price {
      width: 75px;
      height: 30px;
      background: #FED95A;
      -webkit-border-radius: 11px;
              border-radius: 11px;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      color: #2D3148;
      display: block;
      margin-top: 5px; }

.trainer #trainer-popup {
  position: relative;
  padding: 30px 20px 90px 20px;
  bottom: 0;
  left: -20px;
  top: 295px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  min-height: 485px;
  overflow: hidden;
}

.trainer__stat {
  margin-top: 26px;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  padding: 0 20px 18px 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15); }
  .trainer__stat .value {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px; }
  .trainer__stat .label {
    font-size: 10px;
    line-height: 12px; }
  .trainer__stat .rating {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 4px; }
    .trainer__stat .rating svg {
      top: -1px; }

.trainer__info {
  margin-top: 34px; }
  .trainer__info span {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%; }
  .trainer__info h3 {
    display: block;
    font-size: 18px;
    line-height: 21px; }
  .trainer__info .title {
    margin-top: 35px; }
  .trainer__info .statistic__games {
    margin: 15px 0 59px 0; }
    .trainer__info .statistic__games_item {
      background: #1D2230; }
      .trainer__info .statistic__games_item.last-block {
        background: transparent; }
  .trainer__info .until {
    text-align: center;
    margin-bottom: 30px; }
.trainer__info .until .until-text {
  font-size: 18px;
  line-height: 21px;
}

.list_more {
  width: 61px;
  height: 28px;
  background: #FED95A;
  -webkit-box-shadow: 0px 4px 17px rgba(254, 217, 90, 0.12);
          box-shadow: 0px 4px 17px rgba(254, 217, 90, 0.12);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-size: 14px;
  line-height: 28px;
  color: #1D2230;
  text-align: center;
  z-index: 39; }

.review .screen {
  padding: 0;
  max-height: 100vh !important;
  overflow: hidden;
}

.review .top_bg {
  position: absolute;
  width: 100%;
  height: 561px;
  background: url(/images/trainers/review_bg.jpg) no-repeat;
  background-size: cover; }

.review #review-popup {
  position: relative;
  padding: 30px 20px 0 20px;
  top: auto;
  bottom: auto;
  overflow: hidden;
}
.review #review-popup.animate {
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
}
  .review #review-popup.step1 {
    height: 600px;
    top: calc(100vh - 600px) !important;
  }
.review #review-popup.step1 .step {
  height: 600px;

}
  .review #review-popup.step2 {
    top: calc(100% - 290px);
    height: 290px; }
.review #review-popup.step2 .step {
  height: 290px;

}

  .review #review-popup.step3 {
    top: calc(100vh - 380px);
    height: 380px; }
.review #review-popup.step3 .step {
  height: 380px;
}
  .review #review-popup.step4 {
    top: calc(100vh - 355px);
    min-height: 355px; }

.review #review-popup.step4 .step {
  height: 355px;
}

.review .profile__person .rating_label {
  font-size: 14px;
  line-height: 16px;
  color: #DCD8D8;
  margin-right: 5px;
  font-weight: 400; }

.review .rating {
  margin-top: 0;
  font-size: 12px;
  line-height: 14px;
  top: 1px; }

.review__rating {
  margin: 45px 0 40px 0; }
  .review__rating .star {
    width: 31px;
    height: 31px;
    background: no-repeat center;
    background-size: auto;
    margin-right: 22px; }
    .review__rating .star:last-child {
      margin-right: 0; }
    .review__rating .star.empty {
      background-image: url("/images/star-empty.png"); }
    .review__rating .star.filled {
      background-image: url("/images/star-filled.png"); }

.review textarea.form__text {
  height: 5px;
  font-family: 'IBM Plex Sans', sans-serif;
  min-height: 15px;
  padding: 0; }

.review .form label {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  bottom: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  left: 0;
  font-weight: 400; }
  .review .form label.focus {
    bottom: 20px;
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.5); }

.review .actions {
  margin-top: 20px;
  min-height: 120px; }
  .review .actions .no-trainig {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    opacity: 0.8;
    -moz-opacity: 0.8;
    display: block;
    text-align: center;
    margin-bottom: 22px; }

.review .success img {
  max-width: 69px;
  height: auto;
  position: absolute;
  top: 7px;
  right: 0; }

.review .success .btn-yell {
  margin-top: 35px; }

.review .refused .btn-yell {
  margin-top: 40px; }

.review .problems {
  margin-top: 24px; }
  .review .problems__item {
    height: 24px;
    margin-bottom: 20px; }
    .review .problems__item .square {
      width: 24px;
      height: 24px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      margin-right: 15px; }
    .review .problems__item span {
      font-size: 14px;
      line-height: 16px;
      font-weight: 400; }
    .review .problems__item.active .square {
      border: none;
      background: url(/images/square-yell.svg) no-repeat center; }
    .review .problems__item.active span {
      color: #FED95A; }

.review .thank span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-top: 12px; }

.review .thank .btn-yell {
  margin-top: 60px; }
.screen#challenge {
  padding-bottom: 90px;
}
.screen#challenge .top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 371px;
  background: url(/images/challenges/bg.jpg) no-repeat top left;
  background-size: cover !important;
  z-index: 9; }
  .challenges .top_bg.step1 {
    background: url(/images/challenges/bg_2.jpg) no-repeat top left;
    height: 372px; }
  .challenges .top_bg.step2 {
    background: url(/images/challenges/bg_3.jpg) no-repeat top left;
    height: 545px; }
  .challenges .top_bg.step3 {
    background: url(/images/challenges/bg_4.jpg) no-repeat top left;
    height: 356px; }
  .challenges .top_bg.step4 {
    background: url(/images/challenges/bg_5.jpg) no-repeat top left;
    height: 545px; }

.screen#challenge {
  background: transparent; }


.screen#challenge h1 span,
.screen#challenge .h1 span {
  font-weight: 700;
  line-height: 1.4;
  font-size: 30px;
}


.challenges .step {
  padding: 30px 20px 26px 20px; }

.challenges__top {
  margin-top: 74px;
  z-index: 19; }
  .challenges__top h1 {
    margin: 12px 0 8px 0; }
  .challenges__top .t-yell {
    color: #FED95A;
    font-size: 14px;
    line-height: 16px; }
  .challenges__top .t-light {
    letter-spacing: 0.02em; }
  .challenges__top .btn-yell {
    margin-top: 34px; }

.challenges .profile__tournament {
  z-index: 19;
  margin-bottom: 30px; }
  .challenges .profile__tournament .list__item {

    -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.35), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.35), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.1); }

.challenges .profile__tournament .list__item.active {
  border: solid 2px #FED95A;
}

.challenges .list_more {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.challenges .goto {
  background: url(/images/settings-black.svg) no-repeat center center #FED95A; }

.challenges__detail {
  z-index: 19; }
  .challenges__detail_params {
    margin-top: 26px; }
  .challenges__detail .param:first-child {
    margin-right: 28px; }
  .challenges__detail .param .value {
    display: block;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 6px; }
  .challenges__detail_prize {
    margin-top: 20px;
    border: 1px dashed #FED95A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px 20px 15px 20px; }
    .challenges__detail_prize div {
      margin-left: 25px; }
    .challenges__detail_prize .t-yell {
      display: block;
      margin-bottom: 6px;
      color: #FFEF60; }

.challenges__stats {
  margin-top: 60px; }
  .challenges__stats_item {
    padding-bottom: 20px;
    margin-bottom: 9px;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.3); }
    .challenges__stats_item .top {
      margin-bottom: 10px; }
    .challenges__stats_item .circle {
      width: 40px;
      height: 40px;
      margin-right: 12px; }
    .challenges__stats_item .time {
      font-size: 14px;
      line-height: 18px;
      color: #FED95A; }
    .challenges__stats_item .bottom .value {
      display: block;
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 5px; }
  .challenges__stats .btn-yell {
    margin: 92px 0 10px 0; }

.challenges .b-popup,
.home #participate {
  overflow: hidden;
  }
.home #participate.in-bottom {
  height: 480px;
}
  .challenges .b-popup.in-bottom,
  .challenges .b-popup.step1 {
    height: 540px; }
  .challenges .b-popup.step2 {
    height: 315px; }
  .challenges .b-popup.step3 {
    height: 495px; }
  .challenges .b-popup.step4 {
    height: 315px; }
  .challenges .b-popup .head_span {
    display: block;
    color: #FED95A;
    margin-bottom: 20px; }
  .challenges .b-popup .info {
    margin: 24px 0 30px 0; }
    .challenges .b-popup .info > li {
      margin-bottom: 12px; }
      .challenges .b-popup .info > li img {
        margin-right: 10px; }
  .challenges .b-popup .challenges__detail_params {
    margin-top: 18px; }
#participate .score {
    margin: 18px 0 50px 0; }
#participate .score div {
      margin-right: 69px; }
#participate .score .summ {
      display: block;
      font-size: 24px;
      line-height: 28px;
      color: #FF4343;
      margin-bottom: 6px; }
  #participate .success {
    margin-top: 20px; }
#participate .success img {
      max-width: 79px; }
#participate .success h1.t-green {
      display: block;
      margin: 43px 0 2px 0; }
#participate .success .score {
      margin: 44px 0 36px 0;
      text-align: center; }
#participate .success .score .summ {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 5px;
  display: block;
}
#participate .denied .t-light {
    display: block;
    margin: 13px 0 36px 0; }

#participate #step1 {
  z-index: 19;
  padding-top: 20px;
}

#participate #step2 {
  z-index: 39; }

@media all and (min-width: 981px) {
  .challenges .b-popup,
  .home #participate {
    position: absolute; }
    .challenges .b-popup.in-bottom,
    .home #participate.in-bottom {
      bottom: auto;
      top: 105%; }
    .challenges .b-popup.step1 {
      top: -webkit-calc(100% - 510px);
      top: calc(100% - 510px);
      min-height: 510px; }
    .challenges .b-popup.step2 {
      top: -webkit-calc(100% - 320px);
      top: calc(100% - 320px);
      min-height: 320px; }
    .challenges .b-popup.step3 {
      top: -webkit-calc(100% - 500px);
      top: calc(100% - 500px);
      min-height: 500px; }
    .challenges .b-popup.step4 {
      top: -webkit-calc(100% - 318px);
      top: calc(100% - 318px);
      min-height: 318px; } }

.challenges .screen__bg {
  opacity: 0.5;
}
.home .screen__bg {
  opacity: 0.9;
}

.home #tournirs {
  padding-bottom: 90px;
}
.home #tournirs .top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 597px;
  background: url(/images/tournirs/bg.png) no-repeat top left;
  background-size: cover !important;
  z-index: 9;
}
.tournirs__content {
  z-index: 19;
}
.tournirs__top {
  width: 100%;
  height: 20px;
}
.tournirs__top .backward {
  position: relative;
}
.b-popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 30px;
  background: url(/images/close-white-big.svg) no-repeat center;
  z-index: 99;
}
.tournirs__head {
  margin-top: 80px;
}
.tournirs__head span {
  font-size: 12px;
  font-weight: 400;
}
.tournirs__head h1 {
  margin: 10px 0 0 0;
}
.tournirs__head h2 {
  color: #FED95A;
}
.tournirs__head_info {
  margin-top: 40px;
}
.tournirs__head_info .date {
  padding-top: 10px;
}
.tournirs__head_info .date span {
  margin-right: 15px;
}
.tournirs__head_info h3 {
  font-size: 24px;
  margin: 12px 0 12px 0;
}
.tournirs__head_info .score .t-light {
  color: #979797;
  margin-right: 8px;
}
.tournirs__head .t-green {
  font-weight: 700;
}
.tournirs__head_info .found {
  width: 108px;
  height: 108px;
  border: 1px solid #FED95A;
  color: #FFEF60;
}
.tournirs__head_info .found h3 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 1px;
}
.tournirs__head .btn-yell {
  margin-top: 56px;
}
.tournirs__list {
  margin-top: 50px;
}
.tournirs .goto {
  background: url(/images/settings-black.svg) no-repeat center center #FED95A;
}
.tournirs__list h2 {
  margin-bottom: 0;
}
.tournirs__tabs > li {
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.4;
  margin-right: 30px;
}
.tournirs__tabs > li.active {
  opacity: 1;
}
.tournirs__tab_content {
  margin-top: 42px;
}
.tournirs__tab_content .title h3 {
  color: #F7EF50;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.tournirs__tab_content .title {
  margin: 0 0 25px 0;
}
.tournirs__tab_item {
  position: absolute;
  width: 100%;
}
.tournirs__tab_item.active {
  position: relative;
}

.tournirs__tab_item#challenge-tab {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
}
.tournirs .profile__tournament .list__item {
  padding: 16px 20px 20px 20px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.35), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.tournirs .profile__tournament .list__item .title {
  margin-top: 0;
  color: #ffffff;
}
.home #tournirs-tab .list_more {
  position: absolute;
  bottom: 1px;
  right: 3px;
}
.home #participate .top {
  padding-bottom: 64px;
  border-bottom: 1px dashed rgba(255,255,255,0.15);

}
.home #participate {
  padding: 22px 20px 25px 20px;
  overflow: hidden;
}
.home #participate.step1 {
  height: 500px;
}
.home #participate.step2 {
  height: 330px;
}
.home #participate.step3 {
  height: 510px;
}
.home #participate.step4 {
  height: 340px;
  padding-top: 40px;
}

.home #participate.step1 .bottom-line{
  bottom: 0;
  top: auto;
}
.home #participate.step1 .bottom-line span {
  width: 128px;
}
.home #participate .step {
  overflow: hidden;
  height: 100%;
}
.tournirs .b-popup .date span {
  margin-right: 15px;
}
.home #participate h3 {
  margin: 20px 0 15px 0;
  font-size: 24px;
}
.home #participate .t-gray {
  color: #979797;
  margin-right: 7px;
}
.home #participate .t-green {
  font-weight: 700;
}
.home #participate .notice {
  display: block;
  margin-top: 19px;
}
.home #participate #step3 .score {
  margin: 30px 0 60px 0;
}
.home #participate .score div {
  margin-right: 70px;
}
.home #participate .score .value {
  display: block;
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 18px;
  font-weight: 700;
}
.home #participate .score .yell {
  color: #FED95A;
}
.home #participate .score .yell .t-light {
  opacity: 0.5;
}

.step1 .tournirs__top .close {
  display: block;
}
.step1 .tournirs__top .backward {
  background: url(../images/arrow-left-white.svg) no-repeat center;
}
@media (min-width: 981px) {
  .home #participate.step1 {
    height: 440px;
  }
}
.home #questionary {
  padding: 30px 20px 80px 20px;
  background: #1D2230;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.33);
  overflow: hidden;
}
.home #questionary.dstep1 {
  height: 550px;
}
.home #questionary .step {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 470px;
}
.home #questionary .step.active {
  position: relative;
}

.home #questionary .h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
}
.home #questionary .lgames {
  margin-top: 40px;
}
.home #questionary .lgames__item {
  margin-bottom: 30px;
  width: 100%;
}
.home #questionary .lgames__item:last-child {
  margin-bottom: 0;
}
.home #questionary .lgames__item .title {
  margin-left: 20px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 300;
}
.home #questionary .lgames__item .check {
  display: block;
  width: 30px;
  height: 30px;
  background: #2D3148;
}
.home #questionary .lgames__item.active .title{
  color: #F7EF50;
}
.home #questionary .lgames__item.active .check {
  border: 2px solid #F7EF50;
  background: url("/images/home/check-yell.svg") no-repeat center #2D3148;
}
.home #questionary .btn-yell {
  height: 40px;
  line-height: 40px;
  background: #F7EF50;
  font-weight: 700;
  font-size: 14px;
  color: #0A090F;
  border-radius: 100px;
  margin-top: 40px;
}
.home #questionary .levels {
  margin-top: 45px;
}
.home #questionary .levels__item {
  width: 100%;
  margin-bottom: 37px;
}
.home #questionary .levels__item:last-child {
  margin-bottom: 0;
}
.home #questionary .levels__item .label {
  background: #F7EF50;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1D2230;
  padding: 2px 15px 2px 15px;
  margin-bottom: 12px;
  display: inline-block;
}
.home #questionary .levels__item .scale {
  padding: 0 26px 0 26px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.3);
}
.home #questionary .levels__item .scale:first-child {
  border-left: none;
}
.home #questionary .levels__item .scale:last-child {
  border-right: none;
}
.home #questionary .levels__item .scale.active {
  color: #F7EF50;
}

.home .alert__body div {
  width: 100%;
}
.home .alert .alert-close {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 99;
}
.home #main {
  padding: 0 0 80px 0;
  background: #1D2230;
}

.home .top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 737px;
  background: url(/images/home/bg.png) no-repeat top left;
  background-size: cover !important;
  z-index: 9;
}
.home__animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.home__animate .layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/video-bg.png") no-repeat center;
  background-size: cover;
  z-index: 2;
}
.home__animate #home_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home__content {
  z-index: 19; }

.home__head {
  padding: 10px 20px 30px 20px;
  z-index: 19;
  height: 100vh;
}
.home__head .column {
  height: 100%;
}
.home__head .air__profile {
  margin: 30px 0 14vh 0;
}
.home__head h1 {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
  font-size: 35px;
  line-height: 47px;
}
.home__head ul {
  padding: 0 20px 0 20px;
  width: 100%;
  margin-bottom: 60px;
}
.home__head ul > li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 140%;
  font-weight: 300;
}
.home__head ul > li:last-child {
  margin-bottom: 0;
}
.home__head .actions {
  width: 300px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10vh;
  background: #F7EF50;
  border-radius: 100px;
}
.home__head .actions a {
  width: calc(50% - 2px);
  height: 40px;
  text-align: center;
  display: inline-table;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #0A090F;
}
.home__head .actions a:first-child {
  border-right: 1px solid #0A090F;
}
.home__body {
  background: #F7EF50;
  padding: 80px 20px 140px 20px;
  z-index: 19;
  color: #0A090F;
}

.home__body .h1 {
  font-size: 27px;
  line-height: 33px;
  width: fit-content;
}


.home .games {
  margin-top: 15px;
}
.home .games .card {
  width: 189px;
  min-width: 189px;
  height: 136px;
  margin-right: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.35);
}
.home .games .card.last-block {
  width: 1px;
  min-width: 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.home .games .card__logo {
  left: 14px;
  bottom: 14px; }

.home span {
  font-size: 12px;
  line-height: 140%; }

.home__body .h1 .circle {
  position: absolute;
  top: -5px;
  right: -34px;
  width: 30px;
  height: 18px;
  background: #A96EFF;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border-radius: 10px;
}

.home .howorks {
  width: 355px;
  height: 230px;
  margin: 0 auto;
  background: url("/images/home/howorks.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  z-index: 99;
  margin-top: -70px;
  color: #ffffff;
}
.home .howorks .more {
  position: absolute;
  top: 11px;
  right: 15px;
}
.home .howorks .content {
  position: absolute;
  top: 140px;
  width: 100%;
}
.home .howorks .content .h2 {
  font-size: 27px;
  line-height: 140%;
  margin-bottom: 17px;
  text-align: center;
}
.home .howorks .content .meta {
  margin: 0 auto;
  text-align: center;
}
.home .howorks .content .meta > li {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}
.home .howorks .content .meta > li img {
  display: inline-block;
  margin-right: 6px;
  top: 3px;
}
.home .howorks .content .meta > li.like {
  margin-right: 28px;
}
.home .howorks .play {
  position: absolute;
  top: 10px;
  left: 0;
}
.home .trainer {
  padding: 70px 20px 0 20px;
  text-align: center;
  flex-wrap: wrap;
}
.home .trainer .h2 {
  font-size: 27px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 26px;
}
.home .trainer .btn {
  display: block;
  width: 290px;
  height: 40px;
  background: #505360;
  border-radius: 100px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #0A090F;
}


.home .run {
  margin: 30px 0 66px 0; }


.home .modes {
  margin: 30px 0 0 0;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);


}
.home .modes__item {
  margin-right: 5px;

}
.home .modes__item img {
  margin: 0 auto;
}
.home .modes__item span {
  text-align: center;
  display: block;
  padding-left: 5px; }
.home .modes__item.active span {
  font-size: 13px;
  font-weight: bold;
}
.home .dashed {
  border: 1px dashed #FFFFFF;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px 30px 44px 30px; }
.home .dashed h2 {
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin: 19px 0 15px 0; }
.home .dashed .btn-big {
  margin-top: 35px; }

.home #mode-popup {
  padding: 35px 20px 80px 20px;
  height: 90vh;
  overflow: hidden;

}
.home #mode-popup .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #2D3148;
}
.home #mode-popup .body {
  overflow-y: scroll;
  height: calc(100% + 90px);
}
.home #mode-popup .bottom-line {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  height: 70px;
  z-index: 999;

}
.home #mode-popup .bottom-line span {
  width: 50px;
}
.home #mode-popup .desc {
  margin: 15px 0 30px 0;
  display: block;
}
.home #mode-popup .list {
  margin-top: 15px;
  height: auto;
  padding-bottom: 80px;
}
.home #mode-popup .list__item {
  max-height: 105px;
  padding: 12px 15px 12px 0;
  background: #373E5E;
  border-radius: 10px;
  margin-bottom: 12px;
}
.home #mode-popup .list__item img {
  display: inline-block;
  height: auto;
  margin-right: 7px;
  top: -10px;
  left: -3px;
  max-width: 114px;
}
.home #mode-popup .list__item div {
  display: inline-block;
  width: calc(100% - 128px);
  vertical-align: top;
  height: 100%;
}
.home #mode-popup .list__item p {
  margin-bottom: 5px;
}

.home #training .top_bg {
  background: #1D2230;
}
.home #training .content {
  margin-top: 45px;
  z-index: 9;
}
.home #training h1 {
  width: 100%;
  text-align: left;
  top: -5px;
}
.home #training .t-light {
  margin-top: 30px;
  display: block;
}
.home #training .tournirs__top {
  z-index: 9;
}
.home #training .games__list {
  margin-top: 15px;
}
.home #training .games__list .card {
  width: 100%;
  height: 130px;
  background: no-repeat top left;
  background-size: cover;
  margin-bottom: 20px;
}
.home #training .games__list .card:last-child {
  margin-bottom: 0;
}
.fade-in {
  animation: fadeIn ease 2000ms;
  -webkit-animation: fadeIn ease 2000ms;
  -moz-animation: fadeIn ease 2000ms; }

.screen#call {
  width: 100vw;
  height: 100vh;
  background: url("/images/home/call-bg.png") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.screen#call .body {
  height: calc(100% - 30px);
}
.screen#call .top {
  margin: 10px 0 30px 0;
}
.screen#call .h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.screen#call .member {
  width: 100%;
  height: 100px;
  background: #2D3148;
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}
.screen#call .member .photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  background: no-repeat center;
  background-size: cover;
}
.screen#call .member .photo .status {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 14px;
  height: 14px;
  border: solid 2px #2D3148;
  border-radius: 50%;
}
.screen#call .member .photo .status.online {
  background: #60EC87;
}
.screen#call .member .photo .status.offline {
  background: #FED95A;
}
.screen#call .member .info .h4 {
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.screen#call .member .info .status {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.screen#call .member .info .status.online {
  color: #3EC28F;
}
.screen#call .member .info .status.offline {
  color: #FED95A;
}
.screen#call .actions .call-end {
  margin: 0 33px 0 33px;
}
#tournir-active .t-light span {
  margin-right: 10px;
}

#need-auth {
  height: 260px;
  padding: 30px 15px 40px 15px;
  position: fixed;
  bottom: 0;
  transform: translate(0,100%);
  -webkit-transform: translate(0,100%);
}
#need-auth.active {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);

}
#need-auth h1 {
  margin-bottom: 10px;
}

#need-auth .t-light {
  margin-bottom: 20px;
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in {
  animation: zoomIn ease 1300ms infinite;
  -webkit-animation: zoomIn ease 1300ms infinite;
  -moz-animation: zoomIn ease 1300ms infinite; }

@-webkit-keyframes zoomIn {
  from {
    zoom: 1; }
  50% {
    zoom: 1.05; } }

@keyframes zoomIn {
  from {
    zoom: 1; }
  50% {
    zoom: 1.05; } }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding: 0;
  position: relative !important;
  top: 0; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  left: 0 !important; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: -100px;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none; }

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
          box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */ }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }


body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
  overflow: hidden;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100% !important;
  overflow: visible;
  padding: 0;
  width: 100% !important;
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  width: 36px;
  height: 36px;

}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  border: 0;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  opacity: 0.9;
  padding: 8px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 401;
  background: #ffffff;
  text-align: center;
  width: 50px;
  height: 50px;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 30px;
  top: 15px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {

}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }
  .fancybox-slide--image {
    padding: 6px 0
  }
  .fancybox-close-small {
    right: -6px
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {

    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}
input, textarea, select {
  user-select: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}