* {
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  margin: 0;
}

body.menu-open {
  overflow: hidden;
}

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

p {
  font-size: 1.7rem;
  line-height: 2.8ex;
}

h1 {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 4.8rem;
    flex-basis: 28%;
    margin: 3rem 0;
  }
}

.grid-container-content-header {
  padding: 20px;
}
@media screen and (min-width: 576px) {
  .grid-container-content-header {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .grid-container-content-header {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .grid-container-content-header {
    padding: 45px;
    max-width: 1500px;
    margin: 0 auto;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 708px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 932px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .row {
    flex-direction: row;
  }
}
.row-reverse {
  flex-direction: row-reverse;
}

.col {
  width: 100%;
  padding: 14px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .col--md50 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .col--md33 {
    flex: 0 0 33.333333%;
  }
}
@media screen and (min-width: 768px) {
  .col--md25 {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 992px) {
  .col--lg50 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .col--lg33 {
    flex: 0 0 33.333333%;
  }
}
@media screen and (min-width: 992px) {
  .col--lg25 {
    flex: 0 0 25%;
  }
}

@media screen and (min-width: 992px) {
  .tech--16 {
    flex: 0 0 16.666667%;
  }
}

.help-clear-margin-top-buttom {
  margin-top: 0;
}

.help-text-align-center {
  text-align: center;
}

.help-text-vert-align-center {
  align-items: center;
}

.border {
  border: 1px solid #bfa583;
  padding: 20px;
}

.underline {
  text-decoration: underline;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.padding-top {
  padding-top: 40px;
}

.btn {
  display: inline-block;
  padding: 15px;
  border: 1px solid;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 4px;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 200px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    width: 220px;
    margin-right: 20px;
  }
}
.btn:hover {
  transform: translateY(-5px);
}
.btn-primary {
  border-color: #bfa583;
  background-color: #1a1f2b;
}
.btn-secondary {
  border-color: whitesmoke;
  background-color: #bfa583;
}
.btn-CTA {
  color: #0d0d0d;
  border-color: whitesmoke;
  background-color: #d4a45a;
  width: 100%;
  cursor: pointer;
}
.btn-CTA-small {
  color: inherit;
  width: auto;
}
@media screen and (min-width: 768px) {
  .btn-CTA-small {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .btn-CTA-small {
    margin-right: 20px;
  }
}

.div-cta {
  padding: 20px 0 40px 0;
}

.box {
  display: flex;
  flex-direction: column;
  border: 1px solid #bfa583;
  border-radius: 6px;
  flex: 1;
  box-shadow: 0 0 15px gray;
  transition: 0.5s;
}
.box:hover {
  box-shadow: 0 0 25px gray;
}
.box .graf {
  flex-basis: 60%;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
}
.box .product {
  padding: 20px;
  flex-basis: 40%;
  text-align: center;
}
.box .product h3 {
  text-transform: none;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.box .product .btn {
  width: 80%;
  margin: 30px 0;
}

nav {
  display: flex;
  font-size: 1.8rem;
}

.logo {
  flex-basis: 30%;
  display: flex;
  align-items: center;
}
.logo img {
  margin-right: 15px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .logo img {
    width: 100px;
  }
}
.logo-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: #bfa583;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .logo-text {
    font-size: 2.4rem;
  }
}

.menu-mobile {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .menu-mobile {
    display: none;
  }
}

.menu-toggle {
  width: 36px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.menu-toggle.active {
  position: absolute;
  z-index: 2;
}

.bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 2px;
  transition: 0.3s;
}

.bar.top {
  top: 0;
}

.bar.middle {
  top: 50%;
  transform: translateY(-50%);
}

.bar.bottom {
  bottom: 0;
}

.menu-toggle.active .top {
  transform: rotate(45deg);
  top: 50%;
}

.menu-toggle.active .middle {
  opacity: 0;
}

.menu-toggle.active .bottom {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}

.nav-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #0d0d0d;
  overflow: hidden;
  transition: height 0.4s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .nav-menu {
    display: none;
  }
}

.nav-menu.open {
  height: 100vh;
}

.nav-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateY(-10px);
  width: 100%;
  height: 100vh;
  transition: 0.4s ease;
}
.nav-menu ul li {
  width: 70%;
}
.nav-menu ul li:nth-of-type(1) {
  margin-top: 2.8rem;
}

.nav-menu.open ul {
  opacity: 1;
  transform: translateY(0);
}

.nav-menu a {
  font-size: 2rem;
  border: 1px solid #bfa583;
  border-radius: 4px;
  background-color: #1a1f2b;
  display: block;
  height: 100%;
  width: 100%;
  padding: 16px;
  text-align: center;
  transition: 0.6s;
  width: 100%;
}

.nav-menu a:hover {
  box-shadow: 0 0 10px #bfa583 inset;
}

.menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-basis: 70%;
  }
  .menu a {
    margin-right: 55px;
    transition: 0.5s;
    text-transform: uppercase;
  }
  .menu a:hover {
    color: #bfa583;
    transform: scale(1.2);
  }
  .menu a:focus {
    color: #bfa583;
    transform: scale(1.2);
  }
}

header {
  background-color: #0d0d0d;
  color: whitesmoke;
  min-height: 100vh;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header {
    text-align: left;
  }
}

.header-content {
  display: flex;
  padding-top: 10px;
}
.header-content h1 {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .header-content h1 {
    font-size: 3.6rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .header-content h1 {
    font-size: 4.8rem;
    flex-basis: 28%;
    margin: 3rem 0;
  }
}
.header-content h1 span {
  margin-top: 1.2rem;
}

.header-left-content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .header-left-content {
    flex-basis: 70%;
  }
}

.header-right-content {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-right-content {
    display: flex;
    flex-basis: 30%;
    justify-content: center;
    align-items: center;
  }
}

.header-buttons-block {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-buttons-block {
    justify-content: flex-start;
    flex-direction: row;
  }
}
.header-buttons-block a {
  width: 260px;
  margin-bottom: 3rem;
  display: none;
}
.header-buttons-block a.btn-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-buttons-block a.btn-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-buttons-block a {
    width: 180px;
    flex-basis: 33.3333%;
    display: block;
  }
}

.social-media {
  display: none;
}
@media screen and (min-width: 768px) {
  .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 3rem;
    color: #bfa583;
  }
}
.social-media * {
  margin: 10px;
}
.social-media span {
  color: whitesmoke;
  font-size: 2rem;
}
.social-media-line {
  border-top: 1px solid #fff;
  width: 150px;
}

#page header {
  min-height: 10vh;
}

section {
  min-height: 100vh;
  padding: 10px 0 45px 0;
}
section.even {
  background-color: #1a1f2b;
  color: whitesmoke;
}
section h2 {
  color: #bfa583;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #bfa583;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  section h2 {
    font-size: 4.2rem;
  }
}
section h3 {
  font-weight: 500;
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  section h3 {
    padding-left: 14px;
    font-size: 3rem;
  }
}
section h4 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992px) {
  section h4 {
    text-align: left;
  }
}

#about:nth-of-type(1) p {
  margin-top: 0;
}
#about .flexbox-section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .flexbox-section1 img {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #about .flexbox-section1 img {
    margin-left: 50px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #about .flexbox-section1 {
    flex-direction: row-reverse;
  }
}
#about .flexbox-row {
  display: flex;
  flex-direction: column;
}
#about .col h4 {
  margin-left: 0;
}
#about h3 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #about h3 {
    text-align: left;
  }
}
#about .bold {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 20px;
}
#about .offer {
  padding-top: 20px;
}

.kafel {
  box-shadow: 0 0 14px #bfa583;
  border-radius: 6px;
  height: 100%;
  padding: 16px;
  transition: 0.5s;
}
.kafel:hover {
  box-shadow: 0 0 26px #bfa583;
}
.kafel p {
  margin: 0;
}
.kafel h4 {
  text-align: center;
}

.border-gold-bottom {
  border-bottom: 3px solid #bfa583;
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .gold {
    padding: 30px;
  }
  .gold-1 {
    border-right: 3px solid #bfa583;
  }
}

.img-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #bfa583;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  float: left;
}

#offer .icon {
  width: 60px;
}
#offer strong, #offer b {
  font-weight: 500;
}
#offer h3 {
  text-align: center;
}
#offer h4 {
  color: #bfa583;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .offer-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .offer-row1 {
    height: 100px;
  }
  .offer-row2 {
    height: 480px;
    overflow: hidden;
  }
  .offer-row3 {
    margin-top: 20px;
  }
}

#wpforms-form-223 label, #wpforms-form-223 legend, #wpforms-form-223 .wpforms-field-limit-text {
  color: #fff !important;
}
#wpforms-form-223 textarea {
  resize: none;
}
#wpforms-form-223 input, #wpforms-form-223 textarea {
  background-color: transparent;
  border: 1px solid #bfa583;
  color: #fff;
}
#wpforms-form-223 #wpforms-submit-223 {
  background-color: #d4a45a;
}

@media screen and (min-width: 992px) {
  .right-contact h3 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .right-contact p {
    padding-left: 60px;
    line-height: 3.6rem !important;
  }
}

.link-rodo {
  color: #bfa583;
  text-decoration: underline;
}

.display-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.8431372549);
}

.display-none {
  display: none;
}

.popup-content {
  position: relative;
  width: 80%;
  height: 80%;
  background-color: whitesmoke;
  padding: 40px;
  border-radius: 6px;
}

.popup-info {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #bfa583;
  color: whitesmoke;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 99999999;
}

#buyLabel {
  font-size: 3rem;
  font-weight: 600;
  color: #bfa583;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #0d0d0d;
}

#buyName {
  font-size: 2.6rem;
  font-weight: 700;
}

#buyPrice {
  font-size: 2.2rem;
  font-weight: 700;
}

.how-buy-info {
  margin-top: 20px;
  border-top: 1px solid #0d0d0d;
}

#page .links {
  color: whitesmoke;
}
#page h3 {
  padding-left: 0;
}
#page .btn {
  width: 180px;
}
#page .link-demo {
  color: #bfa583;
  background-color: #1a1f2b;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.8rem;
  transition: 0.5s;
}
#page .link-demo:hover {
  background-color: #fff;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d0d0d;
  min-height: 50vh;
  color: whitesmoke;
}
footer a {
  color: #bfa583;
  transition: 0.5s;
}
footer a:hover {
  color: whitesmoke;
}
footer p {
  line-height: 3.6rem;
}
footer .footer-media {
  display: flex;
  justify-content: center;
}
footer .footer-media a {
  margin-right: 30px;
  font-size: 3rem;
}
footer .footer-menu {
  text-align: center;
}
footer .footer-menu a {
  display: inline-block;
  margin-right: 20px;
}

.webmaster {
  border-top: 1px solid #bfa583;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 20px;
}

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