.tour-desc {
  color: #5a5a5a; }
  .tour-desc .carousel {
    width: max-content; }
  .tour-desc .carousel-inner {
    width: max-content; }
    .tour-desc .carousel-inner .carousel-item img {
      display: block;
      width: auto;
      height: 650px; }

.tour-desc-headline {
  color: #5a5a5a;
  font-size: 34px;
  text-align: left;
  padding-top: 45px;
  margin-bottom: 35px; }

.guide-info-headline {
  color: #1BBEF2;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 40px; }

.guide-info .badge-wrap {
  padding-top: 15px; }
  .guide-info .badge-wrap .media .guide-photo {
    width: 77px;
    height: 77px;
    border: 2px solid #C4C4C4; }
  .guide-info .badge-wrap .media .media-body {
    padding-left: 10px; }
    .guide-info .badge-wrap .media .media-body .narrator {
      padding-top: 10px; }
      .guide-info .badge-wrap .media .media-body .narrator p {
        color: #5a5a5a;
        font-size: 18px;
        text-transform: uppercase; }
      .guide-info .badge-wrap .media .media-body .narrator span {
        color: #5a5a5a;
        font-size: 18px;
        font-weight: normal;
        text-transform: none; }

.guide-info .price {
  font-size: 16px;
  font-weight: 500; }

.guide-info .btn-primary {
  display: inline-block;
  background: linear-gradient(270deg, #1BBEF2 -1.4%, #43D9E8 100%);
  border: none;
  width: auto;
  padding: 12px 45px;
  margin: 0px; }

.route {
  width: 340px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px; }
  .route::after {
    content: url(../images/route.png);
    position: absolute;
    left: 30px;
    bottom: 0px; }
  .route .start, .route .finish {
    display: inline-block;
    position: relative;
    vertical-align: top; }
  .route .start span, .route .finish span {
    display: block;
    max-width: 160px;
    font-weight: bold;
    color: #858585; }

.non-route {
  padding: 30px 0px; }
  .non-route span {
    font-weight: bold;
    color: #858585; }

.tour-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #5a5a5a;
  text-transform: uppercase;
  padding-top: 20px; }

.tour-text p {
  text-indent: 0px !important;
  margin-bottom: 15px !important; }
  .tour-text p span {
    font-family: "Roboto" !important;
    color: #858585 !important;
    font-size: 18px !important;
    line-height: 23px !important; }

.tour-access {
  padding-top: 30px; }
  .tour-access .custom-control {
    padding: 0px; }
  .tour-access .custom-control-inline {
    margin-right: 50px; }
  .tour-access label {
    color: #858585;
    font-weight: 500; }

/*# sourceMappingURL=tour-desc.css.map */
