﻿
.lawNewsDate {
    float: right;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 45px;
}

#lawNews {
    /*margin: 40px 18% 40px 18%;*/
    /*margin: 40px 24% 40px 24%;*/
    /*width: 1200px;*/
    /*    width: 1078px;*/
    max-width: 1100px;
    margin: 53.5px auto 0;
    position: relative;
    border-top: 1px solid #E5E5E5;
}

#lawNewslogoCont {
    width: 230px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
#covid19 {
    float: right;
    font-size: 26px;
    font-weight: bold;
    font-family: 'OpenSans' !important;
    color: #02FCFF;
    opacity: 1 !important;
    line-height: 30px;
    text-decoration: none;
}

    #lawNewslogoCont > img {
        width: 150.327px;
        height: 132px;
        margin-top: 20px;
    }

    #lawNewslogoCont > span {
        position: absolute;
        left: 82px;
        top: 112px;
        overflow: visible;
        width: 48px;
        white-space: nowrap;
        line-height: 22px;
        margin-top: -3px;
        text-align: left;
        font-family: Open Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        color: rgba(255,255,255,1);
        letter-spacing: 0.6px;
    }

    #lawNewslogoCont > p {
        overflow: visible;
        opacity: 0.536;
        width: 141px;
        height: 26px;
        line-height: 36px;
        margin-top: -11px;
        text-align: left;
        font-family: FiraGO;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0,0,0,1);
        margin-top: 8px;
    }

#lawNewsSlider {
    margin-left: 213px;
}

#lawNewsfixWidth {
    padding: 0 20px;
}

.sliderUnderline {
    border-top: 1px solid #E5E5E5;
    position: absolute;
    /*    width: calc(100% - 138px);*/
    width: 37.3%;
    bottom: 6px;
    /*top: 230px;*/
}


.sliderUnderline2 {
    border-top: 1px solid #E5E5E5;
    position: absolute;
    /*    width: calc(100% - 138px);*/
    width: 37.5%;
    bottom: 6px;
    /*top: 230px;*/
    right: 0;
}

#lawNewsfixWidth > h2 {
    font-family: "bpg_mtavruli_bold";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    
    color: rgba(0,0,0,1);
    line-height: 36px;
    font-weight: bold;
}
.COVID {
    color: #02FCFF !important;
}
.lawNewsBody {
    font-family: "FiraGORegular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
}

#lawNewslogoCont > p > a {
    line-height: 36px;
    text-decoration: none;
    font-family: FiraGORegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(0,0,0,1) !important;
}

.changeSlideLeft, .changeSlideRight {
    margin: 0;
    border: none;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(95,95,95,.16);
    width: 56px;
    height: 56px;
    padding: 0;
    text-align: center;
    bottom: -22px;
    position: absolute;
    z-index: 9;
}

    .changeSlideLeft:hover,
    .changeSlideRight:hover {
        background: #EFEFEF;
    }

        .changeSlideLeft:hover > svg,
        .changeSlideRight:hover > svg {
            filter: brightness(0) invert(1);
        }


.changeSlideLeft {
    left: 38.8%;
}

.changeSlideRight {
    right: 39%;
}

.ls-nav a {
    border: none;
    background: #E2E2E2;
}


#lawNews-slider-nav-ul {
    transform: translateX(4px);
}



@media only screen and (max-width: 767px)   {
    #lawNewslogoCont {
        position: inherit !important;
        width: 100% !important;
        text-align: left !important;
    }

    #lawNewsfixWidth {
        margin-left:2px;
        margin-right:2px;
        padding:0 !important;
    }
        #lawNewslogoCont > img {
            width: 50% !important;
            height: auto !important;
        }

    #lawNewsSlider {
        margin: auto !important;
    }
    #lawNews {
    margin:auto !important;}
    #LawNewsHeader {
        position: absolute !important;
        display: flex;
        flex-direction: column-reverse;
        margin: auto !important;
        margin-left: 50% !important;
        margin-top: 10% !important;
    }
    .changeSlideRight,
    .changeSlideLeft {
        bottom: -8px !important;
    }

    #covid19{
        z-index:10;
    }

    }