body {
    background-color: white;
    background-image: radial-gradient(
        circle,
        rgba(119, 136, 153) 50%,
        rgba(47, 79, 79 0.6) 100%
    );
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.col.target {
    width: calc(100% / 2 - 20px);
}

.col.target_1 {
    width: calc(100% / 1 - 20px);
}

.way_to {
    display: none;
}

.way_to_one img {
    /* max-width: calc(100% * 0.98)!important; */
    max-height: 900px !important;
}

.way_to_one {
    display: inline;
}

.way_to_one a {
    text-align: center;
}

.menudownbar__logo.bar {
    width: 85%;
}

.menu__link.trade {
    font-size: 1.1em;
}


@media screen and (max-width: 1770px) {

    .way_to_one img {
        /* max-width: calc(100% * 0.95)!important; */
        /* max-height: 1350px!important; */
        margin: 0 !important;
    }

}


@media screen and (max-width: 1350px) {

    .way_to_one img {
        /* max-width: calc(100% * 0.85)!important; */
        /* max-height: 1250px!important; */
    }

}


@media screen and (max-width: 1050px) {

    .way_to_one img {
        /* max-width: calc(100% * 0.75)!important; */
        /* max-height: 900px!important; */
    }

    .hamburger-box {
        margin-right: 25px;
    }

}


@media screen and (max-width: 850px) {

    .way_to_one img {
        max-width: calc(100% * 0.4) !important;
        /* max-height: 600px!important; */
        margin: 0 !important;
    }

}


@media screen and (max-width: 667px) {

    .col.target {
        width: calc(100% / 1 - 20px);
    }

    .way_to_one {
        display: none;
    }

    .way_to {
        display: inline;
    }

    .way_to img {
        max-width: calc(100% * 0.28) !important;
    }

    .menudownbar__logo.bar {
        width: 30%;
    }

}


@media screen and (max-width: 500px) {

    .way_to img {
        max-width: calc(100% * 0.2) !important;
    }

}


@media screen and (max-width: 400px) {

    .way_to img {
        max-width: calc(100% * 0.17) !important;
    }

}