/* Fonts */
/* @import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&subset=cyrillic'); */

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans-web-regular.woff2') format('woff2'),
    url('../fonts/pt_sans-web-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans-web-italic.woff2') format('woff2'),
    url('../fonts/pt_sans-web-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans-web-bold.woff2') format('woff2'),
    url('../fonts/pt_sans-web-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Map */
.b-blokada-page__map {
    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;
    width: 1030px;
    height: 293px;
    margin: 0 auto 30px;
    background: url(https://static.sobaka.ru/uploads/specprojects/blokada/map.jpg) no-repeat 50% 50%;
}

.b-bloakda__map-content-divider {
    display: block;
    position: relative;
    width: 80px;
    height: 95px;
}

.b-bloakda__map-content-divider:before,
.b-bloakda__map-content-divider:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 50%;
    background: #bcab7e;
}

.b-bloakda__map-content-divider:before {
    top: 0;
    transform: translate(-50%, 1px) rotate(-15deg);
}

.b-bloakda__map-content-divider:after {
    bottom: 0;
    transform: translate(-50%, -1px) rotate(15deg);
}

.b-blokada-page__map-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    font-family: 'PT Sans Caption', sans-serif;
    color: #fff;
}

.b-blokada-page__map-title a {
    text-decoration: underline;
    color: #fff;
}

.b-blokada-page__map-subtitle {
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #bcab7e;
}

.b-blokada-page__map-subtitle:before {
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    margin: 0 0 10px;
    background: #bcab7e;
}

.b-blokada-page__map-link {
    display: block;
    width: 200px;
    height: 35px;
    font-weight: 400;
    font-size: 12px;
    line-height: 35px;
    font-family: 'PT Sans Caption', sans-serif;
    text-align: center;
    color: #fff;
    background: none;
    border: 1px solid #bcab7e;
    outline: none;
    cursor: pointer;
    transition: all 0.25s;
}

.b-blokada-page__map-link:hover,
.b-blokada-page__map-link:focus {
    color: #000;
    background: #bcab7e;
}

/* Portraits */
.b-blokada-page__portraits-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-family: 'PT Sans Caption', sans-serif;
    text-align: center;
}

.b-blokada-page__portraits-title:before,
.b-blokada-page__portraits-title:after {
    content: '';
    position: relative;
    top: 0.5em;
    width: 75px;
    height: 5px;
    background: #bcab7e;
}

.b-blokada-page__portraits-title:before {
    margin-right: 20px;
}

.b-blokada-page__portraits-title:after {
    margin-left: 20px;
}

.b-blokada-page__portraits-lead {
    max-width: 580px;
    margin: 0 auto 35px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: 'PT Sans Caption', sans-serif;
    text-align: center;
}

.b-blokada-page__portraits-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto;
}

/* Portrait */
.b-blokada-page__portrait {
    max-width: 315px;
    margin: 0 0 35px;
}

.b-blokada-page__portrait-img-wrap {
    position: relative;
    max-width: 100%;
    width: 315px;
    /* height: 260px; */
    height: auto;
    margin: 0 0 15px;
    overflow: hidden;
}

.b-blokada-page__portrait-img-wrap:before {
    content: '';
    display: block;
    width: 100%;
    padding: calc(260 / 315 * 100%) 0 0;
}

.b-blokada-page__portrait-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.b-blokada-page__portrait-title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-family: 'PT Sans Caption', sans-serif;
    text-align: center;
    color: #bcab7e;
}

.b-blokada-page__portrait-text {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'PT Sans Caption', sans-serif;
    text-align: center;
    color: #000;
}

/* Card */
.b-blokada-page__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 35px;
    padding: 6px;
    background: #bcab7e;
}

.b-blokada-page__card-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;
    width: 50%;
}

.b-blokada-page__card-stats {
    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;
    padding: 10px 0 0;
}

.b-blokada-page__card-stats-title {
    margin: 0 0 50px;
}

.b-blokada-page__card-stats-digits {
    font-weight: 700;
    font-size: 88px;
    line-height: 1;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.b-blokada-page__card-stats-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.b-blokada-page__card-blockquote {
    max-width: 330px;
    padding: 10px 0 0;
}

.b-blokada-page__card-blockquote-title {
    margin: 0 0 50px;
}

.b-blokada-page__card-blockquote-text {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: 'PT Sans Caption', sans-serif;
    color: #000;
}

.b-blokada-page__card-blockquote-author {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

.b-blokada-page__card-article {
    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;
    position: relative;
    margin: auto;
    padding: 50px 0 30px;
}

.b-blokada-page__card-article:before,
.b-blokada-page__card-article:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 320px;
    height: 1px;
    margin: 0 0 0 -160px;
    background: #fff;
}

.b-blokada-page__card-article:before {
    top: 0;
}

.b-blokada-page__card-article:after {
    bottom: 0;
}

.b-blokada-page__card-article-text {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
}

.b-blokada-page__card-video-overlay {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.b-blokada-page__card-video-play-btn {
    display: block;
    color: #fff;
}

.b-blokada-page__card-video-play-btn:hover {
    color: #bcab7e;
}

.b-blokada-page__card-video-play-icon {
    display: inline-block;
    fill: currentColor;
    transition: all 0.25s;
}

.b-blokada-page__card-video-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

.b-blokada-page__card-image-overlay {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.b-blokada-page__card-image-title {
    margin: 35px 0 25px;
}

.u-blokada-page__card-title {
    display: inline-block;
    padding: 5px 0;
    min-width: 320px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
}

.u-blokada-page__card-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    height: 35px;
    font-size: 12px;
    line-height: 1;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 0.1em;
    color: #000;
    background: #bcab7e;
    border: 1px solid #000;
    transition: all 0.25s;
}

.u-blokada-page__card-button:hover,
.u-blokada-page__card-button:focus {
    color: #000;
    background: #fff;
}

.u-blokada-page__card-media {
    position: relative;
    max-width: 100%;
    width: 509px;
    /* height: 286px; */
    height: auto;
    overflow: hidden;
}

.u-blokada-page__card-media:before {
    content: '';
    display: block;
    width: 100%;
    padding: calc(286 / 509 * 100%) 0 0;
}

.u-blokada-page__card-media-element {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/* Share */
.b-specproject__share {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 30px;
}

.b-specproject__share-title {
    font: normal 400 14px/1 'Futura Demi', sans-serif;
    margin: 0;
}

.b-specproject__share-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 20px;
}

.b-specproject__share-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 1px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
    transition: background 0.3s;
}

.b-specproject__share-btn + .b-specproject__share-btn {
    margin-left: 5px;
}

.b-specproject__share-btn:focus:active {
    outline: none;
}

.b-specproject__share-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.b-specproject__share-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
