.color-main {
  color: #88004c;
}

.color-green-sage {
  color: #7a957d;
}

.color-graphite {
  color: #2b2b2b;
}

.home__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .home__section {
    margin-top: 0;
  }
}
.home__section.home__section--first {
  margin-top: 20px;
}

.home__mainTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
}
@media (min-width: 40em) {
  .home__mainTitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

.home__article {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .home__article {
    margin-bottom: 40px;
  }
}
.home__article.home__article--single {
  margin-bottom: 10px;
}
@media (min-width: 64em) {
  .home__article.home__article--single {
    margin-bottom: 40px;
  }
}

.home__aside {
  margin-top: 5px;
}
@media (min-width: 64em) {
  .home__aside {
    margin-top: -150px;
  }
}

.home__mainText {
  margin: 1rem 0;
}

.home__stepTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 16px 0;
}

.home__stepNumber {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #eed396;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  margin-right: 6px;
}

.home__stepText {
  color: #88004c;
}

.home__offerDescription {
  padding: 15px 20px 10px;
  background-color: #f5efe6;
  margin: 25px 0 30px;
}

.home__offerBox {
  padding: 20px;
  border: 4px solid #eed396;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .home__offerBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 15px;
    padding: 20px 25px;
  }
}
.home__offerBox.home__offerBox--featured {
  border-color: #88004c;
}

.home__offerTitle {
  font-family: "Cairo", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #88004c;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.home__offerPrice {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #7a957d;
  margin: 0 0 20px;
}

.home__offerList {
  list-style: square;
  color: #88004c;
  padding: 0 0 0 35px;
  margin: 0;
}

.home__offerItem {
  padding: 8px 12px 8px 4px;
}

.home__offerText {
  color: #111;
}

.home__moreInfo {
  position: relative;
  display: block;
  font-size: 1.0625rem;
  line-height: 42px;
  text-align: center;
}
.home__moreInfo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 3px solid #f5f5f5;
}

.home__mainImageBox {
  overflow: hidden;
  margin: 20px 0 0;
  border-top: 4px solid #f5f5f5;
  border-bottom: 4px solid #f5f5f5;
}
@media (min-width: 40em) {
  .home__mainImageBox {
    float: left;
    margin: 0 20px 10px 0;
    border: 0;
  }
}

.home__mainImage {
  display: block;
  margin: 12px auto;
}
@media (min-width: 40em) {
  .home__mainImage {
    width: 140px;
    margin: 0;
  }
}

.home__newsList {
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .home__newsList {
    margin-bottom: 30px;
  }
}

.home__news {
  margin-top: 15px;
}
.home__news::first-child {
  margin-top: 10px;
}

.home__newsLink {
  display: block;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.home__newsLink:hover {
  opacity: 0.9;
}

.home__newsTitle {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #111;
  margin: 0;
}

.home__newsPublished {
  display: block;
  color: #111;
  font-size: 12px;
  margin: 0 0 8px;
}

.home__strengths {
  background-color: #f5f5f5;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 40em) {
  .home__strengths {
    padding: 0;
  }
}

.home__strengthsItemTitle {
  position: relative;
  font-size: 36px;
  line-height: 1.75;
  font-weight: 700;
  margin: 25px 0 10px;
}
.home__strengthsItemTitle:after {
  content: "";
  display: block;
  width: 80px;
  border-bottom: 2px solid #88004c;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
}

.home__strengthsItemText {
  font-size: 18px;
  margin: 0 0 30px;
}

.home__about {
  padding: 10px 0;
}
@media (min-width: 40em) {
  .home__about {
    padding: 25px 0;
  }
}

.home__bottom {
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.home__moreItems {
  list-style-type: square;
  color: #88004c;
  padding-left: 20px;
  margin: 0 15px;
}

.home__moreLink {
  display: block;
  line-height: 2.75;
  color: #333;
  transition: color 0.2s linear;
}
.home__moreLink:hover {
  color: #333;
}
@media (min-width: 40em) {
  .home__moreLink {
    line-height: 2.25;
  }
}

.news__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .news__section {
    margin-top: 0;
  }
}
.news__section.news__section--first {
  margin-top: 20px;
}

.news__mainTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .news__mainTitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
@media (min-width: 64em) {
  .news__mainTitle {
    margin-bottom: 2rem;
  }
}

.news__article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.news__article:last-child {
  padding-bottom: 0;
  border: 0;
}
@media (min-width: 64em) {
  .news__article {
    margin-bottom: 40px;
  }
}

.news__articleTitle {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 20px 0 8px;
}
.news__articleTitle::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin-top: 6px;
  background-color: #9c0057;
}
@media (min-width: 64em) {
  .news__articleTitle {
    font-size: 20px;
  }
}
.news__articleTitle.news__articleTitle--only {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
  font-weight: 600;
}
@media (min-width: 40em) {
  .news__articleTitle.news__articleTitle--only {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
.news__articleTitle.news__articleTitle--only::after {
  display: none;
}

.news__published {
  font-size: 14px;
}

.news__mainText {
  margin: 1rem 0;
  margin: 0.5rem 0 0;
}

.news__moreLink {
  position: relative;
  display: block;
  font-size: 1.0625rem;
  line-height: 42px;
  text-align: center;
}
.news__moreLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 3px solid #f5f5f5;
}

.news__bottom {
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.offer__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .offer__section {
    margin-top: 0;
  }
}
.offer__section.offer__section--first {
  margin-top: 20px;
}

.offer__article {
  margin-bottom: 40px;
}

.offer__categories {
  margin-bottom: 40px;
}

.offer__category {
  display: block;
  border: 2px solid #88004c;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  color: #111;
  transition: color 0.2s ease-in-out;
}

.offer__mainTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
}
@media (min-width: 40em) {
  .offer__mainTitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

.offer__subtitle {
  font-size: 18px;
  color: #88004c;
  margin: 0 0 5px;
}

.offer__mainText {
  margin: 1rem 0;
  margin: 0 0 20px;
}

.offer__list {
  list-style: square;
  color: #eed396;
  padding: 0 0 0 40px;
  margin: 0;
}
.offer__list.offer__list--mb {
  margin-bottom: 40px;
}

.offer__listItem {
  padding: 6px 12px 6px 4px;
}

.offer__listItemText {
  color: #111;
}

.offer__backLink {
  display: block;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .offer__backLink {
    display: inline-block;
  }
}
.offer__backLink.offer__backLink--mt {
  margin-top: 25px;
  margin-bottom: 0;
}

.offer__backLinkIcon {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.offer__bottom {
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.faq__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .faq__section {
    margin-top: 0;
  }
}
.faq__section.faq__section--first {
  margin-top: 20px;
}

.faq__mainTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .faq__mainTitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
@media (min-width: 64em) {
  .faq__mainTitle {
    margin-bottom: 1.5rem;
  }
}

.faq__question {
  margin: 1rem 0;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.faq__answer {
  margin: 1rem 0;
  margin: 0.5rem 0 2rem;
}

.faq__bottom {
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.contact__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .contact__section {
    margin-top: 0;
  }
}
.contact__section.contact__section--first {
  margin-top: 20px;
}

.contact__mainTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
}
@media (min-width: 40em) {
  .contact__mainTitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

.contact__mainTitleWrapper .contact__mainTitle {
  margin-bottom: 0;
}

.contact__mainText {
  margin: 1rem 0;
}

.contact__article {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .contact__article {
    margin-bottom: 40px;
  }
}

.contact__iconSection {
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 64em) {
  .contact__iconSection {
    margin-bottom: 10px;
  }
}

.contact__iconBox {
  float: left;
}

.contact__icon {
  font-size: 1.375rem;
  color: #88004c;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.contact__iconAside {
  float: left;
}
.contact__iconAside .contact__iconText {
  margin: 0 0 8px;
}
.contact__iconAside .contact__iconText:first-child {
  margin-top: 4px;
}
.contact__iconAside .contact__iconText.contact__iconText--linkInside {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .contact__iconAside .contact__iconText.contact__iconText--linkInside {
    margin-bottom: 8px;
  }
}
.contact__iconAside .contact__iconText.contact__iconText--linkInside:first-child {
  margin-top: -6px;
}
@media (min-width: 64em) {
  .contact__iconAside .contact__iconText.contact__iconText--linkInside:first-child {
    margin-top: 4px;
  }
}
.contact__iconAside .contact__iconText .contact__iconTextSmall {
  font-size: 0.9375rem;
}
.contact__iconAside .contact__callLink {
  display: block;
  color: #111;
  line-height: 40px;
}
@media (min-width: 64em) {
  .contact__iconAside .contact__callLink {
    line-height: 1.5;
  }
}
.contact__iconAside .contact__callLink:hover {
  color: #111;
}

.contact__map {
  height: 350px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .contact__map {
    margin-bottom: 40px;
  }
}

.contact__tripTips {
  margin-bottom: 15px;
}
@media (min-width: 64em) {
  .contact__tripTips {
    margin-bottom: 30px;
  }
}

.contact__link {
  display: block;
  line-height: 40px;
}

.contact__navigationGps {
  display: block;
  font-family: "Roboto";
  margin-bottom: 10px;
}

.contact__navigation {
  display: block;
  font-family: "Roboto";
  font-weight: 700;
  margin-bottom: 10px;
}

.contact__navigationLink {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  font-weight: 700;
  color: #88004c;
  padding: 0 15px;
  text-align: center;
  border: 2px solid #88004c;
  border-radius: 5px;
}
.contact__navigationLink:hover {
  color: #88004c;
}
@media (min-width: 64em) {
  .contact__navigationLink {
    width: 100%;
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
  }
}

.contact__bottom {
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 50px);
}
@media (min-width: 64em) {
  .error {
    height: calc(100vh - 70px);
  }
}

.error__content {
  text-align: center;
  padding-top: 30px;
  margin-top: -100px;
  border-top: 4px solid #f5f5f5;
}

.error__title {
  margin: 0;
  color: #88004c;
  font-size: 36px;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .error__title {
    font-size: 72px;
  }
}

.error__text {
  margin: 0 0 50px;
  font-size: 1.25rem;
  font-weight: 600;
}

.error__redirect {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  font-weight: 700;
  color: #88004c;
  padding: 0 15px;
  text-align: center;
  border: 2px solid #88004c;
  border-radius: 5px;
}
.error__redirect:hover {
  color: #88004c;
}

.cms .event .displayname {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .cms .event .displayname {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
@media (min-width: 64em) {
  .cms .event .displayname {
    margin-bottom: 1.25rem;
  }
}
.cms #events .item .date {
  margin-top: 10px;
}
.cms #events .item .title {
  line-height: 1.25;
}
.cms #events .item .eg-content .data {
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 8px;
  padding-bottom: 8px;
}
.cms .pagination {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 20px;
}
.cms .pagination .counter {
  float: none;
  text-align: center;
}
.cms .pagination ul {
  position: relative;
  float: left;
  left: 50%;
  display: block;
  list-style: none;
  margin: 10px auto 0;
  padding: 0;
}
.cms .pagination ul li {
  float: left;
  position: relative;
  right: 50%;
  display: none;
  margin-right: 8px;
  border: none;
  background: none;
  padding: 0;
}
@media (min-width: 40em) {
  .cms .pagination ul li {
    display: block;
  }
}
.cms .pagination ul li.pagination-prev, .cms .pagination ul li.pagination-next {
  display: block;
}
.cms .pagination ul li a, .cms .pagination ul li span {
  color: #fff !important;
  display: block;
  padding: 0px 12px;
  background-color: #d50077;
  border-radius: 8px;
  line-height: 32px;
}
.cms .pagination ul li a {
  background-color: #88004c;
  transition: background-color 0.2s ease-in-out;
}
.cms .pagination ul li a:hover {
  background-color: #3c0021;
}

.cms__section {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .cms__section {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.cms__section.cms__section--first {
  margin-top: 20px;
}

.cms__article {
  margin-bottom: 40px;
}

.cms__mainTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
}
@media (min-width: 40em) {
  .cms__mainTitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

.cms__mainText {
  margin: 1rem 0;
}

.cms__bottom {
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

div.tooltip {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
@media (min-width: 64em) {
  .header {
    position: initial;
    height: 84px;
    box-shadow: none;
  }
}
.header::before {
  content: "";
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.header.header--cover::before {
  top: 0;
  bottom: -20%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.header.header--scrolled {
  box-shadow: 0 0 10px 2px #b9b9b9;
}

.header__logoBox {
  height: 50px;
}
@media (min-width: 64em) {
  .header__logoBox {
    height: 84px;
  }
}

.header__logoLink {
  display: inline-block;
  font-family: "Cairo", sans-serif;
  font-size: 24px;
}

.header__logoMain {
  color: #88004c;
  line-height: 50px;
  width: auto;
}
@media (min-width: 64em) {
  .header__logoMain {
    line-height: 84px;
  }
}

.header__logoSuffix {
  color: #7a957d;
}

.header__nav {
  font-family: "Cairo", sans-serif;
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 480px;
  height: 120%;
  background-color: #282828;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  transition: left 0.5s ease-in-out;
}
@media (min-width: 64em) {
  .header__nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
}
.header__nav.header__nav--opened {
  left: 0;
}

.header__navCompact {
  height: 42px;
  text-align: right;
}

.header__navOpen {
  display: inline-block;
  padding: 9px 5px;
  margin-top: 4px;
  color: #333;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.header__navOpen:before, .header__navOpen:after,
.header__navOpen .header__navOpenMiddle {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #333;
  border-radius: 2px;
}
.header__navOpen .header__navOpenMiddle {
  margin: 6px 0;
}
.header__navOpen.header__navOpen--hide {
  opacity: 0;
}

.header__navBar {
  height: 50px;
  text-align: right;
  border-bottom: 1px solid #353535;
}

.header__navClose {
  font-size: 16px;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 17px;
  color: #fff;
}

.header__menuList {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 64em) {
  .header__menuList {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.header__menuItem {
  width: 100%;
  border-bottom: 1px solid #353535;
}
@media (min-width: 64em) {
  .header__menuItem {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 10px 5px;
    border: none;
  }
  .header__menuItem:hover .header__submenuList {
    display: block;
  }
}

.header__menuLink {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 42px;
  padding: 5px 15px;
  color: #fff;
}
@media (min-width: 64em) {
  .header__menuLink {
    color: #333;
    padding: 0 5px;
    text-transform: uppercase;
    transition: color 0.2s ease-in;
  }
  .header__menuLink:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 5px;
    height: 1px;
    background-color: transparent;
    transition: background-color 0.2s ease-in;
  }
}
.header__menuLink:hover, .header__menuLink.header__menuLink--active {
  color: #fff;
  background-color: #1b1b1b;
}
@media (min-width: 64em) {
  .header__menuLink:hover, .header__menuLink.header__menuLink--active {
    color: #88004c;
    background-color: transparent;
  }
}
.header__menuLink:hover:after, .header__menuLink.header__menuLink--active:after {
  background-color: #88004c;
}
.header__menuLink:active, .header__menuLink:focus {
  color: #fff;
}
@media (min-width: 64em) {
  .header__menuLink:active, .header__menuLink:focus {
    color: #88004c;
  }
  .header__menuLink:active:after, .header__menuLink:focus:after {
    background-color: #88004c;
  }
}

.header__submenuList {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #fff;
  z-index: 1;
  list-style: none;
  padding: 12px 0;
  width: 270px;
  border: 1px solid #b9b9b9;
  border-radius: 0 0 5px 5px;
}

.header__submenuLink {
  display: block;
  line-height: 38px;
  padding: 0 15px;
  font-size: 17px;
  color: #111;
}
.header__submenuLink.header__submenuLink--active {
  color: #88004c;
}

.header__callBox {
  margin-top: 50px;
}
@media (min-width: 64em) {
  .header__callBox {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.header__callText {
  color: #fff;
}

.header__callButton {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  font-weight: 700;
  color: #88004c;
  padding: 0 15px;
  text-align: center;
  border: 2px solid #88004c;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #bb0069;
}
.header__callButton:hover {
  color: #88004c;
}
@media (min-width: 64em) {
  .header__callButton {
    color: #111;
    line-height: 38px;
    margin-top: 0;
    padding: 0 40px;
  }
  .header__callButton:hover {
    color: #111;
  }
}

.header__callButtonIcon {
  font-size: 1.25rem;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.breadcrumbs {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.breadcrumbs__text {
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  margin: 0;
}
@media (min-width: 64em) {
  .breadcrumbs__text {
    text-align: left;
  }
}
.breadcrumbs__text:before, .breadcrumbs__text:after {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin-right: 15px;
}
.breadcrumbs__text:after {
  margin-right: 0;
  margin-left: 15px;
}

.footer {
  background-color: rgba(0, 0, 0, 0.85);
}

.footer__text {
  font-size: 0.875rem;
  color: #fff;
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 40em) {
  .footer__text {
    text-align: left;
  }
}

.footer__text--right {
  margin-top: -10px;
}
@media (min-width: 40em) {
  .footer__text--right {
    text-align: right;
    margin-top: 1rem;
  }
}

.banner {
  overflow: hidden;
  height: 300px;
  background-color: #88004c;
}
@media (min-width: 40em) {
  .banner {
    height: 475px;
  }
}
.banner .banner__container {
  height: 100%;
}
.banner .banner__title {
  font-family: "Cairo", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #f5efe6;
  margin: 0;
  padding: 30px 0 15px;
}
.banner .banner__title:before {
  content: "";
  position: relative;
  top: -8px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #eed396;
  margin-right: 15px;
}
@media (min-width: 40em) {
  .banner .banner__title {
    font-size: 32px;
    line-height: 2;
  }
  .banner .banner__title:before {
    top: -10px;
    width: 60px;
  }
}
.banner .banner__titleSpacer {
  margin-left: 45px;
}
@media (min-width: 40em) {
  .banner .banner__titleSpacer {
    display: none;
  }
}
.banner .banner__bar {
  overflow: hidden;
  margin: 10px auto 0;
}
@media (min-width: 40em) {
  .banner .banner__bar {
    margin-top: 35px;
  }
}
.banner .banner__text {
  font-family: "Cairo", sans-serif;
  font-size: 24px;
  line-height: 1.375;
  color: #f5efe6;
  padding: 0 0 15px;
  margin: 0;
}
@media (min-width: 40em) {
  .banner .banner__text {
    position: relative;
    font-size: 64px;
    line-height: 1.25;
    letter-spacing: 2px;
    padding-bottom: 0;
  }
  .banner .banner__text:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 16px;
    width: 8px;
    height: 100%;
    background-color: #eed396;
  }
}
.banner .banner__sign {
  position: relative;
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #eed396;
  margin: 15px 0 0;
}
.banner .banner__sign:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 16px;
  width: 8px;
  height: 100%;
  background-color: #eed396;
}
@media (min-width: 40em) {
  .banner .banner__sign {
    font-size: 28px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .banner .banner__sign:after {
    display: none;
  }
}

.basicInfo.basicInfo--offsetTop {
  margin-top: 36px;
}
.basicInfo.basicInfo--offsetBottom {
  margin-bottom: 36px;
}

.basicInfo__booking {
  overflow: hidden;
  background-color: #88004c;
  padding: 25px;
  margin: 0 -15px;
}
@media (min-width: 64em) {
  .basicInfo__booking {
    margin: 0;
  }
}

.basicInfo__bookingTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #88004c;
  margin: 0 0 1rem;
  color: #fff;
  border-color: #fff;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .basicInfo__bookingTitle {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
  }
}

.basicInfo__bookingContent {
  color: #fff;
}

.basicInfo__bookingPhone,
.basicInfo__bookingMail {
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

.basicInfo__bookingLink {
  color: #fff;
}
.basicInfo__bookingLink:hover {
  color: #fff;
}

.basicInfo__bookingIcon {
  font-size: 1.375rem;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.basicInfo__hoursContent {
  margin-top: 1.25rem;
}
.basicInfo__hoursContent:first-of-type {
  margin: 0;
}

.basicInfo__hoursSubtitle {
  font-weight: 500;
}

.basicInfo__hours,
.basicInfo__address {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 15px 0 20px;
}
@media (min-width: 64em) {
  .basicInfo__hours,
  .basicInfo__address {
    padding: 10px 0;
  }
}

.basicInfo__hoursTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #88004c;
  margin: 0 0 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .basicInfo__hoursTitle {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
  }
}

.basicInfo__hoursItem {
  font-size: 17px;
  margin: 0 0 8px;
}
.basicInfo__hoursItem.basicInfo__hoursItem--indent {
  padding-left: 36px;
}

.basicInfo__hoursInfo {
  font-size: 1rem;
  color: #333;
}

.basicInfo__hoursIcon {
  font-size: 1.5rem;
  color: #88004c;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.basicInfo__addressContent {
  margin-top: 1.25rem;
}

.basicInfo__addressTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #88004c;
  margin: 0 0 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .basicInfo__addressTitle {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
  }
}

.basicInfo__addressStreet {
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
}

.basicInfo__addressCity {
  font-size: 1.125rem;
  margin: 0 0 1rem;
  padding-left: 34px;
}

.basicInfo__addressIcon {
  font-size: 1.375rem;
  color: #88004c;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.visit__section {
  margin-top: 25px;
}

.visit__mainTitle {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #333;
  border-left: 6px solid #88004c;
  padding-left: 10px;
  margin: 0.5rem 0;
}
@media (min-width: 40em) {
  .visit__mainTitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

.visit__mainText {
  margin: 1rem 0;
}

@media (min-width: 40em) {
  .visit__contactInfo {
    font-size: 1.125rem;
    text-align: center;
    padding: 12px 20px;
    color: #88004c;
    margin: 2rem 0 3rem;
    width: 80%;
    border: 2px solid #88004c;
    border-radius: 5px;
  }
}

.visit__phoneNumber {
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: #333;
  margin-left: 10px;
}

.visit__callButton {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  font-weight: 700;
  color: #88004c;
  padding: 0 15px;
  text-align: center;
  border: 2px solid #88004c;
  border-radius: 5px;
  background-color: #21653f;
  border-color: #21653f;
  color: #fff;
  font-weight: 400;
  width: 100%;
  margin-top: 20px;
}
.visit__callButton:hover {
  color: #88004c;
}
.visit__callButton:hover {
  color: #fff;
}

.visit__callButtonIcon,
.visit__smsButtonIcon {
  font-size: 1.25rem;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 40em) {
  .visit__callButtonIcon,
  .visit__smsButtonIcon {
    margin-right: 0;
  }
}

.visit__smsButton {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  font-weight: 700;
  color: #88004c;
  padding: 0 15px;
  text-align: center;
  border: 2px solid #88004c;
  border-radius: 5px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.visit__smsButton:hover {
  color: #88004c;
}

.visit__moreItems {
  list-style-type: square;
  color: #88004c;
  padding-left: 15px;
  margin: 0 15px;
}

.visit__moreLink {
  display: block;
  line-height: 2.75;
  color: #333;
  transition: color 0.2s linear;
}
.visit__moreLink:hover {
  color: #333;
}
@media (min-width: 40em) {
  .visit__moreLink {
    line-height: 2.25;
  }
}

.cookies {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  max-width: calc(100% - 40px);
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000000;
}
.cookies .cookies__title {
  position: relative;
  font-size: 14px;
  margin: 0 0 8px;
}
.cookies .cookies__title:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #eed396;
  margin-right: 8px;
}
.cookies .cookies__title:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}
.cookies .cookies__info {
  font-size: 13px;
  margin: 0;
}
.cookies .cookie__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

html {
  font-size: 16px;
}
html.noScroll {
  overflow: hidden;
}
html.noScroll body {
  overflow: hidden;
}

body {
  font-family: "Roboto";
  color: #111;
  margin-top: 50px;
}
@media (min-width: 64em) {
  body {
    margin-top: 0;
  }
}
body.covered::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

a {
  color: #88004c;
  text-decoration: none;
}
a:hover {
  color: #bb0069;
}

/*# sourceMappingURL=main.css.map */
