@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 800 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

.wrapper {
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex-shrink: 0;
}

.block__video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    object-fit: cover !important;
	z-index: 1;
}

.sidebar__block {
    display: flex;
    flex-direction: column;
    width: 30%;
    background: #265A46;
    background: linear-gradient(131deg, rgba(38, 90, 70, 1) 0%, rgba(8, 35, 25, 1) 100%);
    padding: 0 2rem 2rem 2rem;
    gap: 3rem;
}

.header__block {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header__block a picture {
    flex-shrink: 0;
    display: block;
}

.header__block a picture img {
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .5) !important;
}

.header__block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .75rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .25rem;
}

.header__block ul a {
    color: #fff;
}

.header__block h2 {
    font-size: 1rem !important;
    text-transform: uppercase;
    color: #fff;
    max-width: 86px;
    margin: 0;
    line-height: 130%;
}

.active a {
    opacity: .3;
}

.header__block ul a:hover {
    opacity: .5;
}

.logos__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.menu__block ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    list-style: none;
}

.menu__block ul a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.menu__block ul a:hover {
    opacity: .5;
}

.menu__block ul .active a {
    opacity: .3;
}

.content__block {
    width: 70%;
    background: url(../img/bg_1.webp) center no-repeat;
    background-size: cover;
	position: relative;
}

.main__page {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: start;
    gap: 2rem;
    flex-direction: column;
    padding: 5rem;
	position: relative;
	z-index: 2;
}

.main__page h1 {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.download__button {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    font-size: 1.5rem;
    border-radius: .5rem;
    background-color: #265A46;
    border: 0;
    border-bottom: 4px solid #082319;
}

.download__button:hover {
    background-color: #082319;
}

.offcanvas-body {
    background: #265A46;
    background: linear-gradient(131deg, rgba(38, 90, 70, 1) 0%, rgba(8, 35, 25, 1) 100%);
}

.close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
}

.inner__page {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem;
    color: #fff;
}

.header__inner__page {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
}

.header__inner__page > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.header__inner__page > div:last-child {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header__inner__page > div:last-child button {
    font-size: 1rem;
}

.header__inner__page ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
    color: rgba(255, 255, 255, .5);
}

.header__inner__page ul a {
    color: #fff;
}

.header__inner__page ul a:hover {
    color: rgba(255, 255, 255, .5);
}

.header__inner__page h1 {
    font-size: 40px;
    line-height: 100%;
    margin: 0;
}

.content__inner__page p {
    font-size: 1rem;
    line-height: 160%;
    margin: 1rem 0;
}

.content__inner__page img {
    width: 100% !important;
    height: auto !important;
    border-radius: .5rem;
    margin: 1rem 0;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .wrapper {
        flex-direction: column;
    }

    .wrapper > div {
        width: 100%;
    }

    .header__block {
        justify-content: space-between;
    }

    .header__block a img {
        height: 100px;
        border-radius: 0 !important;
    }

    .sidebar__block {
        position: fixed;
        height: 100px;
    }

    .logos__block,
    .menu__block {
        display: none;
    }

    .content__block {
        margin-top: 100px;
        min-height: calc(100vh - 100px);
    }

    .main__page,
    .inner__page {
        padding: 2rem;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .sidebar__block {
        padding: 0 1.5rem;
    }

    .main__page h1 {
        font-size: 3.5rem;
        color: #fff;
        text-transform: uppercase;
        max-width: 500px;
        display: flex;
        flex-direction: column;
    }
    
    #menu .logos__block {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        margin: 5rem 0 2.5rem 0;
    }

    #menu .menu__block {
        display: flex;
    }

    #menu .menu__block ul a {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .header__inner__page {
        flex-direction: column;
        gap: 1rem;
    }

    .header__inner__page > div:last-child {
        flex-direction: column;
        gap: .5rem;
    }

    .inner__page {
        padding: 1.5rem;
    }
}