* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html {
  overflow-y: scroll;
  scrollbar-color: #ab9e78 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #ab9e78;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #a19368;
}
::-webkit-scrollbar-thumb:active {
  background: #a19368;
}
html {
  font: 400 15px/1.5714 "Poppins", sans-serif, sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #d7d7d7;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  p {
    margin-bottom: 15px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
a:not(.btn) {
  text-decoration: none;
  color: #fff;
}
a:not(.btn):hover {
  text-decoration: none;
  color: #ab9e78;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
  height: 49px;
  width: 100%;
  background: #2a2a2a;
  border: 1px solid #535353;
  border-radius: 11px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 480px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
    padding: 0 15px;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #ab9e78;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
select option {
  color: #d7d7d7;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 100px;
  padding: 20px 20px;
  display: block;
}
@media (max-width: 480px) {
  textarea {
    padding: 20px 15px;
  }
}
.btn, .submit {
  display: inline-block;
  line-height: 1;
  padding: 19.5px 20px;
  font-size: 16px;
  background: #ab9e78;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 215px;
}
@media (max-width: 480px) {
  .btn, .submit {
    min-width: auto;
    padding: 15px 20px;
  }
}
.btn:hover, .submit:hover {
  background: #d2cbb7;
}
h1, h2, h3, h4, h5, .post .post-title {
  font-family: "Scheherazade New", serif;
  font-weight: 400;
}
h1 {
  font-size: 73px;
  line-height: 78%;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 55px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
h2 {
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
}
h3 {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h4 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 28px;
  }
}
h5, .post .post-title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  h5, .post .post-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  h5, .post .post-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h5, .post .post-title {
    font-size: 24px;
  }
}
h6 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h6 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 20px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul.column-3 {
  column-count: 3;
}
@media (max-width: 1024px) {
  .text ul.column-3 {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .text ul.column-3 {
    column-count: 1;
  }
}
.text ul.column-2 {
  column-count: 2;
}
@media (max-width: 768px) {
  .text ul.column-2 {
    column-count: 1;
  }
}
.text ul li {
  padding-left: 32px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 225%;
  text-transform: capitalize;
  color: #fff;
}
.text ul li:before {
  content: "";
  background: url("../img/li-mark.svg") no-repeat center;
  background-size: contain;
  width: 24.3px;
  height: 16.53px;
  position: absolute;
  top: 10px;
  left: 0;
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text .post .post-title a:not(.btn), .post .text .post-title a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text .post .post-title a:not(.btn):hover, .post .text .post-title a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #ab9e78;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  height: 100%;
  line-height: 49px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 54px;
}
@media (max-width: 1440px) {
  .main-menu > ul > li > a {
    margin: 0 24px;
  }
}
@media (max-width: 1024px) {
  .main-menu > ul > li > a {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .main-menu > ul > li > a {
    margin: 0 12px;
  }
}
.main-menu > ul > li > a:hover {
  color: #ab9e78;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ab9e78;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 9px 10px 5px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #94865c;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #94865c;
}
.main-menu .menu-item-has-children:hover > a {
  background: #ab9e78;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #ab9e78;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-burger {
    top: 20px;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ab9e78;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.share-icons, .social-icons {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .share-icons, .social-icons {
    text-align: center;
  }
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin-right: 20px;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .share-icons a, .social-icons a {
    margin: 10px;
  }
}
.share-icons a:hover, .social-icons a:hover {
  opacity: 0.7;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 29px;
  display: block;
  color: #ab9e78;
}
.selectric {
  border: none;
  border-bottom: 2px solid #ab9e78;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 49px;
  height: 49px;
  color: #d7d7d7;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 49px;
  height: 49px;
  width: 49px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #ab9e78 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #756948;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #756948;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #ab9e78;
}
.breadcrumb {
  text-align: center;
  color: #d7d7d7;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #d7d7d7;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #d2cbb7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #d2cbb7;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 15px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 12px;
  background: #ab9e78;
  color: #1e1e1e;
  margin: 0 5px;
  border-radius: 4px;
}
.pagination svg {
  height: 10px;
}
.pagination .current {
  background: #d2cbb7;
}
.pagination a.page-numbers:hover {
  background: #d2cbb7;
  color: #1e1e1e;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"], .post-navigation [rel="prev"] {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 5px;
  min-width: 172px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  border: 1px solid #4a4a4a;
}
@media (max-width: 768px) {
  .post-navigation [rel="next"], .post-navigation [rel="prev"] {
    min-width: auto;
    padding: 12px 15px;
  }
}
.post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover {
  background: transparent;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
    font-size: 14px;
  }
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 30px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 30px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 30px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 30px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
@media (max-width: 1024px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  header {
    padding: 15px 0;
  }
}
header .logo {
  font-weight: 500;
  font-size: 45px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #ab9e78;
}
@media (max-width: 768px) {
  header .logo {
    font-size: 40px;
  }
}
header .logo:hover {
  color: #d7d7d7;
}
header .main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
body {
  background: #1e1e1e;
}
footer {
  background: #262626;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0 20px;
  }
}
@media (max-width: 768px) {
  footer .wrap {
    display: block;
  }
}
footer .link-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 18px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  max-width: 380px;
}
@media (max-width: 768px) {
  footer .link-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
footer .link-box:last-child {
  margin-bottom: 0;
}
footer .link-box svg {
  margin-right: 16px;
  min-width: 24px;
}
@media (max-width: 768px) {
  footer .link-box svg {
    margin-right: 10px;
  }
}
footer .footer-logo {
  font-weight: 500;
  font-size: 60px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 1024px) {
  footer .footer-logo {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-logo {
    font-size: 40px;
    margin: 0 auto 15px;
    text-align: center;
  }
}
footer .footer-logo:hover {
  color: #ab9e78;
}
footer .left-footer {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .middle-footer {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .middle-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 auto 15px;
  }
}
footer .footer-menu {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .footer-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 20px auto;
    text-align: center;
  }
}
footer .footer-menu ul li {
  margin-bottom: 10px;
}
footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
footer .footer-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-menu ul li a:hover {
  color: #ab9e78;
}
@media (max-width: 1240px) {
  footer .right-footer {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  footer .right-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .right-footer .footer-form {
  max-width: 394px;
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  footer .right-footer .footer-form {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  footer .right-footer .footer-form {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .right-footer .footer-form input[type="email"] {
  border-radius: 0;
  padding-right: 135px;
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 480px) {
  footer .right-footer .footer-form input[type="email"] {
    padding-right: 85px;
  }
}
footer .right-footer .footer-form input[type="email"]::-webkit-input-placeholder {
  color: #818181;
}
footer .right-footer .footer-form input[type="email"]:-moz-placeholder {
  color: #818181;
}
footer .right-footer .footer-form input[type="email"]::-moz-placeholder {
  color: #818181;
}
footer .right-footer .footer-form input[type="email"]:-ms-input-placeholder {
  color: #818181;
}
footer .right-footer .footer-form .btn, footer .right-footer .footer-form .submit {
  padding: 16.5px 20px;
  min-width: 128px;
  border-radius: 0;
}
@media (max-width: 480px) {
  footer .right-footer .footer-form .btn, footer .right-footer .footer-form .submit {
    text-align: center;
    min-width: auto;
  }
}
footer .right-footer .footer-form .btn-block {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
footer .right-footer .wpcf7-form-control-wrap {
  margin: 0 !important;
  width: 100%;
}
footer .right-footer .subscribe-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
footer .right-footer h4 {
  margin-bottom: 15px;
}
footer .copyright {
  display: block;
  text-align: right;
}
@media (max-width: 768px) {
  footer .copyright {
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-block {
  position: relative;
  padding: 200px 0 100px;
  min-height: 596px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top-block {
    min-height: auto;
    padding: 150px 0 60px;
  }
}
@media (max-width: 768px) {
  .top-block {
    padding: 120px 0 50px;
  }
}
.top-block .wrap {
  z-index: 1;
  position: relative;
}
.top-block .page-title {
  text-align: center;
}
.top-block .top-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  line-height: 0;
}
.top-block .top-image:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 315px;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.58) 40.74%, #1e1e1e 100%);
}
@media (max-width: 768px) {
  .top-block .top-image:after {
    height: 100%;
  }
}
.top-block .top-image:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.58) 40.74%, #1e1e1e 100%);
}
.top-block .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.top-block .top-info {
  margin: 0 auto 60px;
  max-width: 1195px;
}
@media (max-width: 1024px) {
  .top-block .top-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top-block .top-info {
    margin-bottom: 30px;
  }
}
.top-block time {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .top-block time {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .top-block time {
    font-size: 16px;
  }
}
.top-big-block {
  position: relative;
  padding: 200px 0 100px;
  min-height: 915px;
  overflow: hidden;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .top-big-block {
    min-height: auto;
    padding: 150px 0 60px;
  }
}
@media (max-width: 768px) {
  .top-big-block {
    padding: 120px 0 50px;
  }
}
.top-big-block .wrap {
  z-index: 1;
  position: relative;
}
.top-big-block .top-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  line-height: 0;
}
.top-big-block .top-image:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 315px;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.58) 40.74%, #1e1e1e 100%);
}
@media (max-width: 768px) {
  .top-big-block .top-image:after {
    height: 100%;
  }
}
.top-big-block .top-image:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.58) 40.74%, #1e1e1e 100%);
}
.top-big-block .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-big-block .top-info ul {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .top-big-block .top-info ul {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .top-big-block .top-info ul {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .top-big-block .top-info ul {
    margin-top: 20px;
  }
}
.top-big-block .top-info h1 {
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .top-big-block .top-info h1 {
    margin-bottom: 25px;
  }
}
.top-big-block .top-info p {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  color: #fff;
}
@media (max-width: 1024px) {
  .top-big-block .top-info p {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .top-big-block .top-info p {
    font-size: 16px;
  }
}
.single-wrapper {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .single-wrapper {
    padding: 20px 0 30px;
  }
}
@media (max-width: 768px) {
  .single-wrapper {
    padding: 0 0 30px;
  }
}
.single-wrapper .def-text {
  margin: 15px 0 30px;
}
.single-wrapper .wrap {
  width: 1195px;
}
.single-wrapper .text p {
  font-weight: 300;
  font-size: 19px;
  line-height: 170%;
  color: #d7d7d7;
}
@media (max-width: 1024px) {
  .single-wrapper .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .text p {
    font-size: 16px;
    line-height: 140%;
  }
}
.single-wrapper .text blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  line-height: 170%;
  padding: 0 90px;
  position: relative;
}
@media (max-width: 1240px) {
  .single-wrapper .text blockquote {
    padding: 0 70px;
  }
}
@media (max-width: 1024px) {
  .single-wrapper .text blockquote {
    font-size: 18px;
    padding: 0 45px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .text blockquote {
    font-size: 16px;
    line-height: 160%;
    padding: 25px 0 10px !important;
  }
}
.single-wrapper .text blockquote:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/q-top.svg") no-repeat;
  background-size: contain;
  width: 48px;
  height: 39px;
}
@media (max-width: 1024px) {
  .single-wrapper .text blockquote:before {
    width: 35px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .text blockquote:before {
    width: 20px;
    height: 15px;
  }
}
.single-wrapper .text blockquote:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  background: url("../img/q-bottom.svg") no-repeat;
  background-size: contain;
  width: 48px;
  height: 39px;
  bottom: 0;
}
@media (max-width: 1024px) {
  .single-wrapper .text blockquote:after {
    width: 35px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .text blockquote:after {
    width: 20px;
    height: 15px;
  }
}
.single-flexible-block .image-info-block {
  margin: 50px 0 30px;
}
@media (max-width: 1024px) {
  .single-flexible-block .image-info-block {
    margin: 40px 0 30px;
  }
}
@media (max-width: 768px) {
  .single-flexible-block .image-info-block {
    margin: 30px 0 30px;
  }
}
.single-flexible-block .image-info-block .wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.single-flexible-block .image-info-block .text {
  -webkit-flex-basis: 48.8%;
  -moz-flex-basis: 48.8%;
  -ms-flex-preferred-size: 48.8%;
  flex-basis: 48.8%;
}
@media (max-width: 1024px) {
  .single-flexible-block .image-info-block .text {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .single-flexible-block .image-info-block .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.single-flexible-block .image-info-block .image-box {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-flexible-block .image-info-block .image-box:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .single-flexible-block .image-info-block .image-box {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .single-flexible-block .image-info-block .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-flexible-block .image-info-block .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-flexible-block .image-info-block.reverse .wrap {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.single-flexible-block .single-text-block {
  margin: 30px 0;
}
.slider-block {
  position: relative;
  margin-top: 30px;
}
.slider-block:before {
  bottom: 0;
  background: #555;
  width: 100%;
  content: '';
  position: absolute;
  z-index: 2;
  height: 1px;
}
.slider-block .swiper-slide {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 30px 20px 52px;
  min-height: 575px;
}
@media (max-width: 1240px) {
  .slider-block .swiper-slide {
    min-height: 520px;
  }
}
@media (max-width: 1024px) {
  .slider-block .swiper-slide {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .slider-block .swiper-slide {
    min-height: 340px;
    padding: 30px 15px;
  }
}
.slider-block .swiper-slide:hover {
  opacity: 0.7;
}
.slider-block .swiper-slide-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}
.slider-block .swiper-slide-image:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.58) 40.74%, #1e1e1e 100%);
}
.slider-block .swiper-slide-image img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
.slider-block .swiper-slide-title {
  max-width: 735px;
  margin: 0 auto;
}
.slider-block .swiper-button-next, .slider-block .swiper-button-prev {
  width: 38px;
  height: 38px;
  color: #fff;
  background: rgba(171, 158, 120, 0.23);
}
.slider-block .swiper-button-next:before, .slider-block .swiper-button-prev:before, .slider-block .swiper-button-next:after, .slider-block .swiper-button-prev:after {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-block .swiper-button-next {
  right: -68px;
}
@media (max-width: 1240px) {
  .slider-block .swiper-button-next {
    right: -38px;
  }
}
@media (max-width: 1024px) {
  .slider-block .swiper-button-next {
    right: 0;
  }
}
.slider-block .swiper-button-prev {
  left: -68px;
}
@media (max-width: 1240px) {
  .slider-block .swiper-button-prev {
    left: -38px;
  }
}
@media (max-width: 1024px) {
  .slider-block .swiper-button-prev {
    left: 0;
  }
}
.comments-block-box {
  border-top: 1px solid #555;
  padding: 80px 0 50px;
  border-bottom: 1px solid #555;
}
@media (max-width: 1240px) {
  .comments-block-box {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .comments-block-box {
    padding: 30px 0;
  }
}
.comments-block-box textarea {
  min-height: 280px;
}
@media (max-width: 1240px) {
  .comments-block-box textarea {
    min-height: 200px;
  }
}
@media (max-width: 1024px) {
  .comments-block-box textarea {
    min-height: 140px;
  }
}
.custom-comment {
  background-color: #2a2a2a;
  border-radius: 11px;
  padding: 22px 38px 10px;
  margin-bottom: 29px;
  list-style: none;
  color: #e0e0e0;
}
@media (max-width: 1240px) {
  .custom-comment {
    padding: 22px 25px 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .custom-comment {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 768px) {
  .custom-comment {
    padding: 20px 15px 10px;
    margin-bottom: 15px;
  }
}
.comments-title, .comments-title-top {
  margin: 0 auto 34px;
  text-align: center;
  display: block;
}
@media (max-width: 1024px) {
  .comments-title, .comments-title-top {
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .comments-title, .comments-title-top {
    margin: 0 auto 20px;
  }
}
.comment-list {
  margin: 0 0 50px;
  padding: 0 0 20px;
  border-bottom: 1px solid #555;
}
@media (max-width: 1024px) {
  .comment-list {
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .comment-list {
    margin: 0 0 30px;
    padding: 0 0 15px;
  }
}
.comment-reply-title {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 1024px) {
  .comment-reply-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .comment-reply-title {
    margin-bottom: 20px;
  }
}
.custom-comment-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #555;
  margin-bottom: 24px;
}
.custom-comment-header .custom-comment-author {
  font-weight: 600;
  font-size: 18px;
  color: #ab9e78;
  text-transform: capitalize;
}
.custom-comment-header .custom-comment-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.custom-comment-text {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}
.post-navigation-box {
  margin-top: 70px;
}
@media (max-width: 1240px) {
  .post-navigation-box {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .post-navigation-box {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .post-navigation-box {
    margin-top: 30px;
  }
}
.form-submit {
  text-align: right;
}
.recent-posts-block {
  padding: 50px 0;
}
@media (max-width: 1240px) {
  .recent-posts-block {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .recent-posts-block {
    padding: 20px 0 30px;
  }
}
.recent-posts-block .post-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.recent-posts-block .post-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .recent-posts-block .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .recent-posts-block .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .recent-posts-block .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .recent-posts-block .post-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
@media (max-width: 768px) {
  .recent-posts-block .post-items .post:last-child {
    margin-bottom: 0;
  }
}
.recent-posts-block .recent-title {
  text-align: center;
  margin-bottom: 45px;
  color: #fff;
}
@media (max-width: 1024px) {
  .recent-posts-block .recent-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .recent-posts-block .recent-title {
    margin-bottom: 25px;
  }
}
.post-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.post-items > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 1024px) {
  .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .post-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.post .thumb {
  display: block;
  width: 100%;
  height: 307px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .post .thumb {
    height: 250px;
    margin-bottom: 15px;
  }
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .post-title {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .post .post-title {
    margin-bottom: 15px;
  }
}
.post .date-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .post .date-box {
    margin-bottom: 15px;
  }
}
.post .date-box svg {
  margin-right: 7px;
}
.post .date-box time {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #ab9e78;
}
.btn-block {
  position: relative;
}
.index-block {
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
.posts-wrapper h2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .posts-wrapper h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .posts-wrapper h2 {
    margin-bottom: 20px;
  }
}
.post-items-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
  padding-top: 35px;
  margin-right: 35px;
  padding-bottom: 35px;
  border-right: 1px solid #3b3b3b;
}
@media (max-width: 1440px) {
  .post-items-block {
    padding-right: 20px;
    padding-top: 25px;
    margin-right: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1240px) {
  .post-items-block {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .post-items-block {
    padding: 25px 0 10px;
    border: 0;
    margin: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.post-items-block .post {
  margin-bottom: 40px;
}
@media (max-width: 1240px) {
  .post-items-block .post {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .post-items-block .post {
    margin-bottom: 20px;
  }
}
.index-aside {
  padding-top: 35px;
  -webkit-flex-basis: 423px;
  -moz-flex-basis: 423px;
  -ms-flex-preferred-size: 423px;
  flex-basis: 423px;
  padding-bottom: 35px;
}
@media (max-width: 1440px) {
  .index-aside {
    padding-top: 25px;
    -webkit-flex-basis: 390px;
    -moz-flex-basis: 390px;
    -ms-flex-preferred-size: 390px;
    flex-basis: 390px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .index-aside {
    padding: 20px 0 10px;
    margin: 0 auto 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.post-box {
  margin-bottom: 32px;
  padding-bottom: 35px;
  border-bottom: 1px solid #3b3b3b;
}
@media (max-width: 1024px) {
  .post-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .post-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.post-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.post-box .thumb {
  display: block;
  width: 100%;
  height: 154px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 14px;
}
.post-box .thumb:hover {
  opacity: 0.7;
}
.post-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-box .post-box-left {
  -webkit-flex-basis: 154px;
  -moz-flex-basis: 154px;
  -ms-flex-preferred-size: 154px;
  flex-basis: 154px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .post-box .post-box-left {
    margin-right: 15px;
    -webkit-flex-basis: 140px;
    -moz-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
  }
}
@media (max-width: 480px) {
  .post-box .post-box-left {
    margin: 0 auto 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.post-box .post-box-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-box .info p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-box .post-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  margin-bottom: 25px;
  font-family: "Scheherazade New", serif;
}
@media (max-width: 1440px) {
  .post-box .post-title {
    margin-bottom: 20px;
  }
}
.post-box .post-title a {
  line-height: 1;
}
.post-box .date-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.post-box .date-box svg {
  margin-right: 7px;
}
.post-box .date-box time {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #ab9e78;
}
.gallery-text {
  padding: 30px 0;
}
.gallery-block {
  padding-top: 40px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .gallery-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .gallery-block {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .gallery-block {
    padding-bottom: 30px;
  }
}
.gallery-block .gallery-block-items-box {
  position: relative;
}
.gallery-block .gallery-block-items-box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.82) 60.36%, #1e1e1e 95.15%);
  z-index: 1;
  width: 100%;
  height: 347px;
}
.gallery-block .wrap {
  width: 1920px;
  max-width: 98%;
}
.gallery-block .text {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .gallery-block .text {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .gallery-block .text {
    padding-bottom: 20px;
  }
}
.gallery-block .gallery-block-items {
  column-count: 4;
  column-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .gallery-block .gallery-block-items {
    column-gap: 15px;
    column-count: 3;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .gallery-block .gallery-block-items {
    margin-bottom: 20px;
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .gallery-block .gallery-block-items {
    column-count: 1;
  }
}
.gallery-block .gallery-block-items a:hover {
  opacity: 0.7;
}
.gallery-block .gallery-block-item {
  margin-bottom: 20px;
  display: block;
  line-height: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .gallery-block .gallery-block-item {
    margin-bottom: 15px;
  }
}
.gallery-block .gallery-block-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.gallery-block .btn-block {
  text-align: center;
}
.gallery-block .btn-block .btn {
  color: #1e1e1e;
  min-width: 460px;
}
@media (max-width: 768px) {
  .gallery-block .btn-block .btn {
    min-width: auto;
  }
}
