.Banner {
    background-image: url(../img/Banner.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    position: relative;
}

.container-md.row {
    margin: 0 auto;
}

.tit {
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Bold', sans-serif;
    text-align: center;
}

@media screen and (max-width:991px) {
    .tit {
        font-size: 45px;
    }
}

@media screen and (max-width:768px) {
    .tit {
        font-size: 35px;
    }
}

.Banner h1 {
    font-size: 81px;
    color: #ED1A33;
    font-family: 'Bold', sans-serif;
    margin-top: 20px;
    height: 81px;
    margin-bottom: 0;
}

.Banner h3 {
    font-size: 60px;
    color: black;
    font-family: 'Regular', sans-serif;
}

.Banner .col-md-8 img {
    width: 90%;
    margin-top: 40px;
}

.Banner .col-md-4 {
    position: relative;
}

.Banner table {
    width: 100%;
}

.Banner table thead {
    background-color: #ED1A33;
}

.Banner table thead tr td {
    padding: 17px 35px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 23px;
    font-family: 'Bold', sans-serif;
    text-transform: uppercase;
}

.Banner table thead tr td img {
    width: 20px;
    height: 15px;
}

.Banner table tbody {
    display: block;
    background-color: white;
    padding: 20px 35px 40px 35px;
}

.Banner table tbody tr {
    margin-bottom: 1px;
    display: block;
}

.Banner table tbody td {
    display: flex; 
    position: relative;
    /* overflow: hidden; */
}

.Banner table tbody td input {
    width: 90%;
    border: 2px solid #35353594;
    border-right: none;
    outline: none;
    padding: 5px;
}

.Banner table tbody td span {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED1A33;
    color: black;
    height: 100%;
    padding: 3.5px 20px;
}

.Banner table tbody td .TextareaSpan {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 97%;
    display: flex;
    border: none;
    border-right: 1px solid #ED1A33;
}

.Banner table tbody td textarea {
    width: 90%;
    border: 2px solid #35353594;
    border-right: none;
    outline: none;
    padding: 5px;
}

.Banner table tbody td img {
    padding: 7px 10px;
}

@media screen and (max-width:1400px) {
    .Banner table tbody td .TextareaSpan {
        right: 1.3%;
    }
}

@media screen and (max-width:1200px) {
    .Banner table tbody td .TextareaSpan {
        right: 0;
    }
}

@media screen and (max-width:991px) {
    .Banner table tbody td .TextareaSpan {
        right: 3.3%;
    }
}

@media screen and (max-width:768px) {
    .Banner table tbody td .TextareaSpan {
        right: 0;
        left: 89.7%;
    }
}

@media screen and (max-width:576px) {
    .Banner table tbody td .TextareaSpan {
        position: absolute;
        left: auto;
        right: 0;
        width: 10%;

    }
}

.Banner table tbody td .group {
    display: flex;
    justify-content: left;
    width: 90%;
}

.Banner table tbody td .group input {
    width: fit-content;
    margin-right: 5px;
}

.Banner table tbody td .group input:not(:nth-child(1)) {
    margin-left: 30px;
}
.Banner table tbody td .group span{
    color: white;
}
.Banner .radio-label input[type="radio"] {
    display: none;
}

.Banner .radio-btn {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    background-color: #fff;
}

.Banner .radio-label input[type="radio"]:checked+.radio-btn {
    background-color: #f00;
    color: #fff;
    border-color: #f00;
}


.Banner .dropdown-container {
    position: relative;
    width: 100%; 
}
.Banner .display-box {
    width: 100%; 
    border: 2px solid #35353594;
    border-right: none;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #f9f9f9;

}
.Banner .dropdown-container #displayBox{
    color: #2b2a2aab;
}
.Banner .dropdown {
    display: none;
    position: absolute !important;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    z-index: 1000; 
    overflow-y: auto;
}
.Banner .dropdown.show {
    display: block;
}
.Banner .dropdown-item {
    padding: 10px;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    white-space: normal;
}
.Banner .dropdown-item:hover {
    background-color: #f0f0f0;
}


.Banner table tbody td .submit {
    width: fit-content;
    background-color: #ED1A33;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 5px;
}




.Banner .whatsapp {
    background-color: #ED1A33;
    padding: 13px 20px 5px 20px;
    margin-top: 50px;
    bottom: 0;
    width: 100%;
    font-size: 16px;

}

.Banner .whatsapp a {
    display: flex;
    align-items: baseline;
    color: white;
}

.Banner .whatsapp img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
}

.Banner .whatsapp a {
    font-size: 16px;
}

.Banner .whatsapp span {
    margin-left: 5px;
    font-family: 'Heavy', sans-serif;
    font-weight: bold;
    font-size: 33px;
}

@media screen and (max-width:1600px) {
    .Banner .col-xxl-8.col-lg-6 img {
        width: 100%;
    }

    .Banner .whatsapp a {
        font-size: 16px;
    }

    .Banner .whatsapp span {
        font-size: 29px;
    }
    .Banner .col-xxl-4{
        padding: 0;
    }

}

@media screen and (max-width:1400px) {
    .Banner .col-xxl-8.col-lg-6 img {
        width: 140%;
    }

    .Banner {
        padding-top: 130px;
    }

    .Banner h1 {
        margin-top: 60px;
    }

}

@media screen and (max-width:1200px) {
    .Banner .col-xxl-8.col-lg-6 img {
        width: 170%;
    }
}

@media screen and (max-width:991px) {
    .Banner {
        background-position: center center;
        padding-top: 50px;
    }

    .Banner .col-xxl-8.col-lg-6 img {
        width: 100%;
    }

    .Banner h1 {
        font-size: 65px;
        margin-top: 0;
    }

    .Banner h3 {
        font-size: 40px;
    }

    .Banner .whatsapp {
        position: relative;
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width:762px) {
    .Banner h1 {
        font-size: 55px;
        margin-top: 0;
    }

    .Banner h3 {
        font-size: 30px;
    }

    .Banner table thead tr td {
        font-size: 21px;
    }
}

@media screen and (max-width:576px) {
    .Banner h1 {
        font-size: 35px;
        height: fit-content;
    }

    .Banner h3 {
        font-size: 25px;
    }

    .Banner table thead tr td {
        font-size: 18px;
    }

    .Banner table tbody td span {
        font-size: 14px;
    }

    .Banner .whatsapp span {
        font-size: 25px;
    }

    .Banner .whatsapp img {
        width: 30px;
        height: 30px;
    }
    .Banner .whatsapp a{
        font-size: 14px;
    }
    .Banner .whatsapp img{
        width: 26px;
        height: 26px;
    }
}

@media screen and (max-width:420px) {
    
    .Banner table {
        margin-bottom: 30px;
    }

    .Banner .whatsapp{
        padding: 13px  10px 5px 10px;
    }
    .Banner .whatsapp span{
        font-size: 22px;
    }

}


.About {
    margin-top: 70px;
}

.About .row {
    padding: 35px 0 75px 0;
}

.About .col-lg-5 {
    padding: 0;
    position: relative;
}

.About img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    bottom: 0;
    position: absolute;
}

.About .col-lg-7 {
    position: relative;
    padding: 65px 40px 65px 55px;
}

.About .col-lg-7::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000000e6;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}

.About .col-lg-7::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../img/About-Bj.png');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.About h6 {
    font-size: 26px;
    color: #fff;
    font-family: 'Bold', sans-serif;
    text-transform: uppercase;
}

.About hr {
    width: 13%;
    height: 5px;
    background-color: #ED1A33;
    opacity: 1;
    z-index: 2;
    border-radius: 10px;
}

.About p {
    font-size: 16px;
    color: white;
    font-family: 'Regular', sans-serif;
}

.Series {
    background-color: #F6F7F8;
    padding: 50px 0;
}

.Series ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    overflow-x: auto;
}

.Series ul li {
    flex: 0 0 auto;
    white-space: nowrap;
}

.Series ul li button {
    font-family: 'Regular', sans-serif;
    border: none;
    background-color: transparent;
    font-size: 30px;
    text-transform: uppercase;
    white-space: nowrap;
}

.Series ul li button.active {
    border-bottom: 4px solid #676767;
}

.Series .imgs {
    margin-top: 40px;
    position: relative;
}

.Series .imgs .imgboxs {
    max-height: 0;
    /* 初始高度为0 */
    opacity: 0;
    transform: translateY(20px) scale(0.98) scaleY(0.8);
    /* 额外添加垂直缩放 */
    transform-origin: top;
    /* 从顶部缩放 */
    overflow: hidden;
    transition:
        max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.Series .imgs .imgboxs.active {
    max-height: 1000px;
    /* 设置一个足够大的值 */
    opacity: 1;
    transform: translateY(0) scale(1) scaleY(1);
    /* 恢复垂直缩放 */
}

.Series .imgsBox {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.Series .imgboxs.active .imgsBox {
    visibility: visible;
    opacity: 1;
}

.Series .buttons {
    text-align: center;
    margin: 20px 0;
}

.Series .custom-prev-arrow,
.Series .custom-next-arrow {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0 10px;
}


.Series .imgs .imgsBox .slick-list.draggable {
    height: fit-content !important;
}

.Series .imgs .imgsBox .slick-prev.slick-arrow,
.Series .imgs .imgsBox .slick-next.slick-arrow {
    display: none !important;
}

.Series .imgs .box {
    background-color: rgb(255, 255, 255);
    margin: 0 20px;
    border: 1PX solid #cccccc62;
    padding: 0 80px 40px 80px;
    transform: scale(0.95);
    transform-origin: top;
    transition: 0.3s;
}

.Series .imgs .box.slick-active {
    transform: scale(1);
}

.Series .imgs .box .b1 {
    font-family: 'Bold', sans-serif;
    padding: 15px 80px;
    background-color: #ED1A33;
    color: white;
    width: fit-content;
    font-size: 32px;
}
.Series .imgs .box .b1 a{
    color: #fff;
}

.Series .imgs .box .b2 {
    font-family: 'Bold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}

.Series .imgs .box .b3 {
    font-family: 'Bold', sans-serif;
    font-size: 41px;
}
.Series .imgs .box .img2s{
    position: relative;
    width: 100%;
    padding-top: 40%; 
}
.Series .imgs .box img {
    margin: 0 auto;
    position: absolute; 
    width: 80%;
    height: 100%;
    object-fit: contain;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Series .imgs .box .b4 {
    font-family: 'Bold', sans-serif;
    font-size: 29px;
    text-align: right;
}

.Series .imgs .box .b4 span {
    color: #ed1a33;
    font-size: 48px;
    font-style: italic;
}

.Series .imgs .type {
    font-size: 32px;
    font-family: 'Regular', sans-serif;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.Series {
    position: relative;
}

.Series .buttons .custom-prev-arrow,
.Series .buttons .custom-next-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    z-index: 9;
}

.Series .buttons .custom-prev-arrow {
    left: 7%;
}

.Series .buttons .custom-next-arrow {
    right: 7%;

}

@media screen and (max-width:1600px) {
    .Series ul li button {
        font-size: 25px;
    }

    .Series .imgs .box .b1 {
        font-size: 27px;
    }

    .Series .imgs .box .b2 {
        font-size: 24px;
    }

    .Series .imgs .box .b3 {
        font-size: 34px;
    }
 

    .Series .imgs .box .b4 {
        font-size: 24px;
    }

    .Series .imgs .box .b4 span {
        font-size: 40px;
    }
}

@media screen and (max-width:1400px) {
    .Series .imgs .box .b1 {
        font-size: 23px;
    }

    .Series .imgs .box .b2 {
        font-size: 20px;
    }

    .Series .imgs .box .b3 {
        font-size: 30px;
    }
 
}

@media screen and (max-width:1200px) {
    .Series ul li button {
        height: 100%;
        font-size: 22px;
    }
}

@media screen and (max-width:991px) {
    .Series ul li button {
        font-size: 20px;
    }

    .Series .imgs .box .b1 {
        font-size: 20px;
        padding: 10px 45px;
    }
 

    .Series .imgs .box .b2 {
        font-size: 16px;
    } 

    .Series .imgs .box .b4 {
        margin-top: 50px;
    }

    .Series .buttons .custom-next-arrow {
        right: 5%;
        overflow: hidden;
    }

    .Series .buttons .custom-prev-arrow {
        left: 5%;
        background-color: white;
        overflow: hidden;
    }

    .Series .buttons .custom-prev-arrow::before,
    .Series .buttons .custom-next-arrow::before {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255);
        z-index: -1;
        content: '';
    }

    .Series .custom-next-arrow {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .Series .custom-prev-arrow {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .Series img {
        width: 40%;
        height: 40%;
        object-fit: cover;
    }

    .Series .imgs .type {
        font-size: 25px;
    }


}


@media screen and (max-width:768px) {
    .Series .imgs .box {
        padding: 0 40px 40px 40px;
    }

    .Series .imgs .box .b4 {
        font-size: 18px;
    }

    .Series .imgs .box .b4 span {
        font-size: 30px;
    }

    .Series .buttons .custom-next-arrow {
        right: 0;
    }

    .Series .buttons .custom-prev-arrow {
        left: 0;
    }

    .Series .imgs .type {
        font-size: 20px;
    }
}

@media screen and (max-width:576px) {
    .Series .imgs .box .b4 {
        text-align: left;
    }

    .Series .imgs .box .b4 span {
        width: 100%;
        display: block;
        font-size: 25px;
    }
}

@media screen and (max-width:420px) {
    .Series .imgs .box .b1{
        font-size: 18px;
        padding: 10px 15px
    }
}













.Cc {
    padding: 70px 0 100px 0;
}

.Cc .t2 {
    font-family: 'Regular', sans-serif;
    font-size: 32px;
    padding: 15px 150px;
    background-color: #ed1a33;
    width: fit-content;
    color: white;
    margin: 0 auto;
    margin-top: 60px;
}

.Cc .t3 {
    font-size: 18px;
    font-family: 'Regular', sans-serif;
    margin-top: 50px;
    text-align: center;
}

.Cc .img {
    background-color: #F6F7F9;
    padding: 60px;
}

.Cc .img .tt {
    font-family: 'Bold', sans-serif;
    font-size: 32px;
    padding: 15px 80px;
    background-color: #ed1a33;
    width: fit-content;
    color: white;
}.Cc .img .tt a{color: #fff;}

.Cc .img img {
    width: 80%;
    transform: translateY(-40px);
    display: block;
    margin: 0 auto;
}

.Cc .img .b4 {
    font-family: 'Bold', sans-serif;
    font-size: 29px;
    text-align: right;
}

.Cc .img .b4 span {
    color: #ed1a33;
    font-size: 48px;
    font-style: italic;
}

.Cc .row {
    margin-top: 50px;
}

.Cc .row img {
    width: 100%;
}

.Cc .row .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.Cc .row .col-lg-5 h6 {
    font-family: 'Bold', sans-serif;
    font-size: 26px;
    text-transform: capitalize;
}

.Cc .row .col-lg-5 p {
    font-family: 'Regular', sans-serif;
    font-size: 20px;
    margin-top: 20px;
}
 







@media screen and (max-width:1200px) {
    .Cc .img .tt {
        font-size: 26px;
    }
}

@media screen and (max-width:991px) {
    .Cc .row .col-lg-5 {
        margin-top: 30px;
    }

    .Cc .t2 {
        font-size: 25px;
        padding: 15px 130px;
    }

    .Cc .img .tt {
        font-size: 20px;
    }

    .Cc .img .b4 {
        font-size: 22px;
    }

    .Cc .row .col-lg-5 {
        padding-left: 12px;
    }

    .Cc .row .col-lg-5 h6 {
        font-size: 23px;
    }

    .Cc .row .col-lg-5 p {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .Cc .t3 {
        font-size: 15px;
        color: #333333e3;
    }

    .Cc .img img {
        width: 100%;
        transform: translateY(0);
    }

    .Cc .img .b4 {
        text-align: center;
        margin-top: 30px;
    }

    .Cc .img .b4 span {
        font-size: 35px;
    }
}

@media screen and (max-width:576px) {
    .Cc .img .tt {
        padding: 10px 50px;
        font-size: 18px;
    }

    .Cc .img {
        padding: 60px 30px;
    }

    .Cc .img .b4 {
        font-size: 16px;
    }

    .Cc .img .b4 span {
        font-size: 30px;
    }

    .Cc .row .col-lg-5 h6 {
        font-size: 19px;
    }

    .Cc .row .col-lg-5 p {
        margin-top: 0;
        font-size: 14px;
    }

}

@media screen and (max-width:450px) {
    .Cc .t2 {
        font-size: 23px;
        padding: 15px 60px;
    }

    .Cc .img .b4 {
        text-align: left;
        margin-bottom: 0;
    }

    .Cc .img .b4 span {
        display: block;
        width: 100%;
        font-size: 35px;
    }


}



.Hot {
    background-color: #F6F7F8;
    padding: 70px 0;
}

.Hot .tit {
    margin-bottom: 40px;
}

.Hot .HotProduct {
    background-color: white;
    position: relative;
}
.Hot .slick-list{
    height: fit-content;
}
.Hot .col-md-5 {
    margin: 0 auto;
}

.Hot .col-md-5 .HotProduct {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Hot .col-md-5 .HotProduct:nth-child(2) {
    margin-top: 20px
}

.Hot .col-md-7.HotProduct {
    padding: 100px 0 200px 0;
    position: relative;
}
.Hot .HotProduct h6{ 
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: bold;
    font-size: 26px;
    font-family: 'Regular', sans-serif;
}
.Hot .HotProduct .img2ss{
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
}
.Hot .HotProduct img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.Hot .HotProduct p {
    font-family: 'Regular', sans-serif;
    background-color: #ED1A33;
    width: fit-content;
    color: white;
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
}

.Hot .col-md-5 .HotProduct p {
    padding: 10px 20px;
}

.Hot .col-md-7.HotProduct p {
    padding: 15px 30px;
}
.Hot .col-md-7.HotProduct p a{
    color: white;
}
.Hot .col-md-5 .HotProduct p a{
    color: white;
}
.Hot .imgs .slick-prev.slick-arrow,
.Hot .imgs .slick-next.slick-arrow {
    display: none !important;
}

.Hot .custom-prev-arrow {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
}

.Hot .custom-next-arrow {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    right: -90px;
}

@media screen and (max-width:1700px) {
    .Hot .custom-next-arrow {
        right: -60px;
    }

    .Hot .custom-prev-arrow {
        left: -60px;
    }
}

@media screen and (max-width:1600px) {
    .Hot {
        padding: 70px 0 30px 0;
    }
}

@media screen and (max-width:1420px) {
    .Hot .custom-next-arrow {
        right: -50px;
    }

    .Hot .custom-prev-arrow {
        left: -50px;
    }
}

@media screen and (max-width:1400px) {
    .Hot {
        padding: 70px 0;
    }

    .Hot .slick-list {
        height: fit-content;
    }
}

@media screen and (max-width:991px) {
    .Hot .custom-next-arrow {
        right: -22px;
        width: 50px;
        height: 50px;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .Hot .custom-prev-arrow {
        left: -22px;
        width: 50px;
        height: 50px;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .Hot .custom-prev-arrow img,
    .Hot .custom-next-arrow img {
        width: 40%;
        height: 40%;
        object-fit: cover;
    }
}

@media screen and (max-width:768px) {
    .Hot .col-md-5 .HotProduct {
        padding: 40px 0 80px 0;
    }

    .Hot .col-md-5 .HotProduct {
        border: 1px solid #0000000e;
        margin-top: 0 !important;
        height: 100%;
    }

    .Hot .HotProduct img {
        width: 80%;
    }

    .Hot .HotProduct p {
        font-size: 14px;
    }

    .Hot .col-md-7.HotProduct {
        padding: 50px 0 100px 0;
    }

    .Hot .custom-next-arrow {
        right: 0;
    }

    .Hot .custom-prev-arrow {
        left: 0;
    }


}

@media screen and (max-width:576px) {

    .Hot .custom-next-arrow,
    .Hot .custom-prev-arrow {
        width: 30px;
        height: 30px;
    }
}


.Pa {
    padding: 70px 0;
}

.Pa .logos {

    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.Pa .logos img {
    padding: 0 30px 30px 30px;
}

@media screen and (max-width:1600px) {
    .Pa .logos img {
        padding: 0 15px 15px 15px;
    }

    .footer .wz {
        width: 30px;
    }

    .footer p {
        font-size: 22px;
    }

    .footer span img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width:991px) {
    .Pa .logos {
        max-width: 100%;
    }

    .Pa .logos img {
        height: 60px;
    }

    .footer {
        padding: 50px 0 60px 0;
    }
}

@media screen and (max-width:768px) {
    .Pa .logos img {
        height: 45px;
    }

    .footer .wz {
        width: 25px;
    }

    .footer p {
        font-size: 18px;
    }

    .footer span img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:576px) {
    .footer p {
        font-size: 16px;
    }

    .footer span img {
        width: 35px;
        height: 35px;
    }
}