.notavail-header .header, .sunset-static-pages .header {
    border-bottom: 1px solid rgba(186, 212, 227, 0.5);
    color: #242c4a
    }
.notavail-header .header__inner, .notavail-header .header__logo, .sunset-static-pages .header__inner, .sunset-static-pages .header__logo {
    color: #242c4a
    }
.notavail-header .header__nav-toggler, .sunset-static-pages .header__nav-toggler {
    background-color: transparent
    }
.notavail-header .header__nav-toggler-cross, .notavail-header .header__nav-toggler-line, .sunset-static-pages .header__nav-toggler-cross, .sunset-static-pages .header__nav-toggler-line {
    background-color: #242c4a
    }
.notavail-header .header .item__title-icon, .sunset-static-pages .header .item__title-icon {
    fill: #242c4a
    }
.notavail-header .header .item .dropdown__list-item:hover, .sunset-static-pages .header .item .dropdown__list-item:hover {
    background-color: #bad4e3
    }
.notavail-header .header .item .dropdown__list-link, .sunset-static-pages .header .item .dropdown__list-link {
    color: #242c4a
    }
.faq {
    margin: 60px auto 80px;
    font-family: Roboto, sans-serif;
    text-align: left
    }
.faq__list-item {
    border-radius: 2px;
    box-shadow: 0 5px 10px 0 rgba(36, 44, 74, 0.1);
    background-color: #fff
    }
.faq__list-item:not(:last-child) {
    margin-bottom: 20px
    }
.faq .item.is-open .item__title {
    color: #f68059
    }
.faq .item.is-open .item__content {
    padding: 0 30px 20px;
    max-height: 1000px
    }
@media only screen and (max-width: 1024px) {
    .faq .item.is-open .item__content {
        padding: 0 20px 20px
        }
    }
@media only screen and (max-width: 767px) {
    .faq .item.is-open .item__content {
        padding: 0 15px 20px
        }
    }
.faq .item.is-open .item__toggle-icon {
    transform: rotate(180deg)
    }
.faq .item__header {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
@media only screen and (max-width: 1024px) {
    .faq .item__header {
        padding: 20px
        }
    }
@media only screen and (max-width: 767px) {
    .faq .item__header {
        padding: 20px 15px
        }
    }
.faq .item__title {
    font: normal 600 20px/24px Roboto, sans-serif;
    color: #242c4a
    }
@media only screen and (max-width: 767px) {
    .faq .item__title {
        font: normal 600 18px/1.4 Roboto, sans-serif
        }
    }
.faq .item__toggle {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-left: 5px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: #bad4e3;
    transition: all 0.3s ease
    }
.faq .item__toggle:hover {
    background-color: #3c6780
    }
.faq .item__toggle-icon {
    width: 16px;
    height: 10px;
    font-size: 10px;
    fill: #fff;
    transition: all 0.3s ease
    }
.faq .item__content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px
    }
.faq .item__text {
    margin: 0
    }
.faq .item__text p {
    margin: 0;
    font: normal 400 14px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
.faq .item__text ul {
    margin-top: 15px
    }
.faq .item__text ul li {
    position: relative;
    padding-left: 18px;
    font: normal 400 14px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
.faq .item__text ul li:not(:last-child) {
    margin-bottom: 10px
    }
.faq .item__text ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #3c6780;
    border-radius: 50%
    }
.faq .item__list-item {
    position: relative;
    padding-left: 18px;
    font: normal 400 14px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
.faq .item__list-item:not(:last-child) {
    margin-bottom: 10px
    }
.faq .item__list-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #3c6780;
    border-radius: 50%;
    transform: translatey(-50%)
    }
.partnership {
    margin: 60px auto 80px;
    text-align: left
    }
.partnership__form-wrapper {
    width: 100%;
    max-width: 840px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 2px 4px 11px 1px rgba(75, 72, 69, 0.08), -2px -4px 11px 1px rgba(36, 44, 74, 0.08);
    background-color: #fff;
    text-align: left;
    margin: 50px auto
    }
@media only screen and (max-width: 767px) {
    .partnership__form-wrapper {
        padding: 15px 10px
        }
    }
.partnership__form-wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 30px !important;
    background: url(/new/designs/90/destination/img/select-arrow.svg) #fff no-repeat !important;
    background-position: 100% !important;
    background-size: 30px 6px !important
    }
.partnership__form-wrapper select:focus {
    outline: none
    }
.partnership__form-wrapper select::-ms-expand {
    display: none
    }
.partnership__form-wrapper button, .partnership__form-wrapper input[type=submit] {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
    }
.partnership__form-wrapper .form__submit {
    margin: 25px auto 0;
    padding: 10px;
    display: block;
    min-width: 255px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    border: 1px solid #f68059;
    border-radius: 2px;
    background-color: #f68059;
    transition: all 0.3s ease;
    cursor: pointer
    }
.partnership__form-wrapper .form__submit:hover {
    background-color: #fff;
    color: #f68059
    }
@media only screen and (max-width: 767px) {
    .partnership__form-wrapper .form__submit {
        margin: 0 auto
        }
    }
.partnership__form-wrapper .form .block__border {
    padding: 15px 0 20px
    }
@media only screen and (max-width: 767px) {
    .partnership__form-wrapper .form .block__border {
        padding: 10px 0 15px
        }
    }
.partnership__form-wrapper .form .block__border:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #bad4e3
    }
.partnership__form-wrapper .form .block__title {
    margin-bottom: 15px;
    font: normal 700 16px/19px Roboto, sans-serif;
    color: #242c4a
    }
.partnership__form-wrapper .form .block__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
    }
.partnership__form-wrapper .form .block__content-title {
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #242c4a
    }
.partnership__form-wrapper .form .block__item {
    margin-bottom: 20px;
    width: calc(50% - 20px);
    position: relative;
    box-sizing: border-box
    }
@media only screen and (max-width: 767px) {
    .partnership__form-wrapper .form .block__item {
        width: 100%;
        margin-bottom: 10px
        }
    }
.partnership__form-wrapper .form .block__item--z-code {
    width: 100px
    }
.partnership__form-wrapper .form .block__item--city {
    width: calc(100% - 120px)
    }
@media only screen and (max-width: 767px) {
    .partnership__form-wrapper .form .block__item--city {
        width: calc(100% - 110px)
        }
    }
.partnership__form-wrapper .form .block__item--person {
    width: calc(100% - 460px)
    }
.partnership__form-wrapper .form .block__item--telephone {
    width: 200px
    }
.partnership__form-wrapper .form .block__item--email {
    width: 220px
    }
@media only screen and (max-width: 767px) {
    .partnership__form-wrapper .form .block__item--email, .partnership__form-wrapper .form .block__item--person, .partnership__form-wrapper .form .block__item--telephone {
        width: 100%;
        margin-bottom: 10px
        }
    }
.partnership__form-wrapper .form .block__item--full {
    width: 100%
    }
.partnership__form-wrapper .form .block__field {
    padding: 12px 15px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #bad4e3;
    background-color: #fff;
    box-sizing: border-box;
    font: normal 400 14px/16px Roboto, sans-serif;
    color: #242c4a
    }
.partnership__form-wrapper .form .block__field::placeholder {
    color: rgba(36, 44, 74, 0.5)
    }
.partnership__form-wrapper .form .block__field:active, .partnership__form-wrapper .form .block__field:focus, .partnership__form-wrapper .form .block__field:hover {
    outline: none
    }
.partnership__form-wrapper .form .block__select {
    color: rgba(36, 44, 74, 0.5)
    }
.partnership__form-wrapper .form .block__option, .partnership__form-wrapper .form .block__select.is-selected {
    color: #242c4a
    }
.partnership__form-wrapper .form .block__placeholder {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 35px;
    font-size: 14px;
    color: rgba(36, 44, 74, 0.5)
    }
.partnership__form-wrapper .form .block__placeholder.is-hide {
    display: none !important
    }
.partnership__form-wrapper .form label.error {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    color: red
    }
.sunset-static-pages__title {
    text-align: center;
    font: normal 600 40px/47px Roboto, sans-serif;
    color: #242c4a;
    margin-bottom: 15px;
    margin-top: 60px
    }
@media only screen and (max-width: 1024px) {
    .sunset-static-pages__title {
        font: normal 600 38px/42px Roboto, sans-serif
        }
    }
@media only screen and (max-width: 767px) {
    .sunset-static-pages__title {
        font: normal 600 24px/30px Roboto, sans-serif;
        margin-bottom: 10px
        }
    }
.sunset-static-pages__subtitle {
    font: normal 400 16px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
@media only screen and (max-width: 767px) {
    .sunset-static-pages__subtitle {
        font-size: 15px
        }
    }
.sunset-static-pages__top {
    max-width: 790px;
    margin: 0 auto 30px;
    text-align: center
    }
@media only screen and (max-width: 767px) {
    .sunset-static-pages__top {
        margin-bottom: 20px
        }
    }
.sunset-static-pages__image {
    margin-bottom: 30px
    }
@media only screen and (max-width: 767px) {
    .sunset-static-pages__image {
        margin-bottom: 25px
        }
    }
.sunset-static-pages__image svg {
    max-width: 100%;
    max-height: 330px;
    display: block;
    margin: 0 auto
    }
@media only screen and (max-width: 1024px) {
    .sunset-static-pages__image svg {
        max-height: 300px
        }
    }
@media only screen and (max-width: 767px) {
    .sunset-static-pages__image svg {
        max-height: 155px
        }
    }
.sunset-static-pages__text-content {
    max-width: 745px;
    margin: 0 auto 80px;
    text-align: left
    }
.sunset-static-pages__text-content, .sunset-static-pages__text-content p {
    font: normal 400 14px/24px Roboto, sans-serif;
    color: #242c4a
    }
.sunset-static-pages__text-content h3 {
    font: normal 600 30px/40px Roboto, sans-serif;
    color: #242c4a;
    margin-bottom: 15px
    }
.sunset-static-pages .sunset__content {
    min-height: 50vh
    }
.sunset-static-pages .back-button {
    cursor: pointer;
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
    }
.sunset-static-pages .back-button__icon {
    pointer-events: none;
    font-size: 16px;
    fill: #3c6780;
    margin-right: 10px
    }
.sunset-static-pages .back-button__text {
    font: normal 400 16px/19px Roboto, sans-serif;
    color: #3c6780
    }
.useful-tips {
    counter-reset: section;
    max-width: 745px;
    margin: 60px auto 80px
    }
.useful-tips__content {
    text-align: left
    }
.useful-tips__section {
    margin-bottom: 30px
    }
.useful-tips__title {
    counter-increment: section;
    position: relative;
    padding: 67px 0 15px
    }
.useful-tips__title-in {
    position: relative;
    z-index: 1;
    font: 600 30px/40px Roboto, sans-serif;
    color: #242c4a
    }
.useful-tips__title:before {
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    text-align: left;
    content: "0" counter(section);
    font: 900 100px/117px Roboto, sans-serif;
    color: #eaeff4;
    z-index: 0
    }
.useful-tips__text {
    text-align: left;
    font: normal 400 14px/1.71 Roboto, sans-serif;
    color: #242c4a
    }
.useful-tips__bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(186, 212, 227, 0.5)
    }
.our-values {
    counter-reset: section;
    margin-bottom: 80px;
    margin-top: 60px
    }
@media only screen and (max-width: 1024px) {
    .our-values {
        padding: 0 5px
        }
    }
.our-values__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap
    }
.our-values__card {
    counter-increment: section;
    position: relative;
    min-height: 170px;
    width: calc(25% - 28px);
    margin-bottom: 30px
    }
@media only screen and (max-width: 1024px) {
    .our-values__card {
        width: calc(50% - 10px);
        min-height: 144px;
        margin-bottom: 20px
        }
    }
@media only screen and (max-width: 767px) {
    .our-values__card {
        width: 100%;
        min-height: 130px;
        margin-bottom: 10px
        }
    }
.our-values__card:before {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    text-align: right;
    content: "0" counter(section);
    font: 900 100px/117px Roboto, sans-serif;
    color: #f8f9fb;
    z-index: 0
    }
.our-values .card {
    border-radius: 2px;
    box-shadow: 0 5px 10px 0 rgba(36, 44, 74, 0.1);
    background-color: #fff;
    padding: 30px 15px 15px;
    text-align: left
    }
.our-values .card__img {
    margin-bottom: 15px
    }
.our-values .card__img svg {
    width: 50px;
    height: 50px
    }
.our-values .card__title {
    font: 400 16px/1.5 Roboto, sans-serif
    }
@media only screen and (max-width: 414px) {
    .our-values .card__title {
        font-size: 14px
        }
    }
.about-us {
    margin-bottom: 80px
    }
@media only screen and (max-width: 1024px) {
    .about-us {
        padding: 0 25px
        }
    }
@media only screen and (max-width: 767px) {
    .about-us {
        padding: 0
        }
    }
.about-us__content {
    padding: 55px 0
    }
@media only screen and (max-width: 1024px) {
    .about-us__content {
        padding: 15px 0
        }
    }
.about-us__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
    }
@media only screen and (max-width: 1024px) {
    .about-us__row--reverse {
        flex-direction: column-reverse
        }
    }
.about-us__row:not(:last-child) {
    margin-bottom: 130px
    }
@media only screen and (max-width: 1024px) {
    .about-us__row:not(:last-child) {
        margin-bottom: 50px
        }
    }
@media only screen and (max-width: 767px) {
    .about-us__row:not(:last-child) {
        margin-bottom: 30px
        }
    }
.about-us__column {
    width: calc(50% - 10px)
    }
@media only screen and (max-width: 1024px) {
    .about-us__column {
        width: 100%
        }
    }
.about-us__article {
    text-align: left;
    max-width: 550px
    }
@media only screen and (max-width: 1024px) {
    .about-us__article {
        max-width: 100%
        }
    }
.about-us__title {
    font: 600 30px/1.4 Roboto, sans-serif;
    color: #242c4a;
    margin-bottom: 25px
    }
@media only screen and (max-width: 767px) {
    .about-us__title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px
        }
    }
.about-us__text {
    font: normal 400 16px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
@media only screen and (max-width: 767px) {
    .about-us__text {
        font-size: 14px
        }
    }
.about-us__text p {
    margin-bottom: 24px
    }
@media only screen and (max-width: 1024px) {
    .about-us__text p {
        margin-bottom: 0
        }
    }
@media only screen and (max-width: 1024px) {
    .about-us__image {
        margin-bottom: 20px
        }
    }
@media only screen and (max-width: 767px) {
    .about-us__image {
        margin-bottom: 15px
        }
    }
.about-us__image svg {
    max-height: 330px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto
    }
@media only screen and (max-width: 1024px) {
    .about-us__image svg {
        max-height: 300px
        }
    }
@media only screen and (max-width: 767px) {
    .about-us__image svg {
        max-height: 155px
        }
    }
.about-us__figures {
    padding: 5px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
    }
.about-us__card {
    position: relative;
    min-height: 100px;
    width: calc(50% - 19px);
    margin-bottom: 30px
    }
@media only screen and (max-width: 767px) {
    .about-us__card {
        width: 100%;
        margin-bottom: 10px
        }
    }
.about-us .card {
    border-radius: 2px;
    box-shadow: 0 5px 10px 0 rgba(36, 44, 74, 0.1);
    background-color: #fff;
    padding: 65px 10px 15px
    }
.about-us .card__number {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 10px;
    display: block;
    text-align: left;
    font: 900 55px/70px Roboto, sans-serif;
    color: #3c6780
    }
.about-us .card__text {
    position: relative;
    z-index: 1;
    font: normal 400 16px/20px Roboto, sans-serif;
    color: #242c4a
    }
.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh
    }
.not-found__404 {
    font-size: 400px;
    font-weight: 900;
    line-height: 1;
    color: #fff
    }
.not-found__title {
    font-size: 50px;
    font-weight: 900;
    color: #fff
    }
.not-found__text {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fff
    }
.not-found__button {
    padding: 10px;
    width: 240px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #242c4a;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.3s ease
    }
.not-found__button:hover {
    background-color: #f68059;
    color: #fff
    }
.contact {
    max-width: 840px;
    margin: 60px auto 80px;
    text-align: left
    }
.contact select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 30px !important;
    background: url(/new/designs/90/destination/img/select-arrow.svg) #fff no-repeat !important;
    background-position: 100% !important;
    background-size: 30px 6px !important
    }
.contact select:focus {
    outline: none
    }
.contact select::-ms-expand {
    display: none
    }
.contact button, .contact input[type=submit] {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
    }
.contact input[name=f_message2] {
    height: 0
    }
.contact .form__submit {
    margin: 5px auto 0;
    padding: 10px;
    display: block;
    min-width: 255px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    border: 1px solid #f68059;
    border-radius: 2px;
    background-color: #f68059;
    transition: all 0.3s ease;
    cursor: pointer
    }
.contact .form__submit:hover {
    background-color: #fff;
    color: #f68059
    }
.contact .form .block__border {
    padding: 10px 20px 20px
    }
@media only screen and (max-width: 767px) {
    .contact .form .block__border {
        padding: 5px 10px 10px
        }
    }
.contact .form .block__border:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #bad4e3
    }
.contact .form .block__title {
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #242c4a
    }
@media only screen and (max-width: 767px) {
    .contact .form .block__title {
        padding: 0 10px;
        font-size: 18px
        }
    }
.contact .form .block__content {
    display: flex;
    flex-wrap: wrap
    }
.contact .form .block__content-title {
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #242c4a
    }
@media only screen and (max-width: 767px) {
    .contact .form .block__content-title {
        padding: 0 10px;
        margin-top: 5px
        }
    }
.contact .form .block__item {
    margin-bottom: 20px;
    padding: 0 20px;
    width: 50%;
    position: relative;
    box-sizing: border-box
    }
@media only screen and (max-width: 767px) {
    .contact .form .block__item {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px
        }
    }
.contact .form .block__item--full {
    width: 100%
    }
.contact .form .block__field {
    padding: 12px 15px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #bad4e3;
    background-color: #fff;
    box-sizing: border-box;
    color: #242c4a
    }
.contact .form .block__field::placeholder {
    color: rgba(36, 44, 74, 0.5)
    }
.contact .form .block__field:active, .contact .form .block__field:focus, .contact .form .block__field:hover {
    outline: none
    }
.contact .form .block__select {
    padding-left: 10px;
    color: rgba(36, 44, 74, 0.5)
    }
.contact .form .block__option, .contact .form .block__select.is-selected {
    color: #242c4a
    }
.contact .form .block__placeholder {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 35px;
    font-size: 14px;
    color: rgba(36, 44, 74, 0.5)
    }
.contact .form .block__placeholder.is-hide {
    display: none !important
    }
.contact .form .block__icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #bad4e3;
    border-radius: 50%
    }
.contact .form .block__icon:after, .contact .form .block__icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 2px;
    transform: translate(-50%, -50%)
    }
.contact .form .block__icon:after {
    content: "";
    height: 2px;
    width: 9px
    }
.contact .form .block__area {
    font-family: Roboto, sans-serif;
    resize: none;
    min-height: 70px
    }
.contact .form .block__area:active ~ .block__placeholder, .contact .form .block__area:focus ~ .block__placeholder {
    display: none
    }
.contact .form label.error {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    color: red
    }
.contact__group {
    margin-bottom: 30px
    }
.contact .group__text {
    font-size: 16px;
    color: #242c4a
    }
.contact .group__text a {
    font-weight: 700;
    color: #f68059
    }
.contact .group__text a:hover {
    text-decoration: underline
    }
.contact__content {
    padding: 20px 0;
    border-radius: 2px;
    box-shadow: 2px 4px 11px 1px rgba(75, 72, 69, 0.08), -2px -4px 11px 1px rgba(36, 44, 74, 0.08);
    background-color: #fff
    }
@media only screen and (max-width: 767px) {
    .contact__content {
        padding: 15px 0
        }
    }
.map {
    position: relative
    }
.map__count {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #242c4a
    }
@media only screen and (max-width: 767px) {
    .map__count {
        flex-wrap: wrap
        }
    }
.map__count-number {
    margin: 0 5px;
    font-weight: 700
    }
@media only screen and (max-width: 767px) {
    .map__count-number {
        margin-left: 0
        }
    }
.map__go-to-hotel-list {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    cursor: pointer
    }
.map__go-to-hotel-list-link {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #f68059;
    text-decoration: underline
    }
.map__go-to-hotel-list-icon {
    width: 15px;
    height: 20px;
    fill: #f68059
    }
@media only screen and (max-width: 767px) {
    .map__go-to-hotel-list {
        display: block;
        width: 100%;
        text-align: left;
        margin-left: 0
        }
    }
.map__container {
    box-shadow: 0 5px 10px 0 rgba(36, 44, 74, 0.1)
    }
.map__content {
    border-radius: 2px
    }
.why-book {
    padding-bottom: 70px;
    font-family: Roboto, sans-serif;
    text-align: left;
    margin-top: 60px
    }
.why-book__title {
    margin-bottom: 40px;
    font: 600 30px/1.4 Roboto, sans-serif;
    color: #242c4a
    }
.why-book__text {
    margin-bottom: 40px;
    padding-left: 15px;
    font: normal 400 16px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
.why-book__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
    }
.why-book__list-item {
    margin-bottom: 30px;
    width: calc(50% - 15px)
    }
.why-book .item {
    box-sizing: border-box
    }
.why-book .item__wrapper {
    padding: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 2px;
    box-shadow: 0 5px 20px 0 rgba(36, 44, 74, 0.1);
    background-color: #fff;
    box-sizing: border-box
    }
.why-book .item__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #f68059;
    border-radius: 50%
    }
.why-book .item__icon {
    width: 30px;
    height: 30px;
    fill: #f68059
    }
.why-book .item__content {
    width: calc(100% - 80px);
    padding-left: 20px;
    box-sizing: border-box
    }
.why-book .item__title {
    margin-bottom: 12px;
    font: normal 600 20px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
.why-book .item__text {
    margin: 0;
    font: normal 400 14px/1.5 Roboto, sans-serif;
    color: #242c4a
    }
@media only screen and (max-width: 1024px) {
    .why-book {
        padding-bottom: 40px
        }
    .why-book .item__wrapper {
        padding: 20px 40px
        }
    }
@media only screen and (max-width: 767px) {
    .why-book__title {
        font-size: 20px;
        margin-bottom: 20px
        }
    .why-book__list-item {
        width: 100%;
        margin-bottom: 10px
        }
    .why-book .item__wrapper {
        padding: 15px
        }
    .why-book .item__title {
        font-size: 18px
        }
    }
.page-about, .page-copyright, .page-directory, .page-districts, .page-landmarks, .page-privacy, .page-static {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left
    }
.page-about .right-col, .page-copyright .right-col, .page-directory .right-col, .page-districts .right-col, .page-landmarks .right-col, .page-privacy .right-col, .page-static .right-col {
    padding-top: 10px
    }
.page-about .page-title h1, .page-copyright .page-title h1, .page-directory .page-title h1, .page-districts .page-title h1, .page-landmarks .page-title h1, .page-privacy .page-title h1, .page-static .page-title h1 {
    margin-bottom: 0
    }
.page-about .find-a-hotel h3, .page-copyright .find-a-hotel h3, .page-directory .find-a-hotel h3, .page-districts .find-a-hotel h3, .page-landmarks .find-a-hotel h3, .page-privacy .find-a-hotel h3, .page-static .find-a-hotel h3 {
    margin-top: 0 !important
    }
.page-about h1, .page-copyright h1, .page-directory h1, .page-districts h1, .page-landmarks h1, .page-privacy h1, .page-static h1 {
    text-align: left;
    color: #000;
    font-size: 30px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    font-weight: 400
    }
.page-about h3, .page-copyright h3, .page-directory h3, .page-districts h3, .page-landmarks h3, .page-privacy h3, .page-static h3 {
    float: left !important;
    width: 100% !important;
    text-align: left;
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #444 !important;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif !important
    }
.page-about .list-2-col, .page-copyright .list-2-col, .page-directory .list-2-col, .page-districts .list-2-col, .page-landmarks .list-2-col, .page-privacy .list-2-col, .page-static .list-2-col {
    overflow: hidden;
    text-align: left
    }
.page-about .list-2-col li, .page-copyright .list-2-col li, .page-directory .list-2-col li, .page-districts .list-2-col li, .page-landmarks .list-2-col li, .page-privacy .list-2-col li, .page-static .list-2-col li {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    width: 50%
    }
.page-about .list-2-col li a, .page-copyright .list-2-col li a, .page-directory .list-2-col li a, .page-districts .list-2-col li a, .page-landmarks .list-2-col li a, .page-privacy .list-2-col li a, .page-static .list-2-col li a {
    color: #325ca9;
    font-size: 14px;
    line-height: 26px
    }
.page-about .text, .page-about p, .page-copyright .text, .page-copyright p, .page-directory .text, .page-directory p, .page-districts .text, .page-districts p, .page-landmarks .text, .page-landmarks p, .page-privacy .text, .page-privacy p, .page-static .text, .page-static p {
    font-size: 14px;
    text-align: left;
    margin-top: 20px
    }
.hotel-list-all {
    display: flex;
    flex-flow: wrap;
    text-align: left;
    padding: 40px 0 25px
    }
@media only screen and (max-width: 767px) {
    .hotel-list-all {
        padding: 20px 10px
        }
    }
.hotel-list-all .list-description {
    margin: 0 0 20px
    }
.hotel-list-all__sidebar {
    width: 33%
    }
@media only screen and (max-width: 767px) {
    .hotel-list-all__sidebar {
        width: 100%
        }
    }
.hotel-list-all__hotels {
    width: 66%
    }
@media only screen and (max-width: 767px) {
    .hotel-list-all__hotels {
        width: 100%
        }
    }
.hotel-list-all__title {
    font: 700 20px/1.5 Roboto, sans-serif;
    margin-bottom: 20px
    }
.hotel-list-all__list {
    margin-bottom: 30px;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
    }
.hotel-list-all__list:not(:last-child) {
    border-bottom: 1px solid #bad4e3;
    padding-bottom: 30px
    }
.hotel-list-all__item {
    margin-bottom: 10px;
    padding-right: 5px
    }
.hotel-list-all__link {
    font: 400 14px/1.4 Roboto, sans-serif;
    color: #242c4a;
    text-decoration: none;
    cursor: pointer
    }
.hotel-list-all__link:hover {
    color: #3c6780;
    text-decoration: underline
    }
.sunset-landmarks {
    padding: 40px 0 25px
    }
@media only screen and (max-width: 767px) {
    .sunset-landmarks {
        padding: 20px 0
        }
    }
.sunset-landmarks .hotel-list__header {
    margin-bottom: 25px
    }
@media only screen and (max-width: 767px) {
    .sunset-landmarks .hotel-list__header {
        margin-bottom: 20px
        }
    }
.districts {
    text-align: left;
    margin-bottom: 50px;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
    }
.districts__item {
    margin-bottom: 10px;
    padding-right: 5px
    }
.districts__link {
    font: 400 14px/1.4 Roboto, sans-serif;
    color: #242c4a;
    text-decoration: none
    }
.districts__link:hover {
    color: #3c6780;
    text-decoration: underline
    }
@media only screen and (max-width: 767px) {
    .districts, .hotel-list-all__list {
        column-count: 2
        }
    }
@media only screen and (max-width: 414px) {
    .districts, .hotel-list-all__list {
        column-count: 1
        }
    }