<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Playfair + Display&amp;subset=cyrillic);
body {
    margin: 0;
    padding: 0;
}
html {
    -webkit-font-smoothing: antialiased;
}
.container,
.wrapper {
    height: 100%;
}
.history .hidden-opacity {
    opacity: unset;
}
#root {
    height: 100%;
}
.popupButton {
    cursor: pointer;
    z-index: 4999;
    position: relative;
}
.popupButton:hover p {
    transition: color 0.4s;
    color: #ffc90e !important;
}
.history-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-width: 1024px;
    min-height: 768px;
}
.history-wrapper .dev-popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5000;
}
.history-wrapper .dev-popup.showDevPopup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.history-wrapper .dev-popup-inner {
    width: 30%;
    height: 30%;
    max-width: 500px;
    max-height: 200px;
    background: #222e44;
    padding: 10px;
}
.history-wrapper .dev-popup-inner-inner {
    border: 2px solid #8d793e;
    height: 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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.history-wrapper .dev-popup-inner-inner p:first-child {
    font-size: 36px;
    line-height: normal;
}
.history-wrapper .dev-popup-inner-inner p {
    color: #fecb32;
    font-size: 18px;
    font-family: PT Serif, serif;
    text-align: center;
}
.timeline-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.85);
    width: 100%;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
.timeline-wrapper .next-history {
    border: 0;
    background: transparent;
    color: #fec641;
    font-size: 32px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -100%;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in, color 0.3s ease-in;
    font-family: PT Serif, serif;
}
.timeline-wrapper .next-history:hover {
    color: #fee141;
}
.timeline-wrapper .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.timeline-wrapper .timeline .timeline-item {
    color: #efbb3f;
    font-size: 18px;
    line-height: 1;
    margin-right: 20px;
    font-family: PT Serif, serif;
}
.timeline-wrapper .timeline .timeline-item,
.timeline-wrapper .timeline .timeline-item .timeline-link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.timeline-wrapper .timeline .timeline-item .timeline-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
    box-sizing: border-box;
    transition: opacity 0.1s ease;
    cursor: pointer;
}
.timeline-wrapper .timeline .timeline-item .timeline-link:hover {
    opacity: 1;
}
.timeline-wrapper .timeline .timeline-item.active .timeline-link {
    opacity: 1;
    height: 100%;
    border-top: 2px solid #efbb3f;
}
.timeline-wrapper .timeline .timeline-item:after {
    opacity: 0.5;
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #efbb3f;
    margin-left: 20px;
}
.timeline-wrapper .timeline .timeline-item .timeline-year {
    display: inline-block;
    background: #58461c;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 12px;
    padding: 3px;
    line-height: 1;
    margin-left: 20px;
}
.timeline-wrapper .timeline .timeline-item:last-child:after {
    display: none;
}
.slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.slide p {
    font-family: PT Serif, serif;
    letter-spacing: normal;
}
.slide_bg {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide_container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.overflow-y-hide {
    overflow-y: hidden;
}
.slide-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.slide-link:hover {
    text-decoration: none;
}
.slide-link img {
    margin: 0 10px 0 0;
}
.slide-link span {
    font-family: PT Serif, serif;
    display: inline-block;
    margin: 0;
    color: #fec93f;
    text-transform: uppercase;
    letter-spacing: normal;
    border-bottom: 1px dashed #eb6b41;
}
@media (max-width: 1600px) and (min-height: 700px) {
    .history .main_menu {
        max-width: 0;
    }
    .history .main_menu__items_ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .history .main_menu__container {
        width: 300px;
        z-index: 5000;
        background: #222343;
        height: 100%;
        max-height: 100%;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .history .main_menu__container.mobile-closed {
        -webkit-transform: translateX(-90%);
        transform: translateX(-90%);
    }
}
.js-slide-play {
    cursor: pointer;
}
.animate {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.animate.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.delay02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomInAndLight {
    -webkit-animation-name: zoomInAndLight;
    animation-name: zoomInAndLight;
}
@-webkit-keyframes zoomInAndLight {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }
    to {
        opacity: 1;
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes zoomInAndLight {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }
    to {
        opacity: 1;
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-transform: none;
        transform: none;
    }
}
.reduction {
    -webkit-animation-name: reduction;
    animation-name: reduction;
}
@-webkit-keyframes reduction {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1);
    }
    to {
        opacity: 1;
    }
}
@keyframes reduction {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1);
    }
    to {
        opacity: 1;
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideIn20Right {
    -webkit-animation-name: slideIn20Right;
    animation-name: slideIn20Right;
}
@-webkit-keyframes slideIn20Right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideIn20Right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInRightToHalf {
    -webkit-animation-name: slideInRightToHalf;
    animation-name: slideInRightToHalf;
}
@-webkit-keyframes slideInRightToHalf {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}
@keyframes slideInRightToHalf {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}
.slideInRightToOneThird {
    -webkit-animation-name: slideInRightToOneThird;
    animation-name: slideInRightToOneThird;
}
@-webkit-keyframes slideInRightToOneThird {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }
}
@keyframes slideInRightToOneThird {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }
}
.slideIn20Left {
    -webkit-animation-name: slideIn20Left;
    animation-name: slideIn20Left;
}
@-webkit-keyframes slideIn20Left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideIn20Left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slide1CloudMove {
    -webkit-animation-name: slide1CloudMove;
    animation-name: slide1CloudMove;
}
@-webkit-keyframes slide1CloudMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
@keyframes slide1CloudMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
.slide1Cloud2Move {
    -webkit-animation-name: slide1Cloud2Move;
    animation-name: slide1Cloud2Move;
}
@-webkit-keyframes slide1Cloud2Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
@keyframes slide1Cloud2Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
.slide1Cloud3Move {
    -webkit-animation-name: slide1Cloud3Move;
    animation-name: slide1Cloud3Move;
}
@-webkit-keyframes slide1Cloud3Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
@keyframes slide1Cloud3Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
.slide1Cloud4Move {
    -webkit-animation-name: slide1Cloud4Move;
    animation-name: slide1Cloud4Move;
}
@-webkit-keyframes slide1Cloud4Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}
@keyframes slide1Cloud4Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}
.slide2BirdsMove {
    -webkit-animation-name: slide2BirdsMove;
    animation-name: slide2BirdsMove;
}
@-webkit-keyframes slide2BirdsMove {
    0% {
        left: -20%;
    }
    to {
        left: 110%;
    }
}
@keyframes slide2BirdsMove {
    0% {
        left: -20%;
    }
    to {
        left: 110%;
    }
}
.slide1TextHeightPlus {
    -webkit-animation-name: slide1TextHeightPlus;
    animation-name: slide1TextHeightPlus;
}
@-webkit-keyframes slide1TextHeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 200px;
    }
}
@keyframes slide1TextHeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 200px;
    }
}
.slide2TextHeightPlus {
    -webkit-animation-name: slide2TextHeightPlus;
    animation-name: slide2TextHeightPlus;
}
@-webkit-keyframes slide2TextHeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 300px;
    }
}
@keyframes slide2TextHeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 300px;
    }
}
.slide2Text2HeightPlus {
    -webkit-animation-name: slide2Text2HeightPlus;
    animation-name: slide2Text2HeightPlus;
}
@-webkit-keyframes slide2Text2HeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 150px;
    }
}
@keyframes slide2Text2HeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 150px;
    }
}
.slide2Text3HeightPlus {
    -webkit-animation-name: slide2Text3HeightPlus;
    animation-name: slide2Text3HeightPlus;
}
@-webkit-keyframes slide2Text3HeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 50px;
    }
}
@keyframes slide2Text3HeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 50px;
    }
}
.slide2Text4HeightPlus {
    -webkit-animation-name: slide2Text4HeightPlus;
    animation-name: slide2Text4HeightPlus;
}
@-webkit-keyframes slide2Text4HeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 500px;
    }
}
@keyframes slide2Text4HeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 500px;
    }
}
.slide7TextHeightPlus {
    -webkit-animation-name: slide7TextHeightPlus;
    animation-name: slide7TextHeightPlus;
}
@-webkit-keyframes slide7TextHeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 250px;
    }
}
@keyframes slide7TextHeightPlus {
    0% {
        height: 0;
    }
    to {
        height: 250px;
    }
}
@-webkit-keyframes slideTextMax {
    0% {
        max-height: 0;
    }
    to {
        max-height: 500px;
    }
}
@keyframes slideTextMax {
    0% {
        max-height: 0;
    }
    to {
        max-height: 500px;
    }
}
.slideTextMax {
    overflow-y: hidden;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: slideTextMax;
    animation-name: slideTextMax;
}
@-webkit-keyframes slideTextMaxMax {
    0% {
        max-height: 0;
    }
    to {
        max-height: 1000px;
    }
}
@keyframes slideTextMaxMax {
    0% {
        max-height: 0;
    }
    to {
        max-height: 1000px;
    }
}
.slideTextMaxMax {
    overflow-y: hidden;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: slideTextMaxMax;
    animation-name: slideTextMaxMax;
}
.slide7InLeft {
    -webkit-animation-name: slide7InLeft;
    animation-name: slide7InLeft;
}
@-webkit-keyframes slide7InLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slide7InLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.rotateRight {
    -webkit-animation-name: rotateRight;
    animation-name: rotateRight;
}
@-webkit-keyframes rotateRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotateRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.rotateRightLittle {
    -webkit-animation-name: rotateRightLittle;
    animation-name: rotateRightLittle;
}
@-webkit-keyframes rotateRightLittle {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotateRightLittle {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.showDevPopup {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-name: showDevPopup;
    animation-name: showDevPopup;
}
@-webkit-keyframes showDevPopup {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes showDevPopup {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hideDevPopup {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-name: hideDevPopup;
    animation-name: hideDevPopup;
}
@-webkit-keyframes hideDevPopup {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
}
@keyframes hideDevPopup {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
}
.slideUpLittle {
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-name: slideUpLittle;
    animation-name: slideUpLittle;
}
@-webkit-keyframes slideUpLittle {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUpLittle {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slide1 .postcard {
    position: absolute;
    width: 20%;
    top: 73%;
    left: 0;
    cursor: pointer;
}
.slide1 .postcard a {
    display: block;
    position: relative;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
}
.slide1 .postcard img {
    width: 100%;
}
.slide1 .postcard p {
    font-size: 19px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    margin-top: 15px;
}
@media (max-width: 1200px) {
    .slide1 .postcard p {
        font-size: 17px;
    }
}
@media (min-width: 1921px) {
    .slide1 .postcard p {
        font-size: 19px;
    }
}
.slide1_container {
    max-width: 80%;
    max-height: 90%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide1_years {
    margin-bottom: 1%;
    width: 13%;
}
.slide1_title {
    position: relative;
    z-index: 10;
    width: 94%;
}
.slide1_siluet {
    position: absolute;
    z-index: 1;
    top: 11%;
    left: 17%;
    width: 26%;
}
.slide1_birds {
    position: absolute;
    top: -5.7%;
    right: 9%;
    z-index: 3;
    width: 23%;
}
.slide1_cloud {
    top: 27%;
    right: 45%;
    width: 32%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.slide1_cloud,
.slide1_cloud2 {
    position: absolute;
    z-index: 2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slide1_cloud2 {
    top: 28%;
    right: 12%;
    width: 26%;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
}
.slide1_cloud3 {
    top: 30%;
    right: 30%;
    width: 56%;
}
.slide1_cloud3,
.slide1_cloud4 {
    position: absolute;
    z-index: 2;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slide1_cloud4 {
    top: 24%;
    right: -6%;
    width: 81%;
}
.slide1_house {
    position: absolute;
    width: 91%;
    z-index: 3;
    left: 5%;
    top: 23%;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slide1_man {
    left: 4%;
    width: 46.5%;
    margin-top: -9%;
}
.slide1_man,
.slide1_man-shadow {
    position: relative;
    z-index: 11;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slide1_man-shadow {
    left: -3%;
    width: 100%;
    margin-top: -11.1%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.slide1_leftHorse,
.slide1_rightHorse {
    position: absolute;
    z-index: 4;
    width: 17%;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.slide1_leftHorse {
    left: 23%;
    top: 49%;
}
.slide1_rightHorse {
    right: 15%;
    top: 50%;
}
.slide1_sh {
    position: absolute;
    left: 13%;
    bottom: -1%;
    width: 20%;
}
.slide1_play {
    position: absolute;
    top: -20px;
    left: -109px;
    width: 83px;
    height: 83px;
    cursor: pointer;
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000);
}
.slide1_play:hover path {
    stroke: #fee141;
}
@-webkit-keyframes playBounce {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    14.19% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    14.29% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -30);
        transform: matrix(1, 0, 0, 1, 0, -30);
    }
    15.77% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -17.808);
        transform: matrix(1, 0, 0, 1, 0, -17.808);
    }
    17.26% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -3.223);
        transform: matrix(1, 0, 0, 1, 0, -3.223);
    }
    18.75% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 6.811);
        transform: matrix(1, 0, 0, 1, 0, 6.811);
    }
    20.23% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 10.011);
        transform: matrix(1, 0, 0, 1, 0, 10.011);
    }
    21.95% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 7.193);
        transform: matrix(1, 0, 0, 1, 0, 7.193);
    }
    23.61% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 2.075);
        transform: matrix(1, 0, 0, 1, 0, 2.075);
    }
    25.33% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1.913);
        transform: matrix(1, 0, 0, 1, 0, -1.913);
    }
    26.98% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -3.124);
        transform: matrix(1, 0, 0, 1, 0, -3.124);
    }
    28.47% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -2.417);
        transform: matrix(1, 0, 0, 1, 0, -2.417);
    }
    28.57% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -2.333);
        transform: matrix(1, 0, 0, 1, 0, -2.333);
    }
    30.36% {
        -webkit-transform: matrix(-0.359, 0.933, -0.933, -0.359, 0, -0.623);
        transform: matrix(-0.359, 0.933, -0.933, -0.359, 0, -0.623);
    }
    31.65% {
        -webkit-transform: matrix(-0.996, -0.09, 0.09, -0.996, 0, 0.379);
        transform: matrix(-0.996, -0.09, 0.09, -0.996, 0, 0.379);
    }
    33.73% {
        -webkit-transform: matrix(0.209, -0.978, 0.978, 0.209, 0, 0.974);
        transform: matrix(0.209, -0.978, 0.978, 0.209, 0, 0.974);
    }
    34.72% {
        -webkit-transform: matrix(0.723, -0.691, 0.691, 0.723, 0, 0.863);
        transform: matrix(0.723, -0.691, 0.691, 0.723, 0, 0.863);
    }
    37.79% {
        -webkit-transform: matrix(0.947, 0.323, -0.323, 0.947, 0, 0.005);
        transform: matrix(0.947, 0.323, -0.323, 0.947, 0, 0.005);
    }
    40.43% {
        -webkit-transform: matrix(0.835, 0.55, -0.55, 0.835, 0, -0.304);
        transform: matrix(0.835, 0.55, -0.55, 0.835, 0, -0.304);
    }
    40.87% {
        -webkit-transform: matrix(0.833, 0.553, -0.553, 0.833, 0, -0.297);
        transform: matrix(0.833, 0.553, -0.553, 0.833, 0, -0.297);
    }
    47.18% {
        -webkit-transform: matrix(0.975, 0.224, -0.224, 0.975, 0, 0.095);
        transform: matrix(0.975, 0.224, -0.224, 0.975, 0, 0.095);
    }
    48.81% {
        -webkit-transform: matrix(0.992, 0.129, -0.129, 0.992, 0, 0.069);
        transform: matrix(0.992, 0.129, -0.129, 0.992, 0, 0.069);
    }
    53.93% {
        -webkit-transform: matrix(1, -0.025, 0.025, 1, 0, -0.03);
        transform: matrix(1, -0.025, 0.025, 1, 0, -0.03);
    }
    56.74% {
        -webkit-transform: matrix(0.999, -0.039, 0.039, 0.999, 0, -0.011);
        transform: matrix(0.999, -0.039, 0.039, 0.999, 0, -0.011);
    }
    60.62% {
        -webkit-transform: matrix(1, -0.027, 0.027, 1, 0, 0.009);
        transform: matrix(1, -0.027, 0.027, 1, 0, 0.009);
    }
    67.37% {
        -webkit-transform: matrix(1, -0.001, 0.001, 1, 0, -0.003);
        transform: matrix(1, -0.001, 0.001, 1, 0, -0.003);
    }
    71.43% {
        -webkit-transform: matrix(1, 0.002, -0.002, 1, 0, 0);
        transform: matrix(1, 0.002, -0.002, 1, 0, 0);
    }
    72.62% {
        -webkit-transform: matrix(1, 0.003, -0.003, 1, 0, 0);
        transform: matrix(1, 0.003, -0.003, 1, 0, 0);
    }
    88.56% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
@keyframes playBounce {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    14.19% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    14.29% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -30);
        transform: matrix(1, 0, 0, 1, 0, -30);
    }
    15.77% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -17.808);
        transform: matrix(1, 0, 0, 1, 0, -17.808);
    }
    17.26% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -3.223);
        transform: matrix(1, 0, 0, 1, 0, -3.223);
    }
    18.75% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 6.811);
        transform: matrix(1, 0, 0, 1, 0, 6.811);
    }
    20.23% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 10.011);
        transform: matrix(1, 0, 0, 1, 0, 10.011);
    }
    21.95% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 7.193);
        transform: matrix(1, 0, 0, 1, 0, 7.193);
    }
    23.61% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 2.075);
        transform: matrix(1, 0, 0, 1, 0, 2.075);
    }
    25.33% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1.913);
        transform: matrix(1, 0, 0, 1, 0, -1.913);
    }
    26.98% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -3.124);
        transform: matrix(1, 0, 0, 1, 0, -3.124);
    }
    28.47% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -2.417);
        transform: matrix(1, 0, 0, 1, 0, -2.417);
    }
    28.57% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -2.333);
        transform: matrix(1, 0, 0, 1, 0, -2.333);
    }
    30.36% {
        -webkit-transform: matrix(-0.359, 0.933, -0.933, -0.359, 0, -0.623);
        transform: matrix(-0.359, 0.933, -0.933, -0.359, 0, -0.623);
    }
    31.65% {
        -webkit-transform: matrix(-0.996, -0.09, 0.09, -0.996, 0, 0.379);
        transform: matrix(-0.996, -0.09, 0.09, -0.996, 0, 0.379);
    }
    33.73% {
        -webkit-transform: matrix(0.209, -0.978, 0.978, 0.209, 0, 0.974);
        transform: matrix(0.209, -0.978, 0.978, 0.209, 0, 0.974);
    }
    34.72% {
        -webkit-transform: matrix(0.723, -0.691, 0.691, 0.723, 0, 0.863);
        transform: matrix(0.723, -0.691, 0.691, 0.723, 0, 0.863);
    }
    37.79% {
        -webkit-transform: matrix(0.947, 0.323, -0.323, 0.947, 0, 0.005);
        transform: matrix(0.947, 0.323, -0.323, 0.947, 0, 0.005);
    }
    40.43% {
        -webkit-transform: matrix(0.835, 0.55, -0.55, 0.835, 0, -0.304);
        transform: matrix(0.835, 0.55, -0.55, 0.835, 0, -0.304);
    }
    40.87% {
        -webkit-transform: matrix(0.833, 0.553, -0.553, 0.833, 0, -0.297);
        transform: matrix(0.833, 0.553, -0.553, 0.833, 0, -0.297);
    }
    47.18% {
        -webkit-transform: matrix(0.975, 0.224, -0.224, 0.975, 0, 0.095);
        transform: matrix(0.975, 0.224, -0.224, 0.975, 0, 0.095);
    }
    48.81% {
        -webkit-transform: matrix(0.992, 0.129, -0.129, 0.992, 0, 0.069);
        transform: matrix(0.992, 0.129, -0.129, 0.992, 0, 0.069);
    }
    53.93% {
        -webkit-transform: matrix(1, -0.025, 0.025, 1, 0, -0.03);
        transform: matrix(1, -0.025, 0.025, 1, 0, -0.03);
    }
    56.74% {
        -webkit-transform: matrix(0.999, -0.039, 0.039, 0.999, 0, -0.011);
        transform: matrix(0.999, -0.039, 0.039, 0.999, 0, -0.011);
    }
    60.62% {
        -webkit-transform: matrix(1, -0.027, 0.027, 1, 0, 0.009);
        transform: matrix(1, -0.027, 0.027, 1, 0, 0.009);
    }
    67.37% {
        -webkit-transform: matrix(1, -0.001, 0.001, 1, 0, -0.003);
        transform: matrix(1, -0.001, 0.001, 1, 0, -0.003);
    }
    71.43% {
        -webkit-transform: matrix(1, 0.002, -0.002, 1, 0, 0);
        transform: matrix(1, 0.002, -0.002, 1, 0, 0);
    }
    72.62% {
        -webkit-transform: matrix(1, 0.003, -0.003, 1, 0, 0);
        transform: matrix(1, 0.003, -0.003, 1, 0, 0);
    }
    88.56% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
.slide1_info {
    position: absolute;
    top: 52%;
    right: 15%;
    z-index: 11;
    width: 43%;
    text-align: left;
}
.slide1_info p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}
@media (min-width: 1921px) {
    .slide1_info p {
        font-size: 1vw;
        line-height: 1.5;
    }
}
.slide1_info h2 {
    margin-top: 0;
    color: #fec641;
    font-size: 29px;
    font-weight: 500;
    line-height: 30px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    font-family: PT Serif, serif;
    text-shadow: 1px 1px 2px #000;
}
@media (max-width: 1000px) {
    .slide1_info h2 {
        font-size: 22px;
        line-height: 25px;
    }
}
@media (min-width: 1600px) {
    .slide1_info h2 {
        font-size: 35px;
        line-height: 1;
    }
}
.slide1_text {
    overflow: hidden;
    transition: color 0.3s ease-in;
}
.slide1_text h2:hover {
    color: #fee141;
}
.slide1_text p {
    margin-bottom: 15px;
}
.slide2 .back-trees {
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
}
.slide2_container {
    width: 100%;
    height: 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: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide2_bg {
    background-size: 100% 95%;
}
.slide2_birds {
    position: absolute;
    -webkit-animation-duration: 28s;
    animation-duration: 28s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    top: 35%;
    z-index: 2;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: 250px;
}
.slide2_birds img {
    width: 100%;
}
.slide2_years {
    margin-bottom: 20px;
    margin-top: 3%;
    width: 7%;
}
.slide2_title {
    position: relative;
    z-index: 10;
    width: 35%;
    margin-bottom: 30px;
}
.slide2_house {
    position: absolute;
    width: 80%;
    min-width: 1150px;
    z-index: 4;
    left: 10%;
    bottom: 19%;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slide2_texts_2201 {
    display: block;
    margin-bottom: 10px;
}
.slide2_texts {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    height: auto;
    width: 76%;
    text-align: left;
}
.slide2_texts p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
@media (min-width: 1600px) {
    .slide2_texts p {
        font-size: 17px;
        line-height: 1.6;
    }
}
.slide2_texts_l,
.slide2_texts_r {
    width: 43%;
    vertical-align: top;
    display: inline-block;
}
.slide2_texts_l {
    margin-right: 13%;
    overflow-y: hidden;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slide2_texts_r {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.slide2_texts_r div:first-child {
    margin-bottom: 25px;
}
.slide2_texts_r p {
    margin-top: 0;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    overflow: hidden;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slide2_texts_r_2201 {
    width: 27%;
    display: block;
}
.slide2_texts_r_99 {
    width: 14.5%;
}
.slide2_right_tree {
    right: 8%;
    bottom: 20%;
    width: 18%;
}
.slide2_right_tree,
.slide2_right_tree_2 {
    position: absolute;
    z-index: 6;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.slide2_right_tree_2 {
    right: 0;
    bottom: 10%;
    width: 14%;
}
.slide2_left_tree_1 {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.slide2_left_tree_2 {
    z-index: 6;
    left: 0;
    width: 88%;
    bottom: 14%;
}
.slide2_left_tree_2,
.slide2_left_tree_3 {
    position: absolute;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.slide2_left_tree_3 {
    bottom: -6%;
    left: 6%;
    width: 30%;
    z-index: 7;
}
.slide2 button {
    position: absolute;
    top: 0;
}
.slide2 button.js-back {
    top: 20px;
}
.slide3 .slide_container {
    top: -5%;
}
.slide3 .slide_bg {
    padding: 0;
}
.slide3 .top {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 5%;
    margin-top: -6%;
}
.slide3 .top,
.slide3 .top .men {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slide3 .top .men {
    margin-right: 3%;
    width: 23%;
}
.slide3 .top .men .man {
    margin-right: 5%;
    width: 45%;
}
.slide3 .top .men .man img {
    width: 85%;
}
.slide3 .top .men p {
    color: #fff;
}
.slide3 .top .caption {
    text-align: left;
    z-index: 1;
}
.slide3 .top .caption img {
    margin-bottom: 4%;
    width: 51%;
}
.slide3 .top .caption p {
    max-width: 476px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
@media (min-width: 1600px) {
    .slide3 .top .caption p {
        font-size: 0.86vw;
        line-height: 1.55;
    }
}
.slide3 .top .caption p:last-child {
    margin-bottom: 0;
}
.slide3 .back-houses {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: 10%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slide3 .back-houses .house-1,
.slide3 .back-houses .house-2 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.slide3 .back-houses .house-1 {
    width: 42%;
}
.slide3 .back-houses .house-2 {
    width: 35%;
}
.slide3 .horse-1 {
    position: absolute;
    left: 13%;
    bottom: 10%;
    width: 14%;
}
.slide3 .horse-2 {
    position: absolute;
    right: 18%;
    bottom: 0;
    width: 14%;
}
.slide3 .barrels {
    position: absolute;
    left: 1%;
    bottom: 22%;
    width: 5%;
}
.slide3 .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.slide3 .center-content .left-etiket {
    position: relative;
    width: 13%;
}
.slide3 .center-content .left-etiket img {
    width: 85%;
}
.slide3 .center-content .left-etiket .stamp {
    position: absolute;
    left: -87px;
    top: -55px;
    opacity: 0.5;
}
.slide3 .center-content &gt; img:first-child {
    margin-right: 5%;
}
.slide3 .center-content .tovarish {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -4%;
    width: 31%;
}
.slide3 .center-content .tovarish .logo {
    position: relative;
    width: 85%;
}
.slide3 .center-content .tovarish .logo img:first-child {
    width: 30%;
    margin-bottom: -15%;
}
.slide3 .center-content .tovarish .logo img:nth-child(2) {
    width: 85%;
}
.slide3 .center-content .tovarish p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 402px;
    margin-top: 30px;
}
@media (min-width: 1600px) {
    .slide3 .center-content .tovarish p {
        font-size: 0.86vw;
        line-height: 1.55;
    }
}
.slide3 .center-content &gt; img:last-child {
    width: 11%;
}
.slide3 .figures {
    position: absolute;
    right: -8%;
    bottom: -14%;
    width: 30%;
}
.slide4_mot {
    position: absolute;
    bottom: 0;
    right: 0;
}
.slide4_container {
    margin-top: 3%;
}
.slide4_bg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.slide4 .top {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.slide4 .top img {
    width: 250px;
}
@media (min-width: 1991px) {
    .slide4 .top img {
        width: 350px;
    }
}
.slide4 .top .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.slide4 .top .caption p {
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-top: 43px;
    font-size: 15px;
    line-height: 1.5;
    width: 415px;
}
@media (min-width: 1991px) {
    .slide4 .top .caption p {
        width: 500px;
        font-size: 19px;
    }
}
.slide4 .fog {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.slide4 .scientist {
    position: absolute;
    top: 36%;
    width: 100%;
    left: 0;
    z-index: 1;
}
.slide4 .scientist-back {
    position: absolute;
    top: 54%;
    left: 0;
    width: 100%;
}
.slide5_container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
}
.slide5_bg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slide5 .cup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slide5 .cup__fog {
    position: absolute;
    top: -50px;
    left: 0;
}
.slide5 .cup__cup {
    top: 0;
    left: 0;
}
.slide5 .pen {
    position: absolute;
    top: 45%;
    left: -70px;
}
.slide5 .newspaper-back {
    position: absolute;
    bottom: -150px;
    left: calc(50% - 300px);
    width: 1000px;
}
@media (min-width: 1921px) {
    .slide5 .newspaper-back {
        left: calc(50% - 500px);
        width: 1300px;
    }
}
.slide5 .newspaper-wrapper {
    position: absolute;
    width: 1200px;
    left: calc(50% - 480px);
    bottom: 0;
}
@media (min-width: 1921px) {
    .slide5 .newspaper-wrapper {
        width: 1600px;
        left: calc(50% - 800px);
    }
}
.slide5 .newspaper-wrapper .newspaper {
    width: 100%;
    min-height: 100%;
}
.slide5 .newspaper-wrapper .newspaper-texts {
    position: absolute;
    right: 22%;
    top: 42%;
    width: 34%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slide5 .newspaper-wrapper .newspaper-texts .newspaper-title {
    margin-bottom: 20px;
    width: 90%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.slide5 .newspaper-wrapper .newspaper-texts p {
    text-align: left;
    color: #2a2525;
    width: 90%;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 1.5;
    font-size: 15px;
}
@media (min-width: 1921px) {
    .slide5 .newspaper-wrapper .newspaper-texts p {
        font-size: 19px;
    }
}
.slide6 .slide_bg {
    padding: 0;
}
.slide6 .top-bg {
    height: 100%;
}
.slide6 .top-bg,
.slide6 .top-bg .top-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slide6 .top-bg .path {
    position: absolute;
    left: 60%;
    top: 5%;
    width: 10%;
}
.slide6 .caption {
    position: absolute;
    left: 10%;
    top: 8%;
    width: 28%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.slide6 .caption p {
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}
@media (min-width: 1600px) {
    .slide6 .caption p {
        font-size: 0.86vw;
        line-height: 1.55;
    }
}
.slide6 .caption img {
    max-width: 100%;
}
.slide6 .caption &gt; :first-child {
    margin-bottom: 10px;
}
.slide6 .caption &gt; :nth-child(3) {
    margin-right: 10px;
}
.slide6 .caption &gt; :nth-child(4) {
    margin-top: 30px;
    margin-bottom: 50px;
}
.slide6 .caption &gt; :nth-child(5) {
    margin-bottom: 20px;
}
.slide6 .houses {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide6 .houses .back-house {
    position: absolute;
    bottom: 21%;
    left: 0;
}
.slide6 .houses .house {
    position: absolute;
    bottom: 13%;
    right: 0;
    width: 87%;
}
@media (max-height: 850px) {
    .slide6 .houses .house {
        width: 65%;
    }
}
.slide6 .people {
    position: absolute;
    bottom: 15%;
    right: 39%;
    width: 306px;
}
.slide6 .people .man-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.slide6 .people .leftman1 {
    position: absolute;
    left: 44px;
    bottom: 11px;
    z-index: 1;
}
.slide6 .people .leftman2 {
    position: absolute;
    left: -5px;
    bottom: 18px;
}
.slide6 .people .rightman1 {
    position: absolute;
    right: 21px;
    bottom: 8px;
}
.slide6 .people .rightman2 {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.slide7 .gallery {
    z-index: 1;
    position: relative;
}
.slide7_container {
    width: 90%;
    max-height: 100%;
    top: -2%;
}
.slide7_years {
    margin-bottom: -4%;
    margin-right: 0.6%;
}
@media (max-width: 1600px) {
    .slide7_years {
        margin-bottom: -6%;
        margin-right: 0.6%;
        width: 9%;
    }
}
.slide7_title {
    z-index: 10;
    width: 56%;
    margin: 0 auto;
}
@media (max-width: 1600px) {
    .slide7_title {
        width: 48%;
        margin-left: 0;
        margin-top: 2%;
    }
}
.slide7 .slide-link {
    margin: 20px 20px 0 0;
}
.slide7_map {
    width: 54.5%;
    position: absolute;
    top: -14%;
    left: 25%;
}
@media (max-width: 1600px) {
    .slide7_map {
        width: 47.5%;
        top: -7%;
        left: 27%;
    }
}
.slide7_draws {
    position: relative;
    margin: 0 auto;
}
.slide7_houses {
    padding-top: 3.5%;
    width: 100%;
}
.slide7_ships {
    position: absolute;
    top: -16%;
    right: -0.4%;
    width: 68%;
}
.slide7_train {
    position: absolute;
    top: 42%;
    left: 15.5%;
    width: 49%;
}
.slide7_horse {
    position: absolute;
    top: 0;
    left: -3%;
    width: 46%;
}
.slide7_numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: 20px;
}
.slide7_numbers img {
    margin-bottom: 20px;
    margin-right: 20px;
    height: 80px;
}
.slide7_2,
.slide7_14,
.slide7_20,
.slide7_59,
.slide7_79,
.slide7_152 {
    z-index: 1;
}
.slide7_texts {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.slide7_texts_l,
.slide7_texts_r {
    width: 34%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
.slide7_texts_l p,
.slide7_texts_r p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
@media (min-width: 1600px) {
    .slide7_texts_l p,
    .slide7_texts_r p {
        font-size: 0.86vw;
        line-height: 1.55;
    }
}
.slide7_texts_l {
    margin-right: 7%;
}
.slide8_container {
    position: relative;
    top: 15%;
}
.slide8_big_house {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
}
.slide8_houses_left {
    position: absolute;
    top: 6%;
    left: 0;
    width: 24%;
}
.slide8_houses_right {
    position: absolute;
    top: 23%;
    right: 0;
    width: 29%;
}
.slide8_title {
    margin-bottom: 2%;
    width: 41%;
}
.slide8_tank {
    position: absolute;
    top: 10%;
    right: 1%;
    width: 18%;
}
.slide8_texts {
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    text-align: left;
    padding: 0 17%;
}
.slide8_texts_l,
.slide8_texts_r {
    width: 45%;
    vertical-align: top;
    display: inline-block;
    min-width: 200px;
}
.slide8_texts_l p,
.slide8_texts_r p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
@media (min-width: 1600px) {
    .slide8_texts_l p,
    .slide8_texts_r p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide8_texts_l {
    margin-right: 7%;
}
.slide8_tree_left {
    position: absolute;
    left: -25%;
    top: 66%;
    width: 48%;
}
.slide8_tree_right {
    position: absolute;
    right: -20%;
    top: 55%;
    width: 48%;
}
.slide9 .slide_bg {
    padding: 0;
}
.slide9 .candle {
    position: absolute;
    top: -79px;
    left: -268px;
    display: none;
}
@media (min-width: 1920px) {
    .slide9 .candle {
        display: block;
    }
}
.slide9 .book-wrapper {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
@media (min-width: 2200px) {
    .slide9 .book-wrapper {
        width: 1400px;
    }
}
.slide9 .book-wrapper .book {
    width: 100%;
}
.slide9 .book-wrapper .glasses {
    position: absolute;
    left: 6%;
    top: -10%;
    width: 29%;
}
.slide9 .book-wrapper .page {
    position: absolute;
    left: 54%;
    top: 7%;
    max-width: 37%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide9 .book-wrapper .page .year {
    max-width: 30%;
    margin-bottom: 10px;
}
.slide9 .book-wrapper .page .title {
    max-width: 100%;
    margin-bottom: 15px;
}
.slide9 .book-wrapper .page p {
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
}
@media (min-width: 2200px) {
    .slide9 .book-wrapper .page p {
        font-size: 18px;
    }
}
.slide10_container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: -22%;
    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;
}
.slide10_container .year {
    display: inline-block;
    width: 38%;
    margin-bottom: 15px;
}
.slide10_container .title {
    width: 100%;
}
.slide10_container p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
}
@media (min-width: 1600px) {
    .slide10_container p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide10_container .caption {
    width: 40%;
    text-align: left;
    z-index: 1;
}
.slide10_container .caption .title-block {
    display: inline-block;
    text-align: center;
    width: 78%;
    margin-bottom: 3%;
}
.slide10 .portrait {
    width: 10%;
    margin-right: 3%;
    margin-left: 13%;
    z-index: 1;
}
.slide10_numbers {
    position: absolute;
    bottom: 20%;
    left: 35%;
    width: 32%;
}
@media (max-height: 900px) {
    .slide10_numbers {
        display: none;
    }
}
.slide10_tree {
    position: absolute;
    left: -13%;
    bottom: -50%;
    width: 40%;
}
.slide10_barrels {
    position: absolute;
    top: 72%;
    right: 13%;
    width: 13%;
}
.slide10_houses {
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
}
@media (max-height: 900px) {
    .slide10_houses {
        bottom: 0;
    }
}
.slide11 .slide_bg {
    padding: 0;
}
.slide11 .paper {
    position: absolute;
    left: calc(50% - 350px);
    top: calc(50% - 500px);
    margin: 0 auto;
    width: 700px;
}
.slide11_paper_main {
    width: 90%;
}
.slide11_text-wrapper {
    position: absolute;
    top: 27%;
    left: 12%;
    right: 18%;
    width: 66%;
}
.slide11_text-wrapper p {
    line-height: 1.5;
    color: #212121;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
}
.slide11_title {
    width: 100%;
}
.slide11_letters {
    position: absolute;
    left: -23%;
    top: 45%;
    width: 33%;
}
.slide11_paper {
    right: 0;
    top: -237px;
}
.slide11_paper,
.slide11_pen {
    position: absolute;
    width: 500px;
}
.slide11_pen {
    left: 50px;
    bottom: -93px;
}
.slide11_thing {
    position: absolute;
    top: -807px;
    left: -6%;
    width: 800px;
}
.slide12 .bottle-shadow {
    margin-left: -14%;
    width: 50%;
}
.slide12 .slide_bg {
    padding: 0;
}
.slide12 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90%;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
.slide12 .container &gt; img {
    margin-bottom: 3%;
    width: 50%;
}
.slide12 .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    padding: 0;
}
.slide12 .container .content p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
}
.slide12 .container .content .left-info {
    width: 30%;
}
.slide12 .container .content .left-info &gt; img {
    margin-bottom: 14%;
    width: 50%;
}
@media (min-width: 1600px) {
    .slide12 .container .content .left-info p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide12 .container .content .left-info .block735 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide12 .container .content .left-info .block735 img:first-child {
    margin-right: 5%;
    width: 28%;
}
.slide12 .container .content .left-info .block735 img:nth-child(2) {
    width: 75%;
}
.slide12 .container .content .right-info {
    width: 30%;
}
.slide12 .container .content .right-info &gt; img {
    width: 89%;
    margin-bottom: 14%;
}
@media (min-width: 1600px) {
    .slide12 .container .content .right-info p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide12 .container .content .right-info p:first-child {
    margin-bottom: 20px;
}
.slide12 .container .content .right-info p:last-child {
    color: #a8ab81;
    font-style: italic;
    text-shadow: 1px 1px 2px #000;
}
.slide13 .video {
    position: relative;
    z-index: 1;
}
.slide13_info {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8%;
}
.slide13_text-wrapper {
    text-align: left;
    width: 50%;
}
.slide13_photo {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10%;
    width: 25%;
}
.slide13_kasyanov {
    width: 47%;
}
.slide13_portrait {
    width: 100%;
}
.slide13_caption {
    color: #fec93f;
    text-transform: uppercase;
    letter-spacing: normal;
    border-bottom: 1px dashed #eb6b41;
}
.slide13_caption:hover {
    text-decoration: none;
}
.slide13_look {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10%;
}
.slide13_look:hover {
    text-decoration: none;
}
@media (min-width: 1600px) {
    .slide13_look p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide13_icon {
    padding-right: 10px;
}
.slide13_title {
    margin-bottom: 5%;
    width: 95%;
}
.slide13_text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 10px;
}
@media (min-width: 1600px) {
    .slide13_text {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide13_scheme {
    position: absolute;
    top: 18%;
    right: 5%;
    height: 49%;
}
.slide13_scheme_right {
    position: absolute;
    top: 0;
    right: 0;
}
.slide13_thing_right {
    position: absolute;
    top: -16%;
    right: -30%;
    height: 114%;
}
.slide13_thing_right2 {
    position: absolute;
    top: 6%;
    right: 17%;
    height: 32%;
}
.slide14 .slide_bg {
    padding: 0;
}
.slide14 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
.slide14 .container .caption {
    width: 50%;
    text-align: left;
    margin-right: 10%;
}
.slide14 .container .caption h1 {
    font-size: 46px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}
@media (min-width: 1600px) {
    .slide14 .container .caption h1 {
        font-size: 3.3vw;
    }
}
.slide14 .container .caption p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px;
}
@media (min-width: 1600px) {
    .slide14 .container .caption p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide14 .container .caption .look-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
}
.slide14 .container .caption .look-doc &gt; :first-child {
    margin-right: 8px;
}
.slide14 .container .caption .look-doc p {
    color: #fec93f;
    text-transform: uppercase;
    border-bottom: 1px dashed red;
}
.slide14 .container .diploma-block {
    position: relative;
    width: 30%;
}
.slide14 .container .diploma-block &gt; img:first-child {
    width: 100%;
}
.slide14 .container .diploma-block .medal {
    position: absolute;
    left: -21%;
    top: -9%;
    width: 43%;
}
.slide14 .slide-link {
    margin-top: 10%;
}
.slide15 .slide_bg {
    padding: 0;
}
.slide15 .cup {
    position: absolute;
    bottom: -30px;
    right: -30px;
    display: none;
}
@media (min-width: 1920px) {
    .slide15 .cup {
        display: block;
    }
}
.slide15 .pen {
    position: absolute;
    top: 100px;
    left: -50px;
    display: none;
}
@media (min-width: 1920px) {
    .slide15 .pen {
        display: block;
    }
}
.slide15 .ipad-container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1920px) {
    .slide15 .ipad-container {
        width: 1280px;
    }
}
.slide15 .ipad-container .ipad {
    width: 100%;
}
.slide15 .ipad-container .ipad-inner {
    position: absolute;
    left: 17%;
    top: 14%;
    width: 65%;
}
.slide15 .ipad-container .ipad-inner .ipad-inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.slide15 .ipad-container .ipad-inner .ipad-inner-top .saprunov {
    margin-right: 4%;
    width: 215px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1920px) {
    .slide15 .ipad-container .ipad-inner .ipad-inner-top .saprunov {
        width: 280px;
    }
}
.slide15 .ipad-container .ipad-inner .caption h1 {
    font-size: 26px;
    text-align: left;
    font-family: Playfair Display, serif;
    font-weight: 700;
    margin-top: 0;
}
@media (min-width: 1920px) {
    .slide15 .ipad-container .ipad-inner .caption h1 {
        font-size: 31px;
    }
}
.slide15 .ipad-container .ipad-inner .caption p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
}
@media (min-width: 1920px) {
    .slide15 .ipad-container .ipad-inner .caption p {
        font-size: 17px;
    }
}
.slide15 .ipad-container .ipad-inner-bottom {
    margin-top: 3%;
    position: relative;
    padding-left: 7%;
    width: 82%;
}
.slide15 .ipad-container .ipad-inner-bottom p {
    color: #215273;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}
@media (min-width: 1920px) {
    .slide15 .ipad-container .ipad-inner-bottom p {
        font-size: 17px;
    }
}
.slide15 .ipad-container .ipad-inner-bottom:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 6%;
    left: 0;
    top: 6%;
    background: #215273;
}
.slide16 .slide_bg {
    padding: 0;
}
.slide16 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}
.slide16 .container &gt; img {
    margin-top: -12%;
    margin-bottom: 6%;
    width: 48%;
}
.slide16 .container .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 100%;
}
.slide16 .container .caption .caption-left {
    margin-right: 5%;
    width: 48%;
}
.slide16 .container .caption .caption-right {
    width: 48%;
}
.slide16 .container .caption p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}
@media (min-width: 1600px) {
    .slide16 .container .caption p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide16 .people {
    position: absolute;
    left: -17%;
    bottom: 0;
    width: 51%;
}
.slide16 .people-2 {
    position: absolute;
    right: 29%;
    bottom: 11%;
    height: 28%;
}
.slide16 .pipe {
    position: absolute;
    right: -5%;
    top: 0;
    height: 100%;
}
.slide16 .light-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.9;
}
.slide17 .slide_bg {
    padding: 0;
}
.slide17 .container {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
.slide17 .container .caption {
    max-width: 35%;
    margin-right: 13%;
    text-align: left;
}
.slide17 .container .caption img {
    width: 100%;
}
.slide17 .container .caption &gt; :first-child {
    margin-bottom: 50px;
}
.slide17 .container .caption p {
    font-size: 16px;
    line-height: 22px;
    color: #222442;
    text-align: left;
    margin-bottom: 30px;
}
@media (min-width: 1600px) {
    .slide17 .container .caption p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide17 .container .prizes-block {
    position: relative;
    width: 40%;
}
.slide17 .container .prizes-block .primary {
    width: 100%;
    position: relative;
    z-index: 1;
}
.slide17 .container .prizes-block .back-prize {
    position: absolute;
    left: -100px;
    top: 30%;
    width: 73%;
}
.slide17 .container .moneys {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85%;
}
.slide18 .darkGradient {
    position: absolute;
    width: 100%;
    bottom: 70px;
    left: 0;
    height: 300px;
    display: none;
    background-image: none;
    background-image: 100% 100%;
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 1;
}
.slide18 .postcard {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    z-index: 1000;
}
.slide18 .postcard a {
    text-decoration: none;
    display: inline-block;
}
.slide18 .postcard a img {
    width: 150px;
}
.slide18 .postcard a p {
    color: #fec641;
}
.slide18 .slide_bg {
    padding: 0;
}
.slide18 .container {
    padding: 0;
    height: 90%;
    max-width: 90%;
    margin: 0 auto;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slide18 .container &gt; :first-child {
    margin-bottom: 60px;
    width: 30%;
}
.slide18 .container .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.slide18 .container .caption p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
}
@media (min-width: 1600px) {
    .slide18 .container .caption p {
        font-size: 0.85vw;
        line-height: 1.55;
    }
}
.slide18 .container .caption p.italic {
    font-style: italic;
    font-size: 19px;
    line-height: 20px;
    margin-top: 20px;
}
@media (min-width: 1600px) {
    .slide18 .container .caption p.italic {
        font-size: 0.86vw;
        line-height: 1.55;
    }
}
.slide18 .container .caption-left {
    width: 45%;
    margin-right: 70px;
    text-align: left;
}
.slide18 .container .caption-right {
    width: 45%;
}
.slide18 .container .caption .logos {
    text-align: left;
}
.slide18 .container .caption .logos img {
    width: 9%;
    margin-top: 20px;
    margin-right: 30px;
    vertical-align: middle;
}
.slide18 .container .caption .logos img:nth-child(5) {
    margin-left: 12px;
}
.slide18 .container .plant {
    width: 100%;
}
/*# sourceMappingURL=application.96a8078ced1f14866dce.css.map*/
</pre></body></html>