/* ========================================
   Шрифты (Fonts)
   ======================================== */

@font-face {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_.ttf) format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_.ttf) format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRpXw.ttf) format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5Oew.ttf) format("truetype");
}
*,
body,
html {
    padding: 0;
    margin: 0;
}
*,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    background: #fff;
    font-size: 22px;
    color: #464646;
}
body,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Merriweather", serif;
}
.screen h4,
a {
    color: #920009;
}
b {
    font-size: 1.2em;
    color: #c40618;
}
p {
    padding: 25px 0;
    line-height: 150%;
}
ol,
ul {
    list-style: none;
}
.button,
ol li,
ul li {
    position: relative;
    padding: 10px 10px 10px 30px;
}
ol li:before,
ul li:before {
    position: absolute;
    left: 0;
    display: inline-block;
}
ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 5px solid #c40618;
    top: 15px;
}
ol {
    counter-reset: section;
}
ol li:before {
    counter-increment: section;
    content: counter(section) ") ";
    top: 5px;
}
.button {
    display: inline-block;
    padding: 30px 0 20px;
    width: 375px;
    background-color: #c40618;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.button:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(../img/button_bottom.svg) center bottom no-repeat;
    background-size: 100% auto;
}
.button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}
.red,
ol li:before {
    color: #c40618;
}
.center {
    text-align: center;
}
.download {
    display: inline-block;
    padding: 0 0 0 42px;
    line-height: 34px;
    background: url(../img/icon_file.svg) left center no-repeat;
    background-size: auto 34px;
    color: #464646;
}
.wrapper {
    min-height: 100vh;
    width: 100%;
}
.container,
.screen,
.wrapper {
    position: relative;
}
.screen h4 {
    font-size: 1.7em;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.pic1 {
    background-image: url(../img/pic1.jpg);
}
.pic2 {
    background-image: url(../img/pic2.jpg);
}
.pic3 {
    background-image: url(../img/pic3.jpg);
}
.pic4 {
    background-image: url(../img/pic4.jpg);
}
.pic5 {
    background-image: url(../img/pic5.jpg);
}
.pic6 {
    background-image: url(../img/pic6.jpg);
}
.spliter {
    margin: 35px 0;
    height: 34px;
    background: url(../img/spliter1.svg) center center no-repeat;
}
.spliter.spliter2 {
    background: url(../img/spliter2.svg) center center no-repeat;
}
.screen1 {
    min-height: 100vh;
    padding-bottom: 120px;
    background: #d8cdb9;
}
.screen1:before,
.screen3:before,
.screen5:before,
.screen7:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../img/decor_line.svg) center top repeat-x;
    opacity: 0.5;
}
.screen1:before {
    bottom: 0;
}
.screen1 header > .container {
    display: flex;
    justify-content: space-between;
    min-height: 30vh;
}
.screen1 header > .container .main-logo {
    width: 230px;
}
.screen1 header > .container .main-logo img {
    position: relative;
    top: 0;
    width: 230px;
}
.screen1 header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.screen1 .title-block .title-text .title-name-line,
.screen1 header > .container .logos-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    width: 70%;
    gap: 25px 10px;
}
.screen1 header > .container .logos-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
}
.screen1 header > .container .logos-group a {
    text-align: center;
}
.screen1 header > .container .logos-group a img {
    max-height: 70px;
}
.screen1 .title-block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}
.screen1 .title-block .logo-unity-of-year {
    width: 230px;
    text-align: center;
}
.screen1 .title-block .logo-unity-of-year img {
    height: 35vh;
    width: auto;
}
.screen1 .title-block .title-image {
    height: 40vh;
    width: 40%;
    background: url(../img/pic1.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 0 300px 300px 0;
}
.screen1 .title-block .title-text,
.screen3 .col-right,
.screen3 .screen3-images {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.screen1 .title-block .title-text {
    height: 40vh;
    padding: 0 5%;
    -webkit-box-pack: center;
    top: 0;
    width: 70%;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.screen1 .title-block .title-text .title-name-line {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.screen1 .title-block .title-text .title-name-line .title-v {
    height: 100%;
    font-size: 9em;
    font-weight: 400;
    color: #920009;
    font-family: "Merriweather", serif;
    line-height: 1;
}
.screen1 .title-block .title-text .title-name-line .title-name {
    padding-left: 4vw;
    font-size: 2.2em;
    font-weight: 700;
    color: #920009;
}
.screen1 .title-block .title-text .title-description {
    margin-top: 50px;
    padding-top: 25px;
    width: 100%;
    border-top: 1px solid #920009;
    text-align: center;
    font-size: 1.5em;
    color: #920009;
}
.screen2 {
    padding: 10vh;
}
.screen2 p {
    font-style: italic;
}
.screen2 p.author {
    text-align: right;
    font-style: normal;
    color: #c40618;
}
.screen3 {
    padding-top: 200px;
    padding-bottom: 150px;
    background-color: #d8cdb9;
}
.screen3:before,
.screen5:before,
.screen7:after {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.screen3 .col-right,
.screen3 .screen3-images {
    top: 15%;
    height: 70%;
    width: 30%;
    z-index: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: space-around;
}
.screen3 .screen3-images .picture {
    width: 100%;
    height: 35vh;
    border-radius: 15vh 0 0 15vh;
}
.screen3 .col-right .col-right-in {
    margin: 25px 0;
    padding: 25px 25px 25px 50px;
    background-color: #fff;
    border-radius: 25px 0 0 25px;
    font-size: 0.6em;
    font-style: italic;
}
.screen3 .col-right .col-right-in p,
.screen7 .col-right .col-right-in p {
    padding: 5px 0;
}
.screen3 .col-right .col-right-in p.author,
.screen7 .col-right .col-right-in p.author {
    padding-top: 15px;
    color: #c40618;
}
.screen3 .container p,
.screen3 .container ul {
    display: block;
    width: 60%;
}
.screen4 {
    min-height: 100vh;
}
.screen4 .container {
    padding: 100px 0;
    z-index: 1;
}
.screen4 .container h2,
.screen5 h2,
.screen6 h2,
.screen7 h2,
.screen8 h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    color: #c40618;
}
.screen4 .container h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
}
.screen4 .images-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    user-select: none;
}
.screen4 .images-bg img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 5%;
}
.screen4 .images-bg img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 10%;
}
.screen4 .images-bg img:nth-child(3) {
    position: absolute;
    right: 0;
    top: 30%;
}
.screen4 .images-bg img:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 15%;
}
.screen4 .images-bg img:nth-child(5) {
    position: absolute;
    left: 0;
    bottom: 5%;
}
.screen5 {
    padding-top: 200px;
    padding-bottom: 150px;
    background-color: #d8cdb9;
}
.screen5 .screen5-images,
.screen6 .images-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
}
.screen5 .screen5-images .picture {
    position: absolute;
    width: 30%;
    height: 30vh;
    opacity: 0.3;
}
.screen5 .screen5-images .picture.pic4 {
    top: 45vh;
    right: 0;
    border-radius: 10vh 0 0 10vh;
}
.screen5 .screen5-images .picture.pic5 {
    top: 60vh;
    right: 0;
    border-radius: 10vh 0 0 10vh;
}
.screen5 .screen5-images .picture.pic6 {
    top: 60vh;
    left: 0;
    border-radius: 0 10vh 10vh 0;
}
.screen5 p,
.screen5 ul {
    width: 70%;
}
.screen6 {
    padding: 200px 0;
}
.screen6 .images-bg {
    z-index: 0;
    user-select: none;
}
.screen6 .images-bg img:nth-child(1) {
    position: absolute;
    left: 0;
    top: -150px;
}
.screen6 .images-bg img:nth-child(2) {
    position: absolute;
    right: 2vw;
    bottom: 10vh;
}
.screen7 {
    padding-top: 200px;
    padding-bottom: 150px;
    background: #d8cdb9;
    background-size: cover;
}
.screen7:before,
.screen8 .images-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
}
.screen7:before {
    content: "";
    background: url(../img/results_bg.png) center center no-repeat;
    background-size: cover;
    opacity: 1;
}
.screen7 .col-right {
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 30%;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: space-around;
}
.screen7 .col-right .col-right-in {
    margin: 25px 0;
    padding: 25px 25px 25px 50px;
    background-color: #fff;
    border-radius: 25px 0 0 25px;
    font-size: 0.6em;
    font-style: italic;
}
.screen7 .container h3,
.screen7 .container p,
.screen7 .container ul {
    display: block;
    width: 60%;
}
.screen8 {
    padding: 200px 0;
}
.screen8 .images-bg {
    overflow: hidden;
    z-index: 0;
    user-select: none;
}
.screen8 .images-bg img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 10vh;
}
.screen8 .images-bg img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 10vh;
}
footer {
    padding: 45px 0;
    text-align: center;
    font-size: .75em;
}

@media (max-width: 1300px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .screen1 .title-block .title-text .title-name-line .title-name {
        font-size: 1.5em;
    }
}
@media (max-width: 960px) {
    .screen1 .title-block .title-image {
        opacity: 0.2;
    }
    .screen1 header > .container .logos-group {
        margin-left: 140px;
    }
    .screen1 header > .container .logos-group a {
        margin: 10px 0;
    }
    .screen1 header > .container .logos-group a img {
        max-height: 60px;
    }
    .screen1 header > .container .main-logo img {
        height: 280px;
        width: auto;
    }
    .screen1 .title-block .title-text {
        left: 0;
        width: 100%;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .screen1 .title-block .title-text .title-name-line {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .screen1 .title-block .title-text .title-name-line .title-v {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-height: 120px;
        font-size: 120px;
    }
    .screen1 .title-block .title-text .title-description {
        font-size: 1.5em;
    }
    .screen3 .col-right,
    .screen7 .col-right {
        position: relative;
        width: 100%;
    }
    .screen3 .col-right .col-right-in,
    .screen7 .col-right .col-right-in {
        border-radius: 25px;
        margin: 25px;
    }
    .screen3 .container p,
    .screen3 .container ul,
    .screen7 .container h3,
    .screen7 .container p,
    .screen7 .container ul {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .screen1 header > .container,
    .screen1 .title-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .screen1 header > .container .logos-group {
        margin-left: 0;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: center;
    }
    .screen1 .title-block .logo-unity-of-year {
        order: 1;
    }
    .screen1 .title-block .logo-unity-of-year img {
        height: 200px;
    }
    .screen1 .title-block .title-text {
        order: 0;
        height: auto;
        padding: 30px 0;
    }
}
@media (max-width: 640px) {
    body {
        font-size: 18px;
    }
    .screen1 header > .container .logos-group a img {
        max-width: 100px;
    }
    .screen2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .screen3 .container {
        z-index: 1;
    }
    .screen3 .screen3-images {
        z-index: 0;
        opacity: 0.2;
        width: 50%;
    }
    .screen4 .images-bg {
        opacity: 0.5;
    }
    .screen5 p,
    .screen5 ul {
        width: 100%;
    }
}
@media (max-width: 420px) {
    body {
        font-size: 14px;
    }
    .button {
        width: 300px;
        padding-top: 20px;
    }
    .button:before {
        bottom: -20px;
        height: 20px;
    }
    .screen1 .title-block .title-text .title-name-line .title-v {
        max-height: 80px;
        font-size: 80px;
    }
}
/*# sourceMappingURL=style.css.map */

/* ========================================
   Модальное окно с видеоплеером
   ======================================== */

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.video-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #c40618;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-close:hover {
    background: #920009;
    transform: scale(1.1);
}

.video-modal-title {
    padding: 20px 25px;
    background: #d8cdb9;
    font-family: "Merriweather", serif;
    font-size: 1.3em;
    color: #920009;
    border-bottom: 2px solid #c40618;
}

.video-player-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: #000;
}

.video-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Адаптивность для мобильных */
@media (max-width: 640px) {
    .video-modal-content {
        width: 95%;
        max-width: none;
    }
    
    .video-modal-title {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    
    .video-modal-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}
