.body_home {
  min-width: 320px;
  font-family: arial, sans-serif;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #16a0db;
}

.div_cont-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/фон-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/фон-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  font-weight: 300;
}

.text-block-3 {
  margin-bottom: 90px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.button {
  padding: 25px 40px;
  border-radius: 2px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
}

.button:hover {
  background-color: #1761a1;
}

.section-3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/№2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div_cont-min {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-top: 0px;
  color: #16a0db;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.text-block-4 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 38px;
  line-height: 42px;
}

.text-block-5 {
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.text-span {
  color: #16a0db;
  font-weight: 500;
}

.div-block {
  width: 33.33%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.text-block-6 {
  margin-top: 20px;
  color: #111;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.section-4 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/image-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col041 {
  width: 40%;
  padding-top: 80px;
  padding-bottom: 110px;
  float: left;
  background-color: #16a0db;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
}

.col42 {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 110px;
  padding-left: 60px;
  float: left;
}

.div-block-2 {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #16a0db;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
}

.col-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.col-price:hover {
  border-right: 8px solid #16a0db;
  background-color: #fff;
  color: #16a0db;
}

.image {
  margin-left: 20px;
}

.text-block-7 {
  width: 70%;
  float: left;
  font-size: 16px;
  font-weight: 500;
}
table tbody tr td {
  width: 30%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  padding-top: 6px;
  padding-bottom: 6px;
}
table tbody tr td:first-child {
  width: 70%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}

.text-block-71 {
  width: 30%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.row-tab {
  padding-top: 8px;
  padding-bottom: 8px;
}

table tbody tr {
  padding-top: 8px;
  padding-bottom: 8px;
}

.div_cont-min-4 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/image-4.3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-offer {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: -140px auto 80px;
  padding: 40px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #111;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.button-2 {
  width: 260px;
  margin-left: 60px;
  padding: 25px 40px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  background-color: #1761a1;
}

.button-3 {
  padding: 25px 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
}

.button-3:hover {
  background-color: #1761a1;
}

.text-block-72 {
  width: 260px;
  padding: 25px 40px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
      border: none;
}

.text-block-72:hover {
  background-color: #ebebeb;
}

.div_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-2-copy {
  margin-top: 0px;
  color: #16a0db;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.heading-51 {
  margin-top: 0px;
  color: #16a0db;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-52 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
}

.col-5 {
  width: 33.33%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  text-align: center;
}

.div-block-3 {
  margin-top: 60px;
}

.section-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.col-6 {
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  text-align: center;
}

.text-block-66 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.button-4 {
  padding: 2px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #16a0db;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #16a0db;
  font-size: 11px;
  font-weight: 700;
}

.button-4:hover {
  background-color: #16a0db;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
}

.section-7 {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/image-7.1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div_cont-top-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_cont-7 {
  display: block;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  width: 40%;
  padding: 10px;
  float: left;
}

.col-71 {
  width: 40%;
  padding: 10px;
  float: left;
}

.col-72 {
  width: 60%;
  padding: 0px;
  float: left;
}

.div-block-5 {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.section-8 {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #e2ebf3;
}

.section-9 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url('../images/№2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  width: 50%;
}

.div-block-7 {
  width: 50%;
  padding: 10px;
}

.div-block-8 {
  position: relative;
  margin-right: 60px;
  margin-left: 40px;
  text-align: center;
}

.text-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.button-5 {
  width: 260px;
  padding: 25px 40px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  text-align: center;
}

.button-5:hover {
  background-color: #1761a1;
}

.image-2 {
  position: absolute;
  left: -20px;
  top: 40px;
  right: auto;
  bottom: auto;
  display: none;
}

.section-10 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-11 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #111;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-10 {
  width: 40%;
  padding: 10px 10px 10px 40px;
}

.div-block-11 {
  width: 60%;
}

.html-embed {
  overflow: hidden;
  height: 350px;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}

.tel-lock-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #16a0db;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.text-block-11 {
  margin-top: 20px;
  color: #111;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.div_cont-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.end-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.end-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-seti {
  margin: 5px;
}

.link {
  color: #16a0db;
  text-decoration: none;
}

.text-block-end {
  padding-top: 5px;
  padding-bottom: 0px;
  color: #16a0db;
  font-size: 13px;
}

.link-dm {
  margin: 5px;
}

.top-adres0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-adres00 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.modal {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #111;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}

.div_form-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
  border-radius: 4px;
  background-color: #141618;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.45);
}

.heading-modal {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  max-width: 34px;
}

.text-span-2 {
  color: #16a0db;
  font-weight: 500;
}

.text-block-min {
  margin-top: 20px;
  color: #5c5c5c;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .text-block {
    font-size: 12px;
  }
  .section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .col041 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .col42 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .section-5 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .div-block-offer {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-2 {
    margin-left: 20px;
  }
  .section-6 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .image-2 {
    left: -60px;
  }
  .section-10 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .end-adres {
    width: 30%;
  }
  .top-adres0 {
    display: none;
  }
  .modal {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-adres {
    margin-left: 20px;
  }
  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .text-block-3 {
    margin-bottom: 60px;
    font-size: 20px;
  }
  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-block-4 {
    font-size: 30px;
    line-height: 30px;
  }
  .text-block-5 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .col041 {
    width: 100%;
    padding: 30px 20px;
  }
  .heading-3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .col42 {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .div-block-2 {
    display: none;
  }
  .heading-31 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .div_cont-min-4 {
    display: block;
  }
  .section-5 {
    padding-bottom: 30px;
  }
  .div-block-offer {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-5 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  .button-2 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .div_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-52 {
    font-size: 30px;
    line-height: 30px;
  }
  .col-5 {
    width: 50%;
  }
  .div-block-3 {
    margin-top: 30px;
  }
  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .col-6 {
    width: 50%;
  }
  .section-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div_cont-7 {
    margin-top: 30px;
  }
  .section-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row-9 {
    display: block;
  }
  .div-block-6 {
    width: 100%;
    text-align: center;
  }
  .div-block-7 {
    width: 100%;
  }
  .image-2 {
    left: -30px;
  }
  .section-10 {
    padding-bottom: 30px;
  }
  .div-block-10 {
    display: block;
    margin-top: 30px;
  }
  .col-10 {
    width: 100%;
    margin-top: 20px;
  }
  .div-block-11 {
    width: 100%;
  }
  .html-embed {
    height: 300px;
  }
  .div_cont-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .end-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .end-adres {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .end-adres {
    margin-left: 0px;
  }
  .image-3 {
    max-width: 150px;
  }
  .modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div_form-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-modal {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  .top-adres00 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div_cont-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-left {
    width: 100%;
  }
  .top-right {
    width: 100%;
  }
  .top-adres {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    line-height: 40px;
  }
  .text-block-4 {
    font-size: 24px;
  }
  .text-block-5 {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block {
    width: 100%;
  }
  .text-block-6 {
    margin-top: 10px;
  }
  .col041 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-3 {
    font-size: 26px;
  }
  .col42 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .heading-31 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .col-price:hover {
    border-right-width: 0px;
  }
  .text-block-7 {
    font-size: 14px;
  }
  .text-block-71 {
    font-size: 14px;
  }
  table tbody tr td {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  table tbody tr td:first-child {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .row-tab {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  table tbody tr {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .heading-5 {
    font-size: 24px;
    line-height: 24px;
  }
  .text-block-52 {
    font-size: 24px;
    line-height: 24px;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    height: 200px;
  }
  .col-71 {
    width: 40%;
  }
  .col-72 {
    width: 60%;
  }
  .div-block-5 {
    width: 50%;
  }
  .div-block-8 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-2 {
    display: none;
  }
  .col-10 {
    padding-left: 10px;
  }
  .div_form-modal {
    padding: 20px;
  }
  .heading-modal {
    font-size: 24px;
    line-height: 24px;
  }
  .text-block-min {
    margin-top: 10px;
  }
}

/* -------------------------------------------- */

#jGrowl {
  font-size:18px;
  margin:5px !important; 
}
/*.jGrowl.top-right {
  top:40% !important;
  width:30% !important; 
  left:35% !important; 
}*/
#jGrowl .jGrowl-notification {
  position: relative;
  width: 300px;
  padding: 35px 10px 35px 10px;
  text-align:center;
  border-radius: 0px !important;
  background: none repeat 0 0 #fff !important;
  border: 0px solid rgba(255, 255, 255, 0.49) !important;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16) !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #111 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
  color:#111 !important;
}

/* ---------------------------------------------------------------------- */

.uk-link:hover, a:hover {
  /*color: #fff;*/
  text-decoration: none;
}
.uk-link, a {
  /*color: #fff;*/
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-family: arial, sans-serif;
}

.uk-close {
  color: #222;
}

/* -------------------------------------------- */

#modal .uk-modal-dialog {
    padding: 0px 0px;
    width: auto;
    background: transparent;
}


