body{
    padding-top: 220px;
}
a{
    transition: all 0.2s linear, font-weight 0.09s linear; /* vendorless fallback */
    -o-transition: all 0.2s linear, font-weight 0.09s linear; /* opera */
    -ms-transition: all 0.2s linear, font-weight 0.09s linear; /* IE 10 */
    -moz-transition: all 0.2s linear, font-weight 0.09s linear; /* Firefox */
    -webkit-transition: all 0.2s linear, font-weight 0.09s linear; /*safari and chrome */

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.slideris_inner {
    padding: 80px 0px 80px 0;
    min-height: 1020px;
    display: flex;
    align-items: end;
    z-index: 1;
    position: relative;
    max-width: 1860px;
    margin: 0 auto;
    margin-top: -218px;
}
.top_inner{
    display: flex;
    justify-content: space-between;
}
.top_desine .cta {
    display: inline-block;
}
.headingas{
    font-family: 'Pathway Extreme', sans-serif;
}
.top_kaire{
    font-weight: 600;
    font-size: 17px;
    line-height: 25px /* 140% */;
}
.top_desine .cta a {
    font-weight: 600;
    font-size: 17px;
    color: #2B2B2B;
    display: flex;
    align-items: center;
}
.top_desine .cta a svg {
    margin-right: 10px;
    width: 25px;
}
.top_desine .cta{
    margin-left: 30px;
}
.top_baras {
    padding: 10px 0;
    border-bottom: 1px solid #D3D3D3;
    background: #fff;
}
.top_desine{
    display: flex;
}
.pagrindinismenu .container{
    flex-wrap: wrap;
}
.pagrindinismenu .logo_cta_box, .pagrindinismenu .logo_meniu_box{
    width: 100%;
}
.pagrindinismenu #navbarNavDropdown {
    justify-content: center;
}
.logo_cta_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #D3D3D3;
    background: #fff;
}

a.header_cta {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    color: #fff;
    display: inline-block;
    padding: 9px 20px;
    align-items: center;
    border-radius: 16px;
    background: #2B2B2B;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    margin-left: 12px;
}
a.header_cta.inverted_cta{
    color: #2B2B2B;
    background: #C4DC69;
}
a.header_cta:hover{
    color: #C4DC69;
}
a.header_cta.inverted_cta:hover{
    color: #C4DC69;
    background: #2B2B2B;
}
nav#main-nav{
    transition: top 0.3s ease-in-out; /* smooth transition */
    top: 0;

}
nav.pagrindinismenu#main-nav.sticky {
    position: relative;
    top: -53px;
}
header#wrapper-navbar{
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
}
nav#main-nav {
    flex-wrap: wrap;
    padding: 0;

}
.logo_meniu_box{
    border-radius: 0 0 40px 40px;
    border-bottom: 1px solid #919191;
    background: #FFF;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    padding: 24px 0;
}
a.nav-link {
    color: #2B2B2B;
    font-family: "Pathway Extreme", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px /* 144.444% */;
    letter-spacing: 0.36px;
    padding: 0 18px !important;
    position: relative;
}
a.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 4px;
    width: 100%;
    background: #c4dc69;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

a.nav-link:hover::after {
    transform: scaleX(1);
}
.current_page_item a.nav-link::after {
    transform: scaleX(1);
}
.footer_copy .container {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_left div,
.footer_right div {
    display: inline-block;
}
.footer_copy_menu {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px /* 144.444% */;
}
.footer_copy_menu a {
    color: #2B2B2B;

}

.footer_copyright{
    border-right: 1px solid #C4DC69;
    padding-right: 16px;
    margin-right: 8px;
}
.social_text {
    font-size: 20px;
    line-height: 28px /* 140% */;
    margin-right: 14px;
}
.footer_copyright{
    font-size: 18px;
    line-height: 26px /* 140% */;
}
.social_icons a {
    margin-left: 16px;
}
.social_icons a:first-child{
    margin-left: 0;
}
.footer_copy{
    padding: 20px 0;
    border-top: 1px solid var(--Background, #F0F0F0);
    display: block;
    float: left;
    width: 100%;
}
.footer_main {
    padding: 80px 0;
    display: block;
    width: 100%;
    float: left;
}
.footer_main .web_logo{
    margin-bottom: 45px;
}
.footer_main .web_logo img{
    max-width: 300px;
}
header .web_logo img{
    width: 300px;
    max-width: 100%;
}
.footer_email a {
    font-family: "Pathway Extreme";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px /* 126.667% */;
    margin-bottom: 15px;
    display: block;
    color: #2b2b2b;
}
.footer_t {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px /* 126.667% */;
}
.footer_meniu div a {
    color: var(--Black, #2B2B2B);
    font-family: "Pathway Extreme";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    display: block;
    margin-bottom: 8px;
}
.footer_meniu div:last-child a{
    margin-bottom: 0;
}
.footer_tel a {
    color: var(--Black, #2B2B2B);
    font-family: "Pathway Extreme";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
    display: block;
}
.footer_tel div{
    color: var(--Black, #2B2B2B);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px /* 157.143% */;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
}
.footer_rek b {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px /* 140% */;
    margin-bottom: 15px;
    display: block;
}
.footer_rek div {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px /* 144.444% */;
    margin-bottom: 8px;
}
.slideris_image_box .slideris_image {
    display: none;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.slideris_image_box::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #00000036;
    position: absolute;
}
.slideris_image_box .slideris_image.active_image{
    display: block;
}
.slideris_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
}
.kodel_verta {
    padding: 120px 0;
    background: #F0F0F0;
}
.slideris_image.active_image {
    display: block;
}

.slideris{
    position: relative;
}
.slideris_image_box {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slideris_left {
    width: 58%;
    padding-right: 25px;
}
.slideris_right {
    width: 42%;
}
.slideris_h {
    color: #FFF;
    font-size: 58px;
    font-weight: 600;
    line-height: 66px /* 113.793% */;
    margin-bottom: 15px;
}
.slideris_t {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px /* 126.667% */;
    margin-bottom: 45px;
}
.slideris_cta a, .apie_ctas a {
    color: var(--Black, #2B2B2B);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 16px;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
}
.slideris_cta a:first-child,
.apie_ctas a:first-child{
    background: var(--Main, #C4DC69);
    margin-right: 10px;
}
.slideris_cta a:last-child,
.apie_ctas a:last-child{
    background: #fff;

}
.slideris_cta a svg,
.apie_ctas a svg{
    margin-left: 8px;
    transition: transform 0.4s ease; /* smooth animation */

}
.slideris_cta a:first-child:hover,
.apie_ctas a:first-child:hover{
    background: #fff;
}
.slideris_cta a:last-child:hover,
.apie_ctas a:last-child:hover{
    background: #C4DC69;
}
.slideris_cta a:hover svg,
.apie_ctas a:hover svg{
    transform: translateX(10px); /* move to right by 10px */
}
.issirink_stiliu {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.10);
    padding: 32px;
    border: 1px solid #b5b5b5;
}
.issirink_h {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px /* 133.333% */;
    color: #fff;
    margin-bottom: 24px;
}
.issirink_selects div {
    display: inline-block;
    float: left;
    width: calc(33.3333% - 8px);
    margin: 4px 4px;
    padding: 7px 16px;
    border-radius: 16px;
    border: 1px solid var(--Gray, #919191);
    background: var(--White, #FFF);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    color: #fff;
    font-size: 20px;
    line-height: 28px /* 140% */;
    text-align: center;
    cursor: pointer;
    transition: all 0.2slinear, font-weight 0.09slinear;
    -o-transition: all 0.2s linear, font-weight 0.09s linear;
    -ms-transition: all 0.2s linear, font-weight 0.09s linear;
    -moz-transition: all 0.2s linear, font-weight 0.09s linear;
    -webkit-transition: all 0.2slinear, font-weight 0.09slinear;
}
.issirink_selects {
    display: flex;
    flex-wrap: wrap;
}
.issirink_selects div.active_issirink{
    background: var(--Black, #2B2B2B);
    color: #fff;
}
.issirink_selects div:hover{
    background: var(--Black, #2B2B2B);
    color: #fff;
}
.kodel_verta_h {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    margin-bottom: 80px;
    text-align: center;
}
.kodel_vert_ikonos {
    display: flex;
    justify-content: center;
}

.kodel_ikona{
    margin-right: 25px;
    display: inline-block;
    float: left;
}
.kodel_t{
    width: calc(100% - 89px);
    float: left;
    font-size: 24px;
    line-height: 32px /* 133.333% */;
    display: inline-block;
}
.specialus_h {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    margin-bottom: 80px;
    text-align: center;
}
.pasiulymas_iko {
    position: absolute;
    right: 20px;
    top: 20px;
}
.pasiulymas_main .pasiulymas_inner{
    height: 100%;
}
.pasiulymas_inner {
    position: relative;
    border-radius: 40px 40px 0 0;
    padding: 40px 40px 0 40px;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    background-size: cover;
}
.pasiulymas_h {
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 24px;
}
.pasiulymas_side .pasiulymas_h {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 12px;
}
.pasiulymas_h span{
    color: #C4DC69;
}
.pasiulymas_t {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px /* 140% */;
    color: #fff;
    margin-bottom: 48px;
}
.pasiulymas_side:first-child{
    margin-bottom: 30px;
}
.pasiulymas_cta{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.pasiulymas_data {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px /* 144.444% */;
    color: #fff;
    text-align: center;
}
.pasiulymas_cta a, .sk_result_cta a.calc_cta{
    padding: 12px 64px;
    border-radius: 16px;
    background: var(--Main, #C4DC69);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    color: #2b2b2b;
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    display: inline-block;
}

.sk_result_cta a.calc_cta{
    padding: 12px 15px;

    width: 100%;
}
.pasiulymas_cta a svg, .news_cta a svg, .vizitas_cta a svg, .tk_cta a svg,
.daugiau_naudingu a svg, .tipas_hover_cta a svg, .sk_result_cta a.calc_cta svg{
    margin-left: 8px;
    transition: transform 0.4s ease;
}
.pasiulymas_cta a:hover, .daugiau_naudingu a:hover, .tipas_hover_cta a:hover, .sk_result_cta a.calc_cta:hover{
    background: #fff;
}
.pasiulymas_cta a:hover svg, .news_cta a:hover svg, .vizitas_cta a:hover svg, .tk_cta a:hover svg,
.daugiau_naudingu a:hover svg, .tipas_hover_cta a:hover svg, .sk_result_cta a.calc_cta:hover svg{
    transform: translateX(10px);
}
.specialus_newsletter_inner {
    margin-top: 30px;
    padding: 50px 60px;
    border-radius: 0 0 40px 40px;
    background: var(--Main, #C4DC69);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    position: relative;
}
.newsletter_t {
    font-size: 24px;
    line-height: 32px /* 133.333% */;
    margin-bottom: 40px;
}
.newsletter_h {
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px /* 116.667% */;
    margin-bottom: 24px;
}
input.newslt_input {
    padding: 8px 16px 8px 85px;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 26px /* 144.444% */;
    margin-bottom: 32px;
    border: 1px solid transparent;
    outline: none !important;
}
.newsletter_phone span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    position: absolute;
    bottom: 0;
    left: 15px;
    top: 8px;
}
.newsletter_phone{
    position: relative;
}
.newsletter_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_cta a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    color: #fff;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    background: var(--Black, #2B2B2B);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
}
.news_cta a:hover, .vizitas_cta a:hover{
    color: var(--Main, #C4DC69);

}
input#news_check{
    margin-right: 6px;
}
.specialus_pasiulymai {
    background: #F0F0F0;
    padding: 120px 0;
}
.vizitas_img_inner {
    height: 100%;
    background-image: url(/wp-content/themes/lubospigiau/img/vizitas-bg.jpg);
    background-size: cover;
    background-position: top;
    width: calc(50% - 65px);
    position: absolute;
    right: 0;
    top: 0;
}
.vizitas_img_t1 {
    padding: 32px;
    border-radius: 32px 0 0 0;
    background: var(--White, #FFF);
    flex: 1 0 0;
    color: var(--Black, #2B2B2B);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
    width: calc(100% - 80px);
    position: relative;
    margin-left: auto;
}
.vizitas_img_texts{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.meistro_vizitas {
    position: relative;
}
.vizitas_main{
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 0;
}
.vizitas_img_t2 {
    padding: 24px 80px;
    background: var(--Main, #C4DC69);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.vizitas_img_t2 img{
    margin-right: 10px;
}
.vizitas_img_t2 div{
    font-size: 30px;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
}
.vizitas_h {
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px /* 116.667% */;
    margin-bottom: 24px;
}
.vizitas_b {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px /* 133.333% */;
    margin-bottom: 24px;
}
.vizitas_t {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px /* 133.333% */;
    margin-bottom: 40px;
}
.vizitas_form_line.form50 .v_f_line {
    display: inline-block;
    width: calc(50% - 8px);
    float: left;
    position: relative;
}
.vizitas_form_line{
    display: inline-block;
    width: 100%;
}
.vizitas_form_line .v_f_line {
    position: relative;
    margin: 8px 0;
}
.vizitas_form_line.form50 .v_f_line:first-child{
    margin-right: 8px;
}
.vizitas_form_line.form50 .v_f_line:last-child{
    margin-left: 8px;
}
.vizitas_form_line input:not([type="checkbox"]){
    position: relative;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--Background, #F0F0F0);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    outline: none !important;
    width: 100%;
    border: 1px solid transparent;
}
.vizitas_form_line span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    position: absolute;
    bottom: 0;
    left: 15px;
    top: 8px;
    z-index: 1;
}
.vizitas_form_line .meistras_el {
    padding-left: 120px !important;
}
.vizitas_form_line .meistras_tel {
    padding-left: 90px !important;
}
.vizitas_form_line .meistras_plotas {
    padding-left: 85px !important;
}
.vizitas_form_line .meistras_vardas {
    padding-left: 90px !important;
}
.vizitas_form_line .meistras_miestas {
    padding-left: 100px !important;
}
.v_f_line span:last-child {
    right: 15px;
    position: absolute;
    left: inherit;
    font-weight: 400;
}
.vizitas_form_line.vizitas_form_cta .v_f_line {
    display: flex;
    justify-content: space-between;
}
.vizitas_form_line.vizitas_form_cta .v_f_line div:first-child {
    padding-right: 20px;
    width: calc(100% - 280px);
}
.vizitas_cta a{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    color: #fff;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    background: var(--Black, #2B2B2B);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
}
.vizitas_form_cta span {
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
    display: inline-block;
    top: 0;
    width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 19px;
}
.vizitas_form_cta input{
    margin-top: 5px;
}
.vizitas_form_cta label{
    display: flex;
    align-items: start;
}
.vizitas_cta{
    display: inline-block;
}
.vizitas_form_line.vizitas_form_cta {
    margin-top: 22px;
}
.kaip_vyksta{
    color: #fff;
    background: var(--Black, #2B2B2B);
    padding: 120px 0;
}
.kaip_vyksta_h.headingas {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    margin-bottom: 80px;
}
.kaip_vyksta_number.headingas {
    background: var(--Main, #C4DC69);
    color: var(--Black, #2B2B2B);
    font-family: "Pathway Extreme";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.kaip_vyksta_name {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px /* 133.333% */;
    display: inline-block;
    width: calc(100% - 74px);
}
.kaip_vyksta_top {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    align-items: center;
    min-height: 64px;
}
.kaip_vyksta_t {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px /* 144.444% */;
}
.kaip_vyksta_punktas {
    display: inline-block;
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.tk_property img{
    width: 33px !important;
}
.tukstanciai_item {
    position: relative;
    min-height: 680px;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer;
}

/* Heading visible by default */
.tukstanciai_heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 27px;
    background: rgba(43, 43, 43, 0.7);
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    border-radius: 0 0 38px 38px;
    transition: all 0.4sease;
    z-index: 2;
}

/* Hover overlay - initially hidden & off-screen */
.tukstanciai_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 👈 this makes it full-height */
    background: rgba(43, 43, 43, 0.9);
    color: #fff;
    padding: 32px 40px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
    z-index: 3;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.tk_hover_title{
    font-size: 30px;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
    margin-bottom: 40px;
}
.tk_properties{
    margin-bottom: 40px;
}
.tk_property:last-child{
    margin-bottom: 0;
}
.tk_property img {
    display: inline !important;
    width: 33px !important;
    margin-right: 15px;
}
.tk_property{
    font-size: 18px;
    line-height: 26px /* 144.444% */;
    margin-bottom: 15px;
}
    /* On hover: hide heading */
.tukstanciai_item:hover .tukstanciai_heading {
    opacity: 0;
    transform: translateY(100%);
}

/* On hover: reveal hover overlay over the whole item */
.tukstanciai_item:hover .tukstanciai_hover {
    opacity: 1;
    transform: translateY(0);
}
.tk_text {
    font-size: 18px;
    line-height: 26px /* 144.444% */;
    margin-bottom: 55px;
}
.tk_cta a {
    padding: 12px 16px;
    border-radius: 16px;
    background: var(--Black, #2B2B2B);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    color: #fff;
}
.tk_cta a:hover{
    color: #C4DC69;
}
.tukstanciai_h.headingas {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    margin-bottom: 24px;
}
.tukstanciai_nav div, .narys_nav div {
    border-radius: 100px;
    background: var(--Main, #C4DC69);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    cursor:pointer;
    transition: all 0.2s linear, font-weight 0.09s linear;
    -o-transition: all 0.2s linear, font-weight 0.09s linear;
    -ms-transition: all 0.2s linear, font-weight 0.09s linear;
    -moz-transition: all 0.2s linear, font-weight 0.09s linear;
    -webkit-transition: all 0.2s linear, font-weight 0.09s linear;
}
.narys_nav div:first-child {
    margin-right: 12px;
}

.tukstanciai_nav div:hover, .narys_nav div:hover{
    background: #abc350;
}
.tukstanciai_nav {
    position: absolute;
    right: 0;
    top: 0;
}
.tukstanciai_sh {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px /* 133.333% */;
    margin-bottom: 80px;
    padding-right: 120px;
    position: relative;
}
.tukstanciai {
    background: linear-gradient(180deg, #F0F0F0 0%, #FFF 100%);
    padding: 120px 0;
}
.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

/* 🔲 Overlay covers the entire video area */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8); /* semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
    opacity: 1;
    visibility: visible;
    top: 0px;
}

/* Hide overlay when video is playing */
.video-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

/* ▶️ Play button */
.play-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
    transition: background 0.3s ease;
    border-radius: 50%;
}

/* 🖱️ On hover: overlay darker + icon changes color */
.video-overlay:hover {
    background: rgba(0, 0, 0, 0.45);
}


.video-overlay:hover .play-icon {
    background: #abc350; /* e.g., pink play triangle */
}
.video-wrapper video {
    display: block;
}
.slenkanti {
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
    background: var(--Main, #C4DC69);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
}

.slenkanti_inner {
    display: inline-flex;
    white-space: nowrap;
    animation: scrollTicker 25s linear infinite;
}

.slenkanti_topic {
    display: inline-block;
    margin-right: 64px;
    white-space: nowrap;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px /* 133.333% */;
}
.slenkanti_topic b{
    font-size: 30px;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
    margin-right: 20px;
    position: relative;
    top: 1px;
}

/* The magic: slide left by half of its width (because we duplicated content) */
@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.homeduk{
    background: linear-gradient(180deg, #F0F0F0 0%, #FFF 100%);
    padding: 120px 0;
}
.homeduk_inner button.collapsed .faqminus{
    display: none;
}
.homeduk_inner button.collapsed .faqplus{
    display: inline-block;
}
.homeduk_inner button:not(.collapsed) .faqplus{
    display: none;
}
.faq_item button {
    color: var(--Black, #2B2B2B);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px /* 133.333% */;
    text-decoration: none !important;
}
.faq_item button:hover{
    color:  #C4DC69;

}
.faq_item button{
    outline: none !important;
    box-shadow: none !important;
}
.faq_item img{
    margin-right: 25px;
    width: 43px;
}
.faq_content {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px /* 140% */;
    padding-left: 85px;
}
.faq_content .faq-body div{
    margin-bottom: 15px;
}
.faq_content .faq-body div:last-child{
    margin-bottom: 0px;
}
.faq_item {
    margin-bottom: 10px;
}
.homeduk_h.headingas {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    margin-bottom: 20px;
}
.homeduk_sh {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px /* 133.333% */;
}
.faq_item button{
    align-items: flex-start;
    display: flex;
}
.homeduk_inner{
    padding-left: 65px;
}
.naudingi {
    padding: 120px 0;
    background: #2B2B2B;
    color: #fff;
}
.naudingi_h.headingas {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    text-align: center;
    margin-bottom: 80px;
}
.naudingi_image {
    height: 650px;
    background-size: cover;
    position: relative;
    border-radius: 32px;
}
.naudingi_ico {
    border-radius: 24px;
    background: var(--Black, #2B2B2B);
}
.naudingi_ico img {
    width: 96px !important;
}
.naudingi_ico {
    border-radius: 24px;
    background: var(--Black, #2B2B2B);
    width: 96px;
    position: absolute;
    right: 0;
}
.naudingi_link {
    position: absolute;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    width: 100%;
    bottom: 0;
}
.naudingi_link a {
    color: #2b2b2b;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px /* 126.667% */;
    padding: 30px;
    display: block;
    background: #fff;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
.naudingi_link a:hover{
    background: #2b2b2b;
    color: #fff;
}
.daugiau_naudingu{
    text-align: center;
    margin-top: 80px;
}
.daugiau_naudingu a {
    padding: 12px 30px;
    border-radius: 16px;
    background: var(--Main, #C4DC69);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    display: inline-block;
}
.atsiliepimai{
    background-image: url('/wp-content/themes/lubospigiau/img/ats.jpg');
    position: relative; /* needed for pseudo-element positioning */

    background-size: cover;
    background-position: center;
}
.atsiliepimai::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%; /* left half */
    height: 100%;
    background: rgba(2, 1, 1, 0.70);
    backdrop-filter: blur(4px); /* adjust blur amount */
    -webkit-backdrop-filter: blur(4px); /* for Safari */
    pointer-events: none;
}
.atsiliepimai_box{
    padding: 120px 0;
    color: #fff;
    padding-left: 80px;

}
.kontaktu_forma_kontaktai.mobile_only{
    display: none;
}
.atsiliepimai_h{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 80px;
    line-height: 56px /* 116.667% */;
}
.single_ats_vardas{
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
    margin-bottom: 32px;
}
.single_ats_text{
    font-size: 18px;
    line-height: 26px /* 144.444% */;
    margin-bottom: 120px;
}
.single_ats_tags span{
    color: var(--Main, #C4DC69);
    font-size: 30px;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
    margin-right: 40px;
}
.single_ats_tags span:last-child{
    margin-right: 0;
}
.atsiliepimai_owl button.owl-dot {
    width: 12px;
    height: 12px;
    background: #F0F0F0 !important;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}
.atsiliepimai_owl button.owl-dot.active{
    background: #C4DC69 !important;
}
.atsiliepimai_owl .owl-dots{
    text-align: center;
}
.atsiliepimai_owl button.owl-next {
    background: var(--Main, #C4DC69) !important;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    right: 0;
}
.atsiliepimai_owl button.owl-prev{
    background: var(--Main, #C4DC69) !important;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 0;
}
.atsiliepimai_owl .owl-nav {
    margin-top: 50px;
    position: absolute;
    width: 100%;
}
.atsiliepimai_owl .owl-dots {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.atsiliepimai_owl button.disabled{
    background: var(--Background, #F0F0F0) !important;
    opacity: 0.4;
}
.lubu_tipaih.headingas {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    margin-bottom: 80px;
    text-align: center;
}
.lubu_tipai {
    padding: 120px 0;
    background: #F9F9F9;
}
.lubutipai_nav div {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px /* 140% */;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--Gray, #919191);
    background: var(--White, #FFF);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    color: var(--Black, #2B2B2B);
    margin: 0 8px;
    transition: all 0.2s linear, font-weight 0.09s linear; /* vendorless fallback */
    -o-transition: all 0.2s linear, font-weight 0.09s linear; /* opera */
    -ms-transition: all 0.2s linear, font-weight 0.09s linear; /* IE 10 */
    -moz-transition: all 0.2s linear, font-weight 0.09s linear; /* Firefox */
    -webkit-transition: all 0.2s linear, font-weight 0.09s linear; /*safari and chrome */
}
.lubutipai_nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}

.lubu_nav::after {
    content: attr(data-text);
    font-weight: 600;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    display: block;
}
.lubutipai_nav div:hover{
    font-weight: 600;
    cursor:pointer;
    background: #C4DC69;
}
.lubutipai_nav div.active_lubu_nav{
    font-weight: 600;
    background: #C4DC69;
}

.tipas_bottom {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.80);
    text-align: center;
    padding: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.tipas_box{
    background-size: cover;
    height: 770px;
    border-radius: 40px;
    position: relative;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    margin-bottom: 5px;
}
.tipas_bottom_button.headingas {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
}
.tipas_bottom_kaina{
    margin-bottom: 32px;
}
.tipas_bottom_kaina div {
    display: inline;
}
.tipas_bottom_kaina div:first-child{
    margin:0 12px;
    color: var(--Gray, #919191);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px /* 133.333% */;
    text-decoration-line: line-through;
}
.tipas_bottom_kaina div:last-child{
    color: #789800;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px /* 133.333% */;
    margin:0 12px;
}
.tipas_bottom {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tipas_box.active_tipas .tipas_hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.tipas_box.active_tipas .tipas_bottom {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.tipas_hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.80);
    padding: 40px;
    text-align: center;

    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
    transition: all 0.4s ease;
}
.tipas_hover_h.headingas {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
    margin-bottom: 32px;
}
.tipas_hover_t {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px /* 144.444% */;
    margin-bottom: 55px;
}
.tipas_hover_kaina{
    margin-bottom: 24px;
}
.tipas_hover_kaina div {
    display: inline;
}
.tipas_hover_kaina div:first-child{
    margin:0 12px;
    color: var(--Gray, #919191);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px /* 133.333% */;
    text-decoration-line: line-through;
}
.tipas_hover_kaina div:last-child{
    color: #789800;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px /* 133.333% */;
    margin:0 12px;
}
.tipas_hover_cta a {
    padding: 12px 64px;
    border-radius: 16px;
    background: var(--Main, #C4DC69);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    color: #2b2b2b;
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    display: inline-block;
    width: 100%;
}
.tipas_hover_cta{
    margin-bottom: 40px;
}
.tipas_hover_data {
    color: var(--Gray, #919191);
    font-size: 18px;
    line-height: 26px /* 144.444% */;
}
.komanda{
    padding: 90px 0;
}
.komanda_img{
    position: relative;
}
.komanda_list{
    position: absolute;
    top: 50%;
    width: 100%;
}
.komanda_select{
    position: absolute;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px /* 130.769% */;
    padding: 24px;
    border-radius: 16px;
    background: var(--Black, #2B2B2B);
    transition: all 0.2s linear, font-weight 0.09s linear; /* vendorless fallback */
    -o-transition: all 0.2s linear, font-weight 0.09s linear; /* opera */
    -ms-transition: all 0.2s linear, font-weight 0.09s linear; /* IE 10 */
    -moz-transition: all 0.2s linear, font-weight 0.09s linear; /* Firefox */
    -webkit-transition: all 0.2s linear, font-weight 0.09s linear; /*safari and chrome */
    min-width: 220px;
}
.komanda_select.active{
    background: var(--Main, #C4DC69);
    color: var(--Black, #2B2B2B);
}
.komanda_select:hover{
    background: var(--Main, #C4DC69);
    color: var(--Black, #2B2B2B);
    cursor:pointer;
}
.komanda_select:nth-child(1){
    left: 3%;
    top: -50px;
}
.komanda_select:nth-child(2){
    right: 66%;
    top: 90px;
}
.komanda_select:nth-child(3){
    right: 50%;
    top: -30px;
}
.komanda_select:nth-child(4){
    right: 29%;
    top: 90px;
}
.komanda_select:nth-child(5){
    right: 7%;
    top: -30px;
}
.komanda_h.headingas {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px /* 120% */;
    text-align: center;
    margin-bottom: 45px;
}
.komanda_t{
    text-align: center;
    font-size: 20px;
    line-height: 28px /* 140% */;
}
.komanda_owl {
    max-width: 800px;
    margin: 0 auto;
}
.komanda_narys {
    border-radius: 16px;
    background: var(--White, #FFF);
    display: flex;
    padding-top: 20px;
    border: 1px solid #f1f1f1;
}
.narys_name{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px /* 133.333% */;
    margin-bottom: 24px;
}
.narys_text{
    font-size: 18px;
    line-height: 26px /* 144.444% */;
}

.narys_nav{
    text-align: right;
    margin-top: 30px;
}
.narys_img {
    width: 280px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.narys_texts{
    padding-left: 24px;
    padding-right: 32px;
    padding-bottom: 20px;
    width: calc(100% - 280px);
}
.komanda_slide{
    margin-top: -220px;
}
.narys_img img {
    max-height: 378px;
    width: auto !important;
}
.kontaktai_forma {
    padding: 120px 0;
    background: #f0f0f0;
}
.kontaktu_forma_h.headingas {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px /* 116.667% */;
    margin-bottom: 24px;
}
.meistro_modalas .kontaktu_forma_h.headingas{
    display: block;
    width: 100%;
}
.kontaktu_forma_t {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px /* 133.333% */;
    margin-bottom: 40px;
}
.kontaktu_forma_box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    padding: 80px;
}
.kontaktu_forma_left {
    width: 40%;
    padding-right: 40px;
}
.kontaktu_forma_right {
    width: 60%;
    padding-left: 40px;
}
.kontaktai_forma .cf_vardas,
.meistro_modalas .cf_vardas,
.gauti_pasiulyma .cf_vardas{
    padding-left: 97px !important;
    line-height: 26px;
    background: #fff !important;
}
.kontaktai_forma .cf_tel,
.meistro_modalas .cf_tel,
.gauti_pasiulyma .cf_tel{
    padding-left: 97px !important;
    line-height: 26px;
    background: #fff !important;
}
.kontaktai_forma .cf_el,
.meistro_modalas .cf_el,
.gauti_pasiulyma .cf_el{
    padding-left: 123px !important;
    line-height: 26px;
    background: #fff !important;
}
.kontaktai_forma .cf_text {
    line-height: 26px;
    background: #fff !important;
    position: relative;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--Background, #F0F0F0);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    outline: none !important;
    width: 100%;
    border: none;
    min-height: 120px;
}
.kontaktai_forma .vizitas_form_line.vizitas_form_cta .v_f_line div:first-child {
    width: calc(100% - 180px);
}
.kontaktai_forma .vizitas_form_line.vizitas_form_cta {
    margin-top: 12px;
}
.kontaktai_forma .vizitas_cta a {
    background: #C4DC69;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    color: #2B2B2B;
}
.kontaktai_forma .vizitas_cta a:hover{
    background: #fff;
}
.kontaktu_forma_kontaktai div:first-child {
    margin-bottom: 15px;
}
.kontaktu_forma_kontaktai div svg{
    margin-right: 12px;
}
.kontaktu_forma_kontaktai div, .kontaktu_forma_kontaktai a{
    font-size: 20px;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 28px /* 140% */;
}
.kontaktu_forma_kontaktai b{
    font-weight: 600;
}
.kontaktu_forma_kontaktai a:hover{
    color: #C4DC69 !important;
}
label a{
    color: #2b2b2b !important;
    text-decoration: underline;
}
.skaiciuokle{
    background-image: url('/wp-content/themes/lubospigiau/img/sk-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}
.skaiciuokle_heading {
    padding-top: 50px;
    border-radius: 40px 40px 0 0;
    background: var(--Black, #2B2B2B);
    color: #fff;
}
.skaiciuokle_heading .skaiciuokle_h {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px /* 116.667% */;
    margin-bottom: 24px;
    padding: 0 80px;
}
.skaiciuokle_sh {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px /* 133.333% */;
    padding: 0 80px;
    padding-bottom: 20px;
}
.sk_heading_icons {
    background: #C4DC69;
    padding: 13px 80px;
    color: var(--Black, #2B2B2B);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px /* 133.333% */;
}
.sk_heading_icons div {
    display: inline;
    margin-right: 20px;
}
.skaiciuokle_box {
    display: flex;
    border-bottom-left-radius: 40px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    border-bottom-right-radius: 40px;
    padding: 40px 80px 40px 80px;
}
.sk_result_inner {
    padding: 32px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.skaiciuokle_left {
    width: calc(100% - 464px);
}
.skaiciuokle_right {
    padding-left: 64px;
    width: 464px;
}
.skaiciuokle_50_line{
    display: inline-block;
    width: 100%;
}
.skaiciuokle_50_line .sk_input{
    display: inline-block;
    width: calc(50% - 16px);
    float: left;
    position: relative;
    margin-bottom: 14px;
}
.skaiciuokle_50_line .sk_input.patalpu_input{
    display: inline-block;
    width: calc(50% - 16px);
    float: left;
    padding: 7px 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    text-align: right;
}

.skaiciuokle_50_line .sk_input.patalpu_input input{
    border: none;
    width: 48px;
    display: inline-block;
    text-align: center;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px /* 144.444% */;
}
.sk_input.patalpu_input .plc {
    color: var(--Black, #2B2B2B);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px /* 144.444% */;
    letter-spacing: 0.36px;
    position: absolute;
    left: 16px;
}
.plusminus_sk div {
    display: inline-block;
    position: relative;
    top: -2px;
}
/* Remove the default arrow */
body .chosen-container-single .chosen-single div b {
    background: none !important;
    background-image: none !important;
}
/* Add your custom SVG arrow */
.chosen-container-single .chosen-single div {
    background:  url(/wp-content/themes/lubospigiau/img/select-arrow.svg) no-repeat right center;
    background-size: 12px 12px; /* adjust as needed */
    width: 20px; /* make room for the SVG */
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    pointer-events: none; /* so clicks still open the dropdown */
}
.chosen-container {
    width: 100% !important;
}

.chosen-container-single .chosen-single div {
    right: 20px !important;
}
body .chosen-container.chosen-with-drop .chosen-drop {
    padding-top: 13px;
    margin-top: -12px;
    border: none;
}
.chosen-container-single .chosen-single {
    color: var(--Black, #2B2B2B) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px /* 144.444% */ !important;
    letter-spacing: 0.36px;
    padding: 9px 16px !important;
    border-radius: 16px !important;
    background: var(--White, #FFF) !important;
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12) !important;
    height: inherit !important;
    border: none !important;
}
body .chosen-container .chosen-results li{
    background-color: #fff !important;
    background-image: none !important;
    color: inherit !important;
}
body .chosen-container .chosen-results li.result-selected {
    background-color: #c4dc69 !important;
    background-image: none !important;
    color: inherit !important;
}
body .chosen-container .chosen-results li:hover{
    background-color: #c4dc69 !important;
    background-image: none !important;
    color: inherit !important;
}
.chosen-container .chosen-results li {
    color: var(--Black, #2B2B2B) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px /* 144.444% */ !important;
    letter-spacing: 0.36px;
    padding: 6px 13px !important;
    border: none !important;
}
.sk_input.kvadratai_input {
    display: flex;
    padding: 8px 50px 8px 16px;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
}
.sk_input.kvadratai_input input {
    font-size: 16px;
    font-style: normal;
    border: none !important;
    font-weight: 400;
    line-height: 24px /* 144.444% */;
    outline: none !important;
    width: 100px;
}

.sk_input.kvadratai_input .plc {
    color: var(--Black, #2B2B2B);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px /* 144.444% */;
    letter-spacing: 0.36px;
    padding-right: 15px;
}
.sk_m2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px /* 144.444% */;
    position: absolute;
    right: 15px;
    top: 9px;
}
.skaiciuokle_50_line .sk_input.mr{
    margin-right: 8px;
}
.skaiciuokle_50_line .sk_input.ml{
    margin-left: 8px;
}
.sk50_heading {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 140% */;
    margin-bottom: 14px;
}
.sk_result_cta .sk_error{
    color: #E44545;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px /* 144.444% */;
    margin-bottom: 20px;
    display: none;
}
.sk_result_result.headingas {
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px /* 113.793% */;
}
.sk_result_kaina.headingas {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px /* 126.667% */;
}
.skaiciuokle_left .skaiciuokle_50_line:last-child .sk_input{
    margin-bottom: 0;
}
.sk_modals {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 per row */
    gap: 16px; /* spacing between them */
}
.sk_input.kvadratai_input input.sk_tel {
    width: calc(100% - 80px);
}
.sk_input.kvadratai_input input.sk_kvadratai {
    width: calc(100% - 85px);
}
.sk_input.kvadratai_input input.sk_pavirsinis {
    width: calc(100% - 110px);
}
.sk_modal {
    border-radius: 16px;
    border: 1px solid transparent;
    padding: 12px 12px 50px 16px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    position: relative;
    display: flex;
}
.sk_modal.filled{
    border: 1px solid var(--Main, #C4DC69);
    background: var(--White, #FFF);
}
.sk_modal_add .modal_edit{
    display: none;
}
.filled .sk_modal_add .modal_edit{
    display: block;
}
.filled .sk_modal_add .modal_add{
    display: none;
}
.sk_modal_name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px /* 144.444% */;
    letter-spacing: 0.36px;
}

.sk_modal_actions {
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.sk_modal.filled .sk_modal_actions{
    justify-content: space-between;
}
.sk_modal_desc {
    display: flex;
    align-items: center;
}
.sk_modal_desc .sk_modal_ico{
    width: 48px;
}
.sk_modal_desc .sk_modal_name{
    padding-left: 15px;
    padding-right: 18px;
    width: calc(100% - 48px);
}
.skaiciuokle_items_line{
    margin-bottom: 30px;
}
.tooltip .tooltip-inner {
    background-color: #fff;   /* dark background */
    color: #2B2B2B;              /* white text */
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    padding: 8px;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #d7d7d7;
}

/* Customize the little arrow */
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #fff;   /* must match tooltip background */
}
.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}
.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}
.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .tooltip-inner {
    min-width: 240px;
    white-space: normal;      /* allows wrapping if long text */
}
.sk_modal_info:hover, .sk_modal_add:hover,
.ap_category_plus:hover{
    cursor:pointer;
    opacity: 0.7;
}
.apsvietimo_modalas .modal-content {
    border-radius: 24px;
    background: var(--Background, #F0F0F0);
    padding: 32px;
}
.apsvietimo_modalas .modal-body {
    border-radius: 16px;
    background: var(--White, #FFF);
    padding: 32px;
}
.apsvietimo_modalas .modal-dialog{
    max-width: 720px;
}
.apsvietimo_modalas button.close {
    position: absolute;
    right: 8px;
    top: 12px;
    font-weight: 400;
    font-size: 44px;
    line-height: 20px;
    z-index: 1;
}
.ap_modalas_name {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #919191;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.ap_modalas_h {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    margin-bottom: 8px;
}
.ap_modalas_sh {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px /* 133.333% */;
}
.ap_modalas_t {
    width: calc(100% - 64px);
    padding-left: 24px;
}
.ap_modalas_img img{
    width: 64px;
}
.ap_pasirinkite {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px /* 150% */;
    margin-bottom: 16px;
}

.ap_pasirinkitebox .chosen-container-single .chosen-single {
    background: #F0F0F0 !important;
}
body .ap_pasirinkitebox .chosen-container .chosen-results li{
    background-color: #F0F0F0 !important;
}
body .ap_pasirinkitebox .chosen-container .chosen-drop{
    background-color: #F0F0F0 !important;
    width: calc(100% - 16px);
}
body .ap_pasirinkitebox .chosen-container .chosen-results li.result-selected,
body .ap_pasirinkitebox .chosen-container .chosen-results li:hover{
    background-color: #C4DC69 !important;
}
.ap_category_plus {
    width: 23px;
    text-align: right;
}
.ap_category_select{
    display: flex;
    align-items: center;
}
.ap_category_select .chosen-container{
    width: calc(100% - 23px);
    padding-right: 15px;
}
.ap_issaugoti a {
    padding: 12px 24px;
    border-radius: 16px;
    background: var(--Black, #2B2B2B);
    color: var(--White, #FFF);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ap_issaugoti{
    margin-top: 24px;
}
.ap_issaugoti a:hover{
    color: #C4DC69;
}
.ap_category_added .ap_category_input {
    position: relative;
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--Background, #F0F0F0);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    text-align: right;
}
.ap_category_added .ap_category_input.ap_category_meters{
    justify-content: start;
    text-align: left;
}
.ap_category_added .ap_category_meters .ap_input_metrai{
    position: absolute;
    right:15px;
    font-size: 18px;
    line-height: 26px /* 144.444% */;
}
input.ap_select_ledpaneles {
    border: none;
    width: 48px;
    display: inline-block;
    text-align: center;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px /* 144.444% */;
    background: transparent;
}
.ap_category_input_box .number_minus, .ap_category_input_box .number_plus{
    display: inline-block;
    position: relative;
    top: -2px;
}
.ap_led_paneles_value {
    color: var(--Black, #2B2B2B) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px /* 144.444% */ !important;
}
.ap_category_added .ap_category_input {
    width: calc(100% - 35px);
    padding-right: 15px;
}
.ap_category_delete {
    width: 35px;
    text-align: right;
}
.ap_category_added {
    display: flex;
    margin-top: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.number_minus, .number_plus, .ap_category_delete, input, .ap_category_plus{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.number_minus:hover, .number_plus:hover, .ap_category_delete:hover{
    opacity: 0.7;
    cursor: pointer;

}
.ap_category_name {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    font-weight: 600;
}
.ap_category_meters .ap_category_input_box{
    flex: 1;
}
.ap_category_meters .ap_category_input_box input {
    outline: none !important;
    border: none;
    background: transparent;
    padding-left: 0px;
    padding-right: 30px;
    width: 100%;
}
.totalkiekis {
    font-size: 13px;
    font-weight: 600;
}
.ap_category_added.juostos_item, .ap_category_added.akcentinis_item{
    border-top: none !important;
    padding-top: 0 !important;
}
.ap_category_added:first-child {
    border-top: 1px solid;
    padding-top: 15px;
}
.ap_category_addition{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
}

.ap_category_addition:hover{
    cursor:pointer;
}
.pakabinami_item.ap_category_added .ap_category_input {
    padding: 0;
    background: transparent;
    box-shadow: none !important;
}
.pakabinami_item.ap_category_added .ap_category_input .ap_category_input_box{
    width: 100%;
    text-align: left;
}
.sviestuvas_nr.headingas {
    width: 56px;
    padding: 8px;
    align-items: center;
    border-radius: 16px;
    background: var(--Main, #C4DC69);
    color: var(--Black, #2B2B2B);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    margin-right: 15px;
}
.sk_input:not(.select_inputas){
    border: 1px solid transparent !important;
}
.sk_input:not(.select_inputas).error_field{
    border: 1px solid red !important;
}
.sk_input.select_inputas .chosen-single{
    border: 1px solid transparent !important;
}
.sk_input.select_inputas.error_field .chosen-single{
    border: 1px solid red !important;
}
.kainos_paaiskinimas {
    color: var(--Gray, #919191);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}
.kainos_paaiskinimas b{
    font-weight: 500;
    display: block;
}
.calc_good{
    display: none;
}
.calc_good_line{
    position: relative;
}
.calc_good_form span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 144.444% */;
    letter-spacing: 0.36px;
    position: absolute;
    bottom: 0;
    left: 15px;
    top: 8px;
    z-index: 1;
}
.calc_good_form input:not([type="checkbox"]) {
    position: relative;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--Background, #F0F0F0);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    outline: none !important;
    width: 100%;
    border: 1px solid transparent;
}
.calc_good_form .calc_form_pastas {
    padding-left: 120px !important;
    margin-bottom: 24px;
}
.calc_good_form .calc_form_vardas {
    padding-left: 90px !important;
    margin-bottom: 16px;
}
.calc_good_check{
    display: flex;
    align-items: start;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}
.calc_good_check input{
    margin-right: 5px;
    position: relative;
    top: 5px;
    cursor:pointer;

}
.calc_cta .calc_cta_last{
    display: none;
}
.sk_result_inner.calced .sk_result_cta .calc_good{
    display: block;
}
.sk_result_inner.calced .main_skaiciuoti .calc_cta_first{
    display: none;
}
.sk_result_inner.calced .main_skaiciuoti .calc_cta_last{
    display: inline;
}
.sk_result_cta{
    display: block;
    width: 100%;
}
.sk_result_inner.calced .sk_result_cta a.calc_cta.main_skaiciuoti path{
    stroke: #fff;
    fill: #fff;
}
.sk_result_inner.calced .sk_result_cta a.calc_cta.main_skaiciuoti{
    background: var(--Black, #2B2B2B);
    color: #fff;
}
.sk_result_inner.calced .sk_result_cta a.calc_cta.main_skaiciuoti:hover{
    color: #C4DC69;
}
.calc_good_form .error_field input{
    border: 1px solid red;
}
.calc_good_form label.error_field{
    color: red;
}
.sk_result_inner.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}
.sk_spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgb(0 0 0 / 40%);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.sk_loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 10px;
}
.specialus_newsletter .sk_loader{
    border-radius: 0 0 40px 40px;
}
.sk_loader_spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #2b2b2b;
    border-radius: 50%;
    animation: sk_spin 1s linear infinite;
}

.sk_loader_text {
    margin-top: 10px;
    font-weight: 600;
    color: #2b2b2b;
    font-size: 14px;
}

@keyframes sk_spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.calc_good_form{
    position: relative;
}
.calc_success {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: #c4dc69;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    width: 100%;
}
.calc_success b{
    display: block;
    font-size: 22px;
}
.landing_heading {
    background: #C4DC69;
    text-align: center;
    padding: 120px 0 80px 0;
    position: relative;
    margin-top: -40px;
}
.landing_heading h1{
    margin: 0;
    font-size: 58px;
    font-weight: 600;
    line-height: 66px /* 113.793% */;
}
.landing_content {
    background: #F0F0F0;
    padding: 80px 0;
}
.landing_content .naudingi_box{
    margin-bottom: 30px;
}
.landing_content .naudingi_box .naudingi_ico {
    background: var(--Black, #fff);
}
.naudinga_link{
    margin-top: 10px;
}
.naudinga_link a {
    color: #2b2b2b;
}
#single-wrapper .row {
    display: block;
}

#single-wrapper .row > img {
    float: left;
    width: 45%;
    max-width: 600px;
    margin: 0 30px 20px 0;
    border-radius: 8px;
    height: auto;
}

#single-wrapper .entry-content {
    display: block;
}

/* Ensure text continues below once image height ends */
#single-wrapper::after,
#single-wrapper .entry-content::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive stacking on smaller screens */
@media (max-width: 768px) {
    #single-wrapper .row > img {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.apie_inner{
    position: relative;
}
.apie_img_inner {
    height: 100%;
    background-image: url(/wp-content/themes/lubospigiau/img/apie-img.jpg);
    background-size: cover;
    background-position: top;
    width: calc(42% - 35px);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 80px 0 0 80px;
}
.apie_skaiciai{
    background-image: url(/wp-content/themes/lubospigiau/img/apie-sk.jpg);
    background-size: cover;
    padding: 120px 0;
    background-position: center;
}
.apie_patirtis{
    padding: 120px 0;
    background: #f0f0f0;
}
.apie_patirtis .vizitas_main{
    padding: 0;
}
.apie_patirtis .vizitas_t{
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 35px /* 133.333% */;
}
.apie_patirtis .vizitas_h {
    font-size: 52px;
    line-height: 59px /* 116.667% */;
    margin-bottom: 34px;
}
.apie_punktai {
    padding: 120px 0;
    background: #2b2b2b;
    color: #fff;
}
.apie_punktas_inner {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px -1px 3px 1px rgb(255 255 255 / 22%);
    text-align: center;
    padding: 24px;
    height: 100%;
}
.apie_punktas_h.headingas {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px /* 118.182% */;
    margin-bottom: 24px;
}
.apie_punktas_t {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px /* 133.333% */;
}
.apie_sk_h{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 56px /* 116.667% */;
    text-align: center;
}
.apie_sk_sh{
    font-size: 26px;
    line-height: 34px /* 126.667% */;
    margin-bottom: 120px;
    text-align: center;
}
.sk_eile_inner {
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.50);
    margin-bottom: 16px;
    padding: 20px 40px;
}
.sk_eile_inner:last-child{
    margin-bottom: 0;
}
.apie_sk_eile_number.headingas {
    color: var(--Main, #C4DC69);
    font-size: 200px;
    font-weight: 600;
    line-height: 220px /* 100% */;
    width: 300px;
}
.apie_sk_eile_text{
    width: calc(100% - 300px);
    padding-left: 80px;
}
.apie_sk_eile_h.headingas {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px /* 126.667% */;
    margin-bottom: 24px;
}
.apie_sk_eile_t{
    font-size: 22px;
    line-height: 30px /* 133.333% */;
}
.meistro_modalas .modal-body,
.gauti_pasiulyma .modal-body{
    padding: 0;
}
.meistro_modalas .modal-dialog,
.gauti_pasiulyma .modal-dialog{
    max-width: 1200px;
}
.meistro_modalas .modal-content,
.gauti_pasiulyma .modal-content{
    background: #F0F0F0 !important;
    border-radius: 40px;
}
.meistro_modalas .kontaktu_forma_box,
.gauti_pasiulyma .kontaktu_forma_box{
    background: #F0F0F0 !important;
}
.meistro_modalas .vizitas_form_line input:not([type="checkbox"]),
.gauti_pasiulyma .vizitas_form_line input:not([type="checkbox"]) {
    background: var(--Background, #fff);
}
.meistro_modalas .vizitas_form_line.vizitas_form_cta .v_f_line,
.gauti_pasiulyma .vizitas_form_line.vizitas_form_cta .v_f_line{
    align-items: center;
}
.meistro_modalas .cf_text {
    line-height: 26px;
    background: #fff !important;
    position: relative;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--Background, #F0F0F0);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    outline: none !important;
    width: 100%;
    border: none;
    min-height: 120px;
}
.meistro_modalas .vizitas_form_line.vizitas_form_cta,
.gauti_pasiulyma .vizitas_form_line.vizitas_form_cta{
    margin-top: 10px;
}
.meistro_modalas .vizitas_cta a,
.gauti_pasiulyma .vizitas_cta a{
    background: var(--Main, #C4DC69);
    color: #2b2b2b;
}
.sk_modal_info {
    position: absolute;
    right: 8px;
    top: 8px;
}
.navbar-toggler{
    padding: 0;
}
.sk_modal_info img {
    width: 20px !important;
}
.meistro_modalas button.close,
.gauti_pasiulyma button.close{
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 400;
    font-size: 52px;
    line-height: 30px;
}
body.modal-open{
    padding-right: 0 !important;
}
.meistro_modalas .vizitas_form_cta input,
.gauti_pasiulyma .vizitas_form_cta input{
    margin-top: 3px;
}

.meistro_loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    z-index: 20;
}

.meistro_spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #2b2b2b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.meistro_loader_text {
    margin-top: 10px;
    font-weight: 600;
    color: #2b2b2b;
    font-size: 14px;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.cf_success {
    text-align: center;
    font-weight: 600;
    padding: 20px;
    background: #c4dc69e0;
    border-radius: 40px;
    color: #2b2b2b;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 28px;
    height: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.kontaktu_forma_box .error_field input, .newsletter_phone.error_field input,
.meistro_vizitas .error_field input{
    border: 1px solid red;
}
.footer_tel_mob{
    display: none;
}
.kontaktu_forma_box .error_field label, .newsletter_buttons.error_field label,
.meistro_vizitas .error_field label{
    color: red !important;
}
 .kontaktai_forma .kontaktu_forma_box{
    position: relative;
}
 .meistro_vizitas .vizitas_form{
     position: relative;
     display: inline-block;
     width: 100%;
 }
 .meistro_vizitas .cf_success{
     border-radius: 10px;
 }
 .gauti_pasiulyma .kontaktu_forma_h.headingas {
     font-size: 34px;
     font-weight: 600;
     line-height: 46px /* 116.667% */;
     margin-bottom: 5px;
     display: block;
     width: 100%;
 }
.gauti_pasiulyma .kontaktu_forma_h.headingas span{
    color: #C4DC69;
}
#main-menu .mobile-only{
    display: none;
}
#paneles_modal .ap_category_select .chosen-container {
    width: calc(100% - 80px) !important;
    padding-right: 15px;
}
.ap_category_extra_input {
    width: 78px;
    position: relative;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--Background, #F0F0F0);
    box-shadow: 0 3px 4px 0 rgba(40, 40, 40, 0.12);
    border: 1px solid transparent;
    text-align: right;
}
.error_field .ap_category_extra_input{
    border-color: red !important;
}
#paneles_modal .error_field .ap_category_select .chosen-container .chosen-single{
    border: 1px solid transparent !important;
}
#paneles_modal .error_field .ap_category_select .chosen-container .chosen-single{
    border-color: red !important;
}
.ap_category_extra_input input{
    width: 100%;
    outline: none !important;
    border: none;
    background: transparent;
    padding-left: 0px;
    padding-right: 0;
}
#paneles_modal .ap_category_select {
    display: flex;
    align-items: center;
    width: calc(100% - 35px);
}
