:root {
    --color1: #0057B7;
    --color2: #E20600;
    --color-text: #fff;
    --brad: 20px;
}
@font-face {
	font-family: 'TildaSans';
	src: url('fonts/TildaSans-VF.woff2') format('woff2');
	/* font-weight: normal; */
	font-style: normal;
    font-display: swap;
}
/* @font-face {
	font-family: 'TildaSans';
	src: url('fonts/TildaSans.07Web/TildaSans-Medium/TildaSans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('fonts/TildaSans.07Web/TildaSans-Bold/TildaSans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('fonts/TildaSans.07Web/TildaSans-Semibold/TildaSans-Semibold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
} */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: "TildaSans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
h1 {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
p {
    margin: 0 0 30px;
}
p:last-child {
    margin: 0;
}
a {
    color: var(--color-text);
}
.header {
    position: relative;
    padding: 20px;
    background-color: var(--color2);
    color: var(--color-text);
}
.header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/i/pattern.svg);
    background-size: 720px;
    background-repeat: repeat-x;
    background-position: 100% 68%;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
.content {
    margin: 20px;
}
.block {
    margin-bottom: 20px;
    border-radius: var(--brad);
    overflow: hidden;
}
.block-main {
    position: relative;
    font-size: 22px;
    line-height: 24px;
}
.block-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/i/pattern.svg);
    background-size: 1360px;
    background-repeat: repeat-x;
    background-position: 100% 39%;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
.block-text {
    padding: 30px 25px;
}
.bg-blue {
    background-color: var(--color1);
    color: var(--color-text);
}
.bg-red {
    position: relative;
    background-color: var(--color2);
    color: var(--color-text);
}
.bg-red::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/i/pattern2.svg);
    background-size: 560px 1175px;
    background-repeat: no-repeat;
    background-position: 128% 21%;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
.block-img {
    position: relative;
    background-color: #000;
}
.block-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.row-1 .block-img {
    height: 310px;
}
.row-2 .block-img {
    height: 250px;
}
.row-3 .block-img {
    height: 250px;
}
.row-4 .block-img {
    height: 250px;
}
.row-5 .block-img {
    height: 400px;
}
.block-video,
.block-slides {
    aspect-ratio: 16 / 9;
}
.block-slides {
    overflow: hidden;
}
.block-slides ul {
    display: flex;
    padding: 0;
    margin: 0;
    /* padding: 0 0 40px; */
    /* margin: 0 0 -40px; */
    list-style: none;
    /* overflow-x: auto; */
    overflow: hidden;
    /* scroll-snap-type: x mandatory; */
    scroll-behavior: smooth;
    /* -webkit-overflow-scrolling: touch; */
    aspect-ratio: 16 / 9;
}
.block-slides li {
    display: block;
    position: relative;
    flex: 0 0 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 16 / 9;
    scroll-snap-align: start;
}
.block-slides-arrows {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
}
.block-slides-arrows img {
    position: static;
    margin: 8px;
    width: 24px;
    height: 24px;
    opacity: 0.5;
}
.block-slides-arrow-right,
.block-slides-arrow-left {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    user-select: none;
}
.block-slides-arrow-left {
    margin-right: 5px;
}
.block-slides-arrow-right.m-active,
.block-slides-arrow-left.m-active {
    cursor: pointer;
}
.block-slides-arrow-right.m-active img,
.block-slides-arrow-left.m-active img {
    opacity: 1;
}

.text-gross {
    font-size: 20px;
    line-height: 22px;
}
.footer {
    position: relative;
}
.footer .text-gross {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/i/pattern.svg);
    background-size: 1360px;
    background-repeat: repeat-x;
    background-position: 100% 42%;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.videoplayer {
    position: relative;
    padding: 0;
    margin: 0;
}
.videoplayer video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.videoplayer-splash {
    position: absolute;
    z-index: 2;
    inset: 0;
    cursor: pointer;
}
.videoplayer-inited .videoplayer-splash {
    display: none;
}
.videoplayer-splash-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    /* .svg-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    } */

    /* @include min768 {
        margin: -43px 0 0 -43px;
        width: 86px;
        height: 86px;
        .svg-icon {
            margin: -20px;
            width: 40px;
            height: 40px;
        }
    } */
}
.videoplayer-splash-play img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1100px) {
    body {
        font-size: 20px;
        line-height: 28px;
    }
    .block-main {
        font-size: 40px;
        line-height: 40px;
    }
    h1 {
        margin: 0 0 40px;
        font-size: 60px;
        line-height: 60px;
    }
    p {
        margin: 0 0 50px;
    }
    .header {
        padding: 30px 40px;
    }
    .content {
        margin: 40px;
    }
    .block {
        margin-bottom: 40px;
    }
    .block-text {
        padding: 50px;
    }
    .row-1 .block-img {
        height: 555px;
    }
    .row-2 .block-img {
        height: 555px;
    }
    .row-3 .block-img {
        height: 590px;
    }
    .row-4 .block-img {
        height: 555px;
    }
    .row-5 .block-img {
        height: 950px;
    }
    .text-gross {
        font-size: 32px;
        line-height: 34px;
    }
    .footer .text-gross {
        font-size: 22px;
        line-height: 30px;
    }
    .footer p:nth-child(1) {
        width: 450px;
        float: left;
    }
    .footer p:nth-child(2),
    .footer p:nth-child(3) {
        margin-bottom: 40px;
        float: right;
        width: 410px;
        text-align: right;
    }
    .videoplayer-splash-play {
        margin: -65px 0 0 -65px;
        width: 130px;
        height: 130px;
    }
    .block-slides-arrows {
        top: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .row {
        display: flex;
        gap: 40px;
    }
    .row .block-text {
        flex: 1;
        min-width: 0;
    }
    .row .block-img {
        width: 480px;
        height: auto;
        flex-shrink: 0;
    }
    .block p {
        max-width: 700px;
    }
    .block-main h1,
    .block-main p {
        max-width: 980px;
    }
    .row-2 .block-text {
        order: 2;
    }
    .row-4 .block-text {
        order: 2;
    }
    .row-4 img {
        object-position: 0 50%;
    }
}

@media only screen and (min-width: 1440px) {
    .content {
        margin: 40px auto;
        max-width: 1360px;
    }
    .footer p:nth-child(1) {
        width: 450px;
        float: left;
    }
    .footer p:nth-child(2),
    .footer p:nth-child(3) {
        margin-bottom: 0;
        float: left;
        text-align: right;
    }
    .footer p:nth-child(2) {
        margin: 0 50px 0 70px;
        width: 510px;
    }
    .footer p:nth-child(3) {
        width: 180px;
    }
}
