.contact-item {
    display: flex;
    margin-bottom: 20px;
    line-height: 30px;
}

.contact-item span {
    font-size: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.form_input input {
    width: 100%;
    height: 55px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 21px;
    color: #676767;
    background: #F9F9F9;
}

.show-products-images {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.show-products-images img {
    width: 600px;
}

.show-products-name {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}