body {
  background-color: #d8d8d8;
  background-image: url(../image_system/bgg.jpg), url(../image_system/bg1.png);
  background-repeat: no-repeat, repeat-x;
  background-position: top center, top;
  font-family: arial;
  direction: rtl;
  font-size: 20px;
}

@media (max-width: 767px) {
  body {
    background: white;
  }

  body, input[type=text], textarea {
    font-size: 26px;
  }
}
h1, h2, h3, h4, h5 {
  color: #70923c;
}

body.dark {
  background: black;
}
body.dark p, body.dark a, body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark .top_contact {
  color: white;
}
body.dark header nav, body.dark aside nav {
  background: black;
}

body.light {
  background: white;
}
body.light p, body.light a, body.light h1, body.light h2, body.light h3, body.light h4, body.light .top_contact {
  color: black;
}
body.light header nav, body.light aside nav {
  background: white;
}

.nagish {
  position: absolute;
  /*left: 430px;*/
  top: 0;
}

.light_btn {
  border: 2px solid black;
  font-weight: bold;
  background: white;
  color: black;
}

.dark_btn {
  border: 2px solid white;
  font-weight: bold;
  background: black;
  color: white;
}

.norm_btn, .dark_btn, .light_btn {
  cursor: pointer;
}

@media (max-width: 767px) {
  .nagish {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .nagish {
    right: 100px;
  }
}
header {
  height: 100px;
}
header .line_up {
  position: relative;
  height: 35px;
}
header .top_contact {
  display: inline-block;
  position: absolute;
  /*right: 210px;*/
  left: 0;
  top: 0;
  color: #70923c;
  font-size: 24px;
  line-height: 35px;
}
header .search_div {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

@media (min-width: 768px) {
  #mobile_call, .mobile_menu_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  header {
    z-index: 55555;
  }
  header .search_div, header .top_contact {
    display: none;
  }
  header .line_up {
    height: 85px;
    width: 90%;
  }
  header .mobile_menu_btn {
    display: inline-block;
    /*float: left;*/
    width: 80px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    margin: 5px auto;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    cursor: pointer;
    background-color: #70923c;
    color: white;
    padding: 5px;
    position: absolute;
    left: 5px;
    top: 40px;
  }
  header nav {
    z-index: 55555;
  }

  #main_nav {
    display: none;
  }

  #mobile_call {
    margin: 5px;
  }
  #mobile_call a {
    padding: 5px;
  }
  #mobile_call img {
    height: 60px;
    width: auto;
  }
}
main ul {
  list-style: disc;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .kits_container {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr auto;
  }

  header {
    grid-column: span 2;
  }

  main {
    grid-column: span 2;
  }

  footer {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .kits_container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px auto 1fr 60px;
    width: 94%;
    margin: 0 auto;
    position: relative;
  }

  .blog .kits_container {
    grid-template-rows: 140px auto 1fr 60px;
  }

  header {
    grid-row: 1;
  }

  main {
    grid-row: 2;
  }

  aside {
    grid-row: 3;
  }

  footer {
    grid-row: 4;
  }
}
.kits_container {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

header {
  text-align: center;
  font-size: 1.4em;
}

.logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

.logo img {
  width: 200px;
  height: auto;
}

main {
  /*  flex: 1;
    padding: 20px;*/
}

aside {
  padding-top: 5px;
}

footer {
  text-align: center;
  font-size: 16px;
  /*background-color: #369;*/
  color: white;
}

footer a, footer a:hover, footer a:visited {
  color: white;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .kits_container {
    max-width: 1000px;
    padding: 0 10px;
  }

  header {
    padding-left: 30px;
    max-width: 1000px;
  }

  footer {
    max-width: 1000px;
  }
}
@media (max-width: 500px) {
  .logo {
    width: 100px;
  }

  .logo img {
    width: 100px;
    height: auto;
  }
}
.talkback_container {
  direction: rtl;
  background-color: white;
  min-height: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.talkback_container hr {
  border-top: 2px solid #B5DAC8;
}

.talkback_item {
  direction: rtl;
  border: 1px solid #333;
  background-color: rgba(181, 218, 200, 0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 10px;
  display: grid;
  grid-row-gap: 10px;
  grid-template-columns: repeat(2, 5fr);
  grid-template-areas: "name dtt" "sbj sbj" "txt txt" "rply rply";
  padding: 5px 10px;
}

/*talkback_author_name talkback_lastUpd  talkback_sbj  talkback_text  talkback_replyBtn*/
.talkback_author_name {
  grid-area: name;
}
.talkback_lastUpd {
  grid-area: dtt;
  text-align: left;
}
.talkback_sbj {
  grid-area: sbj;
  font-size: 150%;
  font-weight: bold;
}
.talkback_text {
  grid-area: txt;
}
.talkback_replyBtn {
  grid-area: rply;
  text-align: left;
  cursor: pointer;
}
.talkback_replyBtn a {
  text-decoration: none;
  color: #333;
}
.talkback_replyBtn a:hover {
  text-decoration: none;
  background-color: yellow;
}

/* tk_lvl_1  tk_lvl_2  tk_lvl_3  tk_lvl_4  tk_lvl_5  */
.tk_lvl_1 {
  width: 90%;
  margin-right: auto;
}

.tk_lvl_2 {
  width: 80%;
  margin-right: auto;
}

.tk_lvl_3 {
  width: 70%;
  margin-right: auto;
}

.tk_lvl_4 {
  width: 60%;
  margin-right: auto;
}

.tk_lvl_5 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_6 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_7 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_8 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_9 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_10 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_11 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_12 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_13 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_14 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_15 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_16 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_17 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_18 {
  width: 50%;
  margin-right: auto;
}

.tk_lvl_19 {
  width: 50%;
  margin-right: auto;
}

.hidden {
  display: none;
}

.tkbk_add_form {
  width: 60%;
  margin: 0 auto;
  padding: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #c0c0c0;
  /* rgba(150,150,150,0.8);*/
  position: fixed;
  top: 60px;
}
.tkbk_add_form input[type=text], .tkbk_add_form textarea {
  width: 96%;
  margin-bottom: 10px;
}
.tkbk_add_form .close_btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

#hidden_link {
  text-decoration: none;
  cursor: text;
}

aside video {
  margin: 5px;
}

h1 {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: bold;
}

h3 {
  font-size: big;
  line-height: 200%;
  font-weight: bold;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.clear {
  clear: both;
}

.site_slogan {
  margin-top: 20px;
}

.page_title {
  font-size: 24px;
  color: white !important;
  background-color: #70923c;
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}

#prev_next_ruller {
  margin: 5px;
}

@media (max-width: 767px) {
  header nav {
    display: block;
    background: white;
    padding-top: 0px;
    text-align: right;
    margin: 0;
    box-shadow: 0px 0px 5px #70923c;
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
  header nav ul li {
    border-bottom: 1px solid #70923c;
    font-size: 16px;
    line-height: 38px;
    display: block;
    list-style-type: none;
    min-height: 40px;
  }
  header nav ul li:hover,
header nav ul li#selected {
    background: #70923c;
    color: white;
  }
  header nav ul li:hover a,
header nav ul li#selected a {
    color: white;
  }
  header nav ul li:hover ul,
header nav ul li#selected ul {
    background: white;
  }
  header nav ul li:hover ul li a,
header nav ul li#selected ul li a {
    color: black;
  }
  header nav ul li:hover ul li:hover,
header nav ul li#selected ul li:hover {
    background: #70923c;
  }
  header nav ul li:hover ul li:hover a,
header nav ul li#selected ul li:hover a {
    color: white;
  }
  header nav ul li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
  }
}
@media (min-width: 768px) {
  header nav {
    /*background: url("../image_system/menu_bg.png") repeat-x;*/
    padding-top: 0px;
    text-align: right;
    margin: 0;
    margin-right: 200px;
    /*        ul li:first-child {
                border-right: 2px solid $green-color;
            }*/
  }
  header nav ul {
    margin: 10px 0;
  }
  header nav ul li {
    border-left: 2px solid #70923c;
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    list-style-type: none;
    height: 40px;
  }
  header nav ul li:last-child {
    border-left: none;
  }
  header nav ul li:hover,
header nav ul li#selected {
    background: #70923c;
    color: white;
  }
  header nav ul li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
  }
  header nav ul li.has_submenu {
    color: black;
    font-size: 16px;
    text-decoration: none;
    padding: 2px 10px;
  }
  header nav ul li.has_submenu ul {
    background-color: white;
    z-index: 55555;
    margin-top: 0;
    position: absolute;
    padding-right: 0;
  }
  header nav ul li.has_submenu ul li {
    line-height: 150%;
    display: block;
    position: relative;
    border: none;
    border-bottom: 2px solid #70923c;
    padding: 0;
  }
  header nav ul li.has_submenu ul li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  aside nav {
    background: url("../image_system/right_menu.png") no-repeat;
  }
}
aside nav ul li:first-child {
  border-top: 1px dashed black;
}
aside nav ul li {
  border-bottom: 1px dashed black;
  font-size: 16px;
  /*padding-right: 10px;*/
  line-height: 150%;
  display: block;
  position: relative;
}
aside nav ul li#selected a, aside nav aside nav ul li:hover a {
  text-decoration: underline;
}
aside nav ul li a {
  color: black;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.submenu {
  padding-right: 10px;
}

.submenu li:first-child {
  border-top: none;
}

.transbtn {
  background: none;
  margin: 2px;
  border: none;
  position: absolute;
  left: 2px;
}

#menuToggle {
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  /*  position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;*/
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  /*  padding: 10px 0;
    font-size: 22px;*/
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

#menuToggle input[type=checkbox] {
  display: none;
}

.banner_container {
  text-align: center;
  width: 100%;
}

footer {
  /*background: url("../image_system/footer_bg.png") repeat;*/
  background-color: #70923c;
  color: black !important;
}
footer a {
  color: black !important;
}
footer nav {
  /*background: url("../image_system/footer_top.png") repeat-x;*/
  padding-top: 0px;
  text-align: right;
  margin: 0;
}
footer nav ul {
  margin: 0;
}
footer nav ul li:last-child {
  border-left: none;
}
footer nav ul li {
  border-left: 1px solid white;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  list-style-type: none;
  height: 30px;
}
footer nav ul li:hover a, footer nav ul li#selected a {
  text-decoration: underline;
}
footer nav ul li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 2px 10px;
}

@media (max-width: 766px) {
  .footer_links {
    display: none;
  }
}
@media (min-width: 767px) {
  .footer_links {
    /*background: url("../image_system/boy.png") left bottom no-repeat;*/
    min-height: 181px;
    padding-right: 20px;
  }
}
.credits {
  font-size: 12px;
}

.picGallery_container .gallery {
  width: 100%;
  /*padding: 5px 15px;*/
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.picGallery_container .gallery a {
  text-align: center;
}
.picGallery_container .gallery a img {
  width: 94%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease;
  -moz-transition: -moz-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -ms-transition: -ms-transform 0.15s ease;
  transition: transform 0.15s ease;
  position: relative;
}
.picGallery_container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

@media (max-width: 767px) and (min-width: 600px) {
  .picGallery_container .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .picGallery_container .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 900px) {
  .picGallery_container .gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
/*----- scrolling -------*/
.HP_scrollPicGallery_container {
  width: 100%;
  /*background:url("../image_system/grad_bg.png") repeat-x;*/
  /*background-color: #f9f4ec;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.scrollPicGallery_container {
  display: grid;
  width: 100%;
  /*background:url("../image_system/grad_bg.png") repeat-x;*/
  /*background-color: #f9f4ec;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .scrollPicGallery_container {
    grid-template-columns: repeat(2, 1fr);
    height: 315px;
  }
}
@media (max-width: 767px) {
  .scrollPicGallery_container {
    grid-template-columns: 1fr;
    min-height: 315px;
  }
}
#fssPrev {
  display: none;
  position: absolute;
  top: 169px;
  left: -67px;
  background: url(arrows.png) -67px 0px;
  width: 67px;
  height: 143px;
  text-indent: -999999px;
}

#fssNext {
  display: none;
  position: absolute;
  top: 169px;
  left: 646px;
  background: url(arrows.png) no-repeat;
  width: 67px;
  height: 143px;
  text-indent: -999999px;
}

#fssPlayPause {
  display: none;
  position: absolute;
  top: 435px;
  right: 20px;
  background: url(white.png) repeat;
  padding: 4px 0 5px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 60px;
  text-align: center;
  color: #333;
  text-decoration: none;
}

ul#slideshow {
  float: right;
  list-style: none;
  /*border:1px solid #999;*/
  padding: 2px;
  margin: auto;
  margin-right: 0;
  margin-top: 30px;
  overflow: hidden;
}

#fssList {
  display: none;
  list-style: none;
  width: 646px;
  margin: auto;
  padding: 5px 0 0 45%;
}

#fssList li {
  display: inline;
  padding-right: 10px;
}

#fssList li a {
  color: #999;
  text-decoration: none;
}

#fssList li.fssActive a {
  font-weight: bold;
  color: #333;
}

@media (min-width: 767px) {
  .contact_form {
    float: left;
    width: 307px;
    height: 320px;
    /*background: url("../image_system/contact_block.png") no-repeat;*/
    margin-left: 20px;
    margin-right: auto;
    box-shadow: 3px 3px 5px black;
    background-color: white;
  }
  .contact_form input[type=submit] {
    background-color: #b2b2b2;
    color: black;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    margin-right: auto;
    margin-left: 20px;
    cursor: pointer;
  }
  .contact_form .lft_side {
    text-align: left;
  }

  #contact_form_div {
    font-size: 14px;
  }
}
.g-recaptcha {
  margin-right: -10px;
}

#contact_form_div {
  padding: 10px;
  /*padding-right: 56px;*/
  /*padding-top: 50px;*/
}
#contact_form_div h5 {
  color: black;
  background-color: #b2b2b2;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  margin: 0;
}

.arye {
  display: none;
}

.tbl_input,
#contact_form_div textarea {
  width: 90%;
}

@media (max-width: 767px) {
  #contact_form_div {
    padding-right: 16px;
  }

  .contact_form {
    width: 94%;
    background: none;
    box-shadow: 0px 0px 5px #70923c;
    margin: 20px 0;
  }
  .contact_form input[type=submit] {
    background-color: #70923c;
    width: 90%;
    color: white;
    padding: 10px;
  }
}
.hpPromo_title {
  background: url("../image_system/b_title.png") right center no-repeat, url("../image_system/b_title_brdr.png") right center repeat-x;
  padding: 0;
  padding-right: 10px;
  height: 31px;
  line-height: 31px;
  color: white;
  /*border-bottom:2px solid black;*/
}
.hpPromo_title a {
  color: white;
  text-decoration: none;
}

.hpPromo_container {
  width: 100%;
  /*padding: 5px 15px;*/
  margin: 0 auto;
}
.hpPromo_container .hpPromoItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hpPromo_container .hpPromoItems p {
  margin: 0;
  font-size: 70%;
  font-weight: bold;
}
.hpPromo_container .promo_item_hp {
  background-color: white;
  box-shadow: 3px 3px 5px black;
  padding: 5px;
}
.hpPromo_container .promo_item_hp p {
  background-color: #70923c;
  color: white;
  text-align: center;
  font-size: 18px;
}
.hpPromo_container .item_hp {
  color: #525252;
  background-color: #fbfbfb;
  border: 1px solid #7b7b7b;
  /*padding: 1px;*/
}
.hpPromo_container .item_hp img.main_img {
  width: 100%;
  height: auto;
}
.hpPromo_container .item_hp .item_txt {
  padding: 0 2%;
  font-size: 56%;
  height: 82px;
  overflow: hidden;
}

.services_container {
  background-color: #fbfbfb;
  padding: 0 2%;
}

.servicesItems {
  width: 100%;
  /*padding: 5px 15px;*/
  margin: 0 auto;
}
.servicesItems .srv_item_block {
  color: #525252;
  background-color: #fbfbfb;
  border: 1px solid #70923c;
  margin-bottom: 5px;
}
.servicesItems .srv_item_block a {
  color: #525252;
  text-decoration: none;
}
.servicesItems .srv_item {
  /*padding: 1px;*/
}
.servicesItems .srv_item img.main_img {
  width: 100px;
  height: auto;
  float: right;
  max-height: 80px;
  margin-left: 10px;
}
.servicesItems .srv_item .srv_item_txt {
  padding: 0 2%;
  font-size: 56%;
  min-height: 42px;
}

.promo_cont {
  display: block;
  text-align: left;
  margin: 10px;
  margin-right: auto;
}

@media (max-width: 767px) {
  .picGallery_container .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .hpPromo_title {
    background: #505050;
  }

  .hpPromo_container .hpPromoItems {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .picGallery_container .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 900px) {
  .picGallery_container .gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 799px) {
  .hpField_container {
    display: none;
  }
}
@media (max-width: 966px) and (min-width: 799px) {
  .hpField_container {
    left: 0px;
  }
}
@media (min-width: 967px) {
  .hpField_container {
    left: 120px;
  }
}
@media (min-width: 799px) {
  .hpField_container {
    /*background: url("../image_system/c_block2.png") right center no-repeat ;*/
    width: 341px;
    height: 323px;
    position: absolute;
    display: inline-block;
  }
  .hpField_container .Field_item_hp {
    -webkit-transition: opacity 1s;
    /* Safari */
    transition: opacity 1s;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
  }
  .hpField_container .hpField_title {
    position: relative;
    top: 10px;
    right: 3px;
    z-index: 5;
    background-color: #70923c;
    color: white;
    width: 50%;
    padding-right: 5px;
  }
  .hpField_container .item_hp {
    position: absolute;
    top: 0;
    width: 341px;
    height: 323px;
    margin: 0 auto;
  }
  .hpField_container .item_hp .main_img {
    width: 317px;
    height: auto;
    margin: 0 auto;
  }
  .hpField_container .galTabsIcons {
    padding-right: 10px;
    position: absolute;
    top: 238px;
    width: 96%;
    height: 72px;
  }
  .hpField_container .galTabsIcons #FG_linkTitle {
    color: black;
    font-size: small;
    line-height: 72px;
    padding-right: 5px;
  }
  .hpField_container .galBtn {
    position: absolute;
    top: 20px;
    left: 24px;
    cursor: pointer;
    box-shadow: 3px 3px 5px black;
    z-index: 33;
  }
}
.hpTip_container {
  /*background: url("../image_system/c_block1.png") right center no-repeat ;*/
  height: 294px;
  width: 463px;
  position: relative;
  display: inline-block;
  /*box-shadow: 3px 3px 5px black;*/
}
.hpTip_container .tip_item_hp {
  -webkit-transition: opacity 1s;
  /* Safari */
  transition: opacity 1s;
  position: absolute;
  top: 30px;
  right: 2px;
  background-color: white;
  border-radius: 5px;
}
.hpTip_container .hpTip_title {
  position: relative;
  top: 8px;
  top: 10px;
  right: 3px;
  background-color: #70923c;
  color: white;
  width: 50%;
  padding: 3px;
  padding-right: 5px;
  z-index: 6;
}
.hpTip_container .item_hp {
  font-size: small;
  width: 96%;
  margin: 0 auto;
}
.hpTip_container .item_hp .main_img {
  width: 185px;
  max-width: 40%;
  height: auto;
  float: right;
  margin-left: 5px;
}
.hpTip_container .item_txt {
  height: 100px;
  overflow: hidden;
}
.hpTip_container .tipTabsIcons {
  padding-right: 10px;
  position: absolute;
  top: 226px;
  width: 96%;
}
.hpTip_container .tipTabIconItem {
  cursor: pointer;
  width: 68px;
  border: 1px solid white;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .hpTip_container .tips_cont {
    position: absolute;
    left: 24px;
    bottom: 14px;
    box-shadow: 3px 3px 5px black;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .hpTip_container {
    background: none;
    height: 294px;
    width: 96%;
  }

  .tips_cont {
    display: block;
    margin: 0 auto;
  }
}
.fixedW_hp {
  max-width: 1000px;
  /*width: 820px;*/
}

.row_1_hp {
  max-height: 370px;
}

.hpMainText {
  /*height: 261px;*/
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 1000px;
  /*width: 806px;*/
}
.hpMainText p {
  font-size: 18px;
  line-height: 140%;
  margin: 0px;
}

.row_3_hp {
  height: 340px;
  position: relative;
}

.lower_part {
  background: url("../image_system/99.jpg") repeat;
  padding-bottom: 30px;
}

.hpMainText .contact_form {
  margin-top: 0px;
  /*-20px; */
  /*margin-left: 14px;*/
  margin-left: 0;
  margin-right: 10px;
  z-index: 32222;
}

.row_1_hp ul#slideshow {
  margin-top: 0;
  z-index: 2;
  float: none;
}
.row_1_hp ul#slideshow img {
  width: 96%;
  /*width: 800px;*/
  height: auto;
}

.row_1_hp ul#slideshow, .row_1_hp ul#slideshow li, .row_1_hp ul#slideshow img {
  /*height: 290px !important;*/
}

.hpPromo_container {
  /*margin-top: -25px;*/
}

@media (min-width: 768px) {
  .hpMainText {
    height: 330px;
  }
}
@media (max-width: 767px) {
  main {
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .hpPromo_container,
.hpMainText .contact_form {
    margin-top: 10px;
  }

  .fixedW_hp {
    width: 620px;
  }

  .hpMainText {
    width: 606px;
    min-height: 300px;
  }

  .row_1_hp ul#slideshow, .row_1_hp ul#slideshow li, .row_1_hp ul#slideshow img {
    width: 600px;
    height: 216px !important;
  }

  .row_1_hp {
    height: 216px;
  }
}
@media (max-width: 599px) and (min-width: 400px) {
  .hpPromo_container,
.hpMainText .contact_form {
    margin-top: 10px;
  }

  .fixedW_hp {
    width: 420px;
  }

  .hpMainText {
    width: 406px;
    min-height: 300px;
  }

  .row_1_hp ul#slideshow, .row_1_hp ul#slideshow li, .row_1_hp ul#slideshow img {
    width: 400px;
    height: 204px !important;
  }

  .row_1_hp {
    height: 204px;
  }
}
@media (max-width: 399px) {
  .hpPromo_container,
.hpMainText .contact_form {
    margin-top: 10px;
  }

  .fixedW_hp {
    width: 320px;
  }

  .hpMainText {
    width: 306px;
    min-height: 300px;
  }

  .row_1_hp ul#slideshow, .row_1_hp ul#slideshow li, .row_1_hp ul#slideshow img {
    width: 300px;
    height: 110px !important;
  }

  .row_1_hp {
    height: 110px;
  }
}
body.blog {
  background: none;
  background-color: white;
}

header.blog {
  height: 140px;
}
header.blog .line_up {
  position: relative;
  height: 90px;
}
header.blog .blog_top_contact {
  position: absolute;
  left: 0px;
  top: 0;
  color: white;
  background-color: #5D8221;
  padding: 9px;
  font-size: 15px;
  line-height: 200%;
  width: 150px;
  height: 60px;
}

.blog_main {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-column: 1/span 2;
}

@media (min-width: 768px) {
  header.blog nav {
    background: none;
    padding-top: 0px;
    text-align: right;
    margin: 0;
  }
  header.blog nav ul {
    margin: 10px 0;
  }
  header.blog nav ul li:first-child {
    border-right: 0px solid transparent;
  }
  header.blog nav ul li {
    border-left: 0px solid transparent;
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    list-style-type: none;
    height: 40px;
    padding: 2px 20px;
  }
  header.blog nav ul li:hover, header.blog nav ul li#selected {
    background: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  header.blog nav ul li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }
  header.blog ul.submenu {
    /*background-color: rgba(200,200,200,0.8);*/
    background-color: white;
    min-width: 200px;
    position: absolute;
    margin-top: -3px;
    border: 2px solid #70923c;
  }
  header.blog ul.submenu li {
    display: block;
    padding: 2px 20px;
    height: auto;
  }
  header.blog ul.submenu li a {
    display: block;
  }
  header.blog nav {
    background: none;
    padding-top: 0px;
    text-align: right;
    margin: 0;
    margin-right: 200px;
  }

  .blog_main {
    grid-template-columns: 350px 1fr;
  }

  .blog_subpages_list {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  .blog_main_content {
    grid-row-start: 1;
    grid-column-start: 2;
  }
}
@media (max-width: 767px) {
  .blog_top_contact {
    display: none;
  }

  .blog_main {
    grid-template-columns: 1fr;
  }

  .blog_subpages_list {
    grid-row-start: 2;
  }

  .blog_main_content {
    grid-row-start: 1;
  }
}
.blog_subpages_list {
  background-color: #F4F4F4;
}
.blog_subpages_list .blog_sp_list_itm:first-child {
  border-top: 1px solid #0a0a0a;
}
.blog_subpages_list .blog_sp_list_itm {
  border-bottom: 1px solid #0a0a0a;
  padding: 5px;
  font-size: 14px;
  line-height: 120%;
}
.blog_subpages_list .blog_sp_list_itm .blog_itm_img {
  width: 150px;
  height: auto;
  float: right;
  margin-left: 10px;
}
.blog_subpages_list .blog_sp_list_itm .blog_itm_img img {
  width: 96%;
  height: auto;
  max-height: 105px;
}
.blog_subpages_list .blog_sp_list_itm .blog_itm_text {
  height: 105px;
  overflow: hidden;
}
.blog_subpages_list .blog_sp_list_itm .blog_itm_text a, .blog_subpages_list .blog_sp_list_itm .blog_itm_text h3, .blog_subpages_list .blog_sp_list_itm .blog_itm_text p {
  margin: 0;
  line-height: 120%;
}
.blog_subpages_list .blog_sp_list_itm .blog_itm_text h2, .blog_subpages_list .blog_sp_list_itm .blog_itm_text h3, .blog_subpages_list .blog_sp_list_itm .blog_itm_text p {
  font-size: 14px !important;
  color: black;
  font-weight: normal;
}
.blog_subpages_list .blog_sp_list_itm .blog_itm_text a h3 {
  color: #70923c;
  font-weight: bold;
  text-decoration: none;
}

.blog_main_content {
  padding-right: 10px;
}
.blog_main_content h2, .blog_main_content h3 {
  line-height: 100%;
  color: black;
  margin: 0;
}
.blog_main_content .upper_blog {
  margin-bottom: 10px;
}

.blog_search {
  margin-top: 10px;
  padding-right: 6px;
}
.blog_search input[type=search] {
  width: 300px;
  height: 30px;
  vertical-align: top;
}
.blog_search button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.blog_search button img {
  height: 30px;
  width: auto;
}

.qtag {
  text-align: center;
}

@media (max-width: 767px) {
  .qtag {
    display: none;
  }
}
aside nav {
  position: relative;
  padding-top: 10px;
}

.side_title {
  background-color: #505050;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 172px;
  padding: 3px 0;
  position: absolute;
}
@media (min-width: 768px) {
  .side_title {
    left: 0;
  }
}
@media (max-width: 767px) {
  .side_title {
    right: 0;
  }
}

/*# sourceMappingURL=main.css.map */
