.main {
    background-image: url('../img/img_info_page/main_.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    height: 400px;
}
.main__content{
    padding-top: 93px;
    max-width: 1000px;
    margin: 0 auto;
}
.main__title{
    color: #196E2A;
    font-size: 37.394px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.371px;
    margin-bottom: 57px;
}
.main__desce{
    color: #196E2A;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.371px;
    margin-bottom: 67px;
    max-width: 466px;
}
.main__btn{
    color: #FFF;
    text-align: center;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.371px;
    background-color: #C28024;
    padding: 10px 32px;
    margin-bottom: 76px;
    text-decoration: none;
}

.main__btn:hover{
    color: #FFF;
}

.who{
    margin-top: 75px;
}
.who__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 92px;
}
.who__inner-2{
    gap: 30px;
}
.who__content{
    max-width: 477px;
}
.who__content-2 {
    max-width: 578px;
}
.who__title{
    color: #000;
    margin-top: 33px;
    font-size: 37.394px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 47px;
}
.who__descr {
    color: #000;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.catalog {
    margin-top: 75px;
}
.catalog-2{
    margin-top: 75px;
}
.catalog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.catalog__title{
    color: #000;
    text-align: center;
    font-size: 37.394px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.catalog__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 180px;
    margin-top: 54px;
    margin-bottom: 54px;
}
.catalog__block-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 54px;
    margin-bottom: 54px;
}
.catalog__image {
    width: 100%;
}
.catalog__image-2{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.catalog__img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.catalog__name,
.catalog__name-2{
    color: #000;
    margin-top: 46px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.catalog__name {
    font-size: 28px;
}
.catalog__btn{
    color: #FFF;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.371px;
    background-color: #000;
    padding: 13px 52px;
    text-align: center;
    display: inline-block;
    width: 238px;
    text-decoration: none;
}
.catalog__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.catalog__item-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20%;
}
.catalog__name-2{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.catalog__name-2 a {
    color: #000;
}
.catalog__btn-2{
    color: #FFF;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.371px;
    background-color: #C28024;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #C28024;
}
.catalog__btn-2:hover {
    background: #fff;
    border: 1px solid #C28024;
}
.catalog__descr{
    color: #000;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 671px;
    text-align: center;
    margin-top: 20px;
}
.catalog__descr-link{
    text-decoration: none;
}
.catalog__end{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.catalog__end-btn{
    color: #FFF;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.371px;
    background-color: #C28024;
    padding: 13px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.catalog__content-title{
    color: #000;
    font-size: 31.394px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}
.catalog__content-descr{
    color: #000;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.view{
    margin-top: 47px;
}
.view__title{
    color: #000;
    text-transform: uppercase;
    font-size: 23.371px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    background-color: #196E2A;
    text-align: center;
    padding: 10px;
    margin-bottom: 47px;
}
.view__img{
    height: 150px;
}
.view__content{
    background-color: #FBFBFB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.view__block{
    padding: 65px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 47px;
    max-width: 1000px;
}
.view__item-2{
    width: calc(33.33% - 32px);
}
.view__icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 21px;
}
.view__name{
    color: #000;
    text-align: center;
    font-size: 28.046px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 21px;
}
.view__descr{
    color: #000;
    text-align: center;
    font-size: 18.697px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.view__descr-span{
    color: #191C6E;
    display: inline-block;
}
.view__descr-span--2{
    font-weight: bold;
    display: inline-block;
}


.information {
    margin-top: 47px;
}
.information__inner{
    background: url('../img/img_info_page/information/information.webp'), lightgray 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 42px 0 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.information__title{
    text-align: center;
    color: #FFF;
    font-size: 28.046px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}
.information__btn{
    color: #FFF;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #C28024;
    padding: 11px 20px;
    text-decoration: none;
}
.information__btn:hover{
    color: #fff;
}


.clients{
    margin-top: 75px;
}

.clients__title{
    color: #000;
    text-align: center;
    font-size: 37.394px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 67px;
}

.clients__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px 43px;
}
.clients__item{
    width: 220px;
    height: 197px;
}


.choosing{
    margin-top: 47px;
}
.choosing__inner{
    padding: 87px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 92px;
    background-color: #FBFBFB;
}
.choosing__title{
    color: #000;
    margin-top: 33px;
    font-size: 37.394px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 47px;
}
.choosing__content{
    max-width: 473px;
}
.choosing__descr{
    color: #000;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.choosing__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
}
.choosing__item svg{
    width: 27.461px;
    height: 35.708px;
}
.choosing__item + .choosing__item{
    margin-top: 38px;
}

.feedback{
    padding: 96px 0;
}

.feedback__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 113px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.feedback__inner-2{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.feedback__title{
    color: #000;
    font-size: 37.394px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}
.feedback__regarding{
    color: #000;
    font-size: 23.371px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.feedback__choice{
    color: #000;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 13px;
}
.feedback__choice a{
    font-weight: 700;
    color: inherit;
    text-decoration: none;
}
.feedback__choice + .feedback__choice{
    margin-top: 24px;
}
.feedback__content{
    max-width: 454px;
}
.feedback__content-form{
    max-width: 414px;
}
.feedback__content-form-2{
    max-width: 100%;
}
.feedback__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.feedback__form-input{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 2px);
    color: #000;
    font-size: 16.36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    height: 43px;
    padding: 0 16px;
    border: 0.292px solid #000;
    background: rgba(153, 153, 153, 0.19);
    outline: none;
    vertical-align:middle;
}
.feedback__form-textarea{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    color: #000;
    font-size: 16.36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    height: 130px;
    padding: 20px 16px;
    border: 0.292px solid #000;
    background: rgba(153, 153, 153, 0.19);
    outline: none;
    resize: none;
    vertical-align:middle;
}


.calculator{
    margin-top: 50px;
}

.calculator__inner{
    border: 2px solid #000;
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.calculator__title{
    color: #000;
    text-align: center;
    font-size: 37.394px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.calculator__content{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 77px;
}

.calculator__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.calculator__name{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.calculator__select, .calculator__select_model {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 300px;
    padding: 5px 10px;
}
.calculator__input{
    color: #000;
    font-size: 22.046px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 122px;
    width: 122px;
    padding: 5px 10px;
}
.calculator__item:first-child, .calculator__item:nth-child(2) {
    margin-bottom: 20px;
}
.calculator__block:last-child .calculator__name:first-child{
    margin-bottom: 25px;
}
.calculator__name-price,
.calculator__name-discount{
    font-weight: 700;
}


.calculator__btn{
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    color: #FFF;
    font-size: 21.034px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.371px;
    background-color: #C28024;
    padding: 13px 50px;
    text-decoration: none;
    text-transform: uppercase;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border: none;
    cursor: pointer;
}


@media (max-width: 1000px){
    .main {
        background-position: right -83px top;
    }
    .catalog__block-2{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 50px 10px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .catalog__item-2{
        width: 30%;
    }
}

@media (max-width: 975px){
    .view__block{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .view__item{
        width: calc(50% - 24px);
    }
    .who__inner,
    .choosing__inner,
    .feedback__inner{
        gap: 50px;
    }
    .who__image{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .who__img,
    .choosing__img{
        width: 100%;
    }
    .choosing__image{
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .information__title{
        max-width: 868px;
    }
    .catalog__block{
        gap: 80px;
    }
}
@media (max-width: 830px){
    .catalog__item-2{
        width: calc(50% - 5px);
    }
    .catalog__block-2{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .catalog__end{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .catalog__content-title,
    .catalog__content-descr{
        text-align: center;
    }
    .view__item-2{
        width: 50%;
    }
}

@media (max-width: 830px){
    .who__inner,
    .choosing__inner,
    .feedback__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .who__img, .choosing__img {
        width: 70%;
    }
    .choosing__image{
        width: 100%;
    }
    .who__content,
    .choosing__content,
    .feedback__content,
    .feedback__content-form{
        max-width: 100%;
    }
    .who__title{
        margin-top: 0;
    }
    .who{
        padding-bottom: 30px;
    }
    .feedback{
        padding: 40px 0;
    }
    .feedback__inner{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .calculator__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 600px;
        gap: 30px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .calculator__block{
        width: 100%;
    }
}

@media (max-width: 722px){
    .main {
        background-position: left -342px top;
    }
}

@media (max-width: 502px){
    .view__block{
        gap: 75px;
    }
    .catalog{
        margin-top: 75px;
    }
    .catalog-2{
        margin-top: 15px;
    }
    .catalog__end{
        margin-top: 15px;
        gap: 15px;
    }
    .main{
        margin-bottom: 20px;
    }
    .main__title{
        font-size: 31.394px;
        line-height: 32.371px;
        margin-bottom: 25px;
        text-align: center;
    }
    .main__desce{
        font-size: 17.394px;
        text-align: center;
        line-height: 22.371px;
        margin-bottom: 25px;
    }
    .main__btn{
        font-size: 15.034px;
        display: block;
    }
    .who__img, .choosing__img {
        width: 100%;
    }
    .who__title,
    .catalog__title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .who__descr{
        font-size: 17.394px;
    }
    .who__inner, .choosing__inner, .feedback__inner {
        gap: 40px;
    }
    .catalog__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .catalog__name{
        font-size: 21px;
        margin-top: 15px;
    }
    .catalog__item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .catalog__image {
        width: 80%;
    }
    .view__title,
    .information__title{
        font-size: 17.394px;
    }
    .view__icon {
        margin-bottom: 15px;
    }
    .view__name {
        font-size: 20.046px;
        margin-bottom: 15px;
    }
    .view__descr{
        font-size: 17.394px;
    }
    .information__title{
        margin-bottom: 15px;
    }
    .information__btn{
        font-size: 15.034px;
        padding: 8px 18px;
    }
    .clients__title{
        text-align: center;
        font-size: 30px;
        margin-bottom: 40px;
    }
    .clients__item{
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    .clients__img{
        width: 100%;
    }
    .clients__block{
        gap: 35px;
    }
    .choosing__title{
        font-size: 30px;
        line-height: 32.371px;
        margin-bottom: 25px;
    }
    .choosing__item + .choosing__item {
        margin-top: 20px;
    }
    .feedback__title{
        font-size: 30px;
        line-height: 32.371px;
        margin-bottom: 25px;
    }
    .choosing__descr{
        font-size: 17px;
    }
    .choosing__item svg {
        width: 20.461px;
        height: 27.708px;
    }
    .choosing__item {
        gap: 5px;
    }
    .feedback__form input{
        font-size: 13.36px;
        height: 37px;
        padding: 0 10px;
    }
    .feedback__form textarea{
        font-size: 13.36px;
        padding: 10px 10px;
    }
    .feedback__regarding {
        font-size: 17.371px;
        margin-bottom: 15px;
        padding-left: 5px;
    }
    .feedback__choice {
        font-size: 15.034px;
        padding-left: 5px;
    }
    .feedback__choice + .feedback__choice {
        margin-top: 15px;
    }
    .view__item{
        width: 100%;
    }
    .catalog__btn {
        font-size: 15.034px;
        padding: 10px 44px;
        width: auto;
    }
    .view__item-2{
        width: 100%;
    }
    .calculator{
        margin-top: 50px;
    }
    .catalog__descr{
        margin-top: 0;
        font-size: 17.394px;
    }
    .catalog__name-2{
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .catalog__btn-2{
        font-size: 15.034px;
        padding: 5px 0;
        width: 100%;
    }
    .catalog__image-2 {
        height: 150px;
    }
    .catalog__content-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .catalog__content-descr{
        font-size: 17.394px;
    }
    .catalog__end-btn{
        font-size: 15.034px;
        padding: 5px 0;
        width: 100%;
    }
    .calculator__title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .calculator__name{
        font-size: 20.046px;
    }
    .calculator__select, .calculator__select_model{
        font-size: 17.394px;
        max-width: 100%;
        width: 100%;
    }
    .calculator__input{
        font-size: 17.394px;
        width: calc(100% - 23px);
        max-width: calc(100% - 23px);
    }
    .calculator__btn{
        font-size: 15.034px;
        padding: 5px 0;
        width: 100%;
    }
    .calculator__name{
        gap: 5px;
    }
    .calculator__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .calculator__content{
        margin-top: 30px;
    }
    /*.calculator__name{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: end;
    }*/
    .view__img{
        height: 100px;
    }
    .catalog{
        margin-top: 30px;
    }
}


.feedback__inner-2 .feedback__regarding,
.feedback__choice{
    padding-left: 0;
}

@media (min-width: 1200px) {
    .calculator__block:first-child {
        min-width: 420px;
    }

    .calculator__block:last-child {
        min-width: 300px;
    }
}