

/* Start:/bitrix/templates/snosim/css/shemaStyle.css?17296257661877*/
.schema {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.schema-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 0 60px 0;
}
.schema-header > h2 {
    color: #000000;
    padding: 0 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.schema-header img {
    height: 10px;
}
.schema-header img:last-child {
    transform: rotate(180deg);
}
.schema__item {
    height: auto;
    width: calc((100% - 60px)/3);
    min-width: 300px;
    padding-bottom: 45px;
}
.schema__title {
    display: flex;
    padding-bottom: 30px;
    align-items: center;
}
.schema__text {
    color: #313131;
    font-size: 18px;
    font-weight: bold;
}
.schema__number {
    width: 100px;
    height: 100px;
    background-image: url(/img/img/number-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    line-height: 100px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
}
.schema__icon {
    padding-left: 20px;
    height: 100px;
    width: calc(100% - 100px);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.schema__icon img:last-child {
    padding-right: 20px;
}
.next3, .next6,
.next9, .next12 {
    display: none;
}

@media (max-width: 1038px) {
    .schema-header img {
        display: none;
    }
    .schema-header h2 {
        text-align: center;
    }
    .next3, .next9 {
        display: block;
    }
    .next2, .next4, .next8, .next10 {
        display: none;
    }
}
@media (max-width: 600px) {
    .next1, .next3, .next5, .next7, .next9, .next11  {
        display: none;
    }
}
/* End */
/* /bitrix/templates/snosim/css/shemaStyle.css?17296257661877 */
