.header {
    position: relative;
    z-index: 12
}

.ws-head-sect {
    display: flex;
    height: 800px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 11
}

.ws-link-rout {
    margin-bottom: 40px
}

.ws-link-rout,
.ws-link-rout a {
    color: black;
    font-size: 16px
}

.ws-link-rout a:hover {
    color: var(--hover-color)
}

.ws-head-back {
    height: 900px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.ws-head-sect__block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width: 560px
}

.ws-h1-main-page,
.ws-pre-h1 {
    color: #1e1f29;
    font-weight: 900
}

.ws-pre-h1 {
    font-size: 80px;
    line-height: 95px;
    text-align: left
}

.ws-h1-width {
    margin: 0 0 24px;
    width: 700px
}

.ws-h1-width--web {
    width: 800px
}

.ws-h1-p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    width: 548px
}

.ws-head-sect__back {
    -webkit-animation: slide 90s linear infinite;
    background-repeat: no-repeat;
    background-size: contain;
    height: 718px;
    position: absolute;
    right: -10vw;
    top: -10px;
    transform: scale(1);
    width: 100vw;
    z-index: -1
}

.ws-head-sect__back--img-01 {
    background-image: url(../cdn.bminception.com/images/back-img-main.png)
}

@-webkit-keyframes slide {
    0% {
        background-position: 0 0;
        transform: scale(1)
    }
    20% {
        background-position: -200px 0;
        transform: scale(1.2)
    }
    40% {
        background-position: -100px -50px;
        transform: scale(1.4)
    }
    60% {
        background-position: 60px -20px;
        transform: scale(1.3)
    }
    80% {
        background-position: 30px 0;
        transform: scale(1.2)
    }
    to {
        background-position: 0 0;
        transform: scale(1)
    }
}

.ws-h1-main-page {
    font-size: 64px;
    line-height: 80px;
    margin: 50px 0 24px
}

@media only screen and (max-width:1200px) {
    .ws-head-sect {
        height: 750px;
        justify-content: center;
        padding: 0;
        width: 100%
    }
    .ws-head-sect__block {
        align-items: center;
        padding: 0
    }
    .ws-h1-width {
        width: 100%
    }
    .ws-h1-main-page {
        font-size: 76px;
        line-height: 95px;
        text-align: center
    }
    .ws-h1-p {
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width:640px) {
    .ws-head-sect {
        height: auto;
        margin-bottom: 80px
    }
    .ws-head-sect__block {
        margin-top: 0;
        padding: 0 20px;
        width: 100%
    }
    .ws-link-rout {
        margin-top: 24px
    }
    .ws-link-rout a {
        padding: 16px 0
    }
    .ws-head-sect__back {
        left: -100px;
        top: -10px;
        width: 700px
    }
    .ws-h1-main-page {
        font-size: 42px;
        line-height: 50px
    }
    .ws-h1-p {
        font-size: 16px;
        line-height: 24px
    }
}


/*# sourceMappingURL=head_section.css.map*/