@charset "utf-8";
body{
    margin: 0;
    font-family: "LatoLatinWeb";
    color: #fff;
    background-color: #000;
}
body, .black-zone + #main .req-button,
.hooru-logo-sticky.black-zone,
#scroll-meniu.black-zone{
    cursor: url("images/cursor.png"), auto;
}
section[section-id="1"],
section[section-id="4"],
section[section-id="5"],
#the-third .contentas,
footer,
footer a,
.hooru-logo-sticky.white-zone,
#scroll-meniu.white-zone,
.req-form,
.req-form label, .req-form input,
.white-zone + #main .req-button,
.progress-button{
    cursor: url("images/cursor-white.png"), auto !important;
}
.progress-button.disabled{
    background-color: grey;
    opacity: .7;
    transition: .3s;
}
footer a:active{
    cursor: url("images/cursor-white.png"), auto !important;
}
.progress-button{
    border-radius: 50px;
    font-size: 11px;
    padding: 5px 40px;
    margin-bottom: 100px;
    font-family: "LatoLatinWebHeavy";
    background: #160b33;
    transition: .3s;
}
.progress-button .progress,
.progress-button .progress-inner{
    background: #6e44f9;
}
.progress-button .content::before, .progress-button .content::after{
    color: #fff;
}
/*REQUEST FORMA*/
.req-form{
    z-index: 99999;
    background-color: #000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: auto;
    padding: 20px 0px;
    box-sizing: content-box;
}
.req-form .close-btn{
    position: absolute;
    left: 0;
}
.req-form .text-rotated-wrapper{
    position: absolute;
    left: -73px;
    bottom: 140px;
}
.req-form .text-rotated{
    opacity: .2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.req-form .form-wrapper{
    font-size: 16px;
    width: 100%;
    float: right;
    height: 100%;
}
.req-form input[type="radio"]{
    font-size: 14px;
    font-family: "LatoLatinWeb";
}
.req-form .form-wrapper label{
    display: block;
    margin-bottom: 10px;
}
.req-form .form-wrapper input[type="text"]{
    margin-bottom: 50px;
}
.req-form .form-wrapper input[type="text"]{
    border: none;
    border-bottom: 1px solid #3c3c3c;
    background: transparent;
    width: 100%;
    height: 35px;
    color: #fff;
    line-height: 35px;
}
.req-form .form-wrapper .req-button{
    margin-top: 0px;
}
.req-button:focus{
    outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3c3c3c;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3c3c3c;
    font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #3c3c3c;
    font-size: 14px;
}
.req-form ul{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.req-form ul li{
    color: #fff;
    display: block;
    position: relative;
    float: left;
}

.req-form ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.req-form ul li label{
    display: block;
    position: relative;
    font-size: 14px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    -webkit-transition: all 0.25s linear;
    padding-left: 27px;
    padding-top: 19px;
    padding-right: 15px;
    opacity: 0.5;
}

.req-form ul li:hover label{
    color: #FFFFFF;
    opacity: 1;
}

.req-form ul li .check{
    display: block;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 30px;
    left: 2px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    opacity: .5;
}

.req-form ul li:hover .check {
    opacity: 1;
    transition: .5s;
}

.req-form ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7.5px;
    width: 7.5px;
    top: 1.5px;
    left: 1.5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.req-form ul li:last-of-type .check::before{
    left: 3px;
}
.req-form input[type=radio]:checked ~ .check {
    opacity: 1;
}

.req-form input[type=radio]:checked ~ .check::before{
    background: #FFF;
}

.req-form input[type=radio]:checked ~ label{
    opacity: 1;
}

/*END REQUEST FORMA*/
.req-button:active,
input:active, input:focus,
.new-slide div:focus{
    outline: none;
}
.hundred-vh{
    min-height: 100vh;
}
.scroll-image{
    position: absolute;
    left: 120px;
    bottom: 0px;
}
#scroll-meniu{
    right: 120px;
}
#scroll-meniu,
.hooru-logo-sticky{
    position: fixed;
    top: 150px;
    z-index: 9999;
}
.hooru-logo-sticky{
    left: 120px;
    display: none;
    transition: .5s;
    max-width: 100px;
    z-index: 1;
}
.hooru-logo{
    position: absolute;
    left: 120px;
    top: 150px;
}
.hooru-logo img{
    width: 200px;
}
.hooru-logo-bottom{
    position: absolute;
    left: 120px;
    top: auto;
    bottom: -150px;
}
#scroll-meniu > div{
    color: #fff;
    opacity: 0.3;
    margin-bottom: 15px;
    width: 20px;
    text-align: center;
}
#main{
    overflow: hidden;
}
#main section{
    min-height: 100vh;
    padding-top: 150px;
}
.container{
    max-width: 1170px;
    margin: auto;
}
/*FIRST SECTION*/
#the-first{
    max-width: 650px;
    margin: auto;
}
#the-first.hundred-vh{
    height: auto;
    min-height: calc(100vh - 150px)
}
#the-first h1{
    font-size: 72px;
    font-weight: 600;
    margin-top: 0;
}
.req-button{
    font-family: "LatoLatinWebHeavy";
    display: block;
    background-color: #160b33;
    color: #fff;
    border: none;
    font-size: 11px;
    border-radius: 50px;
    padding: 20px 40px;
    margin-top: 80px;
    transition: .5s;
}
.req-button:hover{
    background-color: #6e44f9;
    transition: .5s;
}
.agree-button{
    font-family: "LatoLatinWebHeavy";
    display: block;
    background-color: #160b33;
    color: #fff;
    border: none;
    font-size: 11px;
    border-radius: 50px;
    padding: 20px 40px;
    margin-top: 80px;
    transition: .5s;
}
.agree-button:hover{
    background-color: #6e44f9;
    transition: .5s;
}
.who-are-we{
    margin-top: 200px;
}
.who-are-we .left{
    max-width: 650px;
    display: inline-block;
    vertical-align: top;
    margin-top: 80px;
}
.who-are-we .left h3{
    margin-bottom: 40px;
}
.who-are-we .left div{
    font-size: 20px;
    line-height: 32px;
}
.who-are-we .right{
    max-width: 500px;
    display: inline-block;
}
/*SECOND PART*/
section[section-id="2"]{
    padding-bottom: 100px;
    box-sizing: border-box;
}
#the-second h2{
    font-size: 90px;
    font-family: "LatoLatinWebBlack";
    margin: 20px 0px;
}
#the-second div,
.slider-part .tekstas .pav,
#the-third .contentas .block .title,
.who-are-we .left h3{
    font-size: 24px;
    line-height: 32px;
    font-family: "LatoLatinWeb";
    font-weight: 600;
}
#the-second + .uzdanga{
    margin-top: 200px;
}
.new-slide{
    margin-top: 150px;
}
.new-slide .slider-part{
    margin-right: 90px;
}
.slaideriukas{
    position: relative;
    width: 1000%;
    min-height: 350px;
}
.new-slide + hr{
    width: 1000%;
    position: relative;
    left: -50%;
    top: -62px;
    opacity: 0.5;
}
.slick-prev,
.slick-next{
    visibility: hidden;
}
.arrow-right,
.arrow-left{
    position: absolute;
    bottom: 0px;
    transition: .4s;
}
.arrow-right:hover,
.arrow-left:hover{
    transition: .4s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.arrow-right{
    right: 0;
}
.slider-part:not(:first-of-type){
    margin-left: 90px;
}
.slider-part{
    display: inline-block;
    max-width: 60vw;
    opacity: .2;
    position: relative;
    transition: .5s;
}
.slick-active .slider-part,
.slider-part:hover{
    opacity: 1;
    transition: .5s;
}
.slider-part .skaicius,
.slider-part .tekstas{
    display: inline-block;
}
.slider-part .skaicius{
    font-weight: 600;
    font-size: 280px;
    line-height: 1;
    color: #000;
    margin-right: 60px;
}
.slider-part .skaicius.du{
    position: absolute;
    right: 0;
    display: none;
}
.slider-part .tekstas{
    margin: auto 0;
    overflow: hidden;
    line-height: 25px;
}
.slider-part .tekstas .pav{
    margin-bottom: 20px;
}
.slider-part .tekstas .desc{
    font-size: 16px;
}
.slick-list{
    overflow: visible !important;
}
.slick-arrow{
    top: 100% !important;
}
.slick-next:before,
.slick-prev:before{
    color: #000000 !important;
}
/*THIRD SECTION*/
#main section[section-id="3"]{
    padding-top: 0px;
}
#the-third h3{
    padding-top: 200px;
}
#the-third .container{
    background-image: url("images/folk.png");
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: right 650px top 150px;
    background-attachment: fixed;
    box-sizing: border-box;
    padding-bottom: 120px;
}
#the-third h3{
    font-family: "LatoLatinWebBlack";
    color: #000000;
    font-size: 90px;
    font-weight: 600;
    width: 460px;
    margin: auto;
    margin-bottom: 140px;
}
#the-third .contentas{
    background-color: #000;
    max-width: 600px;
    padding: 60px 100px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
#the-third .contentas .block:not(:last-of-type){
    margin-bottom: 60px;
}
#the-third .contentas .block .title{
    position: relative;
}
#the-third .contentas .block .text {
    line-height: 25px;
}
#the-third .contentas .block .title:before{
    content: url("images/bullet.png");
    position: absolute;
    left: -30px;
    top: -5px;
}
/*FOURTH SECTION*/
#main section[section-id="4"]{
    min-height: calc(100vh - 220px);
}
#the-fourth h3{
    font-family: "LatoLatinWebBlack";
    font-size: 90px;
    margin: 0;
}
#the-fourth .container{
    min-height: calc(100vh - 220px);
    border-bottom: 1px solid #2d2d2d;
}
#the-fourth .blokai{
    margin: 200px 0px;
    display: flex;
}
#the-fourth .blokas{
    width: 33%;
    display: inline-block;
    padding: 0px 60px;
    box-sizing: border-box;
}
#the-fourth .blokas .title{
    font-family: "LatoLatinWebHeavy";
}
#the-fourth .blokas:first-of-type{
    padding-left: 0;
}
#the-fourth .blokas:last-of-type{
    padding-right: 0;
}
#the-fourth .blokas:not(:last-of-type){
    border-right: 1px solid #2d2d2d;
}
#the-fourth .blokas span{
    display: block;
    margin-bottom: 15px;
    line-height: 25px;
}
/*FIFTH PART*/
#fifth-part{
    font-size: 90px;
    font-family: "LatoLatinWebBlack";
}
/*FOOTER*/
footer{
    background-color: #1e1e1e;
    padding: 170px 0px;
}
footer .left{
    font-family: "LatoLatinWebBlack";
    font-size: 36px;
    max-width: 570px;
}
footer .left button{
    margin-top: 35px;
}
footer .left, footer .right,
footer .right .meniu, footer .right .socials{
    display: inline-block;
    vertical-align: top;
}
footer .right .meniu{
    padding: 0px 100px;
}
footer .right .socials{
    margin-top: 15px;
}
footer .right .socials a{
    display: block;
}
footer .right ul{
    padding: 0;
}
footer .right ul li a{
    text-decoration: none;
    color: #fff;
}
footer .right ul li,
footer .right ul hr{
    font-family: "LatoLatinWebHeavy";
    list-style-type: none;
    font-size: 11px;
    margin-bottom: 30px;
}
@media all and (max-width: 2000px){
    #the-third .container{
        background-position: right 335px top 50%;
    }
}
@media all and (max-width: 1500px){
    #the-third .container{
        background-position: right 100px top 50%;
    }
}
@media all and (max-width: 1400px){
    #the-third .contentas{
        max-width: 650px;
    }
    #scroll-meniu, .hooru-logo-sticky{
        position: fixed;
        right: 60px;
        top: 70px;
    }
    .hooru-logo-sticky,
    .hooru-logo{
        top: 70px;
        left: 60px;
    }
}
@media all and (max-width: 1300px){
    .hooru-logo-bottom, .scroll-image{
        left: 20px;
    }
}
@media all and (max-width: 1250px){
    section[section-id="1"] .hooru-logo{
        position: initial;
        text-align: left;
        margin-left: 70px;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 1200px){
    #the-third .container{
        background-position: right 0px top 50%;
    }
    #the-third .contentas {
        max-width: 500px;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .hooru-logo{
        left: 20px;
    }
    .who-are-we .left,
    .who-are-we .right{
        width: 100%;
        max-width: initial;
    }
    .who-are-we .right{
        text-align: center;
    }
    #the-fourth .container{
        border-bottom: none;
    }
}
@media all and (max-width: 1030px){
    footer .right .meniu{
        padding: 0px 30px;
    }
    footer .left {
        max-width: 500px;
    }
    #the-second{
        width: 100% !important;
    }
    .arrow-right {
        right: 20px;
    }

    .hooru-logo-sticky{
        left: 20px;
    }
}
@media all and (max-width: 900px){
    #the-third .container{
        background-position: right -100px top 50%;
    }
}
@media all and (max-width: 800px){
    #the-third .container{
        background-position: right -200px top 50%;
    }
    #the-third h3{
        padding-top: 100px;
    }
    .scroll-image{
        position: inherit;
    }
    .who-are-we{
        margin-top: 0px !important;
        margin-bottom: 100px !important;
    }
    .who-are-we .left div{
        line-height: 30px;
    }
    section[section-id="1"] .hooru-logo{
        position: absolute;
        left: 20px;
        top: 20px;
        margin-left: 0px;
        display: block !important;
    }
    #scroll-meniu,
    .hooru-logo-sticky{
        right: 30px;
        top: 35px;
    }
    #fifth-part,
    #the-fourth h3,
    #the-third h3,
    #the-second h2,
    section[section-id="1"] #the-first h1{
        font-size: 60px;
    }
    #the-first.hundred-vh{
        min-height: calc(100vh - 400px);
    }
    .req-button{
        background-color: #7035ff !important;
    }
    footer{
        padding: 40px 0px;
    }
    footer .left,
    footer .right{
        width: 100%;
        max-width: none;
    }
    footer .left div{
        font-size: 24px;
    }
    footer .right{
        margin-top: 60px;
        position: relative;
    }
    footer .right .meniu{
        padding: 0;
    }
    footer .right .socials{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    footer .right ul li{
        margin-bottom: 20px;
    }
    .hooru-logo, .hooru-logo-bottom{
        display: none !important;
    }
    #the-fourth .blokai{
        display: initial;
    }
    #the-fourth .blokas .title + span{
        font-size: 12px;
    }
    #the-fourth .blokai .blokas{
        width: 100%;
        padding: 30px 0px;
    }
    #the-fourth .blokai .blokas:not(:last-of-type){
        border-right: none;
        border-bottom: 1px solid #2d2d2d;
    }
    .slider-part .skaicius{
        margin-right: 0;
    }
}
@media all and (max-width: 650px){
    #the-third .container{
        background-position: right -100px top 50%;
    }
    .hooru-logo-sticky{
        display: none !important;
    }
    .req-form .container{
        height: auto !important;
    }
    .req-form .req-button{
        margin-bottom: 40px;
    }
    .req-form .text-rotated-wrapper,
    .req-form .close-btn{
        position: inherit !important;
    }
    .req-form .form-wrapper form{
        margin: 0 !important;
    }
    .req-form .text-rotated{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .req-form ul{
        margin-top: 10px;
    }
    .req-form ul li{
        display: block;
        width: 100%;
    }
    .req-form ul li label{
        margin: 0 !important;
        padding-top: 12px;
    }
    .req-form ul li .check{
        top: 13px;
    }
    .req-form .text-rotated-wrapper,
    .req-form .close-btn{
        display: inline-block;
    }
    .req-form .close-btn{
        float: right;
    }
    .req-form .text-rotated-wrapper{
        margin-bottom: 50px;
    }
    #the-third .contentas .block .title:before{
        top: -3px;
        left: -15px;
    }
    #scroll-meniu,
    .hooru-logo-sticky{
        display: none;
    }
    .slider-part{
        max-width: calc(100vw - 30px);
    }
    .shading + div > .container{
        margin-top: 100px;
    }
    #the-third .container{
        background-size: auto 515px;
    }
    #the-third .contentas .block:not(:last-of-type){
        margin-bottom: 40px;
    }
    #the-third .contentas{
        padding: 30px;
        max-width: 300px;
    }
    #the-third .contentas .block .title{
        font-size: 16px;
    }
    #the-third .contentas .block .text{
        font-size: 12px;
    }
    #the-second + .uzdanga{
        margin-top: 130px;
    }
}
@media all and (max-width: 550px){
    .new-slide{
        margin-top: 100px;
    }
    hr{
        margin-bottom: 80px;
    }
    #the-third .container{
        background-position: right -200px top 50%;
    }
    section[section-id="2"]{
        padding-bottom: 50px !important;
        padding-top: 60px !important;
        margin-top: 0 !important;
    }
    #the-fourth h3{
        margin-top: 0px !important;
    }
    #fifth-part,
    #the-fourth h3,
    #the-third h3,
    #the-second h2{
        font-size: 40px;
    }
    #main section[section-id="4"]{
        padding-top: 60px;
    }
    section[section-id="2"]{
        padding-bottom: 50px;
    }
    #the-third h3{
        margin-bottom: 60px;
    }
    section[section-id="1"] #the-first h1{
        font-size: 36px;
        margin-bottom: 0;
    }
    section[section-id="1"] #the-first .req-button{
        margin-top: 40px;
    }
    .who-are-we .right{
        display: none;
    }
    .who-are-we{
        margin-bottom: 70px;
    }
    .shading, section[section-id="3"], section[section-id="4"], section[section-id="5"]{
        top: 0 !important;
    }
    #the-first{
        margin-bottom: 70px;
        height: auto;
        min-height: 100%;
    }
    .who-are-we .left h3{
        margin-bottom: 30px;
    }
    .who-are-we .left div{
        font-size: 14px;
    }
}
@media all and (max-width: 380px) {
    #the-third .contentas{
        max-width: 280px;
    }
    hr{
        top: -25px !important;
    }
    .arrow-left,
    .arrow-right{
        bottom: -10px;
    }
}
@media all and (max-width: 360px){
    .slider-part .tekstas .pav{
        font-size: 22px;
    }
}
@supports (-ms-ime-align:auto) {
    .req-form ul{
        list-style-position: inside !important;
    }
    .req-form ul li label{
        padding-top: 0px;
    }
}
@media all and (max-height: 650px) and (min-width: 800px){
    #the-fourth h3{
        margin-top: 0px !important;
    }
    #fifth-part{
        margin-top: 150px;
    }
    #main section[section-id="1"]{
        padding-top: 100px;
    }
    #the-second{
        margin-top: 50px;
    }
}
@media all and (max-width: 380px) and (min-height: 800px){
    #the-first {
        margin-bottom: 100px;
    }
}
/*SAFARI*/
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .new-slide + hr {
    top: -40px;
}
@media not all and (min-resolution:.001dpcm) {
    @media {
        .new-slide + hr{
            top: -40px;
        }
    }
}
.close_button {
    display: inline-block;
    position: absolute;
    z-index: 2; 
    top: 45px;
    right: 60px;
    color: #fff;
}
.close_button .name {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;    
    transition: color 250ms;
}
.close_button .svg_holder {
    display: inline-block;
    vertical-align: top;   
    margin-left: 13px;  
    line-height: 20px;  
    height: 20px; 
    width: 20px;      
}
.close_button .svg_holder svg polygon {
    transition: fill 250ms;
}
@media screen and (min-width: 1025px) {

    .close_button:hover .name {
        color: #6e44f9;
    }
    .close_button:hover .svg_holder svg polygon {
        fill: #6e44f9;
    }
}
.cookies_pop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, .9);
    padding: 20px 0;
    font-size: 0;
}
.cookies_pop .text {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 116px);
    font-size: 16px;
    padding-right: 30px;
}
.cookies_pop .text a {
    color: #6e44f9;
}
.agree-button {
    width: 116px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .close_button .name {
        display: none;
    }
    .close_button {
        top: 38px;
        right: 20px;    
    }
    .cookies_pop .text {
        display: block;
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }
    .cookies_pop {
        text-align: center;
    }
}