    html {
        overflow-x: hidden;
    }
    
    body {
        position: relative;
        font-family: 'Roboto Condensed';
        font-weight: normal;
        font-size: 14.8px;
        line-height: 24.8px;
        color: rgba(49, 49, 49, 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: normal;
        font-size: 14.8px;
        line-height: 24.8px;
        color: rgb(89, 94, 108);
        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: 1164px;
        text-align: center;
        margin: 0px auto;
        padding: 0px 29px;
    }
    
    h1,
    h2,
    h3,
    h4,
    .title {
        display: block;
        position: relative;
        width: 100%;
        font-family: "Roboto Condensed";
        text-align: left;
    }
    
    h1,
    .title.general {
        font-size: 33px;
        line-height: 39px;
        font-weight: bold;
        text-transform: uppercase;
        color: rgb(0, 214, 164);
        z-index: 2;
        text-align: center;
        max-width: 595px;
        margin: auto;
    }
    
    .header {
        position: relative;
        padding: 1vh 0vh 0vh;
        background-color: rgb(219, 244, 239);
        max-height: 110px;
    }
    
    .header__logo img {
        max-width: 220px;
        max-height: 90px;
        margin-top: 1vh;
    }
    
    .about {
        position: relative;
    }
    
    .about:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 125px;
        background-image: url(../images/img-bg-top.svg);
        background-size: contain;
        background-position-x: left;
        background-position-y: top;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .about:before {
        content: '';
        position: absolute;
        top: calc(100% - 125px);
        left: 0;
        width: 100%;
        height: 125px;
        background-image: url(../images/img-bg-bottom.svg);
        background-size: contain;
        background-position-x: left;
        background-position-y: bottom;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .about__content {
            padding: -webkit-calc((65vh - 425px) / 2) 5vw;
            padding: -moz-calc((65vh - 425px) / 2) 5vw;
            padding: calc((65vh - 425px) / 2) 5vw;
        }
    .about__text {
        max-width: 645px;
        display: block;
        margin: auto;
        margin-top: 3.2vh;
    }
    
    .footer {
        background-color: rgb(204, 234, 224);
    }
    
    .footer__text {
        padding: 4vh 0vh;
        color: rgba(89, 94, 108, 0.6);
    }
    
    .lang {
        position: relative;
        width: 74px;
        height: 74px;
        cursor: pointer;
    }
    
    .lang__list {
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid rgba(0, 214, 164, 0);
        border-radius: 50%;
        width: 74px;
        height: 74px;
        z-index: 100;
    }
    
    .lang__list:hover {
        border: 2px solid rgba(0, 214, 164, 1);
    }
    
    .lang__list.active:hover {
        border: 2px solid rgba(0, 214, 164, 0);
    }
    
    .lang__list:after {
        display: none;
    }
    
    .lang__list.active {
        background-color: rgb(204, 234.3, 224.8);
        height: auto;
        border-radius: 0px;
        box-shadow: none;
    }
    
    .lang__list.active>li.active {
        background-color: rgb(13.2, 24.75, 213.5);
    }
    
    .lang__list.active>li.active a {
        opacity: 0.5;
    }
    
    .lang__list.active>li.active a:hover {
        opacity: 0.5;
        border: none;
    }
    
    .lang__list>li {
        display: block;
        position: relative;
        width: 100%;
        height: 75px;
        border-radius: 0px;
        padding: 10px 10px;
    }
    
    .lang__list li a {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 2px solid rgba(251, 63, 140, 0);
    }
    
    .lang__list>li {
        display: none;
    }
    
    .lang__list>li.active {
        display: block;
    }
    
    .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 a:hover {
        border: 2px solid rgba(251, 63, 140, 1);
        opacity: 1;
    }
    
    @media only screen and (max-width: 625px) {
        .header__logo {
            max-width: 180px;
        }
        .lang {
            width: 55px;
            height: 55px;
        }
        .lang__list {
            padding: 0px 0px;
            width: 55px;
            height: 55px;
        }
        .lang__list>li {
            padding: 0px 0px;
        }
        .lang__list>li {
            width: 100%;
            height: 100%;
            padding: 0px 0px;
        }
        .lang__list li a {
            width: 100%;
            height: 55px;
            border-radius: 8px;
            border: 2px solid rgba(82, 38, 92, 0);
        }
    }
@media screen and (max-width: 1600px) {
        .about__content {
            padding: -webkit-calc((65vh - 425px) / 2) 5vw;
            padding: -moz-calc((65vh - 425px) / 2) 5vw;
            padding: calc((65vh - 425px) / 2) 5vw;
        }
    }
    
    @media screen and (max-width: 1530px) {
        .about__content {
            padding: -webkit-calc((65vh - 425px) / 2) 5vw;
            padding: -moz-calc((65vh - 425px) / 2) 5vw;
            padding: calc((65vh - 425px) / 2) 5vw;
        }
    }
    
    @media screen and (max-width: 1100px) {
        .about__content {
            padding: -webkit-calc((65vh - 425px) / 2) 5vw;
            padding: -moz-calc((65vh - 425px) / 2) 5vw;
            padding: calc((65vh - 425px) / 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;
        }
    }