@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans+SC:ital,wght@0,100..900;1,100..900&family=Jura:wght@300..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "Title";
  src: url("../fonts/title.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Subtitle";
  src: url("../fonts/subtitle.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Subtitle-bold";
  src: url("../fonts/subtitle-bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "strogo";
  src: url("../fonts/strogo.ttf") format("truetype");
  font-style: normal;
}
body {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 475px;
}

.logo {
  font-family: "strogo";
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

section {
  position: relative;
}
section.content {
  padding: 100px 80px;
  box-sizing: border-box;
  background: #10140f;
}
section.content p {
  color: #dbd2bf;
  font-size: 21px;
  line-height: 1.7;
  margin: 0;
}
section.content p.slim {
  max-width: 70%;
}
section.content p a {
  color: #ffd26e;
}
section.content p a:hover {
  color: #ffffff;
}
section.content p:not(:last-child) {
  margin-bottom: 40px;
}
section.shadow::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.section__title {
  font-family: "Title";
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  color: #bcac86;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  letter-spacing: 2px;
  position: relative;
  max-width: 70%;
}
.section__title::after {
  display: block;
  position: absolute;
  width: 150px;
  height: 10px;
  background: #464032;
  left: 2px;
  bottom: -20px;
  content: "";
}
.section__subtitle {
  font-family: "Jura";
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #bcac86;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  letter-spacing: 2px;
  position: relative;
}

.main {
  position: relative;
  height: 100vh;
  background: url("../img/bg/bg0001.png") no-repeat center center;
  background-size: cover;
  border-bottom: 1px solid #312d23;
}
.main::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  content: "";
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
.main::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
}
.main__info {
  position: absolute;
  right: 50px;
  bottom: 50px;
  top: 250px;
  width: 700px;
  z-index: 2;
}
.main__info__header {
  text-align: center;
  margin-bottom: 50px;
}
.main__title {
  font-family: "Title";
  font-size: 180px;
  line-height: 1;
  font-weight: 400;
  color: #bcac86;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
}
.main__subtitle {
  font-family: "Subtitle";
  color: #afafaf;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  letter-spacing: 5px;
}
.main__subtitle > span {
  opacity: 0.3;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 130px;
  background: rgba(14, 14, 12, 0.6);
  z-index: 3;
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(77, 76, 55, 0.5);
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  height: 100%;
  margin: 0;
  padding: 0 85px;
}
.menu__item.logo {
  margin-right: auto;
}
.menu__link {
  color: #dbd2bf;
  text-decoration: none;
  font-size: 30px;
  font-family: "Jura";
}
.menu__button {
  background: #bcac86;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 500;
}

.description {
  padding: 35px 40px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  max-width: 620px;
  margin: auto;
  position: relative;
}
.description__tri {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-color: #bcac86;
  border-width: 1px;
  border-style: solid;
}
.description__tri.lt {
  left: 0;
  top: 0;
  border-bottom: 0;
  border-right: 0;
}
.description__tri.rt {
  right: 0;
  top: 0;
  border-bottom: 0;
  border-left: 0;
}
.description__tri.lb {
  left: 0;
  bottom: 0;
  border-top: 0;
  border-right: 0;
}
.description__tri.rb {
  right: 0;
  bottom: 0;
  border-left: 0;
  border-top: 0;
}
.description__text {
  font-family: "Jura";
  font-weight: 600;
  line-height: 1.1;
  font-size: 25px;
  color: #dbd2bf;
  margin-bottom: 30px;
}
.description__buttons {
  text-align: left;
}
.description__button {
  height: 100px;
  line-height: 100px;
  padding: 0 120px;
  font-size: 50px;
  background: url("../img/mishen.png") no-repeat 30px center, #9e936b;
  font-weight: 500;
}

.button {
  font-family: "Alumni Sans SC";
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}
.button:hover {
  background-color: #c9bd92;
}

.advant {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 60px;
  left: 80px;
  gap: 30px;
}
.advant__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 20px;
  width: 100%;
  max-width: 290px;
}
.advant__item:not(:last-child) {
  border-right: 1px solid rgba(120, 112, 83, 0.3);
}
.advant__icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.advant__icon.target {
  background: url("../img/icons/target.svg") no-repeat center center;
  background-size: 100%;
}
.advant__icon.shield {
  background: url("../img/icons/shield.svg") no-repeat center center;
  background-size: 100%;
}
.advant__icon.light {
  background: url("../img/icons/light.svg") no-repeat center center;
  background-size: 100%;
}
.advant__text {
  color: #bcac86;
}
.advant__title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Jura";
}
.advant__desc {
  font-size: 18px;
  color: #888276;
}

.columns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
.columns__item {
  width: 8.3%;
}
.columns__item.x2 {
  width: 16.6%;
}
.columns__item.x3 {
  width: 24.9%;
}
.columns__item.x4 {
  width: 33.2%;
}
.columns__item.x5 {
  width: 41.5%;
}
.columns__item.x6 {
  width: 49.8%;
}
.columns__item.x7 {
  width: 58.1%;
}
.columns__item.x8 {
  width: 66.4%;
}
.columns__item.x9 {
  width: 74.7%;
}
.columns__item.x10 {
  width: 83%;
}
.columns__item.x11 {
  width: 91.3%;
}
.columns__item.x12 {
  width: 99.6%;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.popup--opened {
  visibility: visible;
  opacity: 1;
}
.popup--opened .popup__dialog {
  transform: translateY(0);
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.popup__dialog {
  position: relative;
  max-width: 480px;
  width: 100%;
  background-color: #f7f7f4;
  border-radius: 0;
  padding: 32px;
  transform: translateY(-20px);
  transition: transform 0.25s ease;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border-radius: 3px;
}
.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.25s ease;
}
.popup__close:hover {
  color: #1a1a1a;
}
.popup__title {
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Jura";
  font-weight: bold;
}
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.popup__field--checkbox {
  margin-top: 4px;
}
.popup__field--captcha {
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 8px;
}
.popup__label {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
}
.popup__required {
  color: #dc2626;
}
.popup__input {
  width: 100%;
  padding: 15px 15px;
  font-size: 18px;
  border: 1px solid #c7cace;
  border-radius: 3px;
  background-color: #f7f7f4;
  color: #1a1a1a;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}
.popup__input::-moz-placeholder {
  color: #6b7280;
}
.popup__input::placeholder {
  color: #6b7280;
}
.popup__input:focus {
  outline: none;
  border-color: #9e936b;
  box-shadow: 0 0 0 3px rgba(158, 147, 107, 0.15);
}
.popup__input--error {
  border-color: #dc2626;
}
.popup__input--error:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}
.popup__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 13px;
  color: #6b7280;
}
.popup__checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.popup__checkbox-mark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c7cace;
  border-radius: 3px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.popup__checkbox-mark::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin: 4px auto 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.25s ease;
}
.popup__checkbox-input:checked + .popup__checkbox-mark {
  background-color: #9e936b;
  border-color: #9e936b;
}
.popup__checkbox-input:checked + .popup__checkbox-mark::after {
  transform: rotate(-45deg) scale(1);
}
.popup__checkbox-input:focus-visible + .popup__checkbox-mark {
  box-shadow: 0 0 0 3px rgba(158, 147, 107, 0.25);
}
.popup__submit {
  margin-top: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #9e936b;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
.popup__submit:hover:not(:disabled) {
  background-color: #c9bd92;
}
.popup__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.popup__success {
  text-align: center;
  padding: 16px 0;
}
.popup__success[hidden] {
  display: none;
}
.popup__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  font-size: 36px;
  color: #fff;
  background-color: #16a34a;
  border-radius: 50%;
}
.popup__success-title {
  margin: 0 0 8px;
  font-size: 22px;
  color: #1a1a1a;
}
.popup__success-text {
  margin: 0 0 20px;
  color: #6b7280;
}
.popup__success-close {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #9e936b;
  background-color: transparent;
  border: 1px solid #9e936b;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.popup__success-close:hover {
  background-color: #9e936b;
  color: #fff;
}

.table-wrapper {
  width: 100%;
  max-width: 80%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #dbd2bf;
  line-height: 1.5;
}
table thead th {
  font-family: "Jura", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #bcac86;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: left;
  padding: 15px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
table tbody td {
  padding: 15px 15px;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
table tbody tr {
  transition: background-color 0.15s ease;
}
table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.table__status {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 999px;
  white-space: nowrap;
}
.table__status--success {
  color: #16a34a;
  background-color: #dcfce7;
}
.table__status--warning {
  color: #ca8a04;
  background-color: #fef9c3;
}
.table__status--danger {
  color: #dc2626;
  background-color: #fee2e2;
}

@media (max-width: 480px) {
  table {
    font-size: 13px;
  }
  thead th,
  tbody td {
    padding: 10px 12px;
  }
}
.gallery {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}
.gallery__title {
  font-family: "Jura", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
  color: #1f2937;
}
.gallery__carousel {
  position: relative;
  padding: 0 40px;
}
.gallery__wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.gallery__slide {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
}
.gallery__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery__slide:hover .gallery__image {
  transform: scale(1.05);
}
.gallery__nav-prev, .gallery__nav-next {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.gallery__nav-prev::after, .gallery__nav-next::after {
  font-size: 18px;
  font-weight: bold;
}
.gallery__nav-prev:hover, .gallery__nav-next:hover {
  background-color: #2563eb;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .gallery__nav-prev, .gallery__nav-next {
    display: none;
  }
}
.gallery__pagination {
  bottom: 16px !important;
}
.gallery__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}
.gallery__pagination .swiper-pagination-bullet-active {
  background-color: #2563eb;
  width: 24px;
  border-radius: 5px;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.92);
}

.mfp-title {
  color: #dbd2bf;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: center;
  padding-right: 0;
}

@media (max-width: 1800px) {
  .main__info {
    width: 500px;
  }
  .main__title {
    font-size: 140px;
  }
  .main__subtitle {
    font-size: 30px;
  }
}
@media (max-width: 1600px) {
  .header {
    height: 100px;
  }
  .menu {
    padding: 0 50px;
  }
  .menu__link {
    font-size: 26px;
  }
  .advant {
    gap: 20px;
    bottom: 50px;
    left: 50px;
  }
  .advant__item {
    max-width: 240px;
  }
  .advant__icon {
    width: 40px;
    height: 40px;
  }
  .advant__title {
    font-size: 22px;
  }
  .advant__desc {
    font-size: 16px;
  }
}
@media (max-width: 1360px) {
  .main {
    height: 100%;
    min-height: 900px;
  }
  .main__info {
    top: 150px;
  }
  .advant {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    justify-content: space-around;
  }
  .section__title {
    font-size: 40px;
  }
  section.content p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .menu {
    gap: 30px;
  }
  .menu__link {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  section.content {
    padding: 50px;
  }
  .menu {
    padding: 0 20px;
  }
  .main__info {
    position: relative;
    right: auto;
    left: auto;
    top: 140px;
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  .menu__item_section {
    display: none;
  }
}
@media (max-width: 800px) {
  .advant {
    left: 20px;
    transform: none;
    width: auto;
    justify-content: space-between;
    right: 20px;
  }
}
@media (max-width: 700px) {
  .main {
    min-height: 1000px;
  }
  .main__info {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .main__title {
    font-size: 100px;
  }
  .main__subtitle {
    color: #e4e4e4;
    font-size: 22px;
  }
  .advant {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .description {
    background: rgba(0, 0, 0, 0.3);
  }
  .description__button {
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */