.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.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;
}

.product_filter_part {
    padding: 30px;
}

.filter_part label {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #6d6c6c;
    margin: 0 10px 5px;
}

.filter_part {
    box-shadow: 0 3px 10px silver;
    padding: 20px;
}

/*___*/
.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;
}

.login_slogan {

}

.section-divider {
    margin: 0 0 20px 0;
}

/**/
.service_block {
    color: #000;
    margin-bottom: 25px;
}

.service_block h3 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 20px;
}

/*Styles by P start*/

.services-list-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.services-list-row-bg {
    position: absolute;
    top:0;
    left: 0;
    width: calc(100% - 60px);
    height: 100%;
    background: #1d3c51;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease;

}
.services-list-row:hover .services-list-row-bg {
    visibility: visible;
    opacity: 1;
}
.services-list-row:hover .service-price  {
    background: red;
}
.services-list-row:hover .service-description-content *{
    color: #fff !important;
}
.slrb-relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.slrb-relative:before {
    content: '';
    position: absolute;
    right: -60px;
    top: 0;
    border: 30px solid transparent;
    border-left: 30px solid #1d3c51;
    z-index: -1;
}

.service-index {
    width: 60px;
    height: 60px;
    background: #fab702;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-top: 1px solid #eaeaea;
}

.service-price {
    width: 200px;
}

.service-description {
    position: relative;
    width: calc(100% - 260px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    border-top: 1px solid #1d3c51;
    z-index: 1;
}

.service-price {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #eaeaea;
    background: #1d3c51;
    color: #fff;
    font-size: 20px;
    transition: 300ms ease;
}

.service-description * {
    margin: 0;
}

.services-list-container a:last-child .service-index {
    border-bottom: 1px solid #eaeaea;
}

.services-list-container a:last-child .service-description {
    border-bottom: 1px solid #1d3c51;
}

.services-list-container a:last-child .service-price {
    border-bottom: 1px solid #eaeaea;
}

.service-description-content {
    z-index: 0;
    transition: 300ms ease;
}


/*Styles by P end*/

/*
.services{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}
.services .number{
    width: 77px;
    height: 77px;
    display: flex;
    background: #fab702;
    color: #fff;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
}
.services .service_title{
    border-bottom: 1px solid #183C54;
    font-weight: 600;
    width: 100%;
}
.services .service_price{
    padding: 27px 10px;
    background: #183C54;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    width: 140px;
    text-align: center;
}
.service_active{
    background-color:#183C54;
    width:90%;
}
.services:hover .service_price{
    background-color:red;
}
!**!
.servise_background{
    padding: 12px 15px;
    width: calc(100% - 115px);
    background: #183c54;
    color: #fff;
    display: flex;
    font-weight: normal;
    position: relative;
    height: 75px;
    overflow: hidden;
    align-items: center;
}
.service_title::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-left: 60px solid #183c54;
    border-bottom: 38px solid transparent;
    z-index: 11;
    right: 200px;
}*/
