
@font-face {
    font-family: 'root-ui';
    src: url('/static/font/Roboto-Regular.ttf'  ) format('truetype');
  }

@font-face {
    font-family: 'roboto-medium';
    src: url('/static/font/Roboto-Medium.ttf'  ) format('truetype');
  }

@font-face {
    font-family: 'Montserrat';
    src: url('/static/font/Montserrat-Regular.ttf'  ) format('truetype');
  }

header{
    padding: 5.5px 0;
    z-index: 5;
    top: 0;
    transition: top 1s ease;
    z-index: 999;
    display: flex;
}


footer{
    background: rgba(255, 255, 255, 1);
    padding: 5px;
    align-items: center;
    justify-content: center;
    position:fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    grid-template-columns:repeat(2, 1fr);
    z-index: 5;
    z-index: 1100;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);

}

.bannerSlider{
    overflow: hidden;
    align-items: center;
    aspect-ratio: 8 / 1;
    object-fit: cover;
}

.ov3{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.ov21{
    aspect-ratio: 1 / 2;
    object-fit: cover;
}

.carousel-indicators{
    margin-bottom: 0.3rem;
}



body{
    background-color: rgba(248, 248, 248, 1);
    font-size: 16px;
    min-height: 100vh;
    padding-top: 13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'root-ui';
}

h1{
    font-size: 1rem
}

.fMontserrat{
    font-family: 'Montserrat';
}

.categorymodal{
    display: none;
    position: fixed;
    top: 0;
    left: -75%;
    height: 100%;
    z-index: 6;
    width: 75vw;
    flex-direction: column;
    border-bottom-right-radius: 5px;
    overflow-y: auto;
    transition: left 1s ease;
    z-index: 1111;
}

.help-header{
    display: flex;
    padding: 5px 0px;
    transition: margin-top 1s ease;
}


.form-communication{
    cursor: pointer;
    color: rgba(123, 123, 123, 1);
    
}

.categorymodal .categoryphone{
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 25vw;
}

.categorymodal .categoryblock{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: white;
    font-family: 'roboto-medium';
    padding: 5px 15px;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);

}

.gradbg{
     background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
}

div{
    max-width: 1920px;
}

a{
    text-decoration: none;
    color: black;
}

.fontmedium{
    font-family:'roboto-medium' ;
}

.html{
    font-size: 16px;
    font-family: 'root-ui';
}

.icon-lk{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border:none;
}

.icon-lk-noava{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border:none;
}

.icon-lk-container{
    position: relative;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    min-height: 36px;
    transition: all 1s ease;
}

.icon-lk-container div{
    z-index: 2;
    position: relative;
}

.icon-lk-container::after{
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    min-height: calc(36px + 4px);
    min-width: calc(36px + 4px);
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    z-index: 0;
}

.icon-lk-container::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
}

.lk-header{
    padding: 10px 15px;
    border: 1px solid;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    border: none;
    gap: 10px;
    cursor: pointer;
    border-radius: 1rem;
    transition: all 1s ease;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.lk-header::after{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width:  calc(100% - 4px);
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 0.85rem;
}

.lk-header:hover::after{
    opacity: 0;
}

.lk-header:hover div{
    background: rgba(255, 255, 255, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lk-header2{
    padding: 7px 15px;
    gap: 10px;
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(237, 238, 240, 0);
    transition: all 0.3s ease;
    position: relative;
    margin: 0.6rem 0;
}

.lk-header div, .lk-header2 div{
    margin-bottom: 0;
}

.lk-header img{
    width: 20px;
}

.lk-header2 img{
    height: 15px;
    transform: rotate(-90deg);
}

.w20px{
    width: 20px;
}


.lk-header2:hover{
    background-color: rgba(237, 238, 240, 0.75);
}

.lk-header2-modal{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 0px rgba(50, 53, 85, 0.2);
    flex-direction: column;
    min-width: 250px;
    z-index: 5;
}

.close-lk-modal{
    width: 20px;
    cursor: pointer;
}

.main-news{
    position: relative;
}

.main-news::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    border-radius: 1rem;
    width: 100%;
    background-color: white;
    opacity: .7;
}


.gap5{
    gap: 5px;
}

.gap7-5{
    gap: 7.5px;
}

.gap10{
    gap: 10px;
}

.gap20{
    gap: 20px;
}


.gap30{
    gap: 30px;
}

.hfc{
    height: fit-content;
}

.gap40{
    gap: 40px;
}

.block{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    padding: 25px;
    position: relative;
}

object{
    pointer-events: none;
}

.submit-div{
    position: relative;
    padding: 15px;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    color: white;
    transition: background 1s ease;
    border-radius: 15px;
    cursor: pointer;
}

.submit-div:hover::after{
    opacity: 1;
}


#codeinput{
    border-radius: 15px;
    font-size: 18px;
    letter-spacing: 0.75vw;
    min-width: 290px;
}

.loading{
    display: none;
}

.butsend .textbutton{
    display: none;
}

.butsend .loading{
    display: block;
    z-index: 2;
}

.textblue{
    color:#183862;
}
@media (min-width:992px){
    .onebackaccount, .twobackaccount{
        display: none!important;
    }

      .carousel:hover .carousel-inner img{
                filter: brightness(100%)
        }
    
}

 .carousel .carousel-indicators{
        opacity: 0;
        transition: all 0.3s ease;
    }
    .carousel:hover .carousel-indicators{
        opacity: 1;
    }

    .carousel .carousel-control-prev, .carousel .carousel-control-next{
        opacity: 0;
        transition: all 0.3s ease;
    }
    .carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next{
        opacity: 1;
    }
    .carousel .carousel-inner img{
        transition: all 0.3s ease;
    }



    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(180)'%3E%3Cpath d='M6 12H18M6 12L11 7M6 12L11 17' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }


    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12H18M6 12L11 7M6 12L11 17' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .carousel-control-prev-icon, .carousel-control-next-icon{
        border-radius: 50%;
        padding: 1rem;
        background-color: white;
        background-size: 55%;
    }
    .carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-next-icon{
        opacity: .4;
    }
    .carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-next:hover .carousel-control-next-icon{
        opacity: .9;
    }

.blockOne{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    padding: 1.3rem;
    border-radius: 0.6rem;
    height: 100%;
}

.max640{
    max-height: 640px;
}


@media (min-width:1920px){
    #codeinput{
    letter-spacing: 1rem;
    }
}

.padright-10{
    padding-right: 10px;
}

.padleft-10{
    padding-left: 10px;
}
.padleft-20{
    padding-left: 20px;
}

.submit-div::after{
    background: linear-gradient(84.12deg, #13A538 1.59%, #164194 67.43%, #153D8A 116.75%);
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.top-header{
    margin-top: 0px;
    transition: margin-top 1s ease;
}

.submit-div2{
    color:black;
    background: rgba(237, 238, 240, 1);
    border-radius: 15px;
    cursor: pointer;
    padding: 15px;
}

.submit-div2:hover{
    background: rgba(210, 210, 210, 1);

}

.top-header-title{
    width: fit-content;
    color: rgba(21, 61, 138, 1);
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(21, 61, 138, 1);
    border-radius: 1rem;
    padding: 0rem 0.6rem;
}


input{
    outline: none;
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 5px;
    padding: 12px 20px;
}

.passcontainer{
    position: relative;
}

.passcontainer input{
    padding-right: 50px;
}

.passeye{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.closeeye{
    background-image: url(/static/asset/closeeye.svg);
}

.openeye{
    background-image: url(/static/asset/openeye.svg);
}


.help-quest{
    outline: none;
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 5px;
    padding: 12px 20px;
    height: 200px;
    padding-right: 90px;
}

.help-quest-help{
    position: absolute;
    top: 15px;
    right: 15px;
    text-wrap: nowrap;
    color: rgba(119, 119, 119, 1);
  }

.error{
    color: red;
    white-space: pre-line;
}

.bluetext{
    color: rgba(63, 108, 224, 1);
}

.bluetext2{
    color: rgba(24, 56, 98, 1);
}

.whitetext{
    color: rgba(255, 255, 255, 1);
}

.greytext{
    color: rgba(50, 53, 85, 1);
}

.greytext2{
    color: rgba(134, 134, 134, 1);
}
.greytext3{
    color: rgba(119, 119, 119, 1);
}

.blacktext{
    color: rgba(51, 51, 51, 1);

}

.fullprofil-container{
    background: rgba(217, 217, 217, 1);
    border-radius: 5px;
    height: 7.5px;
    position: relative;
}

.fullprofil-bar{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    height: 7.5px;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    transition: width 5s ease ;
}

.abut{
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.borderbotgrad{
    position: relative;
    padding: 5px;
  }
  .borderbotgrad::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2px;
    background:  linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
  }
  
  .coreokved .buttonokved::before{
    content: "Основной вид деятельности";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    padding: 0 7px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }


.abut:hover{
    background-color: rgba(255, 255, 255, 1);
}

.abut:hover span{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.gradtext{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h18px{
    height: 18px;
}

.h25px{
    height: 25px;
}

.h30px{
    height: 30px;
}

.gradhover{
    cursor: pointer;
}

.gradhover:hover span{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradhover2:hover{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradhover2:hover svg path{
    fill: url(#myGradient);
}

.hoverunderline{transition: text-decoration 1s ease;}
.hoverunderline:hover{
    text-decoration: underline;
}

.hoverunderline2{
    padding-bottom: 5px;
    position: relative;
    overflow-x: hidden;
}

.pad5px{
    padding: 5px;
}
.pad10px{
    padding: 10px;
}

.pad20{
    padding: 20px;
}

.pad30{
    padding: 30px;
}


.hoverunderline2::after{
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    transition: all 1s ease;
    width: 100%;
}

.hoverunderline2:hover::after{
    left: 0%;
}

.l10{
    padding-left: 10px;
}

.margintop10{
    margin-top: 10px;
}

.margintop50{
    margin-top: 50px;
}

input{
    outline: none;
}

.modal-backdrop, .modal{
    max-width: none;
}

.padright-60{
    padding-right: 60px;
}

.boldtext{
    font-weight: 600;
}

.nameproject{
    height: 5rem;
    resize: none;
}

.descriptionproject{
    height: 12rem;
    resize: none;
}

.carousel-control-next, .carousel-control-prev{
    width: 100px;
}

.carousel-inner{
   border-radius: 20px; 
}

.carousel-indicators li {
    list-style-type: none;
  }

  .carousel-item img {
    width: 100%;
    -webkit-user-select: none;
    height: auto;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
  }

.modal{
    z-index: 1200;
}

  .logoDevFrame {
    margin: 21px auto;
    border-radius: 1.5vmin;
    align-items: center;
    padding: 0;
    width: 33%;
    max-width: 90vw;
    position: relative;
}
.logoDevFrame:hover::before {
    animation: alvirityDev 2s linear infinite;
}

.logoDev {
    width: 100%;
    border-radius: 1vmin;
    display: block;
    z-index: 1;
    position: relative;
    
}

.logoDev img {
    background: white;
    width: 100%;
    border-radius: 10px
}

.logoDevFrame::before{
    content: "";
    position: absolute;
    border-radius: 1.5vmin;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    transition: all 1s ease;
    z-index: 0;
    filter: blur(20px);
    opacity: 0;
}

@keyframes alvirityDev {
    0%,100% {
        opacity: 1;
        left: 0px;
        top: 0px;
    }

    20% {
        opacity: 1;
        left: -1vmin;
        top: -1vmin;
    }

    40% {
        opacity: 1;
        left: 1vmin;
        top: 0vmin;
    }

    60% {
        opacity: 1;
        left: 0vmin;
        top: 1vmin;
    }

    80% {
        opacity: 1;
        left: -1vmin;
        top: 0.5vmin;
    }
}

.list-type-of-activity{
    padding: 20px 10px 50px 10px;
    border-radius: 20px;
    position: relative;
}

.list-type-of-activity-container{
    position: relative;
    display: grid;
    grid-auto-rows: auto;
    grid-template-rows: repeat(13, 1fr);
    grid-auto-flow: column;
    align-items: center;
}

@media(max-width:1300px){
    .list-type-of-activity-container{
        grid-template-rows: repeat(17, 1fr);
    }
}




.item-type-of-activity{
    height: fit-content;
    margin: 5px 0;
    z-index: 1;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    padding-right: calc(5% + 2px);
}

@media(max-width:1600px){
    .item-type-of-activity{
        margin: 0px 0;
    }
}

.item-type-of-activity div {
    z-index: 3;
    position: relative;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-grad{
    position: relative;
}




.list-type-of-activity::after, .item-type-of-activity:hover::after, .item-type-of-activity-active::after, .allcompany::after, .border-grad::after{
    content: "";
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    position: absolute;
    z-index: 0;
}



.list-type-of-activity::before, .item-type-of-activity:hover::before, .item-type-of-activity-active::before, .allcompany::before{
    content: "";
    background: rgba(255, 255, 255, 1);
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    left: 3px;
    top: 3px;
    border-radius: 17px;
    position: absolute;
    z-index: 1;
}

.border-grad::before{
    content: "";
    background: rgba(255, 255, 255, 1);
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    left: 2px;
    top: 2px;
    border-radius: 17px;
    position: absolute;
    z-index: 1;
}

.allcompany::before{
    background: rgba(237, 238, 240, 1);
}

.item-type-of-activity:hover::after, .item-type-of-activity-active::after, .item-type-of-activity:hover::before, .item-type-of-activity-active::before{
    border-radius: 5px;
    left: 10px;
    width: calc(95%);
}

.item-type-of-activity:hover::after, .item-type-of-activity-active::after{
    border-radius: 6px;
}

.item-type-of-activity:hover::before, .item-type-of-activity-active::before{
    height: calc(100% - 4px);
    width: calc(95% - 4px);
    left: 12px;
    top: 2px;
}

.searchcompany{
    position: absolute;
    bottom: 0;
    transform: translate(-50%,50%);
    left: 50%;
    z-index: 3;
    gap: 10px;
    padding: 5px;
    border-radius: 10px;
    max-width: 1200px;
}

.searchcompany-icon{
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(/static/asset/search.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.searchcompany::after{
    content: "";
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.searchcompany::before{
    content: "";
    background: rgba(237, 238, 240, 1);
    border-radius: 10px;
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: 0;
}

.searchcompany input{
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    padding-left: 50px;
    z-index: 1;
}

.butseachcompany, .butseachjob{
    color: white;
    width: 80px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    padding: 5px 0;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: border-color 1s ease;
}
@media(min-width:992px){
    .butseachcompany:hover, .butseachjob:hover{
        border-color: rgba(255, 255, 255, 1);
    }
}

.allcompany{
   padding: 20px;
   position: relative; 
   border-radius: 20px;
   display: flex;
   align-items: center;
   gap: 10px;
}
.allcompany-num{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    padding: 5px 20px;
    border-radius: 5px;
    z-index: 2;
    color: white;
}

.allcompany-text{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.listcompany{
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr); 
}

.listcompany .item-company{
    border: 1px solid rgba(210, 210, 210, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}







.premium.item-company-name span{
    width: 100%;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium.item-company .category-item span{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.listcompany .item-company:hover{  
box-shadow: 0px 0px 5px 0px rgba(69, 168, 52, 1);

}


.partner-item img{
    width: 2rem;
    filter: grayscale(100%);
}

.partner-item:hover img{
    filter: grayscale(0%);
}

.partner-item span{
    font-family: "Montserrat";
}

.item-company-img{
    height: 5rem;
    width: 5rem;
    min-width: 5rem;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.item-company-img div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
}

.item-company .item-company-img div{
    height: 100%;
    width: 100%;
}

.img16{
    width: 16px;
}

@media (min-width:992px){
    .item-company .item-company-img div{
        height: 90%;
        width: 90%;
    }

.item-company:hover .item-company-img div{
    height: 100%;
    width: 100%;
}

}

.premium.item-company{
    background:  linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    background: #164194;
    position: relative;
}
.premium.item-company::after{
    background-color: white;
    z-index: 0;
    content: "";
    left: 1px;
    top: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    border-radius: 17px;
}
.premium.item-company div{
    z-index: 1;
}

.listcompany .item-company-name{
    width: 100%;
    text-align: center;
}

.listcompany .item-company-name span{
    line-height: 30px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
    text-align: center;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}



.sizecontainer div{
    background-size: contain;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
  }

.item-company-description{
    display: block;
    -webkit-line-clamp: 4; 
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    overflow: hidden;
    white-space: pre-line;
}

.prem-help span{
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
}

.font10{
    font-size: 10px;
}

.font12{
    font-size: 12px;
}

.font14{
    font-size: 14px;
}
.lh16{
    line-height: 16px;
}

.prem-help{
    gap: 4px;
}

.prem-help img{
    height: 18px;
}

.footer-block{
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
    background: rgba(255, 255, 255, 1);
    align-items: center;
    justify-content: center;
    gap: 25px;
    max-width:none;
    width: 100%;
}


.footer-block .form-communication{
    color: black;
}

.politic-list{
    padding-bottom: 15px;
    border-bottom:  1px solid rgba(221, 221, 221, 1);
}

#form-communication-modal .modal-content, #form-communication-modal-ok .modal-content {
    padding: 20px;
    border-radius: 20px;

}

.back object{
    height: 25px;
}

.back{
    cursor: pointer;
}

.chekbox-input{
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
  }
  
  .chekbox-input::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: 1;
    border-radius: 0.18rem;
    background-color: rgba(255, 255, 255, 1);
  }
  
  
  .chekbox-input[data-chek=true]{
    border: none;
  }
  
  .chekbox-input[data-chek=true]::before{
    opacity: 0;
  
  }
  
  .chekbox-input[data-chek=true]::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 0.9rem;
    background-position: center;
    background-image: url(/static/asset/chek.svg);
  }

.line-clamp3{
    -webkit-line-clamp:3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
}

    .header-menu{
        padding: 0.1rem 1rem;
        border-radius: 0.7rem;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        background:  linear-gradient(84.12deg, rgba(21, 61, 138, 0.8) 1.59%, rgba(22, 65, 148, 0.8) 50.91%, rgba(19, 165, 56, 0.8) 116.75%);
        position: relative;
    }
    .header-menu a, .header-menu div{
        z-index: 1;
    }
    .header-menu::after{
        position: absolute;
        content: "";
        top: 2px;
        left: 2px;
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        border-radius: 0.6rem;
        background-color: rgba(255, 255, 255, 1);
        z-index: 0;
    }
  

@media (min-width:992px){
    .item-company-description{
        -webkit-line-clamp: 4!important; 
    }


    .listcompany .item-company{
        font-size: 0.8rem;
    }

    header{
        gap: 0.5rem;
    }
    .main-news-block{
        padding-left: 20px;
    }
    .main-news{
        height: 25vw; 
        overflow: hidden;
    }
}

.contact{cursor: pointer; height: 20px;}

.footer-nav-mobile{
    display: none;
}
.loader-mobil a{
    z-index: 1;
}
.loader-mobil::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background-color: #ddd;
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: wave 2s linear infinite;
    z-index: 0;
}
.loader-mobil{
    background-color: #ddd;
}

  @keyframes wave {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
  }

@media (max-width:991px){
    header{
        padding: 4px 3%;
    }

    .top-header-title{
        font-size: 11px;
    }

    .bannerSlider{
        aspect-ratio: 4 / 1;
    }

    #carouse-mobile{
        min-height: 200px;
    }

    .main-news-block{
        margin-bottom: 5px;
        border-radius: 1rem;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0.5rem 1rem;
    }
    .main-news-block .blockOne{
        box-shadow: none;
        padding: 0;
    }

    .main-news{
        overflow-x: scroll;
    }
    .main-news::after{
        display: none;
    }

    .partner-item{
        min-width: 250px;
        font-size: 11px;
            background: linear-gradient(84.12deg, #153D8A 1.59%, #164194 50.91%, #13A538 116.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .partner-item img{
        filter: none;
    }

    .header-partner{
        overflow-x: scroll;
        scrollbar-width: none; 
        -ms-overflow-style: none;  
    }

    .scroll-hidden::-webkit-scrollbar {
        display: none; 
    }

    .help-header{
        border-bottom: 1px solid rgba(248, 248, 248, 1);
    }

    .listcompany .item-company-name span{
        font-size: 20px;
        line-height: 22px;
    }

    .mnobold{
        font-weight: 400;
    }
     .mgap0{
        gap: 0px;
    }
    .mgap20{
        gap: 20px;
    }
    .mpad0{
        padding: 0;
    }

    #form-communication-modal .modal-content {
        margin: 90px 0;
    }

    #carouse-mobile .carousel-indicators{
        bottom: 3%;
    }

    .allcompany{
        width: 100%;
        padding: 10px 25px;
    }

    .searchcompany{
        position: relative;
        left: 0;
        transform: none;
        margin-top: -35px;
        gap: 0;
    }
    .list-type-of-activity{
        padding: 0;
    }

    .list-type-of-activity-container{
        display: none;
    }
    .list-type-of-activity::after, .list-type-of-activity::before{
        content: none;
    }

    .butseachcompany div, .butseachjob div{
        display: none;
    }
    .butseachcompany, .butseachjob{
        background-image: url(/static/asset/iconamoon_search-light.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        height: 20px;
        width: 35px;
    }
    .searchcompany input{
        padding-left: 15px;
    }

    body{
        padding: 100px  10px ;
        padding-top: 12rem;
    }
    .blockOne{
        padding: 0.5rem 1rem;
    }
    .searchcompany::before{
        top: -7px;
        border-radius: 17px;
    }

    .listcompany{
        grid-template-columns: repeat(1, 1fr);
    }

    .item-company-img{
        width: 100px;
    }


    .mgap10{
        gap: 10px;
    }


    .premium.item-company{
        min-width: calc(48%);
        padding: 10px;
        overflow: hidden;
    }

    .premium.item-company-description{
        font-size: 13px;
        line-height: 15px;
        color: black;
        -webkit-line-clamp:inherit;

    }
    .premium.item-company-name{
        height: 70px;
    }

    .premium.item-company-name span{
        width: 100%;
        font-size: 18px;
        padding: 5px;
        line-height: 18px;
        padding: 10px 0px;
    }

    .premium.item-company-img {
        width: 100%;
        height: 30vw;
        min-width: auto;
    }



    .footer-nav-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex-direction: column;
        padding-top: 10px;
        border-radius: 10px;
        padding-bottom: 5px;
    }

    .footer-nav-mobile img{
        width: 20px;
    }

    .footer-nav-mobile{
        color: rgba(24, 56, 98, 1);
        font-size: 14px;
        font-family: "roboto-medium" ;
    }

    .mfont18{
        font-size: 18px;
    }

    .mfont16{
        font-size: 16px;
    }

    .mfont14{
        font-size: 14px;
    }

    .mdap0{
        padding: 0px;
    }

    .lk-header2 img{
        display: none;
    }

    .footer-block{
        padding-bottom: 25px;
        width: calc(100% + 20px);
    }

    .footblock{
        padding-top: 10px;
        border-top: 1px solid rgba(221, 221, 221, 1);;
    }
    .alvlogo{
        position: relative;
        height: 14vw;
        overflow: hidden;
    }

    .alvlogo img{
        transform: scale(0.2) translate(-50%, -50%);
        width: 400vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: top left;
    }

}
