@charset "UTF-8";
@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transform: translateY(75%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transform: translateY(75%);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins, Calibri, sans-serif;
  color: #7a7c7f;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
}

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

iframe {
  max-width: 100%;
}

.header__title {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #7a7c7f;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
  text-transform: uppercase;
}
.header__title.header__title--center {
  text-align: center;
}

a {
  color: #d0a86f;
  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: #7a7c7f;
}

#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: #7a7c7f;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 200;
}

.header__top {
  font-size: 0.85rem;
  background-color: #231f20;
  border-bottom: 1px solid #463a30;
}

.header__topContact {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__topSocial {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__topText {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0.25rem;
  margin-right: 1rem;
  padding-right: 1rem;
}
.header__topText:not(:last-child) {
  border-right: 1px solid #797979;
}

.header__logo {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header__logo a {
  padding-right: 1rem;
}

.header__wrapper {
  width: 1300px;
  max-width: 100%;
  margin: auto;
  padding: 0.5rem 1.5rem;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__bottom {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

#menu1 {
  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;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #e6e7e8;
  letter-spacing: 0;
  line-height: 2.5;
  text-align: left;
  text-transform: initial;
}
#menu1 li a.item1.item1--special {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
}
#menu1 li a.item1.item1--special:hover {
  background-color: rgba(255, 255, 255, 0);
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  color: #d0a86f;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul {
  position: absolute;
  left: 10px;
  top: 110%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 500;
  color: #231f20;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e7e7e7;
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.07));
}
#menu1 li ul li a.item2:hover {
  color: #d0a86f;
  background-color: #ffffff;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#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: #ffffff;
  -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 #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #ffffff;
  display: none;
}

.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: 1000;
  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: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 580px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.3rem;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  color: #d0a86f;
  font-size: 3rem;
  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: 1.1rem;
  font-weight: 400;
  color: #7a7c7f;
  line-height: 40px;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.slider::before {
  content: "";
  font-size: 1.3rem;
  font-family: icomoon;
  color: #231f20;
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 6px);
  z-index: 110;
  animation: arrowdown 2.5s infinite;
}
.slider::after {
  content: url("../img/sliderbg.png");
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__descriptionWrapper {
  width: 1600px;
  max-width: inherit;
  height: 100%;
  margin: auto;
}

.slider__description {
  width: 60%;
  position: absolute;
  top: 30%;
  left: 50%;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.slider__excerpt {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 5vw;
  font-weight: 600;
}

.slider__subname {
  font-size: 1.3rem;
  line-height: 1.6;
}

.slider__naw {
  display: none;
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.body--subpage .body__wrapper {
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 4rem 0;
}
.body--subpage .header {
  position: static;
}
.body--subpage .header__bottom {
  background-color: #231f20;
}
.body--subpage .header__title {
  padding-bottom: 3rem;
}

.section {
  margin: 0;
  padding: 0;
}
.section.section--counter {
  background: #231f20 url("../img/counterbg.png") no-repeat center top/cover;
}
.section.section--company {
  background: url("../img/company.jpg") no-repeat center top/cover;
}
.section.section--catalog {
  background: url("../img/catalog-img.png") no-repeat left center/50% auto, url("../img/catalog-bg.jpg") no-repeat left top/50% 100%, #231f20;
}
.section.section--black {
  background-color: #231f20;
}

.section__wrapper {
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 6rem 0;
}
.section__wrapper.section__wrapper--nopaddingbottom {
  padding-bottom: 0;
}
.section__wrapper.section__wrapper--smallpadding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section__wrapper.section__wrapper--mediumpadding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section__wrapper.section__wrapper--company {
  background: url("../img/engineer.png") no-repeat left bottom/45%;
}
.section__wrapper.section__wrapper--wide {
  width: 1700px;
}

.section__header {
  font-size: 2.5rem;
  font-weight: 300;
  color: #231f20;
  line-height: 1.2;
}
.section__header.section__header--center {
  text-align: center;
}

.section__headerSpan {
  font-weight: 500;
  color: #d0a86f;
}

.footer {
  margin: 0;
  padding: 0;
  background-color: #d0a86f;
}

.footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 0.5rem 0;
}

.footer__elem {
  padding: 0.5rem;
  font-size: 0.85rem;
  color: #231f20;
  text-align: center;
  line-height: 1.2;
}

.social__link {
  padding: 0 0.5rem;
  font-size: 0.9rem;
  color: #231f20;
  text-align: center;
  line-height: 1.2;
}
.social__link.social__link--white {
  color: #ffffff;
}
.social__link.social__link--white:hover {
  color: #d0a86f;
}
.social__link:hover {
  color: #7a7c7f;
}

.social__icon {
  font-size: 0.9rem;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.about__text {
  margin: 1rem 0;
  font-size: 1.1rem;
  color: #7a7c7f;
  line-height: 1.8;
  text-align: center;
}

.about__listWrapper {
  margin-bottom: 5rem;
  background: url("../img/gridbig.png") center top/auto;
}

.about__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;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.about__item {
  -webkit-box: 0 1 calc(33% - 2rem);
  -moz-box: 0 1 calc(33% - 2rem);
  -webkit-flex: 0 1 calc(33% - 2rem);
  -ms-flex: 0 1 calc(33% - 2rem);
  flex: 0 1 calc(33% - 2rem);
  margin: 1rem;
  text-align: center;
  border-bottom: 0.5rem solid #d0a86f;
  border-radius: 5px;
  background: #231f20 url("../img/aboutbg.png") no-repeat center top/cover;
  -webkit-filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.3));
}

.about__link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem;
  padding-top: 16rem;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.about__link:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}

.about__header {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.2;
}

.about__excerpt {
  font-size: 0.9rem;
  color: #ffffff;
}

.about__button {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #d0a86f;
}
.about__button::after {
  content: "";
  padding-left: 0.5rem;
  font-family: icomoon;
  vertical-align: middle;
}

.counterone__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;
  margin: 0;
  list-style-type: none;
}

.counterone__item {
  -webkit-box: 0 1 calc(25% - 2rem);
  -moz-box: 0 1 calc(25% - 2rem);
  -webkit-flex: 0 1 calc(25% - 2rem);
  -ms-flex: 0 1 calc(25% - 2rem);
  flex: 0 1 calc(25% - 2rem);
  margin: 1rem;
  padding: 0 1rem;
}
.counterone__item:not(:last-child) {
  border-right: 1px solid #616371;
}

.counterone__text {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.counterone__number {
  padding-left: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff;
}
.counterone__number::after {
  content: "+";
}

.counterone__header {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #f2f2f2;
  line-height: 1.4;
}

.company__wrapper {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.company__wrapper::after {
  content: url("../img/gridsmall.png");
  position: absolute;
  top: 65%;
  left: -6rem;
}

.company__left {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-right: 3rem;
}

.company__right {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  font-size: 1.1rem;
  color: #999b9d;
}

.company__list {
  width: 50%;
  margin: 0;
  margin-left: auto;
  margin-top: 3rem;
  padding: 0;
  list-style-type: none;
}

.company__item {
  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;
}
.company__item:not(:last-child) {
  margin-bottom: 5rem;
}

.company__image {
  -webkit-box: 20%;
  -moz-box: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  text-align: center;
}

.company__description {
  -webkit-box: 80%;
  -moz-box: 80%;
  -webkit-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
  padding-left: 0.5rem;
}

.company__header {
  font-size: 1.45rem;
  font-weight: 500;
  color: #231f20;
}

.company__excerpt {
  font-size: 1.1rem;
}

.realization__wrapper {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.realization__left {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-right: 3rem;
}

.realization__right {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  font-size: 1.1rem;
  color: #999b9d;
}

.realization__listWrapper {
  background: url("../img/gridbigt.png") center top/auto;
}

.realization__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -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;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.realization__list.realization__list--subpage {
  background: url("../img/gridbig.png") center top/auto;
}

.realization__item {
  width: 370px;
  margin: 1rem;
  position: relative;
}

.realization__link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.5rem;
  padding-top: 16rem;
  background: url("../img/realizationbg.jpg") center top/cover;
}
.realization__link:hover {
  background: url("../img/aboutbg.jpg") center top/cover;
}
.realization__link:hover .realization__description {
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}
.realization__link:hover .realization__excerpt {
  opacity: 1;
}
.realization__link:hover .realization__button {
  color: #d0a86f;
}
.realization__link:hover .realization__button::after {
  opacity: 1;
}

.realization__description {
  margin-bottom: 3rem;
  -webkit-transition: transform 0.7s ease-out;
  -moz-transition: transform 0.7s ease-out;
  -o-transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
}

.realization__title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
}

.realization__excerpt {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear 0.2s;
  -moz-transition: opacity 0.15s linear 0.2s;
  -o-transition: opacity 0.15s linear 0.2s;
  transition: opacity 0.15s linear 0.2s;
}

.realization__button {
  bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
}
.realization__button::after {
  content: "";
  padding-left: 0.5rem;
  font-family: icomoon;
  color: #d0a86f;
  vertical-align: middle;
  opacity: 0;
}

.countertwo__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -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;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.countertwo__item {
  -webkit-box: 0 1 calc(30% - 2rem);
  -moz-box: 0 1 calc(30% - 2rem);
  -webkit-flex: 0 1 calc(30% - 2rem);
  -ms-flex: 0 1 calc(30% - 2rem);
  flex: 0 1 calc(30% - 2rem);
  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: 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;
  margin: 2rem 1rem;
}

.countertwo__text {
  text-align: right;
}

.countertwo__number {
  min-width: 190px;
  margin: 0;
  font-size: 5rem;
  font-weight: 500;
  color: #231f20;
  line-height: 1;
  letter-spacing: -1px;
}

.countertwo__subname {
  font-size: 1.8rem;
  font-weight: 600;
  color: #231f20;
}

.countertwo__header {
  padding-left: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #d0a86f;
  line-height: 1.3;
}

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

.catalog__left,
.catalog__right {
  -webkit-box: 0 1 50%;
  -moz-box: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 2rem;
  padding-left: 4rem;
}

.catalog__left {
  position: relative;
  min-height: 650px;
}

.catalog__leftWrapper {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 340px;
  position: absolute;
  bottom: 0;
  right: 20%;
}

.catalog__leftImage {
  min-width: 75px;
  min-height: 75px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #d7d7d7;
  background-color: #ffffff;
}

.catalog__leftText {
  padding-left: 1rem;
}

.catalog__leftHeader {
  font-size: 1.1rem;
  font-weight: 600;
  color: #231f20;
}

.catalog__leftLink {
  color: #231f20;
}
.catalog__leftLink:hover {
  color: #d0a86f;
}

.catalog__leftExcerpt {
  font-size: 0.9rem;
  font-weight: 500;
  color: #231f20;
  line-height: 1.4;
}

.catalog__rightHeader {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1;
}
.catalog__rightHeader.catalog__rightHeader--strong {
  font-weight: 500;
}

.catalog__rightList {
  position: relative;
  margin: 0;
  margin-top: 4rem;
  padding: 0;
  list-style-type: none;
}
.catalog__rightList::before {
  content: "";
  position: absolute;
  left: 37.5px;
  top: 10%;
  height: 80%;
  border-left: 1px dashed #ffffff;
  background-color: transparent;
}

.catalog__rightItem {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.catalog__rightItem:not(:last-child) {
  margin-bottom: 4rem;
}

.catalog__rightImage {
  position: relative;
  z-index: 1;
  min-width: 75px;
  min-height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #d0a86f;
}

.catalog__rightText {
  padding-left: 2rem;
}

.catalog__rightTitle {
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

.catalog__rightExcerpt {
  font-size: 0.95rem;
  color: #ffffff;
}

.formwrapper {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.contactform__header {
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
  color: #231f20;
  line-height: 1.2;
  text-align: center;
}

.contacttext {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-right: 10%;
}

.contacttext__header {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 300;
  color: #231f20;
  line-height: 1;
}

.contacttext__headerSpan {
  font-weight: 600;
}

.contacttext__list {
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
  list-style-type: none;
}

.contacttext__item {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e7e7e7;
}

.contacttext__image {
  min-width: 75px;
  min-height: 75px;
  line-height: 65px;
  text-align: center;
  border: 5px solid #d0a86f;
  border-radius: 50%;
  background-color: #231f20;
}

.contacttext__info {
  padding-left: 1.5rem;
  font-weight: 600;
}
.contacttext__info p {
  margin-bottom: 0;
}

.contacttext__infoTitle {
  margin-bottom: 0.25rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #231f20;
  line-height: 1.3;
}

.contacttext__infoLink {
  color: #7a7c7f;
}
.contacttext__infoLink:hover {
  color: #d0a86f;
}

.contactform {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  position: relative;
  padding: 2rem;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(3, 15, 39, 0.07);
  -moz-box-shadow: 0px 0px 10px rgba(3, 15, 39, 0.07);
  box-shadow: 0px 0px 10px rgba(3, 15, 39, 0.07);
}
.contactform::after {
  content: url("../img/gridsmall.png");
  position: absolute;
  bottom: -4rem;
  right: -6rem;
  z-index: -1;
}

.contactform__form {
  margin-top: 2.5rem;
}

.contactform__input {
  padding: 1.25rem;
  font-size: 0.95rem;
  border: 1px solid #d0a86f;
  border-radius: 5px;
}
.contactform__input::placeholder {
  font-size: 0.95rem;
  color: #7a7c7f;
  line-height: 1.3;
}

.contactform__textarea {
  padding: 1.25rem;
  padding-top: 0.75rem;
  font-size: 0.95rem;
  border: 1px solid #d0a86f;
  border-radius: 5px;
}
.contactform__textarea::placeholder {
  font-size: 0.95rem;
  color: #7a7c7f;
  line-height: 1.3;
}

.contactform__submit {
  display: block;
  margin: auto;
  margin-top: 2rem;
  padding: 0.6rem 3.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #f2f2f2;
  text-align: center;
  border-radius: 9999px;
  background-color: #231f20;
}
.contactform__submit:hover, .contactform__submit:focus {
  color: #231f20;
  background-color: #d0a86f;
}

.contact__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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;
}

.contact__elem {
  -webkit-box: calc(33% - 3rem);
  -moz-box: calc(33% - 3rem);
  -webkit-flex: calc(33% - 3rem);
  -ms-flex: calc(33% - 3rem);
  flex: calc(33% - 3rem);
  margin: 1.5rem 3rem;
  margin-left: 0;
  font-size: 0.95rem;
}
.contact__elem:last-child {
  margin-right: 0;
}

.contact__header {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #d0a86f;
  line-height: 1.3;
}

.contact__excerpt {
  margin-top: 1.5rem;
  color: #ffffff;
}

.contact__link {
  color: #ffffff;
}
.contact__link:hover {
  color: #d0a86f;
}

.contact__icon {
  padding-right: 0.5rem;
  font-family: icomoon;
  color: #d0a86f;
  vertical-align: middle;
}

.contact__menu {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact__menuItem {
  -webkit-box: 0 1 calc(40% - 1rem);
  -moz-box: 0 1 calc(40% - 1rem);
  -webkit-flex: 0 1 calc(40% - 1rem);
  -ms-flex: 0 1 calc(40% - 1rem);
  flex: 0 1 calc(40% - 1rem);
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
.contact__menuItem.contact__menuItem--wide {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 2rem;
}

.contact__menuLink {
  color: #ffffff;
}
.contact__menuLink.contact__menuLink--border {
  padding: 0.5rem 1.5rem;
  white-space: pre;
  border: 1px solid #ffffff;
  border-radius: 9999px;
}
.contact__menuLink.contact__menuLink--border:hover {
  border-color: #d0a86f;
}
.contact__menuLink:hover {
  color: #d0a86f;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  .header__topText:not(:last-child) {
    border-right: none;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__topSocial {
    padding-right: 2rem;
  }

  #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 0.5rem;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.25rem;
  }

  #mobnav-btn {
    display: block;
  }

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

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

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

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

  .slider__title {
    font-size: 0.8rem;
  }

  .slider__excerpt {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .slider__description {
    width: 85%;
    top: 50%;
  }

  .slider__subname {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .section__wrapper.section__wrapper--company {
    background: none;
  }

  .section__header {
    font-size: 2rem;
  }

  .about__item {
    margin-left: 0;
    margin-right: 0;
  }

  .counterone__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .counterone__item:not(:last-child) {
    border-right: none;
  }

  .section.section--catalog {
    background: url("../img/catalog-img.png") no-repeat center top/auto 25%, url("../img/catalog-bg.jpg") no-repeat left top/100% 450px, #231f20;
  }

  .catalog__left,
.catalog__right {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .catalog__left {
    min-height: 450px;
  }

  .catalog__leftWrapper {
    bottom: 20%;
    right: 5%;
  }

  .formwrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .company__left,
.company__right,
.realization__left,
.realization__right,
.contacttext {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-right: 0;
  }

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

  .company__list {
    width: 100%;
  }

  .about__item,
.countertwo__item,
.contact__elem {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .countertwo__number {
    min-width: 130px;
    font-size: 3rem;
  }

  .countertwo__header {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__topSocial {
    padding-right: 2rem;
  }

  #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 0.5rem;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.25rem;
  }

  #mobnav-btn {
    display: block;
  }

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

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

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

  .slider__description {
    width: 85%;
  }

  .about__item,
.counterone__item {
    -webkit-box: 0 1 calc(50% - 2rem);
    -moz-box: 0 1 calc(50% - 2rem);
    -webkit-flex: 0 1 calc(50% - 2rem);
    -ms-flex: 0 1 calc(50% - 2rem);
    flex: 0 1 calc(50% - 2rem);
  }

  .countertwo__item,
.contact__elem {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section.section--catalog {
    background: url("../img/catalog-img.png") no-repeat center top/auto 50%, url("../img/catalog-bg.jpg") no-repeat left top/100% 50%, #231f20;
  }

  .catalog__left,
.catalog__right {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .catalog__leftWrapper {
    bottom: 15%;
    right: 5%;
  }

  .formwrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacttext,
.contactform {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .contacttext {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__topSocial {
    padding-right: 2rem;
  }

  #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 0.5rem;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.25rem;
  }

  #mobnav-btn {
    display: block;
  }

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

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

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

  .about__item {
    -webkit-box: 0 1 calc(50% - 2rem);
    -moz-box: 0 1 calc(50% - 2rem);
    -webkit-flex: 0 1 calc(50% - 2rem);
    -ms-flex: 0 1 calc(50% - 2rem);
    flex: 0 1 calc(50% - 2rem);
  }

  .counterone__item {
    -webkit-box: 0 1 calc(33% - 2rem);
    -moz-box: 0 1 calc(33% - 2rem);
    -webkit-flex: 0 1 calc(33% - 2rem);
    -ms-flex: 0 1 calc(33% - 2rem);
    flex: 0 1 calc(33% - 2rem);
  }

  .counterone__number {
    font-size: 2rem;
  }

  .countertwo__item {
    -webkit-box: 0 1 calc(50% - 2rem);
    -moz-box: 0 1 calc(50% - 2rem);
    -webkit-flex: 0 1 calc(50% - 2rem);
    -ms-flex: 0 1 calc(50% - 2rem);
    flex: 0 1 calc(50% - 2rem);
  }

  .section.section--catalog {
    background: url("../img/catalog-img.png") no-repeat center top/auto 50%, url("../img/catalog-bg.jpg") no-repeat left top/100% 50%, #231f20;
  }

  .catalog__left,
.catalog__right {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .catalog__leftWrapper {
    bottom: 15%;
    right: 5%;
  }

  .contact__elem {
    -webkit-box: calc(50% - 3rem);
    -moz-box: calc(50% - 3rem);
    -webkit-flex: calc(50% - 3rem);
    -ms-flex: calc(50% - 3rem);
    flex: calc(50% - 3rem);
  }
}

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