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

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.woff') format('woff'),
    url('../fonts/DINPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.woff') format('woff'),
    url('../fonts/Calibri-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

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

/* Main wrap */
.b-specproject {
    --spec-w: calc(567em / 10);
    --spec-h: calc(675em / 10);
    --spec-h_m: calc(300em / 10);
    --spec-big-h: calc(550em / 10);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #15183A;
}

@media (max-width: 1180px) {
    .b-specproject {
        font-size: calc(10vw / 1180 * 100);
    }
}

@media (max-width: 640px) {
    .b-specproject {
        font-size: calc(10vw / 640 * 100);
    }
}

/* Reset */
.b-specproject * {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

.adv_ban {
    display: none;
}

.b-specproject {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b-specproject__tiles {
    width: 100%;
}

.b-specproject__tiles-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(35em / 10);
}

.b-specproject__tile {
    position: relative;
    width: 100%;
    height: var(--spec-h);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 0 calc(75em / 10) 0 0;
}

.b-specproject__tile + .b-specproject__tile {
    margin-left: calc(20em / 10);
}

.b-specproject__tile-560x600 {
    width: calc(560em / 10);
    height: calc(600em / 10);
    margin: 0 calc(10em / 10);
}

.b-specproject__tile-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
}

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

.b-specproject__tile-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    bottom: calc(30em / 10);
    left: 0;
    width: calc(535em / 10);
    height: calc(225em / 10);
    padding: calc(20em / 10) 0 calc(15em / 10) calc(40em / 10);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 calc(75em / 10) 0;
}

.b-specproject__tile-title {
    font-family: 'DINPro', Arial, sans-serif;
    font-size: calc(28em / 10);
    line-height: calc(32em / 28);
    text-transform: uppercase;
}

.b-specproject__tile-text {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: calc(21em / 10);
    line-height: calc(26em / 21);
}

.b-specproject__tile-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(195em / 10);
    height: calc(50em / 10);
    text-decoration: none;
    background: transparent;
    border: 1px solid #15002B;
    border-radius: 0 calc(15em / 10);
    transition: all 0.3s;
}

.b-specproject__tile-wrap-link:hover .b-specproject__tile-link,
.b-specproject__tile-link:hover {
    color: #000;
    background: #d5d5d5;
}

.b-specproject__tile-link-text {
    font-family: 'DINPro', Arial, sans-serif;
    font-size: calc(18em / 10);
    line-height: calc(14em / 18);
    text-align: center;
    text-transform: uppercase;
}

.b-specproject__main {
    border-radius: calc(75em / 10) calc(75em / 10) 0 0;
    width: 100%;
    height: calc(544em / 10);
    background-image: url("https://static.sobaka.ru/uploads/specprojects/dubai/main.png");
}

.b-specproject__main-title {
    font-family: 'DINPro', Arial, sans-serif;
    font-size: calc(62em / 10);
    line-height: calc(52em / 62);
    padding: calc(37em / 62) 0 calc(60em / 62);
    text-align: center;
    text-transform: uppercase;
}

.b-specproject__main-text {
    font-family: 'Calibri', Arial, sans-serif;
    font-weight: 300;
    font-size: calc(18em / 10);
    line-height: calc(22em / 18);
    max-width: calc(563em / 18);
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.04em;
}

.b-specproject__main-img {
    display: none;
}

.b-specproject__tile-big {
    width: 100%;
    height: var(--spec-big-h);
}

.b-specproject__tile-big .b-specproject__tile-content {
    width: calc(880em / 10);
    height: calc(234em / 10);
}

.b-specproject__tile-big .b-specproject__tile-title {
    font-size: calc(32em / 10);
    line-height: calc(38em / 32);
}

.b-specproject__tile-big .b-specproject__tile-text {
    font-size: calc(18em / 10);
    line-height: calc(22em / 18);
}

.b-specproject__tile-560x600 .b-specproject__tile-title {
    font-size: calc(24em / 10);
    line-height: calc(28em / 24);
}

.b-specproject__tile-560x600 .b-specproject__tile-text {
    font-size: calc(18em / 10);
    line-height: calc(18em / 18);
}

.b-specproject__slider-title {
    width: 100%;
    font-family: 'DINPro', Arial, sans-serif;
    font-size: calc(42em / 10);
    line-height: calc(46em / 42);
    text-align: center;
    text-transform: uppercase;
    color: #15002B;
}

/* slider */
.b-specproject__slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(1110em / 10);
    margin: 0 auto;
}

.b-specproject__slider-prev {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    width: 17px;
    height: 30px;
    left: calc(-22em / 10);
}

.b-specproject__slider-next {
    position: absolute;
    right: calc(-22em / 10);
    cursor: pointer;
    z-index: 2;
    width: 17px;
    height: 30px;
}

.b-specproject__slider-wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.b-specproject__slider-inner {
    position: relative;
    display: flex;
    gap: calc(7em / 10);
    height: calc(240em / 10);
    transition: all ease 0.3s;
    left: 0;
}

.b-specproject__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(275em / 10);
    background: #F7B98E;
    border-radius: 0 calc(35em / 10) 0 0;
    padding: calc(18em / 10) calc(15em / 10);
}

.b-specproject__slide:nth-child(even) {
    border-radius: 0 calc(35em / 10);
}

.b-specproject__slide-date {
    width: 100%;
    font-family: 'DINPro', Arial, sans-serif;
    font-weight: 500;
    font-size: calc(18em / 10);
    line-height: calc(14em / 18);
    margin-bottom: calc(15em / 18);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.b-specproject__slide-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #fff;
    width: calc(242em / 10);
    height: 100%;
    border-radius: 0 0 calc(15em / 10) 0;
    padding: calc(10em / 10);
    color: #15002B;
}

.b-specproject__slide:nth-child(even) .b-specproject__slide-content {
    border-radius: 0 calc(15em / 10);
}

.b-specproject__slide-wrap {
    display: flex;
    margin-bottom: calc(5em / 10);
}

.b-specproject__slide-title {
    width: 100%;
    font-family: 'DINPro', Arial, sans-serif;
    font-size: calc(12em / 10);
    line-height: calc(15em / 12);
    text-transform: uppercase;
}

.b-specproject__slide-text {
    font-family: 'Calibri', Arial, sans-serif;
    font-weight: 300;
    font-size: calc(11em / 10);
    line-height: calc(12em / 11);
}

.b-specproject__slide-icon {
    width: 100%;
    max-width: calc(70em / 10);
    max-height: calc(55em / 10);
}

.b-specproject__slide-icon svg {
    width: 100%;
    height: 100%;
}

/* table */
.b-specproject__grid {
    display: grid;
    width: 100%;
    grid-template-columns: calc(311em / 10) calc(279em / 10) calc(550em / 10);
    grid-template-rows: repeat(9, calc(62em / 10));
    background-color: #F7B98E;
}

.b-specproject__grid-title {
    width: 100%;
    font-family: 'DINPro', Arial, sans-serif;
    font-size: calc(48em / 10);
    line-height: calc(42em / 48);
    margin-bottom: calc(25em / 48);
    text-transform: uppercase;
    text-align: center;
}

.b-specproject__grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'DINPro', Arial, sans-serif;
    font-weight: 500;
    font-size: calc(24em / 10);
    line-height: calc(33em / 24);
    padding-left: calc(35em / 24);
    text-transform: uppercase;
    color: #FFFFFF;
}

.b-specproject__grid-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    width: calc(219em / 24);
    height: calc(56em / 24);
    border-radius: 0 calc(15em / 24);
    background-color: transparent;
    text-decoration: none;
    transition: all .3s;
}

.b-specproject__grid-item-link:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
}

/**
* grid-row-start: 1;
* grid-column-start: 1;
* grid-row-end: 1;
* grid-column-end: 1
*/

.b-specproject__grid-item-1 {
    grid-area: 1;
}

.b-specproject__grid-item-2 {
    grid-area: 2;
    background-color: #FFC095;
}

.b-specproject__grid-item-3 {
    grid-area: 3;
}

.b-specproject__grid-item-4 {
    grid-area: 4;
    background-color: #FFC095;
}

.b-specproject__grid-item-5 {
    grid-area: 5;
    background-color: #FFA464;
}

.b-specproject__grid-item-6 {
    grid-area: 6;
}

.b-specproject__grid-item-7 {
    grid-area: 7;
    background-color: #FFC095;
}

.b-specproject__grid-item-8 {
    grid-area: 8;
    background-color: #FFA464;
}

.b-specproject__grid-item-9 {
    grid-area: 9;
    background-color: #FFA96E;
}

.b-specproject__grid-item-10 {
    grid-area: 1 / 2 / 5 / 2;
    background-color: #B83186;
    padding: 0 calc(45em / 24);
}

.b-specproject__grid-item-11 {
    grid-area: 5 / 2 / 8 / 2;
    padding: 0;
    background-color: #B83186;
    text-align: center;
    font-weight: 400;
    justify-content: flex-start;
}

.b-specproject__grid-item-12 {
    grid-area: 8 / 2 / 10 / 2;
    background-color: #B83186;
}

.b-specproject__grid-item-13 {
    grid-area: 1 / 3 / 5 / 3;
    font-weight: 400;
}

.b-specproject__grid-item-14 {
    grid-area: 5 / 3;
    font-weight: 400;
    background-color: #FFA464;
    text-transform: none;
}

.b-specproject__grid-item-15 {
    grid-area: 6 / 3 / 8 / 3;
    font-weight: 400;
    text-transform: none;
}

.b-specproject__grid-item-16 {
    grid-area: 8 / 3 / 10 / 3;
    font-weight: 400;
    background-color: #FFA464;
    text-transform: none;
}

.b-specproject__footer {
    width: 100%;
    font-family: 'Calibri', Arial, sans-serif;
    font-size: calc(18em / 10);
    line-height: calc(22em / 18);
    text-align: center;
    color: #15183A;
}

/* Video */
.b-specproject__tile--responsive {
    position: relative;
    width: calc(288em / 10);
    height: calc(600em / 10);
}

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

.b-specproject__video-poster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: calc(35em / 10);
}

.b-specproject__video-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(https://static.sobaka.ru/uploads/specprojects/dubai/bg_mobile.png?v=1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.b-specproject__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: none !important;
}

.b-specproject__video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

@media (max-width: 640px) {
    .b-specproject__tiles-row {
        flex-direction: column;
        align-items: center;
        gap: calc(18em / 10);
    }

    .b-specproject__tile {
        height: var(--spec-h_m);
    }

    .b-specproject__tile + .b-specproject__tile {
        margin-left: 0;
    }

    .b-specproject__main {
        height: auto;
        background-image: none;
    }

    .b-specproject__main-title {
        font-size: calc(48em / 10);
        line-height: calc(52em / 48);
        padding: calc(22em / 48) calc(30em / 48);
    }

    .b-specproject__main-img {
        display: block;
        width: 100%;
        height: auto;
        padding-top: calc(25em / 10);
    }

    .b-specproject__tile-big {
        height: var(--spec-h_m);
    }

    .b-specproject__tile-content {
        padding: calc(10em / 10) calc(20em / 10);
        bottom: calc(10em / 10);
        height: auto;
        width: fit-content;
        max-width: calc(541em / 10);
    }

    .b-specproject__tile-title {
        font-size: calc(24em / 10);
        line-height: calc(38em / 24);
        margin-bottom: calc(25em / 24);
    }

    .b-specproject__tile-text {
        font-size: calc(16em / 10);
        line-height: calc(20em / 16);
        margin-bottom: calc(25em / 16);
    }

    .b-specproject__tile-big .b-specproject__tile-content {
        width: fit-content;
        max-width: calc(541em / 10);
        height: auto;
    }

    .b-specproject__tile-big .b-specproject__tile-title {
        font-size: calc(20em / 10);
        line-height: calc(24em / 20);
        margin-bottom: calc(10em / 20);
    }

    .b-specproject__tile-big .b-specproject__tile-text {
        font-size: calc(15em / 10);
        line-height: calc(16em / 15);
        margin-bottom: calc(10em / 15);
    }

    .b-specproject__tile-link {
        width: calc(105em / 10);
        height: calc(27em / 10);
        border-radius: 0 calc(5em / 10);
    }

    .b-specproject__tile-link-text {
        font-size: calc(13em / 10);
    }


    .b-specproject__slider-title {
        font-size: calc(32em / 10);
        line-height: calc(36em / 32);
    }

    .b-specproject__slider {
        max-width: calc(555em / 10);
    }

    .b-specproject__tile-560x600 {
        width: 100%;
    }

    .b-specproject__tile--responsive {
        width: calc(540em / 10);
        height: calc(640em / 10);
    }

    .b-specproject__video-bg {
        background-image: none;
    }

    .b-specproject__grid-title {
        font-size: calc(32em / 10);
        line-height: calc(36em / 32);
        margin-bottom: calc(2em / 32);
        max-width: calc(450em / 32);
    }

    .b-specproject__grid {
        grid-template-columns: calc(231em / 10) calc(181em / 10) calc(227em / 10);
        grid-template-rows: repeat(9, calc(43em / 10));
    }

    .b-specproject__grid-item {
        font-size: calc(18em / 10);
        line-height: calc(18em / 18);
        padding-left: calc(25em / 18);
    }

    .b-specproject__grid-item-10 {
        padding: 0 calc(25em / 18);
    }

    .b-specproject__grid-item-11 {
        padding: 0;
    }

    .b-specproject__grid-item-link {
        width: calc(170em / 24);
    }
}

/* 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;
}

.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: #FFA464;
    background: #fff;
    border: 1px solid #FFA464;
    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: #FFA464;
    color: #fff;
    border: 1px solid #FFA464;
}

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

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