@import "../base.css";

@media (max-width: 599px) {
    .header .wrapper{
        width: 100% !important;
        padding: 0 20px !important;
    }
    .header .wrapper .nav-link{
        display: none !important;
    }
    .container-full{
        width: 100% !important;
        padding: 50px 20px !important;
        box-sizing: border-box;
    }
    .container-full .title{
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 0 !important;
        word-break: break-word;
    }
    .container-full .sec-title{
        font-size: 24px !important;
        padding-top: 20px !important;
    }
    .container-full .image-show,
    .container-full .image-show-2,
    .container-full .image-show-3{
        width: 80% !important;
        height: auto !important;
    }
    .footer{
        min-width: 100% !important;
        height: 66px !important;
    }
    .footer .wrapper{
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer .wrapper .title a{
        font-size: 14px;
    }
    .footer .wrapper .title a:last-child{
        margin-right: 0;
    }
    .footer .nav-wrapper{
        display: none;
    }
}

.container{
    width: 100%;
    padding-top: 51px;
}
.container.gary{
    background: #f4f6f9;
}
.container.white{
    background: #fff;
    padding-top: 0 !important;
}
.container-full{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
    /*min-height: calc(100vh - 180px);*/
}
.container-full .content-main{
    padding: 60px 90px 60px 108px;
    box-sizing: border-box;
    font-size: 0;
}
.container-full .content-main > div{
    display: inline-block;
    vertical-align: top;
}
.container-full .content-main .left-box{
    width: 560px;
}
.container-full .content-main .main-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #333;
    padding-bottom: 24px;
}
.container-full .content-main .main-title.ru,
.container-full .content-main .main-title.ja{
    font-size: 46px;
}
.container-full .content-main .main-info{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    padding-bottom: 28px;
}
.container-full .content-main .right-box{
    width: 300px;
    margin-left: 140px;
    box-sizing: border-box;
    padding-top: 100px;
    text-align: center;
}
.container-full .content-main .right-box .cover{
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.container-full .content-main .right-box .link-button{
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0099fb;
    border-radius: 4px;
    margin-top: 50px;
}
.container-full .content-main .right-box .other-link{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.container-full .content-other{
    display: flex;
    box-sizing: border-box;
    padding: 55px 80px;
}
.container-full .content-other .other-item{
    flex: 1;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    box-sizing: border-box;
    padding: 34px 0 26px;
    border: 3px solid transparent;
}
.container-full .content-other .other-item:hover{
    border-color: #34abf1;
    border-radius: 5px;
}
.container-full .content-other .other-cover{
    display: block;
    width: 72px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
}
.container-full .content-other .other-cover.android-icon{
    width: 62px;
}
.container-full .content-other .other-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    padding-top: 36px;
}
