/* Main wrap */
.b-cuba-page {
    padding: 0 5px;
}

/* Header */
.b-cuba-page__header {
    position: relative;
    height: 120px;
    margin: 0 0 20px;
    padding: 20px 20px 20px 185px;
    color: #fff;
    background: url(/img/specprojects/cuba/header.png) no-repeat 50% 50%;
    background-size: cover;
    border: 1px solid #ddd;
}

.b-cuba-page__header-text {
    max-width: 810px;
    font-size: 14px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

/* Tiles */
.b-cuba-page__tiles-row {
    margin: 0 0 20px;
    overflow: hidden; /* Clearfix */
}

.b-cuba-page__tile {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.b-cuba-page__tile + .b-cuba-page__tile {
    margin-left: 20px;
}

.b-cuba-page__tile--w1 {
    width: 760px;
}

.b-cuba-page__tile--w2 {
    width: 500px;
}

.b-cuba-page__tile--w3 {
    width: 240px;
}

.b-cuba-page__tile-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

.b-cuba-page__tile-wrap-link:hover {
    color: inherit;
}

.b-cuba-page__tile-content {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    color: #fff;
}

.b-cuba-page__tile-content--centered {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 25px;
}

.b-cuba-page__tile-title {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;;
}

.b-cuba-page__tile-title--alt {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fed905;
    text-transform: uppercase
}

.b-cuba-page__tile-text {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.b-cuba-page__tile-text:last-child {
    margin-bottom: 0;
}

.b-cuba-page__tile-link {
    display: block;
    width: 160px;
    height: 50px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    background: #4345ba;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.b-cuba-page__tile-wrap-link:hover .b-cuba-page__tile-link,
.b-cuba-page__tile-link:hover {
    color: #fff;
    background: #4345a6;
}

.b-cuba-page__tile-link--alt-color-1 {
    background: #c1cd09
}

.b-cuba-page__tile-wrap-link:hover .b-cuba-page__tile-link--alt-color-1,
.b-cuba-page__tile-link--alt-color-1:hover {
    color: #fff;
    background: #adb909;
}

.b-cuba-page__tile-link--alt-color-2 {
    background: #eb351b
}

.b-cuba-page__tile-wrap-link:hover .b-cuba-page__tile-link--alt-color-2,
.b-cuba-page__tile-link--alt-color-2:hover {
    color: #fff;
    background: #d7351b;
}

/* Video */
.b-cuba-page__tile-video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-cuba-page__tile-video-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.b-cuba-page__tile-video-play-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/specprojects/cuba/play_button.png) no-repeat 50% 50%;
    z-index: 10;
}

.b-cuba-page__tile-video-play-btn:hover {
    opacity: 0.85;
}

/* Social links */
.b-cuba-page__social-links {
    text-align: center;
}

.b-cuba-page__social-link {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(/img/specprojects/cuba/social_link_icons.png);
    background-repeat: no-repeat;
}

.b-cuba-page__social-link:hover {
    opacity: 0.85;
}

.b-cuba-page__social-link + .b-cuba-page__social-link {
    margin-left: 20px;
}

.b-cuba-page__social-link--vkontakte {
    background-position: 0 0;
}

.b-cuba-page__social-link--telegram {
    background-position: -270px 0;
}

/* Share buttons */
.b-cuba-page__share-btns {
    margin: 30px 0 30px;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.b-cuba-page__share-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #24aef1;
    background-image: url(/img/specprojects/cuba/share_icons.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    border-radius: 50%;
    transition: all 0.3s;
}

.b-cuba-page__share-btn:hover {
    background-color: #016bb3;
}

.b-cuba-page__share-btn:first-child {
    margin-left: 5px;
}

.b-cuba-page__share-btn--tw {
    background-position: -34px 0;
}

.b-cuba-page__share-btn--vk {
    background-position: -68px 0;
}

.b-cuba-page__share-btn--ok {
    background-position: -104px 0;
}

/* Hide the search form of the main layout */
#search-form {
    display: none;
}