@import url(./vendor/normalize.css);
@import url(./vendor/font.css);

:root {
    --text-1: #000;
    --text-2: #c3c3c3;
    --text-3: #f00;
    --general-1: #fff;
    --general-2: #000;
    --general-3: #c7c7c7;
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

*,
*::after,
*::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 138px;
    font-weight: 500;
    margin: 0;
    line-height: 100%;
}

h2 {
    font-size: 82px;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
}

h3 {
    font-size: 58px;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
}

h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
}

section {
    padding: 100px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

p {
    margin: 0;
}

.root {
    overflow: hidden;
    background-color: #fff;
    color: #000;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    font-family: "Montserrat", "Arial", "Helvetica";
    max-width: 100%;
    min-width: 350px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
}

.header {
    display: flex;
    border-bottom: 1px solid #c7c7c7;
}

.header__container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 27px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.header__logo {
    background: url("./images/logo.svg");
    width: 183px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center;
}

.header__burger {
    display: none;
}

.header__navigation {
    z-index: 0;
    position: relative;
    margin: 0;
}

.header__nav-links {
    gap: 20px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__list-item {
    font-size: 16px;
    font-weight: 500;
}

.header__link {
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 130%;
    font-weight: 500;
}

.header__logo-link {
    transition: 0.3s ease-in-out;
}

.header__logo-link:hover {
    transform: scale(1.05);
}

.header__logo-link:active {
    transform: scale(0.95);
}

.header__link:hover {
    background: #ff5c45;
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 50%, #a015ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.header__link:active {
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.header__burger-menu {
    display: none;
}

.main {
    flex-grow: 1;
}

.lead {
    padding: 70px 0 120px 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.lead__title {
    background: linear-gradient(217deg, #fff 0%, #000 0.5%), linear-gradient(127deg, #fff 0%, #000 0.5%), linear-gradient(336deg, #fff 0%, #000 0.5%);

    display: block;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
    font-size: 90px;
    padding-bottom: 10px;
}

.lead__gradient {
    background: #ff5c45;
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 50%, #a015ab 99.5%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-mask-image: linear-gradient(180deg, #fff 0, #fff 100%);
    mask-image: linear-gradient(180deg, #fff 0, #fff 100%);
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.lead__text {
    display: block;
    font-size: 28px;
    max-width: 856px;
    line-height: 130%;
    margin-top: 15px;
}

.lead__accent {
    text-transform: uppercase;
}

.info {
    padding: 0 0 120px 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.info__bg {
    position: absolute;
    top: -60px;
    left: -60px;
    z-index: 1;
}

.info__head {
    border-radius: 5px;
    padding: 32px 0px 32px 28px;
    width: 100%;
    height: 226px;
    background: var(--general-1);
    position: relative;
    z-index: 2;
}

.info__head:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ff5c45, #a015ab);
}

.info__head_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 58px;
    line-height: 130%;
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 25.96%, #a015ab 81.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 650px;
}

.info__content {
    margin-top: 39px;
    padding: 0px 0px 0px 28px;
}

.info__content_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: var(--text-1);
}

.info__content_list {
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.info__content_list_item {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: var(--text-1);
    position: relative;
    padding-left: 105px;
}

.info__content_list_item::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 82px;
    height: 1px;
    background: var(--general-3);
}

.info__head_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: var(--text-1);
    margin-top: 3px;
    max-width: 720px;
}

.products {
    padding: 0 0 184px 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.products__title {
    font-size: 58px;
    line-height: 130%;
    max-width: 490px;
}

.products__accent {
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 50%, #a015ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 82px;
    font-weight: 500;
    line-height: 75%;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.products__cards-container {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    gap: 20px;
}

.products__card {
    padding: 33px 28px 0 28px;
    max-width: 380px;
    width: 100%;
    min-height: 446px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

.products__card-title {
    font-size: 20px;
    line-height: 130%;
    min-height: 72px;
    max-width: 400px;
}

.products__mockup-container {
    position: relative;
    margin-top: 54px;
    width: 100%;
    height: 100%;
}

.products__mockup-container::before {
    content: url("./images/mockupGradient.png");
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
    top: 50%;
}

.products__mockup {
    position: absolute;
    width: 145px;
    height: 314px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.products__mockup_first {
    top: 29px;
    z-index: 0;
}

.products__mockup_second {
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
}

.products__mockup_third {
    top: 29px;
    right: 0;
    z-index: 0;
}

.stages {
    padding: 0 0 120px 0;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.stages__title {
    max-width: 480px;
}

.stages__title-container {
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.stages__container {
    margin-top: 60px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.stages__list-item {
    border-top: 1px solid #c7c7c7;
    cursor: pointer;
}

.stages__description-marker {
    margin-right: 29px;
}

.stages__description-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    padding-left: 181px;
    transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-bottom: 0;
}

.stages__description-list_active {
    margin-bottom: 50px;
}

.stages__description-item {
    font-size: 20px;
    display: flex;
    max-width: 526px;
}

.stages__main-container {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.stages__description-container {
    width: 100%;
}

.stages__list-item:last-of-type {
    border-bottom: none;
}

.stages__item-container {
    display: flex;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    flex-direction: column;
}

.stages__item-marker {
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-right: 91px;
}

.stages__item-text {
    max-width: 580px;
    width: 100%;
}

.stages__item-button {
    width: 47.5px;
    height: 47.5px;
    display: block;
    background-image: url("./images/arrowButton.svg");
    border: none;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 13px 5px;
    position: absolute;
    right: 19px;
    top: 13px;
    align-self: flex-start;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.stages__item-button_active {
    transform: rotate(55deg);
}

.contacts {
    padding: 0 0 123px 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.contacts__title {
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 50%, #a015ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 500px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.contacts__text-container {
    max-width: 580px;
}

.contacts__text-container:first-of-type {
    margin-right: 144px;
}

.contacts__container {
    margin-top: 50px;
    max-height: 197px;
    display: flex;
}

.contacts__subtitle {
    font-size: 20px;
    line-height: 130%;
}

.contacts__text {
    font-size: 44px;
    font-weight: 500;
    line-height: 130%;
}

.request {
    padding: 0 0 70px 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.request__form {
    display: flex;
    flex-direction: column;
}

.request__fieldset {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.request__label {
    display: flex;
    flex-direction: column;
}

.request__label-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
}

.request__input {
    height: 47px;
    min-height: 47px;
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 5px 3px;
    outline: none;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    resize: none;
}

.request__input_invalid {
    border-color: #f00;
    caret-color: #ed2a2a;
}

.request__input::placeholder {
    color: #c3c3c3;
}

/* for adding bg-color for btn */

.request__button {
    z-index: 1;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    margin-top: 37px;
    width: 580px;
    height: 76px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;

    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff5c45 0%, #a015ab 100%) border-box;
    border: 2px solid transparent;
    outline: none;
    transition: transform 0.3s ease-in-out;
}

.request__button-text {
    background: #ff5c45;
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 50%, #a015ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.request__button:hover > .request__button-text {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.request__button:active > .request__button-text {
    background: #ff5c45;
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 50%, #a015ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.request__button:active:not([disabled]) {
    transform: scale(0.92);
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff5c45 0%, #a015ab 100%) border-box;
    border: 2px solid transparent;
}

.request__button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.request__button:before {
    z-index: -1;
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    top: -2;
    left: -2;
    background-color: transparent;
    opacity: 0;
    width: 580px;
    height: 76px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    background: linear-gradient(90deg, #ff5c45 0%, #a015ab 100%);
    outline: none;
    transition: opacity 0.3s ease-in-out;
}

.request__button:active:before {
    opacity: 0 !important;
}

.request__button:not([disabled]):hover::before {
    opacity: 1;
}

.request__popup {
    box-sizing: border-box;
    padding: 43px 27px 240px;
    position: absolute;
    z-index: 2;
    top: 10;
    left: auto;
    width: 702px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}

.request__popup_invisible {
    display: none;
}

.request__close-button {
    align-self: flex-end;
    width: 52px;
    height: 52px;
    background-color: transparent;
    border: none;
    background-position: center;
    background-image: url(./images/closeButton.svg);
    transition: transform 0.15s ease-in-out;
}

.request__close-button:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.request__popup-text {
    text-align: start;
    margin: 145px auto 0 auto;
    max-width: 534px;
    font-size: 28px;
    font-weight: 400;
}

.request__popup-text-accent {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
}

.footer {
    border-top: 1px solid #c7c7c7;
}

.footer__container {
    box-sizing: border-box;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 39px 0 40px 0;
}

.footer__navigation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo {
    background: url("./images/logo.svg");
    width: 183px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center;
}

.footer__nav-links {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    list-style: none;
}

.footer__link {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.footer__logo-link {
    transition: 0.3s ease-in-out;
}

.footer__logo-link:hover {
    transform: scale(1.05);
}

.footer__logo-link:active {
    transform: scale(0.95);
}

.footer__link_terms {
    padding: 0;
}

.footer__link:hover {
    background: #ff5c45;
    background: linear-gradient(90deg, #e0f61a 0%, #ff5c45 50%, #a015ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    margin: -1px;
}

.footer__terms-container {
    /* width: 28px; */
    margin: 28px 0 0 auto;
    display: flex;
    flex-direction: column;
}

.footer__text {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

.footer__text_rights {
    margin-top: 20px;
}

@media screen and (max-width: 1220px) {
    .header__container {
        margin: 0 20px;
    }

    .lead {
        padding: 57px 0 207px 0;
        width: calc(100% - 40px);
    }

    .products {
        width: calc(100% - 40px);
    }
    .info {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 1220px) {
    .products {
        padding: 0 0 350px 0;
    }

    .products__cards-container {
        flex-direction: column;
        align-items: center;
        gap: 185px;
        margin-top: 48px;
    }

    .products__card {
        max-width: 704px;
        width: 100%;
        height: 566px;
        padding: 49px 113px 0 113px;
    }

    .products__mockup_first,
    .products__mockup_third {
        top: 43px;
    }

    .products__mockup {
        width: 214px;
        height: 463px;
    }

    .products__mockup-container::before {
        transform: translate(-50%, -50%) scale(1.7);
        top: 58%;
    }

    .stages {
        padding-bottom: 207px;
    }

    .stages__container {
        margin-top: 39px;
        gap: 24px;
    }

    .stages__title {
        font-size: 52px;
        margin-left: 20px;
    }

    .stages__title-container {
        align-self: flex-start;
    }

    .stages__item-marker {
        line-height: 100%;
        font-size: 107px;
        margin-right: 46px;
    }

    .stages__item-container {
        width: calc(100% - 40px);
    }

    .stages__item-text {
        font-size: 38px;
    }

    .stages__description-list {
        padding-left: 144px;
    }

    .stages__description-list_active {
        margin-bottom: 0;
    }

    .contacts {
        width: calc(100% - 40px);
        padding-bottom: 207px;
    }

    .contacts__title {
        font-size: 72px;
    }

    .contacts__container {
        margin-top: 41px;
        max-height: none;
    }

    .request {
        width: calc(100% - 40px);
        padding-bottom: 207px;
    }

    .request__title {
        font-size: 52px;
    }

    .footer__container {
        width: calc(100% - 40px);
        padding-top: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .lead__title {
        font-size: 70px;
    }

    .lead__text {
        font-size: 22px;
    }

    .products__title {
        font-size: 52px;
    }

    .products__accent {
        font-size: 72px;
    }

    .contacts__container {
        flex-direction: column;
        gap: 55px;
    }

    .contacts__text-container {
        max-width: 70%;
    }
    .info__head_title {
        font-size: 48px;
    }
    .info__head_text {
        font-size: 28px;
    }
    .info__head {
        height: 200px;
    }
}

@media screen and (max-width: 800px) {
    .header__navigation {
        display: none;
    }

    .header__burger {
        z-index: 1;
        margin-right: 10px;
        cursor: pointer;
        display: block;
        border: none;
        background-color: transparent;
        background-image: url("./images/burger.svg");
        width: 45px;
        height: 38px;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.1s ease-in-out;
    }

    .header__burger:active {
        transform: scale(0.9);
    }

    .header__burger-menu {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 3;
        position: fixed;
        padding: 40px 25px 0 45px;
        top: 0;
        right: 0;
        width: 254px;
        height: 100vh;
        transform: translateX(5px);
        transition: all 0.4s ease-in-out;
        background-color: #fff;
        border-left: 1px solid #c7c7c7;
    }

    .header__burger-menu_invisible {
        transform: translateX(255px);
    }

    .header__close {
        z-index: 3;
        align-self: flex-end;
        cursor: pointer;
        display: block;
        border: none;
        background-color: transparent;
        background-image: url("./images/closeMenu.svg");
        width: 44px;
        height: 44px;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.1s ease-in-out;
    }

    .header__close:active {
        transform: scale(0.8);
    }

    .header__burger-navigation {
        margin: 27px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header__nav-links {
        padding-right: 33px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    .info__head_text {
        font-size: 24px;
    }
}

@media screen and (max-width: 745px) {
    .header__container {
        padding: 25px 0;
    }

    .lead__title {
        font-size: 45px;
    }

    .lead {
        padding: 83px 0 113px 0;
    }

    .lead__text {
        font-size: 16px;
        margin-top: 11px;
    }

    .info__head_title {
        font-size: 32px;
    }
    .info__head_text {
        font-size: 18px;
    }

    .info__head {
        height: 150px;
    }

    .info {
        padding-bottom: 70px;
    }

    .info__bg {
        top: -80px;
    }

    .info__bg svg {
        width: 290px;
        height: 290px;
    }

    .info__content_title {
        font-size: 30px;
    }

    .info__content {
        margin-top: 24px;
    }

    .info__content_list_item {
        font-size: 16px;
        padding-left: 80px;
    }

    .info__content_list_item::before {
        width: 60px;
    }

    .products {
        padding: 0 0 212px 0;
    }

    .products__title {
        font-size: 36px;
    }

    .products__accent {
        font-size: 48px;
    }

    .products__cards-container {
        margin-top: 39px;
        gap: 190px;
    }

    .products__card {
        padding: 29px 19px 0 19px;
        height: 317px;
        min-height: 0;
        max-width: 420px;
    }

    .products__mockup-container::before {
        transform: translate(-50%, -50%) scale(1.2);
        top: 88%;
    }

    .products__card-title {
        font-size: 18px;
    }

    .products__mockup-container {
        margin-top: 25px;
    }

    .products__mockup_first,
    .products__mockup_third {
        top: 25px;
    }

    .products__mockup {
        width: 153px;
        height: 330px;
    }

    .stages {
        padding-bottom: 116px;
    }

    .stages__title {
        font-size: 36px;
    }

    .stages__container {
        gap: 18px;
    }

    .stages__main-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .stages__item-marker {
        font-size: 58px;
        line-height: 130%;
    }

    .stages__item-button {
        right: 11px;
    }

    .stages__item-text {
        font-size: 28px;
    }

    .stages__description-list {
        padding-left: 0;
    }

    .stages__description-list_active {
        margin-top: 20px;
    }

    .stages__description-item {
        font-size: 16px;
    }

    .contacts {
        padding-bottom: 113px;
    }

    .contacts__title {
        font-size: 48px;
    }

    .contacts__subtitle {
        font-size: 16px;
    }

    .contacts__text {
        font-size: 32px;
    }

    .contacts__container {
        gap: 23px;
    }

    .request {
        padding-bottom: 113px;
    }

    .request__title {
        font-size: 36px;
    }

    .request__fieldset {
        gap: 43px;
    }

    .request__label-text {
        font-size: 16px;
    }

    .request__input {
        font-size: 28px;
        height: 36px;
        min-height: 0;
    }

    .request__button {
        width: 350px;
        height: 60px;
        font-size: 28px;
        margin-top: 29px;
    }

    .request__button:active:before {
        width: 350px;
        height: 60px;
    }

    .request__button:before {
        width: 350px;
        height: 60px;
        font-size: 28px;
    }

    .request__popup {
        width: 350px;
    }

    .request__popup-text-accent {
        font-size: 28px;
    }

    .request__popup-text {
        font-size: 20px;
    }

    .footer__container {
        padding: 15px 0 35px 0;
    }

    .footer__navigation-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .footer__terms-container {
        margin: 58px auto 0 0;
    }

    .footer__text {
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .lead {
        padding-bottom: 80px;
    }
    .info__head_text {
        font-size: 14px;
    }

    .info__bg {
        top: -60px;
    }

    .info__bg svg {
        width: 270px;
        height: 270px;
    }
}

@media screen and (max-width: 500px) {
    .info__content_title {
        font-size: 24px;
    }
    .info__content_list_item {
        font-size: 14px;
        padding-left: 50px;
    }
    .info__content_list_item::before {
        width: 30px;
    }

    .info__content {
        padding-left: 15px;
    }

    .info__head_title {
        font-size: 28px;
    }

    .info__head {
        padding: 20px;
        height: auto;
    }

    .info__bg svg {
        width: 210px;
        height: 210px;
    }

    .info__bg {
        top: -45px;
        left: -45px;
    }

    .info__content_list {
        gap: 18px;
    }
}

@media screen and (max-width: 426px) {
    .products__card {
        padding: 29px 29px 0 29px;
        height: 317px;
        min-height: 0;
        max-width: 420px;
    }

    .products__card:nth-child(3) .products__mockup-container {
        margin-top: 40px;
    }

    .products__cards-container {
        gap: 175px;
    }

    .products__mockup {
        width: 126px;
        height: 273px;
    }

    .products__mockup-container::before {
        transform: translate(-50%, -50%) scale(1);
        top: 79%;
    }
}

@media screen and (max-width: 389px) {
    .lead__title {
        font-size: 51px;
    }

    .request__button {
        width: 315px;
    }

    .request__button:active {
        width: 315px;
    }

    .request__button:before {
        width: 315px;
    }

    .request__button:active:before {
        width: 315px;
    }

    .footer__link {
        padding: 10px 5px;
    }
}

/* Terms styles */

.terms {
    max-width: 1180px;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.terms__title {
    font-size: 58px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 130%;
}

.terms__text-container {
    margin-top: 50px;
}

.terms__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
    margin-top: 50px;
}

.terms__subtitle:first-of-type {
    margin-top: 0;
}

.terms__text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}

.terms__text_margin {
    margin-bottom: 17px;
}

@media screen and (max-width: 1220px) {
    .terms {
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width: 942px) {
    .terms__title {
        font-size: 52px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .terms__title {
        font-size: 36px;
    }
}
