@import "normalize.css";
@import "font-awesome.min.css";
@font-face {
  font-family: "Proxima Nova Regular";
  src: url(../fonts/ProximaNova-Regular.ttf);
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url(../fonts/ProximaNova-Bold.ttf);
}
@font-face {
  font-family: "Proxima Nova Extrabold";
  src: url(../fonts/ProximaNova-Extrabold.ttf);
}
@font-face {
  font-family: "Proxima Nova Semibold";
  src: url(../fonts/ProximaNova-Semibold.ttf);
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url(../fonts/ProximaNova-Light.ttf);
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 15px;
}

.container {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
@media only screen and (max-width: 1100px) {
  .container {
    max-width: 980px;
  }
}
@media only screen and (max-width: 1000px) {
  .container {
    max-width: 880px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    max-width: 780px;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    max-width: 680px;
  }
}
@media only screen and (max-width: 700px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    width: 100%;
  }
}

.header {
  width: 100%;
  height: 80px;
}
.header-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
}
.header-user {
  position: relative;
}
.header-user-top {
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .header-user-top {
    height: 36px;
  }
}
.header-user-icon {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 700px) {
  .header-user-icon {
    width: 24px;
    height: 24px;
  }
}
.header-user-icon-image {
  color: #ffffff;
  font-size: 24px;
}
@media only screen and (max-width: 700px) {
  .header-user-icon-image {
    font-size: 17px;
  }
}
.header-user-label {
  color: #ffffff;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 17px;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .header-user-label {
    display: none;
  }
}
.header-user-arrow {
  margin-left: 6px;
  color: #ffffff;
  font-size: 25px;
}
@media only screen and (max-width: 700px) {
  .header-user-arrow {
    font-size: 20px;
  }
}
.header-user-submenu {
  position: absolute;
  right: 0;
  top: 58px;
  border-radius: 3px;
  width: 160px;
  padding-top: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1000;
  padding-bottom: 15px;
}
.header-user-submenu-element {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
  color: #222222;
  cursor: pointer;
  font-family: "Proxima Nova Light", sans-serif;
}
.header-user-submenu-element:hover {
  background-color: #3aa278;
  color: #ffffff;
}
.header-logo {
  display: block;
  text-decoration: none;
}
.header-logo-image {
  height: 38px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .header-logo-image {
    height: 28px;
  }
}
.header-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 700px) {
  .header-menu {
    display: none;
  }
}
.header-menu li {
  float: left;
  margin-left: 30px;
}
.header-menu li:first-child {
  margin-left: 0;
}
.header-menu li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  font-family: "Proxima Nova Semibold", sans-serif;
  transition: all 0.2s ease-out;
}
.header-menu li a:hover {
  color: #3aa278;
}
.header-right {
  margin-left: auto;
  height: 80px;
  display: flex;
  align-items: center;
}
.header-cabinet-button {
  border: 2px solid #ffffff;
  width: 165px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  font-family: "Proxima Nova Bold", sans-serif;
  text-align: center;
  box-shadow: none;
  transition: all 0.2s ease-out;
}
.header-cabinet-button:hover {
  border-color: #313130;
  background-color: #313130;
  color: #ffffff;
}
@media only screen and (max-width: 700px) {
  .header-cabinet-button {
    height: 36px;
    font-size: 14px;
  }
}
.header-white {
  background-color: #ffffff;
  border-bottom: 1px solid #c2c2c2;
}
.header-white .header-menu a {
  color: #313130;
}
.header-white .header-user-label {
  color: #313130;
}
.header-white .header-user-icon {
  border-color: #313130;
}
.header-white .header-user-icon-image {
  color: #313130;
}
.header-white .header-user-arrow {
  color: #313130;
}
.header-white .header-cabinet-button {
  border: 2px solid #3aa278;
  width: 165px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #3aa278;
  background-color: transparent;
  font-size: 16px;
  font-family: "Proxima Nova Bold", sans-serif;
  text-align: center;
  box-shadow: none;
  transition: all 0.2s ease-out;
}
.header-white .header-cabinet-button:hover {
  border-color: #313130;
  background-color: #313130;
  color: #ffffff;
}

.top-area {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 370px;
}
@media only screen and (max-width: 700px) {
  .top-area {
    height: 500px;
    background-position: center;
  }
}
.top-area-fade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.top-area-single {
  height: 80px;
  background-image: none;
  background-color: #fff;
}
.top-area-single .top-area-fade {
  background-color: transparent;
}

.promo {
  width: 100%;
  height: 290px;
  padding-top: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .promo {
    height: auto;
    padding-bottom: 30px;
  }
}
.promo-sub-title {
  display: block;
  color: #e9e9e9;
  font-size: 30px;
  line-height: 30px;
  font-family: "Proxima Nova Semibold", sans-serif;
}
@media only screen and (max-width: 700px) {
  .promo-sub-title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
}
.promo-title {
  display: block;
  color: #ffffff;
  font-family: "Proxima Nova Extrabold", sans-serif;
  font-size: 54px;
  line-height: 54px;
  font-weight: normal;
  margin: 12px 0 0;
}
@media only screen and (max-width: 700px) {
  .promo-title {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }
}

.widget {
  position: relative;
  min-height: 100px;
}
.widget-inner {
  width: 100%;
  height: 140px;
  margin-top: -140px;
}
@media only screen and (max-width: 700px) {
  .widget-inner {
    margin-top: -300px;
    height: 300px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
}
.widget-top {
  height: 60px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .widget-top {
    height: auto;
    flex-direction: column;
  }
}
.widget-blocks {
  height: 60px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 800px) {
  .widget-blocks {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .widget-blocks {
    height: auto;
    flex-direction: column;
  }
}
.widget-block {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .widget-block {
    width: 100%;
  }
}
.widget-block-direction-change {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  left: -20px;
  top: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  z-index: 2000;
  cursor: pointer;
}
.widget-block-direction-change:hover {
  opacity: 0.7;
}
.widget-block-direction-change-icon {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 700px) {
  .widget-block-direction-change {
    left: auto;
    right: 9px;
    top: -22px;
  }
}
.widget-block-top {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding-left: 17px;
  padding-right: 17px;
  cursor: pointer;
  position: relative;
}
.widget-block-top-with-padding {
  padding-left: 37px;
}
@media only screen and (max-width: 700px) {
  .widget-block-top-with-padding {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 700px) {
  .widget-block-top {
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }
}
.widget-block:last-child {
  border-right-width: 0;
}
.widget-block-places-submenu {
  position: absolute;
  left: 0;
  top: 68px;
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1000;
}
.widget-block-places-submenu-block {
  border-bottom: 1px solid #e9e9e9;
  padding: 17px;
  box-sizing: border-box;
}
.widget-block-places-submenu-block:last-child {
  border-bottom-width: 0;
}
.widget-block-places-submenu-block-top {
  flex-direction: row;
  display: flex;
}
.widget-block-places-submenu-block-right {
  margin-left: auto;
  flex-direction: row;
  display: flex;
  align-items: center;
  height: 24px;
}
.widget-block-places-submenu-block-title {
  display: block;
  color: #222222;
  font-size: 19px;
  font-family: "Proxima Nova Semibold", sans-serif;
  line-height: 19px;
}
.widget-block-places-submenu-block-subtitle {
  display: block;
  color: #b2b2b2;
  font-size: 14px;
  font-family: "Proxima Nova Semibold", sans-serif;
  margin-top: 5px;
}
.widget-block-places-submenu-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #222222;
}
.widget-block-places-submenu-block-value {
  display: block;
  color: #222222;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 19px;
  width: 20px;
  text-align: center;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.widget-block-places-submenu-block-text {
  margin-top: 8px;
}
.widget-block-places-submenu-block-text span {
  display: block;
  color: #222222;
  font-size: 10px;
  line-height: 1.1;
  font-family: "Proxima Nova Semibold", sans-serif;
  margin-top: 4px;
}
.widget-block-date-submenu {
  position: absolute;
  left: 0;
  top: 68px;
  display: block;
  padding: 30px 13px 13px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 290px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1000;
}
@media only screen and (max-width: 1120px) {
  .widget-block-date-submenu {
    width: 100%;
  }
}
.widget-block-date-submenu .DayPicker-Month {
  margin: 0;
}
.widget-block-date-submenu .DayPicker {
  font-size: 1.1rem;
  display: block;
  float: none;
}
.widget-block-date-submenu .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #3aa278;
  border-radius: 0;
  outline: none;
}
.widget-block-date-submenu .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  background-color: #3aa278;
  border-radius: 0;
  outline: none;
}
.widget-block-date-submenu .DayPicker-Caption {
  text-align: center;
  font-size: 14px;
  color: #222222;
}
.widget-block-date-submenu .DayPicker-NavButton--next {
  position: absolute;
  right: 0;
  top: 0;
}
.widget-block-date-submenu .DayPicker-NavButton--prev {
  position: absolute;
  left: 0;
  top: 0;
}
.widget-block-cities-submenu {
  position: absolute;
  left: 0;
  top: 68px;
  border-radius: 3px;
  width: 100%;
  padding-top: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1000;
  padding-bottom: 15px;
}
.widget-block-cities-submenu-element {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  font-family: "Proxima Nova Light", sans-serif;
}
.widget-block-cities-submenu-element:hover {
  background-color: #3aa278;
  color: #ffffff;
}
.widget-block-subtitle {
  display: block;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 14px;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.widget-block-title {
  display: block;
  margin-top: 5px;
  color: #222222;
  font-size: 19px;
  font-family: "Proxima Nova Semibold", sans-serif;
  line-height: 19px;
}
@media only screen and (max-width: 1000px) {
  .widget-block-title {
    font-size: 17px;
    line-height: 17px;
  }
}
.widget-block-single-title {
  display: block;
  color: #b2b2b2;
  font-size: 21px;
  line-height: 21px;
  font-family: "Proxima Nova Semibold", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .widget-block-single-title {
    font-size: 17px;
    line-height: 17px;
  }
}
.widget-button {
  margin-left: auto;
  border-radius: 3px;
  height: 60px;
  width: 188px;
  line-height: 60px;
  background-color: #3aa278;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-family: "Proxima Nova Bold", sans-serif;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 800px) {
  .widget-button {
    display: none;
  }
}
.widget-button:hover {
  background-color: #313130;
}
.widget-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 16px;
  width: 100%;
}
.widget-link {
  display: block;
  margin-left: 15px;
  border-bottom: 1px dashed #ffffff;
  font-size: 16px;
  color: #ffffff;
  font-family: "Proxima Nova Semibold", sans-serif;
  cursor: pointer;
}
.widget-link:hover {
  border-bottom: 1px solid #ffffff;
}
.widget-link:first-child {
  margin-left: 0;
}

.booking-empty {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 500px) {
  .booking-empty {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.booking-empty-title {
  display: block;
  color: #393939;
  font-size: 37px;
  font-family: "Proxima Nova Semibold", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .booking-empty-title {
    font-size: 20px;
  }
}
.booking-empty-text {
  margin-top: 21px;
  font-size: 17px;
  color: #393939;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .booking-empty-text {
    margin-top: 14px;
    font-size: 14px;
  }
}

.booking-top {
  height: 80px;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .booking-top {
    height: 150px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .booking-top {
    display: none;
  }
}
.booking-top-inner {
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .booking-top-inner {
    height: 150px;
  }
}
.booking-top-label {
  display: block;
  width: 180px;
  font-size: 18px;
  line-height: 23px;
  font-family: "Proxima Nova Semibold", sans-serif;
}
@media only screen and (max-width: 700px) {
  .booking-top-label {
    display: none;
  }
}
.booking-top-buttons {
  width: calc(100% - 180px);
  margin-left: auto;
  flex-direction: row;
  align-items: center;
  height: 80px;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .booking-top-buttons {
    display: block;
    height: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .booking-top-buttons {
    height: auto;
    width: 100%;
  }
}
.booking-top-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 12.5%;
  height: 60px;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 14px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .booking-top-button {
    max-width: 980px;
    width: 20%;
    margin-bottom: 15px;
    float: left;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 800px) {
  .booking-top-button {
    width: 25%;
    border: 1px solid #e9e9e9;
  }
}
.booking-top-button-line {
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: none;
}
@media only screen and (max-width: 800px) {
  .booking-top-button-line {
    bottom: 0;
  }
}
.booking-top-button.active .booking-top-button-line {
  display: block;
  background-color: #3aa278;
}
.booking-top-button:hover .booking-top-button-line {
  display: block;
  background-color: #313130;
}
.booking-top-button:last-child {
  border-right-width: 0;
}
.booking-top-button:nth-child(5) {
  border-right-width: 0;
}
.booking-top-button-title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.booking-top-button-subtitle {
  display: block;
  font-size: 15px;
  line-height: 21px;
  color: #b2b2b2;
  margin-top: 3px;
}

.booking-stations {
  height: 120px;
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 700px) {
  .booking-stations {
    height: 200px;
  }
}
.booking-stations-inner {
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .booking-stations-inner {
    height: 200px;
    flex-direction: column;
  }
}

.booking-station {
  width: calc(50% - 20px);
  position: relative;
}
@media only screen and (max-width: 700px) {
  .booking-station {
    width: 100%;
    margin-top: 14px;
  }
}
.booking-station:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .booking-station:first-child {
    margin-right: 0;
  }
}
.booking-station:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .booking-station:last-child {
    margin-left: 0;
  }
}
.booking-station-submenu {
  position: absolute;
  left: 0;
  top: 58px;
  max-height: 244px;
  overflow-y: auto;
  border-radius: 3px;
  width: 100%;
  padding-top: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1000;
  padding-bottom: 15px;
}
.booking-station-submenu-element {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  font-family: "Proxima Nova Light", sans-serif;
}
.booking-station-submenu-element:hover {
  background-color: #3aa278;
  color: #ffffff;
}
.booking-station-top {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  height: 50px;
  flex-direction: row;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  cursor: pointer;
}
.booking-station-top-left {
  width: calc(100% - 48px);
}
.booking-station-arrow {
  margin-left: auto;
  width: 20px;
  text-align: center;
  display: block;
  font-size: 20px;
}
.booking-station-label {
  display: block;
  color: #b2b2b2;
  font-size: 12px;
  line-height: 12px;
}
.booking-station-value {
  display: block;
  margin-top: 5px;
  color: #222222;
  font-size: 17px;
  line-height: 17px;
}
@media only screen and (max-width: 1000px) {
  .booking-station-value {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .booking-station-value {
    font-size: 15px;
    line-height: 15px;
  }
}
.booking-station-map {
  margin-top: 8px;
  flex-direction: row;
  display: flex;
}
.booking-station-map-icon {
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  .booking-station-map-icon {
    font-size: 12px;
  }
}
.booking-station-map-label {
  display: block;
  margin-left: 8px;
  border-bottom: 1px dashed #000000;
  font-size: 16px;
  color: #000000;
  font-family: "Proxima Nova Semibold", sans-serif;
  cursor: pointer;
}
.booking-station-map-label:hover {
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 700px) {
  .booking-station-map-label {
    font-size: 12px;
  }
}

.booking-trips {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
}

.mobile-booking-head {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobile-booking-head {
    display: flex;
    flex-direction: row;
  }
}
.mobile-booking-head-col {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #393939;
  font-family: "Proxima Nova", sans-serif;
}
.mobile-booking-head-col:first-child {
  width: 50%;
}
.mobile-booking-head-col:last-child {
  margin-left: auto;
}

.mobile-booking-trip {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobile-booking-trip {
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    display: block;
    padding: 10px;
  }
}
.mobile-booking-trip-top {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.mobile-booking-trip-top-time {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
  width: 50%;
}
.mobile-booking-trip-top-price {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.mobile-booking-trip-top-places {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
  margin-left: auto;
}
.mobile-booking-trip-content {
  padding-top: 12px;
}
.mobile-booking-trip-content-row {
  display: flex;
  flex-direction: row;
}
.mobile-booking-trip-station {
  color: #393939;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  font-family: "Proxima Nova Light", sans-serif;
  width: 50%;
}
.mobile-booking-trip-place {
  color: #393939;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  font-family: "Proxima Nova Light", sans-serif;
}
.mobile-booking-trip-time-2 {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
  width: 50%;
  margin-top: 9px;
}
.mobile-booking-trip-station-2 {
  color: #393939;
  font-size: 13px;
  display: block;
  font-family: "Proxima Nova Light", sans-serif;
  width: 50%;
  margin-top: 9px;
}
.mobile-booking-trip-button {
  border-radius: 3px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: none;
  background-color: #3aa278;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-family: "Proxima Nova Bold", sans-serif;
  display: block;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.2s ease-in;
  position: relative;
  margin-left: auto;
}
.mobile-booking-trip-button:hover {
  background-color: #313130;
}
.mobile-booking-trip-reserve-link {
  display: flex;
  font-family: "Proxima Nova Bold", sans-serif;
  width: 100px;
  font-size: 15px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #3aa278;
  transition: all 0.2s ease-in;
  text-decoration: none;
  border: 1px dashed #3aa278;
  margin-left: auto;
}
.mobile-booking-trip-reserve-link i {
  margin-left: 5px;
}
.mobile-booking-trip-reserve-link:hover {
  color: #313130;
  border-color: #313130;
}
.mobile-booking-trip-reserve-area {
  position: relative;
  display: block;
  height: 30px;
  width: 100px;
  margin-left: auto;
}

.booking-trip {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e0e0e0;
}
.booking-trip-area {
  margin-top: 20px;
}
.booking-trip-area:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 700px) {
  .booking-trip {
    display: none;
  }
}
.booking-trip-top {
  flex-direction: row;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 17px;
  height: 90px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-top {
    padding: 10px;
  }
}
.booking-trip-top-left {
  display: flex;
  flex-direction: row;
}
.booking-trip-top-left-col {
  display: flex;
  flex-direction: column;
  width: 320px;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-top-left-col {
    width: 282px;
  }
}
@media only screen and (max-width: 900px) {
  .booking-trip-top-left-col {
    width: 252px;
  }
}
@media only screen and (max-width: 800px) {
  .booking-trip-top-left-col {
    width: 201px;
  }
}
.booking-trip-top-left-col:first-child {
  margin-left: 0;
}
.booking-trip-top-right {
  margin-left: auto;
  display: flex;
  flex-direction: row;
}
.booking-trip-time {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-time {
    font-size: 20px;
    line-height: 20px;
  }
}
.booking-trip-station {
  color: #393939;
  font-size: 15px;
  display: block;
  margin-top: 4px;
  font-family: "Proxima Nova Light", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-station {
    font-size: 11px;
  }
}
.booking-trip-button {
  border-radius: 3px;
  width: 125px;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #3aa278;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-family: "Proxima Nova Bold", sans-serif;
  display: block;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.2s ease-in;
}
.booking-trip-button:hover {
  background-color: #313130;
}
.booking-trip-reserve-link {
  display: flex;
  font-family: "Proxima Nova Bold", sans-serif;
  width: 125px;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #3aa278;
  transition: all 0.2s ease-in;
  text-decoration: none;
  border: 1px dashed #3aa278;
}
.booking-trip-reserve-link i {
  margin-left: 5px;
}
.booking-trip-reserve-link:hover {
  color: #313130;
  border-color: #313130;
}
.booking-trip-reserve-area {
  position: relative;
  width: 125px;
  display: block;
  height: 50px;
}
.booking-trip-price-block {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  width: 140px;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-price-block {
    width: 100px;
  }
}
.booking-trip-price-block-text-1 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-price-block-text-1 {
    font-size: 20px;
    line-height: 20px;
  }
}
.booking-trip-price-block-text-2 {
  color: #393939;
  font-size: 15px;
  line-height: 15px;
  display: block;
  margin-top: 4px;
  font-family: "Proxima Nova Light", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-price-block-text-2 {
    font-size: 11px;
    line-height: 11px;
  }
}
.booking-trip-price-block-text-3 {
  color: #393939;
  font-size: 15px;
  line-height: 15px;
  display: block;
  margin-top: 4px;
  font-family: "Proxima Nova Light", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-price-block-text-3 {
    font-size: 11px;
    line-height: 11px;
  }
}
.booking-trip-bottom {
  flex-direction: row;
  display: flex;
  width: 100%;
  height: 40px;
  border-top: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-bottom {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.booking-trip-car {
  color: #222222;
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-car {
    font-size: 11px;
  }
}
.booking-trip-car b {
  font-family: "Proxima Nova Semibold", sans-serif;
}
.booking-trip-icons {
  margin-left: 14px;
  flex-direction: row;
  display: flex;
}
.booking-trip-icon {
  background-color: #3aa278;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
  font-size: 18px;
  text-align: center;
  display: block;
  color: #ffffff;
  border-radius: 3px;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin-left: 6px;
  }
}
.booking-trip-duration {
  margin-left: auto;
  color: #222222;
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  .booking-trip-duration {
    font-size: 11px;
  }
}

.red {
  color: #ff5b5b;
}

.application {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.application-links {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.application-link {
  margin-left: 15px;
  display: block;
  width: 164px;
  height: 60px;
}
@media only screen and (max-width: 700px) {
  .application-link {
    width: 40%;
    margin-left: 20px;
    height: auto;
  }
}
.application-link img {
  width: 100%;
  display: block;
}
.application-link:first-child {
  margin-left: 0;
}
.application-link:hover {
  opacity: 0.7;
}
.application-top {
  max-width: 900px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .application-top {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.application-bottom {
  margin: 50px auto 0;
  max-width: 1080px;
}
@media only screen and (max-width: 1100px) {
  .application-bottom {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 700px) {
  .application-bottom {
    display: none;
  }
}
.application-bottom-element {
  float: left;
  box-sizing: border-box;
  padding-left: 40px;
  width: 33.3333%;
}
.application-bottom-element-icon {
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.application-bottom-element-icon-1 {
  width: 77px;
  height: 48px;
  background-image: url(../images/mobile_icon/speed.svg);
}
.application-bottom-element-icon-2 {
  width: 57px;
  height: 44px;
  background-image: url(../images/mobile_icon/synh.svg);
}
.application-bottom-element-icon-3 {
  width: 40px;
  height: 43px;
  background-image: url(../images/mobile_icon/design.svg);
}
.application-bottom-element-right {
  float: right;
  width: calc(100% - 94px);
}
.application-bottom-element-title {
  display: block;
  color: #393939;
  font-size: 18px;
}
.application-bottom-element-text {
  display: block;
  color: #949494;
  font-size: 12px;
  line-height: 17px;
  margin-top: 17px;
}
.application-image {
  width: 297px;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .application-image {
    width: 40%;
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .application-image {
    display: none;
  }
}
.application-right {
  float: right;
  width: 542px;
}
@media only screen and (max-width: 1100px) {
  .application-right {
    width: 60%;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 700px) {
  .application-right {
    width: 100%;
    margin: auto;
    float: none;
    padding-left: 0;
  }
}
.application-title {
  display: block;
  color: #393939;
  font-size: 37px;
  line-height: 37px;
  font-family: "Proxima Nova Semibold", sans-serif;
}
@media only screen and (max-width: 800px) {
  .application-title {
    font-size: 27px;
    line-height: 27px;
  }
}
.application-description {
  margin-top: 21px;
  font-size: 17px;
  color: #393939;
  line-height: 28px;
  display: block;
}
@media only screen and (max-width: 800px) {
  .application-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.application-pluses {
  margin-top: 43px;
}
.application-plus {
  background-color: #ffffff;
  height: 85px;
  width: 100%;
  margin-top: 20px;
  padding-left: 38px;
  box-sizing: border-box;
  padding-top: 23px;
}
@media only screen and (max-width: 1100px) {
  .application-plus {
    height: auto;
    padding-bottom: 13px;
  }
}
.application-plus:first-child {
  margin-top: 0;
}
.application-plus-num {
  float: left;
  color: #3aa278;
  font-size: 24px;
  line-height: 24px;
}
.application-plus-text {
  float: left;
  margin-left: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #393939;
  position: relative;
  bottom: 4px;
  width: calc(100% - 130px);
}
.application-links-block {
  margin-top: 20px;
}
.application-links-block-text {
  float: left;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 17px;
  display: block;
  line-height: 25px;
}
.application-links-block-elements {
  float: right;
}

.footer {
  background-color: #3b3b3b;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 700px) {
  .footer {
    display: none;
  }
}
.footer-logo {
  float: left;
  display: block;
}
.footer-logo img {
  width: 194px;
  height: 44px;
}
.footer-links {
  float: right;
  display: flex;
  flex-direction: row;
}
.footer-link {
  display: block;
  margin-left: 10px;
}
.footer-link:first-child {
  margin-left: 0;
}
.footer-link img {
  width: 140px;
}
.footer-link:hover {
  opacity: 0.7;
}
.footer-menu {
  list-style: none;
  padding: 0;
  float: left;
  height: 18px;
  margin: 18px 0 0 92px;
}
@media only screen and (max-width: 800px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu li {
  float: left;
  margin-left: 58px;
}
.footer-menu li:first-child {
  margin-left: 0;
}
.footer-menu li a {
  text-decoration: none;
  line-height: 18px;
  color: #ffffff;
  font-size: 15px;
}

.copyright {
  width: 100%;
  background-color: #353535;
  height: 45px;
  padding-top: 14px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .copyright {
    height: 35px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .copyright {
    height: auto;
    padding-bottom: 12px;
  }
}
.copyright-text {
  display: block;
  color: #949494;
  font-size: 14px;
  font-family: "Proxima Nova Light", sans-serif;
  line-height: 17px;
}
@media only screen and (max-width: 800px) {
  .copyright-text {
    font-size: 12px;
    line-height: 15px;
  }
}

.submit-booking {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .submit-booking {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.submit-booking-top {
  flex-direction: row;
  display: flex;
  height: 40px;
  align-items: center;
}
.submit-booking-title {
  color: #000000;
  display: block;
  font-size: 34px;
  line-height: 40px;
}
@media only screen and (max-width: 900px) {
  .submit-booking-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.submit-booking-inner {
  margin-top: 40px;
}
@media only screen and (max-width: 700px) {
  .submit-booking-inner {
    margin-top: 20px;
  }
}
.submit-booking-inner-left {
  width: calc(100% - 380px);
  float: left;
}
@media only screen and (max-width: 900px) {
  .submit-booking-inner-left {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}
.submit-booking-inner-left-bottom {
  margin-top: 40px;
  flex-direction: row;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .submit-booking-inner-left-bottom {
    flex-direction: column;
  }
}
.submit-booking-inner-left-line {
  width: calc(100% - 20px);
  height: 1px;
  background-color: #c2c2c2;
  margin-top: 60px;
}
.submit-booking-right {
  background-color: #f2f2f2;
  width: 350px;
  float: right;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 3px;
}
@media only screen and (max-width: 900px) {
  .submit-booking-right {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}
.submit-booking-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.submit-booking-right-block-row {
  display: flex;
  flex-direction: row;
  margin-top: 14px;
}
.submit-booking-right-block-row:first-child {
  margin-top: 0;
}
.submit-booking-right-block-line {
  height: 51px;
  width: 2px;
  background-color: #3aa278;
  position: absolute;
  top: 9px;
  left: 63px;
  display: block;
}
.submit-booking-right-block-station {
  display: block;
  font-size: 12px;
  color: #000000;
  width: calc(100% - 80px);
  margin-left: auto;
}
.submit-booking-right-block-datetime {
  width: 60px;
}
.submit-booking-right-block-circle {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: block;
  background-color: #3aa278;
  margin-top: 8px;
}
.submit-booking-right-block-date {
  display: block;
  font-size: 12px;
  color: #333;
}
.submit-booking-right-block-time {
  display: block;
  font-size: 18px;
  color: #000000;
  font-family: "Proxima Nova Bold", sans-serif;
}
.submit-booking-right-title {
  font-size: 24px;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.submit-booking-right-text {
  display: block;
  color: #5c5c5c;
  font-size: 16px;
  margin-top: 7px;
}
.submit-booking-right-text b {
  color: #000000;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.submit-booking-stations {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .submit-booking-stations {
    flex-direction: column;
  }
}
.submit-booking-comment {
  display: block;
  margin-top: 5px;
  resize: none;
  width: calc(100% - 20px);
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  height: 80px;
  color: #222222;
  padding: 14px;
  font-size: 17px;
  box-sizing: border-box;
  outline-color: #3aa278;
}
@media only screen and (max-width: 700px) {
  .submit-booking-comment {
    width: 100%;
  }
}
.submit-booking-comment::placeholder {
  color: #b2b2b2;
}
.submit-booking-area {
  margin-top: 40px;
}
.submit-booking-area-label {
  display: block;
  color: #5c5c5c;
  font-size: 16px;
}
.submit-booking-input {
  display: block;
  margin-top: 5px;
  resize: none;
  width: calc(100% - 20px);
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  height: 50px;
  color: #222222;
  padding: 14px;
  font-size: 17px;
  box-sizing: border-box;
  outline-color: #3aa278;
}
@media only screen and (max-width: 700px) {
  .submit-booking-input {
    width: 100%;
  }
}
.submit-booking-input::placeholder {
  color: #b2b2b2;
}
.submit-booking-button {
  border-radius: 3px;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 60px;
  background-color: #3aa278;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-family: "Proxima Nova Bold", sans-serif;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 310px;
}
@media only screen and (max-width: 700px) {
  .submit-booking-button {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.submit-booking-button:hover {
  background-color: #313130;
}
.submit-booking-back-link {
  margin-left: 40px;
  font-size: 18px;
  text-decoration: none;
  color: #999;
}
@media only screen and (max-width: 700px) {
  .submit-booking-back-link {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
    display: block;
  }
}

.lds-ripple {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #3aa278;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}
.user-modal-fade {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.user-modal-window {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 700px;
  height: 320px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 4000;
  padding: 30px 42px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .user-modal-window {
    width: 96%;
    padding: 20px 32px;
  }
}
.user-modal-window-close {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 30px;
  cursor: pointer;
  display: block;
}
.user-modal-window-title {
  font-size: 32px;
  line-height: 1.1;
  font-family: "Proxima Nova Semibold", sans-serif;
  color: #424543;
  display: block;
}
@media only screen and (max-width: 800px) {
  .user-modal-window-title {
    font-size: 22px;
  }
}
.user-modal-window-sub-title {
  color: #a7a7a7;
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  .user-modal-window-sub-title {
    font-size: 14px;
  }
}
.user-modal-window-list {
  margin-top: 16px;
}
.user-modal-window-list-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 6px;
}
.user-modal-window-list-element:first-child {
  margin-top: 0;
}
.user-modal-window-list-element-icon {
  font-size: 22px;
  margin-right: 6px;
  color: #3aa278;
}
.user-modal-window-list-element-text {
  color: #424543;
  font-size: 18px;
}
.user-modal-window-left {
  width: 50%;
  float: left;
  margin-top: 22px;
}
@media only screen and (max-width: 800px) {
  .user-modal-window-left {
    display: none;
  }
}
.user-modal-window-right {
  float: right;
  margin-top: 22px;
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .user-modal-window-right {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
.user-modal-window-form-confirm-text {
  display: block;
  color: #424543;
  font-size: 14px;
}
.user-modal-window-form-cancel-link {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #3aa278;
  text-align: center;
  cursor: pointer;
}
.user-modal-window-form-confirm-phone {
  font-family: "Proxima Nova Semibold", sans-serif;
  display: block;
  color: #424543;
  margin-top: 4px;
  font-size: 14px;
  margin-bottom: 10px;
}
.user-modal-window-form-label {
  display: block;
  color: #a7a7a7;
  font-size: 16px;
}
.user-modal-window-form-input {
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  color: #424543;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d2d2;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 43px;
  border-radius: 6px;
  outline-color: #3aa278;
  margin-top: 6px;
}
.user-modal-window-form-submit-button {
  border-radius: 6px;
  height: 45px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background-color: #3aa278;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  margin-top: 6px;
  font-family: "Proxima Nova Bold", sans-serif;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.user-modal-window-form-submit-button:hover {
  background-color: #313130;
}

.lds-ripple {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #3aa278;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}
.button-with-spinner {
  position: relative;
}
.button-with-spinner-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.button-with-spinner.loading {
  opacity: 0.8;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  animation: spinner 0.8s ease infinite;
}

.cabinet-top {
  height: 50px;
  width: 100%;
  background-color: #3aa278;
}
@media only screen and (max-width: 900px) {
  .cabinet-top {
    height: auto;
  }
}
.cabinet-title {
  color: #000000;
  display: block;
  font-size: 24px;
  line-height: 30px;
}
.cabinet-inner {
  padding-top: 45px;
  padding-bottom: 45px;
  box-sizing: border-box;
  min-height: calc(100vh - 230px);
}
.cabinet-inner-top {
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .cabinet-inner-top {
    flex-direction: column;
    height: auto;
  }
}
.cabinet-tabs {
  display: flex;
  flex-direction: row;
  height: 50px;
}
.cabinet-tab {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Proxima Nova Semibold", sans-serif;
  text-decoration: none;
}
.cabinet-tab:hover {
  opacity: 0.6;
}
.cabinet-tab.active {
  background-color: #313130;
}
.cabinet-tab.active:hover {
  opacity: 1;
}

.orders {
  margin-top: 30px;
}
.orders-empty {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.orders-empty-icon {
  display: block;
  font-size: 70px;
  margin: auto;
  color: #3aa278;
}
.orders-empty-title {
  display: block;
  font-size: 45px;
  margin-top: 12px;
  text-align: center;
  color: #393939;
}
.orders-empty-text {
  display: block;
  color: #393939;
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}
.orders-loader {
  position: relative;
  min-height: calc(100vh - 350px);
}
.orders-tabs {
  margin-left: auto;
  height: 40px;
  display: flex;
  flex-direction: row;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .orders-tabs {
    margin-left: 0;
    margin-top: 10px;
  }
}
.orders-tab {
  padding-left: 20px;
  padding-right: 20px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #5c5c5c;
  font-size: 14px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .orders-tab {
    width: 33.33%;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
}
.orders-tab:hover {
  opacity: 0.7;
}
.orders-tab:nth-child(2) {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.orders-tab.active {
  border: 1px solid #3aa278;
  color: #3aa278;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.orders-tab.active:hover {
  opacity: 1;
}

.order {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 17px;
  flex-direction: row;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .order {
    display: none;
  }
}
.order-area {
  margin-top: 20px;
}
.order-datetime {
  width: 90px;
}
.order-date {
  display: block;
  font-size: 16px;
  color: #333;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.order-time {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 2px;
}
.order-time-2 {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 34px;
}
.order-place {
  margin-top: 12px;
}
.order-place:first-child {
  margin-top: 0;
}
.order-places {
  margin-left: 30px;
  width: 330px;
}
.order-city {
  display: block;
  font-size: 16px;
  color: #333;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.order-station {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 2px;
  line-height: 18px;
  height: 36px;
}
.order-right {
  margin-left: auto;
  display: flex;
  flex-direction: row;
}
.order-status {
  display: block;
  font-size: 16px;
  color: #3aa278;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.order-status i {
  margin-left: 4px;
  cursor: pointer;
}
.order-buttons {
  margin-left: 30px;
  flex-direction: column;
  display: flex;
  width: 160px;
}
.order-button {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  display: flex;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 16px;
  color: #3aa278;
  box-sizing: border-box;
  border: 2px solid #3aa278;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.2s ease-in;
}
.order-button:hover {
  color: #ffffff;
  background-color: #3aa278;
}
.order-button-red {
  border-color: #ff5b5b;
  color: #ff5b5b;
}
.order-button-red:hover {
  color: #ffffff;
  background-color: #ff5b5b;
}
.order-cancel-link {
  display: block;
  text-align: center;
  margin-top: 7px;
  color: #999;
  font-size: 14px;
  font-family: "Proxima Nova Semibold", sans-serif;
  cursor: pointer;
}
.order-cancel-link:hover {
  color: #3aa278;
}
.order-information {
  width: 300px;
  margin-left: 20px;
}
.order-information-text {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 6px;
}
.order-information-text:first-child {
  margin-top: 0;
}

.mobile-order {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobile-order {
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 17px;
    display: block;
  }
}
.mobile-order-date {
  display: block;
  font-size: 16px;
  color: #333;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.mobile-order-time {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 2px;
}
.mobile-order-city {
  display: block;
  font-size: 16px;
  color: #333;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.mobile-order-station {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 2px;
  line-height: 18px;
  height: 36px;
}
.mobile-order-row {
  display: flex;
  flex-direction: row;
}
.mobile-order-row:nth-child(2) {
  margin-top: 8px;
}
.mobile-order-row-left {
  width: 30%;
}
.mobile-order-row-right {
  width: 70%;
}
.mobile-order-bottom {
  display: flex;
  flex-direction: row;
  height: 30px;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}
.mobile-order-bottom .order-button {
  height: 30px;
  font-size: 14px;
}
.mobile-order-bottom .order-status {
  font-size: 12px;
}
.mobile-order-bottom .order-buttons {
  width: 140px;
}

.text-red {
  color: #ff5b5b;
}

.icon-with-fade {
  position: relative;
  cursor: pointer;
}
.icon-with-fade-text {
  position: absolute;
  top: 30px;
  z-index: 2000;
  left: -85px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff !important;
  padding: 5px;
  text-align: center;
  width: 180px;
  display: none;
  font-size: 12px !important;
  font-family: "Proxima Nova Regular", sans-serif !important;
  border-radius: 5px;
}
.icon-with-fade:hover .icon-with-fade-text {
  display: block;
}

.submit-places {
  display: flex;
  flex-direction: row;
  height: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.submit-place {
  display: flex;
  flex-direction: row;
  height: 30px;
  align-items: center;
  margin-right: 30px;
}
.submit-place-label {
  display: block;
  color: #222222;
  font-size: 17px;
  line-height: 17px;
}
.submit-place-icons {
  display: flex;
  flex-direction: row;
  margin-left: 7px;
}
.submit-place-icon {
  color: #3aa278;
  font-size: 20px;
  margin-right: 4px;
  cursor: pointer;
}

.information-window {
  border: 1px solid #3aa278;
  width: 100%;
  border-radius: 3px;
  padding: 17px;
  box-sizing: border-box;
  margin-bottom: 35px;
  display: block;
  text-align: center;
}
.information-window-text {
  font-size: 18px;
  color: #000;
}
.information-window-button {
  height: 40px;
  border-radius: 40px;
  display: flex;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 16px;
  color: #3aa278;
  text-decoration: none;
  width: 240px;
  margin: 12px auto 0;
  box-sizing: border-box;
  border: 2px solid #3aa278;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.2s ease-in;
}
.information-window-button:hover {
  background-color: #3aa278;
  color: #ffffff;
}

.lds-ripple-white {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

.lds-ripple-white div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple-white 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple-white div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple-white {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}
.information-page {
  padding-top: 60px;
  padding-bottom: 90px;
}
.information-page-title {
  display: block;
  font-size: 33px;
  line-height: 33px;
  color: #393939;
  font-family: "Proxima Nova Semibold", sans-serif;
  margin: 0;
  padding: 0;
}
.information-page-content {
  margin-top: 30px;
}
.information-page-content p {
  margin-bottom: 0;
  margin-top: 28px;
  font-size: 16px;
  line-height: 23px;
  color: #393939;
}
.information-page-content p:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
