

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mw_1050 {
    min-width: 1050px;
}

.header_logo {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 20px;
}
section {
    
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}
section:first-child {
    margin: 0;
}
section img {
    max-width: 1903px;
    
    user-select: none;
    vertical-align: top;
}
section .info_btn {
    position: absolute;
    width: 593px;
    height: 89px;
    left: 50%;
    bottom: 113px;
    transform: translate(-50%);
}
.mo_block {
    display: none;
}
@media(max-width:1400px) {
    .mo_none {
        display: none;
    }
    .mo_block {
        display: block;
    }
}