﻿
.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 !important;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 230px !important;
}

#covid19 {
    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;
    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;
    margin-left: 213px;
}

.sliderUnderline {
    border-top: 1px solid #E5E5E5;
    position: absolute;
    /*    width: calc(100% - 138px);*/
    width: 28.7%;
    bottom: 6px;
    /*top: 230px;*/
}


.sliderUnderline2 {
    border-top: 1px solid #E5E5E5;
    position: absolute;
    /*    width: calc(100% - 138px);*/
    width: 28.7%;
    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;
    /*max-height: 144px;*/
    /*  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lawNewslogoCont > p > a {
    line-height: 25px;
    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: 36%;
}

.changeSlideRight {
    right: 36%;
}

.ls-nav a {
    border: none;
    background: #E2E2E2;
}


#lawNews-slider-nav-ul {
    transform: translateX(4px);
    width: 163%;
    /* margin: auto; */
    margin-left: 67px;
}

#LawNewsHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -30px;
}

    #LawNewsHeader > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /*margin-top: -30px;*/
        /*margin-bottom: 30px;*/
        /*line-height: 40px;*/
        /*text-align: left;*/
    }

        #LawNewsHeader > div > p {
            font-size: 18px;
            color: rgba(31,31,31,0.511);
            font-family: bpg_mtavruli_bold !important;
        }

            #LawNewsHeader > div > p:last-child {
                font-weight: bold;
                color: #31619D;
            }

@media only screen and (max-width: 1100px) {
    #lawNews .liquid-slider .panel {
        width: 100vw !important;
    }

    .changeSlideLeft {
        left: 30%;
    }

    .changeSlideRight {
        right: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .lawNewslogoCont {
        position: inherit !important;
        width: 100% !important;
        text-align: left !important;
        max-width: 280px;
    }

    .liquid-slider {
        /*max-height: 480px !important;*/
        height: 535px !important;
    }


    #lawNewsfixWidth {
        margin-left: 5px;
        margin-right: 5px;
        padding: 0 !important;
    }


    .lawNewslogoCont > p {
        margin-left: 5px;
    }

    .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;
        z-index: 9;
    }

    .changeSlideRight,
    .changeSlideLeft {
        bottom: -8px !important;
    }

    #covid19 {
        z-index: 10;
    }
}
