* {
    margin: 0;
    padding: 0;
}

    *,
    *:after,
    *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

html,
body {
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}

iframe {
    border: 0;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.show {
    display: block !important;
}

.down__threeangle {
    display: none;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

h1,
h2 {
    color: #060628;
    text-transform: uppercase;
}

p {
    color: #060628;
}

ul li {
    list-style: none;
}

.link {
    color: #3366BB;
}

.policy-wrap {
    font-size: 20px;
}

.wrap {
    height: auto;
    min-height: 100%;
    position: relative;
}

    .wrap .content {
        padding-left: 210px;
        height: calc(100vh - 1px);
        width: 100%;
    }

.header {
    position: absolute;
    text-align: left;
    font-size: 30px;
    width: 550px;
    vertical-align: top;
    margin: 0 0 0 210px;
}

.wrap .content .caption {
    padding-top: 35vh;
    text-transform: uppercase;
    font-weight: 600;
}

.wrap .content .new-caption {
    padding-top: 10vh;
    text-transform: uppercase;
    font-weight: 600;
}

.wrap .content .caption .big {
    font-size: 72px;
    padding: 7px 0;
}

.description {
    margin-top: 3vh;
    text-align: justify;
    text-transform: initial;
    line-height: 3.5vh;
    font-weight: normal;
    font-size: calc(0.5rem + 1vw);
}

.wrap .content .caption .border {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.down-Fbutton {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-left: 210px;
}

.wrap .content .caption .small {
    font-size: 25px;
    margin: 6px 0;
}

.wrap .content .right-block {
    width: 50%;
    float: right;
    height: 100%;
    background: #fff;
    color: #000;
    padding: 30px;
    text-align: left;
}

.wrap .content .left-block {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 150px 40px 40px 40px;
}

.wrap .content .button {
    color: #fff;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 18px;
    line-height: 46px;
    text-transform: uppercase;
    /* margin: 0 0 1px 1px; */
    outline: none;
}

    .wrap .content .button:hover {
        margin: 0;
        outline: 1px solid white;
    }

.new-button {
    color: #fff;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 1px 1px;
    outline: none;
    background: transparent;
}

    .new-button:hover {
        outline: 1px solid white;
    }

.write__us {
    display: inline-block;
}

#sec1,
#sec2,
#sec3,
#sec4,
#sec5,
#sec6,
#sec7 {
    background-size: cover;
}

#sec1 {
    background: url('../img/1.svg');
    background-size: cover;
    position: relative;
}

#mainSec .content .caption {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

#mainSec .content {
    position: relative;
}

#sec2 {
    background: url('../img/2.svg');
    background-size: cover;
    position: relative;
}

#sec3 {
    background: url('../img/3.svg') no-repeat bottom center/cover;
}

#sec4 {
    background: url('../img/4.svg') no-repeat bottom center/cover;
}

#sec5 {
    background: url('../img/5.jpg') no-repeat bottom center/cover;
}

#sec6 {
    background: url('../img/mall.png') no-repeat bottom center/cover;
}

#sec7 {
    background: white;
}

#contactsSec .right-block {
    padding: 0;
}

#contactsSec .left-block {
}

.manu__under-logo {
    z-index: 3;
}

#contactsSec .left-block h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

#contactsSec .left-block p {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

.menu__underlogo-light {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
    z-index: -1;
    background: url('../img/underlogo-blue.png') top left no-repeat;
    opacity: 1;
}

#contactsSec .left-block h2 {
    width: 100%;
    color: #bdbdc2;
    border-top: 1px solid #bdbdc2;
    font-size: 24px;
    font-weight: 300;
    padding: 15px 0;
}

.main-wrap {
    position: relative;
}

.underline__cr {
    width: 90%;
    padding: 0 20px;
}

.underline__cr-left {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 230px;
    color: #a2b7cf;
}

.underline__top-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #a2b7cf;
    border-radius: 3px;
    vertical-align: middle;
    background: url('../img/arrow-to-top.png') no-repeat center;
}

.underline__cr {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}

.underline__top-link:hover {
    border-width: 2px;
}

nav {
    height: calc(100vh - 1px);
    opacity: 1;
    box-sizing: border-box;
    background: rgba(6, 6, 23, 0.5);
    position: fixed;
    width: 247px;
    -webkit-transition: all 3s;
    transition: all 3s;
    z-index: 5;
}

    nav hr {
        border: 0;
        height: 1px;
        background: #fff;
        opacity: 0.7;
        margin: 10px 25px;
    }

    nav .logo {
        background: url('../img/logo-1.png') no-repeat 0 3px;
        height: 110px;
        width: 210px;
        margin: 50px 0 0 20px;
    }

    nav ul {
        padding: 0 15px;
    }

    nav li {
        padding: 17px 0 17px 10px;
    }

    nav .footer {
        bottom: 0;
        position: inherit;
        margin-bottom: 20px;
        width: 245px;
        font-size: 12px;
        font-weight: 100;
    }

    nav .footer > div {
        padding: 7px 25px;
    }

    nav li a {
        font-size: 18px;
        color: #8ea0b7;
        display: block;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    nav li:hover a {
        color: #d5e8ff;
    }

.nav__a-white {
    color: #fff;
}

.all__underline {
    position: absolute;
    display: block;
    height: 55px;
    bottom: 0;
    left: 0;
    background: #060617;
    width: 100%;
    line-height: 55px;
}

#contactsSec .content {
    position: relative;
}

a.contacts__phone,
a.contacts__mail {
    color: #fff;
}

.contacts__mail-footer,
.contacts__phone-footer {
    color: #060628;
}

    .contacts__mail-footer:hover,
    .contacts__phone-footer:hover {
        text-decoration: underline;
    }

.contacts a:hover {
    text-decoration: underline;
}

#contactsSec.right-block {
    padding: 0;
}

#contactsSec.left-block {
}

.manu__under-logo {
    z-index: 3;
}

#contactsSec .left-block h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

#contactsSec .left-block p {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

#contactsSec .left-block h2 {
    width: 100%;
    color: #bdbdc2;
    border-top: 1px solid #bdbdc2;
    font-size: 24px;
    font-weight: 300;
    padding: 15px 0;
}

#contactsSec .left-block .button {
    color: #60607b;
    border-color: #60607b;
}

    #contactsSec .left-block .button:hover {
        border-width: 2px;
    }

#contactsSec .content {
    position: relative;
}

.mouse {
    margin: 50px auto 0;
    display: inline-block;
}

.mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
        width: 30px;
    }

        #fp-nav ul li,
        .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

        .fp-slidesNav ul li {
            display: inline-block;
        }

            #fp-nav ul li a,
            .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span,
                .fp-slidesNav ul li a.active span,
                #fp-nav ul li:hover a.active span,
                .fp-slidesNav ul li:hover a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                }

                #fp-nav ul li a span,
                .fp-slidesNav ul li a span {
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #333;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out;
                }

            #fp-nav ul li:hover a span,
            .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0 0 -5px;
            }

        #fp-nav ul li .fp-tooltip {
            position: absolute;
            top: -2px;
            color: #fff;
            font-size: 14px;
            font-family: arial, helvetica, sans-serif;
            white-space: nowrap;
            max-width: 220px;
            overflow: hidden;
            display: block;
            opacity: 0;
            width: 0;
            cursor: pointer;
        }

        #fp-nav ul li:hover .fp-tooltip,
        #fp-nav.fp-show-active a.active + .fp-tooltip {
            -webkit-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
            width: auto;
            opacity: 1;
        }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px;
        }

        #fp-nav ul li .fp-tooltip.left {
            left: 20px;
        }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: transparent;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border: 1px solid #fff;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: #fff;
    box-sizing: border-box;
}

body.fp-viewing-fifthSection-1 #menu li:last-child a {
    color: #fff;
}

.glossary-wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: black;
    max-height: 80vh;
    line-height: 3.5rem;
    font-weight: 400;
    margin-top: 1rem;
    overflow-y: auto;
}

.glossary-caption {
    font-weight: 600;
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.glossary-columns {
    display: flex;
}

.news-wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: black;
    max-height: 80vh;
    line-height: 3.5rem;
    font-weight: 400;
    margin-top: 1rem;
    overflow-y: auto;
}

.news-caption {
    font-weight: 600;
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.post-caption {
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.news-columns {
    display: flex;
}

.policy-wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: black;
    max-height: 80vh;
    line-height: 3.5rem;
    font-weight: 400;
    margin-top: 1rem;
    overflow-y: auto;
}

.policy-columns {
    display: flex;
}

.policy-caption {
    font-weight: 600;
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

    .policy-caption > .big > .policy-header {
        font-size: 50px;
        color: black;
    }

.policy-header {
    margin: 15px 0;
}

.cookiePolicy__blockList {
    margin-bottom: 15px;
}

    .cookiePolicy__blockList > li {
        list-style: inside;
    }

.cookiePolicy__block {
    font-size: 20px;
}

.col-1 {
    width: 100%;
    font-size: 2.2rem;
}

.termins {
    font-weight: 400;
    font-size: 2.2rem;
}

.termins-header {
    font-size: 3rem;
    text-align: center;
    margin: 3rem 3rem;
    font-weight: 800;
}

.wrap .content .glossary-caption .big {
    font-size: 72px;
    padding: 7px 0;
    color: black;
    margin-top: 0.5em;
}

.wrap .content .glossary-caption .border {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.wrap .content .glossary-caption .small {
    font-size: 25px;
    margin: 6px 0;
}

.glossary-wrap::-webkit-scrollbar {
    width: 0.7rem;
}

.glossary-wrap::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0.3125rem;
}

    .glossary-wrap::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

.wrap .content .news-caption .big {
    font-size: 72px;
    padding: 7px 0;
    color: black;
    margin-top: 0.5em;
}

.wrap .content .news-caption .border {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.wrap .content .news-caption .small {
    font-size: 25px;
    margin: 6px 0;
}

.wrap .content .post-caption .big {
    font-size: 72px;
    padding: 7px 0;
    color: black;
    margin-top: 0.5em;
}

.wrap .content .post-caption .border {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.wrap .content .post-caption .small {
    font-size: 25px;
    margin: 6px 0;
}

.news-wrap::-webkit-scrollbar {
    width: 0.7rem;
}

.news-wrap::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0.3125rem;
}

    .news-wrap::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

.policy-wrap::-webkit-scrollbar {
    width: 0.7rem;
}

.policy-wrap::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0.3125rem;
}

    .policy-wrap::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

.contacts__policy {
    font-size: 10.5px;
    color: white;
}

.result__data {
    color: #a2b7cf;
}

    .result__data:hover {
        text-decoration: underline;
    }

.snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.snowflake {
    position: absolute;
    top: -10px;
    background-color: white;
    opacity: 0.9;
    border-radius: 50%;
    animation: snowfall linear infinite;
    z-index: 999999;
}

    .snowflake.star {
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(200, 200, 255, 0.4) 50%, rgba(255, 255, 255, 0.3) 100%);
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
    }

@keyframes snowfall {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100vh);
    }
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .glossary-wrap {
        max-height: 72vh;
    }

    .glossary-caption {
        width: 100%;
    }

    .wrap .content .glossary-caption .big {
        font-size: 52px;
    }

    .glossary-columns {
        flex-direction: column;
    }

    .news-wrap {
        max-height: 72vh;
    }

    .news-caption {
        width: 100%;
    }

    .wrap .content .news-caption .big {
        font-size: 52px;
    }

    .post-caption {
        width: 100%;
    }

    .wrap .content .post-caption .big {
        font-size: 52px;
    }

    .news-columns {
        flex-direction: column;
    }

    .col-1 {
        width: 100%;
        margin-right: 2.5rem;
    }

    .col-2 {
        width: 100%;
    }

    .termins-header {
        line-height: 3rem;
    }

    nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    nav li {
        margin-top: 1px;
    }

        nav li a {
            font-size: 1.5em;
        }
}

@-webkit-keyframes threeangle__animate {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 60px;
    }
}

@-moz-keyframes threeangle__animate {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 60px;
    }
}

@keyframes threeangle__animate {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 60px;
    }
}

@media only screen and (max-width: 992px) {
    body {
        height: auto;
    }

    .glossary-wrap {
        max-height: 72vh;
    }

    .glossary-columns {
        flex-direction: column;
    }

    .glossary-caption {
        width: 100%;
    }

    .wrap .content .glossary-caption .big {
        margin-top: 2em;
    }

    .news-wrap {
        max-height: 72vh;
    }

    .news-columns {
        flex-direction: column;
    }

    .news-caption {
        width: 100%;
    }

    .wrap .content .news-caption .big {
        margin-top: 2em;
    }

    .post-caption {
        width: 100%;
    }

    .wrap .content .post-caption .big {
        margin-top: 2em;
    }

    .col-1 {
        width: 100%;
        margin-right: 2.5rem;
    }

    .col-2 {
        width: 100%;
    }

    .termins-header {
        line-height: 3rem;
    }

    .manu__under-logo {
        display: none;
    }

    .wrap {
        height: auto;
        width: 750px;
        min-height: auto;
        margin: 0 auto;
        position: static;
    }

        .wrap .content {
            padding: 0;
            height: auto;
        }

    #sec1 {
        position: relative;
        height: 100vh;
    }

        #sec1 .wrap .content .caption {
            margin-bottom: 60px;
        }

    .wrap .content .caption .big {
        font-size: 42px;
    }

    .down__mouse {
        display: none;
    }

    .down__threeangle {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        outline: none;
    }

    .down-Fbutton {
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-animation: 3.5s ease-in-out infinite threeangle__animate;
        -moz-animation: 3.5s ease-in-out infinite threeangle__animate;
        animation: 3.5s ease-in-out infinite threeangle__animate;
    }

    .section {
        height: 100vh;
    }

    #sec2 {
        padding: 10px 0;
    }

    #sec3 {
        -webkit-background-size: cover;
        background-size: cover;
        height: 100vh;
    }

    #sec6 {
        background-size: cover;
        position: relative;
    }

    .general-menu {
        padding: 0 0 29px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.55);
        transition: all 1s ease-in-out;
    }

    nav .logo {
        margin: 15px 0 0 15px;
        width: auto;
        background: url('../img/logo-mob.png') no-repeat top left;
    }

    .logo {
        position: relative;
    }

    .header {
        margin-left: 165px;
    }

    .menu__burger {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        bottom: 15px;
        transition: all 0.7s ease-in-out;
    }

    .mnu__burger-line {
        height: 1px;
        width: 100%;
        background: #fff;
        position: absolute;
        transition: all 0.4s ease-in-out;
        z-index: 4;
    }

    .mnu__burger-line1 {
        top: 20%;
    }

    .mnu__burger-line2 {
        top: 50%;
    }

    .mnu__burger-line3 {
        top: 80%;
    }

    nav li {
        padding: 10px 0 10px 5px;
    }

    nav .footer {
        position: static;
    }

    nav {
        position: static;
        background: #060617;
    }

    .wrap .content .caption .border {
        font-size: 55px;
    }

    .menu__underlogo-light {
        display: none;
    }

    .underline__cr-left {
        margin-left: 0;
    }

    .down-Fbutton {
        padding-left: 0;
    }

    #sec5 {
        position: relative;
    }

    .header {
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .glossary-wrap {
        max-height: 72vh;
    }

    .glossary-columns {
        flex-direction: column;
    }

    .glossary-caption {
        width: 100%;
    }

    .wrap .content .glossary-caption .big {
        margin-top: 3em;
    }

    .news-wrap {
        max-height: 72vh;
    }

    .news-columns {
        flex-direction: column;
    }

    .news-caption {
        width: 100%;
    }

    .wrap .content .news-caption .big {
        margin-top: 3em;
    }

    .post-caption {
        width: 100%;
    }

    .wrap .content .post-caption .big {
        margin-top: 3em;
    }

    .col-1 {
        width: 100%;
        margin-right: 2.5rem;
        font-size: 1.8rem;
    }

    .col-2 {
        width: 100%;
    }

    .glossary-wrap {
        line-height: 2.5rem;
    }

    .glossary-columns {
        display: flex;
    }

    .news-wrap {
        line-height: 2.5rem;
    }

    .news-columns {
        display: flex;
    }

    .termins {
        font-weight: 400;
        font-size: 1.8rem;
    }

    .termins-header {
        line-height: 3rem;
    }

    .wrap {
        width: 460px;
    }

        .wrap .content .caption .big {
            font-size: 32px;
        }

    #mainSec .content .caption {
        width: 460px;
    }

    .down-Fbutton {
        width: 30px;
        margin: 0 auto;
    }

    .wrap .content .caption .small {
        font-size: 22px;
    }

    .wrap .content .caption .border {
        padding: 5px 0;
    }

    #map {
        width: 450px;
    }

    .header {
        width: auto;
        font-size: 18px;
        margin-top: 34px;
    }

    .underline__top-link {
        display: none;
    }

    .underline__cr {
        width: 100%;
    }

    .wrap .content .caption .border {
        font-size: 38px;
    }
}

@media screen and (max-width: 400px) {
    html {
        font-size: 50%;
    }

    nav li a {
        padding: 3px;
    }

    .glossary-wrap {
        max-height: 72vh;
    }

    .glossary-columns {
        flex-direction: column;
    }

    .glossary-caption {
        width: 100%;
    }

    .wrap .content .glossary-caption .big {
        font-size: 35px;
        margin-top: 4em;
    }

    .news-wrap {
        max-height: 72vh;
    }

    .news-columns {
        flex-direction: column;
    }

    .news-caption {
        width: 100%;
    }

    .wrap .content .news-caption .big {
        font-size: 35px;
        margin-top: 4em;
    }

    .post-caption {
        width: 100%;
    }

    .wrap .content .post-caption .big {
        font-size: 35px;
        margin-top: 4em;
    }

    .col-1 {
        width: 100%;
        margin-right: 2.5rem;
    }

    .col-2 {
        width: 100%;
    }

    .termins-header {
        line-height: 3rem;
    }
}

@media only screen and (max-width: 480px) {
    .glossary-wrap {
        max-height: 72vh;
    }

    .glossary-columns {
        flex-direction: column;
    }

    .glossary-caption {
        width: 100%;
    }

    .news-wrap {
        max-height: 60vh;
    }

    .news-columns {
        flex-direction: column;
    }

    .news-caption {
        width: 100%;
    }

    .post-caption {
        width: 100%;
    }

    .col-1 {
        width: 100%;
        margin-right: 2.5rem;
    }

    .col-2 {
        width: 100%;
    }

    .termins-header {
        line-height: 3rem;
    }

    .wrap {
        width: 300px;
    }

        .wrap .content .caption .big {
            font-size: 28px;
        }

    #mainSec .content .caption {
        width: 300px;
    }

    .wrap .content .caption .small {
        font-size: 18px;
    }

    #map {
        width: 300px;
    }

    .header {
        width: auto;
        font-size: 16px;
    }

    nav .logo {
        margin: 5px 0 0 5px;
    }

    nav .logo {
        background: url('../img/logo-mob.png') no-repeat top left;
    }

    .wrap .content .caption .border {
        font-size: 32px;
        line-height: 50px;
    }

    .all__underline {
        padding: 10px 0;
        height: 65px;
    }

    .header {
        margin-left: 120px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 993px) {
    .glossary-caption {
        padding-left: 50px;
        max-width: 95%;
    }

    .news-caption {
        padding-left: 50px;
        max-width: 95%;
    }

    .post-caption {
        padding-left: 50px;
        max-width: 95%;
    }
}

.wrap .content .new-caption.safe-caption {
    padding-top: 12vh;
}

.wrap .content .new-caption.etprf-caption {
    padding-top: 25vh;
}

.safe-button {
    margin: 0 0 0 1px;
    outline: none;
}

#cookiePopup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #333;
    color: #fff;
    padding: 10px;
    width: 100%;
    min-height: 100px;
    height: auto;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    font: 14px Arial;
}

#acceptCookies {
    margin-left: 20px;
    background: #3575f0;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 22px;
    opacity: 1;
    margin-bottom: 10px;
}

    #acceptCookies:hover {
        opacity: 0.5;
    }

.cookie-text {
    display: flex;
    flex-direction: column;
    max-width: 40%;
    margin: 10px;
    color: white;
}

.cookie-agreement {
    margin-top: 5px;
    color: white;
    text-decoration: underline;
}

@media screen and (max-width: 950px) {
    #cookiePopup {
        align-items: flex-start;
        flex-direction: column;
    }

    #acceptCookies {
        margin-left: 0;
    }

    .cookie-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 1612px) {
    .mt-5 {
        margin-top: 5px;
    }
}

.category-bubble-wrapper {
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    gap: 10px;
}

.category-bubble {
    border: 1px silver solid;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    flex-grow: 1;
}

.category-bubble-nonselected {
    background: lightgray;
    transition: background-color 0.25s linear;
}

.category-bubble-selected {
    background: darkgray;
}

.category-bubble-nonselected:hover {
    background: darkgray;
}

.news-link {
    color: dodgerblue;
    text-decoration: underline;
}

.news-preview {
    line-height: 2rem;
}

.news-title {
    margin: 0;
    padding: 0;
    line-height: 2rem;
}

.news-release-date {
    font-size: 11px;
    color: darkgray;
    line-height: 1rem;
    margin-top: 3px;
}

.news-info-right-to-image {
    padding-left: 10px;
}

.news-image {
    min-width: 150px;
    width: 150px;
    min-height: 150px;
    height: 150px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.news-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.news-texts {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-not-found {
    display: flex;
    justify-content: center;
    text-align: center;
}

.news-pagination {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.news-pagination-page {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px silver solid;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 0.75rem;
}

    .news-pagination-page.active {
        background: lightgray;
    }

.news-pagination-link {
    font-size: 1.5rem;
}

.news-body ul {
    padding-left: 15px !important;
    list-style-type: disc !important;
}

.news-body li {
    list-style: disc !important;
}

@media screen and (max-height: 880px) {
    nav li {
        padding: 17px 0 0 10px;
    }

    nav li a {
        font-size: 15px;
    }

    .news-texts {
        min-height: 120px;
    }

    .wrap .content .news-caption .big {
        font-size: 60px;
        margin-top: 0;
    }

    .wrap .content .left-block {
        padding: 45px 40px 40px 40px;
    }
}

