@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto:wght@300;400;700&family=Rubik&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button,
.submit {
  padding: 12px 40px;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: right, left;
  position: relative;
  background-color: inherit;
  border: 4px solid #000;
}

.button--primary,
.submit.yellow {
  border: 0;
  background-image: url(/themes/custom/bone/images/buttonbackground.png);
}

ul.menu, .pager__items {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.menu li, .pager__items li {
  padding: 0;
}

.pager .pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.pager .pager__item {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}
.pager .pager__item a {
  text-decoration: none;
  color: inherit;
}

.pager .pager__item.is-active {
  background-color: #FFDD00;
  border: 1px solid #000;
  padding: 2px 6px;
}

.pager .pager__item:not(:last-child) {
  margin-right: 11px;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin: 12px 0;
}

textarea,
input[type=tel],
input[type=email],
input[type=text] {
  width: 100%;
  padding: 6px 8px;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #777777;
}

table td {
  padding: 4px 8px;
}

#go_top {
  background-image: url("/assets/icons/topTop.png");
  width: 48px;
  height: 48px;
  position: fixed;
  right: 70px;
  top: 50%;
  background-color: inherit;
  border: none;
  caret-color: transparent;
}

@media (max-width: 700px) {
  #go_top {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.table-responsive {
  overflow-x: auto;
  max-width: 90vw;
}

.table-responsive table {
  white-space: nowrap;
}

:root {
  --max-container-width: 1180px;
}

.layout-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-container-width);
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .layout-container {
    max-width: 90vw;
  }
}

.content-wrapper {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.page_header {
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.page_header .region__inner {
  width: 100%;
  max-width: var(--max-container-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-height: 68px;
}
@media (max-width: 1500px) {
  .page_header .region__inner {
    max-width: 90vw;
  }
}
@media (max-width: 700px) {
  .page_header .region__inner {
    max-height: 100vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page_header .menu--main {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.page_footer {
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #000;
  color: #fff;
  margin-top: 70px;
}

.page_footer .region__inner {
  width: 100%;
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo menu social" "contacts menu social";
}
@media (max-width: 1500px) {
  .page_footer .region__inner {
    max-width: 90vw;
  }
}
@media (max-width: 1000px) {
  .page_footer .region__inner {
    grid-template-areas: "logo social" "contacts menu";
  }
}
@media (max-width: 700px) {
  .page_footer .region__inner {
    grid-template-areas: "logo social" "contacts contacts" "menu menu";
    grid-gap: 25px;
  }
}
@media (max-width: 430px) {
  .page_footer .region__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "social" "contacts" "menu";
  }
}

.page_footer .block-system-branding-block {
  grid-area: logo;
}

.page_footer .block-expert-gidro-contacts {
  grid-area: contacts;
}

.page_footer .menu--footer {
  grid-area: menu;
}

.page_footer #block-social-icons {
  grid-area: social;
}

.content-wrapper--sidebar {
  display: grid;
  grid-template-areas: "breadcrumb breadcrumb" "sidebar content";
  grid-template-columns: 280px 1fr;
  grid-gap: 20px;
}
.content-wrapper--sidebar.one {
  display: block;
}
.content-wrapper--sidebar .block-system-breadcrumb-block {
  grid-area: breadcrumb;
}
.content-wrapper--sidebar .sidebar {
  grid-area: sidebar;
  margin-top: 70px;
}
.content-wrapper--sidebar .sidebar .region__inner {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  max-height: 300vh;
}
.content-wrapper--sidebar .sidebar .region__inner.hide {
  max-height: 0;
  overflow: hidden;
}
.content-wrapper--sidebar .page_content {
  grid-area: content;
}
.content-wrapper--sidebar .view-products-in-category .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 21px;
  grid-row-gap: 30px;
}
@media (max-width: 800px) {
  .content-wrapper--sidebar .view-products-in-category .view-content {
    grid-template-columns: 1fr;
  }
}
.content-wrapper--sidebar .sidebar_button {
  padding: 12px 40px;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: right, left;
  position: relative;
  background-color: inherit;
  border: 1px solid #FFDD00;
  width: 100%;
  margin-top: 20px;
}

.node--product-teaser {
  border: 1px solid #C4C4C4;
  text-align: center;
  padding: 25px 10px;
  caret-color: transparent;
}

.node--product-teaser .field--name-title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  min-height: 55px;
  text-align: left;
}
.node--product-teaser .field--name-title a {
  color: inherit;
  text-decoration: none;
}

picture > img {
  width: auto;
}

body {
  font-family: "Roboto", sans-serif;
}

.breadcrumb {
  margin-top: 50px;
  border-bottom: 3px solid #FFDD00;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 20px;
}

.breadcrumb ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb ol li {
  padding: 0;
}

.breadcrumb li:not(:last-child):after {
  content: "»";
  margin: 0 4px;
  font-size: 18px;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.block-system-branding-block {
  display: grid;
  grid-template-columns: 67px 135px;
  grid-template-areas: "logo name" "logo slogan";
  grid-column-gap: 12px;
  font-family: Rubik, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 700px) {
  .block-system-branding-block {
    max-height: 68px;
  }
}

.block-system-branding-block .site-logo {
  grid-area: logo;
}

.block-system-branding-block .site-name {
  grid-area: name;
}
.block-system-branding-block .site-name a {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.block-system-branding-block .site-slogan {
  grid-area: slogan;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.page_footer .block-system-branding-block {
  max-height: 70px;
  margin-bottom: 20px;
}

.page_footer .block-system-branding-block .site-slogan,
.page_footer .block-system-branding-block a {
  color: #fff;
}

#block-copyright {
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #444444;
}

#block-copyright .field--name-body {
  width: 100%;
  max-width: var(--max-container-width);
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding: 5px 0;
}
@media (max-width: 1500px) {
  #block-copyright .field--name-body {
    max-width: 90vw;
  }
}
#block-copyright .field--name-body a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1000px) and (min-width: 700px) {
  .block-expert-gidro-contacts .contact_items {
    max-width: 400px;
  }
}

.block-expert-gidro-contacts .contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-expert-gidro-contacts .contact_item:not(:last-child) {
  margin-bottom: 20px;
}

.block-expert-gidro-contacts .contact_item_icon {
  margin-right: 10px;
}

.block-expert-gidro-contacts a {
  color: inherit;
  text-decoration: none;
}

.block-expert-gidro-contacts .telephone a {
  display: block;
}

.page-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}

#block-social-icons .field--name-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  #block-social-icons .field--name-body {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}

#block-social-icons .social_item:not(:last-child) {
  margin-right: 9px;
}

.menu--footer .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.menu--footer a {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

.menu--footer .menu-item {
  margin-left: 4px;
}

.menu--main .menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (max-width: 700px) {
  .menu--main .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.menu--main .menu-item {
  position: relative;
}

.menu--main .menu-item a {
  padding: 0 22px;
  line-height: 68px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #3E3E3E;
  text-decoration: none;
}

.menu--main .menu-item .is-active {
  background-color: #000;
  color: #fff;
}

.menu--main .sub_menu {
  position: absolute;
  top: 100%;
  z-index: -1;
  list-style: none;
  padding-left: 0;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu--main .sub_menu li {
  padding: 0;
}

@media (min-width: 960px) {
  .menu--main .menu-item.open .sub_menu,
.menu--main .menu-item:hover .sub_menu {
    opacity: 1;
    z-index: 99;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
