@charset "UTF-8";
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria-Italic.eot");
  src: local("Cambria Italic"), local("Cambria-Italic"), url("../fonts/Cambria-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria-Italic.woff") format("woff"), url("../fonts/Cambria-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria-Bold.eot");
  src: local("Cambria Bold"), local("Cambria-Bold"), url("../fonts/Cambria-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria-Bold.woff") format("woff"), url("../fonts/Cambria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria.eot");
  src: local("Cambria"), url("../fonts/Cambria.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria.woff") format("woff"), url("../fonts/Cambria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria-BoldItalic.eot");
  src: local("Cambria Bold Italic"), local("Cambria-BoldItalic"), url("../fonts/Cambria-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria-BoldItalic.woff") format("woff"), url("../fonts/Cambria-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100vh;
}

body {
  width: 100%;
  background-color: #0c0902;
  font-family: 'Cambria';
  font-size: 14px;
  color: #fffdfd;
  height: 100%;
  min-height: 100vh;
}

a {
  transition: all 0.3s ease;
  color: #d8d0cc;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 25px;
}

h1, h2, h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

table {
  width: 100%;
  margin-bottom: 15px;
}
table td {
  border-collapse: collapse;
  padding: 5px;
  border: 1px solid rgba(134, 85, 39, 0.7);
}

caption {
  margin-bottom: 15px;
}

select {
  background: rgba(253, 241, 203, 0.1);
  border: 1px solid rgba(192, 207, 202, 0.2);
  color: #faf9f8;
  position: relative;
  font-size: 18px;
  min-width: 600px;
  font-family: 'Cambria';
  min-width: 250px;
  margin-bottom: 20px;
  padding: 6px 40px 6px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}
select option {
  color: #000;
}

input, textarea {
  background: rgba(253, 241, 203, 0.1);
  border: 1px solid rgba(192, 207, 202, 0.2);
  color: #faf9f8;
  padding: 12px 40px;
  position: relative;
  font-size: 18px;
/*  min-width: 600px;*/
  font-family: 'Cambria';
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d4c790;
  background: rgba(168, 162, 148, 0.25);
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 14px 60px;
  font-family: 'Cambria';
}
button:hover, .button:hover {
  background: #fff0b5;
  color: #584d33;
}

.h-v {
  height: auto;
}

.button {
  display: inline-block;
  text-decoration: none;
}

.white {
  background: rgba(250, 248, 241, 0.2);
  border: 1px solid rgba(210, 210, 203, 0.8);
  font-size: 24px;
  font-weight: bold;
}
.white:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(241, 241, 240, 0), #f1f1f0, rgba(241, 241, 240, 0));
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
}
.white:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(241, 241, 240, 0), #f1f1f0, rgba(241, 241, 240, 0));
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0px;
  box-shadow: 0px 0px 10px 0px rgba(250, 237, 185, 0.5);
}
.white:hover {
  background: #faf8f1;
  color: #393a40;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #faf9f8;
}

::-moz-placeholder {
  color: #faf9f8;
}

:-moz-placeholder {
  color: #faf9f8;
}

:-ms-input-placeholder {
  color: #faf9f8;
}

.container {
  width: 1050px;
  margin: 0 auto;
  opacity: 0;
  transition: 1.5s;
}
.container > .title-top {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.container > .title-top:after {
  content: "";
  position: absolute;
  background: url(../images/title-bg.png) no-repeat;
  width: 1138px;
  height: 28px;
  left: 50%;
  margin-left: -570px;
  bottom: 0px;
}
.container.container-p {
  padding-bottom: 110px;
  opacity: 1 !important;
  transition: 0s !important;
}
.container img {
  max-width: 1010px;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-s {
  display: flex;
  justify-content: space-between;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.bright:hover {
  filter: brightness(120%);
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #585e63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next, .swiper-button-prev {
  height: 92px;
  width: 50px;
  margin-top: -25px;
  background-size: auto;
}

.swiper-button-next {
  background-image: url(../images/next-arrow.png);
  right: 65px;
}

.swiper-button-prev {
  background-image: url(../images/prew-arrow.png);
  left: 65px;
}

.logo a {
  position: fixed;
  display: block;
  top: 35px;
  left: 40px;
  z-index: 20;
}

.hide {
  display: none;
}

.hide + label ~ div {
  display: none;
}

.lang-block {
  position: fixed;
  display: block;
  top: 40px;
  right: 80px;
  z-index: 21;
  transition: 0.5s;
}
.lang-block:after {
  border: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -5px;
  content: '';
}
.lang-block img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0);
}
.lang-block img:hover {
  border: 2px solid white;
}

.right-p {
  right: 360px;
}

.hide + label {
  cursor: pointer;
}

.hide:checked + label + div {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  right: 0px;
  top: 40px;
  display: block;
  animation: hiden 0.3s linear;
}
.hide:checked + label + div a {
  display: block;
  text-align: center;
  padding: 10px 10px;
}

@keyframes hiden {
  0% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.right-menu {
  position: absolute;
  z-index: 99;
  height: 100%;
  right: 0px;
}

.hide-menu {
  display: none;
}

.nav-toggle {
  position: fixed;
  display: block;
  top: 43px;
  right: 40px;
  z-index: 22;
  cursor: pointer;
  transition: 0.5s;
}
.nav-toggle span {
  width: 19px;
  height: 3px;
  background: #fff;
  border-radius: 1px;
  display: block;
  margin-bottom: 4px;
  position: relative;
  transition: 0.3s;
}

.nav {
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  right: -280px;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}
.nav a {
  text-decoration: none;
  color: #fff;
}
.nav ul {
  padding: 50px 0px 0px 55px;
}
.nav ul li {
  padding: 10px 0px;
}
.nav ul li a {
  font-size: 18px;
  padding: 10px 0px;
  display: block;
}
.nav ul li a:hover {
  color: #af9768;
}

.hide-menu:checked ~ .nav {
  right: 0;
  overflow-y: auto;
}

.hide-menu:checked ~ .nav .nav-toggle {
  right: 315px;
}

.hide-menu:checked ~ .nav .first {
  transform: rotate(45deg);
  top: 7px;
}

.hide-menu:checked ~ .nav .second {
  display: none;
}

.hide-menu:checked ~ .nav .third {
  transform: rotate(-45deg);
  bottom: 0px;
}

.menu-download-button {
  position: relative;
  background-color: #ad9564;
  width: 100%;
  border-bottom: 1px solid #f7e4c0;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0px;
}
.menu-download-button:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to right, rgba(221, 214, 196, 0), #ddd6c4, rgba(221, 214, 196, 0));
  height: 2px;
  width: 100%;
}

.download-button {
  background: url(../images/download-button.png) no-repeat;
  width: 542px;
  height: 113px;
  line-height: 113px;
  text-align: center;
  display: block;
  color: #fafcfe;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-bottom: 40px;
}

.intro {
  align-items: flex-end;
  padding-bottom: 120px;
}

.news {
  flex-wrap: wrap;
}
.news-block {
  width: 505px;
  height: 250px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #949ea7;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 40px;
}
.news-block_info {
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 0px;
  padding: 30px 35px;
}
.news-block_info h2 {
  margin-bottom: 5px;
  font-size: 20px;
}
.news-block_info span {
  color: #fff;
  font-size: 18px;
}

.game-center {
  background: rgba(194, 183, 137, 0.24);
  border: 1px solid #cabe8e;
  width: 470px;
  height: 581px;
  position: relative;
  transition: 0.3s;
}
.game-center:hover {
  background: radial-gradient(#e3d39e, #917d5e);
}
.game-center:after {
  content: "";
  background: url(../images/character.png) no-repeat;
  width: 555px;
  height: 696px;
  position: absolute;
  left: -55px;
  bottom: 0px;
  z-index: 2;
}
.game-center:before {
  content: "";
  background: linear-gradient(to top, rgba(102, 97, 82, 0.9), rgba(102, 97, 82, 0));
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}
.game-center_info {
  position: absolute;
  width: 100%;
  height: 110px;
  background-color: rgba(70, 64, 49, 0.5);
  left: 0px;
  bottom: 1px;
  z-index: 4;
  padding-left: 53px;
  color: #fff;
}
.game-center_text {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
}
.game-center_text p {
  margin-bottom: 10px;
  font-size: 24px;
}

.play-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f6e6a5;
  position: relative;
  margin-right: 30px;
}
.play-icon:after {
  border: 6px solid transparent;
  border-left-color: #f6e6a5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -5px;
  content: '';
}

.game-block_m {
  background-color: rgba(194, 183, 137, 0.24);
  background-repeat: no-repeat;
  background-position: top 75px center;
  border: 1px solid #cabe8e;
  width: 273px;
  height: 284px;
  position: relative;
  transition: all 0.3s;
  display: block;
  margin-bottom: 13px;
  padding-top: 183px;
  font-size: 20px;
  font-weight: bold;
  color: #f6e6a5;
  text-transform: uppercase;
  line-height: 1.2;
}
.game-block_m.game-s {
  background-image: url(../images/game-icon.png);
}
.game-block_m.epic-r {
  background-image: url(../images/epic-icon.png);
}
.game-block_m.events-l {
  background-image: url(../images/events-icon.png);
}
.game-block_m.guides {
  background-image: url(../images/guides-icon.png);
}
.game-block_m:hover {
  background-color: #fff0b5;
  color: #534d34;
}
.game-block_m:hover.game-s {
  background-image: url(../images/game-icon_hover.png);
}
.game-block_m:hover.epic-r {
  background-image: url(../images/epic-icon-hover.png);
}
.game-block_m:hover.events-l {
  background-image: url(../images/events-icon-hover.png);
}
.game-block_m:hover.guides {
  background-image: url(../images/guides-icon-hover.png);
}

.media {
  margin-bottom: 100px;
}
.media-l {
  width: 539px;
  flex-wrap: wrap;
}
.media-r {
  width: 511px;
  flex-wrap: wrap;
}
.media a {
  display: block;
  position: relative;
}
.media a:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.3s;
}
.media a:after {
  content: "";
  background: url(../images/more-icon.png) center no-repeat;
  background-color: #000;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -42px;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
.media a:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
.media a:hover:after {
  opacity: 1;
}
.media img {
  display: block;
}

.footer {
  background: url(../images/media-dop-bg.png) repeat-x;
  height: 116px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  color: #cdc3bb;
  font-size: 12px;
  padding-top: 20px;
}
.footer img {
  margin-right: 60px;
}

.page-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/page-bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 100%;
}

.page-container {
  padding-top: 140px;
  height: 100%;
  font-size: 18px;
  color: #faf9f8;
}
.page-container p {
  margin-bottom: 35px;
}
.page-container h2 {
  margin-bottom: 11px;
}

.title-page {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
}
.title-page:after {
  content: "";
  background: url(../images/page-title-icon.png) no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -11px;
  width: 346px;
  height: 25px;
  margin-left: 25px;
}

#check {
  display: none;
}

.check-in {
  background: rgba(253, 241, 203, 0.1);
  border: 1px solid rgba(192, 207, 202, 0.2);
  width: 23px;
  height: 18px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.check-in:after {
  content: "";
  background: url(../images/arrow-v.png) no-repeat;
  position: absolute;
  width: 8px;
  height: 5px;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -2px;
  display: none;
}

#check:checked ~ .check-in:after {
  display: block;
}

.agree {
  font-size: 18px;
  color: #fff;
}

.check-ag {
  margin-bottom: 40px;
}

.tab-b {
  border: 1px solid #b7beb9;
  padding: 15px 30px;
  font-weight: bold;
  color: #faf9f8;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
}
.tab-b.active {
  background-color: #fff0b5;
  border: 1px solid #fff0b5;
  color: #584d33;
}
.tab-b.active:hover {
  background: rgba(255, 240, 181, 0.5);
}
.tab-b:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tab-b span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
}
.tab-b.torrent {
  background: url(../images/torrent-icon.png) left 30px center no-repeat;
  background-color: #fff0b5;
  padding: 15px 0px 15px 90px;
}
.tab-b.torrent:hover {
  background: url(../images/torrent-icon.png) left 30px center no-repeat;
  background-color: rgba(255, 240, 181, 0.5);
}
.tab-b.mega {
  background: url(../images/mega-icon.png) left 30px center no-repeat;
  padding: 15px 0px 15px 90px;
}
.tab-b.mega:hover {
  background: url(../images/mega-icon.png) left 30px center no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
}

.tab-links {
  margin-bottom: 50px;
}
.tab-links a {
  justify-content: center;
}

.tab-link {
  width: 210px;
  cursor: pointer;
}

.game-client {
  background: url(../images/title-bg.png) left bottom no-repeat;
  background-size: 630px 16px;
  padding-bottom: 60px;
}

.download-block {
  margin-bottom: 32px;
}

.swiper-slide-active .container {
  opacity: 1;
}

.tab-block {
  display: none;
}

.tab-block.active {
  display: block;
}

.container-bg {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 15px;
}

.modal_div {
  width: 820px;
  height: 520px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 10px 10px;
}

.modal_div .modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  font-size: 26px;
  top: -30px;
  right: -40px;
  cursor: pointer;
  display: block;
  font-family: 'Arial';
}

/* Пoдлoжкa */
#overlay {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

/*# sourceMappingURL=style.css.map */
/* =========================
   ABOUT THIS GAME
========================= */

.about-slide {
    overflow-y: auto;
}

.about-container {
    padding-top: 70px;
    padding-bottom: 60px;
}

.about-intro {
    width: 980px;
    max-width: 92%;
    margin: 40px auto 0 auto;
    padding: 28px 34px;
    text-align: center;
    color: #fff;
    background: rgba(20, 20, 24, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(2px);
}

.about-intro p {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.about-intro p:last-child {
    margin-bottom: 0;
}

.about-intro .about-lead {
    font-size: 18px;
    color: #fff;
}

.about-intro strong {
    color: #fff;
    font-weight: 700;
}

.about-features {
    width: 980px;
    max-width: 92%;
    margin: 24px auto 0 auto;
    display: flex;
    gap: 18px;
}

.about-feature {
    flex: 1;
    padding: 22px 20px 18px 20px;
    text-align: center;
    background: rgba(20, 20, 24, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    min-height: 150px;
}

.about-feature h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
}

.about-feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.about-gallery {
    width: 980px;
    max-width: 92%;
    margin: 26px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.about-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 165px;
    background: rgba(20, 20, 24, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
}

.about-card-large {
    grid-column: span 2;
    grid-row: span 2;
    height: 344px;
}

.about-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.about-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0.05) 100%);
    z-index: 1;
    pointer-events: none;
}

.about-card span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

.about-card:hover img {
    transform: scale(1.06);
}

.about-card:hover {
    border-color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 1100px) {
    .about-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-card-large {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 900px) {
    .about-container {
        padding-top: 65px;
        padding-bottom: 40px;
    }

    .about-intro {
        padding: 22px 20px;
    }

    .about-intro p {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-features {
        flex-direction: column;
    }

    .about-feature {
        min-height: auto;
    }

    .about-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-card {
        height: 150px;
    }

    .about-card-large {
        grid-column: span 2;
        height: 250px;
    }
}



/* =========================
   ABOUT GALLERY LIGHTBOX
========================= */

.about-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    align-items: center;
    justify-content: center;
}

.about-lightbox.active {
    display: flex;
}

.about-lightbox-content {
    width: 86%;
    max-width: 1200px;
    text-align: center;
    position: relative;
}

.about-lightbox-content img {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.45);
}

.about-lightbox-caption {
    margin-top: 16px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.about-lightbox-close {
    position: absolute;
    top: 28px;
    right: 42px;
    z-index: 100000;
    color: #ffffff;
    font-size: 46px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s;
}

.about-lightbox-close:hover {
    color: #d8c17a;
}

.about-lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
    width: 58px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-size: 58px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s;
}

.about-lightbox-arrow:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #d8c17a;
}

.about-lightbox-prev {
    left: 38px;
}

.about-lightbox-next {
    right: 38px;
}

@media (max-width: 900px) {
    .about-lightbox-content {
        width: 92%;
    }

    .about-lightbox-arrow {
        width: 44px;
        height: 60px;
        font-size: 44px;
    }

    .about-lightbox-prev {
        left: 12px;
    }

    .about-lightbox-next {
        right: 12px;
    }

    .about-lightbox-close {
        top: 18px;
        right: 22px;
        font-size: 40px;
    }
}
.page-about {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
}

.about-page-container {
    padding-top: 120px;
}

.about-intro {
    width: 980px;
    max-width: 92%;
    margin: 45px auto 0 auto;
    padding: 30px 36px;
    text-align: center;
    color: #fff;
    background: rgba(20, 20, 24, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
}

.about-intro p {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.about-intro p:last-child {
    margin-bottom: 0;
}

.about-features {
    width: 980px;
    max-width: 92%;
    margin: 24px auto 0 auto;
    display: flex;
    gap: 18px;
}

.about-feature {
    flex: 1;
    padding: 22px 20px;
    text-align: center;
    background: rgba(20, 20, 24, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.about-feature h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
}

.about-feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}



/* =========================
   ABOUT PAGE
========================= */

.page-about {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 80px;
}

.about-page-wrap {
    width: 1050px;
    max-width: 92%;
    margin: 0 auto;
    padding-top: 120px;
}

.about-intro {
    margin: 42px auto 0 auto;
    padding: 30px 38px;
    text-align: center;
    color: #fff;
    background: rgba(18, 22, 26, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.30);
}

.about-intro p {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.about-intro p:last-child {
    margin-bottom: 0;
}

.about-intro .about-lead {
    font-size: 18px;
}

.about-intro strong {
    color: #fff;
    font-weight: 700;
}

.about-features {
    margin: 24px auto 0 auto;
    display: flex;
    gap: 18px;
}

.about-feature {
    flex: 1;
    padding: 22px 20px;
    text-align: center;
    background: rgba(18, 22, 26, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.about-feature h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
}

.about-feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.about-gallery {
    margin: 28px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.about-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 165px;
    background: rgba(18, 22, 26, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
}

.about-card-large {
    grid-column: span 2;
    grid-row: span 2;
    height: 344px;
}

.about-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.35s;
}

.about-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0.08));
    z-index: 1;
}

.about-card span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.about-card:hover img {
    transform: scale(1.06);
}

.about-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    align-items: center;
    justify-content: center;
}

.about-lightbox.active {
    display: flex;
}

.about-lightbox-content {
    width: 86%;
    max-width: 1200px;
    text-align: center;
}

.about-lightbox-content img {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.45);
}

.about-lightbox-caption {
    margin-top: 16px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", serif;
}

.about-lightbox-close {
    position: absolute;
    top: 28px;
    right: 42px;
    z-index: 100000;
    color: #ffffff;
    font-size: 46px;
    cursor: pointer;
}

.about-lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
    width: 58px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-size: 58px;
    cursor: pointer;
}

.about-lightbox-prev {
    left: 38px;
}

.about-lightbox-next {
    right: 38px;
}

@media (max-width: 900px) {
    .about-page-wrap {
        padding-top: 90px;
    }

    .about-features {
        flex-direction: column;
    }

    .about-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-card {
        height: 150px;
    }

    .about-card-large {
        grid-column: span 2;
        height: 250px;
    }
}


/* =========================
   PREMIUM ABOUT PAGE
========================= */

.page-about {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 90px;
    position: relative;
}

.page-about:before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at center top, rgba(255,255,255,0.10), transparent 38%),
        linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.25));
    pointer-events: none;
    z-index: 0;
}

.about-page-wrap {
    width: 1120px;
    max-width: 92%;
    margin: 0 auto;
    padding-top: 115px;
    position: relative;
    z-index: 2;
}

.about-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 42px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

.about-title:after {
    content: "";
    display: block;
    width: 260px;
    height: 24px;
    margin: 18px auto 0 auto;
    background: url("../images/title-bg.png") center no-repeat;
    background-size: contain;
    opacity: 0.75;
}

.about-hero {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
    align-items: stretch;
}

.about-hero-text,
.about-hero-image,
.about-feature,
.about-card {
    background: rgba(18, 22, 26, 0.40);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.30);
}

.about-hero-text {
    padding: 34px 38px;
    color: #ffffff;
}

.about-small-title {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
}

.about-hero-text h2 {
    margin: 0 0 18px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 3px 12px rgba(0,0,0,0.35);
}

.about-hero-text p {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,0.88);
}

.about-hero-text p:last-child {
    margin-bottom: 0;
}

.about-hero-text strong {
    color: #ffffff;
    font-weight: 700;
}

.about-hero-image {
    position: relative;
    overflow: hidden;
    min-height: 390px;
}

.about-hero-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55), transparent 55%);
    pointer-events: none;
}

.about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.about-features-premium {
    margin: 24px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.about-feature {
    padding: 24px 22px 22px 22px;
    text-align: center;
    color: #ffffff;
    min-height: 150px;
    transition: 0.3s;
}

.about-feature:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(18, 22, 26, 0.50);
}

.about-feature h3 {
    margin: 0 0 12px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
}

.about-feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.about-section-title {
    margin: 42px auto 24px auto;
    text-align: center;
    color: #ffffff;
}

.about-section-title h2 {
    margin: 0 0 8px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-section-title p {
    margin: 0;
    font-size: 15px;
    color: rgba(255,255,255,0.78);
}

.about-gallery {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.about-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 170px;
    text-decoration: none;
    transition: 0.3s;
}

.about-card-large {
    grid-column: span 2;
    grid-row: span 2;
    height: 354px;
}

.about-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.about-card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to top, rgba(0,0,0,0.78), rgba(0,0,0,0.10) 62%),
        linear-gradient(to bottom, rgba(255,255,255,0.05), transparent 40%);
    pointer-events: none;
}

.about-card span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0 3px 10px rgba(0,0,0,0.85);
}

.about-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.30);
}

.about-card:hover img {
    transform: scale(1.07);
    opacity: 0.95;
}

/* LIGHTBOX */

.about-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.90);
    align-items: center;
    justify-content: center;
}

.about-lightbox.active {
    display: flex;
}

.about-lightbox-content {
    width: 86%;
    max-width: 1220px;
    text-align: center;
}

.about-lightbox-content img {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.85);
    background: rgba(0, 0, 0, 0.45);
}

.about-lightbox-caption {
    margin-top: 16px;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.about-lightbox-close {
    position: absolute;
    top: 26px;
    right: 42px;
    z-index: 100000;
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s;
}

.about-lightbox-close:hover {
    color: #d8c17a;
}

.about-lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
    width: 58px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-size: 58px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s;
}

.about-lightbox-arrow:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #d8c17a;
}

.about-lightbox-prev {
    left: 38px;
}

.about-lightbox-next {
    right: 38px;
}

@media (max-width: 1000px) {
    .about-hero {
        grid-template-columns: 1fr;
    }

    .about-hero-image {
        min-height: 300px;
    }

    .about-features-premium {
        grid-template-columns: 1fr;
    }

    .about-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-card-large {
        grid-column: span 2;
        height: 260px;
    }
}


/* =========================
   ABOUT.HTML MOBILE ONLY
========================= */

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .page-about {
        min-height: 100vh;
        background-attachment: scroll;
        background-position: center top;
        background-size: cover;
        padding-bottom: 45px;
    }

    .about-page-wrap {
        width: 100%;
        max-width: 100%;
        padding: 85px 14px 0 14px;
        box-sizing: border-box;
    }

    .about-title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 auto;
    }

    .about-title:after {
        width: 180px;
        height: 18px;
        margin-top: 12px;
    }

    .about-hero {
        margin-top: 28px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .about-hero-text {
        padding: 22px 18px;
        text-align: center;
        box-sizing: border-box;
    }

    .about-small-title {
        font-size: 10px;
        letter-spacing: 1.5px;
        padding: 5px 10px;
        margin-bottom: 12px;
    }

    .about-hero-text h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    .about-hero-text p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 13px;
    }

    .about-hero-image {
        width: 100%;
        height: 220px;
        min-height: 220px;
    }

    .about-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-features-premium {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .about-feature {
        width: 100%;
        min-height: auto;
        padding: 18px 16px;
        box-sizing: border-box;
    }

    .about-feature h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .about-feature p {
        font-size: 13px;
        line-height: 1.55;
    }

    .about-section-title {
        margin: 30px auto 18px auto;
        padding: 0 10px;
        text-align: center;
    }

    .about-section-title h2 {
        font-size: 25px;
        letter-spacing: 1.5px;
    }

    .about-section-title p {
        font-size: 13px;
        line-height: 1.5;
    }

    .about-gallery {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .about-card,
    .about-card-large {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 210px;
    }

    .about-card span {
        font-size: 15px;
        bottom: 12px;
    }

    .about-lightbox-content {
        width: 94%;
    }

    .about-lightbox-content img {
        max-height: 70vh;
    }

    .about-lightbox-caption {
        font-size: 18px;
    }

    .about-lightbox-close {
        top: 16px;
        right: 20px;
        font-size: 42px;
    }

    .about-lightbox-arrow {
        width: 42px;
        height: 58px;
        font-size: 42px;
    }

    .about-lightbox-prev {
        left: 8px;
    }

    .about-lightbox-next {
        right: 8px;
    }
}



@media (max-width: 480px) {
    .about-page-wrap {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 78px;
    }

    .about-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .about-title:after {
        width: 150px;
    }

    .about-hero-text {
        padding: 20px 14px;
    }

    .about-hero-text h2 {
        font-size: 20px;
    }

    .about-hero-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-hero-image {
        height: 190px;
        min-height: 190px;
    }

    .about-card,
    .about-card-large {
        height: 185px;
    }

    .about-card span {
        font-size: 14px;
    }
}





/* =========================================
   ABOUT PAGE ONLY - MOBILE OPTIMIZATION
========================================= */

.about-page-body {
    overflow-x: hidden;
}

@media (max-width: 1024px) {
    .about-page-body .about-page-wrap {
        width: 94%;
        max-width: 94%;
        padding-top: 100px;
    }

    .about-page-body .about-hero {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-page-body .about-hero-image {
        min-height: 320px;
    }

    .about-page-body .about-features-premium {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-page-body .about-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-page-body .about-card-large {
        grid-column: span 2;
        height: 280px;
    }

    .about-page-body .about-card {
        height: 190px;
    }
}

@media (max-width: 768px) {
    .about-page-body .page-about {
        background-attachment: scroll;
        background-position: center top;
        padding-bottom: 45px;
    }

    .about-page-body .about-page-wrap {
        width: 100%;
        max-width: 100%;
        padding: 82px 14px 0 14px;
        box-sizing: border-box;
    }

    .about-page-body .about-title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: center;
    }

    .about-page-body .about-title:after {
        width: 170px;
        height: 18px;
        margin-top: 12px;
    }

    .about-page-body .about-hero {
        margin-top: 26px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .about-page-body .about-hero-text {
        padding: 22px 16px;
    }

    .about-page-body .about-small-title {
        font-size: 10px;
        letter-spacing: 1.4px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .about-page-body .about-hero-text h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 14px;
        text-align: center;
    }

    .about-page-body .about-hero-text p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 12px;
        text-align: center;
    }

    .about-page-body .about-hero-image {
        min-height: 220px;
        height: 220px;
    }

    .about-page-body .about-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-page-body .about-features-premium {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .about-page-body .about-feature {
        min-height: auto;
        padding: 18px 14px;
    }

    .about-page-body .about-feature h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .about-page-body .about-feature p {
        font-size: 13px;
        line-height: 1.55;
    }

    .about-page-body .about-section-title {
        margin: 28px auto 18px auto;
        padding: 0 8px;
    }

    .about-page-body .about-section-title h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .about-page-body .about-section-title p {
        font-size: 13px;
        line-height: 1.5;
    }

    .about-page-body .about-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-page-body .about-card,
    .about-page-body .about-card-large {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 220px;
    }

    .about-page-body .about-card span {
        left: 10px;
        right: 10px;
        bottom: 10px;
        font-size: 15px;
        line-height: 1.25;
    }

    .about-page-body .about-lightbox-content {
        width: 94%;
    }

    .about-page-body .about-lightbox-content img {
        max-height: 70vh;
    }

    .about-page-body .about-lightbox-caption {
        font-size: 18px;
    }

    .about-page-body .about-lightbox-close {
        top: 16px;
        right: 18px;
        font-size: 40px;
    }

    .about-page-body .about-lightbox-arrow {
        width: 40px;
        height: 54px;
        font-size: 40px;
    }

    .about-page-body .about-lightbox-prev {
        left: 8px;
    }

    .about-page-body .about-lightbox-next {
        right: 8px;
    }

    .about-page-body .menu-download-button {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-page-body .about-page-wrap {
        padding: 76px 10px 0 10px;
    }

    .about-page-body .about-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .about-page-body .about-title:after {
        width: 140px;
        height: 16px;
    }

    .about-page-body .about-hero-text {
        padding: 18px 12px;
    }

    .about-page-body .about-hero-text h2 {
        font-size: 19px;
    }

    .about-page-body .about-hero-text p {
        font-size: 13px;
        line-height: 1.55;
    }

    .about-page-body .about-hero-image {
        min-height: 190px;
        height: 190px;
    }

    .about-page-body .about-card,
    .about-page-body .about-card-large {
        height: 185px;
    }

    .about-page-body .about-card span {
        font-size: 14px;
    }
}
