@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.3.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}

@charset "UTF-8";
.form input,
.form .nice-select {
  padding: 13px 20px;
  line-height: 1.55;
  height: 50px;
  position: relative;
  font-size: 14px;
  color: #666666;
  font-family: "Mulish";
  background-color: #ebf4f9;
  border-radius: 5px;
  border: 1px solid #ebf4f9;
}
@media (max-width: 767px) {

  .cookie-banner{
    width: 90% !important;
  }
  .form input,
  .form .nice-select {
    padding: 10px 20px 12px;
    height: 40px;
    font-size: 14px;
  }
}
.form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.form input[type=date]::-webkit-datetime-edit-text {
  color: transparent;
}
.form input[type=date].input-without-before::-webkit-datetime-edit-text {
  color: unset;
}
.form input[type=date]::-webkit-datetime-edit-month-field,
.form input[type=date]::-webkit-datetime-edit-day-field,
.form input[type=date]::-webkit-datetime-edit-year-field {
  visibility: hidden;
}
.form input[type=date].input-without-before::-webkit-datetime-edit-month-field,
.form input[type=date].input-without-before::-webkit-datetime-edit-day-field,
.form input[type=date].input-without-before::-webkit-datetime-edit-year-field {
  visibility: visible;
}
.form .input-without-before::before {
  content: "" !important;
}
.form input[type=date]::before {
  content: "Дата народження";
  color: #666666;
}
.form input[type=date], .form .dateInput {
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../img/icons/calendar-select.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right 17px center;
  padding-right: 25px;
  cursor: pointer;
  border-radius: 5px;
  outline: none;
}
.form .nice-select ul {
  width: 100%;
}
.form .nice-select:after {
  background: url("../img/icons/chewron-down-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  width: 11px;
  height: 6px;
  transform: rotate(0deg);
  /*right: 24px;*/
}
.form textarea {
  font-family: "Mulish";
  padding: 10px 20px 12px;
  height: 129px;
  background-color: #ebf4f9;
  border: none;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .form textarea {
    padding: 18px 30px;
    font-size: 16px;
    height: 145px;
  }
}

.form__checkbox-wrapper > div {
  display: flex;
  align-items: center;
}
.form__checkbox-wrapper input[type=checkbox] {
  display: none;
}
.form__checkbox-wrapper label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-family: "Mulish";
  font-weight: 500;
  line-height: 1.255;
}
.form__checkbox-wrapper label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #353535;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 11px;
}
.form__checkbox-wrapper input[type=checkbox]:checked + label:before {
  border-color: #ffd03c;
}
.form__checkbox-wrapper label:after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.83871L6.85366 11L16 1' stroke='%23FFD03C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' /%3E%3C/svg%3E");
  position: absolute;
  top: 1px;
  left: 3px;
  display: none;
}
.form__checkbox-wrapper input[type=checkbox]:checked + label:after {
  display: block;
}

.search-title__select {
  pointer-events: all !important;
  display: block;
}

.bron-page__seats-availible {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  height: 68px;
  width: 100%;
  padding: 24px 20px 25px 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #a09cad;
}
@media (min-width: 768px) {
  .bron-page__seats-availible {
    margin-bottom: 24px;
  }
}
.bron-page__seats-booking {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .bron-page__seats-booking {
    overflow-x: scroll;
  }
}

.bron-page__seats-pick {
  position: relative;
  top: 0;
  left: 0;
  width: fit-content;
  border: 1px solid #ebebeb;
  margin: auto;
  border-radius: 5px;
  padding: 20px 31px 25px 92px;
}
@media (min-width: 768px) {
  .bron-page__seats-pick {
    margin-bottom: 37px;
  }
}

.bron-page__seats-not-availible {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 30px 28px 30px 44px;
}

.bron-page__img-wheel {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 18px;
  bottom: 110px;
}

.bron-page__seats-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 13px;
}

.bron-page__seats-row {
  display: flex;
  gap: 10px;
}

.bron-page__seats-row:nth-child(3) {
  justify-content: flex-end;
}

.bron-page__seats-row .bron-page__seats-item:nth-child(8) {
  margin-right: 40px;
}

.bron-page__seats-item {
  width: 40px;
  height: 40px;
  background-color: #ebf4f9;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #a09cad;
  cursor: pointer;
}

.bron-page__seats-item--taken {
  background-color: #339bd8;
  color: white;
}

.bron-page__seats-item--picked {
  background-color: #ffd03c;
  color: #353535;
}

.bron-page__seats-legend {
  font-family: "Mulish";
  font-size: 14px;
  line-height: 1.43;
}

.bron-page__seats-legend-description {
  margin-bottom: 11px;
}

.bron-page__seats-legend-labels {
  display: flex;
  gap: 27px;
}

.bron-page__seats-legend-labels-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bron-page__seats-legend-labels-item div {
  width: 16px;
  height: 16px;
  border-radius: 5px;
}

.bron-page__seats-legend-labels-item div {
  background-color: #ebf4f9;
}

.bron-page__seats-legend-labels-item--taken div {
  background-color: #339bd8;
}

.bron-page__seats-legend-labels-item--picked div {
  background-color: #ffd03c;
}

.bron-page__bus-stops {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 19px;
}
.bron-page__bus-stops > div h3 {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 500;
}
@media (min-width: 768px) {
  .bron-page__bus-stops {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.bron-page__bus-stop-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bron-page__bus-stop-blocks {
    gap: 14px;
  }
}

.bron-page__bus-stop-blocks div {
  width: 100%;
  height: 80px;
  background-color: #ebf4f9;
  font-family: "Mulish";
  line-height: 1.255;
  color: #666666;
  border-radius: 5px;
  padding: 20px 30px;
}
@media (min-width: 992px) {
  .bron-page__bus-stop-blocks div {
    height: 60px;
  }
}

.bron-page__passengers {
  margin-bottom: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .bron-page__passengers {
    padding-bottom: 30px;
    margin-bottom: 24px;
  }
}

.bron-page__added-passengers {
  padding: 12px 22px 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bron-page__added-passengers {
    padding: 20px 30px 27px 30px;
  }
}

.bron-page__added-passengers h4 {
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 1.48;
}

.bron-page__passenger-delails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bron-page__passenger-delails input,
.bron-page__passenger-delails select,
.bron-page__passenger-delails > div {
  width: 100%;
}
@media (min-width: 1200px) {
  .bron-page__passenger-delails {
    flex-direction: row;
    gap: 30px;
  }
  .bron-page__passenger-delails input,
  .bron-page__passenger-delails select,
  .bron-page__passenger-delails > div {
    width: 268px;
  }
}

.bron-page__passengers-to-add {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bron-page__passengers-to-add button {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  border: none;
  width: 100%;
  color: #353535;
  font-family: "Mulish";
  font-weight: 700;
  line-height: 1.255;
  cursor: pointer;
  outline: none;
}
.bron-page__passengers-to-add .form {
  margin-top: 10px;
  justify-content: start;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 15px;
  padding-bottom: 20px;
}
.bron-page__passengers-to-add .form > .form-group {
  width: calc(50% - 16px);
}
.bron-page__passengers-to-add .form input,
.bron-page__passengers-to-add .form select,
.bron-page__passengers-to-add .form .nice-select
{
  width: 100%;
}
@media (max-width: 991px) {
  .bron-page__passengers-to-add .form {
    row-gap: 10px;
    padding-bottom: 23px;
  }
  .bron-page__passengers-to-add .form .form-group {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bron-page__passengers-to-add button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bron-page__passengers-to-add-item {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 15px;
}
.bron-page__passengers-to-add-item h4{
  margin-top: 10px !important;
}
@media (max-width: 991px) {
  .bron-page__passengers-to-add-item {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.passenger_form_header {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.passenger_form_header .delete-passenger__btn {
    display: none;
}

.delete-passenger__btn:hover {
    cursor: pointer;
}

.bron-page__contacts {
  padding-bottom: 27px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .bron-page__contacts {
    padding-bottom: 19px;
  }
}

.bron-page__contacts-form {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 20px;
}

.bron-page__contacts-form > div {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .bron-page__contacts-form > div {
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}


.bron-page__contacts-form-email {
  /*margin-bottom: 35px;*/
}
.bron-page__contacts-form-email input {
  width: 100%;
}
.bron-page__contacts-form-email > span {
  font-size: 14px;
  font-family: "Mulish";
  line-height: 1.255;
  color: #353535;
}
@media (max-width: 767px) {
  .bron-page__contacts-form-email {
    /*margin-bottom: 16px;*/
  }

  .bron-page__contacts-form-email input {
    /*margin-bottom: 24px;*/
  }
}

.bron-page__contacts-form-phone-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .bron-page__contacts-form-phone-wrapper {
    flex-direction: row;
    gap: 30px;
  }
}

.bron-page__contacts-form-phone {
  width: 100%;
}
.bron-page__contacts-form-phone .bron-phone-contact .iti,
.bron-page__contacts-form-phone > .iti {
  height: 40px;
}
.bron-page__contacts-form-phone > div:first-child {
  /*margin-bottom: 31px;*/
}
@media (min-width: 992px) {
  .bron-page__contacts-form-phone {
    /*width: 50%;*/
  }
  .bron-page__contacts-form-phone .bron-phone-contact .iti,
  .bron-page__contacts-form-phone > .iti {
    height: 60px;
  }
  .bron-page__contacts-form-phone > div:first-child {
    margin-bottom: 11px;
  }
}
.bron-page__contacts-form-phone .bron-phone-contact .iti {
  margin-bottom: 5px;
  width: 100%;
}
.bron-page__contacts-form-phone .iti input {
  width: 100%;
}
.bron-page__contacts-form-phone .iti__selected-flag {
  padding-left: 18px;
  padding-right: 22px;
  border-right: 1px solid #ebebeb;
}
.bron-page__contacts-form-phone .iti__arrow {
  background: url("../img/icons/chewron-down-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  width: 11px;
  height: 6px;
}
.bron-page__contacts-form-phone .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-left: 91px;
}
.bron-page__contacts-form-phone > select,
.bron-page__contacts-form-phone > div {
  width: 100%;
}
.bron-page__contacts-form-phone select {
  margin-bottom: 7px;
}
.bron-page__contacts-form-phone > div select {
  width: 100%;
}
.bron-page__contacts-form-phone span {
  display: block;
  font-size: 14px;
  font-family: "Mulish";
  line-height: 1.255;
  color: #353535;
}

.bron-page__contacts-form-phone:first-child {
  /*margin-bottom: 20px;*/
}

.bron-page__contacts-form-phone:last-child > select,
.bron-page__contacts-form-phone:last-child > div {
  /*margin-bottom: 24px;*/
}
@media (min-width: 992px) {
  .bron-page__contacts-form-phone:last-child > select,
  .bron-page__contacts-form-phone:last-child > div {
    margin-bottom: 5px;
  }
}

.form__checkbox-wrapper--messenger {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}
.form__checkbox-wrapper--messenger label {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .form__checkbox-wrapper--messenger {
    gap: 37px;
  }
}

.form__checkbox-wrapper--payment {
  margin-bottom: 18px;
}

.bron-page__additional-services {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
}

.bron-page__additional-services-comment {
  width: 100%;
}

.bron-page__payment {
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .bron-page__payment {
    padding-bottom: 29px;
  }
}

.bron-page__payment .form__checkbox-wrapper > div:not(:last-child) label {
  margin-bottom: 12px;
}

.bron-page__payment .form__checkbox-wrapper > div:last-child label {
  margin-bottom: 0;
}

.bron-page__payment-card-type {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 16px;
}
.bron-page__payment-card-type a {
  flex-grow: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #ebf4f9;
  border-radius: 5px;
  border: none;
  padding: 14px 30px;
  color: #353535;
  font-family: "Mulish";
  line-height: 1.255;
}
.bron-page__payment-card-type a:first-child {
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .bron-page__payment-card-type {
    gap: 29px;
    flex-wrap: unset;
  }
  .bron-page__payment-card-type a {
    width: 268px;
    flex-grow: unset;
    height: 60px;
  }
  .bron-page__payment-card-type a:first-child {
    flex-grow: unset;
    width: 268px;
  }
}

.bron-page__bonuses {
  display: flex;
  gap: 20px;
  font-family: "Mulish";
  font-weight: 700;
  line-height: 1.255;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .bron-page__bonuses {
    flex-direction: column;
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
}

.bron-page__bonus-wrapper > div > span {
  color: #339bd8;
}

.bron-page__bonus-buttons {
  display: flex;
  gap: 13px;
  align-items: flex-end;
}
.bron-page__bonus-buttons button {
  background-color: transparent;
  border: none;
  display: flex;
  height: 60px;
  font-size: 18px;
  padding: 19px 18px;
  border-radius: 5px;
  border: 1px solid #353535;
  cursor: pointer;
}
.bron-page__bonus-buttons button:first-child {
  background-color: #ffd03c;
  border-color: #ffd03c;
}
@media (max-width: 991px) {
  .bron-page__bonus-buttons {
    display: none;
  }
}

.bron-page__agreement {
  padding-bottom: 30px;
}
.bron-page__agreement a {
  color: #339bd8;
}
.bron-page__agreement label {
  margin-bottom: 9px;
}
.bron-page__agreement .form__checkbox-wrapper > div:last-child label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bron-page__agreement {
    padding-bottom: 20px;
  }
}

.bron-page__final-info {
  display: flex;
  flex-direction: column;
}

.bron-page__final-info {
  padding-bottom: 10px;
}

.bron-page__final-info-item {
  color: #a09cad;
  font-weight: 700;
  line-height: 1.188;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 14px 16px 14px 20px;
}
@media (min-width: 992px) {
  .bron-page__final-info-item {
    display: flex;
    justify-content: space-between;
  }
}
.bron-page__final-info-item > div {
  display: flex;
  align-items: center;
}
.bron-page__final-info-item > div > div {
  max-width: 602px;
}
.bron-page__final-info-item > div > div > a,
.bron-page__final-info-item > div > div > span {
  color: #339bd8;
}
.bron-page__final-info-item > div > img {
  margin-right: 38px;
}
.bron-page__final-info-item > div > div:not(:last-child) {
  margin-right: 58px;
}

.bron-page__final-info-socials {
  display: flex;
  gap: 12px;
}
.bron-page__final-info-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .bron-page__final-info-socials {
    margin-top: 12px;
    margin-left: 72px;
  }
}

.bron-page__final-info-facebook {
  background-color: #0b84ee;
}

.bron-page__final-info-telegram {
  background-color: #27a6e5;
}

.bron-page__final-info-whatsapp {
  background-color: #7c509a;
}

.bron-page__existing-bookings {
  background-color: #339bd8;
  border-radius: 5px;
  height: fit-content;
  padding: 24px 31px 34px 31px;
}

.bron-page__existing-bookings h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.48;
  color: white;
  margin-bottom: 11px;
}

.bron-page__route {
  margin-bottom: 11px;
  border-radius: 5px;
  background-color: #ebf4f9;
  padding: 21px 0 23px;
  height: fit-content;
  width: 100%;
}
.bron-page__route > div {
  width: 100%;
  height: fit-content;
}

.bron-page__route-full {
  border-top: 1px solid rgba(53, 53, 53, 0.19);
  margin-top: 17px;
  padding-top: 17px;
}

.bron-page__route-wrapper {
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.bron-page__route-full .bron-page__route-wrapper {
  padding-bottom: 17px;
}

.bron-page__route-time {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.482;
  color: #339bd8;
}

.bron-page__route-date {
  font-size: 12px;
  color: #353535;
  line-height: 1.48;
}

.bron-page__route-left-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
}

.bron-page__route-right-part {
  font-family: "Mulish";
  line-height: 1.429;
  font-size: 14px;
}
.bron-page__route-right-part > span:first-child {
  font-weight: 900;
}

.bron-page__route-full .bron-page__route-right-part {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.67;
}

.bron-page__route-full .bron-page__route-left-part {
  margin-right: 58px;
}

.bron-page__route-arrow-down {
  width: 45px;
  justify-content: center;
}

.bron-page__route-more-buttton {
  display: flex;
  align-items: center;
  line-height: 1.48;
  background-color: transparent;
  padding: 0;
  border: none;
  width: fit-content;
  color: #339bd8;
  outline: none;
  border: none;
}
.bron-page__route-more-buttton span {
  border-bottom: 1px solid #339bd8;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: 6px;
  padding-bottom: 0;
}
.bron-page__route-more-buttton svg {
  margin-top: 6px;
  width: 14px;
  height: 14px;
  transition: transform 0.07s ease-in-out;
  transform: rotate(0deg);
}

a.bron-page__route-more-buttton {
  text-decoration: underline;
}

.bron-page__route-more-buttton:focus {
  outline: none;
}

.bron-page__route-more-buttton.open svg {
  transform: rotate(180deg);
  margin-top: 3px;
}

.bron-page__route-passengers {
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  display: flex;
  font-weight: 700;
  color: white;
  line-height: 1.48;
  justify-content: space-between;
}

.bron-page__route-bonuses {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  color: white;
  line-height: 1.48;
  margin-bottom: 15px;
}
.bron-page__route-bonuses span:last-child {
  font-weight: 700;
}

.bron-page__promokod-form {
  margin-bottom: 8px;
}
.bron-page__promokod-form form {
  display: flex;
  justify-content: space-between;
  background-color: #ebf4f9;
  padding: 10px 12px 10px 21px;
  border: 1px solid #ebf4f9;
  border-radius: 5px;
}
.bron-page__promokod-form input {
  background-color: transparent;
  border: none;
  font-family: "Mulish";
  line-height: 1.255;
  outline: none;
  color: #666666;
}
.bron-page__promokod-form button {
  background-color: #ffd03c;
  border: none;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.bron-page__promokod-form button svg {
  display: block;
  width: 19px;
  height: 17px;
}

.bron-page__route-total-price {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.48;
  margin-bottom: 14px;
}

.bron-page__route-pay-button {
  background-color: #ffd03c;
  border-radius: 5px;
  border: 1px solid #ffd03c;
  padding: 18px 30px;
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.255;
  color: #353535;
}

.make-order-button-1 {
  position: relative;
}
.make-order-button-1__text {
  font-family: inherit;
}
.make-order-button-1__loader {
  position: absolute;
  width: 3em;
  height: 3em;
  right: 1.66em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
}

.make-order-button-1[data-n-loading] .make-order-button-1__loader {
  display: block !important;
}

@media (max-width: 767px) {
  .bron-page__route-pay-button {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .bron-page__route-pay-button {
    margin: auto;
    width: 300px;
  }
}


.intl-tel-input input {
  width: 100%;
}

.bron-page__route-details-item,
.bron-page__route-bus-stop,
.bron-page__route-arrow-down {
  display: flex;
}

.bron-page__route-details {
  margin-top: 25px;
}

.bron-page__route-details-item .bron-page__route-left-part {
  font-family: "Mulish";
  width: 103px;
  display: inline-block;
  margin-right: unset;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
}

.bron-page__route-details-item .bron-page__route-right-part {
  display: inline-block;
  text-align: left;
  width: calc(100% - 103px);
  font-size: 14px;
  line-height: 1.43;
}
.bron-page__route-details-item .bron-page__route-right-part > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bron-page__route-right-part--accent {
  color: #339bd8;
  line-height: 1.48;
  font-family: "Oswald";
  font-weight: 700;
}

.bron-page__route-expand-details {
  display: flex;
  margin-top: 15px;
  gap: 19px;
}

.bron-page__route-documents-and-info {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(53, 53, 53, 0.19);
  font-family: "Mulish";
  font-size: 14px;
  line-height: 1.43;
}
.bron-page__route-documents-and-info ul {
  margin-bottom: 8px;
}
.bron-page__route-documents-and-info h4 {
  font-weight: 700;
}
.bron-page__route-documents-and-info li {
  display: flex;
  align-items: center;
}
.bron-page__route-documents-and-info svg {
  margin-right: 11px;
}
.bron-page__route-documents-and-info a {
  font-family: "Oswald";
  font-weight: 700;
  color: #339bd8;
  font-size: 16px;
}
.bron-page__route-documents-and-info a:hover {
  color: #666666;
}
.bron-page__route-documents-and-info div:nth-last-child(-n+2) {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bron-page__route-documents-and-info div:last-child {
  margin-top: 13px;
}

.bron-page__route-connections {
  display: flex;
  align-items: flex-end;
  margin-bottom: 11px;
}
.bron-page__route-connections h4 {
  margin-bottom: unset;
  margin-right: 15px;
}
.bron-page__route-connections span {
  color: #339bd8;
  font-size: 16px;
  font-weight: 700;
  font-family: "Oswald";
}

.bron-page__route-schedule {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.bron-page__route-schedule span:last-child {
  font-weight: 700;
  margin-left: 5px;
}
.bron-page__route-schedule img {
  margin-right: 6px;
}

.bron-page__seats-not-availible {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.bron-page__seats-not-availible > p {
  display: flex;
  flex-direction: column;
  margin-bottom: unset;
}
.bron-page__seats-not-availible span:first-child {
  font-weight: 500;
}
.bron-page__seats-not-availible span:last-child {
  font-size: 14px;
  font-family: "Mulish";
}
@media (min-width: 768px) {
  .bron-page__seats-not-availible {
    margin-bottom: 20px;
  }
}

.page-block__title {
  font-size: 18px;
  color: #339bd8;
  font-weight: 700;
  line-height: 1.482;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-block__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.thank-you-page {
  background-color: #339bd8;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 150px;
  padding-top: 50px;
  background-image: url("../img/girl.png"), url("../img/boy.png");
  background-position: left 10px top 260px, right 40px top 260px;
  background-repeat: no-repeat;
  background-size: 272px auto, 222px auto;
}
@media (max-width: 767px) {
  .thank-you-page {
    background-image: none;
    padding-top: 17px;
    padding-bottom: 25px;
  }
}

.thank-you-page__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .thank-you-page__logo {
    margin-bottom: 14px;
  }
}

.thank-you-page__inner {
  background-color: white;
  width: 690px;
  height: fit-content;
  padding: 25px 21px 25px 21px;
  font-family: "Mulish";
  line-height: 1.255;
}
.thank-you-page__inner h1 {
  font-size: 24px;
  line-height: 1.48;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 12px;
}
.thank-you-page__inner p {
  text-align: center;
  margin-bottom: unset;
  padding-left: 18px;
  padding-right: 18px;
}
.thank-you-page__inner .thank-you-page__description-bonus {
  margin-bottom: 32px;
}
.thank-you-page__inner .thank-you-page__description-warning {
  margin-bottom: 19px;
}
.thank-you-page__inner a {
  color: #339bd8;
  font-weight: 700;
}
.thank-you-page__inner table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ebebeb;
  line-height: 1.25;
}
.thank-you-page__inner table:first-of-type tr:first-of-type {
  border-bottom: 1px solid #ebebeb;
}
.thank-you-page__inner td,
.thank-you-page__inner th {
  border: 0;
  text-align: left;
}
.thank-you-page__inner th {
  padding-top: 16px;
  padding-bottom: 18px;
  font-weight: 400;
  line-height: 1.255;
}
.thank-you-page__inner th.thank-you-page__price {
  color: #339bd8;
  font-size: 20px;
  font-family: "Oswald";
  line-height: 1.472;
  font-weight: 700;
}
.thank-you-page__inner td {
  padding-top: 12px;
  padding-bottom: 15px;
  width: 30%;
}
.thank-you-page__inner tr:last-child td {
  padding-top: 12px;
  padding-bottom: 15px;
  vertical-align: top;
}
.thank-you-page__inner tr td {
  font-size: 12px;
  /*line-height: 1.667;*/
}
.thank-you-page__inner tr td span {
  display: block;
}
.thank-you-page__inner tr td span:first-child {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.thank-you-page__inner tr:not(:last-of-type) td {
  border-bottom: 1px solid #ebebeb;
}
.thank-you-page__inner table:last-of-type {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 18px;
}
.thank-you-page__inner table:last-of-type th {
  padding-top: 13px;
  padding-bottom: 25px;
}
.thank-you-page__inner table:last-of-type tr th {
  width: 30%;
}
@media (max-width: 767px) {
  .thank-you-page__inner {
    width: 356px;
    padding: 24px 0 25px;
  }
  .thank-you-page__inner h1 {
    margin-bottom: 15px;
  }
  .thank-you-page__inner p {
    font-size: 14px;
  }
  .thank-you-page__inner .thank-you-page__description-bonus {
    margin-bottom: 15px;
  }
  .thank-you-page__inner .thank-you-page__description-warning {
    margin-bottom: 22px;
  }
  .thank-you-page__inner table:last-of-type {
    border-top: none;
    margin-bottom: 20px;
  }
  .thank-you-page__inner tbody {
    display: flex;
  }
  .thank-you-page__inner tr {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .thank-you-page__inner th {
    padding-top: 12px;
    padding-left: 18px;
    height: 125px;
  }
  .thank-you-page__inner table:first-of-type th:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
  .thank-you-page__inner table:last-of-type tr {
    flex-direction: row;
    width: 100%;
  }
  .thank-you-page__inner table:last-of-type td {
    width: unset;
  }
  .thank-you-page__inner table:last-of-type th {
    padding-bottom: 0;
  }
  .thank-you-page__inner table:last-of-type tr th:not(:first-child) {
    width: 50%;
  }
  .thank-you-page__inner table:last-of-type tr th:first-child {
    padding-left: 0;
    width: 0;
  }
  .thank-you-page__inner table:last-of-type tr th:last-child {
    padding-left: 0;
  }
  .thank-you-page__inner table:last-of-type tbody {
    display: block;
  }
  .thank-you-page__inner tr:first-of-type {
    justify-content: space-between;
  }
  .thank-you-page__inner td {
    height: 125px;
    border-bottom: 1px solid #ebebeb;
    padding-right: 10px;
  }
  .thank-you-page__inner tr td {
    width: unset;
  }

  .thank-you-page__inner .list li {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.thank-you-page__description-bonus a {
  color: #339bd8;
  font-weight: 700;
  text-decoration: underline;
}

.thank-you-page + footer .footer__copy {
  margin-top: unset;
  border-top: none;
}

@media (max-width: 767px) {
  .text-page h1 {
    line-height: 1.48;
    font-size: 28px;
  }
}

.text-page .breadcrumb {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .text-page .breadcrumb {
    margin-bottom: 13px;
  }
}

.text-page__content {
  font-size: 14px;
  font-family: "Mulish";
}
@media (max-width: 767px) {
  .text-page__content {
    font-size: 12px;
    line-height: 2.16;
  }
}
.text-page__content br {
  content: "";
  margin-bottom: 10px;
  display: block;
}

.text-page__container.container {
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .text-page__container.container {
    padding-bottom: 24px;
  }
}

.login__linked-acc-socials {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ebebeb;
}
.login__linked-acc-socials a {
  width: 68px;
  height: 68px;
  background-color: #339bd8;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login__linked-acc-socials a:first-child svg {
  width: 42px;
  height: 42px;
}
.login__linked-acc-socials a:last-child svg {
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  #modal-login .login__linked-acc-socials a {
    width: 40px;
    height: 40px;
  }
  #modal-login .login__linked-acc-socials a:first-child svg {
    width: 25px;
    height: 25px;
  }
  #modal-login .login__linked-acc-socials a:last-child svg {
    width: 21px;
    height: 21px;
  }
}
.login.modal__inner {
  max-height: unset;
}
.login h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.48;
}
.login input {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .login input {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.255;
    margin-bottom: 10px;
  }
}
.login button {
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  background-color: #ffd03c;
  font-size: 18px;
  font-weight: 700;
  font-family: "Mulish";
  line-height: 1.255;
}
@media (max-width: 767px) {
  .login button {
    font-size: 16px;
  }
}
.login form {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

.modal__inner.login {
  padding: 25px 27px 29px;
}
@media (max-width: 767px) {
  .modal__inner.login {
    padding: 25px 21px 31px;
  }
}

.login__linked-acc {
  padding-top: 20px;
}
.login__linked-acc div:first-child {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.48;
  margin-bottom: 21px;
}

.login__registration-link {
  padding-top: 29px;
  line-height: 1.255;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mulish";
}
.login__registration-link button {
  color: #339bd8;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: fit-content;
  padding: 0;
  height: unset;
  margin-left: 5px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #modal-login .login__registration-link {
    flex-direction: column;
  }
}
.contacts {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contacts {
    margin-bottom: 80px;
  }
}

.contacts__inner-wrapper {
  padding-left: unset !important;
  padding-right: unset !important;
}

.contacts__row {
  gap: 39px;
  margin-left: unset !important;
  margin-right: unset !important;
  margin-bottom: 30px;
  justify-content: space-between;
}

.contacts__content {
  margin-bottom: 41px;
}
@media (min-width: 768px) {
  .contacts__content {
    display: flex;
    gap: 44px;
    margin-bottom: 43px;
  }
}

.contacts__logo {
  width: 175px;
  height: 229px;
}
@media (max-width: 767px) {
  .contacts__logo {
    display: none;
  }
}

.contacts__text {
  font-family: "Mulish";
  line-height: 1.5;
}
.contacts__text p {
  font-weight: 300;
  text-align: center;
}
.contacts__text p:not(:last-child) {
  margin-bottom: 10px;
}
.contacts__text p:last-child {
  margin-bottom: 0;
}
.contacts__text a {
  font-weight: 700;
  color: #339bd8;
}
@media (min-width: 768px) {
  .contacts__text {
    font-size: 19px;
    line-height: 1.26;
  }
  .contacts__text p {
    text-align: left;
  }
}

.contacts__contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.contacts__contacts > div {
  position: relative;
  border-radius: 5px;
  background-color: #ebf4f9;
  padding: 14px 19px 17px 19px;
}
.contacts__contacts img {
  position: absolute;
  width: 47px;
  height: 47px;
}
.contacts__contacts h3 {
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 700;
  color: #339bd8;
  text-align: center;
  line-height: 1.48;
  margin-bottom: 8px;
}
.contacts__contacts a {
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  line-height: 1.2;
  color: #353535;
}
.contacts__contacts p {
  font-weight: 500;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .contacts__contacts {
    column-gap: 34px;
    row-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contacts__contacts > div:not(:last-child) {
    width: calc(50% - 17px);
    height: 138px;
  }
  .contacts__contacts > div:last-child {
    width: 100%;
  }
  .contacts__contacts h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contacts__contacts a {
    font-size: 24px;
  }
  .contacts__contacts img {
    width: 76px;
    height: 76px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contacts__contacts p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.contacts__contacts-item-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Mulish";
}
.contacts__contacts-item-text p:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contacts__contacts-item-text {
    margin-top: 10px;
  }
}

.col-md-5.contacts__sidebar {
  padding: 21px 22px 26px;
  border-radius: 5px;
  background-color: #ebf4f9;
}
.col-md-5.contacts__sidebar form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.col-md-5.contacts__sidebar input,
.col-md-5.contacts__sidebar textarea {
  width: 100%;
  background-color: white;
}
.col-md-5.contacts__sidebar h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.48;
  margin-bottom: 31px;
  text-align: center;
  color: #339bd8;
}
@media (min-width: 768px) {
  .col-md-5.contacts__sidebar {
    padding: 28px 48px 49px;
  }
  .col-md-5.contacts__sidebar h3 {
    font-size: 36px;
  }
}
.col-md-5.contacts__sidebar button {
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  background-color: #ffd03c;
  font-size: 18px;
  font-weight: 700;
  font-family: "Mulish";
  line-height: 1.255;
}
@media (max-width: 767px) {
  .col-md-5.contacts__sidebar button {
    font-size: 16px;
    height: 40px;
  }
}

.contacts__map {
  height: 290px;
}
@media (min-width: 768px) {
  .contacts__map {
    height: 535px;
  }
}

.hello-page {
  position: relative;
  background-color: #339bd8;
  width: 100%;
  height: 950px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  background-image: url("../img/girl.png"), url("../img/boy.png");
  background-position: left 10px top 260px, right 40px top 260px;
  background-repeat: no-repeat;
  background-size: 272px auto, 222px auto;
}
@media (max-width: 767px) {
  .hello-page {
    background-image: none;
    padding-top: 17px;
    padding-bottom: 25px;
    height: 730px;
  }
}

.hello-page__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .hello-page__logo {
    margin-bottom: 33px;
  }
}

/*.footer__copy--hello-page {*/
/*  margin-top: 0 !important;*/
/*}*/
#ui-datepicker-div {
  display: none;
}
.review.modal__inner {
  max-height: unset;
}
.review h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.48;
}
.review h3 {
  line-height: 1.48;
  color: #339bd8;
  text-decoration: underline;
  margin-bottom: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .review h3 {
    margin-bottom: 27px;
  }
}
.review .review__raiting {
  background-color: #339bd8;
  border-radius: 5px;
  padding-top: 27px;
  padding-bottom: 27px;
  color: white;
  font-family: "Mulish";
}
@media (min-width: 768px) {
  .review .review__raiting {
    height: fit-content;
  }
}

.review__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .review__wrapper {
    flex-direction: row;
    gap: 19px;
    margin-bottom: 21px;
  }
}

.review__summary-raiting {
  display: flex;
  justify-content: space-between;
  line-height: 1.255;
  font-weight: 700;
  padding-left: 24px;
  padding-right: 21px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
}
.review__summary-raiting > span:first-child {
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.48;
}
.review__summary-raiting > span:last-child {
  padding: 8px 17px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 5px;
}

.review__summary-raiting-content {
  padding-right: 23px;
  padding-left: 27px;
}

.review__raiting-items {
  padding-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 18px;
}

.review__raiting-items .review__summary-raiting-title {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  line-height: 1.255;
}

.review__summary-raiting-line {
  height: 6px;
  border-radius: 5px;
  background-color: white;
  width: 100%;
  position: relative;
}

.review__summary-raiting-line > div {
  background-color: #ffd03c;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.review__summary-raiting-title {
  margin-bottom: 9px;
}

.review__summary-raiting-note {
  font-size: 14;
  line-height: 1.57;
}

.review__feedback-wrapper {
  position: relative;
}

.review__feedback-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.review__feedbacks {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 479px;
  padding-right: 18px;
}
.review__feedbacks > div {
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 11px 51px 11px 21px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.review__feedbacks > div > a {
  line-height: 1.48;
  text-decoration: underline;
  color: #339bd8;
}
@media (min-width: 768px) {
  .review__feedbacks {
    height: 506px;
  }
}

.review__item-person-mark {
  top: 14px;
  right: 17px;
  line-height: 1.255;
  color: white;
  font-family: "Mulish";
  position: absolute;
  padding: 9px 23px;
  background-color: #339bd8;
  border-radius: 5px;
}

.review__item-person-name {
  line-height: 1.48;
  font-weight: 700;
  color: black;
}

.review__item-person-date {
  font-size: 14px;
  font-family: "Mulish";
  color: #666666;
  line-height: 1.43;
  margin-left: 19px;
}

.review__item-content {
  font-size: 14px;
  font-family: "Mulish";
  line-height: 1.43;
  color: black;
  margin-bottom: 3px;
}

.review__item-destination {
  font-size: 14px;
  font-family: "Mulish";
  line-height: 1.43;
  color: #339bd8;
  margin-bottom: 9px;
}

.review__item-top {
  margin-bottom: 3px;
}

.account-reviews__pagination.account-reviews__pagination--review-modal {
  margin-bottom: 0;
}

.modal-wrapper.modal {
  position: fixed !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow-y: scroll !important;
  z-index: 70 !important;
  top: 0 !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  max-width: unset !important;
}

.modal-wrapper.modal.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#modal-filter {
  filter: unset;
  display: block;
  position: static;
  margin: unset;
  opacity: 1;
}

.modal-sort.is-hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 992px) {
  #modal-filter,
  .modal-sort {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 70;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    max-width: unset;
    filter: drop-shadow(0px 1px 14px rgba(0, 0, 0, 0.25));
  }
  #modal-filter.is-hidden {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.modal-block {
  position: fixed;
  z-index: 6;
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
  right: 0;
  top: 160px;
  margin: 0 auto;
  width: 446px;
  filter: drop-shadow(0px 1px 14px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  z-index: 1;
}
.modal-block.modal-block--review {
  width: 744px;
}
.modal-block.modal-block--sort {
  top: 50px;
  position: absolute;
  padding: 18px 19px 34px 24px;
  border-radius: 5px;
}
.modal-block.modal-block--sort .checkbox:last-child {
  margin-bottom: 24px;
}
.modal-block.modal-block--sort h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.482;
  color: #353535;
  margin-bottom: 19px;
}
.modal-block.modal-block--sort .filters__actions {
  padding: 0;
}
.modal-block.modal-block--sort .modal__close {
  top: 23px;
  right: 23px;
  width: 18px;
  height: 18px;
}
.modal-block.modal-block--sort .modal__close svg {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  transform: none;
}
@media (max-width: 767px) {
  .modal-block {
    min-width: 350px;
    top: 101px;
  }
}
.modal-block .modal__close {
  width: 23px;
  height: 23px;
  background: none;
  box-shadow: unset;
  top: -32px;
  right: 0;
  z-index: 12;
  cursor: pointer;
}
.modal-block .modal__close svg {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal-block {
    max-width: 339px;
  }
  .modal-block__inner {
    padding: 24px 38px;
  }
}

.modal-block--hello {
  filter: unset;
  position: absolute;
  top: 185px;
  min-block-size: 554px;
}
@media (max-width: 767px) {
  .modal-block--hello {
    min-height: 460px;
    top: 150px;
  }
}

.modal-block--hello.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.modal-block--review {
  position: relative;
  top: 77px;
  border-radius: 5px;
}
.modal-block--review .modal__inner {
  border-radius: 5px;
  padding: 17px 10px 39px;
}
@media (min-width: 768px) {
  .modal-block--review {
    top: 50px;
    max-height: 729px;
  }
  .modal-block--review .modal__inner {
    padding: 26px 13px 31px 31px;
  }
}

.modal__inner.compare {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.modal__inner.compare.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 992px) {
  .select-items.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.modal__inner.compare {
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 24px 28px 20px;
  background-color: #339bd8;
  border-radius: 5px;
  min-height: 447px;
}
@media (min-width: 768px) {
  .modal__inner.compare {
    padding: 20px 20px 28px 20px;
    width: 345px;
    bottom: 83px;
    left: 100%;
    transform: translateX(-110%);
  }
}

.compare__tickets-wrapper > div {
  overflow: hidden;
  border-radius: 5px;
}
.compare__tickets-wrapper > div:not(:last-child) {
  margin-bottom: 20px;
}
.compare__tickets-wrapper button {
  width: 100%;
  padding: 15px;
  font-family: "Mulish";
  color: black;
  background-color: #ffd03c;
  font-weight: 700;
  border: 1px solid #ffd03c;
}

.compare__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.compare__title-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 1.48;
}
.compare__title-wrapper svg {
  width: 9px;
  height: 16px;
}
@media (min-width: 768px) {
  .compare__title-wrapper {
    margin-bottom: 14px;
  }
  .compare__title-wrapper h3 {
    font-size: 24px;
    line-height: 1.48;
  }
}

.compare__transfer-companies {
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare__transfer-company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ebebeb;
}

.compare__item-first-line {
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compare__item-first-line > div {
  display: flex;
  align-items: center;
}
.compare__item-first-line > span:first-child {
  color: #339bd8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.48;
}
.compare__item-first-line svg {
  width: 16px;
  height: 16px;
  margin-left: 15.54px;
}
@media (min-width: 768px) {
  .compare__item-first-line svg {
    width: 11px;
    height: 11px;
    margin-left: 20px;
  }
}

.compare__ticket-top {
  background-color: #ebf4f9;
  padding: 10px 17px;
  display: flex;
  flex-direction: column;
}

.compare__timing-wrapper {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 10px;
}
.compare__timing-wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compare__route-time {
  line-height: 1.48;
  font-weight: 500;
  color: #353535;
}

.compare__route-day {
  line-height: 1.48;
  font-weight: 400;
  font-size: 12px;
  color: #353535;
}

.compare__route-long {
  line-height: 1.48;
  font-size: 14px;
  color: #353535;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  width: 1px !important;
  margin: -1px;
  padding: 0 !important;
  border: none !important;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.07s ease;
}

body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #353535;
  font-size: 16px;
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 7px;
    z-index: 100;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #339bd8;
  }
  :root {
    scrollbar-width: thin;
    scrollbar-color: #339bd8 #fff;
  }
}
img {
  max-width: 100%;
}

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

p {
  margin-bottom: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.aifs {
  align-items: flex-start;
}

.jcsb {
  justify-content: space-between;
}

a {
  transition: all 0.3s ease;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.btn {
  font-family: "Mulish";
  font-weight: 500;
  font-size: 16px;
  color: #353535;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd03c;
  border-radius: 5px;
  border: none;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn:hover {
    background: #339bd8;
    color: #fff;
  }
}


.btn-transparent {
  font-family: "Mulish";
  font-weight: 500;
  font-size: 16px;
  color: #353535;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #353535;
  border-radius: 5px;
  transition: 0.3s;
}
.btn-transparent:hover {
  background: #339bd8;
  color: #fff;
}

.home .header .container {
  padding-bottom: 85px;
}
@media (max-width: 992px) {
  .home .header .container {
    padding-bottom: 45px;
  }
}

.header {
  background-color: #339bd8;
  position: relative;
  z-index: 10;
}
.header .container {
  padding-bottom: 26px;
}
.header__toggler {
  display: none;
}
@media (max-width: 991px) {
  .header__toggler {
    display: flex;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    background: #ffd03c;
    border-radius: 5px;
  }
  .header__toggler span {
    min-width: 24px;
    height: 1px;
    position: relative;
    background-color: #353535;
    border-radius: 3px;
  }
  .header__toggler span:before {
    content: "";
    position: absolute;
    top: -7px;
    transition: all ease 0.3s;
    left: 0;
    min-width: 24px;
    height: 1px;
    background-color: #353535;
    border-radius: 3px;
  }
  .header__toggler span:after {
    content: "";
    min-width: 24px;
    height: 1px;
    position: absolute;
    bottom: -7px;
    transition: all ease 0.3s;
    left: 0;
    background-color: #353535;
    border-radius: 3px;
  }
  .header__toggler.active span {
    visibility: hidden;
  }
  .header__toggler.active span:before {
    transform: rotate(45deg);
    top: 0;
    visibility: visible;
  }
  .header__toggler.active span:after {
    transform: rotate(-45deg);
    bottom: 0;
    visibility: visible;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 5px 3% 11px 5.55%;
}
@media (max-width: 991px) {
  .header__top {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    padding: 38px 0 27px 0;
    border-top: 1px solid #fff;
    border-bottom: 0;
    transition: 0.3s;
  }
}
.header__contact a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 3vw;
}
@media (max-width: 991px) {
  .header__contact a {
    display: block;
    margin-right: 0;
  }
}
.header__contact a:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 53px;
  }
}
.header__socials {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .header__socials {
    margin-top: 12px;
  }
}
.header__socials a {
  margin-left: 7px;
}
@media (max-width: 991px) {
  .header__socials a {
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  .header__socials span {
    display: block;
    margin-bottom: 19px;
  }
}
.header__bottom {
  display: flex;
  align-items: center;
  padding: 8px 2.9% 11px 4.1%;
}
@media (max-width: 767px) {
  .header__bottom {
    padding: 10px 12px 10px 11px;
  }
}
.header__nav {
  padding-left: 4.9vw;
}
@media (max-width: 991px) {
  .header__nav {
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    background: #339bd8;
    height: calc(100% - 277px);
    overflow-y: auto;
    padding-left: 0;
    padding-top: 37px;
    transition: 0.3s;
    z-index: 1;
  }
}
.header__nav > ul {
  display: flex;
}
@media (max-width: 991px) {
  .header__nav > ul {
    flex-flow: column;
    align-items: center;
  }
}
.header__nav > ul > li {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .header__nav > ul > li {
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  .header__nav > ul > li {
    display: inline-flex;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 4.8vh;
  }
}
@media (max-height: 750px) {
  .header__nav > ul > li {
    margin-bottom: 2.9vh;
  }
}
.header__nav > ul > li a {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .header__nav > ul > li a {
    padding-bottom: 0;
  }
}
.header__nav > ul > li.has-childred:before {
  content: "";
  background-image: url("../img/icons/chewron-down.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -23px;
  top: 7px;
}
@media (min-width: 992px) {
  .header__nav > ul > li.has-childred ul {
    position: absolute;
    left: 0;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    min-width: 208px;
    background: #fff;
    border-radius: 10px;
    padding: auto;
    padding: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  .header__nav > ul > li.has-childred ul {
    display: none;
  }
}
.header__nav > ul > li.has-childred ul li a {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #353535;
}
@media (max-width: 991px) {
  .header__nav > ul > li.has-childred ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-bottom: 0;
  }
}
.header__nav > ul > li.has-childred:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header__lang {
    margin-right: 13px;
  }
}
.header__lang > li {
  position: relative;
}
@media (min-width: 992px) {
  .header__lang > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .header__lang > li.active > ul {
    opacity: 1;
    visibility: visible;
  }
}
.header__lang > li:before {
  content: "";
  background-image: url("../img/icons/chewron-down.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 10px;
  pointer-events: none;
}
.header__lang > li a {
  padding-right: 16px;
}
.header__lang > li ul {
  position: absolute;
  left: 0;
  top: 31px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header__button svg {
  margin-left: 5px;
}
.header__button {
  padding: 0 17px 0 22px;
  margin-left: 22px;
  transition: 0.3s;
}
.header__button.login-open-button:hover{
  background: transparent;
}
.login-open-button span {
  color: #fff;
}
a.login-open-button path {
  fill: #fff;
}
a.login-open-button {
  background: transparent;
  border: 1px #fff solid;
}
.well .form-group,
.well .row.form-actions {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .header__button {
    overflow: hidden;
    margin-left: 0;
    margin-right: 9px;
  }
  .header__button {
    width: auto;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .header__button span {

  }
}
.header__button:hover {
  background: #fff;
  color: #353535;
}
@media (min-width: 768px) {
  .header__button svg {
    margin-left: 11px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header__inner {
    display: block;
  }
}
.header__content {
  padding-top: 53px;
}
@media (max-width: 991px) {
  .header__content {
    text-align: center;
    padding-top: 5px;
  }
}
.header__title {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 45px;
  line-height: 67px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 41px;
}
@media (max-width: 991px) {
  .header__title {
    font-size: 22px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}
@media (max-width: 757px) {
  .header__title {
    font-size: 14px;
  }
}
.header__title span {
  font-size: 96px;
  line-height: 142px;
  display: block;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .header__title span {
    font-size: 46px;
    line-height: 66px;
    margin-top: 4px;
  }
}
@media (max-width: 575px) {
  .header__title span {
    font-size: 35px;
  }
}
.header__subtitle {
  font-family: "Mulish";
  font-weight: 900;
  font-size: 35px;
  line-height: 44px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header__subtitle {
    font-weight: 900;
    font-size: 22px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .header__subtitle {
    font-size: 14px;
  }
}
.header__image {
  padding-top: 4px;
}
@media (max-width: 991px) {
  .header__image {
    display: none;
  }
}
.header__tikets-btn {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  margin-top: 3vh;
}
.header__tikets-btn svg {
  margin-right: 11px;
}
.header__tikets-btn-qti {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 14px;
  left: 20px;
  background: #ffd03c;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 12px;
  color: #353535;
}
.header__clouds-l {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 4%;
  bottom: 37px;
  z-index: -1;
}
@media (max-width: 991px) {
  .header__clouds-l {
    display: none;
  }
}
.header__clouds-l img {
  width: 44px;
  margin-top: 34px;
  display: block;
  position: relative;
}
.header__clouds-l img:nth-child(1) {
  margin-left: 67px;
}
.header__clouds-l img:nth-child(2) {
  width: 90px;
  margin-top: 58px;
}
.header__clouds-l img:nth-child(3) {
  margin-left: 44px;
}
.header__clouds-r {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 4%;
  bottom: 37px;
  z-index: -1;
}
@media (max-width: 991px) {
  .header__clouds-r {
    display: none;
  }
}
.header__clouds-r img {
  width: 44px;
  margin-top: 34px;
  display: block;
  position: relative;
  transform: scale(-1, 1);
}
.header__clouds-r img:nth-child(1) {
  margin-right: 67px;
}
.header__clouds-r img:nth-child(2) {
  width: 90px;
  margin-top: 58px;
}
.header__clouds-r img:nth-child(3) {
  margin-right: 44px;
}

.header-alt {
  background-color: #339bd8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 2.9% 15px 4.1%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .header-alt {
    padding: 9px 13px 10px 11px;
  }
}
.header-alt__toggler {
  display: none;
}
@media (max-width: 991px) {
  .header-alt__toggler {
    display: flex;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    background: #ffd03c;
    border-radius: 5px;
  }
  .header-alt__toggler span {
    min-width: 24px;
    height: 1px;
    position: relative;
    background-color: #353535;
    border-radius: 3px;
  }
  .header-alt__toggler span:before {
    content: "";
    position: absolute;
    top: -7px;
    transition: all ease 0.3s;
    left: 0;
    min-width: 24px;
    height: 1px;
    background-color: #353535;
    border-radius: 3px;
  }
  .header-alt__toggler span:after {
    content: "";
    min-width: 24px;
    height: 1px;
    position: absolute;
    bottom: -7px;
    transition: all ease 0.3s;
    left: 0;
    background-color: #353535;
    border-radius: 3px;
  }
  .header-alt__toggler.active span {
    visibility: hidden;
  }
  .header-alt__toggler.active span:before {
    transform: rotate(45deg);
    top: 0;
    visibility: visible;
  }
  .header-alt__toggler.active span:after {
    transform: rotate(-45deg);
    bottom: 0;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .header-alt__logo img {
    width: 53px;
  }
}
.header-alt__left {
  display: flex;
  align-items: center;
}
.header-alt__right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-alt__right {
    margin-top: -6px;
  }
}
.header-alt__person {
  display: flex;
  align-items: center;
  margin-left: 31px;
}
@media (max-width: 991px) {
  .header-alt__person {
    margin-left: 0;
  }
}
.header-alt__name {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-alt__name {
    display: none;
  }
}
.header-alt__avatar {
  overflow: hidden;
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .header-alt__avatar {
    margin-right: 13px;
    width: 38px;
    height: 38px;
  }
}
.header-alt__nav {
  padding-left: 4.9vw;
}
@media (max-width: 991px) {
  .header-alt__nav {
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    background: #339bd8;
    height: 100%;
    padding-left: 0;
    padding-top: 37px;
    transition: 0.3s;
  }
}
.header-alt__nav > ul {
  display: flex;
}
@media (max-width: 991px) {
  .header-alt__nav > ul {
    flex-flow: column;
    align-items: center;
  }
}
.header-alt__nav > ul > li {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .header-alt__nav > ul > li {
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  .header-alt__nav > ul > li {
    display: inline-flex;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 4.8vh;
  }
}
@media (max-height: 750px) {
  .header-alt__nav > ul > li {
    margin-bottom: 2.9vh;
  }
}
.header-alt__nav > ul > li a {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .header-alt__nav > ul > li a {
    padding-bottom: 0;
  }
}
.header-alt__nav > ul > li.has-childred:before {
  content: "";
  background-image: url("../img/icons/chewron-down.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -23px;
  top: 7px;
}
.header-alt__nav > ul > li.has-childred ul {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .header-alt__nav > ul > li.has-childred ul {
    position: absolute;
    left: 0;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    min-width: 208px;
    background: #fff;
    border-radius: 10px;
    padding: auto;
    padding: 15px;
  }
}
.header-alt__nav > ul > li.has-childred ul li a {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #353535;
}
@media (max-width: 991px) {
  .header-alt__nav > ul > li.has-childred ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-bottom: 0;
  }
}
.header-alt__nav > ul > li.has-childred:hover ul {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .header-alt__lang {
    margin-top: -5px;
  }
}
.header-alt__lang > li {
  position: relative;
}
@media (min-width: 992px) {
  .header-alt__lang > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .header-alt__lang > li.active > ul {
    opacity: 1;
    visibility: visible;
  }
}
.header-alt__lang > li:before {
  content: "";
  background-image: url("../img/icons/chewron-down.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 10px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header-alt__lang > li:before {
    background-size: 8px;
  }
}
.header-alt__lang > li a {
  padding-right: 16px;
}
@media (max-width: 991px) {
  .header-alt__lang > li a {
    padding-right: 15px;
  }
  .header-alt__lang > li a img {
    width: 26px;
  }
}
.header-alt__lang > li ul {
  position: absolute;
  left: 0;
  top: 31px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mobile-menu-active .header__button {
  display: flex;
  opacity: 1;
}
@media (max-width: 767px) {
  .mobile-menu-active .header__button {
    width: auto;
    margin-left: -4px;
  }
}
.mobile-menu-active .header__nav,
.mobile-menu-active .header-alt__nav {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-active .header__top {
  opacity: 1;
  visibility: visible;
  background: #339bd8;
}
@media (max-width: 767px) {
  .mobile-menu-active .header__lang {
    margin-right: 22px;
  }
}

@media (min-width: 992px) {
  .none-lg {
    display: none;
  }
}

@media (max-width: 991px) {
  .none-md {
    display: none;
  }
}

.tikets-order {
  background: #fff;
  border-radius: 5px;
}
.tikets-order__tab-list {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
  padding-top: 12px;
  padding-bottom: 13px;
}
.tikets-order__tab-list li {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #353535;
  cursor: pointer;
  position: relative;
  margin: 0 15px;
}
.tikets-order__tab-list li.active {
  color: #339bd8;
}
.tikets-order__tab-list li.active:before {
  content: "";
  /* Line 4 */
  position: absolute;
  width: 42px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #339bd8;
  bottom: -14px;
}
.tikets-order__list {
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  padding-top: 23px;
  padding-bottom: 25px;
  margin-left: -20px;
  margin-right: -20px;
}
.tikets-order__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tikets-order__list li:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.tikets-order__list li label {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #353535;
  display: block;
  margin-bottom: 2px;
}
.tikets-order__list li span {
  color: #666;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
}
.tikets-order__list input {
  color: #666;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 0;
  outline: none;
  width: 100%;
}
.tikets-order__route {
  display: flex;
  max-width: 15%;
  flex: 0 0 15%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.tikets-order__route > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tikets-order__route + .tikets-order__route {
  padding-left: 40px;
}
.tikets-order__mirror-btn {
  position: absolute !important;
  right: -16px;
  top: 11px;
  cursor: pointer;
  background-color: #fff;
  z-index: 1;
}
.tikets-order__departure-date, .tikets-order__arrival-date, .tikets-order__passengers {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 18%;
  flex: 0 0 18%;
}
.tikets-order__departure-date > div:first-child, .tikets-order__arrival-date > div:first-child, .tikets-order__passengers > div:first-child {
  margin-right: 10px;
  max-width: 78%;
}
.tikets-order__departure-date.once {
  max-width: 36%;
  flex: 0 0 36%;
}
.tikets-order__arrival-date.once {
  display: none !important;
}
.tikets-order__passengers {
  border-right: none !important;
  position: relative;
}
.tikets-order__search {
  max-width: 16.6%;
  flex: 0 0 16.6%;
  padding-right: 20px;
}
.tikets-order__search-btn {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
}
.tikets-order__search-btn svg {
  position: relative;
  top: -2px;
  left: -3px;
}
.tikets-order__small {
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 142.857%;
  padding: 16px 22px;
}
.tikets-order__small p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.tikets-order__small span {
  font-weight: 400;
}
.tikets-order__small ~ .tabs {
  display: none;
}
.tikets-order__more {
  display: none;
  position: absolute;
  border-radius: 5px;
  background: #FFF;
  width: 44px;
  left: calc(50% - 22px);
  margin-top: -11px;
  height: 22px;
  text-align: center;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.tikets-order__more img {
  width: 14px;
  position: relative;
  top: -3px;
}
.tikets-order__small ~ .tikets-order__more {
  display: inline-block;
}
.tikets-order.opened .tikets-order__small {
  display: none;
}
.tikets-order.opened .tabs {
  display: block;
}
.tikets-order.opened .tikets-order__more {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .tikets-order .tikets-order__more, .tikets-order .tikets-order__small {
    display: none;
  }
  .tikets-order .tikets-order__small ~ .tabs {
    display: block;
  }
}
@media (max-width: 1500px) {
  .tikets-order__list {
    padding: 25px 10px;
    margin: 0;
  }
}
@media (max-width: 1300px) {
  .tikets-order {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .tikets-order__tab-list li {
    font-size: 14px;
  }
  .tikets-order__list {
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 0;
  }
  .tikets-order__list li:not(:last-child) {
    border-right: none;
    padding: 8px 20px;
  }
  .tikets-order__list li.tikets-order__departure-date {
    border-right: 1px solid #ebebeb;
  }
  .tikets-order__list li label {
    font-size: 14px;
    line-height: normal;
  }
  .tikets-order__list input {
    font-size: 14px;
  }
  .tikets-order__route {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .tikets-order__route, .tikets-order__departure-date, .tikets-order__arrival-date, .tikets-order__passengers {
    position: relative;
  }
  .tikets-order__route:after, .tikets-order__departure-date:after, .tikets-order__arrival-date:after, .tikets-order__passengers:after {
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: -10px;
    bottom: 0;
  }
  .tikets-order__departure-date, .tikets-order__arrival-date {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .tikets-order__departure-date.once {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tikets-order__arrival-date.once {
    display: none !important;
  }
  .tikets-order__passengers {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tikets-order__search {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
  .tikets-order__mirror-btn {
    right: -11px;
    top: 15px;
  }
  .tikets-order__mirror-btn svg {
    width: 18px;
  }
}

body.mobile-menu-active {
  overflow: hidden;
}

.mobile-menu-active .tikets-order__mirror-btn {
  z-index: 0;
}

.passengers-popup {
  display: none;
  top: 57px;
  left: 0;
  border-radius: 5px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  font-family: "Mulish";
  z-index: 1;
}
.passengers-popup__row {
  display: flex;
  justify-content: space-between;
}
.passengers-popup span {
  padding: 20px;
  color: #666;
  font-family: "Mulish";
  font-size: 16px;
  display: inline-block;
}
.passengers-popup__qty {
  display: flex;
  align-items: center;
  width: 93px;
  padding: 14px 20px;
  border-left: 1px solid #ebebeb;
}
.passengers-popup__qty button {
  color: #666;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: transparent;
  padding: 0;
}
.passengers-popup__qty input {
  color: #353535;
  font-family: "Oswald";
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 992px) {
  .passengers-popup {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.tabs__content:not(.active) {
  display: none;
}
.tabs__icon {
  width: 38px;
  flex: 0 0 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .tabs__icon {
    margin-right: 10px;
  }
}
.tabs__list li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.default-tab-list {
  padding: 30px 30px 1px 30px;
  border-radius: 5px;
  background: #339bd8;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  position: sticky;
}
@media (max-width: 991px) {
  .default-tab-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.default-tab-list li {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .default-tab-list li {
    transition: 0.3s;
  }
}
@media (max-width: 991px) {
  .default-tab-list li {
    font-size: 14px;
    line-height: 21px;
  }
}
.default-tab-list li:hover {
  color: #ffd03c;
}
.default-tab-list li.active {
  color: #ffd03c;
  font-weight: 700;
  position: relative;
}
@media (max-width: 991px) {
  .default-tab-list li.active {
    order: -1;
  }
}
@media (max-width: 991px) {
  .default-tab-list li.active:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    background-image: url("../img/icons/chewron-down.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    transition: 0.3s;
  }
}
.default-tab-list li.active a {
  color: #ffd03c;
  pointer-events: none;
}
@media (max-width: 991px) {
  .default-tab-list li:not(.active) {
    display: none;
  }
}
.default-tab-list li a {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 991px) {
  .default-tab-list.active li:not(.active) {
    display: flex;
  }
}
.default-tab-list.active li.active:before {
  transform: rotate(180deg);
}
.default-tab-list_with-icons {
  padding: 24px 30px 1px 15px;
}
@media (max-width: 991px) {
  .default-tab-list_with-icons {
    padding: 0;
    padding-right: 14px;
  }
}
.default-tab-list_with-icons li {
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .default-tab-list_with-icons li {
    margin-bottom: 0;
    padding: 1px 14px 1px 1px;
  }
}
@media (min-width: 992px) {
  .default-tab-list_with-icons li:last-child {
    margin-bottom: 15px;
  }
}

.section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section__title {
  color: #339bd8;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.section__subtitle {
  font-family: "Mulish", sans-serif;
  margin-bottom: 28px;
}
.section__subtitle strong {
  font-weight: 700;
  color: #ffd03c;
}
@media (max-width: 991px) {
  .section__title {
    font-size: 24px;
  }
  .section__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section__title {
    text-align: center;
  }
  .section__subtitle {
    text-align: center;
  }
}

.accordion__title {
  cursor: pointer;
}
.accordion__content {
  display: none;
}
.accordion__content.active {
  display: block;
}

.how-to {
  padding-top: 109px;
  padding-bottom: 71px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .how-to .container {
    max-width: 1686px;
  }
  .how-to .row {
    margin-left: -38px;
    margin-right: -38px;
  }
  .how-to .col-md-6 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .how-to .col-md-6:first-child {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .how-to .col-md-6 + .col-md-6 {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    padding-top: 15px;
  }
}
.how-to__list {
  margin-left: -26px;
  position: relative;
}
.how-to__list li {
  padding-bottom: 22px;
}
.how-to__list:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  left: 25px;
  background: linear-gradient(180deg, rgba(255, 208, 60, 0) 0%, #ffd03c 49.48%, rgba(255, 208, 60, 0) 100%);
}
.how-to__list-title {
  display: flex;
  align-items: center;
  color: #353535;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.how-to__list-image {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #339bd8;
  border: 9px solid #ffd03c;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-to__list-descr {
  color: #353535;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 143.75%;
  padding-left: 72px;
}
.how-to__list-descr p {
  margin-bottom: 9px;
}
@media (max-width: 992px) {
  .how-to__list-title {
    font-size: 18px;
  }
  .how-to__list-descr {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .how-to {
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .how-to__img {
    max-width: 216px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .how-to__list {
    margin-left: 0;
  }
}

.top-directions {
  background: #ebf4f9;
  padding-top: 72px;
  padding-bottom: 72px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .top-directions {
    padding-top: 30px;
    padding-bottom: 23px;
  }
}
.top-directions .section__title {
  margin-bottom: 15px;
}
.top-directions__left {
  -ms-flex: 0 0 208px;
  flex: 0 0 208px;
  max-width: 208px;
  border-radius: 10px;
  background: #339bd8;
  padding: 11px;
  margin-right: 40px;
  margin-left: 15px;
}
.top-directions__left li {
  cursor: pointer;
  text-align: center;
  display: block;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
.top-directions__left li.active {
  color: #ffd03c;
  font-weight: 900;
}
.top-directions__left li:hover {
  color: #ffd03c;
}
@media (max-width: 991px) {
  .top-directions__left {
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0;
    margin-right: 15px;
    margin-left: 15px;
  }
  .top-directions__left.active li:not(.active) {
    display: flex;
  }
  .top-directions__left li {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 2px 19px;
    text-align: left;
    position: relative;
    text-transform: capitalize;
  }
  .top-directions__left li:not(.active) {
    display: none;
  }
  .top-directions__left li.active {
    color: #fff;
  }
  .top-directions__left li.active:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 19px;
    top: 11px;
    background-image: url(../img/icons/chewron-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
    transition: 0.3s;
  }
}
.top-directions__right {
  -ms-flex: 0 0 calc(100% - 233px);
  flex: 0 0 calc(100% - 233px);
  max-width: calc(100% - 233px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.top-directions__right ul {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
.top-directions__right ul li {
  font-family: "Mulish", sans-serif;
  line-height: 166.667%;
  margin-bottom: 15px;
  margin-top: 4px;
}
.top-directions__right ul li a {
  font-size: 18px;
  color: #353535;
  background-color: #ffd03c;
  padding: 1px 4px;
  font-weight: 700;
  border-radius: 5px;
}
.top-directions__right ul li span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.top-directions__right ul li span strong {
  font-weight: 900;
}
.top-directions__right ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .top-directions__right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 8px;
    justify-content: center;
  }
  .top-directions__right ul {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 6px;
  }
  .top-directions__right ul li a {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}

.why-us {
  padding-top: 127px;
  padding-bottom: 83px;
}
.why-us .section__title {
  text-align: center;
  margin-bottom: 110px;
}
.why-us__item {
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: url(../img/homepage/curve-bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 29px 10px;
  height: 100%;
}
.why-us__item-img {
  width: 178px;
  height: 175px;
  border-radius: 10px;
  background: #ffd03c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -97px auto 46px auto;
}
.why-us__item-title {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 24px;
  text-transform: uppercase;
}
.why-us__item-subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 143.75%;
}
@media (max-width: 992px) {
  .why-us__item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .why-us__item-subtitle {
    font-size: 13px;
    line-height: 15px;
  }
  .why-us__item-img {
    width: 126px;
    height: 85px;
    margin: -21px auto 38px auto;
  }
  .why-us__item-img img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .why-us {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .why-us .section__title {
    margin-bottom: 14px;
  }
  .why-us__item {
    margin-bottom: 10px;
    margin-top: 10px;
    background-image: url(../img/homepage/curve-bg-mob.png);
    background-position: center left 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    background-size: 302px;
    height: 195px;
    padding: 6px 0;
    position: relative;
  }
  .why-us__item:before {
    content: "";
    background-color: #339bd8;
    position: absolute;
    width: calc(50% + 15px);
    height: calc(100% - 7px);
    left: 50%;
    top: 4px;
    bottom: 1px;
    border-radius: 50%;
    border-radius: 6.622px;
  }
  .why-us__item-img {
    margin: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
    height: 92px;
    position: relative;
  }
  .why-us__item-img img {
    width: auto;
    height: 63px;
  }
  .why-us__item-img + div {
    -ms-flex: 0 0 calc(100% - 115px);
    flex: 0 0 calc(100% - 115px);
    max-width: calc(100% - 115px);
    padding: 0 20px;
    position: relative;
  }
}
.why-us.alt {
  padding-top: 44px;
  background: #ebf4f9;
  margin-bottom: 43px;
}

.reviews-section {
  padding: 114px 0 97px 0;
  background: #ebf4f9;
  overflow-x: hidden;
}
.reviews-section .section__title {
  margin-bottom: 6px;
}
.reviews-section .section__subtitle {
  margin-bottom: 20px;
}
.reviews-section .section__subtitle strong {
  color: #353535;
  font-weight: 700;
}
.reviews-section .btn-transparent {
  font-weight: 700;
  display: inline-block;
  height: auto;
  padding: 16px 60px;
  font-size: 18px;
}
@media (min-width: 767px) {
  .reviews-section .col-md-4 {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin-right: 6%;
  }
  .reviews-section .col-md-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.reviews-section__slide {
  border-radius: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 21px 28px 25px 28px;
  margin-bottom: 30px;
}
.reviews-section__avatar {
  width: 76px;
  height: 76px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 auto 12px auto;
}
.reviews-section__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.reviews-section__stars {
  margin-bottom: 11px;
}
.reviews-section__stars img {
  margin: 0 auto;
}
.reviews-section__username {
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}
.reviews-section__date {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.reviews-section__text {
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 142.857%;
}
.reviews-section .slick-track {
  padding: 15px 0;
  display: flex;
}
.reviews-section .slick-slide {
  margin: 0 15px;
  height: auto;
}
.reviews-section .slick-list {
  margin: -15px -15px 0 -15px;
}
.reviews-section .slick-arrow {
  border: none;
  position: absolute;
  top: calc(50% - 10px);
  background-color: transparent;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.reviews-section .slick-prev {
  left: -40px;
  background-image: url(../img/icons/chevron-left-blue.svg);
}
.reviews-section .slick-next {
  right: -40px;
  background-image: url(../img/icons/chevron-right-blue.svg);
}
@media (max-width: 992px) {
  .reviews-section .btn-transparent {
    font-size: 16px;
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  .reviews-section {
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .reviews-section .btn-transparent {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .reviews-section .slick-dots {
    display: flex;
    justify-content: center;
  }
  .reviews-section .slick-dots button {
    color: transparent;
    background-color: #339bd8;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0 3px;
  }
}

.partners {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 65px;
  overflow: hidden;
}
.partners .section__title {
  margin-bottom: 11px;
}
.partners .section__subtitle {
  max-width: 575px;
  margin: 0 auto;
}
.partners .section__subtitle strong {
  color: #353535;
  font-weight: 700;
}
.partners__slide {
  border-radius: 5px;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
.partners .slick-track {
  display: flex !important;
  padding: 15px 0;
}
.partners .slick-slide {
  height: inherit !important;
}
.partners .slick-slide {
  margin: 0 11px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  transition: opacity 0.3 ease;
}
.partners .slick-active {
  opacity: 1;
}
.partners .slick-list {
  margin: 0 -11px;
  padding: 0 10% 0 10% !important;
}
.partners .slick-arrow {
  border: none;
  position: absolute;
  top: calc(50% - 13px);
  background-color: transparent;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  width: 26px;
  height: 26px;
}
.partners .slick-prev {
  left: 74px;
  background-image: url(../img/icons/chevron-left-blue.svg);
}
.partners .slick-next {
  right: 74px;
  background-image: url(../img/icons/chevron-right-blue.svg);
}
.partners .partners__slider-mob {
  display: none;
}
@media (max-width: 767px) {
  .partners {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .partners .partners__slider-desk {
    display: none;
  }
  .partners .partners__slider-mob {
    display: block;
  }
  .partners .slick-slide {
    opacity: 1;
  }
  .partners__slide {
    height: 72px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .partners__slide img {
    max-height: 48px;
  }
  .partners .slick-dots {
    display: flex;
    justify-content: center;
  }
  .partners .slick-dots button {
    color: transparent;
    background-color: #339bd8;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0 3px;
  }
  .partners .slick-slide {
    flex-direction: column;
  }
}

.faq {
  padding-top: 80px;
  padding-bottom: 111px;
}
@media (min-width: 767px) {
  .faq .col-md-6:first-child {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
    margin-right: 9%;
  }
}
.faq .row {
  align-items: center;
}
.faq .section__title {
  margin-bottom: 5px;
}
.faq .section__subtitle {
  margin-bottom: 19px;
  font-weight: 600;
  line-height: 143.75%;
}
.faq .section__subtitle p {
  margin-bottom: 10px;
}
.faq .btn {
  font-weight: 700;
  display: inline-block;
  height: auto;
  padding: 17px 91px;
  font-size: 18px;
}
.faq__list li {
  font-family: "Mulish", sans-serif;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #339bd8;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 25px 30px;
}
.faq__list li.active {
  color: #fff;
  background: #339bd8;
}
.faq__list + .btn {
  display: none;
}
.faq__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__title span {
  transition: all 0.3s ease;
}
.faq__content {
  padding-top: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 143.75%;
}
.faq__content p {
  margin-bottom: 10px;
}
.active > .faq__title span {
  transform: rotate(180deg);
}
.active > .faq__title span svg path {
  fill: #fff;
}
@media (max-width: 992px) {
  .faq .btn {
    font-size: 16px;
    padding: 7px 15px;
  }
}
@media (max-width: 992px) {
  .faq__title {
    font-size: 16px;
  }
  .faq__title span svg {
    width: 14px;
  }
  .faq__content {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .faq .section__title {
    margin-bottom: 20px;
  }
  .faq .section__subtitle {
    display: none;
  }
  .faq .btn {
    display: none;
  }
  .faq__list li {
    padding: 15px;
    margin-bottom: 20px;
  }
  .faq__list + .btn {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    max-width: 248px;
    margin: 0 auto;
  }
}

.faq-page {
  margin-bottom: 70px;
}
.faq-page .faq__list li {
  border-radius: 5px;
}
@media (max-width: 992px) {
  .faq-page .faq__tab-list {
    padding: 0;
  }
  .faq-page .faq__tab-list.active li:not(.active) {
    display: flex;
  }
  .faq-page .faq__tab-list li {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0px 15px;
  }
  .faq-page .faq__tab-list li.active {
    color: #fff;
  }
  .faq-page .faq__tab-list li.active:before {
    right: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}

.reviews-page .account-reviews__pagination {
  margin-bottom: 70px;
}

.news {
  padding-top: 78px;
  padding-bottom: 50px;
}
.news .section__title {
  margin-bottom: 50px;
  text-align: center;
}
.news__item {
  background: #fff;
  display: block;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}
.news__item:hover img {
  transform: scale(1.05);
}
.news__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 68.25%;
  margin-bottom: 16px;
}
.news__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news__title {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 20px;
  line-height: normal;
}
.news__date {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 142.857%;
  display: inline-block;
  padding: 0 20px 20px 20px;
  margin-top: auto;
}
.news__date:before {
  content: "";
  background-image: url(../img/icons/clock.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 992px) {
  .news__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .news .section__title {
    margin-bottom: 11px;
  }
  .news__img {
    padding-bottom: 51.25%;
  }
  .news__title {
    text-align: center;
    margin-bottom: 8px;
  }
  .news__date {
    text-align: center;
    padding-bottom: 14px;
  }
}

.contact-section {
  padding: 10px 0;
  background: #ebf4f9;
  overflow: hidden;
}
.contact-section .row {
  justify-content: space-between;
  margin: 0;
  position: relative;
}
.contact-section .section__title {
  margin-bottom: 6px;
  font-size: 36px;
}
.contact-section .section__subtitle {
  margin-bottom: 0;
}
.contact-section__left {
  display: flex;
  align-items: center;
}
.contact-section__left img {
  margin-right: 30px;
}
.contact-section__right {
  display: flex;
  align-items: center;
}
.contact-section__right a {
  display: inline-block;
  margin-left: 23px;
}
.contact-section__left + svg {
  position: relative;
  top: 28px;
}
.contact-section .btn {
  font-weight: 700;
  display: inline-block;
  height: auto;
  padding: 17px 48px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-section .row {
    justify-content: center;
  }
  .contact-section .section__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-section .section__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact-section .btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 8px 15px;
    display: block;
    text-align: center;
    max-width: 248px;
    margin: 26px auto 0 auto;
  }
  .contact-section__right {
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
  }
  .contact-section-social-right {
    display: flex;
  }
  .contact-section__right a {
    margin-left: 11px;
    margin-right: 11px;
    text-align: center;
    flex: 100%;
    font-weight: 600;
    color: #339bd8;
  }
  .contact-section__left {
    flex-direction: column;
  }
  .contact-section__left + svg {
    width: 78px;
    transform: rotate(65deg);
    position: absolute;
    top: 31%;
    left: 0;
  }
  .contact-section__left img {
    width: 47px;
    margin-right: 0;
    margin-bottom: 11px;
  }
}

.footer {
  padding-top: 56px;
  overflow: hidden;
}
.footer .row {
  margin-left: -40px;
  margin-right: -40px;
}
.footer__logo {
  display: flex;
  font-family: "Mulish", sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.footer__logo img {
  min-width: 98px;
}
.footer__logo p {
  margin-top: 45px;
  margin-left: 22px;
}
.footer__col:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer__col:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.footer__col:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.footer__col {
  padding-right: 40px;
  padding-left: 40px;
}
.footer__col p {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 157.143%;
}
.footer__col ul a {
  color: #000;
  font-size: 16px;
  line-height: 178.125%;
  text-transform: capitalize;
}
.footer__col ul a:hover {
  color: #339bd8;
}
.footer__title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer__contact p {
  font-size: 16px;
  line-height: 137.5%;
  margin-bottom: 16px;
}
.footer__contact a {
  color: #339bd8;
  font-weight: 800;
  display: block;
  margin-bottom: 16px;
}
.footer__contact a:hover {
  text-decoration: underline;
}
.footer__copy {
  border-top: 1px solid #e5e5e5;
  color: #000;
  font-family: "Mulish";
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  margin-top: 95px;
  justify-content: space-between;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.footer__socials {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .footer__socials {
    margin-top: 12px;
  }
}
.footer__socials a {
  margin-left: 7px;
}
@media (max-width: 991px) {
  .footer__socials a {
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  .footer__socials span {
    display: block;
    margin-bottom: 19px;
  }
}
@media (max-width: 992px) {
  .footer .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer__col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    text-align: center;
    position: relative;
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer__logo img {
    min-width: none;
    min-width: auto;
    width: 68px;
  }
  .footer__logo p {
    display: none;
  }
  .footer__col:nth-child(1), .footer__col:nth-child(4) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .footer__col:nth-child(2), .footer__col:nth-child(3) {
    display: none;
  }
  .footer__title {
    text-transform: uppercase;
  }
  .footer__copy {
    text-align: center;
    margin-top: 0;
    padding: 18px 0;
    justify-content: center;
  }
  .footer__socials {
    /*position: absolute;*/
    /*bottom: 94px;*/
    top: initial;
  }
  .footer__socials span {
    display: none;
  }
  .footer__contact {
    padding-bottom: 60px;
  }
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 160px;
  margin: 0 auto;
  width: 632px;
  filter: drop-shadow(0px 1px 14px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  z-index: 1;
}
.modal#modal-filter {
  display: block;
}
.modal__inner {
  max-height: 70vh;
  overflow-y: auto;
  padding: 47px 71px;
}
.modal__close {
  width: 36px;
  height: 32.742px;
  background: #fff;
  box-shadow: 2px -3px 5px -2px rgba(0, 0, 0, 0.25);
  display: inline-block;
  position: absolute;
  top: -32px;
  right: 0;
  cursor: pointer;
}
.modal__close svg {
  position: absolute;
  left: 10px;
  top: 11px;
}
@media (max-width: 767px) {
  .modal {
    max-width: 339px;
  }
  .modal__inner {
    padding: 24px 38px;
  }
}

.page__title {
  margin-top: 30px;
  margin-bottom: 4px;
  color: #339bd8;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991px) {
  .page__title {
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .page__title_left {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .page__title_left {
    font-size: 28px;
    line-height: 41px;
    margin-top: 23px;
  }
}

.breadcrumb {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .breadcrumb_left {
    text-align: left;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_left {
    margin-bottom: 17px;
  }
}
.breadcrumb a {
  color: #666;
}
.breadcrumb span {
  font-weight: 700;
}

.shedule__letters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #353535;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 9.92px;
  margin-bottom: 61px;
}
.shedule__letters li {
  cursor: pointer;
}
.shedule__letters li:hover {
  color: #339bd8;
}
.shedule__letters li.active {
  color: #339bd8;
  font-weight: 700;
}
.shedule__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 60px -20px;
  text-align: center;
}
.shedule__list ul {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}
.shedule__list ul li {
  font-family: "Mulish", sans-serif;
  line-height: 166.667%;
  margin-bottom: 19px;
}
.shedule__list ul li a {
  font-size: 18px;
  color: #353535;
  background-color: #ffd03c;
  padding: 4px;
  font-weight: 700;
  border-radius: 5px;
}
.shedule__list ul li span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.shedule__list ul li span strong {
  font-weight: 900;
}
.shedule__list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shedule__letters {
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 14px;
  }
  .shedule__list {
    text-align: left;
    justify-content: center;
    margin: 0 -8px 30px -8px;
  }
  .shedule__list ul {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 19px;
  }
}

.search {
  margin-top: 23px;
}
@media (max-width: 992px) {
  .search {
    overflow-x: hidden;
  }
  .search .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.documents {
  margin-top: 70px;
  margin-bottom: 70px;
}
.documents .section__title {
  font-size: 36px;
  margin-bottom: 30px;
}
.documents__block {
  background-image: url(../img/search/documents.png);
  background-color: #ebf4f9;
  border-radius: 5px;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 70px 80px;
}
.documents__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.documents__item-img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: #ffd03c;
  border-radius: 10px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .documents {
    margin-bottom: 1px;
    margin-top: 30px;
  }
  .documents .container {
    padding: 0;
  }
  .documents .section__title {
    text-align: left;
    margin-bottom: 13px;
    font-size: 24px;
    line-height: normal;
  }
  .documents__block {
    background-size: 174px;
    background-position: bottom 22px right 52px;
    padding: 30px 15px 144px 15px;
    border-radius: 0;
  }
  .documents__item {
    font-size: 14px;
    display: inline-flex;
    margin-right: 30px;
    margin-bottom: 13px;
    max-width: 130px;
  }
  .documents__item-img {
    margin-right: 11px;
  }
}

.filters {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.filters__title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding: 24px;
}
.filters__title img {
  margin-right: 6px;
}
.filters__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 111.111%;
  font-family: "Mulish", sans-serif;
  margin-bottom: 17px;
}
.filters__block {
  padding: 14px 24px;
  border-top: 1px solid rgba(53, 53, 53, 0.19);
}
.filters__actions {
  display: flex;
  padding: 0 24px 24px 24px;
  justify-content: space-between;
}
.filters__actions * {
  font-size: 18px;
  padding: 16px 17px;
  height: auto;
  font-weight: 700;
}
@media (min-width: 500px) and (max-width: 992px) {
  .filters {
    max-width: 60%;
  }
}
@media (max-width: 992px) {
  .filters {
    position: relative;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
  }
  .filters__actions {
    gap: 16px;
    justify-content: center;
  }
  .filters__actions * {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 10px 10px;
  }
  .filters > span {
    position: absolute;
    right: 23px;
    top: 23px;
    box-shadow: none;
    width: 18px;
    height: 18px;
  }
  .filters svg {
    display: block;
    left: 0;
    top: 0;
  }
  .is-hidden .filters {
    display: none;
  }
}

.ui-slider .ui-slider-handle {
  display: block;
  height: 23px;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  min-width: 23px;
  max-width: 23px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  background: #ffd03c;
  padding: 0;
  outline: none;
  top: -10px;
  transition: none !important;
}

.ui-slider-horizontal .ui-slider-range {
  background: #339bd8;
  height: 3px;
  position: absolute;
}

.ui-widget.ui-slider-horizontal {
  border: none;
  background: rgba(53, 53, 53, 0.19);
  height: 3px;
  position: relative;
}

.ui-slider .ui-slider-handle {
  margin-left: -12px;
}

.range-value {
  font-family: "Mulish", sans-serif;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 900;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #353535;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #353535;
  display: inline-block;
}
.checkbox input:checked ~ .checkmark {
  border-color: #ffd03c;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 10px;
  height: 15px;
  border: solid #ffd03c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio {
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #353535;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #353535;
  border-radius: 50%;
  display: inline-block;
}
.radio input:checked ~ .checkmark {
  border-color: #ffd03c;
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio input:checked ~ .checkmark:after {
  display: block;
}
.radio .checkmark:after {
  left: 3px;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffd03c;
}
.radio span {
  color: #339bd8;
  font-size: 12px;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}

.select-selected {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Mulish", sans-serif;
  padding: 15px 18px;
  height: 62px;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  align-items: center;
}
.select-selected:after {
  content: "";
  top: 42%;
  position: absolute;
  right: 18px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/chevron-blue.svg);
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .select-selected {
    display: none;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}

.select-items {
  position: absolute;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  top: 100%;
  margin-top: 10px;
  padding: 20px 15px 0px 15px;
  left: 0;
  right: 0;
  z-index: 99;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}
.select-items div {
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .select-items {
    top: 20px;
    width: 100%;
  }
}

.select-hide {
  display: none;
}

.search-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
}
.search-title .page__title {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  text-align: left;
  padding: 0 20px;
}
.search-title__filters {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}
.search-title__filters button {
  display: none;
}
.search-title__select {
  padding: 0 0 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 354px);
  flex: 0 0 calc(100% - 354px);
  max-width: calc(100% - 354px);
}
.search-title__select .select-selected:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icons/sort.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 11px;
}
.search-title__filter {
  padding: 0 0 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 177px;
  flex: 0 0 177px;
  max-width: 177px;
  position: relative;
}
.search-title__filter-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Mulish", sans-serif;
  padding: 13px 18px;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.search-title__filter-title:after {
  content: "";
  top: 42%;
  position: absolute;
  right: 18px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/chevron-blue.svg);
  background-repeat: no-repeat;
  transition: 0.3s;
}
.search-title__filter-title.active:after {
  transform: rotate(180deg);
}
.search-title__filter-open {
  display: none;
}
.search-title .filters__checkbox {
  display: none;
  margin-top: 10px;
  position: absolute;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  padding: 20px 15px 0px 15px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .search-title {
    overflow: hidden;
  }
  .search-title .page__title {
    font-size: 22px;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
  .search-title__select {
    display: inline-block;
    position: relative;
    width: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: initial;
    color: #339bd8;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    padding: 0;
  }
  .search-title__select .select-selected {
    padding: 0;
    background-color: transparent;
    box-shadow: initial;
  }
  .search-title__select .select-selected:before {
    display: none;
  }
  .search-title__filters button {
    display: block;
    width: fit-content;
    background-color: transparent;
    border: none;
    color: #339bd8;
    outline: none;
    font-size: 14px;
    padding: 0;
  }
  .search-title__filter {
    display: none;
  }
  .search-title__filter-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    border: none;
  }
}

.dates-slider {
  padding-right: 64px;
  padding-left: 64px;
}
.dates-slider__slide {
  padding: 3px 5px;
  border-radius: 5px;
  border: 1px solid #339bd8;
  background: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
.dates-slider__slide.selected, .dates-slider__slide:focus {
  background: #ebf4f9;
}
.dates-slider__price {
  font-size: 12px;
  font-family: "Mulish", sans-serif;
  color: #339bd8;
  font-weight: 700;
}
.dates-slider .slick-slide {
  margin: 0 5px;
}
.dates-slider .slick-list {
  margin: 0 -5px;
  padding: 22px 3px 31px 0;
}
.dates-slider .slick-arrow {
  border: none;
  position: absolute;
  top: 22px;
  z-index: 1;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.dates-slider .slick-prev {
  left: 0;
  background-image: url(../img/icons/chevron-left-blue.svg);
}
.dates-slider .slick-next {
  right: 0;
  background-image: url(../img/icons/chevron-right-blue.svg);
}
@media (max-width: 992px) {
  .dates-slider {
    display: none;
  }
}

#modal-password-recovery .success-msg {
  color: green;
}
.bus-recommend {
  margin-bottom: 39px;
}
.bus-recommend__item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
}
.bus-recommend__item.active {
  background: #339bd8;
  color: #fff;
}
.bus-recommend__title {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}
.bus-recommend__price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
.bus-recommend__price:hover {
  cursor: pointer;
}
.bus-recommend__time {
  font-family: "Mulish", sans-serif;
}
.bus-recommend .col-4 {
  /*-ms-flex: 0 0 133px;*/
  /*flex: 0 0 133px;*/
  /*max-width: 133px;*/
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .bus-recommend.row {
    margin-right: -5px;
    margin-left: -5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .bus-recommend .col-4 {
    /*-ms-flex: 0 0 133px;*/
    /*flex: 0 0 133px;*/
    /*max-width: 133px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
  .bus-recommend__item {
    border-radius: 3.703px;
    padding: 10px 12px;
    box-shadow: 0px 0px 18.514px 0px rgba(0, 0, 0, 0.15);
  }
  .bus-recommend__title {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .bus-recommend__price {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .bus-recommend__time {
    font-size: 10px;
  }
}

.booking-block {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 0px;
  position: relative;
}
.booking-block__tips {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
}
.booking-block__tips span {
  font-family: "Mulish", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
  padding: 8px 31px;
}
.booking-block__tips-1 {
  background-color: #8ab227;
}
.booking-block__tips-2 {
  background-color: #e8505b;
}
@media (max-width: 992px) {
  .booking-block__tips {
    top: -16px;
  }
  .booking-block__tips span {
    margin-right: 5px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-size: 8px;
    border-radius: 2.237px;
  }
}
.booking-block__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 30px;
  margin: 0 -20px;
}
.booking-block__left {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.booking-block__right {
  padding: 0 20px 0 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid rgba(53, 53, 53, 0.19);
}
@media (max-width: 1200px) {
  .booking-block__right {
    flex-direction: column;
  }
  .booking-block__right > div:nth-child(2) {
    margin: 15px 0;
  }
}
.booking-block__path {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
.booking-block__path:not(:first-child)::before {
  content: "";
  background-image: url(../img/icons/direction-arrow.svg);
  position: absolute;
  left: 18px;
  top: -21px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.booking-block__path:last-child {
  margin-bottom: 0;
}
.booking-block__time {
  color: #339bd8;
  font-size: 20px;
  font-weight: 700;
  min-width: 46px;
  margin-right: 16px;
}
.booking-block__time span {
  display: block;
  color: #353535;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: -4px;
}
.booking-block__address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
}
.booking-block__address strong {
  font-weight: 900;
}
.booking-block__total {
  color: #339bd8;
  font-size: 20px;
  margin-bottom: 1px;
  font-weight: 700;
}
.booking-block__info {
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  line-height: 142.857%;
}
.booking-block__info p {
  margin-bottom: 0;
}
.booking-block__info strong {
  font-weight: 900;
}
.booking-block__icons {
  display: flex;
  margin-top: 7px;
}
.booking-block__icons div {
  width: 23.21px;
  height: 23.21px;
  border-radius: 3.868px;
  border: 0.774px solid #339bd8;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-block__seats {
  border-radius: 5px;
  width: 129px;
  height: 60px;
  border: 1px solid #339bd8;
  margin-right: 15px;
  margin-left: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-block__seats strong {
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.booking-block__booking {
  color: #353535;
  border-radius: 5px;
  height: 60px;
  background: #ffd03c;
  border: 1px solid #ffd03c;
  font-weight: 400;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 25px;
}
.booking-block__booking strong {
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
}
.booking-block__booking:hover {
  background: #339bd8;
  color: #fff;
  border: 1px solid #339bd8;
  cursor: pointer;
}
.booking-block.active .booking-block__booking:hover {
  border: 1px solid #ffd03c;
}
.booking-block__bottom {
  border-top: 1px solid rgba(53, 53, 53, 0.19);
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.booking-block__bottom-btn {
  color: #000;
  text-decoration: underline;
  display: flex;
  align-items: center;
  text-underline-offset: 3px;
}
.mob-booking.active + .mob-booking-details .booking-block__bottom-btn {
  color: #fff;
}
.booking-block__bottom-btn span {
  background-image: url(../img/icons/chevron-blue.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.booking-block__bottom-btn:hover {
  text-decoration: underline;
}
.booking-block__bottom-add {
  color: #339bd8;
  display: flex;
  align-items: center;
}
.booking-block__bottom-add span {
  width: 32px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  background-image: url(../img/icons/growth-chart.svg);
}
.booking-block__bottom-transfers {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  background: #8ab127;
  padding: 2px 7px;
}
.booking-block__bottom-rating {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  background: #339bd8;
  padding: 2px 7px;
}
.booking-block__bottom-stars {
  display: flex;
}
.booking-block__bottom-stars img {
  width: 78px;
  min-width: 78px;
}
.booking-block__bottom-stars-default {
  position: relative;
}
.booking-block__bottom-stars-default > img {
  filter: grayscale(1);
}
.booking-block__bottom-stars-number {
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
}
.booking-block__bottom-stars a {
  color: #339bd8;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 8px;
}
.booking-block__bottom-stars a:hover {
  text-decoration: underline;
}
.booking-block__bottom-about {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 142.857%;
}
.booking-block__bottom-about strong {
  font-weight: 700;
}
.booking-block__details {
  padding: 8px 30px 19px 30px;
  flex-wrap: wrap;
  display: none;
  margin: 0 -23px;
}

.booking-item-container {
  margin-bottom: 30px;
}

.order-controls {
  width: 100%;
}

.booking-item-details {
  display: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  padding: 20px;
  position: relative;
}

.booking-item.active .booking-item-details {
  /*display: block;*/
}

.booking-block__details-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 23px;
}
.booking-block__details-middle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
  padding: 0 23px;
  border-left: 1px solid rgba(53, 53, 53, 0.19);
  border-right: 1px solid rgba(53, 53, 53, 0.19);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 142.857%;
}
.booking-block__details-middle tr {
  margin-bottom: 16px;
}
.booking-block__details-middle th {
  font-weight: 700;
  padding-right: 16px;
  min-width: 134px;
  padding-bottom: 16px;
  vertical-align: top;
}
.booking-block__details-middle td {
  vertical-align: top;
}
.booking-block__details-middle td p {
  margin-bottom: 0;
}
.booking-block__details-middle td strong {
  color: #339bd8;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.booking-block__details-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  max-width: 27%;
  padding: 0 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booking-block__details-right .booking-block__bottom-btn {
  text-decoration: none;
  margin-top: 8px;
}
.booking-block__details-right .booking-block__bottom-btn img {
  margin-right: 5px;
}
.booking-block__details-title {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 142.857%;
  font-weight: 700;
  margin-bottom: 10px;
}
.booking-block__details-list {
  line-height: 142.857%;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.booking-block__details-list li {
  position: relative;
  padding-left: 24px;
}
.booking-block__details-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(../img/icons/check.svg);
  width: 13px;
  height: 13px;
}
.booking-block__details .booking-block__address {
  font-size: 12px;
}
.booking-block.opened .booking-block__details {
  display: flex;
}
.booking-block.opened .booking-block__bottom-btn span {
  transform: rotate(180deg);
}
.booking-block.active {
  background-color: #339bd8;
  color: #fff;
}
.booking-block.active .booking-block__time {
  color: #fff;
}
.booking-block.active .booking-block__total {
  color: #fff;
}
.booking-block.active .booking-block__bottom-btn,
.booking-block.active .booking-block__details-middle td strong,
.booking-block.active .booking-block__time span {
  color: #fff;
}
.booking-block.active .booking-block__seats,
.booking-block.active .booking-block__icons div {
  border-color: #fff;
}
.booking-block.active img,
.booking-block.active .booking-block__bottom-btn span,
.booking-block.active .booking-block__details-list li:before {
  filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  .booking-block__address {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
.mob-booking {
  position: relative;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 11px 18px 13px 18px;
  margin-bottom: 9px;
}
.mob-booking__top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 14px -8px;
}
.mob-booking__path {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
.mob-booking__date {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -6px;
}
.mob-booking__date span {
  font-weight: 400;
  font-family: Mulish;
  font-size: 14px;
}
.mob-booking__place {
  font-family: Mulish;
  font-size: 12px;
}
.mob-booking__place strong {
  font-size: 20px;
  font-family: Oswald;
  font-weight: 700;
  display: block;
  line-height: normal;
}
.mob-booking__seats {
  display: flex;
  align-items: center;
  margin-top: -5px;
}
.mob-booking__seats strong {
  margin: 0 3px 0 5px;
}
/*.mob-booking__bottom {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin: 0 -8px;*/
/*}*/
.mob-booking__bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  flex-direction: column;
}

.mob-booking-details__block {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 185.714%;
  position: relative;
  padding-top: 15px;
}

.mob-booking-details__block .bron-page__route-documents-and-info {
  padding: 0px;
  border: none;
  margin-bottom: 15px;
}

.mob-booking-details__block:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  height: 1px;
  width: calc(100% + 54px);
  background-color: rgba(0, 0, 0, 0.1);
}

.mob-booking.active .mob-booking-block__total {
    color: #fff;
}

.mob-booking-block__total {
  color: #339bd8;
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.mob-booking-details__total {
  color: #339bd8;
  font-size: 16px;
  margin-bottom: 1px;
  font-weight: 700;
  width: 100%;
}

.mob-booking-block__info-strong {
  color: #339bd8;
  font-family: "Oswald", sans-serif;
}

.mob-booking.active + .mob-booking-details .mob-booking-block__info-strong {
  color: #fff;
}

.mob-booking.active + .mob-booking-details a {
  color: #fff;
}

.mob-booking.active + .mob-booking-details svg {
  filter: brightness(0) invert(1);
}

.mob-booking-details__info
{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.mob-booking-block__bottom-about {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  margin-top: 7px;
  line-height: 142.857%;
  display: flex;
  flex-direction: column;
}

.mob-booking__bottom_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0 10px 0 10px;
}

.mob-booking__bottom_center {
  justify-content: center;
}

.mob-booking__bottom_row > .mob-booking__bottom_column {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
.mob-booking__bottom-btn {
  color: #339bd8;
  text-decoration: underline;
  display: flex;
  align-items: center;
  text-underline-offset: 3px;
  font-size: 14px;
}
.mob-booking__bottom-btn span {
  background-image: url(../img/icons/chevron-blue.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 3px;
}
.mob-booking__bottom-btn:hover {
  text-decoration: underline;
}
.mob-booking__bottom-add {
  color: #353535;
  border-radius: 5px;
  height: 40px;
  background: #ffd03c;
  border: 1px solid #ffd03c;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  flex-direction: column;
  margin-bottom: 5px;
}
@media(hover: hover) {
  .mob-booking__bottom-add:hover {
    background: #339bd8;
    color: #fff;
    border: 1px solid #339bd8;
    cursor: pointer;
  }
}
/*.mob-booking__bottom-add:active {*/
/*  background: #339bd8;*/
/*  color: #fff;*/
/*  border: 1px solid #339bd8;*/

/*}*/

.mob-booking.active {
  background-color: #339bd8;
  color: #fff;
  margin-top: 10px;
}
.mob-booking.active .mob-booking__bottom-btn {
  color: #fff;
}
.mob-booking.active img,
.mob-booking.active .mob-booking__bottom-btn span {
  filter: brightness(0) invert(1);
}

.mob-booking.opened + .mob-booking-details {
  display: block;
}
.mob-booking.opened .mob-booking__bottom-btn span {
  transform: rotate(180deg);
}

.mob-booking.active + .mob-booking-details {
  background-color: #339bd8;
  color: #fff;
}
.mob-booking.active + .mob-booking-details .booking-block__time,
.mob-booking.active + .mob-booking-details .tabs__list li.active,
.mob-booking.active + .mob-booking-details .booking-block__time span {
  color: #fff;
}
.mob-booking.active + .mob-booking-details img {
  filter: brightness(0) invert(1);
}
.mob-booking.active + .mob-booking-details .mob-booking-details__icons > div div {
  border-color: #fff;
}

.mob-booking-details {
  margin-bottom: 9px;
  display: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 11px 27px;
}
.mob-booking-details__icons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 12px -8px;
}
.mob-booking-details__icons > div {
  display: flex;
  align-items: center;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 4px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
.mob-booking-details__icons > div div {
  width: 23.21px;
  height: 23.21px;
  border-radius: 3.868px;
  border: 0.774px solid #339bd8;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-booking-details .tabs__list {
  display: flex;
  position: relative;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
  padding-top: 14px;
}
.mob-booking-details .tabs__list:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  height: 1px;
  width: calc(100% + 54px);
  background-color: rgba(0, 0, 0, 0.1);
}
.mob-booking-details .tabs__list li.active {
  color: #339bd8;
  text-decoration-line: underline;
}
.mob-booking-details__content {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 185.714%;
}
.mob-booking-details__content h3 {
  font-size: 24px;
  font-family: Oswald;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.tikets-table {
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .tikets-table {
    margin-bottom: 19px;
  }

  .booking-item-container {
    margin-bottom: 0px;
  }

  .booking-item-details {
    margin-bottom: 10px;
  }
}
.tikets-table table {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .tikets-table table {
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }
}
@media (min-width: 992px) {
  .tikets-table table tr {
    border-top: 1px solid #ebebeb;
  }
}
@media (min-width: 992px) {
  .tikets-table table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 991px) {
  .tikets-table table tr:first-child th,
  .tikets-table table tr:first-child td {
    padding-top: 17px;
  }
}
.tikets-table table tr th {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .tikets-table table tr th {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 14px;
  }
}
.tikets-table table tr th.number {
  width: 7.8%;
}
.tikets-table table tr th.name {
  width: 10.2%;
}
.tikets-table table tr th.route {
  width: 9%;
}
.tikets-table table tr th.departure {
  width: 11.5%;
}
.tikets-table table tr th.return {
  width: 11.2%;
}
.tikets-table table tr th.comment {
  width: 12%;
}
.tikets-table table tr th.price {
  width: 8.3%;
}
.tikets-table table tr th.paid {
  width: 8.7%;
}
.tikets-table table tr td {
  text-align: center;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #263238;
  padding-top: 21px;
  padding-bottom: 22px;
  padding-left: 6px;
  padding-right: 6px;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 991px) {
  .tikets-table table tr td {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 16px;
  }
}
.tikets-table table tr td.status {
  width: 10.1%;
  padding-left: 8px;
  padding-right: 4px;
}
.tikets-table table tr td.status span {
  height: 42px;
  background: #eb996e;
  font-family: "Mulish";
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
}
.tikets-table table tr td.name {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #339bd8;
}
.tikets-table table tr td.departure {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #339bd8;
}
.tikets-table table tr td.download-ticket a {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: inherit;
  transition: none;
}
@media (min-width: 992px) {
  .tikets-table table tr td.comment {
    padding-right: 23px;
    padding-left: 23px;
  }
}

@media (max-width: 991px) {
  .account-page {
    margin-bottom: 29px;
  }
  .account-page .col-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.account-page__tab-list {
  background: #339bd8;
}
@media (min-width: 992px) {
  .account-page__tab-list {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .account-page .tabs {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .account-page .tabs > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.tikets-accordion {
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.tikets-accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 13px 42px 13px 14px;
  border-bottom: 1px solid #ebebeb;
}
.tikets-accordion__title.active .tikets-accordion__icon {
  transform: rotate(180deg);
}
.tikets-accordion__number {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #263238;
}
.tikets-accordion__status {
  height: 21px;
  background: #eb996e;
  font-family: "Mulish";
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
}
.tikets-accordion__status span {
  padding: 0 3px;
}
.tikets-accordion__icon {
  position: absolute;
  right: 12px;
  transition: 0.3s;
}

.account-form {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0392156863), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.account-form__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 31px 26px 30px 26px;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .account-form__inner {
    width: 65.8%;
  }
}
@media (max-width: 991px) {
  .account-form__inner {
    padding: 21px 14px 20px 14px;
  }
}
.account-form__item {
  max-width: 47.4%;
  flex: 0 0 47.4%;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .account-form__item {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.account-form__item:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .account-form__item:last-child {
    margin-top: 0;
  }
}
.account-form input {
  width: 100%;
}
.account-form input:not([type=submit]) {
  height: 60px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding: 0 18px;
  outline: 0;
}
@media (max-width: 991px) {
  .account-form input:not([type=submit]) {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    height: 40px;
  }
}
.account-form input:not([type=submit])::placeholder {
  font-family: "Mulish";
  font-weight: 400;
  color: #666666;
}
.account-form button {
  height: 60px;
  background: #ffd03c;
  border-radius: 5px;
  padding: 0 15px;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #353535;
  border: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .account-form button {
    height: 40px;
  }
}

.audit-tickets-form__inner {
  flex-direction: column;
  width: 100%;
  padding-top: 26px;
}
@media (max-width: 991px) {
  .audit-tickets-form__inner {
    padding-top: 18px;
  }
}
.audit-tickets-form__item {
  max-width: 52.6%;
  flex: 0 0 52.6%;
}
@media (max-width: 991px) {
  .audit-tickets-form__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.audit-tickets-form__item:last-child {
  margin-top: -1px;
}
.audit-tickets-form p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .audit-tickets-form p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 21px;
  }
  .audit-tickets-form p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .audit-tickets-form button {
    font-size: 16px;
  }
}

.language-form__inner {
  flex-direction: column;
  padding: 25px 25px 28px 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .language-form__inner {
    padding: 16px 15px 14px 15px;
  }
}
.language-form__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  max-width: 52.5%;
  flex: 0 0 52.5%;
}
@media (max-width: 991px) {
  .language-form__item {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 19px;
  }
}
.language-form__item:last-child {
  margin-top: 2px;
}
.language-form input[type=radio] {
  appearance: none;
  display: none;
}
.language-form input[type=radio] + label {
  padding-left: 54px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  height: 60px;
}
@media (max-width: 991px) {
  .language-form input[type=radio] + label {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}
.language-form input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 12px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}
.language-form input[type=radio] + label img {
  margin-right: 10px;
}
.language-form input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 17px;
  background: #339bd8;
  border: 1px solid #ebebeb;
  z-index: 2;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .language-form button {
    display: inline-flex;
    align-items: center;
    padding: 0 79px;
    width: auto;
  }
}

.account-help {
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .account-help {
    margin-bottom: -19px;
  }
}
.account-help__item {
  display: flex;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 18px 28px 23px 18px;
}
@media (max-width: 991px) {
  .account-help__item {
    padding: 11px 12px 13px 11px;
    margin-bottom: 20px;
  }
}
.account-help__title {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .account-help__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
.account-help__content {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #353535;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .account-help__content {
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px;
  }
}
.account-help__content p {
  margin-bottom: 10px;
}
.account-help__icon {
  margin-right: 17px;
}
@media (max-width: 991px) {
  .account-help__icon {
    max-width: 38px;
    flex: 0 0 38px;
    margin-right: 10px;
  }
}

.account-passangers {
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .account-passangers {
    margin-top: 1px;
    margin-bottom: -9px;
  }
}
.account-passangers__item {
  display: flex;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 18px 74px 18px 18px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .account-passangers__item {
    padding: 1px 68px 1px 0px;
    margin-bottom: 8px;
  }
}
.account-passangers__title {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .account-passangers__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.account-passangers__content {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #353535;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .account-passangers__content {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
  }
}
.account-passangers__icon {
  margin-right: 18px;
}
@media (max-width: 991px) {
  .account-passangers__icon {
    max-width: 38px;
    flex: 0 0 38px;
    margin-right: 10px;
  }
}
.account-passangers__delete {
  position: absolute;
  right: 27px;
}
@media (max-width: 991px) {
  .account-passangers__delete {
    right: 13px;
  }
}

.account-reviews {
  margin-bottom: 86px;
}
@media (max-width: 991px) {
  .account-reviews {
    margin-bottom: 57px;
  }
}
.account-reviews__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: auto;
}
@media (max-width: 991px) {
  .account-reviews__inner {
    margin-bottom: -10px;
  }
}
.account-reviews__item {
  padding: 0 16px;
  max-width: 33.333%;
  flex: 0 0 33.333%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .account-reviews__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .account-reviews__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.account-reviews__item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  position: relative;
  padding: 26px 5px 34px 5px;
}
@media (max-width: 767px) {
  .account-reviews__item > div {
    padding: 29px 5px 34px 5px;
  }
}
.account-reviews__photo {
  overflow: hidden;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  background: #d9d9d9;
  margin-bottom: 4px;
}
.account-reviews__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-reviews__title {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 9px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .account-reviews__title {
    margin-top: 8px;
    margin-bottom: 6px;
  }
}
.account-reviews__date {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .account-reviews__date {
    margin-bottom: 5px;
  }
}
.account-reviews__text {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.account-reviews__del {
  position: absolute;
  right: 14px;
  top: 13px;
}
.account-reviews__edit {
  position: absolute;
  right: 14px;
  top: 44px;
}
.account-reviews__pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .account-reviews__pagination {
    margin-bottom: 20px;
  }
}
.account-reviews__pagination a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin: 0 10px;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #339bd8;
}
@media (max-width: 991px) {
  .account-reviews__pagination a {
    width: 37px;
    height: 37px;
    border-radius: 3.7px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 7.4px;
  }
}
.account-reviews__pagination .current {
  background: #ffd03c;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .account-reviews__pagination .current {
    width: 37px;
    height: 37px;
    border-radius: 3.7px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 7.4px;
  }
}
.account-reviews__add-review {
  text-align: center;
}
.account-reviews__add-review-btn {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #353535;
  height: 60px;
  background: #ffd03c;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 71px;
  margin-right: -13px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .account-reviews__add-review-btn {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .account-reviews__add-review-btn {
    width: 100%;
    padding: 0 25px;
  }
}

.account-add-review {
  margin-bottom: 76px;
}
.account-add-review__top {
  background: #339bd8;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  color: #fff;
  margin-left: -3px;
  padding: 5px 0 0 0;
  margin-bottom: 49px;
}
.account-add-review__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding-left: 25px;
  padding-bottom: 10px;
}
.account-add-review__title img {
  margin-left: 33px;
  margin-right: 16px;
  position: relative;
  top: 3px;
}
.account-add-review__title .trnsporter {
  font-size: 16px;
  padding-top: 9px;
}
.account-add-review__title .route {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: 32px;
  padding-top: 9px;
}
.account-add-review__title .route svg {
  width: 36px;
  margin-right: 1px;
  position: relative;
  top: 1px;
}
.account-add-review__title .route hr {
  width: 53px;
  margin-left: 14px;
  margin-right: 7px;
  position: relative;
  top: -3px;
}
@media (max-width: 992px) {
  .account-add-review__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-add-review__title img {
    display: none;
  }
  .account-add-review__title .route {
    margin-left: -10px;
  }
}
.account-add-review__rate {
  padding: 16px 0 26px 24px;
}
.account-add-review__rate-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: -2px;
}
.account-add-review__rate-table {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.account-add-review__rate-table label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 33%;
  flex: 0 0 33%;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-right: 5.7%;
}
.account-add-review__rate-table label span {
  /*max-width: 160px;*/
}
@media (max-width: 992px) {
  .account-add-review__rate-table {
    flex-direction: column;
    row-gap: 0;
  }
  .account-add-review__rate-table label {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.account-add-review__rate-table .nice-select {
  width: 89px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .account-add-review__rate-table .nice-select {
    padding: 10px 20px 12px;
    height: 40px;
    font-size: 14px;
  }
}
.account-add-review__rate-table .nice-select .current {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.account-add-review__rate-table .nice-select:after {
  border: none;
  background-image: url("../img/icons/chevron-down-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  transform: none;
  margin-top: -10px;
  right: 16px;
}
.account-add-review__rate-table .nice-select .list {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  width: 100%;
}
.account-add-review__content {
  padding: 19px 25px 28px 28px;
  border-radius: 5px;
  background: #FFF;
  margin-bottom: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.account-add-review__content label {
  display: block;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.account-add-review__content label svg {
  position: absolute;
  right: 0;
  top: 0;
}
.account-add-review__content label textarea {
  display: block;
  resize: none;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  width: 100%;
  outline: 0;
  height: 87px;
  margin-top: 6px;
  padding: 19px 17px 19px 17px;
}
.account-add-review__content label textarea::placeholder {
  font-family: "Mulish";
  color: #666666;
}
.account-add-review button {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #353535;
  background: #ffd03c;
  border-radius: 5px;
  border: 0;
  height: 60px;
  padding: 0 68px;
  margin-top: 28px;
}
.account-add-review__bottom {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  background: #ebf4f9;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-top: 31px;
  padding: 15px 28px 11px 27px;
}
.account-add-review__bottom p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 11px;
  padding-left: 3px;
  text-transform: lowercase;
}

.ui-datepicker {
  border-radius: 5px;
  position: absolute;
  padding: 13px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  font-family: "Mulish";
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(../img/icons/chevron-left-blue.svg);
  position: absolute;
  left: 19px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  top: 21px;
}
.ui-datepicker .ui-datepicker-next {
  background-image: url(../img/icons/chevron-right-blue.svg);
  position: absolute;
  right: 19px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  top: 21px;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Oswald";
}
.ui-datepicker .ui-datepicker-year {
  display: none;
}
.ui-datepicker th {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding: 3px 2px;
  min-width: 40px;
  height: 40px;
  text-align: center;
}
.ui-datepicker td {
  text-align: center;
  width: 40px;
  min-width: 40px;
}
.ui-datepicker td a {
  color: #666;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  padding: 3px 2px;
}
.ui-datepicker td a:after {
  display: block;
  color: #339bd8;
  font-weight: 700;
  font-size: 10px;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background-color: #fff;
  border-radius: 5px;
  background: #ebf4f9;
}

.default-content .col-12 {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .default-content .col-12 {
    margin-bottom: 30px;
  }
}
.default-content img {
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
  max-width: 100%;
}
.default-content p,
.default-content li {
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  margin-bottom: 10px;
}
.default-content p,
.default-content div {
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .default-content p,
  .default-content li {
    font-size: 14px;
    line-height: 157.143%;
  }
}
.default-content h3 {
  color: #339bd8;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .default-content h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.default-content h4,
.default-content h5,
.default-content h6 {
  color: #339bd8;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .default-content h4,
  .default-content h5,
  .default-content h6 {
    margin-bottom: 10px;
  }
}
.default-content.alt {
  background-color: #ebf4f9;
  padding-top: 70px;
  padding-bottom: 70px;
}
.default-content.alt p,
.default-content.alt li {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .default-content.alt {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

blockquote {
  background-image: url(../../../../Modules/Zakavto/Assets/img/logo7sich-footer.png);
  border-radius: 10px;
  background-color: #339bd8;
  background-size: 129px;
  background-position: right 99px center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 0;
  padding: 35px 0px 35px 100px;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
blockquote::before {
  content: "";
  background-image: url(../img/icons/quote.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 18px;
  top: 18px;
}
blockquote::after {
  content: "";
  background-image: url(../img/icons/quote.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 18px;
  bottom: 18px;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  blockquote {
    font-size: 14px;
    background-image: none;
    padding: 43px 7px;
  }
  blockquote::before {
    width: 37px;
    height: 37px;
    left: 12px;
    top: 6px;
    background-size: 100%;
  }
  blockquote::after {
    width: 37px;
    height: 37px;
    right: 12px;
    bottom: 6px;
    background-size: 100%;
  }
}

.autopark.default-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .autopark.default-content {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .autopark.default-content img {
    top: -18px;
    position: absolute;
    width: 103px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .agentam.default-content .row {
    flex-direction: column-reverse;
  }
}
.agentam.default-content p,
.agentam.default-content li {
  font-size: 14px;
  line-height: 26px;
}

.direction-list {
  margin-bottom: 70px;
}
.direction-list__item {
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  display: block;
  color: #353535;
  font-size: 24px;
}
.direction-list__item:after {
  content: "";
  background-image: url(../img/icons/chevron-down-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 28px;
}
@media (max-width: 992px) {
  .direction-list__item {
    font-size: 18px;
  }
  .direction-list__item:after {
    top: 21px;
  }
}

.my-ticket-form {
  margin-bottom: 133px;
}
@media (max-width: 767px) {
  .my-ticket-form {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .my-ticket-form__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -6px;
  }
}
.my-ticket-form__item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .my-ticket-form__item {
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .my-ticket-form__item:first-child {
    max-width: 43.4%;
    flex: 0 0 43.4%;
  }
}
.my-ticket-form__item:last-child {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .my-ticket-form__item:last-child {
    max-width: 53.9%;
    flex: 0 0 53.9%;
  }
}
@media (max-width: 991px) {
  .my-ticket-form__item:last-child {
    margin-top: 0;
  }
}
.my-ticket-form label {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .my-ticket-form label {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 22px;
  }
}
.my-ticket-form input {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .my-ticket-form input {
    margin-top: 6px;
  }
}
.my-ticket-form input:not([type=submit]) {
  height: 60px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding: 0 18px;
  outline: 0;
}
@media (max-width: 575px) {
  .my-ticket-form input:not([type=submit]) {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    height: 40px;
  }
}
.my-ticket-form input:not([type=submit])::placeholder {
  font-family: "Mulish";
  font-weight: 400;
  color: #666666;
}
@media (max-width: 767px) {
  .my-ticket-form__buttons {
    display: flex;
    justify-content: space-between;
  }
}
.my-ticket-form__buttons button {
  min-width: 62px;
  height: 60px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #353535;
  background: none;
  padding: 0 13px 0 11px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .my-ticket-form__buttons button {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    min-width: 42px;
    margin-right: 16px;
  }
}
.my-ticket-form__buttons button:first-child {
  flex: 1;
}
.my-ticket-form__buttons button:first-child svg {
  margin-right: 4px;
}
.my-ticket-form__buttons button:last-child {
  margin-right: 0;
  padding: 0;
}
.my-ticket-form__buttons button:last-child svg {
  width: 17px;
}
@media (max-width: 575px) {
  .my-ticket-form__buttons button {
    height: 40px;
  }
}

.my-ticket-route__top {
  display: flex;
  justify-content: space-between;
  padding: 6px 0 10px 0;
}
@media (max-width: 767px) {
  .my-ticket-route__top {
    padding-top: 0;
  }
}
.my-ticket-route__top > div {
  display: flex;
  align-items: center;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) {
  .my-ticket-route__top > div {
    font-size: 14px;
    line-height: 21px;
  }
}
.my-ticket-route__top > div svg {
  margin: 0 13px 0 12px;
}
@media (max-width: 767px) {
  .my-ticket-route__top > div svg {
    margin: 0 9px 0 10px;
  }
}
.my-ticket-route__top a {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #339bd8;
  text-transform: none;
}
.my-ticket-route__inner {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353535;
  padding: 14px 0 0 8px;
  background: #ebf4f9;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .my-ticket-route__inner {
    padding-bottom: 6px;
  }
}
.my-ticket-route .bron-page__route-time {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #339bd8;
}
@media (max-width: 767px) {
  .my-ticket-route .bron-page__route-time {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .my-ticket-route .bron-page__route-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.my-ticket-route__item {
  display: flex;
  position: relative;
  padding: 18px 17px;
}
.my-ticket-route__item:last-child {
  border-top: 1px solid #fff;
  margin-top: 6px;
  padding: 9px 18px 3px 18px;
}
@media (max-width: 767px) {
  .my-ticket-route__item:last-child {
    margin-top: 11px;
    padding-left: 1px;
  }
}
.my-ticket-route__item > div:first-child {
  text-align: center;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #339bd8;
  width: 46px;
}
@media (max-width: 767px) {
  .my-ticket-route__item > div:first-child {
    font-size: 16px;
    line-height: 24px;
    margin-right: 7px;
  }
}
#locality-search-container input {
  width: 400px;
  padding: 5px;
  padding-left: 20px;
  border-radius: 6px;
  appearance: none;
  border: 1px #000 solid;
}
#locality-search-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.my-ticket-route__item > div:last-child {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353535;
  display: flex;
  align-items: center;
}
.my-ticket-route__item > div:last-child strong {
  font-weight: 900;
}
.my-ticket-route__left-part {
  justify-content: flex-start;
  margin-right: 23px;
}
@media (max-width: 767px) {
  .my-ticket-route__left-part {
    margin-right: 13px;
  }
}
.my-ticket-route__bottom {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .my-ticket-route__bottom {
    margin-bottom: 18px;
  }
}
.my-ticket-route__bottom h3 {
  font-size: 17px;
}
.my-ticket-route__bottom .bron-page__bus-stop-blocks {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .my-ticket-route__bottom .bron-page__bus-stop-blocks {
    margin-top: 14px;
  }
}
.my-ticket-route__bottom .bron-page__bus-stop-blocks > div {
  padding: 18px 24px;
  background: #ebf4f9;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .my-ticket-route__bottom .bron-page__bus-stop-blocks > div {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px;
    height: 40px;
  }
}
.my-ticket-route__bottom span {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin-bottom: 11px;
}
.my-ticket-route__bottom-field {
  padding: 16px 0 17px 24px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .my-ticket-route .bron-page__route-right-part {
    padding-top: 4px;
  }
}
.my-ticket-route .bron-page__route-arrow-down {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .my-ticket-route .bron-page__route-arrow-down {
    margin-bottom: 10px;
  }
}

.my-ticket-order {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  position: relative;
}
.my-ticket-order__buttons {
  display: flex;
  justify-content: center;
  padding: 18px 22px 15px 27px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .my-ticket-order__buttons {
    padding-top: 25px;
    margin-bottom: 0;
    padding: 25px 9px 3px 10px;
  }
}
.my-ticket-order__buttons button,
.my-ticket-order__buttons a {
  height: 60px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  background: none;
  color: #353535;
  margin: 0 6px;
  display: block;
  flex: 1;
}
@media (max-width: 767px) {
  .my-ticket-order__buttons button,
  .my-ticket-order__buttons a {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 5px;
  }
  .my-ticket-order__buttons button:last-child,
  .my-ticket-order__buttons a:last-child {
    min-width: 151px;
  }
}
.my-ticket-order__badge {
  position: absolute;
  width: 93px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  font-family: "Mulish";
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  background: #eb996e;
}
.my-ticket-order__top {
  text-align: center;
  border-bottom: 1px solid #ebf4f9;
  padding: 10px 0 10px 0;
}
.my-ticket-order__price {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-family: "Oswald";
  padding: 0 29px 3px 33px;
}
@media (max-width: 767px) {
  .my-ticket-order__price {
    padding: 13px 12px 3px 12px;
  }
}
.my-ticket-order__price > div:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) {
  .my-ticket-order__price > div:first-child {
    font-size: 14px;
    line-height: 21px;
  }
}
.my-ticket-order__price > div:last-child {
  font-weight: 500;
  font-size: 32px;
  line-height: 47px;
  text-align: right;
  color: #353535;
  position: relative;
  top: -6px;
}
.my-ticket-order__price > div:last-child span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .my-ticket-order__price > div:last-child {
    font-size: 24px;
    line-height: 36px;
    top: 0;
  }
}
.my-ticket-order__links {
  display: flex;
  justify-content: flex-end;
  padding: 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebf4f9;
}
@media (max-width: 767px) {
  .my-ticket-order__links {
    padding: 10px 15px 18px 0;
  }
}
.my-ticket-order__links a {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #339bd8;
  margin-left: 61px;
}
@media (max-width: 767px) {
  .my-ticket-order__links a {
    font-size: 14px;
    line-height: 18px;
    margin-left: 19px;
  }
}

.my-ticket-order-additional-info {
  padding: 13px 28px 60px 33px;
}
@media (max-width: 767px) {
  .my-ticket-order-additional-info {
    padding: 12px 11px 28px 12px;
  }
}
.my-ticket-order-additional-info__item {
  position: relative;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .my-ticket-order-additional-info__item {
    margin-bottom: 14px;
  }
}
.my-ticket-order-additional-info .info {
  position: absolute;
  right: 21px;
  top: 25px;
}
@media (max-width: 767px) {
  .my-ticket-order-additional-info .info {
    right: 15px;
    top: 11px;
  }
  .my-ticket-order-additional-info .info svg {
    width: 16px;
  }
}
.my-ticket-order-additional-info label {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .my-ticket-order-additional-info label {
    font-size: 14px;
    line-height: 21px;
  }
}
.my-ticket-order-additional-info textarea {
  text-align: left;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding: 18px 18px 0px 18px;
  outline: 0;
  margin-top: 10px;
  height: 100px;
}
@media (max-width: 767px) {
  .my-ticket-order-additional-info textarea {
    margin-top: 13px;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 8px 0px 19px;
    height: 99px;
  }
}

.account-analitic {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .account-analitic {
    padding-top: 21px;
  }
}
.account-analitic__chart {
  padding-right: 56px;
  padding-top: 47px;
  max-width: 55%;
  flex: 0 0 55%;
}
@media (max-width: 1199px) {
  .account-analitic__chart {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .account-analitic__chart {
    padding-top: 0;
  }
}
.account-analitic__chart canvas {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .account-analitic__chart canvas {
    width: 100% !important;
  }
}
.account-analitic__item {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .account-analitic__item {
    flex-direction: column;
  }
}
.account-analitic__left {
  padding: 65px 0 68px 90px;
  max-width: 30%;
  flex: 0 0 30%;
}
@media (max-width: 1199px) {
  .account-analitic__left {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .account-analitic__left {
    display: flex;
    padding: 19px 16px;
  }
}
.account-analitic__title {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #339bd8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .account-analitic__title {
    font-family: "Oswald";
    font-weight: 700;
    font-size: 20px;
    line-height: 127.2%;
    color: #339bd8;
  }
}
.account-analitic .nice-select {
  height: 59px;
  display: flex;
  align-items: center;
  padding: 0 46px 0 19px;
}
@media (max-width: 767px) {
  .account-analitic .nice-select {
    margin-left: 22px;
    height: 39px;
    padding: 0px 62px 0 17px;
  }
}
.account-analitic .nice-select .current {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
@media (max-width: 767px) {
  .account-analitic .nice-select .current {
    font-size: 14px;
    line-height: 18px;
  }
}
.account-analitic .nice-select .list {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  width: 100%;
}
.account-analitic .nice-select:after {
  border: none;
  background-image: url(../img/icons/chevron-down-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: -10px;
  right: 16px;
}
@media (max-width: 767px) {
  .account-analitic .nice-select:after {
    width: 13px;
    height: 17px;
    margin-top: -8px;
    right: 13px;
  }
}

.map-page {
  background-color: #ebf4f9;
  overflow: hidden;
}
@media (min-width: 992px) {
  .map-page__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .map-page__title .page__title,
  .map-page__title .breadcrumb {
    text-align: left;
  }
  .map-page__title > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.map-page__map {
  position: relative;
}
.map-page__map iframe {
  height: 772px;
  display: block;
  margin-bottom: 0;
}
.map-page__map-popup {
  position: absolute;
  padding: 25px 30px;
  top: 54px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.map-page__map-title {
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}
.map-page__map-time {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.map-page__map-minutes {
  font-family: "Mulish";
  font-size: 16px;
  line-height: normal;
}
.map-page__map-minutes strong {
  color: #339bd8;
  font-weight: 700;
}
@media (max-width: 992px) {
  .map-page__map iframe {
    height: 374px;
  }
  .map-page__map-popup {
    padding: 14px 20px;
    top: 54px;
  }
  .map-page__map-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .map-page__map-time {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .map-page__map-minutes {
    font-size: 14px;
  }
}

.search-form {
  display: flex;
  position: relative;
}
.search-form input[type=text] {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: #666;
  font-family: "Mulish";
  font-size: 16px;
  background: #fff;
  padding: 17px 30px;
  width: 100%;
}
.search-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-family: "Mulish";
  padding: 16.5px 67px;
  height: auto;
}
@media (max-width: 992px) {
  .search-form {
    margin-bottom: 24px;
  }
  .search-form input[type=text] {
    font-size: 14px;
    padding: 9px 14px;
    width: calc(100% - 146px);
  }
  .search-form input[type=submit] {
    font-size: 16px;
    padding: 8px 17px;
  }
}

.search-company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px 40px -15px;
}
.search-company input[type=text] {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: #666;
  font-family: "Mulish";
  font-size: 16px;
  background: #fff;
  padding: 17px 30px;
  width: 100%;
}
.search-company input[type=submit] {
  position: absolute;
  top: 0;
  right: 15px;
  background-image: url("../img/icons/search.svg");
  width: 65px;
  height: 60px;
  background-color: #ffd03c;
  background-position: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  color: transparent;
  border: none;
}
.search-company > div {
  position: relative;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.5%;
  flex: 0 0 14.5%;
  max-width: 14.5%;
}
.search-company > div:first-child {
  -ms-flex: 0 0 71%;
  flex: 0 0 71%;
  max-width: 71%;
}
.search-company .nice-select {
  width: 100%;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
}
.search-company .nice-select .current {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.search-company .nice-select:after {
  border: none;
  background-image: url("../img/icons/chevron-down-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  transform: none;
  margin-top: -10px;
  right: 16px;
}
.search-company .nice-select .list {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  width: 100%;
}
@media (max-width: 992px) {
  .search-company {
    margin: 0 -8px 20px -8px;
  }
  .search-company > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
  }
  .search-company > div:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .search-company input[type=text] {
    font-size: 14px;
    padding: 9px 30px;
  }
  .search-company input[type=submit] {
    height: 40px;
    right: 8px;
  }
  .search-company .nice-select {
    height: 40px;
  }
  .search-company .nice-select .current {
    font-size: 14px;
  }
  .search-company .nice-select:after {
    width: 14px;
    height: 14px;
    background-size: 100%;
    margin-top: -7px;
    right: 12px;
  }
  .search-company .nice-select .list {
    font-size: 14px;
  }
}

.company-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.company-items__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  position: relative;
}
.company-items__item:after {
  content: "";
  background-image: url(../img/icons/chevron-down-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  position: absolute;
  right: 43px;
  top: 28px;
}
.company-items__item:nth-child(2n) {
  padding-left: 60px;
  border-right: none;
}
.company-items__item:nth-last-of-type(-n + 2) {
  border-bottom: none;
}
.company-items__top {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #353535;
  font-weight: 500;
}
.company-items__top img {
  width: 119px;
  max-height: 26px;
  object-fit: contain;
  margin-right: 25px;
}
.company-items__rating {
  display: none;
}
.company-items .btn {
  display: none;
}
@media (max-width: 992px) {
  .company-items {
    margin-bottom: 30px;
  }
  .company-items__item {
    padding: 22px 16px 14px 16px !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  }
  .company-items__item:after {
    display: none;
  }
  .company-items__top {
    font-size: 22px;
    justify-content: space-between;
  }
  .company-items__top img {
    width: 104px;
  }
  .company-items__rating {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
  }
  .company-items__rating a {
    text-decoration: none;
    color: #353535;
    margin-left: 5px;
  }
  .company-items__rating a + span {
    color: #339bd8;
    margin-left: 2px;
  }
  .company-items__rating .star-rating img {
    width: 102px;
    min-width: 102px;
  }
  .company-items .btn {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    padding: 8px 0;
  }
}

.section-contacts .form {
  border-radius: 5px;
  padding: 28px 50px 30px 50px;
  background: #ebf4f9;
  margin-bottom: 43px;
}
.section-contacts .row {
  justify-content: center;
}
/*.section-contacts-input {*/
/*  border: none;*/
/*  height: 60px;*/
/*  width: 100%; !* Adjust to 100% to fill column width *!*/
/*  border-radius: 5px;*/
/*  background-color: #ffd03c;*/
/*  font-size: 18px;*/
/*  font-weight: 700;*/
/*  font-family: "Mulish", sans-serif; !* Add sans-serif fallback *!*/
/*  line-height: 1.255;*/
/*}*/
.section-contacts__title {
  color: #339bd8;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 26px;
}
.section-contacts input,
.section-contacts button,
.section-contacts textarea {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  display: block;
}
.section-contacts button,
.section-contacts input[type=submit] {
  border: none;
  height: 60px;
  width: 410px;
  border-radius: 5px;
  background-color: #ffd03c;
  font-size: 18px;
  font-weight: 700;
  font-family: "Mulish";
  line-height: 1.255;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .section-contacts__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section-contacts .form {
    padding: 22px;
  }
  .section-contacts button,
  .section-contacts input,
  .section-contacts textarea {
    margin-bottom: 10px;
  }
  .section-contacts button,
  .section-contacts input[type=submit] {
    padding: 10px 20px 12px;
    height: 40px;
    font-size: 16px;
    width: 100%;
  }
}

.text-center {
  text-align: center;
}

.star-rating {
  display: flex;
}
.star-rating img {
  width: 192px;
  min-width: 192px;
}
.star-rating__default {
  position: relative;
}
.star-rating__default > img {
  filter: grayscale(1);
}
.star-rating__number {
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
}

.review-tabs__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 50px;
}
.review-tabs__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 30px);
  flex: 0 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  border-radius: 5px;
  background: #339bd8;
  margin: 0 15px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.review-tabs__block-title {
  color: #fff;
  font-family: Mulish;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.review-tabs__block-items {
  padding: 7px 30px 0 30px;
}
.review-tabs__block-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: Mulish;
}
.review-tabs__block-item div {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  max-width: 165px;
}
.review-tabs__block-item span {
  width: 89px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-tabs__block .star-rating img {
  width: 192px;
  min-width: 192px;
}
.review-tabs__slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(66.666% - 30px);
  flex: 0 0 calc(66.666% - 30px);
  max-width: calc(66.666% - 30px);
  margin: 0 15px;
}
.review-tabs__slider-slide {
  border-radius: 5px;
  background: #fff;
  padding: 15px 15px 24px 15px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.review-tabs__slider-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.review-tabs__slider-name {
  color: #000;
  font-weight: 700;
  margin-right: 20px;
}
.review-tabs__slider-date {
  color: #666;
  font-family: Inter;
  font-size: 14px;
  margin-right: 13px;
}
.review-tabs__slider-stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-tabs__slider-stars img {
  width: 96px;
  min-width: 96px;
}
.review-tabs__slider-stars a {
  color: #fff;
  font-family: Mulish;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #339bd8;
  display: inline-block;
  padding: 6px 15px;
  width: 55px;
  text-align: center;
  margin-left: 106px;
}
.review-tabs__slider-text p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  line-height: 142.857%;
  font-weight: 400;
}
.review-tabs__slider-text a {
  color: #339bd8;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
}
.review-tabs .tabs__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 28px -15px;
}
.review-tabs .tabs__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(16.66% - 30px);
  flex: 0 0 calc(16.66% - 30px);
  max-width: calc(16.66% - 30px);
  margin: 0 15px;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  color: #339bd8;
  padding: 12px 10px;
  font-family: Oswald;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.review-tabs .slick-track {
  padding: 15px 0;
  display: flex;
}
.review-tabs .slick-slide {
  margin: 0 15px;
  height: auto;
}
.review-tabs .slick-list {
  margin: -15px -15px 0 -15px;
}
.review-tabs .slick-arrow {
  border: none;
  position: absolute;
  top: -126px;
  background-color: transparent;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.review-tabs .slick-prev {
  right: 40px;
  background-image: url(../img/icons/chevron-left-blue.svg);
}
.review-tabs .slick-next {
  right: 0;
  background-image: url(../img/icons/chevron-right-blue.svg);
}
@media (max-width: 767px) {
  .review-tabs .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .review-tabs .slick-dots button {
    color: transparent;
    background-color: #339bd8;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0 3px;
  }
}
@media (max-width: 992px) {
  .review-tabs__block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .review-tabs__block-title {
    font-size: 20px;
    padding: 21px 15px;
  }
  .review-tabs__block .star-rating img {
    width: 126px;
    min-width: 126px;
  }
  .review-tabs__block-items {
    padding: 15px 15px 7px 15px;
  }
  .review-tabs__block-item div {
    font-size: 14px;
    max-width: 100%;
  }
  .review-tabs__block-item span {
    height: 40px;
  }
  .review-tabs__slider {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .review-tabs__slider-stars a {
    margin-left: 14px;
  }
  .review-tabs__row {
    margin: 0 0;
  }
  .review-tabs .tabs__list {
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    margin: 0 0 20px 0;
    position: relative;
  }
  .review-tabs .tabs__list li:not(.active) {
    display: none;
  }
  .review-tabs .tabs__list li {
    box-shadow: none;
    font-weight: 400;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 0 0;
    padding: 8px 20px;
  }
  .review-tabs .tabs__list.active li:not(.active) {
    display: block;
  }
  .review-tabs .tabs__list li.active:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    right: 19px;
    top: 15px;
    background-image: url(../img/icons/chevron-down-blue.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px;
    transition: 0.3s;
  }
  .review-tabs .tabs__list.active li:before {
    transform: rotate(180deg);
  }
}

.hidden {
  display: none !important;
}/*# sourceMappingURL=common.css.map */

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #339bd8;
  --_m:
          conic-gradient(#0000 10%,#000),
          linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {to{transform: rotate(1turn)}}

.payment-methods .payment_methods_field {
  height: 90px;
  color: #706f6f !important;
  background: #f5f5f5;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.payment-methods .payment_methods_field:hover {
  text-decoration: none !important; }

.payment-methods .payment_methods_field .ladda-spinner > div[role="progressbar"] {
  left: 1px;
  top: -6px; }

.payment-methods .payment_methods_field div {
  padding: 5px; }

.payment-methods .payment-methods_wrap-img {
  display: inline-block; }

.payment-methods .payment-methods_wrap-img img {
  max-width: 100%;
  height: auto;
  max-height: 50px; }

.payment-methods .payment-methods_wrap-text {
  font-size: 12px;
  text-align: left;
  line-height: 1.5; }

.payment_methods_confirm {
  height: 90px;
  color: #706f6f !important;
  background: #f5f5f5;
  padding: 0; }

.payment_methods_confirm .payment-methods_wrap-text {
  height: 40px;
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px solid #ffffff; }

.payment_methods_confirm a.payment_methods_confirm_a {
  height: 50px;
  text-align: center;
  color: #eb0000;
  font-size: 18px;
  display: inline-block;
  padding-top: 12px;
  transition: 300ms; }

.payment_methods_confirm a.payment_methods_confirm_a:hover {
  text-decoration: none;
  background: #eb0000;
  color: #ffffff; }

.payment_methods_confirm a.payment_methods_confirm_a span.ladda-spinner {
  left: 33px;
  position: absolute;
  top: 24px; }

.payment-methods img {
  width: auto;
  height: 50px;
}

.payment {
  display: flex;
  justify-content: left;
  padding: 0 21px 10px 21px;
}

.booking-block.active .booking-block__top {
  padding-top: 30px;
}

/*mfp*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-a {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background: #000;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background: #444;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-dialog {
  border-radius: 10px;
  background: #fff;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  padding: 20px;
}

.mfp-search-dialog {
  max-width: 800px;
}

/*mfp-end*/

.ui-datepicker-unselectable
{
  color: #aaaaaa;
}

.trip-loader-container {
  text-align: center;
  height: 50vh;
  margin-top: calc(25vh - 69px);
}

.trip-empty-container {
  font-size: 13px;
}

.trip-empty-container img {
  margin-bottom: 15px;
  width: 150px;
}

/* HTML: <div class="loader"></div> */
.trip-loader {
  margin: auto;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 10px solid #339bd8;
  animation:
          l20-1 0.8s infinite linear alternate,
          l20-2 1.6s infinite linear;
}
@keyframes l20-1{
  0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
  12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
  25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
  50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
  100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.mfp-buttons {
  margin-top: 10px;
  display: flex;
}

.mfp-button {
  width: 100%;
  margin-right: 10px;
}

.mfp-button:hover {
  cursor: pointer;
}

.mfp-button:last-child {
  margin-right: 0px;
}

.thank-you-page__inner .btn {
  color: #000;
  font-weight: 700;
  padding: 20px 30px;
}

.thank-you-page__inner .btn:hover {
  color: #fff;
}

.thank-you-page__inner .list {
  margin-bottom: 15px;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.thank-you-page__inner .list li {
  flex-basis: 50%;
  max-width: 50%;
}


/* datepicker */

.datepicker {
  padding: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 250px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 20px;
  height: 30px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.day {
  border: 1px solid #e6e6e6;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  position: relative;
}

.datepicker table tr td.today:before,
.datepicker table tr td.today:hover:before,
.datepicker table tr td.today.disabled:before,
.datepicker table tr td.today.disabled:hover:before {
  content: '';
  bottom: 2px;
  right: 2px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #E27513 transparent;
  position: absolute;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4bb51;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  border-color: #373737;
}

/*.datepicker table tr td.selected:hover color: #ffffff,*/
/*.datepicker table tr td.selected:hover:hover color: #ffffff,*/
/*.datepicker table tr td.selected.disabled:hover color: #ffffff,*/
/*.datepicker table tr td.selected.disabled:hover:hover color: #ffffff,*/
/*.datepicker table tr td.selected:focus color: #ffffff,*/
/*.datepicker table tr td.selected:hover:focus color: #ffffff,*/
/*.datepicker table tr td.selected.disabled:focus color: #ffffff,*/
/*.datepicker table tr td.selected.disabled:hover:focus color: #ffffff,*/
/*.datepicker table tr td.selected:active color: #ffffff,*/
/*.datepicker table tr td.selected:hover:active color: #ffffff,*/
/*.datepicker table tr td.selected.disabled:active color: #ffffff,*/
/*.datepicker table tr td.selected.disabled:hover:active color: #ffffff,*/
/*.datepicker table tr td.selected.active color: #ffffff,*/
/*.datepicker table tr td.selected:hover.active color: #ffffff,*/
/*.datepicker table tr td.selected.disabled.active color: #ffffff,*/
/*.datepicker table tr td.selected.disabled:hover.active color: #ffffff,*/
/*.open .dropdown-toggle.datepicker table tr td.selected color: #ffffff,*/
/*.open .dropdown-toggle.datepicker table tr td.selected:hover color: #ffffff,*/
/*.open .dropdown-toggle.datepicker table tr td.selected.disabled color: #ffffff,*/
/*.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover color: #ffffff {*/
/*background-color: #858585;*/
/*}*/

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999;
  border-color: #555;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #428BCA;
  border-color: #428BCA;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #E27513;
  border-color: #e27513;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 10px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}

.datepicker thead tr:first-child th.prev:before,
.datepicker thead tr:first-child th.next:before {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 18px;
}

.datepicker thead tr:first-child th.prev:before {
  content: '\f104';
}

.bonus-table {
  width: 100%;
  border-radius: 5px;
  border-collapse: collapse;
}

.bonus-table td, .bonus-table th {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  padding-top: 15px;
  padding-bottom: 5px;
}

.tickets-table tbody tr:hover{
  cursor: pointer;
  background: #339bd8;
  color: #fff;
}

.tickets-table tbody tr:hover a {
  color: #fff;
}
.tickets-table tbody tr:hover td {
  color: #fff;
}

.seats-segment {
  position: relative;
}

.seats-segment .blur-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bus-seats.blured {
  filter: blur(5px);
  overflow: hidden;
}

.documents-block {
  margin-top: 30px;
}

span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upbtn {
  opacity: 0.8;
  z-index: 9999;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: none;
  transition: all .2s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #d4e1e8;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

@media (max-width: 767px) {
  .upbtn {
    margin: auto;
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    height: 45px;
  }
}

.upbtn:hover {
  opacity: 1;
  background-color: #337AB7;
}

.copyUrl:hover {
  cursor: pointer;
}

.visuallyhidden{position:absolute;clip:rect(1px,1px,1px,1px)}
.copybutton{background-color:#fff;border:0;outline:0;cursor:pointer;opacity:1;position:absolute;width:40px;height:40px;z-index:9;border-radius:24px}
.button-tooltip-container {
  display: flex;
  align-items: center;
  margin-top: 16px;
  min-height: 30px;

}
.custom-tooltip {
  display: none;
  margin-left: 40px;
  padding: 5px 12px;
  background-color: #000000df;
  border-radius: 4px;
  color: #fff;
}

@media (max-width: 767px) {
  .col-xs-12 {
    width: 100%;
  }
}

/* Tooltip container */
.bonuses-tooltip {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.bonuses-tooltip .bonuses-tooltip-text {
  visibility: hidden;
  width: auto; /* Adjust width to auto to fit the content */
  min-width: 200px;
  max-width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25px;
}

@media (max-width: 767px) {
  .bonuses-tooltip .bonuses-tooltip-text {
    width: 300px;
    max-width: 300px;
  }
}

/* Show the tooltip text when you mouse over the tooltip container */
.bonuses-tooltip:hover .bonuses-tooltip-text {
  visibility: visible;
}

.bonuses-tooltip {
  border: none !important;
}

.bonuses-tooltip a {
  color: #339bd8;
  text-decoration: none;
}

.booking-block.active .bonuses-tooltip a {
  color: #fff;
}

.mob-booking.active .bonuses-tooltip a {
  color: #fff;
}

.seats-loader-container {
  height: 387px;
  display: flex;
}

@media(max-width: 767px) {
  .seats-loader-container {
    height: 351px;
  }
}

.seats-loader {
  margin: auto;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 10px solid #339bd8;
  animation:
          l20-1 0.8s infinite linear alternate,
          l20-2 1.6s infinite linear;
}
@keyframes l20-1{
  0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
  12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
  25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
  50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
  100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

#searchContainer {
  overflow: hidden;
}

.mob-booking .bonuses-tooltip {
  width: 100%;
  text-align: center;
}

.mob-booking .bonuses-tooltip-text {
  right: 0;
  left: auto;
}

.cookie-banner {
  background-color: #339BD8;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  color: white;
  position: fixed;
  width: 40%;
  padding: 15px 10px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  z-index: 1000;
  border-radius: 10px;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

.cookie-banner a {
  color: white;
  text-decoration: underline;
}

.cookie-button-container {
  margin-top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.cookie-banner button {
  background-color: #ffffff;
  color: #339BD8;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-banner button:hover {
  background-color: #f1f1f1;
}
.nice-select .list {
  max-height: 250px;
}

.blog-quote-content div{
  font-size: 22px;
}

.discount-item {
  font-size: 9pt;
  border: 1px solid;
  border-color: #000;
  padding: 3px 7px;
  border-radius: 4px;
}

.discount-item:hover {
  cursor: pointer;
}

.booking-block.active .discount-item {
  border-color: #fff !important;
}

/* Tooltip container */
.discount-tooltip {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.discount-tooltip .discount-tooltip-text {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.discount-tooltip:hover .discount-tooltip-text {
  visibility: visible;
}

.discount-tooltip {
  border: none !important;
}

.discount-tooltip a {
  color: #339bd8;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.booking-item-discounts-wrap {
  margin-top: 10px;
}

.page-block__title {
  font-family: "Oswald", sans-serif
}

.bron-page__bonus_input {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin-top: 15px;
}

@media (max-width: 767px) {
  .bron-page__bonus_input {
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.bron-page__bonus-wrapper {
  width: 100%;
}

.bron-page__bonus_input > input {
  width: 100%;
}


.bron-page__payment-block {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 27px;
  margin-bottom: 24px;
}

.bron-page__payment-block-title {
  font-size: 18px;
  color: #339bd8;
  font-weight: 700;
  line-height: 1.482;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
}

.bron-page__payment-block-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bron-page__payment-block-item {
  background-color: #ebf4f9;
  padding: .5rem .5rem;
  display: flex;
  gap: 0.5em;
  border-radius: 5px;
  margin-bottom: 0;
  align-items: center;
  cursor: pointer;
}

.bron-page__payment-block-mark {
}

.bron-page__payment-block-mark-inner {
}

.bron-page__payment-block-head {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 0.5em;
}

.bron-page__payment-block-item-title {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #353535;
  font-family: "Mulish";
  font-weight: 700;
  line-height: 1.255;
  cursor: pointer;
  outline: none;
  font-size: 14px;
}

.bron-page__payment-block-item-description {
  font-family: "Mulish";
  line-height: 1.4;
  font-size: 14px;
  color: #666666;
}

.bron-page__payment-block-icon {
  color: #339bd8;
  width: 3rem;
  flex-shrink: 0;
}

.bron-page__payment-block-mark {
  display: flex;
  background-color: white;
  width: 1rem;
  border-radius: 50%;
  aspect-ratio: 1;
  flex-shrink: 0;
  height: 1rem;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #339bd8;
}

input:checked + .bron-page__payment-block-mark > span {
  visibility: visible;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: #339bd8;
  border-radius: 50%;
}

.bron-page__payment-block-icon {color: #666666;}

.bron-page__payment-block-item:has(input:checked) .bron-page__payment-block-icon {
  color: #339bd8;
}

.bron-page__payment-block-item:has(input:checked) .bron-page__payment-block-item-title {
  color: #339bd8;
}

.bron-page__payment-block-item {
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
}

.bron-page__payment-block-item:has(input:checked) {
  border-color: #339bd8;
}

@layer components {
  .bron-page__details-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  @media (min-width: 992px) {
    .bron-page__details-col {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}

.bron-page__details-col {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.bron-page__payment-block-head {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .bron-page__payment-block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .bron-page__payment-block-items {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .bron-page__payment-block-item {
    width: calc(50% - 0.5rem);
  }
}

.mob-booking-block__bottom-payment-icon {
  width: 1.2rem;
}

.mob-booking-block__bottom-payment-text {
  font-size: 0.8rem;
  line-height: 1;
}

.mob-booking-block__bottom-payment {
  display: flex;
  flex-direction: column;
  padding-top: .8rem;
  gap: .3rem;
}

.mob-booking-block__bottom-payment-item {
  display: flex;
  align-items: center;
  color: #339bd8;
  gap: .2rem;
}

.mob-booking.active .mob-booking-block__bottom-payment-item {
  color: #ffffff;
}

@media (min-width: 992px) {
  .booking-block__payment-3-item {
    display: flex;
    flex-direction: row;
    font-size: 0.85rem;
    gap: .5em;
    color: #339bd8;
  }

  .booking-block.active .booking-block__payment-3-item {
    color: #ffffff;
  }

  .booking-block__payment-3-icon {
    width: 1rem;
  }

  .booking-block__payment-3 {
    font-size: 1rem;
    padding-top: .5em;
  }
}


.p-order-payment-info {
}

.p-order-payment-info__payment {
}

.p-order-payment-info__info {
  display: flex;
  flex-direction: column;
  padding: 0 21px 10px 21px;
  gap: 0.5rem;
}

.p-order-payment-info__button {
  cursor: pointer;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  padding: .5em 0;
  border: 1px solid rgb(169, 68, 66);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  color: rgb(169, 68, 66);
}

.p-order-payment-info__actions {
  display: flex;
  gap: 1rem;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.p-order-payment-info__action {
  width: 50%;
  font-size: 1rem;
  line-height: 1.5;
  padding: .5em 0;
  text-align: center;
  border-radius: 8px;
}

.p-order-payment-info__action_type-confirm {
  border: 1px solid #399e5a;
}

.p-order-payment-info__action_type-cancel {
  background-color: #399e5a;
  color: white;
  border: 1px solid transparent;
}

.p-order-payment-info__status {
}

.p-order-payment-info__confirmation {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.p-order-payment-info__hint {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 1rem;
}

.p-order-payment-info__status {
  font-weight: 600;
  color: rgb(169, 68, 66);
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.p-order-payment-info .payment-methods .payment_methods_field {
  margin-bottom: 0;
}

.p-order-payment-info .payment-methods {
  margin-bottom: 0;
}

.p-order-payment-info__confirmation_hidden {
  display: none;
}

.p-order-payment-info__status_hidden {
  display: none;
}

.p-order-payment-info__button_hidden {
  display: none;
}

.p-order-payment-info__button:hover {
  background-color: rgb(169, 68, 66);
  color: white;
}

.p-order-payment-info__action {
  cursor: pointer;
}

.p-order-payment-info__action_type-confirm:hover {
  color: white;
  background-color: hsl(140, 47%, 32%);
}

@media screen and (min-width: 768px) {
  .p-order-payment-info__button {
    width: max-content;
    margin-right: auto;
    padding: .5em 3em;
  }

  .p-order-payment-info__info {
    margin-top: 0.5rem;
  }

  .p-order-payment-info__hint {
    text-align: center;
    width: max-content;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .p-order-payment-info__actions {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .p-order-payment-info__action {
    padding: 0.5em 0;
    width: max-content;
    min-width: 11rem;
  }

  .p-order-payment-info__status {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }
}


.order-summary-grid-component {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.order-summary-grid-component__cell {

}

.order-summary-grid-component__cell_1 {
}

.order-summary-grid-component__cell_2 {
}

.order-summary-grid-component__cell_3 {
}

.order-summary-grid-component__cell_head {
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.order-summary-grid-component__cell_body {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}

.order-summary-grid-component__text_accent {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.25;
}

.order-summary-grid-component__cell {
  border-bottom: 1px solid #ebebeb;
}

.order-summary-grid-component__cell_2 {
  padding-left: 13px;
  padding-right: 13px;
}

@media screen and (max-width: 767px) {
  .u-hidden-less-than-medium {
    display: none;
  }

  .payment-table-component th {
    height: max-content;
  }

  .payment-table-component tr:last-child {
    padding-bottom: 13px;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-more-than-medium {
    display: none;
  }
}