 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;

 }

 .s {
     position: relative;
 }

 .s_cont {
     width: 100%;
     max-width: 1390px;
     padding: 0 5px;
     margin: 0 auto;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
 }

 .s_col {
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     flex-direction: column
 }

 .s_row {
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     flex-direction: row;
     justify-content: space-around;
     align-items: center
 }


 .s_row_rew {
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     flex-direction: row-reverse;
     justify-content: space-around;
     align-items: center
 }

 .block_size {
     width: 100%;
     max-width: 450px;
     padding: 0 15px;
 }


 /*section_section_section_*/
 /*section_section_section_*/
 /*section_section_section_*/
 /*section_section_section_*/
 /*section_section_section_*/
 /*section_section_section_*/
 /*section_section_section_*/

 .main_wrap {
     background-color: #9e9e9e;
 }

 .bg,
 .b {
     width: 100%;
 }

 .s_cont_block {
     position: absolute;
     transform: translate(-50%, -50%);
     top: 20%;
     left: 50%;
     text-align: center;
     color: #fff;
     width: 100%;
     max-width: 991px;

 }



 .s4 .s_cont_block,
 .s2 .s_cont_block {
     color: rgb(79, 79, 79);
 }

 .title {
     font-size: 28px;
     font-weight: 600;
     margin-bottom: 10px;
 }

 .descr {
     font-size: 21px
 }

 /*************************/
 /****************************/

 @media screen and (max-width: 1199px) {
     .s_cont_block {
         position: initial;
         color: rgb(79, 79, 79);
         transform: none;
         margin: 15px 0;
     }

     .title {
         font-size: 21px;
     }

     .descr {
         font-size: 18px
     }
 }
