.main-header {
    position: absolute;
    display: flex;
    width: 296px;
    height: 86px;
    padding: 0px 16px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-shrink: 0;
    border-radius: 0px 0px 16px 16px;
    background: #FA0007;  
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 2;
}
@media (max-width: 989.9px) {


    .main-header {
        max-width: 224px;
        height: 65px;
    }
    .main-header .logo svg {
        max-width: 200px;
        height: auto;
    }
}

#hero-wrapper > .panel-grid-cell > .so-panel > .panel-layout{

    background-image: url(/wp-content/uploads/2024/05/image-2.webp);
    background-position: center center;
    background-size: cover;  

    @media (min-width: 990px) {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 18px;
        border-radius: 20px;
        overflow: hidden;  
    }

    @media (max-width: 989.9px) {
        border-radius: 0 0 20px 20px;
        overflow: hidden;  
    }
}

/* HERO SECTION */

#hero-section {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;    
    /* margin-top: 18px;
    border-left: 30px solid #fff;
    border-right: 30px solid #fff; */
    position: relative;
}

#hero-section .btn {
    backdrop-filter: blur(50px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#hero-section .sow-sub-headline {
    max-width: 700px;
}
#hero-section .panel-grid-cell:first-child {
    width: calc(60% -(0.4 * 32px));
}
.btn:hover {
    background-color: #f3232d;
}


#hero-section h2 {
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #000;
    text-shadow: 0px 4px 4px rgba(0,0,0 ,0.25);
    color: #fff;
    line-height: 88px;
    font-size: 80px;  
    margin-top: 0 !important;  
}

#hero-section .sow-sub-headline {
    text-shadow: 0px 0px 48px rgba(0, 0, 0, 0.48);
}
@media (max-width: 1600px) {
    #hero-section {
        max-width: 1200px;
    }
}
@media (max-width: 1300px) {
    #hero-section {
        max-width: calc(100% - 72px);
    }
    #hero-section h2 {
        -webkit-text-stroke-width: 0.2px;
        line-height: 54px !important;
    }
}


#quality_award_2023 img {
    position: absolute;
    right: -118px;
    bottom: -12px;
}



#discount-section{
    /* max-width: 1440px; */
    position: relative;
    justify-content: space-around;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* border-left: 30px solid #fff;
    border-right: 30px solid #fff;    */
}
#discount-section span{
    position: absolute;
    font-size: 17px;
    top: -11px;
    left: 4px;
}

#discount-section * {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center;
    align-items: flex-start;     */
}

#discount-section .sow-headline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#discount-section .sow-headline strong{
    position: relative;
    padding-right: 54px;
}
#discount-section .panel-grid-cell:last-child .sow-headline strong{
    padding-right: 0;
}


#discount-section h4 sub {
    font-size: 56px;
    position: absolute;
    transform: translatey(9px);    
}
@media (max-width: 990px) and (min-width: 350px) {
    #discount-section {
        flex-direction: row!important;  
        flex-wrap: wrap;
        gap: 32px 0;
        
    }

    #discount-section > * {
        width: calc(50% - (0.75* 32px))!important;
    }
}

@media (max-width: 1359.9px) {
    #hero-section h2 {
        font-size: 42px!important;
        line-height: 130%!important;
    }  
    s #hero-section .sow-sub-headline {
        font-size: 20px!important;
        line-height: 140%!important;
    }
    #discount-section h4 {
        font-size: 64px!important;
        line-height: 64px;
    }
    #discount-section h4 sub {
        font-size: 40px;
    }
    #discount-section span {
        position: absolute;
        font-size: 12px;
        top: -11px;
        left: 3px;
    }    
    #discount-section p.sow-sub-headline {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
    }
}

@media (max-width: 989.9px) {
    #quality_award_2023 img{
        display: none;
    }
    #hero-wrapper > .panel-grid-cell > .so-panel > .panel-layout {
        background-image: url(/wp-content/uploads/2024/05/image-2.webp);
        background-position-y: -21%;
        background-size: 1283px;
        /* background-attachment: fixed; */
        background-position-x: 39%;
    }    
}

@media (min-width: 1700px) {
    #quality_award_2023 img {
    position: absolute;
    right: -190px;
/*    bottom: -12px;*/
    }

}

/* #discount-section > .panel-grid-cell{
    max-width: 200px;
} */
#discount-section #separator-1 {
    position: absolute;
    top: 0;
    transform: translate(-50%, -93%);
    width: 200px;
    left: 50%;
    pointer-events: none;
    @media (max-width: 989.9px) {
        width: 120px; 
    }
}

/* FORM SECTION */

#form-section .sow-features-list {
    justify-content: space-between;
}
#form-section .sow-features-list h5 {
    font-weight: 600;
}

#form-section {
    gap: 140px;
}

@media (max-width: 1300px) {
    #form-section {
        gap: 90px;
    }
    #form-section .sow-features-list {
        justify-content: center;
    }
}
@media (max-width: 989.9px) {

    #form-section {
        padding: 16px 0px 0px 0px!important;
        gap: 16px;
    }
    #form-section .sow-features-list.sow-features-responsive .textwidget  {
        text-align: left!important;
        padding-left: 30px;
        padding-right: 30px;        
    }
    #form-section .sow-features-list.sow-features-responsive .textwidget > h5 {
        text-align: left!important;
    }    
    #form-section .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
        margin-left: 30px;
    }
    #form-cell {
        background-color: #ffffff;
        padding: 68px 30px 80px 30px!important;
        border-radius: 0!important;
        margin-left: 0;
        margin-right: 0;
        box-shadow: none;
    }    
}
@media (min-width: 990px) and (max-width: 1359.9px) {
    #form-section {
        gap: 48px;
    }    
    #form-section .sow-features-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 32px!important;
        justify-content: space-between;

    }
    #form-section .sow-features-list .sow-features-feature {
        width: auto!important;
        max-width: calc(50% - 32px);
    }
}

@media (max-width: 1359.9px) {
    #form-section h2.sow-headline {
        font-size: 28px;
        line-height: 130%;
    }
    #form-section h2.sow-headline strong {
        font-weight: 600;
    }    
}

@media (max-width: 989.9px) {
    #zadovoljstvo-section .cards-carousel {
        flex-direction: column;
        margin-right: -30px;
        margin-left: 0px;
        max-width: calc(100% + 30px);
        margin-bottom: 40px; 
        /* background: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 58%, #F6F6F6 100%); */
        padding-top: 0px!important;
    }
}

@media (max-width: 599.9px) {
    #zadovoljstvo-section {
        padding: 104px 0px 104px 0px!important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 35%, rgba(246, 246, 246, 1) 100%);
    }
}


#izris-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;

}
.form-field {
    position: relative;
}
.form-field legend {
    position: absolute;
    padding:12px 16px 10px 16px;
    color: #7c8593;
    font-size: 18px;
    pointer-events: none;
    top: 0;
    transition: .2s;
    left: 0;
}

#izris-form input[type=email],
#izris-form input[type=tel],
#izris-form input[type=text] {
    height: 48px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    width: 100%;
    padding:12px 16px 10px 16px;  
    transition: 0.2s;
    outline: none;    
    border-radius: 4px;
}

#izris-form input[type=email]:focus,
#izris-form input[type=tel]:focus,
#izris-form input[type=text]:focus {
    background: #fff;
    border: 1px solid #000;
}
#izris-form input:focus {
  
}
#izris-form select {
    height: 48px;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    /* border-right: 12px solid transparent;     */
    border-radius: 4px;
    color: #7c8593;
}

/* input:not([value=""]) + legend:not(.phone), */
input:focus + legend:not(.phone),
input:not(:placeholder-shown) + legend:not(.phone),
input:valid + legend:not(.phone) {
    font-size: 12px;
    line-height: 12px;
    background-color:#fff;
    padding: 0 4px;
    top: -5px;
    left: 12px;
}

#izris-form input:-webkit-autofill {
    background-color: #FFF !important;
    border: 1px solid #F6F6F6;
}

/* phone styling */
#izris-form legend.phone {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 6px;
}
#izris-form #phone {
    padding-left: 100px;
}
/* checkbox */
#gdpr + label {
    font-size: 12px;
    line-height: 20px;
    color: #7C8593;
}
#izris-form .checkbox-field {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 12px;
}
#izris-form .checkbox-field label,
#izris-form .checkbox-field input {
    cursor: pointer;
}

#izris-form .checkbox-field input{
    width: 20px;
    height: 20px;
    transform: translateY(8px);
}


/* Features - akcije */
.sow-features-feature .sow-container-none {
    margin-left: 0!important;
}
.sow-features-feature .textwidget {
    text-align: left;
}


/*Zadovoljne stranke */

#testimonial-section {
    overflow: hidden;
    background: linear-gradient(0deg, #FFF 0%, #F9F9F9 63%, #FFF 100%);    
}

#testimonial-section > .panel-grid-cell{
    overflow: hidden;
    border-radius: 20px;
}

@media (min-width: 990px) {
    #zadovoljstvo-section .panel-grid-cell:first-child {
        padding-left: 10%;
    }
}
@media (max-width: 989.9px) {
    #zadovoljstvo-section {
        gap: 45px;
        /* margin-bottom: 78px; */
        margin-bottom: 36px;
        background: linear-gradient(180deg, #F6F6F6 0%, #FBFBFB 58%, #fff 100%);
    }
    #zadovoljstvo-section {
        padding: 60px 0 0 30px !important;
        background-color: #f8f8f8!important;
    }

    #zadovoljstvo-section .sow-headline-container h2.sow-headline {
        font-size: 32px;
        line-height: 130%;
    }

    #zadovoljstvo-section .custom-list {
        margin-bottom: 56px;
    }
}

@media (min-width: 1600px) {
    #zadovoljstvo-section .custom-list {
        margin-bottom: 56px;
    }

   #testimonial-section .cards-carousel .card-image {
        max-width: 45%;
   }
}

@media (max-width: 989.9px) {
    #testimonial-section {
        padding: 76px 0px 10px 0px!important;
    }
    #testimonial-section .card {
        display: flex;
        flex-direction: column;
    }
    #testimonial-section .cards-carousel.testimonials .card > * {
        width: 100%!important;
        max-width: 100%!important;
    }
    #testimonial-section .cards-carousel.testimonials .card-content {
        order: 3;
        margin-left: 0;
        margin-right: 0;
        padding: 24px;
        padding-bottom: 0;
        margin-top: 24px;
    }

    #testimonial-section .cards-carousel.testimonials .card-wrap {
        margin-bottom: 60px;
    }
    
    #testimonial-section .cards-carousel.testimonials .card-image img {
/*        border-radius: 16px;*/
        border-radius: 0 !important;
        object-fit: fill;
        position: relative;
        width: 100%;
        height: auto;
        margin-left: -5px;
    }   
    #testimonial-section .quote-wrap {
        display: none;
    } 
    #testimonial-section .cards-carousel.testimonials .client-image {
        max-width: 90px;
        max-height: 90px;
        width: auto;
        height: auto;
        position: absolute;
        left: 25px;
        top: 25px;
    }    
    #testimonial-section .cards-carousel .tns-controls.tns-controls {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        left: 0;
        height: 100px;
        max-width: 100%;
        bottom: 40px;
    }
    #testimonial-section .testimonials .tns-controls button {
        /* left:auto!important; */
        bottom: -40px !important;
    }
    .testimonials .tns-controls button[data-controls="prev"] {
        left: calc(50% - 80px) !important;
    }
    .testimonials .tns-controls button[data-controls="next"] {
        left: calc(50% + 30px) !important;
    } 

    #testimonial-section .client-name {
        font-weight: 600;
    }
}



/* 3D Hero section */
#hero-3d-section {
    align-items: center;
    display: flex;
    justify-content: flex-start;    
    position: relative;
    max-height: 906px;
    margin-left: 0;
    margin-right: 0;
    padding: 264px 136px 184px 136px;
    height: 790px;  
    
    /* background-size: auto 150%!important; */
    background-position: 40% center;
    margin-left: calc(-10% + 50px);
    margin-right: calc(-10% + 50px);

}

#hero-3d-section .gratis-3d-text {
    margin-top: auto;
    margin-bottom: 10%;
    display: flex;

}
#hero-3d-section .novo-badge {
        display: flex;
        flex-direction: column;
        justify-content: center;
    
}


#hero-3d-section .gratis-3d-text {
    max-width: 750px;
}

#hero-3d-section .sow-headline-container {
    margin-bottom: 40px;
}
@media (min-width: 999px) {
    #hero-3d-section {
        /* background-attachment: fixed; */
        margin-left: calc(-20% + 200px);
        margin-right: calc(-20% + 200px);
        /* height: 700px;  */

        /* background-size: auto 187%!important;    */
    }
}
@media (min-width: 1360px) {
    #hero-3d-section {

        margin-left: calc(-10% + 50px);
        margin-right: calc(-10% + 50px);
        /* background-attachment: fixed; */
        /* margin-left: calc(-5% + 50px); */
        /* margin-right: calc(-5% + 50px); */
    }
}
@media (min-width: 1700px) {
    #hero-3d-section#hero-3d-section {
        /* background-attachment: fixed; */
        margin-left: calc(-12% + 50px);
        margin-right: calc(-12% + 50px);
        height: 906px;
        
    }
}


@media (max-width: 1359.9px) {
    #hero-3d-section {
        padding-top: 132px!important;
        padding-bottom: 132px!important;
    }
    #hero-3d-section h2.sow-headline {
        font-size: 42px;
        line-height: 130%;
    }
    #hero-3d-section h2.sow-headline strong {
        font-weight: 600;
    }    
}
@media (max-width: 399.9px) {
    #hero-3d-section .gratis-3d-text {
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
}
/* @media (min-width: 1300px) {
    #hero-3d-section {
        background-attachment: fixed;
        margin-left: -15%;
        margin-right: -15%;
    }
} */

#hero-3d-section .panel-grid-cell:first-child{
    /* margin-left: 15%; */
    margin-left: 0;
}
#hero-3d-section .novo-title {
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 100% */
    text-transform: capitalize;  
    margin-bottom: -17px;
    
    /* margin-left: 40px;
    margin-right: 40px;     */
}
#hero-3d-section .novo-title sub {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 67px;  
    transform: translateY(-20px);
    display: inline-block;   
}
#hero-3d-section .novo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero-3d-section .novo-badge  .subsubtitle  {
    /* margin-left: 40px;
    margin-right: 40px;  */
    /* margin-bottom: 30px; */
    font-size: 11px;
    line-height: 130%; /* 14.523px */
    letter-spacing: 0.112px;
}

#hero-3d-section .novo-badge  .subtitle  {
    /* margin-left: 40px;
    margin-right: 40px; */
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    letter-spacing: 0.2px;        
}


@media (min-width: 990px) {
    #hero-3d-section .novo-badge {
        position: absolute;
        background: rgba(250, 0, 7, 0.92);
        right: 0;
        bottom: 0;
        position: absolute;
        background: rgba(250, 0, 7, 0.92);
        right: 0;
        bottom: 0;
        border-radius: 10px 0 10px 0;   
        width: 440px;   
        height: 176px;     
    }
    #hero-3d-section .novo-badge .novo-title  {
        /* margin-top: 32px; */
        /* margin-left: 30px; */
        margin-right: 0;
        text-align: left;
    }
    #hero-3d-section .novo-badge .subtitle,
    #hero-3d-section .novo-badge .subsubtitle   {
        /* margin-left: 30px; */
    }

    #hero-3d-section .novo-badge #separator-2 {
        position: absolute;
        transform-origin: right bottom;
        /* transform: rotate(-90deg); */
        transform: translate(10px, -250px) rotate(-90deg);
        right: 0;
        bottom: -100px;
        width: 160px;
        height: 50px;
    }
}



@media (min-width: 1360px) {

    #hero-3d-section .novo-title {
        margin-bottom: -26px;  
        /* margin-top: 77px; */
        text-align: center;

    }


    /* #hero-3d-section .novo-badge #separator-2 {
        position: absolute;
        transform-origin: right bottom;
        transform: translate(3px, -250px) rotate(-90deg);
        right: 0;
        bottom: 0;
        width: 210px;
    }         */
}


@media (min-width: 1600px) {
    #hero-3d-section {
        margin-left: calc(-5% + 50px);
        margin-right: calc(-5% + 50px);
    }
    #hero-3d-section .novo-badge {
        height: 320px;
        width: 670px;
    }
    #hero-3d-section .novo-badge  .novo-title{
        font-size: 96px;
        font-weight: 700;
        line-height: 96px; /* 100% */
        /* margin-left: 62px; */
    }
    #hero-3d-section .novo-badge  .subtitle  {
        /* margin-left: 62px;
        margin-right: 62px; */
        font-size: 28px;
        line-height: 130%; /* 36.4px */      
    }  
    #hero-3d-section .novo-badge  .subsubtitle  {
        /* margin-left: 62px;
        margin-right: 62px; */
        /* margin-bottom: 77px; */
    } 
    #hero-3d-section .novo-badge #separator-2 {
        position: absolute;
        transform-origin: right bottom;
        transform: translate(4px, -250px) rotate(-90deg);
        right: 0;
        bottom: 0;
        width: 210px;
    }     
    #hero-3d-section .novo-title sub {
        font-size: 64px;
        line-height: 96px;  
    }            
}


@media (max-width: 1359.9px) {

    #hero-3d-section .novo-title {
        font-size: 45px;
        line-height: 68px;
        text-align: left;
    }
}

@media (max-width: 1599.9px) {
    #hero-3d-section .novo-title sub {
        transform: translateY(-15px);
    }    
}

@media (min-width: 989.9px) and (max-width: 1359.9px) {

    #hero-3d-section .novo-badge #separator-2 {
        bottom: -83px;
    }
}

@media (max-width: 599.9px) {
    #hero-3d-section {
        background-position: 37% center!important;
        /* background-position: 45% center!important; */
        /* background-size: auto 80%!important; */
    }
}

@media (max-width: 989.9px) {

    #hero-3d-section {
        margin-left: -30px;
        margin-right: -30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-wrap: nowrap;
        padding-bottom: 0 !important;        
        height: 790px;

    }
    #hero-3d-section .novo-badge #separator-2 {
        position: relative;
        background: rgba(250, 0, 7, 1);
        max-width: 120px;
        margin-bottom: -2px;
        margin-top: 15px;
 
        /* height: 320px;
        width: 670px; */
    }
    #hero-3d-section .novo-title sub {
        font-size: 30px !important;
        line-height: 45px !important;
        transform: translateY(-10px);
    }  

    #hero-3d-section .novo-badge .text-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }

    #hero-3d-section .novo-badge {
        justify-content: flex-end;
        align-items: center;
        position: relative;
        background: rgba(250, 0, 7, 1);
        margin-top: 13%;
        min-height: 150px;
        border-radius: 0 0 12px 12px;
        overflow: hidden;
        /* height: 320px;
        width: 670px; */
    }  
    #hero-3d-section .novo-badge  .novo-title { 
        /* margin-left: 15px;
        margin-right: 15px; */
        /* font-size: 96px;
        font-weight: 700;
        line-height: 96px; 
        margin-left: 62px; */
    }
}


#pogosta-vprasanja [aria-expanded='false'] .sow-icon-fontawesome {
    color: #96999E!important;
}


#pogosta-vprasanja .sow-accordion {
    margin-bottom: 40px;
}

@media (max-width: 1359.9px) {
    #pogosta-vprasanja {
        padding-top: 76px !important;
    }

    #pogosta-vprasanja .sow-accordion {
        margin-bottom: 20px;
    }

    #pogosta-vprasanja .sow-headline-container h2.sow-headline {
        font-size: 32px!important;
        line-height: 130%!important;
        font-weight: 600;
    }

    #pogosta-vprasanja .sow-accordion-title .sow-accordion-title-icon-left {
        font-size: 16px!important;
        font-weight: 600!important;
    }

    #pogosta-vprasanja .sow-accordion-panel-border {
        padding-left: 24px!important;
        padding-right: 24px!important;
        padding-bottom: 0!important;
    }

    #pogosta-vprasanja .sow-accordion-panel-header {
        padding: 24px!important;
        font-weight: 600;
        /* padding-right: 24px!important;
        padding-bottom: 0!important; */
    }

    #question-title-widget {
        padding-bottom: 48px!important;
    }


    #pogosta-vprasanja .custom-html-widget {
        text-align: left;
    }
}

@media (max-width: 1359.9px) {
    #prefooter-logos-section{
        padding-top: 36px!important;
        padding-bottom: 50px!important;
    }
}
#footer-section {
    font-size: 14px;
    line-height: 20px;
    color: #7C8593;

}
@media (max-width: 1359.9px) {
    #footer-section {
        padding-top: 60px!important;
    }   
    #footer-section .footer-logos {
        margin-top: 18px!important;
        margin-bottom: 30px!important;
    }
}
#footer-section .footer-logos {
    margin-top: 38px;
    margin-bottom: 50px;
}

#footer-section .copyright {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 27px;
    gap: 30px;
}

#footer-section .copyright a:not(:hover) {
    color: #7C8593;
}

#menu-footer {
    padding-left: 0;
    list-style:none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
}





/* new hero section */
#hero-3d-section-2 {
    height: 790px;
    display: flex;
    position: relative;

}
#hero-3d-section-2 .novo-badge {
    display: flex;
    flex-direction: column;
}
#hero-3d-section-2 .button-wrap {
    margin-top: 40px;
}


#hero-3d-section-2 .novo-title {
    font-size: 45px;
    line-height: 68px;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: -17px;
    color: #fff;        
}
#hero-3d-section-2 .novo-badge .subtitle {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.2px;
}
#hero-3d-section-2 .novo-badge .subsubtitle {
    font-size: 11px;
    line-height: 130%;
    letter-spacing: 0.112px;
}  
#hero-3d-section-2 h2.sow-headline {
    font-size: 42px;
    line-height: 130%;
    
}
#hero-3d-section-2 .ctrl-headline .sow-sub-headline {
    font-size: 18.5px!important;
}
#hero-3d-section-2 h2.sow-headline strong {
    font-weight: 700;
}  

@media (min-width: 600px) and (max-width: 1359.9px) {
    #hero-3d-section-2 .ctrl-headline  {
        max-width: 600px;
    }    
}
@media (min-width: 990px) {
    #hero-3d-section-2 .novo-badge {
        position: absolute;
        background: rgba(250, 0, 7, 0.92);
        right: 0;
        bottom: 0;
        position: absolute;
        background: rgba(250, 0, 7, 0.92);
        right: 0;
        bottom: 0;
        border-radius: 10px 0 10px 0;
        width: 440px;
        height: 176px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;        
    }
}
@media (max-width: 989.9px) {
    #hero-3d-section-2 .novo-badge {
        justify-content: flex-end;
        align-items: center;
        position: relative;
        background: rgba(250, 0, 7, 1);
        min-height: 150px;
        border-radius: 0 0 12px 12px;
        overflow: hidden;
    }   
    #hero-3d-section-2 .novo-badge #separator-2 {
        max-width: 120px; 
        margin-bottom: -2.5px;
        margin-top: 15px; 
    }    
}
 @media (min-width: 990px) and (max-width: 1599.9px) {
    #hero-3d-section-2 .novo-badge #separator-2 {
        bottom: -83px;
        position: absolute;
        transform-origin: right bottom;
        /* transform: rotate(-90deg); */
        transform: translate(10px, -250px) rotate(-90deg);
        right: 0;
        /* bottom: -100px; */
        width: 160px;
        height: 50px;
    }        
    #hero-3d-section-2 .novo-title sub {
        font-size: 30px !important;
        line-height: 45px !important;
        transform: translateY(-10px);
        font-weight: 700;
        display: inline-block;
    }      
    
    /* #hero-3d-section-2 .novo-badge {
        justify-content: flex-end;
        align-items: center;
        position: relative;
        background: rgba(250, 0, 7, 1);
        min-height: 150px;
        border-radius: 0 0 12px 12px;
        overflow: hidden;
    }    */
} 

@media (min-width: 1360px) {
    #hero-3d-section-2 {     
        margin-left: calc((-100vw + 100% + var(--scrollbarwidth)) / 2 + 40px) !important;
        margin-right: calc((-100vw + 100% + var(--scrollbarwidth)) / 2 + 40px) !important;
        padding-left: calc( (100vw - 100% - var(--scrollbarwidth)) / 2 - 40px) !important;
        padding-right: calc( (100vw - 100% - var(--scrollbarwidth)) / 2 - 40px) !important;

        /* width: 100%!important; */
        /* height: 906px; */
    }
    #hero-3d-section-2 .ctrl-headline .sow-sub-headline {
        font-size: 20px!important;
    }    

}

@media (max-width: 1359.9px) {
    #hero-3d-section-2 {
        /* flex-direction: column; */
        justify-content: flex-end;
        flex-wrap: nowrap;           
        margin-left: -30px!important;
        margin-right: -30px!important;
        padding-left: 36px!important;
        padding-right: 36px!important;        
        /* display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-wrap: nowrap;
        padding-bottom: 0 !important;        
        height: 790px; */
    }

      

    #hero-3d-section-2 .novo-title sub {
        font-size: 30px !important;
        line-height: 45px !important;
        transform: translateY(-10px);
        font-weight: 700;
        display: inline-block;
    }  


    #hero-3d-section-2 .novo-bdg-cell {
        margin-left: -36px;
        margin-right: -36px;
    }

    #hero-3d-section-2 .novo-badge .text-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }

   
    #hero-3d-section-2 .panel-grid-cell:first-child {
        margin-top: auto;
        margin-bottom: auto;
    }
     
}

@media (max-width: 989.9px) {
    #hero-3d-section-2 {
        flex-direction: column;
        background-position: 37% center !important;
    }
    #hero-3d-section-2 .novo-title {
        font-size: 67px;
        margin-top: 32px;       
        margin-bottom: -7px;
    } 
    #hero-3d-section-2 .novo-title sub {
        font-size: 45px !important;
        line-height: 45px !important;
        transform: translateY(-14px);
        font-weight: 700;
        display: inline-block;
    } 
    #hero-3d-section-2 .novo-badge .subsubtitle {
        margin-top: 4px;
    }      
}


@media (max-width: 599.9px) {
    #hero-3d-section-2 {
        background-position: 37% -103px !important;
    }
}
@media (max-width: 410px) { 
    #hero-3d-section-2 .novo-title {
        font-size: 48px;
    }     
    #hero-3d-section-2 .novo-title sub {
        font-size: 40px !important;
        line-height: 40px !important;
        transform: translateY(-11px);
    }
}

    

@media (min-width: 1600px) {
    #hero-3d-section-2 {
        height: 906px;
        /* background-position: right 87% !important;
        background-size: 110% !important; */
        background-position-y: 40%;
        background-size: cover;        
    }

    #hero-3d-section-2 .novo-badge {
        height: 320px;
        width: 670px;
    }
    #hero-3d-section-2 .novo-badge .novo-title {
        font-size: 96px;
        font-weight: 700;
        line-height: 96px;
        margin-bottom: -26px;
    }    
    #hero-3d-section-2 .novo-badge .subtitle {
        font-size: 28px;
        line-height: 130%;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.2px;   
    }
    #hero-3d-section-2 .novo-badge .subsubtitle {
        font-size: 16px;
        margin-top: 8px;
    }   
    #hero-3d-section-2 .novo-title sub {
        font-size: 64px;
        line-height: 96px;
        font-style: normal;
        font-weight: 700;
        transform: translateY(-20px);
        display: inline-block;        
    }     
    #hero-3d-section-2 .novo-badge #separator-2 {
        position: absolute;
        transform-origin: right bottom;
        transform: translate(4px, -250px) rotate(-90deg);
        right: 0;
        bottom: 0;
        width: 210px;
    }    
    #hero-3d-section-2 .sow-headline-container h2.sow-headline {
        text-align: left;
        color: #ffffff;
        line-height: 88px;
        font-size: 80px;
        margin-top: 120px !important;
        margin-bottom: 0px;
    }
    #hero-3d-section-2 .sow-headline-container p.sow-sub-headline {
        text-align: left;
        color: #ffffff;
        line-height: 28px;
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 24px;
    }    
    #hero-3d-section-2 {
        margin-left: calc((-100vw + 100% + var(--scrollbarwidth)) / 2 + 80px) !important;
        margin-right: calc((-100vw + 100% + var(--scrollbarwidth)) / 2 + 80px) !important;
        padding-left: calc((100vw - 100% - var(--scrollbarwidth)) / 2 - 80px) !important;
        padding-right: calc((100vw - 100% - var(--scrollbarwidth)) / 2 - 80px) !important;
        /* width: 100% !important; */
        height: 906px;
    }
        
}


#hero-3d-section-2 .gratis-3d-text {
    flex-direction: column;
    justify-content: center;
    height: auto;    
    /* margin-left: auto;
    margin-right: auto; */
    /* margin-left: calc(- ((-100vw + 100% + var(--scrollbarwidth)) / 2 + 40px) )!important; */
    /* margin-left: calc((-100vw + 100% + var(--scrollbarwidth)) / 2 + 40px) !important;   */
}




/* final adjustments */

@media (max-width: 599.9px) {
    #hero-wrapper>.panel-grid-cell>.so-panel>.panel-layout {
        background-position-y: -60px;
        background-size: auto 80%;
        background-position-x: 41%;
    }
}

@media (min-width: 1600px) {
    .custom-list li {
        padding-left: 42px;
    }


    #pogosta-vprasanja .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border p {
        max-width: 80%;
    }
    #pogosta-vprasanja .sow-accordion-title {
        font-weight: 600!important;
    }
}
