
.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;
}
/**/
.about_part{
    margin:20px 0;
}
.about_main_blocks{
    display: flex;
    color: #fff;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.main_block{
    width:400px;
    background-color: #1C3C50;
    padding:20px 30px;
}
.main_block h2{
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    text-shadow: 5px 3px 3px #222;
    height: 70px;
    overflow: hidden;
}
.about_part_ul li {
    font-size: 16px;
    list-style: initial;
    margin-left: 10px;
}
#center_block{
    background-color: #f9b90d;
}
.about_banner{
    height: 350px;
    background-repeat:no-repeat;
    background-size:100% 100%;
    width:100%;
    display: flex;
    justify-content:center;
    align-items: center;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
.anout_banner_text{
    color: #fff;
    width: 1000px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    padding: 10px 20px;
}
.about_information{
    margin: 20px
}
.about_text{
    color: #1C3C50;
    width:1000px;
    margin: 0  auto;
    font-size:16px;
}