@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/Sf-pro-display/SF-Pro-Display-Regular.woff") format("woff");
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/Sf-pro-display/SF-Pro-Display-Medium.woff") format("woff");
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    src: url("../assets/fonts/Sf-pro-display/SF-Pro-Display-Semibold.woff") format("woff");
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/Sf-pro-display/SF-Pro-Display-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/Inter/Inter-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/Outfit/Outfit-Medium.woff") format("woff");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    color: #0A0A0A;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

button {
    border: none;
}

li {
    list-style-type: none;
}

body {
    background: #F7F7F7;
}

.container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Header */

.header {
    padding: 20px 0;
    /* position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 2; */
    background: #F7F7F7;
}

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

.header__logo-wrapper {
    max-width: 107px;
    display: inline-block;
}

.header__logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav__list {
    display: flex;
    list-style: none;
    column-gap: 35px;
}

.nav__item {
    /* min-width: 70px; */
    text-align: center;
    /* position: relative; */
}

.nav__link {
    display: inline-block;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #0A0A0A;
    width: 100%;
    transition: all 0.2s linear;
}

.nav__link:hover {
    color: #f5d45d;
    transition: all 0.2s linear;
    /* font-weight: 500; */
}

.nav__link-active {
    color: #f5d45d;
}

.burger {
    display: none;
    /* width: 24px;
    position: relative;
    z-index: 3; */

    /* display: flex; */
    flex-direction: column;
    row-gap: 7px;
    z-index: 3;
}

.burger__line {
    /* height: 2px;
    width: 100%;
    background: #0A0A0A;
    transition: .5s;
    position: relative;
    left: 0;
    top: 50%; */

    height: 2px;
    width: 30px;
    background-color: #0A0A0A;
    transition: transform .5s, opacity .5s, background-color .5s;
}

.burger__line:nth-child(1) {
    top: -4px;
}

.burger__line:nth-child(3) {
    top: 4px;
}

.hidden {
    overflow: hidden;
}


/* Button */
.button {
    padding: 18px 35px;
    background-color: #FFE37A;
    font-size: 16px;
    line-height: 15px;
    color: #0A0A0A;
    display: flex;
    column-gap: 5px;
    border-radius: 5px;
    max-width: 170px;
    transition: 0.4s;
    margin: 0 auto;
    align-items: center;
}

.button:hover {
    background-color: #FCFCFC;
    transition: 0.4s;
}



/* Promo */
.promo {
    padding: 218px;
    background: url(../assets/images/promo.webp) center/cover no-repeat;
    position: relative;
    /* margin-top: 96px; */
    margin-bottom: 100px;
    border-radius: 10px;
}

.promo__content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.promo__text {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.promo__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FCFCFC;
    text-align: center;
}

.promo__title {
    font-weight: 500;
    font-size: 80px;
    line-height: 80px;
    color: #FCFCFC;
    text-align: center;
}


/* Abou us */
.about {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 100px;
}

.about__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about__main-text {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.title-block {
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    color: #0A0A0A;
}

.about__info {
    max-width: 530px;
}

.main-text {
    font-size: 18px;
    line-height: 28px;
    color: #0A0A0A;
}

.about__quote-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #FCFCFC;
    box-shadow: -9px 24px 48px -16px rgba(8, 8, 8, 0.1);
    border-radius: 10px;
    padding: 20px;
    min-height: 315px;
    justify-content: space-between;
}

.about__quote-items {
    display: flex;
    justify-content: space-between;
}

.quotes {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 90px;
    color: #252551;

}

.about__quote-text,
.about__graphic-text,
.clients__traffic-name,
.partners__item-title,
.partners__info-title {
    font-size: 32px;
    line-height: 42px;
}

.about__quote-text {
    color: #252551;
}

.about__points-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.about__item-wrapper {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.about__item-line {
    min-height: 80px;
    min-width: 7px;
    border-radius: 5px;
    background-color: #929292;
}

.about__item-text {
    font-size: 24px;
    line-height: 31px;
}

.about__item-text {
    max-width: 520px;
}

.about__graphic-wrapper {
    border-radius: 10px;
    padding: 20px;
    min-height: 315px;
    background: url(../assets/images/about_join-us.jpg) center/cover no-repeat;
    /* background-color: #252551; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.about__graphic-icon {
    position: absolute;
    top: 80px;
    left: -70px;
}

.about__graphic-text {
    color: #FFE37A;
    text-align: right;
    font-weight: 500;
}

.about__photo {
    background: url(../assets/images/about_photo_2.jpg) center/cover no-repeat;
    min-height: 315px;
    border-radius: 10px;
    width: 100%;
}


/* Footer */
.footer {
    padding-bottom: 40px;
}

.footer__content-wrapper-icons {
    align-items: flex-end;
}

.footer__wrapper {
    background: #FCFCFC;
    box-shadow: -9px 24px 48px -16px rgba(8, 8, 8, 0.1);
    padding: 50px 50px 135px 50px;
    display: flex;
    flex-direction: column;
    row-gap: 130px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
}

.footer__content-wrapper {
    display: flex;
    justify-content: space-between;
}

.nav__list-social {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.nav__item-footer {
    text-align: left;
}

.nav__link-footer {
    display: inline-block;
    font-size: 18px;
    line-height: 19px;
    text-align: left;
    color: #0A0A0A;
    width: 100%;
    transition: all 0.2s linear;
}

.nav__link-footer:hover {
    color: #FFE37A;
    transition: all 0.2s linear;
}

.footer__social-wrapper {
    display: flex;
    column-gap: 30px;
}

.footer__social-icon-link {
    cursor: pointer;
}

.footer__promo-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%; 
}

.footer__script {
    font-size: 12px;
    color: #B5B5B5;
}

.footer__icon-stroke {
    stroke: #2F2F2F;
    transition: all 0.2s linear;
}

.footer__icon-fill {
    fill: #2F2F2F;
    transition: all 0.2s linear;
}

.footer__social-icon:hover .footer__icon-stroke {
    stroke: #FFE37A;
    transition: all 0.2s linear;
}

.footer__social-icon:hover .footer__icon-fill {
    fill: #FFE37A;
    transition: all 0.2s linear;
}


/* Clients */
.clients  {
    margin-top: 100px;
    margin-bottom: 150px;
}

.clients__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 100px;
}

.clients__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.clients__items-wrapper,
.clients__traffic-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.clients__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.clients__item-text {
    max-width: 350px;
}

.clients__item-icon {
    max-width: 70px;
}

.clients__traffic-item {
    background-color: #252551;
    border-radius: 7px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients__box-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.clients__traffic-number {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    -webkit-text-stroke: 1px #FCFCFC;
    color: #252551;;
}

.clients__traffic-name {
    color: #FCFCFC;
    font-weight: 500;
}

.clients-actions__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 150px;
}

.actions__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.actions__content-wrapper {
    padding: 20px;
    background-color: #FCFCFC;
    border-radius: 10px;
    box-shadow: -9px 24px 48px -16px rgba(8, 8, 8, 0.1);
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.actions__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.actions__icon-big {
    position: absolute;
    top: -65px;
    right: -20px;
}

.actions__icon-small {
    position: absolute;
    top: 45px;
    right: 230px;
}

.actions__photo-wrapper {
    border-radius: 10px;
    min-height: 500px;
    background: url(../assets/images/clients_bg.jpg) center/cover no-repeat;
}

.actions__items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.actions__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #252551;
    border-radius: 7px;
}

.item__wrapper-number {
    display: flex;
    justify-content: space-between;
}

.item__number {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #FFE37A;
}

.actions__item-name {
    color: #FCFCFC;
    line-height: 18px;
}

.clients__logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}


/* Partners  */
.partners {
    margin-top: 100px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.partners__contect-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.partners__items-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.partners__item {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 300px;
    align-items: flex-end;
}

.partners__item1 {
    background: url(../assets/images/partnerbg_1.jpg) center/cover no-repeat;
}

.partners__item2 {
    background: url(../assets/images/partnerbg_2.jpg) center/cover no-repeat;
}

.partners__item3 {
    background: url(../assets/images/partnerbg_3.jpg) center/cover no-repeat;
}

.partners__item-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.partners__item-title {
    color: #FFE37A;
    font-weight: 500;
}

.partners__item-text {
    color: #FCFCFC;
}

.partners__info-wrapper {
    display: grid;
    /* grid-template-columns: 2fr 1fr; */
    grid-template-columns: 2.07fr 1fr;
    gap: 30px;
    align-items: end;
}

.partners__info-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.partners__info-title {
    font-weight: 500;
}

.partners__info-dialog-wrapper {
    padding: 20px;
    position: relative;
    background-color: #FCFCFC;
    border-radius: 10px;
    box-shadow: -9px 24px 48px -16px rgba(8, 8, 8, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 450px;
}

.partners__info-dialog {
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.partners__info-dialog-photo {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.partners__info-icon-big,
.partners__info-icon-small {
    position: absolute;
}

.partners__info-icon-small {
    left: 95px;
    top: 20px;
}

.partners__info-icon-big {
    top: 20px;
    left: -70px;
}

.partners-logos {
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 70px;
    align-items: center;
    justify-content: center;
}


/* Contact */
.contact {
    margin-top: 100px;
    margin-bottom: 150px;
    display: grid;
    gap: 50px;
}

.contact__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact__form {
    position: relative;
}

.contact__form._sending::after {
    opacity: 1;
    visibility: visible;
}

.contact__form::after {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 102%;
    height: 102%;
    background: rgb(247, 247, 247) url(../assets/images/loading-gif.gif) center / 50px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

/* .contact__form-wrapper-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
} */

.contact__photo-wrapper {
    height: 100%;
    background: url(../assets/images/form.jpg) center/cover no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px;
}

.form__input {
    border: none;
    background: #F1F1F1;
    width: 100%;
    padding: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #0A0A0A;
    position: relative;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #F1F1F1;
}

.form__input:last-child {
    margin-bottom: 30px;
}

.form__button {
    margin: 0;
}

.form__button:hover {
    background: #252551;
    color: #FCFCFC;
    transition: all 0.5s ease 0s;
}

.form__button:hover .contact__button-arrow {
    stroke: #FCFCFC;
    transition: all 0.5s ease 0s;
}

.contact__button-arrow {
    transition: all 0.5s ease 0s;
}

.form__input:focus {
    outline: none;
    border: 1px solid #FFE37A;
    transition: all 0.5s ease 0s;
}

.form__input._error {
    border: 1px solid #ff6868;
    transition: all 0.5s ease 0s;
}

.form__lable {
    display: block;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}

textarea {
    resize: none;
}


@media (max-width: 1280px) {
    .about__item-text {
        max-width: 480px;
    }
    
    .about__graphic-icon {
        left: -60px;
    }

    .actions__items-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1130px) {
    .actions__wrapper {
        grid-template-columns: 1fr;
    }

    .actions__content-wrapper,
    .actions__photo-wrapper {
        min-height: 400px;
    }

    .clients__items-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .clients__item-text {
        max-width: 100%;
    }

    .clients__box-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1100px) {
    .promo__title {
        font-size: 70px;
        line-height: 70px;
    }

    .about__quote-text,
    .about__graphic-text,
    .clients__traffic-name,
    .partners__item-title,
    .partners__info-title {
        font-size: 30px;
    }

    .about__graphic-icon {
        width: 120px;
        height: 120px;
        left: 10px;
        top: 10px;
    }

    .promo {
        padding: 150px;
    }
}

@media (max-width: 1060px) {
    .about__item-text {
        font-size: 18px;
        line-height: 28px;
    }

    .about__item-wrapper {
        column-gap: 15px;
    }

    .about__quote-text,
    .about__graphic-text,
    .clients__traffic-name,
    .partners__item-title,
    .partners__info-title {
        font-size: 30px;
        line-height: 40px;
    }

    .about__graphic-icon {
        width: 90px;
        height: 90px;
    }

    .promo {
        padding: 150px 100px;
    }

    .about__item-text {
        font-size: 18px;
        line-height: 28px;
    }

    .clients__traffic-name {
        font-size: 30px;
        line-height: 40px;
    }

    .item__number {
        font-size: 50px;
        line-height: 50px;
    }

    .actions__item {
        gap: 10px;
    }
}

@media (max-width: 815px) {
    .partners__items-block {
        grid-template-columns: 1fr;
    }

    .partners__item-text-wrapper {
        width: 100%;
    }
    
    .partners__item {
        gap: 50px;
    }

    .partners__info-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .partners-logos {
        column-gap: 50px;
        row-gap: 50px;
    }

    .partner-logo {
        max-height: 40px;
    }

    .partners__item-text-wrapper,
    .partners__info-text-wrapper {
        gap: 15px;
    }
}

@media (max-width: 800px) {
    .actions__icon-small {
        top: 25px;
    }

    .clients__traffic-wrapper {
        grid-template-columns: 1fr;
    }

    .clients__box-wrapper {
        flex-direction: row;
        align-items: center;
    }

    .contact__wrapper {
        grid-template-columns: 1fr;
    }
    
    .contact__photo-wrapper {
        display: none;
    }
}

@media (max-width: 750px) {
    .promo__title {
        font-size: 60px;
        line-height: 60px;
    }

    .title-block {
        font-size: 50px;
        line-height: 50px;
    }

    .about__wrapper {
        grid-template-columns: 1fr;
    }

    .about__quote-wrapper,
    .about__graphic-wrapper,
    .about__photo {
        min-height: 250px;
    }

    .about__points-wrapper {
        gap: 20px;
    }

    .about__item-text {
        max-width: 450px;
    }

    .about__main-text {
        row-gap: 30px;
    }

    .promo,
    .about,
    .clients-actions__wrapper,
    .clients,
    .clients__wrapper,
    .partners,
    .partners-logos,
    .contact {
        margin-bottom: 80px;
    }

    .clients,
    .partners,
    .contact {
        margin-top: 80px;
    }

    .footer__wrapper {
        padding: 40px 40px 100px 40px;
    }
}

@media (max-width: 650px) {
    .actions__icon-small {
        top: 25px;
        width: 80px;
        height: 80px;
        right: 170px;
    }

    .actions__icon-big {
        position: absolute;
        top: -65px;
        right: 0px;
        width: 150px;
        height: 156px;
    }

    .clients__logo-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .promo {
        padding: 150px 40px;
    }

    .about__quote-text,
    .about__graphic-text,
    .clients__traffic-name,
    .partners__item-title,
    .partners__info-title {
        font-size: 25px;
        line-height: 34px;
    }

    .about__quote-wrapper,
    .about__graphic-wrapper,
    .about__photo {
        min-height: 200px;
    }

    .footer__icon {
        width: 100px;
        height: 50px;
    }

    .clients__items-wrapper {
        grid-template-columns: 1fr;
    }
    
    .actions__content-wrapper {
        min-height: 500px;
    }

    .actions__photo-wrapper {
        min-height: 250px;
    }

    .actions__items-wrapper {
        grid-template-columns: 1fr;
    }

    .partners__info-wrapper {
        grid-template-columns: 1fr;
    }

    .partners__info-dialog-photo {
        width: 280px;
    }

    .partners__info-icon-big {
        left: 10px;
        height: 120px;
    }

    .partners__info-icon-small {
        left: 200px;
    }

    .partners__info-dialog-wrapper {
        min-height: 350px;
    }
    
    .partners-logos {
        column-gap: 15px;
    }

    .partner-logo {
        max-height: 35px;
        max-width: 150px;
    }
}

@media (max-width: 500px) {
    .promo__title {
        font-size: 50px;
        line-height: 56px;
    }

    .title-block {
        font-size: 40px;
        line-height: 40px;
    }

    .promo__content-wrapper {
        row-gap: 40px;
    }

    .footer__wrapper {
        padding: 30px 30px 100px 30px;
    }

    .footer__content-wrapper {
        flex-direction: column-reverse;
        justify-content: space-between;
        row-gap: 30px;
    }

    .about__item-line {
        min-height: 65px;
        min-width: 6px;
    }

    .about__wrapper,
    .about {
        gap: 40px;
    }

    .partners__info-dialog-photo {
        width: 100%;
    }

    .partners__info-dialog-wrapper {
        min-height: 500px;
    }

    .partners__info-dialog {
        min-height: 350px;
    }

    .footer__content-wrapper-icons {
        align-items: flex-start;
    }
}

@media (max-width: 450px) {
    .burger {
        display: flex;
    }

    .header__nav {
        display: none;
    }

    .quotes {
        font-size: 70px;
        line-height: 70px;
    }

    .promo__title {
        font-size: 45px;
        line-height: 53px;
    }

    .title-block {
        font-size: 40px;
        line-height: 40px;
    }

    .footer__wrapper {
        row-gap: 100px;
    }

    .burger.open .burger__line:first-child {
        transform: rotate(-45deg);
        top: 10px;
        position: relative;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .burger.open .burger__line-black{
        background-color: #0A0A0A;
    }

    .burger.open .burger__line:nth-child(2) {
        opacity: 0;
    }

    .burger.open .burger__line:last-child {
        transform: rotate(45deg);
        top: -8px;
        position: relative;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .header__nav-list-burger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        background: #F7F7F7;
        padding: 100px 15px;
        height: 100vh;
        width: 100vw;
        z-index: 2;
    }
    
    .nav__list-burger {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .clients__logo {
        width: 100px;
    }

    .clients__logo-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 100px;
    }
}

@media (max-width: 400px) {
    .promo__title {
        font-size: 40px;
        line-height: 48px;
    }

    .title-block {
        font-size: 30px;
        line-height: 30px;
    }

    .main-text,
    .about__item-text,
    .about__item-text {
        font-size: 16px;
        line-height: 25px;
    }

    .about__quote-text,
    .about__graphic-text,
    .clients__traffic-name,
    .partners__item-title,
    .partners__info-title {
        font-size: 20px;
        line-height: 28px;
    }

    .nav__link {
        font-size: 16px;
        line-height: 18px;
    }

    .clients__item-icon {
        width: 60px;
        height: 60px;
    }

    .clients__traffic-number {
        font-size: 38px;
        line-height: 38px;
    }

    .nav__link-footer {
        font-size: 16px;
        line-height: 18px;
    }

    .item__number {
        font-size: 40px;
        line-height: 40px;
    }

    .footer__wrapper {
        row-gap: 80px;
    }

    .about__wrapper, .about {
        gap: 30px;
    }

    .clients__item-text {
        max-width: 320px;
    }

    .partners__info-dialog-wrapper {
        min-height: 400px;
    }

    .partner-logo {
        max-height: 25px;
        max-width: 100px;
    }

    .partners-logos {
        row-gap: 30px;
        column-gap: 20px;
    }

    .partners__info-icon-big {
        top: 30px;
    }
}
