/* HERO */

.heron{
    width: 100%;
background: var(--colors-grey-700);
}

.heron>.container {
    padding: 204px 80px 112px 80px;
    gap: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
        width: 1440px;
}

.heron-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 56px;
        line-height: 100%;
        text-transform: uppercase;
        color: var(--colors-grey-50);
}


.heron-title>span {
    display: flex;
    flex-direction: column;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
color: var(--colors-primary-500);
}

.heron-wrap-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    gap:24px
}

.heron-text {
    border: 2px solid var(--colors-primary-500);
        border-radius: 360px;
        padding: 16px 32px;
        font-family: var(--font-family);
            font-weight: 500;
            font-size: 28px;
            line-height: 120%;
            color: var(--colors-grey-200);
}

.heron-svg {
    stroke: #FFFFFF;
    width: 56px;
    height: 56px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.heron-img {
    position:absolute;
    left:89%;
   bottom:40%;
    width: 174px;
        height: 174px;

}

/* Account */

.account {
        width: 100%;
            background: var(--colors-grey-700);
            padding: 0 80px;
}

.account>.container {
    display: flex;
    height: 688px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
   
    border-radius: 40px;
        padding: 64px 72px;
        position: relative;
        background: var(--colors-primary-600);
}

.account-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:492px;
}

.account-img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 575px;
        height: 735px;
        transform:translate(-11%, -30px) rotate(9deg);
        -webkit-transform:translate(-15%, -30px) rotate(9deg);
        -moz-transform:translate(-11%, -30px) rotate(9deg);
        -ms-transform:translate(-11%, -30px) rotate(9deg);
        -o-transform:translate(-11%, -30px) rotate(9deg);
}

.account-topwrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}

.account-green-text {
    border-radius: 360px;
        padding: 4px 24px;
        background: var(--colors-secondary-500);
        font-family: var(--font-family);
            font-weight: 700;
            font-size: 24px;
            line-height: 110%;
            text-align: center;
            color: var(--colors-grey-25);
}

.account-green-text>span {
font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--colors-grey-25);
}


.account-text {font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: var(--colors-grey-50);}

.account-bottomwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.account-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 328px;

}

.account-bottom-text {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        color: var(--colors-grey-50);
}

.account-list {
    display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    
}

.account-item {
    width: 144px;
        height: 48px
}


.account-item:nth-child(2) {
    width: 162px;

}

.account-link {
    width: 100%;
        height: 100%;
}

.account-imgs {
    width: 100%;
    height: 100%;
}

.account-right {
    display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        width: 328px;
}
.account-right>.account-bottom-text {

    width: 60%;
}
 
   .account-links{
    width: 100%;
    height: 48px;
background: var(--colors-grey-25);
border-radius: 360px;
    padding: 8px 24px;
    font-family: var(--font-family);
        font-weight: 600;
        font-size: 16px;
        line-height: 137%;
        text-align: center;
        color: var(--colors-primary-600);
        display: flex;
        align-items: center;
        justify-content: center;
   }

   /* Workn */


   .workn {
    padding: 80px;
    background: var(--colors-grey-700);
   }

   .workn>.container {
   display: flex;
   flex-direction: column; 
   position: relative;
   align-items: center;
   padding: 0;
   }

   .workn-line {
height:2060px;
width: 100%;
    position: absolute;
    top: -80.5px;
    left: -38px;
   }

   .workn-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: var(--colors-grey-50);
margin-bottom: 96px;
}

   .workn-list {
    display: flex;
    flex-direction: column;
    width: 100%;
   }

   .workn-item {
background: var(--colors-primary-600);
border-radius: 40px;
    padding: 40px;
    position: relative;
   }

   .workn-number {
    position: absolute;
        top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--colors-secondary-500);
    border: 4px solid var(--colors-grey-700);
        border-radius: 360px;
        padding: 8px 10px 8px 8px;
        width: 80px;
        height: 80px;
        font-family: var(--font-family);
            font-weight: 600;
            font-size: 40px;
            line-height: 80%;
            text-transform: uppercase;
            text-align: center;
            color: var(--colors-grey-25);
   }




.workn-item:nth-of-type(1) {
    width: calc(100% - 620px);
    padding-right: 110px;
}

.workn-item:nth-of-type(2) {
    width: calc(100% - 220px);
    align-self:flex-end;
}

.workn-item:nth-of-type(3) {
    width: calc(100% - 220px);
}


.workn-item:nth-of-type(odd)>.workn-number {
    left: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.workn-item:nth-of-type(even)>.workn-number {
    right: 0;
    transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.workn-item:nth-of-type(even){
    display: flex;
    margin-top: 298px;
    margin-bottom: 64px;
    gap: 40px;
    align-items: start;
}



   .workn-item-text {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        color: var(--colors-grey-50);
   }

  .workn-item-text>span {

      font-weight: 700;
   
  }


   .workn-img1 {
    width: 741px;
        height: 456px;
        position: absolute;
        left:calc(100% - 81px);
        top:-40px


   }

   .workn-item-left {
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
   }

   .workn-item-title {
text-align: center;
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        color: var(--colors-grey-100);
   }

   .workn-img2 {
    border-radius: 24px;
        width: 400px;
        height: 282px;
        cursor: pointer
   }

   .workn-item-right {
    display: flex;
flex-direction: column;
}

.workn-item-text+.workn-item-text{
    margin-top: 20px;
}

   .workn-item-list {
    margin-top:32px ;
    display: flex;
    flex-direction: column;
    gap: 16px;
   }

   .workn-item2 {
    display: flex;
    gap: 16px;
    align-items: start;
   }

   .workn-svg {
    width: 32.5px;
        height: 32.5px;
   }

  .workn-item2>.workn-item-text{
    width: calc(100% - 48px);
  }


   .workn-img-wrap {
margin-top: 64px;
position: relative;
width: 100%;
    height: 584px;
    

   }

   .workn-img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

   .workn-gren-text {
    position: absolute;
    right: 40px;
    top: 40px;
box-shadow: 0 2px 12px 0 rgba(71, 84, 103, 0.2);
    background: var(--colors-secondary-500);
    border-radius: 24px;
        padding: 8px 24px;
        font-family: var(--font-family);
            font-weight: 500;
            font-size: 24px;
            line-height: 140%;
            text-align: center;
            color: var(--colors-grey-25);
   }
  
   .workn-gren-text>p>span
   {
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.01em;
        text-align: center;
        color: var(--colors-grey-25);
   }

   /* Busines */

   .busines {
padding: 0px 80px;
background: var(--colors-grey-700);
   }

   .busines>.container {
    border-radius: 40px;
        padding: 0;
        background: var(--colors-primary-600);
        position: relative;
        overflow: hidden;
        height: 1138px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: fit-content;
            position: relative;
                z-index: 2;
   }

   .busines-top {
display: flex;
flex-direction: row;
margin: 72px;
width: 438px;

   }

.busines-left{
display: flex;
flex-direction: column;
align-items: center;
}

   .busines-title {
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        text-transform: uppercase;
        text-align: center;
        color: var(--colors-grey-25);
        margin-bottom: 56px;
   }

   .busines-text {
border: 2px solid var(--colors-grey-300);
    border-radius: 360px;
    padding: 16px 24px;
font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: var(--colors-grey-25);
   }

    .busines-text+.busines-text {
    margin-bottom: 48px;
    margin-top: 24px;

    }

   .busines-subtext {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        text-align: center;
        color: var(--colors-grey-50);
   }

   .busines-svg {
    stroke: var(--colors-grey-25);
    width: 56px;
    height: 56px;
    margin: 24px 0;
   }

   .busines-link {
    border-radius: 360px;
        padding: 8px 24px;
        background: var(--colors-grey-25);
        font-family: var(--font-family);
            font-weight: 600;
            font-size: 16px;
            line-height: 137%;
            text-align: center;
            color: var(--colors-primary-600);
   }

   .busines-img {
    position: absolute;
    width: 639px;
        height: 1237px;
        right: 43px;
            top: 9px;
   }

   .busines-bottom {
    background-color: var(--colors-grey-50);
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height:535px;
    padding: 0 72px 72px 59px;
   }

   .busines-img2 {
    width: 561px;
        height: 1150px;
        position: absolute;
        left: 59px;
            bottom:35px;
   }

   .busines-bottom-wrap {
display: flex;
flex-direction: column;
align-items: center;
align-self: flex-end;
margin-left: auto;
width: 548px;

   }

   .busines-bottom-title {
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        text-transform: uppercase;
        text-align: center;
        color: var(--colors-grey-700);
        margin-bottom: 56px;
   }

   .busines-bottom-text {
border: 2px solid var(--colors-primary-600);
    border-radius: 40px;
    padding: 24px;
font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: var(--colors-grey-700);
    
   }

   .busines-bottom-svg {
    margin: 24px 0;
    width: 56px;
    height: 56px;
    stroke: var(--colors-grey-500);
   }

   .busines-list {
    display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
   }

   .busines-item {
        width: 144px;
            height: 48px
   }

  .busines-item:nth-child(2) {
      width: 162px;

  }


   .busines-imgs {
    width: 100%;
    height: 100%;}

 



   .businesS-link {
       width: 100%;
       height: 100%;
   }

.masked {
    width: 100%;
    height: 535px;
mask-image: url('/img/mask.svg');
        mask-size: cover;
        mask-repeat: no-repeat;
        -webkit-mask-image: url('/img/mask.svg');
        -webkit-mask-size: cover;
        -webkit-mask-repeat: no-repeat;;
    /* background: url('image.jpg') center/cover no-repeat; */
}
/* stats */
.stats {
padding: 80px;
    background: var(--colors-grey-700);
    overflow: hidden;
}

.stats>.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0;
  
}

.stats-img-line {
    position: absolute;
    top:-104px;
    right:-90px;
    width:85.2%;
     height:1981px;
     z-index: 1;
    clip-path: inset(0px 0px 50px 0px)
}

.stats-solution-wrap {
    width: 100%;
border-radius: 40px;
    padding: 40px;
    background: var(--colors-primary-600);
        display: flex;
     flex-direction: column;
        gap: 88px;
        width: 100%;
        margin-bottom: 32px;
        position: relative;
            z-index: 2;
}

.stats-solution-title {
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        text-transform: uppercase;
        text-align: center;
        color: var(--colors-grey-25);
       
}

.stats-solution-list {
    width: 100%;
    display: flex;
    gap: 24px;

}

.stats-solution-item {
    border-radius: 24px;
        padding: 32px 24px;
    width: calc((100% - 48px) / 3) ;
    position: relative;
    background: var(--colors-grey-25);
    }


.stats-solution-svg-wrap {
    position: absolute;
    left: 50%;
    top:-62px;
    transform: translateX(-50%);
    border: 4px solid var(--colors-primary-600);
    border-radius: 360px;
    padding: 8px;
    width: 80px;
    height: 80px;
    background: var(--colors-secondary-500);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.stats-solution-svg{
    height: 48px;
    width: 48px;
}

.stats-solution-text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: var(--colors-grey-700);
    
}
.stats-solution-text+.stats-solution-text{
    font-weight: 500;
        font-size: 20px;
     
}

.stats-text {font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: var(--colors-grey-50);
}

.stats-svg{
width: 56px;
height: 56px;
margin-top: 24px;
margin-bottom: 32px;
stroke: var(--colors-primary-500);
}


.stats-list {
     border-radius: 40px;
     padding: 40px;
     background: var(--colors-grey-50);
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
     margin-bottom: 32px;
     position: relative;
     z-index: 2;
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
     -ms-border-radius: 40px;
     -o-border-radius: 40px;
}

.stats-item {
    width: calc((100% - 40px) / 2);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.stats-greentext {
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 72px;
        line-height: 110%;
        text-transform: uppercase;
        color: var(--colors-secondary-500);
}

.stats-greentext>span{
font-size: 32px;
}


.stats-subtext {
font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: var(--colors-grey-700);

}

.stats-subtext>span {
  
    font-weight: 700;


}

.stats-sublist-text {
    width: 100%;
font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: var(--colors-grey-400);
    margin-bottom: 80px;
        position: relative;
            z-index: 2;
}

.stats-title-wrap{
width: calc((100% - 40px) /2);
    position: relative;
    align-self: start;
    margin-bottom: 40px;
}
.stats-title-svg{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    z-index: 2;
}
.stats-title {
    margin-left: auto;
    width: calc((100% - 40px) /2);
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 56px;
        line-height: 110%;
        text-transform: uppercase;
        color: var(--colors-grey-50);
        position: relative;
            z-index: 2;
}

.stats-title>span {
    color: var(--colors-primary-500);
}



.stats-title-wrap>.stats-title {
    width: 100%;
    margin-left: 0;
}


.stats-down {
width: 100%;
margin-top: 80px;
border-radius: 40px;
    padding: 40px;
    background: var(--colors-primary-600);
    display: flex;
    flex-direction: column;
    align-items: center;
        position: relative;
            z-index: 2;

}

.stats-down-title {
font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: var(--colors-grey-50);

}

.stats-down-text {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        text-align: center;
        color: var(--colors-grey-50);
        margin-bottom:48px ;
        margin-top:20px ;
}

.stats-down-list {
    display: flex;
    gap: 40px;
    width: 100%;
}

.stats-down-item {
    width: calc((100% - 40px) /2);
    border-radius: 24px;
        padding: 32px;
        background: var(--colors-grey-25);
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
}

.stats-down-item-text {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        text-align: center;
        color: var(--colors-grey-700);
}

.stats-down-link {
border-radius: 360px;
    padding: 13px 103.5px;
background: var(--colors-primary-600);
font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    text-align: center;
    color: var(--colors-grey-25);
}




 .stats-downI-list {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 12px;
 }

 .stats-downI-item {
     width: 144px;
     height: 48px
 }

 .stats-downI-item:nth-child(2) {
     width: 162px;

 }


 .stats-downI-imgs {
     width: 100%;
     height: 100%;
 }





 .stats-downI-link {
     width: 100%;
     height: 100%;
 }




/* Contacts */
.contactsp {
border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: var(--colors-grey-700);
    min-width: 1440px;
    
}

.contactsp>.container {
    padding: 56px 80px;
    padding-top: 0;
    display: flex;
    gap: 40px;
}

.contactsp-left-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 53.75%;
}

.contactsp-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--colors-grey-25);
}

.contactsp-list {
    display: flex;
    gap: 24px;
    align-items: center;
}

.contactsp-item {
    width: fit-content;
    height: fit-content;
}

.contactsp-links {
    width: fit-content;
    height: fit-content;
}

.contactsp-svg {
    width: 64px;
    height: 64px;
}

.contactsp-right-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 43.125%;
    border-radius: 24px;
    padding: 50px 40px;
    background: var(--colors-grey-25);
}

.contactsp-iteml {
    display: flex;
    gap: 32px;
}

.contactsp-text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: var(--colors-grey-700);
    width: 128px;
}

.contactsp-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: var(--colors-grey-600);
}

/* Social */
.socialp {}

.socialp>.container2 {
    padding: 80px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialp-line {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.socialp-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.socialp-text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: var(--colors-grey-700);
    width: fit-content;
}

.socialp-list {
    display: flex;
    gap: 24px;
    align-items: center;
}

.socialp-item {}

.socialp-link {
    border-bottom: 1px solid var(--colors-primary-600);
    padding: 0px 4px 2px 4px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    color: var(--colors-primary-600);
}

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
     background: #1d1d3971;
    
    justify-content: center;
    align-items: center;
}

.modal.show {
    display: flex;
}

.modal-content {
    position: relative;
border-radius: 16px;
    width: 494px;
    height: 820px;
    max-height: 820px;
  

   
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 56px;
    color: var(--colors-grey-400);
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    border-radius: 360px;
        padding: 8px;
        width: 40px;
        height: 40px;
        box-shadow: 0 2px 8px 0 rgba(152, 152, 179, 0.16);
            background: var(--colors-grey-25);
            display: flex;
            align-items: center;
            justify-content: center;
}

.videop-video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 16px;
    background-color: #000;
    object-fit: contain;
    /* зберігає пропорції і вписує відео в блок */
}
.container{
    min-width: 1440px;
}