
img {
    display: block;
    max-width: 100%;
}

.page {
    overflow-x: hidden;
}

.screen {
    width: 100%;
    background: var(--color-white);
}

.section__inner {
    position: relative;
    width: min(1920px, 100%);
    padding-left: 156px;
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
}

.section-note,
.section-note *,
.section-note p {
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 13.2px !important;
    letter-spacing: 0 !important;
    color: var(--color-gray-500) !important;
}

.section-side-text,
.section-side-text *,
.section-side-text p {
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16.8px !important;
    letter-spacing: 0.24px !important;
    color: var(--color-gray-700) !important;
}

.section-title,
.section-title *,
.section-title p {
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 44px !important;
    letter-spacing: 0 !important;
    color: var(--color-black) !important;
}

.section-title em,
.section-title * em,
.section-title p em {
    font-style: normal;
    color: var(--color-blue) !important;
}
.section-title strong,
.section-title * strong,
.section-title p strong {
    font-style: normal;
    color: var(--color-blue) !important;
}

.section-title--center,
.section-title--center *,
.section-title--center p {
    text-align: center !important;
}

.media-cover {
    margin: 0;
    overflow: hidden;
}

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

.muted-italic-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.muted-italic-list li,
.muted-italic-list span,
.muted-italic-list button {
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 17.6px;
    color: #3b70cd;
}





.screen--0 {
    position: relative;
    z-index: 3;
    background: transparent !important;
}


.screen--1 {
    height: 1080px;
}

.hero__inner {
    height: 100%;
}

.hero__main-image {
    position: absolute;
    top: -88px;
    right: 6%;
    width: 1054px;
    height: 823px;
}

.hero__note-left {
    width: 273px;
    text-transform: uppercase;
    font-family: "Inter", "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    line-height: 19.6px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-700) !important;
}

.hero__note-left strong {
    display: inline;
    color: var(--color-blue) !important;
    font-weight: 700 !important;
}

.hero__small-image {
    width: 137px;
    height: 88px;
    object-fit: cover;
}

.section__notif-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 96px;
}

.section__notif-info{
    margin-top: 78px;
    display: flex;
    align-items: flex-end;
    grid-gap: 140px;
}

.hero__supplier-text,
.hero__supplier-text *,
.hero__supplier-text p {
    width: 177px;
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.6px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-700) !important;
}

.hero__main-copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 200px;
    position: relative;
    z-index: 3;
}

.hero__stats {
    display: flex;
    align-items: center;
    grid-gap: 40px;
}

.hero__stats li,
.hero__stats li *,
.hero__stats li p{
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 110% !important;
    color: #787878 !important;
}


.hero__title{
    margin-top: 21px;
}

.hero__title,
.hero__title *,
.hero__title p {
    font-family: var(--font-family) !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 52.8px !important;
    letter-spacing: 0 !important;
    color: var(--color-black) !important;
}

.hero__title span {
    display: block;
}

.hero__title em {
    font-style: normal;
    color: var(--color-blue) !important;
}

.hero__actions {
    display: flex;
    grid-gap: 10px;
    margin-top: 40px;
}

.hero__feature-card {
    position: absolute;
    top: 677px;
    right: 158px;
    width: 278px;
}

.hero__feature-image {
    width: 278px;
    height: 154px;
}

.hero__feature-logo {
    position: absolute;
    top: 30px;
    left: 70px;
    width: 138px;
    height: 97px;
}

.hero__feature-card h3,
.hero__feature-card h3 *,
.hero__feature-card h3 p {
    margin: 16px 0 0;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.6px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-black) !important;
}

.hero__feature-card p,
.hero__feature-card p *,
.hero__feature-card p p {
    margin: 7px 0 0;
    font-family: var(--font-family) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 14.4px !important;
    letter-spacing: 0.24px !important;
    color: var(--color-gray-700) !important;
}

.hero__feature-card a,
.hero__feature-card a *,
.hero__feature-card a p {
    display: inline-block;
    margin-top: 20px;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16.8px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-700) !important;
}

.hero__bottom-left {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 138px;
}

.screen--10 {
    height: 729px;
}

.audience__inner {
    height: 100%;
}

.audience__main {
    width: 455px;
}

.audience__inner .section-note {
    position: absolute;
    top: 101px;
    left: 20px;
}

.audience__inner .section-title {
    margin-left: 27.5%;
    padding-top: 100px;
    width: 694px;
}

.audience__layout {
    display: grid;
    grid-template-columns: 511px 455px;
    grid-gap: 183px;
    margin-top: 56px;
    margin-left: auto;
    width: 1150px;
}

.audience__thumbs {
    width: 511px;
    height: 245px;
    overflow: visible;
}

.audience__thumbs .swiper-slide {
    width: 100%;
    height: auto;
    transition: .3s;
}
.audience__thumbs .swiper-slide-thumb-active {
    padding-left: 20px;
}

.audience__thumb-btn,
.audience__thumb-btn *,
.audience__thumb-btn p {
    position: relative;
    display: block;
    width: fit-content;
    padding-left: 0;
    font-family: var(--font-family) !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 33px !important;
    letter-spacing: 0 !important;
    color: var(--color-gray-500) !important;
    text-align: left;
    transition: color 0.25s ease;
}

.audience__thumbs .swiper-slide-thumb-active .audience__thumb-btn,
.audience__thumbs .swiper-slide-thumb-active .audience__thumb-btn *,
.audience__thumbs .swiper-slide-thumb-active .audience__thumb-btn p {
    font-weight: 600 !important;
    color: var(--color-blue) !important;
}



.audience-card {
    width: 455px;
}

.audience-card__image {
    width: 455px;
    height: 303px;
}

.audience-card__overlay {
    position: absolute;
    top: 103px;
    left: 159px;
    width: 138px;
    height: 97px;
    pointer-events: none;
}

.audience-card h3,
.audience-card h3 *,
.audience-card h3 p {
    margin: 20px 0 0;
    font-family: var(--font-family) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22.4px !important;
    letter-spacing: 0.32px !important;
    color: var(--color-blue) !important;
}

.audience-card p,
.audience-card p *,
.audience-card p p {
    margin: 10px 0 0;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.6px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-700) !important;
}

.screen--9 {
    height: 1072px;
}

.catalog__inner {
    height: 100%;
}

.catalog__inner .section-note {
    position: absolute;
    top: 101px;
    left: 20px;
}

.catalog__inner .section-title {
    padding-top: 100px;
    width: 694px;
}

.catalog__categories {
    margin-top: 60px;
    width: 1090px;
}

.catalog__wrapper{
    margin-left: auto;
}

.catalog__categories-top,
.catalog__categories-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 16px 52px;
}

.catalog__categories-bottom {
    margin-top: 18px;
}

.catalog__category-btn,
.catalog__category-btn *,
.catalog__category-btn p,
.catalog__categories-bottom a,
.catalog__categories-bottom a *,
.catalog__categories-bottom a p {
    position: relative;
    font-family: var(--font-family) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
    color: var(--color-gray-500) !important;
    transition: color 0.2s ease;
}

.catalog__category-btn.is-active,
.catalog__category-btn.is-active *,
.catalog__category-btn.is-active p {
    font-weight: 600 !important;
    color: var(--color-blue) !important;
}



.catalog__categories-bottom a:hover {
    color: var(--color-blue) !important;
}

.catalog__content {
    display: grid;
    grid-template-columns: 659px 279px;
    grid-template-areas:
        "visual cta"
        "copy cta";
    grid-column-gap: 199px;
    margin-top: 80px;
    margin-left: auto;
    width: 1137px;
}

.catalog__wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catalog__visual {
    grid-area: visual;
    display: flex;
    align-items: flex-end;
    grid-gap: 40px;
}

.catalog__image-main {
    width: 347px;
    height: 348px;
}

.catalog__image-side {
    width: 272px;
    height: 272px;
}

.catalog__image-main img,
.catalog__image-side img {
    cursor: pointer;
}

.catalog__cta {
    grid-area: cta;
    align-self: end;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 50px;
}

.catalog__copy {
    grid-area: copy;
    display: block;
    margin-top: 40px;
    width: 659px;
}

.catalog__copy-columns {
    display: grid;
    grid-template-columns: 347px 272px;
    grid-gap: 40px;
    margin-top: 20px;
}

.catalog__copy h3,
.catalog__copy h3 *,
.catalog__copy h3 p {
    margin: 0;
    width: 278px;
    font-family: var(--font-family) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.4px !important;
    color: var(--color-black) !important;
}

.catalog__copy-columns p,
.catalog__copy-columns p *,
.catalog__copy-columns p p {
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.6px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-700) !important;
}

.catalog__side-caption {
    position: absolute;
    top: 888px;
    left: 20px;
    width: 138px;
}

.screen--8 {
    height: 751px;
}

.advantages__inner {
    height: 100%;
}
.supply__wrapper{
    width: 1137px;
    margin-left: 30.5%;
}

.advantages__wrapper{
    width: 1137px;
    margin-left: auto;
}

.advantages__inner .section-note {
    position: absolute;
    top: 101px;
    left: 20px;
}

.advantages__inner .section-title {
    padding-top: 100px;
    width: 694px;
}

.advantages__inner .section-title span {
    color: var(--color-blue);
}

.advantages__inner .section-title em {
    color: var(--color-black) !important;
}

.advantages__grid {
    display: grid;
    grid-template-columns: 180px 576px;
    grid-template-rows: 146px 146px;
    grid-gap: 61px 166px;
    margin-top: 90px;
    width: 922px;
}

.advantages-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.advantages-card strong,
.advantages-card strong *,
.advantages-card strong p {
    font-family: var(--font-family) !important;
    font-size: 130px !important;
    font-weight: 600 !important;
    line-height: 104px !important;
    letter-spacing: 0 !important;
    color: var(--color-blue) !important;
}

.advantages-card span,
.advantages-card span *,
.advantages-card span p {
    margin-top: 14px;
    font-family: var(--font-family) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.4px !important;
    color: var(--color-blue) !important;
}

.advantages-card--wide strong {
    white-space: nowrap;
}

.advantages__left-notes {
    position: absolute;
    left: 20px;
    top: 553px;
    width: 138px;
    display: grid;
    grid-gap: 14px;
}

.advantages__right-notes {
    position: absolute;
    right: 158px;
    top: 569px;
    width: 138px;
    display: grid;
    grid-gap: 14px;
}

.screen--7 {
    height: 583px;
    width: 1676px;
    margin-left: 20px;
}

.section__inner--narrow {
    width: min(1920px, 100%);
}

.supply__inner {
    height: 100%;
}

.supply__inner .section-note {
    position: absolute;
    top: 1px;
    left: 20px;
}

.supply__title {
    width: 694px;
}

.supply__title span {
    display: block;
}

.supply__title strong {
    font-weight: 400;
    color: var(--color-black);
}

.supply__title em {
    color: var(--color-blue);
    font-style: normal;
}

.supply__cards {
    display: flex;
    grid-gap: 20px;
    margin-top: 90px;
    width: 1084px;
}

.supply-card {
    position: relative;
    width: 348px;
    height: 361px;
    padding: 22px 30px 22px;
    background: var(--color-card);
}

.supply-card__logo {
    width: 193px;
    height: 59px;
    margin: 0;
}

.supply-card__logo img {
    width: 193px;
    height: 59px;
    object-fit: contain;
}

.supply-card h3{
    margin-top: 13px;
    margin-bottom: 19px;
}

.supply-card h3,
.supply-card h3 *,
.supply-card h3 p {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.supply-card p,
.supply-card p *,
.supply-card p p {
    margin: 19px 0 0;
    width: 275px;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.6px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-700) !important;
}

.supply-card strong,
.supply-card strong *,
.supply-card strong p {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-family: var(--font-family) !important;
    font-size: 130px !important;
    font-weight: 600 !important;
    line-height: 104px !important;
    letter-spacing: 0 !important;
    color: var(--color-blue) !important;
}

.supply__side-notes {
    position: absolute;
    left: 20px;
    top: 521px;
    width: 138px;
    display: grid;
    grid-gap: 14px;
}

.screen--6 {
    height: 829px;
}

.projects__inner {
    height: 100%;
}

.projects__inner .section-note {
    position: absolute;
    top: 101px;
    left: 20px;
}

.projects__inner .section-title {
    padding-top: 100px;
    width: 1064px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.projects__slider-wrap {
    margin-top: 90px;
    width: 1604px;
}

.projects__swiper {
    width: 100%;
    height: 385px;
    overflow: hidden;
}

.project-card {
    display: grid;
    grid-template-columns: 333px 1fr;
    grid-gap: 30px;
    width: 792px;
    height: 100%;
    padding: 10px;
    background: var(--color-card);
}

.project-card__image {
    width: 333px;
    height: 100%;
}

.project-card__copy {
    padding-top: 30px;
    padding-right: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.project-card__copy-info {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    align-self: flex-end;
}

.project-card__copy-info-content,
.project-card__copy-info-content *,
.project-card__copy-info-content p {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: #000 !important;
}

.project-card__copy-info .pill-btn{
    width: 100% !important;
    height: 56px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
}

.project-card__copy h3,
.project-card__copy h3 *,
.project-card__copy h3 p {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.project-card__meta,
.project-card__meta *,
.project-card__meta p {
    margin: 10px 0 0;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.6px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-700) !important;
}

.project-card__meta{
    margin-top: 10px;
}


.project-card__copy .pill-btn {
    margin-top: 30px;
}

.projects__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    grid-gap: 50px;
}

.projects__progressbar {
    position: relative;
    width: 1442px;
    height: 4px;
    border-radius: 30px;
    background: var(--color-progress-bg);
}

.projects__progressbar .swiper-pagination-progressbar-fill {
    border-radius: 30px;
    background: var(--color-blue);
}

.projects__arrows {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.screen--5 {
    height: 276px;
}

.clients__inner {
    height: 100%;
}

.clients__inner .section-note {
    position: absolute;
    top: 1px;
    left: 20px;
}

.clients__inner .section-title {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.clients__inner .section-title,
.clients__inner .section-title *,
.clients__inner .section-title p{
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 110% !important;
    text-align: center !important;
    color: #969696 !important;
}

.clients__inner .section-title strong,
.clients__inner .section-title * strong,
.clients__inner .section-title p strong{
    color: #000 !important;
}


.clients__slider-box {
    margin-top: 76px;
    width: 100%;
}

.clients__swiper {
    overflow: visible;
}

.clients__swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.clients__slide {
    width: 250px;
    height: 112px;
}

.clients__slide img {
    width: 250px;
    height: 112px;
    object-fit: cover;
}

.screen--4 {
    height: 1047px;
}

.about__inner {
    height: 100%;
}

.about__inner .section-note {
    position: absolute;
    top: 100px;
    left: 20px;
}

.about__supplier {
    position: absolute;
    top: 842px;
    left: 20px;
    width: 138px;
}

.about__logo {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 50px;
    height: 35px;
}

.about__content {
    margin-left: 28.5%;
    padding-top: 100px;
    width: 694px;
}

.about__content .section-title,
.about__content .section-title *,
.about__content .section-title p{
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 110% !important;
    color: #000 !important;
}

.about__content .section-title strong,
.about__content .section-title * strong,
.about__content .section-title p strong{
    color: #969696 !important;
}

.about__tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 40px;
    margin-top: 40px;
}

.about__tabs button,
.about__tabs button *,
.about__tabs button p {
    color: var(--color-blue) !important;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: 0.4px !important;
}

.about__photo {
    width: 693px;
    height: 365px;
    margin-top: 30px;
}

.about__photo img {
    filter: saturate(0);
    transition: filter 0.3s ease;
}

.about__photo:hover img {
    filter: saturate(1);
}

.about__content h3{
    margin-top: 30px;
}

.about__content h3,
.about__content h3 *,
.about__content h3 p {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.about__columns {
    display: grid;
    grid-template-columns: 347px 307px;
    grid-gap: 40px;
    margin-top: 20px;
}

.about__columns p,
.about__columns p *,
.about__columns p p {
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22.4px !important;
    letter-spacing: 0.32px !important;
    color: var(--color-gray-700) !important;
}

@media (max-width: 1400px) {
    .screen {
        height: auto !important;
    }

    .screen--7 {
        width: 100%;
        margin-left: 0;
    }

    .section__inner {
        padding: 64px 24px;
    }

    .section-note,
    .section-side-text,
    .hero__bottom-left,
    .about__supplier,
    .contacts__supplier,
    .advantages__left-notes,
    .advantages__right-notes,
    .catalog__side-caption,
    .hero__supplier-text,
    .hero__small-image,
    .hero__note-left,
    .hero__feature-card,
    .hero__main-image,
    .about__logo,
    .contacts__logo,
    .footer__up {
        position: static !important;
        width: auto !important;
        margin-top: 16px;
    }

    .topbar__inner {
        align-items: center;
        flex-wrap: wrap;
        padding: 20px 24px;
        grid-gap: 16px;
    }

    .topbar__nav {
        order: 3;
        margin-left: 0;
        margin-top: 0;
        flex-wrap: wrap;
        grid-gap: 14px 24px;
    }

    .topbar__actions {
        margin-left: auto;
    }

    .hero__main-copy,
    .audience__inner .section-title,
    .catalog__inner .section-title,
    .advantages__inner .section-title,
    .supply__title,
    .projects__inner .section-title,
    .clients__inner .section-title,
    .about__content,
    .contacts__content {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }

    .hero__actions {
        flex-wrap: wrap;
    }

    .pill-btn {
        width: 100%;
        max-width: 455px;
    }

    .audience__layout {
        width: 100%;
        margin-left: 0;
        margin-top: 32px;
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }


    .audience__thumbs,
    .audience-card,
    .audience-card__image,
    .catalog__content,
    .catalog__visual,
    .catalog__copy,
    .clients__slider-box,
    .contacts__map,
    .about__photo,
    .projects__slider-wrap,
    .projects__progressbar,
    .footer__columns {
        width: 100%;
        margin-left: 0;
    }

    .audience__thumbs {
        height: auto;
    }

    .catalog__categories,
    .catalog__content,
    .advantages__grid,
    .supply__cards,
    .projects__slider-wrap {
        margin-left: 0;
    }

    .catalog__content {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "cta"
            "copy";
        grid-gap: 24px;
    }

    .catalog__copy h3 {
        width: 100%;
    }

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

    .advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        margin-top: 40px;
    }

    .supply__cards {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .supply-card {
        width: calc(50% - 10px);
    }

    .project-card {
        width: 100%;
    }

    .projects__controls {
        grid-gap: 16px;
        flex-wrap: wrap;
    }

    .projects__progressbar {
        order: 2;
    }

    .clients__slider-box {
        margin-top: 40px;
    }

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

    .contacts__top {
        flex-wrap: wrap;
    }

    .footer__inner h2,
    .footer__columns,
    .footer__copyright {
        position: static;
    }

    .footer__columns {
        margin-top: 40px;
    }

    .footer__copyright {
        margin-top: 24px;
    }
}

@media (max-width: 1200px) {
    .section-title,
    .section-title *,
    .section-title p {
        font-size: 34px !important;
        line-height: 38px !important;
    }

    .hero__title,
    .hero__title *,
    .hero__title p {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .supply-card {
        width: 100%;
    }

    .project-card {
        grid-template-columns: 1fr;
        height: auto;
    }

    .project-card__image {
        width: 100%;
        height: 300px;
    }

    .project-card__copy {
        padding-bottom: 20px;
    }

    .project-card__copy p {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .section__inner {
        padding: 48px 16px;
    }

    .topbar__actions {
        width: 100%;
        justify-content: space-between;
    }

    .topbar__phone,
    .topbar__phone *,
    .topbar__phone p,
    .topbar__nav a,
    .topbar__nav a *,
    .topbar__nav a p {
        font-size: 13px !important;
    }

    .hero__stats {
        grid-template-columns: 1fr;
        grid-gap: 8px;
    }

    .hero__title,
    .hero__title *,
    .hero__title p {
        font-size: 34px !important;
        line-height: 38px !important;
    }

    .audience__thumb-btn,
    .audience__thumb-btn *,
    .audience__thumb-btn p {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .catalog__category-btn,
    .catalog__category-btn *,
    .catalog__category-btn p,
    .catalog__categories-bottom a,
    .catalog__categories-bottom a *,
    .catalog__categories-bottom a p {
        font-size: 18px !important;
    }

    .advantages__grid {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .advantages-card strong,
    .advantages-card strong *,
    .advantages-card strong p,
    .supply-card strong,
    .supply-card strong *,
    .supply-card strong p {
        font-size: 96px !important;
        line-height: 82px !important;
    }

    .contacts__address,
    .contacts__address *,
    .contacts__address p,
    .contacts__phone,
    .contacts__phone *,
    .contacts__phone p {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .footer__inner h2,
    .footer__inner h2 *,
    .footer__inner h2 p {
        font-size: 84px !important;
        line-height: 92px !important;
        width: 100%;
    }

    .footer__columns {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
}

@media (max-width: 480px) {
    .section-title,
    .section-title *,
    .section-title p {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .hero__title,
    .hero__title *,
    .hero__title p {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .pill-btn,
    .pill-btn--small {
        height: 54px;
        font-size: 14px;
        line-height: 16px;
    }

    .audience__thumb-btn,
    .audience__thumb-btn *,
    .audience__thumb-btn p {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .catalog__category-btn,
    .catalog__category-btn *,
    .catalog__category-btn p,
    .catalog__categories-bottom a,
    .catalog__categories-bottom a *,
    .catalog__categories-bottom a p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .footer__inner h2,
    .footer__inner h2 *,
    .footer__inner h2 p {
        font-size: 56px !important;
        line-height: 62px !important;
    }
}
