@charset "UTF-8";

.buttons-apps,.nav-menu,.extra-menu,.nav-submenu,.n1-menu,.form__list,.page__header .menu__container,.quicklinks__group,.quicklink__group,.badges,.social,.legal-links,.block__list-inner,.a01__features .menu,.a01__main-menu .menu,.a08__grid,.a08__grid .slick-dots,.a09__posts,.a11__grid,.a13__route-list .route-list__wrapper,.a13__route-list .route-list,.a15__list,.a18__list,.directions,.directions__stops,.lines,.a21__list,.b1__route-list .route-list__wrapper,.b1__route-list .route-list,.b2__stops,.b2__actions,.b4__menu,.timetable,.other-routes,.b7__cta-extras,.b8__routes,.d__breadcrumb,.d--d4 .rating__stars,.d--d4 .d__app,.tripadvisor__stars,.perks,.detail-routes,.detail-info__time,.stop-nav,.block__pagination-items,.header-top,.tmb-sites,.tags,.dropdown,.dropdown__block,.share__block,.slider-gallery,.a06-slider,.a07-slider,.a07-slider .slick-dots,.a22-slider__main,.a22-slider__nav,.a22-slider__main .slick-dots,.a22-slider__nav .slick-dots,.b6__slider .slick-dots,.map__content-routes .map__route-list,.map__content-routes .map__route-places,.map__routes,.map__details,.map__places-items,.collapsible {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  color: #54657e;
  font: 16px "Roboto", arial, sans-serif;
}

.title__text--dash {
  display: inline-block;
  padding-left: 3rem;
  position: relative;
}

.title__text--dash::before {
  background: currentcolor;
  content: '';
  height: 0.0625rem;
  left: 0;
  margin-top: -0.0625rem;
  position: absolute;
  top: 50%;
  width: 2rem;
}

.text__link {
  color: #1bacc0;
  padding-left: 2rem;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.text__link::before {
  background: url("../img/layout/ico-link.svg") left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.text__link:hover {
  text-decoration: underline;
}

.text__link--primary::before {
  background-position: 0 -48px;
}

.text__link--secondary {
  color: #54657e;
}

.text__link--secondary::before {
  background-position: 0 0px;
}

.text__link--alt {
  color: #fff;
}

.text__link--alt::before {
  background-position: 0 -24px;
}

.list {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}

.list__item {
  position: relative;
}

.list__item::before {
  background: -webkit-gradient(linear, left top, right top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to right, #d71c1c, #ad1457);
  border-radius: 100%;
  content: '';
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 0.375rem;
  width: 0.5rem;
}

.list__item + .list__item {
  margin-top: 0.5rem;
}

.list--checks .list__item::before {
  background: transparent url("../img/layout/ico-check-bbt.svg");
  border-radius: 0;
  content: '';
  height: 1.5rem;
  left: -2.5rem;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.content__link {
  color: #1bacc0;
  font-weight: 500;
  text-decoration: none;
}

.content__link:hover {
  text-decoration: underline;
}

.content__link.ext::after {
  background: url("../img/layout/ico-external-content-link.svg") left -2rem no-repeat;
  background-size: 1rem auto;
  content: '';
  display: inline-block;
  height: 1rem;
  margin: -0.25rem 0 0 0.15em;
  vertical-align: middle;
  width: 1rem;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 18px;
  max-width: 100%;
  min-width: 14rem;
  outline: 0;
  padding: 0.9375rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.button--primary {
  background: -webkit-gradient(linear, left top, right top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to right, #d71c1c, #ad1457);
  border-radius: 1.5rem;
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  -webkit-transition: -webkit-box-shadow ease .5s;
  transition: -webkit-box-shadow ease .5s;
  transition: box-shadow ease .5s;
  transition: box-shadow ease .5s, -webkit-box-shadow ease .5s;
}

.button--primary:hover {
  background: #ad1457;
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
}

.button--primary[disabled],.button--primary.button--disabled {
  background: #1d2533;
  cursor: not-allowed;
  opacity: .3;
}

.button--secondary {
  background-color: #fff;
  border: 1px solid #dde1e9;
  color: #1bacc0;
  font-family: "Roboto", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.button--secondary:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
}

.button--secondary[disabled],.button--secondary.button--disabled {
  opacity: .3;
}

.button--inverted {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
}

.button--inverted:hover {
  background-color: #fff;
  color: #1d2533;
}

.button--inverted[disabled],.button--inverted.button--disabled {
  opacity: .3;
}

.button__text {
  position: relative;
}

.button--loading .button__text {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 1.5rem;
}

.button--loading .button__text::after {
  background: url("../img/layout/ico-loading.svg") center center no-repeat;
  content: '';
  display: inline-block;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.button--close {
  background: url("../img/layout/ico-close.svg") center center no-repeat #fff;
  border: 0;
  cursor: pointer;
  height: 0;
  outline: none;
  overflow: hidden;
  padding: 3.5rem 0 0;
  width: 3.5rem;
}

.button--close:hover {
  background-image: url("../img/layout/ico-close-bbt.svg");
}

.button--video {
  background: none;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  height: 0;
  height: 0;
  outline: 0;
  overflow: hidden;
  padding: 3rem 0 0;
  position: relative;
  -webkit-transition: background ease .5s;
  transition: background ease .5s;
  width: 3rem;
}

.button--video::before {
  background: url("../img/layout/ico-video-play.svg") left top no-repeat;
  content: '';
  cursor: pointer;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.button--video:hover {
  background: #fff;
}

.button--video:hover::before {
  background-position: left bottom;
}

.button--app {
  border-radius: 2rem;
  height: 4rem;
  line-height: 1;
  position: relative;
  text-align: left;
  width: 13.125rem;
  min-width: 11.875rem;
}

.button--app::before {
  background-image: url("../img/layout/ico-apps.svg");
  background-repeat: no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.button--app .button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2.5rem;
}

.button--app .button__title {
  font-weight: 300;
  margin-bottom: 0.1875rem;
}

.button--app .button__subtitle {
  font-weight: 500;
}

.button--app-google::before {
  background-position: -24px 0;
}

.button--app-apple {
  width: 11.875rem;
}

.button--app-apple::before {
  background-position: 0 0;
}

.buttons-apps__item + .buttons-apps__item {
  margin-top: 0.5rem;
}

.menu__trigger {
  display: block;
}

.menu__block {
  display: none;
}

.nav {
  height: 100%;
  left: -100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

.nav--open {
  left: 0;
}

.nav__overlay {
  -webkit-transition: background-color ease .3s;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.nav__n1 {
  background: #fff;
  height: 100%;
  left: -120%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.nav-menu__item--title .nav-menu__link {
  font-weight: 700;
  padding-right: 1rem;
  text-transform: uppercase;
}

.nav-menu__link {
  background: #fff;
  border-top: 1px solid #dde1e9;
  color: #1d2533;
  display: block;
  font-weight: 500;
  line-height: 3.4375rem;
  padding: 0 1.875rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}

.nav-menu__link:not(a) {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #1d2533;
  border-top: 0;
  line-height: 3.5rem;
}

.nav-menu__link:not(span):hover {
  background: #dde1e9;
}

.nav-menu__item--has-submenu .nav-menu__link {
  padding-right: 3.375rem;
}

.nav-menu__item--has-submenu .nav-menu__link::after {
  background: url("../img/layout/ico-nav.svg") left top no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.nav-menu__item--submenu-visible .nav-menu__link::before {
  background: #d71c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.375rem;
}

.extra-menu {
  background: #f2f5f7;
  padding: 2.5rem 0;
}

.extra-menu__title {
  margin-bottom: 0 0 0.625rem;
  padding: 0 1.875rem;
  padding-bottom: 0.875rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #1d2533;
}

.extra-menu__title::after {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 1.875rem;
  position: absolute;
  width: 2rem;
}

.extra-menu__link {
  color: #54657e;
  display: block;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  text-decoration: none;
}

.nav-menu--cloned-header {
  border-top: 1px solid #dde1e9;
}

.nav-menu--cloned-header .nav-menu__item .nav-menu__link {
  border: 0;
}

.nav-menu--cloned-header .nav-menu__item + .nav-menu__item .nav-menu__link-label {
  border-top: 1px solid #dde1e9;
}

.nav-menu--cloned-header .nav-menu__link {
  padding: 0 1.5rem;
}

.nav-menu--cloned-header .nav-menu__link-label {
  display: block;
}

.nav-menu__item--lang {
  border-left: 1px solid #f2f5f7;
  position: absolute;
  top: 0.5rem;
  right: 0;
  height: 2.5rem;
}

.nav-menu__item--lang .nav-menu__link {
  position: relative;
  line-height: 2.5rem;
  padding: 0 3.5625rem 0 1.25rem;
}

.nav-menu__item--lang .nav-menu__link:hover {
  background: none;
}

.nav-menu__item--lang .nav-menu__link::after {
  background: url("../img/layout/ico-worldwide.svg") center center no-repeat;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-1rem, -50%);
  transform: translate(-1rem, -50%);
  width: 1.5rem;
  height: 1.5rem;
}

.nav-menu__item--lang .nav-menu__link-label {
  border: none !important;
  font-size: 0.9375rem;
}

.nav-menu__holabcn {
  padding-bottom: 60px;
}

.nav-menu__holabcn-badge {
  background: url("../img/layout/holabarcelona-your-travel-solution.svg") left bottom no-repeat;
  background-size: 100% auto;
  height: 0;
  margin-left: 1.25rem;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 3.5625rem;
  width: 11.9375rem;
}

.nav__n2 {
  background: #1d2533;
  height: 100%;
  left: -120%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.nav-submenu {
  padding: 2.125rem 0;
}

.nav-submenu--back {
  color: #fff;
  margin-bottom: 0.625rem;
  padding: 2.4375rem 0 0.625rem;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.nav-submenu--back::before {
  background: url("../img/layout/ico-nav.svg") right top no-repeat;
  content: '';
  height: 1.5rem;
  left: 1rem;
  margin-top: -18px;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.nav-submenu--back::after {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.nav-submenu__link {
  color: #dde1e9;
  display: block;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  text-align: center;
  text-decoration: none;
}

.nav--tm .nav-submenu__label {
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.nav--tm .nav-submenu__item + .nav-submenu__item {
  margin-top: 2rem;
}

.nav--tm .nav-submenu__item--more {
  text-align: center;
}

.nav--tm .nav-submenu__item--more .text__link {
  color: #fff;
  display: inline-block;
  line-height: 1.5rem;
}

.nav--tm .nav-submenu__item--more .text__link::before {
  background-image: url("../img/layout/ico-link.svg");
  background-position: left -24px;
}

.n1-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.n1-menu__item {
  height: 22vh;
  max-height: 11rem;
  width: 25%;
}

.n1-menu__link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  z-index: 1;
}

.n1-menu__link::after {
  background: url("../img/layout/bbt-grid-menu-overlay.webp") center center no-repeat;
  background-size: cover;
  content: '';
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  width: 0;
}

.n1-menu__link:hover {
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
}

.n1-menu__link:hover::after {
  height: 100%;
  opacity: .8;
  width: 100%;
}

.n1-menu__link:hover .n1-menu__title {
  opacity: 1;
}

.n1-menu__title {
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  margin: 0 1.5rem;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
  width: 100%;
  z-index: 3;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.n1-menu__link--more {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd 0%, #1bacc0 100%);
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}

.n1-menu__link--more::before {
  border: 1px solid transparent;
  border-right-color: #1d2533;
  border-top-color: #1d2533;
  border-width: 28px 48px;
  content: '';
  height: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: border-color ease .3s, opacity ease .3s;
  transition: border-color ease .3s, opacity ease .3s;
  width: 0;
  z-index: 3;
}

.n1-menu__link--more::after {
  background: url("../img/layout/ico-social.svg") left top no-repeat;
  height: 1.5rem;
  left: 100%;
  margin: 0.5rem 0 0 -2rem;
  opacity: 1;
  top: 0;
  width: 1.5rem;
  z-index: 4;
}

.n1-menu__link--more:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1bacc0), to(#1bacc0));
  background: linear-gradient(to right, #1bacc0 0%, #1bacc0 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}

.n1-menu__link--more:hover::before {
  border-right-color: #1bacc0;
  border-top-color: #1bacc0;
  opacity: 1;
}

.n1-menu__link--more:hover::after {
  height: 1.5rem;
  width: 1.5rem;
}

button,input,select,textarea {
  font-family: inherit;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #8493a8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #8493a8;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8493a8;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #8493a8;
  opacity: 1;
}

.doc-block {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 3em;
  padding: 2em;
}

.doc-block__title {
  margin: 0 0 1.5rem 0;
  position: relative;
  text-align: center;
}

.doc-block__title::before {
  background-color: #d71c1c;
  content: '';
  height: 0.5rem;
  margin-left: -1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
}

.doc-block__group + .doc-block__group {
  margin-top: 2em;
}

.doc-block__group-item + .doc-block__group-item {
  margin-top: 1em;
}

.doc-block__group-title {
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  position: relative;
  marign-top: 0;
}

.doc-block__group-title::after {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
}

.doc-block--inverted {
  background-color: #54657e;
  padding: 1.875rem;
}

.master-block {
  margin-bottom: 7.5rem;
}

.master-block--alt {
  background: #f2f5f7;
  padding: 5rem 0;
}

body {
  margin: 0;
}

.page__inner {
  overflow: hidden;
  z-index: 2;
}

.wrapper {
  margin: 0 1.5rem;
  max-width: 70rem;
  -webkit-transition: margin ease .3s;
  transition: margin ease .3s;
}

.wrapper__inner {
  margin: 0 auto;
  max-width: 45.9375rem;
}

.page__header {
  background: #1d2533;
  color: #fff;
}

.page__header-inner {
  position: relative;
}

.page__header .menu {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 3.5rem;
}

.page__header .menu__trigger {
  background: url("../img/layout/ico-menu.svg") center center no-repeat #1d2533;
  border: 0;
  cursor: pointer;
  display: block;
  height: 0;
  outline: none;
  overflow: hidden;
  padding: 3.5rem 0 0;
  -webkit-transition: background-color ease .5s;
  transition: background-color ease .5s;
  width: 3.5rem;
}

.page__header .menu__trigger:hover {
  background-color: #1bacc0;
}

.page__header .menu__block {
  display: none;
}

.page__header .menu__block--primary {
  margin-right: auto;
}

.page__header .menu__block--primary .menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
}

.page__header .menu__block--primary .menu__item {
  color: #fff;
  font-size: 0.875rem;
}

.page__header .menu__block--primary .menu__item + .menu__item {
  margin-left: 1.25rem;
}

.page__header .menu__block--primary .menu__link {
  color: inherit;
  display: block;
  line-height: 5rem;
  text-decoration: none;
}

.page__header .menu__block--primary .menu__link:hover {
  position: relative;
}

.page__header .menu__block--primary .menu__link:hover::after {
  background: #fff;
  bottom: 0;
  content: '';
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.page__header .menu__block--primary .menu__link--active {
  position: relative;
}

.page__header .menu__block--primary .menu__link--active::after {
  background: #d71c1c;
  bottom: 0;
  content: '';
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.page__header .menu__brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page__header .menu__brand-bbt .menu__brand-item {
  background: url("../img/layout/logo-barcelona-bus-turistic.svg") left bottom no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2rem;
  width: 6.25rem;
}

.page__header .menu__brand-cbt .menu__brand-item {
  background: url("../img/layout/cbt/logo-catalunya-bus-turistic.svg") left top no-repeat;
  background-size: auto 2rem;
  cursor: pointer;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2rem;
  width: 5.8125rem;
}

.page__header .menu__brand-tm .menu__brand-item {
  background: url("../img/layout/tm/logo-teleferic-de-montjuic.svg") left top no-repeat;
  background-size: auto 2rem;
  padding-top: 2rem;
  cursor: pointer;
  display: block;
  height: 0;
  overflow: hidden;
  width: 5.0625rem;
}

.page__header .menu__block--secondary {
  margin-right: 1rem;
}

.page__header .menu__block--secondary .dropdown__label,.page__header .menu__block--secondary .dropdown__block {
  min-width: 11.25rem;
}

.page__header .menu__block--secondary .dropdown__label-text::after {
  background-position: right top;
}

.page__header--sticky {
  left: 0;
  position: fixed;
  top: -6.25rem;
  -webkit-transition: top ease .5s;
  transition: top ease .5s;
  width: 100%;
  z-index: 10;
}

.page__header--sticky-visible {
  top: 0;
}

.page__footer {
  background: #fff;
}









































.footer__quicklinks {
  border-bottom: 1px solid #dde1e9;
  padding: 2.5rem 0;
}

.quicklinks__item {
  text-align: center;
}

.quicklinks__item + .quicklinks__item {
  margin-top: 2rem;
}

.quicklink__item + .quicklink__item {
  margin-top: 0.5rem;
}

.quicklink__title {
  color: #1d2533;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.quicklink__link {
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.quicklink__link:hover {
  text-decoration: underline;
}

.quicklink__link.ext {
  padding-right: 1.5rem;
  position: relative;
}

.quicklink__link.ext::after {
  background: url("../img/layout/ico-external-link.svg") left -1.5rem no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.footer__badges {
  padding: 2.5rem 0;
}

.badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}

.badge__image {
  display: block;
  margin: 0 auto;
}

.footer__social {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd, #1bacc0);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social__link {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
  -webkit-transition: background ease .5s;
  transition: background ease .5s;
  width: 100%;
}

.social__link:hover {
  background: #1bacc0;
}

.social__link::before {
  background: url("../img/layout/ico-social.svg") left top no-repeat;
  background-size: auto 2rem;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
}

.social__link--facebook::before {
  background-image: url("../img/layout/ico-share.svg");
  background-position: -10rem top;
}

.social__link--instagram::before {
  background-position: -8rem top;
}

.social__link--youtube::before {
  background-position: -10rem top;
}

.footer__legal {
  background: #1d2533;
  padding: 1.5625rem 0 4rem;
  position: relative;
}

.footer__legal-inner {
  margin: 0 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.legal {
  color: #8493a8;
  font-size: 0.875rem;
  margin: 0;
}

.legal-links {
  font-size: 0.875rem;
}

.legal-links__item {
  color: #f2f5f7;
}

.legal-links__item + .legal-links__item::before {
  content: '·';
  margin: 0 .5em;
}

.legal-links__link {
  color: inherit;
  text-decoration: none;
}

.legal-links__link:hover {
  text-decoration: underline;
}

.footer__back-to-top-link {
  background: url("../img/layout/ico-to-top.svg") left top no-repeat;
  bottom: 0.5rem;
  display: block;
  height: 0;
  left: 50%;
  overflow: hidden;
  padding: 1.5rem 0 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.5rem;
}

.block {
  background: #f2f5f7;
  border-bottom: 1px solid #dde1e9;
  color: #54657e;
  padding: 2.5rem 0;
}

.block--alt {
  background: #fff;
}

.block__header {
  text-align: center;
}

.block__action {
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}

.block__title {
  color: #1d2533;
  margin: 0 0 1rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block__subtitle {
  color: #1d2533;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block__warning {
  border-top: 1px solid #dde1e9;
  margin-top: 2.5rem;
  padding: 1.5rem 0 0 2.5rem;
  position: relative;
}

.block__warning::before {
  background: url("../img/layout/ico-content-warning.svg") left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 1.5rem;
  width: 1.5rem;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.block__buy {
  background-color: #fff;
  border: 1px solid #dde1e9;
  margin: 0 -1.5rem 1.5rem;
  padding: 1.5rem;
  text-align: center;
}

.block__buy .block__title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.block__buy .block__subtitle {
  color: #54657e;
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.block__title .title__text--dash {
  padding: 0 0 1rem;
}

.block__title .title__text--dash::before {
  left: 50%;
  margin-top: 0;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.25rem;
}

.block__title .title__text-info {
  font-size: 1rem;
  text-transform: uppercase;
  background: #d71c1c;
  color: #fff;
  padding: 0 1rem;
  font-family: "Roboto", arial, sans-serif;
  display: block;
}

.block__intro {
  font-size: 1rem;
  line-height: 1.5rem;
}

.block__intro p {
  margin: 0;
}

.block__intro p + p {
  margin-top: 1em;
}

.block__intro strong {
  color: #1d2533;
  font-weight: 700;
}

.block__main {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.block__main strong {
  color: #1d2533;
  font-weight: 400;
}

.block__main p {
  margin: 0;
}

.block__main p + .title,.block__main p + p,.block__main p + ul {
  margin-top: 1.5rem;
}

.block__video-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
  position: relative;
}

.block__video-item .block__video-trigger {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block__filter {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.block__list-inner {
  position: relative;
  z-index: 1;
}

.block__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block__list-item + .block__list-item {
  margin-top: 1rem;
}

.block__load-more {
  margin-top: 1.5rem;
}

.block__load-more .button--secondary {
  display: block;
  margin: 0 auto;
  width: 17rem;
}

.block__list--alt .block__list-item + .block__list-item {
  margin-top: 2.5rem !important;
}

.block-content-pricing .table {
  margin: 0 auto;
}

.include-a04 {
  background: white;
  color: #54657e;
  overflow: hidden;
  padding: 0 !important;
}

.include-a04 .a02__inner {
  position: relative;
  text-align: center;
}

.include-a04 .a02__inner,.include-a04 .a07 {
  padding: 2.5rem 0;
}

.include-a04__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.testimonial {
  background: url("../img/layout/ico-quote.svg") center top no-repeat;
  margin-bottom: 2.5rem;
  padding-top: 2.75rem;
}

.testimonial__title {
  color: #1d2533;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.testimonial__text {
  color: #1d2533;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.testimonial__text::before {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.testimonial__author {
  color: #1d2533;
  font-size: 1rem;
  line-height: 1.5rem;
}

.testimonial__location {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.tripadvisor {
  display: inline-block;
}

.tripadvisor__stars {
  background: url("../img/layout/ico-tripadvisor.svg") left center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0.5rem;
  padding-left: 2.5rem;
  width: 4.0625rem;
}

.tripadvisor__link {
  color: #1bacc0;
  text-decoration: none;
}

.tripadvisor__link:hover {
  text-decoration: underline;
}

.tripadvisor__link.ext {
  padding-right: 2rem;
  position: relative;
}

.tripadvisor__link.ext::after {
  background: url("../img/layout/ico-external-link.svg") left bottom;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.tripadvisor--alt .tripadvisor__stars {
  background-image: url("../img/layout/ico-tripadvisor-white.svg");
}

.tripadvisor--alt .tripadvisor__link {
  color: #fff;
}

.tripadvisor--alt .tripadvisor__link.ext::after {
  background: url("../img/layout/ico-external-link.svg") left top;
}

.block__download {
  border-top: 1px solid #dde1e9;
  padding-top: 4rem;
  text-align: center;
}

.block__download-text {
  margin-bottom: 1rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.block__download-text::before {
  background: url("../img/layout/ico-cloud-download.svg") no-repeat 0 0;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.block-404 {
  border: 0;
}

.block-404__main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.block-404__main::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.block-404__title {
  color: #fff;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block-404__title-text {
  font-size: 2.25rem;
}

.block-404__message {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.block-404__message p {
  margin: 0;
}

.block-404__message p + p {
  margin-top: 1em;
}

.block-404__action {
  text-align: center;
}

.block-perks .block__main {
  margin: 0;
}

.perks__item {
  padding-left: 2.5rem;
  position: relative;
}

.perks__item::before {
  background: url("../img/layout/ico-perks.svg") left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.perks__item + .perks__item {
  margin-top: 1rem;
}

.block__pagination {
  margin: 2.5rem -1.5rem 0;
  text-align: center;
}

.block__pagination-items {
  display: inline-block;
}

.block__pagination-nav,.block__pagination-page {
  display: inline-block;
  vertical-align: middle;
}

.block__pagination-nav .block__pagination-link,.block__pagination-page .block__pagination-link {
  border-radius: 50%;
  color: #8493a8;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2rem;
  width: 2rem;
  text-decoration: none;
}

.block__pagination-nav + .block__pagination-nav,.block__pagination-page + .block__pagination-nav {
  margin-left: 0.5rem;
}

.block__pagination-nav + .block__pagination-nav {
  margin-left: 0.5rem;
}

.block__pagination-nav + .block__pagination-page {
  margin-left: 0.5rem;
}

.block__pagination-nav .block__pagination-link {
  -webkit-box-shadow: inset 0 0 0 1px #dde1e9;
  box-shadow: inset 0 0 0 1px #dde1e9;
  position: relative;
}

.block__pagination-nav .block__pagination-link::before {
  background: url("../img/layout/ico-pagination.svg") left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.block__pagination-nav--last .block__pagination-link {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.block__pagination-nav--prev .block__pagination-link::before {
  background-position: -1.5rem top;
}

.block__pagination-nav--next .block__pagination-link {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.block__pagination-nav--next .block__pagination-link::before {
  background-position: -1.5rem top;
}

.block__pagination-page + .block__pagination-page {
  margin-left: 0.25rem;
}

.block__pagination-page .block__pagination-link {
  background: #fff;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-top: 0;
  width: 2.5rem;
}

.block__pagination-page--current .block__pagination-link {
  background: #1bacc0;
  color: #fff;
  font-weight: bold;
}

.block__pagination-divider {
  background: url("../img/layout/ico-pagination.svg") -3rem top no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 1.5rem;
  width: 1.5rem;
}

.promo {
  background: url("../img/layout/bbt-promo-image.webp") center center no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  text-align: center;
  z-index: 1;
}

.promo::before {
  background: url("../img/layout/bbt-promo-color.webp") center center;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.promo .wrapper {
  padding: 1.5rem 0 2.1875rem;
}

.promo .subtitle {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #f2f5f7;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.promo .subtitle:after,.promo .subtitle:before {
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 1px;
  margin: 0 1rem;
  vertical-align: middle;
  width: 1.5rem;
}

.promo .title {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.promo p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #f2f5f7;
  margin-bottom: 2rem;
}

.promo .button-wrapper {
  margin: 0;
  padding: 0;
}

.promo .button-wrapper .button {
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: .5px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #d71d1d;
  font-weight: 600;
  margin: 0 auto 1.625rem;
}

.promo .button-wrapper .button:hover {
  background: transparent;
  color: #fff;
}

.promo .button-wrapper .link {
  font-size: 1rem;
  font-weight: 500;
  color: #f2f5f7;
}

.promo .button-wrapper .link:before {
  background-position: center;
}

.header-top {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2rem;
  padding: 0 1.25rem;
}

.header-top__item {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}

.header-top__item + .header-top__item {
  margin-left: auto;
}

.header-top__link {
  color: inherit;
  text-decoration: none;
}

.tmb-sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tmb-sites__item:nth-child(2) ~ .tmb-sites__item {
  margin-left: 2.0625rem;
  position: relative;
}

.tmb-sites__item:nth-child(2) ~ .tmb-sites__item::before {
  background: #A0A0A0;
  content: '';
  height: 0.5625rem;
  left: -1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.0625rem;
}

.tmb-sites__item--main {
  margin-right: 1rem;
  overflow: hidden;
  padding: 0 1.6875rem 0 0;
  position: relative;
}

.tmb-sites__item--main::before,.tmb-sites__item--main::after {
  border: 40px solid transparent;
  border-left-color: #A0A0A0;
  border-width: 18px 11px;
  content: '';
  height: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 0;
  z-index: 1;
}

.tmb-sites__item--main::before {
  border-left-color: #000;
  margin-right: 2px;
  z-index: 2;
}

.tmb-sites__link {
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
  z-index: 3;
  text-decoration: none;
}

.tmb-sites__link:hover {
  text-decoration: underline;
}

.tmb-sites__item--main .tmb-sites__link {
  text-transform: uppercase;
}

.tmb-sites__link.ext {
  padding-right: 1rem;
  position: relative;
}

.tmb-sites__link.ext::after {
  background: url("../img/layout/ico-external-link.svg") left top no-repeat;
  background-size: 1rem auto;
  content: '';
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}

.nav .header-top {
  background: #fff;
  border-top: 1px solid #dde1e9;
  height: 3.4375rem;
  line-height: 3.4375rem;
}

.nav .header-top__item {
  color: #1d2533;
}

.tag__link {
  border: 1px solid #8493a8;
  border-radius: 1rem;
  color: #54657e;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 214.28571%;
  margin: 0.25rem 0.1875rem;
  padding: 0 0.9375rem;
  text-decoration: none;
  -webkit-transition: background ease .5s;
  transition: background ease .5s;
}

.tag__link:hover {
  color: #fff;
  background: #8493a8;
}

.tags--stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submenu__item-tags .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav__n2 .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1.5rem;
}

.nav__n2 .tag__link {
  color: #dde1e9;
  border-color: #fff;
}

.nav__n2 .tag__link:hover {
  color: #54657e;
  background: #fff;
}

.table {
  max-width: 100%;
  text-align: left;
}

.tr + .tr .th {
  padding-top: 0.75rem;
}

.tr .th:first-child {
  padding-left: 0;
}

.table,.th,.td {
  border: 0;
  border-collapse: collapse;
}

.th,.td {
  padding: 0 1rem;
}

.th {
  color: #1d2533;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.td {
  color: #54657e;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.table__cell-wrapper {
  width: 15.625rem;
  max-width: 9.375rem;
}

.rtable {
  display: none;
}

.rtable__group + .rtable__group {
  margin-top: 1rem;
}

.rtable__group-title {
  color: #1d2533;
  font-weight: 500;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rtable__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.data {
  width: 50%;
}

.data__label {
  padding-right: 1rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.data__value {
  color: #54657e;
  padding-left: 1rem;
  position: relative;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.data__value::before {
  background: currentcolor;
  content: '';
  height: 0.0625rem;
  margin: 0 -0.5rem 0 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 1rem;
}

.table--route-description {
  border-bottom: 1px solid #dde1e9;
  width: 100%;
}

.table--route-description .tr {
  border-top: 1px solid #dde1e9;
}

.table--route-description .th {
  padding-top: 1rem;
}

.table--route-description .td {
  padding-bottom: 1rem;
}

.table--route-description .th,.table--route-description .td {
  text-align: left;
}

.table--route-description + .block__warning {
  border-top: 0;
  margin-top: 0;
}

.table--route-description .td > .list {
  margin-top: 0.5rem;
}

.dropdown {
  display: inline-block;
}

.dropdown__trigger {
  cursor: pointer;
  position: relative;
}

.dropdown__trigger:hover .dropdown__block {
  display: block;
  z-index: 3;
}

.dropdown__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 16.875rem;
  min-width: 10rem;
  text-align: right;
}

.dropdown__label-text {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.dropdown__label-text::after {
  background: url("../img/layout/ico-dropdown.svg");
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.dropdown--big .dropdown__label-text {
  font-size: 1rem;
}

.dropdown__block {
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  display: none;
  left: 100%;
  max-width: 16.875rem;
  min-width: 10rem;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}

.dropdown__item + .dropdown__item .dropdown__link {
  border-top: 1px solid #dde1e9;
}

.dropdown__link {
  color: #54657e;
  display: block;
  padding: 0.625rem 2.25rem 0.625rem 1rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.dropdown__link:hover {
  background: #dde1e9;
  color: #1d2533;
}

.dropdown__item--selected .dropdown__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1d2533;
  padding-right: 3rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dropdown__item--selected .dropdown__link::after {
  background: url("../img/layout/ico-check-dropdown.svg");
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.dropdown--category .dropdown__block {
  left: 50%;
  max-width: 16.875rem;
  min-width: 15rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdown--category .dropdown__label {
  text-align: center;
}

.dropdown--category .dropdown__label-text {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.dropdown--category .dropdown__link {
  padding: 0.8125rem 2.5rem 0.8125rem 1rem;
}

.dropdown--category-hero .dropdown__label-text {
  padding: 0 0 1.875rem;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.dropdown--category-hero .dropdown__label-text::after {
  background-position: left bottom;
  right: 50%;
  top: 100%;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
}

.dropdown--alt .dropdown__label-text {
  color: #fff;
}

.dropdown--alt .dropdown__label-text::after {
  background-position: right top;
}

.dropdown--alt.dropdown--category-hero .dropdown__label-text::after {
  background-position: right bottom;
}

.dropdown--lang .dropdown__label-text {
  line-height: 2rem;
}

.share {
  display: inline-block;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  text-align: right;
}

.share__trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share__trigger:hover .share__block {
  margin-right: 0 !important;
}

.share__trigger:hover .share__label-text::after {
  background-position: -48px top;
}

.share__label-text {
  color: #fff;
  height: 1.5rem;
  padding-right: 2rem;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}

.share__label-text::after {
  background: url("../img/layout/ico-share.svg") 0px top no-repeat;
  content: '';
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.share__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: margin ease-in .3s;
  transition: margin ease-in .3s;
}

.share__item {
  overflow: hidden;
  padding: 0 4px;
  width: 1.5rem;
}

.share__link {
  background-image: url("../img/layout/ico-share.svg");
  background-repeat: no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 24px 0 0;
  width: 24px;
}

.share__link--twitter {
  background-position: -96px top;
}

.share__link--facebook {
  background-position: -120px top;
}

.share__link--gplus {
  background-position: -144px top;
}

.share__link--whatsapp {
  background-position: -216px top;
}

.share__link--facebook-content {
  background-position: -168px top;
}

.share__link--instagram-content {
  background-position: -192px top;
}

.share__link--whatsapp-content {
  background-position: -240px top;
}

.share--content .share__trigger:hover .share__label-text::after {
  background-position: -72px top;
}

.share--content .share__label-text {
  color: #1bacc0;
}

.share--content .share__label-text::after {
  background-position: -24px top;
}

.dropdown--timestamp .dropdown__label,.dropdown--timestamp .dropdown__block {
  max-width: 6.25rem;
  min-width: 5.625rem;
}

.dropdown--timestamp .dropdown__label-text {
  line-height: 2rem;
}

.dropdown--timestamp .dropdown__block {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.collapsible__item {
  border-top: 1px solid #dde1e9;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.collapsible__item + .collapsible__item {
  border-bottom: 1px solid #dde1e9;
}

.collapsible__label {
  cursor: pointer;
  display: block;
  padding-right: 3rem;
  position: relative;
}

.collapsible__label::after {
  background: url("../img/layout/ico-route-map-closed.svg") 0 0 no-repeat;
  content: '';
  height: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
}

.js__collapsible-item--visible .collapsible__label::after {
  background: url("../img/layout/ico-route-map-open.svg") 0 0 no-repeat;
}

.collapsible__title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.collapsible__subtitle {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.tpl__home .page__inner .page__header {
  display: none;
}

.page__home .page__inner .page__header {
  display: block;
  background: #1d2533;
  position: relative;
  z-index: 10;
  width: 100%;
}

.page__home .page__inner .page__header .menu__trigger {
  background-color: transparent;
}

.page__home .page__inner .page__header .menu__trigger:hover {
  background-color: #1bacc0;
}

.page__home .a03-a04 {
  border-top: 1px solid #dde1e9;
}

.page__landing .page__inner .header-top,.page__landing .page__inner .page__header {
  display: none;
}

.page__landing .page__header .menu__trigger {
  display: none;
}

.page__landing .page__header .menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.skin-cbt .a01__main-menu .menu-block__item {
  order: 1 !important;
}

.menu .menu-block.isOdd li:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #dde1e9;
}

.menu .menu-block.notOdd li:not(:last-child) {
  border-bottom: 1px solid #dde1e9;
}

.page__route-v3 .page__header {
  display: none;
}

.page__route-v3 .page__inner .page__header {
  display: block;
}

@media screen and (min-width: 23.4375em) {
  .block__video-item {
    height: 11.75rem;
  }
}

@media screen and (min-width: 26.5625em) {
  .block__video-item {
    height: 13.25rem;
  }
}

@media screen and (min-width: 30em) {
  .block__video-item {
    height: 15rem;
  }
}

@media screen and (min-width: 34.375em) {
  .block__video-item {
    height: 20rem;
  }
}

@media screen and (min-width: 48em) {
  .button--secondary {
    font-size: 1rem;
    padding: 1.4375rem 1.5rem;
  }

  .button--close {
    padding-top: 4.5rem;
    width: 4.5rem;
  }

  .button--video {
    padding-top: 3.5rem;
    width: 3.5rem;
  }

  .buttons-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buttons-apps__item + .buttons-apps__item {
    margin-left: 0.75rem;
    margin-top: 0;
  }

  .nav--open .nav__overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav__n1 {
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
    width: 20rem;
    z-index: 3;
  }

  .nav-menu__link {
    line-height: 4.4375rem;
  }

  .nav-menu__link:not(a) {
    line-height: 4.5rem;
  }

  .nav-menu__item--lang {
    top: 1rem;
  }

  .nav__n2 {
    width: 40rem;
    z-index: 2;
  }

  .nav-submenu {
    margin-left: 20rem;
  }

  .nav-submenu--back {
    display: none;
  }

  .wrapper {
    margin: 0 3.5rem;
  }

  .page__header .menu {
    min-height: 4.5rem;
  }

  .page__header .menu__trigger {
    padding: 4.5rem 0 0;
    width: 4.5rem;
  }

  .page__header .menu__brand-cbt .menu__brand-item {
    background-size: auto 3rem;
    padding-top: 3rem;
    width: 8.6875rem;
  }

  .page__header .menu__brand-tm .menu__brand-item {
    background-size: auto 3rem;
    padding-top: 3rem;
    width: 7.5625rem;
  }

  .page__header .menu__tickets {
    margin: 0rem 1rem 0 0;
  }





  .footer__quicklinks {
    padding: 4rem 0;
  }

  .quicklinks__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .quicklinks__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .quicklinks__item + .quicklinks__item {
    margin-top: 0;
  }

  .quicklink__item--title {
    margin-bottom: 1rem;
  }

  .quicklink__title {
    padding-bottom: 1rem;
    position: relative;
  }

  .quicklink__title::after {
    background: currentcolor;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2rem;
  }

  .footer__badges {
    padding: 1.25rem 0;
  }

  .badges {
    flex-direction: row;
    gap: 3rem;
  }

  .social__link {
    padding-top: 6rem;
  }

  .footer__legal {
    padding: 2.5rem 0 3.5625rem;
  }

  .legal-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__back-to-top-link {
    bottom: 1rem;
  }

  .block {
    padding: 4rem 0;
  }

  .block__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .block__buy {
    padding: 2rem 1.5rem;
    margin: 0 0 2rem;
  }

  .block__buy .block__title {
    font-size: 1.375rem;
    line-height: normal;
  }

  .block__buy .block__subtitle {
    display: block;
  }

  .block__title .title__text--dash {
    padding: 0 0 0 3.25rem;
  }

  .block__title .title__text--dash::before {
    left: 0;
    margin-top: -0.0625rem;
    top: 50%;
    -webkit-transform: none;
    transform: none;
  }

  .block__title .title__text-info {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .block__title .title__text {
    padding-right: 1rem;
    position: relative;
  }

  .block__main {
    margin-top: 2.5rem;
  }

  .block__video-item {
    height: 23.5rem;
  }

  .block__filter {
    margin-bottom: 2rem;
  }

  .block__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 41rem;
  }

  .block__list-item {
    display: block;
  }

  .block__list-item + .block__list-item {
    margin-top: 0;
  }

  .block__list-item:nth-child(2n) {
    margin-left: 1rem;
  }

  .block__list-item:nth-child(2) ~ .block__list-item {
    margin-top: 1rem;
  }

  .block__load-more {
    margin-top: 2rem;
  }

  .block__load-more .button--secondary {
    width: 41rem;
  }

  .block__list--alt .block__list-inner {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .block__list--alt .block__list-item {
    display: block;
  }

  .block__list--alt .block__list-item + .block__list-item {
    margin-top: 2rem;
  }

  .block__list--alt .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block__list--alt .block__load-more .button--secondary {
    margin: 0 auto;
    max-width: 40rem;
  }

  .include-a04 .a02__inner,.include-a04 .a07 {
    padding: 4rem 0;
  }

  .testimonial {
    margin-bottom: 3.125rem;
    padding-top: 3rem;
  }

  .testimonial__title {
    margin-bottom: 1rem;
  }

  .testimonial__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tripadvisor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tripadvisor__stars {
    margin: 0 1rem 0 0;
  }

  .block__download {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dde1e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .block__download-text {
    margin-bottom: 0;
    padding-left: 4rem;
  }

  .block__download-text::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-404__main {
    height: 25rem;
    margin-bottom: 2rem;
  }

  .block-404__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .block-404__title-text {
    font-size: 4rem;
  }

  .block-404__message {
    margin-bottom: 2rem;
  }

  .what-to-see .block__list-item + .block__list-item {
    margin-top: 1.5rem;
  }

  .what-to-see .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block-perks .perks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-perks .perks__item + .perks__item {
    margin-left: 2rem;
    margin-top: 0;
  }

  .block__pagination {
    margin: 4rem 0 0;
  }

  .promo .wrapper {
    padding: 3.625rem 0 1.875rem;
  }

  .promo .subtitle {
    margin-bottom: 1.25rem;
  }

  .promo .title {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  .promo .title {
    line-height: normal;
    margin-bottom: 1rem;
  }

  .promo p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .promo .button-wrapper .button {
    margin-bottom: 2.125rem;
  }

  .nav .header-top {
    height: 4.4375rem;
    line-height: 4.4375rem;
  }

  .tags--stacked {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -0.1875rem;
  }

  .tr + .tr .td {
    padding-top: 0.75rem;
  }

  .table--route-description .tr .th {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .table--route-description .tr .td {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .table--route-description .th {
    vertical-align: top;
    width: 11.875rem;
  }

  .dropdown__item--selected .dropdown__link::after {
    right: 1rem;
  }

  .dropdown--category .dropdown__item--selected .dropdown__link {
    padding-right: 3.5rem;
  }

  .dropdown--category-hero .dropdown__label-text {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .collapsible__item {
    padding-bottom: 1.625rem;
    padding-top: 1.625rem;
  }

  .collapsible__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  .block__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  .testimonial__text {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}

@media all and (min-width: 48rem) and (max-width: 79.9375rem) {
  .skin-bbt .a01__holabcn {
    background-size: auto 4.875rem;
    display: block;
    left: 50%;
    padding-top: 2.4375rem;
    top: 1.25rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.625rem;
  }

  .include-a04 .a02__inner .block__intro {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 80em) {
  .menu__trigger {
    display: none;
  }

  .menu__block {
    display: block;
  }

  .menu__block .submenu {
    display: none;
  }

  .wrapper {
    margin: 0 5rem;
  }

  .wrapper {
    margin: 0 auto;
  }

  .page__header .menu {
    min-height: 5rem;
  }

  .page__header .menu__trigger {
    display: none;
  }

  .page__header .menu__block {
    display: block;
  }

  .page__header .menu__block--primary .menu__container {
    margin-left: 2rem;
  }

  .page__header .menu__brand-bbt .menu__brand-item {
    padding-top: 2.5rem;
    width: 7.75rem;
  }

  .page__header .menu__brand-cbt .menu__brand-item {
    background-size: auto 3.3125rem;
    padding-top: 3.3125rem;
    width: 9.625rem;
  }

  .page__header .menu__brand-tm .menu__brand-item {
    background-size: auto 3rem;
    padding-top: 3rem;
    width: 7.5625rem;
  }







  .footer__quicklinks {
    padding: 5rem 0;
  }

  .footer__legal {
    padding: 1.5rem 0;
  }

  .footer__legal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block {
    padding: 5rem 0;
  }

  .block--with-action .wrapper {
    position: relative;
  }

  .block__action {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0.5rem;
  }

  .block__buy {
    margin: 0 0 2.5rem;
  }

  .block__buy .block__subtitle {
    color: #1d2533;
    font-weight: 400;
  }

  .block__video-item {
    height: 26.5rem;
  }

  .block__list-inner {
    width: auto;
  }

  .block__list-item {
    margin-right: 2rem;
  }

  .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block__list-item:nth-child(3n) {
    margin-right: 0;
  }

  .block__list-item:nth-child(2) ~ .block__list-item {
    margin-top: 0;
  }

  .block__list-item:nth-child(3) ~ .block__list-item {
    margin-top: 2rem;
  }

  .block__load-more .button--secondary {
    width: 100%;
  }

  .block__list--alt .card--c1 {
    max-width: 100%;
  }

  .block__list--alt .wrapper {
    margin: 0 auto;
    max-width: 70rem;
  }

  .block__list--alt .block__load-more .button--secondary {
    max-width: 100%;
  }

  .include-a04 {
    padding-bottom: 2.5rem;
  }

  .include-a04 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .include-a04 .a02__inner {
    text-align: left;
  }

  .include-a04 .a02__inner::after {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .include-a04__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68.75%;
  }

  .include-a04__item:first-child {
    padding-right: 4rem;
  }

  .include-a04__item + .include-a04__item {
    width: 31.25%;
  }

  .block-404__main {
    height: 28.4375rem;
    margin-bottom: 2.5rem;
  }

  .block-404__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .block-404__message {
    margin-bottom: 2.5rem;
  }

  .what-to-see .block__list-item {
    margin-right: 0;
  }

  .what-to-see .block__list-item + .block__list-item {
    margin-top: 2rem;
  }

  .what-to-see .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block-perks {
    padding: 4rem 0;
  }

  .block-perks {
    display: none;
  }

  .promo .wrapper {
    padding-bottom: 2.5rem;
  }

  .promo p {
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .dropdown--category-hero .dropdown__label-text {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .collapsible__item {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
}

@media screen and (max-width: 79.9375em) {
  .block__list--alt .wrapper {
    margin: 0 !important;
    max-width: 100%;
  }

  .header-top {
    display: none;
  }

  .dropdown--lang .dropdown__label-text {
    color: #fff;
    line-height: 2rem;
  }

  .dropdown--lang .dropdown__label-text::after {
    background-position: right top;
  }

  .dropdown--lang .dropdown__block {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .skin-bbt .a01__holabcn {
    background-size: auto 4.875rem;
    display: block;
    left: 50%;
    padding-top: 2.4375rem;
    top: 1.25rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 5.625rem;
  }

  .block-content-table .block__subtitle {
    text-align: center;
    font-size: 1.125rem;
  }

  .table {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .th,.td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }

  .js__responsive-table {
    display: none;
  }

  .rtable {
    display: block;
  }

  .share__label-text {
    overflow: hidden;
    text-indent: 100%;
    width: 0;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dropdown--lang .dropdown__trigger .dropdown__block{
  z-index: 1000 !important;
}
