/* BASIC SETTINGS */
/* font-connect */
@font-face {
  font-family: "America XIX";
  src: url("../fonts/");
  src: url("../fonts/?#iefix") format("embedded-opentype"),
    url("../fonts/AmericaXIX.woff2") format("woff2"),
    url("../fonts/AmericaXIX.woff") format("woff"),
    url("../fonts/AmericaXIX.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* font connect INTRO */
@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro-Regular.eot");
  src: url("../fonts/Intro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Intro-Regular.woff2") format("woff2"),
    url("../fonts/Intro-Regular.woff") format("woff"),
    url("../fonts/Intro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* /font-connect */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::placeholder {
  transition: 250ms ease all;
}
input:focus::placeholder {
  opacity: 0;
}
html,
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: "America XIX", sans-serif;
  font-weight: 400;
  background: #32160b;
  overflow-x: hidden;
  color: #fff;
}
body {
  height: fit-content;
  width: 100%;
  overflow-y: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus,
a:focus,
a:active :active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  display: block;
  vertical-align: top;
}

a {
  display: inline-block;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container {
  max-width: 1530px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.container-sp {
  max-width: 1860px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
/* BASIC SETTINGS END*/
/* main content */
.header-left__logo {
  margin-right: 55px;
}
.header__left {
  align-items: center;
}
.header-left-navigation__list li a {
  margin-right: 55px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  transition: 250ms ease all;
}
.header-left-navigation__list li a:hover {
  color: #fff589;
}
.header__wrapper {
  justify-content: space-between;
}
.header-right__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 55px;
}
.header-right__btn:hover .hrb__text {
  color: #fff589;
}
.hrb__text {
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  transition: 250ms ease all;
}
header {
  padding: 35px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}
.header.active {
  background: #0000001c;
  backdrop-filter: blur(9px);
}
.subheader {
  background: url(../images/subheader-back.jpg?v=1) no-repeat top center;
  background-size: cover;
  padding: 200px 0;
}
.subheader__wrapper {
  width: 100%;
  flex-wrap: wrap;
}
.subheader__title span {
  display: block;
  font-size: 40px;
}
.subheader__title {
  text-align: center;
  color: #fff589;
  text-transform: uppercase;
  font-size: 56px;
  margin: 70px 0 19px;
}
.subheader__img {
  position: relative;
  left: -6.5%;
}
.subheader-right__btn {
  position: relative;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: 250ms ease all;
}
.subheader-right__btn:hover {
  filter: brightness(130%);
  transform: scale(1.03);
}
.subheader-right__btn:hover {
  letter-spacing: 1.2px;
}
.srb__text {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 27px;
}

.subheader__text {
  width: 794px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  font-family: "Intro";
  margin-bottom: 50px;
}
.header-lang {
  position: relative;
}
.header-lang__item {
  align-items: center;
}
.header-lang-item__text {
  transition: 250ms ease all;
  font-size: 16px;
  color: #fff;
  margin: 0 7px 0 15px;
  transition: 250ms ease all;
}
.header-lang__item.last {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px;
  border-radius: 5px;
  pointer-events: none;
  -webkit-transform: translateY(-43px);
  transform: translateY(-43px);
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  left: -12px;
  position: absolute;
  opacity: 0;
  padding-right: 28px;
}
.header-lang-item__angle {
  transition: 0.5s ease all;
}
.header-lang__item.last:hover .header-lang-item__text {
  color: #fff589;
}
.header-lang.active .header-lang-item__angle {
  transform: rotate(180deg);
}
.header-lang.active .header-lang__item.last {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.header-right {
  align-items: center;
}
.header__wrapper {
  align-items: center;
}
footer {
  background: url(../images/footer-back.jpg) no-repeat top center;
  background-size: cover;
  border-top: 1px solid #473e39;
  padding: 45px 0 30px;
  position: relative;
  z-index: 3;
  /*margin-top: 195px;*/
}
.footer-socs {
  justify-content: center;
  gap: 80px;
  align-items: center;
  margin-bottom: 43px;
}
.footer__author {
  font-family: "Intro";
  text-transform: uppercase;
  font-size: 16px;
  color: #919191;
  text-align: center;
  margin-bottom: 40px;
}
.footer-cond__item {
  font-size: 16px;
  color: #ffffff;
  font-family: "Intro";
  position: relative;
  transition: 250ms ease all;
}
.footer-cond__item:hover {
  transform: scale(1.04);
  color: #fff589;
}
.footer-cond__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0px;
  transition: 250ms ease all;
}
.footer-cond__item:hover::after {
  width: 0;
}
.footer-cond {
  justify-content: center;
  margin-bottom: 44px;
  gap: 80px;
}
.footer-socs-item {
  transition: 250ms ease all;
}
.footer-socs-item:hover {
  transform: scale(1.05);
  filter: brightness(120%);
}
.footer__info {
  justify-content: center;
  align-items: center;
  gap: 90px;
  margin-bottom: 35px;
}
.footer-info__item.unsimple {
  align-items: center;
}
.footer-info__item.unsimple img {
  opacity: 0.5;
  width: 40px;
  transition: 250ms ease all;
}
.footer-info__item.unsimple:hover img {
  opacity: 0.7;
}
.footer-info__item {
  transition: 250ms ease all;
}
.footer-info__item:hover {
  filter: brightness(130%);
}
.footer-info-item__text {
  margin-left: 10px;
  font-family: "Intro";
  color: #696468;
  font-size: 12px;
}
.footer-connect__item,
.footer-connect__item-info {
  position: relative;
  font-size: 16px;
  color: #919191;
  font-family: "Intro";
  font-weight: 600;
}
.header__burger {
  display: none;
}
.footer-connect__item {
  transition: 250ms ease all;
}
.footer-connect__item:hover {
  color: #fff;
}
.footer-info-item__text span {
  display: block;
}
.footer-connect__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #919191;
  position: absolute;
  bottom: -1px;
  left: 0px;
  transition: 250ms ease all;
}
.footer-connect__item:hover::after {
  width: 0;
}
.footer-connect {
  justify-content: center;
  margin-bottom: 25px;
  gap: 85px;
}
.footer-bottom {
  font-family: "Intro";
  font-size: 14px;
  color: #414141;
  text-align: center;
  width: 76%;
  margin: 0 auto;
}
.special {
  margin: -200px 0px;
  padding: 200px 0px;
  position: relative;
}
.join {
  padding: 200px 0;
  margin: -200px 0;
  position: relative;
}
.start {
  margin: -200px 0;
  position: relative;
  padding: 200px 0;
}
.start::after {
  content: "";
  -webkit-mask-box-image: linear-gradient(
    to top,
    black 0%,
    white 200px,
    white calc(100% - 200px),
    transparent 100%
  );
  background: url(../images/start-back.jpg) no-repeat top center;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.join__wrapper,
.special__wrapper,
.why__wrapper,
.start__wrapper {
  position: relative;
  z-index: 4;
}
.why {
  padding: 200px 0;
  margin: -200px 0;
  position: relative;
}
.why::after {
  content: "";
  -webkit-mask-box-image: linear-gradient(
    to top,
    transparent 0%,
    white 200px,
    white calc(100% - 200px),
    transparent 100%
  );
  background: url(../images/why.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.join::after {
  content: "";
  background: url(../images/join.jpg) no-repeat top center;
  background-size: cover;
  -webkit-mask-box-image: linear-gradient(
    to top,
    transparent 0%,
    white 200px,
    white calc(100% - 200px),
    transparent 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.video-header {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-mask-box-image: linear-gradient(
    to top,
    transparent 0%,
    white 200px,
    white 100%
  );
}
.video-header__player {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100% - 1920px) / 2);
  z-index: 1;
  object-fit: cover;
  -webkit-mask-box-image: linear-gradient(
    to right,
    transparent 0%,
    white 92px,
    white calc(100% - 68px),
    transparent 100%
  );
}
.special::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(../images/special-back.jpg) no-repeat top center;
  -webkit-mask-box-image: linear-gradient(
    to top,
    transparent 0%,
    white 200px,
    white calc(100% - 200px),
    transparent 100%
  );
  background-size: cover;
}
.subheader .container {
  position: relative;
  z-index: 3;
}
.title {
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.title___text {
  color: #ffffff;
  background-image: -webkit-linear-gradient(90deg, #ffd786 0%, #a6753a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
  text-transform: uppercase;
  line-height: 1em;
}
.read-news-container table td strong {
  font-size: 19px;
  font-weight: 900;
  color: #ffffffc4;
}
.special-slider .swiper-slide {
  transition: 500ms ease all;
  position: relative;
  top: 0;
}
.special-slider .swiper-slide-active {
  transform: scale(1.4);
  top: 33px;
}
.ssiii__img img {
  width: 178px;
  height: 178px;
}

.ssi__title {
  font-size: 30px;
  color: #ffebad;
  text-align: center;
  text-transform: uppercase;
  margin: 34px 0 10px;
}
.ssi__text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-family: "Intro";
}
.special-slider .special-slider-wrapper {
  display: flex;
}
.special-slider-swiper {
  overflow: hidden;
}
.ssi__img {
  position: relative;
  justify-content: center;
  align-items: center;
}
.ssi-img__insert {
  position: absolute;
}
.swiper-button-prev-special,
.swiper-button-next-special {
  position: absolute;
  width: 56px;
  height: 61px;
  top: 38%;
  transform: translateY(-50%);
  left: -3%;
  cursor: pointer;
  transition: 250ms ease all;
  z-index: 3;
}
.swiper-button-prev-special:hover,
.swiper-button-next-special:hover {
  transform: scale(1.1) translateY(-50%);
  filter: brightness(120%);
}
.swiper-button-next-special {
  right: -3%;
  left: unset;
}
.swiper-button-next-special::after {
  content: "";
  background: url(../images/special-angle.png) no-repeat center center;
  background-size: cover;
  width: 56px;
  height: 61px;
  position: absolute;
  transform: rotate(180deg);
}
.swiper-button-prev-special::after {
  content: "";
  background: url(../images/special-angle.png) no-repeat center center;
  background-size: cover;
  width: 56px;
  height: 61px;
  position: absolute;
}
.special-slider {
  position: relative;
  width: 100%;
}
.join__btn {
  width: fit-content;
  transition: 250ms ease all;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.join__btn:hover {
  filter: brightness(120%);
  transform: scale(1.03);
}
.join-btn__text {
  position: absolute;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  transition: 250ms ease all;
}
.join__btn:hover .join-btn__text {
  letter-spacing: 1.2px;
}
.join__text {
  width: 820px;
  font-family: "Intro";
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 43px;
  line-height: 36px;
}

.join .title {
  margin-bottom: 45px;
}
.join__img {
  justify-content: center;
  margin-bottom: 41px;
}

.why .title {
  margin-bottom: 80px;
}
.why-main-back {
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.wmb__img {
  position: relative;
}
.wmb__img img {
  width: 100%;
}
.wmb-back {
  position: absolute;
  top: -14px;
  left: -15px;
  z-index: 2;
}
.border-red {
  border: 2px solid #62190e;
  width: 99.3%;
  height: 95.6%;
  position: absolute;
  top: 2.2%;
  left: 0.9%;
  z-index: -1;
}
.wmb-back img {
  width: 101%;
}
.hrb__text img {
  display: none;
}

.wmsi__title {
  color: #fff589;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.wmsi__sbutitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "Intro";
  margin-bottom: 40px;
  width: 53%;
  margin-left: auto;
}

.why-main-slider__item .join-btn__text {
  font-size: 17px;
}
.why-main-slider__item .join__btn {
  margin: 0;
  margin-left: auto;
}

.wmt-item__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wmt-item-img__pic {
  position: absolute;
}
.why-main-slider__item {
  position: relative;
}
.why-main-slider .slick-track,
.why-main-thumbs .slick-track {
  display: flex;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}
.wmt-item__img {
  width: 165px;
}
.wmt-item__text {
  font-size: 19px;
  font-family: "Intro";
  text-align: center;
  line-height: 1.4;
  color: #fff9e5;
  width: 84%;
}
.wmt__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-main-thumbs .slick-prev::before {
  content: "";
  background: url(../images/special-angle.png) no-repeat center center;
  width: 56px;
  height: 61px;
  position: absolute;
  left: -76px;
  top: -286px;
}
.why-main-thumbs .slick-next::before,
.why-main-thumbs .slick-prev::before {
  transition: 250ms ease all;
}
.why-main-thumbs .slick-next:hover::before,
.why-main-thumbs .slick-prev:hover::before {
  transform: scale(1.1);
  filter: brightness(120%);
}
.why-main-thumbs .slick-next:hover::before {
  transform: scale(1.1) rotate(180deg);
}
.why-main-thumbs .slick-next,
.why-main-thumbs .slick-prev {
  width: 56px;
  height: 61px;
}
.why-main-thumbs .slick-next::before {
  content: "";
  background: url(../images/special-angle.png) no-repeat center center;
  width: 56px;
  height: 61px;
  position: absolute;
  right: -76px;
  top: -286px;
  transform: rotate(180deg);
}
.wmt-item__img::after {
  content: "";
  background: #20110a9e;
  position: absolute;
  width: 63%;
  height: 51%;
  z-index: -1;
  transform: rotate(45deg);
}
.wmt-item-img__back img {
  opacity: 1;
  transition: 350ms ease all;
}
.wmt__item:hover {
  cursor: pointer;
}
.wmt__item:hover .wmt-item-img__back img {
  opacity: 0;
}
.wmt__item:hover .wmt-item-img__back img.wmt-item-img-back-active {
  opacity: 1;
}

.wmt-item-img__back img.wmt-item-img-back-active {
  position: absolute;
  left: -21px;
  top: 0;
  opacity: 0;
}
.wmt__item.slick-current .wmt-item-img__back img {
  opacity: 0;
}
.wmt__item.slick-current .wmt-item-img__back img.wmt-item-img-back-active {
  opacity: 1;
}

.all-news__btn {
  position: relative;
  z-index: 5;
}
.start__slider .slick-track {
  display: flex;
}
.start__slider .slick-dots li button:before {
  opacity: 1;
  color: #fff;
  font-family: "America XIX";
  content: "регистрация аккаунта";
  display: block;
  position: relative;
  left: 0;
  font-size: 22px;
  margin-top: 40px;
  text-transform: uppercase;
  width: 187px;
  margin: 48px auto 0;
  line-height: 24px;
  transition: 250ms ease all;
}
.start__slider .slick-dots li button {
  font-size: 22px;
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
  color: #eeece8;
  text-align: center;

  align-items: center;
  justify-content: center;
  width: 100%;
}
.start__slider .slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 56px;
}
.start__slider {
  margin-top: 90px;
}
.start__slider .slick-dots li:nth-child(2) button:before {
  content: "загрузка файлов игры";
  width: 215px;
}
.start__slider .slick-dots li:nth-child(3) button:before {
  content: "узнай больше о нас";
  width: 190px;
}
.start .slick-dotted.slick-slider {
  display: flex;
  flex-direction: column-reverse;
  margin: 90px auto 0;
  width: 68%;
}
.ssi__text {
  width: 71%;
  margin: 0 auto;
}
.start__slider .slick-dots li {
  width: 33.33%;
  margin: 0;
  border-bottom: 2px solid #66524d;
  padding-bottom: 125px;
}
.start__slider .slick-dots .slick-active button:before {
  color: #fff589;
}
.start__slider .slick-dots li button::after {
  content: "";
  background: url(../images/start-dots-back.png) no-repeat center center;
  background-size: cover;
  width: 76px;
  height: 75px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  transition: 550ms ease all;
}
.start__slider .slick-dots .slick-active {
  border-bottom: 2px solid #ffc366;
}
.start__slider .slick-dots li.slick-active button::after {
  transform: translateX(-50%) rotate(360deg);
}
.ssi-title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 42px;
  text-transform: uppercase;
  color: #fff589;
  line-height: 30px;
}
.ssi-text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
  font-family: "Intro";
}
.start .join__btn {
  margin: unset;
}
.join-btn {
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  transition: 250ms ease all;
  background: #c89b53;
  padding: 29px 75px;
  border-radius: 14px;
  box-shadow: inset 0px 14px 27px 5px rgb(128 85 36);
  border-top: 3px solid #cc8536;
  transition: 250ms ease all;
}
.wmsi__box .join-btn {
  font-size: 17px;
  padding: 15px 75px;
  border-top: 3px solid #cd8638;
  background: #be8d48;
  box-shadow: inset 0px 7px 21px #7a4f20;
  margin-left: auto;
  margin-right: 0;
}
.join-btn:hover,
.ssi-btn__sp:hover {
  transform: scale(1.02);
  filter: brightness(110%);
  letter-spacing: 1.1px;
}
.ssi-btn__sp {
  height: 60px;
  border: 3px solid #594c4a;
  background: transparent;
  margin: unset;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 47px;
  border-radius: 14px;
  transition: 250ms ease all;
  text-transform: uppercase;
  color: #fff;
}
.ssi__btns .join-btn {
  margin: unset;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 74px;
  height: 60px;
  box-shadow: inset 0px 14px 27px 5px rgb(127 55 27);
  border-top: 3px solid #cd562a;
  background: #c27140;
}
.ssi__btns {
  justify-content: center;
  gap: 20px;
}
.start .join__btn .join-btn__text {
  font-size: 19px;
}

.subheader-news-item__img {
  height: 165px;
  overflow: hidden;
  border-radius: 6px;
}
.subheader-news-item:hover .subheader-news-item__img img {
  transform: scale(1.1);
}
.subheader-news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.subheader-news-item {
  width: 23%;
  transition: 500ms ease all;
  text-decoration: none;
  padding-bottom: 25px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.subheader-news-item-text__title {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Intro";
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
}
.subheader-news-item-text__date {
  color: rgb(255 255 255 / 37%);
  font-family: "Intro";
  font-size: 16px;
  margin-bottom: 5px;
}
.subheader-news-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.subheader_news {
  width: 100%;
  margin-top: 88px;
  position: relative;
  z-index: 5;
}

.subheader_news .slick-list {
  min-width: 100%;
}

.subheader-news-item:hover {
  background-color: rgba(0, 0, 0, 0.74);
}
.subheader-news-item:hover .subheader-news-item__text {
  transform: translateX(25px);
}
.all-news__btn {
  height: 60px;
  border: 3px solid #594c4a;
  background: transparent;
  margin: unset;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 47px;
  border-radius: 14px;
  transition: 250ms ease all;
  text-transform: uppercase;
  color: #fff;
  margin: 50px auto 0;
}
.all-news__btn img {
  margin-right: 10px;
}
.all-news__btn:hover {
  transform: scale(1.02);
  letter-spacing: 1.1px;
  filter: brightness(120%);
}
.subheader-content_box {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 800px;
}
.why-main-slider-item__back-img {
  width: 100%;
  object-fit: cover;
}
.wmsi__box {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  right: 8.5%;
  text-align: right;
}
.why-main-slider-item__back,
.why-main-slider {
  position: relative;
}

.why-main-slider__box {
  position: relative;
}
.why-main-slider__border {
  position: relative;
}
.wmsb__box .a1 {
  position: absolute;
  left: -10px;
  z-index: 2;
  top: -15px;
}
.wmsb__box .a2 {
  position: absolute;
  right: -9px;
  z-index: 2;
  transform: rotate(90deg);
  top: -15px;
}
.wmsb__box .a3 {
  position: absolute;
  bottom: -14px;
  left: -10px;
  z-index: 2;
  transform: rotate(-90deg);
}
.wmsb__box .a4 {
  position: absolute;
  right: -9px;
  bottom: -13px;
  z-index: 2;
  transform: rotate(180deg);
}
.line-top {
  position: absolute;
  left: 3px;
  right: 0;
  top: -5px;
  width: 99.5%;
  height: 5px;
  background: url(../images/why-border.jpg) repeat repeat;
  z-index: 1;
}
.line-bottom {
  position: absolute;
  left: 3px;
  right: 0;
  bottom: -5px;
  width: 99.5%;
  height: 5px;
  background: url(../images/why-border.jpg) repeat repeat;
  z-index: 1;
}
.line-left {
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -6px;
  width: 5px;
  height: 100.3%;
  background: url(../images/why-border-lr.jpg) repeat repeat;
  z-index: 1;
}
.why__main {
  position: relative;
}
.why-main-thumbs {
  padding: 0 8.5%;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -100px;
}
.line-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -5px;
  width: 5px;
  height: 99.99%;
  background: url(../images/why-border-lr.jpg) repeat repeat;
  z-index: 1;
}
.subheader_news .slick-track {
  display: flex;

  gap: 40px;
}
.why__wrapper {
  padding-top: 100px;
}
.start__wrapper {
  padding-top: 50px;
}
/* main content end */
.top.about-us-page.top {
  padding-bottom: 270px;
}
.read-news-container table td {
  border: 1px solid #cccccc !important;
}
.read-news-container table td strong {
  font-size: 18px;
  font-weight: 600;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #c9841e;
  text-align: center;
  vertical-align: middle;
  font-family: "America XIX", sans-serif;
}
.top.about-us-page.top {
  background-size: cover !important;
  -webkit-mask-box-image: linear-gradient(
    to top,
    transparent 0%,
    white 200px,
    white 100%
  );
}

.text-box table tbody,
.text-box table thead {
  border: 1px solid #2a241f;
  padding: 0;
}
.text-box table tbody tr:nth-child(even) td {
  background: #201b16 !important;
}
.text-box table tbody tr td {
  font-size: 16px;
  line-height: 22px;
  color: #d4ba98;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
  border: 2px solid #191610 !important;
}
.text-box table td {
  border: 2px solid #191610 !important;
}
.read-news .read-news-container {
  box-shadow: 0px -82px 95px 38px rgb(9 10 12);
}
.news-container .news-list-content {
  justify-content: space-between;
}
.top .logo-top {
  text-align: left;
}
body.body-visibility {
  overflow-y: visible;
}
.read-news h2 {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
}
.text-box table img {
  max-width: none;
}
.special-slider-wrapper .slick-track {
  display: flex;
  padding-top: 104px;
  padding-bottom: 124px;
}
.special-slider-wrapper .slick-track .slick-center {
  transform: scale(1.2);
}
.special-slider-wrapper .slick-track .swiper-slide {
  transition: 300ms ease all;
}
.special-slider__item {
  padding: 0 33px;
}
.ssi__title {
  font-size: 26px;
}
.special-slider-wrapper .slick-arrow {
  position: absolute;
  width: 56px;
  height: 61px;
  top: 35%;
  transform: translateY(-50%);
  left: 1%;
  cursor: pointer;
  transition: 250ms ease all;
  z-index: 3;
  font-size: 0;
  opacity: 0.75;
}
.special-slider-wrapper .slick-arrow:hover {
  transform: translateY(-50%) scale(1.1);
  filter: brightness(120%);
  opacity: 1;
}
.special-slider-wrapper .slick-next.slick-arrow {
  right: 0.8%;
  left: unset;
}
.special-slider-wrapper .slick-list {
  padding: 0 !important;
}
.special-slider-wrapper .slick-prev.slick-arrow::after {
  content: "";
  background: url(../images/special-angle.png) no-repeat center center;
  background-size: cover;
  width: 56px;
  height: 61px;
  position: absolute;
  left: 0;
  top: 0;
}
.special-slider-wrapper .slick-next.slick-arrow::after {
  content: "";
  background: url(../images/special-angle.png) no-repeat center center;
  background-size: cover;
  width: 56px;
  height: 61px;
  position: absolute;
  transform: rotate(180deg);
  left: 0;
  top: 0;
}
.special-slider-wrapper .slick-next:before,
.special-slider-wrapper .slick-prev:before {
  display: none;
}
/* text-box */

.spoiler {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.spoiler__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(38, 33, 29, 0.7);
  border: 1px solid rgba(53, 43, 34, 0.7);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  padding: 15px 20px 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .spoiler__header {
    padding: 10px;
  }
}

.spoiler__header:hover {
  background-color: rgba(38, 33, 29, 0.9);
}

.spoiler__header:after {
  content: "";
  width: 8px;
  height: 4px;
  background: url("../images/infobase/arrow_icon.png") center center no-repeat;
  margin-left: auto;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.spoiler__header.active:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.spoiler__header-title {
  width: calc(100% - 8px);
  padding-right: 15px;
  font-size: 20px;
  line-height: 20px;
  color: #f0e3db;
}

@media (max-width: 1024px) {
  .spoiler__header-title {
    width: calc(100% - 26px - 8px);
    font-size: 16px;
    line-height: 16px;
    padding-right: 10px;
  }
}

.spoiler__header-title span {
  color: #d9c777;
}

.spoiler__content {
  width: 100%;
  background: #221e18;
  border-radius: 4px;
  padding: 15px;
  margin-top: 5px;
  display: none;
}

@media (max-width: 1024px) {
  .spoiler__content {
    padding: 10px;
  }
}

.tab_item {
  display: none;
}
.tabs {
  width: 100%;
  border: 1px solid rgba(53, 43, 34, 0.7);
  border-radius: 4px;
  display: flex;
  padding-left: 1px;
}
.tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-right: 1px solid rgba(53, 43, 34, 0.7);
  border-left: 1px solid rgba(53, 43, 34, 0.7);
  min-height: 50px;
  margin: 1px;
  cursor: pointer;
  position: relative;
}

.tabs-usual .tabs .active {
  background: #2f2925;
  color: #d4ba98;
}
.tabs.w-1-5 .tab {
  width: 20%;
}
.tabs .tab:last-child {
  border-right: 0;
}
.tab_item {
  font-size: 15px;
  width: 100%;
  background: #201b17;
  border-radius: 4px;
  margin-top: 9px;
  padding: 9px 16px;
  color: #fff;
  line-height: 28px;
}
.tabs .tab:first-child {
  border-left: 0;
}
.tabs.w-1-4 .tab {
  width: 25%;
}
.tabs.w-1-3 .tab {
  width: 33.33%;
}
.tabs.w-1-2 .tab {
  width: 50%;
}
.tabs.w-1-1 .tab {
  width: 100%;
}
@media (max-width: 992px) {
  .spoiler__content {
    padding: 10px;
  }
  .tabs {
    flex-direction: column;
  }
  .tabs.w-1-2 .tab,
  .tabs.w-1-3 .tab,
  .tabs.w-1-4 .tab,
  .tabs.w-1-5 .tab,
  .tabs.w-1-1 .tab {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid rgba(53, 43, 34, 0.7);
    border-top: 1px solid rgba(53, 43, 34, 0.7);
  }
  .tabs .tab:first-child {
    border-top: 0;
  }
  .tabs .tab:last-child {
    border-bottom: 0;
  }
  .tabs {
    padding-left: 0;
  }
}
