:root {
    --fitchef-header-height: 134px;
}

a:active,
a:focus,
input:focus,
button,
.menu-toggle
{
    outline: 0 !important;
}

.head-info-row {
    display: flex;
    color: #666;
    gap: 16px;
    align-items: center;
    font-size: 14px;
  }

.head-info-row a{
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.head-info-row a:hover{
    color: rgba(0, 0, 0, 1);
}

.head-info-row .sep{
    width: 1px;
    height: 18px;
    background: #D9D9D9;
} 

.head-info-row .info-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.head-info-row .info-item img{
  margin-right: 7px;
}

.section{

}

.section-title h2 {
    color: #000 !important;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 110% !important;
    letter-spacing: -2.56px;
  }

/* Header */

.section-header {
   min-height: 633px !important;
   overflow: hidden !important;
}

.section-header .head-text {
    max-width: 877px !important;
    margin: 0 auto;
  }

.section-header h1{
    color: #000;
    text-align: center;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 85.8px */
    letter-spacing: -3.12px;
}

.section-header h1 b{
    font-weight: 800;
}

.section-header p{
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
}

.section-header .fcbtn{
    position: relative;
    z-index: 999;
}

.section-header .fcbtn a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    padding: 15px 55px;
    border: 2px solid #000;
}

.section-header .fcbtn a:hover{
    background-color: #fff !important;
    color: #000;
}

.section-header .header-img {
    position: absolute;
    transition: transform 0.25s ease-out;
    will-change: transform;
}

.section-header .header-img img {
    display: block;
    max-width: 400px; 
}

.section-header .header-img-1 { top: 10%; left: -10%; }
.section-header .header-img-2 {
    bottom: -20%;
    left: 10%;
}
.section-header .header-img-3 {
    top: -15%;
    right: -5%;
}

/* Reviews */

.section-reviews{
    color: #FFF;
}

.section-reviews .rew-top{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    letter-spacing: -0.36px;
    color: #FFF;
}

.section-reviews .rew-desc{   
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.14px;
    color: #FFF;
}

.section-reviews .elementor-testimonial{
    align-items: center !important;
}

.section-reviews .elementor-testimonial__cite span{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.14px;
    color: #FFF;
}

/* Plans */

.section-plans{
    padding-top: 60px;
}

.section-plans{
    padding-bottom: 60px;
}

.section-plans .plan-switcher-row{
    text-align: center;
    
}

.section-plans .plan-switcher {
    text-align: center;
    border-radius: 51px;
    background: #EFEFEF;
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
  }

.section-plans .plan-switcher button {
    border-radius: 52px;
    background: #EFEFEF;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
}

.section-plans .plan-switcher button.active{    
    background: #FF5F00;
    color: #fff;
}

.section-plans .plan-row{
    gap: 32px;
    display: flex;
    margin-top: 30px;    
}

.section-plans .half-day-row,
.section-plans .all-day-row
{
    display: flex;
    transition: all .2s linear;
}

/*.section-plans .plan-row.active{
    display: flex;
}*/

.section-plans .plan-type{
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    background: #FBFBFB;
    padding: 30px;
    width: 33%;
}

.section-plans .plan-rec{
    border: 1px solid #000;
}

.section-plans .plan-top {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ECEDF1;
    padding-bottom: 20px;
}

.section-plans .plan-top-left img{
    min-width: 90px;
}

.section-plans .plan-top-right {
    position: relative;
    width: 100%;
}

.section-plans .plan-title{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-plans .plan-parent-title.pt60{
    margin-top: 60px;
}

.section-plans .day-cur{
    font-size: 20px;
    padding-left: 10px;
}

.section-plans .plan-price {
    color: #212121;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5px;
  }


  .section-plans .price-discount{
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #00CE00;
 }


.section-plans .plan-featured{
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 40px;
    background: #ccf5cc;
    padding: 4px 16px;
}

.section-plans .weeks-change{
    display: flex;
    gap: 10px;
    align-items: center;
}

.section-plans .weeks-change img{
    cursor: pointer;
}


.section-plans .week{
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
}

.section-plans .plan-ben ul li{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    list-style: none;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.section-plans .plan-ben ul li::before {
    background: url("https://fitchef.lt/assets/svg/check_icon.svg");
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: -15px;
  }

.section-plans .plan-order{
    border-radius: 50px;
    border: 2px solid #000;
    background: #FFF;
    width: 100%;
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    cursor: pointer;
    transition: all .2s linear;
}

.section-plans .plan-order:hover{
    color: #fff;
    background: #000;
}

/* About */
.section-about .about-row{
    gap: 50px;
    margin-top: 10px;
}

.section-about .about-left{
    width: 40%;
}

.section-about .about-right{
    width: 60%;
}

.section-about .about-img img{
    z-index: 2;
    position: relative;
}

.section-about .about-img .elementor-widget-container::after {
    content: "";
    position: absolute;
    top: 14px;
    right: -14px;
    width: 100%;
    height: 100%;
    background: #ff6a00;
    z-index: 1;
  }

.section-about h4{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%; /* 31.5px */
    letter-spacing: -1.2px;
}

.section-about p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
}

.section-about .about-row ul li{
    font-weight: 600;
}

footer{
    margin-top: 80px;
}

footer .foot-logo{

}

footer .foot-desc{
    max-width: 500px;
    margin-top: 16px;
    margin-bottom: 16px;
}

footer .foot-desc,
footer .foot-desc a
{
    color: #040505;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;   
}

footer .foot-ship{
    color: #040505;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .foot-row {
    display: flex;
    max-width: 550px;
    margin-left: auto;
  }

footer .foot-col{
    width: 50%;
}

footer .foot-title{
    color: rgba(0, 0, 0, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

footer .work-time {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }

  footer .foot-row a {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }

  .no-wrap,
  .nowrap
  {
    white-space: nowrap;
  }

/* MODAL */
.order-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
  
    display: flex;
    align-items: center;      /* vertikalus centras */
    justify-content: center;  /* horizontalus centras */
  
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s linear, visibility 0.4s linear;
  }
  
  .order-modal.is-open {
    opacity: 1;
    visibility: visible;
  }
  
  .order-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.80);
  }
  
  .order-modal__box {
    position: relative;
    min-width: 997px;
    border-radius: 36px;
    background: #fff;
    overflow: hidden;
  
    /* box animacija */
    /*transform: translateY(20px);*/
    transition: transform 0.2s linear;
  }
  
  .order-modal.is-open .order-modal__box {
    transform: translateY(0);
  }

.order-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: transparent;
    padding: 0px;
}

.order-modal__close img{ 
    width: 48px;
    height: 48px;
 }

.order-modal__content {
    display: flex;
    min-height: 440px;
    align-items: center;
  }
.order-modal__left{ 
    padding:36px 34px; 
    width: 60%;
}
.order-modal__right{ 
    width: 40%; 
    background:#ff7a00; 
    position:relative; 
    min-height: 440px;
}

.order-modal__title{
    color: #040505;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; 
}

.order-modal__title a{
    color: #040505;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
}

.order-modal__list {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.18px;
    margin-top: 24px;
    margin-left: 23px;
  }



.order-modal__list li {
    margin: 10px 0;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.order-modal__list li::before {
    background: url("https://fitchef.lt/assets/svg/popup-arrow.svg");
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: -25px;
    top: 2px;
}

.order-modal__img{
  position:absolute;
  right:26px;
  width:350px;
  height:350px;
  background-size: cover;
  background-position: center;
  
}

.order-modal__img--top {
    top: -112px;
    background-image: url("/assets/img/header_img_03.png");
    left: -70px;
  }
.order-modal__img--bottom {
    bottom: -135px;
    background-image: url("/assets/img/header_img_02.png");
    right: -75px;
  }

  .is-modal-open body{
    overflow: hidden; 
    height: 100%;
  }

 .fitchef-header-expand{
    display: none;
  }

@media (max-width: 1350px){

   .section-header .header-img img {
        max-width: 300px;
    }

}
@media (max-width: 1250px){
    .section-plans .plan-featured{
        right: 50%;
        top: -43px;
    }

    .section-header h1 {
        font-size: 50px;        
    }
}
@media (max-width: 1140px){

    .section-plans .plan-ben ul li{
        font-size: 13px;
    }
    .section-header .header-img img{
        max-width: 250px;
    }

    .fitchef-lock .fitchef-header-expand{
        display: block;
      }

    .section-header h1{
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 39.6px */
        letter-spacing: -1.44px;
    }
    .section-header p{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 25.2px */
        letter-spacing: -0.18px;
    }

    .section-header .header-img-1 {
        top: -85px;
        left: -87px;
    }

    .section-header .header-img-2 {
        top: -120px;
        left: unset;
        right: 0px;
        bottom: unset;
        /*transform: rotate(-180deg);*/
    }

    .section-header .header-img-3 {
        top: unset;
        right: unset;
        bottom: -126px;
        left: 30%;
    }

    .mobile-menu .menu-close{
        display: none;
    }

    /*Toogle*/

   /* HEADER JUOSTA */
  .ast-primary-header-bar {
    /*transition: background-color .3s ease;*/
  }
  
  body.fitchef-menu-open .ast-primary-header-bar {
    background-color: #f26a00; /* oranžinė */
  }
  
  /* TOGGLE */
  .fitchef-menu-toggle {
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
  }
  
  .fitchef-menu-toggle .menu-close {
    display: none;
  }
  
  body.fitchef-menu-open .fitchef-menu-toggle .menu-open {
    display: none;
  }
  
  body.fitchef-menu-open .fitchef-menu-toggle .menu-close {
    display: inline;
  }
  
  /* IŠSISKLEIDŽIANTIS BLOKAS */
  .fitchef-header-expand {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--fitchef-header-height, 70px);
    height: calc(100vh - var(--fitchef-header-height, 70px));  
    background: #f26a00;
    overflow: auto;  
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 9999;

    
  }  
  .fitchef-header-expand p{
    color: #040505;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .fitchef-header-expand a{
    color: #040505;
  }
  
  body.fitchef-menu-open .fitchef-header-expand {
    opacity: 1;
    pointer-events: auto;
  }


.fitchef-header-expand.is-open{
    display: block;
  }
  

  body.fitchef-lock{
    overflow: hidden;
    height: 100%;
  }
  
  .fitchef-header-expand-inner {
    padding: 32px 20px;
    text-align: center;
    color: #000;
  }
  
  

}

@media (max-width: 999px){
    .section {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }


    .section-plans .plan-row {
        flex-direction: column;
    }

    /*.section-plans .plan-featured {
        top: -40px;
        right: 50%;
        display: inline-block;
    }*/

    .section-plans .plan-type {
        width: 100%;
    }

    .section-plans .plan-featured {
        right: -6px;
        top: -3px;
    }
    .section-title h2 {    
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 33px */
        letter-spacing: -1.2px;
    }

    .section-plans .plan-switcher button{
        font-size: 14px;
    }

    .section-about .about-left,
    .section-about .about-right{
        width: 100%;
    }

    footer .foot-logo{
        text-align: left;
    }

    footer .foot-desc, 
    footer .foot-desc a{
        text-align: left;
    }

    footer .foot-ship{
        text-align: left;
    }

    footer .foot-row {
        display: flex;
        max-width: none;
        margin-left: auto;
        flex-direction: column;
        text-align: left;
    }    
    .site-footer{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    footer .foot-col{
        margin-top: 30px;
    }

    /*Order - POPUP*/
    .order-modal__content {
       flex-direction: column-reverse;
    }

    .order-modal__box {
        position: relative;
        min-width: unset;
        border-radius: 0;
        height: 100%;
    }

    .order-modal__right {
        width: 100%;
        background: #ff7a00;
        position: relative;
        min-height: 270px;
        overflow: hidden;
    }

    .order-modal__left {
        padding: 36px 34px;
        width: 100%;
        
    }

    .order-modal__img--top {
        top: -180px;
        left: -137px;
    }

    .order-modal__img--bottom {
        bottom: -194px;
        right: -133px;
        transform: rotate(-60deg);
    }

    .order-modal {
        align-items: start;
    }

    .section-about p{        
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
        letter-spacing: -0.32px;
    }

    .section-about .about-row ul li{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 22.4px */
        letter-spacing: -0.32px;
    }
    
}
@media (max-width: 768px){
    #ast-mobile-header .head-info-row .info-item:nth-child(5){
        display:none;
    }

    #ast-mobile-header .head-info-row .sep:nth-child(4){
        display:none;
    }

    .section-header h1{
        font-size: 36px;
    }
}

@media (max-width: 480px){
    .section-header .header-img-2 {
        top: -150px;
        left: unset;
        right: -80px;
        bottom: unset;
    }

    .section-plans .plan-featured {
        right: 50%;
        top: -43px;
    }

    .order-modal__right {
        min-height: 200px;
    }

    .order-modal__img{
        width: 300px;
        height: 300px;
    }
}

