
.tat-gradient {
  background-image: linear-gradient(
                  135deg,
                  #c13323 0%,
                  #c13323 60%,
                  #fff 60%,
                  #fff 70%,
                  #61ae56 70%,
                  #61ae56
  );
}
@media (min-width: 1600px) {

  #hero {

    background-image: url('../img/style2/pattern.png'); 
    background-repeat: repeat-x;
    background-position: left bottom;

  }

  #news {
    padding-bottom: 10rem;
    background-image: url('../img/style2/right-side-first.png');
    background-repeat: no-repeat;
    background-position: 100% 121%;
  }

  #cover1 {
    background-color: #0053a3;
        /* removed 16.01.2022
    zayavka 269 
    background-image:  url('../img/style2/center.png'), linear-gradient(rgba(0,0,0,0.22), rgba(0,0,0,0.5));
    */
    background-size: 60rem, cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }


  #education {
    background-image: url('../img/style2/left-side.png'), url('../img/style2/right-side.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 0 50%, 100% 50%;
  }


  /* Подумать */
  #cover2 {
    background-image: url('../img/style2/center3.jpg');
    background-repeat: no-repeat;
    background-position:  center center;
  }
  // Replace with image absolute positioned
  / * #footer {
    background-image: url('../img/style2/pattern-footer.png');
    background-repeat: repeat-y;
    background-position: 0 bottom;
  }
  */
}
