* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p,span{
    color:black;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
}
ol,
li {
    list-style-position: inside;
}

.mobile{
    display: none;
}
.display{
    display:block;
}
body{
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    height: 100vh;
    width: 100%;
}
.btn{
    border-radius: 3px !important;
    text-align: center;
    width: 350px;
    background-color: #2F42BA;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    color: #FFF;
    padding: 15px;
    border:none;
    transform: translate3d(0, 0, 0);
    transition: all 0.1s;
    text-decoration: none;
}
.padding-topp{
    margin-top: 25px;
}
.btn:hover{
    box-shadow: 0 4px 14px -6px rgb(0 0 0 / 80%);
    color:#fff !important;
    cursor: pointer;
}
.big_img-mob{
    display: none;
}
.btn:active{
    filter: blur(0.7px);
}
.video_text{
    margin:30px 0 40px 0; 
    font-size: 1.25rem; 
    width: 50%;
    text-align: center;
    font-weight:400; 
    line-height:1.5;
}
.main__block{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10vh 0;
}
.display_pad{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15vh 0; 
}

.text-narrow{
    width:700px !important;
    text-align: center !important;
}
.special_desc{}
.block__head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.block__head > :not(:last-child){
    padding-bottom: 30px;
}


.block__title{
    font-weight: 700;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.5;
}

.block__little{
    font-size: 1.125rem;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
}
.pad_mob{
    padding-bottom:20px;
}
.block__big{
    font-size: 1.625rem;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;  
}

.img-logo{
    width: 70%;
}

@media only screen and (max-width: 778px) {
    .img-logo{
        width: 35%;
    }
}

.element__main{
    box-shadow: 0 2px 6px -2px rgb(0 0 0 / 50%);
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 778px) {
    .element__main{
        width: 100%;
    }
}
input{
    border-bottom: 1px solid rgba(230,230,230,.8);
    border-top: none;
    border-left: none;
    border-right: none;
    transition: 0.1s all;
    line-height: 32px;
    color: #2E9DD2;
    font-size: 20px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-weight: 300;
    width: 100%;
    outline:none;
    margin-bottom:15px;
}
@media only screen and (max-width: 778px) {

    .block__title{
        font-size:1.25rem;
    }
    .dekstop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .margin-t{
        margin-top: -40px;
    }
    .video_text{
        width:100%;
        font-size:1rem;
    }

    input{
        width: 90%;
    }
}
input:focus,input:active {
    height: 40px;
    border-bottom: 1px solid #2E9DD2;
        border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

label{
    flex: 1 1 100%;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400 !important;
    color: #222222;
}

.block_input{
    flex: 1 1 100%;
    width: 100%;
}


.big_img{
    width: 60%;
    padding:50px 0 80px!important;

}

.big_AI{
    width: 60%;
    padding:50px 0 80px!important;
}
.big_AI{
    width: 70%;
}
.big_AI-mob{
    display: none;
}
.pads{
    padding:0 !important;
}
.img-arrows1{
    display: none;
}
.block__smalltitle{
    text-align: center;
    font-family:'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    text-transform: uppercase;
}

/* @media only screen and (max-width: 778px) {

    .block__smalltitle{
    max-width: 100%;
    width:auto;
    }
    .block__head{
        overflow: hidden;
            }
} */

span{
    font-weight: 700;
}

.text__description{
    width: 1200px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 32px;
}

.img-arrows{
    width: 75%;
    display: block;
}

@media only screen and (max-width: 778px) {

    .margin-f{
        padding-top:3vh !important;
    }
.padding-topp{
    margin-top: 15px;
}
    .img-arrows1{
        width: 100%;
        padding: 40px 0;
    display: block;
}
    .pad_mob{
        padding-bottom:30px;
    }
    .block__head{
        position: relative;
        max-width:100%;
        width:auto;
        padding-bottom: 60px;

            }
.text-narrow{
    max-width: 100% !important;
    width: auto;
}
    .text__description{
        font-size:1rem;
        width: 90%;
    }
    .img-flag{
        padding-top: 25px;
width: 90%;
}

.img-arrows{
    display: none;
}
.big_img{
    width: 100%;
    /* position: fixed;
    top: 50%;
    left: 50%; */
    display: none;
    /* transform: translate(-50%, -50%); */
}
.big_img-mob{
    width: 100%;
    display: block;
}
.big_AI{
display: none;
}
.big_AI-mob{
    display: block;
    width: 75%;
}
.main__block{
    padding: 12vh 0;
}
.display_pad{
    padding:7vh 0;
}
.btn{
    position: fixed;
    top: 90%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}
}

.head{
 width: 60%;
}

#elem2{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

#elem3{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

.show_elem{
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0s linear 0s, opacity 1200ms !important;
}

datalist{
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}

datalist option {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 0.5em 1em;
    background-color: #f8f8f8;
    color: #2E9DD2;
    cursor: pointer;
  }

  datalist option:hover, datalist option:focus {
    background-color: #cfd9ea;
    color:#222222;
    outline: 0 none;
  }

  @media only screen and (max-width: 778px) {
    datalist option {
        font-size: 13px;
    padding: 0.25em 0.5em;
    }
}
.display__block{
    display: block !important;
}