* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    width: 100%;
    display: block;
}
html {
    font-size: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    background: #fff;
    color: #161616;
    overflow-x: hidden;
    font-size: 15px;
}
body.announce {
    background: #fff;
    position: relative;
}
:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}
.modal-toggle {
    overflow: hidden;
}
select {
    cursor: pointer;
}
p.test {
    margin: 15px 0;
}
.btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #161616;
    padding: 4px 18px;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
.btn.btn-red {
    color: #fff;
    background: #630005;
    border-color: #630005;
}
.btn.btn-red:hover {
    background: #980121;
    border-color: #980121;
}
.btn.btn-white {
    color: #630005;
    border-color: #630005;
}
.btn.btn-white:hover {
    color: #980121;
    border-color: #980121;
}
.btn.btn-grey {
    background: #5f4e53;
    border-color: #5f4e53;
    color: #fff;
}
.btn.btn-grey:hover {
    background: #948489;
    border-color: #948489;
}
.btn.btn-light-grey {
    color: #5f4e53;
    border-color: #5f4e53;
}
.btn.btn-light-grey:hover {
    color: #948489;
    border-color: #948489;
}
.share {
    cursor: pointer;
}
.announce-text__wrapper {
    width: calc((100% - 1390px) / 2);
    padding-left: 25px;
    position: fixed;
    color: #161616;
    right: 10px;
    top: 190px;
    z-index: 1;
    font-family: "open_sans_condensed", Arial, sans-serif;
    font-weight: 700;
    line-height: 135%;
    text-align: right;
}
body.delonn .announce-text__wrapper {
    top: 210px;
}
body.sport .announce-text__wrapper {
    top: 240px;
}
.announce-text__wrapper a {
    color: #161616;
}
.announce-text__wrapper .announce-ttl {
    font-size: 16px;
    margin-bottom: 5px;
}
.announce-text__wrapper .announce-desc {
    font-size: 13px;
}
.announce-text__wrapper .announce-desc p {
    margin-bottom: 5px;
}
.announce-text__wrapper .announce-desc p:last-of-type {
    margin-bottom: 0;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: 0.55s;
    -o-transition-duration: 0.55s;
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: 0.65s;
    -o-transition-duration: 0.65s;
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: 0.85s;
    -o-transition-duration: 0.85s;
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: 0.95s;
    -o-transition-duration: 0.95s;
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    -o-transition-duration: 1.05s;
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    -o-transition-duration: 1.15s;
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    -o-transition-duration: 1.35s;
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    -o-transition-duration: 1.45s;
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    -o-transition-duration: 1.55s;
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    -o-transition-duration: 1.65s;
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    -o-transition-duration: 1.7s;
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    -o-transition-duration: 1.75s;
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    -o-transition-duration: 1.85s;
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    -o-transition-duration: 1.9s;
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    -o-transition-duration: 1.95s;
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    -o-transition-duration: 2.05s;
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.05s;
    -o-transition-delay: 2.05s;
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    -o-transition-duration: 2.1s;
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    -o-transition-duration: 2.15s;
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.15s;
    -o-transition-delay: 2.15s;
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    -o-transition-duration: 2.2s;
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    -o-transition-duration: 2.25s;
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    -o-transition-duration: 2.3s;
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    -o-transition-duration: 2.35s;
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.35s;
    -o-transition-delay: 2.35s;
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    -o-transition-duration: 2.4s;
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    -o-transition-duration: 2.45s;
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.45s;
    -o-transition-delay: 2.45s;
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    -o-transition-duration: 2.55s;
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    -o-transition-duration: 2.6s;
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    -o-transition-duration: 2.65s;
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.65s;
    -o-transition-delay: 2.65s;
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    -o-transition-duration: 2.7s;
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    -o-transition-duration: 2.75s;
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    -o-transition-duration: 2.8s;
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    -o-transition-duration: 2.85s;
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    -o-transition-duration: 2.9s;
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    -o-transition-duration: 2.95s;
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.95s;
    -o-transition-delay: 2.95s;
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[data-aos="slide-up"] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
[data-aos="flip-left"] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #2b666e;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #2b666e;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}
.datepicker--cell.-focus- {
    background: #f0f0f0;
}
.datepicker--cell.-current- {
    color: #2b666e;
}
.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
    color: #2b666e;
}
.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}
.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #2b666e;
}
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #2b666e;
}
.datepicker--cell.-selected-.-focus- {
    background: #2b666e;
}
.datepicker--cell:empty {
    cursor: default;
}
.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}
.datepicker--day-name {
    color: #bc4649;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}
.datepicker--cell-day {
    width: 14.28571%;
}
.datepicker--cells-months {
    height: 170px;
}
.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}
.datepicker--years {
    height: 170px;
}
.datepicker--cells-years {
    height: 170px;
}
.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #2b666e;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #2b666e;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}
@media print {
    .datepickers-container {
        display: none;
    }
}
.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0 0.3s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0 0.3s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0 0.3s, -webkit-transform 0.3s ease;
    z-index: 100;
}
.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, left 0 0s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0 0s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0 0;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0 0;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.datepicker-inline .datepicker--pointer {
    display: none;
}
.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px;
}
.-only-timepicker- .datepicker--content {
    display: none;
}
.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}
.datepicker--body {
    display: none;
}
.datepicker--body.active {
    display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #2b666e;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #2b666e;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}
.-only-timepicker- .datepicker--nav {
    display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker--nav-action:hover {
    background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
    visibility: hidden;
}
.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}
.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}
.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}
.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}
.datepicker--nav-title:hover {
    background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0;
}
.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}
.datepicker--button {
    color: #2b666e;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
}
.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #2b666e;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #2b666e;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px;
}
.-only-timepicker- .datepicker--time {
    border-top: none;
}
.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}
.datepicker--time-label {
    display: none;
    font-size: 12px;
}
.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}
.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}
.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
    margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
    display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
    outline: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
    background: #2b666e;
    border-color: #2b666e;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
    background: #2b666e;
    border-color: #2b666e;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
    background: #2b666e;
    border-color: #2b666e;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
    background: 0 0;
}
.datepicker--time-row span {
    padding: 0 12px;
}
.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute;
}
.datepicker--time-icon:after {
    height: 0.4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.datepicker--time-icon:before {
    width: 0.4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #2b666e;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #2b666e;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-timepicker {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 205px;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px;
    text-align: center;
}
.ui-timepicker-viewport {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 205px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
}
.ui-timepicker-standard {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #222;
    margin: 0;
    padding: 2px;
}
.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: 0.2em 0.4em;
    text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: #dadada;
    border: 1px solid #999;
    font-weight: 400;
    color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
    border-radius: 4px;
}
.ui-timepicker-hidden {
    display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none;
}
@media all and (-ms-high-contrast: none) {
    ::-ms-backdrop,
    [data-aos^="fade"][data-aos^="fade"],
    [data-aos^="zoom"][data-aos^="zoom"] {
        opacity: 1;
    }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 20px 0;
    padding: 0;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 1;
    font-size: 70%;
}
h1,
.h1 {
    font-size: 60px;
    line-height: 1.1;
    position: relative;
}
h2,
.h2 {
    font-size: 36px;
}
h3,
.h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 221%;
}
h4,
.h4 {
    margin: 30px 0 5px;
    font-size: 21px;
}
h5,
.h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
h6,
.h6 {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}
strong {
    color: #4e4e4c;
}
b,
strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}
a {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #980121;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: none;
}
.hidden-wrap {
    overflow: hidden;
}
.container-wrapper {
    display: block;
    max-width: 1390px;
    padding: 0 15px;
    height: auto;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
    line-height: 18px;
}
#content .container-wrapper {
    background: #fff;
}
.announce #content .container-wrapper {
    padding-bottom: 15px;
}
.links-btn {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #948489;
    padding: 5px 13px;
    color: #948489;
    text-transform: uppercase;
    margin-top: 8px;
    margin-right: 8px;
    background: #f4f4f4;
}
.header-block .header__social-modal {
    display: none;
}
.header__wrapper .header-mobile__phone {
    position: absolute;
    margin-left: 60px;
    margin-right: 10px;
    padding: 4px 5px;
    top: auto;
    z-index: 100;
    color: #fff;
}
.header__wrapper .header-mobile__phone:hover {
    color: #fff;
}
header {
    position: relative;
    max-width: 1390px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0 15px 20px;
    background: #fff;
}
.announce header {
    padding: 0 0 20px;
}
header.scroll {
    position: fixed;
    z-index: 1000;
    background: #fff;
    top: 0;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    left: 0;
    transform: none;
    max-width: none;
    padding-bottom: 15px;
}
.ad-banner.top {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
    background: #fff;
    min-height: 120px;
}
.announce .ad-banner.top {
    position: relative;
    padding: 0;
}
.header-mobile {
    display: none;
}
.header-mobile__logo {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 13px 12px;
}
.header-mobile__logo a {
    display: block;
    width: 29px;
    height: 34px;
    background: url(../img/theme_v2/header_logo-mobile.svg) no-repeat;
}
body.ny-mode .header-mobile__logo a {
    width: 40px;
    background: url(../img/theme_v2/header_logo-mobile-ny.svg) no-repeat;
}
body.ny-mode .header__wrapper .header-mobile__phone {
    margin-left: 75px;
}
body.victory .header-mobile__logo a {
    background: url(../img/theme_v2/header_logo-mobile__victory.svg) no-repeat;
}
body.expertclub .header-mobile__logo a {
    background: url(../img/theme_v2/expertclub-site__logo_mob.svg) no-repeat;
}
.header-top {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header-align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__wrapper .header__themes-wrapper {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}
.header__wrapper .header__themes-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.header-bottom {
    position: relative;
    margin-top: 25px;
    padding: 0;
}
.announce .header-bottom {
    padding: 0 15px;
}
header.scroll .header-bottom {
    padding: 0 15px;
}
.header-bottom__logo {
    display: block;
    height: 77px;
    width: 283px;
    background: url(../img/theme_v2/header_logo.svg) no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
body.ny-mode .header-bottom__logo {
    background: url(../img/theme_v2/header_logo-ny.svg) no-repeat;
}
/*body.victory .header-bottom__logo {
    width: 300px;
    height: 132px;
    background: url(../img/theme_v2/header_logo-victory.svg) no-repeat;
}*/
body.sport .header-bottom__logo {
    height: 130px;
    width: 285px;
    background: url(../img/theme_v2/sportnn-site__logo.svg) no-repeat;
}
body.sport .minsport-logo {
    height: 45px;
    width: 150px;
    background: url(../img/theme_v2/minsport_logo.svg) no-repeat;
    margin-left: 30px;
}
body .victory-logo {
    height: 140px;
    width: 68px;
    background: url(../img/theme_v2/victory-80.svg) no-repeat;
    margin-right: 30px;
}
body.delonn .header-bottom__logo {
    height: 100px;
    width: 300px;
    background: url(../img/theme_v2/delonn-site__logo.svg) no-repeat;
}
body.expertclub .header-bottom__logo {
    height: 100px;
    width: 300px;
    background: url(../img/theme_v2/expertclub-site__logo_2.svg) no-repeat;
}
.scroll .victory-80__img {
    display: none;
}
.header-mobile__phone,
.header-bottom__phone {
    font-family: NX;
    font-size: 24px;
    border-radius: 50%;
    padding: 9px 6px;
    color: #fff;
    background: #630005;
    cursor: pointer;
}
.header-bottom__phone:hover {
    color: #fff;
}
.header-bottom__search {
    position: relative;
    font-size: 27px;
    margin-left: 15px;
}
.header-links a {
    color: #630005;
}
.header-links a:last-child {
    color: #106daf;
}
.header-bottom__loc {
    font-size: 21px;
    margin-left: 15px;
}
.header-bottom__news {
    font-size: 27px;
    margin-left: 15px;
}
.header-mobile__info--item,
.header-bottom__info {
    width: 175px;
    height: 56px;
    background: url(../img/theme_v2/logo-info.svg) no-repeat;
}
.header-mobile__info--item a {
    display: block;
    width: inherit;
    height: inherit;
}
.header-mobile__info {
    display: none;
    background: #fff;
    margin: 20px -35px -40px;
    padding: 0 36px 22px;
    border-top: 2px solid #828282;
}
.header-mobile__info--item {
    margin: 25px 0 30px;
}
.header-bottom__btn {
    position: relative;
    font-size: 10px;
    border-radius: 50%;
    border: 1px solid #106daf;
    padding: 7px 6px 3px;
    color: #106daf;
}
.header-bottom__show {
    transform: rotate(180deg);
}
.header-bottom__newspapers .header-newspapers {
    width: calc(100% / 6);
    margin-bottom: 45px;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
}
.header-newspapers__mobile .header-newspapers {
    background-position: center;
}
.header-newspapers__old {
    height: 62px;
    width: 140px;
    background: url(../img/theme_v2/pravda_old.svg) no-repeat;
}
.header-newspapers__new {
    height: 53px;
    width: 192px;
    background: url(../img/theme_v2/pravda_new.svg) no-repeat;
}
.header-newspapers__com {
    height: 56px;
    width: 166px;
    background: url(../img/theme_v2/com_pravda.svg) no-repeat;
}
.header-newspapers__news {
    height: 40px;
    width: 180px;
    background: url(../img/theme_v2/news-nn__logo-black.png) no-repeat;
}
.header-newspapers__case {
    height: 25px;
    width: 182px;
    background: url(../img/theme_v2/new_case.svg) no-repeat;
}
.header-newspapers__earth {
    height: 50px;
    width: 196px;
    background: url(../img/theme_v2/earth_nn.svg) no-repeat;
}
.header-newspapers__sport {
    height: 53px;
    width: 173px;
    background: url(../img/theme_v2/sport_nn.svg) no-repeat;
}
.header-newspapers__course {
    height: 90px;
    width: 102px;
    background: url(../img/theme_v2/cours_nn.svg) no-repeat;
}
.header-newspapers__nia {
    height: 58px;
    width: 132px;
    background: url(../img/theme_v2/nia_nn.svg) no-repeat;
}
.header-newspapers__nta {
    height: 30px;
    width: 170px;
    background: url(../img/theme_v2/nta_nn_v2.svg) no-repeat;
}
.header__wrapper {
    top: 0;
    width: 100%;
    height: 60px;
    background: #161616;
    z-index: 1100;
}
.header__wrapper .link__social-pt {
    color: #fff;
}
.header__wrapper .container-wrapper {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
.header__themes-item a {
    padding-right: 13px;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
}
.header__themes-item a:hover {
    color: #980121;
}
header .ad-banner__image img {
    display: block;
    width: 100%;
}
.header__social-wrapper {
    padding-right: 5px;
    padding-left: 15px;
    width: 35%;
}
.header-bottom__headphones a {
    font-family: nx;
    color: #fff;
    border-radius: 50%;
    background: #980121;
    padding: 6px;
    font-size: 23px;
    line-height: 23px;
    margin-right: 10px;
}
.header-bottom__headphones a:last-of-type {
    margin-right: 0;
}
.header-icons a {
    color: #980121;
}
.header-bottom .noic {
    width: 260px;
    margin-top: 10px;
    z-index: 999;
}
.rubric__menu-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: 16px;
    height: 12px;
    overflow: hidden;
    text-indent: -1000px;
    padding: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    outline: 0;
    z-index: 999;
    border-bottom: 2px solid #f4f4f4;
    border-top: 2px solid #f4f4f4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.rubric__menu-button:before,
.rubric__menu-button:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #f4f4f4;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: rotate(0) translateX(-50%);
}
.rubric__menu-button:hover {
    border-color: #980121;
}
.rubric__menu-button:hover:before,
.rubric__menu-button:hover:after {
    background-color: #980121;
}
.rubric__menu-button.opened {
    border: 0;
}
.rubric__menu-button.opened:before {
    left: 50%;
    top: 90%;
    transform: rotate(45deg) translate(-50%, 30%);
}
.rubric__menu-button.opened:after {
    left: 50%;
    top: 0;
    transform: rotate(-45deg) translate(-50%, -30%);
}
.header-block .rubric__menu-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
}
.header-bottom .header-bottom__newspapers {
    display: flex;
    position: absolute;
    top: -31%;
    left: -1028px;
    right: -1028px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 998;
    padding: 115px 1043px 27px;
    font-weight: 600;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
body.victory .header-bottom .header-bottom__newspapers {
    padding-top: 155px
}
.rubric__menu-wrapper .container-rubric {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 7px 0 36px;
}
.rubric__menu-wrapper {
    display: flex;
    max-width: 1360px;
    margin: auto;
    top: 60px;
    left: -1000px;
    right: -1000px;
    height: 250px;
    background-color: #fafafa;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 36px 1043px 72px;
    font-weight: 600;
    box-sizing: content-box;
}
.rubric__menu-title {
    position: relative;
    width: 100%;
    font-size: 1rem;
    color: #161616;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.rubric__menu-title:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #828282;
    margin-left: 20px;
}
.rubric__menu-title:before {
    font-family: NX;
    content: "p";
    text-transform: lowercase;
    font-size: 25px;
    font-weight: 500;
}
.rubric__menu-links {
    width: 280px;
    /*height: 215px;*/
}
.rubric__menu-links a {
    height: 22px;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 2px;
}
.rubric__menu-links a:last-of-type {
    margin-bottom: 0;
}
.header-bottom__icon {
    font-family: NX;
    cursor: pointer;
}
.header-icons .header-bottom__icon {
    color: #630005;
}
.header-icons .header-bottom__icon:hover {
    color: #980121;
}
.header-bottom .noic .header-bottom__icon,
.header-bottom .noic .header-bottom__icon:hover {
    color: #106daf;
}
.header__rubric-menu-wrap {
    min-height: 40px;
}
.header__rubric-menu-wrap ul {
    padding: 1rem 0;
}
.header__rubric-menu-wrap ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}
.header__rubric-menu-wrap ul li.current-menu-item a {
    color: #2b666e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header-buttons {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 5px;
    padding: 0 25px 0 33px;
}
.header-icons {
    position: relative;
}
.header-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
.rubric__menu-item {
    position: relative;
    max-width: 1010px;
    width: 75%;
}
.rubric__menu-wrapper a {
    color: #828282;
    text-transform: uppercase;
}
.rubric__menu-wrapper a:hover {
    color: #980121;
}
.rubric__menu-wrapper .menu-item {
    margin: 0 10px 10px 0;
    width: 30%;
}
.header__social-icons {
    display: flex;
}
.header__social-mobiles .social-info__icon {
    color: #fff;
    margin-right: 12px;
}
.header__social-wrapper .header__social-mobiles {
    font-family: NX;
    display: none;
}
.header__mobiles--show {
    display: flex !important;
    z-index: 1001;
}
.header__mobiles--hidden {
    display: none !important;
}
.header__wrapper a:hover {
    color: #980121;
}
.header__social-icon {
    font-family: NX;
    margin-right: 12px;
    color: #fff;
}
.rubric__menu-wrapper .header-newspapers__mobile {
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.rubric__menu-icon:before {
    width: 20px;
    height: 20px;
    font-family: NX;
    cursor: pointer;
    font-weight: 500;
    margin-right: 15px;
    font-size: 20px;
    line-height: 20px;
}
.rubric__menu-advertisement:before {
    content: "R";
}
.rubric__menu-subscription:before {
    content: "B";
}
.rubric__menu-conference:before {
    content: "C";
}
.rubric__menu-photo:before {
    content: "A";
}
.rubric__menu-project:before {
    content: "s";
    text-transform: lowercase;
}
.rubric__menu-articles:before {
    content: "n";
    font-size: 19px;
    text-transform: lowercase;
}
.rubric__menu-doc:before {
    content: "n";
    font-size: 15px;
}
.rubric__menu-map:before {
    content: "L";
    font-size: 16px;
    margin-left: 2px;
}
.rubric__menu-editorial:before {
    content: "U";
}
.rubric__menu-tests:before {
    content: "d";
    text-transform: lowercase;
}
.mobile__menu-wrapper {
    display: none;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0;
}
.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
}
.header__search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__search-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}
.header__search-wrapper form input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #999;
    border-radius: 0.5rem 0 0 0.5rem;
    border-right: 0;
    padding: 0.6rem 0.5rem;
    line-height: 1;
    width: 75%;
    font-size: 13px;
    outline: 0;
}
.header__search-wrapper form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #999;
    border-radius: 0 0.5rem 0.5rem 0;
    border-left: 0;
    background-color: #fff;
    padding: 0.6rem 0.5rem;
    width: 25%;
    font-size: 13px;
    outline: 0;
}
#ya-site-results .b-popupa .b-popupa__tail-i {
    background: #fff;
    border-color: #fafafa !important;
}
.ya-page_js_yes .ya-site-form_inited_no {
    display: none;
}
.ya-site-form__input-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #999;
    border-radius: 0.5rem 0 0 0.5rem;
    border-right: 0 !important;
    padding: 0.6rem 0.5rem;
    line-height: 1;
    width: 80%;
}
.ya-site-form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #999;
    border-radius: 0 0.5rem 0.5rem 0;
    border-left: 0;
    background-color: #fff;
    padding: 0.4rem 0.5rem;
    width: 20%;
    margin: 0 !important;
    height: 35px;
}
#region-news-list-table {
    display: none;
}
.region-site-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.region-nsp-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #333;
    font-weight: 600;
}
.region-site-block a span {
    color: #630005;
}
.region-site-block:hover {
    border-bottom: 2px solid #630005;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.main__wrapper .region-news h4 {
    font-size: 16px;
    cursor: pointer;
}
.main__wrapper .region-news h4:hover,
.filter-form ul li:hover {
    color: #980121;
}
.filter-form ul {
    list-style: none;
    padding: 0;
}
.filter-form ul li {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    cursor: pointer;
}
.filter-form ul li input {
    display: none;
}
.up-btn {
    position: fixed;
    display: none;
    cursor: pointer;
    bottom: 3rem;
    right: 2%;
    z-index: 1000;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.up-btn span {
    cursor: pointer;
    font-style: normal;
    font-size: 25px;
    color: #630005;
}
.up-btn:hover span {
    color: #980121;
}
footer {
    position: relative;
    background-color: #161616;
}
.wrap_footer a:hover {
    transition: color 0.3s;
    color: #980121;
}
.footer-info {
    padding-top: 55px;
    margin-bottom: 30px;
}
.footer-info__logo {
    display: block;
    position: relative;
    width: 300px;
    height: 63px;
    background: url(../img/theme_v2/footer_logo.svg) no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.footer-info__logo:after {
    content: "";
    position: absolute;
    top: 37px;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../img/theme_v2/content_age.svg) no-repeat;
    transform: translateY(-50%);
}
.footer-info__items {
    max-width: 600px;
    width: 100%;
}
.footer-info__contacts {
    height: 65px;
}
.footer-info__item {
    margin: 5px 10px 0 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 200%;
}
.footer-info__links {
    width: 350px;
    margin-top: 10px;
}
.footer-info__item.subscription:before,
.footer-info__item.room:before,
.footer-info__item.advertising:before,
.footer-info__item.docs:before,
.footer-info__item.project:before,
.footer-info__item.editorial:before,
.footer-info__item.photo-library:before {
    font-family: NX;
    margin-right: 7px;
    font-size: 23px;
    font-weight: 400;
}
.footer-info__item.subscription:before {
    content: "B";
}
.footer-info__item.room:before {
    content: "C";
}
.footer-info__item.advertising:before {
    content: "R";
}
.footer-info__item.docs:before {
    content: "n";
}
.footer-info__item.project:before {
    content: "s";
}
.footer-info__item.editorial:before {
    content: "d";
}
.footer-info__item.photo-library:before {
    content: "A";
}
.footer-block {
    margin-bottom: 30px;
}
.footer-info__social a {
    font-family: NX;
    color: #fff;
}
.footer-info__feedback {
    width: 100%;
    padding-top: 10px;
}
.footer-info__feedback a {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}
.footer-info__social a:hover,
.footer-info__feedback a:hover {
    color: #980121;
}
.footer-info__icon {
    margin-right: 11px;
}
.footer-info__icon:last-child {
    margin-right: 0;
}
.footer-info__icon.link__phone {
    font-style: normal;
    font-weight: 700;
}
.link__phone:before,
.link__mail:before {
    font-family: NX;
    margin-right: 10px;
    font-weight: 400;
}
.link__phone:before {
    content: "P";
    font-size: 23px;
}
.link__mail:before {
    content: "M";
    font-size: 16px;
}
.link__social-pt {
    font-size: 30px;
}
.link__social-gnews {
    font-size: 17px;
}
.link__social-news {
    font-size: 19px;
}
.link__social-zen {
    font-size: 19px;
}
.link__social-ok {
    font-size: 24px;
}
.link__social-rt {
    font-size: 18px;
}
.link__social-ig {
    font-size: 24px;
}
.link__social-max {
    font-size: 17px;
}
.link__social-vk {
    font-size: 13px;
}
.link__social-tw {
    font-size: 15px;
}
.link__social-fb {
    font-size: 18px;
}
.link__social-tg {
    font-size: 25px;
}
.link__social-vb {
    font-size: 22px;
}
.footer-rubric,
.footer-regions {
    width: 100%;
    position: relative;
}
.footer-rubric__title,
.footer-regions__title,
.footer-partners__title {
    width: 100%;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}
.footer-rubric__title:before,
.footer-regions__title:before {
    margin-right: 5px;
    font-family: NX;
    font-weight: 400;
}
.footer-rubric__title:before {
    content: "p";
    text-transform: lowercase;
    font-size: 21px;
}
.footer-regions__title:before {
    content: "L";
    font-size: 20px;
}
.footer-rubric__title:after,
.footer-regions__title:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 50%;
    height: 1px;
    background: #fff;
    margin-left: 10px;
}
.footer-rubric__wrapper,
.footer-regions__wrapper {
    width: 100%;
}
.footer-rubric__wrapper ul,
.footer-regions__wrapper ul {
    padding: 0;
    margin: 0 0 20px;
}
.footer-rubric__wrapper ul li,
.footer-regions__wrapper ul li {
    margin: 0 50px 10px 0;
    display: inline-block;
    line-height: 200%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    list-style: none;
}
.footer-regions__wrapper ul li {
    width: calc(100% / 6);
    margin: 5px 0 0;
    font-size: 15px;
    text-transform: none;
}
.footer-regions__wrapper ul li.hidden {
    display: none;
}
.footer-rubric__wrapper ul li a,
.footer-regions__wrapper ul li a {
    color: #828282;
}
.footer-rubric__wrapper ul li a:hover,
.footer-regions__wrapper ul li a:hover {
    color: #980121;
}
.footer-regions .all-regions {
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
    color: #f2f2f2;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    z-index: 2;
    background: #161616;
}
.footer-regions .all-regions:hover {
    color: #980121;
}
.footer-regions .all-regions:after {
    display: inline-block;
    padding: 7px 6px 3px;
    content: "с";
    position: relative;
    font-size: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #f4f4f4;
    font-family: NX;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.footer-regions .all-regions.regions-show:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.footer-regions .all-regions:hover:after {
    border-color: #980121;
}
.footer__info-wrapper,
.footer-partners__wrapper {
    width: 100%;
}
.footer-partners__wrapper {
    margin: 25px 0 50px;
}
.footer-partners__wrapper .partners-item__block {
    margin-right: 40px;
}
.footer-partners__wrapper .partners-item__block:last-child {
    margin-right: 0;
}
.footer-partners__wrapper .partners-item__block img {
    width: 100%;
    height: 100%;
}
.footer__legal-info,
.footer__extr-info {
    width: 50%;
}
.footer__copyright {
    padding-bottom: 100px;
}
.footer__info-wrapper p,
.footer__copy-text,
.footer__copyright .copy-data {
    margin-top: 0;
    color: #e6e6e6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
}
p.footer__extr-text {
    line-height: 21px;
}
p.footer__copy-text {
    width: 100%;
    color: #828282;
    margin: 10px 0;
}
.footer__legal-info p a,
.footer__copy-text a {
    color: #e6e6e6;
}
.footer__legal-info p a:hover,
.footer__copy-text a:hover {
    color: #980121;
}
.footer__copyright .copy-data,
.footer__copyright .informers {
    width: 50%;
    margin-bottom: 30px;
    color: #fff;
}
.footer-innoagents__wrapper {
    width: 100%;
    margin-top: 15px;
}
.footer-innoagents__wrapper p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer__copyright .informers p {
    margin: 0 0 0 25px;
}
.breadcrumbs {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #5f4e53;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #fff;
}
.breadcrumbs b,
.breadcrumbs strong {
    font-size: inherit;
    line-height: inherit;
}
.breadcrumbs a {
    color: #5f4e53;
}
.breadcrumbs a:hover {
    color: #630005;
}
.breadcrumbs .separator {
    margin: 0 10px;
}
.breadcrumbs .current {
    color: #c4c4c4;
}
.no-photo {
    background-image: url(../img/theme_v2/no-photo_v2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}
#content {
    padding-bottom: 15px;
}
.main__wrapper {
    width: calc(100% - 290px);
}
.sidebar__wrapper {
    width: 260px;
}
.sidebar__wrapper .ad-banner {
    margin-bottom: 15px;
}
.main__wrapper.without_sidebar {
    width: 100%;
}
.nx {
    font-family: nx;
    color: inherit;
    font-weight: 400;
}
.tag {
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    line-height: 1.3;
    cursor: pointer;
}
span.share {
    font-size: 11px;
}
.category-article span.share:hover {
    color: #630005;
}
.sticker {
    position: absolute;
    top: 0;
    right: 0;
    background: #630005;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 8px;
    z-index: 15;
    font-size: 12px;
}
.loop__body .sticker {
    z-index: 1;
}
.newsFeed .sticker {
    padding: 1px 3px;
    top: 7px;
    font-weight: 600;
    font-size: 11px;
    z-index: 1;
}
.bolder {
    color: #630005;
    font-weight: 600;
}
.author {
    cursor: pointer;
}
.author::before {
    content: "U";
    font-family: nx;
    font-weight: 400;
}
.newOwlNav {
    font-family: nx;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
.newOwlPrev,
.newOwlNext {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 43%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: drop-shadow(-3px -3px 3px #000000ad);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .newOwlPrev,
    .newOwlNext {
        box-shadow: -3px -3px 3px #000000ad;
    }
}
.newOwlPrev {
    left: 5px;
    transform: translateY(-50%) scale(-1);
}
.newOwlNext {
    right: 5px;
}
#main-block .tabs-buttons {
    margin-top: 4px;
}
#main-block h4.button {
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    align-items: center;
    text-transform: uppercase;
    color: #948489;
    margin: 0 25px 0 0;
    cursor: pointer;
}
#main-block .button:nth-of-type(2) {
    color: #5f4e53;
}
#main-block .button.active {
    color: #630005;
}
#main-block .tabs {
    min-height: 700px;
    position: relative;
}
#main-block .tabs-content {
    width: 100%;
    margin-top: 4px;
    position: relative;
}
#main-block .tabs-content .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 0.8fr;
    gap: 5px;
}
#main-block .tabs-content .content.news_mobile {
    display: block;
    padding-bottom: 10px;
}
#main-block a.all-news_mobile {
    color: #161616;
    font-weight: 700;
    font-size: 18px;
}
#main-block a.all-news_mobile:hover {
    color: #980121;
}
#main-block .article,
.truthful-wrap .article {
    display: block;
}
#main-block .article-1 {
    grid-column: span 2;
    grid-row: span 2;
    height: 24.5vw;
    min-height: 390px;
}
@media all and (-ms-high-contrast: none) {
    #main-block .tabs-content .content {
        display: -ms-grid;
        -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
        -ms-grid-rows: 1fr 5px 1fr 5px 0.8fr;
    }
    #main-block .article-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    #main-block .article-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
    }
    #main-block .article-3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
    }
    #main-block .article-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    #main-block .article-5 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    #main-block .article-6 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
    }
}
@media all and (-ms-high-contrast: none) and (max-width: 1200px) {
    #main-block .tabs-content .content {
        -ms-grid-columns: 1fr 5px 1fr;
        -ms-grid-rows: 1fr 5px 1fr 5px 1fr 5px 1fr;
    }
    #main-block .article-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    #main-block .article-2 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    #main-block .article-3 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    #main-block .article-4 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    #main-block .article-5 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
}
@media all and (-ms-high-contrast: none) and (max-width: 640px) {
    #main-block .tabs-content .content {
        -ms-grid-columns: 1fr 5px 1fr;
        -ms-grid-rows: 1.3fr 5px 1fr 5px 1fr;
    }
    #main-block .article-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    #main-block .article-2 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    #main-block .article-3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    #main-block .article-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    #main-block .article-5 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
}
#main-block .article,
.truthful-wrap .article {
    overflow: hidden;
    position: relative;
}
#main-block .tag:hover,
.truthful-wrap .article .tag:hover {
    color: #c4c4c4;
    border-color: #c4c4c4;
}
#main-block .of-the-day .tag:hover {
    color: #fff;
    border-color: #fff;
}
#main-block .article img,
.truthful-wrap .article img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#main-block .article.of-the-day img {
    width: auto;
    height: 100%;
    right: 0;
    left: auto;
}
#main-block .article.article-bottom img {
    /*top: -25%;*/
    top: 0;
}
#main-block .article.with-image::after,
.truthful-wrap .article.with-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 100%);
    z-index: 9;
}
#main-block .article .text-block,
.truthful-wrap .article .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #161616;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#main-block .article.article-bottom,
.truthful-wrap .article .article-bottom {
    height: 96%;
}
#main-block .article.with-image .text-block,
.truthful-wrap .article.with-image .text-block,
#main-block .article.of-the-day .text-block {
    color: #f4f4f4;
}
#main-block .article p,
.truthful-wrap .article p {
    width: 100%;
}
#main-block .article.article-bottom.with-image::after,
.truthful-wrap .article.article-bottom.with-image::after {
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.5) 0%, rgba(22, 22, 22, 0.8) 100%);
}
#main-block .article.with-image .text-block,
.truthful-wrap .article.with-image .text-block,
#main-block .article.of-the-day .text-block {
    color: #f4f4f4;
}
#main-block .article-footer .author::before,
.truthful-wrap .article-footer .author::before {
    font-size: 25px;
    margin-right: 5px;
    font-weight: 400;
}
#main-block .article.of-the-day {
    background: #948489;
}
#main-block .article .figure {
    font-family: "open_sans_condensed";
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    text-align: center;
}
#main-block .article .article-title,
.truthful-wrap .article .article-title {
    font-weight: 700;
}
#main-block .article .article-title.hidden-desktop {
    display: none;
}
#main-block .article .figure span {
    font-size: 0.6em;
}
#main-block .article .desc,
.truthful-wrap .article .desc {
    font-family: "open_sans_condensed";
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    max-height: 63px;
    letter-spacing: -0.02em;
}
#main-block .article .desc.quote {
    margin: 35% 0 0;
    position: relative;
    text-indent: 15px;
    text-align: left;
    overflow: unset;
}
#main-block .of-the-day .quote::before {
    content: "Q";
    font-family: nx;
    font-size: 45px;
    position: absolute;
    top: -5px;
    left: -15px;
    color: #980121;
    z-index: -1;
}
#main-block .article-footer,
.truthful-wrap .article-footer {
    width: 100%;
    color: #fff;
}
#main-block .article-footer .row,
.truthful-wrap .article-footer .row {
    width: 100%;
}
#main-block .article-footer .row:nth-of-type(2),
.truthful-wrap .article-footer .row:nth-of-type(2) {
    display: none;
}
#main-block .article.of-the-day .label {
    border: 1px solid #fff;
    padding: 5px 13px;
    color: #f4f4f4;
    text-transform: uppercase;
    margin: 8px;
}
#main-block .article-title,
.truthful-wrap .article-title {
    margin-top: auto;
    font-size: 15px;
    line-height: 120%;
}
#main-block .article-desc,
.truthful-wrap .article-desc {
    display: none;
}
#main-block .article-1 .article-title {
    font-size: 25px;
    line-height: 1.3em;
}
.truthful-wrap .article .article-title {
    font-size: 22px;
}
#main-block .article-1 .article-title.full-title span {
    font-size: 28px;
    text-transform: uppercase;
}
#main-block .article-1 .text-block,
.truthful-wrap .article .text-block {
    padding: 0 15px 50px;
    width: 100%;
}
#main-block .article-2 .text-block,
#main-block .article-3 .text-block {
    padding: 0 8px 50px;
}
#main-block .article-2.with-image .article-desc,
#main-block .article-3.with-image .article-desc {
    font-size: 15px;
}
#main-block .article-2.with-image .article-footer,
#main-block .article-3.with-image .article-footer {
    font-size: 11px;
    padding: 0 8px;
}
#main-block .article-2.with-image .author::before,
#main-block .article-3.with-image .author::before {
    font-size: 20px;
    margin-right: 10px;
}
#main-block .article.article-bottom .text-block {
    padding: 0 8px 40px;
}
#main-block .article.article-bottom .article-title {
    font-size: 15px;
    line-height: 130%;
    height: calc(3 * (1em * 1.3));
    overflow: hidden;
}
#main-block .article-bottom .article-footer {
    font-size: 12px;
    color: #630005;
    font-weight: 600;
    padding: 0 8px;
    bottom: 0;
}
#main-block .article-bottom.with-image .article-footer {
    color: #fff;
}
@media (pointer: fine) and (min-width: 1025px) {
    #main-block .article.with-image:hover .text-block,
    .truthful-wrap .article.with-image:hover .text-block {
        background: rgba(0, 0, 0, 0.5);
    }
    #main-block .with-image:hover .article-title,
    .truthful-wrap .with-image:hover .article-title {
        margin-top: 6%;
    }
    #main-block .article-1:hover .text-block,
    .truthful-wrap .article:hover .text-block  {
        padding: 0 15px 90px;
    }
    #main-block .article:hover .article-desc,
    .truthful-wrap .article:hover .article-desc {
        display: block;
    }
    #main-block .article:hover .article-footer .row:nth-of-type(2),
    .truthful-wrap .article:hover .article-footer .row:nth-of-type(2) {
        display: flex;
    }
}
@media (pointer: fine) and (max-width: 1200px) {
    #main-block .article-1:hover .article-title {
        margin-top: 5%;
        font-size: 20px;
    }
    .truthful-wrap .with-image:hover .article-title {
        margin-top: 15%;
        font-size: 20px;
    }
    #main-block .article-1:hover .article-title.full-title span {
        font-size: 23px;
    }
    #main-block .article-bottom:hover .article-title {
        margin-top: auto;
    }
}
@media (pointer: fine) and (max-width: 1100px) {
    #main-block .article-1:hover .article-title,
    .truthful-wrap .article:hover .article-title {
        font-size: 18px;
    }
    #main-block .article-1:hover .article-title.full-title span {
        font-size: 20px;
    }
}
#main-block .article-1 .article-desc,
.truthful-wrap .article .article-desc {
    font-size: 19px;
    line-height: 1.5em;
    margin-top: 30px;
}
.share-modal__wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    left: 0;
    height: 50px;
    z-index: 100;
    color: #630005;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
    padding: 0 5px;
}
.article-wrap {
    position: relative;
}
#main-block .share-modal__wrapper,
.truthful-wrap .share-modal__wrapper {
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
article.article-wrap .share-modal__wrapper {
    bottom: 40px;
}
.truthful-wrap .share-modal__wrapper {
    bottom: 0;
}
.share-modal__wrapper a.nx {
    padding: 3px 8px;
}
.share-modal__wrapper a.viber {
    font-size: 20px;
}
.share-modal__wrapper a.whatsapp {
    font-size: 20px;
}
.share-modal__wrapper a.telegram {
    font-size: 21px;
}
.share-modal__wrapper a.facebook {
    font-size: 17px;
}
.share-modal__wrapper a.twitter {
    font-size: 16px;
}
.share-modal__wrapper a.ok {
    font-size: 20px;
}
.share-modal__wrapper a.vk {
    font-size: 11px;
}
.share-modal__wrapper .close {
    margin-left: auto;
    cursor: pointer;
}
.modal_blackout {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1010;
}
.article-error__wrapper button {
    padding: 0;
    border: none;
    font: inherit;
    background-color: transparent;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #630005;
    cursor: pointer;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.modal-error__wrapper {
    position: fixed;
    width: 90%;
    max-width: 700px;
    height: auto;
    padding: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    color: #630005;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    z-index: 1020;
}
.modal-error__wrapper > div.nx-flex-col-c-c {
    height: 100%;
}
.modal-error__wrapper .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.modal-error__wrapper span.close:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -7px;
    cursor: pointer;
}
.modal-error__wrapper button.close {
    position: initial;
    cursor: pointer;
}
.modal-error__wrapper .form-group {
    margin-bottom: 20px;
}
.modal-error__wrapper .form-group.message_text {
    position: relative;
    margin-bottom: 0;
}
.modal-error__wrapper label,
.modal-error__wrapper .error_in_text span {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}
.modal-error__wrapper .form-group input,
.modal-error__wrapper .form-group textarea {
    width: 100%;
}
.modal-error__wrapper .error_text {
    background-color: rgba(152, 1, 33, 0.15);
    padding: 10px;
}
.modal-error__wrapper .error_type span {
    margin: 0 10px 0 0;
    font-weight: 600;
}
.modal-error__wrapper .error_type label {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    font-weight: 400;
}
.modal-error__wrapper input:checked + label {
    padding: 10px;
}
.modal-error__wrapper input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.modal-error__wrapper .form-group .message_text textarea {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    color: #161616;
}
.modal-error__wrapper .count_symbol {
    position: absolute;
    font-size: 11px;
    top: -17px;
    right: 0;
}
.modal-error__wrapper button {
    cursor: pointer;
}
.modal-error__wrapper .thanks,
.modal-error__wrapper .editor_fix {
    text-align: center;
}
.modal-error__wrapper .editor_fix {
    margin-bottom: 20px;
}
.modal-error__wrapper .desc_no-text {
    margin-bottom: 20px;
}
.front-media__wrapper {
    width: 100%;
}
#photo-of-the-day {
    width: 66%;
}
#photo-of-the-day .photo-wrap {
    width: 100%;
    position: relative;
    border-top: 2px solid #980121;
}
#photo-of-the-day .photo {
    position: relative;
}
.main__wrapper h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 15px;
}
.nothing-found__wrapper h4 {
    width: 100%;
    text-align: center;
}
#photo-of-the-day img {
    width: 100%;
}
#photo-of-the-day .item a {
    color: #161616;
}
#photo-of-the-day .photo-desc {
    width: 70%;
    font-weight: 600;
    font-size: 25px;
    line-height: 135%;
    margin: 0;
    padding-top: 8px;
    min-height: 2.7em;
}
#photo-of-the-day .photo-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 12px 0;
}
#photo-of-the-day a.buy-photo {
    color: #980121;
    font-size: 13px;
}
#photo-of-the-day .buy-photo::before {
    content: "A";
    font-family: nx;
    margin-right: 5px;
    font-size: 20px;
}
#photo-of-the-day .author a {
    color: #828282;
}
#photo-of-the-day .author::before {
    font-size: 20px;
}
#video-of-the-day {
    width: 32%;
}
#video-of-the-day .video-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-top: 2px solid #980121;
}
#video-of-the-day .video-desc {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    margin: 0 0 15px;
    padding-top: 8px;
    color: #161616;
}
#video-of-the-day .video-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#video-of-the-day .vertical-banner {
    width: 100%;
}
.truthful-people {
    margin-top: 35px;
}
.truthful-people h4 a,
.truthful-people a h4 {
    color: #161616;
}
.article-wrap .truthful-people h4 {
    position: relative;
}
.article-wrap .truthful-people h4:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 45px;
    right: 0;
    top: -15px;
    background: url(../img/theme_v2/expertclub-site__logo.svg) no-repeat center center;
    background-size: 100%;
}
.truthful-people img {
    width: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
}
.truthful-people .truthful-card {
    border-top: 2px solid #980121;
    border-bottom: 2px solid #980121;
    width: 31%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.article-wrap .truthful-people .truthful-card:nth-child(n+3) {
    border-top: 2px solid transparent;
}
.truthful-people .truthful-card.card_big,
.truthful-people .article {
    width: 49%;
    padding-top: 30px;
    margin-bottom: 40px;
    border-bottom: none;
    padding-bottom: 0;
}
.truthful-people .article {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.truthful-people .article:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 60px;
    background: #fff url(../img/theme_v2/expertclub-site__logo_2.svg) no-repeat center center;
    background-size: auto 100%;
    z-index: 10;
}
.article-wrap .truthful-people .truthful-card {
    width: 49%;
}
.truthful-people .card-photo,
.deputies-lists__wrapper .card-photo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    overflow: hidden;
}
.truthful-people .card_big .card-photo {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
}
.truthful-people .card-person,
.deputies-lists__wrapper .card-person {
    width: calc(100% - 110px);
}
.truthful-people .card_big .card-person {
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-top: 15px;
}
.truthful-people .person-name,
.deputies-lists__wrapper .person-name {
    color: #630005;
    font-weight: 700;
    font-size: 18px;
}
.truthful-people .card_big .person-name {
    font-size: 24px;
}
.truthful-people .card_big .person-name_surname {
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}
.truthful-people .person-position,
.deputies-lists__wrapper .person-position,
.deputies-lists__wrapper .location,
.deputies-lists__wrapper .street-name,
.deputies-lists__wrapper .street-desc {
    color: #5f4e53;
    font-size: 12px;
    margin-top: 5px;
    padding-right: 20px;
}
.truthful-people .card_big .person-position {
    color: #828282;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
}
.truthful-people .card_big .card-quote {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 0;
}
.truthful-people .quote-text,
.deputies-lists__wrapper .quote-text {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 20px;
    line-height: 21px;
    color: #161616;
}
.deputies-lists__wrapper .quote-text {
    padding-left: 0;
    margin-top: 10px;
    font-size: 13px;
}
.deputies-lists__wrapper .quote-text a {
    color: #630005;
}
.truthful-people .card_big .quote-text {
    font-size: 24px;
    line-height: 30px;
    padding-left: 35px;
    margin-top: 15px;
}
.truthful-people .card_big .quote-text::after {
    content: "Q";
    font-family: nx;
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0.2;
    color: #980121;
}
.truthful-people .ad.banner-col-2 {
    margin-top: 25px;
}
#editors-choice {
    margin-top: 45px;
}
#editors-choice img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
#editors-choice .cards-choice::after {
    content: "";
    width: 32%;
}
#editors-choice .card {
    width: 32%;
    position: relative;
    background: #f4f4f4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
#editors-choice .card-image {
    width: 100%;
    height: 11.5vw;
    overflow: hidden;
    min-height: 200px;
}
#editors-choice .choice-text {
    width: 100%;
    padding: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#editors-choice .choice-title {
    width: 100%;
    font-size: 19px;
    line-height: 111%;
    font-weight: 600;
    color: #161616;
}
#editors-choice .choice-title:hover {
    color: #630005;
}
#editors-choice .tag_and_share {
    width: 100%;
    color: #630005;
    position: relative;
    padding-right: 50px;
    margin-top: 15px;
}
#editors-choice span.share {
    position: absolute;
    right: 0;
    top: auto;
    cursor: pointer;
}
.article-text .tag,
#editors-choice .tag {
    color: #630005;
    border-color: #630005;
}
.article-text .tag:hover,
#editors-choice .tag:hover {
    color: #980121;
    border-color: #980121;
}
#editors-choice span.share:hover {
    color: #980121;
}
#editors-choice .banner-col-3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 45px;
}
#our-paper {
    position: relative;
}
#our-paper h4.archive {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    color: #948489;
}
#our-paper h4.archive:hover {
    color: #980121;
}
#our-paper .owlWrap {
    position: relative;
}
#our-paper .paper-bg {
    background: url(../img/theme_v2/paper-bg_v2.jpg);
    padding: 50px 0;
}
#our-paper .paper-item {
    width: 100%;
    margin: auto;
    position: relative;
    transition: width 0.3s ease;
}
#our-paper .paper-card {
    background: #fff;
    width: 280px;
    height: 280px;
    display: none;
    padding: 20px 20px 25px;
    margin-left: -2px;
}
#our-paper .paper-card .paper-desc {
    width: 100%;
}
#our-paper .active .paper-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#our-paper .paper-image {
    width: calc(100% - 280px);
}
#our-paper .paper-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.05em;
}
#our-paper .paper-name a {
    color: #161616;
}
#our-paper .paper-date {
    font-size: 18px;
    line-height: 150%;
    color: #630005;
    font-weight: 600;
    margin-top: 5px;
}
#our-paper .paper-download {
    color: #630005;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}
#our-paper .owl-item {
    transition: all 1s ease;
    transform: scale(0.8);
}
#our-paper .owl-item.active {
    transform: scale(1);
}
#our-paper .owl-item.left {
    transform: translateX(15%) scale(0.8);
}
#our-paper .owl-item.right {
    transform: translateX(-15%) scale(0.8);
}
#our-paper .newOwlNav span {
    top: 50%;
}
#our-paper .newOwlPrev {
    left: 15%;
}
#our-paper .newOwlNext {
    right: 15%;
}
#our-paper .ad {
    margin-top: 35px;
}
#paper-logo {
    display: none;
}
#paper-logo .logo-wrapper {
    background: #980121;
    padding: 25px;
    margin: 0 -10px;
}
#paper-logo .sidebar-links__wrapper {
    height: auto;
}
#paper-logo .sidebar-links__wrapper a {
    width: 25%;
    padding: 10px;
}
#special-projects {
    display: none;
}
#special-projects .project-item {
    width: 49%;
    position: relative;
    height: 30vw;
    overflow: hidden;
    margin-bottom: 15px;
}
#special-projects .project-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 100%);
}
#special-projects .project-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 200;
}
#special-projects img {
    width: 100%;
    display: block;
}
#ticker {
    margin: 5px 0;
}
#ticker .ticker-head {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: #630005;
    padding: 6px 15px;
    text-transform: uppercase;
}
#ticker .ticker-head::after {
    content: "n";
    font-family: nx;
    font-size: 22px;
    text-transform: none;
    display: none;
}
.ias-trigger-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.category-article {
    width: 32%;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    background: #f4f4f4;
}
.redaction .loop__body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
}
.redaction .category-article {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}
.category-article.double .article-image {
    height: 15vw;
    overflow: hidden;
}
.category-article .article-image {
    height: 11vw;
    overflow: hidden;
}
.category-article .article-image img {
    min-height: 100%;
    object-fit: cover;
}
.loop__body:after {
    content: "";
    width: 32%;
}
.category-article .content {
    color: inherit;
}
.category-article.double {
    width: 49%;
}
.article-image {
    position: relative;
}
.article-image .region-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 8px;
    font-weight: 600;
    background: rgba(99, 0, 5, 0.9);
}
.article-text {
    padding: 15px 15px 50px;
}
.double .article-text {
    padding: 20px 20px 80px;
}
.article-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 110%;
}
.article-title a {
    color: #161616;
}
.article-title a:hover {
    color: #980121;
}
#search-page .loop__wrapper {
    width: 100%;
}
#search-page .article-title {
    margin-top: 15px;
}
.double .article-title {
    font-size: 24px;
    line-height: 130%;
}
.article-desc {
    font-size: 15px;
    line-height: 140%;
    margin-top: 10px;
}
#search-page .article-desc {
    margin: 10px 0;
    overflow-wrap: anywhere;
}
.article-desc a {
    color: #630005;
}
.article-desc a:hover {
    color: #980121;
}
.redaction .article__content a {
    color: #630005;
}
.article-redaction__position {
    text-transform: uppercase;
    color: #630005;
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
    font-size: 14px;
}
.double .article-desc {
    font-size: 19px;
    line-height: 147%;
}
.article-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #828282;
    padding: 0 15px;
    width: 100%;
    z-index: 10;
}
.category-article .article-footer {
    bottom: 15px;
}
.of-the-day .article-footer {
    bottom: 20px;
}
.article-1 .article-footer {
    bottom: 8px;
}
.article-footer .row {
    width: 100%;
    margin-bottom: 10px;
}
.taxonomy .double .share {
    margin-top: 0;
    flex-basis: unset;
}
.taxonomy .article-text {
    padding: 15px 15px 140px;
}
.double .author {
    color: #630005;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
}
.double .author::before {
    font-size: 24px;
}
.double .share {
    flex-basis: 100%;
    text-align: end;
    margin-top: 20px;
}
.paper-subscription::before {
    content: "B";
    font-family: nx;
    font-size: 20px;
    margin-right: 5px;
    font-weight: 400;
}
.paper-download::before {
    content: "D";
    font-family: nx;
    font-weight: 400;
    font-size: 25px;
    margin-right: 10px;
}
.header__rubric-menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
}
.header__rubric-menu-wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
}
.header__rubric-menu-wrap ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}
.header__rubric-menu-wrap ul li.current-menu-item a {
    color: #2b666e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.block_info {
    margin: 0 10px 0 0 !important;
    padding: 0.5rem 0.5rem 0.5rem 0 !important;
}
.block_ticker {
    border-bottom: 2px solid #630005;
}
.block_info a {
    width: 100%;
    text-align: center;
}
.block_info img {
    width: 100%;
    object-fit: contain;
}
.header__rubric-menu-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    vertical-align: middle;
    text-align: center;
}
.header__rubric-menu-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
    margin: auto !important;
}
.header__rubric-menu-wrap ul li a {
    text-decoration: none;
    color: #bc4649;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8vw;
}
.str_wrap {
    overflow: hidden;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.str_move {
    white-space: nowrap;
    position: absolute;
    left: 0;
    cursor: move;
}
.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}
.str_move p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}
.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}
.str_down .str_move,
.str_vertical .str_move {
    white-space: normal;
    width: 100%;
}
.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
    cursor: inherit;
}
.str_wrap img {
    max-width: none !important;
}
#ticker .ad-banner {
    margin-top: 30px;
}
#ticker.in-bottom {
    position: fixed;
    bottom: 0;
    margin: 5px 0 0;
    z-index: 1000;
    width: 100%;
}
#ticker.in-bottom .ticker-head {
    z-index: 990;
}
#ticker.in-bottom .str_move {
    position: fixed;
    bottom: 2px;
    z-index: 980;
    background: #e5e5e5;
    padding: 8px 0;
}
.ad-banner img {
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}
.bottom .ad-banner img {
    height: 200px !important;
}
.archiveRubric .banner-col-1,
.archiveRubric .banner-col-2,
.archiveRubric .banner-col-3 {
    margin-bottom: 25px;
}
.post_content__wrapper .banner-col-2,
.archiveRubric .banner-col-1,
.archiveRubric .banner-col-2,
.archiveRubric .banner-col-3,
.banner-col-1 .ad-banner {
    width: 100%;
}
.banner-col-2 .ad-banner {
    width: 49%;
}
.banner-col-3 .ad-banner {
    width: 32%;
}
.banner-col-4 .ad-banner {
    width: 24%;
}
#photo-of-the-day .owlSlider {
    width: 200px;
}
.ad-banner.to-news-content {
    margin-bottom: 10px;
}
.news-feed {
    height: 600px;
    overflow-y: auto;
    border-right: 1px solid #f4f4f4;
    scrollbar-color: #5f4e53 #fff;
    scrollbar-width: thin;
}
.news-feed-wrap {
    position: relative;
}
.news-feed-wrap:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 76.04%);
    bottom: 0;
    left: 0;
}
.news-feed::-webkit-scrollbar {
    background-color: #fff;
    width: 8px;
}
.news-feed::-webkit-scrollbar-thumb {
    background-color: #5f4e53;
}
.news-feed__title {
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 5px 0;
}
.news-feed__title span::before {
    content: "b";
    font-family: NX;
    color: #630005;
    text-transform: none;
    margin-right: 10px;
    font-size: 22px;
}
.news-feed__block {
    margin: 0 0 14px;
    padding: 9px 0 0;
    position: relative;
}
#main-block .news-feed__block {
    padding: 9px 10px 0;
}
.news-feed__title a,
.news-feed__block a {
    color: #161616;
}
.news-feed__block.hidden-item {
    display: none;
}
.news-feed__block a:hover,
.news-feed__title a:hover,
.news-feed__title a:hover span::before {
    color: #980121;
}
.news-feed__block::before {
    content: "";
    width: 85%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f4f4;
}
.content.news_mobile .news-feed__block::before {
    width: 100%;
}
.news-feed__time {
    color: #630005;
    font-weight: 600;
}
.news-feed__header {
    margin-top: 8px;
    line-height: 135%;
    font-size: 14px;
}
.news-item-row__audio-wrapper {
    margin-bottom: 15px;
}
.prnn__calendar {
    width: 100%;
    text-align: center;
    background-color: #fff;
    table-layout: fixed;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 135%;
    border-collapse: collapse;
}
.prnn__calendar-container {
    position: relative;
    margin: 15px 0;
}
.prnn__calendar-container:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #980121;
    position: absolute;
}
.prnn__calendar thead tr td {
    padding: 0;
}
.prnn__calendar .calendar-filter {
    margin-top: 10px;
}
.prnn__calendar .calendar-filter td {
    padding: 15px 0 0;
}
.prnn__calendar thead tr td input,
.prnn__calendar thead tr td select {
    margin: 15px 0;
    width: 49%;
    height: 28px;
    background: #f4f4f4;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    padding: 4px 27px 2px 9px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #161616;
}
.prnn__calendar thead tr td input {
    padding: 4px 9px 2px;
}
.prnn__calendar thead tr:last-child {
    font-size: 12px;
    color: #161616;
    font-weight: 400;
    font-style: normal;
}
.prnn__calendar thead tr:last-child td {
    padding-bottom: 10px;
}
.prnn__calendar tbody td {
    line-height: 32px;
}
.prnn__calendar tbody td a {
    color: #161616;
}
.prnn__calendar .holiday a,
.prnn__calendar tbody td:nth-child(n + 6) a {
    color: #980121;
}
.prnn__calendar tbody td.today a {
    display: block;
    width: 32px;
    height: 32px;
    background: #980121;
    color: #f4f4f4;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 32px;
    text-align: center;
}
.prnn__calendar tbody td.disabled {
    color: #948489;
}
.section-title form {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.section-title,
.wrap_related_tax .section-title h2,
.delonn .section-title h2,
.zhkh .section-title h2,
.edition .section-title h2,
.national-projects .section-title h2,
.widget-title {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}
.section-title span,
.wrap_related_tax .section-title h2,
.delonn .section-title h2,
.zhkh .section-title h2,
.edition .section-title h2,
.national-projects .section-title h2,
.widget-title span,
.author-header__title {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 0 10px;
    line-height: 32px;
    border-bottom: 3px solid #980121;
    color: #980121;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}
.widget-title span a,
.section-title h2 a,
.section-title h2 a:hover {
    color: #980121;
}
.news-dates__title {
    display: inline-block;
    margin: 0;
    padding: 2px 15px;
    line-height: 32px;
    color: #f2f2f2;
    background: #630005;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}
.news-dates__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #630005;
    display: block;
    height: 1px;
    width: 100%;
}
.section-title h2,
.section-title .h1,
.zhkh-desc__wrapper h1 {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    color: #161616;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
}
.category-logo__wrapper {
    width: 100%;
    margin-bottom: 25px;
}
.category-logo__wrapper img {
    width: 20%;
}
.sidebar-links__wrapper {
    background: #980121;
    padding: 15px 18px;
    margin-bottom: 28px;
    height: 380px;
}
.sidebar-links__wrapper a {
    width: 100%;
    color: #f4f4f4;
    font-weight: 700;
    text-transform: uppercase;
    height: 25%;
}
.sidebar-links__wrapper .kursn img {
    width: 30%;
}
.sidebar-links__wrapper .kursn span {
    width: 70%;
    font-size: 14px;
    line-height: 150%;
    padding-left: 10px;
}
.sidebar-links__wrapper .n-project img {
    width: 30%;
}
.sidebar-links__wrapper .n-project span {
    width: 70%;
    font-size: 18px;
    line-height: 120%;
    padding-left: 10px;
}
.sidebar-links__wrapper a:last-child {
    margin-bottom: 0;
}
.sidebar-links__wrapper img {
    max-width: 100%;
}
.news-item {
    width: 100%;
    position: relative;
    background: #f4f4f4;
    margin-bottom: 20px;
}
.select-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    padding: 4px;
    margin-right: 4px;
}
.select-item__number {
    max-width: 60px;
    width: 100%;
}
.select-item__month {
    max-width: 124px;
    width: 100%;
}
.select-item__years {
    max-width: 124px;
    width: 100%;
}
.select-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    padding: 5px 15px;
    cursor: pointer;
    color: #f2f2f2;
    border: none;
    background: #630005;
}
.news-item__hash {
    margin-top: -20px;
    margin-bottom: 10px;
}
.news-item__hash a:hover {
    color: #630005;
    border-color: #630005;
}
.news-item__img {
    width: 30%;
    height: 243px;
}
.news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.news-item__content {
    width: 70%;
    padding: 0 20px 120px;
}
.news-item__text {
    padding: 20px 20px 30px;
}
.edition-item__link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}
.edition-item__link a {
    color: #161616;
}
.edition-item__link a:hover {
    color: #630005;
}
.news-item h4 {
    padding: 0;
    margin: 15px 0;
    font-size: 19px;
    line-height: 26px;
    text-transform: inherit;
    letter-spacing: 1px;
}
.news-item h4 a {
    color: inherit;
}
.news-item h4 a:hover {
    color: #630005;
}
.news-item__excerpt {
    margin: 10px 0;
    font-size: 15px;
    line-height: 21px;
}
.news-item .news-item__themes {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 15px 30px;
}
.news-item__content.wide,
.news-item .news-item__themes.wide {
    width: 100%;
}
.news-item__themes .tags-list {
    padding-right: 30px;
}
.news-item__themes .tag {
    color: #948489;
    border-color: #948489;
    margin: 5px 5px 0 0;
}
.category-article .tag.category {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    color: #630005;
}
.taxonomy .article-footer {
    bottom: 10px;
}
.taxonomy .article-footer .tag {
    margin-right: 5px;
    margin-bottom: 5px;
}
.taxonomy .article-footer .tag,
.news-item__themes .tag.category {
    color: #630005;
    border-color: #630005;
}
.taxonomy .article-footer .tag:hover,
.news-item__themes .tag.category:hover {
    color: #980121;
    border-color: #980121;
}
.news-item__themes .tag:hover {
    color: #630005;
    border-color: #630005;
}
.news-item__dates {
    margin-top: 5px;
}
.news-item__dates .news-item__fulldate {
    color: #828282;
    font-size: 12px;
}
.news-item__dates .news-item__release a {
    color: #630005;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.news-item__dates .news-item__release .author:before {
    content: "U";
    margin-right: 5px;
    color: #630005;
    font-family: NX;
    font-size: 21px;
    text-transform: uppercase;
}
.news-item__dates .news-item__release a:hover,
.news-item__dates .news-item__release:hover:before {
    color: #980121;
}
.news-item__themes .share {
    position: absolute;
    top: 25%;
    transform: translateY(25%);
    right: 20px;
    color: #948489;
    cursor: pointer;
}
.news-item__themes .share:hover {
    color: #980121;
}
.loop__item-row-wrapper {
    position: relative;
    margin-bottom: 28px;
    height: 36px;
}
.btn-load__wrapper {
    width: 100%;
}
.loop__item-load-more-button,
.loop__item-load-more-button-taxonomy,
.loop__item-load-more-button-long,
.loop__item-load-more-button-events,
.loop__item-load-more-items-button,
.loop__ajax-button {
    position: relative;
    cursor: pointer;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #630005;
    padding: 6px 10px;
    color: #fff;
    background: #630005;
    text-transform: uppercase;
    line-height: 16px;
}
.loop__item-load-more-button:before,
.loop__item-load-more-button-taxonomy:before,
.loop__item-load-more-button-long:before,
.loop__item-load-more-button-events:before,
.loop__item-load-more-items-button:before,
.loop__ajax-button:before {
    content: "+";
    font-family: nx;
    font-size: 20px;
    font-weight: 400;
    margin-right: 8px;
}
.nothing-found-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}
.more:before {
    content: "+";
    font-family: nx;
    font-size: 20px;
    font-weight: 400;
    margin-right: 8px;
}
.author-header__body {
    margin: 15px 0;
}
.author-header__image {
    width: 150px;
    height: 150px;
    margin-left: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.author-header__image img {
    height: 100%;
    object-fit: cover;
}
.main__wrapper.tax_project {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 15px 0;
    background: #fff;
}
.wrap_project_tax {
    position: relative;
}
.tax_project_body {
    display: flex;
    display: -ms-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
}
.tax_project_body .project_branding,
.tax_project_body > a {
    width: 100%;
}
.project_branding img {
    width: auto;
}
.history-back__block {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 10px;
}
.history-back__block a,
.history-back__block i {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding-right: 10px;
    line-height: 146%;
    color: #630005;
}
.history-back__block .icon-back {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 14px;
    margin-right: 5px;
    color: #630005;
}
.history-back__block a {
    padding-right: 0;
}
.tax_project_body .project_branding.dzerzhinsk-live,
.tax_project_body > a.dzerzhinsk-live,
.tax_project_body .project_branding.kursn,
.tax_project_body > a.kursn,
.tax_project_body .project_branding.quiz-page,
.tax_project_body > a.quiz-page {
    width: unset;
}
.tax_project_body #content {
    flex-direction: column;
    -ms-flex-direction: column;
}
.wrap_project_tax #content {
    padding: 0 0 15px;
}
.wrap_project_tax .loop__item-title,
.wrap_project_tax .section-title span {
    font-size: 1.2rem;
}
.wrap_project_tax .in_focus .loop__item.post_1 .loop__item-title {
    font-size: 18px;
}
.wrap_project_tax .loop__item-excerpt p,
.wrap_project_tax .loop__item-rubric,
.wrap_project_tax .loop__item-tag,
.wrap_project_tax .loop__item-tag a {
    font-size: 15px;
}
.wrap_project_tax .loop__item-time,
.wrap_project_tax .widget-post .loop__item-row-excerp {
    font-size: 13px;
}
.wrap_project_tax .loop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.wrap_project_tax .loop__item-preview {
    position: relative;
    display: block;
    width: 100%;
}
.wrap_project_tax .loop__item-preview img {
    min-height: 100%;
    object-fit: cover;
}
.wrap_project_tax .in_focus .loop__item-preview::before {
    padding-top: 50%;
}
.wrap_project_tax .loop__item-preview-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.wrap_project_tax .loop__item-description {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #fff;
    padding: 10px 10px 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #fff;
}
.wrap_project_tax .loop__item-rubric {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #630005;
    margin-bottom: 10px;
}
.wrap_project_tax .loop__item-title {
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #161616;
    margin-bottom: 10px;
    font-size: 12px;
}
.wrap_project_tax .in_focus .loop__item.post_1 .loop__item-title {
    font-size: 24px;
    line-height: normal;
}
.wrap_project_tax .in_focus .loop__item-sticker-title {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    opacity: 0.75;
    background-color: #000;
    padding: 7px;
    color: #fff;
    font-weight: 600;
}
.wrap_project_tax .in_focus .grid_hidden,
.wrap_project_tax .in_focus .hidden_elem {
    display: none;
}
.wrap_project_tax .loop__item-excerpt {
    position: relative;
    display: block;
    color: #161616;
    margin-bottom: 10px;
}
.wrap_rubric_list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.wrap_rubric_list .wrap_tax_section {
    display: flex;
    display: -webkit-flex;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    display: -ms-flexbox;
    flex-direction: row;
    flex-shrink: 0;
    max-width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
    overflow: hidden;
    margin-right: 15px;
}
.wrap_rubric_list .wrap_tax_section .tax_section_link {
    text-decoration: none;
}
.wrap_rubric_list .wrap_tax_section .tax_section_link h1 {
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    color: #630005;
    border: 1px solid #630005;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
}
.wrap_rubric_list .wrap_tax_section .tax_section_link h1:hover {
    color: #980121;
    border-color: #980121;
}
.wrap_rubric_list .wrap_subrubric {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap_rubric_list .wrap_subrubric .subrubric_list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.wrap_rubric_list .wrap_subrubric .subrubric_link {
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
}
.wrap_rubric_list .wrap_subrubric .subrubric_link:last-of-type {
    padding-right: 0;
}
.wrap_rubric_list .wrap_subrubric .subrubric_link span {
    display: block;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px 0;
    white-space: nowrap;
    text-transform: uppercase;
    color: #948489;
    background: #fff;
    border: 1px solid #948489;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wrap_rubric_list .wrap_subrubric .subrubric_link span:hover {
    color: #630005;
    border-color: #630005;
}
.tax-title {
    margin: 10px 0;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
}
.wrap_rubric_posts .loop__body {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 67% 32%;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 67% 32%;
    -ms-grid-rows: 50% 50%;
    gap: 15px;
    grid-template-areas: "First Second" "First Thrid";
}
.wrap_rubric_posts .loop__item {
    grid-area: First;
}
.wrap_rubric_posts .loop__item:nth-of-type(2) {
    grid-area: Second;
    -ms-flex-direction: row;
    flex-direction: row;
}
.wrap_rubric_posts .loop__item:nth-of-type(3) {
    grid-area: Thrid;
    -ms-flex-direction: row;
    flex-direction: row;
}
.wrap_taxs {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.wrap_taxs .wrap_related_tax {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    flex: 1 1 67.5%;
    -ms-flex: 1 1 67.5%;
}
.wrap_taxs .wrap_tax_sidebar {
    margin-left: 15px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    flex: 1 1 32.5%;
    -ms-flex: 1 1 32.5%;
}
.wrap_taxs .category-article:nth-of-type(4) {
    display: none;
}
.block-links__wrapper {
    width: 100%;
    margin: 0 0 70px;
}
.block-links__wrapper .container-wrapper {
    padding: 0;
}
.block-links__btn {
    width: 29.5%;
    padding: 13px 20px;
    background: #f4f3f4;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 33px;
    line-height: 1.5;
    color: #3c3537;
    border: 2px solid #3c3537;
    text-align: center;
    -webkit-box-shadow: 5px 12px 17px 6px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 5px 12px 17px 6px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 12px 17px 6px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}
#searchDeputyForm.block-links__btn:hover {
    color: #980121;
}
.section-delonn {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 3px solid #980121;
    height: auto;
    overflow: hidden;
}
.delonn-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.delonn-panel .archive-link,
.delonn-panel .block-filter,
.delonn-panel .block-logo {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.delonn-panel .block-logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.delonn-panel .block-logo .logo {
    width: 75%;
}
.delonn-panel .archive-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.delonn-panel .block-filter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.delonn-panel .archive-link a {
    color: #630005;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.delonn-panel .archive-link a:hover {
    color: #980121;
}
.delonn-panel .block-filter .select.select--right,
.mail-form-block .select-category.select--right {
    background-position: right 13px center;
    padding-right: 30px;
}
.delonn-panel .block-filter .select,
.mail-form-block .select-category {
    max-width: 75%;
    font-size: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiPgogICAgPHBhdGggZmlsbD0iI2JjNDY0OSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0iY2xzLTEiIGQ9Ik04LDBMNC4xNDEsNi45OTMsMC4wMTIsMC4xNTZaIi8+Cjwvc3ZnPg==)
        no-repeat;
    border: 1px solid #bc4649;
    color: #32353a;
    font-weight: 400;
    padding: 7px 10px;
    height: 36px;
    line-height: 1.4;
    vertical-align: top;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
}
.mail-form-block .select-category {
    width: 100%;
    max-width: 100%;
}
.official {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrap_official_doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
}
.wrap_other_doc_link,
.official__search-form,
#search-page .search-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin-bottom: 15px;
    flex: 1 1 70%;
    -ms-flex: 1 1 70%;
}
#search-page .search-form__wrapper {
    flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    margin-right: 0;
    margin-left: 0;
}
.wrap_other_doc_link {
    flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    margin-right: 0;
    margin-left: 16px;
}
#search-page .search-form__wrapper form,
.official__search-form form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
}
#search-page .search-form__wrapper input,
.official__search-form input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #aeaeae;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    height: 32px;
    width: 90%;
    padding: 5px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    margin-right: 15px;
}
#search-page .search-form__wrapper input {
    width: 95%;
}
#search-page .search-form__wrapper button,
.official__search-form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #630005;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.wrap_official_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
}
.official__archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    flex: 1 1 50%;
    -ms-flex: 1 1 50%;
}
.official__archive a {
    color: #630005;
    text-transform: uppercase;
}
.official__archive a:last-of-type {
    text-align: right;
}
.official__document {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.official__document-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    padding: 1rem;
}
.official__document-title {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #161616;
}
.official__document-info p {
    font-size: 15px;
    line-height: 32px;
}
.official__document-download,
.official__document-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.official__document-download a,
.official__document-prev a {
    text-transform: uppercase;
    color: #630005;
    font-weight: 600;
}
.official__document-prev a span {
    font-size: 20px;
}
.official__document-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.official__document-more a {
    text-transform: uppercase;
    font-weight: 600;
    color: #980121;
}
.official-single-pdf {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 10px;
}
.official-single-pdf canvas {
    width: 100%;
    height: auto;
}
.official-single-prev h3 {
    margin: 0;
    font-size: 15px;
    color: #630005;
    font-weight: 600;
    text-transform: uppercase;
}
.official-single-prev i {
    font-size: 15px;
    color: #630005;
    margin-right: 8px;
}
.ad__calculator-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}
.ad__calculator-form > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ad__calculator-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.ad__calculator-form .form-group-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -15px;
}
.ad__calculator-form .form-group-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}
.ad__calculator-form .form-group input,
.modal-error__wrapper .form-group input {
    border: 1px solid #e6e6e6;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    font-size: 15px;
}
.ad__calculator-form .form-group select {
    border-radius: 0.2rem;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 19px;
    margin-top: 1rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ad__calculator-form .form-group select {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+);
        background-position: right 0.5rem top 50%;
        background-repeat: no-repeat;
        background-size: 1.5rem;
    }
}
.ad__calculator-form .form-group textarea,
.modal-error__wrapper .form-group textarea {
    font-size: 19px;
    padding: 15px;
    resize: none;
    height: 6.5rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.2rem;
    margin-bottom: 1rem;
}
.modal-error__wrapper .form-group textarea {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    color: #161616;
}
.ad__calculator-form button,
.modal-error__wrapper button,
.modal-ajax-form button {
    padding: 0.5rem 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    font-size: 17px;
    color: #000;
}
.ad__calculator-form button:hover,
.modal-error__wrapper button:hover {
    background-color: #980121;
    color: #fff;
}
.ad__calculator-form .form-group h3 {
    font-weight: 600;
    text-align: center;
}
.mail {
    position: relative;
    margin-bottom: 15px;
}
.mail-file-block,
.mail-form-block {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0;
}
.field-special {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.mail-form-block {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.mail-form-block label {
    text-transform: uppercase;
    background-color: #980121;
    color: #fff;
    margin: 0;
    padding: 10px;
    width: 15%;
    border: 1px solid #980121;
    font-size: 13px;
    text-align: center;
}
.mail-form-block input[type="text"] {
    background: #fff;
    outline: 0;
    width: 90%;
    padding: 0.5rem 1rem;
    border: 1px solid #999;
    border-left: none;
    color: #333;
    font-size: 13px;
}
.mail-form-block textarea {
    background: #fff;
    outline: 0;
    width: 100%;
    padding: 1rem;
    color: #333;
    resize: none;
    border: 1px solid #999;
}
.mail-file-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    height: 40px;
    border: 1px solid #999;
    margin: 30px 0;
}
.mail-file-upload .button,
.mail-file-upload > mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.mail-file-upload .button {
    text-transform: uppercase;
    width: 20%;
    height: 100%;
    background-color: #980121;
    color: #fff;
    margin: 0;
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
}
.mail-file-upload > mark {
    background: #fff;
    height: 100%;
    border-radius: 20px;
    line-height: 44px;
    padding: 0 15px;
}
.mail-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    opacity: 0;
}
.mail-conf-block {
    position: relative;
    display: table;
    width: 100%;
}
.mail-checkbox-block {
    position: relative;
    display: table-cell;
    width: 3%;
    vertical-align: middle;
}
.mail-checkbox-block input[type="checkbox"] {
    display: none;
}
.mail-checkbox-block input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #999;
    cursor: pointer;
}
.mail-checkbox-block input[type="checkbox"]:checked + label span {
    background-color: #980121;
    border: 2px solid #999;
}
.mail-label-block {
    position: relative;
    display: table-cell;
    width: 90%;
    vertical-align: middle;
}
.mail-label-block label a {
    font-weight: 400;
    font-size: 14px;
    color: #999;
}
.mail-button-block button,
.mail-rest-block button {
    width: 100%;
    margin-top: 15px;
    background-color: #980121;
    color: #fff;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.archive .archive-title {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.archive .archive-title h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    border-bottom: 3px solid #980121;
    color: #980121;
    line-height: inherit;
}
.archive .archive-filter {
    position: relative;
    display: block;
    padding: 0;
}
.archive .archive-filter .archive-filter-tabs ul {
    display: table;
    content: "";
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.archive-filter-tabs ul li {
    width: 33.33333333%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
    text-align: center;
    padding: 15px;
    height: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.archive-filter-tabs ul .active {
    background-color: #980121;
}
.archive-filter-tabs ul .active a {
    color: #fff;
}
.archive-filter-tabs ul li a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.panel-body {
    padding: 0 !important;
}
.archive-filter .tab-content .tab-pane ul {
    display: table;
    margin-top: 20px;
    content: "";
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.archive-filter .tab-content .tab-pane ul li {
    width: 16.6666667%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
    text-align: center;
    padding: 15px;
}
.archive-filter .tab-content .tab-pane ul li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.archive-filter .tab-content .tab-pane ul .current {
    color: #980121;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.archive-filter .tab-content .tab-pane .pane ul {
    margin-top: 20px;
}
.archive-filter .tab-content .tab-pane .pane ul .col-sm-6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 3px solid #980121;
    color: #980121;
}
.archive-filter .tab-content .tab-pane .pane ul li .empty-month {
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.archive-filter .tab-content .tab-pane .pane .archive-list .archive-item {
    background-color: #fff;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.archive-filter .tab-content .tab-pane .pane .archive-list .archive-item a {
    color: #161616;
}
.archive-item a i {
    color: #161616;
}
.archive-filter .tab-content .tab-pane .pane .archive-list .archive-item img {
    width: 100%;
    height: auto;
}
.archive-filter .tab-content .tab-pane .pane .archive-list.row {
    margin-right: -15px;
    margin-left: -15px;
}
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.archive-filter .tab-content .tab-pane .pane .archive-list.row:before,
.archive-filter .tab-content .tab-pane .pane .archive-list.row:after {
    content: " ";
    display: table;
}
.archive-filter .tab-content .tab-pane .pane .archive-list .col-lg-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.edition {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.edition-header {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: 3px solid #980121;
    height: 50px;
    margin-bottom: 15px;
}
.edition-header h3 {
    position: relative;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
    color: #980121;
    line-height: inherit;
}
.edition-header p {
    position: relative;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #980121;
}
.edition-header span {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    color: #980121;
}
@media all and (-ms-high-contrast: none) {
    .tax_project_body .response_img {
        width: 100%;
    }
    .wrap_rubric_posts .loop__item {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .wrap_rubric_posts .loop__item:nth-of-type(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .wrap_rubric_posts .loop__item:nth-of-type(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
}
.modal-open {
    overflow: inherit;
    padding: 0 !important;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
#ad-modal .modal-dialog {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    top: 5%;
    margin-top: 0;
}
#ad-modal .modal-dialog .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    width: 30px;
    height: 30px;
    opacity: 1;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
}
#ad-modal .modal-dialog .close svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
}
#ad-modal .image-wrapper {
    margin: 0 auto;
}
#ad-modal .image-wrapper img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.modal-header {
    border: none;
}
.modal-header .close {
    color: #980121;
    opacity: 1;
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #980121;
    background: none;
    border: 0;
    cursor: pointer;
}
.modal-header .close:focus,
.modal-header .close:hover {
    opacity: 1;
}
article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
}
article a {
    color: #161616;
}
.hidden {
    display: none;
}
.simple-grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.simple-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    padding: 0 8px;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.disclaimer {
    padding: 1rem 0 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #980121;
}
.disclaimer a {
    display: block;
    font-size: 0.8rem;
    padding-top: 1rem;
    color: #630005;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
#successPlaceholder,
#successPlaceholderEditions,
#successPlaceholderModule {
    padding: 1rem 0 0;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
    color: #bc4649;
}
.calculator_response_popup .modal.fade {
    z-index: -1;
}
.calculator_response_popup .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculator-social-order-icon {
    width: 1.5vw;
    height: 1.5vw;
}
.calculator-social-order input {
    display: none;
}
.checkbox .calculator-social-order-label {
    padding-left: 0;
}
.checkbox .calculator-social-order-label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.calculator-social-order .checkbox input[type="checkbox"]:checked + .calculator-social-order-label {
    color: #980121;
    font-weight: 600;
}
.commerce__main-content {
    position: relative;
    display: block;
    padding: 15px;
}
.commerce__sections {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.commerce__sections-link {
    padding: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}
.commerce__sections-link a {
    display: block;
    width: 100%;
    border: 2px solid #980121;
    text-transform: uppercase;
    color: #980121;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.commerce__sections-link a:hover {
    background-color: #980121;
    color: #fff;
}
.nav.nav-pills.nav-justified.advertisment__tabs {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #161616;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
    line-height: normal;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
.advertisment__tabs li.active > a,
.advertisment__tabs li.active > a:focus,
.advertisment__tabs li.active > a:hover {
    background-color: #980121;
    border-radius: 0;
}
.advertisment__tabs a {
    font-size: 17px;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nothing-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.nothing-found h2 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.nothing-found a {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nothing-found a:hover {
    color: #980121;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.loop__item-vc-news-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0.5rem 1rem;
}
.loop__item-vc-news-wrapper .loop__item-row-title {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.loop__item-vc-news-wrapper:hover .loop__item-row-title {
    color: #980121;
}
.nation-projects__description {
    margin-bottom: 2rem;
}
.nation-project__wpapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.nation-project__wpapper.loop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    padding: 0 0.5rem;
}
.nation-projects.loop__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}
.nation-project__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-bottom: 2px solid #fff;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.nation-project__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #161616;
}
.nation-project__content a:hover {
    color: #161616;
}
.nation-project__content:hover {
    border-color: #980121;
}
.nation-project__thumbnail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nation-project__thumbnail {
    width: 4rem;
    height: 4rem;
}
.nation-project__title {
    font-size: 17px;
    padding-right: 15px;
    word-break: break-word;
}
.taxonomy__params-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-bottom: 3px solid #980121;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.taxonomy__params-body p span {
    font-weight: 600;
}
.personalData h3 {
    font-weight: 600;
    color: #630005;
    font-size: 0.9rem;
    padding: 15px;
    margin: 0;
}
.ad__score,
.price_result {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.ad__score p,
.price_result p {
    font-size: 19px;
    margin-bottom: 15px;
}
.toggle-box {
    margin: 0 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.toggle-box .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.toggle-box input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.toggle-box input + label,
.modal-error__wrapper + label {
    margin: 0.5rem 0;
    padding: 0.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
    -o-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
    cursor: pointer;
    font-weight: 400;
}
.toggle-box input:hover + label,
.modal-error__wrapper input:hover + label {
    border-color: #980121;
}
.toggle-box input:checked + label,
.modal-error__wrapper input:checked + label {
    background-color: #980121;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(185, 185, 185, 0.5);
    box-shadow: 0 0 10px rgba(185, 185, 185, 0.5);
    border-color: #980121;
    z-index: 1;
}
.toggle-box input:focus + label,
.modal-error__wrapper input:focus + label {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
}
.calculator_response_popup .modal.in {
    z-index: 1050;
}
.calculator_response_popup .modal-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.calculator_response_popup .modal-body {
    text-align: center;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-radius: 5px;
    padding: 2.5rem;
}
.calculator_response_popup .modal-body img {
    width: 50%;
    height: auto;
    margin-bottom: 1rem;
}
.calculator_response_popup .modal-body p {
    font-size: 1.2rem;
    text-align: center;
}
.calculator_response_popup .modal-header .close {
    margin-top: 0;
    margin-right: -1rem;
}
.newspapers_presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newspapers_presentation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}
.newspapers_presentation-item.triple {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    max-width: 33.3%;
}
.newspapers_presentation-item.double {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
}
.newspapers_presentation-container {
    cursor: pointer;
    padding: 0.5rem;
}
.newspapers_presentation-preview {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.newspapers_presentation-preview img {
    width: 100%;
    height: auto;
}
.newspapers_presentation-title {
    text-align: center;
    text-transform: uppercase;
    color: #630005;
    font-size: 0.8rem;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
}
.newspapers_presentation-item .modal-header {
    position: relative;
}
.newspapers_presentation-item .modal-header .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #000;
}
.newspapers_presentation-modal-title {
    padding: 0 50px 0 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.newspapers_presentation-description a {
    font-weight: 600;
    color: #980121;
}
.newspapers_presentation-subscribe-link {
    text-align: center;
    margin-bottom: 15px;
}
.newspapers_presentation-subscribe-link img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
.newspapers_presentation-subscribe-link a {
    color: #980121;
    font-weight: 600;
    font-size: 0.8rem;
}
.image-wrapper,
.vertical-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.image-wrapper::before,
.vertical-image-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.article__thumbnail.image-wrapper::before {
    padding-bottom: 62%;
}
.vertical-image-wrapper::before {
    padding-bottom: 133%;
}
.cover-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover !important;
}
.rf-error {
    border: 2px solid #980121 !important;
}
#adCalcBanner .article__incidents-description a {
    color: #630005;
}
.post_content__wrapper iframe {
    width: 100%;
}
.post_content__wrapper h2.wpb_heading.wpb_gallery_heading {
    font-size: 24px;
}
.post_content__wrapper img {
    width: 100%;
    height: 100%;
}
.post_content__wrapper ul {
    margin-bottom: 10px;
}
.post_content__wrapper ul li {
    list-style: url(../img/theme_v2/list-style.svg) inside;
    font-weight: 400;
    font-size: 16px;
    line-height: 225%;
}
.widget-post__wrapper {
    width: 100%;
    margin-bottom: 10px;
}
.widget-item__row {
    width: 100%;
    margin-bottom: 10px;
}
.widget-popular .widget-item__row {
    width: calc((100% / 3) - 10px);
}
.wrap_project_tax .widget_area_focus .widget-popular .widget-item__row {
    width: 100%;
}
.widget-item__row:last-child {
    margin-bottom: 0;
}
.widget-item__row a {
    color: #161616;
    text-decoration: none;
    font-size: 12px;
    line-height: normal;
}
.widget-item__row .no-photo {
    height: 60px;
}
.widget-item__row a:hover {
    color: #980121;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.widget-preview__wrapper {
    width: calc(30% - 10px);
}
.widget-item__excerpt {
    width: 70%;
}
.widget-preview__wrapper img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}
.post_content__wrapper {
    width: 100%;
}
.articles-tags__wrapper,
.article-header__wrapper {
    width: 100%;
}
.articles-tags__wrapper .tag {
    margin: 0 10px 0 0;
    background-color: #f4f4f4;
    color: #5f4e53;
}
.articles-tags__wrapper .tag.category {
    background: #5f4e53;
    color: #f4f4f4;
}
.articles-tags__wrapper .tag.zkhhelp {
    background: #630005;
    color: #f4f4f4;
}
.articles-tags__wrapper .tag:hover {
    background: #e5e5e5;
}
.articles-tags__wrapper .tag.category:hover {
    background: #948489;
    color: #fff;
}
.articles-tags__wrapper .tag.zkhhelp:hover {
    background: #980121;
}
.article-header__wrapper .h1 {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
}
.article-header__wrapper .h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
}
.article-info__wrapper .author {
    color: #630005;
}
.article-info__wrapper {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}
.article-info__wrapper .date {
    font-size: 14px;
    color: #828282;
}
.article-info__wrapper-row {
    width: 50%;
}
.article-info__wrapper .author {
    margin: 12px 0 0;
    font-size: 16px;
}
.article-info__wrapper .author a {
    color: #630005;
}
.article-info__wrapper .author:hover {
    color: #980121;
}
.article-info__wrapper .author:before {
    font-size: 23px;
}
.article-info__wrapper .edition {
    width: 100%;
    margin: 0;
    color: #5f4e53;
    text-align: right;
}
.article-info__wrapper .edition a {
    text-decoration: none;
    color: #5f4e53;
}
.article-info__wrapper .edition a:hover {
    color: #980121;
}
.article-info__wrapper .subscribe-link {
    max-width: 220px;
    margin: 12px 0 0;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    background: #630005;
}
.article-info__wrapper .subscribe-link:hover {
    background: #980121;
}
.article-info__wrapper .subscribe-link:before {
    content: "B";
    font-family: NX;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}
.article--image__wrapper {
    width: 100%;
    margin: 0;
    position: relative;
}
.article--image__info {
    width: 90%;
}
.article--image__wrapper .photo-library__link,
.article--image__info {
    margin: 10px 0;
}
.article--image__info p {
    margin: 0;
}
#content .article__content ol,
#content .article__content ol li {
    margin-bottom: 0.5em;
}
.article__content.audio-wrapper {
    margin-top: 10px;
}
.article__content.audio-wrapper p {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #630005;
}
.news-item-row__audio-wrapper.green-audio-player .slider .gap-progress,
.news-item-row__audio-wrapper.green-audio-player .slider .gap-progress .pin,
.article__content.audio-wrapper .green-audio-player .slider .gap-progress,
.article__content.audio-wrapper .green-audio-player .slider .gap-progress .pin {
    background-color: #630005;
}
.news-item-row__audio-wrapper.green-audio-player .holder .loading .loading__spinner,
.article__content.audio-wrapper .green-audio-player .holder .loading .loading__spinner {
    border: 2px solid #161616;
    border-right-color: transparent;
}
.news-item-row__audio-wrapper.green-audio-player .controls,
.article__content.audio-wrapper .green-audio-player .controls {
    color: #161616;
}
.article--image__wrapper .photo-library__link {
    text-decoration: none;
    color: #980121;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 135%;
    text-align: right;
}
.article--image__wrapper .photo-library__link:before {
    content: "A";
    font-family: NX;
    font-size: 20px;
    color: #980121;
    margin-right: 5px;
}
.article--image__wrapper .photo-library__link:hover,
.article--image__wrapper .photo-library__link:hover:before {
    color: #630005;
}
.article--image__author,
.article--image__caption {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #5f4e53;
    text-align: left;
}
.article--image__author {
    font-style: normal;
    color: #828282;
}
.article-content__wrapper .article-share__wrapper,
.article-content__wrapper .wpb_text_column,
.article-wrap .truthful-people {
    width: 75%;
    margin-left: auto;
}
.article-description__wrapper {
    width: 100%;
}
.article-content__wrapper .vc_row.block-picture {
    width: 75%;
    margin-left: calc(25% - 15px);
}
.article-content__wrapper .vc_row.block-picture .wpb_text_column {
    width: 100%;
    margin-left: 0;
}
.article-share__wrapper {
    margin: 60px 0 50px;
}
.article-share__wrapper .icon {
    background: #f1f1ef;
    padding: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 600;
}
.article-share__wrapper .icon span {
    width: 300px;
}
.article-subscribe__icon .link {
    color: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 15px;
}
.article-subscribe__icon .link-dzen {
    background: #000;
}
.article-share__wrapper .link:before {
    display: inline-block;
    font-family: NX;
    margin-right: 10px;
    color: #fff;
    font-size: 23px;
    line-height: 23px;
    vertical-align: middle;
}
.article-share__wrapper .link-dzen:before {
    content: 'z';
}
.article-subscribe__icon .link-max {
    background: linear-gradient(135deg, #161f8a 0%, #2d085f 100%);
}
.article-share__wrapper .link-max:before {
    content: 'X';
}
.article-subscribe__icon .link span {
    font-weight: 600;
}
.article__social-icons span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #828282;
    margin-right: 10px;
}
.article__social-icons span:last-child {
    margin-right: 0;
}
.article__social-icons span {
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}
.article__social-icons span a {
    color: #630005;
}
.article__social-icons span a:hover {
    color: #980121;
}
.article__social-icons .telegram {
    font-size: 19px;
}
.article__social-icons .facebook {
    font-size: 19px;
}
.article__social-icons .max {
    font-size: 17px;
}
.article__social-icons .vk {
    font-size: 13px;
}
.article__social-icons .instagram {
    font-size: 23px;
}
.article__social-icons span:hover {
    color: #980121;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.article-subscribe__icon {
    width: 100%;
}
.article-subscribe__icon a {
    width: auto;
    margin-right: 10px;
}
.article-subscribe__icon img {
    width: 100%;
}
.article-subscribe__icon img:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.wpb_text_column h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 152%;
    margin: 10px 0;
}
.article__content p,
.wpb_text_column p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.post_content__wrapper .wpb_text_column p.first-paragraph {
    margin-bottom: 40px;
}
.wpb_text_column p.first-paragraph strong,
.wpb_text_column p.first-paragraph b {
    color: #4e4e4c;
    font-size: 16px;
    line-height: 30px;
}
.article__content ul li {
    line-height: 20px;
    margin-left: 30px;
    margin-bottom: 10px;
}
.wpb_text_column h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 221%;
    margin: 10px 0;
}
.article-content__wrapper .wpb_text_column h3 {
    line-height: 1.5;
}
.wpb_wrapper a {
    color: #980121;
}
.wpb_wrapper a:hover {
    color: #980121;
}
.article-description__wrapper {
    width: 100%;
    margin: 30px 0 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #828282;
}
.article-description__info {
    width: 100%;
    margin-bottom: 10px;
}
.article__channel-description {
    width: 70%;
}
.article__channel-description .channels-list__wrappper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.article__channel-description .channels-list__title {
    width: 100%;
    margin-bottom: 10px;
}
.article__channel-description .channel-item__info {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 5px;
    padding-left: 5px;
}
.article__channel-description .channel-item__info a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    color: #161616;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}
.channel-item__info .channel-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.channel-item__info .channel-item__logo {
    max-width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
}
.channel-item__info .channel-item__logo img {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.channel-item__info .channel-item__title {
    margin-left: 10px;
    font-weight: 700;
}
.channel-item__info .channel-item__desc {
    color: #828282;
}
.article__channel-description span.tg {
    font-size: 17px;
    color: #08c;
}
.article-error__wrapper {
    width: 25%;
}
.article-error__wrapper span {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #630005;
    cursor: pointer;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.article-description__wrapper a {
    color: #630005;
}
.article-error__wrapper span:hover,
.article-error__wrapper button:hover,
.article-description__wrapper a:hover {
    color: #980121;
}
.article-error__wrapper .post-error:before {
    content: "!";
    font-family: NX;
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
}
.article-error__wrapper .post-share:before {
    content: "r";
    font-family: NX;
    font-size: 12px;
    margin-right: 5px;
}
.vc_single_image-wrapper img {
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center center;
}
.vc_single_image-wrapper.img-vertical img {
    height: 100%;
}
.article-news__block,
.article__reference,
.article__quote {
    overflow: hidden;
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 0;
    background: #f4f4f4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.article-news__block .article-news__title span {
    display: block;
    margin: 0;
    padding: 12px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 21px;
    border-bottom: 2px solid #980121;
    color: #630005;
}
.article-news__block .article-news__wrapper {
    padding: 30px 15px 15px;
}
.article-news__block .article-news__wrapper a {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #5f4e53;
    margin-bottom: 24px;
    padding-left: 40px;
}
.article-news__block .article-news__wrapper a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "n";
    font-family: NX;
    font-size: 24px;
    font-weight: 400;
    color: #5f4e53;
}
.article-news__block .article-news__wrapper a:hover:before,
.article-news__block .article-news__wrapper a:hover {
    color: #980121;
}
.article__quote-separator,
.article__reference-separator,
.article__reference-separator-line {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.article__quote-separator {
    height: 45px;
}
.article__reference-separator,
.article__reference-separator-line {
    height: 60px;
}
.article__quote-separator::before {
    position: absolute;
    content: "";
    left: 52%;
    top: 50%;
    width: 50%;
    height: 1px;
    margin: -0.5px 30px 0;
    border-top: 2px solid #980121;
}
.article__quote-separator::after {
    position: absolute;
    content: "";
    right: 52%;
    top: 50%;
    width: 50%;
    height: 1px;
    margin: -0.5px 30px 0;
    border-top: 2px solid #980121;
}
.article__reference-separator::before {
    position: absolute;
    content: "";
    left: 53%;
    top: 50%;
    width: 50%;
    height: 1px;
    margin: -0.5px 30px 0;
}
.article__reference-separator::after {
    position: absolute;
    content: "";
    right: 53%;
    top: 50%;
    width: 50%;
    height: 1px;
    margin: -0.5px 30px 0;
}
.article__reference-separator-line::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 50%;
    height: 1px;
}
.article__reference-separator-line::after {
    position: absolute;
    content: "";
    right: 50%;
    top: 50%;
    width: 50%;
    height: 1px;
}
.article__reference-separator-line::after,
.article__reference-separator-line::before,
.article__reference-separator::after,
.article__reference-separator::before {
    border-top: 2px solid #980121;
}
.article__quote-separator-top {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0OCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDAzOTA2MjUgMjEuNjA3NEwxNy4zODY3IDAuNTEzNjcyTDI1LjU4OTggNS4xMDM1MkwxMS44MjAzIDIyLjE5MzRMMjUuNTg5OCAzOS4xODU1TDE3LjM4NjcgNDMuOTIxOUwwLjAwMzkwNjI1IDIyLjg3N1YyMS42MDc0Wk0yMS45NzY2IDIxLjYwNzRMMzkuNDA4MiAwLjUxMzY3Mkw0Ny42MTEzIDUuMTAzNTJMMzMuNzkzIDIyLjE5MzRMNDcuNjExMyAzOS4xODU1TDM5LjQwODIgNDMuOTIxOUwyMS45NzY2IDIyLjg3N1YyMS42MDc0WiIgZmlsbD0iIzk4MDEyMSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.article__quote-separator-bottom {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0OCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ3Ljk5NjEgMjIuMzkyNkwzMC42MTMzIDQzLjQ4NjNMMjIuNDEwMiAzOC44OTY1TDM2LjE3OTcgMjEuODA2NkwyMi40MTAyIDQuODE0NDVMMzAuNjEzMyAwLjA3ODEyMzFMNDcuOTk2MSAyMS4xMjNMNDcuOTk2MSAyMi4zOTI2Wk0yNi4wMjM0IDIyLjM5MjZMOC41OTE4IDQzLjQ4NjNMMC4zODg2NzIgMzguODk2NUwxNC4yMDcgMjEuODA2NkwwLjM4ODY3NSA0LjgxNDQ1TDguNTkxOCAwLjA3ODEyMTJMMjYuMDIzNCAyMS4xMjNMMjYuMDIzNCAyMi4zOTI2WiIgZmlsbD0iIzk4MDEyMSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.article__reference-separator-top {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCAyMCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ3NTMgMTEuNEMxMS45Mjg2IDExLjQgMTAuNzAyIDEwLjk3MzMgOS43OTUzMSAxMC4xMkM4Ljk0MTk4IDkuMjY2NjYgOC41MTUzMSA4LjA5MzMzIDguNTE1MzEgNi42QzguNTE1MzEgNC45NDY2NiA5LjA0ODY1IDMuNTMzMzMgMTAuMTE1MyAyLjM2QzExLjE4MiAxLjE4NjY3IDEyLjYyMiAwLjU5OTk5OCAxNC40MzUzIDAuNTk5OTk4QzE1Ljk4MiAwLjU5OTk5OCAxNy4xODIgMS4wMjY2NiAxOC4wMzUzIDEuODhDMTguOTQyIDIuNzMzMzMgMTkuMzk1MyAzLjkwNjY3IDE5LjM5NTMgNS40QzE5LjM5NTMgNy4wNTMzMyAxOC44NjIgOC40NjY2NiAxNy43OTUzIDkuNjRDMTYuNzgyIDEwLjgxMzMgMTUuMzQyIDExLjQgMTMuNDc1MyAxMS40Wk0wLjY3NTMxMyAyMC42OEwxLjA3NTMxIDE4LjQ0TDE2LjQzNTMgMTguNDRMMTEuNDc1MyA0N0MxMC44MzUzIDUwLjczMzMgMTAuNTE1MyA1My4yMTMzIDEwLjUxNTMgNTQuNDRDMTAuNTY4NiA1NS42MTMzIDEwLjk5NTMgNTYuMiAxMS43OTUzIDU2LjJDMTIuNTQyIDU2LjIgMTMuMzQyIDU1Ljc3MzMgMTQuMTk1MyA1NC45MkMxNS4wNDg2IDU0LjA2NjcgMTUuODIyIDUyLjYyNjcgMTYuNTE1MyA1MC42TDE5LjYzNTMgNTIuMzZDMTguNDYyIDU0LjgxMzMgMTcuMDQ4NiA1Ni42IDE1LjM5NTMgNTcuNzJDMTMuNzQyIDU4Ljg0IDExLjg0ODYgNTkuNCA5LjcxNTMxIDU5LjRDNi43ODE5OCA1OS40IDQuNjIxOTggNTguMzg2NyAzLjIzNTMxIDU2LjM2QzEuODQ4NjUgNTQuMjggMS40NzUzMSA1MS4zNzMzIDIuMTE1MzEgNDcuNjRMNi4wMzUzMSAyNS4xNkM2LjM1NTMxIDIzLjM0NjcgNi40NjE5OCAyMi4yOCA2LjM1NTMxIDIxLjk2QzYuMjQ4NjUgMjEuNTg2NyA1Ljc5NTMxIDIxLjM0NjcgNC45OTUzMSAyMS4yNEwwLjY3NTMxMyAyMC42OFoiIGZpbGw9IiM5ODAxMjEiIGZpbGwtb3BhY2l0eT0iMC41Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.article__quote-content-item,
.article__reference-content-item {
    max-width: 85%;
    margin-top: 12px;
    font-style: italic;
    font-weight: 600;
    font-size: 19px;
    line-height: 36px;
}
.article__reference-content-item a {
    color: #630005;
}
.article__reference-content-item a:hover {
    color: #980121;
}
.article__quote-content-photo {
    position: relative;
    display: block;
    float: left;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 2rem;
}
.article__quote-content-photo img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.article__quote-author {
    max-width: 84%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 36px;
    color: #630005;
    text-align: right;
}
.plot-news__block {
    float: left;
    width: 32%;
    position: relative;
    background: #f4f4f4;
    margin: 0 35px 25px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.plot-news__block .plot-text {
    width: 100%;
    padding: 15px;
}
.plot-news__block .plot-title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 111%;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #161616;
}
.plot-news__block a:hover .plot-title {
    color: #980121;
}
.plot-news__block .plot-description {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 129%;
    color: #5f4e53;
}
.plot-news__block img {
    height: 205px;
    object-fit: cover;
    object-position: center center;
}
.prnn__main-slider .img-vertical,
.wpb_single_image.vc_align_center .vc_single_image-wrapper.img-vertical img {
    max-width: calc(550 / 1920 * 100vw);
    margin: 0 auto;
}
.prnn__main-slider .owl-theme .owl-nav {
    margin-top: 0;
}
.prnn-slider__wrapper {
    position: relative;
}
.prnn-slider__wrapper .newOwlNext,
.prnn-slider__wrapper .newOwlPrev {
    top: 45%;
    font-family: nx;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
.prnn-slider__wrapper .newOwlPrev {
    left: 10px;
}
.prnn-slider__wrapper .newOwlNext {
    right: 10px;
}
.prnn-thumbnail__slider {
    margin-top: 0;
}
.prnn-thumbnail__slider.owl-carousel.owl-loaded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prnn-thumbnail__slider .owl-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
.prnn-thumbnail__slider .owl-item.current:before {
    content: none;
}
.prnn-thumbnail__slider.owl-carousel.owl-loaded img {
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.partners__wrapper {
    display: block;
    padding: 0 0 10px;
    margin-bottom: 10px;
    background: #fff;
}
.partners__wrapper .partner_block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partners__wrapper .partner_block:first-of-type > div > div {
    width: 100% !important;
    margin: 0 !important;
}
.partners__wrapper .partner_block:first-of-type > div > div > div:nth-of-type(n + 2) > a > div:nth-of-type(1) {
    border-radius: 0 !important;
    border: 0 !important;
}
.partners__wrapper .partner_block:first-of-type > div > div > div:nth-of-type(n + 2) > a > div:nth-of-type(2) > div {
    font-size: 12px !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    color: #161616 !important;
}
.partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 {
    position: relative !important;
    display: block !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 {
    display: block !important;
}
.partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3.color-layout-custom-o1b2l3 a.table-cell-o1b2l3 {
    display: inline-block !important;
    width: 33.3% !important;
    padding-right: 10px !important;
}
.partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3.color-layout-custom-o1b2l3 a.table-cell-o1b2l3:nth-of-type(3) {
    padding-right: 0 !important;
}
.partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    width: 100% !important;
}
.partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 .image-o1b2l3 {
    display: inline-block !important;
    float: left !important;
    width: 40% !important;
}
.partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 .image-o1b2l3 img {
    width: 100% !important;
}
div.text-o1b2l3 {
    width: 100% !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    margin-left: 10px;
}
div#KUyiNWR62KasVF20gtYG .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 .text-o1b2l3 .title-o1b2l3 .headline-o1b2l3,
div.description-o1b2l3,
div.headline-o1b2l3 {
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    font-weight: 400 !important;
    color: #333 !important;
}
.container-96146 {
    margin: 1rem 0 0 !important;
}
.container-96146 .list-container {
    width: 100% !important;
    margin: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.container-96146 .list-container .list-container-item {
    width: 33.3333% !important;
    padding-right: 10px !important;
}
.container-96146 .list-container .list-container-item:nth-of-type(3) {
    margin-right: 0 !important;
}
.container-96146 .list-container .list-container-item:nth-of-type(4) {
    display: none !important;
}
.container-96146 .list-container .list-container-item .container-96146__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.container-96146__title-link {
    width: 100% !important;
    display: block !important;
    font-family: inherit !important;
    font-size: 12px !important;
    color: #333 !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-decoration: none !important;
    word-wrap: break-word !important;
    overflow: hidden !important;
    padding: 0 !important;
}
.container-96146__header {
    margin-bottom: 15px !important;
    height: 20px !important;
    overflow: hidden !important;
    text-align: left !important;
    padding: 0 10px;
}
.container-96146__header-logo {
    display: inline-block !important;
    vertical-align: top !important;
    height: 20px !important;
    width: auto !important;
}
.container-96146__img-link {
    display: block !important;
    width: 40% !important;
    position: relative !important;
    padding-top: 22% !important;
    margin-right: 10px !important;
}
.container-96146__img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
div[id^="unit_96146"] {
    width: 100% !important;
}
@media (max-width: 901px) {
    .container-96146__img-link {
        height: 60px !important;
    }
}
@media (max-width: 696px) {
    .container-96146 .list-container,
    .partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .container-96146 .list-container .list-container-item,
    .partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3.color-layout-custom-o1b2l3 a.table-cell-o1b2l3 {
        width: 100% !important;
        padding-right: 0 !important;
        padding-bottom: 1rem !important;
    }
    .container-96146 .list-container .list-container-item:nth-of-type(3),
    .partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3.color-layout-custom-o1b2l3 a.table-cell-o1b2l3:nth-of-type(3) {
        padding-bottom: 0 !important;
    }
    .container-96146__img-link {
        width: 30% !important;
        padding-top: 15% !important;
    }
    .partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 .image-o1b2l3 {
        width: 30% !important;
    }
    .archive-filter-tabs ul li {
        width: 100%;
    }
}
#smi2 .container_92980 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0;
    box-shadow: none;
    background: none;
}
#smi2 .container_92980 .header_92980 {
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    border-bottom: 3px solid #980121;
    padding: 0 0 15px;
    margin: 0;
    margin-bottom: 15px;
    color: #980121;
    font-family: inherit;
    text-align: left;
}
#smi2 .container_92980 .list-container {
    font-size: 0;
}
#smi2 .container_92980 .list-container-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#smi2 .container_92980 .list-container-item .imgFrame-wrap {
    width: 30%;
    max-width: 120px;
    float: left;
    margin-right: 10px;
}
#smi2 .container_92980 .list-container-item .imgFrame {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#smi2 .container_92980 .list-container-item .image {
    display: block;
    border: none;
    width: 100%;
    height: 0;
    padding-top: 66.66666%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#smi2 .container_92980 .list-container-item .title_92980 {
    display: block;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.25;
    color: #161616;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    overflow: hidden;
}
#smi2 .container_92980 .list-container-item .title_92980:hover {
    color: #980121;
}
@media (min-width: 902px) and (max-width: 1600px) {
    #smi2 .container_92980 .list-container-item .title_92980 {
        font-size: 12px;
    }
}
@media (max-width: 1200px) {
    #smi2 .container_92980 .list-container-item .imgFrame-wrap {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 0;
    }
}
@media (max-width: 901px) {
    #smi2 .container_92980 {
        box-shadow: none;
        padding: 0 15px;
    }
    #smi2 .container_92980 .list-container-item .title_92980 {
        font-size: 0.8rem;
    }
    #smi2 .container_92980 .list-container-item .imgFrame-wrap {
        max-width: 25%;
        float: left;
    }
}
@media (max-width: 901px) {
    .block_partner .blockOfO1b2l3 {
        padding: 15px 15px 0;
        background: #fff;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        width: 100% !important;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3 {
        position: relative !important;
        display: block !important;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 {
        padding-bottom: 15px;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3.color-layout-custom-o1b2l3 a.table-cell-o1b2l3 {
        width: 100% !important;
        margin-right: 0 !important;
        padding-bottom: 1rem !important;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3.color-layout-custom-o1b2l3 a.table-cell-o1b2l3:nth-of-type(3) {
        padding-bottom: 0 !important;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 .image-o1b2l3 {
        width: 33% !important;
    }
    .block_partner .blockOfO1b2l3 .table-o1b2l3 a.table-cell-o1b2l3 .content-cover-o1b2l3 .image-o1b2l3 img {
        width: 100% !important;
    }
}
#searchButton {
    position: relative;
}
#searchString {
    position: absolute;
    top: 50%;
    left: -300px;
    transform: translateY(-50%);
    margin-right: 150px;
    display: none;
}
.pagination__wrap {
    width: 100%;
    margin: 0 auto;
}
.history-back__block.pagination {
    text-align: right;
    margin: 0 0 20px;
}
.history-back__block.pagination a,
.history-back__block.pagination i {
    padding-right: 0;
    padding-left: 1rem;
}
.page-load-status {
    display: none;
    padding: 20px 0;
    text-align: center;
    color: #777;
}
.page-load-status p {
    margin: 0;
}
.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 0 auto;
}
.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
    left: 3em;
}
@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}
@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}
.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}
.nx-flex-row,
.nx-flex-col,
.nx-flex-col-st,
.nx-flex-row-btw,
.nx-flex-col-btw,
.nx-flex-row-btw-st,
.nx-flex-col-btw-st,
.nx-flex-row-btw-c,
.nx-flex-row-c-c,
.nx-flex-col-c-c,
.nx-flex-row-b-c,
.nx-flex-row-t-c,
.nx-flex-col-t-c,
.nx-flex-row-t-r,
.nx-flex-col-t-r,
.nx-flex-row-l-c,
.nx-flex-col-l-c,
.nx-flex-row-r-c,
.nx-flex-col-r-c {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.nx-flex-row-btw,
.nx-flex-col-btw,
.nx-flex-row-btw-st,
.nx-flex-col-btw-st,
.nx-flex-row-btw-c {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nx-flex-col-st,
.nx-flex-row-btw-st,
.nx-flex-col-btw-st {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.nx-flex-row-t-r,
.nx-flex-row-r-c,
.nx-flex-col-r-c {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nx-flex-row-c-c,
.nx-flex-col-c-c,
.nx-flex-row-b-c,
.nx-flex-col-l-c,
.nx-flex-row-t-c,
.nx-flex-col-r-c {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nx-flex-row-btw-c,
.nx-flex-row-c-c,
.nx-flex-col-c-c,
.nx-flex-col-t-c,
.nx-flex-row-l-c,
.nx-flex-row-r-c {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.nx-flex-col-t-r,
.nx-flex-row-b-c,
.nx-flex-col-r-c {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.nx-flex-col,
.nx-flex-col-st,
.nx-flex-col-btw,
.nx-flex-col-btw-st,
.nx-flex-col-t-c,
.nx-flex-col-t-r,
.nx-flex-col-c-c,
.nx-flex-col-l-c,
.nx-flex-col-r-c {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrap-poster canvas {
    border: 0;
    border-radius: 0;
    width: 100%;
}
.wrap-poster .canvas-container,
.wrap-poster .edit-panel,
.wrap-poster .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrap-poster .editor_view {
    width: calc(60% - 10px);
    box-sizing: border-box;
}
.wrap-poster .edit-panel {
    width: 40%;
    margin-left: 10px;
}
.wrap-poster .canvas-container {
    margin: 0 auto;
}
.wrap-poster #textControls {
    margin-bottom: 15px;
}
.wrap-poster .disabled {
    pointer-events: none;
    opacity: 0.65 !important;
}
.wrap-poster .wrap-poster h3 {
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 0;
}
.wrap-poster p {
    margin: 10px 0;
    font-size: 1rem;
}
.wrap-poster .form-group {
    margin-bottom: 1rem;
}
.wrap-poster .form-group-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.wrap-poster .form-group-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem;
}
.wrap-poster form-group h3 {
    font-size: 1.125em;
    font-weight: 600;
}
.wrap-poster .form-group select {
    border-radius: 0.2rem;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 1em;
}
.wrap-poster .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.wrap-poster .btn-box .btn {
    display: inline-block;
    width: calc(100% / 2);
    margin-right: 10px;
}
.btn-box .btn:last-child {
    margin-right: 0;
}
.wrap-poster .form-group input {
    border: 1px solid #e6e6e6;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    line-height: 1;
    font-size: 1rem;
}
.wrap-poster .form-group textarea {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
    resize: none;
    height: 8rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.2rem;
    min-height: 180px;
}
.wrap-poster .control_block {
    margin-bottom: 10px;
}
.wrap-poster .control_block:last-child {
    margin-bottom: 0;
}
.wrap-poster .input-data input {
    width: 100%;
    margin-bottom: 10px;
}
.wrap-poster .input-data input:last-child {
    margin-bottom: 0;
}
.wrap-poster .btn_wrap {
    margin-bottom: 15px;
}
.wrap-poster .btn {
    width: 50%;
    margin-right: 10px;
    padding: 0.5rem 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    font-size: 1rem;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.wrap-poster .btn:last-child {
    margin-right: 0;
}
.wrap-poster .btn:hover,
.wrap-poster .button-wrapper span:hover {
    background-color: #980121;
    color: #fff;
}
.wrap-poster .button-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
.wrap-poster .button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.5;
    color: #333;
    padding: 0.5rem 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.2rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wrap-poster #upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}
.wrap-poster .wrap-save.form-group {
    margin-bottom: 0;
}
.wrap-poster .saveBtn {
    margin-bottom: 10px;
}
.wrap-poster #sendEmailForm,
.wrap-poster .saveBtn .btn {
    width: max-content;
    font-size: 1rem;
}
.wrap-poster .wrap-save .ad__calculator-form .form-group input {
    font-size: 1rem;
}
.wrap-poster #successPlaceholderImageSend {
    padding: 1rem 0 0;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    color: #980121;
}
.wrap-poster li a {
    padding: 10px 5px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0;
}
.wrap-poster li a:hover {
    color: #fff;
    background-color: #980121;
}
.wrap-poster .ad__calculator-form {
    padding: 1rem 0;
}
.wrap-poster .personalData h3 {
    font-weight: 600;
    color: #980121;
    font-size: 0.9rem;
    padding: 0 0 1rem;
}
.wrap-poster .wrap-save .article__social.likely {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0 0 1rem;
}
.wrap-poster .social__share,
.wrap-poster .social_links,
.wrap-poster .title {
    display: inline-block;
}
.wrap-poster #vkShareLink {
    cursor: pointer;
}
.wrap-poster .social__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2rem;
    height: 2rem;
    margin: 0 5px;
    background-color: #999;
    color: #999;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 3px;
}
.wrap-poster .social__icon.vk {
    background-color: #597da3;
    color: #597da3;
}
.mfp-hide {
    display: none;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.white-popup h3 {
    margin-top: 0;
}
.white-popup .btn_wrap {
    margin-top: 15px;
    margin-bottom: 0;
}
.wpb_single_image.vc_align_left {
    float: left;
}
.wpb_single_image.vc_align_right {
    float: right;
}
.wpb_single_image.vc_align_center .vc_single_image-wrapper {
    margin: 0 auto;
}
.wpb_single_image .article--image__info.nx-flex-col-c-c  {
    width: 100%;
}
.wpb_single_image .article--image__wrapper .photo-library__link {
    margin: 10px 0 0;
}
.nxModalOpened {
    overflow: hidden;
}
.modal-ajax-form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    padding: 15px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    border-right: 0;
    border-left: 0;
    background: #fff;
    font-size: 15px;
    overflow: auto;
    z-index: 1200;
}
.modal-ajax-form .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 11pt;
    text-decoration: none;
    cursor: pointer;
}
.modal-ajax-form .close:after {
    content: '\00D7';
    font-size: 26px;
    line-height: 100%;
    padding-left: 5px;
    z-index: 22;
    color: #980121;
}
.modal-ajax-form h3 {
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
}
.modal-ajax-form .form-label {
    margin: 10px 0;
}
.modal-ajax-form .row {
    width: 100%;
    margin-bottom: 15px;
}
.modal-ajax-form .row:last-of-type {
    margin-bottom: 0;
}
.modal-ajax-form button {
    width: 100%;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    background-color: #630005;
    color: #fff;
}
.modal-ajax-form button:hover {
    background-color: #980121;
}
.modal-ajax-form input {
    background: #fff;
    outline: 0;
    width: 100%;
    padding: 15px;
    border: 1px solid #999;
    color: #333;
}
.modal-ajax-form .deputies-lists__wrapper {
    margin-top: 15px;
    max-height: 185px;
}
.modal-ajax-form .deputy-item {
    padding-bottom: 25px;
}
.deputy-street-field {
    position: relative;
}
.street-suggest__wrapper {
    width: 100%;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1020;
    list-style: none;
    max-height: 130px;
    overflow-y: scroll;
    background: #fff;
    color: #333;
    border: 1px solid #999;
    padding: 15px;
}
.street-suggest__wrapper li {
    cursor: pointer;
    margin-bottom: 10px;
}
.street-suggest__wrapper li:last-of-type {
    margin-bottom: 0;
}
.street-suggest__wrapper li:hover {
    color: #630005;
}
.dictionary-items__list {
    width: 100%;
}
.dictionary-section__block {
    width: 100%;
    margin-bottom: 15px;
}
.dictionary-section__block .widget-title span {
    line-height: normal;
}
.dictionary-items__list .item-row {
    margin-bottom: 15px;
}
.dictionary-items__list .item-row:last-of-type {
    margin-bottom: 0;
}
.dictionary-items__list .item-name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.dictionary-items__list .item-desc {
    font-size: 14px
}
.dictionary-items__list .item-phone {
    margin: 0 0 5px;
}
.dictionary-items__list .item-phone:last-of-type {
    margin-bottom: 0;
}
.dictionary-items__list .item-phone a {
    color: #630005;
}
.dictionary-items__list .item-phone a:hover {
    color: #980121;
}
.dictionary-items__list .item-phone a:before {
    content: "P";
    margin-right: 5px;
    font-size: 17px;
    font-family: NX;
    font-weight: 400;
}
.zhkh-desc__wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 30px;
    border: 1px solid #630005;
}
.zhkh-desc__wrapper .block-description {
    width: calc(100% - 315px);
}
.zhkh-desc__wrapper .block-image {
    width: 290px;
}
.zhkh-desc__wrapper .block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.zhkh-desc__wrapper h1 {
    padding-top: 0;
    color: #980121;
}
.zhkh-desc__wrapper .block-description p {
    font-size: 19px;
    margin: 0;
    line-height: 1.5;
}
.zhkh-desc__wrapper .desc-links__wrapper {
    width: 100%;
    margin-top: 20px;
}
.zhkh-desc__wrapper .desc-links__wrapper .tag {
    color: #630005;
    border-color: #630005;
    font-size: 14px;
    padding: 5px 10px;
}
.zhkh-desc__wrapper .desc-links__wrapper .tag:hover {
    color: #980121;
    border-color: #980121;
}
.article-content__wrapper .zhkh-desc__wrapper {
    padding: 20px;
}
.article-content__wrapper .zhkh-desc__wrapper .widget-title__item {
    font-size: 21px;
    line-height: normal;
    text-transform: uppercase;
}
.article-content__wrapper .zhkh-desc__wrapper .block-description p {
    font-size: 15px;
}
.article-content__wrapper .zhkh-desc__wrapper .block-description {
    width: calc(100% - 275px);
}
.article-content__wrapper .zhkh-desc__wrapper .desc-links__wrapper {
    margin-top: 15px;
}
.article-content__wrapper .zhkh-desc__wrapper .desc-links__wrapper .tag {
    font-size: 12px;
    padding: 5px;
}
.article-content__wrapper .zhkh-desc__wrapper .block-image {
    width: 250px;
}
.reward-icon {
    display: block;
    width: 110px;
    height: 115px;
    margin: 15px 0;
    background: url(../img/theme_v2/gfp.svg) no-repeat center center;
    background-size: auto;
}
#video-of-the-day .video-title__wrapper {
    margin: 25px 0 15px;
}
#video-of-the-day h4 {
    margin: 0;
}
.vk-video__link {
    width: 100px;
    color: #161616;
    text-indent: -9999em;
}
.vk-video__link:before {
    display: inline-block;
    content: '';
    text-indent: 0;
    width: inherit;
    height: 22px;
    background: url(../img/theme_v2/vk-video.svg) no-repeat center center;
    background-size: auto;
}
.block-cookie.active {
    display: block;
}
.block-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 20px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #fff;
    z-index: 1000;
    color: #161616;
}
.block-cookie a {
    color: #161616;
}
.block-cookie a:hover {
    color: #980121;
}
.block-cookie .text-cookie {
    width: 100%;
    margin-bottom: 10px;
}
.recommendations-block {
    padding: 15px 15px 15px 0;
    width: 140px;
    height: 75px;
    position: fixed;
    right: 0;
    bottom: 125px;
    background: rgba(69, 3, 3, 0.83);
    color: #fff;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.recommendations-block.slider-block {
    width: 55px;
    padding: 0;
    height: 85px;
}
.recommendations-block:before {
    display: block;
    content: '';
    width: 24px;
    height: 75px;
    position: absolute;
    top: 0;
    left: -24px;
    background: rgba(69, 3, 3, 0.83);
    clip-path: polygon(72.531% 4.619%, 72.531% 4.619%, 74.051% 3.827%, 75.809% 3.1%, 77.785% 2.444%, 79.957% 1.862%, 82.304% 1.359%, 84.804% 0.938%, 87.436% 0.603%, 90.18% 0.359%, 93.013% 0.21%, 95.915% 0.159%, 100% 0%, 100% 100%, 93.013% 99.79%, 90.18% 99.641%, 87.436% 99.397%, 84.804% 99.062%, 82.304% 98.641%, 79.957% 98.138%, 77.785% 97.556%, 75.809% 96.9%, 74.051% 96.173%, 72.531% 95.381%, 6.553% 56.343%, 6.553% 56.343%, 4.747% 55.133%, 3.343% 53.884%, 2.339% 52.605%, 1.737% 51.308%, 1.537% 50%, 1.737% 48.692%, 2.339% 47.395%, 3.343% 46.116%, 4.747% 44.867%, 6.553% 43.657%, 72.531% 4.619%);
    z-index: 1000;
}
.recommendations-block.slider-block:before {
    height: 85px;
}
.recommendations-block .block-action__wrapper {
    position: relative;
}
.recommendations-block .close {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 10px;
    top: -50px;
    right: 0;
    font-size: 13px;
    line-height: 30px;
    color: #450303;
    z-index: 31;
}
.recommendations-block .text-block:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNyAzOS41NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlOTZkNzM7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QoNC10YHRg9GA0YEgMTwvdGl0bGU+PGcgaWQ9ItCh0LvQvtC5XzIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMiI+PGcgaWQ9ItCh0LvQvtC5XzEtMiIgZGF0YS1uYW1lPSLQodC70L7QuSAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMS45LDExYTkuMiw5LjIsMCwxLDAsMC0zLjY4SDVMNy4yNiwzLjI3LDQuMzYsMS44NCwwLDkuMmw0LjM2LDcuMzUsMi45LTEuODNMNSwxMVptOSwzLjY3YTUuNSw1LjUsMCwwLDEtNS41Mi01LjVoMGE1LjUxLDUuNTEsMCwwLDEsNS41LTUuNTJoMGE1LjUxLDUuNTEsMCwwLDEsNS41MSw1LjVzMCwwLDAsMGE1LjQ5LDUuNDksMCwwLDEtNS41LDUuNTFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjQuNTksMTBhMy41MywzLjUzLDAsMCwwLTIuODgtMy41MSwzLjQ0LDMuNDQsMCwwLDAtNCwyLjgzLDMuNjYsMy42NiwwLDAsMCwwLC41N3YyMEgxNC45M1YyMi40NWwtNC4zLDQuMThhNC4xNiw0LjE2LDAsMCwwLTEuMTUsMy43LDQuMjgsNC4yOCwwLDAsMCwxLjI1LDIuMjVsNyw3SDM3di0xOUwyNC41OSwxNy43MlYxMFoiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center;
}
.recommendations-block .text-block {
    width: 125px;
}
.recommendations-block.slider-block .text-block {
    width: 40px;
}
.recommendations-block .text {
    width: calc(100% - 50px);
    font-size: 10px;
    line-height: normal;
}
.recommendations-block.swiped {
    width: calc(100vw * 0.67);
}
.recommendations-block.slider-block.swiped {
    width: calc(100vw * 0.7);
}
.recommendations-block.slider-block.swiped-left {
    width: calc(100vw * 0.86);
}
.recommendations-block .recommend-items__block {
    width: calc(100% - 55px);
}
.recommendations-block .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
}
.recommendations-block .owl-carousel .owl-stage:after {
    content: none;
}
.recommendations-block .recommend-items__block .item {
    width: 100%;
    height: 100%;
    max-height: 54px;
    background: #fff;
    color: #000;
    padding: 4px;
    font-size: 12px;
    line-height: 120%;
}
.recommendations-block .recommend-items__block .owl-item:not(.active) .item {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
}
.recommendations-block .recommend-items__block .img {
    width: 74px;
}
.recommendations-block .recommend-items__block .img img {
    height: 46px;
}
.recommendations-block .recommend-items__block .title {
    width: calc(100% - 82px);
    text-overflow: ellipsis;
    white-space: revert;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.recommendations-block .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
.recommendations-block .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
}
.recommendations-block .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background: #fff;
}
.recommendations-block .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
@media screen and (max-width: 1900px) {
    .announce-text__wrapper {
        display: none;
    }
}
@media screen and (min-width: 901px) and (max-width: 1120px) {
    .wrap-poster .form-group-columns {
        display: block;
    }
    .wrap-poster .btn_wrap.form-group-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrap-poster .btn_wrap .btn {
        margin-right: 10px;
    }
    .wrap-poster .btn_wrap .btn:last-child {
        margin-right: 0;
    }
    .wrap-poster .edit-panel,
    .wrap-poster .editor_view {
        width: 100%;
    }
    .wrap-poster .edit-panel {
        margin-left: 0;
    }
    .wrap-poster .editor_view {
        margin-bottom: 10px;
    }
    .wrap-poster .input-data input {
        width: 100%;
        margin-bottom: 10px;
    }
    .wrap-poster .input-data input:last-child {
        margin-bottom: 0;
    }
    .wrap-poster .wrap-save .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}
@media screen and (max-width: 1690px) {
    .wrap-poster .wrap-save .nav-justified > li {
        float: none;
        display: block;
        width: 100%;
    }
    .wrap-poster .wrap-save .nav-pills > li + li {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1440px) {
    .category-article .article-image {
        height: 16vw;
    }
    .block-links__wrapper {
        margin: 0 0 50px;
    }
    .block-links__btn {
        width: 24.5%;
        font-size: 20px;
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 1400px) {
    #main-block .article .desc {
        padding: 2px 10px;
    }
}
@media only screen and (max-width: 1390px) {
    .block-links__wrapper .container-wrapper {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1368px) {
    .announce_img {
        display: none;
    }
    .footer-regions__wrapper ul li {
        font-size: 14px;
    }
    #main-block .article .figure {
        margin: auto;
    }
    .wrap-poster #sendEmailForm,
    .wrap-poster .btn,
    .wrap-poster .button-wrapper span.label,
    .wrap-poster .form-group h3,
    .wrap-poster .form-group input,
    .wrap-poster .form-group select,
    .wrap-poster .form-group textarea,
    .wrap-poster .saveBtn .btn,
    .wrap-poster li a,
    .wrap-poster p,
    .wrap-save .ad__calculator-form .form-group input {
        font-size: 0.9rem;
    }
    .wrap-poster h3 {
        font-size: 1rem;
    }
    .article-content__wrapper .zhkh-desc__wrapper .desc-links__wrapper .tag {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
}
@media only screen and (max-width: 1360px) {
    .footer-info__logo {
        width: 290px;
    }
    .footer-info {
        padding-top: 25px;
        margin-bottom: 15px;
    }
    .footer-info__items {
        max-width: 575px;
    }
    .footer-info__item {
        font-size: 14px;
    }
    #main-block .article .figure {
        font-size: 56px;
    }
    .article__channel-description {
        width: 65%;
    }
    .article-error__wrapper {
        width: 35%;
    }
    .news-item__img {
        width: 25%;
    }
    .news-item__content,
    .news-item .news-item__themes {
        width: 75%;
    }
    .news-item h4 {
        font-size: 17px;
        margin: 20px 0 15px;
    }
    .news-item__excerpt {
        font-size: 14px;
    }
    .news-item__themes .tag {
        font-size: 12px;
        padding: 4px 5px;
    }
    #our-paper .paper-card {
        height: 250px;
    }
}
@media only screen and (max-width: 1280px) {
    #photo-of-the-day .photo-desc {
        width: 100%;
        min-height: auto;
    }
    .redaction .category-article {
        width: calc(100% / 3 - 20px);
    }
    #photo-of-the-day .photo-info {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }
    .footer-regions__wrapper ul li {
        width: calc(100% / 5);
        font-size: 15px;
    }
    .footer-info__links {
        width: 100%;
        margin-top: 15px;
    }
    .footer__legal-info,
    .footer__extr-info {
        width: 100%;
    }
    p.footer__copy-text {
        margin: 10px 0;
    }
    .footer-partners__wrapper {
        margin: 25px 0;
    }
    #main-block .article .figure {
        font-size: 50px;
    }
    #our-paper .paper-image {
        width: calc(100% - 200px);
    }
    #our-paper .paper-card {
        width: 200px;
        padding: 12px;
    }
    .paper-subscription::before {
        content: none;
    }
    #our-paper .paper-name {
        font-size: 20px;
    }
    #our-paper .paper-download {
        font-size: 12px;
        margin-top: 15px;
    }
    .paper-download::before {
        font-size: 18px;
    }
    #our-paper .paper-date {
        font-size: 14px;
        margin-top: 10px;
    }
    .news-item__content {
        padding: 0 15px 120px;
    }
    .taxonomy .tag {
        font-size: 11px;
    }
    .zhkh-desc__wrapper {
        padding: 20px;
    }
    .zhkh-desc__wrapper h1 {
        font-size: 21px;
        line-height: normal;
    }
    .zhkh-desc__wrapper .block-description p {
        font-size: 15px;
    }
    .zhkh-desc__wrapper .block-description {
        width: calc(100% - 275px);
    }
    .zhkh-desc__wrapper .desc-links__wrapper {
        margin-top: 15px;
    }
    .zhkh-desc__wrapper .desc-links__wrapper .tag {
        font-size: 12px;
        padding: 5px;
    }
    .zhkh-desc__wrapper .block-image {
        width: 250px;
    }
}
@media only screen and (max-width: 1251px) {
    .wrap_project_branding {
        position: relative;
    }
    .wrap_project_branding a.project-link {
        position: absolute;
        width: 100%;
        height: 250px;
        top: 0;
        left: 0;
        z-index: 8;
    }
    .block-links__wrapper {
        margin: 0;
        position: absolute;
        top: 165px;
        left: 0;
        z-index: 9;
    }
    .block-links__btn {
        padding: 10px;
    }
}
@media (max-width: 1248px) {
    .wrap_project_tax #content {
        margin-bottom: 0;
    }
    .wrap_project_tax .wrap_project_logo {
        display: none;
    }
    .wrap_rubric_posts .loop__body {
        grid-template-columns: 60% 38%;
        -ms-grid-columns: 60% 38%;
    }
    .wrap_taxs .wrap_related_tax {
        flex: 1 1 52.5%;
        -ms-flex: 1 1 52.5%;
    }
    .wrap_taxs .wrap_tax_sidebar {
        flex: 1 1 32.5%;
        -ms-flex: 1 1 32.5%;
    }
}
@media only screen and (max-width: 1240px) {
    .article-content__wrapper .article-share__wrapper,
    .article-content__wrapper .wpb_text_column,
    .article-wrap .truthful-people {
        width: 90%;
    }
    .article-content__wrapper .vc_row.block-picture {
        width: 90%;
        margin-left: calc(10% - 15px);
    }
}
@media only screen and (max-width: 1215px) {
    .header-bottom .header-bottom__newspapers {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-bottom__newspapers .header-newspapers {
        width: calc(100% / 5);
    }
}
@media only screen and (max-width: 1200px) {
    .category-article.double .article-image {
        height: 20vw;
    }
    #main-block .tabs-content .content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    #main-block .article-1 {
        height: 30vw;
        min-height: auto;
    }
    #main-block .article .desc {
        font-size: 15px;
        line-height: 18px;
    }
    #main-block .article-bottom:hover .article-footer .row:nth-of-type(2) {
        display: none;
    }
    #main-block .article-bottom .author {
        display: none;
    }
    #main-block .article-2.with-image .article-title,
    #main-block .article-3.with-image .article-title {
        font-size: 15px;
        line-height: 130%;
        height: calc(3 * (1em * 1.3));
        overflow: hidden;
    }
    #main-block .article-1:hover .article-desc {
        font-size: 16px;
        line-height: 1.3em;
        margin-top: 1em;
    }
    .wrap_project_tax .loop__item-title,
    .wrap_project_tax .section-title span,
    .wrap_project_tax .in_focus .loop__item.post_1 .loop__item-title {
        font-size: 1rem;
    }
    .wrap_project_tax .loop__item-excerpt p,
    .wrap_project_tax .loop__item-rubric,
    .wrap_project_tax .loop__item-tag,
    .wrap_project_tax .loop__item-tag a {
        font-size: 14px;
    }
    .wrap_project_tax .widget-post .loop__item-row-preview,
    .wrap_project_tax .widget_area_focus .widget-popular .loop__item-row-preview {
        width: 35%;
        padding: 0 0.5rem 0 0;
    }
    .wrap_project_tax .widget-post .loop__item-row-excerpt,
    .wrap_project_tax .widget_area_focus .widget-popular .loop__item-row-excerpt {
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 1170px) {
    body.sport .minsport-logo {
        margin-left: 10px;
        width: 120px;
        height: 35px;
    }
    .truthful-people .card_big .card-person {
        width: calc(100% - 110px);
        padding-left: 15px;
        padding-top: 15px;
    }
    .truthful-wrap .article .article-title {
        font-size: 17px;
    }
    .footer-regions__wrapper ul li {
        width: calc(100% / 4);
    }
    .article-content__wrapper .article-share__wrapper,
    .article-content__wrapper .wpb_text_column,
    .article-wrap .truthful-people {
        width: 100%;
        margin-left: 0;
    }
    .article-content__wrapper .vc_row.block-picture {
        width: 100%;
        margin-left: -15px;
    }
    .widget-popular .widget-item__row {
        width: calc((100% / 2) - 10px);
    }
    .taxonomy .article-text {
        padding: 15px 15px 160px;
    }
    .mail-form-block input[type="text"] {
        width: 85%;
    }
    .mail-form-block label {
        width: 20%;
    }
    .plot-news__block {
        width: 35%;
        margin: 0 25px 5px 0;
    }
    .plot-news__block .plot-text {
        padding: 10px;
    }
    .plot-news__block .plot-title {
        font-size: 17px;
    }
    .plot-news__block .plot-description {
        font-size: 12px;
    }
    #video-of-the-day .video-desc {
        font-size: 16px;
    }
    .header__social-wrapper {
        width: 40%;
    }
}
@media only screen and (max-width: 1100px) {
    #main-block .article .figure {
        font-size: 42px;
        margin: 0;
    }
    #main-block .article .desc {
        max-height: 57px;
        overflow: hidden;
    }
    #editors-choice .card-image {
        min-height: 150px;
    }
    #photo-of-the-day,
    #video-of-the-day {
        width: 100%;
    }
    .article-share__wrapper .icon span {
        width: 255px;
    }
    .zhkh-desc__wrapper .desc-links__wrapper .tag {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .zhkh-desc__wrapper .desc-links__wrapper .tag:last-of-type {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .modal-ajax-form {
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: auto;
        overflow-y: auto;
    }
    .category-article.double .article-image {
        height: 27vw;
    }
    .category-article .article-image {
        height: 23vw;
    }
    .ad-banner.top {
        padding: 0;
        min-height: auto;
    }
    header {
        left: 0;
        transform: none;
        padding: 0;
    }
    header.scroll {
        padding-bottom: 0;
    }
    .container-wrapper {
        padding: 0 10px;
    }
    .breadcrumbs {
        padding: 20px 10px;
    }
    .footer-innoagents__wrapper {
        margin-top: 0;
        font-size: 11px;
    }
    .header-block .header__social-modal {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }
    .header-block .header__social-modal a {
        font-family: NX;
        text-transform: initial;
        font-weight: 400;
    }
    .header-block .rubric__menu-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 85vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .header-bottom {
        display: none;
    }
    .header__wrapper {
        margin-bottom: auto;
    }
    #searchString {
        display: block;
        position: static;
        transform: translateY(0);
        margin-left: -5px;
        margin-right: -5px;
    }
    .header__themes-wrapper {
        width: 100%;
        margin-left: 90px;
    }
    body.ny-mode .header__themes-wrapper {
        margin-left: 110px;
    }
    .header__social-wrapper {
        width: auto;
    }
    .header__social-icons {
        display: none;
    }
    .header__themes-item a {
        font-size: 11px;
    }
    .header-mobile {
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-mobile__info {
        display: block;
        margin: 0;
        padding: 0 16px 22px;
        width: 100%;
    }
    .header__social-wrapper .header__social-mobiles {
        position: absolute;
        z-index: -9;
        opacity: 0;
    }
    .header__social-modal .social-info__icon {
        color: #828282;
        margin-right: 0;
    }
    .header-block .header__social-modal:after {
        content: "";
        position: absolute;
        width: 100%;
        padding: 0;
        padding-bottom: 45px;
        border-bottom: 1px solid #828282;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .rubric__menu-wrapper .header-newspapers__mobile {
        display: flex;
    }
    .header-newspapers__mobile .header-newspapers {
        margin: 0;
        margin-bottom: 25px;
        width: 25%;
    }
    .rubric__menu-wrapper .container-rubric {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 7px 15px 36px;
    }
    .rubric__menu-wrapper {
        height: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 60px;
        left: inherit;
        right: inherit;
        padding: 0;
    }
    .rubric__menu-item {
        width: 100%;
        margin-top: 25px;
    }
    .rubric__menu-links {
        width: 100%;
    }
    .section-title h2,
    .section-title .h1,
    .zhkh-desc__wrapper h1 {
        font-size: 21px;
    }
    .footer-info__items {
        order: 3;
        width: 100%;
        max-width: unset;
    }
    .footer-info__links {
        width: 350px;
        margin-top: 0;
    }
    .main__wrapper {
        width: 100%;
    }
    .sidebar__wrapper {
        display: none;
    }
    #main-block .article-1 {
        height: 50vw;
    }
    #main-block .article.article-bottom img {
        top: 0;
    }
    #main-block .article-6 {
        display: none;
    }
    #main-block .article.article-bottom.with-image::after {
        background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 100%);
    }
    #main-block .article .figure {
        font-size: 60px;
        margin: 0 0 10px;
    }
    #main-block .article .article-title.hidden-desktop {
        display: block;
    }
    #main-block .article .article-title.full-title {
        display: none;
    }
    #main-block .article .desc {
        font-size: 18px;
    }
    #main-block .newOwlPrev,
    #main-block .newOwlNext {
        top: 50%;
    }
    #editors-choice .card-image {
        min-height: auto;
        height: 20vw;
    }
    #our-paper .owl-item.left {
        transform: none;
    }
    #our-paper .owl-item.right {
        transform: none;
    }
    #our-paper .paper-bg {
        padding: 0;
    }
    #our-paper .paper-item {
        padding: 5%;
        width: 90%;
    }
    #paper-logo {
        display: block;
    }
    #special-projects {
        display: block;
    }
    .footer-partners__wrapper {
        display: none;
    }
    .article-share__wrapper {
        margin: 15px 0;
    }
    .ad__calculator-form .form-group input,
    .nation-project__title {
        font-size: 15px;
    }
    .calculator-social-order-icon {
        width: 2.5vw;
        height: 2.5vw;
    }
    .post_content__wrapper .wpb_content_element {
        margin-bottom: 20px;
    }
    .prnn__main-slider .img-vertical,
    .wpb_single_image.vc_align_center .vc_single_image-wrapper.img-vertical img {
        max-width: calc(1000 / 1920 * 100vw);
    }
    .article-content__wrapper .zhkh-desc__wrapper .desc-links__wrapper .tag,
        .zhkh-desc__wrapper .desc-links__wrapper .tag {
        width: auto;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .truthful-people .article {
        order: 1;
        margin-bottom: 0;
    }
    .truthful-people .truthful-card.card_big,
    .truthful-wrap .article {
        width: 100%;
    }
    .truthful-wrap .article {
        height: 350px;
    }
    .truthful-people .truthful-card,
    .article-wrap .truthful-wrap:after {
        width: 49%;
    }
    .truthful-people .card_big .card-photo {
        width: 150px;
        height: 150px;
    }
    .truthful-people .card_big .card-person {
        width: calc(100% - 150px);
    }
    .truthful-people .card-photo {
        margin-bottom: 25px;
    }
    .truthful-people .truthful-card:last-child {
        display: none;
    }
    .article-wrap .truthful-people .truthful-card:last-child {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }
    .main__wrapper .region-news h4 {
        font-size: 12px;
    }
    .filter-form ul li {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
@media (max-width: 967px) {
    .wrap_rubric_list .wrap_tax_section {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .wrap_rubric_list {
        display: block;
        margin-bottom: 0;
    }
    .wrap_taxs {
        display: block;
    }
    .wrap_taxs .wrap_related_tax,
    .wrap_taxs .wrap_tax_sidebar {
        width: 100%;
        margin-left: 0;
    }
    .wrap_rubric_list .wrap_subrubric .subrubric_link span {
        margin: 0 0 5px;
    }
}
@media only screen and (max-width: 968px) {
    .header-newspapers__mobile .header-newspapers {
        width: 33%;
    }
    .footer-info__logo {
        margin-bottom: 10px;
    }
    .footer-regions__wrapper ul li {
        width: calc(100% / 3);
    }
    .footer__copyright .copy-data,
    .footer__copyright .informers {
        width: 100%;
    }
    .footer__copyright .informers.nx-flex-row-r-c {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .article--image__wrapper .photo-library__link,
    .article--image__info {
        width: 100%;
    }
    .wpb_single_image .article--image__info.nx-flex-col-c-c {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 900px) {
    #our-paper .paper-card {
        height: 200px;
    }
    #paper-logo .sidebar-links__wrapper a {
        width: 50%;
    }
}
@media screen and (max-width: 901px) {
    .wrap-poster .form-group-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrap-poster #sendEmailForm,
    .wrap-poster .btn,
    .wrap-poster .button-wrapper span.label,
    .wrap-poster .form-group h3,
    .wrap-poster .form-group input,
    .wrap-poster .form-group select,
    .wrap-poster .form-group textarea,
    .wrap-poster .saveBtn .btn,
    .wrap-poster li a,
    .wrap-poster p,
    .wrap-save .ad__calculator-form .form-group input {
        font-size: 0.9rem;
    }
    .wrap-poster h3 {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 898px) {
    .plot-news__block {
        margin: 0 25px 0 0;
    }
}
@media only screen and (max-width: 787px) {
    .partners__wrapper .partner_block:first-of-type > div > div > div:nth-child(n + 2) {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
        flex: 0 1 100% !important;
        padding: 0 !important;
    }
    .article-content__wrapper .zhkh-desc__wrapper .desc-links__wrapper .tag,
    .zhkh-desc__wrapper .desc-links__wrapper .tag {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .article-content__wrapper .zhkh-desc__wrapper .desc-links__wrapper .tag:last-of-type,
    .zhkh-desc__wrapper .desc-links__wrapper .tag:last-of-type {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 868px) {
    .news-item__themes .tag {
        font-size: 11px;
    }
    .modal-error__wrapper {
        width: 90%;
        max-width: none;
    }
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .filter-form .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .filter-form .col-sm-1,
    .filter-form .col-sm-10,
    .filter-form .col-sm-11,
    .filter-form .col-sm-12,
    .filter-form .col-sm-2,
    .filter-form .col-sm-3,
    .filter-form .col-sm-4,
    .filter-form .col-sm-5,
    .filter-form .col-sm-6,
    .filter-form .col-sm-7,
    .filter-form .col-sm-8,
    .filter-form .col-sm-9,
    .col-sm-4,
    .col-sm-8 {
        float: left;
    }
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .block-links__btn {
        width: 29.5%;
    }
}
@media only screen and (max-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
    .footer-info {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .footer-info__items {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .footer-info__item {
        width: calc(100% / 2);
        display: block;
        margin-right: 0;
    }
    .footer-rubric__wrapper ul,
    .footer-regions__wrapper ul {
        margin: 0 0 10px;
    }
    .footer-regions__wrapper ul li {
        width: calc(100% / 2);
    }
    .footer__info-wrapper p,
    .footer__copy-text {
        font-size: 11px;
    }
    .footer-rubric__title,
    .footer-regions__title {
        font-size: 14px;
    }
    .footer-rubric__wrapper ul li,
    .footer-regions__wrapper ul li {
        font-size: 13px;
    }
    .footer-regions .all-regions {
        font-size: 14px;
    }
    .footer__copyright .informers p {
        margin: 0 0 0 15px;
    }
    .footer-info__items {
        order: 2;
    }
    .footer-info__links {
        width: 100%;
        order: 3;
    }
    .footer-info__icon {
        margin-right: 15px;
    }
    .article__social-icons,
    .article-subscribe__icon {
        width: 100%;
    }
    .article-share__wrapper .icon {
        width: 100%;
    }
    .article-subscribe__icon span {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .article__social-icons {
        margin-top: 10px;
    }
    .article__channel-description {
        width: 100%;
        margin: 10px 0 15px;
    }
    .article-error__wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    .article-error__wrapper.nx-flex-row-r-c {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .article-error__wrapper span,
    .article-error__wrapper button {
        width: auto;
    }
    .article-header__wrapper .h1 {
        font-size: 21px;
        line-height: 124%;
        margin: 0 0 20px;
    }
    .article-header__wrapper .h2 {
        font-size: 16px;
        line-height: 119%;
    }
    .articles-tags__wrapper .tag {
        margin: 0 10px 5px 0;
    }
    #main-block .article .figure {
        font-size: 50px;
        margin-top: auto;
    }
    #main-block .article .desc {
        font-size: 16px;
    }
    #editors-choice .card {
        width: 49%;
    }
    #editors-choice .card:nth-child(n + 10) {
        display: none;
    }
    #editors-choice .card-image {
        height: 30vw;
    }
    #editors-choice .ad {
        display: none;
    }
    #our-paper .paper-item {
        width: 80%;
    }
    #our-paper .newOwlNav {
        color: #c4c4c4;
    }
    #our-paper .newOwlPrev,
    #our-paper .newOwlNext {
        border: 2px solid #c4c4c4;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
    }
    #our-paper .newOwlPrev {
        left: 5px;
    }
    #our-paper .newOwlNext {
        right: 5px;
    }
    .news-item h4,
    .news-item__excerpt {
        font-size: 14px;
        line-height: 130%;
    }
    .news-item__content {
        padding: 0 15px;
    }
    .news-item .news-item__themes {
        position: relative;
        width: 100%;
        padding: 15px;
    }
    .news-item__img {
        width: 30%;
        height: 200px;
    }
    .news-item__content {
        width: 70%;
    }
    .news-item__themes .share {
        top: 30%;
    }
    .news-item__dates .news-item__fulldate,
    .news-item__dates .news-item__release {
        width: 100%;
    }
    .news-item__dates .news-item__release {
        margin-top: 5px;
    }
    .wrap_project_tax .in_focus .mob_elem_hidden {
        display: none;
    }
    .wrap_project_tax .loop__item {
        padding: 0;
    }
    .wrap_rubric_posts .loop__item:nth-of-type(2),
    .wrap_rubric_posts .loop__item:nth-of-type(3) {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap_project_tax .in_focus .loop__item-time.hidden_elem {
        display: block;
    }
    .wrap_project_tax .in_focus .grid_hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrap_project_tax .wrap_rubric_posts .loop__body {
        display: block;
    }
    .tax_project_body .project_branding,
    .tax_project_body > a {
        width: auto;
    }
    .delonn-panel .archive-link a {
        font-size: 14px;
    }
    .mail-file-upload .button {
        width: 25%;
    }
    .plot-news__block {
        width: 45%;
    }
    .block-links__btn {
        padding: 5px;
        font-size: 14px;
        line-height: normal;
    }
}
@media screen and (max-width: 696px) {
    .article-content__wrapper .zhkh-desc__wrapper .block-description,
    .zhkh-desc__wrapper .block-description {
        width: 100%;
    }
    .article-content__wrapper .zhkh-desc__wrapper .block-image ,
    .zhkh-desc__wrapper .block-image {
        display: none;
    }
}
@media screen and (max-width: 670px) {
    .wrap-poster .form-group-columns {
        display: block;
    }
    .wrap-poster .btn_wrap.form-group-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrap-poster .btn_wrap .btn {
        margin-right: 10px;
    }
    .wrap-poster .btn_wrap .btn:last-child {
        margin-right: 0;
    }
    .wrap-poster .edit-panel,
    .wrap-poster .editor_view {
        width: 100%;
    }
    .wrap-poster .edit-panel {
        margin-top: 10px;
        margin-left: 0;
    }
    .wrap-poster .input-data input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .wrap-poster .input-data input:last-child {
        margin-bottom: 0;
    }
    .wrap-poster #sendEmailForm,
    .wrap-poster .btn,
    .wrap-poster .button-wrapper,
    .wrap-poster .saveBtn .btn {
        margin: 0 auto;
    }
    .wrap-poster .wrap-save .article__social.likely {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }
    .wrap-poster #sendEmailForm,
    .wrap-poster .btn,
    .wrap-poster .button-wrapper span.label,
    .wrap-poster .form-group h3,
    .wrap-poster .form-group input,
    .wrap-poster .form-group select,
    .wrap-poster .form-group textarea,
    .wrap-poster .saveBtn .btn,
    .wrap-poster li a,
    .wrap-poster p,
    .wrap-save .ad__calculator-form .form-group input {
        font-size: 0.8rem;
    }
    .wrap-poster h3 {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 640px) {
    .mail-checkbox-block {
        width: 7%;
    }
    .wrap_rubric_list {
        display: none;
    }
    .wrap_taxs .category-article:nth-of-type(4){
        display: block;
    }
	#ad-modal .modal-dialog {
		width: 90%;
		margin-top: 0;
	}
    .category-article.double .article-image {
        height: 50vw;
    }
    .category-article.double.second .article-image,
    .category-article .article-image {
        height: 35vw;
    }
    h1,
    .h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    article {
        padding: 0 10px;
    }
    .article-content__wrapper .vc_row.block-picture {
        margin-left: 0;
    }
    .video-title__wrapper,
    .main__wrapper h4 {
        padding: 0 10px;
    }
    .nothing-found__wrapper h4 {
        padding-left: 0;
        font-size: 14px;
    }
    #our-paper h4.archive {
        padding-right: 10px;
    }
    .sticker,
    .tag {
        font-size: 10px;
    }
    .header-newspapers__mobile .header-newspapers {
        width: 50%;
        background-size: 60%;
    }
    .footer-info__feedback,
    .footer-info__feedback .footer-info__icon {
        display: block;
        width: 100%;
    }
    .footer-info__feedback {
        padding: 20px 0 10px;
    }
    .footer-info__item {
        font-size: 12px;
    }
    p.footer__copy-text {
        margin: 15px 0;
    }
    .rubric__menu-wrapper .menu-item {
        width: 45%;
    }
    #content .container-wrapper {
        padding: 0;
    }
    .wrap_project_tax #content .container-wrapper {
        padding: 0 10px;
    }
    .str_move {
        position: fixed;
        bottom: 2px;
        z-index: 980;
        background: #e5e5e5;
        padding: 6px 0;
    }
    .block_ticker {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        width: 100%;
    }
    #main-block .article img {
        width: auto;
        height: 100%;
    }
    #main-block .article.article-1 img {
        width: 100%;
        height: auto;
    }
    #main-block .article-footer {
        display: none;
    }
    #main-block .article-bottom .article-title {
        padding-bottom: 15px;
    }
    #main-block .article-2.with-image .article-title,
    #main-block .article-3.with-image .article-title {
        height: calc(4 * (1em * 1.3));
    }
    #main-block .article.article-bottom .article-title {
        height: calc(4 * (1em * 1.3));
    }
    #main-block .article-1 {
        min-height: auto;
        grid-row: span 1;
        height: 65vw;
    }
    #main-block .article.article-bottom {
        height: auto;
    }
    #main-block .tabs-content .content {
        grid-template-rows: 1.3fr 1fr 1fr;
    }
    #main-block .article.article-bottom .text-block {
        padding: 8px;
    }
    #main-block h4.button {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 10px 0 0;
        white-space: nowrap;
    }
    #main-block .article-2 .text-block,
    #main-block .article-3 .text-block {
        padding: 0 8px 8px;
    }
    #main-block .article-title {
        margin-top: 45%;
    }
    #main-block .article-1 .article-title {
        margin-top: auto;
    }
    #main-block .article .figure {
        margin: 0 0 10px;
    }
    .main__wrapper h4 {
        letter-spacing: 0;
    }
    #main-block .tabs-buttons {
        flex-wrap: nowrap;
        overflow: scroll;
        scrollbar-width: none;
        padding-bottom: 10px;
    }
    #ticker .ticker-head {
        z-index: 1000;
    }
    #ticker .ticker-head span {
        display: none;
    }
    #ticker .ticker-head::after {
        display: inline-block;
    }
    #ticker .ticker-head {
        padding: 6px;
    }
    .str_move_clone {
        bottom: 0;
        position: absolute;
    }
    #photo-of-the-day .vertical-banner {
        display: none;
    }
    #photo-of-the-day .photo-info {
        padding: 0 10px;
    }
    #photo-of-the-day .photo::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 100%);
        z-index: 200;
    }
    #photo-of-the-day .photo-desc {
        width: 100%;
        position: absolute;
        bottom: 45px;
        z-index: 300;
        color: #fff;
        padding: 0 20px;
    }
    #video-of-the-day .video-desc {
        font-size: 20px;
        padding: 15px 20px 0 20px;
    }
    .truthful-people .truthful-wrap {
        padding: 0 10px;
    }
    .truthful-people .card_big .card-photo {
        width: 120px;
        height: 120px;
    }
    .truthful-people .card_big .card-person {
        width: calc(100% - 120px);
    }
    .truthful-people .card_big .person-name {
        font-size: 21px;
    }
    .truthful-people .card_big .person-position {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -0.05em;
    }
    .truthful-people .person-position {
        padding-right: 0;
    }
    .truthful-people .card_big .quote-text {
        font-size: 15px;
        line-height: 18px;
        padding-left: 20px;
    }
    .truthful-people .card_big .quote-text::after {
        left: 0;
    }
    .truthful-people .truthful-card {
        border: none;
    }
    .truthful-people .card_big .card-photo {
        margin-bottom: 5px;
    }
    .truthful-people .card-quote {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .truthful-people .card-photo {
        margin-bottom: 0;
        width: 60px;
        height: 60px;
    }
    .truthful-people .card-person {
        width: calc(100% - 65px);
    }
    .truthful-people .person-position {
        display: none;
    }
    .truthful-people .card_big .person-position {
        display: block;
    }
    .truthful-people .person-name_surname {
        display: block;
    }
    .truthful-people .quote-text {
        font-size: 12px;
    }
    .truthful-people .person-name {
        font-size: 12px;
    }
    /*.truthful-people .truthful-card.card_big {
        margin-bottom: 0;
    }*/
    .truthful-people .article {
        height: 250px;
    }
    .truthful-people .ad.banner-col-2 {
        display: none;
    }
    #our-paper .paper-card {
        background: #f4f4f4;
    }
    #our-paper .ad {
        display: none;
    }
    #special-projects .project-item {
        width: 100%;
        height: 60vw;
    }
    .category-article {
        width: 49%;
    }
    .redaction .category-article {
        width: calc(100% / 2 - 20px);
    }
    .loop__body:after {
        content: "";
        width: 49%;
    }
    .category-article.double {
        width: 100%;
    }
    .category-article.double.second {
        width: 49%;
    }
    .double.second .article-text {
        padding: 15px 15px 50px;
    }
    .article-title,
    .double.second .article-title {
        font-size: 15px;
    }
    .double.second .article-desc {
        font-size: 15px;
        line-height: 140%;
    }
    .article-desc,
    .article-desc b,
    .double.second .article-desc {
        font-size: 13px;
    }
    .double.second .article-title {
        font-size: 19px;
        line-height: 110%;
    }
    .double.second .author {
        display: none;
    }
    .double.second .share {
        flex-basis: auto;
        text-align: left;
        margin-top: 0;
    }
    .section-title,
    .widget-title,
    .redaction .article__content {
        padding: 0 10px;
    }

    .dictionary-section__block .widget-title {
        padding: 0;
    }
    .wrap_taxs .section-title,
    .wrap_taxs .widget-title {
        padding: 0;
    }
    .wrap_related_tax .section-title,
    .wrap_related_tax .widget-title {
        padding: 0;
    }
    .news-item h4 {
        margin: 15px 0;
    }
    .news-item__content h4 {
        padding: 0;
    }
    .news-item__themes .tags-list {
        padding-right: 35px;
    }
    .news-item__img {
        width: 40%;
        height: 150px;
    }
    .news-item__content {
        width: 60%;
    }
    .container-96146 .list-container,
    .partners__wrapper .partner_block .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3,
    .widget_area_article .widget-post__wrapper {
        padding: 0 10px;
    }
    .author-header__body {
        display: none;
    }
    .author-header__title {
        margin-bottom: 15px;
    }
    .breadcrumbs span:nth-child(n + 4) {
        display: none;
    }
    #region-news-list-table {
        padding: 0 10px;
    }
    .section-title h1,
    .section-title span,
    .edition .section-title h2,
    .wrap_related_tax .section-title h2,
    .delonn .section-title h2,
    .national-projects .section-title h2,
    .widget-title span,
    .author-header__title {
        font-size: 15px;
    }
    .history-back__block a,
    .history-back__block i {
        font-size: 13px;
    }
    .history-back__block .icon-back {
        font-size: 11px;
    }
    .section-delonn {
        padding: 0 10px 15px;
    }
    .delonn-panel {
        display: block;
    }
    .delonn-panel .archive-link,
    .delonn-panel .block-filter,
    .delonn-panel .block-logo {
        width: 100%;
        display: block;
    }
    .delonn-panel .block-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .delonn-panel .block-logo .logo {
        width: 100%;
    }
    .delonn-panel .archive-link {
        margin-bottom: 20px;
        text-align: center;
    }
    .delonn-panel .block-filter .select {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
    }
    .wrap_official_doc {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .wrap_other_doc_link,
    .official__search-form {
        flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .official__archive {
        font-size: 14px;
    }
    .official__document-info p {
        font-size: 12px;
        line-height: 25px;
    }
    .official__archive:last-of-type {
        margin-top: 15px;
    }
    .official__archive a:last-of-type {
        text-align: center;
    }
    .official__document-download a,
    .official__document-prev a {
        font-size: 14px;
    }
    .ad__calculator-form .form-group-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nation-project__wpapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nation-project__wpapper.loop__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .ad__calculator-form .form-group-column {
        width: 100%;
    }
    .commerce__sections {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .edition-header {
        padding: 0 10px;
    }
    .archive {
        padding: 0 10px;
    }
    .archive-filter .tab-content .tab-pane ul li {
        width: 25%;
    }
    .archive-filter .tab-content .tab-pane .pane .archive-list .col-lg-4 {
        width: 100%;
    }
    .taxonomy .article-text {
        padding: 15px 15px 160px;
    }
    .mail {
        padding: 0 10px;
    }
    .mail-form-block input[type="text"] {
        width: 80%;
    }
    .mail-form-block label {
        width: 25%;
    }
    .mail-file-upload .button {
        width: 33%;
    }
    .modal-error__wrapper .form-group {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .modal-error__wrapper .error_type span {
        display: block;
        margin: 0 0 7px;
    }
    .modal-error__wrapper .error_type label {
        margin: 0 10px 0 0;
    }
    .modal-error__wrapper .error_text,
    .modal-error__wrapper .form-group textarea {
        font-size: 12px;
    }
    .modal-error__wrapper input:checked + label {
        padding: 7px;
    }
    .plot-news__block {
        margin: 0 15px 5px 0;
    }
    .plot-news__block .plot-title {
        font-size: 16px;
    }
    .plot-news__block .plot-description {
        font-size: 10px;
    }
    .widget-popular .widget-item__row {
        width: 100%;
    }
    .post_content__wrapper .vc_row {
        width: 100%;
        margin: 0;
    }
    .post_content__wrapper .vc_column_container > .vc_column-inner {
        padding: 0;
    }
    .block-links__wrapper .container-wrapper {
        padding: 0 10px;
    }
    .article-share__wrapper .icon span,
    .article-share__wrapper .icon .link {
        width: 100%;
        text-align: center;
    }
    .article-share__wrapper .icon .link {
        margin-left: 0;
        margin-top: 10px;
    }
    .wpb_single_image.vc_align_center .vc_single_image-wrapper {
        width: 100%;
        /*height: 320px;*/
    }
    /*.prnn__main-slider {
        width: 100% !important;
    }
    .prnn__main-slider .owl-item img {
        height: 320px;
    }*/
    .article-content__wrapper .zhkh-desc__wrapper,
    .zhkh-desc__wrapper {
        padding: 15px;
    }
    .article-content__wrapper .zhkh-desc__wrapper .widget-title__item,
    .zhkh-desc__wrapper h1 {
        font-size: 17px;
    }
    .article-content__wrapper .zhkh-desc__wrapper .block-description p,
    .zhkh-desc__wrapper .block-description p {
        font-size: 14px;
    }
    .article-redaction__position {
        font-size: 14px;
    }
}
@media only screen and (max-width: 500px) {
    .article-wrap .truthful-people .truthful-card {
        width: 100%;
    }
    .tag {
        font-size: 10px;
        padding: 4px 10px;
    }
    .taxonomy .tag {
        font-size: 10px;
    }
    #main-block .article-1 .text-block {
        padding: 15px 8px;
    }
    #main-block .article .figure {
        font-size: 35px;
    }
    #main-block .article-2.with-image .article-title,
    #main-block .article-3.with-image .article-title {
        font-size: 13px;
    }
    #main-block .article-2.with-image .text-block,
    #main-block .article-3.with-image .text-block {
        padding: 8px;
    }
    #main-block .article-bottom .article-title {
        padding-bottom: 0;
    }
    #main-block .article.article-bottom .article-title {
        font-size: 13px;
    }
    #editors-choice .choice-title {
        font-size: 14px;
    }
    #editors-choice .tag_and_share {
        padding-right: 30px;
    }
    #main-block .article-bottom .article-title {
        height: auto;
    }
    #our-paper .paper-card {
        width: 140px;
    }
    #our-paper .paper-image {
        width: calc(100% - 140px);
    }
    #our-paper .paper-name {
        font-size: 14px;
    }
    #our-paper .paper-date {
        font-size: 12px;
    }
    #our-paper .paper-item {
        width: 100%;
    }
    #paper-logo .sidebar-links__wrapper {
        height: auto;
    }
    #paper-logo .sidebar-links__wrapper a {
        width: 100%;
        height: calc(100% / 3);
    }
    #paper-logo .sidebar-links__wrapper a.kursn,
    #paper-logo .sidebar-links__wrapper a.n-project {
        width: 100%;
    }
    #paper-logo .sidebar-links__wrapper a.kursn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    #paper-logo .sidebar-links__wrapper a.kursn img {
        width: 40%;
    }
    #paper-logo .sidebar-links__wrapper a.kursn span {
        text-align: center;
        padding: 0;
        font-size: 10px;
    }
    #paper-logo .sidebar-links__wrapper a.n-project {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    #paper-logo .sidebar-links__wrapper a.n-project img {
        width: 30%;
        padding-bottom: 3px;
    }
    #paper-logo .sidebar-links__wrapper a.n-project span {
        text-align: center;
        padding: 0;
        font-size: 22px;
    }
    #special-projects .project-title {
        font-size: 13px;
    }
    .double .share {
        margin-top: 10px;
    }
    .article-info__wrapper .date,
    .article-info__wrapper .author {
        font-size: 11px;
        line-height: 135%;
    }
    .article-info__wrapper .author {
        margin: 9px 0 0;
    }
    .article-info__wrapper .author:before {
        font-size: 18px;
    }
    .article-info__wrapper {
        font-size: 9px;
        line-height: 135%;
    }
    .article--image__author,
    .article--image__caption,
    .article--image__wrapper .photo-library__link {
        font-weight: 600;
        font-size: 11px;
    }
    .article-info__wrapper .subscribe-link {
        font-size: 9px;
        line-height: 356%;
    }
    .article--image__wrapper .photo-library__link {
        line-height: 135%;
    }
    .article--image__info {
        margin: 0;
    }
    .article--image__wrapper .photo-library__link {
        margin: 10px 0;
    }
    .article-info__wrapper .subscribe-link:before {
        font-size: 21px;
    }
    .article__content p,
    .wpb_text_column p,
    .wpb_text_column p.first-paragraph strong,
    .wpb_text_column p.first-paragraph b {
        font-size: 13px;
        line-height: 162%;
    }
    .post_content__wrapper ul li {
        font-size: 14px;
        line-height: 200%;
    }
    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid > li {
        margin-bottom: 15px;
    }
    .article-news__block .article-news__title span {
        font-size: 16px;
        line-height: 131%;
    }
    .article-news__block {
        padding: 0;
    }
    .article-news__block .article-news__wrapper {
        padding: 15px 15px 0;
    }
    .article-news__block .article-news__wrapper a {
        margin-bottom: 14px;
    }
    .article__quote-content-item,
    .article__reference-content-item {
        font-size: 16px;
        line-height: 150%;
    }
    .article__quote-author {
        font-size: 14px;
        line-height: 257%;
    }
    .article-description__wrapper p {
        font-size: 12px;
        line-height: 164%;
    }
    .article__channel-description .channels-list__title {
        margin-bottom: 5px;
    }
    .article__channel-description .channels-list__wrappper {
        margin-left: 0;
        margin-right: 0;
    }
    .article__channel-description .channel-item__info {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .article__channel-description .channel-item__info a {
        padding: 10px 0 5px;
    }
    .article__channel-description span.tg {
        font-size: 15px;
    }
    .article-error__wrapper span,
    .article-error__wrapper button {
        font-size: 11px;
        line-height: 236%;
    }
    .article-error__wrapper .post-error:before {
        font-size: 22px;
    }
    .article-error__wrapper .post-share:before {
        font-size: 11px;
    }
    .footer-info {
        margin-bottom: 0;
    }
    .footer-info__item {
        width: 100%;
    }
    .footer-info__feedback {
        padding: 0 0 10px;
    }
    .news-item__img,
    .news-item__content {
        width: 100%;
    }
    .news-item__img {
        height: 200px;
    }
    .news-item__img.no-photo {
        -moz-background-size: 50% auto;
        -webkit-background-size: 50% auto;
        background-size: 50% auto;
    }
    .wrap_rubric_list .wrap_tax_section .tax_section_link h1 {
        font-size: 1.25rem;
    }
    .wrap_rubric_list .wrap_subrubric .subrubric_link span {
        font-size: 0.8rem;
    }
    .tax-title {
        font-size: 1.5rem;
    }
    .calculator-social-order-icon {
        width: 6vw;
        height: 6vw;
    }
    .mail-form-block input[type="text"] {
        width: 75%;
    }
    .mail-form-block label {
        width: 30%;
    }
    .mail-file-upload .button {
        width: 50%;
    }
    .modal-error__wrapper {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .modal-error__wrapper #formError {
        text-align: center;
    }
    .modal-error__wrapper .error_type label {
        margin: 5px;
    }
    .modal-error__wrapper .count_symbol {
        position: relative;
        font-size: 10px;
        top: 0;
        float: right;
    }
    .modal-error__wrapper button {
        margin: 0 auto;
    }
    .plot-news__block {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .plot-news__block img {
        height: 225px;
    }
    .plot-news__block .plot-text {
        padding: 15px;
    }
    .modal-error__wrapper h2 {
        text-align: center;
    }
    .partners__wrapper .partner_block {
        padding: 0 10px;
    }
    .block-links__btn {
        font-size: 12px;
    }
    .redaction .article-image {
        height: 50vw;
    }
    .article-subscribe__icon.nx-flex-row-l-c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .article-subscribe__icon .link {
        margin: 10px 0 0 0;
        padding: 9px;
        font-size: 12px;
    }
    .article-subscribe__icon .link:first-of-type {
        margin: 0;
    }
    .article-share__wrapper .link:before {
        font-size: 17px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 425px) {
    #main-block .article .article-title {
        font-size: 13px;
    }
    #main-block .article-1 .article-title {
        font-size: 16px;
    }
    #photo-of-the-day .photo-desc {
        font-size: 18px;
    }
    .footer-info__social a {
        width: calc(100% / 11);
        margin-bottom: 20px;
    }
    .category-article {
        margin-bottom: 1%;
    }
    .taxonomy .category-article {
        margin-bottom: 10px;
    }
    .double .article-text {
        padding: 10px 10px 50px;
    }
    .double .article-title {
        font-size: 16px;
    }
    .double .article-desc {
        font-size: 14px;
        line-height: 130%;
    }
    .article-footer,
    .article-footer__themes {
        padding: 0 10px;
    }
    .article__channel-description .channel-item__info a {
        font-size: 14px;
    }
    .double .author {
        font-size: 11px;
        margin-left: auto;
        margin-right: 15px;
    }
    .double .author::before {
        font-size: 15px;
    }
    .double .share {
        flex-basis: auto;
        text-align: left;
        margin-top: 0;
        font-size: 12px;
    }
    .double time {
        font-size: 11px;
        line-height: 135%;
        font-weight: 600;
    }
    .article-text,
    .double.second .article-text {
        padding: 10px 10px 30px;
    }
    .article-title,
    .double.second .article-title {
        font-size: 13px;
    }
    .article-desc,
    .article-desc b,
    .double.second .article-desc {
        font-size: 12px;
    }
    .redaction .article-desc {
        font-size: 13px;
    }
    .article-footer,
    .double.second .article-footer {
        bottom: 10px;
    }
    .article-footer .share,
    .double.second .article-footer .share {
        font-size: 10px;
    }
    .article-footer time,
    .double.second .article-footer time {
        font-size: 10px;
    }
    .archive-filter .tab-content .tab-pane ul li {
        width: 33.33333%;
    }
    .article-wrap .truthful-people h4:after {
        width: 120px;
        height: 30px;
        top: -5px;
    }
    .redaction .loop__body {
        margin: 0;
    }
    .redaction .category-article {
        width: 100%;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 400px) {
    .white-popup .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .white-popup .btn_wrap.form-group-columns {
        display: block;
    }
    .white-popup .btn:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 360px) {
    #editors-choice .choice-title {
        font-size: 11px;
    }
    #editors-choice .choice-text {
        padding: 8px;
    }
    .footer__copyright .informers p {
        margin: 0 0 0 10px;
    }
    .footer__copyright .informers p:first-of-type {
        margin: 0;
    }
    .mail-form-block input[type="text"] {
        width: 70%;
    }
    .mail-form-block label {
        width: 35%;
    }
    .mail-file-upload .button {
        font-size: 12px;
    }
}
@media only screen and (max-width: 359px) {
    .share {
        display: none;
    }
    .taxonomy .article-text {
        padding: 15px 15px 100px;
    }
    .taxonomy .tag {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    .footer-regions__wrapper ul li {
        width: 100%;
    }
    .article-wrap .truthful-people h4:after {
        width: 80px;
    }
}

.add-img__1, .add-img__2,
.add-img__3, .add-img__4,
.add-img__5, .add-img__6,
.add-img__7, .add-img__8 {
    position: relative;
}

.add-img {
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.add-img.add-img__2 {
    width: 62px;
    bottom: 0;
    left: -60px;
    z-index: 2;
}

.scroll .add-img.add-img__2 {
    left: -32px;
}

.add-img.add-img__3 {
    width: 90px;
    top: -111px;
    right: 40%;
    z-index: 2;
}

.add-img.add-img__4 {
    width: 135px;
    top: -185px;
    right: 15%;
    z-index: 2;
}

.add-img.add-img__5 {
    width: 135px;
    top: 120px;
    right: 0;
}

.add-img.add-img__6 {
    right: 15px;
    width: 125px;
}

.add-img.add-img__7 {
    width: 146px;
    top: -181px;
    right: 15%;
}

.add-img.add-img__8 {
    width: 111px;
    top: -100px;
    right: 14%;
}

.add-img.add-img__1 {
    width: 146px;
    bottom: 0;
    right: 0;
    position: fixed;
}

@media only screen and (max-width: 1440px) {
    .add-img.add-img__2,
    .scroll .add-img.add-img__2 {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .add-img.add-img__4 {
        display: none;
    }
    .add-img.add-img__3 {
        width: 67px;
        top: -50px;
        right: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .add-img.add-img__7 {
        width: 85px;
        top: -40px;
        right: 10px;
    }
    .add-img.add-img__8 {
        top: -80px;
        right: -63px;
    }
}
@media only screen and (max-width: 425px) {
    .category-article {
        width: 100%
    }
}