@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body, a {
    font-family: "Open Sans", sans-serif;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
}

.content iframe {
    flex: 1;
}

iframe {
    height: 100%;
    width: 100%;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    background: #25282E;
}

.policy {
    max-width: 880px;
    width: 100%;
    padding: 60px;
    color: #fefefe;
    background-color: #2F3238;
}

.container, .policy {
    transition: padding .3s ease;
}

ol {
    list-style-position: inside;
}

ul {
    list-style-type: none;
}

li {
    margin-top: 32px;
}

ul > li {
    margin-top: 16px;
}

h3 {
    display: inline;
}

h2, h3, p, li, a {
    transition: font-size .3s ease;
}

p {
    margin-top: 18px;
    line-height: 150%;
}

a {
    color: #7aa1f5;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0;
    }
}

@media screen and (max-width: 425px) {
    .policy {
        padding: 32px 16px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    p, li {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    p, li {
        font-size: 14px;
    }
}

.hcb-landing-header-links__link, .hcb-landing-header-links__burger-link {
    text-decoration: none;
}

.hcb-landing-header-links {
    width: 100%;
    background: #25282E;
}

.hcb-landing-header-links__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hcb-landing-header-links__logotype {
    height: 100%;
    display: flex;
    align-items: center
}

.hcb-landing-header-links__logotype a {
    display: inherit
}

.hcb-landing-header-links__links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 5%;
    margin-right: 5%;
}

.hcb-landing-header-links__link {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.hcb-landing-header-links__languages {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hcb-landing-header-links__lang {
    padding: 0 8px
}

.hcb-landing-header-links__lang:hover {
    cursor: pointer
}

.hcb-landing-header-links__lang.active,
.hcb-landing-header-links__lang:hover,
.hcb-landing-header-links__link:hover {
    color: #fff;
    opacity: 1
}

.hcb-landing-header-links__lang,
.hcb-landing-header-links__link {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    opacity: .2
}

.hcb-landing-header-links__burger,
.hcb-landing-header-links__burger-animate {
    display: none
}

@media screen and (max-width: 1124px) {
    .hcb-landing-header-links {
        padding-left: 16px;
        padding-right: 16px
    }

    .hcb-landing-header-links__links {
        margin-left: 2%
    }

    .hcb-landing-header-links__link {
        font-size: 16px
    }
}

@media screen and (max-width: 1006px) {
    .hcb-landing-header-links {
        padding-left: 0;
        padding-right: 0
    }

    .hcb-landing-header-links__burger-animate {
        position: absolute;
        left: -32px;
        top: -32px;
        z-index: 5;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #323232;
        transform: translate3d(-100vw, 0, 0);
        transition: transform .3s ease
    }

    .hcb-landing-header-links__burger-animate img {
        align-self: flex-start;
        margin-top: 32px;
        margin-left: 32px
    }

    .hcb-landing-header-links__burger-animate.active {
        transform: translate3d(0, 0, 0)
    }

    .hcb-landing-header-links__burger-link {
        margin-top: 32px;
        color: #fff;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hcb-landing-header-links__languages,
    .hcb-landing-header-links__links {
        display: none
    }

    .hcb-landing-header-links__wrapper {
        position: relative;
        justify-content: center;
        padding: 0;
        height: 87px
    }

    .hcb-landing-header-links__burger {
        width: 24px;
        height: 24px;
        position: absolute;
        display: block;
        top: 32px;
        left: 32px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .hcb-landing-header-links__burger:hover {
        cursor: pointer
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-header-links__burger-link {
        font-size: 18px
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-header-links__burger-link {
        font-size: 16px
    }

    .hcb-landing-header-links__burger {
        top: 32px;
        left: 32px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-header-links__burger-animate {
        left: -24px
    }

    .hcb-landing-header-links__burger-animate img {
        margin-left: 24px
    }

    .hcb-landing-header-links__burger {
        left: 24px
    }
}

@media screen and (max-width: 320px) {
    .hcb-landing-header-links__burger-animate {
        left: -16px
    }

    .hcb-landing-header-links__burger-animate img {
        margin-left: 16px
    }

    .hcb-landing-header-links__burger {
        left: 16px
    }
}

/* <!-- landing-footer-ext --> */

.hcb-landing-footer-ext {
    background: #25282E;
    padding: 64px 32px;
}

.hcb-landing-footer-ext__desc-link {
    text-decoration: none;
}

.hcb-landing-footer-ext__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hcb-landing-footer-ext__left,
.hcb-landing-footer-ext__right {
    max-width: 210px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hcb-landing-footer-ext__right {
    max-width: 280px;
}

.hcb-landing-footer-ext__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hcb-landing-footer-ext__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    margin-left: 10px;
    border-bottom: 1px dashed #fff;
}

.hcb-landing-footer-ext__text:hover {
    cursor: pointer;
}

.hcb-landing-footer-ext__text a {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
}

.hcb-landing-footer-ext__wrap {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.hcb-landing-footer-ext__desc {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    opacity: 0.7;
}

.hcb-landing-footer-ext__social {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hcb-landing-footer-ext__social a {
    display: flex;
}

.hcb-landing-footer-ext__social a:not(:first-child) {
    margin-left: 24px;
}

@media screen and (max-width: 768px) {
    .hcb-landing-footer-ext {
        padding: 64px 16px;
    }

    .hcb-landing-footer-ext__social {
        margin-top: 32px;
    }
}

@media screen and (max-width: 538px) {
    .hcb-landing-footer-ext__link {
        display: none;
    }

    .hcb-landing-footer-ext__wrap {
        margin-top: 0;
    }

    .hcb-landing-footer-ext__desc {
        font-size: 16px;
        line-height: 20px;
    }

    .hcb-landing-footer-ext__desc:not(:first-child) {
        margin-top: 16px;
    }

    .hcb-landing-footer-ext__left .hcb-landing-footer-ext__desc {
        margin-top: 0;
    }

    .hcb-landing-footer-ext__social {
        width: 100%;
        margin: 16px auto 0 0;
        justify-content: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-footer-ext__desc {
        font-size: 13px;
    }

    /* .hcb-landing-footer-ext__social a:not(:first-child) {
        margin-left: 16px;
    } */
}

@media screen and (max-width: 375px) {
    .hcb-landing-footer-ext {
        padding: 64px 16px;
    }

    .hcb-landing-footer-ext__desc {
        font-size: 12px;
    }
}

@media screen and (max-width: 538px) {
    .hcb-landing-footer-ext__social {
        margin-top: 16px;
    }
}
