

/* Start:/local/templates/travelsoft.main/components/bitrix/breadcrumb/main/style.css?1762333119970*/
.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;
	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;
	font-size: 16px;
}

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

@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?17630278445615*/
.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: 10px;
}

.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(--BORDER);
  color: var(--BLACK);
  font-weight: bold;
}

.authorization-modal .nav-tabs .nav-link.active {
  background-color: var(--tr-theme-1);
  color: var(--WHITE);
  border: 1px solid var(--BORDER);
}

.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;
  text-align: center;
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}

.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: 20px;
}

.basket__item {
  display: flex;
  flex-direction: column;
}

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

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

.service {
  position: relative;
  /*padding: 26px 20px 20px 20px;*/
  border: 1px solid var(--LIGHT);
  border-radius: 5px;
  display: flex;
  /*gap: 20px;*/
}

.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);
}

.service.tr-trip-item{
  min-height: 100px;
}
 
.tr-trip-thumb{
  width: 30%;
}

.tr-trip-content{
  width: 70%;
}

.authorization-modal__title,
.authorization-modal__subtitle {
  margin: 0;
}

@media (max-width:900px){
  .tr-trip-thumb, .tr-trip-content{
    width: 100%;
  }
}

@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;
  }

  .service__img {
    width: 100%;
  }
}
/* End */
/* /local/templates/travelsoft.main/components/bitrix/breadcrumb/main/style.css?1762333119970 */
/* /local/templates/travelsoft.main/components/travelsoft/booking.make/tsoperator__multiservices/style.css?17630278445615 */
