@charset "UTF-8";
body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
}

img, embed, object, video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

h1 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #9a9a9a;
  letter-spacing: 3px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #4e8ecb;
}

.skip_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 20px;
  left: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.skip_links a {
  position: absolute;
  left: -9000px;
  z-index: 2;
  padding: 5px 10px;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #4e8ecb;
  transition: none !important;
}
.skip_links a:focus {
  left: 0;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #ffffff;
}
#scrollTop a:hover {
  color: #ff0000;
}

#top {
  -webkit-box: 20%;
  -moz-box: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  width: 285px;
  max-width: 285px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: #ffffff;
}

#top1 {
  margin: auto;
  padding: 25px;
  text-align: left;
  background-color: #ebe6da;
}
#top1 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#top1 span {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}

#top2 {
  text-align: center;
}
#top2 img {
  padding: 30px 20px;
}

.top_icon {
  padding-left: 20px;
  font-size: 22px;
  font-family: icomoon;
  color: #4e8ecb;
  vertical-align: -4px;
}


#g_menu {
  width: 100%;
  margin: 0;
}

#menu1 {
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  border-bottom: 1px solid #e4e4e4;
}
#menu1 li.open ul {
    display: block !important;
}
#menu1 li ul {
    width: 100%;
    display: none !important;
}
#menu1 li.sub a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  font-family: icomoon;
  color: #000000;
  line-height: 40px;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
  text-transform: initial;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#menu1 li a.item1:hover {
  color: #000000;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  color: #ffffff;
  background-color: #4e8ecb;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  display: none;
}
#menu1 li ul {
  display: none;
}
#menu1 li ul li {
  text-align: left;
}
#menu1 li ul li:last-child {
  border-bottom: none;
}
#menu1 li ul li a.item2 {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#menu1 li ul li a.item2:hover {
  color: #ffffff;
  background-color: #4e8ecb;
}
#menu1 li ul li a.item2::after {
  display: none;
}

#mobnav-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #000000;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 0;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 16px;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 35px;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 20px 0 20px;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 30px;
  font-size: 36px;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -5px;
  color: #ffffff;
  font-size: 48px;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}

main {
  -webkit-box: 80%;
  -moz-box: 80%;
  -webkit-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
  width: calc(100% - 285px);
  max-width: calc(100% - 285px);
  border-left: 1px solid #e4e4e4;
  -webkit-transform: translateX(285px);
  -moz-transform: translateX(285px);
  -ms-transform: translateX(285px);
  -o-transform: translateX(285px);
  transform: translateX(285px);
}

#slider {
  width: 100%;
  max-width: 100%;
  height: 85vh;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}

#slider_img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider_el {
  width: 100%;
  max-width: inherit;
  height: 100%;
  margin: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

.slider_opis {
  padding: 5px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}

.slider_opis_name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
}

#slider_naw_wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}

#slider_naw {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 3;
}
#slider_naw a {
  padding: 50px;
  font-size: 25px;
  font-family: icomoon;
  line-height: 70px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
#slider_naw a#nextp {
  color: #518c5d;
  background-color: #ffffff;
}
#slider_naw a#nextp:hover {
  color: #000000;
}
#slider_naw a#prevp:hover {
  color: #ffffff;
}

#maincontent2 {
  width: 1300px;
  max-width: 100%;
  margin: auto;
  padding: 0;
}

#maincontent3 {
  padding: 0;
}

#wwwpage #maincontent3 {
  padding: 70px;
}

section {
  margin: 0;
  padding: 0;
}

.section_wrapper {
  padding: 70px;
  border-bottom: 1px solid #4e8ecb;
}

.section_wrapper.news {
  position: relative;
}

#foot {
  margin: 0;
  padding: 0;
  color: #8e8e8e;
  text-align: right;
  background-color: #ffffff;
}
#foot a {
  color: #8e8e8e;
}
#foot a:hover {
  color: #000000;
}

#foot0 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1300px;
  max-width: 100%;
  margin: auto;
  padding: 30px 70px;
}

#wwwpage #foot0 {
  border-top: 1px solid #4e8ecb;
}

#foot1, #foot2 {
  padding: 10px 0;
}

#contact .excerpt {
  padding: 20px 0 50px 0;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
}
#contact a {
  color: #4e8ecb;
}
#contact a:hover {
  color: #000000;
}

.offer_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.offer_list li {
  -webkit-box: 0 1 calc(33% - 20px);
  -moz-box: 0 1 calc(33% - 20px);
  -webkit-flex: 0 1 calc(33% - 20px);
  -ms-flex: 0 1 calc(33% - 20px);
  flex: 0 1 calc(33% - 20px);
  margin: 30px 20px;
  margin-left: 0;
}
.offer_list a {
  padding: 25px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.offer_list a:hover {
  -webkit-box-shadow: 0 0 10px 5px #eeeeee;
  -moz-box-shadow: 0 0 10px 5px #eeeeee;
  box-shadow: 0 0 10px 5px #eeeeee;
}
.offer_list h2 {
  margin: 0;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: left;
  text-transform: initial;
}

.offer_excerpt {
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
}

.news_list {
  width: 100%;
  margin: 30px 0 70px 0;
  padding: 0;
  list-style-type: none;
}
.news_list li {
  width: 90%;
}
.news_list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.news_list li a:hover .news_text h2 {
  color: #4e8ecb;
}

.news_image {
  -webkit-box: 30%;
  -moz-box: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  text-align: center;
}

.news_text {
  -webkit-box: 70%;
  -moz-box: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  padding-left: 50px;
}
.news_text .news_date {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #757575;
  letter-spacing: 0;
}
.news_text h2 {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 1px;
  line-height: 30px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news_text .news_excerpt {
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
}

#news_naw a {
  font-size: 20px;
  font-family: icomoon;
  color: #c6c6c6;
  letter-spacing: 1px;
  line-height: 36px;
  position: absolute;
  right: 5%;
}
#news_naw a:hover {
  color: #4e8ecb;
}
#news_naw a#prevp_news {
  top: 42%;
}
#news_naw a#nextp_news {
  top: 58%;
}

.news_caption {
  position: absolute;
  right: 4%;
  top: 50%;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
  line-height: 36px;
}

.realizations_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
}
.realizations_list li {
  -webkit-box: calc(33% - 70px);
  -moz-box: calc(33% - 70px);
  -webkit-flex: calc(33% - 70px);
  -ms-flex: calc(33% - 70px);
  flex: calc(33% - 70px);
  margin: 25px 70px;
  margin-left: 0;
}
.realizations_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.realizations_list a:hover .realizations_image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  will-change: transform;
}
.realizations_list h2 {
  margin: 0;
  padding: 20px 0;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
}

.realizations_image {
  overflow: hidden;
}
.realizations_image img {
  width: 100%;
  height: 100% !important;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.see_all_link {
  padding: 10px 30px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: 14px;
  background-color: #ebe6da;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.see_all_link:hover {
  color: #ffffff;
  background-color: #888888;
}

#dotacja{
	text-align:center;
	font-weight:bold;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top,
main {
    width: 100%;
    max-width: 100%;
    border: none;
  }

  #top {
    height: auto;
    position: static;
    overflow-y: hidden;
  }

  main {
    max-width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #top1 span {
    padding-right: 20px;
  }

  #top2 {
    text-align: left;
  }

  #top2 img {
    padding: 30px 10px;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a::after {
    display: none;
  }
  #menu1 li ul {
    width: 100%;
    display: none !important;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 300vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    font-family: icomoon;
    color: #000000;
    line-height: 40px;
    display: none;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  #slider {
    height: 300px;
  }

  .section_wrapper,
#wwwpage #maincontent3 {
    padding: 70px 20px;
  }

  #foot0 {
    padding: 30px 20px;
  }

  .realizations_list li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 25px 0;
  }

  .news_list li {
    width: 100%;
  }

  .news_image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .news_text {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-top: 50px;
    padding-left: 0;
  }

  .news_caption,
#news_naw a {
    display: none;
  }

  .offer_list li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top,
main {
    width: 100%;
    max-width: 100%;
    border: none;
  }

  #top {
    height: auto;
    position: static;
    overflow-y: hidden;
  }

  main {
    max-width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #top1 span {
    padding-right: 20px;
  }

  #top2 {
    text-align: left;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a::after {
    display: none;
  }
  #menu1 li ul {
    width: 100%;
    display: none !important;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 300vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    font-family: icomoon;
    color: #000000;
    line-height: 40px;
    display: none;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  #slider {
    height: 400px;
  }

  .section_wrapper,
#wwwpage #maincontent3 {
    padding: 70px 30px;
  }

  #foot0 {
    padding: 30px;
  }

  .offer_list li {
    -webkit-box: 0 1 calc(50% - 20px);
    -moz-box: 0 1 calc(50% - 20px);
    -webkit-flex: 0 1 calc(50% - 20px);
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
  }

  .news_image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .news_text {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-top: 50px;
    padding-left: 0;
  }

  .realizations_list li {
    -webkit-box: calc(50% - 40px);
    -moz-box: calc(50% - 40px);
    -webkit-flex: calc(50% - 40px);
    -ms-flex: calc(50% - 40px);
    flex: calc(50% - 40px);
    margin: 25px 20px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top,
main {
    width: 100%;
    max-width: 100%;
    border: none;
  }

  #top {
    height: auto;
    position: static;
    overflow-y: hidden;
  }

  main {
    max-width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #top1 span {
    padding-right: 20px;
  }

  #top2 {
    text-align: left;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a::after {
    display: none;
  }
  #menu1 li.open ul {
    display: block !important;
  }
  #menu1 li ul {
    width: 100%;
    display: none !important;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 300vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    font-family: icomoon;
    color: #000000;
    line-height: 40px;
    display: none;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  #slider {
    height: 500px;
  }

  .section_wrapper,
#wwwpage #maincontent3 {
    padding: 70px 50px;
  }

  #foot0 {
    padding: 30px 50px;
  }

  .offer_list li {
    -webkit-box: 0 1 calc(50% - 20px);
    -moz-box: 0 1 calc(50% - 20px);
    -webkit-flex: 0 1 calc(50% - 20px);
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
  }
}