

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1019px) {
    .slick-list {
      overflow: hidden; } }
  .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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide:focus {
    outline: none; }
  [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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "TBold";
  font-weight: bold;
  src: url("../fonts/T/TStarProBold.otf"); }

@font-face {
  font-family: "TMedium";
  font-weight: bold;
  src: url("../fonts/T/TStarProMedium.otf"); }

@font-face {
  font-family: "Icons";
  font-weight: normal;
  src: url("../fonts/icons/icomoon.eot"); }

@font-face {
  font-family: "TRegular";
  font-weight: normal;
  src: url("../fonts/T/TStarProRegular.otf"); }

@media screen and (min-width: 1020px) {
  html {
    width: 100vw;
    height: 100vh;
    overflow: hidden; } }

@media screen and (max-height: 639px) {
  html {
    overflow-y: scroll;
    height: auto;
    overflow-x: hidden; } }

@media screen and (min-width: 1020px) {
  body {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden; } }

@media screen and (max-height: 639px) {
  body {
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto; } }

a {
  color: #ff1779;
  text-decoration: none;
  opacity: 1; }
  a:hover {
    opacity: 0.6; }

p {
  margin: 0; }

@media only screen and (min-width: 320px) and (max-width: 1019px) {
  input[type="text"] {
    padding: 0; } }

input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0.5; }

input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0.5; }

input[type="text"]:focus::-ms-input-placeholder {
  opacity: 0.5; }

input[type="text"]:focus::placeholder {
  opacity: 0.5; }

input[type="button"] {
  opacity: 1; }
  input[type="button"]:hover {
    opacity: 0.6; }

.icon {
  display: inline-block; }

@media only screen and (min-width: 320px) and (max-width: 1019px) {
  br {
    display: none; }
  br.mobile-br {
    display: inline-block; } }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  max-width: 1400px;
  min-height: 640px;
  max-height: 1000px;
  /*height: 100vh;*/
  height: auto;
  margin: 0 auto;
  padding: 0 48px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden; }

  @media only screen and (max-width: 1019px) {
    .main {
      max-width: 100%;
      width: auto;
      min-width: 320px;
      height: auto;
      min-height: 568px;
      max-height: unset;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      padding-left: 24px;
      padding-right: 24px;
    }
  }

  .main__circle {
    background-color: #FFF344;
    width: 36.96vw;
    height: 36.96vw;
    position: absolute;
    border-radius: 50%;
    bottom: -14.7vw;
    right: -6.86vw;
    z-index: 1;
    opacity: 0.64; }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .main__circle {
        bottom: auto;
        width: 38.38vh;
        height: 38.38vh;
        top: 170px;
        right: -140px;
        z-index: 1; } }
    .main__circle--third {
      top: -37.81vh;
      right: 18.04vw;
      bottom: auto;
      z-index: -1; }
      @media only screen and (min-width: 1400px) {
        .main__circle--third {
          right: 252.56px;
          width: 517.44px;
          height: 517.44px; } }
      @media only screen and (min-height: 900px) {
        .main__circle--third {
          top: -340.29px; } }
      @media only screen and (max-height: 640px) {
        .main__circle--third {
          top: -241.984px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .main__circle--third {
          width: 46.83vh;
          height: 46.83vh;
          top: 70%;
          left: -190px; } }
    .main__circle--final {
      bottom: auto;
      right: 36.18vw;
      top: 37.18vh;
      width: 9.5vw;
      height: 9.5vw; }
      @media only screen and (min-width: 1400px) {
        .main__circle--final {
          right: 506.52px;
          width: 133px;
          height: 133px; } }
      @media only screen and (min-height: 900px) {
        .main__circle--final {
          top: 334.62px; } }
      @media only screen and (max-height: 640px) {
        .main__circle--final {
          top: 237.952px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .main__circle--final {
          top: 25vh;
          right: 19vw;
          width: 70px;
          height: 70px; } }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }

  .header a {
    color: #393A9E; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-menu {
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-top: 26px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .icon-menu img {
    margin-right: 5px;
  }

  .header__logo__logo {
    font-family: "TBold";
    font-size: 24px;
    text-decoration: none;
    color: #393A9E;
    margin-left: 16px;
  }

  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 10.8125vw;
    padding-top: 9px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 14.625vw; }
    @media only screen and (min-width: 1400px) {
      .header__social {
        margin-left: 204.75px;
        width: 151.375px; } }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .header__social {
        display: none; } }
    @media only screen and (min-width: 1020px) {
      .header__social__item span {
        font-size: calc(0.02 * 100vw + 0px); } }
    @media only screen and (min-width: 1400px) {
      .header__social__item span {
        font-size: 27.725px; } }
    @media only screen and (max-width: 1020px) {
      .header__social__item span {
        font-size: 20.2px; } }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    order: 0;
    display: flex;
    -ms-flex-line-pack: right;
    align-content: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    margin-top: 1px;
    margin-left: 64px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  @media only screen and (max-width: 1019px) {
    .header__logo {
      width: auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      /*justify-content: space-between; */
      justify-content: start;
      order: 3;
      margin-left: auto;
    }

    .header__nav {
      display: none;
    }
  }

  .header__nav__item {
    font-family: "TBold";
    color: #393A9E;
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
  }

  .header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8.4375vw;
    width: 10.4375vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (min-width: 1400px) {
      .header__auth {
        width: 146.125px;
        margin-left: 118.125px; } }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .header__auth {
        display: none; } }
    .header__auth__login {
      font-family: "TBold"; }
      @media only screen and (min-width: 1020px) {
        .header__auth__login {
          font-size: calc(0.014 * 100vw + 0px); } }
      @media only screen and (min-width: 1400px) {
        .header__auth__login {
          font-size: 19.216px; } }
      @media only screen and (max-width: 1020px) {
        .header__auth__login {
          font-size: 14px; } }
    .header__auth__reg {
      font-family: "TBold"; }
      @media only screen and (min-width: 1020px) {
        .header__auth__reg {
          font-size: calc(0.014 * 100vw + 0px); } }
      @media only screen and (min-width: 1400px) {
        .header__auth__reg {
          font-size: 19.216px; } }
      @media only screen and (max-width: 1020px) {
        .header__auth__reg {
          font-size: 14px; } }
      .header__auth__reg a {
        color: #FF1779; }

  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  @media only screen and (max-width: 1019px) {
    .content {
      padding-top: 5px;
    }
  }
  @media only screen and (min-width: 1019px) {
    [id^="article-"]{max-width: 70%}
  }

  .content__first {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16.09vh; }
    @media only screen and (min-width: 1400px) {
      .content__first {
        background-position-x: 552.125px;
        background-size: 673.96px; } }
    @media only screen and (min-height: 900px) {
      .content__first {
        background-position-y: 115.29px;
        padding-bottom: 144.81px; } }
    @media only screen and (max-height: 640px) {
      .content__first {
        background-position-y: 81.984px;
        padding-bottom: 102.976px; } }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .content__first {
        padding-top: 3.16vh;
        padding-bottom: 0; } }
    .content__first::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-image: url("../img/first_page_bg.png");
      background-repeat: no-repeat;
      background-position-x: 39.4375vw;
      background-position-y: 12.81vh;
      background-size: 48.14vw; }
      @media only screen and (min-width: 1400px) {
        .content__first::after {
          background-position-x: 552.125px;
          background-size: 673.96px; } }
      @media only screen and (min-height: 900px) {
        .content__first::after {
          background-position-y: 115.29px; } }
      @media only screen and (max-height: 640px) {
        .content__first::after {
          background-position-y: 81.984px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__first::after {
          width: 100%;
          background-size: 49.65vh;
          background-position: center 100px; } }
      @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
        .content__first::after {
          background-size: 270px; } }
    .content__first::before {
      position: absolute;
      content: ' ';
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF891), to(#FFF66C));
      background-image: linear-gradient(180deg, #FFF891 0%, #FFF66C 100%);
      width: 36.96vw;
      height: 36.96vw;
      left: 45.1vw;
      border-radius: 50%; }
      @media only screen and (min-width: 1400px) {
        .content__first::before {
          width: 517.44px;
          height: 517.44px;
          left: 631.4px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__first::before {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 35.21vh;
          height: 35.21vh;
          top: 63px; } }
    .content__first__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 40.78vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 1400px) {
        .content__first__block {
          width: 570.92px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__first__block {
          width: 100%; } }
      .content__first__block__title {
        font-family: "Rubik", sans-serif;
        line-height: 1.13;
        color: #393A9E; }
        @media only screen and (min-width: 1020px) {
          .content__first__block__title {
            font-size: calc(0.052 * 100vw + 0px); } }
        @media only screen and (min-width: 1400px) {
          .content__first__block__title {
            font-size: 72.745px; } }
        @media only screen and (max-width: 1020px) {
          .content__first__block__title {
            font-size: 53px; } }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__first__block__title {
            text-align: center;
            font-size: 30px;
            line-height: 35px;
            z-index: 999; } }
      .content__first__block__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 32.8125vw;
        margin-left: 0.1875vw;
        margin-top: 8.4375vh; }
        @media only screen and (min-width: 1400px) {
          .content__first__block__form {
            width: 459.375px;
            margin-left: 2.625px; } }
        @media only screen and (min-height: 900px) {
          .content__first__block__form {
            margin-top: 75.938px; } }
        @media only screen and (max-height: 640px) {
          .content__first__block__form {
            margin-top: 54px; } }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__first__block__form {
            margin: 0;
            margin-top: 42.08vh;
            width: 100%; } }
        @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
          .content__first__block__form {
            margin-top: 265px; } }
        .content__first__block__form__date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .content__first__block__form__date__item {
            margin-bottom: 24px;
            border: 1px solid #6263EA;
            border-radius: 3px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 15.69vw;
            height: 13.44vh;
            padding-left: 1.9375vw;
            font-family: "TBold";
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: white; }
            @media only screen and (min-width: 1400px) {
              .content__first__block__form__date__item {
                width: 219.66px;
                padding-left: 27.125px; } }
            @media only screen and (min-height: 900px) {
              .content__first__block__form__date__item {
                height: 120.96px; } }
            @media only screen and (max-height: 640px) {
              .content__first__block__form__date__item {
                height: 86.016px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__first__block__form__date__item {
                width: 41.3vw;
                height: 75px;
                padding-left: 18px;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                padding-top: 1.95vh; } }
            .content__first__block__form__date__item--wrapper {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -ms-flex-line-pack: center;
              align-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              /*align-items: center; */
            }
              .content__first__block__form__date__item--wrapper:nth-of-type(2) {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -ms-flex-line-pack: start;
                align-content: flex-start; }
            .content__first__block__form__date__item__title {
              margin-bottom: 1vw;
              color: #393A9E; }
              @media only screen and (min-width: 1020px) {
                .content__first__block__form__date__item__title {
                  font-size: calc(0.015 * 100vw + 0px); } }
              @media only screen and (min-width: 1400px) {
                .content__first__block__form__date__item__title {
                  font-size: 20.588px; } }
              @media only screen and (max-width: 1020px) {
                .content__first__block__form__date__item__title {
                  font-size: 15px; } }
              @media only screen and (min-width: 1400px) {
                .content__first__block__form__date__item__title {
                  margin-bottom: 14px; } }
              @media only screen and (min-width: 320px) and (max-width: 1019px) {
                .content__first__block__form__date__item__title {
                  margin-bottom: 10px; } }
            .content__first__block__form__date__item__text {
              cursor: pointer;
              color: #FF1779;
              z-index: 999;
              cursor: pointer;
              border: 0;
              font-family: "TMedium"; }
              @media only screen and (min-width: 1020px) {
                .content__first__block__form__date__item__text {
                  font-size: calc(0.014 * 100vw + 0px); } }
              @media only screen and (min-width: 1400px) {
                .content__first__block__form__date__item__text {
                  font-size: 19.216px; } }
              @media only screen and (max-width: 1020px) {
                .content__first__block__form__date__item__text {
                  font-size: 14px; } }
              .content__first__block__form__date__item__text::-webkit-input-placeholder {
                color: inherit; }
              .content__first__block__form__date__item__text:-ms-input-placeholder {
                color: inherit; }
              .content__first__block__form__date__item__text::-ms-input-placeholder {
                color: inherit; }
              .content__first__block__form__date__item__text::placeholder {
                color: inherit; }
              .content__first__block__form__date__item__text:focus {
                outline: none; }
              @media only screen and (min-width: 320px) and (max-width: 1019px) {
                .content__first__block__form__date__item__text {
                  font-size: 16px;
                  -webkit-appearance: none;
                  padding: 0; } }
        .content__first__block__form__location {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-top: 3.28vh;
          padding-left: 1.9375vw;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          z-index: 9; }
          @media only screen and (min-width: 1400px) {
            .content__first__block__form__location {
              padding-left: 27.125px; } }
          @media only screen and (min-height: 900px) {
            .content__first__block__form__location {
              margin-top: 29.52px; } }
          @media only screen and (max-height: 640px) {
            .content__first__block__form__location {
              margin-top: 20.992px; } }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__first__block__form__location {
              padding: 0 10px;
              margin-top: 3.52vh;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; } }
          .content__first__block__form__location__title {
            font-family: "TBold";
            color: #393A9E; }
            @media only screen and (min-width: 1020px) {
              .content__first__block__form__location__title {
                font-size: calc(0.015 * 100vw + 0px); } }
            @media only screen and (min-width: 1400px) {
              .content__first__block__form__location__title {
                font-size: 20.588px; } }
            @media only screen and (max-width: 1020px) {
              .content__first__block__form__location__title {
                font-size: 15px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__first__block__form__location__title {
                font-size: 15px;
                margin-right: 0; } }
          .content__first__block__form__location__link {
            z-index: 999;
            font-family: "TMedium";
            color: #FF1779;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer; }
            @media only screen and (min-width: 1020px) {
              .content__first__block__form__location__link {
                font-size: calc(0.014 * 100vw + 0px); } }
            @media only screen and (min-width: 1400px) {
              .content__first__block__form__location__link {
                font-size: 19.216px; } }
            @media only screen and (max-width: 1020px) {
              .content__first__block__form__location__link {
                font-size: 14px; } }
            .content__first__block__form__location__link--choosed {
              display: block;
              width: 100%;
              min-width: 115px;
              /*max-width: 155px;*/
              max-width: 100% !important;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              z-index: 999;
              position: relative;}
              @media only screen and (min-width: 320px) and (max-width: 1019px) {
                .content__first__block__form__location__link--choosed {
                  max-width: 130px; } }
            .content__first__block__form__location__link .icon-location {
              margin-right: 0.6875vw; }
              @media only screen and (min-width: 1400px) {
                .content__first__block__form__location__link .icon-location {
                  margin-right: 9.625px; } }
              @media only screen and (min-width: 320px) and (max-width: 1019px) {
                .content__first__block__form__location__link .icon-location {

                  margin-right: 7px; } }

  .content__second_mainpage {
    padding-bottom: 100px;
  }

  @media only screen and (min-width: 320px) and (max-width: 1019px) {
    .content__second {
      position: relative;
    }
  }

  .content__second__tabs {
    margin: 0 0 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  @media only screen and (max-width: 1019px) {
    .content__second__tabs {
      position: relative;
      margin-bottom: 8px;
    }
  }

  .content__second__tabs__item {
    font-family: "TBold";
    color: #393A9E;
    font-size: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 16px;
    margin-bottom: 16px;;
    background-color: #F5F5F5;
    border-radius: 3px;
    cursor: pointer;
  }

  .content__second__tabs__item--active {
    cursor: default;
    background-color: #5758DF;
    color: #fff;
  }

  .content__second__list__item {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-size: 0;
    position: relative;
  }

  .content__second__list__item--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
  }

      .content__second__list__item:after {
        position: absolute;
        width: 100%;
        height: 100vh;
        z-index: -1;
        background-repeat: no-repeat;
        content: "";
        background-image: inherit;
        background-position-x: 39.31vw;
        background-position-y: -6.56vh;
        background-size: 46.6vw; }
        @media only screen and (min-width: 1400px) {
          .content__second__list__item:after {
            background-position-x: 550.34px;
            background-size: 652.4px; } }
        @media only screen and (min-height: 900px) {
          .content__second__list__item:after {
            background-position-y: -45px; } }
        @media only screen and (max-height: 640px) {
          .content__second__list__item:after {
            background-position-y: -41.984px; } }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__second__list__item:after {
            background-position-y: -25px;
            background-position-x: -8px;
            background-position: center;
            background-size: contain;
            height: 250px; } }

  .content__second__list__item__condition {
    display: none;
  }

  .content__second__list__item__condition--active {
    display: block;
  }

  .content__second__list__item__title {
    font-family: "Rubik", sans-serif;
    line-height: 1;
    color: #393A9E;
    text-align: center;
    font-size: 40px;
    margin-top: 0;
    padding-bottom: 7px;
  }

  @media only screen and (max-width: 1019px) {
    .content__second__list__item__title {
      font-size: 29px;
      margin-top: 250px;
    }
  }

  .content__second__list__item__price {
    font-family: "TBold";
    text-align: left;
    color: #393A9E;
    font-size: 19px;
    margin-top: 9px;
  }

  .content__second__list__item__price span {
    font-family: "TBold";
    line-height: 1;
    color: #18ec98;
    font-weight: bold;
    font-size: 28px;
  }

  .content__second__list__item__mileage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    margin-top: 4.69vh;
    width: 336.906px;
  }

    @media only screen and (min-height: 900px) {
      .content__second__list__item__mileage {
        margin-top: 42.21px; } }
    @media only screen and (max-height: 640px) {
      .content__second__list__item__mileage {
        margin-top: 30.016px; } }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .content__second__list__item__mileage {
        width: 85vw;
        min-width: 272px;
        max-width: 320px;
        margin-top: 10px; } }
    .content__second__list__item__mileage__item {
      cursor: pointer;
      border-radius: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #5b5ce0;
      font-family: "TBold";
      font-weight: bold;
      font-size: 15px;
      color: #393A9E;
      width: 100.98px;
      /*height: 32.946px;*/
      height: 35px;
      margin-right: 16px;
    }
          @media only screen and (min-width: 1400px) {
            .content__second__list__item__mileage__item {
              width: 100.98px;
              height: 32.946px; } }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__second__list__item__mileage__item {
              width: 85px;
              /*height: 24px;*/
              height: 35px;
              font-size: 13px; } }
          .content__second__list__item__mileage__item--active {
            background-color: #5b5ce0;
            color: #ffffff; }
      .content__second__list__item__helmets {
        margin-top: 4.53vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start; }
        @media only screen and (min-height: 900px) {
          .content__second__list__item__helmets {
            margin-top: 40.77px; } }
        @media only screen and (max-height: 640px) {
          .content__second__list__item__helmets {
            margin-top: 28.992px; } }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__second__list__item__helmets {
            margin-top: 16px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            /* flex-direction: row; */
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center; } }
        .content__second__list__item__helmets__title {
          font-family: "TMedium";
          color: #393A9E; }
          @media only screen and (min-width: 1020px) {
            .content__second__list__item__helmets__title {
              font-size: calc(0.024 * 100vw + 0px); } }
          @media only screen and (min-width: 1400px) {
            .content__second__list__item__helmets__title {
              font-size: 32.941px; } }
          @media only screen and (max-width: 1020px) {
            .content__second__list__item__helmets__title {
              font-size: 24px; } }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__second__list__item__helmets__title {
              font-size: 21px; } }
        .content__second__list__item__helmets__description {
          font-family: "TRegular";
          color: #393A9E;
          margin-top: 0.31vh;
          line-height: 1.31; }
          @media only screen and (min-width: 1020px) {
            .content__second__list__item__helmets__description {
              font-size: calc(0.016 * 100vw + 0px); } }
          @media only screen and (min-width: 1400px) {
            .content__second__list__item__helmets__description {
              font-size: 21.961px; } }
          @media only screen and (max-width: 1020px) {
            .content__second__list__item__helmets__description {
              font-size: 16px; } }
          @media only screen and (min-height: 900px) {
            .content__second__list__item__helmets__description {
              margin-top: 2.79px; } }
          @media only screen and (max-height: 640px) {
            .content__second__list__item__helmets__description {
              margin-top: 1.984px; } }
          /* @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__second__list__item__helmets__description {
              display: none; } } */
        .content__second__list__item__helmets__list {
          margin-top: 2.66vh;
          margin-left: 0.2vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 6.67vw;
          max-width: 75px; }
          @media only screen and (min-width: 1400px) {
            .content__second__list__item__helmets__list {
              width: 93.38px;
              margin-left: 2.8px; } }
          @media only screen and (min-height: 900px) {
            .content__second__list__item__helmets__list {
              margin-top: 23.94px; } }
          @media only screen and (max-height: 640px) {
            .content__second__list__item__helmets__list {
              margin-top: 17.024px; } }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__second__list__item__helmets__list {
              margin-top: 0;
              margin-left: 24px;
              width: 60px; } }
          .content__second__list__item__helmets__list__item {
            width: 30px;
            height: 30px;
            font-family: "TBold";
            font-size: 15px;
            line-height: 1;
            color: #393A9E;
            border: 1px solid #5758df;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 3px;
            cursor: pointer; }
            @media only screen and (min-width: 1400px) {
              .content__second__list__item__helmets__list__item {
                width: 30px;
                height: 30px; } }
            @media only screen and (min-height: 900px) {
              .content__second__list__item__helmets__list__item {
                height: 30px;
                width: 30px; } }
            @media only screen and (max-height: 640px) {
              .content__second__list__item__helmets__list__item {
                height: 30px;
                width: 30px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__second__list__item__helmets__list__item {
                width: 23px;
                height: 23px; } }
            .content__second__list__item__helmets__list__item p {
              margin-top: 2px; }
            .content__second__list__item__helmets__list__item--active {
              background-color: #5758df;
              color: #ffffff; }
    .content__second__navigation,.article_slider__navigation {
      width: 33.04vw;
      margin-top: 5.94vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 1; }
      @media only screen and (min-width: 1400px) {
        .content__second__navigation,.article_slider__navigation {
          width: 462.56px; } }
      @media only screen and (min-height: 900px) {
        .content__second__navigation,.article_slider__navigation {
          margin-top: 53.46px; } }
      @media only screen and (max-height: 640px) {
        .content__second__navigation,.article_slider__navigation {
          margin-top: 38.016px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__second__navigation,.article_slider__navigation {
          position: absolute;
          margin: 0 auto;
          /*top: 240px;*/
          top: 260px;
          left: 0;
          right: 0;
          width: 100%;
          z-index: 2; } }
      .content__second__navigation__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        height: 40px; }
      .content__second__navigation__previous {
        background-image: url(sprite.png);
        background-position: 0px 0px;
        width: 89px;
        height: 18px;
        cursor: pointer;
        margin-top: 5px;
        z-index: 9999; }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__second__navigation__previous {
            width: 44px; } }
      .content__second__navigation__next {
        background-image: url(sprite.png);
        background-position: 0px 0px;
        width: 89px;
        height: 18px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: 5px;
        cursor: pointer;
        z-index: 9999; }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__second__navigation__next {
            width: 44px; } }
      .content__second__navigation__current {
        font-family: "TMedium";
        font-size: 24px;
        color: #393A9E;
        z-index: 9999; }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__second__navigation__current {
            font-size: 19px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .content__second__navigation__current--swipe {
          display: none !important; }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__second__navigation__current--swipe {
              font-size: 15px;
              display: block !important;
              margin-right: 20px; } }
        .content__second__navigation__current p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: center;
          align-content: center; }
        .content__second__navigation__current i {
          margin-top: -5px;
          display: inline-block;
          background-image: url(sprite.png);
          background-position: 0px -23px;
          width: 17px;
          height: 36px; }
        .content__second__navigation__current span:nth-of-type(1) {
          margin-top: -34px; }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__second__navigation__current span:nth-of-type(1) {
              margin-top: -25px; } }
        .content__second__navigation__current span:nth-of-type(2) {
          margin-bottom: -28px;
          margin-left: -5px; }
  .content__third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*padding-bottom: 11.72vh;*/
    background-size: 0; }
    @media screen and (max-width: 1020px) {
      .content__third {
        position: relative; } }
    .content__third:after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background-repeat: no-repeat;
      background-image: inherit;
      background-position-x: 75.49vw;
      background-position-y: -4.22vh;
      z-index: -2; }
      @media only screen and (min-width: 1400px) {
        .content__third:after {
          background-position-x: 1056.86px; } }
      @media only screen and (min-height: 900px) {
        .content__third:after {
          background-position-y: -37.98px; } }
      @media only screen and (max-height: 640px) {
        .content__third:after {
          background-position-y: -27.008px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__third:after {
          background-position-x: 240px;
          background-position-y: 0px;
          width: 100vw;
          height: 250px;
          background-size: contain; } }
    @media only screen and (min-height: 900px) {
      .content__third {
        /*padding-bottom: 105.48px;*/
        padding-bottom: 69.48px;
      } }
    @media only screen and (max-height: 640px) {
      .content__third {
        padding-bottom: 75.008px; } }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .content__third {
        padding-bottom: 0;
        height: auto; } }
    .content__third__title {
      width: 100%;
      font-family: "Rubik", sans-serif;
      color: #393A9E;
      line-height: 1.2;
      margin-top: 2.5vh;
      margin-bottom: 2.81vh; }
      @media only screen and (min-width: 1020px) {
        .content__third__title {
          font-size: calc(0.035 * 100vw + 0px); } }
      @media only screen and (min-width: 1400px) {
        .content__third__title {
          font-size: 49.412px; } }
      @media only screen and (max-width: 1020px) {
        .content__third__title {
          font-size: 36px; } }
      @media only screen and (min-height: 900px) {
        .content__third__title {
          margin-top: 22.5px;
          margin-bottom: 25.29px; } }
      @media only screen and (max-height: 640px) {
        .content__third__title {
          margin-top: 16px;
          margin-bottom: 17.984px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__third__title {
          font-size: 25px;
          margin-bottom: 10px; } }
    .content__third__left {
      margin-left: 0.2vw;
      margin-right: 8.43vw; }
      @media only screen and (min-width: 1400px) {
        .content__third__left {
          margin-left: 2.8px;
          margin-right: 118.02px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__third__left {
          width: 100%;
          margin: 0; } }
       .date__error {
        font-size: 18px;
        font-family: "TMedium";
        color: #FF1779;
        display: none;
        max-width: 260px;
        margin-bottom: 0px; }
      .content__third__left__error {
        font-size: 14px;
        font-family: "TMedium";
        color: #393A9E;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 260px;
        margin-bottom: 10px; }
      .content__third__left__form__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #6263EA;
        height: 13.28vh;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 2.66vh;
        padding-left: 1.27vw;
        width: 32.84vw;
        position: relative;
        border-radius: 3px; }
        @media only screen and (min-width: 1400px) {
          .content__third__left__form__item {
            padding-left: 17.78px;
            width: 459.76px; } }
        @media screen and (min-width: 1020px) {
          .content__third__left__form__item {
            padding-right: 15px; } }
        @media only screen and (min-height: 900px) {
          .content__third__left__form__item {
            height: 119.52px;
            padding-top: 23.94px; } }
        @media only screen and (max-height: 640px) {
          .content__third__left__form__item {
            height: 84.992px;
            padding-top: 17.024px; } }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__third__left__form__item {
            width: 264px;
            padding-left: 12px;
            padding-top: 8px;
            height: auto;
            min-height: 64px; } }
        .content__third__left__form__item:nth-of-type(1) {
          margin-bottom: 2.5vh; }
          @media only screen and (min-height: 900px) {
            .content__third__left__form__item:nth-of-type(1) {
              margin-bottom: 22.5px; } }
          @media only screen and (max-height: 640px) {
            .content__third__left__form__item:nth-of-type(1) {
              margin-bottom: 16px; } }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__third__left__form__item:nth-of-type(1) {
              margin-bottom: 10px; } }
        .content__third__left__form__item:nth-last-of-type(1) {
          height: auto;
          min-height: 13.28vh; }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__third__left__form__item:nth-last-of-type(1) {
              min-height: 64px; } }
        .content__third__left__form__item__phone_checked {
          background-image: url(sprite.png);
          background-position: -22px -23px;
          width: 22px;
          height: 22px;
          position: absolute;
          right: 20px;
          top: 32px; }
        .content__third__left__form__item label {
          font-family: "TBold";
          color: #393A9E; }
          @media only screen and (min-width: 1020px) {
            .content__third__left__form__item label {
              font-size: calc(0.015 * 100vw + 0px); } }
          @media only screen and (min-width: 1400px) {
            .content__third__left__form__item label {
              font-size: 20.588px; } }
          @media only screen and (max-width: 1020px) {
            .content__third__left__form__item label {
              font-size: 15px; } }
        .content__third__left__form__item input {
          font-family: "TMedium";
          color: #FF1779;
          border-style: none;
          margin-top: 1.56vh; }
          @media only screen and (min-width: 1020px) {
            .content__third__left__form__item input {
              font-size: calc(0.014 * 100vw + 0px); } }
          @media only screen and (min-width: 1400px) {
            .content__third__left__form__item input {
              font-size: 19.216px; } }
          @media only screen and (max-width: 1020px) {
            .content__third__left__form__item input {
              font-size: 14px; } }
          @media only screen and (min-height: 900px) {
            .content__third__left__form__item input {
              margin-top: 14.04px; } }
          @media only screen and (max-height: 640px) {
            .content__third__left__form__item input {
              margin-top: 9.984px; } }
          .content__third__left__form__item input::-webkit-input-placeholder {
            color: #FF1779; }
          .content__third__left__form__item input:-ms-input-placeholder {
            color: #FF1779; }
          .content__third__left__form__item input::-ms-input-placeholder {
            color: #FF1779; }
          .content__third__left__form__item input::placeholder {
            color: #FF1779; }
          .content__third__left__form__item input:focus {
            outline-style: none; }
        .content__third__left__form__item__code {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 2.19vh;
          margin-bottom: 1.875vh; }
          @media only screen and (min-height: 900px) {
            .content__third__left__form__item__code {
              margin-top: 19.71px;
              margin-bottom: 16.875px; } }
          @media only screen and (max-height: 640px) {
            .content__third__left__form__item__code {
              margin-top: 14.016px;
              margin-bottom: 12px; } }
          .content__third__left__form__item__code__send input[type="text"] {
            margin-top: 1.875vh;
            margin-right: 1.47vw;
            text-indent: 11px;
            letter-spacing: 28px;
            height: 29px;
            width: 135px;
            font-family: "TBold";
            font-size: 15px;
            line-height: 1.2;
            color: #393A9E;
            background-image: url("../img/third_code_bg.png"), url("../img/third_code_bg.png"), url("../img/third_code_bg.png"), url("../img/third_code_bg.png");
            background-repeat: no-repeat;
            background-position: 0px 0px, 36px 0px, 71px 0px, 106px 0px;
            z-index: 9; }
            @media only screen and (min-width: 1400px) {
              .content__third__left__form__item__code__send input[type="text"] {
                margin-right: 20.58px; } }
            @media only screen and (min-height: 900px) {
              .content__third__left__form__item__code__send input[type="text"] {
                margin-top: 16.875px; } }
            @media only screen and (max-height: 640px) {
              .content__third__left__form__item__code__send input[type="text"] {
                margin-top: 12px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__third__left__form__item__code__send input[type="text"] {
                margin-right: 100%;
                padding: 0; } }
          .content__third__left__form__item__code__send input[type="button"] {
            background-color: transparent;
            cursor: pointer; }
            .content__third__left__form__item__code__send input[type="button"]:nth-last-of-type(1) {
              color: #393A9E;
              margin-left: 7px; }
    .content__third__right {
      margin-top: -0.94vh;
      width: 35.88vw; }
      @media only screen and (min-width: 1400px) {
        .content__third__right {
          width: 502.32px; } }
      @media only screen and (min-height: 900px) {
        .content__third__right {
          margin-top: -8.46px; } }
      @media only screen and (max-height: 640px) {
        .content__third__right {
          margin-top: -6.016px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__third__right {
          width: 100%;
          margin-top: 18px; } }
      .content__third__right__bill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
        .content__third__right__bill__title {
          display: none; }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__third__right__bill__title {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              font-family: "Rubik", sans-serif;
              font-size: 21px;
              color: #393A9E;
              margin-bottom: 12px; } }
        .content__third__right__bill__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          line-height: 1.17;
          margin-bottom: 3.125vh; }
          @media only screen and (min-height: 900px) {
            .content__third__right__bill__item {
              margin-bottom: 28.125px; } }
          @media only screen and (max-height: 640px) {
            .content__third__right__bill__item {
              margin-bottom: 20px; } }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .content__third__right__bill__item {
              margin-bottom: 15px; } }
          .content__third__right__bill__item__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
          .content__third__right__bill__item__left {
            font-family: "TMedium";
            color: #393A9E;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            @media only screen and (min-width: 1020px) {
              .content__third__right__bill__item__left {
                font-size: calc(0.023 * 100vw + 0px); } }
            @media only screen and (min-width: 1400px) {
              .content__third__right__bill__item__left {
                font-size: 31.569px; } }
            @media only screen and (max-width: 1020px) {
              .content__third__right__bill__item__left {
                font-size: 23px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__third__right__bill__item__left {
                font-size: 15px; } }
            .content__third__right__bill__item__left--total {
              font-family: "TBold"; }
          .content__third__right__bill__item__center {
            border-bottom: 1px dashed #393A9E;
            width: 100%;
            margin-bottom: 0.47vh; }
            @media only screen and (min-height: 900px) {
              .content__third__right__bill__item__center {
                margin-bottom: 4.23px; } }
            @media only screen and (max-height: 640px) {
              .content__third__right__bill__item__center {
                margin-bottom: 3.008px; } }
          .content__third__right__bill__item__right {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-family: "TBold";
            color: #18ec98;
            display: block;
max-width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
            }
            @media only screen and (min-width: 1020px) {
              .content__third__right__bill__item__right {
                font-size: calc(0.02 * 100vw + 0px); } }
            @media only screen and (min-width: 1400px) {
              .content__third__right__bill__item__right {
                font-size: 27.451px; } }
            @media only screen and (max-width: 1020px) {
              .content__third__right__bill__item__right {
                font-size: 20px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__third__right__bill__item__right {
                font-size: 15px; } }
            .content__third__right__bill__item__right--total {
              font-family: "TBold"; }
          .content__third__right__bill__item__description, [id^="article-"] .article_content > p, [id^="article-"] .article_content ul li {
            width: 100%;
            font-family: "TMedium";
            color: #393A9E;
            margin-top: 0.78vh; }
            @media only screen and (min-width: 1020px) {
              .content__third__right__bill__item__description, [id^="article-"] .article_content > p {
                font-size: calc(0.015 * 100vw + 0px); } }
            @media only screen and (min-width: 1400px) {
              .content__third__right__bill__item__description, [id^="article-"] .article_content > p {
                font-size: 20.588px; } }
            @media only screen and (max-width: 1020px) {
              .content__third__right__bill__item__description, [id^="article-"] .article_content > p {
                font-size: 15px; } }
            @media only screen and (min-height: 900px) {
              .content__third__right__bill__item__description, [id^="article-"] .article_content > p {
                margin-top: 7.02px; } }
            @media only screen and (max-height: 640px) {
              .content__third__right__bill__item__description, [id^="article-"] .article_content > p {
                margin-top: 4.992px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__third__right__bill__item__description, [id^="article-"] .article_content > p {
                font-size: 13px; } }
            .content__third__right__bill__item__description span {
              font-family: "TBold"; }
          .content__third__right__bill__item--total {
            margin-top: 1.875vh; }
            @media only screen and (min-height: 900px) {
              .content__third__right__bill__item--total {
                margin-top: 16.875px; } }
            @media only screen and (max-height: 640px) {
              .content__third__right__bill__item--total {
                margin-top: 12px; } }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .content__third__right__bill__item--total {
                margin-top: 2px; } }
  .content__final {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -7vw;
    margin-top: 22.66vh; }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .content__final {
        margin-left: 0; } }
    .content__final__title {
      font-family: "Rubik", sans-serif;
      text-align: center;
      color: #393A9E; }
      @media only screen and (min-width: 1020px) {
        .content__final__title {
          font-size: calc(0.035 * 100vw + 0px); } }
      @media only screen and (min-width: 1400px) {
        .content__final__title {
          font-size: 49.412px; } }
      @media only screen and (max-width: 1020px) {
        .content__final__title {
          font-size: 36px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__final__title {
          font-size: 25px; } }
    .content__final__description {
      /*padding: 0 34.31vw;*/
      padding: 0 23vw;
      margin-top: 5.47vh;
      text-align: center;
      font-family: "Rubik", sans-serif;
      color: #393A9E; }
      @media only screen and (min-width: 1020px) {
        .content__final__description {
          font-size: calc(0.021 * 100vw + 0px); } }
      @media only screen and (min-width: 1400px) {
        .content__final__description {
          font-size: 28.824px; } }
      @media only screen and (max-width: 1020px) {
        .content__final__description {
          font-size: 21px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__final__description {
          padding: 0; } }


    .content__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      z-index: 99;
      width: 36vw;
      padding-top: 16px;
      padding-bottom: 80px;
    }

    @media only screen and (max-width: 1019px) {
      .content__nav_fixed-mobile {
        position: fixed;
        border-top: 1px solid #9797D8;
        padding: 16px 16px;
        background-color: #fff;
        left: 0;
        bottom: 0;
        width: 100%;
        box-shadow: 0 0 16px 0 rgba(87, 88, 223, 0.2);
      }
    }

    .content__nav__advantages {
      font-size: 18px;
      color: #393A9E;
      max-width: 260px;
      font-family: 'TMedium';
      padding-right: 24px;
      line-height: 28px;
    }

    @media only screen and (max-width: 1019px) {
      .content__nav__advantages {
        font-size: 14px;
        color: #22223F;
        max-width: 220px;
        line-height: 22px;
      }
    }

    .content__nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 6.625vw;
      padding-top: 0.3125vw;
      padding-left: 2.3125vw; }
      @media only screen and (min-width: 1400px) {
        .content__nav__list {
          width: 92.75px;
          padding-top: 4.375px;
          padding-left: 32.375px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .content__nav__list {
          width: 57px;
          padding-left: 9px; } }
      .content__nav__list__item {
        width: 0.88vw;
        height: 0.88vw;
        background-color: #393A9E;
        opacity: 0.1;
        border-radius: 50%;
        cursor: pointer; }
        @media only screen and (min-width: 1400px) {
          .content__nav__list__item {
            width: 12.32px;
            height: 12.32px; } }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__nav__list__item {
            display: none;
          }
        }
        .content__nav__list__item--active {
          opacity: 1; }
    .content__nav__back {
      font-family: "TBold";
      font-size: 16px;
      color: #393A9E;
      cursor: pointer;
      margin-left: auto;
      margin-right: 20px;
      padding-top: 0.4125vw;
      z-index: 9999;
      opacity: 1; }
      .content__nav__back:hover {
        opacity: 0.6; }

    @media only screen and (max-width: 1019px) {
      .content__nav__action-panel {
        display: block;
      }
    }

    .content__nav__button {
      position: relative;
      min-width: 16.96vw;
      height: 4.9vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      background-color: #FF1779;
      border-radius: 4.36vw;
      font-family: "TBold";
      color: #ffffff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 0.3125vw;
      padding-left: 16px;
      padding-right: 16px;
      cursor: pointer;
      -webkit-box-shadow: 0px 10px 90px -20px #ff1779;
      box-shadow: 0px 10px 90px -20px #ff1779;
    }
      @media only screen and (min-width: 1020px) {
        .content__nav__button {
          font-size: calc(0.019 * 100vw + 0px); } }
      @media only screen and (min-width: 1400px) {
        .content__nav__button {
          font-size: 26.078px; } }
      @media only screen and (max-width: 1020px) {
        .content__nav__button {
          font-size: 19px; } }
      @media only screen and (min-width: 1400px) {
        .content__nav__button {
          min-width: 237.44px;
          height: 68.6px;
          border-radius: 61.04px;
          padding-top: 4.375px; } }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .content__nav__button {
            min-width: 144px;
            height: 40px;
            border-radius: 44.5px;
            font-size: 15px;
          }
        }
      .content__nav__button:hover p .icon-right-arrow {
        margin-left: 1.0625vw;
      }
        @media all and (min-width: 1020px) {
          .content__nav__button:hover p .icon-right-arrow {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            position: absolute;
            right: -40px; } }
        @media only screen and (min-width: 1400px) {
          .content__nav__button:hover p .icon-right-arrow {
            margin-left: 14.875px; } }
      .content__nav__button p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        .content__nav__button p .icon-right-arrow {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          margin-left: 1.0625vw; }
          @media only screen and (min-width: 1020px) {
            .content__nav__button p .icon-right-arrow {
              font-size: calc(0.012 * 100vw + 0px); } }
          @media only screen and (min-width: 1400px) {
            .content__nav__button p .icon-right-arrow {
              font-size: 16.471px; } }
          @media only screen and (max-width: 1020px) {
            .content__nav__button p .icon-right-arrow {
              font-size: 12px; } }
          @media screen and (min-width: 1020px) {
            .content__nav__button p .icon-right-arrow {
              position: absolute;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              /*right: -30px;*/
              right: -20px;
              top: 50%; } }
          @media only screen and (min-width: 1400px) {
            .content__nav__button p .icon-right-arrow {
              margin-left: 14.875px; } }

.admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1020px;
  max-width: 1400px;
  height: 100vh;
  min-height: 640px;
  max-height: 900px;
  margin: 0 auto;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media only screen and (min-width: 320px) and (max-width: 1019px) {
    .admin {
      width: 100%;
      min-width: 320px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      height: 100vh;
      min-height: 529px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .admin .header {
    display: none; }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .admin .header {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 10px; } }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .admin .header__logo {
        width: 150px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    }
    .admin .header .admin__menu__bottom {
      margin: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      color: #FF1779; }
      .admin .header .admin__menu__bottom i.icon-right-arrow:before {
        color: #FF1779; }
  .admin__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #393A9E;
    width: 175px;
    padding-top: 24px;
    padding-bottom: 14px;
    position: relative; }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .admin__menu {
        position: absolute;
        left: -175px;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
        .admin__menu--show {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          left: 0px;
          height: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
    .admin__menu:before {
      content: "";
      width: 100vw;
      height: 100vh;
      background-color: #393A9E;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
    .admin__menu__title {
      padding: 0 36px; }
      .admin__menu__title a {
        font-family: "TBold";
        font-size: 24px;
        color: #ffffff; }
    .admin__menu__links {
      margin-top: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 21px;
      padding-right: 24px; }
      .admin__menu__links__item {
        padding-left: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 129px;
        height: 33px;
        border: 2px solid transparent;
        border-radius: 17px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        margin-bottom: 4px; }
        .admin__menu__links__item--active, .admin__menu__links__item:hover {
          border: 2px solid #1df19d; }
    .admin__menu__bottom {
      margin-top: auto;
      margin-left: 36px;
      font-family: "TBold";
      font-size: 16px;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .admin__menu__bottom:hover {
        opacity: 0.6; }
      .admin__menu__bottom .icon-right-arrow {
        margin-left: 3px;
        font-size: 13px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .admin__menu__bottom .icon-person {
        margin-right: 8px; }
  .admin__content {
    padding-top: 17px;
    padding-left: 22px;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 23px; }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .admin__content {
        width: 100%;
        padding-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 25px;
        height: 100%;
        min-height: 529px;
        padding-right: 25px; } }
    .admin__content__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      margin-bottom: 11px;
      max-width: 350px; }
      .admin__content__top__title {
        font-family: "Rubik", sans-serif;
        font-size: 32px;
        color: #393A9E; }
      .admin__content__top__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 14px; }
        .admin__content__top__sort__title {
          font-family: "TMedium";
          color: #393A9E;
          font-size: 15px; }
        .admin__content__top__sort__list {
          font-family: "TMedium";
          font-size: 15px;
          color: #ff1779;
          margin-left: 6px;
          cursor: pointer;
          opacity: 1;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          .admin__content__top__sort__list:hover {
            opacity: 0.6; }
          .admin__content__top__sort__list i {
            font-size: 12px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            margin-left: 4px; }
            .admin__content__top__sort__list i:before {
              color: #ff1779; }
    .admin__content__main {
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll; }
      @media screen and (max-width: 375px) {
        .admin__content__main {
          overflow-x: auto; } }
      .admin__content__main--add-bike {
        max-width: 350px; }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .admin__content__main--add-bike {
            width: 100%;
            max-width: 100%; } }
      .admin__content__main::-webkit-scrollbar {
        width: 3px;
        /* for vertical scrollbars */
        height: 3px;
        /* for horizontal scrollbars */ }
      .admin__content__main::-webkit-scrollbar-track {
        background: transparent; }
      .admin__content__main::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.5); }
      .admin__content__main .js-bike-inactive {
        color: #B0B0D8; }
        .admin__content__main .js-bike-inactive .admin__content__main__list__item__plate {
          background-color: #A6A6A6; }
      .admin__content__main__list {
        padding-left: 22px;
        font-family: "TMedium";
        font-size: 15px;
        color: #393A9E;
        margin-top: 11px;
        width: 325px; }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .admin__content__main__list {
            -webkit-margin-before: 0em;
            -webkit-text-size-adjust: none;
            -webkit-margin-after: 0em;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            min-width: 325px;
            margin-top: 0;
            padding-left: 30px; } }
        .admin__content__main__list__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: center;
          align-content: center;
          position: relative;
          padding-bottom: 9px; }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .admin__content__main__list__item {
              min-width: 325px;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; } }
          .admin__content__main__list__item__link {
            font-family: "TMedium";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #ff1779;
            font-size: 15px;
            text-decoration: underline;
            cursor: pointer;
            margin-left: 5px;
            opacity: 1;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            .admin__content__main__list__item__link:hover {
              opacity: 0.6; }
          .admin__content__main__list__item__plate {
            background-color: #000000;
            color: #ffffff;
            font-size: 13.5px;
            line-height: 16px;
            margin-left: 28px;
            padding-top: 6px;
            padding-bottom: 2px;
            width: 73px;
            padding-left: 5px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .admin__content__main__list__item__button {
            margin-left: 22px;
            width: 43px;
            height: 22px;
            opacity: 0;
            z-index: 2;
            cursor: pointer;
            position: absolute;
            right: 6px; }
            .admin__content__main__list__item__button:focus {
              outline: none; }
            @media screen and (min-width: 1020px) {
              .admin__content__main__list__item__button {
                position: absolute;
                right: 6px; } }
            .admin__content__main__list__item__button:checked ~ .admin__content__main__list__item__button__bg {
              -webkit-box-pack: start !important;
              -ms-flex-pack: start !important;
              justify-content: flex-start !important;
              border-color: #D7D7D7; }
              .admin__content__main__list__item__button:checked ~ .admin__content__main__list__item__button__bg:after {
                margin-left: 3px;
                background-color: #D7D7D7; }
            .admin__content__main__list__item__button__bg {
              z-index: 1;
              position: absolute;
              border: 2px solid #ff1779;
              width: 40px;
              border-radius: 17px;
              height: 18px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-line-pack: center;
              align-content: center;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              right: 6px; }
              .admin__content__main__list__item__button__bg:after {
                content: "";
                width: 14px;
                height: 14px;
                display: block;
                border-radius: 50%;
                background-color: #ff1779;
                margin-right: 3px; }
      .admin__content__main__form {
        margin-top: 15px; }
        .admin__content__main__form form {
          position: relative;
          margin-top: 22px; }
        .admin__content__main__form__item {
          border: 1px solid #393A9E;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-bottom: 15px;
          height: 85px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding-left: 15px;
          padding-top: 15px;
          padding-right: 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 3px; }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .admin__content__main__form__item {
              height: 65px;
              min-height: 65px;
              margin-bottom: 10px; } }
          .admin__content__main__form__item label {
            font-family: "TBold";
            font-size: 15px;
            color: #393A9E;
            margin-bottom: 15px; }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .admin__content__main__form__item label {
                margin-bottom: 3px;
                line-height: 18px; } }
          .admin__content__main__form__item input {
            border-style: none;
            outline: none;
            font-family: "TMedium";
            font-size: 14px;
            color: #ff1779; }
            .admin__content__main__form__item input::-webkit-input-placeholder {
              color: #ff1779; }
            .admin__content__main__form__item input:-ms-input-placeholder {
              color: #ff1779; }
            .admin__content__main__form__item input::-ms-input-placeholder {
              color: #ff1779; }
            .admin__content__main__form__item input::placeholder {
              color: #ff1779; }
            .admin__content__main__form__item input:focus {
              outline: none; }
          .admin__content__main__form__item--selector {
            min-height: 85px;
            height: auto;
            width: 100%;
            background-color: #ffffff;
            z-index: 999; }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .admin__content__main__form__item--selector {
                min-height: 65px; } }
            .admin__content__main__form__item--selector a {
              font-family: "TMedium";
              font-size: 14px;
              color: #ff1779;
              -webkit-appearance: none;
              background-color: transparent;
              border-style: none;
              cursor: pointer; }
              .admin__content__main__form__item--selector a i {
                margin-left: 5px;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
              .admin__content__main__form__item--selector a i:before {
                color: #ff1779; }
            .admin__content__main__form__item--selector ul {
              list-style-type: none;
              margin-top: 10px;
              margin-bottom: 5px;
              padding: 0; }
              .admin__content__main__form__item--selector ul li {
                margin-bottom: 10px;
                position: relative; }
                .admin__content__main__form__item--selector ul li:hover label {
                  font-family: "TBold"; }
                .admin__content__main__form__item--selector ul li input {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  opacity: 0;
                  cursor: pointer; }
                  .admin__content__main__form__item--selector ul li input:checked ~ label {
                    font-family: "TBold"; }
                .admin__content__main__form__item--selector ul li label {
                  cursor: pointer;
                  color: #ff1779;
                  font-size: 15px;
                  font-family: "TMedium"; }
        .admin__content__main__form__condition {
          margin-top: 25px; }
          @media only screen and (min-width: 320px) and (max-width: 1019px) {
            .admin__content__main__form__condition {
              margin-top: 20px; } }
          .admin__content__main__form__condition__title {
            font-family: "TBold";
            font-size: 15px;
            color: #393A9E;
            margin-bottom: 10px; }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .admin__content__main__form__condition__title {
                margin-bottom: 10px; } }
          .admin__content__main__form__condition__list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            @media only screen and (min-width: 320px) and (max-width: 1019px) {
              .admin__content__main__form__condition__list {
                max-width: 320px; } }
            .admin__content__main__form__condition__list__item {
              width: 105px;
              height: 36px;
              font-family: "TBold";
              font-size: 15px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-line-pack: center;
              align-content: center;
              position: relative;
              cursor: pointer; }
              @media only screen and (min-width: 320px) and (max-width: 1019px) {
                .admin__content__main__form__condition__list__item {
                  height: 30px;
                  width: 88px; } }
              .admin__content__main__form__condition__list__item input {
                position: absolute;
                width: 100%;
                height: 100%;
                opacity: 0;
                cursor: pointer; }
                .admin__content__main__form__condition__list__item input:checked ~ label {
                  background-color: #393A9E;
                  border-color: #393A9E;
                  color: #ffffff; }
              .admin__content__main__form__condition__list__item label {
                border: 1px solid #5B5CE0;
                border-radius: 3px;
                color: #393A9E;
                width: 100%;
                line-height: 36px;
                text-align: center; }
                @media only screen and (min-width: 320px) and (max-width: 1019px) {
                  .admin__content__main__form__condition__list__item label {
                    line-height: 30px; } }
    .admin__content__bottom {
      margin-top: 20px;
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 350px;
      -ms-flex-negative: 0px;
      flex-shrink: 0px;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .admin__content__bottom {
          width: 100%; } }
      .admin__content__bottom__cancel {
        font-size: 16px;
        font-family: "TBold";
        color: #393A9E;
        margin-right: 26px;
        cursor: pointer; }
        .admin__content__bottom__cancel:hover {
          opacity: 0.6; }
      .admin__content__bottom__delete {
        cursor: pointer;
        font-size: 16px;
        font-family: "TBold";
        margin-right: auto;
        color: #393A9E; }
        .admin__content__bottom__delete:hover {
          opacity: 0.6; }
      .admin__content__bottom__add {
        cursor: pointer;
        width: 130px;
        height: 38px;
        background-color: #ff1779;
        border-radius: 44.5px;
        font-family: "TMedium";
        font-size: 17px;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        .admin__content__bottom__add--save {
          width: 115px; }
        .admin__content__bottom__add:hover i {
          right: 15px; }
        .admin__content__bottom__add i {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          position: absolute;
          right: 20px;
          font-size: 13px; }

.layout {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 0.8;
  z-index: 999; }

.ui-datepicker {
  width: 232px;
  z-index: 9999 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0 9px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, right top, from(#e5eff7), to(#e5eff7)), -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #e5eff7, #e5eff7), linear-gradient(to right, #ffffff, #ffffff);
  background-position: 0 0, 0 46px, 0 48px;
  background-size: 100% 46px, 100% 2px, 100% 100%;
  background-repeat: no-repeat;
  }

.ui-datepicker th {
  font-family: "TMedium";
  text-transform: uppercase;
  color: #393A9E; }

.ui-datepicker td span, .ui-datepicker td a {
  font-family: "TMedium";
  font-size: 13px;
  color: #393A9E;
  text-align: center;
  height: 25px;
  width: 25px;
  line-height: 28px; }

a.ui-state-active {
  border-radius: 50%;
  background-color: #18EC98; }

.ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 46px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: relative; }

.ui-datepicker .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  background-image: url(sprite.png);
  background-position: -94px -26px;
  width: 10px;
  height: 18px; }

.ui-datepicker .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-image: url(sprite.png);
  background-position: -94px -26px;
  width: 10px;
  height: 18px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ui-datepicker .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-family: "TMedium";
  font-size: 14px;
  color: #393A9E; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  display: none; }

.ui-state-disabled span, .ui-state-disabled a {
  color: #C4C4E2 !important; }

.datepicker_bottom {
  z-index: 999999;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#e5eff7), to(#e5eff7)), -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #e5eff7, #e5eff7), linear-gradient(to right, #ffffff, #ffffff);
  background-position: 0 0, 0 2px;
  background-size: 100% 2px, 100% 100%;
  background-repeat: no-repeat;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 100%;
  left: 0;
  margin-left:-1px;
  }
  .datepicker_bottom_current {
    font-family: "TMedium";
    font-size: 13px;
    color: #FF1779;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    -webkit-appearance: none; }
    .datepicker_bottom_current:focus {
      outline: none; }
  .datepicker_bottom_chosen {
    font-family: "TMedium";
    font-size: 13px;
    color: #393A9E; }
  .datepicker_bottom_arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .datepicker_bottom_arrow {
        display: none; } }

.location_map {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  @media only screen and (min-width: 320px) and (max-width: 1019px) {
    .location_map {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 90vw;
      min-width: 290px;
      top: 30px;
      height: 450px;
      -webkit-transform: translateX(-50%) translateY(0px);
      transform: translateX(-50%) translateY(0px); } }
  .location_map__close {
    position: absolute;
    top: -15px;
    cursor: pointer;
    right: -15px;
    background-color: white;
    z-index: 99999;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%; }
    .location_map__close i {
      background-image: url(sprite.png);
      background-position: -75px -23px;
      width: 12px;
      height: 12px;
      display: block; }
  .location_map__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 17px;
    padding-left: 24px; }
    @media only screen and (min-width: 320px) and (max-width: 1019px) {
      .location_map__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 14px;
        padding-left: 21px; } }
    .location_map__top__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .location_map__top__form {
          padding-right: 23px; } }
      .location_map__top__form label {
        font-family: "TBold";
        font-size: 15px;
        color: #393A9E;
        margin-bottom: 13px; }
      .location_map__top__form input {
        width: 400px;
        color: #ff1779;
        font-family: "TMedium";
        font-size: 14px;
        line-height: 16px;
        border-style: none; }
        .location_map__top__form input:focus {
          outline: none; }
        .location_map__top__form input::-webkit-input-placeholder {
          color: #ff1779; }
        .location_map__top__form input:-ms-input-placeholder {
          color: #ff1779; }
        .location_map__top__form input::-ms-input-placeholder {
          color: #ff1779; }
        .location_map__top__form input::placeholder {
          color: #ff1779; }
        @media only screen and (min-width: 320px) and (max-width: 1019px) {
          .location_map__top__form input {
            width: 100%; } }
    .location_map__top__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding-right: 23px; }
      @media only screen and (min-width: 320px) and (max-width: 1019px) {
        .location_map__top__buttons {
          margin-top: 19px;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .location_map__top__buttons__location {
        cursor: pointer;
        width: 27px;
        height: 27px;
        background-color: #ff1779;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px; }
        .location_map__top__buttons__location i:before {
          color: #ffffff; }
      .location_map__top__buttons__submit {
        cursor: pointer;
        width: 101px;
        height: 39px;
        font-family: "TBold";
        font-size: 15px;
        color: #ffffff;
        background-color: #ff1779;
        border-radius: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin-left: 14px;
        -webkit-box-shadow: 0px 15px 60px -14px #ff1779;
        box-shadow: 0px 15px 60px -14px #ff1779; }
        @media all and (min-width: 1020px) {
          .location_map__top__buttons__submit:hover p i {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            right: -20px;
            top: 50%; } }
        .location_map__top__buttons__submit p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: center;
          align-content: center; }
          @media all and (min-width: 1020px) {
            .location_map__top__buttons__submit p {
              position: relative; } }
          .location_map__top__buttons__submit p i {
            font-size: 13px; }
            @media all and (min-width: 1020px) {
              .location_map__top__buttons__submit p i {
                position: absolute;
                right: -15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out; } }
  .location_map #map {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 100%;
    max-height: 319px; }
/* Autocomplete */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}


.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;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-widget {
	font-family: Arial,Helvetica,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: Arial,Helvetica,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-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}


.content__notice {
  margin-bottom: 24px;
  border-left: 2px solid #393A9E;
  padding-left: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 1019px) {
  .content__notice {
    display: none;
  }
}

.step_title{
  text-align: left;
  font-size: 22px;
  font-family: "TRegular";
  color: #393A9E;
}

.step_font{
  font-weight: 600;
}

.slide_menu {
  /*background: #555 url('images/menu-bg.jpg') repeat left top;*/
  left: -175px; /* прячем меню */
  height: 100%;
  position: fixed;
  width: 175px;
  background-color: #393A9E;
  padding-top: 25px;
}
.slide_menu ul {
  /*border-top: 1px solid #555;*/
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide_menu li {
  /*border-bottom: 1px solid #555;*/
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}
.slide_menu li {
  /*border-bottom: 1px solid #555;*/
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}


.slide_menu li a {
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 129px;
  height: 33px;
  border: 2px solid transparent;
  border-radius: 17px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
}

.slide_menu a:hover{
  border: 2px solid #1df19d;
  text-decoration: none;
}

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
}

@media (max-height: 820px){
  body{
    overflow-y: auto;
  }
}
.content__third__left__form__item label{
  margin-bottom: 0;
}

.bike-chart{
 overflow: hidden;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  flex-flow: row wrap;
}

.bike-chart__left{
  flex: 0 0 47%;
	/*width:47%;*/
	/*float: left;*/
	/*margin-top: 30px;*/

}

.bike-chart__right{
  flex: 0 0 47%;
	/*width:47%;*/
	/*float: right;*/
	/*margin-top: 30px;*/
}
.bike-chart__elem{
  margin-top: 30px;
  flex: 0 0 47%;
	/*width:47%;*/
	/*float: right;*/
	/*margin-top: 30px;*/
}
.bike-chart__text-info{
	position: relative;
	top: 6px;

}
.bike-chart__bike-title{
	position: relative;
	top: 0px;
	padding-bottom: 0px;
    margin-bottom: 0px;

}
.bike-chart__bike__location-text{
	padding-top: 0px;
	width: 100%;
    font-family: "TMedium";
    color: #393A9E;
    font-size: 18px;
}

.bike-chart__bike-price-block{
	padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: -15px!important;
}
.bike-chart__bike-price{
	padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: -12px!important;
}

.bike-chart__img{
	max-width: 313px !important;
	padding-left: 95px;
	margin-top: 0px;

}

.bike-chart__img-300{
	max-width: 370px ;
	padding-left: 0px;
	margin-top: 6px;
    margin-bottom: 12px;

}
/*
@media screen and (max-width: 680px) {
.main {

    padding: 0px!important;
}

p, h1, h2, h3 {
	    padding: 0 3.74vh!important;
}
main .content
 {
	    padding: 0 3.74vh!important;
}

}

*/
.bike-chart__rental-info{
	margin-top: 10px;

}


.bike-chart__rental-info p{
	font-size: 1.4em!important;
	line-height: 1em!important;
	margin-top: 0px!important;
	padding-top: 7px!important;

}

@media screen and (max-width: 680px) {
	.bike-chart__left {
		width:100%;
		float: none;
	}

	.bike-chart__right{
		width:100%;
		float: none;
	}

	.bike-chart__text-info{
	position: relative;
	top: 36px;
	}
}

.bike-price-month {
	padding-top: 3;
}
h1 {
    font-size: 1.3em;
}


h2{
	line-height: 1.3em;
    color: #393A9E;
	font-size: 2.6em;
}
h3{
	line-height: 1.3em;
    color: #393A9E;
	font-size: 2.1em;
}



@media only screen and (max-width: 1019px) and (min-width: 320px){
.article_content > p {
    font-size: 18px!important;
    line-height: 27px;
}
}


.lable__bike-price{

    line-height: 1;
    color: #18ec98;

    font-size: 1.6em;
}

.lable__bike-price__measure{
	 font-size: 1em;
	 line-height: 1;
}

.article_content > p {
    padding-top: 17px;
}

.article-menu-container{
	background: #fff;
	border-radius: 5px;
	overflow:hidden;
	border: 1px solid #6263EA;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 36px;

}

.article-getbike-widjet{
	background: #fff;
	border-radius: 5px;
	overflow:hidden;
	/* border: 1px solid #6263EA; */
	/* box-sizing: border-box; */
	/* border-radius: 3px; */
	margin-top: 36px;

}


.article-menu-left{
	width:50%;
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
	height: 100%;
}

.article-menu-right{
	width:50%;
	float: left;
	margin-top: 30px;
	height: 100%;
	padding-bottom: 30px;
}

@media screen and (max-width: 680px) {
	.article-menu-left {
		width:100%!important;
		float: none;
		margin-top: 30px;
		padding-bottom: 0px;

	}

	.article-menu-right{
		width:100%!important;
		float: none;
		margin-top: 0px;
		padding-bottom: 30px;
	}

	h1 {
    font-size: 1.7em;
    margin: 0.67em 0;
    text-align: left;
}
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%!important;
    height: 281px;
    background-position: center;
    background-size: contain;

}

.youtube .play {
    background: url("//getbike.io/web/upload/img/play.png") no-repeat center center;
   /* background-size: 64px 64px;*/
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.bike-details-column{
	width:70%;
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
	height: 100%;
}
.bike-details-img-column{
	width:30%;
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
	height: 100%;
	overflow: none!important;
}
@media screen and (max-width: 680px) {
.bike-details-column-prices{
	    min-width: 320px;
}
}

.h3-title-subtitle{
	padding-bottom: 12px;
    padding-top: 0px!important;
    margin-top: 0px!important;
    line-height: 16px!important;
    min-width: 320px;
}
.table-scroll{
	overflow: scroll;
}
@media screen and (max-width: 680px) {
.table-scroll{
	overflow: scroll;
	margin-left: -20px;
    margin-right: -20px;
}
td {
	padding-left: 5px;
}
}
.article_slider{
  width: 100vw;
  margin-bottom: 90px;
}
.article_slider .article_slider__navigation{
  /*margin: 0 auto;*/
  margin: 45px auto 0px;
}
.content__article_slider{

}
.content__article_slider .item{
  flex-flow: row wrap;
  justify-content: space-between;
}
.content__article_slider .item .slide_img{
  flex: 0 0 48.5%;
}
.content__article_slider .item .slide_img img{
  max-width: 100%;
}
.content__article_slider .item .slide_text{
  flex: 0 0 48.5%;
  font-family: "TMedium";
  color: #393A9E;
  font-size: 18px!important;
  line-height: 27px;
}
@media(max-width: 991px){
  .content__article_slider .item .slide_img,
  .content__article_slider .item .slide_text{
    flex: 0 0 100%;
    padding: 0 30px;
  }
  .content__article_slider .item .slide_text{
    margin-top: 20px;
  }
  .article_slider__navigation{
    position: inherit;
    padding: 0 30px;
    padding-top: 30px;
    margin-top: 15px;
  }
}

[id^="article-"] img{
  max-width: 100%;
  height: auto;
}


.content__second__list__item__helmets__title {
  display: none;
}

.content__second__list__item__helmets__list {
  display: none;
}

