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

html,
body {
    padding: 0;
    margin: 0;
    font-family: Arimo, sans-serif!important;
    line-height: 1.2;
    font-size: 16px;
    overflow-y: hidden;
    transition: 1s ease-in-out;
}

a {
    color: white!important;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,
:active {
    outline: none;
}
a:focus,
a:active {
    outline: none;
}
aside,
nav,
footer,
header,
section {
    display: block;
}
html,
body {
    width: 100vw;
    height: 100%;
    min-width: 320px;
}

input,
button,
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
a:hover{
    color:black!important;
    text-decoration:none;
}
p#kir-abs {
    position: absolute;
    right: 2vw;
    top: 48vh;
    margin: 0px;
    width: 30%;
}

p#ver-abs {
    position: absolute;
    margin: 0;
    width: 30%;
    top: 40vh;
    right: 5vw;
}

p#igor-abs {
    position: absolute;
    margin: 0;
    width: 35%;
    right: 1vw;
    top: 47.3vh;
}
.scrollbar{
    display: flex;
    position: fixed;
    width: 100%;
    height: 10%;
    left: 0;
    bottom: 0;
    border:1px solid black;
    border-top: none;
    background-color: white;
    z-index: 999999999;
}
.name{
    font-family: Arimo;
    font-style: normal;
    font-weight: bold;
    font-size: 1.4vw;
    line-height: 86.49%;
    text-align: center;
    text-transform: uppercase;
    color: #231F20;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
}
.name:hover{
    color:red!important;
}
.camera-item{
    cursor: pointer;
}
.camera{
    transition: 0.3s ease-in-out;
    height:3.5vh;
}
.one-name {
    width: 15%;
    margin: 4vh auto;
    text-align: center;
    display:inline-block;
    
}

.line {
    position: fixed;
    bottom: 0;
    left: 0;
    border: 1px solid black;
    height: 5%;
    width: 100%;
    z-index:-1;
}
.white-back {
    position: absolute;
    left: 13%;
    bottom: 0;
    width: 15%;
    height: 65%;
    background: white;
    z-index: -1;
    filter: blur(0.7vh);
}
a{
    text-decoration: none!important;
}

.text-one{
    background:#873D78;
    width: 100vw;
    height: 100%;
}
p.text {
    width: 40%;
    font-weight: 100;
    font-size: 1.15vw;
    line-height: 120%;
/* or 22px */
    color: #FFFFFF;
    margin: 5%;
    margin: 5% 30% 0% 5%;
}

.text-one h1 {
    width: 20%;
    margin: 0% 0% 0% 5%;
    font-size: 4vw;
    line-height: 84.49%;
/* or 55px */
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}
.text-one{
    display: inline-block;
}

img.buro-logo {
    margin: 5%;
    margin-right: 9vh;
    vertical-align: text-top;
    height: 3vh;
    /* opacity: 0; */
}

img.lg-logo {
    position: absolute;
    bottom: 5%;
    height: 3vh;
    left: 5%;
    cursor:pointer;
    /* opacity: 0; */
}
.lg-logo-absolute{
    position: fixed;
    bottom: 15%;
    height: 4vh;
    left: 2%;
}
.buro-logo-absolute{
    position: fixed;
    left: 2%;
    top: 5%;
    height: 3vh;
}
.play-icon{
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 6vh;
    height: 6vh;
    transition: 1s ease-in-out;
    z-index: 100;
    cursor:pointer;
}

.slider{
    display: flex;
    height: 90vh;
    width: 400%;
}
.slide-1{
    height: 100%;
    display: flex;
    /* z-index: 100000; */
}
.video-part{
    height: 100%;
    display: inline-block;
    max-width: 100vw;
}
/* Ñ…Ñ€Ð¾Ð¼, ÑÐ°Ñ„Ð°Ñ€Ð¸ */
.element::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.element { -ms-overflow-style: none; }

/* Ñ„Ñ„ (ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð¾ Ð±Ð¾Ð»ÑŒÑˆÐµ Ð½Ðµ Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚, Ð´Ñ€ÑƒÐ³Ð¸Ñ… ÑÐ¿Ð¾ÑÐ¾Ð±Ð¾Ð² Ñ‚Ð¾Ð¶Ðµ Ð½ÐµÑ‚)*/
.element { overflow: -moz-scrollbars-none; }

img.timeline {
    height: 70%;
    position: absolute;
    bottom: 15%;
    left: 60px;
}
video::-webkit-media-controls {
    display:none !important;
  }

  .slide-2 {
    height: 100%;
    display: flex;
}

.part-text-one {
    position: relative;
    width: 35vw;
    height: 100%;
    display: inline-block;
    background: linear-gradient(155.2deg, rgba(96, 66, 90, 0.25) 0%, rgba(255, 255, 255, 0) 99.19%), #FFFFFF;
    border: 1px solid;
}



.photo-kir-1 {border-top: 1px solid;display: inline-block;height: 100%;}

.kir-1{
    border-bottom: 1px solid black;
    height: 100%;
}

.part-text-two {
    width: 35vw;
    background: white;
    height: 100%;
    background: #873D78;
    border: 1px solid #000000;
    border-right: none;
    position: relative;
}

.photo-kir-2 {height: 100%;}

img.kir-2 {
    height: 100%;
    border:1px solid black;
    border-right: none;
}

.photo-kir-3 {border: 1px solid black;height: 100%;border-right: none;}

img.kir-3 {
    height: 100%;
    
}

.part-text-three {
    position: relative;
    width: 38vw;
    background: linear-gradient(155.2deg, rgba(96, 66, 90, 0.25) 0%, rgba(255, 255, 255, 0) 98.73%), #FFFFFF;
    border: 1px solid #000000;
    border-right: none;
    border-bottom: 1px solid;
}

.part-text-two p.text-1, .part-text-two p.text-2 {
    width: 80%;
    font-size: 2vw;
    line-height: 120%;
    /* transition:1s ease-in-out; */
/* or 36px */
    color: #FFFFFF;
    position: absolute;
    left: 10%;
    font-weight: 600;
}

img.switcher {
    width: 10px;
    height: 10px;
    margin-right: 30px;
    cursor:pointer;
    transition:1s ease-in-out;
}

.switchers {
        position: absolute;
        left: 10%;
}

.part-text-three p.text-1 {
    position: absolute;
    font-size: 1.7vw;
    line-height: 120%;
    
/* or 36px */
    color: #231F20;
    width: 80%;
    left: 10%;
    font-weight: 600;
}

img.kirill-bubble {
    height: 16vw;
    margin-top: 10%;
    margin-right: 10%;
    position: absolute;
}

h1.person-name {
    font-size: 5vw;
    line-height: 86.49%;
/* or 83px */
    text-transform: uppercase;
    color: #231F20;
    margin: 30vh 12% 4% 12%;
    font-weight: 700;
}

p.about-person, .about-person-absolute {
    font-size: 1.2vw;
    line-height: 99.99%;
/* or 18px */
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-left: 12%;
    margin-right: 40%;
    margin-bottom: 1vh;
}
video{
    border: 1px solid black;
    border-right: none;
    /* margin-right: -2px; */
}
.text-one{
    border: 1px solid black;
    border-right: none;
    position:relative;
    z-index: 100000000;
}



.slide-3 {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 99999;
}

.hoover-text {
    border: 1px solid;
    position: relative;
    width: 45vw;
    background: linear-gradient(155.2deg, rgba(96, 66, 90, 0.25) 0%, rgba(255, 255, 255, 0) 54.76%), #FFFFFF;
}

.hoover-back {
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: relative;
    width: 20vw;
    background: #873D78;
}

img.hoover-photo {
    height: 100%;
    border: 1px solid;
    border-left: 0px;
}

img.hoover-absolute {
    position: absolute;
    right: -30%;
    display: flex;
    width: 60%;
    z-index: 100;
}
.credits{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: soft-light;
    backdrop-filter: blur(10px);
    font-size: 2.5vh;
    line-height: 119.99%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    opacity: 1;
}
.fade-credits{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0px;
    left:0px;
    display: none;
    z-index: 100000;
}
.credits-page{
    position: absolute;
    bottom: 10vh!important;
    right: 10px;
    display: none;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: soft-light;
    backdrop-filter: blur(10px);
    font-size: 1.6vh;
    line-height: 2.2vh;
    /* or 17px */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    z-index: 100000000;
    font-weight: 600;
    padding: 20px;
}
.credits-page a{
    color:black!important;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.credits-page a:hover{
    color:rgb(95, 95, 95)!important;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.credits-mob{
        position: absolute;
        right: 3%;
        bottom: 5%;
        font-size: 18px;
        line-height: 119.99%;
        text-align: center;
        text-transform: uppercase;
        color: white;
        border: 1px solid white;
        padding: 7px 10px;
        font-weight: 600;
        cursor: pointer;
        opacity: 1;
}
.credits-page-mob{
    position: absolute;
    right: 3%;
    bottom: 10%;
    font-size: 3.7vw;
    line-height: 137%;
    text-align: center;
    text-transform: uppercase;
    display: none;
    color: white;
    font-weight: 500;
    padding: 20px 10px;
    width: fit-content;
}

img.hoover-buuble {
    position: absolute;
    top: 8vh;
    right: 10vw;
    width: 13vw;
}

h2.hoover-dinamic {
    margin-top: 25vh;
    margin-left: 10%;
    font-size: 3.9vw;
    line-height: 100%;
/* or 52px */
    text-transform: uppercase;
    color: #231F20;
}
.hoover-photo {
    height:100%;
    width: 35vw;
}


.switcher{
    opacity: 0.5;
}
.switcher.active{
    opacity: 1;
}
.hidden {
    display: none;
    opacity:0;
}

img.mute{
    height:30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
img.fullscreen{
    height:30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
img.fullscreen.this-on{
    top: 10px!important;
}

.video-part {
    position: relative;
}
.bubble{
    position:fixed;
    bottom: 14vh;
    left: 10vw;
    transition:.5s ease-in-out;
    animation: eye 4s ease-in-out infinite;
    z-index: 9999;
    cursor:pointer;
}
.bubble-image{
    width: 12vw;
    height: 12vw;
}
.bubble-text{
    position: absolute;
    left: -3vw;
    top: -3vw;
    width: 18vw;
    height: 18vw;
    transition:1s ease-in-out;
    animation: 10s linear 0s normal none infinite running rot;
    -webkit-animation: 10s linear 0s normal none infinite running rot;
    opacity:0;
}
.avatars {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 55%;
}

.avatar {
    width: 16vw;
    height: 16vw;
    left:2vw;
    top:2vw;
    position: absolute;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.avatar-div {
    height: 20vw;
    width: 20vw;
    position: absolute;
}

img.avatar-txt {
    position: absolute;
    width: 20vw;
    height: 20vw;
    animation: 15s linear 0s normal none infinite running rot;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

div#rodin {
    left: 0px;
    top: 40vh;
    animation: 7s linear 0s normal none infinite running rodin;
}

div#pocheueva {
    left: 18vw;
    top: 50vh;
    animation: 6s linear 0s normal none infinite running poch;
}

div#gavar {
    left: 20vw;
    top: 5vh;
    animation: 10s linear 0s normal none infinite running gavar;
}
img#prod {
    left: 36vw;
    top: 31vh;
    animation: 8s linear 0s normal none infinite running prod;
}
@keyframes rodin {
    50% { transform: translate(0,0vh);}
    50% { transform: translate(0,10vh);}
   }
@keyframes poch {
    50% { transform: translate(0,0vh);}
    50% { transform: translate(0,5vh);}
   }
@keyframes gavar {
    50% { transform: translate(0,0vh);}
    50% { transform: translate(0,18vh);}
   }
@keyframes prod {
    50% { transform: translate(0,0vh);}
    50% { transform: translate(0,15vh);}
   }
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes eye {
    50% { transform: translate(0,40px);}   
    50% { transform: translate(0,-40px);}
   }

@keyframes eye_safari {
    50% { transform: translate(0,40px) rotate(-90deg);}   
    50% { transform: translate(0,-40px) rotate(-90deg);}
   }

.bubble.safari{
    animation: eye_safari 4s ease-in-out infinite!important;
    transform: rotate(-90deg)!important;
}

   .kirill-bubble,
   .hoover-buuble{
    transition:5s ease-in-out;
    animation: eye 5s ease-in-out infinite;
   }
.video-part{
    z-index: 10000;
}
.slide-2{
    z-index:0;
}

p.hoover-dinamic-text {
    font-size: 1.3vw;
    line-height: 120%;
/* or 29px */
    text-transform: uppercase;
    color: #231F20;
    margin: 0 20% 0 10%;
    font-weight:700;
}
.mobile{
    display:none;
}
.desktop{
    display:block;
}

@media screen and (max-width: 1024px){
    .height{
        width: 100%;
    }
    .backdrop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 100%;
        z-index: 100000;
        background-image: url(../img/backdrop.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .credits-page-mob a{
        color:white!important;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .credits-page-mob a:hover{
        color:rgb(95, 95, 95)!important;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .part-1 {
        border: 1px solid black;
        border-bottom:0px!important;
    }
    
    .part-video {
        border: 1px solid black;
        border-bottom:0px!important;
    }
    
    video {
        border-right: 1px solid black!important;
    }
    
    img.bubble {
        width: 35vw;
        top: 10vw;
    }
    
    .part-name {border: 1px solid black!important;/* border-bottom:0px!important; */}
    
    .part-photo-1 {border: 1px solid black!important;border-bottom:0px!important;}
    
    .part-text-2 {border: 1px solid black!important;border-bottom:0px!important;}
    
    .part-photo-2 {border: 1px solid black!important;border-bottom:0px!important;}
    
    .part-text-3 {
        border: 1px solid black!important;
        border-bottom:0px!important;
    }
    
    .part-photo-3 {
        border: 1px solid black!important;
        border-bottom:0px!important;
    }
    
    .hoov-text-1 {
        border: 1px solid black!important;
        border-bottom:0px!important;
    }
    
    .hoov-photo-1 {
        border: 1px solid black!important;
        border-bottom:0px!important;
    }
    
    .hoov-text-2 {
        border: 1px solid black!important;
        border-bottom:0px!important;
    }
    
    .hoov-text-3 {
        border: 1px solid black!important;
        border-bottom:0px!important;
    }
    
    .hoov-text-4 {
        border: 1px solid black!important;
        border-bottom:0px!important;
    }
    
    section.mobile {
        border-left: 1px solid black;
        border-right: 1px solid black;
    }
    html,body{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .desktop{
        display:none;
    }
    .mobile{
        display:block;
        width: 100vw;
    }
    .part-2{
        width: 100%;
    }
    .part-1 {
        position: relative;
        background: #873D78;
        border: 1px solid #000000;
        border-right: none;
        border-bottom: none;
        box-sizing: border-box;
        width: 100%;
        height: 90vh;
        z-index: 10000;
    }
    
    h2.part-title {
        margin-top: 15vh;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 4.5vh;
        line-height: 86.49%;
    /* or 31px */
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    p.part-text {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-top: 3vh;
        font-size: 2.5vh;
        line-height: 109.99%;
    /* or 20px */
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .main {
        display: block;
    }
    
    .scroll-part {
        width: 100%;
        border: 0px;
        left: 0px;
        height: 100%;
    }
    
    img.logo-buro {
        position: absolute;
        left: 10%;
        top: 5%;
        width: 20%;
    }
    
    img.logo-lg {
        position: absolute;
        right: 10%;
        top: 5%;
        width: 50%;
    }
    
    .footer {
        font-size: 18px;
        line-height: 109.99%;
    /* or 20px */
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    video.video-play {
        width: 100%;
        margin-bottom: -8px;
        z-index: 10000;
    }
    
    .part-video {
        position: relative;
        z-index: 10000;
    }
    
    .part-name {
        height: 125vw;
        position: relative;
        background: linear-gradient(155.2deg, rgba(96, 66, 90, 0.25) 0%, rgba(255, 255, 255, 0) 99.19%), #FFFFFF;
        border: 1px solid #000000;
        border-right: none;
        border-bottom: none;
        box-sizing: border-box;
    }
    
    h2.this-name {
        margin-top: 10%;
        width: 80%;
        margin-left: 10%;
        font-size: 15vw;
        line-height: 86.49%;
    /* or 62px */
        text-transform: uppercase;
        color: #231F20;
    }
    
    p.this-text {}
    
    p.this-text {
        width: 70%;
        font-size: 6vw;
        line-height: 100%;
    /* or 24px */
        text-transform: uppercase;
        color: #000000;
        margin-left: 10%;
        font-weight: bold;
        margin-top: 3vh;
    }
    
    p.text {
        width: 80%;
        height: fit-content;
        font-size: 5.6vw;
        font-weight: 500;
        line-height: 120%;
    /* or 24px */
        text-transform: uppercase;
        color: #FFFFFF;
        /* padding: 5vh 10%!important; */
        /* margin:0!important; */
        margin: 5vh auto;
        vertical-align: middle;
    }
    
    .part-text-2 {
        background: #873D78;
        border: 1px solid #000000;
        border-right: none;
        border-bottom: none;
        box-sizing: border-box;
        display: flex;
        /* height: 100vh; */
    }
    
    .part-text-3 {
        background: linear-gradient(155.2deg, rgba(96, 66, 90, 0.25) 0%, rgba(255, 255, 255, 0) 98.73%), #FFFFFF;
        border: 1px solid #000000;
border-right: none;
    border-bottom: none;
        box-sizing: border-box;
    }
    
    p.text-long {
        width: 100%;
        font-size: 5.6vw;
        line-height: 120%;
    /* or 24px */
        color: #231F20;
        padding: 5vh 10%;
        margin:0!important;
    }
    
    img.bubble-igor {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50vw;
        transition: 5s ease-in-out;
        animation: eye 4s ease-in-out infinite;
    }
    
    .part-photo-2 img,.part-photo-1 img,.part-photo-3 img {
        width: 100%;
        height: 100%;
    }
    .scroll-line {
        width: 100%;
        position: fixed;
        height: 6vh;
        background: white;
        bottom: 0;
        left: 0;
        border: 1px solid black;
        z-index: 100000000;
    }
    
    p.name-part {
        width: 70%;
        font-size: 3vh;
        margin-top: 1.7vh;
        line-height: 86.49%;
    /* or 16px */
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        color: #CC1F35;
        z-index: 200;
        position: relative;
        margin-left: 15%;
    }
    
    img.strela {
        position: absolute;
        top: 2.5vh;
        right: 3vw;
        height: 1vh;
        z-index: 100;
        cursor: pointer;
    }
img.line-arrow {
    position: absolute;
    left: 1vw;
    height: 1vh;
    top: 2.5vh;
    width: 50%;
    z-index: 100;
    cursor: pointer;
}

.white-shadow {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 80%;
    top: 10%;
    z-index: 110;
    background: white;
    filter: blur(1vw);
}
.hoov-text-1 {
    background: linear-gradient(121.27deg, rgba(96, 66, 90, 0.25) 40.27%, rgba(255, 255, 255, 0) 87.36%), #FFFFFF;
    border: 1px solid #000000;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    color: black;
    height: fit-content;
}

img.hoov-bubble {
    width: 70%;
    margin: 15%;
    animation: eye 4s ease-in-out infinite;
}

h2.hoov-title {
    position: relative;
    font-size: 8vw;
    line-height: 100%;
/* or 36px */
    text-transform: uppercase;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    z-index: 10000;
}

p.hoov-text {
    font-size: 5.7vw;
    line-height: 100%;
/* or 24px */
    padding-bottom: 9vh;
    width: 90%;
    padding-left: 10%;
    margin:0px!important;
}

.hoov-photo-1 img {
    width: 100%;
    height: 100%;
}

.hoov-text-2 {
    background: #873D78;
    color: white;
    padding-top: 10%;
    padding-bottom: 1%;
    height: fit-content;
}

.hoov-text-3 {
    padding: 10% 0%;
    z-index: -2;
    position: relative;
    background: linear-gradient(121.27deg, rgba(96, 66, 90, 0.25) 40.27%, rgba(255, 255, 255, 0) 87.36%), #FFFFFF;
    border: 1px solid #000000;
    border-right: none;
    border-bottom: none;
    color: #231F20;
    height: 64vh;
}

.hoov-text-4 {
    background: #873D78;
    color: white;
    position: relative;
    height: fit-content;
}
.hoov-text-3 img {
    position: absolute;
    z-index: -1;
    bottom: 2vh;
    height: 190%;
    right: -10%;
    width: 65vw;
}

.hoov-text-4 img {
    z-index: 10;
    margin-bottom: -9vh;
    max-width: 90%;
}
img.camera-point {
    margin-left: 45.5%;
    width: 9%;
    height: 100%;
    z-index: 2000;
    position: relative;
}
}
.view{
    opacity:1!important;
}
.exclaimer,
.declaimer {
    background: rgba(135, 61, 120, 1);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 10000000000000;
    transition: 1s ease-in-out;
    display:none;
}
.dec-cont {
    margin: 55vh auto 0;
    width: 50vw;
}

.button-2 {
    margin: 0 15vw!important;
    text-align: center!important;
    width: 20vw!important;
}

.button,.button-2 {
    border: 1px solid white;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 119.99%;
/* identical to box height, or 22px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    /* margin: 50vh 42.5vw; */
    cursor: pointer;
    width: 35%;
    display: inline-block;
    margin-left: 20%;
    margin-top: 3%;
}
.button:hover,.button-2:hover {
    background-color:white;
    color: rgba(135, 61, 120, 1);
}
.this-texts {
    /* position: absolute; */
    font-weight: bold;
    font-size: 18px;
    line-height: 119.99%;
/* or 22px */
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 50%;
    /* top: 30vh;
    right: 42vw; */
    display: inline-block;
}
/* img.arrow-1 {
    position: absolute;
    right: 40vw;
    top: 40vh;
}

img.arrow-2 {
    position: absolute;
    right: 34vw;
    top: 20vh;
    transform: rotate(-90deg);
} */

img.arrow-1 {
    margin-top: 16%;
    margin-left: 3%;
}

img.arrow-2 {vertical-align: top;margin-top: 13%;margin-left: -4%;}
.declaimer{
    display:none
}
img.arrow-3 {
    display: block;
    width: 35%;
    transform: rotate(90deg);
    margin: 20% auto;
}
.blocker {
    width: 60vw;
    margin: 30vh 20vw 0;
    height: 60vh;
}


.share{
    position: fixed;
    top: 2%;
    right: 3%;
    z-index: 10000000000000000000;
    width: 30px;
    text-align: center;
}
.share-logo{
    position: relative;
    right:-100px;
}
.share img {
    max-width: 25px;
    max-height: 25px;
    cursor: pointer;
    margin: 5px 0;
    transition: 1s ease-in-out;
}

img.trigger {
    display: block;
}



