body{
  padding:0;
  margin:0;
  min-height: 1024px;
  padding-bottom: 60px;
  position: relative;
}
.fon-image{
  width: 100%;
  height: 1024px;
  object-fit: cover;
  object-position: top left; 
}
.fon-center-image{
  position: absolute;
  top: 50px;
  height: 1000px;
  left: calc(50vw - 450px);
  width: calc(100vw - (50vw - 433px));
  object-fit: cover;
  object-position: top left;
}
.fon-image-middle{
  width: 100%;
  position: absolute;
  top: 1024px;
  left: 0;
  z-index: 0;
}
.fon-image-bottom{
  width: 100%;
  height: 45px;
  object-fit: cover;
  object-position: top left; 
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-container{
  position: relative;
}
.header-blue{
  background-color: #253FF6;
  line-height: 56px;
  border-radius: 28px;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-family: 'HeliosCondBoldItalic';
  text-align: center;
  padding: 0 40px;
  text-transform: uppercase;
  display: inline-block;
}
.header-blue:hover{
  color: #fff;
}
.topgroup{
  margin-top: -90px;
}
.face{
  display: block;
  width: 192px;
  max-width: 100%;
}
.face-header{
  color: #253FF6;
  font-family: 'HeliosCondBoldItalic';
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}
.face-text{
  color: #000;
  font-family: 'HeliosCondBoldItalic';
  font-size: 14px;
  margin-top: 18px;
  text-align: center;
}
.middle-group{
  padding-left:25%;
}
.programma{
  margin-top: 18px;
  padding: 0;
}
.programma-element{
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
}
.programma-title{
  font-family: 'HeliosCondBoldItalic';
}
.programma-text{
  text-transform: uppercase;
  font-family: 'HeliosCondItalic';
  margin-top: 20px;
  font-size: 18px;
}
.bottom-group{
  padding-left: 30%;

  background-image: url(map.png);
  background-position: left top;
  background-size: 190px auto;
  background-repeat: no-repeat;
}
.bottom-text{
  font-size: 16px;
  text-transform: uppercase;
}
.bottom-header{
  margin: 25px 0;
  font-size: 22px;
  color: #253FF6;
  font-family: 'HeliosCondBoldItalic';
  font-weight: 900;
  text-transform: uppercase;
}
.bottom-small{
  font-size: 12px;
  font-family: 'HeliosCondItalic';
}
.leftheader{
  margin-left: -10%;
}
.formbutton{
  margin-top: 50px;
  cursor: pointer;
}

@media(max-width: 992px) {
  body{
    min-height: 700px;
  }
  .fon-image{
    height: 700px;
  }
  .fon-center-image{
    top: 20px;
    height: 650px;
    left: calc(35px);
    width: calc(100vw - 52px);
  }
  .fon-image-middle{
    top: 700px;
  }
  .topgroup{
    margin-top: -40px;
  }
  .middle-group{
    padding-left: 30px;
  }
  .bottom-group{
    background-size: 130px auto;
    background-position: left 30px  top;
    text-align: center;
    padding-left: 0;
  }
  .leftheader{
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }
  body .header-container{
    display: block !important;
    text-align: center;
  }
  .face{
    width: 100px;
  }
}
@media(max-width: 767px) {
  .fon-image-middle{
    position: absolute;
    right: 0;
    left: auto;
    top: 1000px;
    width: 35%;
  }
}
@media(max-width: 500px) {
  body{
    min-height: 300px;
  }
  .fon-image{
    height: 300px;
  }
  .fon-center-image{
    top: 10px;
    height: 280px;
    left: calc(50vw - 50%);
    width: calc(100vw -(50vw - 49%));
  }
  .fon-image-middle{
    top: 860px;
  }
  .face-header{
    font-size: 12px;
  }
  .face-text{
    font-size: 12px;
  }

}