body {
  font-family: 'Lato', sans-serif;
  position: relative;
  overflow-x: hidden;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.flex__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid__30 {
  -ms-grid-columns: 33.3% 33.3% 33.3%;
  grid-template-columns: 33.3% 33.3% 33.3%;
}

.grid__25 {
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
}

.grid__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align__center {
  text-align: center;
}

main {
  margin-top: 150px;
}

header {
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header__top {
  background-color: #b9241d;
  border-bottom: 1px solid #707070;
  height: 36px;
  color: #ffffff;
  font-size: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.menu__desktop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 80% 10%;
  grid-template-columns: 10% 80% 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  /* background-color: rgba(255, 255, 255, 0.9); */
}

.menu__desktop div:nth-of-type(1) {
  text-align: left;
}

.menu__desktop div:nth-of-type(1) a:nth-of-type(2) {
  display: none;
}

.menu__desktop div:nth-of-type(2) img:nth-of-type(1) {
  display: none;
}

@media (min-width: 992px) {
  .menu__desktop div:nth-of-type(2) ul {
    list-style-type: none;
    margin-top: 60px;
  }
  .menu__desktop div:nth-of-type(2) ul button {
    display: none;
  }
  .menu__desktop div:nth-of-type(2) ul li {
    display: inline-block;
    padding: 10px;
    position: relative;
  }
  .menu__desktop div:nth-of-type(2) ul li a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 13px;
  }
  .menu__desktop div:nth-of-type(2) ul li i {
    padding-left: 5px;
  }
  .menu__desktop div:nth-of-type(2) ul li:hover a {
    color: #b9241d;
  }
  .menu__desktop div:nth-of-type(2) ul li:hover i {
    color: #b9241d;
  }
  /* .menu__desktop div:nth-of-type(2) ul li:hover ul {
        display: block;
    } */
  .menu__desktop div:nth-of-type(2) ul li:hover ul li a {
    color: black !important;
  }
  .menu__desktop div:nth-of-type(2) ul li:hover ul li a:hover {
    color: #b9241d !important;
  }
  .menu__desktop div:nth-of-type(2) ul ul {
    position: absolute;
    width: 950%;
    display: none;
    padding-top: 14px;
    text-align: left;
    margin-left: -10px;
    top: -45px;
    z-index: 999999999;
  }
  .menu__desktop div:nth-of-type(2) ul ul li a {
    color: black;
  }
}

.menu__desktop .relative a {
  color: #333333;
  text-decoration: none;
  margin-top: 60px;
  display: inline-block;
  padding-left: 10px;
}

.menu__desktop .relative button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.menu__desktop .fa-search {
  color: #707070;
  float: right;
  margin-right: 10px;
}

.relative {
  position: relative;
  display: flex;
  list-style: none;
  text-transform: uppercase;
}

.owl-carousel-index {
  height: 600px;
}

.owl-carousel-index .owl-dot {
  display: block !important;
}

.owl-carousel-index .owl-dots {
  counter-reset: dots;
  position: absolute !important;
  right: 2%;
  bottom: 2%;
  top: 520px;
}

.owl-carousel-index .owl-dots span {
  width: 60px !important;
  display: block !important;
  height: 2px !important;
  background: transparent !important;
  margin-left: 20px !important;
}

.owl-carousel-index .owl-dot:before {
  counter-increment: dots;
  content: '0' counter(dots);
  font-weight: 400;
  color: white;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
}

.owl-carousel-index .active:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  color: #d4392e !important;
  font-weight: 700 !important;
}

.owl-carousel-index .active:before span {
  background: red !important;
  color: #d4392e !important;
}

.section__slider {
  height: 600px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-id-142 .section__header .slider__single_text h4, .slider__single_text h4 {
	background: rgba(0, 0, 0, 0.3)!important;
}

.section__slider .section__slider_text {
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
  width: 50%;
  font-size: 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__slider .section__slider_text h4 {
  position: relative;
  display: inline-block;
  font-size: 34px;
}

.section__slider .section__slider_text h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 40px;
  margin: 0 auto;
  background: white;
  height: 1px;
  width: 130%;
  left: 50%;
  top: 170%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 991px) {
  .section__slider .section__slider_text h4:after {
    width: 105%;
  }
}

.section__header {
  position: relative;
  width: 100%;
}

.section__header_product {
  position: relative;
  width: 100%;
  background-color: #f6554d;
  height: 150px;
}

.section__header_product .slider__single_text {
  height: auto;
  background: none;
  display: block;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 37%;
  -webkit-transform: rotateY(-50%);
  transform: rotateY(-50%);
}

.section__header_product .slider__single_text h4 {
  font-size: 30px;
  text-align: center;
  color: white;
  position: relative;
}

.section__header_product .slider__single_text h4:after {
  content: '';
  height: 1px;
  position: absolute;
  background-color: white;
  width: 120%;
  left: 50%;
  top: 110%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.section__header .slider__single_text {
  height: auto;
  background: none;
  display: block;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: rotateY(-50%);
  transform: rotateY(-50%);
}

.section__header .slider__single_text h4 {
  font-size: 30px;
  text-align: center;
  color: white;
  position: relative;
}

.section__header .slider__single_text h4:after {
  content: '';
  height: 1px;
  position: absolute;
  background-color: white;
  width: 120%;
  left: 50%;
  top: 110%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 991px) {
  .section__header .slider__single_text h4:after {
    width: 100%;
  }
}

.slider1 {
  background-image: url('../img/shutterstock_164205476-1920x1080.jpg');
}

.slider2 {
  background-image: url('../img/shutterstock_1057804709-1920x1080.jpg');
}

.slider3 {
  background-image: url('../img/shutterstock_1191105907-1920x1080.jpg');
}

.section__margin {
  margin-bottom: 50px;
  margin-top: 50px;
}

.section__products h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
}

.section__products .grid div img {
  margin-bottom: 10px;
  width: 250px;
  height: auto;
}

.section__products .grid div h5 {
  font-size: 26px;
  color: #606060;
}

.btn__readmore {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 300;
  background-color: #ff7129;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  border: none;
  color: white;
  border: 1px solid #ff7129;
}

.btn__readmore:hover {
  background-color: white;
  border: 1px solid #ff7129;
  color: #606060;
  cursor: pointer;
}

.circle {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  line-height: 77px;
  text-align: center;
  background: white;
  font-weight: 700;
  color: #b9241d;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 5px 0px gray;
  box-shadow: 0px 4px 5px 0px gray;
}

.section__experience {
  padding-top: 60px;
  background-color: #fafafa;
  padding-bottom: 40px;
}

.section__experience .grid div h5 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
  color: #606060;
}

.section__experience .grid div p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #606060;
}

.section__experience .grid div p:nth-of-type(2) {
  margin-top: 20px;
}

.section__experience .grid div:nth-of-type(2) .circle {
  font-size: 27px;
}

.section__news h4 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
}

.section__news .grid div h5 {
  font-size: 20px;
  text-align: left;
}

.section__news .grid div p {
  margin-top: 15px;
  display: inline-block;
  color: #525252;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  font-weight: 300;
}

.section__news .grid div p a {
  text-decoration: none;
  display: block;
  text-align: right;
}

.section__news .grid div img {
  margin-top: 15px;
  height: auto;
  height: 150px;
  object-fit: contain;
  width: 100%;
}

.section__certificates .container {
  text-align: center;
  width: 80%;
}

.section__certificates .container h4 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.section__certificates .container img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.section__certificates .container .grid {
  grid-gap: 20px;
}

.width70 {
  width: 55%;
  margin: 0 auto;
}

.section__contact {
  margin-top: 50px;
}

.section__contact h4 {
  text-align: center;
  font-size: 34px;
}

.section__contact ul {
  text-align: center;
  margin-top: 20px;
}

.section__contact ul li {
  margin-top: 10px;
}

.section__contact ul li a {
  text-decoration: none;
  color: black;
}

.section__contact #contact__form {
  margin-top: 50px;
  position: relative;
  width: 60%;
  display: block;
  margin: 0 auto;
  margin-bottom: 110px;
}

.section__contact #contact__form h5 {
  margin-bottom: 10px;
}

.section__contact #contact__form .grid {
  grid-gap: 0px;
}

.section__contact #contact__form fieldset {
  border: medium none !important;
  min-width: 100%;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.section__contact #contact__form input[type='text'],
.section__contact #contact__form input[type='email'],
.section__contact #contact__form input[type='tel'] {
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

.section__contact #contact__form input[type='email'] {
  width: 100%;
}

.section__contact #contact__form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
  resize: none;
  height: 100px;
}

.section__contact #contact__form button {
  font-size: 15px;
  border: none;
  background-color: #23622d;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  display: block;
  margin: 0 0 0 auto;
  margin-right: -31px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section__contact #contact__form button:hover {
  background-color: #23892d;
}

@media screen and (max-width: 991px) {
  .section__contact #contact__form input[type='text'],
  .section__contact #contact__form input[type='email'],
  .section__contact #contact__form input[type='tel'],
  .section__contact #contact__form textarea {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .section__contact #contact__form .grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .section__contact #contact__form h5 {
    text-align: center;
  }
  .section__contact #contact__form fieldset {
    width: 70%;
  }
  .section__contact #contact__form button {
    margin: 0 auto;
  }
}

.section__contact .grid {
  grid-gap: 40px;
}

.section__contact .grid div {
  background-color: #e7e7e7;
  width: 170px;
  height: 200px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.section__contact .grid div .circle__contact {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
}

.section__contact .grid div h6 {
  font-size: 14px;
  font-weight: 700;
  color: #464a4c;
  margin-top: 20px;
}

.section__contact .grid div p {
  font-size: 14px;
  margin-top: 10px;
  color: #464a4c;
}

.section__contact .grid div p a {
  text-decoration: none;
  color: #464a4c;
  padding-bottom: 5px;
  display: block;
}

.section__contact .grid div p span {
  padding-top: 5px;
  display: block;
}

.section__contact .grid .grid__contact_container:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer {
  height: 36px;
  background-color: #b9241d;
  color: white;
  font-size: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: -34px;
}

.paralax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  width: 100%;
  height: 220px;
  background-image: url('../img/OKLADKA.jpg');
}

.parallax-window {
  height: 600px;
  width: 100%;
}

@media (max-width: 992px) {
  .grid__25 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .grid__30 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .section__contact .grid {
    margin-bottom: 0px;
  }
  .section__contact .grid .grid__contact_container:hover {
    margin-top: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section__news .grid div p {
    width: 100%;
    text-align: center;
  }
  .menu__desktop div:nth-of-type(1) {
    text-align: center;
  }
  .menu__desktop div:nth-of-type(1) img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    top: 0;
    position: absolute;
  }
  .menu__desktop div:nth-of-type(1) a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #d4392e;
  }
  .menu__desktop div:nth-of-type(2) img:nth-of-type(1) {
    display: none;
  }
  .menu__desktop div:nth-of-type(2) ul {
    list-style-type: none;
  }
  .menu__desktop div:nth-of-type(2) ul button {
    border: none;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
    display: block;
  }
  .menu__desktop div:nth-of-type(2) ul li {
    display: inline-block;
    color: #6e6e6e;
    padding: 10px;
    width: 100%;
  }
  .menu__desktop div:nth-of-type(2) ul li i {
    display: none;
  }
  .menu__desktop div:nth-of-type(2) ul li ul {
    position: relative;
    display: block;
    top: auto;
    margin-top: 20px;
    z-index: 9999999;
  }
  .menu__desktop div:nth-of-type(2) ul li ul li {
    display: block;
    padding: 0;
  }
  .menu__desktop div:nth-of-type(2) ul li ul li a {
    font-size: 13px;
  }
  .menu__desktop .relative a {
    color: #d4392e;
    text-decoration: none;
  }
  .menu__desktop .relative button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  .menu__desktop .fa-search {
    color: #707070;
    float: right;
    margin-right: 10px;
    display: none;
  }
  .menu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 5px 0 5px -2px gray;
    box-shadow: 5px 0 5px -2px gray;
    line-height: 10px;
    bottom: 0;
  }
  .menu a {
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu a:first-of-type {
    margin-top: 10px;
  }
  .menu a:hover {
    color: #f1f1f1;
  }
}

@media screen and (max-width: 992px) and (max-height: 450px) {
  .menu {
    padding-top: 15px;
  }
  .menu a {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .menu__open {
    width: 200px;
  }
  .section__slider .section__slider_text {
    width: 100%;
  }
  .menu__desktop .relative button i {
    color: #d4392e;
  }
  .menu__desktop div:nth-of-type(2) img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100px;
  }
  .section__paralax {
    display: none;
  }
  .section__news .grid div h5 {
    margin-top: 15px;
  }
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 100;
  border-top: 0;
  max-height: 100px;
  margin-top: 0px;
  transition: all 0.5s, color 0.1s, font-size 0.1s;
  -moz-transition: all 0.5s, color 0.1s, font-size 0.1s;
  -o-transition: all 0.5s, color 0.1s, font-size 0.1s;
}

.sticky div:nth-of-type(1) img {
  /* height: 90px !important; */
  top: 6px;
}

.sticky__header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  margin-top: 0px;
}

.sticky__header div:nth-of-type(1) img {
  height: 60px !important;
}

.grid__50 {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}

.products .section__slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products .section__products_subpage {
  text-align: center;
}

.products .section__products_subpage h3 {
  font-size: 34px;
  margin-bottom: 30px;
}

.products .section__products_subpage .grid__30 {
  text-align: center;
}

.products .section__products_subpage .grid__30 .grid__container {
  text-align: center;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.products .section__products_subpage .grid__30 .grid__container img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.products .section__products_subpage .grid__30 .grid__container:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.products .section__products_subpage .section__products_bar {
  font-size: 22px;
  height: 50px;
  color: white;
  background-color: #fe8738;
}

.products .section__text h3 {
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
}

.products .section__text .section__products_text {
  background-color: #f5f5f5;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.products .section__text .section__products_text p {
  font-size: 20px;
  line-height: 24px;
}

.products .section__text .grid__25 div {
  text-align: center;
  margin: 40px;
}

.products .section__text .grid__25 div img {
  width: 230px;
}

.products .section__text .grid__25 div h5 {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.single .section__slider {
  height: 300px;
}

.single .section__slider .section__slider_text {
  height: 150px;
}

.single .section__product_photo h4 {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.single .section__product_photo .grid {
  -ms-grid-columns: 33.3% 33.3% 33.3%;
  grid-template-columns: 33.3% 33.3% 33.3%;
}

.single .section__product_photo .grid div img {
  margin: 0 auto;
  width: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single .section__product_photo .grid .product__photo_large {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single .section__product_photo .vertical__column div {
  position: relative;
  margin-bottom: 20px;
}

.single .section__product_photo .vertical__column div .product__photo_small {
  height: 201px;
  margin-top: -3px;
  width: 95%;
}

.single .section__product_photo .vertical__column div .info__bar {
  height: 30px;
  position: absolute;
  bottom: -17px;
  background-color: rgba(112, 112, 112, 0.7);
  width: 95%;
  text-align: center;
  color: white;
  padding-top: 10px;
}

.single .section__product_photo .vertical__column div .info__bar i {
  position: absolute;
  right: 15px;
  font-size: 20px;
}

.single .section__product_photo .vertical__column div .large {
  bottom: 3px;
}

.section__product__table h4 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}

.section__product__table h5 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.section__product__table .product__details {
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__product__table .product__details .product__details_separator {
  background-color: #d5d5d5;
  height: 2px;
  width: 100%;
}

.section__product__table .product__details img {
  width: 100%;
}

.section__product__table .product__details .product__details_element {
  margin-top: 10px;
}

.section__product__table .product__details .product__details_element p {
  font-size: 12px;
}

.section__product__table
  .product__details
  .product__details_element
  p:nth-of-type(3) {
  font-size: 26px;
}

.section__product__table .download__pdf {
  margin-top: 50px;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.section__product__table .download__pdf i {
  color: grey;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.section__product__table .download__pdf p {
  font-size: 14px;
}

.section__product__table .download__pdf:hover i {
  color: #d4392e;
}

.section__single_contact {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  text-align: center;
}

.section__single_contact ul {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

.section__single_contact ul li {
  margin-bottom: 5px;
}

.section__single_contact p {
  font-size: 14px;
  color: #707070;
}

.section__single_contact .fa-user {
  color: #f73923;
  margin-bottom: 15px;
}

.section__single_contact .nodecoration {
  text-decoration: none;
}

.section__single_contact .section__single_circle {
  height: 24px;
  width: 24px;
  padding: 5px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #d4392e;
  line-height: 60px;
  font-size: 16px;
  border: 3px solid #d4392e;
  margin: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.section__single_contact .section__single_circle:hover {
  background: #d4392e;
  color: white;
}

@media screen and (max-width: 991px) {
  .section__product_photo .grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .section__product_photo .grid div:nth-of-type(1) div img {
    height: 200px;
  }
  .section__product__table .grid__50 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .section__product__table .grid__50 h5 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section__product__table .product__details {
    width: 100%;
  }
  .section__product__table .product__details .product__details_separator {
    width: 100%;
  }
}

.article .section__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../img/518.jpg');
  background-size: cover;
  text-align: center;
  height: 400px;
}

.article .section__slider .section__slider_text {
  height: auto;
  background: none;
  display: block;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article .section__slider .section__slider_text .underline {
  width: 200px;
  height: 1px;
  background: white;
}

.article .section__slider .section__slider_text h4 {
  font-size: 30px;
  text-align: center;
}

.article .header__container {
  display: block;
  margin: 0 auto;
  width: 60%;
  background: white;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}

.article .header__container h4 {
  text-align: center;
  font-size: 20px;
}

.article .article__text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
}

.article .article__text .grid {
  margin-top: 40px;
  grid-gap: 60px;
  text-align: center;
}

.article .article__text .grid img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article .article__text .grid div {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
  overflow-y: hidden;
}

.article .article__text .grid div:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  .article .header__container {
    width: 100%;
    margin-top: 0px;
    background: none;
  }
  .article .img__center {
    width: 100%;
  }
}

.article .owl-carousel {
  margin-bottom: 40px;
}

.img__center {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.contact .section__slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slick-prev {
  position: absolute;
  left: 40%;
  top: -5%;
}

.slick-next {
  position: absolute;
  left: 44%;
  top: 101%;
}

.elo {
  color: red;
}

.slick-prev {
  width: 10% !important;
  left: 45% !important;
  cursor: pointer;
  display: none !important;
}

.slick-next {
  width: 10% !important;
  cursor: pointer;
  display: none !important;
}

.slick-slider .slick-arrow {
  display: none !important;
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1ms;
  animation-duration: 1ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transition: 0s 180s;
  transition: 0s 180s;
}

.slick-slider .slick-arrow-block {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .single .section__product_photo .grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .single .section__product_photo .grid .product__photo_large {
    height: 400px;
    width: 100%;
    margin-bottom: -3px;
  }
  .single .section__product_photo .vertical__column div .product__photo_small {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slick-slider {
    margin-top: 50px;
  }
  .slick-slider .slick-arrow {
    display: block !important;
  }
  .slick-slider .slick-prev {
    position: relative;
    width: 100%;
  }
  .slick-slider .slick-prev img {
    margin: 0 auto;
    width: 100px !important;
    display: block !important;
  }
  .single .section__product_photo .grid div img {
    width: 100%;
  }
}

.btn__send {
  margin-top: 15px;
}

.aboutus .section__team {
  margin-top: 60px;
  margin-bottom: 100px;
}

.aboutus .section__team h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.aboutus .section__team .grid {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 0px;
}

.aboutus .section__team .grid div {
  margin: 0 auto;
/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); */
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
}

.aboutus .section__team .grid div img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 260px;
}

.aboutus .section__team .grid div h4 {
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus .section__team .grid div h5 {
  text-align: center;
  padding-bottom: 30px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus .section__team .grid div div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aboutus .section__team .grid div div a {
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: black;
}

.aboutus .section__team .grid2x2 {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  width: 60%;
  margin: 0 auto;
}

.aboutus .section__team .grid3x3 {
  -ms-grid-columns: 33.3% 33.3% 33.3%;
  grid-template-columns: 33.3% 33.3% 33.3%;
}

.aboutus .section__team .grid4x4 {
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
}

.aboutus .section__team .grid1x1 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

@media screen and (max-width: 991px) {
  .aboutus .section__team .grid2x2,
  .aboutus .section__team .grid3x3,
  .aboutus .section__team .grid4x4,
  .aboutus .section__team .grid1x1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .aboutus .section__team .grid2x2 {
    width: 100%;
    margin: auto;
  }
}

.section__history h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  margin-top: 60px;
}

.section__history p {
  font-size: 17px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}

.section__history ul {
  margin-top: 20px;
  line-height: 27px;
}

.section__history ul span {
  font-weight: 400;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section__history ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 30px;
}

.section__history ul li:first-of-type {
  font-weight: 700;
}

.section__history ul ul {
  margin-top: 5px;
}

.section__history ul ul li:first-child {
  font-weight: 400;
}

.section__history ul ul li {
  font-weight: 400;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products .section__text .section__products_text {
  margin-bottom: 30px;
}

.section__contact .grid div:hover {
  background-color: #b9241d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section__contact .grid div:hover h6 {
  color: white;
}

.section__contact .grid div:hover a {
  color: #000;
}

.section__contact .grid div:hover p {
  color: white;
}

.section__news .grid div {
  width: 295px;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.02);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.23s ease-out;
  transition: all 0.23s ease-out;
  cursor: pointer;
}

.section__news .grid div p a {
  text-decoration: none;
  color: #525252;
}

.section__news .grid div:hover {
  -webkit-transform: scale(1.02) rotate(0.01deg) rotate(0.001deg);
  transform: scale(1.02) rotate(0.01deg) rotate(0.001deg);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

p {
  font-weight: 300 !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .products {
    overflow-x: hidden;
  }
  .products .section__products_subpage .grid__50 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .products .section__products_subpage .grid__50 .grid__container img {
    width: 100%;
  }
  .products .section__products_subpage .grid__50 .grid__container {
    margin-bottom: 20px;
  }
  .products .section__text .section__products_text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .products .section__text .section__products_text p {
    font-size: 16px;
  }
  header {
    height: 110px;
  }
  .section__slider .section__slider_text h4 {
    font-size: 24px;
    text-align: center;
  }
  .section__slider .section__slider_text h4::after {
    width: 80%;
  }
}

.gmaps {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn__send {
  position: absolute;
}

.section__slider_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../img/518-top.jpg');
  background-size: cover;
  text-align: center;
  height: 400px;
}

.section__slider_single .slider__singile_text {
  height: auto;
  background: none;
  display: block;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__slider_single .slider__singile_text h4 {
  font-size: 30px;
  text-align: center;
  color: white;
  position: relative;
}

.section__slider_single .slider__singile_text h4:after {
  content: '';
  height: 1px;
  position: absolute;
  background-color: white;
  width: 120%;
  left: 50%;
  top: 110%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 991px) {
  .section__slider_single .slider__singile_text h4:after {
    width: 100%;
  }
}

.contact .section__slider_single {
  background-image: url('../img/kontakt.JPG');
}

.submenu__sticky {
  top: 10px !important;
  padding-top: 8px !important;
  margin-top: 5px !important;
  padding-bottom: 10px !important;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block !important;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block !important;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.section__paralax {
  margin-top: -50px;
}

.fixed {
  margin-left: 20px;
  height: 110px !important;
  max-width: 140px;
  top: 13px;
  transform-origin: center center;
  transition: transform 0.5s;
  position: fixed;
}

.fixed__img {
  transform: scale(0.6);
  /* top: 19px !important; */
}

.section__products_subpage .grid .grid__container {
  width: 90%;
}

.section__products_subpage .grid .grid__container:hover {
  z-index: 999999;
}

.section__products_subpage .grid .grid__container img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__text_margin {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}

.single__product_margin {
  margin-top: 75px;
}

.section__slider_history {
  background-image: url('../img/History-top.png') !important;
}

/* .section__contact span {
  font-weight: 700;
} */

.section__contact ul:nth-of-type(6) {
  margin-top: 30px;
}

.section__contact #contact__form {
  padding-top: 30px;
}

.article {
  overflow-x: hidden;
  padding-bottom: 40px;
}

.article__text .owl-carousel img {
  height: 300px;
}

.article .article__text .grid img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 200px;
}

.article .article__text .grid a {
  text-decoration: none;
  color: black;
}

.article .btn__readmore {
  width: 85px;
  text-decoration: none;
}

.article .article__text ul {
  margin-top: 20px;
  line-height: 27px;
  list-style-type: disc;
  margin-left: 25px;
}

.article .article__text ul span {
  font-weight: 400;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article .article__text ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 30px;
}

.article .article__text ul li:first-of-type {
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .section__product__table .product__details img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section__product__table .product__details .product__details_element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section__product__table
    .grid__50
    div:first-child
    .product__details_element
    p:first-child {
    display: none;
  }
  .section__product__table
    .grid__50
    div:nth-of-type(2).product__details_element
    p:first-child {
    display: none;
  }
  .section__product__table
    .grid__50
    div:nth-of-type(2)
    .product__details_element
    p:first-child {
    display: block;
    position: absolute;
    left: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
    font-size: 15px;
  }
  .section__product__table
    .grid__50
    div:nth-of-type(1)
    .product__details_element
    p:nth-of-type(2) {
    display: none;
  }
  .section__product__table
    .grid__50
    div:nth-of-type(2)
    .product__details_element
    p:nth-of-type(2) {
    display: block;
    position: absolute;
    left: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 12%;
    font-size: 15px;
  }
  .section__product__table
    .grid__50
    div:nth-of-type(2)
    .product__details_separator {
    width: 200%;
    margin-right: 100%;
  }
}

.section__product__table .grid__50 div .product__details_element p {
  padding-bottom: 10px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -50px;
  z-index: 999999999;
  position: relative;
}

.section__certificates .grid__25 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  grid-gap: 0px;
}

.section__certificates {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 991px) {
  .section__certificates .grid {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section__certificates .cert__all {
    display: none !important;
  }
  .section__certificates .grid div:nth-of-type(3) img {
    margin-left: 17%;
  }
}

.section__certificates .cert__all {
  width: 600px !important;
}

.section__certificates .grid__25 div img {
  display: block;
  margin: 0 auto;
  width: 50%;
}

.section__certificates img {
  display: block;
  margin: 0 auto;
  width: 600px;
}

@media screen and (max-width: 991px) {
  .section__certificates .grid__25 div img {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .owl-carousel-article .owl-item img {
    width: 80%;
    margin: 0 auto;
  }
}

.owl-carousel-article .owl-nav {
  display: block !important;
  position: absolute !important;
  top: 45% !important;
  width: 100% !important;
}

.owl-carousel-article .owl-nav .owl-prev {
  position: absolute;
  left: -2%;
}

.owl-carousel-article .owl-nav .owl-prev i {
  font-size: 23px;
  color: #b9241d;
}

.owl-carousel-article .owl-nav .owl-next {
  position: absolute;
  right: -2%;
}

.owl-carousel-article .owl-nav .owl-next i {
  font-size: 23px;
  color: #b9241d;
}

.section__experience h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
}

.section__certificates .container .img__logos {
  width: 530px;
}

@media screen and (max-width: 991px) {
  .section__certificates .container .img__logos {
    display: none;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -10px;
    z-index: 999999999;
    position: relative;
  }
}

.slider__single_beetroot {
  background-image: url('../img/DSC6159-1920x1080.jpg');
}

.width60 {
  width: 60%;
}

.slider__single_airdrying {
  background-image: url('../img/5118.jpg');
  background-position: center center;
}

.slider__scroll {
  width: 60px !important;
  height: 60px;
  -webkit-animation: mymove 1s infinite;
  animation: mymove 1s infinite;
  position: fixed;
  bottom: 30px;
}

@-webkit-keyframes mymove {
  from {
    bottom: 50px;
  }
  to {
    bottom: 30px;
  }
}

@keyframes mymove {
  from {
    bottom: 50px;
  }
  to {
    bottom: 30px;
  }
}

.sidenav__open {
  width: 300px;
}

.section__news .grid div a {
  text-decoration: none;
  display: block;
  text-align: right;
  padding: 10px;
}

.owl-carousel-article img {
  height: 200px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.article .width60 {
  margin-bottom: 50px;
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  left: 70px;
  bottom: 0px;
  z-index: 9;
  top: 520px;
}

.mouse_scroll.fadein {
  opacity: 0;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  -webkit-transform: none;
  transform: none;
  border: 2px solid black;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: black;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #000;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .menu__desktop div:nth-of-type(2) ul li:after {
    font-family: 'Font Awesome 5 Free';
    /* content: "\f0d7"; */
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    padding-left: 3px;
  }
  .menu__desktop div:nth-of-type(2) ul li:nth-of-type(5)::after {
    content: none !important;
  }
  .menu__desktop div:nth-of-type(2) ul li:nth-of-type(7)::after {
    content: none !important;
  }
  .menu__desktop div:nth-of-type(2) ul li a {
    text-transform: uppercase;
  }
  .sub-menu li:after {
    content: none !important;
  }
}

.arrow__back {
  width: 35px;
  height: 35px;
  border: 2px solid #b9241d;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1%;
  bottom: 8%;
  cursor: pointer;
}

.arrow__back i {
  font-size: 18px;
  color: #b9241d;
  text-decoration: none;
}

.article__contact {
  overflow-x: unset;
}

.section__team__contact {
  margin-top: 60px;
}

.section__team__contact {
  margin-top: 60px;
}

.section__team__contact h3 {
  margin-top: 40px;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.section__team__contact .grid {
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-gap: 0px;
  grid-row-gap: 50px;
}

.section__team__contact .grid div img {
  display: block;
  width: 100%;
}

.section__team__contact .grid div div:last-of-type {
  /* display: none; */
  color: #000;
}

.section__team__contact .grid div {
  background: none;
  height: 100%;
  text-align: center;
}

.section__team__contact .grid div h4 {
  /* font-size: 20px; */
  padding-top: 15px;
  padding-bottom: 15px;
}

.section__team__contact .grid div h5 {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section__team__contact .grid div:hover {
  background: none;
}

.section__team__contact .grid div h5:hover {
  background: none;
}

@media screen and (max-width: 600px) {
  .section__team__contact .grid {
    grid-template-columns: 100%;
  }
}

.menu__desktop .relative {
  justify-content: center;
}

.cookies {
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(110, 110, 110, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(110, 110, 110, 1);
  box-shadow: 0px 0px 8px 0px rgba(110, 110, 110, 1);
  position: fixed;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  left: 50%;
  transform: translateX(-50%);
}

.cookies img {
  position: fixed;
  right: 50px;
  top: -70px;
  width: 130px;
}

.cookies p {
  font-weight: 400 !important;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
}

.cookies button {
  font-family: 'Lato', sans-serif;
  border: none;
  background: none;
  background-color: #ba241d;
  border: 1px solid #ba241d;
  color: #fff;
  /* font-size: 25px; */
  /* position: fixed; */
  font-size: 15px;
  font-weight: 300;
  top: 0px;
  right: 2px;
  cursor: pointer;
  padding: 4px 10px;
  margin: 0 10px;
}
.cookies button:hover {
  /* background: #000; */
  background: rgba(255, 255, 255, 0.9);
  color: #606060;
}
.cookies .cookies__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.section__slider .section__slider_text h4::after {
  content: none;
}

.section__header .slider__single_text h4::after {
  content: none;
}

.linkedin__widget {
  position: fixed;
  right: 0;
  bottom: 45%;
  z-index: 9;
  background: #ba241d;
  padding: 10px;
  color: white;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(110, 110, 110, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(110, 110, 110, 1);
  box-shadow: 0px 0px 3px 0px rgba(110, 110, 110, 1);
  cursor: pointer;
}

.grid__contact_container {
  display: none !important;
}

.section__single_contact .grid__30 {
  width: 35%;
  margin: 0 auto;
}

.section__single_contact .grid__30 div {
  margin-top: 10px;
}

.menu__desktop ul li:after {
  font-family: 'Font Awesome 5 Free';
  content: ' ';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  padding-left: 3px;
  /* display: none !important; */
}

.menu__desktop ul li.menu-item-has-children,
.menu__desktop ul li.menu-item-has-children a {
  position: relative;
}

.menu__desktop ul li.menu-item-has-children:after {
  font-family: 'Font Awesome 5 Free' !important;
  content: ' ' !important;
  display: inline-block !important;
  padding-right: 3px !important;
  vertical-align: middle !important;
  font-weight: 900;
  padding-left: 3px;
}

.menu__desktop ul li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Free' !important;
  content: '\f0d7' !important;
  display: inline-block !important;
  padding-right: 3px !important;
  vertical-align: middle !important;
  font-weight: 900;
  padding-left: 3px;
  position: absolute;
  right: -15px;
}

.section__header img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.excerpt {
  margin-top: 20px;
}

.excerpt p {
  margin-left: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
}

.single-joboffer {
  display: block;
  max-width: 700px;
  margin-bottom: 50px;
}

.single-joboffer .btn__readmore {
  display: inline-block;
  margin: 0;
  text-decoration: none;
}

.single-joboffer strong {
  font-weight: bold;
}

.single-joboffer h3 {
  font-weight: bold;
  font-size: 20px;
}

.single-joboffer small {
  font-size: 12px !important;
  opacity: 0.8;
  font-style: italic;
}

.section__team__contact a,
.section__team__contact a:hover {
  color: #000;
}

.ppl {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ppl .person {
  display: inline-block;
  width: 300px;
  /* float: left; */
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding-bottom: 40px;
  margin-right: 30px;
  margin-left: 30px;
  background: white;
}

.ppl .person h4 {
  height: 30px;
  display: flex;
  align-items: center;
}

.ppl .person h5 {
  height: 50px;
  display: flex;
  align-items: center;
}

.ppl .person div a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  text-decoration: none;
}

.ppl .person img {
  width: 240px;
}

.section__team__contact .grid div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section__team__contact a,
.section__team__contact a:hover {
  text-decoration: none;
  margin-bottom: 10px;
}

.section__team__contact .grid div div:last-of-type {
  height: 50px;
}

.section__team__contact .grid div h4 {
  height: 20px;
}

.section__team__contact .grid div h5 {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.section__news .grid__30 a {
  text-decoration: none;
}

.section__news .grid div {
  padding-bottom: 20px;
}

.section__certificates .container a {
  text-decoration: none;
}

.section__certificates .container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25% 25% 25%;
  grid-gap: 0;
  width: 50%;
  justify-content: center;
  align-items: center;
}

.section__certificates .container a img {
  width: 180px;
  height: 100px;
  object-fit: contain;
}

#scrollup {
  display: none;
}

.arrow__up {
  width: 40px;
  height: 40px;
  border: 3px solid #b9241d;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1%;
  bottom: 4%;
  cursor: pointer;
  transition: 300ms;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  border: 0;
  outline: 0;
}

*:focus {
  outline: none;
}

.arrow__up i {
  font-size: 18px;
  color: #b9241d;
  text-decoration: none;
}

@media (max-width: 992px) {
  .menu__desktop div:nth-of-type(2) ul li ul li a {
    line-height: 20px;
  }
  .menu__desktop .relative {
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .blog-post {
    text-align: justify;
  }
  .section__text_margin {
    text-align: justify;
  }
  .section__certificates .container {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
    width: auto;
  }
  .section__certificates .container a img {
    padding-bottom: 20px;
  }
  .article .article__text p {
    text-align: justify;
  }
  .single .section__product_photo .vertical__column div {
    text-align: center;
  }
  .single .section__product_photo .vertical__column div .info__bar {
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
  }
  .menu__desktop div:nth-of-type(1) img:nth-of-type(1) {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutus .section__team .grid div {
    margin-top: 30px;
  }
  #scrollup {
    display: block;
    position: fixed;
  }
  .arrow__back {
    display: none;
  }
}

@media (max-width: 992px) {
  .section__certificates,
  .section__certificates .container {
    display: block;
  }
  .cert-1,
  .cert-2,
  .cert-3 {
    display: inline-block;
    width: 30%;
  }
  .cert-1 img,
  .cert-2 img,
  .cert-3 img {
    width: 100% !important;
  }
}

.article p {
  /* text-align: justify !important; */
}

.section__team__contact .grid div {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  width: 300px;
  margin: 0 auto;
}

.section__team__contact .grid div div {
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.menu-item-411 {
  margin-right: 6px;
}

.section__team__contact .grid div img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 260px;
}

.blog-post-meta {
  display: none;
}

.section__team__contact .grid4x4 {
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
}

.section__team__contact .grid1x1 {
  grid-template-columns: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hover {
  display: block !important;
}

@media (max-width: 992px) {
  .section__team__contact .grid3x3 {
    grid-template-columns: 100%;
  }
  .section__team__contact .grid4x4 {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 600px) {
  .section__team__contact .grid4x4 {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 991px) {
  .owl-carousel-wpis .owl-item img {
    width: 80%;
    margin: 0 auto;
  }
}

.owl-carousel-wpis .owl-nav {
  display: block !important;
  position: absolute !important;
  top: 45% !important;
  width: 100% !important;
}

.owl-carousel-wpis .owl-nav .owl-prev {
  position: absolute;
  left: -2%;
}

.owl-carousel-wpis .owl-nav .owl-prev i {
  font-size: 23px;
  color: #b9241d;
}

.owl-carousel-wpis .owl-nav .owl-next {
  position: absolute;
  right: -2%;
}

.owl-carousel-wpis .owl-nav .owl-next i {
  font-size: 23px;
  color: #b9241d;
}

.owl-carousel-wpis .owl-item img {
  width: 30%;
  margin: 0 auto;
}

.postid-280 .wa2 {
  /* visibility: hidden!important;
    opacity: 0; */
}

.article .header__container h4 {
  font-size: 34px;
}

.h4fixnew {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 45px;
}

/* header, .sticky, nav, .fixed{
    -webkit-transition: all 400ms ease!important;
    -moz-transition: all 400ms ease!important;
    -ms-transition: all 400ms ease!important;
    -o-transition: all 400ms ease!important;
    transition: all 400ms ease!important;
} */

@media (max-width: 1400px) {
  .menu__desktop div:nth-of-type(2) ul li a {
    font-size: 13px;
  }
}

.page-template-page-146 .section__team__contact .grid div h5 {
  padding-top: 0;
  margin-top: -10px;
}

.lightbox .lb-image {
  border: none;
}

.sing-gal-targ {
  width: 49%;
  display: inline-block;
}

.sing-gal-targ img {
  width: 100%;
  vertical-align: top;
}

.date {
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
  left: 10px;
  top: 10px;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .page-template-page-142 .grid.grid4x4 {
    grid-template-columns: 50% 50%;
  }
}

nav {
  background-color: rgba(255, 255, 255, 0.9);
}

.menu__desktop .relative {
  z-index: 9999999999999999;
}

/* @media (max-width: 1299px) {
    .menu__desktop {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 120px;
    }
    .sticky div:nth-of-type(1) img:nth-of-type(1) {
        width: 90px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 11px;
        background: transparent;
    }
} */

.nav__open i:nth-of-type(1) {
  opacity: 0;
  transition: 0.4s;
}

.nav__open i:nth-of-type(2) {
  opacity: 1;
  transition: 0.4s;
  margin-left: -20px;
}

.button__close i:nth-of-type(1) {
  opacity: 1 !important;
  transition: 0.4s;
}

.button__close i:nth-of-type(2) {
  opacity: 0 !important;
  transition: 0.4s;
}

@media (min-width: 1300px) {
  .blog-post {
    text-align: justify;
  }
  .section__text_margin {
    text-align: justify;
  }
  .article .article__text p {
    text-align: justify;
  }
}

@media (max-width: 992px) {
  .sidenav__open {
    width: 100%;
  }
  .nav__close {
    display: block;
  }
  .menu a {
    font-size: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu li a {
    font-weight: 900;
  }
  .menu li ul li a {
    font-weight: 400;
  }
  .blog-post {
    text-align: left;
  }
  .section__text_margin {
    text-align: left;
  }
  .article .article__text p {
    text-align: left;
  }
  .section__header img {
    height: 200px;
  }
  .menu__desktop div:nth-of-type(1) img:nth-of-type(1) {
    z-index: 99;
  }
  .menu {
    background-image: url('../img/mobile-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .menu a {
    color: white !important;
  }
  .menu li {
    background-color: transparent !important;
  }
  .menu {
    margin-top: 125px;
    padding-top: 10px;
  }
  .sticky .menu {
    margin-top: 90px !important;
  }
  .menu__desktop div:nth-of-type(2) ul li i {
    display: block;
  }
  .menu__desktop div:nth-of-type(2) ul li {
    margin-bottom: -10px;
  }
  .menu__desktop div:nth-of-type(2) ul li ul li a {
    margin-bottom: -10px;
  }
  .menu__desktop div:nth-of-type(2) ul li ul li a {
    font-size: 17px !important;
  }
}

@media (max-width: 500px) {
  .page-template-page-140 .section__header img {
    object-position: -200px;
  }
}

footer {
  z-index: -1;
}

@media (max-width: 600px) {
  footer {
    line-height: 1.8;
    flex-wrap: wrap;
    padding: 5px 0;
    height: inherit;
    margin-top: inherit;
    /* transform: translateY(-100%); */
  }
}

.lightbox .lb-image {
  border-radius: 0px !important;
}

.ParallaxContainer {
  margin-top: 80px;
  background-image: url('https://dev25.aionline.pl/wp-content/uploads/2019/03/parallax-front-page.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  width: 100%;
  height: 250px;
}

@media (max-width: 992px) {
  .ParallaxContainer {
    background-image: url('../img/parallax-front-crop-mobile.jpg');
    background-size: contain;
    background-attachment: inherit;
    margin-top: -135px;
    margin-bottom: -70px;
  }
}

article.excerpt-short {
  height: 100px !important;
  overflow: hidden;
}

.regulamin h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.regulamin li {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 300;
}

.regulamin ul {
  list-style-type: decimal;
}

.regulamin ul ul {
  list-style-type: lower-latin;
  margin-left: 15px;
}

.regulamin p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  display: block !important;
}

.regulamin span {
  font-weight: 400;
}

footer a {
  text-decoration: none !important;
  color: white !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.wpml-ls-menu-item {
  width: 20px !important;
}

.wpml-ls-menu-item img {
  height: 13px !important;
}

@media (max-width: 768px) {
  .arrow__up {
    bottom: 40px !important;
  }
}

footer {
  position: relative;
  z-index: 9;
  text-align: center;
}

.single-joboffer:nth-of-type(2) article.excerpt-short {
  height: 100px !important;
}

@media screen and (max-width: 1299px) {
  .menu__desktop {
    grid-template-columns: 10% 80% 10%;
  }
  .menu__desktop div:nth-of-type(2) ul {
    margin-top: 30px;
    /*margin-left: 70px;*/
  }
  .menu__desktop .relative {
    position: absolute;
    right: 30px;
  }

  .menu__desktop div:nth-of-type(2) ul li a {
    font-size: 12px;
  }

  .menu__desktop .relative a {
    margin-top: 30px !important;
  }

  .menu__desktop div:nth-of-type(2) ul li {
    padding: 7px;
  }
  .menu__desktop div:nth-of-type(2) ul ul {
    top: -15px;
  }
}
@media (max-width: 992px) {
  header {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .menu__desktop div:nth-of-type(2) ul {
    margin-top: 130px;
  }
  .ParallaxContainer {
    background-position: center center;
  }
}

@media (max-width: 992px) {
  .fixed__img {
    top: 0 !important;
  }

  .fixed {
    height: 92px !important;
  }
  .wpml-ls-item-en a {
    display: none;
  }
  .lang__choose .active-lang {
    display: none !important;
  }

  .relative.lang__choose li a {
    position: fixed;
    top: 0 !important;
    left: 50px !important;
    height: 100px;
  }
  .relative.lang__choose li a img {
    position: fixed;
    top: 55px;
    transform: scale(1.1);
  }

  .sticky .relative.lang__choose li a img {
    top: 45px;
  }
}

.single-joboffer article {
  position: relative;
  top: -50px;
}

.single-joboffer article.excerpt-short {
  margin-bottom: -50px;
}

.single-post-container .colmn1 .header__container {
  display: none;
}

.single-post-container .single-post-grid {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: 'column-1 column-2';
}
@media screen and (max-width: 992px) {
  .single-post-container .single-post-grid {
    display: block;
  }

  .single-post-container .single-post-grid div a img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .single-post-container .single-post-grid div a img {
    width: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 1310px) {
  .section__certificates .container {
    grid-template-columns: 50% 50%;
  }
  .section__certificates .container a {
    margin-top: 20px;
  }
}

.single .section__product_photo .vertical__column div {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.ParallaxContainer {
  margin-bottom: 0px;
}

.section__product__table h4 {
  margin-bottom: 60px;
}

.section__team__contact .grid div div img {
  width: 260px;
  margin-top: -3px;
  height: 25px !important;
}

.aboutus .section__team .grid div div img {
  width: 260px;
  margin-top: -3px;
  height: 25px !important;
}

.section__product__table .single-joboffer .btn__readmore {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.section__product__table .single-joboffer .btn__readmore:hover {
  background-color: white;
}

.menu__desktop div:nth-of-type(2) ul li {
  z-index: 9999999999;
}

.btn__readmore_singlepost {
  width: 100px !important;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  float: left;
  display: flex;
  justify-content: center;
}

.sing-gal-targ img {
  height: 100%;
  object-fit: contain;
}
.targs-single-post {
  position: relative;
}
.prev__post_link {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}
.prev__post_link a {
  position: relative;
  color: transparent;
}
.prev__post_link a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f053';
  left: -5px;
  position: absolute;
  top: 0;
  font-size: 20px;
  font-size: 40px;
  color: #f00;
  margin-left: -50px;
}

.next__post_link {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  right: -90px;
}
.next__post_link a {
  position: relative;
  color: transparent;
}
.next__post_link a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  left: 5px;
  position: absolute;
  top: 2px;
  font-size: 20px;
  font-size: 40px;
  color: #f00;
  margin-left: 50px;
}

@media (max-width: 850px) {
  .targs-single-post {
    position: relative;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .next__post_link {
    right: -95px;
  }
}

.single-post-container .single-post-grid {
  position: relative;
  align-items: center;
}

.blog-post {
  text-align: left;
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-post {
    text-align: left;
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .single-post-grid .prev__post_link a::before {
    margin-left: 0px;
  }

  .single-post-grid .next__post_link a::before {
    margin-left: 0px;
  }

  .feed-shared-update-v2__description-wrapper {
    margin-top: 30px;
  }
}

.section__product_photo article p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  text-align: justify;
}
.owl-carousel-article .owl-item img {
  object-fit: contain !important;
  width: auto !important;
}
.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

.top_bar__active {
  margin-top: 25px;
}
.top_bar__active.sticky div:nth-of-type(1) img {
    top: 18px;
}
.top_bar__active.sticky{
  top:0;
}
.top_bar__active .logoimg {
  height: 95px !important;
}
@media (min-width: 992px) {
  .top_bar__active.menu__desktop div:nth-of-type(2) ul {
    margin-top: 10px;
  }
  .top_bar__active.menu__desktop div:nth-of-type(2) ul ul {
    top: 5px;
  }
}
.top_bar__active.menu__desktop .relative a {
  margin-top: 10px !important;
}
.sticky.top_bar__active.menu__desktop .relative a {
  margin-top: 0px !important;
}
.top_bar__active header {
  margin-top: 41px !important;
}
.sticky div:nth-of-type(1) img {
  top: 40px;
}
@media (max-width: 992px) {
  .top_bar__active {
  margin-top: 0;
}
  header.top_bar__active  {
    margin-top: 36px !important;
  }
  .sticky div:nth-of-type(1) img {
    top: 40px;
  }
  .menu__desktop div:nth-of-type(1) img:nth-of-type(1) {
    top: 10px;
  }
  .top_bar__active .menu__desktop div:nth-of-type(2) ul {
    margin-top: 152px;
  }
}

@media (max-width: 520px) {
  .top_bar__active .header__top {
    height: 50px;
  }
  header.top_bar__active {
    margin-top: 43px !important;
  }

  .top_bar__active .sticky {
    top: 53px;
  }
  .top_bar__active .relative.lang__choose li a img {
    top: 75px;
  }
  .top_bar__active .sticky .menu {
    margin-top: 140px !important;
  }
  .top_bar__active.menu__desktop div:nth-of-type(2) ul.sub-menu {
    margin-top: 20px;
  }
  .header__top{
    font-size: 13px;
  }
}
html[lang="en-US"] .sticky div:nth-of-type(1) img{
    top: -17px;

.section__header .mouse_scroll {
top:unset;
}