.banner3d {
    min-height: calc(100vh - 80px);
    padding-top: 100px;
    overflow: hidden
}

.banner3d__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    align-items: center
}

.banner3d__left {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    flex: 0 0 auto;
    width: auto;
    position: relative;
    z-index: 10
}

.banner3d__right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% / 12 * 6 - 30px);
    margin-left: calc(100% / 12 * 1 + 15px)
}

.banner3d__title {
    margin: 39px 0;
    color: #363636;
    font-family: "SK Concretica";
    font-size: 105px;
    font-weight: 400;
    line-height: 1
}

.banner3d__title span {
    display: block
}

.banner3d__subtitle {
    margin: 0;
    color: #ff3d4b;
    font-family: Golos;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2
}

.banner3d--inner {
    min-height: 1px;
    margin-bottom: 0;
    padding-bottom: 100px;
    background-color: #fcfbfb
}

.banner3d--inner .banner3d__row {
    margin-bottom: 0
}

.banner3d--inner .banner3d__title {
    margin-bottom: 30px;
    font-family: 'Golos Medium';
    font-size: 65px;
    font-weight: 500
}

.banner3d__text {
    margin: 0;
    font-size: 18px
}

.banner3d__img {
    width: 418px;
    height: 418px
}

.banner3d__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.banner3d .pres {
    justify-content: flex-start;
    width: 275px;
    margin-left: 0;
    margin-top: 80px
}

.banner3d .pres__text span {
    color: #363636
}

.banner3d__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 60px;
    margin-top: 40px;
    border-radius: 30px;
    background-color: #ff3d4b;
    color: #fcfbfb;
    font-size: 18px;
    transition: .3s linear
}

.banner3d__btn:hover {
    background-color: #ff505c
}

.banner3d--bg {
    background-color: #eee
}

.banner3d__threed {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.banner3d__content {
    position: relative;
    z-index: 2
}

.banner3d__canvas {
    width: 600px;
    height: 600px;
    outline: 0
}


@media screen and (max-width: 1789px) {
    .banner3d__right {
        margin-left: calc(100% / 12 * 0 + 15px)
    }
}

@media screen and (max-width: 1599px) {
    .banner3d__right {
        width: calc(100% / 12 * 5 - 30px)
    }

    .banner3d__title {
        margin: 0 0 30px;
        font-size: 90px
    }

    .banner3d__subtitle {
        font-size: 30px
    }

    .banner3d__text {
        padding-right: 100px
    }

    .banner3d__img {
        width: 300px;
        height: 300px
    }
}

@media screen and (max-width: 1439px) {
    .banner3d__right {
        width: calc(100% / 12 * 4 - 30px)
    }
}

@media screen and (max-width: 1199px) {
    .banner3d {
        min-height: 1px;
        padding-bottom: 48px
    }

    .banner3d__title {
        font-size: 68px
    }

    .banner3d--inner .banner3d__title {
        font-size: 48px
    }

    .banner3d__img {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .banner3d {
        padding-top: 60px
    }

    .banner3d__right {
        display: none
    }

    .banner3d--inner .banner3d__title {
        margin-top: 0
    }

    .banner3d .pres {
        margin-top: 40px
    }
}

@media screen and (max-width: 767px) {
    .banner3d__row {
        flex-wrap: wrap
    }

    .banner3d__left {
        flex: 1
    }

    .banner3d__text {
        padding-right: 0
    }
}

@media screen and (max-width: 575px) {
    .banner3d {
        padding-top: 40px
    }

    .banner3d__title {
        margin-bottom: 20px;
        font-size: 45px
    }

    .banner3d__subtitle {
        font-size: 18px
    }

    .banner3d--inner .banner3d__title {
        font-size: 30px;
        margin-bottom: 15px
    }

    .banner3d__text {
        font-size: 16px
    }
}