.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 48%;
  margin-bottom: 50px;
  padding-right: 20px;
  -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;
  border-radius: 25px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.image {
  width: 100%;
  max-height: none;
  max-width: 220px;
  min-height: 250px;
  margin-right: 25px;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image._9 {
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}

.image._8 {
  -o-object-position: 20% 50%;
  object-position: 20% 50%;
}

.image._7 {
  -o-object-position: 20% 50%;
  object-position: 20% 50%;
}

.image._6 {
  -o-object-position: 25% 50%;
  object-position: 25% 50%;
}

.image._5 {
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.image._4 {
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

.txt_bold_20 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.txt_bold_20.mt_20 {
  margin-top: 30px;
}

.container {
  max-width: 1340px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-4 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item.w2 {
  font-weight: 600;
}

.image-2 {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: 20px;
}

.image-3 {
  margin-right: 20px;
}

.image-4 {
  margin-right: 20px;
}

.image-5 {
  width: 100%;
  max-height: 350px;
  min-height: 300px;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5._3 {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -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;
  border-radius: 25px;
  box-shadow: 0 0 15px 0 rgba(8, 64, 190, 0.08);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 30px;
  -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;
}

.div-block-7 {
         grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr  ;
    margin-top: 3rem;
        grid-auto-columns: 1fr;
    display: grid;
}

.button {
  width: 100%;
  max-width: 170px;
  min-height: 45px;
  margin-left: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #0840be;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #000222;
}

.button.white {
  max-width: 200px;
  margin-top: 50px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  color: #0840be;
}

.button.white:hover {
  background-color: transparent;
  color: #fff;
}

.button.left {
  max-width: 200px;
  margin-right: 30px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #0840be;
}

.button.left:hover {
  border-color: #fff;
  background-color: transparent;
}

.button.left.thx {
  max-width: 260px;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.image-6 {
  max-width: 80%;
}

.section {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 100px;
  border-bottom: 1px solid #f1eaff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #fff;
}

.link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -25px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 0px;
}

.div-block-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_oferta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 31%;
  min-height: 350px;
  margin-bottom: 50px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  box-shadow: 0 0 15px 0 rgba(8, 64, 190, 0.08);
  text-align: center;
}

.box_oferta.cta {
  background-color: #0840be;
  color: #fff;
  text-align: left;
}

.image-7 {
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-7.blik {
  padding-top: 10px;
  padding-bottom: 0px;
}

.text-block {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
}

.text-block-2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

.section-3 {
  min-height: 650px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f8fc), to(#fff));
  background-image: linear-gradient(180deg, #f3f8fc, #fff);
}

.div-block-10 {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.text-block-3 {
  margin-bottom: 40px;
  color: #0840be;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.text-field {
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.submit-button {
  width: 100%;
  max-width: 200px;
  min-height: 45px;
  border-radius: 5px;
  background-color: #0840be;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #000;
}

.checkbox-label {
  color: #999;
  font-size: 10px;
  line-height: 18px;
}

.checkbox-field {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-11 {
  position: relative;
  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;
}

.div-block-12 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
  min-height: 535px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-8 {
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

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

.section-5 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1920px;
  min-height: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #000;
  background-image: linear-gradient(45deg, #000 30%, transparent), url('../images/top.jpeg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px, 80% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-5.thx {
  margin-top: 0px;
  border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  min-height: 300px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.div-block-14.thx {
  margin-top: 0px;
  padding-bottom: 0px;
}

.heading-2 {
  margin-top: 0px;
  font-size: 50px;
  line-height: 65px;
}

.heading-2.thx {
  max-width: 75%;
  margin-top: 0px;
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 1000px;
  background-color: #0840be;
  color: #fff;
  text-align: center;
}

.div-block-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  min-height: 170px;
  min-width: 170px;
  margin-bottom: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 1000px;
  background-color: #fff;
  color: #0840be;
  text-align: center;
}

.div-block-18 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-5 {
  margin-bottom: -2px;
  text-transform: uppercase;
}

.text-block-6 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.navbar {
  min-height: 80px;
  background-color: transparent;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1340px;
  min-height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 180px;
  min-width: 180px;
}

.kontakt_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 45px;
  max-width: 120px;
  min-height: 45px;
  min-width: 120px;
  padding-top: 9px;
  padding-bottom: 9px;
  -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;
  border-radius: 5px;
  background-color: #0840be;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
  font-weight: 600;
}

.kontakt_menu:hover {
  background-color: #000;
}

.kontakt_menu.w--current {
  color: #fff;
}

.nav-link {
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 600;
}

.nav-link:hover {
  color: #0840be;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #0840be;
}

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

.link {
  color: #0840be;
  text-decoration: none;
}

.text-block-7 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 600;
  text-align: right;
}

.link-2 {
  color: #0840be;
  text-decoration: none;
}

.thx {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .div-block {
    max-width: 100%;
  }

  .div-block-5 {
  }


  .div-block-7 {

    grid-template-columns: 1fr  1fr;

}


  .div-block-8 {
    right: 5%;
  }

  .box_oferta {
    max-width: 48%;
  }

  .div-block-10 {
    width: 100%;
    max-width: none;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-12 {
    position: relative;
    margin-top: -100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-5.thx {
    min-height: 600px;
  }

  .div-block-14 {
    max-width: 60%;
  }

  .div-block-14.thx {
    max-width: 100%;
  }

  .heading-2.thx {
    max-width: 65%;
  }

  .div-block-15 {
    max-width: 40%;
  }

  .div-block-18 {
    margin-bottom: -20px;
  }

  .kontakt_menu {
    max-width: none;
    min-width: 0px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
  }

  .menu-button {
    border-radius: 100px;
    background-color: #0840be;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .div-block-5 {

  }

  .section {
    padding-top: 100px;
  }

  .div-block-12 {
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-5 {
    background-image: linear-gradient(45deg, #000 30%, transparent), url('../images/top.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 70% 50%, 0px 0px;
  }

  .section-5.thx {
    min-height: 600px;
	  margin-left: 10px;
	  margin-right: 10px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13.thx {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-14 {
    max-width: 80%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 55px;
  }

  .heading-2.thx {
    max-width: 75%;
  }

  .div-block-15 {
    max-width: 100%;
    padding-bottom: 80px;
    -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;
  }

  .div-block-16 {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    margin-right: -20px;
    margin-bottom: 0px;
  }

  .div-block-18 {
    position: relative;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-9 {
    min-width: 160px;
  }
}

@media screen and (max-width: 479px) {


    .div-block-7 {

    grid-template-columns: 1fr ;

}

  .div-block {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    max-width: 100%;
  }

  .txt_bold_20 {
    font-size: 18px;
  }

  .div-block-2 {
    margin-top: 0px;
    padding: 20px;
  }

  .div-block-5 {
    max-width: 100%;
  }

  .div-block-6 {
    padding: 20px;
  }

  .button.white.w2 {
    margin-top: 20px;
  }

  .button.left {
    margin-right: 20px;
  }

  .box_oferta {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .div-block-10 {
    padding: 20px;
  }

  .text-block-3 {
    margin-bottom: 20px;
  }

  .div-block-12 {
    padding-top: 50px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-8 {
    width: 100%;
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .section-4 {
    padding-bottom: 50px;
  }

  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/top.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/top.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 70% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .section-5.thx {
    min-height: 500px;
  }

  .div-block-14 {
    max-width: 100%;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-14.thx {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2.thx {
    max-width: 100%;
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-15 {
    padding-bottom: 0px;
  }

  .div-block-16 {
    padding-bottom: 45px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-17 {
    margin-right: 0px;
    margin-bottom: -100px;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-9 {
    min-width: 140px;
  }
}

