html, body {
  font-family: "Poppins", serif;
  background: #111111; }

a:active, a:focus {
  text-decoration: none;
  color: inherit; }

input, button, textarea {
  font-family: "Poppins", serif; }

img {
  max-width: 100%; }

.remove_search {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2; }
  .remove_search.show {
    display: block; }

* {
  box-sizing: border-box; }

.main-container, .breadcrumbs__container, .navSection__container, .footer__container, .page__container, .header__container, .content__container, .slider__container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: auto; }

.clear {
  clear: both; }

.overflow {
  overflow: hidden; }

.alert {
  margin-top: 30px; }

.pagination-block, .pagination-products {
  width: 100%;
  text-align: center;
  display: inline; }
  @media (max-width: 767px) {
    .pagination-block, .pagination-products {
      display: block;
      margin-top: 20px; } }
  .pagination-block .pagination, .pagination-products .pagination {
    display: inline-block; }
    @media (max-width: 767px) {
      .pagination-block .pagination, .pagination-products .pagination {
        display: block;
        margin-top: 10px; } }
    .pagination-block .pagination__text, .pagination-products .pagination__text {
      display: inline;
      position: relative;
      top: -33px; }
      @media (max-width: 767px) {
        .pagination-block .pagination__text, .pagination-products .pagination__text {
          position: static;
          margin-top: 30px; } }
    .pagination-block .pagination .page-item.disabled, .pagination-products .pagination .page-item.disabled {
      display: none; }
    .pagination-block .pagination .page-item.active .page-link, .pagination-products .pagination .page-item.active .page-link {
      background: #74A21E;
      border: 2px solid #74A21E;
      color: #fff;
      font-weight: bold; }
    .pagination-block .pagination .page-link, .pagination-products .pagination .page-link {
      color: #000;
      margin: 0 5px;
      color: #999999;
      font-size: 13px; }
      @media (max-width: 767px) {
        .pagination-block .pagination .page-link, .pagination-products .pagination .page-link {
          margin: 5px; } }
      .pagination-block .pagination .page-link:hover, .pagination-block .pagination .page-link:focus, .pagination-products .pagination .page-link:hover, .pagination-products .pagination .page-link:focus {
        border: 2px solid #999999;
        background: #fff; }
  .pagination-block .page-link, .pagination-products .page-link {
    cursor: pointer; }

.loading {
  display: none;
  width: 100%;
  margin: 50px 0; }
  .loading__animate {
    text-align: center;
    margin: auto; }
  .loading__circle {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100px;
    display: inline-block;
    margin: 0 5px;
    animation-name: loading;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate; }
    .loading__circle:nth-child(2) {
      animation-delay: 0.25s; }
    .loading__circle:nth-child(3) {
      animation-delay: 0.5s; }

@keyframes loading {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.center {
  text-align: center; }

.return-button {
  display: inline-block;
  margin: 0 auto;
  min-width: 300px;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #2A2A2A;
  color: #2A2A2A;
  transition: color 0.3s, background 0.3s;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px; }
  .return-button:hover, .return-button:focus {
    color: #2A2A2A;
    text-decoration: none; }
  .return-button:hover {
    color: #fff;
    background: #2A2A2A; }

.showMobile {
  display: none; }
  @media (max-width: 1024px) {
    .showMobile {
      display: block;
      width: 100%; }
      .showMobile .page__contact-block {
        display: block;
        margin: 30px 15px;
        margin-bottom: 0; } }

.owl-nav {
  text-align: center;
  margin-top: 20px; }
  .owl-nav button {
    outline: none; }

@media (max-width: 1400px) {
  .news__carousel, .products__carousel {
    padding: 0  50px; } }

@media (max-width: 768px) {
  .news__carousel {
    padding: 0;
    margin-bottom: 25px; } }

.owl__arrow {
  opacity: 0.6;
  width: 20px;
  height: 20px;
  border-top: 2px solid #111111;
  margin: 0 50px; }
  .owl__arrow:hover {
    opacity: 1; }
  .owl__arrow--prev {
    border-left: 2px solid #111111;
    transform: rotate(-45deg); }
  .owl__arrow--next {
    border-right: 2px solid #111111;
    transform: rotate(45deg); }

.pagination > li > a, .pagination > li > span {
  float: none !important; }

.pagination-block .pagination .page-link, .pagination-products .pagination .page-link {
  display: inline-block !important; }

.pagination-block .pagination__text, .pagination-products .pagination__text {
  top: 0 !important; }

.error {
  text-align: center;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .error {
      padding: 40px 0; } }
  .error__title {
    font-size: 35px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .error__title {
        font-size: 25px; } }
  .error__text {
    font-size: 14px; }
  .error__icon {
    color: #74A21E;
    font-size: 80px; }

table td p {
  padding: 0 5px; }

.products__button, .modals__button--cancel, .searchList__button, .content__button--light, .careers__bannerButton, .page__button, .page__formButton, .modals__button:not(.modals__button--cancel), .content__button:not(.content__button--light), .newsItems__button:not(.content__button--light), .slider__button, .careers__button, .careers__back, .jobForm__button button {
  background: #74A21E;
  display: inline-block;
  padding: 10px;
  min-width: 166px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff !important; }
  .products__button:focus, .modals__button--cancel:focus, .searchList__button:focus, .content__button--light:focus, .careers__bannerButton:focus, .page__button:focus, .page__formButton:focus, .modals__button:focus:not(.modals__button--cancel), .content__button:focus:not(.content__button--light), .newsItems__button:focus:not(.content__button--light), .slider__button:focus, .careers__button:focus, .careers__back:focus, .jobForm__button button:focus, .products__button:active, .modals__button--cancel:active, .searchList__button:active, .content__button--light:active, .careers__bannerButton:active, .page__button:active, .page__formButton:active, .modals__button:active:not(.modals__button--cancel), .content__button:active:not(.content__button--light), .newsItems__button:active:not(.content__button--light), .slider__button:active, .careers__button:active, .careers__back:active, .jobForm__button button:active {
    text-decoration: none; }
  .products__button:hover, .modals__button--cancel:hover, .searchList__button:hover, .content__button--light:hover, .careers__bannerButton:hover, .page__button:hover, .page__formButton:hover, .modals__button:hover:not(.modals__button--cancel), .content__button:hover:not(.content__button--light), .newsItems__button:hover:not(.content__button--light), .slider__button:hover, .careers__button:hover, .careers__back:hover, .jobForm__button button:hover {
    text-decoration: none; }

.products__button, .modals__button--cancel, .searchList__button, .content__button--light, .careers__bannerButton {
  background: transparent;
  border-color: #74A21E;
  color: #74A21E !important;
  border: 1px solid #74A21E; }

.owl-arrow-left {
  content: url("/media/elektrometal/arrow-left.png");
  position: absolute;
  left: -55px;
  top: 39%; }
  @media (max-width: 1400px) {
    .owl-arrow-left {
      left: -5px; } }

.owl-arrow-right {
  content: url("/media/elektrometal/arrow-right.png");
  position: absolute;
  right: -55px;
  top: 39%; }
  @media (max-width: 1400px) {
    .owl-arrow-right {
      right: -5px; } }

.breadcrumbs {
  background: #F4F4F4;
  padding: 10px 0; }
  .breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .breadcrumbs ul li {
      margin-right: 10px;
      padding-right: 10px;
      position: relative; }
      .breadcrumbs ul li::after {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        border-top: 1px solid #444;
        border-right: 1px solid #444;
        transform: rotate(45deg);
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .breadcrumbs ul li a {
        color: #444444;
        font-size: 13px;
        font-weight: 400; }
      .breadcrumbs ul li:last-child::after {
        display: none; }
      .breadcrumbs ul li:last-child a {
        font-weight: 500; }

.skiptranslate {
  display: none !important; }

body {
  top: 0 !important; }

.sprite, .iconsBlock__icon--first, .iconsBlock__icon--second, .iconsBlock__icon--third, .newsletter__header::before, .page__contact::before, .product__filesText::before {
  background: url("/media/default/sprites.png") no-repeat top left; }

.sprite.gazownictwo-y, .iconsBlock__link--third:hover .iconsBlock__icon, .iconsBlock__link--third:focus .iconsBlock__icon, .gazownictwo-y.iconsBlock__icon--first, .gazownictwo-y.iconsBlock__icon--second, .gazownictwo-y.iconsBlock__icon--third, .gazownictwo-y.newsletter__header::before, .gazownictwo-y.page__contact::before, .gazownictwo-y.product__filesText::before {
  background-position: 0px 0px;
  width: 128px;
  height: 188px; }

.sprite.gornictwo, .iconsBlock__icon--first, .gornictwo.iconsBlock__icon--second, .gornictwo.iconsBlock__icon--third, .gornictwo.newsletter__header::before, .gornictwo.page__contact::before, .gornictwo.product__filesText::before {
  background-position: 0px -198px;
  width: 175px;
  height: 212px; }

.sprite.gornictwo-y, .iconsBlock__link--first:hover .iconsBlock__icon, .iconsBlock__link--first:focus .iconsBlock__icon, .gornictwo-y.iconsBlock__icon--first, .gornictwo-y.iconsBlock__icon--second, .gornictwo-y.iconsBlock__icon--third, .gornictwo-y.newsletter__header::before, .gornictwo-y.page__contact::before, .gornictwo-y.product__filesText::before {
  background-position: 0px -420px;
  width: 175px;
  height: 212px; }

.sprite.in, .in.iconsBlock__icon--first, .in.iconsBlock__icon--second, .in.iconsBlock__icon--third, .in.newsletter__header::before, .in.page__contact::before, .in.product__filesText::before {
  background-position: 0px -642px;
  width: 34px;
  height: 34px; }

.sprite.newsletter, .newsletter.iconsBlock__icon--first, .newsletter.iconsBlock__icon--second, .newsletter.iconsBlock__icon--third, .newsletter__header::before, .newsletter.page__contact::before, .newsletter.product__filesText::before {
  background-position: 0px -686px;
  width: 64px;
  height: 64px; }

.sprite.optimalit, .optimalit.iconsBlock__icon--first, .optimalit.iconsBlock__icon--second, .optimalit.iconsBlock__icon--third, .optimalit.newsletter__header::before, .optimalit.page__contact::before, .optimalit.product__filesText::before {
  background-position: 0px -760px;
  width: 98px;
  height: 21px; }

.sprite.pdf, .pdf.iconsBlock__icon--first, .pdf.iconsBlock__icon--second, .pdf.iconsBlock__icon--third, .pdf.newsletter__header::before, .pdf.page__contact::before, .pdf.product__filesText::before {
  background-position: 0px -791px;
  width: 66px;
  height: 74px; }

.sprite.pdf-y, .pdf-y.iconsBlock__icon--first, .pdf-y.iconsBlock__icon--second, .pdf-y.iconsBlock__icon--third, .pdf-y.newsletter__header::before, .pdf-y.page__contact::before, .pdf-y.product__filesText::before {
  background-position: 0px -875px;
  width: 66px;
  height: 74px; }

.sprite.phone-b, .phone-b.iconsBlock__icon--first, .phone-b.iconsBlock__icon--second, .phone-b.iconsBlock__icon--third, .phone-b.newsletter__header::before, .page__contact::before, .phone-b.product__filesText::before {
  background-position: 0px -959px;
  width: 15px;
  height: 15px; }

.sprite.pl, .pl.iconsBlock__icon--first, .pl.iconsBlock__icon--second, .pl.iconsBlock__icon--third, .pl.newsletter__header::before, .pl.page__contact::before, .pl.product__filesText::before {
  background-position: 0px -984px;
  width: 31px;
  height: 20px; }

.sprite.przemysl, .przemysl.iconsBlock__icon--first, .iconsBlock__icon--second, .przemysl.iconsBlock__icon--third, .przemysl.newsletter__header::before, .przemysl.page__contact::before, .przemysl.product__filesText::before {
  background-position: 0px -1014px;
  width: 205px;
  height: 181px; }

.sprite.przemysl-y, .iconsBlock__link--second:hover .iconsBlock__icon, .iconsBlock__link--second:focus .iconsBlock__icon, .przemysl-y.iconsBlock__icon--first, .przemysl-y.iconsBlock__icon--second, .przemysl-y.iconsBlock__icon--third, .przemysl-y.newsletter__header::before, .przemysl-y.page__contact::before, .przemysl-y.product__filesText::before {
  background-position: 0px -1205px;
  width: 205px;
  height: 181px; }

.sprite.search, .search.iconsBlock__icon--first, .search.iconsBlock__icon--second, .search.iconsBlock__icon--third, .search.newsletter__header::before, .search.page__contact::before, .search.product__filesText::before {
  background-position: 0px -1396px;
  width: 29px;
  height: 28px; }

.sprite.ru, .ru.iconsBlock__icon--first, .ru.iconsBlock__icon--second, .ru.iconsBlock__icon--third, .ru.newsletter__header::before, .ru.page__contact::before, .ru.product__filesText::before {
  background-position: 0px -1434px;
  width: 31px;
  height: 20px; }

.sprite.es, .es.iconsBlock__icon--first, .es.iconsBlock__icon--second, .es.iconsBlock__icon--third, .es.newsletter__header::before, .es.page__contact::before, .es.product__filesText::before {
  background-position: 0px -1464px;
  width: 31px;
  height: 20px; }

.sprite.tk, .tk.iconsBlock__icon--first, .tk.iconsBlock__icon--second, .tk.iconsBlock__icon--third, .tk.newsletter__header::before, .tk.page__contact::before, .tk.product__filesText::before {
  background-position: 0px -1494px;
  width: 31px;
  height: 20px; }

.sprite.yt, .yt.iconsBlock__icon--first, .yt.iconsBlock__icon--second, .yt.iconsBlock__icon--third, .yt.newsletter__header::before, .yt.page__contact::before, .yt.product__filesText::before {
  background-position: 0px -1524px;
  width: 34px;
  height: 35px; }

.sprite.download, .download.iconsBlock__icon--first, .download.iconsBlock__icon--second, .download.iconsBlock__icon--third, .download.newsletter__header::before, .download.page__contact::before, .product__filesText::before {
  background-position: 0px -1569px;
  width: 42px;
  height: 55px; }

.sprite.en, .en.iconsBlock__icon--first, .en.iconsBlock__icon--second, .en.iconsBlock__icon--third, .en.newsletter__header::before, .en.page__contact::before, .en.product__filesText::before {
  background-position: 0px -1634px;
  width: 31px;
  height: 20px; }

.sprite.fb, .fb.iconsBlock__icon--first, .fb.iconsBlock__icon--second, .fb.iconsBlock__icon--third, .fb.newsletter__header::before, .fb.page__contact::before, .fb.product__filesText::before {
  background-position: 0px -1664px;
  width: 34px;
  height: 34px; }

.sprite.gazownictwo, .gazownictwo.iconsBlock__icon--first, .gazownictwo.iconsBlock__icon--second, .iconsBlock__icon--third, .gazownictwo.newsletter__header::before, .gazownictwo.page__contact::before, .gazownictwo.product__filesText::before {
  background-position: 0px -1708px;
  width: 128px;
  height: 188px; }

.sprite.catalog, .catalog.iconsBlock__icon--first, .catalog.iconsBlock__icon--second, .catalog.iconsBlock__icon--third, .catalog.newsletter__header::before, .catalog.page__contact::before, .catalog.product__filesText::before {
  background-position: 0px -1906px;
  width: 825px;
  height: 320px; }

@media (max-width: 1024px) {
  .banner {
    margin-top: 60px; } }

.banner__img {
  width: 100%;
  height: auto; }

.banner__li {
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
  background: #EEEEEE !important;
  margin: 0 3px !important; }
  .banner__li.active {
    background: #74A21E !important; }

.banner__indicators {
  bottom: 26px !important; }

.top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  padding: 10px 0;
  padding-bottom: 18px;
  transition: top 0.3s, background 0.3s;
  border-bottom: 1px solid #fff; }
  @media (max-width: 1024px) {
    .top {
      border-bottom: 0 !important; } }
  .top.background {
    background: rgba(0, 0, 0, 0.8);
    border: 0; }
    @media (max-width: 1024px) {
      .top.background {
        background: #000; } }
  @media (max-width: 1024px) {
    .top {
      background: #000;
      padding: 5px 0; }
      .top .service {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #000;
        color: #fff;
        z-index: 1;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px 0; }
        .top .service a {
          color: #fff; } }
  @media (max-width: 767px) {
    .top {
      padding: 12px 0; } }
  .top.active {
    border: 0; }
    @media (min-width: 1025px) {
      .top.active {
        top: -24px;
        background: #000; } }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .top.active {
      top: -18px; } }
    @media (min-width: 1025px) {
        .top.active .top__img {
          max-width: 335px;
          top: 13px; } }
    @media (min-width: 1025px) and (max-width: 1199px) {
      .top.active .top__img {
        max-width: 260px; } }
    @media (min-width: 1025px) {
        .top.active .top__row {
          opacity: 0; } }
  @media (max-width: 1024px) {
    .top.open {
      height: 100%; } }
  .top__container {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 1024px) {
      .top__container {
        padding: 0 5px;
        position: static;
        max-width: 100%; } }
  .top__row {
    transition: opacity 0.3s; }
  .top__col {
    float: left;
    position: relative; }
    .top__col--left {
      width: 30%; }
    .top__col--right {
      width: 70%; }
    @media (max-width: 1024px) {
      .top__col {
        width: 100%;
        float: none;
        position: static; } }
  .top__img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s;
    position: relative; }
    @media (max-width: 1024px) {
      .top__img {
        max-height: 50px; } }
    @media (max-width: 767px) {
      .top__img {
        max-width: 170px; } }
  .top__search {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 8px;
    bottom: 10px;
    border-left: 1px solid #fff;
    height: 24px; }
    @media (max-width: 1199px) {
      .top__search {
        bottom: -5px; } }
    @media (max-width: 1024px) {
      .top__search {
        border: 0;
        padding: 0;
        position: absolute;
        top: 16px;
        right: 100px; } }
    .top__search:hover, .top__search:focus {
      color: #fff;
      text-decoration: none; }
    .top__search:hover {
      color: #74A21E; }
      @media (max-width: 1024px) {
        .top__search:hover {
          color: #fff; } }
    .top__search.active {
      color: #74A21E; }
  .top__searchIcon {
    display: block;
    margin-top: -5px;
    margin-left: 30px; }
    @media (max-width: 1024px) {
      .top__searchIcon {
        margin: 0; } }

.navSection {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  z-index: 10;
  transition: background  0.3s; }
  @media (max-width: 1025px) {
    .navSection {
      visibility: hidden;
      opacity: 0;
      background: #000000;
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 998;
      padding-top: 120px;
      overflow-y: auto;
      padding-bottom: 100px; }
      .navSection.show {
        visibility: visible;
        opacity: 1; } }
  .navSection--dark {
    background: #000; }
    @media (min-width: 1026px) {
      .navSection--dark {
        position: -webkit-sticky;
        position: sticky; } }
    .navSection--dark .navSection__row {
      border: 0; }
  .navSection.sticky {
    position: fixed;
    top: 0;
    background: #000; }
    .navSection.sticky .navSection__row {
      border-bottom-color: #000; }
  .navSection__container {
    position: relative; }
  .navSection__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: border-color 0.3s; }
    @media (min-width: 1026px) {
      .navSection__row {
        border-bottom: 1px solid #fff; } }
    @media (max-width: 1025px) {
      .navSection__row > div {
        width: 100%; } }
  .navSection__search {
    display: none; }
    .navSection__search.visible {
      display: block; }
  .navSection__searchButton {
    display: none; }
    .navSection__searchButton.visible {
      display: block; }
      @media (max-width: 1025px) {
        .navSection__searchButton.visible {
          display: none; } }
    .navSection__searchButton button {
      border: 0;
      margin: 0;
      padding: 0;
      outline: none;
      background: transparent; }
    .navSection__searchButton i {
      content: url("/media/elektrometal/search-w.png"); }
    .navSection__searchButton .closeButton i {
      content: url("/media/elektrometal/close.png"); }
  @media (min-width: 1026px) {
    .navSection__service.notVisible {
      display: none; } }
  @media (max-width: 1025px) {
    .navSection__service {
      position: fixed;
      bottom: 5px;
      left: 0;
      right: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; } }
  .navSection__search {
    width: 100%;
    max-width: 297px;
    position: absolute;
    right: 15px;
    bottom: -40px; }

.menuButton {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #000;
  display: none;
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-left: auto;
  transform: translateY(-22px);
  z-index: 1001;
  transition: top 0.3s; }
  @media (max-width: 1025px) {
    .menuButton {
      display: -ms-flexbox;
      display: flex;
      gap: 4px;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .menuButton span {
    display: block;
    width: 24px;
    height: 4px;
    background: #fff; }
  .menuButton.fixed {
    position: fixed;
    top: 30px;
    z-index: 1005; }
  .menuButton.active {
    top: 25px; }
    .menuButton.active span:not(:first-child) {
      display: none; }
    .menuButton.active span:first-child {
      width: 15px;
      height: 15px;
      background: #000;
      content: url("/media/elektrometal/close.png"); }

.menu {
  padding-top: 13px;
  padding-bottom: 4px; }
  @media (max-width: 1025px) {
    .menu {
      padding-left: 35px; } }
  .menu__nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1025px) {
      .menu__nav {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: baseline;
        align-items: baseline; } }
    .menu__nav > li {
      margin-right: 5px; }
      @media (max-width: 1025px) {
        .menu__nav > li {
          margin-bottom: 14px;
          margin-right: 0; } }
      .menu__nav > li > a {
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        text-decoration: none;
        display: block;
        border-bottom: 3px solid transparent;
        transition: border-color 0.3s;
        padding-bottom: 10px; }
        @media (min-width: 1026px) {
          .menu__nav > li > a {
            padding: 0 20px 10px 20px;
            min-height: 45px;
            padding-bottom: 14px; } }
        .menu__nav > li > a span {
          position: relative;
          top: 6px; }
      .menu__nav > li.active > a {
        border-bottom-color: #fff; }
      .menu__nav > li:hover > a {
        border-bottom-color: #fff; }
  .menu__link--home {
    padding-bottom: 8px !important; }
  .menu__home {
    content: url("/media/elektrometal/home.png"); }
  .menu__dropdownList {
    display: none;
    position: absolute;
    background: #000;
    padding: 10px 15px;
    margin: 0;
    list-style-type: none;
    max-width: 250px; }
    @media (max-width: 1025px) {
      .menu__dropdownList {
        position: relative;
        max-width: 100%; } }
    .menu__dropdownList li {
      margin: 15px 0; }
      .menu__dropdownList li a {
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-weight: 500; }
        .menu__dropdownList li a:hover {
          color: #74A21E; }

.lang {
  float: right;
  margin-top: 5px; }
  @media (max-width: 1024px) {
    .lang {
      width: 45px;
      position: absolute;
      top: 17px;
      right: 50px;
      background: rgba(0, 0, 0, 0.8);
      text-align: center;
      padding-bottom: 2px;
      z-index: 1; } }
  .lang__link {
    display: inline-block;
    margin-left: 3px;
    opacity: 0.5;
    transition: opacity 0.3s; }
    .lang__link.active {
      opacity: 1; }
    .lang__link:hover {
      opacity: 1; }
    @media (max-width: 1024px) {
      .lang__link {
        margin: 0;
        margin-bottom: 10px;
        display: block; } }
  .lang__choice {
    display: none; }
    @media (max-width: 1024px) {
      .lang__choice {
        display: block; } }
  .lang__icon {
    margin: 0 auto; }
  .lang__list {
    display: block; }
    @media (max-width: 1024px) {
      .lang__list {
        display: none;
        margin-top: 20px; } }

.service {
  display: block;
  background: #74A21E;
  border: 1px solid #fff;
  border-radius: 7px;
  width: 160px;
  text-align: center;
  padding: 3px 2px 0px 2px;
  color: #fff; }
  .service:hover {
    text-decoration: none;
    color: #fff; }
  .service__text {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 120%; }
    .service__text--phone {
      font-weight: 600;
      font-size: 14px; }

.serviceFixed {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10; }

.iconsBlock {
  background: #fff;
  padding: 55px 0;
  padding-bottom: 74px; }
  @media (max-width: 1024px) {
    .iconsBlock {
      padding: 10px 0;
      padding-bottom: 30px; } }
  .iconsBlock__row {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .iconsBlock__row {
        display: block; } }
  .iconsBlock__col {
    float: left;
    width: 33.33%;
    text-align: center; }
    @media (max-width: 767px) {
      .iconsBlock__col {
        float: none;
        width: 100%; } }
  .iconsBlock__link {
    display: inline-block;
    text-align: center; }
    .iconsBlock__link:hover, .iconsBlock__link:focus {
      text-decoration: none; }
      .iconsBlock__link:hover .iconsBlock__text, .iconsBlock__link:focus .iconsBlock__text {
        color: #74A21E; }
    @media (max-width: 1024px) {
      .iconsBlock__link--first {
        margin-top: -30px; } }
    .iconsBlock__link--second {
      margin-top: 24px; }
      @media (max-width: 1024px) {
        .iconsBlock__link--second {
          margin-top: 0; } }
    .iconsBlock__link--third {
      margin-top: 24px; }
      @media (max-width: 1024px) {
        .iconsBlock__link--third {
          margin-top: -7px; } }
      @media (max-width: 767px) {
        .iconsBlock__link--third {
          margin: 0; } }
  .iconsBlock__icon {
    display: block;
    margin: 0 auto; }
    @media (max-width: 1699px) {
      .iconsBlock__icon {
        transform: scale(0.8); } }
    @media (max-width: 1399px) {
      .iconsBlock__icon {
        transform: scale(0.65); } }
    @media (max-width: 1024px) {
      .iconsBlock__icon {
        transform: scale(0.5); } }
  .iconsBlock__text {
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
    margin-top: 38px;
    font-weight: 600; }
    @media (max-width: 1699px) {
      .iconsBlock__text {
        margin-top: 10px; } }
    @media (max-width: 1399px) {
      .iconsBlock__text {
        margin-top: -10px;
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .iconsBlock__text {
        font-size: 20px;
        margin-top: -35px; } }
    @media (max-width: 767px) {
      .iconsBlock__text {
        font-size: 16px; } }

.section {
  background: #fff;
  padding: 65px 0; }
  @media (max-width: 1024px) {
    .section {
      padding: 30px 0; } }
  .section--products {
    margin-top: 41px;
    padding-bottom: 80px; }
    @media (max-width: 1024px) {
      .section--products {
        margin-top: 30px;
        padding-bottom: 45px; } }
  .section--news {
    background: #DFDFDF; }
  .section__header {
    margin: 0;
    font-size: 41px;
    color: #000;
    text-transform: uppercase;
    border-left: 11px solid #74A21E;
    padding: 17px 0;
    padding-left: 15px; }
    @media (max-width: 1024px) {
      .section__header {
        font-size: 30px;
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media (max-width: 767px) {
      .section__header {
        font-size: 26px;
        border-left: 6px solid #74A21E; } }
  .section__button {
    display: block;
    max-width: 413px;
    margin: 0 auto;
    background: #74A21E;
    color: #000;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 600;
    margin-top: 78px; }
    @media (max-width: 1024px) {
      .section__button {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .section__button {
        font-size: 17px;
        margin-top: 20px; } }
    .section__button:hover, .section__button:focus {
      color: #000;
      text-decoration: none; }
    .section__button--products {
      margin-top: 50px; }
      .section__button--products-page {
        margin-top: 0px; }
    .section__button--error {
      margin: 20px auto;
      margin-top: 40px; }

.pdf-empty-line {
  display: none; }

.products__carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px; }

.products img {
  max-width: 100%; }

.products__new {
  background-color: #e50038;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: Ubuntu,sans-serif;
  text-transform: uppercase;
  min-height: 20px;
  height: auto;
  padding: 3px 5px;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1; }
  .products__new--show {
    left: 0; }

.products__partner {
  background-color: #5353FF;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: Ubuntu,sans-serif;
  text-transform: uppercase;
  min-height: 20px;
  height: auto;
  padding: 3px 5px;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1; }
  .products__partner--show {
    right: 0; }

.products__link {
  display: block;
  text-decoration: none;
  border: 1px solid #DDDDDD;
  padding: 20px 10px;
  height: 100%;
  position: relative;
  padding-bottom: 75px; }
  .products__link:hover {
    text-decoration: none; }

.products__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto !important; }

.products__name {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  line-height: 120%;
  text-align: center; }

.products__desc {
  color: #202020;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 134%; }
  .products__desc--margin {
    margin-bottom: 45px; }

.products__button {
  max-width: 166px;
  padding: 8px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  margin: auto; }

.relatedProducts {
  margin-top: 40px; }

.owl-item .news__block {
  height: 590px; }

.news {
  margin-top: 35px; }
  @media (max-width: 767px) {
    .news {
      margin-top: 15px; } }
  .news--content {
    margin: 0;
    margin-top: 50px; }
  .news__block {
    padding: 20px;
    background: #fff;
    display: block;
    max-width: 443px; }
    @media (max-width: 767px) {
      .news__block {
        max-width: 300px;
        height: 475px !important;
        margin: 0 auto; } }
    .news__block:hover, .news__block:focus {
      text-decoration: none; }
      .news__block:hover .news__button, .news__block:focus .news__button {
        background: #74A21E; }
    .news__block--list {
      border: 1px solid #efefef;
      margin-bottom: 30px;
      position: relative;
      height: 500px; }
      .news__block--list:hover, .news__block--list:focus {
        border-color: #CCCCCC; }
  .news__img {
    max-width: 100%;
    height: auto;
    border: 1px solid #D8D8D8; }
  .news__title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-left: 13px;
    padding-top: 3px;
    margin: 0;
    border-left: 6px solid #74A21E;
    margin-top: 20px;
    padding-left: 8px;
    padding-bottom: 6px; }
    @media (max-width: 767px) {
      .news__title {
        font-size: 16px; } }
    .news__title--content {
      margin-top: 0; }
    .news__title--gallery {
      margin-top: 50px; }
    .news__title span {
      display: block;
      font-weight: 400;
      font-size: 15px;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .news__title span {
          font-size: 13px; } }
  .news__text {
    font-size: 15px;
    color: #333333;
    line-height: 120%;
    margin-top: 15px;
    min-height: 95px; }
    @media (max-width: 767px) {
      .news__text {
        font-size: 13px;
        min-height: 0; } }
    .news__text--height {
      min-height: 0; }
  .news__button {
    width: 137px;
    text-align: center;
    border: 2px solid #74A21E;
    display: block;
    padding: 5px 0;
    margin-top: 10px;
    color: #333333;
    font-size: 15px;
    margin: 18px 0;
    position: absolute;
    bottom: 10px;
    transition: background 0.3s; }
    .news__button:hover, .news__button:focus {
      background: #74A21E;
      text-decoration: none;
      color: #333333; }
    .news__button--return {
      width: 100%;
      max-width: 300px;
      position: relative;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      padding-left: 10px; }
      .news__button--return::before {
        content: '';
        display: block;
        border: 2px solid transparent;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto; }
  .news__col {
    float: left; }
    .news__col--left {
      width: 30%;
      padding-right: 20px; }
    .news__col--right {
      width: 70%; }
    @media (max-width: 1024px) {
      .news__col {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px; } }

.newsList {
  margin-top: 30px; }
  .newsList__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: left;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px; }
  .newsList__col {
    width: 33.33%;
    padding: 15px; }
    @media (max-width: 1199px) {
      .newsList__col {
        width: 50%; } }
    @media (max-width: 767px) {
      .newsList__col {
        width: 100%;
        float: none; } }

.catalogBlock {
  overflow: hidden;
  position: relative; }
  @media (max-width: 1025px) {
    .catalogBlock {
      padding-bottom: 130px; } }
  @media (max-width: 768px) {
    .catalogBlock {
      padding-bottom: 100px; } }
  .catalogBlock__item {
    max-width: 224px;
    padding: 10px 0; }
    .catalogBlock__item:not(:last-child) {
      border-bottom: 1px solid #E1E1E1; }
  .catalogBlock__img {
    content: url("/media/elektrometal/catalog.png");
    position: absolute;
    right: 10%;
    bottom: 0; }
    @media (max-width: 1400px) {
      .catalogBlock__img {
        right: 5%; } }
    @media (max-width: 1200px) {
      .catalogBlock__img {
        max-width: 600px; } }
    @media (max-width: 768px) {
      .catalogBlock__img {
        max-width: 360px;
        right: 0; } }
  .catalogBlock__link {
    display: block;
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .catalogBlock__link:hover {
      color: #74A21E;
      text-decoration: none; }
    .catalogBlock__link::before {
      content: url("/media/elektrometal/pdf.png");
      margin-right: 15px; }

.newsletter {
  background: #333333;
  padding: 45px 0; }
  @media (max-width: 767px) {
    .newsletter {
      padding: 25px 0; } }
  .newsletter__row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; }
    @media (max-width: 1024px) {
      .newsletter__row {
        margin: 0;
        display: block; } }
  .newsletter__col {
    float: left;
    padding: 25px 10px; }
    .newsletter__col--left {
      width: 30%;
      border-right: 1px solid #fff; }
      @media (max-width: 1699px) {
        .newsletter__col--left {
          width: 40%; } }
      @media (max-width: 1199px) {
        .newsletter__col--left {
          width: 50%; } }
      @media (max-width: 1024px) {
        .newsletter__col--left {
          width: 100%;
          float: none;
          padding: 0;
          border: 0;
          margin-bottom: 40px;
          border-bottom: 1px solid #fff;
          padding-bottom: 15px;
          margin-bottom: 10px; } }
    .newsletter__col--right {
      width: 70%;
      padding-top: 17px;
      padding-left: 3%; }
      @media (max-width: 1699px) {
        .newsletter__col--right {
          width: 60%; } }
      @media (max-width: 1199px) {
        .newsletter__col--right {
          width: 50%; } }
      @media (max-width: 1024px) {
        .newsletter__col--right {
          width: 100%;
          float: none;
          padding: 0; } }
    .newsletter__col--form {
      padding: 0 10px;
      width: 60%; }
      @media (max-width: 1699px) {
        .newsletter__col--form {
          width: 100%;
          float: none; } }
      @media (max-width: 767px) {
        .newsletter__col--form {
          padding: 0; } }
    .newsletter__col--button {
      padding: 0 10px;
      width: 40%; }
      @media (max-width: 1699px) {
        .newsletter__col--button {
          width: 100%;
          float: none; } }
      @media (max-width: 767px) {
        .newsletter__col--button {
          padding: 0; } }
  .newsletter__header {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 54px;
    margin-left: 113px;
    position: relative; }
    .newsletter__header::before {
      content: '';
      display: block;
      position: absolute;
      left: -95px;
      top: 0;
      bottom: 0;
      margin: auto; }
    @media (max-width: 767px) {
      .newsletter__header {
        font-size: 30px;
        margin-left: 60px; }
        .newsletter__header::before {
          transform: scale(0.7);
          left: -70px;
          top: -10px; } }
  .newsletter__text {
    font-size: 15px;
    color: #fff;
    line-height: 120%;
    margin-top: 24px;
    margin-left: 17px; }
    @media (max-width: 767px) {
      .newsletter__text {
        font-size: 12px;
        margin-left: 0px; } }
    .newsletter__text--label {
      margin-left: 0;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .newsletter__text--label {
          display: none; } }
    .newsletter__text--width {
      max-width: 422px; }
      @media (max-width: 1024px) {
        .newsletter__text--width {
          max-width: 100%; } }
  .newsletter__label {
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative; }
    @media (max-width: 767px) {
      .newsletter__label {
        font-size: 13px; } }
    .newsletter__label--small {
      font-size: 13px;
      margin-bottom: 10px;
      line-height: 180%;
      padding-right: 45px; }
      @media (max-width: 1699px) {
        .newsletter__label--small {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .newsletter__label--small {
          font-size: 11px; } }
    .newsletter__label--inline {
      display: inline-block;
      margin-right: 20px; }
    .newsletter__label a {
      font-weight: bold;
      color: #fff; }
      .newsletter__label a:hover, .newsletter__label a:focus {
        color: #fff; }
  .newsletter__input {
    max-width: 618px;
    width: 100%;
    outline: none;
    height: 48px;
    padding: 5px;
    border: 0; }
    @media (max-width: 1699px) {
      .newsletter__input {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .newsletter__input {
        margin-bottom: 15px; } }
  .newsletter__button {
    outline: none;
    border: 2px solid #74A21E;
    background: none;
    font-size: 18px;
    color: #74A21E;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 5px;
    width: 345px;
    display: block;
    margin-top: 22px;
    transition: background 0.3s, color 0.3s; }
    @media (max-width: 767px) {
      .newsletter__button {
        font-size: 17px;
        width: 290px; } }
    .newsletter__button:hover, .newsletter__button:focus {
      background: #74A21E;
      color: #333333; }
  .newsletter__checkbox {
    display: inline-block;
    margin-left: -15px !important;
    opacity: 0; }
  .newsletter__checkbox-view {
    width: 28px;
    height: 28px;
    background: #fff;
    display: inline-block;
    position: relative;
    left: 0;
    top: 8px;
    margin: auto;
    margin-right: 8px; }
    .newsletter__checkbox-view.selected::before {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background: #333333;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(45deg); }
    .newsletter__checkbox-view.selected::after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background: #333333;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-45deg); }
  .newsletter__moreText {
    display: none; }
  .newsletter__alert {
    margin-top: 0;
    max-width: 618px; }
    @media (max-width: 1699px) {
      .newsletter__alert {
        max-width: 100%; } }
  .newsletter__success {
    max-width: 600px;
    font-size: 26px;
    margin: 0 auto;
    text-align: center;
    background: none;
    border: 0; }
  .newsletter__danger {
    max-width: 600px;
    color: #791e1e;
    font-size: 26px;
    margin: 0 auto;
    text-align: center;
    background: none;
    border: 0; }

.footer {
  background: #111111; }
  .footer__row {
    display: -ms-flexbox;
    display: flex;
    gap: 50px; }
    @media (max-width: 1200px) {
      .footer__row {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px; } }
  .footer__col {
    width: 33.33%; }
    @media (max-width: 1200px) {
      .footer__col {
        width: 100%; } }
  .footer__text {
    font-size: 12px;
    color: #fff;
    font-weight: 300; }
    @media (max-width: 768px) {
      .footer__text--small {
        font-size: 10px; } }
  .footer__socialMedia {
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding: 20px 0; }
  .footer__icon {
    background: #DDDDDD;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer__icon i.fb {
      content: url("/media/elektrometal/fb.png"); }
    .footer__icon i.in {
      content: url("/media/elektrometal/inst.png"); }
    .footer__icon i.yt {
      content: url("/media/elektrometal/yt.png"); }
    .footer__icon i.linkedin {
      content: url("/media/elektrometal/logo_in.png"); }
    .footer__icon i.x {
      content: url("/media/elektrometal/logo_x.png"); }
  .footer__copyright {
    font-size: 13px;
    font-weight: 400;
    margin-top: 45px;
    color: #fff; }
    @media (max-width: 1200px) {
      .footer__copyright {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .footer__top {
    padding-top: 30px; }
  .footer__bottom {
    padding: 30px 0 70px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.27); }
    @media (max-width: 1200px) {
      .footer__bottom {
        padding-top: 15px; } }
  .footer__logo {
    max-width: 221px;
    margin-bottom: 30px; }
  .footer__ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 1200px) {
      .footer__ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .footer__ul li {
      margin: 8px 0; }
      @media (max-width: 1200px) {
        .footer__ul li {
          margin-right: 8px;
          padding-right: 8px;
          line-height: 80%; }
          .footer__ul li:not(:last-child) {
            border-right: 2px solid #fff; } }
      .footer__ul li a {
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase; }
  .footer__contact {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 160%;
    position: relative;
    padding-left: 27px;
    margin-bottom: 25px; }
    .footer__contact::before {
      content: url("/media/elektrometal/marker.png");
      position: absolute;
      left: 0;
      top: 0; }
    .footer__contact strong {
      font-weight: 600; }
    .footer__contact a {
      color: #fff; }
  .footer__data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .footer__data {
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer .opt {
    margin-left: 3px; }

.policyAlert {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 20px;
  display: none;
  z-index: 999; }
  .policyAlert a {
    color: #74A21E; }
  @media (max-width: 768px) {
    .policyAlert {
      padding: 20px 0px; } }
  .policyAlert__container {
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
    text-align: center; }
  .policyAlert__text {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
    padding-right: 30px;
    display: inline-block; }
    @media (max-width: 768px) {
      .policyAlert__text {
        padding-right: 15px; } }
  .policyAlert__button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px; }
    @media (max-width: 1025px) {
      .policyAlert__button {
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px; } }
    .policyAlert__button span {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      margin: auto;
      width: inherit;
      height: 4px;
      background: #fff;
      transition: background-color 0.3s; }
      .policyAlert__button span:first-child {
        transform: rotate(-45deg); }
      .policyAlert__button span:last-child {
        transform: rotate(45deg); }
    .policyAlert__button:hover span {
      background: #74A21E; }

.page-banner {
  height: 150px;
  background: #DFDFDF; }
  @media (max-width: 1699px) {
    .page-banner {
      height: 130px; } }
  @media (max-width: 1399px) {
    .page-banner {
      height: 110px; } }
  @media (max-width: 1199px) {
    .page-banner {
      height: 100px; } }
  @media (max-width: 1024px) {
    .page-banner {
      height: 60px; } }
  .page-banner img {
    max-width: 100%;
    height: auto;
    display: none; }

.page {
  background: #fff;
  padding: 25px 0; }
  .page--padding {
    padding: 60px 0; }
  .page__container--small {
    max-width: 970px; }
  .page__button {
    margin-top: 30px; }
    .page__button--light {
      background: #BBBBBB; }
    .page__button--top {
      margin-top: 0;
      margin-bottom: 20px;
      min-width: 188px; }
  .page__row {
    margin: 0 -15px;
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1025px) {
      .page__row {
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page__row--noMargin {
      margin-left: 0;
      margin-right: 0; }
    .page__row--center {
      -ms-flex-pack: center;
      justify-content: center; }
  .page__col {
    padding: 0 15px; }
    .page__col--left {
      width: 310px;
      border-right: 1px solid #BBBBBB; }
      @media (max-width: 1025px) {
        .page__col--left {
          width: 100%;
          border: 0; } }
    .page__col--right {
      width: calc(100% - 310px); }
      @media (max-width: 1025px) {
        .page__col--right {
          width: 100%; } }
    .page__col--half {
      width: 50%;
      position: relative; }
    .page__col--noMargin {
      padding: 0; }
    @media (max-width: 1024px) {
      .page__col {
        float: none;
        width: 100%; } }
    @media (max-width: 1199px) {
      .page__col--form {
        width: 50%; } }
    @media (max-width: 1024px) {
      .page__col--form {
        width: 100%;
        float: none;
        margin-bottom: 0; } }
  .page__content {
    background: #fff;
    position: relative;
    z-index: 1; }
    @media (max-width: 1025px) {
      .page__content {
        margin-bottom: 15px; } }
    .page__content--product {
      padding: 33px 70px; }
      @media (max-width: 1699px) {
        .page__content--product {
          padding: 20px; } }
      @media (max-width: 767px) {
        .page__content--product {
          padding: 13px; } }
    .page__content--flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: start;
      justify-content: center;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding: 0; }
  .page__title {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300; }
  .page__menuHeader {
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    background: #F4F4F4;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1026px) {
      .page__menuHeader {
        display: none; } }
  .page__menu {
    padding: 0;
    list-style-type: none; }
    @media (max-width: 1024px) {
      .page__menu {
        margin-bottom: 0; } }
    .page__menu li {
      margin-bottom: 15px; }
      .page__menu li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        font-weight: 300; }
      .page__menu li.active > a {
        font-weight: 600; }
    .page__menu--category {
      text-transform: uppercase; }
    .page__menuLi {
      margin-bottom: 6px; }
      @media (max-width: 1024px) {
        .page__menuLi {
          margin-bottom: 0; } }
      .page__menuLi.active > a::after {
        content: '';
        display: block;
        height: 3px;
        width: 68px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #74A21E; }
      .page__menuLi--dropdown.active > .page__dropdown {
        display: block; }
    .page__menuLink {
      position: relative;
      padding-bottom: 2px;
      transition: color 0.3s; }
      .page__menuLink:hover, .page__menuLink:focus {
        text-decoration: none; }
      .page__menuLink:hover {
        color: #74A21E; }
      .page__menuLink--dropdown {
        position: relative; }
  .page__header {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .page__header {
        font-size: 26px; } }
    .page__header::after {
      content: '';
      display: block;
      width: 137px;
      height: 2px;
      background: #74A21E; }
  .page__text {
    font-size: 14px !important;
    color: #000000;
    font-weight: 300;
    line-height: 186%;
    margin-top: 30px; }
    .page__text img {
      max-width: 100% !important;
      /*height:auto !important;*/
      margin: 10px 0;
      transition: transform 0.3s; }
    .page__text--large {
      font-size: 18px !important;
      margin-top: 0; }
    .page__text h1, .page__text h2, .page__text h3, .page__text h4, .page__text h5, .page__text h6 {
      font-size: 17px;
      color: #000;
      font-weight: 600; }
  .page__dropdown {
    padding: 0 15px;
    padding-right: 0px;
    list-style-type: none;
    display: none;
    margin-top: 10px; }
    .page__dropdown.open {
      display: block; }
    .page__dropdown .page__menuLi .page__menuLink {
      padding-left: 5px; }
    .page__dropdown .page__menuLi .page__menuLi .page__menuLink {
      font-size: 13px;
      padding-left: 5px; }
      @media (max-width: 1699px) {
        .page__dropdown .page__menuLi .page__menuLi .page__menuLink {
          font-size: 11px; } }
    .page__dropdown .page__menuLink {
      font-size: 14px;
      text-transform: uppercase;
      padding-right: 20px;
      display: block; }
      @media (max-width: 1699px) {
        .page__dropdown .page__menuLink {
          font-size: 13px; } }
      .page__dropdown .page__menuLink.active {
        color: #74A21E;
        font-weight: 600; }
  .page .page__menuLink.page__menuLink--dropdown.openActiveMenu {
    font-weight: bold; }
    .page .page__menuLink.page__menuLink--dropdown.openActiveMenu::after {
      content: '';
      display: block;
      height: 3px;
      width: 68px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #74A21E; }
  .page__formInput {
    height: 40px;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
    outline: none; }
  .page__required {
    position: relative; }
    .page__required::before {
      content: '*';
      position: absolute;
      left: 10px;
      top: 13px;
      color: #d00; }
  .page__formTextarea {
    border: 1px solid #DFDFDF;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 221px;
    min-height: 221px;
    max-height: 221px;
    outline: none;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px; }
  .page__requiredText {
    float: left;
    color: #333333;
    font-size: 12px; }
    .page__requiredText span {
      color: #d00; }
  .page__map {
    height: 100%;
    width: 100%; }
    @media (max-width: 1024px) {
      .page__map {
        height: 400px; } }
  .page__sort {
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .page__sort {
        margin-right: 0;
        display: block; } }
  .page__select {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 6px;
    width: 245px; }
    @media (max-width: 767px) {
      .page__select {
        display: block;
        margin: 0;
        margin-top: 5px;
        width: 100%;
        max-width: 245px; } }
    .page__select--small {
      width: 85px; }
    .page__select::before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border: 1px solid transparent;
      border-right: 1px solid #666666;
      border-bottom: 1px solid #666666;
      transform: rotate(45deg);
      position: absolute;
      top: 15px;
      bottom: 0;
      right: 9px; }
    .page__select select {
      width: 100%;
      height: 38px;
      padding: 0 30px 0 16px;
      border: 1px solid #CCCCCC;
      background: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      transition: border-color .3s ease;
      font-size: 13px;
      outline: none;
      cursor: pointer;
      color: #2A2A2A; }
  .page__contact {
    background: #74A21E;
    margin-top: 17px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px 0;
    padding-left: 63px;
    position: relative; }
    @media (max-width: 1699px) {
      .page__contact {
        font-size: 15px;
        padding-left: 40px; } }
    @media (max-width: 1399px) {
      .page__contact {
        font-size: 13px; } }
    @media (max-width: 1199px) {
      .page__contact {
        font-size: 12px; } }
    .page__contact span {
      font-weight: bold; }
    .page__contact:hover, .page__contact:focus {
      text-decoration: none;
      color: #000; }
    .page__contact::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 22px;
      filter: invert(1); }
      @media (max-width: 1699px) {
        .page__contact::before {
          left: 15px; } }
    .page__contact::after {
      display: none;
      content: '';
      width: 7px;
      height: 7px;
      border: 2px solid transparent;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 44px;
      margin: auto;
      transition: transform 0.3s; }
      @media (max-width: 1699px) {
        .page__contact::after {
          right: 22px; } }
      @media (max-width: 1199px) {
        .page__contact::after {
          display: none; } }
  .page__icon {
    display: inline-block; }
  @media (max-width: 1025px) {
    .page__menuMobile {
      display: none;
      border: 2px solid #f4f4f4;
      padding: 10px; } }
  .page__contact-block {
    position: relative; }
    @media (max-width: 1024px) {
      .page__contact-block {
        display: none; } }
  .page__contact-more {
    display: none;
    border: 2px solid #74A21E;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    min-width: 1200px;
    margin-top: 50px;
    padding: 5px 15px;
    padding-bottom: 0; }
    @media (max-width: 1399px) {
      .page__contact-more {
        min-width: 1100px; } }
    @media (max-width: 1199px) {
      .page__contact-more {
        min-width: 1000px; } }
    @media (max-width: 1024px) {
      .page__contact-more {
        min-width: 0;
        width: 100%;
        position: relative;
        margin-top: 0; } }
  .page__contact-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 -15px; }
  .page__contact-col {
    float: left;
    padding: 15px;
    width: 25%; }
    @media (max-width: 767px) {
      .page__contact-col {
        padding: 10px 15px; } }
    .page__contact-col:nth-child(1) {
      width: 40%; }
      @media (max-width: 1024px) {
        .page__contact-col:nth-child(1) {
          width: 100%; } }
    @media (max-width: 1024px) {
      .page__contact-col:nth-child(2) {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .page__contact-col:nth-child(2) {
        width: 100%; } }
    @media (max-width: 1024px) {
      .page__contact-col:nth-child(3) {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .page__contact-col:nth-child(3) {
        width: 100%; } }
    .page__contact-col:nth-child(4) {
      width: 10%; }
      @media (max-width: 1024px) {
        .page__contact-col:nth-child(4) {
          width: 33.33%;
          text-align: right; } }
      @media (max-width: 767px) {
        .page__contact-col:nth-child(4) {
          display: none; } }
  .page__contact-img {
    max-width: 100%;
    height: auto; }
  .page__contact-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #74A21E; }
  .page__contact-text {
    font-size: 16px;
    color: #000;
    line-height: 140%;
    margin-bottom: 5px; }
    .page__contact-text a {
      color: #000; }
  .page__form {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    @media (max-width: 1200px) {
      .page__form {
        -ms-flex-direction: column;
        flex-direction: column; } }
  .page__left {
    width: 25%;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .page__left {
        width: 100%; } }
  .page__right {
    width: 75%;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .page__right {
        width: 100%; } }
  .page__pdf {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px; }
    .page__pdf:hover, .page__pdf:focus, .page__pdf:active {
      text-decoration: none; }
      .page__pdf:hover img, .page__pdf:focus img, .page__pdf:active img {
        transform: none !important; }
    .page__pdf span {
      color: #111111;
      font-size: 14px;
      font-weight: 600; }
  .page__download {
    width: 28px;
    height: 28px;
    background: #74A21E;
    border-radius: 5px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page__download::after {
      content: url("/media/elektrometal/pdf_down.png");
      position: absolute;
      top: 4px; }
  .page__hr {
    border: 0;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 20px; }

.pageBeam {
  height: 40px;
  background: #000; }
  @media (min-width: 1026px) {
    .pageBeam {
      display: none; } }

.product {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .product {
      padding-bottom: 0px; } }
  .product__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px; }
  .product__image {
    position: relative;
    overflow: hidden; }
  .product__imgLink {
    overflow: hidden;
    display: block;
    border: 1px solid #D6D6D6; }
    .product__imgLink--hidden {
      display: none; }
  .product__img {
    max-width: 100%;
    height: auto; }
    .product__img--certificate {
      height: 42px;
      margin: 5px 0;
      display: inline-block;
      position: static;
      border: 0; }
      @media (max-width: 1199px) {
        .product__img--certificate {
          height: 37px; } }
      @media (max-width: 767px) {
        .product__img--certificate {
          height: 32px; } }
  .product__col {
    float: left;
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .product__col {
        float: none;
        width: 100%; } }
  .product__header {
    margin: 0;
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 3px solid #74A21E;
    font-weight: 600;
    margin-bottom: 26px; }
    @media (max-width: 1699px) {
      .product__header {
        font-size: 34px; } }
    @media (max-width: 1399px) {
      .product__header {
        font-size: 28px; } }
    @media (max-width: 1199px) {
      .product__header {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .product__header {
        font-size: 18px;
        margin: 15px 0;
        margin-bottom: 10px; } }
  .product__certificate {
    margin: 26px 0;
    margin-top: 0;
    padding-bottom: 26px;
    border-bottom: 1px solid #D6D6D6;
    color: #535353;
    font-size: 14px;
    text-transform: uppercase; }
  .product__description {
    color: #535353;
    font-size: 14px; }
  .product__content {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .product__content {
        margin-top: 25px; } }
  .product__block {
    margin-top: 10px; }
  .product__code {
    margin: 0;
    font-size: 25px;
    color: #b9b9b9;
    padding-bottom: 0;
    margin-bottom: 10px; }
    @media (max-width: 1025px) {
      .product__code {
        margin-top: 10px; } }
  .product__blockHeader {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding: 7px 15px;
    border-bottom: 2px solid #74A21E; }
    .product__blockHeader:hover, .product__blockHeader:focus {
      text-decoration: none;
      color: #000; }
  .product__text {
    display: none;
    padding: 10px 15px;
    font-size: 14px;
    overflow-x: hidden; }
    .product__text img {
      max-width: 100%; }
    .product__text table {
      width: 100% !important;
      border: 0;
      height: auto !important;
      overflow-x: auto; }
      .product__text table td, .product__text table th {
        padding: 5px; }
  .product__showMore::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
    transform: rotate(225deg);
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 10px;
    margin: auto;
    transition: transform 0.3s; }
  .product__showMore.active::after {
    transform: rotate(45deg);
    top: 0; }
  .product__filesLink {
    display: inline-block;
    width: 320px;
    padding: 0 50px;
    padding-bottom: 20px;
    padding-top: 90px;
    background-color: #74A21E;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .product__filesLink {
        width: 294px; } }
    .product__filesLink:hover, .product__filesLink:focus {
      color: #000;
      text-decoration: none; }
  .product__files {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product__filesText {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative; }
    .product__filesText::before {
      content: '';
      display: block;
      position: absolute;
      top: -70px;
      right: 0;
      left: 0;
      margin: auto; }

.relatedProducts {
  margin-top: 40px; }

.productsList {
  border-top: 1px solid #CCCCCC;
  margin-top: 8px; }
  .productsList__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 10px; }
    @media (max-width: 600px) {
      .productsList__row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; } }
  .productsList__col {
    width: 25%;
    padding: 10px; }
    @media (max-width: 1400px) {
      .productsList__col {
        width: 33.33%; } }
    @media (max-width: 768px) {
      .productsList__col {
        width: 50%; } }
    @media (max-width: 600px) {
      .productsList__col {
        width: 100%; } }

.productsList2 {
  border-top: 1px solid #CCCCCC;
  margin-top: 8px; }
  .productsList2__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: left;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -10px;
    padding: 22px 0; }
  .productsList2__link {
    padding: 0 10px;
    float: left;
    width: 25%;
    max-width: 100%;
    margin-bottom: 4%; }
    @media (max-width: 1399px) {
      .productsList2__link {
        width: 33.33%; } }
    @media (max-width: 1199px) {
      .productsList2__link {
        width: 50%; } }
    @media (max-width: 767px) {
      .productsList2__link {
        width: 100%; } }

.contact {
  text-align: center; }
  .contact__header {
    margin: 0;
    margin-top: 60px;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    position: relative; }
    .contact__header--small {
      font-size: 13px;
      margin-top: 30px; }
    .contact__header::before {
      content: '';
      display: block;
      width: 4px;
      height: 100%;
      background: #74A21E;
      position: absolute;
      left: -15px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .contact__text {
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 160%; }
    .contact__text--small {
      font-size: 13px; }
      .contact__text--small a {
        font-size: 13px; }
    .contact__text a {
      color: #000;
      margin: 0 10px; }
      .contact__text a:hover, .contact__text a:focus {
        color: #000;
        text-decoration: none; }
    .contact__text--line {
      line-height: 200%; }
  .contact__col {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .contact__col {
        float: none;
        width: 100%; } }
  .contact-bottom {
    background: #fff;
    margin-top: 30px;
    padding: 33px 32px; }

.contactBlock {
  display: -ms-flexbox;
  display: flex;
  margin: 30px -10px;
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 15px; }
  @media (max-width: 767px) {
    .contactBlock {
      display: block;
      padding: 0;
      padding-bottom: 15px; } }
  .contactBlock__col {
    float: left;
    width: 33%;
    padding: 0 10px; }
    @media (max-width: 1024px) {
      .contactBlock__col {
        width: 33.33%; } }
    .contactBlock__col--phone {
      width: 25.5%; }
      @media (max-width: 1024px) {
        .contactBlock__col--phone {
          width: 33.33%; } }
    .contactBlock__col--mail {
      width: 25.5%; }
      @media (max-width: 1024px) {
        .contactBlock__col--mail {
          width: 33.33%; } }
    .contactBlock__col--icon {
      width: 16%;
      text-align: right; }
      @media (max-width: 1024px) {
        .contactBlock__col--icon {
          display: none; } }
    @media (max-width: 767px) {
      .contactBlock__col {
        width: 100%;
        float: none; } }
  .contactBlock__name {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative; }
    @media (max-width: 1199px) {
      .contactBlock__name {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .contactBlock__name {
        margin-bottom: 10px; } }
    .contactBlock__name::before {
      width: 4px;
      height: 24px;
      background: #74A21E;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      display: block; }
  .contactBlock__link {
    display: block;
    line-height: 140%;
    color: #000;
    font-size: 16px; }
    @media (max-width: 1199px) {
      .contactBlock__link {
        font-size: 14px; } }
    .contactBlock__link:hover, .contactBlock__link:focus {
      color: #000; }
  .contactBlock__img {
    max-width: 100%;
    height: auto; }
    @media (max-width: 1399px) {
      .contactBlock__img {
        max-width: 40%; } }

.sitemap {
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-count: 3; }
  .sitemap__link {
    font-size: 15px;
    color: #000;
    line-height: 140%;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #74A21E;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 5px 10px; }
    .sitemap__link:hover, .sitemap__link:focus {
      color: #000; }
  .sitemap__dropdown {
    list-style-type: none;
    padding-left: 15px; }
    .sitemap__dropdown .sitemap__link {
      font-weight: 400;
      border: 0; }
    .sitemap__dropdown .sitemap__dropdown {
      padding-left: 25px; }
      .sitemap__dropdown .sitemap__dropdown .sitemap__link {
        margin: 0;
        padding: 3px 10px; }

.gallery {
  margin-top: 10px; }
  .gallery__row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery__link {
    float: left;
    margin: 15px;
    overflow: hidden; }
    .gallery__link:hover .gallery__img {
      transform: scale(1.1); }
  .gallery__img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s; }

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 101;
  display: none; }
  .modals__blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
  .modals__content {
    padding: 50px 30px;
    width: 800px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    background: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center; }
    @media (max-width: 767px) {
      .modals__content {
        padding: 30px 15px; } }
  .modals__text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .modals__text {
        font-size: 16px; } }
  .modals__button {
    margin: 0 10px; }
  .modals__close {
    font-size: 0;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .modals__close:hover::before, .modals__close:hover::after {
      background: #333333; }
    .modals__close::before, .modals__close::after {
      display: block;
      content: '';
      width: 20px;
      height: 5px;
      background: #000;
      transform: rotate(45deg);
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
    .modals__close::after {
      transform: rotate(-45deg); }
  .modals__container {
    border-radius: 10px; }

.searchList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: left;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -15px;
  margin-top: 50px; }
  .searchList__col {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1399px) {
      .searchList__col {
        width: 33.33%; } }
    @media (max-width: 1199px) {
      .searchList__col {
        width: 50%; } }
    @media (max-width: 767px) {
      .searchList__col {
        width: 100%; } }
  .searchList__block {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 25px;
    word-break: break-word;
    position: relative; }
    @media (max-width: 1199px) {
      .searchList__block {
        padding: 15px; } }
  .searchList__header {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin: 0;
    overflow: hidden; }
  .searchList__text {
    font-size: 14px;
    line-height: 130%;
    color: #000;
    margin-top: 20px;
    padding-bottom: 80px; }
  .searchList__button {
    position: absolute;
    bottom: 20px; }
  .searchList a {
    text-decoration: none; }

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 10px 0; }
  @media (max-width: 1025px) {
    .header {
      position: relative;
      background: #000;
      padding-bottom: 17px;
      z-index: 999; }
      .header.zindex {
        z-index: 1002; } }
  .header--dark {
    background: #000;
    position: relative; }
  .header__container {
    position: relative;
    z-index: 1; }
  .header__row {
    display: -ms-flexbox;
    display: flex;
    gap: 20;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1025px) {
      .header__row {
        -ms-flex-direction: column;
        flex-direction: column; } }
  .header__col:last-child {
    width: calc(100% - 297px); }
    @media (max-width: 1025px) {
      .header__col:last-child {
        width: 100%; } }
  .header__col:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 297px; }
    @media (max-width: 1025px) {
      .header__col:last-child {
        width: 100%; } }
  @media (max-width: 1025px) {
    .header__top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      position: absolute;
      top: 5px;
      right: 15px; } }
  @media (max-width: 1025px) {
    .header__logo {
      height: 44px; } }
  .header__mobileSearch {
    display: none;
    position: relative;
    width: 19px;
    height: 25px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__mobileSearch i {
      content: url("/media/elektrometal/search-w.png"); }
    .header__mobileSearch.active {
      top: 1px; }
      .header__mobileSearch.active i {
        content: url("/media/elektrometal/close.png"); }
    @media (max-width: 1025px) {
      .header__mobileSearch {
        display: -ms-flexbox;
        display: flex; } }
  .header__service {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateY(-5px); }
    @media (max-width: 1025px) {
      .header__service {
        display: -ms-flexbox;
        display: flex; } }

.topblur::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(#000, transparent);
  height: 16vw;
  z-index: 2; }
  @media (max-width: 1025px) {
    .topblur::after {
      display: none; } }

.language {
  position: relative;
  z-index: 1; }
  .language__selected {
    display: none; }
    @media (max-width: 1025px) {
      .language__selected {
        display: block; } }
  .language ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 5px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1025px) {
      .language ul {
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        background: #000;
        text-align: center;
        padding: 5px 0;
        width: 35px;
        right: -4px;
        display: none; }
        .language ul.show {
          display: block; } }
    .language ul li.active img {
      border: 1px solid #D6D6D6; }
    @media (max-width: 1025px) {
      .language ul li.active {
        display: none; } }
    @media (max-width: 1025px) {
      .language ul li {
        margin-bottom: 5px; }
        .language ul li:last-child {
          margin-bottom: 0; } }

.search {
  width: 100%;
  margin-top: 15px;
  position: relative; }
  @media (max-width: 1025px) {
    .search {
      display: none;
      padding-bottom: 20px; }
      .search.show {
        display: block; }
      .search.mobile {
        display: block;
        left: 0;
        right: 0;
        padding: 20px;
        background: #000;
        top: 0;
        margin-top: 0;
        padding-top: 53px;
        position: fixed;
        z-index: 1000; }
        .search.mobile .ui-autocomplete {
          top: 100px !important;
          left: 15px !important;
          width: 96% !important; } }
  .search.fixed {
    position: fixed;
    margin-top: 0;
    max-width: 297px; }
  .search__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #74A21E;
    border-radius: 5px;
    background: #fff;
    padding: 8px;
    position: relative; }
  .search__content {
    width: 100%; }
  .search__input {
    background: transparent;
    font-size: 14px;
    color: #111111;
    border: 0;
    outline: none;
    width: 100%;
    max-width: 250px; }
    @media (max-width: 1025px) {
      .search__input {
        max-width: 96%; } }
    .search__input:-ms-input-placeholder {
      color: #111111; }
    .search__input::placeholder {
      color: #111111; }
  .search__button {
    background: transparent;
    outline: none;
    border: 0;
    position: absolute;
    right: 5px; }
  .search__icon {
    content: url("/media/elektrometal/search.png"); }
  .search .ui-autocomplete {
    left: 0px !important;
    z-index: 10;
    width: 100% !important;
    top: 40px !important;
    margin: 0;
    padding: 0;
    max-height: 440px;
    overflow-y: auto; }
    .search .ui-autocomplete__row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      padding: 5px; }
    .search .ui-autocomplete__text {
      font-size: 12px;
      font-family: 'Poppins';
      color: #000; }
    .search .ui-autocomplete .ui-menu-item {
      border-bottom: 1px solid #ccc;
      padding: 5px; }
    .search .ui-autocomplete .ui-state-focus {
      background: #74A21E !important; }
      .search .ui-autocomplete .ui-state-focus .ui-autocomplete__text {
        color: #fff; }

.content {
  background: #fff;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .content {
      padding: 30px 0; } }
  .content--np {
    padding: 0; }
  .content--sp {
    padding: 10px 0; }
  .content--dark {
    background: #F4F4F4; }
  .content--green {
    background: #D4E3B9; }
  .content--news {
    background: #EEEEEE; }
  .content--relative {
    position: relative;
    overflow: hidden; }
  .content__container--small {
    max-width: 970px; }
  .content__overHeader {
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300; }
  .content__header {
    font-size: 40px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 13px;
    position: relative; }
    .content__header::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      display: block;
      height: 2px;
      width: 137px;
      background: #74A21E; }
    .content__header span {
      display: block;
      font-size: 25px;
      text-transform: none;
      font-weight: 300;
      margin-top: 5px; }
  .content__text {
    font-size: 15px;
    color: #000;
    line-height: 140%;
    font-weight: 300; }
    .content__text--columns {
      column-count: 2;
      column-gap: 60px; }
      @media (max-width: 1025px) {
        .content__text--columns {
          column-count: auto; } }
  .content__button--mt {
    margin-top: 70px; }
    @media (max-width: 768px) {
      .content__button--mt {
        margin-top: 10px; } }
  .content__button--all {
    min-width: 240px !important; }
  .content__top {
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media (max-width: 1025px) {
      .content__top {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0; } }
    .content__top > div:first-child {
      width: 25%; }
      @media (max-width: 1025px) {
        .content__top > div:first-child {
          width: 100%; } }
    @media (max-width: 1025px) {
      .content__top > div:last-child {
        width: 100%; } }
  .content__centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .content__centered--mt {
      margin-top: 20px; }
    .content__centered--right {
      -ms-flex-pack: end;
      justify-content: flex-end; }

.slider {
  position: relative; }
  .slider__container {
    background: #EEEEEE; }
    @media (min-width: 768px) {
      .slider__container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        background: transparent; } }
  .slider__content {
    max-width: 460px;
    margin-top: 10%; }
    @media (max-width: 1300px) {
      .slider__content {
        max-width: 500px;
        margin-top: 12%; } }
    @media (max-width: 1025px) {
      .slider__content {
        margin-top: 0; } }
    @media (max-width: 768px) {
      .slider__content {
        padding: 15px 0;
        max-width: 100%; } }
  .slider__header {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%; }
    @media (min-width: 1600px) {
      .slider__header {
        font-size: 49px; } }
    @media (max-width: 1300px) {
      .slider__header {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .slider__header {
        color: #74A21E;
        font-size: 17px; } }
  .slider__text {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 140%;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .slider__text {
        color: #000000;
        font-size: 13px; } }
  .slider__button {
    margin-top: 40px; }
    @media (max-width: 1200px) {
      .slider__button {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .slider__button {
        margin-top: 10px; } }
  .slider__img {
    display: block; }
  .slider__video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block; }

.about {
  background: #F4F4F4; }
  .about__row {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .about__row {
        -ms-flex-direction: column;
        flex-direction: column; } }
  .about__col {
    width: 50%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    @media (max-width: 768px) {
      .about__col {
        width: 100%; } }
    .about__col--content {
      padding: 30px; }
      @media (max-width: 768px) {
        .about__col--content {
          padding: 15px; } }
  .about__img {
    min-height: 640px;
    object-fit: cover;
    object-position: right;
    position: absolute;
    height: 100%;
    width: 100%; }
    @media (max-width: 768px) {
      .about__img {
        min-height: 210px;
        object-position: left;
        position: static; } }
  .about__nav {
    position: absolute;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .about__nav li {
      margin: 3px 0; }
      .about__nav li a {
        display: block;
        padding: 20px 25px;
        background: #F4F4F4;
        font-size: 20px;
        color: #444444;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
        transition: all 0.3s ease-in-out;
        min-width: 260px; }
        @media (max-width: 768px) {
          .about__nav li a {
            min-width: 180px;
            padding: 15px 25px; } }
        .about__nav li a:hover {
          background: #74A21E;
          color: #fff; }
      .about__nav li.active a {
        background: #74A21E;
        color: #fff;
        font-weight: 500; }
      .about__nav li:first-child a {
        border-top-left-radius: 10px; }
      .about__nav li:last-child a {
        border-bottom-left-radius: 10px; }
  .about__content {
    max-width: 600px; }

.sectors {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1025px) {
    .sectors {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 20px; } }
  .sectors__col {
    width: 25%; }
    @media (max-width: 1025px) {
      .sectors__col {
        width: 100%;
        max-width: 295px; } }
  .sectors__item {
    display: block;
    text-decoration: none;
    max-width: 295px; }
    .sectors__item:hover, .sectors__item:active, .sectors__item:focus {
      text-decoration: none; }
  .sectors__img {
    border: 1px solid #F4F4F4;
    display: block;
    margin-bottom: 6px; }
  .sectors__name {
    background: #FFFFFF;
    border: #F4F4F4;
    color: #111111;
    font-weight: 600;
    font-size: 16px;
    height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.newsItems {
  position: relative;
  height: 100%;
  display: block;
  padding-bottom: 40px; }
  .newsItems:hover, .newsItems:focus, .newsItems:active {
    text-decoration: none; }
  .newsItems--list {
    border: 1px solid #DDDDDD; }
  @media (max-width: 768px) {
    .newsItems {
      background: #fff;
      padding-bottom: 60px; } }
  .newsItems__wrapper {
    background: #fff;
    height: 100%;
    padding-bottom: 30px; }
    @media (max-width: 768px) {
      .newsItems__wrapper {
        padding-bottom: 0; } }
  .newsItems__content {
    padding: 15px; }
  .newsItems__header {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin: 0; }
  .newsItems__date {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    margin-top: 3px; }
  .newsItems__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    color: #000;
    margin-top: 10px; }
  .newsItems__button {
    position: absolute;
    bottom: 20px;
    left: 15px; }
    .newsItems__button--list {
      padding: 7px 10px !important; }

.news__carousel .owl-stage {
  display: -ms-flexbox;
  display: flex; }

.careers__view {
  border-bottom: 1px solid #999999; }

.careers__row {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 13px 0; }

.careers__col:nth-child(1) {
  width: 50%; }
  @media (max-width: 768px) {
    .careers__col:nth-child(1) {
      width: 40%; } }

.careers__col:nth-child(2) {
  width: 25%; }

.careers__col:nth-child(3) {
  width: 25%;
  position: relative;
  padding-right: 50px; }
  @media (max-width: 768px) {
    .careers__col:nth-child(3) {
      width: 35%; } }

.careers__text {
  color: #000000;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%; }
  .careers__text strong {
    font-weight: 600; }
  .careers__text--content {
    line-height: 185%;
    margin-top: 30px; }

.careers__item:hover, .careers__item:focus, .careers__item:active {
  text-decoration: none; }

.careers__name {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #000; }

.careers__benefits {
  color: #74A21E;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px; }

.careers__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0; }
  .careers__list li {
    width: 20%;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    line-height: 120%; }
    @media (max-width: 1025px) {
      .careers__list li {
        width: 50%; } }
    @media (max-width: 768px) {
      .careers__list li {
        width: 100%; } }
    .careers__list li img {
      display: block;
      margin: auto;
      margin-bottom: 10px; }

.careers__buttonView {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px; }

.careers__back {
  background: #BBBBBB;
  min-width: 188px; }

.careers__arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #74A21E;
  border-radius: 5px;
  width: 28px;
  height: 28px; }
  .careers__arrow::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 3px;
    left: 0;
    bottom: 2px;
    margin: auto;
    transform: rotate(-45deg); }

.careers__banner {
  margin-top: 40px;
  background: #74A21E;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px; }
  @media (max-width: 768px) {
    .careers__banner {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .careers__banner:hover, .careers__banner:active, .careers__banner:focus {
    text-decoration: none; }
  .careers__banner > div:first-child {
    width: 404px;
    position: relative; }
    @media (max-width: 1200px) {
      .careers__banner > div:first-child {
        width: 50%; } }
    @media (max-width: 1025px) {
      .careers__banner > div:first-child {
        width: 320px; } }
    @media (max-width: 768px) {
      .careers__banner > div:first-child {
        width: 100%; } }
  .careers__banner > div:last-child {
    box-sizing: border-box;
    max-width: 470px;
    padding: 20px 20px 40px 40px; }
    @media (max-width: 1200px) {
      .careers__banner > div:last-child {
        max-width: 400px; } }
    @media (max-width: 1025px) {
      .careers__banner > div:last-child {
        max-width: 100%;
        width: calc(100% - 320px); } }
    @media (max-width: 768px) {
      .careers__banner > div:last-child {
        width: 100%; } }
  .careers__bannerTop {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase; }
  .careers__bannerHeader {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 5px; }
    @media (max-width: 1200px) {
      .careers__bannerHeader {
        font-size: 24px; } }
  .careers__bannerText {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 150%; }
  .careers__bannerButton {
    background: #fff;
    margin-top: 30px;
    padding: 5px 10px; }
  .careers__banner img {
    margin: 0;
    left: 0;
    bottom: 0; }
    @media (min-width: 769px) {
      .careers__banner img {
        position: absolute; } }

.timelines {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin: auto; }
  @media (max-width: 1200px) {
    .timelines {
      display: block;
      max-width: 100%; } }
  .timelines__year {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background: #74A21E;
    margin: 10px 0; }
    @media (max-width: 768px) {
      .timelines__year {
        width: 80px;
        height: 80px; } }
  .timelines__items {
    position: relative;
    width: 100%; }
    @media (max-width: 1200px) {
      .timelines__items {
        padding-left: 71px; } }
    @media (max-width: 1025px) {
      .timelines__items {
        padding-left: 111px; } }
    @media (max-width: 1024px) {
      .timelines__items {
        padding-left: 71px; } }
    @media (max-width: 768px) {
      .timelines__items {
        padding-left: 56px; } }
    .timelines__items::after {
      content: '';
      position: absolute;
      width: 2px;
      background: #9F9F9F;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 1200px) {
        .timelines__items::after {
          left: 30px;
          margin: 0; } }
      @media (max-width: 768px) {
        .timelines__items::after {
          left: 15px; } }
  .timelines__item {
    width: 45%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .timelines__item {
        width: 100%; } }
    .timelines__item::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      background: #9F9F9F;
      border: 7px solid #fff;
      border-radius: 100%;
      z-index: 1;
      top: 15px;
      right: -55px;
      transition: background 0.3s; }
    .timelines__item:hover::after, .timelines__item.active::after {
      background: #74A21E; }
    .timelines__item:hover .timelines__header, .timelines__item.active .timelines__header {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      background: #74A21E; }
      .timelines__item:hover .timelines__header--right::after, .timelines__item.active .timelines__header--right::after {
        content: url("/media/elektrometal/timeline-right-active.png"); }
      .timelines__item:hover .timelines__header--left::after, .timelines__item.active .timelines__header--left::after {
        content: url("/media/elektrometal/timeline-left-active.png"); }
        @media (max-width: 1200px) {
          .timelines__item:hover .timelines__header--left::after, .timelines__item.active .timelines__header--left::after {
            content: url("/media/elektrometal/timeline-right-active.png"); } }
    .timelines__item--right {
      margin-left: auto;
      padding-left: 3px; }
      .timelines__item--right::after {
        right: auto;
        left: -55px; }
    .timelines__item--left {
      padding-right: 3px; }
      @media (max-width: 1200px) {
        .timelines__item--left {
          padding-right: 0;
          margin-left: auto;
          padding-left: 3px; }
          .timelines__item--left::after {
            right: auto;
            left: -55px; } }
    .timelines__item.active .timelines__content {
      display: block; }
  .timelines__header {
    position: relative;
    background: #9F9F9F;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    min-height: 70px;
    line-height: 115%; }
    .timelines__header:hover, .timelines__header:focus, .timelines__header:active {
      text-decoration: none; }
    .timelines__header::after {
      position: absolute;
      top: 32px;
      z-index: 2; }
    .timelines__header--right {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .timelines__header--right::after {
        content: url("/media/elektrometal/timeline-right.png");
        left: -29px; }
    @media (max-width: 1200px) {
      .timelines__header--left {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .timelines__header--left::after {
      content: url("/media/elektrometal/timeline-left.png");
      right: -29px; }
      @media (max-width: 1200px) {
        .timelines__header--left::after {
          right: auto;
          content: url("/media/elektrometal/timeline-right.png");
          left: -29px; } }
  .timelines__title {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    width: 100%; }
    .timelines__title--left {
      text-align: right;
      padding-right: 10px;
      border-right: 3px solid #fff;
      margin-right: 10px; }
      @media (max-width: 1200px) {
        .timelines__title--left {
          text-align: left;
          border: 0;
          padding-left: 10px;
          border-left: 3px solid #fff;
          margin-left: 10px; } }
    .timelines__title--right {
      padding-left: 10px;
      border-left: 3px solid #fff;
      margin-left: 10px; }
  .timelines__date {
    font-size: 22px;
    color: #fff;
    font-weight: 600; }
  .timelines__content {
    padding: 15px;
    background: #EAEAEA;
    display: none; }
    .timelines__content img {
      display: block; }
    .timelines__content p {
      font-size: 13px;
      color: #444444;
      line-height: 145%;
      margin: 10px 0; }
  .timelines__iframe {
    width: 100%;
    height: 200px; }
    @media (max-width: 1200px) {
      .timelines__iframe {
        height: 300px; } }

.jobForm {
  border-top: 1px solid #E4E4E4;
  margin-top: 15px; }
  .jobForm__more {
    font-weight: bold; }
  .jobForm a {
    color: #74A21E; }
  .jobForm__content {
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    margin-bottom: 10px; }
  .jobForm__header {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px; }
  .jobForm__field {
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px; }
    @media (max-width: 768px) {
      .jobForm__field {
        display: block; } }
    .jobForm__field--margin {
      margin: 20px 0 10px 0; }
    .jobForm__field--list {
      -ms-flex-align: baseline;
      align-items: baseline; }
    .jobForm__field--file {
      margin-bottom: 10px; }
  .jobForm__label {
    width: 100%;
    max-width: 275px;
    text-align: right;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    position: relative;
    padding-right: 7px; }
    @media (max-width: 768px) {
      .jobForm__label {
        max-width: 100%;
        text-align: left; } }
    .jobForm__label span {
      color: #FF0000;
      font-size: 14px;
      position: absolute;
      right: 0;
      top: -2px; }
      @media (max-width: 768px) {
        .jobForm__label span {
          position: relative; } }
  .jobForm label {
    font-size: 12px;
    color: #000000;
    font-weight: 300; }
  .jobForm__input, .jobForm__list {
    width: 100%;
    max-width: 385px; }
    @media (max-width: 768px) {
      .jobForm__input, .jobForm__list {
        max-width: 100%; } }
    .jobForm__input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), .jobForm__list input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), .jobForm__input textarea, .jobForm__list textarea {
      width: 100%;
      height: 34px;
      padding: 5px;
      box-sizing: border-box;
      font-size: 12px;
      color: #000;
      border: 1px solid #CCCCCC;
      outline: none;
      resize: vertical; }
      .jobForm__input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, .jobForm__list input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, .jobForm__input textarea:focus, .jobForm__list textarea:focus {
        border-color: #74A21E; }
      .jobForm__input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder, .jobForm__list input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder, .jobForm__input textarea:-ms-input-placeholder, .jobForm__list textarea:-ms-input-placeholder {
        color: #000;
        font-size: 12px; }
      .jobForm__input input:not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder, .jobForm__list input:not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder, .jobForm__input textarea::placeholder, .jobForm__list textarea::placeholder {
        color: #000;
        font-size: 12px; }
    .jobForm__input input[type="file"], .jobForm__list input[type="file"] {
      font-size: 11px; }
    .jobForm__input--margin {
      margin: 10px 0; }
  .jobForm__checkbox {
    margin: 20px 0;
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    line-height: 140%; }
    .jobForm__checkbox label {
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      font-size: 13px; }
    .jobForm__checkbox input[type="checkbox"] {
      width: 18px;
      height: 18px;
      border: 1px solid #666666;
      accent-color: #74A21E; }
  .jobForm__list {
    margin-left: 10px; }
    @media (max-width: 768px) {
      .jobForm__list {
        margin-top: 5px; } }
  .jobForm__text {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    line-height: 140%; }
  .jobForm__rodo--hidden {
    display: none; }
  .jobForm__radio input {
    width: 14px;
    height: 14px;
    accent-color: #74A21E;
    margin-right: 5px;
    position: relative;
    top: 3px; }
  .jobForm__option {
    margin-bottom: 10px; }
    .jobForm__option--mt {
      margin-top: 10px; }
  .jobForm strong {
    color: #000000;
    font-size: 12px;
    font-weight: 600; }
  .jobForm__button {
    margin: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }

@media print {
  .header {
    display: none !important; }
  .navSection {
    display: none !important; }
  .breadcrumbs {
    display: none !important; }
  .page__menuHeader {
    display: none !important; }
  .page__menuMobile {
    display: none !important; }
  .footer {
    display: none !important; }
  .careers__back {
    display: none !important; }
  .careers__list {
    display: block !important; }
  .careers__list li {
    background: red !important;
    float: left !important;
    width: 200px !important; }
  .page {
    padding: 0 !important; }
  .policyAlert {
    display: none !important; } }

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