.productSldeWrp{
    display: flex!important;
    justify-content: space-between;
    column-gap: 5px;
}

.application .item-application .info{
    background: -moz-linear-gradient(top, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.33) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.33) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.33) 70%,rgba(0,0,0,0) 100%);
}

.news-about .news-bl .item-news p.tit, .application .item-application .info h2{
    font-family: Georgia, "Times New Roman", Times, serif;
}

.field-bl .item-category li a{
    color: #B2C629;
}

.field-bl .item-category li {
    margin-bottom: 5px;
    line-height: 1.4;
    color: #B2C629;
}

.news-about .news-bl .item-news p.data{
     margin-top: 0;
 }

.news-about .news-bl .item-news img{
    margin-bottom: 14px;
}

.news-about .news-bl .item-news p.tit{
    color: #777777;
}

a.als-but:hover, .news-about .news-bl .item-news p.tit:hover{
    color: #B2C629!important;
}

.section2ServiceWrpLink{
    display: block;
    width: fit-content;
    border: 0;
}

.item-application .bot-plash {
    background: #ededed;
    position: relative;
    width: 100%;
    bottom: 0;
    /* padding: 5px 15px; */
}

.section2DetailLink {
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    padding-left: 10px;
    color: #000;
    background-color: transparent;
    left:20px; 
}

.section2DetailLink:before {
    text-indent: -9999px;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    border: 5px solid #0092CF;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
}

.section2ServiceWrpLink:hover .section2DetailLink{
    color: #B2C629;
}