@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/FontsFree-Net-SFProDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/FontsFree-Net-SFProDisplay-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Compact Text";
    src: url('../fonts/FontsFree-Net-SFCompactText-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-dark: #212a34;
    --main-light: #6e7884;
    --white: #fff;
    --background-light: #f0f2f7;
    --background-grey: #e0e3e9;
    --light-grey: #bfc8cf;
    --accent-color: #356197;

    --font-family: "Montserrat", sans-serif;
    --second-family: "SF Pro Display", sans-serif;
    --third-family: "SF Compact Text", sans-serif;
}

body {
    font-family: var(--font-family);
    background-color: #F0F2F7;
}

/*  Cooperation  */

.cooperation-container {
    max-width: 1394px;
    margin: 0 auto;
    padding-inline: 67px;
    margin-bottom: 80px;
}

.cooperation-title {
    font-weight: 700;
    font-size: clamp(34px, 5.5vw, 88px);
    line-height: 110%;
    letter-spacing: 0em;
    text-align: center;
    color: #1d1d1f;
    margin-bottom: 40px;
}

.cooperation-wrap {
    max-width: 896px;
    margin: 0 auto;
}

.cooperation-wrap-col {
    margin-bottom: 40px;
}

.cooperation-col-title {
    font-weight: 700;
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.cooperation-descr p {
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

.cooperation-descr p:not(:last-child) {
    margin-bottom: 15px;
}

.cooperation-wrap-col-2 {
    margin-bottom: 40px;
}

.cooperatiol-col-2-title {
    font-weight: 700;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.cooperation-col-2-descr p {
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

.cooperation-col-2-descr p:not(:last-child) {
    margin-bottom: 20px;
}

.cooperation-main-cards {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    margin-bottom: 40px;
}

.coopereation-main-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 618px;
    width: 100%;
    padding: 25px 23px;
    background-color: var(--white);
    border-radius: 20px;
}

.cooperation-card-img {
    max-width: 572px;
    margin-bottom: 30px;
}

.cooperation-card-img img {
    width: 100%;
    height: auto;
}

.cooperation-span {
    font-weight: 700;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 110%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #1d1d1f;
}

.cooperation-wrap-2 {
    max-width: 896px;
    margin: 0 auto;
}

.cooperation-wrap-2-descr p {
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

.cooperation-wrap-2 .cooperation-wrap-2-descr:first-child {
    margin-bottom: 40px;
}

.cooperation-wrap-2-col {
    margin-bottom: 40px;
}

.cooperation-wrap-2-title {
    font-weight: 700;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.cooperation-title-2 {
    max-width: 896px;
    margin: 0 auto;
    font-weight: 700;
    font-size: clamp(22px, 2.5vw, 36px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 40px;
}

.cooperation-cards {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    flex-wrap: wrap;
    row-gap: 24px;
}

.cooperation-card {
    border-radius: 20px;
    padding: 25px 23px;
    max-width: 403px;
    width: 100%;
    background-color: var(--white);
}

.cooperation-card-title {
    font-weight: 700;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 13px;
}

.cooperation-card-descr p {
    font-weight: 500;
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

.cooperation-card-descr p:not(:last-child) {
    margin-bottom: 13px;
}

.cooperation-card-descr {
    margin-bottom: 13px;
}

.coopertaion-card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    border: 1px solid var(--accent-color);
    border-radius: 20px;
    width: 284px;
    height: 38px;
}

.coopertaion-card-btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    border: 1px solid var(--accent-color);
    border-radius: 20px;
    width: 320px;
    height: 38px;
}

.contact-card-sp {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--accent-color);
}

.cooperation-card-main-span {
    font-weight: 700;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
}

/*  Types  */

.types-container {
    max-width: 1394px;
    margin: 0 auto;
    padding-inline: 67px;
    margin-bottom: 80px;
}

.types-wrap {
    max-width: 896px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.types-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.types-descr p {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

.types-cards-content {
    display: flex;
    column-gap: 20px;
    scrollbar-width: none;
}

.types-cards-content::-webkit-scrollbar {
    display: none;
}

.types-card {
    max-width: 232px;
    border-radius: 20px;
    padding: 25px 23px;
    background-color: var(--white);
}

.types-card-img {
    max-width: 187px;
    margin-bottom: 20px;
}

.types-card-img img {
    width: 100%;
    height: auto;
}

.types-card-col-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.types-card-col-wrap-cont:not(:last-child) {
    margin-bottom: 20px;
}

.types-card-list {
    display: inline-block;
    height: 180px;
    margin-bottom: 23px;
}

.types-card-list-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    list-style-type: disc;
    margin-left: 23px;
}

.types-card-list-item:not(:last-child) {
    margin-bottom: 16px;
}

.types-cont-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.types-button-col {
    display: none;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.types-btn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background: var(--light-grey);
}

.types-btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    background: var(--main-light);
}

/*  Application  */

.application-caontainer {
    max-width: 1394px;
    margin: 0 auto;
    padding-inline: 67px;
    margin-bottom: 80px;
}

.application-wrap {
    max-width: 896px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.application-title {
    font-weight: 700;
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.application-descr p {
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

.application-cards {
    display: flex;
    column-gap: 24px;
}

.application-card {
    max-width: 618px;
    width: 100%;
    border-radius: 20px;
    padding: 25px 23px;
    background: var(--white);
}

.application-img {
    max-width: 569px;
    margin-bottom: 30px;
}

.application-img img {
    width: 100%;
    height: 100%;
}

.application-card-title {
    font-weight: 700;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 110%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #1d1d1f;
    margin-bottom: 30px;
}

.application-card-descr p {
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

/*  Phone  */

.phone-container {
    max-width: 1394px;
    margin: 0 auto;
    padding-inline: 67px;
    margin-bottom: 80px;
}

.phone-wrap {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.phone-title {
    font-weight: 700;
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.phone-descr p {
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
}

.phone-content {
    display: flex;
    align-items: center;
    max-width: 860px;
    margin: 0 auto;
}

.phone-img {
    max-width: 525px;
}

.phone-img img {
    width: 100%;
    height: auto;
}

.phone-content-col {
    max-width: 415px;
}

.phone-col-cont {
    margin-bottom: 50px;
}

.phone-content-title {
    font-weight: 700;
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 110%;
    letter-spacing: 0em;
    color: var(--main-dark);
    margin-bottom: 12px;
}

.phone-list-item {
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    list-style-type: disc;
    margin-left: 22px;
}

.phone-list-item:not(:last-child) {
    margin-bottom: 18px;
}

.phone-col-cont-2 {
    display: flex;
    flex-direction: column;
}

.phone-col-cont-2 .phone-span:nth-child(1) {
    margin-bottom: 25px;
}

.phone-col-cont-2 .phone-span:nth-child(2) {
    margin-bottom: 10px;
}

.phone-span {
    font-weight: 700;
    font-size: clamp(12px, 1.18vw, 17px);
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--main-light);
}

@media (max-width:1440px) {

    .types-cards-content {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }

    .types-card {
        display: flex;
        max-width: 722px;
        width: 100%;
    }

    .types-card-col-wrap {
        display: flex;
        column-gap: 20px;
    }

    .types-card-img {
        margin-bottom: unset;
    }

    .types-card-col-title {
        text-align: start;
    }

}

@media (max-width:1100px) {
    .application-cards {
        flex-wrap: wrap;
        row-gap: 24px;
        justify-content: center;
    }
}

@media (max-width:799px) {
    .cooperation-container {
        max-width: 1314px;
        padding-inline: 27px;
    }

    .cooperation-title {
        text-align: start;
    }

    .cooperation-main-cards {
        flex-wrap: wrap;
        row-gap: 24px;
    }

    .types-container {
        max-width: 1314px;
        padding-inline: 27px;
    }

    .types-cards-content {
        flex-direction: row;
        overflow: auto;
        margin-bottom: 40px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    .types-card {
        scroll-snap-align: center;
        flex-direction: column;
        max-width: 349px;
        min-width: 349px;
        width: 100%;
    }

    .types-card-col-wrap {
        flex-direction: column;
    }

    .types-card-col-title {
        text-align: center;
    }

    .types-card-img {
        margin: 0 auto;
        max-width: 118px;
        min-height: 160px;
    }

    .types-button-col {
        display: flex;
    }

    .application-caontainer {
        max-width: 1314px;
        padding-inline: 27px;
    }

    .phone-container {
        max-width: 1314px;
        padding-inline: 27px;
    }
}

@media (max-width:600px) {

    .phone-content {
        flex-direction: column;
    }
}

@media (max-width:430px) {
    .coopertaion-card-btn {
        column-gap: 5px;
        width: 220px;

    }

    .coopertaion-card-btn-2 {
        column-gap: 5px;
        width: 220px;
        height: 38px;
    }

    .contact-card-sp {
        font-size: 11px;
    }

    .coopereation-main-card {
        padding: 15px 13px;
    }

    .cooperation-card-img {
        margin-bottom: 20px;
    }

    .types-card {
        min-width: 250px;
    }

    .application-wrap {
        margin-bottom: 60px;
    }
}