* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
}

@media (max-width:820px) {
    html {
        scroll-behavior: smooth;
    }
}

:root {
    --index: calc(1vw + 1vh);
    --gutter: 10px;
    --size-small: 45;
    --size-big: 60;
    --size-small-txt: 25;
    --size-big-txt: 30;
    --depth: 7000px;
    --transition: .75s cubic-bezier(.075, .5, 0, 1);
}

@font-face {
    font-family: raleway_c;
    src: url(/_fonts/raleway-v22-cyrillic-300.woff2);
    font-weight: 300;
}

@font-face {
    font-family: raleway_c;
    src: url(/_fonts/raleway-v22-cyrillic-100.woff2);
    font-weight: 100;
}

@font-face {
    font-family: openSans_Bold;
    src: url(/_fonts/OpenSans_Condensed-Bold.ttf)
}

@font-face {
    font-family: openSans_Regular;
    src: url(/_fonts/OpenSans_Condensed-Regular.ttf)
}

@font-face {
    font-family: openSans_SemiBold;
    src: url(/_fonts/OpenSans_Condensed-SemiBold.ttf)
}

@font-face {
    font-family: openSans_Light;
    src: url(/_fonts/OpenSans_SemiCondensed-Light.ttf)
}

body {
    background-color: black;
    color: white;
    font-size: calc(var(--index) * .8);
    line-height: 1.5;
    height: auto
}

@media (min-width:820px) {
    body {
        height: var(--depth);
    }
}

.txtHeadFrame {
    font-size: calc(var(--index)*1.7);
    font-family: raleway_c;
    font-weight: 100;
}

@media (min-width: 820px) {
    .frame_text {
        width: calc(var(--index)*var(--size-small-txt));
        font-size: calc(var(--index)*0.8);
        padding: 10px;
        font-family: raleway_c;
        font-weight: 300;
    }
}

h3 {
    font-size: calc(var(--index)*1.3);
    font-family: raleway_c;
    font-weight: 100;
    margin-top: 15px;
}

p {
    font-size: calc(var(--index)*1.1);
    font-family: raleway_c;
    font-weight: 300;
}

@media(min-width:820px) {
    p {
        font-size: calc(var(--index)*0.6);
        font-family: raleway_c;
        font-weight: 300;
    }
}

@media (min-width:820px) {
    .text_left {
        position: relative;
        right: 22vw;
    }
}

@media (max-width:820px) {
    .text_top_center {
        position: relative;
        margin-top: calc(var(--index)*-37);
    }
}

.text_right {
    position: relative;
    left: 22vw;
}

.containerMob {
    display: block;
}

@media (min-width:820px) {
    .containerMob {
        display: none;
    }
}

.container {
    display: none;
}

@media (min-width:820px) {
    .container {
        width: 100%;
        height: 100%;
        position: fixed;
        perspective: 1500px;
        display: block;
    }
}

.gallery {
    transform-style: preserve-3d;
    height: 100%;
    transform: translateX(0);
    animation: opacityUpGalery 1.5s ease-in-out
}

.start-frime {
    width: calc(var(--index)*30);
    height: calc(var(--index)*10);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.start-frime_txt {
    text-align: center;
    margin-top: -10px;
    font-family: raleway_c;
}

.start-frime_txt_mob {
    font-family: openSans_Light;
    font-weight: 300;
    text-align: center;
}


.end-frime {
    margin: auto;
    width: calc(var(--index)*20);
    height: calc(var(--index)*10);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.end-frime_txt {
    font-size: calc(var(--index)*2);
    text-align: center;
    margin-top: -10px;
}

.frame {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition), opacity 0.75s ease-in-out;
    will-change: transform;
    transform-style: preserve-3d;
}

.frame-media {
    position: relative;
    width: calc(var(--index)*var(--size-big)*1.1);
    height: calc(var(--index)*var(--size-small)*0.8);
    background-position: center;
    background-size: cover;
}


@media (min-width:820px) {
    .frame-media {
        position: relative;
        width: calc(var(--index)*var(--size-big));
        height: calc(var(--index)*var(--size-small));
        background-position: center;
        background-size: cover;
        border-radius: 14px;
    }
}

.frame-media_left {
    right: calc(var(--size-small)/1 * var(--index) + var(--gutter));
}

@media(min-width:820px) {
    .frame-media_right {
        left: calc(var(--size-small)/1.5 * var(--index) + var(--gutter));
    }
}

@media (max-width:820px) {
    .frame-media-bottom_center {
        margin-top: 500px;
    }
}

.frame_bg {
    background-color: rgb(0 0 0 / .9);
}

video.frame-media {
    width: calc(var(--index)*var(--size-big)*2);
    height: calc(var(--index)*var(--size-small));
}

@media (min-width:820px) {
    video.frame-media {
        width: calc(var(--index)*var(--size-big));
        height: calc(var(--index)*var(--size-small));
    }
}

.opacityUp {
    animation: opacityUp 1s ease-out forwards;
}

.opacityDown {
    animation: opacityDown 1s ease-out forwards;
}

.opacityZero {
    display: none;
}

@media (min-width:820px) {
    .opacityZero {
        opacity: 0;
    }
}

.opacityDownShort {
    animation: opacityDownShort 1s ease-out forwards;
}

@keyframes opacityDown {

    from {
        transform: translateX(0px);

    }

    to {
        transform: translateY(4100px);

    }

}


@keyframes opacityUpGalery {

    from {
        transform: translateX(1500px);

    }

    to {
        transform: translateX(0px);

    }

}

@keyframes opacityDownShort {

    from {
        opacity: 1;

    }

    to {
        opacity: 0;

    }

}

@keyframes opacityUp {
    0% {
        transform: translateX(-1500px);
        opacity: 0;
    }

    30% {
        opacity: 0;

    }

    50% {
        opacity: .2;

    }

    70% {
        opacity: .6;

    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.menu_Toggle {
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    align-items: center;
    position: fixed;
    bottom: 3vh;
    right: 4vw;
}

@media (min-width:820px) {
    .menu_Toggle {
        width: 80px;
        height: 80px;
        border: 2px solid #ffffff;
        border-radius: 5px;
        align-items: center;
        position: fixed;
        bottom: 30px;
        right: 4vw;
    }
}

#menuToggle {
    display: block;
    z-index: 11;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#menuToggle span {
    display: block;
    width: 45px;
    height: 3px;
    top: -60px;
    left: 6px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

@media (min-width:820px) {
    #menuToggle span {
        display: block;
        width: 60px;
        height: 4px;
        top: -50px;
        left: 8px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
}

#menuToggle input:checked~span:nth-last-child(4) {
    opacity: 1;
    transform: translate(7px, -6px) rotate(45deg);
    background: #ee3131;
}

@media (max-width:820px) {
    #menuToggle input:checked~span:nth-last-child(2) {
        opacity: 1;
        transform: translate(5px, 4.5px) rotate(-45deg);
        background: #ee3131;
    }
}


@media (min-width:820px) {
    #menuToggle input:checked~span:nth-last-child(4) {
        opacity: 1;
        transform: translate(55px, -0px) rotate(45deg);
        background: #ee3131;
    }
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menu {
    position: fixed;
    width: auto;
    top: 15vh;
    right: 2vw;
    padding: 50px;
    background: #ffffff;
    list-style-type: none;
    transform: translate(120%, 0);
    border-radius: 5px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    z-index: 9999;

}

#menu li {
    padding: 10px;
    font-size: calc(var(--index)*1.4);
    transition: transform 0.3s ease-in-out;
    font-family: openSans_Regular;
}

@media(min-width:820px) {
    #menu li {
        padding: 10px;
        font-size: calc(var(--index)*0.8);
        transition: transform 0.3s ease-in-out;
        font-family: raleway_c;
    }
}

#menu li:hover,
li.hover {
    transform: translateX(-10px);
    color: tomato;
}

#menuToggle input:checked~ul {
    transform: none;
}

a {
    cursor: pointer;
}

.questionContainerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    grid-column: 1;
}

.questionContainer {
    padding-top: calc(var(--index)*5);
    width: 80vw;
    margin: auto;
    display: grid;
    grid-template-rows: 150px 65%;
    z-index: -999;
    position: fixed;
    left: 25px;
    gap: 15px;
}

@media (min-width:820px) {
    .questionContainer {
        padding-top: calc(var(--index)*5);
        width: 60vw;
        height: 1600px;
        margin: auto;
        display: grid;
        grid-template-columns: 35% 65%;
        grid-template-rows: 35% 65%;
        z-index: -999;
        position: fixed;
        left: 50px;
        gap: 45px;
    }
}

.soundButton {
    width: calc(var(--index)*8);
    position: fixed;
    left: 20px;
    bottom: 12px;
    cursor: pointer;
    transition: 1s ease-in-out;
    z-index: 11;
}


@media (min-width:820px) {
    .soundButton {
        width: calc(var(--index)*4);
        left: 8vw;
        bottom: 2vw;
    }
}

.soundButton.pause {
    opacity: .25;
}

.soundButtonRabbit.pause {
    opacity: .25;
}

.soundButtonRabbit {
    width: calc(var(--index)*4);
    position: fixed;
    right: 3vw;
    top: 10px;
    cursor: pointer;
    transition: 1s ease-in-out;
    z-index: 999999;
}

.madeIn {
    width: 80px;
    height: auto;
    position: fixed;
    left: 25px;
    top: 25px;
    object-fit: cover;
    z-index: 99999;
    transition: 1s ease-in-out;
}

.madeIn.goSide {
    transform: translateX(-300px);
}

@media (min-width:820px) {
    .soundButtonRabbit {
        position: fixed;
        width: calc(var(--index)*2);
        left: 3vw;
        bottom: 3.6vw;
        top: auto;
        z-index: 10000;
    }
}

.botomPlace {
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    width: 100%;
    height: 15vh;
    background-color: #000000;
    z-index: 1;
    display: block;
    border-radius: 15px 15px 0px 0px;
}

.menuSpace {
    display: block;
    height: 15vh;
}


.swipDown {
    position: fixed;
    bottom: 25px;
    left: 0px;
    right: 0px;
    width: calc(var(--index)*6);
    margin: auto;
    transition: 1s ease-in-out;
    z-index: 10;
}

.swipDownUp {
    animation: swipDownUp 1s ease-in-out forwards;
}

@keyframes swipDownUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width:820px) {
    .swipDown {
        width: calc(var(--index)*3);
        margin: auto;
        margin-top: 10px;
        transition: 1s ease-in-out;
    }
}

.swipDown.noneVisible {
    opacity: 0;
}

.ankor.noneVisible {
    opacity: 0;
}

.startFrimeImg.noneVisible {
    opacity: 0;
}

.soundButtonRabbit.noneVisible {
    opacity: 0;
}

.frame-media_center {
    margin-top: 70vh;
}

.web {
    display: none;
}

@media (min-width:820px) {
    .web {
        display: block;
    }
}

.mob {
    display: block;
}

@media (min-width:820px) {
    .mob {
        display: none;
    }
}

.displayNone {
    display: none !important;
}

.ankor {
    position: fixed;
    bottom: 25px;
    left: 0px;
    right: 0px;
    width: calc(var(--index)*6);
    margin: auto;
    transition: 1s ease-in-out;
    z-index: 10;
}

@media (min-width:820px) {
    .ankor {
        width: calc(var(--index)*3);
        bottom: 25px;
    }
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

div#slider {
    overflow: hidden;
}

div#slider figure img {
    width: 20%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite;
}

.contactBanner {
    display: grid;
    width: 90%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: auto;
    margin-top: 50px;
    align-items: center;
}

a {
    transition: all 300ms ease-in-out;
}

.contactBanner>a:hover {
    transform: scale(1.1, 1.1);
}

.titleMenu {
    font-weight: 100;
    font-size: 18px;
}

.telMenu {
    margin-top: 20px;
    font-weight: 300;
    font-size: 22px;
}

.mailMenu {
    margin-top: 10px;
    font-weight: 300;
    font-size: 20px;
}

.titleMenu_2 {
    font-weight: 300;
    font-size: 18px;
    margin-top: 5px;
}

@media(min-width:820px) {
    .titleMenu_2 {
        font-size: 22px;
        margin-top: 5px;
    }
}

.contentMenu {
    font-size: 12px;
}

@media (min-width:820px) {
    .contentMenu {
        font-size: 16px;
    }
}

.questionContainerTxt {
    background-color: #000000;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:820px) {
    .questionContainerTxt {
        margin-left: 30px;
        grid-column: 2;
    }

    .contactBanner {
        width: 70%;
        margin: 0;
        margin-top: 35px;
    }

    .titleMenu {
        font-weight: 100;
        font-size: 30px;
    }

    .telMenu {

        font-size: 32px;
    }

    .mailMenu {

        font-size: 30px;
    }

}


.containerMob {
    width: 90vw;
    display: grid;
    margin: auto;
    grid-template-rows: 85vh auto;
    transition: all .6s ease-in-out
}

@media (min-width:820px) {
    .containerMob {
        display: none;
    }
}

.videoMob {
    width: 100%;
}

.frameGroup {
    padding-right: 25px;
    margin-top: 20px;
    width: 100%;
    margin-left: 20px;
}

.frameGroupEnd {
    padding-right: 25px;
    margin-top: 150px;
    width: 100%;
    min-height: 600px;
    margin-left: 20px;
}


.slideShow {
    margin-top: 30px;
    width: 100%;
    height: 175px;
    max-width: 350px;
    margin-bottom: 20px;
}

.startFrimeImg {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: calc(var(--index)*25);
    transition: .6s ease-in-out;
}

.separateLineDown {
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 20px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    text-align: right;
    line-height: 0.5;
    padding-bottom: 12px;
    font-family: openSans_Light;
}

.separateLineUp {
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 20px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    font-family: openSans_Light;
}

.txtHeadFrameMob {
    font-family: openSans_Bold;
    font-size: 18px;
}

a {
    text-decoration: none;
}

.txtHeadFrameMobcont {
    font-family: openSans_Light;
    font-size: 22px;
}

.txtMob {
    font-family: openSans_Light;
    font-size: 16px;
}


.space {
    display: block;
    height: 24px;
}

.menuFrameMob {
    position: absolute;
    display: grid;
    width: 90vw;
    height: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    grid-template-rows: 150px auto;
    margin-top: 70px;
    transform: translateX(-500px);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    background-color: #000000;
}

@media (min-width:820px) {
    .menuFrameMob {
        display: none;
    }
}

.menuFrameMob.show {
    transform: translateX(0px);
}

.containerMob.disapear {
    opacity: 0;
}

.linkContact {
    width: 100px;
    height: 35px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid white;
    border-radius: 2px;
    text-align: center;
    line-height: 35px;
    font-family: openSans_Regular;
    padding-left: 10px;
    padding-right: 10px;
}

.lineContact {
    display: block;
    width: 20px;
    height: 3px;
    border-bottom: 1px solid #ffffff;
}


.contactGrid {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    row-gap: 20px;
}

.topPlace {
    display: block;
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100vw;
    background-color: #000000;
    z-index: 9999;
}

@media (min-width:820px) {
    .topPlace {
        display: none;
    }
}