*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.s{
    position: relative
}

.s_cont{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.s_col{
    display: flex;
    flex-direction: column;
}
.s_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.s_row_rew{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
}

.block_size{
    width: 100%;
    max-width: 650px;
    padding: 0 15px;
}

/***********/
/***********/
/***********/


.bg,
.b{
width: 100%;
}


.c_block{
    text-align: center;
        margin: 35px auto;
}

.c_block :is(.title, .descr){
    width: 100%;
    max-width: 991px;
    margin: 0 auto 10px;
}

.s10 .s_cont_block,
.s1 .s_cont_block{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; 
    color: #fff
}

.s1 .s_cont_block :is(.title){
    margin: 50px 0;
}

.s1 .s_cont_block img:first-of-type{
    max-width: 120px
}

.s1 .s_cont_block img:last-of-type{
    max-width: 420px
}

.title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.descr{ 
font-size: 21px;
}

.s2,
.ss,
.s12{
    background-color: #D80020;
    color: #fff;
    padding: 50px 0;
        margin-top: -5px;
}

.s3 img{
max-width: 350px;
margin: 35px auto;}


.list_block,
.s5 .s_cont_block,
.s12 .s_cont_block,
.lists_block,
.card_block,
.s_cont_blocks{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
        margin: 25px auto;
}


 

.s3 .item{
    width: 100%;
    max-width: 23%;
    margin-bottom: 25px;
    text-align: center
}

.item_title{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item_descr{
    font-size: 19px;
}

.note{
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
}

.s4 .s_cont_block{
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 5%;
    color: #fff
}

  .items,
.s12 .items,
.s_cont_blocks .s_cont_block{
    max-width: 45%;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
    font-size: 19px;
}

.s_cont_blocks .s_cont_block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
        justify-content: flex-end;
}

.s_cont_blocks img{
        max-width: 350px;
    margin: 0 auto 20px;
    
}


  .items_title{
    font-weight: 600;
    margin-bottom: 10px;
    color: #E20027;
}

.s12 .items_title{
    color: #fff;
}

.s6 .items{
    max-width: 31%;
}
.s8 .item{
    max-width: 18%
}

.item_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between
}


.item_titles{
    font-size: 19px;
    margin-top: 10px;
}
.s9 img{
    max-width: 360px
}

.item_text{
    font-size: 19px
}

.s10::before{
        background: rgba(0,0,0,0.5);
    content: ""; 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.card_item{
width: 100%;
    max-width: 31%;
    margin-bottom: 35px;
    border: 1px solid #424242;
    border-radius: 5px
}

.card_item :is(.card_title, .card_texts){
    padding: 15px;
}
.card_title{
        background-color: #424242;
        color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
}


.s9 .s_cont_block{
    margin: 35px auto; 
}
.items_ico{
    margin-bottom: 10px;
}
/***********/
/***********/
/***********/
@media screen and (max-width: 1199px) {
.s_row,
    .s_row_rew,
    .item_row{
        flex-direction: column
    }
    
    .s10 .s_cont_block, .s1 .s_cont_block,
    .s4 .s_cont_block{
    position: initial;
    transform: none;
    color: #000;
}
    .s2, .ss, .s12 { 
    padding: 0; 
}
    
    .title {
    font-size: 21px;
    }
    .descr{
        font-size: 18px
    }
    .s3 .item,
    .items, .s12 .items, .s_cont_blocks .s_cont_block,
    .s6 .items,
    .card_item{  
max-width: 100%
    }
    .s10::before{
        content: none
    }
    
    .s11 img{
        width: 100%;
        max-width: 320px
    }
    
    .item_text{
        margin-top: 15px;
    }
    .s_cont_block{
        margin: 15px 0;
    }
    .block_size{
        max-width: 100%
    }
    .s1 .s_cont_block img:last-of-type { 
    background: #000000fc;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .s_row,
    .item_row{
        flex-direction: row
    }
    
    .s_row_rew{
              flex-direction: row-reverse
    }
    .s3 .item, .items, .s12 .items, .s_cont_blocks .s_cont_block, .s6 .items, .card_item {
    max-width: 45%;
}
}