html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background: #d2d2d2 url(../img/bg_2.png) no-repeat center top -40svh / 751px auto;
}

.main {
    overflow: hidden;
    height: 100%;
    padding: 0 20px;
}
.main__wrapper {
    position: relative;
    /*padding-top: 237px;*/
    /*padding-bottom: 167px;*/
    min-height: 100%;
    /*max-width: 1320px;*/
    margin: 0 auto;
    padding: 120px 0;
}
.el_1 {
    background: url(../img/1.svg) no-repeat center / contain;
    width: 165px;
    height: 28px;
    position: absolute;
    top: 41px;
    left: 0;
}
.el_2 {
    background: url(../img/2.svg) no-repeat center / contain;
    width: 154px;
    height: 31px;
    position: absolute;
    top: 37px;
    left: calc(50% - 78px);
}
.el_3 {
    background: url(../img/3.svg) no-repeat center / contain;
    width: 207px;
    height: 22px;
    position: absolute;
    top: 41px;
    right: 0;
}
.el_3:hover {
    opacity: .8;
}
.el_4 {
    background: url(../img/4.svg) no-repeat center / contain;
    width: 226px;
    height: 27px;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.el_4:hover {
    opacity: .8;
}
.el_5 {
    background: url(../img/5.svg) no-repeat center / contain;
    width: 92px;
    height: 24px;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 46px);
}
.el_6 {
    background: url(../img/6.svg) no-repeat center / contain;
    width: 147px;
    height: 27px;
    position: absolute;
    bottom: 40px;
    right: 0;
}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.el_7 {
    background: url(../img/7.svg) no-repeat center / contain;
    width: 94px;
    height: 94px;
    position: absolute;
    bottom: 25px;
    right: -38px;
    z-index: -1;
    animation-name: rotation;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.main__box {
    background: url(../img/main_2.png) no-repeat center / contain;
    width: 990px;
    height: 433px;
    margin: 0 auto;
    transform: translateX(-7px);
    padding-top: 140px;
    padding-left: 12px;
}
.main__box-link {
    background: url(../img/btn.svg) no-repeat center / contain;
    width: 210px;
    height: 47px;
    display: block;
}
.main__box-link:hover {
    background-image: url(../img/btn_h.svg);
}


@media (max-width: 767.98px) {

    body {
        background: #d2d2d2 url(../img/bg_m.png) no-repeat center top -231px / 521px auto;
    }

    .main {

    }

    .main__wrapper {
        padding-top: 172px;
        padding-bottom: 167px;
    }

    .el_2 {
        width: 134px;
        height: 27px;
        top: 36px;
        left: calc(50% - 68px);
    }
    .el_3 {
        width: 125px;
        height: 13px;
        top: 524px;
        right: auto;
        left: calc(50% - 62px);
    }
    .el_4 {
        width: 136px;
        height: 17px;
        top: 549px;
        right: auto;
        left: calc(50% - 68px);
    }
    .el_5 {
        background: url(../img/m_1.svg) no-repeat center / contain;
        width: 68px;
        height: 18px;
        position: absolute;
        bottom: auto;
        top: 105px;
        left: calc(50% - 34px);
    }
    .el_6 {
        width: 89px;
        height: 16px;
        top: 578px;
        right: auto;
        left: calc(50% - 46px);
    }
    .el_7 {
        width: 59px;
        height: 59px;
        top: 536px;
        right: calc(50% - 112px);
    }

    .main__box {
        background: url(../img/main_m.png) no-repeat center / contain;
        width: 245px;
        height: 332px;
        transform: translateX(0);
        padding-top: 200px;
        padding-left: 0;
    }
    .main__box-link {
        width: 161px;
        height: 36px;
    }

}