.contact-mes {
    background: #fff;
    padding: 60px;
    margin-top: 20px;
}

.abtit {
    text-align: center;
    font-size: 36px;
}

.abtit .note {
    font-size: 16px;
}

.mesipu {
    margin-top: 20px;
}

.mesipu .item {
    margin-bottom: 20px;
}

.mesipu .item .iput {
    width: 33.333%;
    float: left;
    padding: 0 10px;
}

.mesipu .item .iput .am-form-field {
    padding: 15px;
}

.mesipu .item.wyb .iput {
    width: 100%;
}

.mesipu .item .iput .am-form-field {
    padding: 15px;
}

.c-t-m-btn {
    text-align: center;
}

.c-t-m-btn .am-btn {
    background: #161616;
    padding: 15px;
    width: 200px;
    color: #fff;
    border-radius: 4px;
}

@media screen and (max-width: 1024px)  {
    .contact-mes {
        padding: 20px;
    }

    .abtit {
        font-size: 20px;
        font-weight: bold;
    }

    .abtit .note {
        font-size: 14px;
        font-weight: normal;
    }

    .mesipu .item {
        margin-bottom: 10px;
    }

    .mesipu .item .iput {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .mesipu .item .iput .am-form-field {
        font-size: 12px;
    }

    .mesipu .item .iput:last-child {
        margin-bottom: 0;
    }

    .mesipu .item .iput .am-form-field {
        font-size: 12px;
    }

    .c-t-m-btn .am-btn {
        padding: 10px;
        width: 140px;
    }
}