
* {
    padding: 0;
    margin: 0;
}

body {
    width: 100vw;
    min-height: 100vh;
    background: white;
}

a {
    text-decoration-line: none;
}

header {
    height: 110px;
    padding-left: 95px;
    background: #c5351d;
    display: flex;
    align-items: center;
}

header .logo {
    height: 100%;
}

header ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul a {
    margin-left: 80px;
    font-size: 20px;
    color: white;
}

.banner {
    width: 100%;
    position: relative;
}
.banner .bg{
    width: 100%;
    position: relative;
    z-index: -1;
}
.banner .phone_bg{
    display: none;
}
.banner .pc_bg{
    display: block;
}
.banner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #632400;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .content h2 {
    font-size: 66px;
    font-weight: bolder;
    font-family: Arial Black;
    line-height: 1.8;
}
.banner .content p {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    font-family: Arial;
    line-height: 1.3;
    margin-bottom: 10px;
}
.banner .content img {
    max-width: 80%;
}

.slider {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 100px;
}

.slider .slider-item {
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.slider .slider-item img {
    width: 100%;
}

.slider .slider-item h3 {
    width: 100%;
    font-size: 20px;
    font-family: Arial;
    text-align: center;
    margin-top: 45px;
}

footer {
    background: #c5351d;
    width: 80%;
    padding: 0 10%;
}

footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-top: 25px;
}

footer .top .top-left {
    margin-bottom: 25px;
}

footer .top .top-left p {
    color: #fff;
    font-family: Arial;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 20px;
}

footer .top .top-left .actions {
    display: flex;
    align-items: center;
    list-style: none;
}

footer .top .top-left .actions li {
    margin-right: 30px;
}

footer .top .top-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

footer .top .top-right a {
    height: 66px;
}

footer .top .top-right a:last-child {
    margin-left: 30px;
}

footer .top .top-right a img {
    height: 100%;
}

footer .bottom {
    display: flex;
    align-items: center;
    padding: 25px 0 20px;
    /*justify-content: center;*/
}

footer .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    color: white;
    line-height: 1;
}

@media screen and (max-width: 1200px) {
    header ul a {
        margin-left: 70px;
    }
    .banner .content h2 {
        font-size: 60px;
    }
    .banner .content p {
        font-size: 38px;
    }

    .slider {
        margin-top: 40px;
        padding: 0 80px;
    }
    .slider .slider-item {
        width: calc(50% - 40px);
        margin-bottom: 40px;
    }
    .slider .slider-item h3 {
        margin-top: 35px;
    }

    footer .top .top-right a {
        height: 55px;
    }

}
@media screen and (max-width: 992px) {
    header {
        padding-left: 95px;
    }
    header ul a {
        margin-left: 60px;
    }
    .banner .content h2 {
        font-size: 53px;
    }
    .banner .content p {
        font-size: 32px;
    }

    .slider {
        margin-top: 35px;
        padding: 0 70px;
    }
    .slider .slider-item {
        width: calc(50% - 35px);
        margin-bottom: 40px;
    }
    .slider .slider-item h3 {
        margin-top: 30px;
    }

    footer .top .top-right a {
        height: 45px;
    }
    footer .top .top-left .actions li {
        margin-right: 15px;
    }
    footer .top .top-right a:last-child {
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    header {
        height: 70px;
        padding-left: 75px;
    }
    header ul a {
        font-size: 18px;
        margin-left: 40px;
    }
    .banner .content {
        justify-content: flex-start;
        font-size: 43px;
    }
    .banner .content h2 {
        margin-top: 40px;
        font-size: 43px;
    }
    .banner .content p {
        font-size: 28px;
    }
    .banner .phone_bg{
        display: block;
    }
    .banner .pc_bg{
        display: none;
    }


    .slider .slider-item {
        width: 80%;
    }
    .slider {
        margin-top: 25px;
        padding: 0 50px;
    }
    .slider .slider-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .slider .slider-item h3 {
        margin-top: 15px;
    }

    footer .top {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .bottom a {
        margin-right: 25px;
    }
}
@media screen and (max-width: 414px) {
    header {
        height: 50px;
        padding-left: 40px;
    }
    header ul a {
        font-size: 14px;
        margin-left: 30px;
    }
    .banner .content h2 {
        margin-top: 30px;
        font-size: 33px;
    }
    .banner .content p {
        font-size: 24px;
    }

    .slider .slider-item {
        width: 80%;
    }
    .slider {
        margin-top: 20px;
        padding: 0 40px;
    }
    .slider .slider-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .slider .slider-item h3 {
        margin-top: 10px;
    }
}
@media screen and (max-width: 375px) {
    header ul a {
        font-size: 12px;
        margin-left: 20px;
    }
    .banner .content h2 {
        margin-top: 10px;
        font-size: 27px;
    }
    .banner .content p {
        font-size: 18px;
    }
}
