@font-face {
    font-family: 'BastionX';
    src: url('/pobeda80/fonts/BastionX.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HeliosC';
    src: url('/pobeda80/fonts/HeliosC.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(255, 101, 17);
    background: linear-gradient(90deg, rgba(255, 101, 17, 1) 0%, rgba(231, 54, 44, 1) 50%, rgba(204, 17, 44, 1) 100%);
}

.navbar-toggler,
.navbar-brand {
    z-index: 1;
}

.navbar-brand {
    font-size: 1.8em;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-collapse .nav-link {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #fff;
}

.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link.active {
    color: darkseagreen;
}

.nav-item:not(:last-child) {
    border-bottom: 1px solid gray;
    padding: 0.2em 4em;
}

@media screen and (min-width: 768px) {
    .nav-item:not(:last-child) {
        padding: 0.5em 8em;
    }
}

.navbar-collapse.show {
    transition: all 0.5s;
}

.fon2 {
    background-color: rgb(240 222 189);
}

.hero-section {
    ----background-color: rgb(245, 227, 196);

    background-color: rgb(240 222 189);

    ----background: url("/pobeda80/fon_490.jpg") no-repeat;
    background-size: cover;
    height: 75vh;
    overflow: hidden;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec2 {
    /* background-size: cover;
    height: 75vh;
    overflow: hidden; */
}

.sec3 {
    background-size: cover;
    min-height: 80vh;
    overflow: hidden;
}

.sec4 {
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}


body {
    font-family: 'HeliosC';
    font-size: 20px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #222;
    /*background-color: #F5F5F5;*/
    overflow-x: hidden;
}


h1,
.h1 {
    font-family: 'BastionX';
    font-size: 96px;
    line-height: 1.1;
    font-weight: 400 !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h2,
.h2 {
    font-family: 'BastionX';
    font-size: 56px;
    line-height: 1.1;
    font-weight: 400 !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h3,
.h3 {
    font-family: 'BastionX';
    font-size: 32px;
    line-height: 1.1;
    font-weight: 400 !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h4,
.h4 {
    font-family: 'BastionX';
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400 !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}


h5,
.h5 {
    font-family: 'BastionX';
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400 !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.row-banner-title {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    align-content: center;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    color: #222;
}

.row-banner-title .col-title {
    background: url(/pobeda80/img/bg-small-3.svg) top right no-repeat;
    background-size: auto 102%;
    color: #fff;
    align-content: center;
}

.p-32 {
    padding: 32px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

a {
    color: #E30613;
    text-decoration: none;
}

.clr {
    color: #E30613;
}

.h-bg2 {
    /* color: transparent !important; */
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(/pobeda80/img/bg-small-1.svg);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: repeat-y;
}


@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {

    .h-bg,
    .timeline-item.current .timeline-title,
    .filter-links a.active {
        color: transparent !important;
        background-clip: text;
        -webkit-background-clip: text;
        background-image: url(/pobeda80/img/bg-small-1.svg);
        background-size: 100% auto;
        background-position: top left;
        background-repeat: repeat-y;
    }

    .h-bg-2 {
        background-image: url(/pobeda80/img/bg-small-2.svg);
    }

    .h-bg-3 {
        background-image: url(/pobeda80/img/bg-small-3.svg);
    }

    .h-bg-medium {
        background-image: url(/pobeda80/img/bg-medium.svg);
    }
}
