.technological-calculation {
    font-family: 'Roboto';
}

.technological-calculation__divider {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
}

.technological-calculation__title {
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #DF0008;
}

.technological-calculation__section {
    margin-bottom: 48px;
}

.technological-calculation__ul {
    padding-left: 25px;
    list-style: disc;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 16px;
}

.section__title {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;

    color: #515461;
}

.furniture-list {
    display: grid;
    grid-template-columns: 64px 64px 64px 64px 64px;
    gap: 90px;
}

.furniture-list__item {
    width: 64px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.furniture-list__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #515461;
    white-space: nowrap;
}

.services-list {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
}

.services-list__ol {
    padding-left: 25px;
}

.photo-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.photo-list .img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.photo-list .img-hor {
    width: 400px;
    height: 300px;
    border-radius: 10px;
}

.project-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    row-gap: 25px;
}

.project-list__item {
    max-width: 335px;
    display: flex;
    gap: 10px;
}

.project-list__img {
    width: 34px;
    height: 34px;
}

.project-list__text {
    font-size: 14px;
    line-height: 16px;
    color: #515461;
}

.needed-to-calculate {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 25px;
}

.needed-to-calculate__item {
    max-width: 215px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.needed-to-calculate__img {
    width: 40px;
    height: 40px;
}

.needed-to-calculate__text {
    font-weight: 550;
    font-size: 15px;
    line-height: 130%;
    color: #515461;
}

.info__section {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.info__box {
    padding: 15px 25px 25px;
    background: #F5F5F7;
    border-radius: 10px;
}

.info__title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #515461;
}

.info__text1 {
    margin-bottom: 15px;
    font-family: 'NeueMachinaBold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 31px;
    color: #49D376;
}

.info__text11 {
    margin-bottom: 15px;
    font-family: 'NeueMachinaBold';
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #49D376;
}

.info__text2 {
    margin-bottom: 20px;
    font-family: 'NeueMachinaBold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 84px;
    color: #49D376;
}

.info__text3 {
    font-size: 64px;
}

.info__text4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.info__box-background {
    background-image: url("./svg/FREE.svg");
    background-position-x: center;
    background-position-y: 101%;
    background-repeat: no-repeat;
    background-size: calc(100% - 24px);
}

.greenFormCheckbox__label {
    padding-left: 0 !important;
}


.info-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0;
    overflow: hidden;
}

.info-banner>picture {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.info-banner__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    padding: 24px 0 24px 32px;
    flex: 1;
}

.info-banner__btn {
    flex: 1;
    text-align: center;
}

.info-banner__btn>a {
    background: #DF0008;
    padding: 12px 40px;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}

.info-banner__image {}

@media (max-width: 1200px) {
    .info__section {
        grid-template-rows: 368px;
    }

    .info__form {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
}

@media (max-width: 1024px) {
    .project-list {
        grid-template-columns: 1fr 1fr;
    }

    .needed-to-calculate {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .section__title {
        font-size: 18px;
        line-height: 21px;
    }

    .furniture-list {
        padding-right: 100px;
        justify-content: space-between;
        column-gap: 0;
        row-gap: 10px;
    }

    .info-banner__title {
        font-size: 20px;
        padding: 16px 0 16px 16px;
    }
}

@media (max-width: 768px) {
    .furniture-list {
        padding-right: 0;
        display: grid;
        grid-template-columns: 64px 64px 64px;
        justify-content: space-between;
        row-gap: 10px;
    }

    .services-list {
        font-size: 14px;
    }

    .info__form .form2 {
        display: flex !important;
        flex-direction: column;
    }

    .info__section {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .greenFormTextarea {
        height: 256px
    }

    .info-banner {
        flex-direction: column;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .info-banner__title {
        width: 100%;
        padding: 16px;
        margin-bottom: 8px;
    }

    .info-banner__btn {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0 16px;
    }

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

    .info__box-background {
        min-height: 256px;
    }
}

@media (max-width: 600px) {
    .info__form {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }

    .info__box {}

    .info__form .form2 .footer {
        flex-direction: column !important;
    }

    .greenFormButton {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .project-list {
        grid-template-columns: 1fr;
    }

    .needed-to-calculate {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 330px) {
    .photo-list .img {
        width: 290px;
        height: 290px;
        border-radius: 10px;
    }
}

.greenFormInput {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 3px !important;
    border: 1px solid #bfc1c7 !important;
    box-sizing: border-box !important;
    font-family: Roboto !important;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #515461 !important;
    background: #fff !important;
}

.greenFormInput:hover {
    padding: 10px !important;
    border: 1px solid #df0008 !important;
}

.greenFormInput:focus {
    padding: 9px;
    border: 2px solid #df0008;
    outline: 0
}

.greenFormInput.error {
    border-color: red !important;
}

.greenFormInput__wrapper {
    width: 100%
}

.greenFormInput__title {
    margin-bottom: 8px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #A8A8A8;
}

.greenFormInput__mark {
    color: red
}

.greenFormCheckbox {
    display: none
}

.greenFormCheckbox__wrapper {
    display: inline-flex;
    align-items: center
}

.greenFormCheckbox__label {
    margin: 0 5px 0 0;
    width: auto;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.greenFormCheckbox__label .greenFormLink {
    color: #df0008 !important
}

.greenFormCheckbox+.greenFormCheckbox__label::before {
    content: "";
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 4px;
    border: 2px solid #bfc1c7;
    display: block;
    background-color: #fff;
    cursor: pointer
}

.greenFormCheckbox:hover+.greenFormCheckbox__label::before {
    border-color: #df0008
}

.greenFormCheckbox:checked+.greenFormCheckbox__label::before {
    border-color: #df0008;
    background-color: #fff;
    background-image: url(./svg/checkboxMark.svg);
    background-repeat: no-repeat;
    background-position: center
}

.greenFormCheckbox.error+.greenFormCheckbox__label::before {
    border-color: red !important;
}

.greenFormCheckbox__title {
    display: inline-flex;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #a8a8a8
}

.greenFormCheckbox__subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #919399
}

.greenFormCheckbox__text {
    align-self: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2c2d2e
}

.greenFormCheckbox__privacy {
    max-width: 320px
}

.greenFormCheckbox__hint {
    padding: 5px
}

.greenFormButton {
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #df0008;
    color: #fff;
    cursor: pointer
}

@media (max-width: 767px) {
    .greenFormCheckbox__privacy {
        max-width: 100%
    }
}

.greenFormTextarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #bfc1c7;
    border-radius: 5px;
    flex-grow: 1;
    font-family: Roboto;
    font-size: 16px;
    line-height: 16px;
    resize: none;
    color: #2c2d2e;
    background: #fff
}

.greenFormTextarea:hover {
    padding: 10px;
    border: 1px solid #df0008
}

.greenFormTextarea:focus {
    padding: 9px;
    border: 2px solid #df0008;
    outline: 0
}

.greenFormTextarea__label {
    margin: 0 5px 0 0;
    width: auto;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.greenFormTextarea__label .greenFormLink {
    color: #df0008 !important
}

.greenFormTextarea__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.greenFormTextarea__title {
    margin-bottom: 8px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #A8A8A8
}

.greenFormTextarea__mark {
    color: #df0008
}

.info__form {
    /*margin-top: -40px;*/
    /*padding-top: 40px;*/
    /*margin-bottom: 65px;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*gap: 25px*/
}

.info__form .form2 {
    width: 100%;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    background-color: #F5F5F7;
    gap: 15px 15px
}

.info__form .form2 .title {
    grid-column-start: 1;
    grid-column-end: 3;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

    color: #515461;

}

.info__form .form2 .title.complete {
    color: #49D376;
}

.info__form .form2 .greenFormInput-name {
    grid-column-start: 1;
    grid-column-end: 2
}

.info__form .form2 .greenFormInput-phone {
    grid-column-start: 1;
    grid-column-end: 2
}

.info__form .form2 .greenFormInput-email {
    grid-column-start: 1;
    grid-column-end: 2
}

.info__form .form2 .greenFormTextarea__wrapper {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5
}

.info__form .form2 .footer {
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px
}