    html {
        overflow-x: hidden;
    }
    
    body {
        background-color: rgb(0, 0, 0);
        background-image: url(../images/main-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        font-family: 'Roboto Condensed';
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: rgba(47.9, 47.9, 47.9, 1.00);
        text-align: left;
        max-width: 100vw;
        width: 100%;
        min-height: 100vh;
        word-break: break-word;
        overflow: hidden;
    }
    
    p {
        font-family: 'Roboto Condensed';
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: rgba(253, 253, 253, 1.00);
        text-align: center;
    }
    
    ul {
        position: relative;
        display: block;
        width: 100%;
        text-align: justify;
        list-style: none;
        padding-inline-start: 0;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding: 0px;
    }
    
    ul:after {
        width: 100%;
        height: 0px;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }
    
    ul li {
        display: inline-block;
        vertical-align: middle;
    }
    
    img {
        max-width: 100%;
        max-height: 100%;
    }
    
    a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        padding: 0px;
        margin: 0px;
        transition: all 0.5s;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    .content {
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 1150px;
        text-align: center;
        margin: 0px auto;
        padding: 0px 28px;
    }
    
    h1,
    h2,
    h3,
    h4,
    .title {
        display: block;
        position: relative;
        width: 100%;
        font-family: 'Roboto';
        text-align: left;
    }
    
    h1,
    .title.general {
        font-size: 45px;
        line-height: 45px;
        font-weight: 900;
        color: rgba(250, 250, 250, 1.00);
        z-index: 2;
        text-align: center;
        text-transform: uppercase;
    }
    
    .header {
        position: relative;
        padding: 1.4vh 0vh 0vh;
        border-bottom: 2px solid rgba(250, 250, 250, 0.149);
        max-height: 100px;
    }
    
    .header__logo img {
        max-height: 70px;
        margin-top: 0.5vh;
    }
    
    .about__content {
        position: relative;
        padding: -webkit-calc((65vh - 452px) / 2) 5vw;
        padding: -moz-calc((65vh - 452px) / 2) 5vw;
        padding: calc((65vh - 452px) / 2) 5vw;
    }
    
    .about:after,
    .about:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: bottom;
        background-image: url('../images/img-left.png');
        z-index: -1;
    }
    
    .about:before {
        right: 0;
        background-position-x: right;
        background-image: url('../images/img-right.png');
    }
    
    .about__list {
        max-width: 562px;
        margin: 0 auto;
    }
    
    .about__list:after {
        display: none;
    }
    
    .about-top__img {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-85%);
    }
    
    .about-left__img {
        position: absolute;
        left: 3vw;
        top: 10vh;
    }
    
    .about__text {
        margin-top: 25px;
    }
    
    .about__info {
        margin-top: 7vh;
        z-index: 1;
    }
    
    .about-right__img {
        position: absolute;
        right: -2vw;
        top: 7vh;
    }
    
    .footer {
        max-height: 100px;
        width: 100%;
        background-color: rgb(230, 230, 230);
    }
    
    .footer__text {
        padding-top: 4vh;
        padding-bottom: 4vh;
        color: rgb(145, 70, 170);
    }
    
    .lang {
        position: relative;
        width: 55px;
        height: 55px;
        cursor: pointer;
    }
    
    .lang__list {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 55px;
        z-index: 100;
        border: 2px solid rgba(255, 255, 255, 0.749);
        border-radius: 50%;
    }
    
    .lang__list:hover {
        border: 2px solid rgb(243, 144, 47);
    }
    
    .lang__list:after {
        display: none;
    }
    
    .lang__list.active {
        background-color: rgb(230, 230, 230);
        border-radius: 50px;
        height: auto;
        width: 75px;
        box-shadow: none;
        padding: 10px 10px;
    }
    
    .lang__list.active:hover {
        border: 2px solid rgba(32, 32, 32, 0);
    }
    
    .lang__list.active>li.active {
        border: 2px solid rgb(243, 144, 47, 0.5);
        border-radius: 50%;
    }
    
    .lang__list.active>li.active a {
        opacity: 0.5;
    }
    
    .lang__list>li {
        display: block;
        position: relative;
        width: 100%;
        height: 55px;
    }
    
    .lang__list li a {
        width: 100%;
        height: 55px;
        border: 2px solid rgb(243, 144, 47, 0);
        border-radius: 50%;
    }
    
    .lang__list>li {
        display: none;
    }
    
    .lang__list>li.active {
        display: block;
        margin-bottom: 20px;
    }
    
    .lang__list.active>li {
        display: block;
    }
    
    .lang__list li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 25px;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    
    .lang__list.active>li:first-child a:hover {
        border: 2px solid rgba(243, 144, 47, 0);
    }
    
    .lang__list.active li a:hover {
        border: 2px solid rgba(243, 144, 47, 1);
    }
    
    @media only screen and (max-width: 1365px) {
        .about:after,
        .about:before {
            display: none;
        }
    }
    
    @media only screen and (max-width: 925px) {
        .header__logo {
            max-width: 180px;
        }
        .lang {
            width: 55px;
            height: 55px;
        }
        .lang__list {
            padding: 0px 0px;
            width: 55px;
            height: 55px;
        }
        .lang__list>li {
            width: 100%;
            height: 55px;
            padding: 0px 0px;
        }
        .lang__list>li a {
            height: 55px;
        }
    }
    
    @media only screen and (max-width: 855px) {
        .about-left__img,
        .about-right__img {
            display: none;
        }
        .about__list {
            padding: 0px 30px;
        }
    }
    
    @media only screen and (max-width: 580px) {
        .about-top__img {
            display: none;
        }
    }
    
    @media screen and (max-width: 1600px) {
        .about__content {
            padding: -webkit-calc((65vh - 452px) / 2) 5vw;
            padding: -moz-calc((65vh - 452px) / 2) 5vw;
            padding: calc((65vh - 452px) / 2) 5vw;
        }
    }
    
    @media screen and (max-width: 1530px) {
        .about__content {
            padding: -webkit-calc((65vh - 452px) / 2) 5vw;
            padding: -moz-calc((65vh - 452px) / 2) 5vw;
            padding: calc((65vh - 452px) / 2) 5vw;
        }
    }
    
    @media screen and (max-width: 1100px) {
        .about__content {
            padding: -webkit-calc((65vh - 452px) / 2) 5vw;
            padding: -moz-calc((65vh - 452px) / 2) 5vw;
            padding: calc((65vh - 452px) / 2) 5vw;
        }
    }
    
    @media screen and (max-width: 750px) {
        .about__content {
            padding: -webkit-calc((65vh - 30vw) / 2) 5vw;
            padding: -moz-calc((65vh - 30vw) / 2) 5vw;
            padding: calc((65vh - 30vw) / 2) 5vw;
        }
    }
    
    @media screen and (max-width: 450px) {
        .about__content {
            padding: -webkit-calc((65vh - 60vw) / 2) 5vw;
            padding: -moz-calc((65vh - 60vw) / 2) 5vw;
            padding: calc((65vh - 60vw) / 2) 5vw;
        }
    }