.rozskok {
	height: calc(100vh + 261px);
}
.rozskok .il-linky-gold {
    top: -288px;
    left: -291px;
    width: 1200px;
}
.logo-l {
    width: 340px;
}
.ecn-block {
	background: #b9d484;
}
.bg-clr-oldecn {
    background: #e6f1d1;
}
.new-box {
    padding: 0 45px 25px 0;
    text-align: left;
}
.ecn-block h2 a {
    color: #ffffff;
    font-weight: 600;
}
.new-box > div:last-child {
    margin-top: 20px;
}
.studio article {
    position: relative;
    z-index: 2;
}
.ecn-block .btn-secondary.black {
    background: rgb(230 241 209 / 26%);
}
.ecn-block .btn-secondary.black:hover {
    background: #000;
}
.clr-ecn{ 
    color: #417012;
}
.shorten a {
    color: #5a8331;
}
.ecn-block .sz-xl {
    font-size: 22px;
    letter-spacing: 0.05em;
}
.btn.zprvd {
    background: var(--clr-dark) url(/img/ecn-list.webp) no-repeat 10px center;
    padding-left: 61px;
}
.btn.studio {
    background: var(--clr-dark) url(/img/ecn-futter-symbol-white-xs.svg) no-repeat 20px center;
    padding-left: 111px;
    background-size: 81px;
}
.btn.studio:hover {
    background-color: #c9b57f;
    border-color: #c9b57f;
}
.btn.zprvd:hover {
    background-color: #709ca6;
    border-color: #709ca6;
}
@media (min-width: 1400px) {
.news-mix {
    display: flex;
    flex-wrap: wrap;
}
.new-box {
    padding: 0 45px 25px 0;
    flex: 1 0 288px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    text-align: left;
}
}
@media (min-width: 768px) {
article.footer {
    position: fixed;
    width: calc(56.25vw - 70px);
    bottom: 23px;
    height: 175px;
    background-color: white;
}
.ecn-block article.footer {
    width: calc(43.75vw - 65px);
    background-color: #b9d484;
}
}