body, html {
    scroll-behavior: smooth;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x: 32px;
}

.max-width-unset{
    max-width: unset!important;
}
.yellow-highlighting{
    background: #FCE300;
}
.bg-gray{
    background: #F4F4F4!important;
}
.color-gray{
    color: #999999;
}
.br-16-lg-20{
    border-radius: 16px;
}
.br-15{
    border-radius: 15px;
}
.br-30{
    border-radius: 30px;
}
.fs-12{
    font-size: 12px;
    line-height: normal;
}
.fs-18-lg-21{
    font-size: 18px;
    line-height: 20px;
}
.fs-18-lg-25{
    font-size: 18px;
    line-height: 20px;
}
.fs-18-lg-30{
    font-size: 18px;
    line-height: 20px;
}
.fs-12-lg-18{
    font-size: 12px;
    line-height: 18px;
}
.fs-14{
    font-size: 14px;
    line-height: 16px;
}
.fs-18{
    font-size: 18px;
    line-height: 20px;
}
.fs-17-xl-25{
    font-size: 17px!important;
    line-height: 19px;
}
.fs-17-xl-30{
    font-size: 17px!important;
    line-height: 19px;
}
.fs-26-xl-80{
    font-size: 26px!important;
    line-height: 30px;
}
.fs-17-xl-40{
    font-size: 17px!important;
    line-height: 20px;
}
.fs-17-xl-45{
    font-size: 17px!important;
    line-height: 19px;
}
.fs-13{
    font-size: 13px!important;
    line-height: normal;
}
.fs-13-lg-16{
    font-size: 13px!important;
    line-height: normal;
}
.fs-13-lg-18{
    font-size: 13px!important;
    line-height: normal;
}
.fs-14-xl-23{
    font-size: 14px!important;
    line-height: normal;
}
.fs-20-xl-25{
    font-size: 20px;
    line-height: 22px;
}
.fs-25-lg-30{
    font-size: 25px;
    line-height: normal;
}
.fs-25-xl-65{
    font-size: 25px;
    line-height: 25px;
}
.fs-30-xl-60{
    font-size: 30px;
    line-height: 32px;
}
.fs-30-xl-35{
    font-size: 30px;
    line-height: 32px;
}
.fs-35-xxl-100{
    font-size: 35px;
    line-height: 35px;
}
.fs-20-xl-45{
    font-size: 20px;
    line-height: 22px;
}
.fs-45{
    font-size: 45px;
    line-height: 45px;
}
.fs-60{
    font-size: 60px;
    line-height: 60px;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-20-xl-27{
    margin-bottom: 20px;
}
.mb-20-xl-30{
    margin-bottom: 20px;
}
.mb-25-xl-40{
    margin-bottom: 25px;
}
.mb-20-xl-50{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-30-xl-40{
    margin-bottom: 30px;
}
.mt-24-xl-60{
    margin-top: 24px!important;
}
.py-section-80{
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-section-120{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-section-160{
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-section-max-80{
    padding: 40px 35px;
}
.pt-mobile-60 {
    padding-top: 60px;
}
.pb-mobile-60 {
    padding-bottom: 60px;
}
.fw-500{
    font-weight: 500;
}

.btn:not(footer .btn), a.btn:not(footer a.btn), form [type=submit]:not(footer form [type=submit]){
    border-radius: 46px;
    padding: 17px 24px 14px 24px;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
}
header .btn, header a.btn {
    padding: 14px 16px;
    font-size: 12px;
    font-weight: 600;
}
.btn.tranparent-yellow-border{
    background: transparent;
    border: 2px solid #FFC700;
    color: white;
}
.btn.tranparent-yellow-border:hover{
    background: #FFC700;
    border: 2px solid #FFC700;
    color: #1A222D;
}


.yellow-dots-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.yellow-dots-list li:last-child {
    margin-bottom: 0;
}


.yellow-dots-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.yellow-dots-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #FCE300;
    border-radius: 50%;
}

.dark-dots-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.dark-dots-list li:last-child {
    margin-bottom: 0;
}


.dark-dots-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.dark-dots-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #1A222D;
    border-radius: 50%;
}
.text-nowrap{
    text-wrap: none;
}




@media (min-width: 768px) {
    .w-md-auto{
        width: auto!important;
    }
    .fs-13-lg-18{
        font-size: 16px!important;
        line-height: 18px;
    }
    .fs-12-lg-18{
        font-size: 16px;
        line-height: 18px;
    }

    .fs-18-lg-25{
        font-size: 22px;
        line-height: 25px;
    }
    .fs-17-xl-40{
        font-size: 22px!important;
        line-height: 25px;
    }

    .fs-25-xl-65{
        font-size: 35px;
        line-height: 35px;
    }
    .fs-26-xl-80{
        font-size: 36px!important;
        line-height: 40px;
    }
    .fs-20-xl-45{
        font-size: 25px;
        line-height: 27px;
    }
    .fs-25-lg-30{
        font-size: 27px;
    }
    .fs-30-xl-60{
        font-size: 36px;
        line-height: 38px;
    }
    .fs-35-xxl-100{
        font-size: 45px;
        line-height: 45px;
    }
    .p-section-max-80{
        padding: 30px 40px;
    }
}
@media (min-width: 992px) {
    .br-16-lg-20{
        border-radius: 20px;
    }
    .mb-20-xl-50{
        margin-bottom: 30px;
    }
    .btn:not(footer .btn):not(header .btn),
    a.btn:not(footer a.btn):not(header a.btn),
    form [type=submit]:not(footer form [type=submit]) {
        font-size: 16px;
        line-height: 16px;
    }
    header .btn, header a.btn {
        font-size: 12px;
    }
    .py-section-80{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .py-section-120{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-section-160{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .fs-12-lg-18{
        font-size: 18px;
        line-height: 22px;
    }
    .fs-14-xl-23{
        font-size: 18px!important;
        line-height: 20px;
    }
    .fs-17-xl-30{
        font-size: 26px!important;
        line-height: 30px;
    }
    .fs-17-xl-40{
        font-size: 30px!important;
        line-height: 34px;
    }
    .fs-26-xl-80{
        font-size: 56px!important;
        line-height: 60px;
    }
    .fs-18-lg-21{
        font-size: 21px;
        line-height: 23px;
    }
    .fs-18-lg-25{
        font-size: 25px;
        line-height: 27px;
    }
    .fs-18-lg-30{
        font-size: 30px;
        line-height: 33px;
    }
    .fs-20-xl-45{
        font-size: 30px;
        line-height: 32px;
    }
    .fs-20-xl-25{
        font-size: 25px;
        line-height: 27px;
    }
    .fs-25-lg-30{
        font-size: 30px;
    }
    .fs-30-xl-60{
        font-size: 40px;
        line-height: 42px;
    }
    .fs-25-xl-65{
        font-size: 45px;
        line-height: 45px;
    }
    .fs-17-xl-45{
        font-size: 28px!important;
        line-height: 28px;
    }
    .fs-13-lg-16{
        font-size: 16px!important;
        line-height: 20px;
    }
    .fs-13-lg-18{
        font-size: 18px!important;
        line-height: 22px;
    }
    .fs-35-xxl-100{
        font-size: 55px;
        line-height: 55px;
    }
    .p-section-max-80{
        padding: 30px 40px;
    }
}

@media (min-width: 1200px) {
    .mb-20-xl-50{
        margin-bottom: 50px;
    }
    .btn:not(footer .btn):not(header .btn),
    a.btn:not(footer a.btn):not(header a.btn),
    form [type=submit]:not(footer form [type=submit]) {
        font-size: 18px;
        display: inline-block;
        padding: 28px 20px 24px 20px;
    }
    .py-section-80{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-section-120{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .py-section-160{
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .fs-14-xl-23{
        font-size: 23px!important;
        line-height: 26px;
    }
    .fs-17-xl-25{
        font-size: 25px!important;
        line-height: 28px;
    }
    .fs-17-xl-40{
        font-size: 40px!important;
        line-height: 46px;
    }
    .fs-17-xl-45{
        font-size: 45px!important;
        line-height: 45px;
    }
    .fs-25-xl-65{
        font-size: 55px;
        line-height: 55px;
    }
    .fs-26-xl-80{
        font-size: 70px!important;
        line-height: 60px;
    }
    .fs-20-xl-45{
        font-size: 45px;
        line-height: 50px;
    }
    .fs-30-xl-60{
        font-size: 60px;
        line-height: 62px;
    }
    .fs-30-xl-35{
        font-size: 35px;
        line-height: 43px;
    }
    .fs-35-xxl-100{
        font-size: 80px;
        line-height: 85px;
    }
    .mb-20-xl-27{
        margin-bottom: 27px;
    }
    .mb-20-xl-30{
        margin-bottom: 30px;
    }
    .mb-25-xl-40{
        margin-bottom: 40px;
    }
    .mt-24-xl-60{
        margin-top: 60px!important;
    }
    .mb-30-xl-40{
        margin-bottom: 40px;
    }
    .fs-17-xl-30{
        font-size: 30px!important;
        line-height: 36px;
    }
    .p-section-max-80{
        padding: 30px 50px;
    }

}
@media (min-width: 1400px) {
    .fs-26-xl-80{
        font-size: 80px!important;
        line-height: 80px;
    }
    .fs-35-xxl-100{
        font-size: 100px;
        line-height: 100px;
    }
    .fs-25-xl-65 {
        font-size: 65px;
        line-height: 65px;
    }
    .p-section-max-80{
        padding: 80px 115px;
    }
}


























.main-section img{
    position: absolute;
    top: -50px;
    left: calc((100% - 290px)/2);
    max-width: 290px;
}

.main-section{
    padding: 270px 0 80px 0;
}

.working-with-us-item{
    padding: 20px;
    background: #FCE300;
    border-radius: 30px;
    height: 100%;
}
.working-with-us-item--dark .working-with-us-number{
    color: #FCE300;
}


.working-with-us-item--dark{
    background: #1A222D;
    color: white;
}


.offer-plus-item{
    display: flex;
    align-items: center;
    border: 1px solid #FCE300;
    padding: 5px 8px 5px 6px;
    border-radius: 20px;
    gap: 7px;
}
.offer-plus{
    display: flex;
    min-width: 29px;
    width: 29px;
    min-height: 29px;
    height: 29px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background: #FCE300;
    color: #1A222D;
    border-radius: 100px;
}
.popup-rewards-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.reward-item-place{
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 113px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1A222D;
    border-radius: 0 0 30px 0;
}

.reward-item-description{
    padding-left: 80px;
}
.reward-item{
    padding: 30px 15px 30px 20px;
    position: relative;
    background: #FCE300;
    border-radius: 30px;
    min-height: 192px;
    width: 285px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.reward-item-bottom{
    padding-top: 20px;
    border-top: 1px solid #D7D7D7;
}


.numbers-item{
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #D7D7D7;

}


.faq-item{
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
}

.faq-item:last-of-type{
    border-bottom: none;
}

.strategy-section{
    background: linear-gradient(180deg, rgba(26,34,45,1) 0%, rgba(26,34,45,1) 50%, rgba(255,255,255,1) 50%);
}
.strategy-wrapper{
    padding: 30px 20px;
    background: #FCE300;
    border-radius: 30px;
}
.helps-item{
    padding: 20px 45px 20px 20px;
    border-radius: 15px;
    border: 1px solid #364D6B;
    height: 100%;
    position: relative;
}
.helps-item:before{
    content: url("/assets22/images/2025/medkit/check-icon.svg");
    position: absolute;
    top: 9px;
    right: 9px;
    width: 23px;
    height: 23px;
}

.strategy-item img{
    width: 26px;
    height: 26px;
}
.strategy-item:last-of-type{
    border-bottom: none;

}
.strategy-item{
    display: flex;
    align-items: start;
    gap: 14px;
    margin-bottom: 12px;
    padding-bottom: 22px;
    border-bottom: 1px solid #CCB909;
}
.strategy-wrapper .btn{
    padding: 32px 20px!important;
}

.what-include{
    padding: 30px 20px;
}
.what-include hr{
    border-top: 1px solid #03060B;
    opacity: 1;
    margin: 20px 0;
}

.advantages-counter{
    font-size: 25px;
    line-height: 25px;
    color: #FCE300;
    font-weight: bold;
    margin-bottom: 5px;
}

.economic-slider-wrapper{
    padding: 20px 30px;
    background: #323F46;
    border-radius: 15px;
}

.owl-carousel .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
}
.economic-slider-wrapper .owl-carousel .owl-nav.disabled+.owl-dots {
    margin-bottom: -50px;
}

.case-details-close{
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 1;
}
.case-details-close:focus {
    box-shadow: none;
}
.digital-komplex-slider-nav{
    height: 60px;
    top: 50%;
    transform: translateY(-30px);
    z-index: 10;
}
.digital-compleks-cases-slider-wrapper {
    border:1px solid #364D6B;
    border-radius: 15px;
    height: 100%;
}


.case-details-expandable {
    background-color: #1A222DFF;
    overflow: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    border-radius: 15px;
}

@media (max-width: 991.98px) {
    .case-details-expandable .row > div {
        width: 100%;
    }
}
@media(min-width: 992px){
    .digital-compleks-cases-slider-inner {
        border:1px solid #364D6B;
        border-radius: 15px;
        margin: -1px;
    }
}
.economic-slider-wrapper .owl-dots{
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-84%);
}



.text-container {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.text-container.expanded {
    max-height: none;
    overflow: unset;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    backdrop-filter: blur(5px);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.text-container.expanded .fade-overlay {
    opacity: 0;
}

.read-more-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5px;
}

.arrow svg{
    width: 40px;
    height: 40px;
}
.arrow {

    transition: transform 0.3s ease;
}

.text-container.expanded .read-more-btn {
    bottom: -50px;
}
.text-container.expanded .arrow {
    transform: rotate(180deg);
}
.what-gets-item{
    background: #232A35;
    border: 1px solid #344052;
}














@media (min-width: 576px) {



}


@media (min-width: 768px) {
    .main-section img{
        top: -70px;
        left: calc((100% - 320px) / 2);
        max-width: 320px;
    }
    .main-section{
        padding: 280px 0 60px 0;
    }
    .popup-rewards-wrapper{
        max-height: 70vh;
        overflow-y: auto;
    }
    .faq-wrapper{
        padding: 25px;
        border: 1px solid #D7D7D7;
        border-radius: 30px;
    }
    .faq-item:last-of-type{
        border-bottom: 1px solid #D7D7D7;
    }


}






@media (min-width: 992px) {


    .advantages-counter{
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .strategy-item img{
        width: 36px;
        height: 36px;
    }
    .strategy-item:last-of-type{
        border-bottom: 1px solid #CCB909;

    }
    .strategy-item{
        gap: 23px;
        margin-bottom: 17px;
        padding-bottom: 22px;
    }
    .helps-item{
        padding: 35px 45px 35px 30px;
    }

    .main-section-item{
        padding: 30px;
        border: 1px solid #364D6B;
        border-radius: 15px;
    }
    .popup-rewards-wrapper{
        justify-content: start;
    }
    .main-section img {
        position: absolute;
        top: -90px;
        left: 60%;
        max-width: 400px;
    }
    .main-section {
        padding: 120px 0 60px 0;
    }
    .working-with-us-item{
        padding: 40px;
    }

    .strategy-wrapper{
        padding: 55px 40px 70px 40px;
    }

    .what-include{
        padding: 55px 40px 70px 40px;
    }

}










@media (min-width: 1200px) {
    .economic-slider-wrapper{
        padding: 80px 140px;
        border-radius: 15px;
    }
    .what-include hr{
        margin: 25px 0;
    }
    .faq-wrapper{
        padding: 40px;
    }
    .reward-item{
        width: 257px;
    }

    .main-section img {
        top: -107px;
        left: 60%;
        max-width: 470px;
    }
    .main-section{
        padding: 160px 0 60px 0;
    }





}













































