@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap');

*, html {
    scroll-behavior: smooth !important;
}

html {
    -webkit-font-feature-settings: "liga", "clig";
    font-feature-settings: "liga", "clig";
    font-size: 10px;
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #6e7a86;
    font-family: Montserrat, -apple-system, blinkmacsystemfont, Segoe UI, Helvetica, Helvetica Neue, sans-serif !important;
    margin: 0;
    overflow: hidden
}

svg {
    width: 100%;
    height: 100%;
}

#follower {
    position: absolute;
    top: 50%;
    left: 50%;
}

/*#follower #circle {*/
#circle {
    position: absolute;
    background: #6e7a86;
    border-radius: 50%;
    opacity: 1.0;
    height: 3.5em;
    width: 3.5em;
    margin-top: -1.75em;
    margin-left: -1.75em;
    z-index: 2000;
    /*backdrop-filter: hue-rotate(180deg) invert(90%) ;*/
    backdrop-filter: hue-rotate(180deg);
    pointer-events: none;
    mix-blend-mode: difference;
    transition: width 0.2s, height 0.2s, margin 0.2s

}

.content {
    color: #6e7a86;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding: 15rem 22.5%;
    scroll-snap-align: start;
}

/**/
.im, .txt {
    box-sizing: border-box;
    display: block;
    background: #6e7a86;
    width: 100%;
    height: 100vh;
}

section {
    box-sizing: border-box;

}

.txt {
    /*padding: 50px;*/
    height: auto;
}


.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    height: 7vh;
    width: 100%;
    min-width: 100%;
    z-index: 10000;
    background-blend-mode: multiply;
}


.mmenu {
    margin: 20px auto 0;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: .2rem;
    justify-content: center;
    flex-grow: 1;
    align-self: start;

}

.menu a, .menu p {
    margin: 0;
    font-size: 1em;
    /*letter-spacing: .2rem;*/
    /*TODO ddd*/
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
    color: white;
    font-family: Montserrat, -apple-system, blinkmacsystemfont, Segoe UI, Helvetica, Helvetica Neue, sans-serif !important;
    font-weight: 100;
    margin: .8rem 0;

}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.4em;
    font-weight: 700;
}

strong {
    font-weight: 400;
}

p {
    font-family: Montserrat, -apple-system, blinkmacsystemfont, Segoe UI, Helvetica, Helvetica Neue, sans-serif !important;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.3;
    margin: .8rem 0;
}


.l::-webkit-scrollbar, .r::-webkit-scrollbar {
    display: none;
}


.l, .r {
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    width: 50vw;
    height: 100vh;
    overflow-y: scroll;
}

.l {
    background: #6e7a86;
    width: 50%;

}

.r {
    background: #6e7a86;
    width: 50%;
}

.wrv {
    display: flex;
    flex-direction: row;
    background: #6e7a86;
    width: 100%;
    height: 100vh;
}

* {
    margin: 0;
    padding: 0;

}




@keyframes animatedBackground {
    0% {
        background-position: left;
    }
    50% {
        background-position: right;
    }
    100% {
        background-position: left;
    }
}

@keyframes animatedBackground2 {
    0% {
        background-position: right;
    }
    50% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}


.prel {
    display: block;
    width: 50vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;

}

.prer {
    display: block;
    width: 50vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.l_main {
    display: block;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background: #6e7a86;
    background-image: url("../img/karpaty_fhd.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: animatedBackground 180s linear infinite;

}

.r_main {
    display: block;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    background: #6e7a86;
    margin-left: -50vw;
    background-image: url("../img/karpaty_fhd.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: animatedBackground 180s linear infinite;

}

.wraplogol {
    display: flex;
    margin-top: -100vh;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: 5000;
}

.wraplogor {
    display: flex;
    margin-top: -100vh;
    margin-left: -50vw;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: 5000;
}


.logol {
    background-image: url("../img/logo.png");
    background-position-y: center;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40vw;
    height: 25vh;
    z-index: 5000;
    margin: auto;
}


.logor {
    background-image: url("/img/logo.png");
    background-position-y: center;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40vw;
    height: 25vh;
    z-index: 5000;
    margin: auto;

}


/* ---------------------------------------------------------- */
.ins {
    display: block;
    position: relative;
    width: 50vw;
    height: 100vh;
}

/*=====================sec1==================================*/
.l_1_1 {
    /*width: 200vw;*/
    /*background: green;*/
    background-image: url("../img/i2_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;


}

.l_1_2 {
    background-image: url("../img/i2_2.webp");
    margin-top: -100vh;
    background-position-y: center;
    background-size: cover;
    animation: transpslide 20s linear infinite, animatedBackground 20s linear infinite;
}


/*=====================sec1==================================*/
/*=====================sec2==================================*/
.l_2_1 {
    background-image: url("../img/l_2_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 80s linear infinite;
}

/*=====================sec2==================================*/
/*=====================sec3==================================*/
.l_3_1 {
    background-image: url("../img/l_3_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;

}

.l_3_2 {
    background-image: url("../img/l_3_2.webp");
    margin-top: -100vh;
    background-position-y: center;
    background-size: cover;
    animation: transpslide 20s linear infinite, animatedBackground 20s linear infinite;
}

/*=====================sec3==================================*/
/*=====================secr1==================================*/
.r_3_1 {
    background-image: url("../img/r_1_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r_3_2 {
    margin-top: -100vh;
    background-image: url("../img/r_1_2.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_2 60s linear infinite;
}

.r_3_3 {
    margin-top: -100vh;
    background-image: url("../img/r_1_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_3 60s linear infinite;
}

/*=====================secr1==================================*/
/*=====================secr2==================================*/
.r2_3_1 {
    background-image: url("../img/r_2_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite;
}

.r2_3_2 {
    margin-top: -100vh;
    background-image: url("../img/r_2_2.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_2 60s linear infinite;
}

.r2_3_3 {
    margin-top: -100vh;
    background-image: url("../img/r_2_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 60s linear infinite;
}

/*=====================secr2==================================*/
/*=====================secr3==================================*/
.r3_3_1 {
    background-image: url("../img/r_3_2.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite;
}

.r3_3_2 {
    margin-top: -100vh;
    background-image: url("../img/r_3_1.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_2 60s linear infinite;
}

.r3_3_3 {
    margin-top: -100vh;
    background-image: url("../img/r_3_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 60s linear infinite;
}

/*=====================secr3==================================*/
/*=====================secr3==================================*/
.r4_3_1 {
    background-image: url("../img/r_4_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite;
}

.r4_3_2 {
    margin-top: -100vh;
    background-image: url("../img/r_4_2.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_2 60s linear infinite;
}

.r4_3_3 {
    margin-top: -100vh;
    background-image: url("../img/r_4_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 60s linear infinite;
}

/*=====================secr3==================================*/
/*=====================secr4==================================*/
.r2imsm {
    margin: 10vh 0 0 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.r_5_1 {
    min-width: 45%;
    aspect-ratio: 4 / 3;
    margin: 0 5% 0 0;
    background-image: url("../img/r_5_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
}

.r_5_2 {
    min-width: 45%;
    aspect-ratio: 4 / 3;
    margin: 0 0 0 5%;
    background-image: url("../img/r_5_2.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;

}

.r7_2_1 {
    background-image: url("../img/r_5_1.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r7_2_2 {

    background-image: url("../img/l_3_2.webp");
    margin-top: -100vh;
    background-position-y: center;
    background-size: cover;
    animation: transpslide 20s linear infinite, animatedBackground 20s linear infinite;
    background-image: url("../img/r_5_2.webp");
}

/*=====================secr4==================================*/


/*=====================secr3==================================*/
.r6_3_1 {
    background-image: url("../img/r_6_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r6_3_2 {
    margin-top: -100vh;
    background-image: url("../img/r_6_2.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_2 30s linear infinite;
}

.r6_3_3 {
    margin-top: -100vh;
    background-image: url("../img/r_6_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_3 30s linear infinite;
}

/*=====================secr3==================================*/
/*=====================secr070125==================================*/

.r8_1_1 {
    background-image: url("../img/r_8_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r8_1_2 {
    margin-top: -100vh;
    background-image: url("../img/r_8_2.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_2 30s linear infinite;
}

.r8_1_3 {
    margin-top: -100vh;
    background-image: url("../img/r_8_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 30s linear infinite;
}

/*=====================secr070125==================================*/
/*=====================11==================================*/

.r11_1_1 {
    background-image: url("../img/r_11_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r11_1_2 {
    margin-top: -100vh;
    background-image: url("../img/r_11_2.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_2 30s linear infinite;
}

.r11_1_3 {
    margin-top: -100vh;
    background-image: url("../img/r_11_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 30s linear infinite;
}

/*=====================11==================================*/
/*=====================12==================================*/

.r12_1_1 {
    background-image: url("../img/r_12_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r12_1_2 {
    margin-top: -100vh;
    background-image: url("../img/r_12_2.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_2 30s linear infinite;
}

.r12_1_3 {
    margin-top: -100vh;
    background-image: url("../img/r_12_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 30s linear infinite;
}

/*=====================12==================================*/
/*=====================13==================================*/

.r13_1_1 {
    background-image: url("../img/r_13_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r13_1_2 {
    margin-top: -100vh;
    background-image: url("../img/r_13_2.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_2 30s linear infinite;
}

.r13_1_3 {
    margin-top: -100vh;
    background-image: url("../img/r_13_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 30s linear infinite;
}

/*=====================13==================================*/
/*=====================14==================================*/

.r14_1_1 {
    background-image: url("../img/r_14_1.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 20s linear infinite;
}

.r14_1_2 {
    margin-top: -100vh;
    background-image: url("../img/r_14_2.webp");
    background-position-y: center;
    background-size: cover;
    animation: animatedBackground 20s linear infinite, transpslide_3i_2 30s linear infinite;
}

.r14_1_3 {
    margin-top: -100vh;
    background-image: url("../img/r_14_3.webp");
    background-position-y: center;
    /*background-position-x: 0px;*/
    background-size: cover;
    animation: animatedBackground 40s linear infinite, transpslide_3i_3 30s linear infinite;
}

/*=====================14==================================*/



/*=====================sec_r_contact==================================*/
#contact a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

/*=====================sec_r_contact==================================*/


@keyframes transpslide {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes transpslide_3i_2 {
    0% {
        opacity: 0;
    }
    31% {
        opacity: 0;
    }
    34% {
        opacity: 1;
    }
    64% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    98% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes transpslide_3i_3 {
    0% {
        opacity: 0;
    }
    31% {
        opacity: 0;
    }
    34% {
        opacity: 0;
    }
    64% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    98% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* ---------------------------------------------------------- */

#a1:hover + #circle {
    height: 7em;
    width: 7em;
    margin-top: -3.5em;
    margin-left: -3.5em;

}

#a1:hover {
    color: #6e7a85;
}


/*FORM/ */

.contactForm {
    margin-top: 3em;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
}

.contactForm label {
    width: 100%;
    background: none;
    color: white;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: .1rem;


}

.contactForm input, .contactForm textarea {
    border-radius: 10px;
    width: 100%;
    background: none;
    color: white;
    border: solid 1px white;
    margin: 1em auto;
    min-height: 2em;
    padding: 0.3em;
    font-family: Montserrat, -apple-system, blinkmacsystemfont, Segoe UI, Helvetica, Helvetica Neue, sans-serif !important;
    font-weight: 200;
}

.contactForm input:focus, .contactForm textarea:focus {
    outline: none;
    border: inherit;
    background: #444a52;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.contactForm textarea {
    min-height: 6em;
}

.contactForm input {
    display: flex;
    justify-content: center;
    align-items: center;

}

.contactForm .subm {
    display: flex;
    width: 50%;
    margin: auto;
}

.contactForm .subm:hover {
    background: rgba(255, 255, 255, 0.4)
}

#mobmenuopen {
    display: none;
}


.language-dropdown {
    padding-top: 20px;
}

#language-chooser .language-dropdown {
    display: none;
}
#language-chooser:hover .language-dropdown {
    display: inherit;
}

.language-dropdown {
    position: absolute;
    top: 40px;
    /*background: red;*/
    /*opacity: 0.8;*/
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    line-height: 3;
}
.language-dropdown a {
    display: flex;
    justify-content: center;
}


@media (max-width: 700px) {
    .mobmenuopen {
        display: block;
        position: absolute;
        top: 2em;
        right: 2em;
        z-index: 10000;
        fill: black;
        width: 4vw;
        height: 4vw;

    }


    .wrv {
        display: flex;
        flex-direction: column;
        background: #6e7a86;
        width: 100%;
        height: auto;
    }

    .ins {
        display: block;
        position: relative;
        width: 100vw;
        height: 100vh;
    }

    .l, .r {
        scrollbar-width: none;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: auto;
        overflow-y: visible;
    }

    .l {
        background: #6e7a86;
        width: 100%;

    }

    .r {
        background: #6e7a86;
        width: 100%;
    }


    .prel {
        display: block;
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        overflow-x: hidden;


    }

    .prer {
        display: block;
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        overflow-x: hidden;
    }

    .prer {
        display: none;
    }

    .l_main {
        display: block;
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        background: #6e7a86;
        background-image: url("../img/karpaty_fhd.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        animation: animatedBackground 180s linear infinite;

    }

    .r_main {
        display: block;
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        background: #6e7a86;
        margin-left: -50vw;
        background-image: url("../img/karpaty_fhd.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        animation: animatedBackground 180s linear infinite;

    }

    .wraplogol {
        display: flex;
        margin-top: -100vh;
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        z-index: 5000;
    }

    .wraplogor {
        display: flex;
        margin-top: -100vh;
        margin-left: -50vw;
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        z-index: 5000;
    }


    .logol {
        background-image: url("../img/logo.png");
        background-position-y: center;
        background-position-x: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 70vw;
        height: 25vh;
        /*background: #16161d;*/
        z-index: 5000;
        margin: auto;
    }


    .logor {
        background-image: url("../img/logo.png");
        background-position-y: center;
        background-position-x: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 40vw;
        height: 25vh;
        /*background: #16161d;*/
        z-index: 5000;
        margin: auto;

    }

    .r2imsm {
        margin: 10vh 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .r_5_1, .r_5_2 {
        /* min-width: 45%; */
        aspect-ratio: 4 / 3;
        margin: 10px 0;
        background-size: cover;
    }

    #follower {
        display: none;
    }

    #mobmenuopen {
        display: block;
        position: fixed;
        top: 5vw;
        right: 5vw;
        z-index: 10000;
        fill: #ffffff;
        width: 14vw;
        height: 14vw;

    }

    .menu {
        display: none;
        flex-wrap: wrap;
    }

    .mmenu {
        display: block;
        width: 100%;
        text-align: center;
        margin: 5vh auto;
        margin: 5vh auto;
        font-size: 2em;
        flex-grow: 1;
    }


    #mainmenumobilevis {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(110, 122, 133, 0.85);
    }

    .menu a, .menu p {
        font-size: 3vh;
    }

    #a1 {
        margin-top: 10vh;
    }
    #language-chooser{
        flex-grow: 0;
    }

    #language-chooser .language-dropdown {
        display: inherit;
        position: relative;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    #language-chooser .language-dropdown a{
        justify-content: center;

    }

    .menu #language-chooser  a, .menu  #language-chooser  p {
        margin: 0;
        font-size: 1em;
        /*letter-spacing: .2rem;*/
        line-height: 2;
        text-decoration: none;
        color: #ffffff;
    }
    .language-dropdown  {
        top: 0px;
    }
    .language-dropdown a {
        font-weight: 200;

    }

}




