.page-bg  {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.page-bg__div {
    position: absolute;
}

.page-bg__full {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-bg__header {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: min(calc(100vw - 230px), 1620px);
    height: 160px;
    background-size: contain;
    background-position: center;
}

.page-bg__left {
    left: max(calc((100vw - 1620px) / 4), 55px);
    transform: translateX(-50%);
    top: 0;
    width: max(calc((100vw - 1620px) / 2), 150px);
    height: 100%;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: left top;
}

.page-bg__right {
    right: max(calc((100vw - 1620px) / 4), 55px);
    transform: translateX(50%);
    top: 0;
    width: max(calc((100vw - 1620px) / 2), 150px);
    height: 100%;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: right top;
}

.page-bg__left .page-bg__img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: left;
}
.page-bg__right .page-bg__img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: right;
}

#app.hasfon div.hasfon-container {
    position: relative;
    max-width: min(calc(100vw - 230px), 1620px);
    /*max-width: 1080px;*/
}

.page-bg__header-mobile {
    display: none;
}

@media (max-width: 1620px) {
    .page-bg__header {
        height: 60px;
    }
}
@media (max-width: 1480px) and (min-width: 961px) {
    .hasfon-container .flex.md4 {
        -webkit-flex-basis: 33.33333333333333%;
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
    }
}
@media (max-width: 1280px) {
    #app.hasfon div.hasfon-container {
        max-width: calc(100vw - 140px);
    }
    .page-bg__header {
        max-width: calc(100vw - 140px);
    }
    .page-bg__right {
        right: 37px;
        width: 100px;
    }
    .page-bg__left {
        left: 37px;
        width: 100px;
    }
}
@media (max-width: 900px) {
    #app.hasfon div.hasfon-container {
        max-width: 100%;
    }
    .page-bg__right {
        opacity: 0;
    }
    .page-bg__left {
        opacity: 0;
    }
    .page-bg__header {
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    .page-bg__header {
        display: none;
    }
    .page-bg__header-mobile {
        display: block;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 100%;
        height: 100px;
        background-size: contain;
        background-position: center;
    }
}
/* #checkModal{
    display: none!important;
} */

.page-technical {
    min-height: 80vh;
    display: flex;
}

.page-technical__inner {
    margin: 0 auto;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 764px;
    position: relative;
}

.page-technical__img-box{
    margin-bottom: 36px;
}

.page-technical__decor{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
}

.page-technical__picture{
    position: relative;
    z-index: 1;
}

.page-technical__title{
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.page-technical__desc {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}


@media (max-width:1024px) {
    .page-technical__inner {
        margin-top:79px;
    }

    .page-technical__img-box{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }

    .page-technical__picture{
        width: 150px;
        object-fit: contain;
    }

    .page-technical__decor{
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: contain;
    }


    .page-technical__title{
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .page-technical__desc{
        font-size: 16px;
        line-height: 1.3;
    }
}