
* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
}

.white-background {
    background-color: #ffffff;
}

.grey-background {
    background-color: #f7f7f7;
}

.slider {
    display: flex;
    justify-content: center;
}

.container2 {
    max-width: 1170px;
}

.heading-big {
    color: #000000;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.heading-mid {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.heading-block {
    margin-bottom: 15px;
}

.blue {
    color: #1A65C0;
}

.banner__content_main_tb_text {
    line-height: 1.2;
    margin-bottom: 25px;
}

.bold {
    font-weight: 600;
}

.big-bold {
    font-weight: 700;
    font-size: 18px;
}

.text__big-red {
    color: #c83636;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}

.list-circle {
    line-height: 1.4;
    padding-left: 20px;
    list-style: circle outside;
    margin-bottom: 25px;
}

.list-circle li {
    margin-bottom: 5px;
}

.red-line {
    display: flex;
    justify-content: center;
}

.consumer-content {
    padding-top: 50px;
    padding-bottom: 40px;
}

.consumer-content__inner-block {
    display: flex;
}

.wrap {
    flex-direction: row-reverse;
}

.consumer-content__image_left {
    border-right: 3px solid #c83636;
}

.consumer_content__image_right {
    border-left: 3px solid #c83636;
}

.consumer-content__image-block {
    padding: 15px;
    flex-basis: 50%;
}

.consumer-content__text-block {
    padding: 15px;
    flex-basis: 50%;
}

.text {
    padding-bottom: 15px;
}

.alone {
    flex-basis: 100%;
}

.white-box {
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.white-box__consumer-form {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.white-box__consumer-text {
    margin: 20px;
}

.red-button {
    width: 250px;
    height: 50px;
    background-color: #c83636;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.consult-box__form {
    display: flex;
}

.consult-box__input {
    width: 400px;
    height: 50px;
    background-color: #eeeeee;
    border: none;
    padding: 15px;
    font-size: 16px;
    margin-right: 20px;
}

.consult__graph {
    display: flex;
}

.automation__table {
    padding-top: 70px;
    padding-bottom: 70px;
}

.automation__table-big {
    overflow: auto;
}

.automation__box {
    margin-bottom: 50px;
}

.automation__types {
    padding-bottom: 50px;
}

.automation__types_icons {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.automation__types_icons-block {
    width: 350px;
    padding: 30px;
}

.automation__graph {
    padding-top: 70px;
}


@media (max-width: 1187px) {
    .temp-container {
        padding: 20px;
    }

    .white-box {
        margin: 50px;
    }
}

@media (max-width: 1087px) {
    .temp-container {
        padding: 20px;
    }

    .white-box {
        margin: 50px;
    }

    .automation__types_icons-block {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .heading-big {
        font-size: 24px;
    }

    .heading-mid, .text__big-red {
        font-size: 20px;
    }

    .big-bold {
        font-size: 14px;
    }

    .temp-container {
        padding: 20px;
    }

    .consumer-content__inner-block {
        flex-direction: column;
        align-items: center;
    }

    .consumer-content__image_left {
        border-right: none;
        border-bottom: 3px solid #c83636;
        max-width: 370px;
    }

    .consumer_content__image_right {
        border-left: none;
        border-bottom: 3px solid #c83636;
        max-width: 370px;
    }

    .white-box__consumer-form {
        flex-direction: column;
    }

    .red-button {
        width: 200px;
        align-self: center;
    }

    .consult-box__form {
        flex-direction: column;
    }

    .consult-box__input {
        width: auto;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .banner2__content_main_img {

    }
}

@media (max-width: 450px) {
	.banner2__content_main_img {

	}
}

