@media (min-width: 360px) {
    .container {
        max-width: 360px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

}

@media (min-width: 744px) {
    .container, .mdContainer {
        max-width: 744px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .navContainer {
        height: 80px;
    }
    .navbarButton {
        font-size: 16px;
        padding: 12px 20px;
        line-height: 24px;
    }
    .navbarLogo {
        width: 270px;
        height: auto;
    }
    .headerPart {
        margin-top: 40px;
        padding: 80px 0
    }
    .headerPart h1 {
        padding: 0 26px;
        font-size: 48px;
        line-height: 48px;
    }
    .headerPart p {
        padding: 0 58px;
        font-size: 20px;
        line-height: 28px;
    }
    .headerButton {
        padding: 12px 20px;
    }
    .partnersContainer {
        margin-top: 80px;
    }
    .partnersListBox .partnersList:nth-of-type(2) {
        display: none;
    }
    .partnersList {
        animation: none;
    }
    .keyFeatures {
        margin-top: 40px;
    }
    .keyFeatureContainer {
        padding: 80px 60px;
        border-radius: 24px;
    }
    .sectionTitle {
        font-size: 48px;
    }
    .textContainer p {
        font-size: 20px;
        line-height: 28px;
    }
    .featuresUl {
        padding-left: 20px
    }
    .featureLi {
        font-size: 18px;
        line-height: 28px;
    }
    .embla {
        display: none;
    }
    .reviewsMd {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .reviewCard {
        max-width: fit-content;
    }
    .reviewerNameContainer h5 {
        font-size: 20px;
    }
    .pricingTitle {
        text-align: center;
    }
    .pricingText {
        font-size: 18px;
        line-height: 28px;
        margin-top: 32px;
    }
    .pricingCardContainer {
        margin-top: 24px;
    }
    .pricingTier {
        padding: 40px 32px;
    }
    .mainTitle {
        font-size: 32px;
    }
    .mainText {
        font-size: 18px;
        line-height: 32px;
    }
    .adsButton {
        margin-top: 48px;
    }
    .checkItemText {
        font-size: 16px;
    }
    .pricingCardOutlineBtn {
        max-width: 100%;
    }
    .footerText {
        font-size: 14px;
    }
    .faqText .active {
        max-height: 300px;
    }
    .faq {
        margin-top: 80px;
        padding: 80px 0 60px 0;
    }
    .contactUsText {
        display: block;
    }
    .contactIcon {
        width: 24px;
        height: 24px;
    }
    .contactUpperContainer {
        gap: 64px;
    }
    .demonstrationImgBox {
        height: 800px;
    }
    .demonstrationImgBox img {
        transform: scale(1.1);
    }
    .contactInfoContainer h5 {
        font-size: 48px;
        line-height: 48px;
    }
    .contactInfoContainer p {
        font-size: 20px;
    }
    .contactButtons {
        margin-top: 48px;
    }
    .consultationSection {
        top: 54%;
    }
    .priceSelectContainer {
        flex-direction: row;
        gap: 16px;
    }
    .priceSelectBody {
        bottom: -170px;
    }
}

@media (min-width: 1440px) {
    .container, .mdContainer {
        max-width: 1440px;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .headerPart {
        margin-top: 0;
        padding: 130px 0 90px 0;
        position: relative;
    }
    .headerPart h1 {
        font-size: 75px;
        line-height: 75px;
        padding: 0 40px;
    }
    .headerPart p {
        padding: 0 210px;
        font-size: 24px;
        line-height: 38px;
    }
    .leftVector, .rightVector {
        display: inline-block;
    }

    .keyFeatures {
        margin-top: 80px;
    }
    .keyFeatureContainer {
        padding: 80px 110px;
    }
    .featuresUlContainer {
        flex-direction: row;
    }
    .featuresUl {
        width: 50%;
    }
    .sectionTitle {
        font-size: 72px;
    }
    .textContainer p {
        font-size: 18px;
    }
    .featuresUl {
        padding-left: 20px
    }
    .featureLi {
        font-size: 18px;
        line-height: 28px;
    }
    .featureImageContainer {
        height: 542px;
    }
    .reviewsMd {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0 36px;
    }
    .pricingCardContainer {
        flex-direction: row;
        margin-top: 40px;
    }
    .pricingTier {
        width: 50%;
    }
    .mainText {
        font-size: 18px;
        line-height: 32px;
    }
    .pricingText {
        width: 510px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .faq {
        padding: 80px 0;
    }
    .faqQuestion {
        font-size: 18px;
    }
    .innerContainer {
        flex-direction: row;
    }
    .faqTitleContainer {
        width: 50%;
    }
    .faqColumnContainer {
        width: 50%;
        margin-top: 0;
    }
    .questionMark {
        display: block;
    }
    .faqVectorShape {
        display: block;
    }
    .contactUpperContainer {
        flex-direction: row;

        gap: 32px;
    }
    .demonstrationImgBox {
        height: 680px;
        width: 50%;
    }
    .contactInfoContainer {
        width: 50%;
        margin: auto 0;
    }
    .contactInfoContainer h5 {
        font-size: 72px;
        line-height: 72px;
        text-align: start;
    }
    .contactInfoContainer p {
        font-size: 18px;
        line-height: 28px;
        text-align: start;
    }
    .agreement {
        margin-right: auto;
    }
    .consultationSection {
        top: -70px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1440px;
    }
}