/* Lufga Light */
@font-face {
    font-family: 'Lufga Light';
    src: url('../fonts/Lufga-Light.woff2') format('woff2'),
            url('../fonts/Lufga-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Lufga Regular */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/Lufga-Regular.woff2') format('woff2'),
            url('../fonts/Lufga-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Lufga Bold */
@font-face {    
    font-family: 'Lufga bold';
    src: url('../fonts/Lufga-Bold.woff2') format('woff2'),
            url('../fonts/Lufga-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lufga', sans-serif;
    font-size: 25px;
}

address,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
    border:0;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
}

a {
    background-color:transparent
}
a:active {
    outline:0
}
a,
a:focus,
a:hover,
a:visited {
    text-decoration:none;
    color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear:both
}
.entry-content h1,
h1 {
    font-size: 76.29px;
    /*font-size:  4.768125em;*/
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 83.919px */
    letter-spacing: -2.289px;
}
.entry-content h2,
h2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 72.8px */
    letter-spacing: -1.12px;
    font-family: 'Lufga bold';  
}
.entry-content h3,
h3 {
  
}
.entry-content h4,
h4 {
    font-size: 31.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 40.625px */
    letter-spacing: -0.625px;
}
.entry-content h5,
h5 {
    font-family: 'Lufga bold';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 35px */
    letter-spacing: -0.5px;
}
.entry-content h6,
h6 {
  
}
html {
  box-sizing:border-box
}
*,
:after,
:before {
  box-sizing:inherit
}
body {
  color: #212121;
  background:#fff;
  font-style:normal
}
ol,
ul {
  
}
ul {
  list-style:disc
}
ol {
  list-style:decimal
}
li>ol,
li>ul {
  margin-bottom:0;
  margin-left:1.5em
}
dt {
  font-weight:600
}
dd {
  margin:0 1.5em 1em
}
b,
strong {
  font-weight:700;
  font-family: 'Lufga bold';
}
cite,
dfn,
em,
i {
  font-style:italic
}

img {
    vertical-align: middle;
    border: none;
}

.dev{
    border: 1px solid red;
}

.container{
    max-width: 1440px;
    margin: 44.5px auto 0 auto;
}

.navbar{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 40px;
    padding-left: 58px;
    padding-right: 58px;
}

.navbar .logo a{
    color: #212121;
    font-family: 'Lufga Bold';
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%; /* 39.68px */
    letter-spacing: -1.24px;
}

.navbar .social{
    margin-left: auto;
    display: flex;
    gap: 40px;
    flex-direction: row;
    align-items: center;
}

.navbar .mobile-meniu{
    display: none;
}

.navbar .mobile-meniu-block{
    display: none;
}

.navbar .menu{
    display: flex;    
    flex-direction: row;
    align-items: center;
    margin-left: 88px;
}

.navbar .menu ul{
    display: flex;
    list-style: none;
    gap: 24px;
}

.navbar .menu ul,
.navbar .menu li {
    padding: 0;
    margin: 0;
}

.navbar .menu ul a{
    
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
}

/* Top header*/

.top-header{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 40px;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 58px;
    padding-right: 58px;
}

.top-header .header-left{    
    max-width: 786px;
}

.top-header .header-right{    
    margin-left: auto;
}



.top-header .btn{
    display: inline-block;
    padding: 24px 56px;  
    border-radius: 93.119px;
    background: #44E41C;
    color: #212121;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.333px;
}

.top-header ul{
    margin-top: 22px;
    margin-bottom: 48px;
}

.top-header ul li{
    list-style: none;
    color: #454955;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
    letter-spacing: -0.25px;
    padding-left: 42px; 
    margin-bottom: 10px;
    position: relative;

}

.top-header ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url('../img/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }

/* MAIN */

.sec{
    padding-left: 58px;
    padding-right: 58px;
}

/*.sec-1 */
.sec-1{
    display: grid;
    gap: 10px;
    flex-wrap: wrap !important;
    margin-bottom: 30px;
    grid-template-columns: repeat( 3,1fr );
    padding-left: 0px;
    padding-right: 0px;
}

.sec-1 .logo-item{
    background: rgba(245, 245, 245, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

/*.sec-2 */

.sec-2 {
    margin-top: 80px;
}

.sec-2 .ben-top-desc{
    font-size: 48.83px;
    font-style: normal;
    line-height: 120%; 
    letter-spacing: -1.465px;
    max-width: 1044px;
}

.sec-2 .ben-row {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
}

.sec-2 h5{
    margin-top: 24px;
    margin-bottom: 12px;
}

.sec-2 .ben-desc p{
    font-family: 'Lufga Light';
}



/* .sec-3 */
.sec-3{
    margin-top: 56px;
    margin-bottom: 115px;
}

.sec-3 .case-row{
    display: flex;
    gap: 40px;
}

.sec-3 .case-img{
    margin-bottom: 48px;
}

.sec-3 .case-img img{
    width: 100%;
}

.sec-3 .case-sub-title p{
    color: #212121;
    font-size: 31.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 40.625px */
    letter-spacing: -0.625px;
}

.sec-3 h2{
    margin-bottom: 10px;
}

.sec-3 .case-title h4{
    font-family: 'Lufga bold';
}

.sec-3 .case-desc{
    margin-top: 24px;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 138%; /* 34.5px */
    letter-spacing: -0.25px;
    display:inline-block;
    margin-bottom: 30px;
    font-family: 'Lufga Light';   
}
.sec-3 .case-more {
    margin-top: 30px;
    display: block;
}

.sec-3 .case-more a{
    border-radius: 93.119px;
    border: 3px solid #454545;
    background: #FFF;
    padding: 24px 56px;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.333px;
    
}

.sec-3 .case-more .disabled-link {
    pointer-events: none;
    text-decoration: none; 
    cursor: default;      
 }

/*.sec-4 */
.sec-4 .why-left{
    width: 333px;
}

.sec-4 .why-right{
    width: 828px;
    margin-left: auto;

}

.sec-4{
    background: #212121;
    color: #fff;
    padding-top: 74px;
    padding-bottom: 74px;
}

.sec-4 h2{
    color: #fff;
    min-width: 333px;
}

.sec-4 .why-row{
    display: flex;
    flex-direction: row;    
}

.sec-4 .accordion {
   margin: auto;
}
  
.sec-4 .accordion-header {
    cursor: pointer;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.5px;
    text-decoration-line: underline;
    padding-left: 58px;
    margin-bottom: 16px;
}
  
.sec-4 .accordion-header::before {
    content: url('../img/chevron-down.svg');
    position: absolute;
    left: 0px;
    top: -8px;
    /*transition: transform 0.3s ease;*/
}
  
.sec-4 .accordion-header.active::before {
    transform: rotate(180deg);
    top: -16px;
}
  
.sec-4 .accordion-content {
    display: none;
    padding: 8px 0px 11px 59px;
    font-family: 'Lufga Light';
    font-size: 20px;
}

.sec-4 .accordion-content p{
    margin-bottom: 10px;
}

/* .sec-5 */
.sec-5 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

.sec-5 .img-mob{
    display: none;
}

.sec-5 h2,
.sec-5 p
{
    padding-left: 58px;
    padding-right: 58px;
}

.sec-5 p
{
    font-size: 20px;
    max-width: 1280px;
}

.sec-5 img{
    margin-top: 86px;
	width: 100%;
}


/* Footer */
footer{
    background: rgba(217, 217, 217, 1);
    padding-left: 58px;
    padding-right: 58px;
    padding-top: 56px;
}

footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

footer .logo{
    color: #212121;
    font-family: 'Lufga Bold';
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.36px;
}

footer p{
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 36.4px */
    letter-spacing: -1.3px;
}

footer p a{
    font-family: 'Lufga Bold';
}

footer .title{
    font-family: 'Lufga Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    letter-spacing: -1px;
    margin-top: 30px;
}

footer .info{
    margin-top: 36px;
    font-size: 20px;
    font-style: normal;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
}

footer .col-3{
    padding-right: 176px;
}


footer .copy p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    padding-top: 28px;
    padding-bottom: 28px;
}

footer .social-type-2{
    display: none;
}





@media (max-width: 1064px) {
    .navbar .menu {
        margin-left: 48px;
    }

    h1 {
        font-size: 56px;
    }

    .top-header ul li {
        font-size: 20px;
    }
}





@media (max-width: 1024px) {

    .navbar, .top-header, .sec, footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .entry-content h4, h4 {
        font-size: 25px;
    }

    .sec-3 .case-sub-title p{
        font-size: 25px;
    }

    .sec-3 .case-desc {
        font-size: 16px;
    }

    .navbar .menu {
        display: none;
    }

    .navbar .social {
        display: none;  
    }

    .navbar .mobile-meniu{
        display: block;
        margin-left: auto;
        cursor: pointer;
    }

    .navbar .logo{
        position: relative;
        z-index: 999;
    }

    .navbar .mobile-meniu{
        z-index: 999;
        position: relative;
    }

    .navbar .mobile-meniu-block {
        background: rgba(68, 228, 28, 1);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        /*display: block;*/
        z-index: 1;
    }

    .navbar.active .mobile-meniu-block{
        display: block;    
    }

    .navbar.active .mobile-meniu-block .menu{
        display: block;
        margin-left: 58px;
    }

    .navbar.active .mobile-meniu-block .social {
        display: flex;
        margin-left: 58px;
        margin-top: 90px;
    }

    .navbar.active .mobile-meniu-block .menu ul {
        flex-direction: column;
        gap: 10px;
        margin-top: 150px;    
    }   

    .navbar.active .mobile-meniu-block .menu ul a{
        font-size: 48.83px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.977px;
    }

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

    .navbar.active .menu-close{
        display: block;
    }

    .navbar.active .menu-icon{
        display: none;
    }

    .container.active .top-header,
    .container.active .main,
    .container.active footer
    {
        display: none;
    }

    .sec-2 .ben-top-desc p {
        font-size: 36px;
        line-height: 120%;
    }

    .entry-content h5, h5 {
        font-size: 20px;
    }

    .sec-5 img {
        width: 100%;
    }

    footer .col-3 {
        padding-right: 20px;
    }
}









@media (max-width: 768px) {


    .container {
        margin: 20px auto 0 auto;
    }

    h1 {
        font-size: 31.25px;
    }

    h2{
        font-size: 31.25px;
    }
    
    .top-header,
    .sec,
    .navbar,
    footer
    {
        padding-left: 24px;
        padding-right: 24px; 
    } 
    .navbar.active .mobile-meniu-block .menu,
    .navbar.active .mobile-meniu-block .social   
    {
        margin-left: 24px;
    }

    .top-header{
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .top-header .header-right {
        margin-left: auto;
        margin-right: auto;
    }

    .top-header ul {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .top-header ul li{
        font-size: 14px;
        padding-left: 25px;
        margin-bottom: 2px;
    }

    .top-header ul li::before {
        width: 16px;
        height: 16px;
    }

    .top-header .btn {
        padding: 16px 56px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .top-header .header-right img{
        max-width: 180px;
    }

    .sec-1{
        grid-template-columns: repeat( 2,1fr );
        padding-left: 0px;
        padding-right: 0px;
    }

    .sec-1 .logo-item {
        min-height: 100px;
    }

    .sec-1 .logo-item img {
        max-width: 75px;
    }

    .sec-2 {
        margin-top: 60px;
    }

    .sec-2 .ben-top-desc{
        font-size: 25px;
        text-align: center;
    }

    .sec-2 .ben-row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 32px;
    }

    .sec-2 .ben-row .ben-item{
        text-align: center;
    }

    .sec-2 .ben-row .ben-item .ben-icon img{
        max-width: 48px;
    }

    .sec-2 h5{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 28px */
        letter-spacing: -0.4px;
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .sec-2 .ben-row .ben-item {
        text-align: center;
        margin-bottom: 34px;
    }

    .sec-3 .case-img {
        margin-bottom: 24px;
    }

    .sec-3 .case-sub-title p,
    .sec-3 .case-title h4
    {
        font-size: 16px;
    }

    .sec-3 .case-desc{
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 138%; /* 19.32px */
        letter-spacing: -0.14px;
    }

    .sec-3 {
        margin-top: 22px;
        margin-bottom: 58px;
    }

    .sec-3 .case-row {
        gap: 40px;
        flex-direction: column;
    }

    .sec-3 h2{
        margin-bottom: 24px;
    }

    .sec-3 .case-more a{
        color: #454955;
        text-align: center;
        font-family: 'Lufga Bold';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.25px;
        padding: 14px 40px 14px 40px;
        display: inline-block;
        width: 100%;
    }

    .sec-3 .case-more {
        margin-top: 0px;
        display: block;
    }

    .sec-4 {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .sec-4 .why-row {
        flex-direction: column;
    }

    .sec-4 .why-right {
        width: auto;
        margin-left: auto;
    }

    .sec-4 .accordion {
        margin: 16px auto 0px auto;
    }
    .sec-4 .accordion-header{
        font-family: 'Lufga';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 24px */
        padding-left: 36px;
    }

    .sec-4 .accordion-header::before {
        content: url('../img/chevron-down-24.svg');
        top: 0px;
    }

    .sec-4 .accordion-header.active::before {
        transform: rotate(180deg);
        top: -8px;
    }
    
    .sec-4 .accordion-header::before {
        content: url('../img/chevron-down-24.svg');
    }

    .sec-4 .accordion-content{    
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.34px;
        padding: 8px 0px 11px 0px;
    }

    .sec-5 {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .sec-5 .img-dsk{
        display: none;
    }

    .sec-5 .img-mob{
        display: block;
    }

    
    
    .sec-5 h2, 
    .sec-5 p  
    {
        padding-left: 24px;
        padding-right: 24px; 
    } 

    .sec-5 h2{
        padding-bottom: 20px;
    }

    .sec-5 p{
        font-size: 16px;
    }

    .sec-5 img {
        margin-top: 50px;
    }

    footer .footer-top{
        flex-direction: column;
    }

    footer p{    
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 28px */
        letter-spacing: -1px;
    }

    footer .logo img{
        max-width: 200px;
        height: auto;
    }

    footer .title{
        margin-top: 56px;
        font-size: 20px;
    }

    footer .info {
        margin-top: 30px;
    }

    footer .social-type-2{
        display: block;
    }

    footer .social-type-1{
        display: none;
    }

    footer .social-type-2{
        margin-top: 56px;
        
    }

    footer .social-type-2 a{
        padding-right: 28px;
    }
}

@media (max-width: 380px) {
    .navbar.active .mobile-meniu-block .menu ul a{
        font-size: 40px;
    }

    .top-header ul li {
        font-size: 13px;
    }
}