.product_main_banner{
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    padding-left: 50px;
}
.product_banner_sub{
    padding: 30px 0;
    font-style: italic;
}
.product_banner_sub a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}
.product_banner_sub a:hover{
    color: #FFB800;
}
.active_product {
    color: #f9b90d !important;
}
.product_banner_sub span{
    padding:5px;
}
.product_banner_title h1{
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}
/**/
.contact_title{
    height: 100px;
    background: #fab702;
    margin: 20px 0;
}
.container_title_row{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.row_part{
    background: #fff;
    color: #191818;
    height: 100%;
    min-width: 400px;
    padding-left: 40px;
    font-style: italic;
    display: flex;
    align-items: center;
}
.row_part h2{
    font-weight: 600;
    font-size: 40px;
}
.contact_part{
    margin: 40px 0;
}
.address_part{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px silver;
    color: silver;
    padding: 20px 10px;
    flex-wrap: wrap;
}
.address{
    width: 220px;
    padding: 10px;
}
.address_part h4 {
    color: #fab702;
    font-size: 24px;
    margin: 0;
}
.address div {
    color: #ababab;
}
.icons_part{    margin-top: 30px;
    display: inline;
    float: right;
    position: relative;
    border-top: 2px solid #f9b90d;
    padding: 5px 30px 0;
}

.icons_part i{
    color:#f9b90d;
    font-size:22px;
    transition: .3s;
}
.icon{
    display: inline-block;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.icons_part i:hover{
    color: #9c9c9c;
}
/**/

.home-contacts-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0 30px;
    margin: 15px 0;
}

.home-contacts-form {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px silver;
}

.home-contacts-form label {
    display: block;
    color: #222;
    margin-bottom: 0;
    font-size: 15px;
}

.home-contacts-input {
    background: #EBEFF4;
    height: 35px;
    width: 100%;
    display: block;
    padding-left: 15px;
    color: #222;
    border: 1px solid #EBEFF4;
}

.home-contacts-input:focus, .home-contacts-form textarea:focus {
    outline: none;
}

.home-contacts-form textarea {
    width: 100%;
    height: 191px;
    background: #EBEFF4;
    color: #222;
    resize: none;
    padding: 15px;
    border: 1px solid #EBEFF4;
}

.home-contacts-button {
    float: right;
    background: #ef271b;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
    transition: 300ms ease;
}

.home-contacts-button:hover {
    background: #fab702;
}

#ContactForm .form-group{
    margin-bottom: 5px;
}
/**/