﻿.pus {
    padding: var(--pd120) 0;
    --pd: calc((196 / 14.83) * 1%);
    --l-w: 450px
}

.pus .lll .item {
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    margin-top: 61px;
    padding: 0 36px 19px;
    transition: all .3s ease
}

.pus .lll .item:hover {
    background: var(--color-main-lv)
}

.pus .lll .item:hover span {
    color: #fff
}

.pus .lll .item:hover .des {
    color: #fff
}

.pus .lll .item:hover .des a {
    color: #fff
}

.pus .lll .item .item_ {
    position: relative;
    top: -27px
}

.pus .lll .item .item_ .pr {
    display: flex;
    align-items: center;
}

.pus .lll .item .top_img {
    width: 135px;
    height: 113px;
    background: url(../images/color/us1.png) no-repeat center
}

.pus .lll .item .top_img div {
    width: 60px;
    height: 60px
}

.pus .lll .item.phone .top_img div {
    background: url(../images/color/us2.png) no-repeat center
}

.pus .lll .item.email .top_img div {
    background: url(../images/color/us3.png) no-repeat center
}

.pus .lll .item.address .top_img div {
    background: url(../images/color/us4.png) no-repeat center
}

.pus .lll .item.address .des {
    margin-top: 12px
}

.pus .lll .item span {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin: 20px 0 0;
    display: block;
}

.pus .lll .item .des {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.pus .lll .item .des a {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-top: 16px;
    display: block
}

.pus .rrr {
    padding: 0 73px 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../images/color/us5.png) no-repeat;
    background: #fff;
}

.pus .rrr .title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 40px;
    color: #333333
}

.pus .rrr .desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.com_form .names,
.com_form .phone,
.com_form .email,
.com_form .whatapp {
    width: calc(50% - 10px);
    margin-top: 27px
}

.com_form input:not([type="submit"]),
.com_form textarea {
    border: 2px solid #d9d9d9;
    background: transparent;
    border-radius: 0
}

.com_form input:not([type="submit"])::placeholder,
.com_form textarea::placeholder {
    color: #666
}

.com_form textarea {
    height: 257px;
    resize: none
}

.com_form input[type="submit"] {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    background: #19232c;
    border-radius: 0px 0px 0px 0px;
    width: 100% !important;
    transform: unset;
    margin: 25px 0 0
}

.com_form input[type="submit"]:hover {
    transform: translateY(-10px) !important
}

.maps {
    padding-bottom: 40%
}

@media screen and (max-width:1366px) {
    .pus .lll .item span {
        font-size: 26px
    }

    .pus .lll .item .des {
        font-size: 18px
    }

    .pus .lll .item .des a {
        font-size: 18px
    }
}

@media screen and (max-width:950px) {

    .pus .lll .item .des {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pus .lll .item span {
        font-size: 22px
    }

    .pus .rrr {
        padding: 20px
    }

    .pus .rrr .title {
        font-size: 24px
    }

    .com_form {
        padding: 20px
    }

    .com_form ul li {
        width: 100% !important
    }

    .maps {
        padding-bottom: 70%
    }
}