* {
    box-sizing: border-box;
    font-family: AktivGrotesk;
    margin: 0;
    outline: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: AktivGrotesk
}

.mobile-hidden {
    display: none
}

.desktop-hidden {
    display: block
}

body {
    background: #1f2434;
    color: #fff
}

.button {
    border: 1px solid #d9af1d;
    color: #d9af1d;
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none
}

.button span {
    font-family: AktivGrotesk;
    font-weight: 600;
    font-size: 16px;
    line-height: 39px
}

.button.filled {
    background: #d9af1d;
    color: #10121b
}

footer {
    align-items: center;
    border-top: 1px solid #10121b;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 20px;
    padding: 25px 0
}

footer .copyright h4 {
    font-family: AktivGrotesk;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px
}

footer .copyright p {
    font-family: AktivGrotesk;
    font-size: 12px;
    line-height: 13px;
    margin-top: 12px;
    opacity: .7
}

footer .links {
    align-items: flex-start;
    display: flex;
    flex-direction: row
}

footer .links a {
    margin-right: 12px;
    opacity: .7
}

footer .links a:last-child {
    margin-right: 0
}

footer .links a:hover {
    opacity: 1
}

header {
    align-items: center;
    background: #10121b;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 80px;
    padding: 0 23px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001
}

header .title {
    font-family: AktivGrotesk;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px
}

header .title a {
    color: #fff;
    text-decoration: none
}

header .menu-button:hover {
    text-decoration: none
}

header .menu-button svg rect {
    transition: transform .2s ease-in-out
}

header .menu-button.open svg rect:first-child {
    transform: translate(5px, -6px) rotate(45deg)
}

header .menu-button.open svg rect:last-child {
    transform: translate(-3px, 11px) rotate(-45deg)
}

.line {
    background: #10121b;
    height: 1px;
    margin: 72px 0;
    width: 100%
}

.mobile-menu {
    align-items: center;
    background: #10121b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: scroll;
    padding: 0 24px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right .2s ease-in-out;
    width: 100%;
    z-index: 1000
}

.mobile-menu>* {
    width: 100%
}

.mobile-menu .main {
    flex-direction: column
}

.mobile-menu .main .main-menu {
    list-style: none;
    margin-bottom: 98px
}

.mobile-menu .main .main-menu li {
    margin-bottom: 40px
}

.mobile-menu .main .main-menu li:last-child {
    margin-bottom: 0
}

.mobile-menu .main .main-menu li a {
    color: #fff;
    font-family: AktivGrotesk;
    font-size: 30px;
    line-height: 33px;
    text-decoration: none
}

.mobile-menu .main .main-menu li.active a,
.mobile-menu .main .main-menu li.current-menu-item a {
    color: #d9af1d;
    font-style: italic
}

.mobile-menu .main .language ul {
    display: flex;
    flex-direction: row;
    list-style: none
}

.mobile-menu .main .language ul li {
    margin-right: 16px
}

.mobile-menu .main .language ul li:last-child {
    margin-right: 0
}

.mobile-menu .main .language ul li a {
    text-decoration: none
}

.mobile-menu .main .language ul li span {
    color: #fff;
    font-family: AktivGrotesk;
    font-size: 20px;
    line-height: 22px
}

.mobile-menu .main .language ul li.active span {
    color: #d9af1d
}

.mobile-menu .main .language ul li img {
    display: none
}

body.menu-open {
    overflow: hidden
}

body.menu-open .mobile-menu {
    right: 0
}

section.main {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 80px;
    padding: 63px 20px 112px 20px
}

section.main .content h2 {
    font-family: AktivGrotesk;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase
}

section.main .content .subtitle {
    font-family: AktivGrotesk;
    font-style: italic;
    font-size: 20px;
    line-height: 40px
}

section.main .content h3 {
    color: #10121b;
    font-family: AktivGrotesk;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 20px;
    text-transform: uppercase
}

section.main .content .text {
    font-family: AktivGrotesk;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 44px
}

section.main .content .text a {
    color: #d9af1d
}

section.main .float-block {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

section.main .float-block>img {
    height: 177px;
    width: 177px
}

section.main.about .content h2 {
    margin-bottom: 40px
}

section.main.about .content .text {
    margin-bottom: 0
}

section.main.about .content .text p,
section.main.about .content .text ol,
section.main.about .content .text ul {
    margin-bottom: 40px
}

section.main.about .content .text p:last-child {
    margin-bottom: 0
}

section.main.about .content .text ol,
section.main.about .content .text ul {
    padding-inline-start: 40px;
}

section.main.about .float-block {
    justify-content: center;
    margin-bottom: 40px
}

section.main.about .float-block .video {
    width: 100%
}

section.main.about .float-block .video img {
    width: 100%
}

section.main.about .float-block .video h4 {
    font-family: AktivGrotesk;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    margin-top: 8px
}

section.main.about .float-block .video p {
    font-family: AktivGrotesk;
    font-style: italic;
    font-size: 15px;
    line-height: 40px
}

section.main.business .content h2 {
    margin-bottom: 40px
}

section.main.business .content .text {
    margin-bottom: 0
}

section.main.business .content .text p {
    margin-bottom: 40px
}

section.main.business .content .text p:last-child {
    margin-bottom: 0
}

section.main.business .content .text ul {
    list-style: none
}

section.main.business .content .text ul li {
    font-family: AktivGrotesk;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
    padding-left: 39px;
    position: relative
}

section.main.business .content .text ul li:before {
    content: url('data:image/svg+xml; utf8, <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6.5" cy="6.5" r="6" fill="#1F2434" stroke="#D9AF1D"/></svg>');
    left: 0;
    position: absolute;
    top: 0
}

section.main.responsibility .main-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between
}

section.main.responsibility .main-content .content h2 {
    margin-bottom: 40px;
    margin-top: 20px;
    word-break: break-word
}

section.main.responsibility .main-content .content .text {
    margin-bottom: 0
}

section.main.responsibility .main-content .content .text p {
    margin-bottom: 40px
}

section.main.responsibility .main-content .content .text p:last-child {
    margin-bottom: 0
}

section.main.press .content h2 {
    margin-bottom: 40px
}

section.main.press .content .list {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.main.press .content .list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px
}

section.main.press .content .list .item:last-child {
    margin-bottom: 0
}

section.main.press .content .list .item img {
    width: 100%
}

section.main.press .content .list .item .inner {
    background: #10121b;
    padding: 16px 24px 24px 24px
}

section.main.press .content .list .item .inner>* {
    font-family: AktivGrotesk
}

section.main.press .content .list .item .inner .date {
    font-style: italic;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase
}

section.main.press .content .list .item .inner h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px
}

section.main.press .content .list .item .inner p {
    display: -webkit-box;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 24px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}


section.main.about.main-full .float-block {
    display: none;
}

@media (min-width:1294px) {
    .button {
        border: 1px solid #d9af1d;
        color: #d9af1d;
        display: inline-block;
        padding: 12px 32px;
        text-decoration: none;
        transition: all .2s ease-in-out
    }
    .button span {
        font-family: AktivGrotesk;
        font-weight: 600;
        font-size: 16px;
        line-height: 39px
    }
    .button:hover {
        background: #d9af1d;
        color: #10121b
    }
    .button.filled {
        background: #d9af1d;
        color: #10121b
    }
    .button.filled:hover {
        background: 0 0;
        color: #d9af1d
    }
    footer {
        margin: 0 73px;
        padding: 50px 72px;
        width: calc(100% - 146px)
    }
    footer .copyright {
        align-items: center;
        display: flex;
        flex-direction: row
    }
    footer .copyright p {
        margin-left: 15px;
        margin-top: 3px
    }
    header {
        height: 120px;
        margin: 0 auto;
        max-width: 1294px;
        padding: 0 72px
    }
    header .main-menu {
        display: flex;
        height: 100%;
        list-style: none
    }
    header .main-menu li {
        height: 100%;
        margin-right: 56px;
        padding: 4px 0
    }
    header .main-menu li:last-child {
        margin-right: 0
    }
    header .main-menu li a {
        align-items: center;
        border-bottom: 2px solid transparent;
        color: #fff;
        display: flex;
        font-family: AktivGrotesk;
        font-size: 16px;
        height: 100%;
        line-height: 18px;
        text-decoration: none;
        white-space: nowrap
    }
    header .main-menu li a:hover {
        border-bottom-color: #d9af1d
    }
    header .main-menu li.active a,
    header .main-menu li.current-menu-item a {
        border-bottom-color: #d9af1d;
        color: #d9af1d;
        font-style: italic
    }
    header .language ul {
        align-items: center;
        display: flex;
        list-style: none
    }
    header .language ul li {
        margin-right: 12px
    }
    header .language ul li:last-child {
        margin-right: 0
    }
    header .language ul li span {
        color: #fff;
        font-family: AktivGrotesk;
        font-size: 16px;
        font-style: italic;
        height: 100%;
        line-height: 18px;
        text-decoration: none
    }
    header .language ul li span:hover {
        color: #d9af1d
    }
    header .language ul li.active span {
        color: #d9af1d
    }
    header .language ul li img {
        display: none
    }
    .line {
        margin: 117px 0 138px 0
    }
    section.main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1440px;
        padding: 195px 145px;
        width: 100%
    }
    section.main .content {
        width: 674px
    }
    section.main .content h2 {
        font-size: 90px;
        line-height: 104px
    }
    section.main .content h3 {
        font-size: 96px;
        line-height: 99px;
        margin-bottom: 80px
    }
    section.main .content .text {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 77px
    }
    section.main .float-block {
        display: block;
        position: relative;
        text-align: right;
        width: auto
    }
    section.main .float-block>* {
        position: sticky;
        top: 261px
    }
    section.main .float-block>img {
        height: 394px;
        width: 394px
    }
    section.main.about .content {
        width: 595px
    }

    section.main.about.main-full .content {
        width: 100%;
        flex: 0 0 100%;
    }

    section.main.about .float-block {
        width: auto
    }
    section.main.about .float-block .video {
        width: auto
    }
    section.main.about .float-block .video h4,
    section.main.about .float-block .video p {
        text-align: center
    }
    section.main.business .content {
        width: 674px
    }
    section.main.business .content .text ul {
        margin: 96px 0 90px
    }
    section.main.business .content .text ul li {
        font-size: 24px;
        line-height: 40px;
        padding-left: 47px
    }
    section.main.responsibility {
        flex-direction: column
    }
    section.main.responsibility h2 {
        font-size: 96px;
        line-height: 104px;
        margin-bottom: 133px;
        text-transform: uppercase
    }
    section.main.responsibility .main-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    section.main.responsibility .main-content .content {
        width: 595px
    }
    section.main.press {
        padding: 195px 145px
    }
    section.main.press .content {
        width: 100%
    }
    section.main.press .content h2 {
        margin-bottom: 133px
    }
    section.main.press .content .list {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
    section.main.press .content .list .item {
        margin-right: 40px;
        margin-bottom: 40px;
        width: 555px
    }
    section.main.press .content .list .item:nth-child(even) {
        margin-right: 0
    }
    section.main.press .content .list .item .inner {
        padding: 16px 24px 24px 24px
    }
    section.main.press .content .list .item .inner h5 {
        height: 200px;
        margin-top: 16px
    }
    section.main.press .content .list .item .inner p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 48px;
        margin-top: 16px
    }
    .desktop-hidden {
        display: none
    }
    .mobile-hidden {
        display: block
    }
    body {
        align-items: center;
        display: flex;
        flex-direction: column
    }
}