@font-face {
    font-family: 'Gotham-Ultra';
    src: url("../fonts/Gotham_Ultra.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url("../fonts/Gotham_Book_Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: black;
    /*background-size: 1920px 1080px;*/
    margin: 0;
    color: white;
}

body .container {
    padding: 0 86px;
}

.title {
    font-size: 54px;
    font-family: 'Gotham-Ultra';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 60px;
    margin-bottom: 0;
    border-bottom: 3px solid white;
    padding-bottom: 23px;
}

.container_lang {
    position: absolute;
    top: 41px;
    right: 395px;
    font-size: 33px;
    font-family: 'Gotham-Book';
}

.container_lang .lang {
    padding-bottom: 2px;
    margin-right: 15px;
}

.container_lang .lang.active {
    border-bottom: 3px solid white;
}

.logo {
    position: absolute;
    top: 14px;
    right: 87px;
}

body ul.list {
    list-style: none;
    font-size: 50px;
    font-family: 'Gotham-Book';
    padding: 0;
    margin: 0;
}

body ul.list li {
    border-bottom: 3px solid white;
    padding-bottom: 26px;
    padding-top: 23px;
    cursor: pointer;
    position: relative;
}

body ul.list li .icon {
    font-size: 40px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

body ul.list li.cap {
    padding-bottom: 17px;
    border-bottom: 1px solid white;
}

body ul.capsules {
    list-style: none;
    padding: 0;
    font-size: 40px;
}

body ul.capsules li {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 195px;
}