@font-face {
    font-family: 'BertholdImagoRegular';
    font-style: normal;
    src: url('/css/fonts/Berthold Imago Regular.ttf');
}

@font-face {
    font-family: 'BertholdImagoMedium';
    font-style: normal;
    src: url('/css/fonts/Berthold Imago Medium.ttf');
}

@font-face {
    font-family: 'BertholdImagoBold';
    font-style: normal;
    src: url('/css/fonts/Berthold Imago Bold.ttf');
}

html {
    height: 100vh;
}

body {
    font-family: 'BertholdImagoRegular', Arial, sans-serif;
    font-size: 24px;
    color: #4e296f;
}

#content {
    background: url(/img/lidERA_shape.png);
    background-size: 97%;
    padding-bottom: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 150% 98%;
    min-height: calc(100vh - 95px);
}

#footer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
}

.intro-text {
    text-align: center;
    /*    font-weight: bold;*/
    color: #f05f5b;
    font-size: 28px;
    margin-top: 20px;
    font-family: 'BertholdImagoBold', Arial, sans-serif;
    padding: 0 20px;
}

.intro-text.active {
    display: block;
}

.header img {
    width: auto;
    height: 55px;
    display: block;
}

.header img.background {
    width: 100%;
}

.left {
    width: 175px;
    margin-left: 20px;
}

.left img {
    margin-right: auto;
}

.right {
    width: 175px;
    margin-right: 20px;
}

.right img {
    margin-left: auto;
}

.mid img {
    display: block;
    margin: 0 auto 20px;
    cursor: pointer;
}

.top-menu {
    display: flex;
    justify-content: space-between;
}

.menu {
    columns: 4;
    padding: 0;
    margin: 20px;
    text-align: center;
    color: #f05f5b; 
    list-style: none;
    display: none;
}

.menu li {
    margin-bottom: 8px;
    cursor: pointer;
}

.menu li a {
    color: inherit;
    text-decoration: none;
}

.logo {
    margin-right: 15px;
    float: right;
}

.flag {
    display: block;
    width: 118px;
    margin: 0 auto;
    transition: 0.2s;
    border-radius: 200px;
}

span {
    text-align: center;
    display: block;
    margin: 5px 0;
    transition: 0.2s;
}

.country-picker {
    width: 33%;
    margin: 0 auto;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.video-wrap {
    width: 75%;
    margin: 50px auto 0;
}

.carousel {
    /*    width: 800px;*/
    width: 550px;
    /* 2 icons */
    margin: 20px auto 0;
}

.carousel a {
    color: inherit;
    text-decoration: none;
}

.slick-slide {
    cursor: pointer;
    opacity: 0.3;
}

.slick-track {
    margin: auto !important;
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

.slick-current {
    opacity: 1;
}

.slick-arrow {
    width: 49px;
    height: 40px;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    left: -45px;
    background: url(/img/left_arrow.png);
    background-size: contain;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    right: -45px;
    background: url(/img/right_arrow.png);
    background-size: contain;
}

iframe {
    padding: 0;
    margin: 0;
}

.shortcut-title {
    text-align: center;
    color: #f05f5b;
    font-size: 24px;
    font-family: 'BertholdImagoBold', Arial, sans-serif;
    margin-bottom: 25px;
}

.sc-btn {
    text-align: center;
    font-family: 'BertholdImagoMedium', Arial, sans-serif;
    color: #653379;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    background-color: #F3F2F5;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
    transition: 0.2s;
}

.sc-btn.disabled {
    pointer-events: none;
}

.sc-text.active {
    display: block;
}

.sc-btn:hover {
    background-color: #F05F5B;
    color: white;
}

.brochure-download {
    display: flex;
    background-color: #653379;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.2s;
    font-size: 24px;
    margin: 15px 0;
}

.brochure-download img {
    margin-right: 30px;
}

.brochure-download:hover {
    text-decoration: none;
    color: #fff;
    background-color: #F05F5B;
}

@media (max-width: 1400px) {
    .video-wrap {
        width: 85%;
    }
}

@media only screen and (max-width: 1300px) {
    /*    .logo {
        width: 15%;
    }*/
}

@media (min-width: 992px) {
    .video-wrap {
        width: 978px;
        display: block;
    }

    iframe {
        box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 900px) {

    /*    .logo {
        width: 30%;
    }

    .country-picker {
        width: 50%;
    }*/
    .video-wrap {
        margin: 0 auto 0;
    }
}

@media only screen and (max-width: 680px) {
    iframe {
        height: 300px;
    }

    body {
        font-size: 18px;
    }

    .intro-text {
        font-size: 22px;
    }

    .carousel {
        width: 70%;
    }

    .slick-arrow {
        width: 35px;
        height: 29px;
    }

    .header img {
        height: 40px;
    }

    .left {
        width: unset;
    }

    .right {
        width: unset;
    }
    .menu {
        columns: 2;
        position: absolute;
        left: 0;
        background-color: white;
        z-index: 2;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
    }

    /* .brochure-download {
        font-size: 18px;
    } */
}

@media only screen and (max-width: 650px) {
    .flag {
        width: 80px;
    }
}

@media only screen and (max-width: 500px) {

    /*    .country-picker {
        width: 80%;
    }

    .logo {
        width: 50%;
    }
    */
    iframe {
        height: 200px;
    }

}