.langBlock { position: relative; padding: 0 0 0 20px;}
.langBlock a { display: block; text-decoration: none; color: #000; font-weight: 500;}

.menu {
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}

.container {
  height: 90px;
}

.logo {
  width: 90px;
  height: 80px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.menuwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tel-wrap {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nembertelwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 16px 25px 14px;
  -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: 255px;
  background-image: -webkit-linear-gradient(0deg, #f85c5c, #f28053);
  background-image: linear-gradient(90deg, #f85c5c, #f28053);
  box-shadow: 0 5px 25px 0 rgba(213, 52, 25, .45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.link:hover {
  background-image: -webkit-linear-gradient(0deg, #f85c5c, #ff4800);
  background-image: linear-gradient(90deg, #f85c5c, #ff4800);
  box-shadow: 0 1px 35px 0 rgba(213, 52, 25, .7);
}

.link-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.link-tel {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.body {
  font-family: Rubik, sans-serif;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 0px;
  margin-left: 20px;
}

.section {
  width: 100%;
  height: 728px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 90%, #f8f8f8), url('../images/bgnew.png'), -webkit-linear-gradient(270deg, #f8f8f8, #f8f8f8);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 90%, #f8f8f8), url('../images/bgnew.png'), linear-gradient(180deg, #f8f8f8, #f8f8f8);
  background-position: 0px 0px, 50% 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  text-align: center;
}

.heading {
  margin-top: 125px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.text-block-copy {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.orange {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
}

.div-block-2 {
  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;
}

.text-block-2 {
  position: relative;
  z-index: 9;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #f85c5c, #f28053);
  background-image: linear-gradient(90deg, #f85c5c, #f28053);
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.circl-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  -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: 255px;
  background-color: #eef8ff;
  -webkit-transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
}

.circl1:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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: 20px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
}

.f-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -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: 1px solid #e6e6e6;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-5 {
  padding: 30px 50px 10px;
  text-align: left;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field {
  height: 40px;
  margin-bottom: 15px;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-top: 15px;
  -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: 10px;
  background-image: -webkit-linear-gradient(270deg, #f28053, #f85c5c);
  background-image: linear-gradient(180deg, #f28053, #f85c5c);
  box-shadow: 0 5px 25px 0 rgba(213, 52, 25, .45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.submit-button:hover {
  background-image: -webkit-linear-gradient(270deg, #ff6123, #f85c5c);
  background-image: linear-gradient(180deg, #ff6123, #f85c5c);
  box-shadow: 0 2px 45px 0 rgba(213, 52, 25, .65);
}

.paragraph-2 {
  color: #b8b8b8;
  font-size: 12px;
  line-height: 16px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.container-3 {
  padding-top: 70px;
  padding-bottom: 80px;
}

.grayline {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.div-block-6 {
  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-7 {
  width: 55%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -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: 2px solid #f85c5c;
  border-radius: 255px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .15);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-10 {
  padding: 40px 40px 0px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.imgwrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.div-block-12 {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}

.heading-5 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.section-3 {
  position: relative;
}

.container-4 {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

.heading-6 {
  position: relative;
  z-index: 9;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  font-size: 28px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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-14 {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.bold-text {
  display: inline-block;
}

.div-block-15 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #f85c5c, #f28053);
  background-image: linear-gradient(90deg, #f85c5c, #f28053);
  -webkit-transform: skew(-12deg, 0deg);
  -ms-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}

.div-block-16 {
  position: absolute;
  width: 100%;
  height: 300px;
  background-image: url('../images/4567567.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
}

.div-block-18 {
  width: 320px;
  text-align: left;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  color: #4d85c5;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 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;
  border-top: 1px none #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.text-block-4 {
  color: #7a7c7d;
}

._34 {
  margin-left: 10px;
  color: #333;
  text-align: right;
}

.div-block-21 {
  margin-top: 20px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/234999.png');
  background-position: 90% 25px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
}

.text-block-5 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.submit-button-2 {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, #f28053, #f85c5c);
  background-image: linear-gradient(180deg, #f28053, #f85c5c);
  box-shadow: 0 5px 25px 0 rgba(248, 92, 92, .4);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.submit-button-2:hover {
  background-image: -webkit-linear-gradient(270deg, #ff692e, #f85c5c);
  background-image: linear-gradient(180deg, #ff692e, #f85c5c);
  box-shadow: 0 2px 35px 0 rgba(248, 92, 92, .6);
}

.text-field-2 {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}

.slider {
  height: auto;
  border-radius: 10px;
  background-color: transparent;
}

.text-block-32 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #4d85c5;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.slide-nav {
  bottom: -40px;
  height: 40px;
  padding-top: 15px;
  font-size: 10px;
}

.right-arrow {
  width: 40px;
  font-size: 26px;
}

.left-arrow {
  width: 40px;
  font-size: 26px;
}

.slide {
  overflow: hidden;
  border-radius: 10px;
}

.div-block-22 {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background-color: #e0e0e0;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox-link {
  overflow: hidden;
  min-width: 28%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
}

.lightbox-link.lbmini {
  width: 50%;
}

.section-4 {
  overflow: hidden;
  background-color: #f8f8f8;
}

.container-5 {
  padding-top: 80px;
  padding-bottom: 0px;
  text-align: center;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

.div-block-24 {
  width: 300px;
  margin-bottom: 40px;
  padding: 30px 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.div-block-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-33 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.form {
  text-align: left;
}

.div-block-26 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  position: absolute;
  left: -17px;
  bottom: 0px;
  z-index: 10;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  position: absolute;
  left: 260px;
  top: 40px;
  z-index: 11;
}

.link-3 {
  position: absolute;
  top: 319px;
  right: 333px;
  bottom: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 60px;
  padding-left: 50px;
  -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: 10px;
  background-color: #fff;
  background-image: url('../images/downloads.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
  color: #338dff;
  line-height: 18px;
  text-align: left;
}

.text-block-34 {
  position: relative;
  left: 441px;
  top: 169px;
  z-index: 20;
  display: block;
  width: 200px;
  text-align: left;
}

.bname {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-5 {
  background-color: #cddff2;
}

.container-6 {
  height: 780px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.container-7 {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.div-block-28 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}

.text-block-35 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #4358aa;
}

.div-block-30 {
  display: none;
  padding: 15px 0px 15px 15px;
  border-radius: 10px;
  background-color: #fff;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  text-align: left;
}

.div-block-31 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.section-6 {
  background-image: url('../images/450645.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-8 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}

.div-block-33 {
  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-34 {
  text-align: left;
}

.text-block-36 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -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;
}

.div-block-36 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 40px 70px 40px 225px;
  border-radius: 10px;
  background-color: rgba(8, 8, 8, .4);
  background-image: url('../images/warning.png');
  background-position: 66px 50%;
  background-repeat: no-repeat;
  line-height: 25px;
  text-align: left;
}

.text-block-37 {
  margin-bottom: 0px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-38 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.section-7 {
  height: 600px;
  background-color: #ebded9;
}

.container-9 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.section-8 {
  background-color: #f4f4f4;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 10px;
  -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-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 35px 20px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-4 {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

.container-10 {
  padding-top: 80px;
  padding-bottom: 50px;
  color: #333;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  line-height: 44px;
  font-weight: 400;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-44 {
  position: relative;
  z-index: 20;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  border-radius: 255px;
  background-image: -webkit-linear-gradient(90deg, #f85c5c, #f28053);
  background-image: linear-gradient(0deg, #f85c5c, #f28053);
}

.div-block-45 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-46 {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
}

.text-block-39 {
  color: #34538a;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-11 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-47 {
  margin-bottom: 30px;
  color: #333;
  line-height: 22px;
}

.paragraph-5 {
  margin-bottom: 30px;
}

.lightbox-link-2 {
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.div-block-48 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: -9px;
  margin-left: -10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-49 {
  position: relative;
  z-index: 20;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  border-radius: 255px;
  background-image: -webkit-linear-gradient(90deg, #f85c5c, #f28053);
  background-image: linear-gradient(0deg, #f85c5c, #f28053);
}

.div-block-50 {
  margin-bottom: 30px;
  padding: 40px 40px 10px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, #4674c2, #507ee7);
  background-image: linear-gradient(90deg, #4674c2, #507ee7);
  color: #fff;
  line-height: 22px;
}

.section-9 {
  color: #fff;
}

.text-block-333 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.image-4 {
  position: absolute;
}

.image-5 {
  position: absolute;
  left: 125px;
  top: 50px;
}

.text-block-334 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 26px;
}

.heading-12 {
  position: relative;
  z-index: 9;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
}

.div-block-56 {
  display: block;
  margin-top: 60px;
  padding: 40px 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
  text-align: left;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-58 {
  width: 50%;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.text-block-335 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-span {
  color: #335294;
  font-weight: 700;
}

.text-block-336 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-337 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 22px;
}

.div-block-60 {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 255px;
  background-image: -webkit-linear-gradient(90deg, #f85c5c, #f28053);
  background-image: linear-gradient(0deg, #f85c5c, #f28053);
}

.div-block-61 {
  position: relative;
}

.div-block-62 {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.text-block-338 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

._44 {
  color: #315191;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox-link-3 {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.heading-13 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  text-align: left;
}

.img {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.img3 {
  display: inline-block;
  overflow: hidden;
  min-width: 380px;
  margin-right: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.heading-14 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-3-2 {
  position: relative;
  background-color: #f4f4f4;
}

.container-11 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 44px;
  font-weight: 400;
}

.div-block-68 {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
}

.div-block-69 {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

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

.text-block-339 {
  line-height: 22px;
}

.column {
  padding-top: 30px;
}

.image-6 {
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.div-block-71 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 10px;
  background-color: #f4f4f4;
  background-image: url('../images/catalog.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.heading-16 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 70px;
  margin-top: 15px;
  padding-left: 50px;
  -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: 10px;
  background-image: url('../images/45678.png'), -webkit-linear-gradient(270deg, #f28053, #f85c5c);
  background-image: url('../images/45678.png'), linear-gradient(180deg, #f28053, #f85c5c);
  background-position: 24px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 5px 25px 0 rgba(213, 52, 25, .45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.btn:hover {
  background-image: url('../images/45678.png'), -webkit-linear-gradient(270deg, #ff6123, #f85c5c);
  background-image: url('../images/45678.png'), linear-gradient(180deg, #ff6123, #f85c5c);
  background-position: 24px 50%, 0px 0px;
  background-size: auto, auto;
  box-shadow: 0 2px 45px 0 rgba(213, 52, 25, .65);
}

.div-block-72 {
  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;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-340 {
  margin-left: 50px;
}

.section-10 {
  background-color: #f4f4f4;
}

._16 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 44px;
  font-weight: 400;
}

.text-block-341 {
  font-size: 18px;
  line-height: 28px;
}

.container-12 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-17 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  text-align: center;
}

.adresscard {
  position: relative;
  overflow: hidden;
  min-height: 130px;
  padding: 20px 30px 10px;
  border-radius: 20px;
  background-color: #f4f4f4;
}

.text-block-342 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.absolutimg {
  position: absolute;
  top: -11px;
  right: 30px;
  max-width: 100%;
}

.div-block-73 {
  margin-top: 40px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.heading-18 {
  font-family: Montserrat, sans-serif;
  line-height: 36px;
  font-weight: 400;
}

.heading-92 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
}

.container-13 {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 35px 35px 25px;
  -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: 10px;
  background-color: #f4f4f4;
}

.form-block {
  width: 400px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-field-3 {
  min-height: 120px;
  margin-bottom: 15px;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}

.frmbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 15px;
  padding: 0px 30px;
  -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: 255px;
  background-image: -webkit-linear-gradient(0deg, #f85c5c, #f28053);
  background-image: linear-gradient(90deg, #f85c5c, #f28053);
  box-shadow: 0 5px 25px 0 rgba(213, 52, 25, .45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.frmbtn:hover {
  background-image: -webkit-linear-gradient(0deg, #f85c5c, #ff4800);
  background-image: linear-gradient(90deg, #f85c5c, #ff4800);
  box-shadow: 0 1px 35px 0 rgba(213, 52, 25, .7);
}

.section-11 {
  height: 480px;
}

.mapsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -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;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.link-block {
  position: relative;
  top: -14px;
  width: 100px;
  height: 120px;
}

.html-embed-2 {
  width: 100%;
}

.footer {
  height: 40px;
  background-color: #333;
}

.container-14 {
  display: block;
  height: 40px;
  padding-top: 11px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #7e7e7e;
  font-size: 12px;
}

.text-block-343 {
  float: left;
}

.link-4 {
  float: right;
  border-bottom: 1px dotted #787878;
  color: #7a7a7a;
  text-decoration: none;
}

.div-block-75 {
  display: inline-block;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-color: rgba(0, 0, 0, .8);
}

.text-block-711 {
  display: inline-block;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.div-block-24-2 {
  position: relative;
  width: 380px;
  margin-bottom: 40px;
  padding: 30px 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

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

.link-block-2 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('../images/close-button.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-2:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.developer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-color: rgba(0, 0, 0, .8);
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('../images/close-button.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lightbox-link-4 {
  overflow: hidden;
  margin-left: 10px;
  border-radius: 10px;
}

.div-block-76 {
  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;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-82 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

.text-block-3343 {
  margin-top: 15px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-653 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 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-block-664 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-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;
}

.text-block-3344 {
  display: inline-block;
  margin-bottom: 4px;
  color: #333;
  text-decoration: none;
}

.lightbox-link-5 {
  overflow: hidden;
  width: 18%;
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.div-block-17-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px;
  -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: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
}

.div-block-665 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.html-embed-3 {
  width: 480px;
}

.div-block-666 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-5 {
  color: #333;
  text-decoration: none;
}

.prodflexwrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

html.w-mod-js *[data-ix="dalmodalmain"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="vevmain"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .heading-6 {
    font-size: 24px;
  }
  .div-block-23 {
    -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;
  }
  .lightbox-link {
    margin-bottom: 20px;
  }
  .container-5 {
    padding-top: 60px;
  }
  .heading-8 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .div-block-24 {
    position: relative;
    z-index: 10;
  }
  .div-block-25 {
    padding-top: 30px;
  }
  .image {
    z-index: 2;
    max-width: 80%;
  }
  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-2 {
    left: 138px;
    top: 116px;
    z-index: 1;
    display: none;
  }
  .link-3 {
    left: 235px;
    top: 400px;
    display: none;
  }
  .text-block-34 {
    left: 285px;
    top: -8px;
  }
  .container-6 {
    height: auto;
  }
  .div-block-29 {
    height: auto;
    margin-bottom: 20px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-3 {
    font-size: 14px;
  }
  .div-block-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-39 {
    width: 50%;
  }
  .text-block-38 {
    font-size: 18px;
  }
  .div-block-40 {
    height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-4 {
    margin-top: -30px;
  }
  .heading-9 {
    font-size: 24px;
  }
  .heading-10 {
    font-size: 24px;
  }
  .image-5 {
    left: 18px;
    top: 25px;
  }
  .text-block-334 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .text-block-338 {
    font-size: 14px;
    line-height: 22px;
  }
  .div-block-65 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lightbox-link-3 {
    display: block;
    overflow: hidden;
    box-shadow: none;
  }
  .img3 {
    margin-right: 30px;
  }
  .heading-14 {
    font-size: 16px;
  }
  .heading-16 {
    width: 60%;
  }
  ._16 {
    font-size: 24px;
    line-height: 36px;
  }
  .text-block-341 {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-17 {
    font-size: 24px;
  }
  .heading-92 {
    font-size: 24px;
  }
  .container-13 {
    padding-top: 60px;
  }
  .image-7 {
    position: relative;
    left: 0px;
    top: -15px;
    max-width: 80%;
    margin-top: -40px;
  }
  .lightbox-link-4 {
    max-height: 90px;
    margin-right: 15px;
  }
  .text-block-713 {
    width: 50%;
  }
  .heading-82 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .text-block-3343 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .div-block-653 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-664 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col2 {
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 767px) {
  .langBlock {
    position: absolute;
    padding: 0 0 0 20px;
    right: 15px;
    top: 30px;
  }
  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 110px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-25 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    left: -61px;
  }
  .text-block-34 {
    left: 24px;
    top: 239px;
  }
  .div-block-40 {
    height: 350px;
  }
  .div-block-41 {
    padding-top: 25px;
  }
  .heading-92 {
    margin-bottom: 20px;
    line-height: 36px;
  }
  .image-7 {
    top: -36px;
  }
}

@media (max-width: 479px) {
  .container {
    height: auto;
  }
  .menuwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tel-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nembertelwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }
  .div-block {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph {
    margin-left: 10px;
  }
  .section {
    height: auto;
  }
  .heading {
    margin-top: 40px;
    font-size: 24px;
    line-height: 32px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .circl-wrapper {
    margin-bottom: 20px;
  }
  .circl1 {
    width: 90px;
    height: 90px;
  }
  .formwrap {
    margin-right: 5px;
    margin-left: 5px;
  }
  .heading-2 {
    font-size: 16px;
  }
  .div-block-5 {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-7 {
    width: 100%;
  }
  .div-block-8 {
    margin-top: -20px;
  }
  .ico {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
  }
  .div-block-10 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .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 {
    margin-top: 20px;
    padding-left: 0px;
  }
  .container-4 {
    padding-top: 60px;
  }
  .heading-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 28px;
  }
  .div-block-13 {
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-17 {
    margin-top: 30px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18 {
    width: 100%;
  }
  .div-block-19 {
    padding-right: 0px;
  }
  .div-block-21 {
    padding: 20px;
  }
  .div-block-23 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-8 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .div-block-24 {
    width: auto;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-block-25 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image {
    position: relative;
    left: 32px;
    top: 0px;
    bottom: auto;
    margin-top: 60px;
  }
  .div-block-27 {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block-34 {
    position: absolute;
    left: 21px;
    top: -9px;
    font-size: 12px;
  }
  .bname {
    font-size: 16px;
  }
  .container-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-7 {
    padding-bottom: 1px;
  }
  .div-block-29 {
    width: auto;
    height: auto;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-30 {
    padding: 10px 5px 10px 10px;
  }
  .container-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .text-block-36 {
    margin-left: 5px;
    font-size: 12px;
    line-height: 22px;
  }
  .div-block-35 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-36 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 25px 25px;
    background-size: 60px;
  }
  .div-block-37 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-39 {
    width: auto;
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-38 {
    text-align: center;
  }
  .section-7 {
    height: auto;
  }
  .container-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-40 {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .heading-9 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-10 {
    margin-left: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .div-block-45 {
    margin-right: 20px;
  }
  .heading-11 {
    font-size: 18px;
  }
  .div-block-47 {
    margin-right: 10px;
  }
  .div-block-50 {
    margin-right: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-5 {
    position: relative;
    left: 0px;
    width: 240px;
  }
  .text-block-334 {
    margin-bottom: 0px;
  }
  .heading-12 {
    font-size: 20px;
    text-align: center;
  }
  .div-block-56 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-58 {
    width: 100%;
  }
  .div-block-59 {
    width: 100%;
  }
  .text-block-338 {
    margin-bottom: 20px;
  }
  .div-block-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-65 {
    width: auto;
  }
  .heading-13 {
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 20px;
    text-align: left;
  }
  .div-block-66 {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img3 {
    min-width: auto;
    margin-bottom: 20px;
  }
  .container-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading-15 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .div-block-68 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-69 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column {
    padding-top: 0px;
  }
  .div-block-71 {
    padding: 20px 20px 266px;
  }
  .heading-16 {
    width: auto;
  }
  .btn {
    width: auto;
    font-size: 10px;
  }
  .div-block-72 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-340 {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 14px;
  }
  ._16 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-block-341 {
    margin-bottom: 25px;
  }
  .container-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .adresscard {
    margin-bottom: 15px;
  }
  .absolutimg {
    top: 33px;
    right: 18px;
  }
  .div-block-73 {
    padding: 20px;
  }
  .heading-18 {
    font-size: 18px;
    line-height: 28px;
  }
  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-74 {
    padding: 15px;
  }
  .footer {
    height: auto;
  }
  .container-14 {
    height: 80px;
    text-align: center;
  }
  .text-block-343 {
    margin-bottom: 15px;
    float: none;
  }
  .link-4 {
    display: inline-block;
    float: none;
  }
  .image-7 {
    left: 0px;
    margin-top: 15px;
  }
  .lightbox-link-4 {
    max-height: auto;
  }
  .text-block-713 {
    width: auto;
  }
  .div-block-76 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .text-block-714 {
    font-size: 14px;
  }
  .div-block-78 {
    margin-bottom: 20px;
  }
  .bigcircl {
    width: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bold-text-2 {
    font-size: 20px;
  }
  .container-15 {
    padding: 60px 10px 20px;
  }
  .heading-82 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .text-block-3343 {
    margin-bottom: 0px;
  }
  .div-block-79 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-653 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .div-block-664 {
    width: auto;
    margin-left: 0px;
  }
  .lightbox-link-5 {
    width: 100%;
    margin-bottom: 10px;
  }
  .div-block-17-2 {
    margin-top: 30px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-665 {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .html-embed-3 {
    width: auto;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-666 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prodflexwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col2 {
    width: 100%;
  }
  .col1 {
    width: 100%;
  }
}

