h1,h2,h3,h4,h5,h6, p {
    margin-bottom: 0px;
}

/* ..............Fonts........... */
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #323c85;
}
@font-face {
    font-family: 'gilroy', sans-serif;
    src: url('fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'gilroy', sans-serif;
    src: url('fonts/OpenSans-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'gilroy', sans-serif;
    src: url('fonts/OpenSans-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'gilroy', sans-serif;
    src: url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'gilroy', sans-serif;
    src: url('fonts/OpenSans-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'gilroy', sans-serif;
    src: url('fonts/Gilroy-ExtraBold.ttf') format('woff');
    font-style: normal;
    font-weight: 800;
}
.gilroy-font {
    font-family: 'gilroy', sans-serif;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}

.purple-color {
    color: #d3baff;
}
.white-color {
    color: #fff;
}
.blue-color {
    color: #323c86;
}

.mazas-pokytis-section {
    padding: 70px 20px 80px;
    background-color: #d3baff;
    position: relative;
}
.mazas-pokytis-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/white-half-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.mazas-pokytis-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: unset;
    left: 50%;
    width: 900px;
    height: 385px;
    background-image: url(images/purple-cirlce.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: translateX(-50%);
    z-index: 2;
}
.mazas-pokytis-section .container {
    z-index: 2;
    position: relative;
}
.main-head-part h1 {
    font-size: 150px;
    line-height: 120px;
}
.main-head-part h1 span {
    font-size: 80px;
    line-height: 70px;
}
.main-head-part p {
    font-size: 36px;
    line-height: 45px;
    margin: 30px auto 140px;
    max-width: 440px;
}
.features-part .sub-line {
    font-size: 24px;
    line-height: 34px;
    max-width: 550px;
    margin: 0px auto 45px;
}
.pokylist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    max-width: 760px;
    align-items: start;
}
.pokylist .pokybox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pokybox img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    margin-bottom: 5px;
}
.pokybox p {
    color: #323c86;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
}


.visa-tai-section {
    background-color: #fd0100;
    padding: 200px 20px 190px;
    color: #fff;
    text-align: center;
}
.visa-tai-section h2,
.visa-tai-section .sub-head {
    font-size: 60px;
    line-height: 55px;
    font-weight: 800;
}
.visa-tai-section .big-counter {
    font-size: 280px;
    line-height: 260px;
    margin: 65px 0px 55px;
}
.visa-tai-section .text {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin: 20px auto 60px;
    max-width: 500px;
}
.web-btn {
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    background-color: #323c86;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 350px;
    width: 100%;
    text-align: center;
}
.web-btn:hover {
    background-color: #fff;
}
.red-btn {
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    background-color: #fd0000;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 350px;
    width: 100%;
    text-align: center;
}
.red-btn:hover {
    background-color: #fff;
    color: #323c86;
}
.tavimi-auga-sec {
    padding: 430px 20px;
    background-image: url(images/tavimi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tavimi-auga-sec h2 {
    line-height: 70px;
}
.prisidek-section {
    padding: 275px 20px;
    background-color: #f3e7df;
    overflow: hidden;
    position: relative;
}
.prisidek-section:before,
.prisidek-section:after{
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 800px;
    left: 50%;
    transform: translateX(-50%);
    background: #5d5dc3;
}
.prisidek-section:before{
    top: -650px;
}
.prisidek-section:after{
    bottom: -650px;
}
.prisidek-section .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.prisidek-section h2{
    text-align: center;
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 65px;
}
.prisidek-section .kitaip-row{
    display: flex;
    width: 100%;
    column-gap: 50px;
}
.prisidek-section .kitaip-item{
    width: calc(33.33% - 34px);
}
.prisidek-section .kitaip-item h3{
    width: 100%;
    height: 300px;
    background-image: url(../index_files/images/kitaip-circle-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prisidek-section .kitaip-item h3 span{
    width: 160px;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.prisidek-section .kitaip-item .web-btn{
    font-size: 16px;
    line-height: 18px;
    max-width: 100%;
    padding: 14px 10px ;
}


.kuo-gali-section{
    padding: 70px 20px;
    background-color: #5d5dc3;
    text-align: center;
}
.kuo-gali-section h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    max-width: 400px;
    margin-bottom: 25px;
}
.kuo-gali-section h2 + div{
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    max-width: 650px;
    margin-bottom: 30px;
}
.kuo-gali-section .kuo-gali-box .box-row:nth-of-type(2){
    margin-bottom: 60px;
}
.kuo-gali-section .kuo-gali-box{
    position: relative;
    min-height: 600px;
    z-index: 2;
    padding-top: 54px;
}
.kuo-gali-section .kuo-gali-box .kao-gali-img{
    width: 600px;
    height: 600px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.kuo-gali-section .box-row{
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
}
.kuo-gali-section .box-row .left{
    text-align: left;
    margin-left: 0;
    position: relative;
}
.kuo-gali-section .box-row .left:before{
    content: '';
    position: absolute;
    bottom: -16px;
    left: -12px;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
}
.kuo-gali-section .box-row .left:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: -3px;
    width: calc(100% + 180px);
    height: 1px;
    background: #fff;
    z-index: -1;
}
.kuo-gali-section .box-row .right{
    text-align: right;
    margin-right: 0;
    position: relative;
}
.kuo-gali-section .box-row .right:before{
    content: '';
    position: absolute;
    bottom: -16px;
    right: -12px;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
}
.kuo-gali-section .box-row .right:after{
    content: '';
    position: absolute;
    bottom: -12px;
    right: -3px;
    width: calc(100% + 180px);
    height: 1px;
    background: #fff;
    z-index: -1;
}
.kuo-gali-section .box-row h3{
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 3px;
    font-weight: 700;
}
.kuo-gali-section .box-row .sub-head{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
}
.kuo-gali-section .box-row p{
    font-size: 15px;
    line-height: 20px;
}
.kuo-gali-section .box-row p.bold {
    font-weight: 600;
}
.kuo-gali-bottom-line{
    margin: 25px auto 30px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    max-width: 400px;
}
.kuo-gali-box-content{
    width: 340px;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #d3baff;
    border-radius: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 40px;
}
.kuo-gali-box-content h3{
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin: 20px 0;
}
.kuo-gali-box-content p{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.kuo-gali-box-content .input-box{
    position: relative;
    width: 220px;
}
.kuo-gali-box-content .input-box input{
    height: 50px;
    background: #fff;
    border-radius: 40px;
    appearance: none;
    font-size: 20px;
    line-height: 20px;
    color: #323c86;
    border: unset !important;
    width: 100%;
    outline: unset !important;
    padding: 10px 50px 10px 15px;
}
.kuo-gali-box-content .input-box span{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    line-height: 35px;
    color: #323c86;
}


.help-section {
    padding: 80px 20px;
    background: #d2b9ff;
    overflow: hidden;
}
.help-section h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 70px;
    text-align: center;
}
.help-section .help-carousel.owl-carousel .owl-stage-outer{
    overflow: unset !important;
}
.help-section .help-carousel .item {
    text-align: center;
}
.help-section .help-carousel .owl-item{
    opacity: 0.5;
}
.help-section .help-carousel .owl-item.active{
    opacity: 1;
}
.help-section .help-carousel .item .small-text{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.help-section .help-carousel .item h3{
    font-size: 27px;
    line-height: 35px;
    font-weight: 800;
    max-width: 250px;
    margin: 0 auto 15px;
    text-transform: uppercase;
    min-height: 70px;
}
.help-section .help-carousel .item p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    max-width: 250px;
    margin: 30px auto 0;
}
.help-section .help-carousel .item img{
    height: 350px;
    object-position: center center;
    object-fit: contain;
    width: 90%;
}
.help-section .help-carousel .owl-prev,
.help-section .help-carousel .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../index_files/images/circle-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 60px;
    font-size: 0;
}
.help-section .help-carousel .owl-prev:hover,
.help-section .help-carousel .owl-next:hover{
    opacity: 0.7;
}
.help-section .help-carousel .owl-prev{
    left: -30px;
    transform: translateY(-50%) scaleX(-1);
}
.help-section .help-carousel .owl-next{
    right: -30px;
}

.number-section{
    padding: 50px 20px;
    background: #e1d0ff;
}
.number-section .counter-row{
    display: flex;
    column-gap: 80px;
    margin-bottom: 60px;
}
.number-section .counter-row .counter-item{
    text-align: center;
    max-width: 180px;
}
.number-section .counter-row h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 16px;
}
.number-section .counter-row p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.number-section .btn-group{
    text-align: center;
    display: flex;
    column-gap: 50px;
    justify-content: center;
}
.number-section .btn-group a{
    margin: unset;
}
.why-section{
    padding: 0px 20px;
    background: #f3e7df;
}
.why-section .circle-content{
    display: flex;
    min-height: 1020px;
    background-image: url(../index_files/images/circle-with-hand.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.why-section .circle-content .left,
.why-section .circle-content .right{
    position: relative;
    width: 50%;
}
.why-section .circle-content .left h2{
    position: absolute;
    top: 40%;
    font-size: 56px;
    line-height: 62px;
    font-weight: 800;
    margin-left: 160px;
}
.why-section .circle-content .right .right-circle-content{
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.why-section .circle-content .right .right-circle-content .right-circle-content-item h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.why-section .circle-content .right .right-circle-content .right-circle-content-item p{
    font-size: 16px;
    line-height: 25px;
}
.why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(1){
    max-width: 320px;
    margin-left: -40px;
    margin-bottom: 40px;
}
.why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(2){
    max-width: 230px;
    margin-left: 40px;
    margin-bottom: 30px;
}
.why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(3){
    max-width: 330px;
    margin-left: 110px;
    margin-bottom: 30px;
}
.why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(4){
    max-width: 240px;
    margin-left: 170px;
    margin-bottom: 20px;
}
.why-section .btns{
    display: flex;
    column-gap: 40px;
    justify-content: end;
    z-index: 522;
    margin-top: -94px;
    position: relative;
    margin-bottom: 40px;
}
.why-section .btns .web-btn{
    margin: unset !important;
}
.why-section .mobile-head{
    display: none;
}

.how-to-assign-section{
    padding: 70px 20px;
    background: #d2b9ff;
}
.how-to-assign-section h2{
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;    
    margin-bottom: 40px;
    text-align: center;
}
.how-to-assign-section .step-row{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.how-to-assign-section .step-row .step-item{
    display: flex;
    column-gap: 4px;
}
.how-to-assign-section .step-row .step-item .number{
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;    
}
.how-to-assign-section .step-row .step-item .content{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;    
    margin-top: 22px;
}
.how-to-assign-section .step-row .step-item .content strong{
    font-weight: 700;    
}
.how-to-assign-section .contact-row{
    text-align: center;
    margin: 20px 0;
}
.how-to-assign-section .contact-row p,
.how-to-assign-section .contact-row .phone span{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.how-to-assign-section .contact-row .phone *{
    margin: unset;
}
.how-to-assign-section .contact-row .phone{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    margin-top: 5px;
}
.how-to-assign-section .contact-row .phone a{
    color: #323c86;
}
.how-to-assign-last-line{
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 30px;
}
.how-to-assign-section .btn{
    text-align: center;
    display: block;
}
.how-to-assign-section .video-wrapper {
    position: relative;
    max-width: 900px;
    width: 100%;
    cursor: pointer;
    margin: 10px auto 20px;
}
.how-to-assign-section video {
    width: 100%;
}
.how-to-assign-section .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section video{
    width: 100%;
    
}
.video-section .desktop{
    margin-bottom: -9px;
    
}
.video-section .mobile{
    display: none;
}
.with-you-section{
    padding: 80px 20px;
    background: #d2b9ff;
}
.with-you-section h2{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 65px;
}
.with-you-section .img-row{
    position: relative;
}
.with-you-section .img-row img{
    width: 100%;
    margin-top: -20px;
    z-index: 3;
    position: relative;
}
.with-you-section .img-row .img-text{
    position: absolute;
    top: 350px;
    left: 0;
    max-width: 700px;
    width: 100%;
}
.with-you-section .img-row .img-text .highlight-line{
    background: #e5d4ff;
    padding: 8px 20px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
.with-you-section .img-row .img-text .bottom-line{
    display: flex;
    justify-content: end;
    margin-top: 20px;
    align-items: center;
    column-gap: 15px;
}
.with-you-section .img-row .img-text .bottom-line *{
    margin: unset !important;
}
.with-you-section .img-row .img-text .bottom-line .number{
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}
.with-you-section .img-row .img-text .bottom-line .text{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
}
.with-you-section .item-01 .img-row .img-text .highlight-line{
    padding-left: 80px;
}
.with-you-section .item-02 .img-row .img-text{
    top: 370px;
    max-width: 830px;
}
.with-you-section .item-03 .img-row .img-text{
    top: 370px;
}
.with-you-section .item-03 .img-row .img-text .bottom-line{
    justify-content: start;
    padding-left: 80px;
}
.with-you-section .item-03 .img-row .img-text .highlight-line span{
    padding-left: 100px;
}
.with-you-section .red-btn{
    max-width: unset;
    width: unset;
}
.with-you-section .img-row.mobile{
    display: none;
}

@media(max-width:1200px){
    .main-head-part h1 {
        font-size: 120px;
        line-height: 100px;
    }
    .main-head-part h1 span {
        font-size: 70px;
        line-height: 60px;
    }
    .main-head-part p {
        font-size: 30px;
        line-height: 40px;
        margin: 20px auto 80px;
        max-width: 350px;
    }
    .mazas-pokytis-section::before {
        width: 680px;
        height: 335px;
    }
    .features-part .sub-line {
        font-size: 22px;
        line-height: 32px;
        margin: 0px auto 35px;
    }

    .help-section h2 {
        margin-bottom: 50px;
    }
    .help-section .help-carousel .item .small-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .help-section .help-carousel .item h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .help-section .help-carousel .item h3 {
        font-size: 22px;
        line-height: 30px;
        max-width: 190px;
        margin: 0 auto 5px;
        min-height: 60px;
    }
    .help-section .help-carousel .item img {
        height: 290px;
        width: 80%;
    }
    .help-section .help-carousel .item p {
        font-size: 14px;
        line-height: 20px;
        max-width: 210px;
        margin: 20px auto 0;
    }
    .help-section .help-carousel .owl-prev, .help-section .help-carousel .owl-next{
        width: 25px;
        height: 36px;
    }
    .help-section .help-carousel .owl-prev {
        left: -10px;
    }
    .help-section .help-carousel .owl-next {
        right: -10px;
    }

    .visa-tai-section{
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .visa-tai-section h2, .visa-tai-section .sub-head {
        font-size: 40px;
        line-height: 35px;
    }
    .visa-tai-section .big-counter {
        font-size: 200px;
        line-height: 200px;
        margin: 40px 0px 40px;
    }
    .visa-tai-section .text {
        font-size: 22px;
        line-height: 30px;
        margin: 20px auto 40px;
        max-width: 330px;
    }

    .number-section .counter-row{
        column-gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .number-section .counter-row h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .number-section .counter-row p {
        font-size: 15px;
        line-height: 18px;
    }

    .why-section .circle-content{
        min-height: 845px;
    }
    .why-section .circle-content .left h2 {
        font-size: 40px;
        line-height: 42px;
        margin-left: 130px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item p {
        font-size: 14px;
        line-height: 20px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(1) {
        margin-left: -50px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(2) {
        margin-left: 10px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(3) {
        max-width: 270px;
        margin-left: 60px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(4) {
        max-width: 210px;
        margin-left: 130px;
    }
    .why-section .btns {
        column-gap: 30px;
        margin-top: -74px;
        margin-bottom: 24px;
    }
    .why-section .btns .web-btn{
        font-size: 16px;
        line-height: 18px;
        padding: 15px 30px;
        max-width: 270px;
    }

    .prisidek-section h2{
        font-size: 40px;
        line-height: 48px;
    }
    .prisidek-section .kitaip-row{
        column-gap: 30px;
    }
    .prisidek-section .kitaip-item .web-btn {
        font-size: 13px;
        line-height: 16px;
    }
    .prisidek-section .kitaip-item h3 span {
        font-size: 20px;
        line-height: 22px;
    }
    
    .how-to-assign-section h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .with-you-section{
        padding: 60px 20px;
    }
    .with-you-section h2{
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 46px;
    }
    .with-you-section .img-row .img-text{
        top: 320px;
        max-width: 620px;
    }
    .with-you-section .img-row .img-text .highlight-line{
        font-size: 20px;
        line-height: 24px;
    }
    .with-you-section .img-row .img-text .bottom-line{
        margin-top: 10px;
    }
    .with-you-section .img-row .img-text .bottom-line .number{
        font-size: 60px;
        line-height: 70px;
    }
    .with-you-section .img-row .img-text .bottom-line .text{
        font-size: 20px;
        line-height: 26px;
    }
    .with-you-section .item-01 .img-row .img-text .highlight-line{
        padding-left: 40px;
    }
    .with-you-section .item-02 .img-row .img-text{
        top: 300px;
        max-width: 670px;
    }
    .with-you-section .item-03 .img-row .img-text{
        top: 310px;
    }
}

@media(max-width:992px){
    .red-btn, .web-btn {
        font-size: 14px;
        line-height: 18px;
        max-width: 240px;
        padding: 11px 20px 12px;
    }
    .mazas-pokytis-section{
        padding: 40px 20px 70px;
    }
    .main-head-part h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .main-head-part h1 span {
        font-size: 40px;
        line-height: 40px;
    }
    .main-head-part p {
        font-size: 26px;
        line-height: 34px;
        margin: 20px auto 80px;
        max-width: 310px;
    }
    .features-part .sub-line {
        font-size: 20px;
        line-height: 30px;
        margin: 0px auto 25px;
    }
    .mazas-pokytis-section::before {
        width: 590px;
        height: 275px;
    }

    .kuo-gali-section .box-row h3 {
        font-size: 60px;
        line-height: 60px;
    }
    .kuo-gali-section .kuo-gali-box .kao-gali-img {
        width: 400px;
        height: 400px;
    }
    .kuo-gali-section h2 {
        font-size: 32px;
        line-height: 40px;
        max-width: 330px;
    }
    .kuo-gali-section h2 + div {
        font-size: 20px;
        line-height: 28px;
        max-width: 570px;
    }
    .kuo-gali-bottom-line {
        font-size: 20px;
        line-height: 28px;
        max-width: 340px;
        margin: 20px auto 20px;
    }
    .kuo-gali-section .kuo-gali-box{
        min-height: 500px;
    }
    .kuo-gali-box-content{
        width: 300px;
        height: 300px;
    }
    .kuo-gali-box-content img{
        width: 40px;
    }
    
    .kuo-gali-box-content h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        margin: 15px 0;
    }
    .kuo-gali-box-content p {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .help-section{
        padding: 50px 20px;
    }
    .help-section h2  {
        font-size: 32px;
        line-height: 40px;
        max-width: 330px;
    }
    .number-section{
        padding: 30px 20px;
    }
    .why-section{
        padding: 40px 0;
        overflow: hidden;
    }
    .why-section .mobile-head{
        display: block;
        text-align: center;
        color: #323c85;
        font-size: 32px;
        line-height: 40px;
        font-weight: 800;
    }
    .why-section .container{
        width: 100%;
        padding: 0;
    }
    .why-section .circle-content{
        min-height: 1200px;
        margin-top: -250px;
    }
    .why-section .circle-content .left{
        display: none;
    }
    .why-section .circle-content .right{
        width: 580px;
    }
    .why-section .circle-content .right .right-circle-content{
        position: unset;
        transform: unset;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(1){
        position: absolute;
        top: 110px;
        right: 90px;
        top: calc(50% - 60px);
        transform: translateY(-50%);
        margin-left: 0;
        max-width: 210px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(2){
        position: absolute;
        top: 170px;
        left: 00px;
        top: calc(50% + 70px);
        transform: translateY(-50%);
        margin-left: 0;
        max-width: 210px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(3){
        position: absolute;
        top: 260px;
        right: -20px;
        top: calc(50% + 120px);
        transform: translateY(-50%);
        margin-left: 0;
        max-width: 210px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(4){
        position: absolute;
        top: 310px;
        left: 150px;
        top: calc(50% + 280px);
        transform: translateY(-50%);
        margin-left: 0;
        max-width: 210px;
    }
    .why-section .circle-content{
        background-image: url(../index_files/images/mobile-circle-with-hand.png);
        background-size: 1200px 1100px;
        background-position: 64% 50%;
    }
    .why-section .btns{
        justify-content: center;
    }

    .prisidek-section{
        padding: 60px 20px 100px;
    }
    .prisidek-section:before {
        top: -560px;
        z-index: 0;
        width: 700px;
        height: 700px;
    }
    .prisidek-section:after{
        display: none;
    }
    .prisidek-section h2{
        color: #fff;
        font-size: 30px;
        z-index: 22;
        line-height: 38px;
    }
    .prisidek-section .kitaip-item h3 span {
        width: 120px;
        font-size: 16px;
        line-height: 18px;
    }

    .how-to-assign-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .how-to-assign-section .step-row .step-item .content {
        font-size: 20px;
        line-height: 28px;
    }
    .how-to-assign-section .step-row .step-item .number {
        font-size: 40px;
        line-height: 50px;
    }

    .how-to-assign-section .contact-row p, .how-to-assign-section .contact-row .phone span{
        font-size: 20px;
        line-height: 28px;
    }
    .how-to-assign-last-line{
        font-size: 20px;
        line-height: 30px;
    }
    .how-to-assign-section .contact-row .phone img{
        width: 30px;
    }
    
    
    .with-you-section h2{
        font-size: 36px;
        line-height: 42px;
    }
    .with-you-section .img-row .img-text{
        top: 260px;
        max-width: 480px;
    }
    .with-you-section .img-row .img-text .highlight-line{
        font-size: 16px;
        line-height: 20px;
    }
    .with-you-section .item-01 .img-row .img-text .highlight-line{
        padding-left: 40px;
    }
    .with-you-section .item-02 .img-row .img-text{
        top: 230px;
        max-width: 550px;
    }
    .with-you-section .item-02 .img-row .img-text .highlight-line{
        padding-right: 40px;
    }
    .with-you-section .item-03 .img-row .img-text{
        top: 235px;
        max-width: 440px;
    }
    .with-you-section .item-03 .img-row .img-text .highlight-line{
        padding-right: 90px;
    }
    .with-you-section .item-03 .img-row .img-text .bottom-line,
    .with-you-section .item-03 .img-row .img-text .highlight-line span{
        padding-left: 0px;
    }
    .with-you-section .img-row .img-text .bottom-line .number{
        font-size: 50px;
        line-height: 60px;
    }
    .with-you-section .img-row .img-text .bottom-line .text{
        font-size: 18px;
        line-height: 22px;
    }
    
}


@media(max-width:768px){
    .red-btn, .web-btn {
        font-size: 14px;
        line-height: 14px;
        max-width: 220px;
    }
    .mazas-pokytis-section{
        overflow: hidden;
        background-color: #5d5dc3;
    }
    .mazas-pokytis-section::after{
        background-image: url('images/mobile-white-half-circle.png');
        height: calc(100% - 10px);
    }
    .main-head-part h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .main-head-part p {
        font-size: 22px;
        line-height: 30px;
        margin: 10px auto 80px;
        max-width: 310px;
    }
    .features-part .sub-line {
        font-size: 16px;
        line-height: 24px;
        margin: 0px auto 25px;
        text-align: center;
    }
    .mazas-pokytis-section::before{
        width: 480px;
        height: 225px;
    }
    .pokylist {
        grid-template-columns: repeat(3, 1fr);
        max-width: 280px;
        gap: 10px;
    }
    .pokybox p {
        font-size: 10px;
        line-height: 12px;
    }
    .pokybox img {
        width: 64px;
        height: 64px
    }
    .kuo-gali-section .box-row{
        width: 100%;
    }
    .kuo-gali-section .box-row h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .kuo-gali-section .box-row .sub-head {
        font-size: 17px;
        line-height: 17px;
    }
    .kuo-gali-section .box-row p {
        font-size: 13px;
        line-height: 17px;
    }
    .kuo-gali-section .kuo-gali-box .kao-gali-img {
        width: 320px;
        height: 320px;
    }
    .kuo-gali-section{
        padding: 50px 20px;
    }
    .kuo-gali-section h2 {
        font-size: 26px;
        line-height: 36px;
        max-width: 270px;
        margin-bottom: 20px;
    }
    .kuo-gali-section h2 + div {
        font-size: 18px;
        line-height: 26px;
        max-width: 340px;
        margin-bottom: 20px;
    }
    .kuo-gali-bottom-line {
        font-size: 20px;
        line-height: 28px;
        max-width: 340px;
        margin: 20px auto 20px;
    }
    .kuo-gali-section .kuo-gali-box{
        min-height: 480px;
        padding-top: 0;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .kuo-gali-box-content{
        width: 190px;
        height: 190px;
        padding-top: 16px;
    }
    .kuo-gali-box-content img{
        width: 26px;
    }
    .kuo-gali-box-content h3 {
        font-size: 17px;
        line-height: 17px;
        margin: 10px 0;
    }
    .kuo-gali-box-content p {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 14px;
    }
    .kuo-gali-box-content .input-box{
        width: 150px;
    }
    .kuo-gali-box-content .input-box span {
        right: 13px;
        font-size: 13px;
        line-height: 27px;
    }
    .kuo-gali-box-content .input-box input{
        height: 32px;
        right: 13px;
        font-size: 13px;
    }
    .kuo-gali-section .box-row .left:before {
        bottom: -15px;
        left: -8px;
        width: 7px;
        height: 7px;
    }
    .kuo-gali-section .box-row .right:before {
        bottom: -15px;
        right: -8px;
        width: 7px;
        height: 7px;
    }
    .kuo-gali-section .box-row:nth-of-type(3) .left:before,
    .kuo-gali-section .box-row:nth-of-type(3) .right:before{
        bottom: unset;
        top: -15px;
    }
    .kuo-gali-section .box-row:nth-of-type(3) .left:after,
    .kuo-gali-section .box-row:nth-of-type(3) .right:after{
        bottom: unset;
        top: -12px;
    }
    .help-section .help-carousel .owl-prev {
        left: 10px;
    }
    .help-section .help-carousel .owl-next {
        right: 10px;
    }

    .help-section h2 {
        font-size: 26px;
        line-height: 36px;
        max-width: 270px;
        margin-bottom: 20px;
    }
    .help-section .help-carousel .item .small-text {
        font-size: 14px;
        line-height: 18px;
    }
    .help-section .help-carousel .item h3 {
        font-size: 18px;
        line-height: 24px;
        max-width: 230px;
        min-height: unset;
        margin: 0 auto 10px;
    }
    .visa-tai-section{
        min-height: 100vh;
        padding: 100px 20px 100px;
    }

    .visa-tai-section h2, .visa-tai-section .sub-head {
        font-size: 30px;
        line-height: 30px;
    }
    .visa-tai-section .big-counter {
        font-size: 100px;
        line-height: 100px;
        margin: 20px 0px 20px;
    }
    .visa-tai-section .text {
        font-size: 18px;
        line-height: 24px;
        margin: 15px auto 30px;
        max-width: 260px;
    }
    .help-section .help-carousel .item img {
        height: 240px;
        width: 70%;
    }

    .number-section .counter-row{
        max-width: 310px;
        row-gap: 10px;
    }
    .number-section .counter-row h3{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 4px;
    }
    .number-section .counter-row p {
        font-size: 11px;
        line-height: 14px;
    }
    .number-section .btn-group{
        column-gap: 20px;
    }
    .number-section .btn-group a{
        font-size: 11px;
        line-height: 14px;
        max-width: 190px;
        padding: 11px 8px 12px;
    }
    .tavimi-auga-sec{
        background-image: url(../index_files/images/mobile-tavimi-bg.jpg.png);
    }

    .prisidek-section:before {
        top: -200px;
        width: 350px;
        height: 350px;
    }
    .prisidek-section{
        padding: 40px 20px 60px;
    }
    .prisidek-section .kitaip-row{
        flex-direction: column;
        z-index: 2;
        row-gap: 30px;
    }
    .prisidek-section .kitaip-item {
        width: 300px;
    }
    .prisidek-section .kitaip-item h3{
        height: 210px;
        margin-bottom: 10px;
    }

    .how-to-assign-section h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .how-to-assign-section .step-row{
        column-gap: 10px;
    }
    .how-to-assign-section .step-row,
    .how-to-assign-section .step-row .step-item{
        flex-direction: column;
    }
    .how-to-assign-section .step-row .step-item .content{
        margin-top: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .how-to-assign-section .step-row .step-item .number {
        font-size: 30px;
        line-height: 40px;
    }
    .how-to-assign-section .step-row .step-item .content br{
        display: none;
        text-align: center;
    }
    .how-to-assign-section .contact-row p, .how-to-assign-section .contact-row .phone span{
        font-size: 15px;
        line-height: 20px;
    }
    .how-to-assign-last-line{
        font-size: 16px;
        line-height: 20px;
        max-width: 250px;
        margin: 15px auto;
    }
    .how-to-assign-section .contact-row .phone{
        column-gap: 8px;
    }
    .how-to-assign-section .contact-row .phone img{
        width: 22px;
    }
    .how-to-assign-section{
        padding: 40px 20px;
    }
    .how-to-assign-section .play-icon {
        width: 60px;
        height: 60px;
    }
    .why-section .circle-content .right {
        width: 490px;
    }
    .why-section .circle-content {
        min-height: 800px;
        margin-top: -100px;
    }
    .why-section .circle-content{
        background-size: 850px 790px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(1){
        max-width: 180px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(2) {
        top: 170px;
        left: 40px;
        top: calc(50% + 55px);
        max-width: 160px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(3) {
        top: 260px;
        right: 30px;
        top: calc(50% + 80px);
        max-width: 170px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(4) {
        top: 310px;
        left: 140px;
        top: calc(50% + 190px);
        max-width: 150px;
    }
    .why-section .btns{
        flex-direction: column;
        align-items: center;
        row-gap: 17px;
        margin-bottom: 0;
        margin-top: -20px;
    }
    .kuo-gali-section{
        margin-top: -1px;
    }
    .why-section .circle-content {
        background-position: 78% 50%;
    }

    .video-section .mobile{
        display: block;
    }
    .video-section .desktop{
        display: none;
    }

    .with-you-section .img-row.desktop{
        display: none;
    }   
    .with-you-section .img-row.mobile{
        display: block;
    }
    .with-you-section h2{
        text-align: center;
        font-size: 30px;
        line-height: 38px;
    }
    .with-you-section .img-row img.number-img{
        height: 150px;
        text-align: center;
        object-fit: contain;
        margin: 20px 0 30px;
    }
    .with-you-section .mob-highlight-line{
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        max-width: 400px;
        margin-bottom: 30px;
    }
    .with-you-section .mb-img{
        height: 350px;
        text-align: center;
        width: 100%;
        margin-top: 0 !important;
        object-fit: contain;
    }
    .with-you-section .img-row.mobile .bottom-line{
        display: flex;
        justify-content: center;
        margin: 40px 0 30px;
        align-items: center;
        column-gap: 15px;
    }
    .with-you-section .img-row.mobile  .bottom-line *{
        margin: unset !important;
    }
    .with-you-section .img-row.mobile  .bottom-line .number{
        font-size: 50px;
        line-height: 55px;
        font-weight: 700;
        color: #fff;
    }
    .with-you-section .img-row.mobile  .bottom-line .text{
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        color: #fff;
    }
    .with-you-section .btn{
        width: 100%;
        text-align: center;
    }
    .with-you-section{
        position: relative;
        overflow: hidden;
        padding: 40px 20px;
    }
    .with-you-section .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .with-you-section:before{
        content: '';
        position: absolute;
        width: 1000px;
        height: 1000px;
        border-radius: 1000px;
        background: #5d5dc3;
        bottom: -500px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width:700px){
    .why-section .circle-content {
        background-position: 65% 50%;
    }
}
@media(max-width:600px){
    .why-section .circle-content {
        background-position: 60% 50%;
    }
    .with-you-section .img-row img.number-img {
        height: 110px;
    }

}
@media(max-width:500px){
    .why-section .circle-content {
        background-position: 52% 50%;
    }
}

@media(max-width:460px){
    .mazas-pokytis-section {
        padding: 30px 20px 70px;
    }
    .mazas-pokytis-section::before{
        width: 350px;
        height: 175px;
    }
    .main-head-part h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .main-head-part p {
        font-size: 18px;
        line-height: 24px;
        margin: 10px auto 60px;
        max-width: 216px;
    }

    .kuo-gali-section h2 {
        font-size: 22px;
        line-height: 30px;
        max-width: 220px;
    }
    .kuo-gali-section h2 + div {
        font-size: 15px;
        line-height: 21px;
        max-width: 280px;
    }
    .kuo-gali-section .box-row h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .kuo-gali-section .box-row .sub-head {
        font-size: 15px;
        line-height: 15px;
    }
    .kuo-gali-section .box-row p {
        font-size: 11px;
        line-height: 16px;
    }
    .kuo-gali-bottom-line{
        font-size: 15px;
        line-height: 21px;
        max-width: 250px;
    }

    .visa-tai-section{
        min-height: 100vh;
        padding: 60px 20px 60px;
    }

    .visa-tai-section h2, .visa-tai-section .sub-head {
        font-size: 26px;
        line-height: 30px;
    }
    .visa-tai-section .big-counter {
        font-size: 80px;
        line-height: 80px;
        margin: 20px 0px 20px;
    }
    .visa-tai-section .text {
        font-size: 16px;
        line-height: 22px;
        margin: 15px auto 30px;
        max-width: 240px;
    }
    .number-section .btn-group{
        column-gap: 20px;
    }
    .number-section .btn-group a{
        font-size: 10px;
        line-height: 12px;
        max-width: 160px;
        padding: 11px 8px 12px;
    }


    .why-section .mobile-head {
        font-size: 26px;
        line-height: 36px;
    }
    .why-section .circle-content {
        min-height: 500px;
        margin-top: -80px;
    }
    .why-section .btns{
        margin-top: 20px;
    }
    .why-section .btns .web-btn{
        font-size: 14px;
        line-height: 14px;
    }
    .why-section .circle-content {
        background-image: url(../index_files/images/mobile-circle-with-hand.png);
        background-size: 470px 440px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item h3 {
        font-size: 12px;
        line-height: 14px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item p {
        font-size: 10px;
        line-height: 13px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(1) {
        top: 200px;
        right: 25px;
        max-width: 120px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(2) {
        top: 275px;
        left: 40px;
        max-width: 120px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(3) {
        top: 300px;
        right: -15px;
        max-width: 104px;
    }
    .why-section .circle-content .right .right-circle-content .right-circle-content-item:nth-of-type(4) {
        left: 87px;
        top: calc(50% + 124px);
        max-width: 120px;
    }
    .number-section .container,
    .visa-tai-section .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .why-section .circle-content .right {
        width: 280px;
    }


    .with-you-section h2{
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
    .with-you-section .img-row img.number-img{
        height: 100px;
        margin-bottom: 10px;
    }
    .with-you-section .mob-highlight-line{
        font-size: 18px;
        line-height: 22px;
    }
    .with-you-section .mb-img{
        height: 300px;
        object-position: top;
    }
    .with-you-section .img-row.mobile .bottom-line{
        margin: 20px 0 30px;
    }
    .with-you-section .img-row.mobile  .bottom-line *{
        margin: unset !important;
    }
    .with-you-section .img-row.mobile  .bottom-line .number{
        font-size: 45px;
        line-height: 45px;
    }
    .with-you-section .img-row.mobile  .bottom-line .text{
        font-size: 18px;
        line-height: 24px;
    }
    .with-you-section:before {
        width: 700px;
        height: 700px;
        bottom: -300px;
    }
}

/* Mygtukas (jei reikia bazinio stiliaus) */
.share-modal-content .web-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

/* Overlay fonas */
.share-modal {
  display: none;              /* rodoma per JS: display:block */
  position: fixed;
  z-index: 9999;
  inset: 0;                   /* top:0; right:0; bottom:0; left:0; */
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;    /* flex centras horizontaliai */
  align-items: center;        /* flex centras vertikaliai */
}

/* Kad centrinimas veiktų, uždedam flex */
.share-modal {
  display: none;
}
.share-modal.show {
  display: flex;
}

/* Modal box'as */
.share-modal-content {
  background: #fff;
  max-width: 400px;
  width: 90%;
  padding: 20px 20px 16px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  top: 50px;
}

/* Antraštė */
.share-modal-content h3 {
  margin: 0 0 15px;
  font-size: 18px;
}

/* Uždarimo X */
.share-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #888;
}
.share-close:hover {
  color: #333;
}

/* Native share ir FB mygtukai */
#shareNative,
#shareFb {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

/* Galima skirtingas spalvas */
#shareNative {
  background: #444;
  color: #fff;
}
#shareFb {
  background: #1877f2; /* Facebook mėlyna */
  color: #fff;
}

/* Kopijavimo blokas */
.share-copy {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.share-copy input {
  flex: 1;
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.share-copy button {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  background: #0073e6;
  color: #fff;
  cursor: pointer;
}
.share-copy button:hover {
  background: #005bb5;
}

/* Mažiems ekranams šiek tiek mažinam paddingus */
@media (max-width: 480px) {
  .share-modal-content {
  padding: 16px 16px 12px;
  }

  .share-copy {
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}