#container-newspaper {
    padding: 0;
}

.container-newspaper {
    padding-bottom: 72px;
}

.container-newspaper .head-line {
    margin-bottom: 72px;
    padding-top: 64px;
}

.container-newspaper .mail-list {
    margin: 0;
}

.container-newspaper .mail-list .mail-item {
    background-color: #fff !important;
    box-shadow: 2px 2px 4px rgb(189 189 189 / 50%);
    border-radius: 16px !important;
    padding: 32px;
    height: 540px;
    margin: 0px 24px;
}

.container-newspaper .mail-list .item-text {
    max-height: 225px;
    overflow: hidden;
    position: relative;
}

.container-newspaper .mail-list .item-all {
    margin-top: 14px;
}

.container-newspaper .mail-list .item-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -140px 60px -80px rgba(255, 255, 255, 0.94);
}

.container-newspaper .mail-list .mail-item .item-all a {
    color: #8962FC;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    cursor: pointer;
}

.container-newspaper .mail-list .mail-item .item-img {
    display: block;
    width: 100%;
    max-height: 80px;
    margin-bottom: 32px;
    display: inline-table;
}

.container-newspaper .mail-list .mail-item .preview_picture {
    max-height: 80px;
    width: auto;
}

.container-newspaper .mail-list .mail-item .item-name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: Golos Text;
    color: #212529;
    font-weight: 600;
    height: 75px;
}

.container-newspaper .mail-list .mail-item .item-name .item-name-d {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding-top: 14px;
    font-family: Golos Text;
    color: #21252954;
    font-weight: 600;
}

#slider2 .owl-nav {
    position: absolute;
    width: 200px;
    left: 85%;
    top: -100px;
    z-index: -10;
    /* z-index: -10; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-ellipse {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #007A87;
    margin-top: 420px;
    position: absolute;
    margin-left: 1px;
}

#slider2 .owl-nav .owl-prev {
    background: #fff;
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.16);
    z-index: 20;
    transition: all 500ms ease;
}

#slider2 .owl-nav .owl-next {
    background: #fff;
    float: right;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.16);
    z-index: 20;
    transition: all 500ms ease;
}

#slider2 .owl-nav [class*=owl-]:hover {
    background: #007A87;
}

#slider2 .owl-nav [class*=owl-]:hover svg {
    fill: #fff;
}

#slider2 .owl-nav:hover {}

#slider2 .owl-nav .owl-prev svg {
    fill: #6C757D;

}

#slider2 .owl-nav .owl-next svg {
    fill: #6C757D;

}

.slider-nav2 {}

.slider-nav2 .owl-prev {
    background: #fff;
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.16);
    z-index: 20;
    transition: all 500ms ease;
    border: none;
}

.slider-nav2 .owl-next {
    background: #fff;
    float: right;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.16);
    z-index: 20;
    transition: all 500ms ease;
    border: none;
}

.slider-nav2 [class*=owl-]:hover {
    background: #007A87;
}

.slider-nav2 [class*=owl-]:hover svg {
    fill: #fff;
}

.slider-nav2 .owl-prev svg {
    fill: #6C757D;

}

.slider-nav2 .owl-next svg {
    fill: #6C757D;
}

.newspaper-block {
    /* margin-top: 72px; */
}

.newspaper-block .newspaper-item {
    background-color: #E9ECEF;
    border-radius: 16px;
    margin-bottom: 24px;
    margin: 5px;
}.newspaper-block

.newspaper-img {
    padding: 16px;
}

.newspaper-img img {
    width: 100%;
    max-height: 600px;
    border-radius: 10px;
}

.newspaper-text {
    padding: 0 16px;
}

.newspaper-text p {
    color: #212529;
    font-family: Golos Text;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.newspaper-upload {
    padding: 12px 16px;
}

.newspaper-upload a {
    color: #007A87;
    font-family: Golos Text;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

#newspaper-upload img {
    display: inline-block;
}