.landing-block-title {
    display: block;
    max-width: 50%;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 80px;
}

.landing-block-title-main {
    margin-top: 0;
    margin-bottom: 35px;
}

.landing-block-subtitle {
    font-size: 14px;
    margin-bottom: 45px;
    max-width: 50%;
    font-weight: 100;
}

.landing-block-large-subtitle {
    font-size: 22px;
    margin-bottom: 45px;
    max-width: 50%;
    font-weight: 100;
}

.landing-large-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
}

.landing-large-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    display: block;
    border-radius: 30px;
    position: relative;
    height: 330px;
    padding: 35px 40px;
}

.landing-large-card-secondary {
    background-color: #D8EEF5;
}

.landing-large-card-primary {
    background-color: #E9E5F2;
}

.landing-large-card-warning {
    background-color: #F0E6D8;
}

.landing-large-card-title {
    font-size: 28px;
    display: block;
    font-weight: 300;
    width: 100%;
    margin-bottom: 10px;
}
.landing-grey-card-col .landing-button-large-secondary-outline {
    margin: 0;
}

.landing-large-card-subtitle {
    font-size: 22px;
    font-weight: 100;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.landing-large-card-content {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: auto;
}

.landing-large-card-content-arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.landing-arrow-text {

}

.landing-arrow-icon {
}

.landing-arrow-marker {
    display: block;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

.landing-arrow-marker:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    top: 5px;
    left: 5px;
}


.landing-button-large-secondary-outline {
    width: fit-content !important;
    color: var(--seconadary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--seconadary-color) !important;
    padding: 10px 30px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    display: block;
}

.landing-large-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 30px;
    position: relative;
    height: 330px;
    padding: 35px 40px;
}

.landing-large-card-content {
    font-weight: 100;
    font-size: 14px;
}
.landing-button-large-secondary-outline {
    z-index: 2;
}

.landing-large-card > img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.landing-large-card-warning h3 {
    margin-bottom: 30px;
}

.landing-small-card-row {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.landing-small-card-row-4 {
    gap: 30px;
}

.landing-small-card-row-4 .landing-small-card {
    width: 25%;
}

.landing-small-card-row-3 .landing-small-card {
    width: 33%;
}

.landing-small-card-row-3 {
    gap: 50px;
}

.landing-small-card {
    background: #fff;
    box-shadow: var(--shadow);
    padding: 25px 20px 40px 25px;
    border-radius: 30px;
}

.landing-small-card img {
    margin-bottom: 16px;
}

.landing-small-card-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 28px;
}

.landing-small-card-subtitle {
    font-weight: 200;
    font-size: 14px;
}

.landing-title-row {
    display: flex;
    margin-top: 80px;
    flex-direction: row;
}

.landing-title-col {
    width: 50%;
}

.landing-title-row .landing-block-title {
    margin-top: 0;
    max-width: 100%;
}

.landing-title-row .landing-block-subtitle {
    margin-top: 0;
    max-width: 100%;
}

.landing-title-desc-block {
    width: 100%;
    background: #EEEEEE;
    border-radius: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    padding: 18px 45px;
    font-size: 14px;
    max-width: 360px;
}

.landing-grey-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    margin-top: 40px;
}

.landing-grey-card {
    width: 100%;
    background: #EEEEEE;
    border-radius: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 100;
    padding: 18px 45px;
    font-size: 22px;
    padding: 20px 20px 20px 40px;
}

.landing-grey-card:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.landing-grey-card:first-child .landing-grey-card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    font-size: 22px;
}

.landing-grey-card:last-child .landing-grey-card-title {
    font-weight: 100;
    font-size: 14px;
}

.landing-transparent-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 60px;
    margin-top: 40px;

}

.landing-transparent-card {
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: start;
}

.landing-transparent-card p {
    font-size: 14px;
    font-weight: 100;
}

.landing-calc-row {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.landing-calc-col:first-child {
    width: 60%;
}

.landing-calc-col:last-child {
    width: 40%;
}


.landing-calc-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.landing-calc-card {
    background: #EEEEEE;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
}
.landing-large-card-row + .landing-block-title {
    margin-bottom: 45px;
}

.landing-calc-card-text {
    margin-bottom: 5px;
    white-space: nowrap;
    flex: 0;
    width: fit-content;
    display: block;
    font-weight: 100;
}

.landing-calc-card-text-row {
    margin-top: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.landing-calc-card-white-text-block {
    flex: 1;
    max-width: 140px;
    background: white;
    border-radius: 20px;
    height: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 5px;
}

.landing-calc-transparent-card-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.landing-transparent-calc-card {
    padding: 20px;
}

.landing-transparent-calc-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
}

.landing-transparent-calc-subtitle {
    font-size: 14px;
    font-weight: 100;
}

.landing-order-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.landing-order-col {
    width: 50%;
}

.landing-order-card {
    padding: 20px;
    padding-right: 0px;
    width: 50%;
}

.landing-order-card-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
}

.landing-order-card-subtitle {
    font-size: 14px;
    font-weight: 100;
}

.landing-order-card-row {
    display: flex;
    flex-direction: row;
    gap: 30px;

}
.landing-banner-slide-image img {
    width: 630px;
    height: 438px;
}

.landing-banner-wrapper {
    background: #F5F5F5;
    padding-bottom: 20px;
    height: 570px;
}

.landing-banner-slide-container {
}

.landing-banner-slide {
    width: 100%;

}


.landing-banner-slide-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.landing-banner-slide-col {
    width: auto;
}
.landing-banner-slide-col:last-child {
    min-width: 630px;
}

.landing-banner-slide-content {
}

.landing-banner-slide-title {
    margin-top: 100px;
    font-size: 36px;
    font-weight: 500;
    display: block;
    margin-bottom: 40px;
}

.landing-banner-slide-subtitle {
    font-size: 28px;
    font-weight: 300;
    display: block;
    flex-shrink: 0;
}
.landing-button-large-secondary-outline {
    margin-bottom: 0 !important;
}

.landing-button-large-secondary-outline {
    margin-bottom: 40px;
    color: var(--seconadary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--seconadary-color) !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-user-count {
    background: white;
    padding: 7px 14px;
    margin-top: 40px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 100;
    width: fit-content;
    display: block;

    margin-bottom: 55px;
}

.landing-banner-button-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    margin-top: auto;
    align-items: end;
    flex: 0 0 auto;
}

.landing-banner-slide-image {
}

.landing-banner-slide-image img {
    margin: 35px 0 0 0;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    background: red;
    width: 100px;
    height: 100px;
}


.landing-banner .splide__pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.landing-banner .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: #555555;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
    transition: background 0.3s;
}

.landing-banner .splide__pagination__page.is-active {
    background: var(--seconadary-color);
    transform: scale(1);
}


@media (max-width: 1200px) {
    .landing-banner-slide-image img {
        width: unset;
        height: unset;
    }
    .landing-banner-slide-col:last-child {
        min-width: 50%;
    }
    .btn-outline.btn-secondary.btn-nav-header:last-child {
        margin-right: 20px !important;
    }

    .header-nav__row > .header-nav__row-sub:first-child {
        gap: 30px !important;
    }

    .landing-banner-slide-subtitle {
        padding-bottom: 20px;
    }

    .landing-banner-slide-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .landing-calc-card {
        padding: 15px;
        font-size: 14px;
    }

    .landing-banner .splide__pagination {
        bottom: 30px;
    }
    .landing-calc-row {
        gap: 15px;
    }
    .landing-calc-card-row {
        gap: 15px
    }
}


@media (max-width: 896px) {
    .btn-outline.btn-secondary.btn-nav-header:last-child {
        margin-right: 10px !important;
    }

    .header-nav__row > .header-nav__row-sub:first-child {
        gap: 20px !important;
    }
}

@media (max-width: 960px) {
    .landing-block-subtitle {
        max-width: 100%;
    }

    .landing-block-title {
        max-width: 100%;
        margin-top: 20px;
    }

    .landing-large-card-row {
        gap: 15px;
    }

    .landing-banner-slide-title {
        font-size: 28px;
    }

    .landing-banner-slide-subtitle {
        font-size: 20px;
    }

    .landing-small-card-row {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }

    .landing-calc-card {
        padding: 15px;
        font-size: 14px;
    }
    .landing-calc-row .landing-calc-col {
        width: 100% !important;
    }
    .landing-small-card-row .landing-small-card {
        width: 100%;
    }
    .landing-title-row {
        flex-direction: column;
    }
    .landing-title-col {
        width: 100%;
    }

    .landing-grey-card-row {
        flex-direction: column;
    }
    .landing-grey-card-col {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .landing-grey-card-col .landing-button-large-secondary-outline {
        margin: 0px;
    }
    .landing-grey-card-row {
        gap: 15px;
    }
    .landing-transparent-card-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .landing-transparent-card   {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .landing-calc-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .landing-order-col,
    .landing-calc-col {
        width: 100%;
    }

    .landing-large-card-row {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .landing-order-row {
        flex-direction: column;
        flex-wrap: wrap;

    }
}

.splide__slide > img {
    display: none;
}
.landing-banner-slide-content {
    display: flex;
    flex-direction: column;
    height: 570px;
}
.landing-banner-button-row {
    align-items: end;
    flex: 1;
}
@media (max-width: 768px) {
    .landing-calc-row .landing-calc-col {
        width: 100% !important;
    }
    .landing-banner-wrapper {
        height: unset;
    }
    .landing__container {
        padding-top: 0 !important;
    }
    .landing-banner-wrapper {

        position: relative;
    }
    .landing-banner-container {
        padding: 0 !important;
        color: white;
    }
    .landing-block-subtitle {
        margin-bottom: 20px;
    }
    .splide__slide > img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 30px);
        height: 280px;
        z-index: -1;
    }
    .landing-banner {
        height: 280px;
    }
    .landing-banner-slide-col {
        padding: 0 15px;
    }
    .landing-banner-slide-col:last-child{
        display: none;
    }
    .landing-banner-slide-image {
        display: none;
    }
    .landing-block-title {
        font-size: 18px;
    }
    .landing-block-title-main {
        margin: 20px 0;
    }
    .landing-banner-slide-title {
        max-width: 233px;
        font-size: 22px;
        padding: 45px 0 18px 0;
        margin: 0;
    }
    .landing-banner-slide-subtitle {
        max-width: 233px;
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0;

    }

    .landing-user-count {
        margin: 20px 0 30px !important;
    }
    .landing-banner-slide-content {
        height: 280px;
    }
    .landing-button-large-secondary-outline {
        height: 30px;
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0 15px !important;
    }
    .landing-user-count {
        background: unset;
        font-weight: 400;
        margin: 0;
        margin-top: 20px;
        padding: 0px;
    }
    .splide__pagination {
    }
    .landing-banner-wrapper {
        padding: 0;
    }
    .landing-banner .splide__pagination {
        bottom: 15px;
    }
    .landing-large-card-title {
        font-size: 22px;
    }
    .landing-large-card-content,
    .landing-large-card-content-arrow,
    .landing-large-card-subtitle {
        font-size: 14px;
    }
    .landing-large-card > img {
        max-width: 120px;
    }
    .landing-arrow-icon img{
        width: 10px;

    }
    .landing-button-large-secondary-outline {
        margin: 0;
    }

    .landing-large-card {
        height: 250px;
    }
    .landing-large-card-subtitle {
        margin-bottom: 30px;
    }

    .landing-small-card-row {
        width: 100%;
        overflow-x: auto;
        overflow-y: visible;
        left: -15px;
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        margin: 0;
        padding: 15px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-bottom: 20px !important;
    }
    .landing-title-row {
    }

    .landing-small-card-row-4 {
        gap: 15px;
    }

    .landing-small-card {
        flex: 0 0 220px;
        min-width: 200px;
        background: #fff;
        box-shadow: var(--shadow);
        padding: 20px 15px 30px 20px;
        border-radius: 30px;
        white-space: normal;
        display: inline-block;
        transition: transform 0.3s ease;
    }


    .landing-small-card-row::-webkit-scrollbar {
        height: 6px;
    }

    .landing-small-card-row::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .landing-small-card-row::-webkit-scrollbar-thumb {
        background: #c4c4c4;
        border-radius: 10px;
    }

    .landing-small-card-row::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }


    .landing-small-card-row {
        scrollbar-width: thin;
        scrollbar-color: #c4c4c4 #f1f1f1;
    }


    .landing-small-card-wrapper {
        margin: 0 -15px !important;
        padding: 0 0 20px 0;
        overflow: visible;
    }

    .landing-small-card-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        overflow-x: auto;
        margin-left: calc(-1 * 15px);
        margin-right: calc(-1 * 15px);
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        width: calc(100% + 30px);
        padding-bottom: 20px !important;
    }

    .landing-title-row {
        margin-top: 45px;
    }
.landing-block-title {
    margin-top: 60px;
}
    .landing-grey-card {
        flex-direction: column !important;
    }
    .landing-block-title-main {
        margin: 20px 0 !important;
    }
    .landing-block-title-main + .landing-block-title {
        margin: 0 0 12px 0 !important;
    }
    .landing-grey-card-title {
        width: 100%;
        text-align: center;
        font-size: 14px !important;
        display: block !important;
    }
    .landing-grey-card-col {
        width: 100%;
    }
    .landing-grey-card {
        padding: 15px;
    }
    .landing-grey-card .landing-button-large-secondary-outline {
        margin-top: 15px;
    }

    .landing-small-card:first-child {
        margin-left: 0;
    }
    .landing-transparent-card-row {
        margin-top: 0;
    }
    .landing-transparent-card-row {
        gap: 15px;
    }
    .landing-transparent-card {
        padding: 0 15px 0 0;
    }
    .landing-block-large-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .landing-order-card-row {
        flex-direction: column;
        gap: 20px;
    }
    .landing-grey-card-row {
        margin-top: 0;
    }
    .landing-order-card {
        padding: 0;
    }
    .landing-large-card {
        padding: 20px;
    }

    .landing-small-card:last-child {
        margin-right: 0;
    }

    .landing-calc-card-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        overflow-x: auto;
        margin-left: calc(-1 * 15px);
        margin-right: calc(-1 * 15px);
        padding: 0 15px;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        width: calc(100% + 30px);
        padding-bottom: 20px !important;
    }
    .landing-calc-card {
        min-width: 320px !important;
    }

    .landing-calc-transparent-card-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        overflow-x: auto;
        margin-left: calc(-1 * 15px);
        margin-right: calc(-1 * 15px);
        padding: 0 15px;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        width: calc(100% + 30px);
        padding-bottom: 20px !important;
    }

    .landing-order-card-row {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 15px;
        overflow-x: scroll;
        margin-left: calc(-1 * 15px);
        margin-right: calc(-1 * 15px);
        padding: 0 15px;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        width: calc(100% + 30px);
        padding-bottom: 20px !important;
    }
    .landing-order-row {
        margin-top: 30px;
    }
    .landing-order-card {
        min-width: 270px;
    }


    .landing-small-card-row::-webkit-scrollbar,
    .landing-calc-card-row::-webkit-scrollbar,
    .landing-calc-transparent-card-row::-webkit-scrollbar {
        background: white !important;
        height: 0 !important;
        width: 0 !important;
    }
    .landing-small-card-row::-webkit-scrollbar-thumb,
    .landing-calc-card-row::-webkit-scrollbar-thumb,
    .landing-calc-transparent-card-row::-webkit-scrollbar-thumb {
        background: white !important;
        height: 0 !important;
        width: 0 !important;
    }
    .landing-transparent-calc-card {
        min-width: 270px !important;
    }
    .landing-calc-row {
        margin-top: 20px;
    }

    .landing-transparent-calc-title {
        font-size: 18px;
    }
    .landing-transparent-calc-subtitle {
        font-size: 14px;
    }
    .landing-order-card-title {
        font-size: 18px;
    }
    .landing-order-card-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .landing-small-card-row::-webkit-scrollbar,
    .landing-calc-card-row::-webkit-scrollbar,
    .landing-calc-transparent-card-row::-webkit-scrollbar,
    .landing-order-card-row::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none;
        background: transparent !important;
        height: 0 !important;
        width: 0 !important;
    }

    .landing-small-card-row::-webkit-scrollbar-thumb,
    .landing-calc-card-row::-webkit-scrollbar-thumb,
    .landing-calc-transparent-card-row::-webkit-scrollbar-thumb,
    .landing-order-card-row::-webkit-scrollbar-thumb {
        display: none;
        background: transparent !important;
        height: 0 !important;
        width: 0 !important;
    }

    .landing-small-card-row,
    .landing-calc-card-row,
    .landing-calc-transparent-card-row,
    .landing-order-card-row {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
}


