@import './hero.css';
@import './progs.css';
@import './slider.css';
@import './about.css';
@import './partnrs.css';
@import './news.css';
@import './footer.css';

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

/*  style="background: url(<?=SITE_TEMPLATE_PATH?>/img/main_page/hero.jpg)"  */
.wrapper {
  width: 100%;
  height: auto;
  /* background: url('/local/templates/erv_new/img/main_page/hero.jpg'); */
  background: url('/local/templates/erv_new/img/banner_back2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #6898c7;
  position: relative;
  top:-115px;
  margin-bottom: -115px;
}

.wrapper {
  /* position: relative; */
  /* display: flex; */
  /* flex-direction: column; */
  /* min-width: 100vw; */
  /* overflow: hidden; */
  /* align-items: center; */
  /* font-family: "NeoSansPro"; */
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form__label.form_label-icon:after {
  content: '';
  background: url('/local/templates/erv_new/img/main_page/balun_erv.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  bottom: 16px;
  z-index: 100;
}

.section {
  margin: 0 auto;
  /* width: 1200px; */
  max-width: 1200px;
}

.section.hero {
  padding-top: 100px;
  padding-bottom: 177px;
}


#form_icon:before {
  content: '';
  background: url('/local/templates/erv_new/img/main_page/icon-calendar_erv.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 19px;
  bottom: 19px;
  width: 18px;
  height: 18px;
  z-index: 100;
}

#form_icons:before {
  content: '';
  background: url('/local/templates/erv_new/img/main_page/icon-calendar_erv.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 19px;
  bottom: 19px;
  width: 18px;
  height: 18px;
  z-index: 100;
}

.section__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* margin: 63px 0 0 0; */
}

.ui-datepicker-calendar .highlight {background-color: #b0d7ed !important;}

/* *********************************************************************** */
/******************* media screen for background 03.11.2019*****************/
/* *********************************************************************** */
/* background: #6898c7; */
/* @media screen and (max-width: 1300px) {
  .wrapper {
    background: url('/local/templates/erv_new/img/main_page/hero.jpg');
    
  }
} */

@media screen and (max-width: 1200px) {
  .wrapper {
    background: url('/local/templates/erv_new/img/main_page/hero-min-1200.jpg');
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    background: url('/local/templates/erv_new/img/main_page/hero-min1024.jpg');
  }
}