.buttons-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper-map {
  position: relative;
   height: 400px; 
  width: 100%; 
}
 .tabts-btn.active {
   border-color: #005679;
    background-color: #005679;
    color: #fff;
 }
.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.n-flex-align {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.body-home {
  min-width: 320px;
  background-color: #f3f7fc;
  font-family: Circe, sans-serif;
}

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

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

.sec_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-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #f3f7fc;
}

.logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -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;
  border-bottom: 2px solid #f3f7fc;
  color: #353535;
  text-decoration: none;
}

.logo-top.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #f3f7fc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #353535;
  text-decoration: none;
}

.logo-top.w--current:hover {
  color: #000;
}

.text-block {
  margin-left: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #353535;
}

.top-02:hover {
  color: #000;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #353535;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.image {
  max-width: 26px;
  margin-right: 10px;
}

.lin {
  color: #353535;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link2 {
  margin-top: 10px;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-2 {
  width: 100%;
  padding: 10px 20px;
  border-left: 0px solid #f3f7fc;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #353535;
  font-size: 17px;
  text-decoration: none;
}

.link-2:hover {
  border-left: 20px solid #f3f7fc;
  background-color: #fff;
  color: #005679;
}

.sec_menu {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 100vh;
  -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;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sec_menu:hover {
  width: 300px;
  box-shadow: 1px 0 60px 0 rgba(0, 86, 121, 0.1);
}

.sec_01 {
  padding: 40px 20% 40px 5%;
}

.content {
  position: relative;
  z-index: 10;
  margin-left: 280px;
}

.bold-text {
  color: #000;
}

.sec_back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  overflow: hidden;
  margin-left: 280px;
  padding-right: 0%;
  padding-left: 0%;
}

.sec_line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 280px;
  padding-right: 15%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 117, 155, 0.35)), to(rgba(23, 117, 155, 0.35))), url('../images/P70331-095107.jpg');
  background-image: linear-gradient(180deg, rgba(23, 117, 155, 0.35), rgba(23, 117, 155, 0.35)), url('../images/P70331-095107.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.fon-line {
  width: 2px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fon-block1 {
  width: 16.66%;
  height: 200px;
  background-color: #fff;
}

.fon-block2 {
  width: 16.66%;
  height: 160px;
  background-color: #fff;
}

.fon-block3 {
  width: 16.66%;
  height: 460px;
  background-color: #fff;
}

.fon-block4 {
  width: 16.66%;
  height: 240px;
  background-color: #fff;
}

.fon-block5 {
  width: 16.66%;
  height: 200px;
  background-color: #fff;
}

.fon-block6 {
  width: 16.66%;
  height: 330px;
  background-color: #fff;
}

.row-01 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  padding: 20px;
  border-radius: 2px;
}

.col-01 {
  width: 33.33%;
  padding: 15px;
  float: left;
}

.div-tovar {
  overflow: hidden;
  display: block;
  border-radius: 2px;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-tovar:hover {
  margin-top: -4px;
  margin-bottom: 4px;
  box-shadow: 1px 0 40px 0 rgba(0, 86, 121, 0.1);
}

.image-2 {
  width: 100%;
}

.text_block {
  height: 120px;
  padding: 20px;
  border-top: 1px solid #f3f7fc;
}

.text-block-2b {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.text-block-2min {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.but_block {
  padding: 20px;
  border-top: 1px solid #f3f7fc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005679;
}

.div-tovar:hover .but_block {
  background-color: #005679;
  color: #fff;
}

.text-block-2 {
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.image-more {
  max-width: 26px;
  margin-right: 10px;
}

.link-block {
  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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005679;
  text-decoration: none;
}

.div-tovar:hover .link-block {
  color: #f3f7fc;
}

.div-block {
  width: 26px;
  height: 26px;
  background-image: url('../images/icons8-подробнее-48-1.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-tovar:hover .div-block {
  background-image: url('../images/icons8-подробнее-48.png');
}

.sec_02 {
  padding: 0px 15% 40px 5%;
}

.sec_03 {
  padding: 20px 15% 60px 5%;
}

.sec_end {
  padding: 40px 15% 40px 5%;
}

.div-block-2 {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  background-color: #fff;
}

.div-block-3 {
  margin-right: 15px;
  margin-left: 15px;
  padding: 25px;
  border-radius: 2px;
  background-color: #fff;
}

.col-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 15px;
  float: left;
  -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;
}

.text-block-3b {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-3min {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.image-3 {
  margin-bottom: 10px;
}

.bold-text-2 {
  color: #005679;
  font-size: 18px;
  line-height: 22px;
}

.div-block-4 {
  margin-right: 15px;
  margin-left: 15px;
  padding: 25px;
  border-radius: 2px;
  background-color: #fff;
}

.col-03 {
  display: block;
  width: 16.66%;
  padding: 15px;
  float: left;
  -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;
}

.image-4 {
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f7fc;
  cursor: pointer;
}

.top-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #353535;
}

.top-03:hover {
  color: #000;
}

.link3 {
  color: #353535;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.button {
  width: 180px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #8d8d8d;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #353535;
  font-size: 16px;
  text-align: center;
}

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

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

.div-block-3-copy {
  margin-right: 15px;
  margin-left: 15px;
  padding: 25px;
  border-radius: 2px;
  background-color: #fff;
}

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

.div-block-52 {
  width: 60%;
  padding: 10px;
  float: left;
}

.text-block-3 {
  font-size: 16px;
}

.div-vacant {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #f3f7fc;
  font-size: 16px;
}

.link-3 {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  padding: 20px;
  border: 2px solid #f3f7fc;
  background-color: #f3f7fc;
  color: #005679;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.link-3:hover {
  border: 2px solid #fff;
  background-color: #fff;
    border-color: #005679;
    background-color: #005679;
    color: #fff;
}

.link-3.dop {
  border-right-color: #fff;
  float: left;
}

.link-3.dop2 {
  border-left-color: #fff;
  float: none;
}

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

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  padding: 40px;
  -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;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 28px;
}

.text-block-4 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

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

.button-modal {
  display: inline-block;
  margin-bottom: 0px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #8d8d8d;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #353535;
  font-size: 16px;
  text-align: center;
}

.button-modal:hover {
  border-color: #005679;
  background-color: #005679;
  color: #fff;
}

.input {
  width: 80%;
  margin-bottom: 10px;
  padding: 12px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5c3c3;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-align: center;
}

.input:hover {
  border-color: #585858;
}

.sec_top_m {
  display: none;
}

.logo-top-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -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;
  border-bottom: 2px solid #f3f7fc;
  color: #353535;
  text-decoration: none;
}

.logo-top-m.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #f3f7fc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #353535;
  text-decoration: none;
}

.logo-top-m.w--current:hover {
  color: #000;
}

.top-02-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #353535;
}

.top-02-m:hover {
  color: #000;
}

@media (max-width: 991px) {
  .sec_menu {
    display: none;
  }
  .sec_01 {
    padding-right: 5%;
  }
  .content {
    margin-left: 0px;
  }
  .sec_line {
    margin-left: 0px;
    padding-right: 5%;
  }
  .sec_02 {
    padding-right: 5%;
  }
  .sec_03 {
    padding-right: 5%;
  }
  .div-block-4 {
    padding: 15px;
  }
  .sec_top_m {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -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;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .logo-top-m {
    padding: 0px;
    border-bottom-width: 0px;
  }
  .logo-top-m.w--current {
    padding: 0px;
    border-bottom-width: 0px;
  }
  .top-02-m {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-menu {
    padding: 15px;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .text-block {
    margin-left: 10px;
    font-size: 13px;
    line-height: 17px;
  }
  .sec_01 {
    padding: 20px 10px;
  }
  .bold-text {
    font-size: 30px;
    line-height: 40px;
  }
  .heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .col-01 {
    width: 50%;
  }
  .text_block {
    height: 130px;
  }
  .text-block-2b {
    font-size: 18px;
  }
  .text-block-2min {
    font-size: 16px;
    line-height: 16px;
  }
  .sec_02 {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .sec_03 {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
  .div-block-2 {
    margin-bottom: 20px;
  }
  .div-block-3 {
    padding: 15px;
  }
  .col-02 {
    width: 50%;
    height: 280px;
  }
  .col-03 {
    padding: 5px;
    width: 25%;
  }
  .row-04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3-copy {
    padding: 15px;
  }
  .div-block-5 {
    width: 100%;
  }
  .div-block-52 {
    width: 100%;
  }
  .div-vacant {
    margin-bottom: 10px;
  }
  .sec_top_m {
    margin: 0px;
    padding: 5px;
  }
}

@media (max-width: 479px) {
  .link-3 {
    width: 100%;
  }
  
  .link-3.dop {
    float: none;
  }
  
  .text-block {
    display: none;
  }
  .bold-text {
    font-size: 24px;
    line-height: 30px;
  }
  .col-01 {
    width: 100%;
  }
  .text_block {
    height: auto;
    min-height: 100px;
  }
  .div-block-2 {
    margin-bottom: 20px;
  }
  .col-02 {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .text-block-3min {
    font-size: 16px;
    line-height: 17px;
  }
  .bold-text-2 {
    font-size: 15px;
    line-height: 10px;
  }
  .col-03 {
    width: 50%;
  }
  .div-block-3-copy {
    padding: 10px;
  }
  .image-menu {
    padding: 10px;
  }
}

@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.ttf') format('truetype'), url('../fonts/Circe-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


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

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

.uk-close {
  color: #222;
}

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

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


