@font-face {font-family:'avenir';src:url('/fonts/AvenirNextCyr-Thin.woff') format('woff');font-weight:100;font-style:normal;}
@font-face {font-family:'avenir';src:url('/fonts/AvenirNextCyr-Light.woff') format('woff');font-weight:300;font-style:normal;}
@font-face {font-family:'avenir';src:url('/fonts/AvenirNextCyr-Regula.woff') format('woff');font-weight:400;font-style:normal;}
@font-face {font-family:'avenir';src:url('/fonts/AvenirNextCyr-Medium.woff') format('woff');font-weight:500;font-style:normal;}
@font-face {font-family:'avenir';src:url('/fonts/AvenirNextCyr-Heavy.woff') format('woff');font-weight:600;font-style:normal;}
@font-face {font-family:'avenir';src:url('/fonts/AvenirNextCyr-Bold.woff') format('woff');font-weight:700;font-style:normal;}

html, body{
    font-family: 'avenir',Arial,sans-serif;
    overflow-x: hidden;
    color: #000000;
    background: #EBF0FF;
    background-image: url("/img/background.svg");
}
.section-header {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background-color: #fd995c; }
::-webkit-scrollbar-thumb { background-color: #8349C1; }
::-webkit-scrollbar-thumb:hover { background-color: #6712c7; }
.navbar-toggler,
.navbar-toggler:focus{
    border: none;
    box-shadow: none;
}

/* top menu */
#menu-section {
    background: #8349C1;
    position: fixed;
    width: 100%;
    z-index: 2;
}
#menu-section .navbar-brand {
    margin: 0;
}
#menu-section .navbar-brand .logo{
    max-height: 60px;
    width: 165px;
    margin-left: -10px;
}
#menu-section .menu{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
#menu-section .menu ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    margin: 0;
}
#menu-section .menu ul li{
    list-style: none;
    margin: 0 25px;
}
#menu-section .menu ul li a{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
#menu-section .menu-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
}
#menu-section .menu-buttons a{
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 9px 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}
/* end top menu */

/* footer */
#footer{
    background: #1E003F;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #FFFFFF;
}
#footer .menu {
    display: flex;
    justify-content: center;
}
#footer .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    margin: 0;

}
#footer .menu ul li {
    list-style: none;
    margin: 0 30px;
}
#footer .menu ul li a{
    text-decoration: none;
    color: #FFFFFF;
}
#footer .footer-menu-buttons {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
#footer .footer-menu-buttons a{
    background: linear-gradient(90deg, #FFFFFF33 1.81%, #46464633 100%);
    mix-blend-mode: normal;
    border-radius: 47px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 25px;
    text-decoration: none;
    color: #FFFFFF;
}
/* end footer */


/* hero */
#hero {
    background: #8349C1 url("/img/main-header.svg") no-repeat;
    background-size: cover;
    min-height: 900px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 70px;
}
#hero .left-side img,
#hero .left-side video {
    display: none;
    max-width: 100%;
}
.hero-text {
    margin-top: 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    font-variant: small-caps;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.hero-second-text {
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 120%;
    color: #FFFFFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    margin-top: 63px;
    margin-bottom: 67px;
}

#hero .button-wrapper{
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.left-side .button-wrapper{
    display: flex;
}
.right-side .button-wrapper{
    display: none;
}
.button-block a{
    background: #F9650C;
    border-radius: 54px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 20px;
}
.right-side .top-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.right-side .top-block video{
    max-width: 100%;
    width: 440px;
    height: auto;
}
.right-side .top-block img{
    max-width: 100%;
    height: 200px;
    margin-right: -20px;
    z-index: 1;

}
.right-side .business-model{
    font-size: 30px;
    line-height: 36px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    margin-top: 46px;
    margin-bottom: 27px;
    font-weight: 700;
}
.right-side .bottom-block .top-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.right-side .bottom-block-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    margin-top: 13px;
}
/* end hero */

/* traction */
#traction {
    padding-top: 80px;
    padding-bottom: 80px;
}
.tractions {
    margin-top: 73px;
    margin-bottom: 43px;
}
.tractions2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.traction2-block{
    margin: 40px;
}
.traction-block {
    width: 260px;
    max-width: 100%;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgba(0, 33, 97, 0.25);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.traction-block-text{
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    margin-top: 13px;
}
.traction-block-header{
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
}
.traction2-block-img {
    text-align: center;

}
.traction2-block-text{
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
}
/* end traction */


/**/
.achievements-wrapper {
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgba(0, 33, 97, 0.25);
    border-radius: 20px;
    padding: 50px 60px;
    margin: 40px auto 70px auto;
}
.achievement-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
}
.achievement-item-img {
    margin-right: 30px;
    min-width: 130px;
    text-align: right;
}
.achievement-item-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}
.achievements-wrapper .achievement-item:first-child .achievement-item-text {
    font-weight: bold;
}
/**/

/* slick */
.slide-wrapper{
    background: #FFFFFF;
    border-radius: 30px;
    height: 584px;
}
.slick-initialized .slick-slide{
    padding: 50px 20px;
}
.slide-header{
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 20px 40px 0 40px;
}
.slide-regards{
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.slide-regards div:first-child{
    font-weight: 700;
}
.slide-img{
    margin-left: -59px;
    margin-top: -40px;
    margin-right: 20px;
}
.slide-img img{
    max-width: 110px;
    height: auto;
}
.slide-body {
    margin-top: 30px;
    padding: 0 40px;
}
.slide-body .slide-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    overflow-y: scroll;
    height: 310px;
    padding-right: 20px;
}
/* end slick */


/**/
#our_achievements {
    padding-left: 20px;
    padding-right: 20px;
}
/**/




/* about */
.pitch-deck{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.one-pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
    margin-top: 40px;
}
.one-pager a, .pitch-deck a {
    padding: 15px 50px;
    background: #8349C1;
    border-radius: 54px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.pitch-deck a{
    background: #F9650C;
    padding: 15px 77px;
}
.one-pager img{
    margin-right: 20px;
}
/* end about */


/* slick */
.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
    padding: 0;
    margin-bottom: 0;
}
.slick-dots li{
    list-style: none;
}
.slick-dots li.slick-active button{
    opacity: 1;
}
.slick-dots li button{
    background-color: #8349C1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    border: none;
    color: transparent;
    width: 13px;
    height: 13px;
    margin: 0 12px;
    border-radius: 50px;
    padding: 0;
}
.slick-arrow {
    width: 22px;
    height: 39px;
    color: transparent;
    border: none;
    background: url("/img/arrow-active.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
}
.slick-prev{
    transform: rotateY(180deg);
    left: 10em;
}
.slick-next{
    right: 10em;
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
}
/* end slick */





.nataliya-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.nataliya-wrapper .contacts{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 23px 32px;
    margin: 35px;
}
.nataliya-wrapper .contacts .contacts-text{
    font-size: 20px;
}
.nataliya-wrapper .contacts .contacts-text a{
    text-decoration: none;
    color: #000000;
}


@media screen and (max-width: 1400px){}
@media screen and (max-width: 1366px) and (min-width: 1201px) {}
@media screen and (max-width: 1366px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 991px){
    #menu-section .navbar-brand svg{
        max-width: 70px;
    }
    #menu-section .menu ul{
        flex-direction: column;
        align-items: start;
    }
    #menu-section .offcanvas {
        background: #FAAA04;
        height: fit-content;
    }
    .right-side .top-block img,
    .right-side .top-block video{
        display: none;
    }
    .left-side .button-wrapper{
        display: none;
    }
    .right-side .button-wrapper{
        display: flex;
    }
    #hero .left-side img,
    #hero .left-side video {
        display: flex;
        margin: 40px auto;
    }
    .right-side .business-model{
        text-align: center;
    }

    .hero-text{
        margin-top: 60px;
        font-size: 38px;

    }
    .hero-second-text{
        font-size: 36px;

        margin-top: 0;
    }
    .button-block a{
        padding: 20px 32px;
        margin: 20px auto;
    }
    .achievement-item{
        flex-direction: column;
    }
    .slide-header{
        flex-direction: column;
    }
    .slide-img{
        margin: -90px auto 0 auto;
    }
    .slide-regards{
        text-align: center;
    }
    .slide-company {
        display: none;
    }
    .slick-initialized .slick-slide{
        padding: 100px 20px 50px 20px;
    }
    .achievement-item-img{
        margin: 0 auto;
        text-align: center;
    }
    #menu-section .navbar-brand{
        display: flex;
        flex-direction: row-reverse;
    }
    .navbar-brand .flag{
        width: 30px;
        height: fit-content;
        margin-left: -19px;
        margin-top: 9px;
    }
}
@media screen and (max-width: 768px){  }
@media screen and (max-width: 576px){
    .slick-next{
        right: 2em;
    }
    .slick-prev{
        left: 2em;
    }
    .hero-text {
        font-size: 30px;
    }
    .hero-second-text {
        font-size: 27px;
    }

    .right-side .bottom-block-text{
        margin-bottom: 40px;
    }
    .achievement-item-text{
        text-align: center;
        margin-top: 20px;
    }
    .slide-body .slide-text{
        text-align: center;
    }

}
@media screen and (max-width: 400px){
    .navbar-brand .flag{
        display: none;
    }
}
@media screen and (max-width: 387px){
    #menu-section .navbar-brand .logo{
        width: 100px;
    }
}
@media screen and (max-width: 375px){
    .hero-text{
        font-size: 29px;
    }
    .hero-second-text {
        font-size: 27px;
    }
    .section-header{
        font-size: 28px;
    }
    .achievement-item-text{
        font-size: 19px;
        line-height: 26px;
    }
}
@media screen and (max-width: 320px){
    .hero-text {
        font-size: 24px;
    }
    .hero-second-text {
        font-size: 20px;
     }
}






