* {
    margin: 0;
    padding: 0;
    font-family: "Druk Wide", sans-serif;
}

a {
    text-decoration: none;
}


@font-face {
    font-family: "Droid Sans";
    src: url("../fonts/Droid Sans/DroidSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Droid Sans";
    src: url("../fonts/Droid Sans/DroidSans.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Druk Wide";
    src: url("../fonts/DrukWide/DrukWideBoldTrial.otf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Druk Wide";
    src: url("../fonts/DrukWide/DrukWideMediumTrial.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Merriweather";
    src: url("../fonts/Merriweather/Merriweather-VariableFont_opsz\,wdth\,wght.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


html {
    font-family: "Druk Wide", serif;
    font-size: 10px;
    background:#242424;
    color: #FFF;
}

.desktop-version {
    display: block;
}


li {
    list-style: none;
    height: min-content;
}

.header {
    display: flex;
    justify-content: space-between;
}

.wrapper {
    max-width: 1630px;
    margin: 0 auto;
    position: relative;
}

.space {
    padding: 40px 0;
}

.space_div {
    /* padding-bottom: 183px; */
    height: 100px;
    position: relative;
}

.background1 {
    padding: 220px 0 74px;
    position: relative;
    background-image: url("../img/background1.png");
    background-repeat: no-repeat;
    background-size: 1941px;
}

.note {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 4.7rem;
    letter-spacing: 0;
    font-weight: 700;
    text-align: right;
}

.note :nth-child(2) {
    margin-top: -2.1rem;
    margin-right: -1rem;
}

.h1__br, .h2__delete {
    display: none;
}

/*.background1:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    opacity: 0.3;*/
/*    background: #000;*/
/*}*/

/*.background1:before {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    background: #000;*/
/*}*/

.text_alert {
    color: #6DF701;
}

.header__list {
    display: flex;
    width: 320px;
    justify-content: space-between;
    align-items: center;
}

.button_second {
    padding: 43px 70px 44px 43px !important;
}

.button_line {
    display: flex;
    justify-content: space-between;
    margin-top: 270px;
}

.button_half {
    width: 621px;
    text-align: center;
    
}

.mobile-version {
    display: none;
}

.header__list_mobile-version {
    display: none;
}

h1 {
    margin-top: 240px;
    color: #FFF;
    font-size: 6.5rem;
    font-style: normal;
    font-weight: 950;
    line-height: normal;
    letter-spacing: 0.65rem;
    text-transform: capitalize;
}

.icon-link {
    width: 65px;
    height: 65px;
}

.about {
    /*margin-top: 77px;*/
}

h2 {
    color: #FFF;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.22rem;
    margin-top: 85px;
}

.about__block-text {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1450px;
}

.about__arrow-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 295px;
    height: 140px;
    margin-right: 70px;
}


.about__arrow_left {
    transform: rotate(180deg);
}

.paragraph {
    color: #FFF;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
}

.paragraph-second {
    margin-top: 70px;
}

.book .paragraph {
    line-height: 4.7rem;
}

.disclaimer {
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 100;
    font-family:'Merriweather';
    letter-spacing: 0.07rem;
}

.book {
    background: #3A0C0C;
    padding: 78px 20px;
}

.book__p {
    margin-top: 44px;
}

.block2 {
    padding: 140px 0 117px;
    background: #3A0C0C;
    padding: 78px 20px;
}

.block2 .paragraph {
    line-height: 5.5rem;
    margin-right: 320px;
}

.button {
    margin-top: 53px;
    padding: 40px;
    background: #020202;
    color: #FFF;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    border: none;
    display: inline-block;
    height: min-content;
    text-align: center;
}

.button_big {
    width: 1074px;
}

.button_arrow {
    width: 45px;
    height: 23px;
    margin-left: 15px;
}

.button_arrow_mobile {
    display: none;
}



.gallery {
    margin-top: 90px;
}



.gallery__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;

}

.gallery__img {
    width: 100%;
    margin-top: -4px;
}



.line {
    display: flex;
    justify-content: end;
    margin-top: 80px;
    width: 100%;
    height: 2px;
    background: #E6E6E6;
}


h3 {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.leaders {
    margin-top: 150px;
}

.leaders__container {
    margin-bottom: 50px;
}

.leaders__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    /*grid-row-start: 1fr;*/
    width: 1630px;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 150px;
    margin-top: 23px;
}



.leaders__img:nth-child(4){
    margin-left: -70px;
    margin-right: -90px;
}


.leaders__img:nth-child(6){
    grid-column: span 2;
    height: 75px;
}
.leaders__img {
    height: min-content;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    grid-column: span 3;
}

.geography {
    margin-top: 220px;
}



.geography__flags {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.padding {
    padding-top: 37px;
}

footer {
    margin-top: 130px;
    background: #3A0C0C;
    height: 232px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.footer .note {
    top: 76px;
    right: calc((100vw - 1630px) / 2);
}

.footer .header__list {
    display: flex;
}

#nWay {
    position: relative;
    top: -60px;
    width: 200px;
}
