.container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-big {
  max-width: 1340px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

a {
  font-size: 16px;
  line-height: 26px;
  color: #dfbb80 !important;
  transition: 0.3s;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ba9260 !important;
  outline: 0;
}

ul li,
ol li,
p {
  font-size: 16px;
  line-height: 26px;
}

.mask {
  position: relative;
}
.mask::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.banner {
  background-image: url("/wp-content/uploads/main-page-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shadow {
  border-radius: 20px 20px 20px 20px;
  background-color: #050607;
  padding: 20px;
}

.title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.big-title {
  font-size: 45px;
  line-height: 61px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .big-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.custom-page {
  padding: 150px 0 70px;
  background: #1e1e1e;
}

#cn-accept-cookie,
.bttn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  background: none;
  background-color: #dfbb80;
  border-color: #050607;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  transition: 0.3s;
}
#cn-accept-cookie:hover,
.bttn:hover {
  background-color: #ba9260;
}

.custom-style-editor * {
  color: #fff;
}
.custom-style-editor strong {
  color: #dfbb80;
}
.custom-style-editor h1,
.custom-style-editor h2,
.custom-style-editor h3,
.custom-style-editor h4,
.custom-style-editor ol,
.custom-style-editor p {
  margin-bottom: 30px;
}
.custom-style-editor li {
  margin-bottom: 10px;
}
.custom-style-editor h1 {
  font-size: 45px;
  line-height: 61px;
  color: #dfbb80;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .custom-style-editor h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .custom-style-editor h1 {
    font-size: 36px;
    line-height: 41px;
  }
}
.custom-style-editor h2 {
  font-size: 36px;
  line-height: 41px;
}
@media (max-width: 991px) {
  .custom-style-editor h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .custom-style-editor h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.custom-style-editor h3 {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .custom-style-editor h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .custom-style-editor h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.custom-style-editor h4 {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .custom-style-editor h4 {
    font-size: 20px;
    line-height: 27px;
  }
}
.custom-style-editor img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.custom-style-editor .custom-img:first-of-type {
  float: left;
  margin-right: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .custom-style-editor .custom-img:first-of-type {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .custom-style-editor .custom-img:first-of-type img {
    margin: 0 auto;
  }
}
.custom-style-editor .custom-img:last-of-type {
  float: right;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .custom-style-editor .custom-img:last-of-type {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .custom-style-editor .custom-img:last-of-type img {
    margin: 0 auto;
  }
}

.hamburger {
  min-width: 40px;
  height: 27px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #dfbb80;
  border-radius: 5px;
  transition: 0.3s;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 11px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger.open span:nth-of-type(1) {
  top: 11px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-of-type(2) {
  width: 0;
}
.hamburger.open span:nth-of-type(3) {
  bottom: 11px;
  transform: rotate(-45deg);
}

.rwd-menu {
  position: fixed;
  top: 0;
  right: -430px;
  z-index: 5;
  height: 100%;
  min-height: 100%;
  padding: 120px 50px 0;
  background-color: #fff;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.9);
  min-width: 320px;
}
.rwd-menu.open {
  right: 0;
}
.rwd-menu ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.rwd-menu ul a {
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
}
.rwd-menu ul ul {
  display: none;
  padding-left: 10px;
}

.aboutus-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .aboutus-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .aboutus-icons {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.aboutus-icons p {
  margin-bottom: 0;
}
.aboutus-icons span {
  font-size: 50px;
  color: #dfbb80;
}/*# sourceMappingURL=global.css.map */