.news-page {
    padding: 30px 0;
}
.news__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 60px;
}
.news__item {
    flex: 0 0 calc(33.333% - 50px);
    margin: 0 25px 50px;
}
.news__img-wp {
    overflow: hidden;
}
.news__img-wp {
    height: 240px;
}
.news__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__date {
    margin-top: 10px;
    color: #898BA0;
    font-size: 16px;
    line-height: 140%;
}
.news__txt {
    margin-top: 10px;
    font-size: 20px;
    line-height: 150%;
    color: #13194B;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page-item {
    margin: 0 10px 10px;
}
.page-item.arrow {
    display: none;
}
.page-link {
    font-size: 24px;
    color: #6a6a6a;
    display: block;
    padding: 8px;
    font-weight: bold;
}
li.active.page-item a {
    color: #52b730 !important;
}
.news__img {
    height: 240px;
}
.news-page__title {
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
}
ul.pagination.ms-0.mb-4 {
    list-style: none;
}
.news__txt {
    display: inline;
    position: relative;
    overflow: hidden;
    font-size: 18px;
        color: #000;
    background-image: linear-gradient(transparent calc(100% - 2px),#000 10px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s;
}
.news__txt:hover {
    background-size: 100% 100%;
    
}
.news-page__title {
    font-size: 90px;
    opacity: 1;
}
@media (max-width: 991px) {
.news__item {
    flex: 0 0 calc(50% - 50px);
}
}
@media (max-width: 584px) {
.news__item {
    flex: 0 0 100%;
    margin: 0 0 50px 0;
}
.news-page {
    padding: 30px;
}
}
.new__title {
        max-width: 700px;
    font-size: 34px;
    line-height: 120%;
    text-align: center;
    margin: 0px auto;
    position: relative;
}

.new__name {
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}
.new__img {
    margin-top: 32px;
    width: 100%;
}
.new__img img {
    width: 100%;
}
.new__txt {
    margin-top: 32px;
    line-height: 140%;
}
.new__txt p {
    padding-bottom: 20px;
}
.new .btn-back {
    position: absolute;
    top: 0;
    gap: 14px;
    left: 4%;
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #006B60;
    transform: translate(0px, -200%);
}
.new a.provisions__btn-back {
    padding-bottom: 0 !important;
    padding: 48px 0;
}
.new__block {
    max-width: 700px;
    font-size: 16px;
        margin: 0px auto;
}
a.news__item {
    font-weight: 900;
    text-decoration: none;
}
a.page-link {
    text-decoration: none;
}
.new__txt a {
    color: #52b92e;
}
img.news__img {
    transition: all .4s cubic-bezier(0,.49,.88,1.21);
    }
img.news__img:hover {
    transform: scale(1.05);
    transition: all .4s cubic-bezier(0,.49,.88,1.21);
}
.news__block {
    margin-top: 10px;
}
span._scr-item._active p::first-letter {
    color: #52b92e;
    font: 500 114px/100.8px "SweetMavkaScript", sans-serif, sans-serif;
}
span._scr-item._active p {
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 104%;
}

.news__carousel-img {
    height: 260px;
    object-fit: cover;
}

@media (max-width: 430px) {
    .news__carousel-img {
        height: 160px;
    }
}

#modal-callback .modal__body {
    width: 100%;
    height: calc(100vh - 120px);
    overflow-y: auto;
}

#modal-callback .modal__body::-webkit-scrollbar {
  width: 4px;
}

#modal-callback .modal__body::-webkit-scrollbar-track {
  background: transparent;
}

#modal-callback .modal__body::-webkit-scrollbar-thumb {
  background: #52b92e;
  border-radius: 4px;
}

#modal-video .modal__body {
    width: 100%;
    max-width: 800px;
}

#modal-video .modal__body .modal__close {
    top: -40px;
    right: -40px;
    cursor: pointer;
}

@media (max-width: 830px) {
    #modal-video .modal__body {
        max-width: calc(100% - 30px);
        margin: auto;
    }

    #modal-video .modal__body .modal__close {
        right: 0;
    }
}

.mcf__select {
    border: 1px solid #020202;
    display: block;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: none;
    font-family: "Gilroy", sans-serif;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 30px 0 0;
}

.mcf__select._long {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    .mcf__select {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .mcf__select._long {
        margin: 0;
    }
}

.video .video__container .plyr__poster {
    background-size: cover;
    cursor: pointer;
}