/*
Theme Name: Sovton main
Author: klimurk
Description: 丐亠仄舒 亟仍�� �舒亶�舒 Sovton 仂� 08.2021
Version: 1.0
*/


/*
  @font-face{
    font-family: 'Gilroy Regular';
    src: url("./assets/fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body {
    margin: 0;
    font-family: 'Gilroy Regular' !important;
        font-size: 12px;
    line-height: 1.6666;
    -webkit-text-size-adjust : auto;

    background-color: #fff;

}
*,
*:before,
*:after{
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}
html {
    -webkit-overflow-scrolling: touch ;
    scroll-behavior: smooth;
}

@media(max-width:1024px){
    html{
        -webkit-overflow-scrolling: initial ;
        scroll-behavior: initial;
    }
    body{
        font-size: 10px;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 13000;

    height: 100vh;
    height: calc(var(--fullvh, 1vh) * 100);
    width: 100%;
    line-height: unset !important;
    transition: all 1s ease-in;
    opacity: 1;

}

.preloader.disable{
    opacity: 0;
}
.flip {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    overflow: hidden;

    background-color: #fff;
}

.flip>div{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;

    opacity: 0;
    transform: translate(-50%,-100%);

    font-family: 'Gilroy Regular' !important;
    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 8em;
    font-weight: 800;
    line-height: 1;

    transition: all .15s linear;
}

@media(max-width:1024px){
    .flip>div{
        font-size: 8vw;
    }
} */

/* @import url("./assets/css/preload.css"); */
/*     Container
============================= */

/*.container{
    max-width:100%;
}
@media(max-width:1024px){
    .container{
        padding: 0 5vw;
    }
}*/

/*     Header
============================= */
.btn:focus {
    box-shadow: none;
}
.container-fluide-sovton {
    width: 100%;
}
@media screen and (min-width: 1920px) {
    .container-fluide-sovton {
        max-width: 1640px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1560px) {
    .container-fluide-sovton {
        max-width: 1530px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1440px) {
    .container-fluide-sovton {
        max-width: 1410px;
        margin: 0 auto;
    }
}
.header{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;

    background:rgba(142, 146, 155, 0);

}

.header__inner{
    display: flex;
    justify-content:space-between;
    position: relative;
    align-items: center;

    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
}

.header__col{
    min-height: 5rem;
}

.header__col.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 3rem;

    text-align: center;
}
.header__logo{
    width: 140px;
    max-height: 30px;
}

.header__col.menu{
    display: flex;
    justify-content: center;

    font-size: 1em;
}

.header__item{
    display: inline-block;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;

    cursor: pointer;

    text-align: center;
    font-weight: 700;
    font-size: 1em;

    background-color: transparent;
    text-decoration: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.5s linear;


}
.header__item:after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    opacity: 0;
    content: '';
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);

    transition: opacity 0.5s linear;
}

.header__item:hover{
    background: -webkit-linear-gradient(#3D9BF6,#22BAFF);
}

.header__item:hover:after{
    opacity: 1;
}
.header__item div{
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 100%;

    text-decoration: none;
    position: relative;
    color:#fff;
    z-index: 3;
}


.header__col.language{
    display: flex;
    align-items: center;
    width: 10rem;
}
.language__translate{
    display: inline-block;
    margin-right: 0.5rem;
    opacity: 0.3;

    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    color: #fff;

    transition:
        color .2s linear,
        opacity .2s linear;
}

.language__translate.active{
    opacity: 1;
}

.language__translate:hover{
    color: #22BAFF;
    opacity: 1;
}

.header__col.burgerMenu{
    position: relative;
    display: none;
    z-index: 100;

    width:1.5rem;
}
.burgerMenu__item{

    position: relative;
    height: 1px;

    margin: 0.4rem 0;
    background-color: #fff;
}
.burgerMenu__item:before, .burgerMenu__item:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #fff;
}
.burgerMenu__item:before{
    top: -0.4rem;
}
.burgerMenu__item:after{
    bottom: -0.4rem;
}


.header__mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, -100%);
    z-index: 10;

    height: 100vh;
    height: calc(var(--fullvh, 1vh) * 100);

    width: 100vw;

    transition: transform 1s ease-in-out;
}

.header_img_mobile{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

@media(max-width:1024px){
    .header__inner{
        justify-content:space-between;
        align-items: center;
    }
    .header__col{
         height: 4rem;
    }
    .header__col.logo{
        display: flex;
        flex-direction: column;
        justify-content: center;

        margin: 0;
    }
    .header__logo{
        margin: auto auto;
    }
    .header__col.menu{
        display: none;
    }
    .header__col.language{
        display: none;
    }
    .header__col.burgerMenu{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header__item{
        display: block;

        width: 100%;
        height: auto;

        padding: 1rem 0;

        font-size: 2em;
        font-weight: 400;
        line-height: 1;
    }
    .header__item div{
        color: #000;
    }

    .header__col.language{
        display: none;
    }
    .header__col.language.mobile{
        display: flex;
        flex-direction: row;
        justify-content: center;

        width: 100%;
        margin: 0 auto;
        padding: 0;

        text-align: center;
    }
    .language__translate{
        display: inline-block;

        width: auto;
        margin: 1rem;

        color: #000;
        font-size: 2em;
    }

    #jq_menu_active{
        display: none;
    }
}

/*     Intro
============================= */
.intro{
    overflow-x: hidden;
    position: relative;

    width: 100%;


    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);

}

.intro_img{
    position: absolute;
    top: 0;

    height: 100%;
    width: 100vw;

    object-fit: cover;
}
.intro_img_mobile{
    display: none;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.intro__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;

    width: 70%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
}

.intro__title{
    width: 80%;

    font-size: 4em;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.intro__text{
    width: 60%;
    margin: 2rem 0 3rem;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2;
    color: #fff;

}
.intro__button{
    display: inline-block;

    position: relative;
    z-index: 1;
    padding: 1rem 2rem;

    border: 1px solid #fff;
    background-color: transparent;

    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    transition:
        transform .5s ease-in-out,
        border .5s ease-in;
}
.intro__button:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    width: 100%;
    height: 100%;

    background-image: linear-gradient(#3d9cf6 ,#22b9ff);
    content: '';

    opacity: 0;

    transition: opacity 0.5s ease-out;
}
.intro__button:hover{
    background: -webkit-linear-gradient(#3D9BF6,#22BAFF);
    border: none;
    transform: scale(1.05);
}
.intro__button:hover:after{
    opacity: 1;
}
.intro__button a{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;

    text-decoration: none;
    color:#fff;
}

.Carousel_line{
    width: 70px;
    height: 2px;
    background-color: #fff;
    overflow-x: hidden;
    position: absolute;

    transition: all 2s linear;
    bottom: 0;
    left: 25%;

}
.Carousel_line div{
    width: 70px;
    height: 2px;
    left: 0;
    top: 0;
    transform: translate(-70px , 0);
    position: absolute;
    background-color: #3D9BF6;

    transition: all 3s linear;
}
/*     intro slider https://owlcarousel2.github.io/OwlCarousel2/
============================= */

.intro__slider{

    /* display: inline-block; */

    position: relative;
    width: 100%;
    /* margin: 0  auto; */
    opacity: 0;
    transition: opacity 2s linear ;
    overflow-y:hidden;

    /* background-color: transparent; */
}
/* .intro__owl__carousel.owl-loaded, .intro__owl__carousel .owl-stage-outer {
    height: 100%;
} */
.intro__owl__carousel .owl-stage{
    display: flex;
    /* height: 100%; */
}
/* .intro__owl__carousel .item {
    position: relative;
    width: 100%;
    height: 100%;
     z-index: 100;

    transition: opacity 1s linear;
} */
.intro__owl__carousel .owl-item{
    transition: opacity 1s linear;
    opacity: 0;
}
.intro__owl__carousel .owl-item.active{
    opacity: 1;
}

.intro__owl__carousel .owl-nav{
    display: none;
}
.intro__owl__carousel .owl-dots{
    display: flex;

    position: absolute;
    bottom: -8rem;

    font-size:1.5em;
}
.intro__owl__carousel .owl-dots .owl-dot{
    width: 2rem;
    margin-left: 1rem ;
    margin-right:0;

    cursor: pointer;

    color: #fff;

    transition: margin 1s ease-in-out;
}
.intro__owl__carousel .owl-dots .owl-dot.active{
    margin-right: 4rem ;
}

@media(max-width:1024px){
    .intro__inner{
        width: 90%;
    }
    /* .intro{
        position: relative;
        top: 0;
        left: 0;

    } */
    .intro_img{
        display: none;
    }
    .intro_img_mobile{
        display: block;
    }
    .intro__title{
        width: 100%;
        font-weight: 700;
        font-size: 3em;
        line-height: 1.2;
    }
    .intro__text{
        width: 100%;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 1.2;
    }

    .intro__button{
        font-weight: 400;
        font-size: 1.5em;
        line-height: 1.2;
        text-transform: uppercase;
    }
    .intro__owl__carousel .owl-dots{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;

        position: absolute;
        bottom: -10rem;
        right: 0;
    }
    .Carousel_line{
        width: 2px;
        height: 70px;
    }
    .Carousel_line div{
        width: 2px;
        height: 70px;
        transform: translate(0 , -70px);
    }
    .intro__owl__carousel .owl-dots .owl-dot{
        display: inline-block;

        width: auto;
        margin-left: 0;
        margin-right:0;
        margin-bottom: 0;

        cursor: pointer;

        color: #fff;

        transition: margin 1s ease-in-out;
    }
    .intro__owl__carousel .owl-dots .owl-dot.active{
        margin-right: 0;
        margin-bottom: 4em ;
    }
}

@media(max-width:425px){

    .intro__owl__carousel .owl-dots{
        bottom: -10rem;
        margin-top: none;
    }
    .intro__title{
        font-size: 3em;
        line-height: 1.2;
    }
    .intro__text{
        width: 100%;
    }
}

/*     services
============================= */

.service{
    position: relative;
    width: 100%;
}

.service__panel{
    display: flex;
    flex-direction: row;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--fullvh, 1vh) * 100);
    transform: translateX(100%);
    z-index: 10;

    padding-top: 4rem;

    background-color: #fff;

    transition: transform 1s linear;
}

.service__panel__inner{
    display: block;

    position: relative;
    height: 100%;
    width: 50%;

    overflow-y: scroll ;

    -webkit-overflow-scrolling: touch;
    line-height: 1.4;
    background-size: cover;
}
.service__panel__inner.left{
    background-color: #000;
    z-index: -2;
    padding-top: 2.5rem;
}


.service__panel__left_return{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;

    margin-bottom: 1rem;

    cursor: pointer;

    background-color: transparent;
    color: #fff;
    font-size: 1.7em;

    border: none;
}
.service__panel__left_return svg{
    margin-left: 4rem;
}
.service__panel__text{
    z-index: 2;
    margin: 0 3rem;
}
.service__panel__paragraph{
    margin: 1rem 0;
}
.service__panel__left_highText{
    margin: 1rem 0;
    color: #fff;
    font-size: 2em;
}

.service__panel__left_lowText{
    margin-bottom: 1rem;

    color: #fff;
    font-size: 1.5em;
}
.service__panel.right{
    right: 0;
    transform: translateX(100%);
}

.service__panel__form{
    display: flex;
    flex-direction: column;

    position: relative;
    height: 100%;
    padding: 2rem 4rem;

    overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.service__panel__form .wpcf7-response-output{
    margin: 2vh 0 !important;
    padding: 1vh 20px !important;
    border: 2px solid #00a0d2;
    font-size: 2vh !important;
}
.service__panel__form .cf7sg-container{
    width: 100%;
}

.service__panel__form .cf7sg-container .contactForm__btn{
    margin-bottom: 0;
}
.service__panel__video{
    position: fixed;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 50%;
    z-index: -1;

    border: 0;
    object-fit: cover;
}

.service__panel__title{
    text-align: left;
    font-weight: 700;
    font-size:4.2em;
    margin-top:1rem;

    color: #0b0b0b;
}
.service__panel__form.mobile{
    display: none;
}
.service__panel__select{
    width: 100%;
    min-height: 70px;
    margin: 27px 0;
    padding-left: 20px;

    font-size: 24px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Gilroy Regular'!important;

    border: 0;
}
.service__panel__select__option{
    width: 100%;
    padding-left: 20px;

    font-size: 24px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Gilroy Regular'!important;

    border: 0;
}
.service__panel__input{
    width: 100%;
    min-height: 70px;
    margin: 27px 0;
    padding-left: 20px;

    font-size: 24px;
    border: 0;
    background-color: #fff;
    font-family: 'Gilroy Regular'!important;
}
.service__panel__textarea{
    width: 100%;
    min-height: 150px;
    margin: 27px 0;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 2;

    font-size: 24px;
    font-family: 'Gilroy Regular', sans-serif;

    border: 0;
}
.service__panel__btn{
    position: relative;
    width: 100%;
    padding: 20px 10px ;
    z-index: 1;

    text-align: center;

    font-weight: 400;
    font-size: 27px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    cursor: pointer;


    transition: transform .5s ease-in-out,
        border .5s ease-in;
}

.service__panel__btn:hover{
    border:none;
    transform:
        scale(1.05);
}

.service__panel__btn:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

    content: '';

    border:none;
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);

    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.service__panel__btn:hover:after{
    opacity: 1;
}

.service__panel__btn span {
    position: relative;
    z-index: 3;
    transition: color .5s linear;
}
.service__panel__btn:hover span{
    color:#fff;
}

.service__inner{
    display: flex;
    flex-direction: column;

    margin: 2rem 0rem;
    position: relative;
}


.service__col.filter{
    width: 100%;
    padding:1em 0;
    z-index: 1;
}

.service__filter__name{
    margin-top: 30px;
    margin-bottom: 30px;

    text-transform: uppercase;
    color:#CFCFD0;
    font-weight: 600;
    font-size: 1.574vh;
}



.service__filter__description{
    overflow-wrap: break-word;

    position: relative;
}

.service__col.cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;

    position: relative;
    width: 100%;
    z-index: 2;

    overflow-y: hidden;
    overflow-x: hidden;
}

.services__item{
    position: relative;
    width: 30%;
    min-height: 26rem;

    margin: 0.4rem ;
    padding: 1rem 2.3rem;

    overflow: hidden;
    background-position: right;
    background-repeat: no-repeat;
    background-size:cover;

    cursor: pointer;

    transition:
        transform .2s ease-in-out,
        box-shadow .2s linear ;
}

.services__item:hover {
    /*transform: scale(1.05);*/
    /*box-shadow: 0 5px 83px rgb(40 40 40 / 24%);*/
}
.services__item:hover .services__item_img {
    transform: scale(1.1);
}
/*.services__item:hover .mask {
    opacity: 0.75;
}*/
.mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #29b2fe;
    opacity: 0;
    transition: all .35s ease;
}
.services__item .mask {
    /*opacity: .75;*/
    opacity: 0;
}
.services__item_img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    transition: all .35s ease;
}
.services__item_img.panel{
    opacity: 0.5;
    position: fixed;
    top: 0;
    right:50%;
    width:50%;
    z-index: -1;
}
.cards{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    position: relative;
    height: 100%;

    color: #fff;
}
.cards__headline {
    margin-bottom: 0.5rem;
    /*font-size: 1.8em;*/
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 5px;
    /*background: #fff;*/
    border: 1px solid #fff;
    color: #212529;
    color: #fff;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    transition: all .4s ease;
}
.cards__headline h3 {
    font-size: 1.28rem;
    font-weight: 600;
    letter-spacing: 1px;
}
@media screen and (max-width: 1400px) {
    .cards__headline h3 {
        font-size: 1.2rem;
    }
}
.cards__text {
   /* padding: 0 15px;*/
    line-height: 1.4;
    font-size: 18px;
    font-weight: 400;
    /*transform: translateY(45px);*/
    /*opacity: 0;*/
    transition: all .4s ease;
}
.cards__text p {
    transform: translateY(30px);
    opacity: 0;
    transition: all .4s ease 50ms;
}
.services__item:hover .cards__text p {
    opacity: 1;
    transform: translateY(0);
}
.services__item:hover .cards__headline {
    transform: translateY(45px);
    opacity: 0;
}
.services__item:hover .mask {
    opacity: .75;
}
.cards__text-link {
    display: none;
    transform: translateY(45px);
    opacity: 0;
    transition: all .4s ease 75ms;
}
.services__item:hover .cards__text .cards__text-link {
    transform: translateY(0px);
    opacity: 1;
}
@media screen and (max-width: 1260px) {
    .services__item {
        min-height: 22rem;
    }
    .cards__text p {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1024px) {
    .cards {
        justify-content: end;
        align-items: end;
        width: 70%;
        margin: 0 auto;
    }
    .cards__text {
        display: flex;
        flex-direction: column
    }
    .cards__text-link {
        display: block;
    }
    /*.cards__text p {
        opacity: 1;
    }*/
    .service__inner{
        display: block;
        height: auto;
        margin:0;
    }

    .service__col{
        height: auto;
    }
    .service__col.filter{
        width: 100%;
        padding: 4rem 0 1rem ;
    }

    .service__filter__description{
        margin-top: 0;
    }

    .service__col.cards{
        flex-direction: column;
        width: 100%;
        overflow-y: visible;
        overflow-x: visible;
    }
    .services__item_img.panel{
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
        height:100%;
    }
    .cards__headline{
        font-weight: 700;
        font-size: 2.5em;
    }
    .cards__text{
        font-weight: 400;
        font-size: 1.8em;
        line-height: 1.2;
    }
    .services__item{
        width: 100vw;
       /* left: -5vw;*/
        padding: 1rem 3rem;
        min-height: 31rem;
        height: 1px;
        margin: 0;
    }

    .service__panel{
        flex-direction: column;

        position: fixed;
        padding-top: 5rem;
    }
    .service__panel__form.mobile{
        height: auto;
        display: block;
    }
    .service__panel__video{
        position: absolute;
        top: 0;
        left: 0;
        max-height: 100%;
        max-width: 100%;
    }
    .service__panel__inner{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .service__panel__text{
        margin: 0 2rem;
    }
    .service__panel__inner.right{
        display: none;
    }
    .service__panel__left_return{
        font-size: 1.5em;
    }
    .service__panel__left_highText{
        font-size: 2.1em;
        line-height: 1;
    }
    .service__panel__left_lowText{
        font-size: 1.4em;
        line-height: 1.2;
    }

    .service__panel__form{
        display: block;

        width: 100%;
        padding: 1vh 5vw;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .service__panel__form .cf7sg-container{
        display: block;

        width: 100%;
        margin: 0 auto;
    }

    .service__panel__form .contactForm__textarea{
        height: 8rem;
        margin: 0 0 1rem;
    }
    .service__panel__title{
        font-weight: 800;
        font-size: 3em;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .service__panel__select, .service__panel__input{
        font-family: 'Gilroy Regular'!important;
        height: 4vh;
        margin: 1vh 0;
        min-height: 4vh;
        min-height: calc(var(--vh, 1vh) * 4);
        height: calc(var(--vh, 1vh) * 4);
        margin: calc(var(--vh, 1vh) * 1) 0;
    }


}
@media screen and (max-width: 440px) {
    .cards {
        width: 100%;
    }
}

/*     clients
============================= */

.container__headline{
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 4.5em;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.container__headline.left{
    text-align: left;
}
.container__headline.services{
    margin-bottom: 1rem;
}
.clients{
   /* padding: 5rem;*/
}

.clients__inner{

    width: 100%;
    display: flex;
    justify-content:flex-start;
    flex-direction: row !important;
    align-items: center;
}

@media(max-width:1024px){
    .clients{
        padding: 5rem 0;
    }
    .clients__inner{
        padding: 0;
    }
    .container__headline{
        font-weight: 800;
        font-size: 4em;
    }
}
@media(max-width:800px){

    .clients__inner > button{
    display: none;
    }

}

@media(max-width:768px){
    .clients,
    .documents{
        padding: 2rem 0;
    }
    .clients .carousel__wrap{
        margin: 0;
        width: 100%;
    }

}
@media(max-width:425px){
    .clients__inner{
        padding:0;
    }
    .clients .container__headline{
        margin-bottom: 2rem;
    }
    .clients .carousel__wrap{
        width: 100%;
        margin-left: 0;
    }
    .container__headline{
        font-weight: 800;
        font-size: 3em;
    }
}


/*     clients slider https://owlcarousel2.github.io/OwlCarousel2/
============================= */

.clients__inner .carousel__wrap {
    margin: 0 18px;
    width: calc(100% - 200px);
    height: 100%;

    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 5px 83px rgb(40 40 40 / 12%);
}
.clients__inner  .owl-carousel.owl-loaded, .owl-carousel .owl-stage-outer{
    height: 100%;
}
.clients__inner  .owl-carousel .owl-stage{
    height: 100%;
    display: flex;
    align-items: center;
}

.clients__inner  .owl-carousel .item{
    position: relative;
    z-index: 100;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.clients__inner .owl-carousel .item img{
    width: 70%;
    margin: auto auto;
}

.clients__inner  button {
    cursor: pointer;
    border: none;
    margin: 0 10px;
    width: 60px;
    height: 60px;
    border-radius: 100% 100%;
}

.clients__inner .owl-prev{
    background: -webkit-linear-gradient(#3d9cf6,#22b9ff);
}
.clients__inner .owl-next{
    background: -webkit-linear-gradient(#3d9cf6,#22b9ff);
}

.clients__inner .owl-prev.disabled {
    background: -webkit-linear-gradient(#ccc,#ccc);
    cursor: auto;
}

.clients__inner .owl-next.disabled {
    cursor: auto;
    background: -webkit-linear-gradient(#ccc,#ccc);
}

.clients__inner .sym__control{
    width: 30px;
    height: 30px;
    fill:#fff;
}

@media(max-width:800px){
    .clients__inner .carousel__wrap{
        width: 100%;
    }
    .clients__inner .owl-item{
       max-height: 100%;
    }
    .clients__inner .carousel__wrap{
        margin: 0;
    }
}

/*              documents
================================================= */

.documents {
    /*margin-top: 2vw;*/
    /*padding: 5rem 5vw;*/
    background:linear-gradient(135deg,#fff,#9ed7ff);

}


.documents__inner{


    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row !important;
    align-items: center;

}

.documents_popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    height: calc(var(--fullvh, 1vh) * 100);
    background-color: rgba(0,0,0,.4);
}
.documents_popup img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:1024px){

    /*.documents{
        margin-top: 0;
        padding: 10vh 0;
    }*/
    .documents__inner{
        padding: 0;
    }
}

@media(max-width:768px){

    /*.documents{
        padding: 4vh 0;
    }*/
    .documents .carousel__wrap{
        margin: 0;
        width: 100%;
    }

}
@media(max-width:425px){
    /*.documents{
        padding: 4vh 0;
    }*/
    .documents__inner{
        padding:0;
    }
    .documents .container__headline{
        margin-bottom: 2rem;
    }
    .documents .carousel__wrap{
        width: 100%;
        margin-left: 0;
    }
    .container__headline{
        font-weight: 800;
        font-size: 3em;
    }
}


/*     documents slider https://owlcarousel2.github.io/OwlCarousel2/
============================= */

.documents__inner .carousel__wrap {
    width: calc(100% - 4vw);
    height: 100%;

    position: relative;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.documents__inner .owl-loaded, .documents__inner .owl-stage-outer{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.documents__inner .owl-stage{
    height: 100%;
    display: flex;
    align-items: center;
}


.documents__inner .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 100;
    height: 57vh;
    background-color: transparent;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.documents__inner .carousel__wrap .owl-stage-outer .item img{
    max-width: 100%;
    width: 80%;
    margin: auto auto;
    transition: transform .2s linear;
    box-shadow: 0 20px 16px rgb(0 0 0 / 7%),
                0 15.7776px 10.4221px rgb(0 0 0 / 5%),
                0 9.3363px 7.869px rgb(0 0 0 / 4%),
                0 5.5216px 4.0172px rgb(0 0 0 / 4%);
}
.documents__inner .carousel__wrap .owl-stage-outer .item img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.documents__inner  button {
    cursor: pointer;
    border: none;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
}

.documents__inner .owl-prev{
     width: 2vw;
    height: 2vw;
    background: -webkit-linear-gradient(#3d9cf6,#22b9ff);
}
.documents__inner .owl-next{
    width: 2vw;
    height: 2vw;
    background: -webkit-linear-gradient(#3d9cf6,#22b9ff);
}

.documents__inner .owl-prev.disabled {
    background: -webkit-linear-gradient(#ccc,#ccc);
    cursor: auto;
}

.documents__inner .owl-next.disabled {
    cursor: auto;
    background: -webkit-linear-gradient(#ccc,#ccc);
}

.documents__inner .sym__control{
    width: 2rem;
    height: 2rem;

    fill:#fff;
}
@media(max-width:1024px){
    .documents__inner .owl-nav{
        display: none;
    }
}
@media(max-width:800px){
    .documents__inner .item{
        height: auto;
    }

    .documents__inner .carousel__wrap{
        width: 100%;
    }
    .documents__inner .owl-item{
       max-height: 100%;
    }
    .documents__inner .carousel__wrap{
        margin: 0;
    }
}


/*     heartbrain
============================= */
.heartbrain{
    /*margin-top: 2rem;*/
}

.heartbrain__inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 5vw;
}
.heartbrain__col { 
    padding: 90px 90px;
    /*border-radius: 15px;*/
    /*margin: 0 1vw 0 ;*/
    /*width: 50%;*/
    /*height: 40vw;*/
    position: relative;
    background: linear-gradient(180deg ,hsla(0,0%,100%,.5),rgba(17,50,89,.5));
    transition: all 1s linear;
    box-shadow: 10px -10px 10px rgb(40 40 40 / 24%);
}
/*.heartbrain__col.page-box_cardio:after {
    content: '';
    position: absolute;
    background: url('../images/cardio.svg') center/cover no-repeat;
    width: 150px;
    height: 150px;
    bottom: 0;
    right: 0;
}*/
/*.heartbrain__col.page-box_brain:after {
    content: '';
    position: absolute;
    background: url('../images/brain.svg') center/cover no-repeat;
    width: 150px;
    height: 150px;
    bottom: 0;
    right: 0;
}
*/

.heartbrain_video{
    filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
}
.heartbrain__text{
    /*border: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;*/
}
.heartbrain__headline{

    position: -webkit-sticky;
    border:none !important;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 4.5em;
    padding: 0;
}
.section-pages .page-box .heartbrain__headline {
    font-size: 36px;
}
/*.page-box:after {
    content: '';
    position: absolute;
}
.page-box_heart:after {
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/heart-removebg-preview.png') center/cover no-repeat;
}*/

@media(max-width:1024px){
    .heartbrain__inner{
        margin: 0;
        flex-direction: column;
    }
    .heartbrain__col{
        margin: 0;
        width: 100%;
        height: 100vw;
    }
    .heartbrain__col:first-child{
        border-right: none;
        border-image: none;
    }
}
@media(max-width:425px){
    .heartbrain__headline{
        font-size: 3em;
    }
    .heartbrain__col{
        height: 30rem;
    }
}

/*     payment
============================= */

.payment{
    padding: 2rem 0;
    margin-top: 5rem;
}

.payment__inner{
    margin: auto 5vw;

}
.payment__blocks{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
}

.payment__card{
    width: 20%;
    padding: 2.5rem 1.7rem 6rem;
    position: relative;

    box-shadow: 0 5px 83px rgb(40 40 40 / 12%);
}

.paymentCard__headline{
    position: relative;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-style: normal;
    font-size: 2vw;
    font-weight: 700;
    line-height: 1.2;
    color: #060606;
    text-align: center;
    width: 100%;
    height: 6rem;
}

.paymentCard__subtitle{
    position: relative;
    text-transform: none;
    margin-top: 10px;
   font-weight: 400;
   font-size: 1rem;
   color: #6c6c6c;
   text-align: center;
   width: 100%;
   min-height: 1.5rem;
}

.paymentCard__price{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 1rem 0;
}

.paymentCard__priceFrom{
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    color: #0f4c81;
}
.paymentCard__priceValue{


    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2vw;
    padding-top: 1rem;

    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.paymentCard__priceValute{
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 0.5em;
}

.paymentCard__description{
    position: relative;
    width: 100%;
    border-bottom:1px solid #d8eaff ;
    margin-bottom: 1.5rem;
}

.paymentCard__description__text{
    width: 80%;
    position: relative;
    color: #6c6c6c;

    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2;

}
.paymentCard__description__check{
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 16px;
    height: 12px;

}
.paymentCard_order{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.paymentCard_order a {
    position: relative;
    padding: 1.1rem 2.6rem;
    margin: 0 auto;
    border: 1px solid #000;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    background-color: transparent;
    text-decoration: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    transition: transform .5s ease-in-out,
        border .5s ease-in;
    z-index: 1;
}
.paymentCard_order a:hover{
    border:none;
    transform:
        scale(1.05) ;
}

.paymentCard_order a:after{
    border:none;
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);

    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;



    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.paymentCard_order a:hover:after{
    opacity: 1;
}

.paymentCard_order a span {
    position: relative;
    align-items: center;
    z-index: 3;


    font-style: normal;
    font-weight: 700;
    font-size: 1.5em;
    color: #060606;

    transition: color .5s linear;
}
.paymentCard_order a:hover span{
    color:#fff;
}



@media(max-width:1024px){
    .payment{
        margin-top: 10vh;
        margin-top: 5rem;
    }
    .payment__blocks{
        display: block;
    }
    .payment__card{
        padding: 2.5rem 3rem 10rem;
        margin: 2rem auto;
        width: 85vw;
    }

    .paymentCard__headline{
        font-weight: 700;
        margin-bottom: 0;
        /* font-size: 8vw; */
        font-size: 4em;
        line-height: 1.2;
        height: auto;
    }
    .paymentCard__subtitle{
        position: relative;
        font-weight: 400;
        /* font-size: 1.7vh; */
        font-size: 1.5rem;
        line-height: 1;
    }

    .paymentCard__price{
        width: 100%;
        /* margin-bottom: 3vh; */
        margin-bottom: 2rem;
    }
    .paymentCard__priceFrom{
        font-weight: 400;
        /* font-size: 1.7vh; */
        font-size: 1.5em;
    }
    .paymentCard__priceValue{
        padding: 0;
        /* font-size: 9vw; */
        font-size: 5em;
    }
    .paymentCard__priceValute{
        font-size: 1.3vh;
        padding-top: 3.5vh
    }

    .paymentCard__description__text{
        font-weight: 400;
        /* font-size: 5vw; */
        font-size: 3em;
        line-height: 1.1;
        /* margin-top: 4vh; */
        margin-top: 2rem;
    }

    .paymentCard_order{
        font-weight: 700;
        font-size: 2vh;
    }
    .paymentCard_order a{

        /* padding: 2vh 10vw; */
        padding: 1rem 5rem;
    }
    .payment__inner{
        margin: 0;
    }
}

@media(max-width:425px){
    .paymentCard__headline{

        font-size: 3em;
    }

    .paymentCard__priceValue{

        font-size: 3.5em;
    }
    .paymentCard__description__text{
        font-size: 2em;
    }
}
/*     contacts
============================= */

.contacts__inner{
    padding: 4rem 5vw ;
}

.contacts__text{
    color:#060606;
    font-size: 2.5em;
    font-weight: 400;
}
.contacts__col{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.contacts__item {
    position: relative;
    padding: 2rem;
    width: 30%;
    background-color: #fff;
    box-shadow: 0 5px 83px rgb(40 40 40 / 12%);
    transition: box-shadow .5s linear;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.contacts__item:after{
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);

    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;

    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.contacts__item:hover{
    box-shadow: 0 40px 100px rgb(40 40 40 / 24%);
}

.contacts__item:hover:after{
    opacity: 1;
}
.contacts_symbol{
    position: relative;
    width: 52px;
    height: 120px;
    z-index: 3;
    transition: fill .3s linear;
    fill:#3d9cf6;
}
.messenger__symbol{
    /* background-color: #3d9cf6; */
    position: relative;
    width: 52px;
    height: 120px;
    z-index: 3;
    transition: fill .3s linear;
    fill:#3d9cf6;
    /* color: #3d9cf6; */
}
.contacts_messengers{
    display: flex;
    justify-content: space-between;
}
.contacts__item__title{
    position: relative;
    width: 100%;
    text-transform: uppercase;
    /* font-size: 2.5vh; */
    font-size: 1.8em;
    font-weight: 700;
    color:#060606;
    z-index: 3;
    transition: color .3s linear;
}

.contacts__item__subtitle{
    display: block;
    position: relative;
    /* font-size: 1.7vh; */
    font-size: 1.2em;
    line-height: 2;
    color:#6c6c6c;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    z-index: 3;
    transition: color .3s linear;
}

.contacts__item:hover .contacts__item__title,
.contacts__item:hover .contacts__item__subtitle,
.contacts__item:hover .contacts_symbol
/*.contacts__item:hover .messenger__symbol*/{
    color:#fff;
    fill: #fff;
}

@media(max-width:1024px){
    .contacts__inner{
        /* padding: 10vh 0 ; */
        padding: 5rem 0 ;
    }

    .contacts__text{
        font-weight: 400;
        /* font-size: 3.6vh;
        line-height: 5.1vh; */
        font-size: 2.5em;
        line-height: 1.2;
    }
    .contacts__col{
        display: block;
    }
    .contacts__item{
        display: block;
        width: 100%;
        padding: 2rem 2rem 4rem;
        margin-bottom: 1rem;
    }
    .contacts__item__title{
        margin-bottom: 1.5rem;
    }
}


/*     contactform
============================= */

.contactForm{
    position: relative;
    overflow-y: hidden;
}

.contactForm__inner{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*padding: 0 25%;*/
    /*min-height: 100vh;*/
    /*min-height: calc(var(--vh, 1vh) * 100);*/
}


.contactForm__video__preload{
    z-index: -1;
}

.video__preload{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contactForm__video{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border: 0;
    object-fit: cover;
}

.contactForm__title{
    text-align: center;
    font-weight: 700;
    /* font-size: 6.6vh; */
    font-size: 5em;
    /*margin-bottom: 3rem;*/
    color: #0b0b0b;
}

.contactForm__select, .contactForm__input, .contactForm__select__option{
    width: 100%;
    /* margin: 4vh 0 2vh; */
    margin-bottom: 1.5rem;
    /* min-height: 7vh; */
    min-height: 3rem;

    font-family: 'Gilroy Regular';
    font-weight: 400;
    /* font-size: 2vh; */
    font-size: 1.5em;
    line-height: 1.2;
    border: 0;
    background-color: #fff;
    padding-left: 1.5rem;

}
.contactForm__textarea{
    width: 100%;
    /* margin: 2vh 0; */
    margin-bottom: 1rem;
    /* min-height: 20vh; */
    height: 15rem;

    font-family: 'Gilroy Regular';
    font-weight: 400;
    /* font-size: 2vh; */
    font-size: 1.5em;
    line-height: 1.2;
    border: 0;
    padding: 1.5rem 1.5rem 0;
    /* padding-left: 20px;
    padding-top: 20px; */
}
.contactForm__btn{
    position: relative;

    text-align: center;
    text-transform: uppercase;

    color: #000 !important;
    border: 1px solid #000 !important;

    font-family: 'Gilroy Regular' !important;
    font-weight: 400 !important;
    /* font-size: 2vh !important; */
    font-size: 1.5em;
    line-height: 1.2 !important;

    padding: 1rem 2rem ;
    cursor: pointer;
    /* margin-bottom: 4vh; */
    margin-bottom: 1rem;

    background-color: transparent !important;
    text-decoration: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    transition:
        transform .5s ease-in-out,
        border .5s ease-in,
        color .5s linear;
    z-index: 1;
}

.contactForm__btn:hover{
    background-image: linear-gradient(#3d9cf6 ,#22b9ff) !important;
    border:none !important;
    transform:

        scale(1.05);
        color:#fff !important;
}

.cf7sg-container p{
    margin: 0;
}
.contactForm__inner .wpcf7-response-output{
    margin: 1rem 0 !important;
    padding: 1rem 1.5rem !important;
    /* display: block; */
    font-size: 1.5rem !important;
}



@media(max-width:1024px){
    .contactForm__inner{
        display: block;
        width: 100%;
        right: 0px;
        height: auto;
        padding: 0;
        min-height:auto;

    }
    .contactForm__title{
        font-weight: 800;
        font-size: 4em;
        line-height: 1;
        padding-top: 3rem;
    }
    .contactForm__select, .contactForm__select__option, .contactForm__input{

        vertical-align: middle;
        width: 100%;
        margin-bottom: 1rem;
        min-height: 2rem;
        font-size: 1.4em;
    }
    .contactForm__textarea{
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        /* min-height: 5vh; */
        border: 0;
        padding: 1rem 1.5rem 0;
        font-size: 1.4em;
    }
    .contactForm__btn{
        display: inline-block;
        width: auto !important;
        font-weight: 400;
        /* font-size: 1.7vh; */
        font-size: 1.4em;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        border: 1px solid #000;
        margin-bottom: 1rem;
    }
    .contactForm .contactForm__btn{
        margin-bottom: 4rem;
    }
}
/*     endline
============================= */
.endline{
    z-index: 10;
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);
}
.endline__inner{
    position: relative;

    display: flex;
    justify-content:space-around;
    height: 175px;
    align-items: center;
    padding: 0 50px;
}

.endline__col{
    color:#fff;
    font-size: 1.2em;
}

.endline__link{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.endline__symbol{
    fill: none;
    width: 40px;
    height: 40px;

}
@media(max-width:1024px){
    .endline__col{
        font-size: 1.2em;
    }
}

@media(max-width:1024px){
    .endline__inner{
        padding: 1rem 0;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content:space-between;
    }
    .endline__col{
        text-align: center;
        width: 33%;
        display: flex;

        flex-direction: row;
        justify-content: center;
        margin-bottom: 1vh;
    }
    .endline__col:last-child{
        width: 100%;
    }
    .endline__col:last-child .endline__link{
        margin: 0 1rem;
    }
}

/*     aboutus
============================= */
.aboutUs{
    margin: 5rem 0;
}
.aboutUs__inner{

    padding: 3rem 4rem ;
    margin-bottom: 3rem;

}

.aboutUs__col{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48%;
    position: relative;
    overflow-y: hidden;
}
.aboutUs__persons{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.aboutUs .container__headline{
    margin-bottom: 1rem;
}
.aboutUs__title{
    margin-bottom: 3rem;
}
.aboutUs__text{
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2;
    color: #000;
    font-style: normal;
}
.aboutUs_photo{
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* margin-bottom: 4vh; */
}
.aboutUs_photo img{
    object-fit: cover;
    transform: scale(0.99);
    position: relative;
    width: 100%;
    line-height: 0;
    transition: transform 1s linear;


    box-shadow: 0 10px 10px rgb(40 40 40 / 24%);
    background-color: #fff;
}
.aboutUs_photo:hover .aboutUs__humanPhoto{
    transform: scale(1);
}
.aboutUs__humanDescription{
    width: 100%;
    position: relative;
    padding: 0 1rem ;
    transition: all 1s;
}
.aboutUs__Description{
    font-style: normal;
    /* margin: 0 10%; */
    color: #000;
    padding: 1vh 0;
    font-weight: 400;
    /* font-size: 1.6vh; */
    font-size: 1.2em;
    line-height: 1;
}

.aboutUs__Name{
    font-weight: 700;
    /* font-size: 2vh; */
    font-size: 1.5em;
    line-height: 1.2;
    /* padding-bottom: 1vh; */
    padding: 1rem 0 0.5rem;
    /* margin: 0 10%; */
    color: #000;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

/* body {
  position: relative;
  margin: 0;
  height: 100vh;
  width: 100vw;
  font-family: 'Pathway Gothic One', sans-serif;
  overflow: hidden;
} */

/* canvas {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: bottom;
} */
.star {
    position: absolute;
    width: 40%;
    height: 50em;
    bottom: 0;
    left: 30%;
    margin-left: auto;
    margin-right: auto;
    transform-origin: 50% 100%;
    transform: perspective(250px) rotateX(35deg);
    z-index: 1;
  }

  .wars {
    text-align: justify;
    position: absolute;
    top: 120%;
    -webkit-animation: scroll 120s linear forwards;
    -moz-animation: scroll 120s linear forwards;
    animation: scroll 120s linear forwards;
    z-index: 1;
  }

  @-webkit-keyframes scroll {
    0% { top: 120%; }
    100% { top: -180%; }
  }

  @-moz-keyframes scroll {
    0% { top: 120%; }
    100% { top: -180%; }
  }

  @keyframes scroll {
    0% { top: 120%; }
    100% { top: -180%; }
  }
/* #particles-js {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  background-blend-mode: multiply;
  background-image: url("https://images.pexels.com/photos/998641/pexels-photo-998641.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fade-out {
  position: absolute;
  width: 100%;
  min-height: 30vh;
  top: -25px;
  background-image: linear-gradient(0deg, transparent, black 75%);
  z-index: 1;
}

.star-wars {
  display: flex;
  justify-content: center;
  position: relative;
  height: 800px;
  color: #feda4a;
  font-size: 600%;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 150%;
  perspective: 400px;
  text-align: justify;
}


@media only screen and (max-width: 1280px) {
  .star-wars {
    font-size: 5em;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 760px) {
  .star-wars {
    font-size: 4em;
    line-height: 1.1;
  }
}

.skew-wrapper {
  position: relative;
  top: 9999px;
  transform-origin: 50% 100%;
  animation: drift 150s linear;
}

.skew-wrapper .intro {
  margin-bottom: 10rem;
}

.skew-wrapper > .title {
  font-size: 90%;
  text-align: center;
}

.skew-wrapper > .title h1 {
  margin: 0 0 4rem;
  text-transform: uppercase;
}

@keyframes drift {
  0% {
    top: 0;
    transform: rotateX(20deg)  translateZ(0);
    opacity: 1;
  }
  95% {
    opacity:1
  }
  100% {
    top: -8000px;
    transform: rotateX(25deg) translateZ(-2500px);
    opacity: 0;
  }
} */

@media(max-width:1366px){
    .aboutUs__Description{
        /* font-size: 1.2vw; */
        font-size: 1.3em;
    }
}
@media(max-width:1024px){

    .aboutUs{
        /* margin-top: 10vh; */
        margin-top: 6rem;
    }
    .aboutUs__text{
        font-size: 2em;
    }
    .container__headline{
        /* margin-bottom: 4vh; */
        margin-bottom: 2rem;
    }
    .aboutUs__inner{
        /* padding: 0 0 5vh ; */
        padding: 1rem 0 3rem ;
        display: block;
    }
    .aboutUs__col{
        width: 100%;
        flex-direction: column;
        /* margin-bottom: 4vh; */
        margin-bottom: 3rem;
    }
    .aboutUs_photo{
        /* margin-bottom: 1vh; */
        margin-bottom: 1rem;
    }
    .aboutUs__Name{
        /* font-size: 4vh; */
        font-size: 3em;
        line-height: 1.2;
    }
    .aboutUs__Description{
        /* font-size: 3vh; */
        font-size: 2em;
    }
    .aboutUs__col:last-child{
        margin-bottom: 0;
    }
    .aboutUs__persons{
        flex-direction: column;
    }
}
@media(max-width:425px){
    .aboutUs__text{
        font-size: 1.5em;
    }
    .aboutUs__Description{

        /* font-size: 2.4vh; */
        font-size: 1.5em;
    }
}

/*     Stimultest Polygraph
============================= */
.polygraph,
.stimultest{
    margin-top: 5rem;

}

.technology__col.video{
    position: relative;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
}
.video_overlay{
    background: linear-gradient(180deg ,hsla(0,0%,100%,.5),rgba(17,50,89,.5));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video__media{
    position:absolute;
    height:100%;
    display:inline-block;
    margin:0 auto;
    border:none;
    overflow: hidden;

}


/* .technology__col.description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vh 5vw;
} */
.technology__headline{
    position: relative;
    /* text-align: center; */
    text-align: left;
    /* font-size: 6.7vh; */
    font-size: 4.5em;
    font-weight: 600;
    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.technology__text{
    position: relative;
    margin-top: 2.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.2;
    width: 95%;
    color: #000;
    font-style: normal;

}


.technology__btn{

    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    box-shadow: 0 100px 80px rgb(50 95 255 / 7%), 0 41.7776px 33.4221px rgb(50 95 255 / 5%), 0 22.3363px 17.869px rgb(50 95 255 / 4%), 0 12.5216px 10.0172px rgb(50 95 255 / 4%), 0 6.6501px 5.32008px rgb(50 95 255 / 3%), 0 2.76726px 2.21381px rgb(50 95 255 / 2%);
    border: none;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    cursor: pointer;
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);
    text-decoration: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition:
        transform .5s ease-in-out,
        border .5s ease-in;
    z-index: 1;
}

.technology__btn:hover{
    border: none;
    text-decoration: none;
    /*transform: scale(1.05);*/
}



.technology__btn span {
    display: block;
    font-family: 'Gilroy Regular';
    font-weight: 400;
    font-size: 1.4em;
    color:#fff;
    position: relative;
    z-index: 3;
    transition: color .5s linear;
}



.technology__panel{
    display: flex;
    z-index: 3;
    position: relative;
    top:0;
    left: 0;
    height: calc((var(--vh, 1vh) * 100) - 5rem);
    width: 100%;
    background-color: #fff;
    transition: transform .5s  linear;
}

.technology__panel__video{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.technology__panel__col{
    height: 100%;
    position: relative;
    width: 50%;

}
.technology__panel__col.video{
    overflow-y: hidden;
}

.technology__panel__text{
    font-family: Gilroy Regular!important;
    position: relative;
    width: 100%;
    height: 100%;
    padding:10vh 5vw;
    padding:2rem 4rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.technology__img{
    position: relative;
    width: 100%;
    margin: 1rem 0;
}



.technology__highText{
    font-size: 3em;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1rem 0;
}

.technology__lowText{
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2;
    width: 95%;
    padding: 1rem 0;
}
.technology__panel__iframe.mobile{
    width: 100vw;
    height: calc(var(--vh, 1vh) * 50);
    position: relative;
    display: none;
}


.technology__panel__iframe{
    width: 100%;
    height: 100%;

}
.stimultest_imgslider{
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
}
.stimultest_imgslider__text{
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 1.5em;
}

.twentytwenty-wrapper img{
    width: 100%;
}


@media(max-width:1024px){
    .polygraph,
    .stimultest{
        margin-top: 5rem;
    }
    .technology__panel__text{
        display: block;
        height: 100%;
        overflow-y: visible;
        padding: 2rem 3rem 4rem;
    }
    .technology__col{
        position: relative;
        height: 50%;
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .technology__col.video{
        position: absolute;
        display: flex;
        margin: 0 -5vw;
        width: 100vw;
        flex-direction: row;
        justify-content: center;
        top: 0;
        left: 0;
    }
    .technology__panel{
        height: auto;
        width: 100vw;
        left: -5vw;
        display: block;
        margin-top: 0;
    }
    .technology__panel__col{
        display: block;
        height: auto;
        width: 100vw;
    }
    .technology__panel__col.video{

        display: none;
    }
    .technology__panel__iframe.mobile{
        display: block;
    }
    .technology__text{
        padding: 1rem 0;
        margin: 0;
    }
}


@media(max-width:425px){

    .technology__headline{
        font-size: 3em;
    }
    .technology__text{
        font-size: 2em;
    }
}

/*     blog
============================= */

.blog{
    margin-top: 5rem;
}
.blog__content{
    width: 100%;
    display: block;
}
.container__headline.blog{
    display: inline-block;
    margin: 0;
}

.blog__inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blog__post{
    display: block;
    width: 30%;
    margin: 1.2rem 1.66666%;
    position: relative;
    color: #fff;
    background-color: #000;
    min-height: 27rem;
}

.post__description{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1.7rem;
}
.post__title{
    z-index: 3;
    font-size: 2em;
    display: block;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;

    opacity:1;
}
.post__time{
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.2em;
    opacity:1;
    width: 100%;

}

.post__content{
    font-size: 1.2em;
    font-weight: 400;

    width: 100%;
    opacity:1;
    z-index: 3;
}

.wp-post-image {
    padding:3px;
}
.post__link{
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}
.post__thumbnail{
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}
.post__thumbnail img{
    padding: 0;
    object-fit: cover !important;
    max-width: 100%;
    max-height: 100%;

}
.nav-links{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.page-numbers{
    font-size: 2em;
    margin: 0 1rem 2rem;
    text-decoration: none;
    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(max-width:1024px) {
    .blog{
        margin-top: 5rem;
    }
    .blog__post{
        width: 95%;
    }

}

/*     fullblog post
============================= */
.fullpost{
    margin-top: 5rem;
}

.fullpost__inner{
    margin: 0 auto;
    width: 60%;
    display: flex;
    flex-direction: column;
}


.fullpost__head{

    display: block;
    width: 100%;

    background-color: #000;

    position: relative;
    overflow-y: hidden;

    height: calc(var(--vh, 1vh) * 50);

}
.fullpost__thumbnail{
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: none;
}
.fullpost__thumbnail img{
    width: 100%;
    height: 100%;

    max-height: calc(var(--vh, 1vh) * 50);
    object-fit: cover;
    z-index: 2;
    padding: 0;
}

.fullpost__head__text{
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    display: inline-block;
    padding: 3vh 0;
    color: #fff;
    z-index: 3;
}
.fullpost__title{
    width: 100%;
    font-size: 4vh;
    display: block;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.fullpost__time{
    display: block;
    font-size: 2vh;
    text-align: left;

}

.fullpost__content{
    font-size: 1.5em;
    margin-bottom: 2rem;
}

@media(max-width:1024px){
    .fullpost{
        margin-top: 5rem;
    }

    .fullpost__head__text{
        display: block;
        padding: 2rem 5vw;
        width: 100%;
    }
    .fullpost__title{
        line-height: 1.2;
    }
    .fullpost__inner{
        width: 100%;
    }
}

/*     post sidebar
============================= */

.sidebar{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2vw;
}

.sidebar__title{
    display: block;
    text-align: center;
}

.sidebar__list .postform{
    width: 10vw;
    border: 1px solid #466ba4;
    font-size: 2vh;
    font-weight: 400;
    font-family: 'Gilroy Regular' !important;
}

.ytp-button.ytp-copylink-button{

    display: none !important;
}
/* custom */
.section {
    padding: 50px 0;
}

.accordion .card-header {
    color: ;
    background: none;
    transition: all .3s ease;
}
.accordion .card {
    border-color: #466ba4;
}
.accordion .card-header:hover {
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);
}
.accordion .card-header.active {
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);
}
.accordion .card-header .btn-link {
    font-size: 18px;
    font-weight: 800;
    transition: all .3s ease;
}
.accordion .card-header .btn-link:hover {
    text-decoration: none;
}
.accordion .card-header .btn-link:after {
    content: '+';
    position: absolute;
    font-size: 40px;
    line-height: 1;
    top: 0px;
    right: 20px;
}
.accordion .card-header.active .btn-link:after {
    content: '-';
}
.accordion .card-header .btn-link, .accordion .card-header .btn-link:after {
    background: -webkit-linear-gradient(#466ba4,#000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease; 
}
.accordion .card-header .btn-link:hover, .accordion .card-header .btn-link:hover:after {
    background: -webkit-linear-gradient(#fa0000,#fff)
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}
.accordion .card-body p {
    margin-bottom: 10px;
    font-size: 16px;
}
.contactForm .contacts__item {
    width: 100%;
}
.contactForm .contacts__item a {
    color: #060606;
}
.contactForm .contacts_symbol {
    width: 25px;
    height: 25px;
    vertical-align: text-bottom;
}
.contactForm .contacts__item__subtitle {
    display: inline;
    font-size: 20px;
    font-weight: 600;
}
.contactForm .contacts__item.contacts__item_messendgers:after {display: none;}
.contactForm .contacts_messengers .messenger__link {
    width: 33.333%;
}
.contactForm .contacts_messengers .messenger__link:hover {
    background-image: linear-gradient(#3d9cf6 ,#22b9ff);
}
.contactForm .contacts_messengers .messenger__link:hover .messenger__symbol {fill: #fff}
.text-block {
    font-size: 16px;
}
