/* Fonts */
@font-face {
    font-family: 'metabookcregular';
    src: url('../fonts/metabookc-webfont.woff2') format('woff2'),
    url('../fonts/metabookc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'metaboldcregular';
    src: url('../fonts/metaboldc-webfont.woff2') format('woff2'),
    url('../fonts/metaboldc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'metablackcregular';
    src: url('../fonts/metablackc-webfont.woff2') format('woff2'),
    url('../fonts/metablackc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Base */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p > a {
    text-decoration: underline;
}

p > a:hover {
    text-decoration: none;
}

/* Layout */
.b-post-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .b-post-container {
        padding: 0 15px;
    }
}

/* Intro */
.b-post-intro {
    max-height: 768px;
    padding: 135px 0 155px;
    background: url(https://static.sobaka.ru/uploads/longread/60589/updated/intro_background.jpg) no-repeat;
    overflow: hidden;
    box-sizing: border-box;
}

.b-post-intro__title {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
    font-family: 'metablackcregular', sans-serif;
    color: #c5a572;
    text-align: center;
}

.b-post-intro__text p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    font-family: 'metaboldcregular', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 5px 5px 40px rgba(0, 0, 0, 1);
}

.b-post-intro__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .b-post-intro {
        padding: 45px 0 60px;
    }

    .b-post-intro__title {
        margin: 0 0 30px;
        font-size: 42px;
        line-height: 56px;
    }

    .b-post-intro__text p {
        margin: 0 0 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        font-family: 'metabookcregular', sans-serif;
    }

    .b-post-intro__text p:last-child {
        margin-bottom: 0;
    }
}

/* Summary */
.b-post-summary {
    padding: 60px 0 80px;
}

.b-post-summary__text {
    position: relative;
    max-width: 720px;
    margin: -100px auto 75px;
}

.b-post-summary__text:before {
    content: " ";
    display: block;
    width: 76px;
    height: 76px;
    margin: 0 0 20px -38px;
    background: #c5a572;
    border-radius: 50%;
}

.b-post-summary__text p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    font-family: 'metabookcregular', sans-serif;
    color: #000;
}

.b-post-summary__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .b-post-summary__text {
        margin: -90px auto 30px;
    }

    .b-post-summary__text:before {
        width: 56px;
        height: 56px;
        margin: 0 0 20px;
    }

    .b-post-summary__text p {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 24px;
    }

    .b-post-summary__text p:last-child {
        margin-bottom: 0;
    }
}

/* Hotels */
.b-post-hotels {
    padding: 50px 0 0;
    background: url(https://static.sobaka.ru/uploads/longread/60589/updated/hotels_background.jpg) repeat 0 0;
    overflow: hidden;
}

.b-post-hotels__title {
    max-width: 600px;
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    font-family: 'metablackcregular', sans-serif;
    color: #fff;
    text-align: center;
}

.b-post-hotels__text {
    max-width: 720px;
    margin: 0 auto 70px;
}

.b-post-hotels__text p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'metablackcregular', sans-serif;
    color: #48322b;
    text-align: center;
}

.b-post-hotels__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .b-post-hotels__title {
        font-size: 38px;
        line-height: 46px;
    }
}

/* Hotel */
.b-post-hotel {
    max-width: 720px;
    margin: 0 auto 60px;
    padding: 40px 0 0;
}

.b-post-hotel__title {
    position: relative;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

.b-post-hotel__title:before {
    content: " ";
    position: absolute;
    top: -78px;
    left: -81px;
    width: 76px;
    height: 76px;
    background: #fff;
    border-radius: 50%;
}

.b-post-hotel__text {
    margin: 0 0 50px;
}

.b-post-hotel__text p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'metabookcregular', sans-serif;
    color: #000;
}

.b-post-hotel__text p:last-child {
    margin-bottom: 0;
}

.b-post-hotel__button {
    display: inline-block;
    min-width: 300px;
    height: 70px;
    font-weight: 400;
    font-size: 18px;
    line-height: 64px;
    font-family: 'metablackcregular', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: none;
    border: 3px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.b-post-hotel__button:hover {
    background-color: #cfac6f;
}

@media (max-width: 640px) {
    .b-post-hotel__title {
        font-size: 26px;
        line-height: 36px;
    }

    .b-post-hotel__title:before {
        top: -68px;
        left: 0;
        width: 56px;
        height: 56px;
    }
}

/* Hotel Slideshow */
.b-post-hotel-slideshow {
    position: relative;
    overflow: hidden;
}

.b-post-hotel-slideshow__slide {
    margin: 0 0 0 5px;
}

.b-post-hotel-slideshow__slide-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.b-post-hotel-slideshow__nav-arrow {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 116px;
    margin: -58px 0 0;
    background: #cfac6f url(https://static.sobaka.ru/uploads/longread/60589/updated/slideshows/nav_arrows.png) no-repeat;
    cursor: pointer;
}

.b-post-hotel-slideshow__nav-arrow:hover {
    background-color: #b3905c;
}

.b-post-hotel-slideshow__nav-arrow--prev {
    left: 0;
    background-position: 0 50%;
    border-radius: 0 8px 8px 0;
}

.b-post-hotel-slideshow__nav-arrow--next {
    right: 0;
    background-position: 100% 50%;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 640px) {
    .b-post-hotel-slideshow__slide {
        margin: 0;
    }

    .b-post-hotel-slideshow__nav-arrow {
        width: 50px;
        height: 86px;
        margin: -43px 0 0;
        background-size: 100px auto;
    }
}

/* Occasions */
.b-post-occasions {
    padding: 80px 0 35px;
}

.b-post-occasions__title {
    max-width: 720px;
    margin: 0 auto 55px;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    font-family: 'metablackcregular', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #cfac6f;
}

.b-post-occasions__text {
    max-width: 720px;
    margin: 0 auto 75px;
}

.b-post-occasions__text p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'metablackcregular', sans-serif;
    text-align: center;
    color: #48322b;
}

.b-post-occasions__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .b-post-occasions__title {
        margin: 0 0 30px;
        font-size: 34px;
        line-height: 46px;
    }

    .b-post-occasions__text {
        margin-bottom: 30px;
    }
}

/* Occasion */
.b-post-occasion {
    margin: 0 0 65px;
}

.b-post-occasion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(https://static.sobaka.ru/uploads/longread/60589/updated/occasions/header_background.jpg) no-repeat 50% 50%;
}

.b-post-occasion__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 280px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.b-post-occasion__title {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    font-family: 'metablackcregular', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #48322b;
}

.b-post-occasion__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 60px;
}

.b-post-occasion__text {
    max-width: 720px;
    margin: 0 auto 80px;
}

.b-post-occasion__text p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    font-family: 'metabookcregular', sans-serif;
    color: #000;
}

.b-post-occasion__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .b-post-occasion {
        margin: 0 0 30px;
    }

    .b-post-occasion__header {
        padding: 0 15px;
    }

    .b-post-occasion__image {
        margin-bottom: 30px;
    }

    .b-post-occasion__title {
        font-size: 38px;
        line-height: 48px;
    }

    .b-post-occasion__text {
        margin-bottom: 30px;
    }

    .b-post-occasion__text p {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 24px;
    }

    .b-post-occasion__text p:last-child {
        margin-bottom: 0;
    }
}

/* Blogger */
.b-post-blogger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-post-blogger__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.b-post-blogger__media--with-point {
    position: relative;
}

.b-post-blogger__media--with-point:before {
    content: " ";
    position: absolute;
    top: -35px;
    left: 52px;
    width: 70px;
    height: 70px;
    background: #c5a572;
    border-radius: 50%;
}

.b-post-blogger__photo {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-post-blogger__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 70px 0 0 -60px;
}

.b-post-blogger__name {
    position: relative;
    margin: 0 0 0 70px;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
    font-family: 'metablackcregular', sans-serif;
    color: #48322b;
}

.b-post-blogger__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 430px;
    margin: -10px 0 0;
    padding: 70px 15px 75px;
    color: #fff;
    background: #b3905c url(https://static.sobaka.ru/uploads/longread/60589/updated/bloggers/content_background.jpg) no-repeat -937px -398px;
    box-sizing: border-box;
}

.b-post-blogger__text {
    max-width: 540px;
}

.b-post-blogger__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    font-family: 'metaboldcregular', sans-serif;
}

.b-post-blogger__instagram-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
    padding: 10px 0;
    border-bottom: 3px solid #b3905c;
    box-sizing: border-box;
}

.b-post-blogger__instagram-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-post-blogger__instagram-media {
    flex: 0 0 auto;
}

.b-post-blogger__instagram-avatar {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-post-blogger__instagram-content {
    margin: 0 0 0 10px;
}

.b-post-blogger__instagram-username {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    font-family: 'metaboldcregular', sans-serif;
    color: #000;
}

.b-post-blogger__instagram-link-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    font-family: 'metaboldcregular', sans-serif;
    color: #cfac6f;
}

.b-post-blogger__instagram-link:hover .b-post-blogger__instagram-link-text {
    color: #b3905c;
}

@media (max-width: 640px) {
    .b-post-blogger {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-post-blogger__media {
        margin: 0 0 15px;
    }

    .b-post-blogger__media--with-point:before {
        top: -24px;
        left: 16px;
        width: 48px;
        height: 48px;
    }

    .b-post-blogger__content {
        margin: 0;
    }

    .b-post-blogger__name {
        margin: 0;
        font-size: 42px;
        line-height: 46px;
    }

    .b-post-blogger__text-wrap {
        padding: 30px 15px 60px;
    }
}

/* Map */
.b-post-map__title {
    max-width: 960px;
    margin: 0 auto 65px;
    font-weight: 400;
    font-size: 60px;
    line-height: 74px;
    font-family: 'metablackcregular', sans-serif;
    color: #cfac6f;
}

.b-post-map__container {
    display: inline-block;
    position: relative;
}

.b-post-map__image {
    display: block;
    width: 100%; /* IE 9-10 fix */
    max-width: 100%;
    height: auto;
}

.b-post-map__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 640px) {
    .b-post-map__title {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .b-post-map__title {
        font-size: 22px;
        line-height: 32px;
    }
}

/* Utilities */
@media (max-width: 640px) {
    .u-desktop-only {
        display: none;
    }
}