.main-title{
    font-size: 32px;
    line-height: 40px;
}
.main-btn{
    padding: 11px 40px;
}
.approved-img{
    position: absolute;
    bottom: -30px;
    left: 75%;
    max-width: 64px;
}
.approved-wrapper{
    background: #E5ECFF;
    border-radius: 24px;
    padding: 40px 24px;
    position: relative;
    text-align: center;
}
.order-text-inner{
    padding: 40px 24px;
}
.directions-wrapper .btn {
    padding: 8px 12px;
    font-size: 14px;
}
.directions-wrapper-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.directions-wrapper-link:hover {
    transform: translateY(-5px);
}

.directions-wrapper-link:hover .directions-wrapper {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.technologiya-item{
    height: 172px;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    border-radius: 24px;
}
.technologiya-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #5A82FC;
    border-radius: 40px;
    padding: 12px 20px;
    width: 100%;
    gap:20px;
    color: white;
    transition: 0.2s all ease-in-out;
}
.sides-wrapper{
    background: #EFF1F8;
    padding: 20px;
    border-radius: 24px;
}
.sides-item{
   margin-bottom: 12px;
}
.what-choice-body,.what-choice-header{
    font-size: 14px;
}
.what-choice-body{
    margin-right: 8px;
}
.what-choice-header{
    color: #5A82FC;
    font-weight: bold;
    margin-right: 8px;
}
.what-choice-header-wrapper:first-of-type , .what-choice-body-wrapper:first-of-type{
    padding-left: 12px;
}

.what-choice-header-wrapper, .what-choice-body-wrapper{
    padding: 0;
}
.what-choice-body--1{
    font-weight: bold;
}

.proizvodstvo-main-wrapper .main-proizvodstvo-mk-inner h1 span{
    font-size: 24px;
    line-height: 30px;
}
.proizvodstvo-main-wrapper h1 span{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.main-proizvodstvo-lstk-inner h1 span:first-of-type{
    line-height: 40px;
    font-size: 40px;
}
.proizvodstvo-main-wrapper{
    width: 100%;
    padding: 42px 0 42px 0;


}
.main-proizvodstvo-lstk-inner, .main-proizvodstvo-mk-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 628px;
}
.proizvodstvo-main-wrapper .btn-primary:hover{
    color: white;
    border: 1px solid white;
}
.proizvodstvo-main-wrapper .btn-outline-light:hover{
    border: 1px solid transparent;
    background: #5A82FC;
    color: white;
}



.sdelai-sam-arrow-container {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #5A82FC;
    border-radius: 24px;
}

.arrow-svg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sdelai-sam-arrow-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 24px;
}

.power-item.power-item--gray{
    background: #E5ECFF;
    color: #232323;
}
.power-item{
    gap:24px;
    border-radius: 24px;
    height: 100%;
    padding: 32px;
    background: #5A82FC;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.power-item.power-item--mini{
    height: unset;
}
.young-team-wrapper{
    min-height: 260px;
    padding-bottom: calc(110px + 10%);
    margin-bottom: -150px;
}
.ready-innder{
    padding: 24px;
}
.ready-wrapper:before{
    content: '';
    width: 120px;
    height: 120px;
    background: url("/proizvodstvo/mk/img/quote.svg") no-repeat;
    background-size: 120px 120px;
position: absolute;
    top: 0;
    left: 12px;
    z-index: -1;
}
.ready-wrapper{
    background: #EFF1F800;
    background: linear-gradient(180deg, rgba(239, 241, 248, 0.3), #EFF1F8);
   position: relative;
}








@media(min-width: 576px) {
    .sdelai-sam-arrow-content {
        align-items: center;
        flex-direction: row;
        gap:0;
    }
}
@media(min-width: 768px) {
    .proizvodstvo-main-wrapper .btn{
        padding: 8px 40px;
    }
    .main-proizvodstvo-lstk-inner h1 span:first-of-type{
        font-size: 48px;
        margin-bottom: 4px;
    }
    .proizvodstvo-main-wrapper h1 span{
        font-size: 20px;
        line-height: 26px;
    }
    .what-choice-body, .what-choice-header {
        font-size: 16px;
    }
    .power-item .fs-150{
        font-size: 120px;
        line-height: 100px;
    }
}

@media(min-width: 992px){
    .ready-wrapper:before{
        width: 200px;
        height: 200px;
        background: url("/proizvodstvo/mk/img/quote.svg") no-repeat;
        background-size: 200px 200px;
        position: absolute;
        left: 40px;
    }
    .young-team-wrapper{
        min-height: unset;
        margin-bottom: 24px;
        padding-bottom: 40px;
    }
    .power-item .fs-150 {
        font-size: 100px;
    }

    .arrow-svg {
        display: block;
    }
    .sdelai-sam-arrow-container {
        background: transparent;
        height: 113px;
    }
    .proizvodstvo-main-wrapper .main-proizvodstvo-mk-inner h1 span:first-of-type{
        font-size: 40px;
        line-height: 48px;
    }
    .proizvodstvo-main-wrapper .main-proizvodstvo-mk-inner h1 span{
        font-size: 28px;
        line-height: 32px;
    }

    .proizvodstvo-main-wrapper{
        background: none!important;
    }
    .main-proizvodstvo-lstk-inner{
        border-radius: 40px;
        padding: 40px;
        min-height: 500px;
        background: url("/proizvodstvo/lstk/img/main-desktop-v2.jpg") no-repeat;
        background-size: cover;
        justify-content: center;
        gap:32px;
    }
    .main-proizvodstvo-mk-inner{
        border-radius: 40px;
        padding: 40px;
        min-height: 500px;
        background: url("/proizvodstvo/mk/img/main-desktop.jpg") no-repeat;
        background-size: cover;
        justify-content: center;
        gap:32px;
    }
    .main-proizvodstvo-lstk-inner h1 span:first-of-type{
        font-size: 54px;
        line-height: 50px;
        margin-bottom: 8px;
    }
    .proizvodstvo-main-wrapper h1 span{
        font-size: 22px;
        line-height: 28px;
    }
    .what-choice-body--1{
        color: #5A82FC;
        background: #E5ECFF;
        font-weight: 600;
    }
    .what-choice-body--last{
        border-bottom-left-radius: 24px;
    }
    .what-choice-body--3{
        border-bottom-right-radius: 24px;
    }
    .what-choice-body{
        height: 100%;
        background: #EFF1F8;
        padding: 12px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .what-choice-header{
        background: #5A82FC;
        color: white;
        padding: 12px 24px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .what-choice-header--1{
        border-top-left-radius: 24px;
    }
    .what-choice-header--3{
        border-top-right-radius: 24px;
    }
    .sides-item{
        background: white;
        padding: 12px;
        border-radius: 8px;
        height: 100%;
    }
    .sides-wrapper{
        padding: 24px;
    }
    .technologiya-item:hover .technologiya-link {
        transform: none;
    }
    .technologiya-item{
        height: 300px;
        overflow: hidden;
    }
    .technologiya-link {
        transform: translateY(200%);
    }
    .better-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #EFF1F8;
        padding: 32px;
        border-radius: 24px;
        height: 100%;
    }
    .approved-img{
        bottom: -50px;
        left: 80%;
        max-width: 120px;
    }
    .approved-wrapper{
        border-radius: 40px;
        padding: 40px 150px;
    }
    .main-title span{
        font-size: 48px;
        margin-bottom: 8px;
    }
    .main-title{
        font-size: 28px;
        text-transform: uppercase;
    }
    .order-text-inner{
        padding: 40px;
    }
    .ready-wrapper img{
        margin-left: -120px;
        max-width: 150%;
    }
}


@media(min-width: 1200px){
    .ready-wrapper img{
        margin-left: -120px;
        max-width: 120%;
    }
    .young-team-wrapper{
        margin-bottom: -45px;
    }
    .power-item .fs-150 {
        font-size: 150px;
        line-height: 125px;
    }
    .sdelai-sam-arrow-container {
        height: 97px;
    }
    .proizvodstvo-main-wrapper .main-proizvodstvo-mk-inner h1 span:first-of-type{
        font-size: 48px;
        line-height: 60px;
    }
    .proizvodstvo-main-wrapper .main-proizvodstvo-mk-inner h1 span{
        font-size: 32px;
    }

    .proizvodstvo-main-wrapper{
        padding: 60px 0 100px 0;
    }
    .proizvodstvo-main-wrapper h1 span:first-of-type{
        margin-bottom: 10px;
        font-size: 64px;
    }
    .proizvodstvo-main-wrapper h1 span{
        font-size: 28px;
        line-height: 35px;
    }
    .approved-img{
        bottom: -46px;
        left: 80%;
        max-width: 220px;
    }
    .approved-wrapper{
        padding: 40px 250px;
    }
    .ready-innder{
        padding: 40px;
        padding-right: 24px;
    }
    .ready-wrapper img{
        margin-left: -150px;
    }
}
@media(min-width: 1400px){
    .ready-innder{
        padding: 60px;
    }
    .young-team-wrapper{
        margin-bottom: -164px;
    }
    .sdelai-sam-arrow-container {
        height: 114px;
    }
    .order-text-inner{
        padding: 60px;
    }
    .approved-img{
        bottom: -50px;
        left: 81%;
        max-width: 220px;
    }
    .approved-wrapper {
        padding: 40px 280px;
    }
}