@charset "UTF-8";
.theme-bruksa .sand {
  width: 100vw;
  overflow-x: hidden;
}
.theme-bruksa .sand__header {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 60px;
  }
}
.theme-bruksa .sand__header .container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header .container {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .theme-bruksa .sand__header .container {
    width: 90%;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__header .container {
    width: 80%;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__header .container {
    width: 1520px;
  }
}
.theme-bruksa .sand__header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.theme-bruksa .sand__header-wrapper .photo {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .photo {
    width: 50%;
  }
}
.theme-bruksa .sand__header-wrapper .photo img {
  width: 100%;
  height: auto;
}
.theme-bruksa .sand__header-wrapper .description {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description {
    width: 50%;
    padding: 0;
    padding-left: 20px;
  }
}
.theme-bruksa .sand__header-wrapper .description .title {
  position: relative;
}
.theme-bruksa .sand__header-wrapper .description .title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #FECF00;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .title h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__header-wrapper .description .title h1 {
    font-size: 80px;
  }
}
.theme-bruksa .sand__header-wrapper .description .title h1 span {
  display: inline-block;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .title h1 span {
    display: block;
  }
}
.theme-bruksa .sand__header-wrapper .description .title h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .title h2 {
    position: absolute;
    bottom: 5px;
    left: 170px;
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__header-wrapper .description .title h2 {
    position: absolute;
    bottom: 10px;
    left: 230px;
    font-size: 30px;
    margin-bottom: 0;
  }
}
.theme-bruksa .sand__header-wrapper .description .title h2 br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .title h2 br {
    display: block;
  }
}
.theme-bruksa .sand__header-wrapper .description p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description p {
    font-size: 16px;
  }
}
.theme-bruksa .sand__header-wrapper .description p:last-of-type {
  margin-bottom: 45px;
}
.theme-bruksa .sand__header-wrapper .description p em {
  font-style: normal;
  white-space: nowrap;
}
.theme-bruksa .sand__header-wrapper .description h4 {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 14px 0;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description h4 {
    font-size: 32px;
  }
}
.theme-bruksa .sand__header-wrapper .description h4 span {
  display: inline-block;
  background-color: #000000;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description h4 span {
    padding: 0 30px 0 0;
  }
}
.theme-bruksa .sand__header-wrapper .description h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  top: 10px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description h4:after {
    top: 20px;
  }
}
.theme-bruksa .sand__header-wrapper .description .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .advantages {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__header-wrapper .description .advantages {
    gap: 0;
  }
}
.theme-bruksa .sand__header-wrapper .description .advantages article {
  text-align: center;
}
.theme-bruksa .sand__header-wrapper .description .advantages article .img-wrapper {
  width: 100%;
  height: 66px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-bruksa .sand__header-wrapper .description .advantages article img {
  display: block;
}
.theme-bruksa .sand__header-wrapper .description .advantages article h5 {
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
}
.theme-bruksa .sand__header-wrapper .description .advantages article h5 br {
  display: none;
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__header-wrapper .description .advantages article h5 br {
    display: block;
  }
}
.theme-bruksa .sand__header-wrapper .description .download-pdf {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .download-pdf {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.theme-bruksa .sand__header-wrapper .description .download-pdf a {
  background-color: #FECF00;
  position: relative;
  padding: 8px 50px 8px 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 25px;
  display: inline-block;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .download-pdf a {
    font-size: 15px;
    padding: 12px 60px 12px 32px;
  }
}
.theme-bruksa .sand__header-wrapper .description .download-pdf a:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.theme-bruksa .sand__header-wrapper .description .download-pdf a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/sand-download.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__header-wrapper .description .download-pdf a:after {
    right: 32px;
  }
}
.theme-bruksa .sand__navigation {
  margin: 40px 0 60px 0;
  padding: 0 20px;
}
.theme-bruksa .sand__navigation.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__navigation.desktop {
    display: block;
  }
}
.theme-bruksa .sand__navigation.mobile {
  display: block;
  padding: 0;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__navigation.mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__navigation {
    margin: 40px 0 80px 0;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__navigation {
    margin: 40px 0 120px 0;
  }
}
.theme-bruksa .sand__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.theme-bruksa .sand__navigation ul a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
  border: 2px solid #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__navigation ul a {
    font-size: 12px;
    padding: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__navigation ul a {
    font-size: 14px;
    padding: 12px;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__navigation ul a {
    font-size: 15px;
    padding: 12px 32px;
  }
}
.theme-bruksa .sand__navigation ul a:hover {
  color: #FECF00;
}
.theme-bruksa .sand__navigation ul a.active {
  background-color: #FFFFFF;
  color: #000000;
}
.theme-bruksa .sand__tabs {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tabs {
    padding: 0;
    margin-bottom: 130px;
  }
}
.theme-bruksa .sand__tabs p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tabs p {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}
.theme-bruksa .sand__tabs h4 {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 28px 0;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tabs h4 {
    font-size: 32px;
  }
}
.theme-bruksa .sand__tabs h4 strong {
  display: inline-block;
  background-color: #000000;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 5;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tabs h4 strong {
    padding: 0 30px 0 0;
  }
}
.theme-bruksa .sand__tabs h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  top: 10px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tabs h4:after {
    top: 20px;
  }
}
.theme-bruksa .sand__tab {
  display: none;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab {
    margin-top: 0;
  }
}
.theme-bruksa .sand__tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme-bruksa .sand__tab ul li {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab ul li {
    font-size: 16px;
  }
}
.theme-bruksa .sand__tab ul li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #FECF00;
  left: 0;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.theme-bruksa .sand__tab.active {
  display: none;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab.active {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-small {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__tab-small {
    padding: 0 10%;
  }
}
.theme-bruksa .sand__tab-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-colors {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% + 33px);
    gap: 33px;
    padding: 0;
  }
}
.theme-bruksa .sand__tab-colors article {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-colors article {
    width: calc(25% - 33px);
  }
}
.theme-bruksa .sand__tab-colors article img {
  width: 100%;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-colors article img {
    margin: 0 0 15px 0;
  }
}
.theme-bruksa .sand__tab-colors article h5 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
}
.theme-bruksa .sand__tab-usage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 70px;
  gap: 22px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-usage {
    width: calc(100% + 22px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.theme-bruksa .sand__tab-usage__header {
  background-color: #FECF00;
  padding: 13px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  overflow: hidden;
}
.theme-bruksa .sand__tab-usage__header h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-usage__header h5 {
    font-size: 26px;
  }
}
.theme-bruksa .sand__tab-usage__header h5 span {
  display: inline-block;
  padding-right: 10px;
}
.theme-bruksa .sand__tab-usage article {
  width: 100%;
  border-radius: 26px 26px 10px 10px;
  overflow: hidden;
  border: 2px solid #FECF00;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-usage article {
    width: calc(50% - 22px);
  }
}
.theme-bruksa .sand__tab-usage article .desc {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-usage article .desc {
    padding: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__tab-usage article .desc {
    padding: 45px 50px;
  }
}
.theme-bruksa .sand__tab-usage article p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-usage article p {
    font-size: 16px;
  }
}
.theme-bruksa .sand__tab-usage article p:last-of-type {
  margin: 0;
}
.theme-bruksa .sand__tab-usage article p em {
  font-style: normal;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-usage article p em {
    font-size: 14px;
  }
}
.theme-bruksa .sand__tab-table {
  width: 100%;
}
.theme-bruksa .sand__tab-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-table-wrapper {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-table {
    padding: 0 5%;
  }
}
.theme-bruksa .sand__tab-table table {
  border: 0;
  margin: 0;
}
.theme-bruksa .sand__tab-table table tr:nth-of-type(2) td:nth-of-type(1) {
  position: relative;
  min-height: 80px;
}
.theme-bruksa .sand__tab-table table tr:nth-of-type(2) td:nth-of-type(1):before {
  content: "Grubość spoiny";
  position: absolute;
  display: block;
  left: -10px;
  top: 20px;
  font-size: 12px;
  font-style: italic;
  color: #FFFFFF;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 60px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-table table tr:nth-of-type(2) td:nth-of-type(1):before {
    top: 20px;
    font-size: 14px;
  }
}
.theme-bruksa .sand__tab-table table tr th {
  background-color: #FECF00;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  border: 0;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-table table tr th {
    font-size: 18px;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__tab-table table tr th {
    font-size: 20px;
  }
}
.theme-bruksa .sand__tab-table table tr th:first-of-type {
  border-radius: 26px 0 0 0;
}
.theme-bruksa .sand__tab-table table tr th:last-of-type {
  border-radius: 0 26px 0 0;
}
.theme-bruksa .sand__tab-table table tr td {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 0;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-table table tr td {
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__tab-table table tr td {
    font-size: 20px;
  }
}
.theme-bruksa .sand__tab-table table tr td:nth-of-type(even) {
  background-color: #2B2B2B;
}
.theme-bruksa .sand__tab-table table tr td:first-child {
  position: relative;
}
.theme-bruksa .sand__tab-table p {
  display: block;
  background-color: #4B4B4B;
  padding: 20px;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0 0 26px 26px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__tab-table p {
    padding: 55px 65px;
    font-size: 16px;
  }
}
.theme-bruksa .sand__calculator {
  padding: 50px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__calculator {
    padding: 140px 0;
  }
}
.theme-bruksa .sand__calculator .container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator .container {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .theme-bruksa .sand__calculator .container {
    width: 90%;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator .container {
    width: 80%;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__calculator .container {
    width: 1520px;
  }
}
.theme-bruksa .sand__calculator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.theme-bruksa .sand__calculator-wrapper .description {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .description {
    width: 40%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .description {
    padding-right: 60px;
  }
}
.theme-bruksa .sand__calculator-wrapper .description img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .description img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .description img {
    margin-bottom: 70px;
  }
}
.theme-bruksa .sand__calculator-wrapper .description h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .description h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .description h2 {
    margin-bottom: 120px;
    font-size: 40px;
  }
}
.theme-bruksa .sand__calculator-wrapper .description h2 span {
  display: block;
}
.theme-bruksa .sand__calculator-wrapper .description .formula {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .description .formula {
    font-size: 17px;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc {
    width: 60%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .calc {
    padding-left: 60px;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc form {
  padding: 50px 0;
  position: relative;
}
.theme-bruksa .sand__calculator-wrapper .calc form:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 362px);
  background-color: #D9D9D9;
  top: 59px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc form:before {
    top: 62px;
    height: calc(100% - 298px);
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__calculator-wrapper .calc form:before {
    top: 68px;
    height: calc(100% - 190px);
  }
}
.theme-bruksa .sand__calculator-wrapper .calc form:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 362px);
  background-color: #D9D9D9;
  top: 59px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc form:after {
    top: 62px;
    height: calc(100% - 298px);
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__calculator-wrapper .calc form:after {
    top: 68px;
    height: calc(100% - 190px);
  }
}
.theme-bruksa .sand__calculator-wrapper .calc form .buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  border-top: 2px solid #D9D9D9;
  padding-top: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc form .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__calculator-wrapper .calc form .buttons {
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc form button {
  height: 45px;
  line-height: 41px;
  border: 2px solid #FECF00;
  background-color: #FECF00;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  border-radius: 34px;
  width: 233px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc form button {
    width: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .calc form button {
    width: 233px;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc form button:hover {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
.theme-bruksa .sand__calculator-wrapper .calc form button + button {
  background-color: transparent;
}
.theme-bruksa .sand__calculator-wrapper .calc form .result {
  width: 100%;
  height: 90px;
  border-radius: 26px;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  background-color: #FECF00;
  display: block;
  line-height: 90px;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
}
@media screen and (min-width: 1900px) {
  .theme-bruksa .sand__calculator-wrapper .calc form .result {
    min-width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    border-radius: 0 0 0 26px;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 25px 0;
  position: relative;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .calc h4 {
    font-size: 26px;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc h4 span {
  margin-left: 20px;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 8px;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc h4 span {
    padding: 0 16px;
    margin-left: 56px;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  top: 8px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc h4:after {
    top: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .calc h4:after {
    top: 16px;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc fieldset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 70px;
    gap: 0;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc fieldset.mb {
  margin-bottom: 34px;
}
.theme-bruksa .sand__calculator-wrapper .calc fieldset label {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc fieldset label {
    width: 50%;
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .calc fieldset label {
    font-size: 17px;
    width: 40%;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc fieldset > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  gap: 27px;
  color: #9D9D9D;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc fieldset > div {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .theme-bruksa .sand__calculator-wrapper .calc fieldset > div {
    width: 60%;
  }
}
.theme-bruksa .sand__calculator-wrapper .calc fieldset > div input {
  width: 177px;
  border-radius: 12px;
  border: 2px solid #9D9D9D;
  background-color: #FFFFFF;
  padding-left: 15px;
  height: 44px;
  line-height: 40px;
  font-size: 15px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .theme-bruksa .sand__calculator-wrapper .calc fieldset > div input {
    height: 54px;
    line-height: 50px;
  }
}

.elementor-page-8707 .elementor-element-9995237, .elementor-page-8707 .elementor-element-dfafa2a {
  margin-top: -90px !important;
}
.elementor-page-8707 #shopSection ::-webkit-scrollbar {
  width: 13px;
}
.elementor-page-8707 #shopSection ::-webkit-scrollbar-track {
  background: #6D6D6D;
}
.elementor-page-8707 #shopSection ::-webkit-scrollbar-thumb {
  background: #FECF00;
}
.elementor-page-8707 #list_post {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 400px;
  overflow: auto;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .elementor-page-8707 #list_post {
    height: 730px;
  }
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box {
  background-color: #404040;
  border: 1px solid #8D8D8D;
  padding: 20px 30px;
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-showroom {
  position: relative;
  background-color: #FECF00;
  color: #000000;
  margin-bottom: 10px;
  padding: 8px 15px 8px 43px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-showroom {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-showroom {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-showroom {
    position: absolute;
    right: 16px;
    top: 20px;
    margin-bottom: 0;
    font-size: 11px;
  }
}
@media screen and (min-width: 1900px) {
  .elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-showroom {
    font-size: 12px;
  }
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-showroom:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/garden.svg");
  background-size: cover;
  background-position: center;
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box h5 {
  color: #FECF00;
  font-size: 17px;
  font-weight: 800;
}
@media screen and (min-width: 1400px) {
  .elementor-page-8707 #list_post > .shop-item > .shop-item-container-box h5.with-showroom {
    padding-right: 210px;
  }
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box a:hover {
  color: #FECF00;
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-expand-toggle {
  background-color: #FECF00;
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-expand-toggle svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.elementor-page-8707 #list_post > .shop-item > .shop-item-container-box .shop-item-container-box-expand-toggle svg path {
  stroke: #000000;
}
.elementor-page-8707 .elementor-8707 .elementor-element.elementor-element-0f6de20 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.elementor-page-8707 .e-con.e-grid > .e-con-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .elementor-page-8707 .e-con.e-grid > .e-con-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.elementor-page-8707 .e-con.e-grid > .e-con-inner .bruksa--locations-filter {
  width: 100%;
  margin-top: -50px;
}
@media screen and (min-width: 1024px) {
  .elementor-page-8707 .e-con.e-grid > .e-con-inner .bruksa--locations-filter {
    width: 35% !important;
    margin-top: 0;
  }
}
.elementor-page-8707 .e-con.e-grid > .e-con-inner .bruksa--map-container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .elementor-page-8707 .e-con.e-grid > .e-con-inner .bruksa--map-container {
    width: 65% !important;
  }
}
.elementor-page-8707 .e-con.e-grid > .e-con-inner .bruksa--map-container #poi-map-full {
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .elementor-page-8707 .e-con.e-grid > .e-con-inner .bruksa--map-container #poi-map-full {
    height: 100%;
  }
}
.elementor-page-8707 .bruksa--header-and-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.elementor-page-8707.theme-bruksa .bruksa--header-and-description .description.align-self-end {
  display: block !important;
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  width: 100% !important;
}
.elementor-page-8707 #search_engine {
  background-color: #FECF00;
  position: relative;
  width: 100%;
  padding: 43px 0;
}
.elementor-page-8707 #search_engine:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #FECF00;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.elementor-page-8707 #search_engine form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .elementor-page-8707 #search_engine form {
    width: 670px;
  }
}
.elementor-page-8707 #search_engine form input[type=search] {
  width: 100%;
  padding: 0 0 0 20px;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  height: 55px;
  line-height: 55px;
  background-color: #FFFFFF !important;
}
.elementor-page-8707 #search_engine form input[type=search]:focus {
  outline: none;
}
.elementor-page-8707 #search_engine form button {
  background-color: #FFFFFF;
  position: relative;
  border: 0;
  outline: none;
}
.elementor-page-8707 #search_engine form button:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.elementor-page-8707 #search_engine form button svg {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
