
.a-cookies {
  display: none;
  z-index: 999;
  position: fixed;
  background: #f3f3f3;
  max-width: 700px;
   left: 10px;
   right: 10px;
   bottom: 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.a-cookies__text {
  color: #1b1f12;
}
.a-cookies__btn {
  flex-shrink: 0;
  border: none;
  background: rgb(94 99 99);
  width: 80px;
  height: 54px;
  color: #ffffff;
  border-radius: 5px;
}
.a-cookies.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input_radio_ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}
.radio_ok_text {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
.input_radio_check {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #eee;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0px 0px #fafafa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  /* background-image: url(../images/done-g.svg); */
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.input_radio_check label {
  cursor: pointer;
}
.input_radio_check:hover {
  border-color: #019cdf;
  background-color: #ffffff;
  box-shadow: inset 0 0 0px 0px #fafafa;
  
}
.input_radio_check:checked {
  border-color: #019cdf;
  background-color: #019cdf;
  box-shadow: inset 0 0 0px 0px #fafafa;
}

.body {
  min-width: 320px;
  font-family: Roboto, sans-serif;
  color: #111;
  font-size: 18px;
  font-weight: 300;
}

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

.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-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;
}

.div-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: left;
  text-decoration: none;
}

.text-block {
  margin-left: 5px;
  padding-left: 0px;
  color: #005586;
  font-size: 16px;
  line-height: 15px;
}

.top-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.text-block-2 {
  display: block;
  margin-left: 10px;
  color: #111;
  font-size: 14px;
  line-height: 16px;
}

.adress-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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-style: solid;
  border-width: 1px;
  border-color: rgba(33, 49, 67, 0.25);
  border-radius: 100px;
}

.top-adress-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.top-adress-3 {
  margin-left: 40px;
}

.button {
  width: 160px;
  height: 36px;
  border-radius: 2px;
  background-color: #019cdf;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  text-align: center;
}

.button:hover {
  background-color: #01358b;
}

.top-menu {
  display: none;
  margin-left: 25px;
}

.image {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.link {
  color: #0e0e0e;
  text-decoration: none;
}

.link:hover {
  color: #0070ba;
}

.section-2 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: linear-gradient(160deg, rgba(1, 53, 139, 0.8), rgba(25, 163, 225, 0.8)), url('../images/Rectangle-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cont-1 {
  position: relative;
  z-index: 5;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
      width: 100%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.text-block-3 {
  width: 33.33%;
  float: left;
  color: #fff;
}

.menu-site {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button-2 {
  position: absolute;
  left: 214px;
  top: 207px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.link-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  height: 40px;
  -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;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.link-menu:hover {
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #124364;
}

.div-block-2 {
  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-transition: all 200ms ease;
  transition: all 200ms ease;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.arow-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.arow-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  -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;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.arow-l:hover {
  background-color: #fff;
}

.arow-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.arow-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: -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;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.arow-r:hover {
  background-color: #fff;
}

.heading-3 {
  margin: 0px auto 40px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

.cont {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.col2 {
  width: 25%;
  padding: 10px;
  float: left;
}

.block2 {
  position: relative;
  height: 400px;
  padding-bottom: 30px;
  padding-left: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.block2:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-block-4 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 26px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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: linear-gradient(200deg, rgba(1, 53, 139, 0.75), rgba(25, 163, 225, 0.75)), url('../images/Rectangle-3.2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 100px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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: linear-gradient(200deg, rgba(1, 53, 139, 0.75), rgba(25, 163, 225, 0.75)), url('../images/Rectangle-3.1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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: linear-gradient(200deg, rgba(1, 53, 139, 0.75), rgba(25, 163, 225, 0.75)), url('../images/Rectangle-3.33.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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: linear-gradient(200deg, rgba(1, 53, 139, 0.75), rgba(25, 163, 225, 0.75)), url('../images/Rectangle-3.4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 15px;
  color: #aaa;
}

.row2-3 {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 53, 139, 0.75)), to(rgba(25, 225, 153, 0.75))), url('../images/Rectangle-6.jpg');
  background-image: linear-gradient(180deg, rgba(1, 53, 139, 0.75), rgba(25, 225, 153, 0.75)), url('../images/Rectangle-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-block-6 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-span {
  font-weight: 300;
}

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

.col3 {
  width: 50%;
  padding: 10px;
  float: left;
}

.block3 {
  position: relative;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.block3:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -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: url('../images/Rectangle-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.text-block-43 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 26px;
}

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

.text-span-2 {
  font-size: 18px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -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: url('../images/Rectangle-111.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: 2px;
  background-image: linear-gradient(200deg, rgba(1, 53, 139, 0.75), rgba(25, 163, 225, 0.75)), url('../images/Rectangle-3.46.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-44 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
}

.text-block-45 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

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

.imput {
  width: 380px;
  height: 50px;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
  border: none;
}

.imput:hover {
  color: #111;
}

.button-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 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: 2px;
  background-color: #019cdf;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  text-align: center;
}

.button-form:hover {
  background-color: #01358b;
}

.section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.block6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #0070ba;
  border-left: 20px solid #0070ba;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #111;
}

.block6:hover {
  background-color: #0070ba;
  color: #fff;
}

.col6 {
  width: 25%;
  padding: 10px;
  float: left;
}

.col6.dop61 {
  margin-left: 25%;
}

.col6.dop62 {
  margin-right: 25%;
}

.text-block-61 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.button-wite {
  width: 160px;
  height: 36px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.block6:hover .button-wite {
  background-color: #fff;
  opacity: 1;
}

.section-7 {
  padding-top: 50px;
  padding-bottom: 50px;
  -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: 2px;
  background-image: linear-gradient(200deg, rgba(1, 53, 139, 0.75), rgba(25, 163, 225, 0.75)), url('../images/Rectangle-33.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-4 {
  margin: 0px auto 40px;
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

.block7 {
  position: relative;
  height: 280px;
  padding: 25px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.row7 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.col7 {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.text-block-7 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.text-block-7m {
  font-size: 18px;
  line-height: 24px;
}

.section-8 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.row8 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.col8 {
  width: 25%;
  padding: 10px;
  float: left;
}

.block8-1 {
  position: relative;
  height: 280px;
  padding: 0px;
  border-radius: 2px;
  background-image: url('../images/Rectangle-3.45.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.div-block-42 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.15;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-42:hover {
  opacity: 1;
}

.block8-2 {
  position: relative;
  height: 280px;
  padding: 0px;
  border-radius: 2px;
  background-image: url('../images/Rectangle-3.44.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.block8-3 {
  position: relative;
  height: 280px;
  padding: 0px;
  border-radius: 2px;
  background-image: url('../images/Rectangle-3.42.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.block8-4 {
  position: relative;
  height: 280px;
  padding: 0px;
  border-radius: 2px;
  background-image: url('../images/Rectangle-3.43.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.section-9 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
  -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: 2px;
  background-image: linear-gradient(200deg, rgba(1, 53, 139, 0.75), rgba(25, 163, 225, 0.75)), url('../images/Rectangle-33.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.html-embed {
  height: 400px;
}

.section-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.text-block-62 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.link-3 {
  color: #000;
}

.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-left {
  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;
}

.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;
}

.div-logo2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
  text-align: left;
  text-decoration: none;
}

.image-3 {
  height: 62px;
}

.image-4 {
  height: 62px;
}

.end-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.end-adress-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.end-adress-3 {
  margin-left: 40px;
}

.block9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-43 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.block99 {
  position: relative;
  top: 75px;
  z-index: 5;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.text-block-9 {
  margin-right: 40px;
  color: #111;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
}

.bold-text-2 {
  color: #019cdf;
}

.div-block-255 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
}

.sec_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9990;
  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;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #f5f5f5;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
}

.text-block-m {
  margin-bottom: 20px;
  color: #111;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
}

.text-block-mm {
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.imput-modal {
  width: 380px;
  height: 50px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #999;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.imput-modal:hover {
  border-color: #222;
  color: #111;
}

@media (max-width: 991px) {
  .top-adress {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cont-1 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .text-block-3 {
    width: 50%;
    margin-bottom: 10px;
  }
  .col2 {
    width: 50%;
  }
  .text-block-43 {
    font-size: 18px;
  }
  .block6 {
    height: 180px;
  }
  .col6 {
    width: 33.33%;
  }
  .col6.dop61 {
    margin-left: 0%;
  }
  .col6.dop62 {
    margin-right: 0%;
  }
  .col7 {
    width: 50%;
  }
  .col8 {
    width: 50%;
  }
  .section-9 {
    position: relative;
    padding-bottom: 0px;
  }
  .end-left {
    -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;
  }
  .end-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-logo2.w--current {
    margin-left: 0px;
  }
  .end-adress-3 {
    margin-left: 20px;
  }
  .block9 {
    position: static;
    margin-top: 50px;
  }
  .block99 {
    position: static;
    top: 0px;
  }
}

@media (max-width: 767px) {
  .top-adress-3 {
    display: none;
  }
  .top-menu {
    display: block;
  }
  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .text-block-3 {
    width: 100%;
  }
  .menu-site {
    display: none;
  }
  .section-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .col2 {
    width: 100%;
  }
  .block2 {
    height: auto;
  }
  .block2:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .col3 {
    width: 100%;
  }
  .block3 {
    height: auto;
  }
  .block3:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .section-4 {
    padding-bottom: 25px;
  }
  .div-block-41 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-block-44 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-block-45 {
    font-size: 14px;
  }
  .section-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .col6 {
    width: 50%;
  }
  .text-block-61 {
    font-size: 16px;
    line-height: 20px;
  }
  .section-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .block7 {
    height: 260px;
  }
  .col7 {
    width: 100%;
  }
  .section-8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .col8 {
    width: 100%;
  }
  .section-9 {
    padding-top: 30px;
  }
  .html-embed {
    height: 300px;
  }
  .cont-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .end-right {
    -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;
  }
  .end-adress {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .end-adress-2 {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .end-adress-3 {
    margin-left: 10px;
  }
  .block9 {
    margin-top: 30px;
  }
  .text-block-9 {
    font-size: 20px;
    line-height: 24px;
  }
  .modal {
    padding: 30px 25px;
  }
  .text-block-m {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  .input_radio_ok {
    width: 260px;
  }
  .section {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cont-top {
    -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-right {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-adress-2 {
    margin-left: 0px;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .heading-2 {
    font-size: 16px;
    line-height: 20px;
  }
  .text-block-3 {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-block-4 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-block-6 {
    font-size: 16px;
    line-height: 24px;
  }
  .block3 {
    padding-bottom: 20px;
  }
  .text-block-43 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .text-span-2 {
    font-size: 15px;
  }
  .imput {
    width: 260px;
  }
  .button-form {
    width: 260px;
  }
  .block6 {
    height: auto;
  }
  .col6 {
    width: 100%;
  }
  .text-block-61 {
    margin-bottom: 10px;
  }
  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }
  .block7 {
    height: 240px;
  }
  .text-block-7 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .text-block-7m {
    font-size: 15px;
    line-height: 20px;
  }
  .cont-end {
    -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;
  }
  .end-right {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .end-adress-3 {
    margin-top: 10px;
    margin-left: 10px;
  }
  .text-block-9 {
    margin-right: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .modal {
    width: auto;
    padding: 30px 25px;
  }
  .text-block-m {
    font-size: 20px;
    line-height: 24px;
  }
  .imput-modal {
    width: 260px;
  }
}

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

#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: Roboto, sans-serif;
}

.uk-close {
  color: #222;
}

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

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

.section-2 li {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    
}
.section-2 li.uk-active {
    opacity: 1;
}

 
