/* INTRO MOBILE */
.intro-mobile {
    background: #0466C8;
    padding: 0 22px 40px 22px;

    text-align: center;

    position: relative;
    display: none;
}
.intro-mobile-img {
    position: relative;
    z-index: 2;

    width: 275px;
}



.intro-mobile-bg {
    position: absolute;
    top: 0;
    right: 0;

    z-index: 0;
}

.intro-mobile h1{
    font-size: 24px;
    color: white;
    margin-top: 18px;

    position: relative;
    z-index: 1;
}
.intro-mobile h2{
    font-size: 12px;
    color: white;
    margin-top: 8px;
}

.intro {
    background: #0466C8;
    padding: 43px 83px 23px 60px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;

    margin-top: 14px;
}

.intro-block {
    z-index: 1;
}

.intro-block h1 {
    font-size: 56px;
    color: white;
    font-weight: 600;
}

.intro-block h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
    color: white;
    font-weight: 600;
}

.intro-block-img {
    margin-top: 85px;
}

.intro-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.intro2 {
    background: #0466C8;
    padding: 43px 83px 23px 60px;

    display: flex;
    gap: 100px;
    justify-content: space-between;
    align-items: center;

    position: relative;

    margin-top: 14px;
    max-height: 494px;
}

.intro-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.intro-img2 {
    padding: 40px 0;
}

.intro-slider {
    display: flex;
    transition: transform 1s ease-in-out;
}

.intro-check {
    min-width: 1440px;
}

.intro-start {
    overflow: hidden;
}


.client-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 188px;
    margin-top: 64px;
}

.client-card {
    text-align: center;
}

.client-card h1 {
    font-size: 20px;
    font-weight: 600;
    color: #142D46;
    margin-top: 16px;
}

.client-card h2 {
    font-size: 16px;
    color: #142D46;
    margin-top: 8px;
    line-height: 16px;
}


.catalog-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 24px;

    margin-top: 96px;
}

.catalog-card {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 20px;
    border-radius: 20px;
    transition: 0.3s all;
}
.catalog-card:hover {
    background: rgba(2, 67, 134, 0.4);
}

.catalog-card h1 {
    color: #024386;
    font-size: 30px;
    font-weight: 600;
}

.catalog-card h2 {
    color: #142D46;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 28px;
    line-height: 20px;
}


.dls-catalog {
    margin-top: 96px;
}

.dls-catalog-text {
    text-align: center;
}

.dls-catalog-text h1 {
    color: #024386;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 8px;
}

.dls-catalog-text h2 {
    color: #142D46;
    font-size: 36px;
}

.dls-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dls-card {
    padding: 77px 176px;
}

.dls-card2 {
    padding: 36px 26px;
}

.dls-card img {
    margin-bottom: 24px;
}

.dls-card2 {
    display: flex;
    align-items: center;
    gap: 34px;
}

.dls-h1 {
    color: #024386;
    font-size: 30px;
    font-weight: 500;
}

.dls-h2 {
    color: #142D46;
    font-size: 16px;
    line-height: 20px;

    margin-top: 16px;
    margin-bottom: 24px;
}

.dls-h2-wd {
    max-width: 330px;
}

.dls-btn {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 40px;
    border: none;
    background: #024386;
    color: white;
    cursor: pointer;
}


.decisions {
    margin-top: 96px;
    padding: 0 300px;
}

.decisions h1 {
    text-align: center;
    color: #024386;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 64px;
}

.decisions-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 88px;
    grid-row-gap: 56px;
}

.decisions-card {
    text-align: center;
}

.decisions-card h2 {
    color: #142D46;
    font-size: 24px;
    margin-top: 16px;
    font-weight: 500;
}