@font-face {
    font-family: "PT_Root_UI_Regular";
    src: url(../fonts/PT_Root_UI_Regular.otf);
}

@font-face {
    font-family: "PT_Root_UI_Bold";
    src: url(../fonts/PT_Root_UI_Bold.otf);
}

@font-face {
    font-family: "PT_Root_UI_Light";
    src: url(../fonts/PT_Root_UI_Light.otf);
}

body{
	font-family: PT_Root_UI_Regular;
}

*{
    margin: 0; 
    padding: 0; 
}


html, body {
    margin: 0;
    padding: 0; 
    height: 100%;
}

img{
	border: none;
}

.container, .container2{
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

header{
    border-bottom: 1px solid #ffd800;
    background-color: #000;
    height: 89px;
} 

.logo{
    float: left;
    margin-left: 53px;
    margin-top: 25px;
}

.change_language{
    float: right;
    position: relative;
}

.change_language input{
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin-top: 33px;
    outline: none;
}

.change_language span{
    color: #fff;
    padding: 0 9px;
}

.baner{
    background-image: url(../images/header_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.we_make{
    color: transparent;
    display: block;
    font-size: 85px;
    font-family: PT_Root_UI_Bold;
    margin-top: 50px;
    -webkit-text-stroke-color: #aeaeae;
    -webkit-text-stroke-width: 1px;
}

.we_make_yellow{
    color: #ffd800;
    display: block;
    font-family: PT_Root_UI_Bold;
    font-size: 60px;
    margin-top: -10px; 
}

.development{
    color: #fff;
    font-size: 36px;
    margin: 50px auto 0px;
    width: 850px;
    text-transform: uppercase;
}

.fintech_this{
    color: #ffd800;
    font-size: 18px;
    margin: 30px auto 65px;
    width: 650px;
}

.what_doing{
    color: transparent;
    display: block;
    font-family: PT_Root_UI_Bold;
    font-size: 60px;
    margin-top: 50px;
    text-align: center;
    -webkit-text-stroke-color: #696969;
    -webkit-text-stroke-width: 1px;
}

.what_doing_black{
    display: block;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.doing{
    margin-top: 32px;
}

.doing>div{
    margin-top: 28px;
} 

.doing div div{
    border-top: 13px solid #ffdf57;
    background: #f8f9fa;
    height: 390px;
    padding: 30px;
}

.task{
    display: block;
    font-size: 24px;
    font-family: PT_Root_UI_Bold;
    line-height: 30px;
    width: 210px;
}

span.task:after{
    background-color: #ffd804;
    content: "";
    display: block;
    height: 4px;
    margin-top: 13px;
    width: 139px;
}

.doing div div p{
    font-size: 16px;
    margin-top: 15px;
}

div.vr>div{
    background-image: url(../images/VR.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 95%;
}

div.ar>div{
    background-image: url(../images/AR.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 90%;
}

div.po>div{
    background-image: url(../images/PO.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 412px 401px;
}

div.web>div{
    background-image: url(../images/WEB.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
}

.scope{
    background-image: url(../images/scope_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 110px;
    text-align: center;
}

.scope div p{
    color: #fff;
    font-size: 24px;
    font-family: PT_Root_UI_Light;
    margin: 85px auto;
    width: 830px;
    text-transform: uppercase;
}

.scope div p:after{
    background-color: #ffd804;
    content: "";
    display: block; 
    height: 1px;
    margin: 50px auto 0;
    width: 510px;
}

.technologies{
    margin-bottom: 100px; 
}

.technologies span{
    color: #fff;
    display: block;
    font-size: 18px;
}

.technologies span b{
    color: #fff;
    display: block;
    font-size: 22px;
    font-family: PT_Root_UI_Bold;
    margin-top: 29px;
}

.dynamic_development{
    color: #000;
    font-size: 24px;
    font-family: PT_Root_UI_Light;
    margin: 100px auto 85px;
    width: 870px;
    text-align: center;
    text-transform: uppercase;
}

.fintech{
    margin: 0px auto 105px;
    overflow: hidden;
    position: relative;;
    width: 1140px;
}

.fintech_txt{
    border: 3px solid #ffd804;
    float: right;
    font-size: 20px;
    padding: 100px 40px 100px 200px;
    width: 640px;
}

.fintech_img{
    display: block;
    position: absolute;
    top: 90px;
}

footer{
    background-color: #000;
}

.logo_footer{
    float: left;
    margin-top: 75px;
    margin-bottom: 75px;
}

.contacts{
    float: right;
}

.contacts{
    margin-top: 70px;
}

.contacts p{
    color: #fff;
    font-size: 17px;
    text-align: right;
}

.contacts a{
    color: #fff; 
    text-decoration: none;
}

#uptotop {
    background: rgba(10,10,10,.3) none repeat scroll 0 0;
    border-radius: 10px;
    bottom: -50px;
    cursor: pointer;
    height: 42px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all .7s ease 0s;
    z-index: 1002;
    width: 50px;
}

#uptotop img {
    width: 40px;
}

.change_language input:hover{
    color: #ffd800;
    text-decoration: none;
    transition: .2s linear;
}

.lesikApp img{
    width: 100%;
}

.lesikDesctop2, 
.lesikMobile{
    display: none;
}

.lesikDesctopEng{
    display: none;
}

.lesikMobileEng{
    display: none;
}

.lesikDesctop2Eng{
    display: none;
}

@media all and (-ms-high-contrast:none){
  
.we_make{
    color: #aeaeae;
    display: block;
    font-size: 85px;
    font-family: PT_Root_UI_Bold;
    margin-top: 50px;
}

.what_doing {
    color: #696969;
    display: block;
    font-family: PT_Root_UI_Bold;
    font-size: 60px;
    margin-top: 30px;
    text-align: center;
}

}

/* ========================================================== */

@media all and (max-width: 1920px){
    .lesikDesctop{
        display: none;
    }

    .lesikDesctop2{
        display: block;
    }
}

@media all and (max-width: 1199px){

.fintech {
    width: 100%;
}

.fintech_img {
    top: 0;
    width: 100%;
}

.fintech_img img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.fintech_txt {
    padding: 18% 10% 10% 10%;
    margin: 28% auto 0%;
    width: 100%;
}

}

@media all and (max-width: 991px){

.doing>div {
    margin: 28px auto 50px;
}

.scope {
    background-image: url(../images/background_mobile.jpg);
    margin-top: 50px;
}

.container2{ 
    max-width: 750px;
}

.baner {
    background-image: url(../images/background_mobile.jpg);
}

.we_make{
    display: none;
}

.we_make_yellow {
    font-size: 65px;
    margin-top: 70px;
}

.lesikDesctop2{
    display: none;
}

.lesikMobile{
        display: block;
    }

}

@media all and (max-width: 920px){

.development {
    width: 100%;
}
    
.dynamic_development {
    width: 100%;
}

div.po>div {
    background-size: 65%;
}

.scope div p {
    width: 100%;
}

}

@media all and (max-width: 800px){}

@media all and (max-width: 767px){

.fintech_this {
    color: #ffd800;
    font-size: 18px;
    margin: 30px auto 65px;
    width: 100%;
}

.logo_footer {
    float: none;
    text-align: center;
}

.contacts {
    float: none;
}

.contacts p {
    text-align: center;
}

.fintech_img img {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.fintech_txt {
    padding: 30% 10% 10% 10%;
    text-align: center;
}

.scope div p {
    padding: 0 15px;
}

div.web>div {
    background-size: 90%;
}

}

@media all and (max-width: 700px){

.we_make {
    font-size: 70px;
}

.development {
    font-size: 24px;
}

.fintech_br{
    display: none;
}

}

@media all and (max-width: 575px){

.dynamic_development {
    margin: 100px auto 90px;
}

}

@media all and (max-width: 560px){

.we_make {
    font-size: 50px;
}

.we_make_yellow {
    font-size: 45px;
    margin-top: 40px;
}

.development {
    font-size: 25px;
    margin: 40px auto 0px;
}

.fintech_this {
    font-size: 17px;
}

.what_doing {
    font-size: 45px;
}

.what_doing_black {
    font-size: 30px;
}

.scope div p {
    font-size: 21px;
    padding: 0 10px;
}

.contacts p {
    font-size: 16px;
}

}

@media all and (max-width: 400px){

.logo {
    float: none;
    margin: 25px auto 0px;
    text-align: center;
}

.we_make {
    font-size: 40px;
}

.we_make_yellow {
    font-size: 38px;
    margin-top: 70px;
}
 
.development {
    font-size: 20px;
    margin: 25px auto 0px;
}

.fintech_this {
    font-size: 14px;
    margin: 30px auto 45px;
}

.what_doing {
    font-size: 38px;
}

div.web>div {
    background-size: 82%;
}

.scope div p {
    font-size: 16px;
}

.dynamic_development {
    font-size: 20px;
    margin: 85px auto 85px;
}

.fintech_txt {
    font-size: 15px;
}

}

@media all and (max-width: 360px){}

