

/* Start:/local/templates/travelsoft.main/components/bitrix/breadcrumb/main/style.css?17288946461025*/
.bx-breadcrumb {
	margin-top: 30px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.bx-breadcrumb-item {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 10px;
	margin-bottom: 0;
	color: var(--DEFAULT);
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}


.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	color: var(--DEFAULT);
	font-size: 16px;
}

@media(hover: hover) {
	.bx-breadcrumb-item-link:hover .bx-breadcrumb-item-text {
		color: var(--PRIMARY);
	}
}

@media(max-width: 768px) {
	.bx-breadcrumb {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.bx-breadcrumb-item-text {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/travelsoft.main/components/travelsoft/booking.make/tsoperator__multiservices/style.css?17321738155227*/
.modal {
  --bs-modal-padding: 1rem 1.5rem;
}

.authorization-modal .modal-header {
  display: flex;
  justify-content: center;
}

.authorization-modal .tab-content>.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.authorization-modal .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.authorization-modal .nav-tabs .nav-link {
  width: 180px;
  height: 56px;
  background-color: var(--WHITE);
  border-radius: 10px;
  border: 1px solid var(--main-color);
  color: var(--BLACK);
  font-weight: bold;
}

.authorization-modal .nav-tabs .nav-link.active {
  background-color: var(--main-color);
  color: var(--WHITE);
}

.authorization-modal__title {
  text-align: center;
  font-size: 36px;
  line-height: 130%;
}

.authorization-modal__subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  color: var(--DEFAULT);
}

.authorization-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.autorization-modal__policy {
  color: var(--DEFAULT);
  font-size: 12px;
  line-height: 16.2px;
}

.additional-placements {
  display: flex;
  gap: 24px;
}

.additional-placement {
  border: 1px solid var(--LIGHT);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.additional-placement__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
}

.response-text {
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 1200px) {
  .modal {
    --bs-modal-padding: 1rem;
  }

  .authorization-modal .nav-tabs .nav-link {
    width: 120px;
    height: 50px;
  }

  .authorization-modal__title {
    font-size: 24px;
  }

  .additional-placements {
    flex-direction: column;
  }
}


.booking-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-header .btn-close {
  padding: 0 !important;
  margin: 10px !important;
}

.applied-promocode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
}

.applied-promocode__title {
  font-size: 16px;
  list-style: 130%;
  font-weight: bold;
}

.applied-promocode__value {
  color: var(--BLUE-DARK);
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}

.applied-promocode__remove {
  cursor: pointer;
}

.promocode {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promocode__title {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}

.form-control.promocode__input {
  border-radius: 5px 0 0 5px;
}

.button.promocode__button {
  border-radius: 0 5px 5px 0;
}

.payment {
  display: flex;
  justify-content: space-between;
}

.payment__loader {
  height: 30px;
  width: 30px;
}

.payment__title {
  font-size: 20px;
  font-weight: bold;
}

.payment__price {
  color: var(--BLUE-DARK);
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.payment__currency {
  color: var(--DEFAULT);
  font-size: 18px;
  line-height: 30px;
}

.row.basket {
  gap: 24px;
  padding: 0;
  margin: 0;
}

.basket__payment {
  position: relative;
  max-width: 384px !important;
  padding: 0 !important;
}

.basket__payment--wrapper {
  position: sticky;
  top: 0;
}

.row>.basket__info {
  padding: 0 !important;
  max-width: 792px;
}

.basket__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.basket__item {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
}

.booking-notice {
  display: flex;
  padding: 13px 10px;
  gap: 5px;
  background-color: var(--BLUE-DARK);
  color: var(--WHITE);
  font-size: 12px;
}

.service {
  position: relative;
  padding: 26px 20px 20px 20px;
  border: 1px solid var(--LIGHT);
  border-radius: 5px;
  display: flex;
  gap: 20px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.service__img {
  width: 300px;
  height: 185px;
  border-radius: 5px;
}

.service__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
}

.service-info {
  display: flow-root;
  font-size: 16px;
  line-height: 130%;
}

.service-info.service-info--no-wrap {
  display: flex;
}

.service-info__option {
  color: var(--DEFAULT);
  white-space: nowrap;
  margin-right: 5px;
}

.service-info__value {
  font-weight: bold;
}

.service-info__value--blue {
  color: var(--BLUE-DARK)
}

.service-info__icon {
  width: 20px;
  height: 20px;
}

.additional-services {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.additional-services__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}

.additional-services__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
}

.additional-services__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.additional-services__item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--BORDER);
  border-radius: 10px;
}


.bus-stations.form-select {
  padding: 0 10px;
  font-weight: bold;
  border: 0;
  background-color: var(--SECONDARY);
}

@media (max-width: 1200px) {
  .additional-services__item {
    flex-wrap: wrap;
  }

  .additional-services__title {
    font-size: 18px;
  }

  .basket__items {
    gap: 30px;
  }

  .basket__item {
    gap: 30px;
  }

  .service {
    flex-direction: column;
  }
}
/* End */


/* Start:/local/templates/travelsoft.main/css/user-form.css?17283829532566*/
.user-form {
    width: 100%;
}

.user-form--fixed {
    max-width: 549px;
}

.user-form__title {
    font-size: 40px;
    font-weight: 900;
    line-height: 150%;
}

.user-form__title--spacing {
    margin-bottom: 50px;
}

.user-form__subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.user-form__subsubtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
}

.user-form__subsubtitle--primary {
    color: var(--PRIMARY)
}

.user-form__subtitle--spacing {
    margin-bottom: 30px;
}

.user-form__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.user-form__label {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.user-form__control {
    padding: 0 40px 0 20px;
    height: 60px;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
}

.user-form__select {
    background-color: #fff;
    border: 1px solid var(--BORDER);
    border-radius: 5px;
    font-size: 16px;
}

.user-form__submit-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.button.user-form__submit-button {
    padding: 15px 2px;
    width: 50%;
    border-radius: 5px;
}

.user-form__info {
    margin-bottom: 20px;
    color: var(--DEFAULT);
    border-radius: 5px;
    font-size: 16px;
    line-height: 130%;
}

.user-form__policy {
    color: var(--DEFAULT);
    font-size: 12px;
    line-height: 16.2px;
}

.user-form__link {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: var(--BLUE-DARK);
}

.user-form__wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
}

.user-form__icon {
    cursor: pointer;
    position: absolute;
    top: 30%;
    right: 10px;
}

.user-form__icon--password {
    top: 35%;
    right: 14px;
}

@media (max-width: 1200px) {
    .user-form__wrapper {
        flex-direction: column;
    }

    .user-form__title {
        font-size: 24px;
        font-weight: bold;
        line-height: 130%;
    }

    .user-form__info {
        font-size: 14px;
    }

    .user-form__body {
        gap: 10px;
    }

    .user-form__submit-group {
        flex-direction: column;
        gap: 10px;
    }

    .user-form__label {
        font-size: 14px;
    }

    .user-form__control {
        font-size: 14px;
    }

    .user-form__link {
        font-size: 14px;
    }

    .button.user-form__submit-button {
        width: 100%;
    }
}
/* End */
/* /local/templates/travelsoft.main/components/bitrix/breadcrumb/main/style.css?17288946461025 */
/* /local/templates/travelsoft.main/components/travelsoft/booking.make/tsoperator__multiservices/style.css?17321738155227 */
/* /local/templates/travelsoft.main/css/user-form.css?17283829532566 */
