@font-face {
    font-family: "Muller";
    font-display: swap;
    /*src: local("☺");*/
    src: url("/local/templates/granit/fonts/subset-MullerMedium.woff2") format("woff2"),
    url("/local/templates/granit/fonts/subset-MullerMedium.woff") format("woff"),
    url("/local/templates/granit/fonts/subset-MullerMedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HeliosCond';
    font-display: swap;
    src: local("☺");
    src: url("../fonts/subset-HeliosCond.woff2") format("woff2"),
    url("../fonts/subset-HeliosCond.woff") format("woff"),
    url("../fonts/subset-HeliosCond.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HeliosCond';
    font-display: swap;
    src: local("☺");
    src: url("../fonts/subset-HeliosCond-Bold.woff2") format("woff2"),
    url("../fonts/subset-HeliosCond-Bold.woff") format("woff"),
    url("../fonts/subset-HeliosCond-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: "Muller", "Arial", sans-serif !important;
    font-weight: 500;
    color: #fff;
}

/* stub styles */

.site-closed {
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/local/templates/granit/img/stub/bg-stub-mobile.jpg");
}

.site-closed__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px 10px;
}

.site-closed__logo-block {
    width: 169px;
    height: auto;
}

.site-closed__logo {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.site-closed__head-text {
    font-size: 20px;
    line-height: 26px;
    color: rgba(255,255,255,.7);
}

.site-closed__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.site-closed__body-text {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 31.2px;
    text-align: center;
}

.site-closed__body-text:not(:last-of-type) {
    margin-bottom: 0;
}

.site-closed__body-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-closed__body-link {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 21.6px;
    text-decoration: none;
    text-transform: uppercase;
}

.site-closed__body-link:not(:first-child) {
    margin-top: 36px;
}

.site-closed__body-link::after {
    content: "";
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #F56A3F;
    transition: width .3s;
}

.site-closed__body-link:hover,
.site-closed__body-link:focus {
    outline: none;
}

.site-closed__body-link:hover::after,
.site-closed__body-link:focus::after {
    width: 100%;
}

.site-closed__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.site-closed__footer-text {
    font-size: 18px;
    line-height: 21.6px;
    color: rgba(255,255,255,.7);
}

.site-closed__footer-link {
    display: block;
    margin-top: 15px;
    text-decoration: none;
}

.site-closed__footer-link:hover,
.site-closed__footer-link:focus {
    outline: none;
}

.site-closed__footer-link--phone {
    font-size: 20px;
    line-height: 26px;
    transition: color .3s;
}

.site-closed__footer-link--phone:hover,
.site-closed__footer-link--phone:focus {
    color: rgba(255,255,255,.7);
}

.site-closed__footer-link--email {
    font-size: 18px;
    line-height: 21.6px;
    transition: color .3s;
}

.site-closed__footer-link--email:hover,
.site-closed__footer-link--email:focus {
    color: rgba(255,255,255,.7);
}

.site-closed__footer-link--tg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 55px;
    padding-right: 20px;
    padding-left: 62px;
    font-size: 18px;
    line-height: 21.6px;
    background-color: #F56A3F;
    background-repeat: no-repeat;
    background-size: 27px auto;
    background-position: 20px center;
    background-image: url("/local/templates/granit/img/stub/icon-stub-tg.svg");
    border-radius: 10px;
    transition: background-color .3s;
}

.site-closed__footer-link--tg:hover,
.site-closed__footer-link--tg:focus {
    background-color: #FDAD95;
    outline: none;
}

.prices-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    z-index: 10;
}

.prices-modal__body {
    position: absolute;
    top: 0;
    right: -100%;
    width: calc(100% - 40px);
    height: 100vh;
    padding: 85px 20px 0;
    background-color: #fff;
    transition: right .3s;
}

.prices-modal__body--open {
    right: 0;
}

.prices-modal__close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.prices-modal__close-btn svg {
    width: 24px;
    height: 24px;
}

.prices-modal__close-btn path {
    stroke: #999;
    transition: stroke .3s;
}

.prices-modal__close-btn:hover,
.prices-modal__close-btn:focus {
    outline: none;
}

.prices-modal__close-btn:hover path,
.prices-modal__close-btn:focus path {
    stroke: #000;
}

.prices-modal__content {
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
    overflow-y: auto;
}

.prices-modal__content-heading {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #212529;
    font-family: "HeliosCond", "Arial", sans-serif !important;
}

.prices-modal__content-switches {
    display: flex;
    margin-bottom: 25px;
}

.prices-modal__content-switch {
    position: relative;
    text-decoration: none;
}

.prices-modal__content-switch::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #A4A4A4;
}

.prices-modal__content-switch:not(:first-child) {
    margin-left: 20px;
}

.prices-modal__content-switch--active {
    padding: 0 10px;
}

.prices-modal__content-switch--active::after {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 100%;
    height: 37px;
    background-color: #F56A3F;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.prices-modal__content-switch-text {
    position: relative;
    color: #A4A4A4;
    font-size: 14px;
    line-height: 16.8px;
    z-index: 1;
}

.prices-modal__content-switch--active .prices-modal__content-switch-text {
    color: #fff;
}

.prices-modal__content-tab {
    display: none;
    flex-direction: column;
    margin-bottom: -15px;
}

.prices-modal__content-tab--active {
    display: flex;
}

.prices-modal__link-item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px 75px 15px 15px;
    text-decoration: none;
    border: 1px solid #E2E2E2;
}

.prices-modal__link-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #F56A3F;
    background-position: center;
    background-size: 35px auto;
    background-repeat: no-repeat;
    background-image: url("/local/templates/granit/img/stub/icon-stub-download-arrow.svg");
}

.prices-modal__link-item-name {
    display: block;
    margin: 0 0 5px;
    font-family: "HeliosCond", "Arial", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 23.4px;
    color: #212529;
    text-transform: uppercase;
}

.prices-modal__link-item-desc {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 16.8px;
    color: #999;
}

.prices-modal__link-item-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prices-modal__link-item-type {
    display: block;
    font-family: "HeliosCond", "Arial", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 23.4px;
    color: #F56A3F;
    text-transform: uppercase;
}

.prices-modal__link-item-size {
    display: block;
    font-size: 14px;
    line-height: 16.8px;
    color: #999;
}

@media (min-width: 768px) {
    .site-closed {
        background-image: url("/local/templates/granit/img/stub/bg-stub-desktop.jpg");
    }

    .site-closed__container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        max-width: 1600px;
        margin: 0 auto;
        /*padding: 100px 40px 60px;*/
        padding: 30px 40px;
    }

    .site-closed__head-text {
        order: 0;
        flex-basis: calc(46%);
        font-size: 30px;
        line-height: 39px;
    }

    .site-closed__logo-block {
        order: 1;
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .site-closed__logo {
        width: 221px;
        height: auto;
        object-fit: none;
    }

    .site-closed__body {
        order: 2;
        justify-content: center;
    }

    .site-closed__body-text {
        margin-bottom: 30px;
        font-size: 42px;
        line-height: 50.4px;
    }

    .site-closed__body-text br {
        display: none;
    }

    .site-closed__body-links {
        flex-direction: row;
        align-items: flex-start;
    }

    .site-closed__body-link {
        font-size: 20px;
        line-height: 24px;
    }

    .site-closed__body-link:not(:first-child) {
        margin-top: 0;
        margin-left: 40px;
    }

    .site-closed__footer {
        order: 3;
        justify-content: flex-end;
    }

    .site-closed__footer-text {
        font-size: 22px;
        line-height: 26.4px;
    }

    .site-closed__footer-link--phone {
        font-size: 30px;
        line-height: 39px;
    }

    .site-closed__footer-link--email {
        font-size: 22px;
        line-height: 26.4px;
    }

    .site-closed__footer-link--tg {
        font-size: 22px;
        line-height: 26.4px;
    }

    .prices-modal__body {
        top: 50%;
        left: 50%;
        width: calc(100% - 80px);
        max-width: 1250px;
        max-height: 867px;
        padding: 40px 60px;
        transform: translate(-50%, -50%);
        transition: none;
    }

    .prices-modal__close-btn {
        right: 20px;
        left: auto;
    }

    .prices-modal__content {
        padding-bottom: 0;
        overflow-x: hidden;
    }

    .prices-modal__content-heading {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        font-size: 50px;
        line-height: 65px;
    }

    .prices-modal__content-switches {
        justify-content: center;
        margin-bottom: 45px;
    }

    .prices-modal__content-switch-text {
        font-size: 20px;
        line-height: 24px;
    }

    .prices-modal__content-switch--active {
        padding: 0 20px;
    }

    .prices-modal__content-switch--active::after {
        height: 54px;
    }

    .prices-modal__content-tab {
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }

    .prices-modal__link-item {
        flex-basis: calc(50% - 30px);
        flex-direction: row;
        justify-content: space-between;
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 0;
        background-color: #fff;
        transition: background-color .3s;
    }

    .prices-modal__link-item::after {
        display: block;
        width: 27.2727%;
        background-size: 50px auto;
        opacity: 0;
        transition: all .3s;
    }

    .prices-modal__link-item:hover/*,
    .prices-modal__link-item:focus*/ {
        background-color: #F2F2F2;
        outline: none;
    }

    .prices-modal__link-item:hover::after/*,
    .prices-modal__link-item:focus::after*/ {
        opacity: 1;
    }

    .prices-modal__link-item:active::after {
        background-color: #212529;
    }

    .prices-modal__link-item-left {
        flex-grow: 1;
        padding: 25px 20px;
        border-right: 1px solid #E2E2E2;
    }

    .prices-modal__link-item-right {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-basis: 27.2727%;
        flex-shrink: 0;
        padding: 25px 20px;
    }

    .prices-modal__link-item-name {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 31.2px;
    }

    .prices-modal__link-item-desc {
        margin: 0;
        font-size: 16px;
        line-height: 19.2px;
    }

    .prices-modal__link-item-type {
        font-size: 24px;
        line-height: 31.2px;
    }

    .prices-modal__link-item-size {
        font-size: 18px;
        line-height: 21.6px;
    }
}