* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    font-family: sans-serif
}

a {
    cursor: pointer
}

html {
    scroll-behavior: smooth
}

.blocked {
    overflow: hidden
}

.active {
    color: #f6a03f!important
}

h1,
h2 {
    text-align: center
}

h2 {
    font-size: 100px;
    font-weight: 500;
    color: #ffe000
}

p {
    text-align: center;
    line-height: 0
}

a,
p {
    font-size: 20px
}

a {
    text-decoration: none;
    color: #ffe000
}

.main-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/backmain.png) no-repeat;
    background-size: cover
}

.main-container h2 {
    margin: 20px;
    background-color: #8378d7;
    border-radius: 20px
}

.main-container .product {
    height: 400px;
    width: 600px;
    background: url(../images/product.png) no-repeat;
    background-size: contain;
    background-position: 50%
}

.main-container .nav-lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px
}

.main-container .nav-lang a {
    font-size: 30px
}

.main-container .desctop-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80vw;
    margin-top: 20px
}

.main-container .desctop-navigation a {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-container .desctop-navigation a .nav-img {
    width: 80px;
    height: 80px
}

.main-container .desctop-navigation a:first-child .nav-img {
    background: url(../images/ico1.png) no-repeat;
    background-size: contain;
    background-position: 50%
}

.main-container .desctop-navigation a:nth-child(2) .nav-img {
    background: url(../images/ico2.png) no-repeat;
    background-size: contain;
    background-position: 50%
}

.main-container .desctop-navigation a:nth-child(3) .nav-img {
    background: url(../images/ico3.png) no-repeat;
    background-size: contain;
    background-position: 50%
}

.test-btn {
    position: relative;
    margin: 20px 0;
    background: #8378d7;
    border-radius: 5px;
    padding: 10px;
-webkit-box-shadow: 5px 8px 17px 1px rgba(92,92,92,1);
-moz-box-shadow: 5px 8px 17px 1px rgba(92,92,92,1);
box-shadow: 5px 8px 17px 1px rgba(92,92,92,1);
}

.preroll {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    background: url(../images/scene1.jpg) no-repeat;
    background-size: cover;
    background-position: 50%
}

.preroll p {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    margin: auto;
    width: 80%
}

.preroll-active {
    top: -100vh;
    transition: top 1s cubic-bezier(.96, .15, .54, .86)
}

.disclamer {
    background-color: #f8f9fa;
    color: #8b8b8b;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px
}

.disclamer b {
    text-align: left;
    width: 100%
}

.disclamer p {
    margin: 0;
    font-size: 20px;
    line-height: 30px
}

.disclamer ol {
    width: 100%;
    padding-inline-start: 20px
}

.disclamer-warning {
    background-color: #f8f9fa;
    display: flex
}

.disclamer-warning p {
    font-size: 72pt;
    line-height: 100px;
    text-align: center;
    color: #8b8b8b;
    margin: 40px 0
}

.lvl-block-container .final .result-adg {
    width: 25vw
}

.popup {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh
}

.popup.visible {
    visibility: visible
}

.popup.visible .popup__overlay {
    animation: a .3s linear forwards
}

.popup.visible .popup__content {
    animation: b .6s cubic-bezier(.165, .84, .44, 1) forwards
}

.popup__overlay {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .75)
}

.popup__content {
    position: relative;
    width: 65%;
    border-radius: 5px;
    padding: 40px 20px;
    transform: scaleY(.01) scaleX(0)
}

.popup__body,
.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup__body {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 80vw
}

.popup__message {
    max-width: 95%;
    font-size: 26px;
    text-align: center;
    color: #454a54;
    font-family: Open Sans Light, sans-serif;
    margin-top: 30px;
    margin-bottom: 45px
}

.popup__close-btn {
    width: 40px;
    height: 25px;
    border: none;
    position: absolute;
    top: 45px;
    right: -80px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background: url(../images/icon-popup-close.svg) no-repeat 50%/50%
}

.popup__actions {
    display: flex;
    justify-content: center
}

.popup__actions .btn {
    margin: 0 10px
}

.popup1 .popup__body {
    width: 80vw
}

.popup2 .popup__body {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-left: 170px
}

.popup2 .popup__body h3 {
    font-size: 30px
}

.popup2 .popup__body p {
    text-align: right;
    display: flex;
    align-items: center
}

.popup2 .popup__body p:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    background: url(../images/icon-4-1.png) no-repeat 50%/contain
}

.popup2 .popup__body p:nth-child(4):before {
    background: url(../images/icon-6-1.png) no-repeat 50%/contain
}

.popup2 .popup__body p:nth-child(5):before {
    background: url(../images/icon-3-1.png) no-repeat 50%/contain
}

.popup2 .popup__body p:nth-child(6):before {
    background: url(../images/icon-de.png) no-repeat 50%/contain
}

map {
    width: 100%
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        transform: scaleY(.005) scaleX(0)
    }
    50% {
        transform: scaleY(.005) scaleX(1)
    }
    to {
        transform: scaleY(1) scaleX(1)
    }
}

.show {
    opacity: 1!important
}

.hide,
.show {
    transition: opacity 1s
}

.hide {
    opacity: 0!important
}

.deep-hide {
    display: none!important
}

.deep-show {
    display: block!important
}

#radioButton {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    vertical-align: sub;
    margin-top: 10px
}

.lvl-block-container {
    height: 100vh;
    background: url(../images/backmain.png) no-repeat 50%
}

.lvl-block-container .lvl-block {
    position: absolute;
    top: 5vh;
    left: calc(50% - 45vw);
    width: 90vw;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px
}

.lvl-block-container .lvl-block .btn-container {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.lvl-block-container .lvl-block ul {
    list-style-type: none;
    padding-bottom: 40px
}

.lvl-block-container .lvl-block ul li {
    font-size: 25px
}

.lvl-block-container .lvl-block h3 {
    color: #8378d7;
    font-size: 40px;
    min-height: 100px
}

.lvl-block-container .lvl-block button {
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #8378d7;
    color: #ffdf01
}

.lvl-block-container .final .result-adg {
    padding: 5px;
    margin: 10px auto;
}

.lvl-block-container .final .result-adg p {
    font-size: 15px;
    padding-right: 10px;
    display: contents
}

.lvl-block-container .final a {
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #8378d7;
    color: #ffdf01
}

.lvl-block-container .final h3 {
    margin: 0;
    min-height: auto
}

.lvl-block-container .final h4 {
    font-size: 30px;
    color: #8378d7;
    background-color: #ffdf01;
    border-radius: 5px
}

.lvl-block-container .final .product-result {
    margin: 40px 0;
    height: 200px;
    background: url(../images/product.png) no-repeat 50%/contain
}

.lvl-block-container .final .result-adg-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between
}

.lvl-block-container .final .result-adg {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 6px 14px -2px rgba(0, 0, 0, .75)
}

.lvl-block-container .final .result-adg:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.lvl-block-container .final .result-adg__1:before {
    background: url(../images/lider.png) no-repeat 50%/contain
}

.lvl-block-container .final .result-adg__2:before {
    background: url(../images/tehnology.png) no-repeat 50%/contain
}

.lvl-block-container .final .result-adg__3:before {
    background: url(../images/flower.png) no-repeat 50%/contain
}

.final-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

@media screen and (max-width:1024px) {
    .main-container {
        background-position: 50%
    }
    .disclamer-warning p {
        font-size: 52pt
    }
}

@media screen and (max-width:768px) {
    .popup__content .popup__body p {
        font-size: 18px
    }
    .popup__close-btn {
        right: -58px
    }
    .popup2 .popup__body {
        padding-left: 30px
    }
    .main-container {
        background: url(../images/backmainmobile.png) no-repeat;
        background-position: 50%;
        background-size: cover
    }
    .preroll {
        background: url(../images/scene1mobile.png) no-repeat;
        background-size: cover;
        background-position: 50%
    }
    .disclamer p {
        font-size: 1em;
        margin: auto 10px
    }
    .lvl-block-container {
        height: 110vh
    }
    .lvl-block-container .final .result-adg:before {
        margin-right: 5px
    }
    .lvl-block-container .final .result-adg {
        width: 40vw
    }
    .final .result-adg {
        padding: 5px
    }
    .final .result-adg p {
        display: contents
    }
    .lvl-block-container .final .result-adg-container {
        flex-direction: column;
        max-width: 300px;
        margin: auto
    }
    .result-adg p {
        font-size: 8px
    }
}

@media screen and (max-width:680px) {
    .popup2 .popup__body h3 {
        font-size: 20px
    }
    .popup2 .popup__body p:before {
        width: 50px;
        height: 50px;
        margin-right: 5px
    }
    .popup__body {
        padding-left: 20px
    }
    .lvl-block-container .final h4 {
        font-size: 20px;
        margin-top: 0
    }
    .lvl-block-container {
        height: 110vh
    }
    .lvl-block-container .final a,
    .lvl-block-container .lvl-block button {
        font-size: 10px
    }
    .lvl-block-container .final .product-result {
        margin: 15px 0;
        height: 100px
    }
    .lvl-block-container .lvl-block ul {
        padding-bottom: 20px;
        padding-left: 0
    }
    .lvl-block-container .lvl-block ul li {
        font-size: 15px
    }
    .lvl-block-container .lvl-block h3 {
        font-size: 20px;
        min-height: 100px;
        min-height: 30px
    }
    .lvl-block-container .lvl-block h2 {
        font-size: 40px
    }
    .lvl-block-container .lvl-block button {
        font-size: 15px;
        padding: 10px;
        border-radius: 5px
    }
    #radioButton {
        width: 20px;
        height: 20px;
        margin-right: 20px;
        vertical-align: sub;
        margin-top: 10px
    }
    .final a {
        font-size: 15px;
        padding: 10px;
        border-radius: 5px;
        display: block
    }
}

@media screen and (max-width:415px) {
    .lvl-block-container .final .result-adg {
        width: 70vw
    }
    .lvl-block-container .final .result-adg p {
        font-size: 10px
    }
    .popup1 .popup__content .popup__body p {
        font-size: 18px
    }
    .message-container .message {
        padding: 10px
    }
    .popup__content .popup__body p {
        font-size: 8px
    }
    .popup__close-btn {
        right: -32px
    }
    .main-container h2 {
        font-size: 50px
    }
    .main-container .product {
        height: 200px;
        width: 300px
    }
    .main-container .desctop-navigation a .nav-img {
        width: 60px;
        height: 60px
    }
    .main-container .desctop-navigation a p {
        font-size: 15px
    }
    .preroll p {
        font-size: 50px;
        line-height: 50px;
        background-color: #000
    }
    .disclamer-warning p {
        font-size: 28pt
    }
}