/*VARS*/
* {
  box-sizing: border-box; }

.top-section {
  height: 334px;
  padding-top: 20px;
  background: url(../../../images/anonymous-background-man.jpg) no-repeat center center;
  background-size: cover; }
  .top-section__wrapper {
    max-width: 1000px;
    font-size: 0;
    margin: 0 auto;
    padding: 0 20px;
    white-space: nowrap; }
  .top-section__col {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 640px; }
    .top-section__col_1-4 {
      width: 320px;
      padding: 0 15px; }
  .top-section__title {
    margin-top: 20px;
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px; }
  .top-section__desc {
    font-size: 18px;
    line-height: 30px;
    color: #eee; }
  .top-section__btn {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    border: 1px solid;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    background-color: transparent;
    height: 46px;
    padding: 0 25px;
    font-size: 16px;
    font-family: inherit;
    line-height: 44px;
    margin-top: 30px;
    color: #fff;
    border-color: #fff; }
    .top-section__btn:hover {
      color: #333;
      background-color: #fff; }
    .top-section__btn_responsive {
      display: none; }
  @media (max-width: 1660px) {
    .top-section__wrapper {
      max-width: 960px; }
    .top-section__col {
      width: 580px; }
      .top-section__col_1-4 {
        width: 320px; }
      .top-section__col_stats {
        display: none; } }
  @media (max-width: 960px) {
    .top-section {
      height: auto;
      padding-bottom: 40px; }
      .top-section__wrapper {
        white-space: normal; }
      .top-section__desc {
        max-width: 600px; }
        .top-section__desc p {
          display: inline; }
      .top-section__col {
        display: block;
        width: auto;
        padding: 0; }
        .top-section__col_stats {
          display: none; }
      .top-section__btn {
        margin-top: 20px !important;
        display: none; }
        .top-section__btn_responsive {
          display: inline-block; } }

.dashboard-statistics {
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px; }
  .dashboard-statistics__counter {
    position: relative;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 18px 0 10px 30px;
    text-align: left; }
    .dashboard-statistics__counter:first-child {
      padding-top: 0; }
    .dashboard-statistics__counter:last-child {
      padding-bottom: 0; }
  .dashboard-statistics__value {
    font-size: 40px;
    font-weight: normal;
    line-height: 40px; }
  .dashboard-statistics__text {
    line-height: 12px;
    margin-left: 0.1em; }

.substrate {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); }

.user {
  margin: 20px;
  display: block;
  text-decoration: none;
  color: #fff; }

.user__photo {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden; }

.user__photo > img {
  width: 100%;
  height: auto; }

.user__about {
  margin-left: 70px; }

.user__name {
  margin-top: 3px;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500; }

.user__country {
  margin-top: 8px;
  font-weight: 300;
  font-size: 13px; }

.login-with {
  height: 220px;
  margin: 20px; }

.login-with_nocookies {
  color: #333; }

.login-lbl {
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px; }

.login-tabs {
  font-size: 16px;
  margin-bottom: 15px; }

.login-tabs__tab {
  display: inline-block;
  color: #999;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
  padding: 0;
  cursor: pointer;
  transition: color 150ms;
  text-decoration: none;
  border: none;
  background: none; }

.login-tabs__tab:first-child {
  margin-left: 0; }

.login-tabs__tab:hover,
.login-tabs__tab:focus,
.login-tabs__tab:active {
  color: #fff;
  outline: none; }

.login-tabs__tab_active,
.login-tabs__tab_active[type="button"] {
  color: #fff;
  cursor: default; }

.login-form {
  margin-top: 22px;
  font-size: 0; }
  .login-form > * {
    font-size: 14px; }

.login-input {
  display: block;
  margin-bottom: 11px; }

.login-input:focus {
  outline: 0;
  border-color: #0098ff; }

.login-with__forgot,
.login-with__remember {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  line-height: 1.5; }
  .login-with__forgot a,
  .login-with__remember a {
    color: #09f;
    text-decoration: none;
    border: none;
    background: transparent;
    font-size: inherit;
    outline: none; }

.login-with__forgot {
  text-align: right; }

.login-submit-form {
  margin-top: 12px;
  font-size: 13px;
  color: #09f; }

.bloko-input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 11px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #cbd1d4;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff; }
  .bloko-input:focus {
    border-color: #0f8fee;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1235);
    outline: none; }

.bloko-checkbox {
  display: inline-table;
  position: relative;
  margin-left: 24px; }

.bloko-checkbox__input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 16px;
  height: 16px; }

.bloko-checkbox__input:checked + .bloko-checkbox__text:before, .bloko-checkbox__input:indeterminate + .bloko-checkbox__text:before {
  border-color: #0f8fee;
  background-color: #0f8fee;
  background-repeat: no-repeat;
  background-position: 50%; }

.bloko-checkbox__input:checked + .bloko-checkbox__text:before {
  background-image: url(../../../i/check.svg); }

.bloko-checkbox__text {
  line-height: 1.5;
  position: relative;
  color: #fff;
  display: table-cell; }
  .bloko-checkbox__text:before {
    content: ' ';
    position: absolute;
    right: 100%;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    top: 3px;
    bottom: 0;
    background: #fff;
    border: 1px solid #cbd1d4; }

.bloko-button {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
  height: 34px;
  position: relative;
  padding: 0 15px;
  border: 1px solid;
  font-size: 14px;
  font-family: inherit;
  line-height: 32px;
  -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
  transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
  color: #333;
  border-color: #cbd1d4;
  background-color: #f9f9f9; }

.bloko-button_primary-minor {
  color: #0f8fee;
  border-color: #0f8fee;
  background-color: #0f8fee;
  background-color: transparent; }
  .bloko-button_primary-minor:hover {
    border-color: #0e81d6;
    background-color: #0e81d6;
    color: #fff; }

@media (max-width: 960px) {
  .substrate {
    white-space: normal;
    margin-top: 30px;
    display: inline-block;
    width: auto; }
  .login-with {
    height: auto;
    max-width: 400px; }
  .login-input {
    display: inline-block;
    width: 48%; }
    .login-input + .login-input {
      margin-left: 4%; }
  .login-with__forgot,
  .login-with__remember {
    margin-bottom: 10px; } }

@media (max-width: 420px) {
  .login-input {
    width: 100%;
    margin-left: 0 !important; } }

.wrapper {
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px; }

.section {
  position: relative;
  color: #333;
  background-color: #fff;
  margin-bottom: 20px; }
  .section:last-child {
    margin-bottom: 0; }
  .section_form .tour-table {
    margin: 0;
    width: 550px; }
    .section_form .tour-table__col_country {
      width: 220px; }
  @media (max-width: 960px) {
    .section_form .tour-table {
      width: auto; } }
  @media (max-width: 620px) {
    .section_form .tour-table__col_country {
      width: 100%; } }

.item {
  padding: 20px;
  display: block;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  position: relative;
  color: #333;
  background-color: #fff;
  margin-bottom: 20px;
  transition: box-shadow .15s; }
  .item:hover {
    border-color: #ccc;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.2); }
  .item__inline {
    margin-bottom: 15px; }
    .item__inline .item__text {
      display: inline-block;
      margin-right: 10px; }
      .item__inline .item__text_price {
        float: right;
        margin-top: -9px;
        margin-right: 0;
        margin-left: 50px; }
  .item__row {
    display: table;
    width: 100%; }
  .item__col {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-right: 30px; }
    .item__col_way {
      width: 150px; }
    .item__col_place {
      width: 200px; }
    .item__col_tags {
      padding-left: 20px;
      border-left: 1px solid #eee;
      width: 360px;
      font-size: 0; }
    .item__col_last {
      vertical-align: middle;
      width: 1%;
      padding: 0; }
  .item__btn {
    font-size: 12px;
    text-transform: uppercase; }
  .item__tags {
    margin-top: 10px;
    margin-bottom: 10px; }
  .item__tag {
    position: relative;
    margin: 3px 0;
    display: inline-block;
    width: 50%;
    font-size: 12px;
    line-height: 1.5;
    padding-right: 20px;
    padding-left: 22px; }
    .item__tag:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      background: url(../../../i/ic_done_green_18px.svg) no-repeat 0 0; }
  .item__text {
    font-size: 12px;
    line-height: 1.5; }
    .item__text .page-stars {
      vertical-align: middle;
      margin-right: 3px; }
    .item__text_gray, .item__text_info {
      color: #A4B0B9; }
    .item__text_bold {
      font-weight: 600;
      font-size: 14px; }
    .item__text_nano {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #A4B0B9;
      font-size: 10px; }
    .item__text_guests {
      color: #A4B0B9;
      border-bottom: 1px solid #eee;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .item__text_place {
      font-weight: 600;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 10px; }
    .item__text_flight {
      font-size: 14px; }
    .item__text_info span {
      color: indianred; }
    .item__text_price {
      font-size: 22px;
      font-weight: 600; }
      .item__text_price span {
        font-size: 14px;
        font-weight: 400;
        color: #999; }
    .item__text_ps {
      color: #A4B0B9;
      font-size: 10px;
      line-height: 13px; }
    .item__text_list {
      font-size: 14px;
      font-weight: 600; }
  .item__icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px; }
    .item__icon_flight-up {
      background: url(../../../i/ic_flight_takeoff_blue_20px.svg) no-repeat center center; }
    .item__icon_flight-down {
      background: url(../../../i/ic_flight_land_blue_20px.svg) no-repeat center center; }
    .item__icon_help {
      position: relative;
      top: -5px;
      width: 14px;
      height: 14px;
      background: url(../../../i/ic_help_outline_black_14px.svg) no-repeat center center; }
      .item__icon_help:hover {
        background-image: url(../../../i/ic_help_black_14px.svg); }
  .item__list {
    display: table;
    margin-bottom: 20px; }
    .item__list-row {
      display: table-row; }
    .item__list-col {
      padding: 2px 0;
      display: table-cell; }
      .item__list-col:first-child {
        padding-right: 15px; }
  @media (max-width: 1024px) {
    .item__inline .item__text {
      margin-bottom: 10px; }
      .item__inline .item__text_price {
        margin-left: 0;
        margin-right: 10px;
        float: none; } }
  @media (max-width: 760px) {
    .item__inline .item__text {
      margin-bottom: 10px; }
      .item__inline .item__text_price {
        display: block;
        margin-left: 0;
        margin-right: 10px;
        float: none;
        font-size: 30px;
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px dashed #ddd; }
    .item__row {
      font-size: 0;
      display: block; }
    .item__col {
      display: block;
      padding: 0;
      width: auto;
      border: none;
      margin-bottom: 20px; }
      .item__col_tags {
        max-width: 500px; }
      .item__col_way, .item__col_place {
        display: inline-block;
        padding-right: 60px; }
      .item__col_last {
        margin-bottom: 0; }
    .item__text {
      font-size: 14px; }
      .item__text_bold {
        font-size: 16px; }
      .item__text_nano {
        margin-top: 20px;
        position: static; }
      .item__text_ps {
        line-height: normal; } }
  @media (max-width: 500px) {
    .item__tag {
      width: 100%; } }

.section_how {
  padding: 0 20px; }

.content-ttl-h1 {
  font-size: 24px;
  padding: 35px 0 30px;
  margin: 0;
  font-weight: 400;
  line-height: 36px; }

.hiw-block-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.hiw-block-i {
  width: 20%;
  box-sizing: border-box; }
  .hiw-block-i:nth-child(4) .hiw-block-i-ttl:after {
    background: #000;
    background: -moz-linear-gradient(left, #000 0%, #f15840 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #000), color-stop(100%, #f15840));
    background: -webkit-linear-gradient(left, #000 0%, #f15840 100%);
    background: -o-linear-gradient(left, #000 0%, #f15840 100%);
    background: -ms-linear-gradient(left, #000 0%, #f15840 100%);
    background: linear-gradient(to right, #000 0%, #f15840 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#f15840', GradientType=1); }
  .hiw-block-i:last-child .hiw-block-i-ttl:after {
    display: none; }
  .hiw-block-i:last-child .hiw-block-i-ttl:before {
    background: url(../../../i/icon-money-sm.png) no-repeat;
    position: absolute;
    z-index: 3;
    content: '';
    width: 36px;
    height: 33px;
    top: 2px;
    left: 2px; }
  .hiw-block-i:last-child .hiw-block-i-ttl span {
    border-color: #f15a44; }
  .hiw-block-i-ttl {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px; }
    .hiw-block-i-ttl:after {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      position: absolute;
      background: #000;
      right: 0;
      z-index: 1;
      top: 20px; }
    .hiw-block-i-ttl span {
      font-weight: 600;
      font-size: 26px;
      color: #000;
      border: 3px solid #000;
      border-radius: 24px;
      display: block;
      box-sizing: border-box;
      text-align: center;
      width: 42px;
      padding: 5px 0;
      background: #fff;
      position: relative;
      z-index: 2; }
  .hiw-block-i-descr {
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px; }
    .hiw-block-i-descr span {
      display: inline-block; }
    .hiw-block-i-descr small {
      font-size: 12px; }

@media screen and (max-width: 768px) and (min-width: 481px) {
  .hiw-block-i {
    width: 100%; }
  .hiw-block-i .hiw-block-i-ttl {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
    margin-right: 10px; }
  .hiw-block-i .hiw-block-i-ttl:after {
    display: none; }
  .hiw-block-i-descr {
    margin-top: 9px; }
    .hiw-block-i-descr br {
      display: none; }
  .hiw-block-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 480px) and (min-width: 1px) {
  .content-ttl-h1 {
    padding-left: 0;
    padding-right: 0; }
  .hiw-block-wrap {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hiw-block-i {
    width: 100%; }
  .hiw-block-i .hiw-block-i-ttl {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
    margin-right: 10px; }
  .hiw-block-i .hiw-block-i-ttl:after {
    display: none; } }

.section_rules {
  padding: 100px 20px 0;
  font-size: 0; }
  .section_rules .title {
    font-size: 24px;
    margin-bottom: 20px; }
  .section_rules .col {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding-right: 40px;
    border-right: 1px solid #ddd; }
    .section_rules .col + .col {
      padding-left: 60px;
      border-right: none; }
  .section_rules .list__item {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
    .section_rules .list__item:last-child {
      margin-bottom: 0; }
    .section_rules .list__item span {
      font-size: 20px; }
    .section_rules .list__item:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -14px;
      left: -36px;
      width: 28px;
      height: 28px;
      background: url(../../../i/ic_done_green_28px.svg) no-repeat center center; }
  @media (max-width: 1024px) {
    .section_rules .list__item {
      padding-left: 36px; }
      .section_rules .list__item:after {
        left: 0; } }
  @media (max-width: 760px) {
    .section_rules {
      padding-top: 50px; }
      .section_rules .col {
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 50px; }
        .section_rules .col + .col {
          padding: 0;
          margin-bottom: 0; } }

.section_partners {
  background: #333;
  color: #fff;
  margin-bottom: 0; }
  .section_partners .wrapper {
    max-width: 960px; }
  .section_partners .title {
    font-size: 24px;
    margin-bottom: 20px; }
  .section_partners .desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px; }
    .section_partners .desc span {
      font-size: 22px;
      text-transform: uppercase; }
    .section_partners .desc_1 {
      margin-bottom: 30px; }
  .section_partners .top-section__btn {
    margin-top: 0; }
