#head .group {
    display: flex;
    justify-content: space-between;
    width: 1055px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
#head .left {
    width: 62%;
    background: #F6F6F9;
    border-radius: 10px;
    padding: 40px;
}
#head .right {
    width: 35%;
    background: #F6F6F9;
    border-radius: 10px;
    padding: 40px;
}
#head .right .wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#head .right .icon {
    margin-right: 15px;
}
#head .right .label {
    font-size: 15px;
    line-height: 17px;
}
#head .right .value {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
}
#head .right .value a {
    font-weight: bold;
    font-size: 15px;
}
#head .right .value .time {
    font-size: 15px;
    margin-left: 5px;
}
#head .right .value .title {
    font-weight: normal;
    display: block;
}
#head .right .value.last {
    margin-bottom: 50px;
}
#head .social a:not(:last-child) {
    margin-right: 14px;
}
#head h1 {
    text-align: center;
}
#head .info {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 60px;
}
#head textarea {
    height: 120px;
    margin-bottom: 20px;
}
#head .btn {
    width: 100%;
}
#holiday {
    background: #FFF2EF;
    border: 1px solid #DD745D;
    border-radius: 10px;
    padding: 27px 30px 27px 77px;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
#holiday:after {
    position: absolute;
    top: 25px;
    left: 25px;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    content: "!";
    background: #DD745D;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#holiday a {
    font-weight: bold;
}
#holiday .title {
    color: #DD745D;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 12px;
}
#holiday p {
    font-size: 15px;
    line-height: 24px;
    color: #4B5159;
}

@media (max-width: 1085px) {
    #head .group {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #head .social a:not(:last-child) {
        margin-right: 7px;
    }
    #head .social img {
        width: 32px;
    }
}

@media (max-width: 991px) {
    #head .right {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    #head .group {
        flex-direction: column;
    }
    #head .left {
        padding: 0;
        background: none;
        width: 100%;
        margin-bottom: 60px;
    }
    #head .right {
        width: 100%;
        padding: 40px 20px;
    }
    #head .info {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 50px;
    }
}
