.panel-news{
    position: relative;

}
@media(min-width: 1237px){
    .panel-news .container{
        max-width: 1143px;
    }
}
.panel-news .title-wrappper{
    position: relative;
    margin-bottom: 33px;
}
.panel-news .title-wrappper:before{
    content: '';
    position: absolute;
    background-color: #000000;
    width: 67%;
    height: 1px;
    top: 15px;
    right: 0;
}
.panel-news h2{
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 33px;
}
.panel-news h3{
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 12px;
}
.panel-news h4{
    color: #DBB271;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-top: 28px;
}
.panel-news .img-wrapper.first-img img{
    width: 100%;
    max-width: 594px;
    height: 402px;
    border-radius: 25px;
    object-fit: cover;
}
.panel-news .second-img{
    position: relative;
    top: -38px;
}

.panel-news .col-55{
    flex: 0 0 auto;
    width: 55%;
}
.panel-news .col-45{
    flex: 0 0 auto;
    width: 45%;
}

.panel-news .second-img img{
    width: 141px;
    max-width: 141px;
    height: 91px;
    object-fit: cover;
}
.panel-news .second-content-wrapper,
.panel-news .second-img{
    display: inline-block;
}
.panel-news .second-content-wrapper{
    max-width: 293px;
    margin-right: 42px;

  
}
.panel-news .list-wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
}
.panel-news .list-wrapper:nth-of-type(1){
    padding-top: 0;
    border: 0;
}
.panel-news .list-wrapper{
    border-top: 1px solid #969696;
    
}
.panel-news .first-content-wrapper{
    position: relative;
    padding-right: 110px;
}
.panel-news .text-wrapper p{
    color: #000000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 25px;
    text-align: left;
}
.panel-news .text-wrapper:before{
    content: '';
    position: absolute;
    background-image: url(images/arrow-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 22px;
    top: 70%;
    right: 10%;
}

.panel-news .second-content-wrapper h3{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.panel-news .second-content-wrapper h4{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper{
    position: relative;
}
.panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before{
    content: '';
    position: absolute;
    background-image: url(images/arrow-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 13px;
    height: 9px;
    top: 70%;
    right: 36%
}


.panel-news .btn-gold-round{
    position: relative;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    line-height: 0.8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 36px;
    display: inline-block;
    background-color: #D09A43;
    border-radius: 15px;
}
.panel-news .btn-gold-round span{
    position: absolute;
    top: 0px;
    right: -10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background-color: #000000;
}
.panel-news .btn-gold-round span:before{
    content: '';
    position: absolute;
    background-image: url('images/arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 15px;
    top: 9px;
    left: 12px;
 
}

@media(max-width: 1120px){
    .panel-news .second-content-wrapper, .panel-news .second-img{
        top: 0;
        margin-bottom: 15px;
    }
    .panel-news .text-wrapper p{
        margin-bottom: 15px;
    }
}
@media(max-width: 1095px){
    .panel-news .title-wrappper:before{
        width: 65%;
    }
}
@media(max-width: 1015px){
    .panel-news .title-wrappper:before{
        width: 63%;
    }
}
@media(max-width: 991px){
    .panel-news .title-wrappper:before{
        width: 60%;
    }
    .panel-news .col-55,
    .panel-news .col-45{
        width: 100%;
    }
    .panel-news .list-wrapper:nth-of-type(1){
        padding-top: 15px;
        border-top: 1px solid #969696
    }
    .panel-news .list-wrapper a{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
   
        flex-direction: column-reverse;
    }
    .panel-news  .second-content-wrapper,
    .panel-news .second-img{
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .panel-news .text-wrapper p{
        margin-bottom: 0;
    }
    .panel-news .second-img img{
        margin-top: 15px;
    }
    .panel-news .firsttext-wrapper p{
        margin-bottom: 15px;
    }
    .panel-news .img-wrapper.first-img img,
    .panel-news .second-img img{
        width: 100%;
        max-width: 100%;
        height: 402px;
        object-fit: cover;
        border-radius: 25px;
    }
    .panel-news .second-content-wrapper h3 {
        color: #000000;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 12px;
    }
    .panel-news .second-content-wrapper h4{
        color: #DBB271;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        text-align: left;
    }
    .panel-news .second-content-wrapper p{
        color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.38;
    text-align: left;
    }
    .panel-news .text-wrapper p{
        font-size: 14px;
    }
    .panel-news .text-wrapper:before{
        width: 19px;
        height: 9px;
        top: 5px;
        right: -33px;
    }
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before{
        width: 19px;
        height: 9px;
        top: 5px;
        right: 46%;
    }
    .panel-news  .text-wrapper{
        position: relative;
    }
    .panel-news .first-content-wrapper,
    .panel-news .secondtext-wrapper{
        padding-right: 80px;
    }
}
@media(max-width: 900px){
    .panel-news .title-wrappper:before {
        width: 58%;
    }
}
@media(max-width: 890px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before{
        right: 44%;
    }
}
@media(max-width: 865px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before{
        right: 40%;
    }
}
@media(max-width: 860px){
    .panel-news .title-wrappper:before {
        width: 56%;
    }
}
@media(max-width: 820px){
    .panel-news .title-wrappper:before {
        width: 54%;
    }
}
@media(max-width: 810px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before{
        right: 37%;
    }
}
@media(max-width: 785px){
    .panel-news .title-wrappper:before {
        width: 52%;
    }
}
@media(max-width: 767px){
    .panel-news .title-wrappper:before {
        content: none;
    }
    .panel-news h2{
        font-size: 24px;
        text-align: center;
    }
    .panel-news h3,
    .panel-news .second-content-wrapper h3{
        font-size: 23px;
    }
    .panel-news h4,
    .panel-news .second-content-wrapper h4{
        font-size: 16px;
    }

    .panel-news .text-wrapper:before{
        right: -33px;
        top: 43%;
    }
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before {
        right: 30%;
    }
}
@media(max-width: 700px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before  {
        right: 25%;
    }
}
@media(max-width: 650px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before  {
        right: 20%;
    }
}
@media(max-width: 620px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before  {
        right: 10%;
    }
}
@media(max-width: 560px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before  {
        right: 5%;
    }
}
@media(max-width: 460px){
    .panel-news .second-content-wrapper .text-wrapper.secondtext-wrapper:before  {
        top: 20px;
        right: 5%;
    }
    .panel-news .img-wrapper.first-img img, .panel-news .second-img img{
        height: 300px;
    }
}