#screen1 h1 {
  font-size: 56px; }
  @media (max-width: 1023px) {
    #screen1 h1 {
      font-size: 39px;
      line-height: 45px; } }

.header_image {
      margin-bottom: -89px;
	  margin-right: -100px;
 }
  @media (max-width: 1023px) {
    .header_image {
      margin-bottom: 30px; } }

#screen1 {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/df1.png); }
  #screen1 .header_half:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1023px) {
      #screen1 .header_half:last-of-type {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: block;
        padding-top: 40px; } }

#screen3 {
  background: url(../img/ss2.jpg) 50% 50% no-repeat;
  background-size: cover; }
  #screen3 .button_holder {
    padding-top: 57px; }
    @media (max-width: 1023px) {
      #screen3 .button_holder {
        padding-top: 10px; } }

#screen5 {
  background: url(../img/df2.png) 50% 50% no-repeat;
  background-size: cover; }
  
  
.durak_img{
      max-width: 670px;
}
