@font-face {
  font-family: 'UAFSans';
  src: local('UAFSans-Regular'),
    url('../fonts/UAFSans-Regular.woff2') format('woff2'),
    url('../fonts/UAFSans-Regular.woff') format('woff'),
    url('../fonts/UAFSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: local('UAFSans-Medium'),
    url('../fonts/UAFSans-Medium.woff2') format('woff2'),
    url('../fonts/UAFSans-Medium.woff') format('woff'),
    url('../fonts/UAFSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: local('UAFSans-SemiBold'),
    url('../fonts/UAFSans-SemiBold.woff2') format('woff2'),
    url('../fonts/UAFSans-SemiBold.woff') format('woff'),
    url('../fonts/UAFSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: local('UAFSans-Bold'), url('../fonts/UAFSans-Bold.woff2') format('woff2'),
    url('../fonts/UAFSans-Bold.woff') format('woff'),
    url('../fonts/UAFSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  /* color */
  --background-color: #000900;
  --accent: #ef3c23;
  --white: #fff;
  --gray: #c5c5c5;

  --bg: #0b130c;
  --text: #e7efe9;
  --muted: #9aa59e;
  --card: #222222;

  /* властивості */
  --radius: 0.8rem;

  /* font size */
  --h2: 3.2rem;
  --h3: 2rem;
  --h4: 1.6rem;
  --h5: 1.4rem;
  /* prelouder */
  --fadeDur: 0.6s;
  --zoomDur: 0.6s;
  --bg: #000;
  --fg: #fff;
}
/* global */
/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__swiper .swiper-slide {
  justify-content: left;
  align-items: flex-start;
}

/* Для Chrome, Edge, Opera */

::selection {
  background-color: var(--accent);
  color: #fff; /* колір тексту під час виділення */
}
::-moz-selection {
  background-color: var(--accent);
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--accent);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: var(--accent) transparent;
  scrollbar-width: thin;
  font-family: 'UAFSans';
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

body {
  background-color: var(--background-color);
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--white);
  padding: 0;
  margin: 0;
  font-family: 'UAFSans';
  height: 100%;
  line-height: normal;
}

section {
  padding-top: 10rem;
  position: relative;
}

.container__header {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.container,
.main__wrap {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.main {
  position: relative;
  padding: 0;
  height: 100vh;
  min-height: 734px;
}

.main__wrap {
  position: relative;
  height: 100%;
}

.container__header {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 18rem;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.background__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: transform 0.4s ease, background-color 0.3s;
  transform: translateY(0);
  background-color: transparent;
}

.header--scrolled {
  background-color: rgba(0, 0, 0, 0.85); /* або інший фон */
  backdrop-filter: blur(10px);
}

.header--hidden {
  transform: translateY(-100%);
}

.header__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 10rem;
  align-items: center;
  gap: 4rem;
}

.header__menu {
  max-width: 80rem;
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.header__list {
  display: flex;
  position: relative;
  z-index: 6;
  justify-content: space-between;
}

.header__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header__list li {
  list-style: none;
  margin: 0px 0px 0px 2.5rem;
}
.header__item:first-child {
  margin-left: 0;
}

.header__phone {
  display: flex;
  gap: 1.5rem;
}
.header__phone-number {
  display: flex;
  gap: 1.5rem;
  text-underline-offset: 0.4rem;
}
.header__phone-number:hover {
  color: var(--accent);
}

.language-switcher {
  display: flex;
  gap: 1.5rem;
  position: relative;
  z-index: 3;
}

.language-switcher__item {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.subtitle--background {
  background: var(--accent);
  padding: 0.4rem 1rem;
  border-radius: 0rem;
}

.header__link {
  text-underline-offset: 4px;
  color: var(--white);
  z-index: 6;
  background: linear-gradient(#6fc505 0 0) right bottom / var(--p, 0) 0.1em
    no-repeat;
}

.header__link:hover {
  background-position: left bottom;
  color: var(--accent);
}

.header__logo {
  position: relative;
  z-index: 5;
}

.header__logo img {
  max-width: 100%;
  display: block;
  max-width: 50px;
  position: relative;
  z-index: 3;
}

.social {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: absolute;
  left: 3.3rem;
  bottom: calc(50% - 18rem);
  align-items: center;
}

.social__line {
  width: 1px;
  height: 7rem;
  background-color: #7a7a7a;
  border-radius: 4px;
}

.social__item svg:hover path {
  fill: var(--accent);
}

.language__active {
  color: var(--accent);
  cursor: none;
  pointer-events: none;
}

.title {
  font-size: 5rem;
  max-width: 95rem;
  margin-bottom: 1.8rem;
  font-weight: bold;
  text-align: left;
}

.subtitle {
  font-size: 1.9rem;
  text-align-last: left;
  max-width: 69rem;
  text-align: left;
  margin-bottom: 3rem;
}

.header__swiper-nav {
  max-width: 9rem;
  display: flex;
  flex-direction: column;
}

.header__number,
.header__swiper-nav .swiper-pagination {
  position: absolute;
  bottom: -8rem;
  right: 2rem;
  max-width: fit-content;
  left: auto;
}

.header__number {
  color: var(--white);
  font-size: 18px;
  font-weight: bold;
  display: flex;
  bottom: -6rem;
}

.btn__wrap {
  display: flex;
  width: 100%;
  justify-content: left;
  gap: 3rem;
}

.btn,
form p .btn {
  box-shadow: 0 12px 25px 0 rgba(231, 70, 21, 0.4);
  background: var(--accent);
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: var(--white);
  padding: 1.4rem 3rem;
  border-radius: var(--radius);
  display: block;
  transition: all 0.2s ease;
	cursor:pointer;
	border:none;
}

.btn:hover,
form p .btn:hover{
  box-shadow: none;
  background: #cc3709;
  text-decoration: none;
}

.btn__transparent {
  display: block;
  border-radius: var(--radius);
  background-color: transparent;
  border: 1px solid var(--white);
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: var(--white);
  padding: 1.4rem 3rem;
  transition: all 0.2s ease;
  max-width: fit-content;
}

.btn__transparent:hover {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  text-decoration: none;
}

.header__body .btn__transparent {
  border: 1px solid var(--gray);
  color: var(--gray);
  opacity: 0.8;
  font-size: 1.5rem;
  padding: 1.2rem 2.5rem;
}

.header__body .btn__transparent:hover {
  border: 1px solid var(--accent);
  color: var(--white);
  opacity: 1;
}
.swiper__sleder-item {
  width: 100%;
  max-width: 100%;
}

.header__adv {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.header__adv-text {
  position: relative;
  padding-left: 20px;
}

.header__adv-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 7px;
  background-image: url('data:image/svg+xml;utf8,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.5L3.84211 6L10 1" stroke="%23E74615" stroke-width="1.15" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.header__number-slid {
  color: var(--accent);
  font-size: 4.4rem;
}
.header__number-all {
  color: var(--gray);
  font-size: 2rem;
  font-weight: 400;
}

.header__swiper-nav .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, var(--gray));
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 22px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 5px)
  );
  border-radius: var(--swiper-pagination-bullet-border-radius, 0);
}

.header__swiper-nav .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--accent));
}

/* dots */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1.6rem);
  grid-template-rows: repeat(4, 1.6rem);
  gap: 7rem 5rem;
  width: max-content;
  position: absolute;
  right: 0;
  bottom: calc(50% - 12rem);
}

.dot {
  width: 9px;
  height: 9px;
  opacity: 0.5;
}

.dot rect {
  fill: var(--accent);
  fill-opacity: 0;
  stroke: var(--gray);
  stroke-width: 0.3;
  rx: 2.8;
  opacity: 1;
}

.dot.active rect {
  fill-opacity: 1;
  stroke: var(--accent);
}

blockquote {
  padding: 0 0 0 20px;
  font-style: italic;
  font-size: 1.2em;
  margin-bottom: 3rem;
  border-left: 4px solid var(--accent);
  color: var(--gray);
}

/* about  */
/* .hiden {
  overflow: hidden;
} */
.about {
  overflow: hidden;
}
.about__wrap {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto 5rem auto;
}

.h3__name {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: var(--accent);
  margin-bottom: 0.5rem;
  text-decoration: underline;

  text-underline-offset: 4px;
}

.h2__title {
  font-weight: 700;
  font-size: var(--h2);
  line-height: 120%;
  text-align: center;
  color: var(--white);
  margin-bottom: 1.6rem;
}

.text__under {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  text-align: center;
  color: var(--gray);
  margin-bottom: 5rem;
  max-width: 70rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.about__block {
  border: 1px solid var(--white);
  border-radius: var(--radius);
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}

.about__wrap-right {
  max-width: 77rem;
  width: 100%;
}

.about__wrap-img {
  max-width: 34rem;
}

.about__wrap-name {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.about .btn__transparent {
  margin: 0 auto;
}
/* war */

.war__wrap {
  display: flex;
  gap: 5rem;
}
.war__combat {
  background-color: #150d0f;
  padding: 5rem;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 48%;
}

.war__img {
  max-width: 170px;
  margin: 0 auto;
}

.war__position {
  border-radius: var(--radius);
  padding: 3rem;
  border: 1px solid var(--white);
  max-width: 57.5rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.war__content {
  position: relative;
  z-index: 2;
}

.war__stretched {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -1px;
}

.war__combat-title {
  font-weight: 500;
  font-size: var(--h2);
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 2rem;
  text-align: center;
}

.war__position:hover {
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.05);
  background: linear-gradient(46deg, #e74615 0%, #ef3c23 100%);
}

.war__position-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.war__position:hover .war__position-hashtag {
  color: var(--white);
}

.war__position:hover .war__position-price {
  color: var(--white);
}

.war__position-name {
  font-size: var(--h3);
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--white);
}

.war__position-text {
  font-size: var(--h4);
  line-height: 180%;
  color: var(--white);
  margin-bottom: 1rem;
}

.war__position-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.war__position-price {
  color: #00b22d;
  font-size: var(--h4);
}

.war__position-hashtag {
  font-size: var(--h5);
  color: #595959;
}

.war__position-link {
  position: relative;
  z-index: 1;
  padding: 1.3rem 2.5rem;
  border: 1px solid var(--white);
  border-radius: var(--radius);
}

.war__position-link:hover {
  border-color: var(--white);
  text-decoration: none;
  background-color: #ffffff;
  color: #ee3f20;
}

.btn__position {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.btn__position .btn__transparent {
  max-width: fit-content;
}

.db__tablet {
  display: none;
}

/* trust */
.trust {
  overflow: hidden;
}
.trust__swiper-item {
  height: 100px;
  display: block;
}
.trust__swiper-item img {
  max-height: 80px;
  object-fit: contain;
}
.trust__slider {
  position: relative;
}

.trust__slider .h2__title {
  margin-bottom: 5rem;
}
.trust__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.trust__item {
  position: relative;
  background-color: #150d0f;
  padding: 5rem;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  width: 48%;
}
.trust__img {
  max-width: 553px;
  width: 100%;
  margin: 0 auto;
}
.trust__title {
  font-size: var(--h2);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.trust__subtitle {
  font-size: var(--h4);
  margin-bottom: 5rem;
  text-align: center;
  max-width: 26rem;
  margin: 0 auto 5rem auto;
  color: var(--gray);
  line-height: 180%;
}

.trust__btn .btn {
  max-width: fit-content;
  margin: 0 auto;
}

.trust__btn .btn:hover {
  text-decoration: none;
}
/* step timeline progres line*/

.timeline h2 {
  max-width: 100%;
  text-align: center;
}
.timeline__subtitle {
  line-height: 144%;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 16px auto 0 auto;
  max-width: 370px;
}

.timeline__wrap {
  margin-top: 5rem;
  position: relative;
  height: 956px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.timeline {
  position: relative;
  width: 4px;
  height: 956px;
  background: #e5eff8;
  border-radius: 30px;
  overflow: hidden;
}

.progress {
  position: absolute;
  width: 100%;
  height: 0;
  background: var(--accent);
}

.step {
  position: absolute;
  left: auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 100%;
  background-color: var(--white);
  color: #333;
}

.step.active svg path {
  fill: var(--white);
  stroke: var(--white);
}

.step.active {
  background-color: var(--accent);
}

.step__one {
  top: 0%;
}

.step__two {
  bottom: 71%;
}

.step__fourth {
  bottom: 24%;
}

.step__fifth {
  bottom: 0;
}

.timeline__content-box {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: right;
  flex-direction: column;
  gap: 12px;
  max-width: 590px;
  z-index: 1;
}

.timeline__content-step {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--white);
  color: var(--accent);
  font-family: var(--satoshi);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 118%;
  transition: 0.2s ease;
}

.content__active .timeline__content-step {
  background: var(--accent);
  color: var(--white);
}

.timeline__content-first {
  right: calc(50% + 4.4rem + 3rem);
}

.timeline__content-second {
  align-items: flex-start;
  left: calc(50% + 4.4rem + 3rem);
  top: 30%;
  transform: translateY(-50%);
}

.timeline__content-third {
  right: calc(50% + 4.4rem + 3rem);
  top: auto;
  bottom: 42%;
  transform: translateY(20%);
}

.timeline__content-fourth {
  align-items: flex-start;
  left: calc(50% + 4.4rem + 3rem);
  top: 77%;
  transform: translateY(-50%);
}

.timeline__content-fifth {
  right: calc(50% + 4.4rem + 3rem);
  top: auto;
  bottom: -5%;
  transform: translateY(20%);
}

.timeline__content-title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 112%;
}
.timeline__content-text {
  line-height: 144%;
  letter-spacing: 0.01em;
  opacity: 0.8;
}

.sectione__timeline .btn__position {
  margin-top: 15rem;
}
/* end progres line */

/* adv */

.adv__wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 5rem;
}
.adv__nav,
.trust__nav,
.news__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin-top: 4rem;
  position: relative;
}

.adv__nav .adv__swiper-scrollbar,
.trust__nav .trust__swiper-scrollbar,
.news__nav .news__swiper-scrollbar {
  background-color: var(--white);
  height: 2px;
  width: 22.5rem;
  position: static;
}

.adv__nav .adv__swiper-pagination,
.trust__nav .trust__swiper-pagination,
.news__nav .news__swiper-pagination {
  position: static;
  max-width: 5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gray);
}

.adv__nav .adv__swiper-scrollbar .swiper-scrollbar-drag,
.trust__nav .trust__swiper-scrollbar .swiper-scrollbar-drag,
.news__nav .news__swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--accent);
}

.trust__btn-left,
.trust__btn-right,
.adv__btn-left,
.adv__btn-right,
.news__btn-left,
.news__btn-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.3rem 1.5rem;
  border-radius: var(--radius);
  background-color: #050e05;
  border: 1px solid #394139;
  cursor: pointer;
  transition: all 0.3s ease;
}

.trust__btn-left.swiper-button-disabled,
.trust__btn-right.swiper-button-disabled,
.adv__btn-left.swiper-button-disabled,
.adv__btn-right.swiper-button-disabled,
.news__btn-left.swiper-button-disabled,
.news__btn-right.swiper-button-disabled {
  filter: grayscale(100%) brightness(70%);
  opacity: 0.8;
}

.trust__btn-left:hover,
.trust__btn-right:hover,
.adv__btn-left:hover,
.adv__btn-right:hover,
.news__btn-left:hover,
.news__btn-right:hover {
  background: #394139;
}

.swiper-button-disabled {
  opacity: 0.8;
  pointer-events: none;
  cursor: default;
}

.trust__btn-left,
.adv__btn-left,
.news__btn-left {
  right: 5rem;
}

.swiper-pagination-current,
.swiper-pagination-total {
  padding: 5px;
}

.adv__left-bg {
  position: relative;
  max-width: 27.7rem;
  width: 100%;
  height: 100%;
}
.adv__left-bg img {
  width: 100%;
	border-radius:var(--radius);
}
.adv__title {
  font-size: var(--h2);
  color: var(--white);
  position: absolute;
  left: 3rem;
  font-size: 2.8rem;
  bottom: 30px;
  max-width: 217px;
  font-weight: bold;
}

.adv__left {
  max-width: 27.7rem;
  width: 100%;
  flex-shrink: 0;
}

.adv__right {
  width: 75%;
}

.adv__left-bg:after {
  content: '';
  position: absolute;
  left: 3rem;
  bottom: 1rem;
  width: 210px;
  height: 1px;
  border-radius: var(--radius);
  border: 1px solid var(--white);
  z-index: 1;
}
.adv__swiper-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
}

.adv__swiper-img {
  max-width: 27.7rem;

  min-width: 27.7rem;
  width: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 0.6rem;
  transition: transform 0.4s ease;
}
.adv__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(13, 15, 12, 0.9);
  color: white;
  padding: 1.2rem;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.adv__swiper-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  text-align: left;
}

.adv__swiper-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--white);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.adv__swiper-item:hover .adv__swiper-text {
  max-height: 12rem;
  opacity: 1;
}

/* FAQ */
.faq {
  padding-bottom: 10rem;
}
.sidebar {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
  max-width: 50rem;
  width: 100%;
}
.faq__wrap {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  justify-content: space-between;
}
.sidebar h2 {
  font-size: var(--h2);
  margin-bottom: 2rem;
}
.sidebar p {
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 2rem;
}
.sidebar button {
  padding: 1rem 2rem;
  background: transparent;
  color: white;
  border: 0.1rem solid white;
  cursor: pointer;
  font-size: 1.4rem;
}

.faq__section {
  width: 100%;
  max-width: 80rem;
}
.faq__item {
  border-top: 0.1rem solid #444;
  margin-top: 1rem;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 2rem 0;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  color: #bbb;
  line-height: 1.5;
  font-size: 1.4rem;
}
.faq__item.open .faq__answer {
  max-height: 30rem;
  opacity: 1;
}
.arrow {
  transition: transform 0.3s ease;
  font-size: 1.6rem;
}
.faq__item.open .arrow {
  transform: rotate(180deg);
}

/* news */
.news {
  padding-bottom: 10rem;
}

.news__swiper .news__swiper-img {
  width: 31.3rem;
  object-fit: cover;
  margin-bottom: 1.2rem;
  border-radius: var(--radius);

  display: block;

  transition: transform 0.4s ease;
}

.news__swiper-item .news__swiper-img {
	height:20.7rem;
	border-radius:var(--radius);
}

.news__swiper-title {
  font-size: var(--h3);
  text-align: left;
}

.news__swiper-text {
  text-align: left;
  font-size: var(--h4);
  color: var(--gray);
}
.news__swiper-item {
  display: block;
  overflow: hidden;
}
.news__swiper-item:hover .news__swiper-img {
  transform: scale(1.05);
}

.news__swiper-item:hover {
  text-decoration: none;
}

.news__under {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* marquee line */
.marquee__section {
  background: #1e1e1e;
  overflow: hidden;
  white-space: nowrap;
  padding: 1.2rem 0;
}
.marquee__container {
  max-width: 140rem;
  margin: 0 auto;
  width: 100%;
}
.marquee__text {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 25s linear infinite;
}

.marquee__text-item {
  display: inline-flex;
  align-items: center;
  margin-right: 6rem;
  color: var(--white);
  font-weight: 500;
  font-size: var(--h4);
}

.marquee__text-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: invert(1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* footer */

.footer {
  background-color: #141516;
  color: #fff;
  font-size: 1.3rem;
  padding: 4rem 0 0 0;
  position: relative;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.footer__col {
  flex: 1 1 22rem;
}

.footer__logo {
  width: 6.5rem;
  margin-bottom: 2rem;
}

.footer__text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--gray);
  margin-bottom: 2.4rem;
  max-width: 28rem;
}

.footer__socials {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__title {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  position: relative;
  text-transform: uppercase;
  color: var(--white);
}

.footer__title span {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  width: 3rem;
  height: 0.2rem;
  background-color: var(--accent, #fff);
}

.footer__list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  color: #ccc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.5;
}

.footer__list a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer__list a:hover {
  color: var(--accent, #fff);
}

.footer__up {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  background-color: #1e1f20;
  border-radius: var(--radius);
  border: 1px solid var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.footer__up:hover {
  background-color: #394139;
}

.footer__bottom {
  border-top: 1px solid #333;
  padding: 2rem 0;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  color: #777;
}

.footer__policy {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__policy a {
  color: #777;
  text-decoration: none;
  transition: color 0.3s;
}

.footer__policy a:hover {
  color: var(--accent, #fff);
}
/* модальні вікна */
.modal__question,
.modal__press,
.modal__support {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
  font-family: inherit;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal__content {
  position: relative;
  z-index: 1;
  background: #1a1a1a;
  color: var(--white);
  padding: 10rem 3rem;
  border-radius: var(--radius);
  width: 96%;
  max-width: 92rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}

.modal__line-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal__form-wrap {
  max-width: 58rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.modal__form-wrap h3 {
  margin-bottom:3rem;
  font-size:var(--h2);
}

.modal__flex,
.modal__flex p {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.modal__question.active,
.modal__press.active,
.modal__support.active {
  display: flex;
}

.modal__question.active .modal__content,
.modal__press.active .modal__content,
.modal__support.active .modal__content {
  opacity: 1;
  transform: translateY(0);
}

.btn__support,
.btn__press {
  transition: all 0.2s ease;
}

.btn__support:hover,
.btn__press:hover {
  color: var(--accent);
}

.modal__close {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  cursor: pointer;
}

.modal__close:hover .modal__close-img path {
  fill: var(--accent);
  transition: fill 0.3s ease;
}

.modal__title {
  margin-bottom: 3rem;
  text-align: center;
  text-align: left;
  font-size: var(--h2);
}
.modal__form input,
.modal__form textarea {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 3rem;
  padding: 10px;
  border: 1px solid transparent;
  border-bottom: 1px solid white;
  background: transparent;
  color: white;
  resize: none;
}

.modal__submit {
  width: 100%;
  padding: 1.2rem;
  background-color: #e74615;
  color: white;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
}

.modal__checkbox {
  display: flex;
  align-items: flex-start;
  font-size: var(--h5);
  margin-bottom: 2rem;
}

.modal__checkbox input {
  margin-right: 8px;
  margin-top: 2px;
}

.modal__form .modal__input {
  max-width: fit-content;
}

.modal__form .modal__input--pad {
  width: 2.3rem;
  max-width: 100%;
  height: 2.2rem;
  margin:0 0.8rem 0px 0px; 
}

.wpcf7-list-item label{
	display:flex;
	align-items:center;
}
.modal__form .wpcf7-list-item {
	margin:0;
}


/* Оверлей підтвердження всередині модалки */
.modal__confirm {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 10, 10, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}
.modal__confirm.show {
  opacity: 1;
  pointer-events: auto;
}

.accept_privacy {
  text-decoration: underline;
  transition:all 0.2s ease;
	  text-underline-offset: 0.3rem;
}

.accept_privacy:hover {
color:#3299ff;	
}

.confirm__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transform: scale(0.9);
  animation: confirm-pop 0.25s ease forwards;
}

.confirm__text {
  color: #b7ffcc;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.confirm__svg {
  width: 84px;
  height: 84px;
}
.confirm__circle,
.confirm__check {
  fill: none;
  stroke: #28c76f;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.confirm__circle {
  stroke-dasharray: 264;
  stroke-dashoffset: 264;
  animation: circle-draw 0.6s ease forwards;
}
.confirm__check {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: check-draw 0.4s 0.45s ease forwards;
}

@keyframes circle-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes check-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes confirm-pop {
  to {
    transform: scale(1);
  }
}

/* circle */

.about__wrap-left,
.trust__slider {
  position: relative;
}
.sectione__timeline .container {
  overflow: hidden;
  padding-bottom: 7.5rem;
}

.about__wrap-left::after,
.trust__wrap .trust__item:nth-child(2)::after,
.trust .container::after,
.sectione__timeline .container:after,
.sectione__timeline .container .h3__name:after,
.sectione__timeline .container .h3__name::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  pointer-events: none;
}

.about__wrap-left::after {
  scale: 2;
  z-index: -1;
  right: -82%;
  top: -5%;
  opacity: 0.8;
  background-image: url(../img/bg/hasan-bg.png);
}

.trust__wrap .trust__item:nth-child(2)::after {
  right: -36%;
  top: -49%;
  background-image: url(../img/bg/trust-circle-bg.png);
  opacity: 0.8;
}

.trust .container::after {
  left: -57%;
  opacity: 0.7;
  top: 11%;
  background-image: url(../img/bg/trust-circle-bg.png);
}

.sectione__timeline .container .h3__name:after,
.sectione__timeline .container .h3__name::before {
  right: 5%;
  top: 0;
  max-width: 235px;
  max-height: 257px;
  background-image: url(../img/bg/RAROG_LOGO.png);
}

.sectione__timeline .container .h3__name::before {
  right: 0;
  left: 5%;
}
.sectione__timeline .container:after {
  right: -6%;
  bottom: -5%;
  max-width: 824px;
  max-height: 824px;
  background-image: url(../img/bg/bg-dron.png);
  z-index: -1;
}
/* прелоудер */

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: var(--bg);
  display: grid;
  place-items: center;
  z-index: 9999;
  transition: opacity var(--fadeDur) ease;
  overflow: clip;
  contain: layout paint size;
}

@supports (width: 100svw) {
  .preloader {
    width: 100svw;
    height: 100svh;
  }
}
@supports (width: 100dvw) {
  .preloader {
    width: 100dvw;
    height: 100dvh;
  }
}
.preloader.hide {
  opacity: 0;
  pointer-events: none;
}

.pl-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.pl-logo {
  width: 140px;
  max-width: 42vw;
  display: block;
  animation: pulse 1.4s ease-in-out infinite;
  will-change: transform, opacity;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.92;
  }
}
.pl-logo.zoom {
  animation: zoomFade var(--zoomDur) ease forwards;
  transform-origin: 50% 50%;
}
@keyframes zoomFade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(8);
    opacity: 0;
  }
  100% {
    transform: scale(14);
    opacity: 0;
  }
}

.pl-percent {
  color: var(--fg);
  font: 600 14px/1.3 system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  letter-spacing: 0.08em;
  transition: opacity 0.25s ease;
}
.pl-percent.hide {
  opacity: 0;
}

/* page About */
/* first screen */

.first__screen {
  background-image: url('../img/about/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50rem;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}

.first__screen--about {
	  background-image: url('../img/about/bg-about.jpg');
}

.regiment__wrap {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.regiment__left .h2__title,
.regiment__left .h3__name,
.regiment__left .text__under {
  text-align: left;
}

.regiment__box {
  display: flex;
  margin-top: 5rem;
  gap: 1rem;
}
.regiment__box-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.regiment__box-title,
.regiment__right-title {
  font-size: var(--h3);

  margin-bottom: 0.5rem;
}
.regiment__right {
  max-width: 80rem;
}
.regiment__right-title + .regiment__right-title {
  margin-bottom: 2rem;
}

.regiment__box-text,
.regiment__right-text {
  font-size: var(--h4);
  color: var(--gray);
}

/* page work */
/* ====== базові кольори/відступи ====== */
/* base */
.first__screen--work {
background-image: url('../img/work/bg-work.jpg');
}
.work {
  background: var(--bg);
  color: var(--text);
  padding: 32px 20px;
  font-family: Inter, system-ui, Arial, sans-serif;
}
.work__container {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  margin: 0 auto;
}

/* accordion */
.work__section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  margin-top: 12px;
}
.work__section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.work__section-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #182019;
  border: 0;
  color: var(--text);
  padding: 1rem 1.2rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.work__section-btn:hover {
  background: #1e2a22;
}
.work__section.is-open .work__section-btn {
  background: var(--accent);
  color: #fff;
}
.work__caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.work__section.is-open .work__caret {
  transform: rotate(-135deg);
}
.work__list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: none;
}
.work__section.is-open .work__list {
  display: block;
}
.work__list-empty {
  color: var(--muted);
  font-size: 13px;
  padding: 10px 12px;
  background: #131a15;
  border-radius: 8px;
}
.work__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  color: var(--text);
  transition: background 0.15s ease, color 0.15s ease, transform 0.05s ease;
}
.work__item:hover {
  background: #1b261f;
}
.work__item:active {
  transform: scale(0.99);
}
.work__item.is-active {
  background: var(--accent);
  color: #fff;
}
.work__count {
  color: var(--muted);
}
.work__item.is-active .work__count {
  color: #fff;
}

/* grid / cards */
.work__grid {
  display: grid;
  gap: 2.8rem;
  grid-template-columns: repeat(3, 1fr);
}

.work__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 0.1rem solid var(--white);
  width: 100%;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease,
    border-color 0.18s ease;
  color: inherit;
  background: transparent;
  height: 100%;
}

.work__stretched {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.work__wrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2rem 3rem 3rem 3rem;
  flex: 1 1 auto;
}

.work__image {
  position: relative;
  z-index: 1;
  height: 21rem;
  background: var(--card);
  border-radius: var(--radius);
  margin: 0 0 0.8rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.work__logo {
  width: clamp(8rem, 40%, 16rem);
  max-height: 70%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.9;
}

.work__tag {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
  margin: 0 0 0.6rem;
  max-width: fit-content;
}

.work__title {
  font-size: 1.8rem;
  margin: 0 0 0.6rem;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--white);
}

.work__text {
  font-size: 1.4rem;
  color: var(--muted);
  margin: 0 0 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.work__position-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  gap: 3rem;
  flex-direction: column;
}

.work__position-price {
  font-size: var(--h4);
  color: #00b22d;
}

.work__card:hover .work__position-price {
  color: var(--white);
}

.work__btn,
.war__position-link {
  position: relative;
  z-index: 4;
  padding: 1.3rem 2.5rem;
  border: 0.1rem solid var(--white);
  border-radius: var(--radius);
  color: var(--white);
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  margin-top: auto;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    filter 0.15s ease, transform 0.05s ease;
  display: inline-block;
}

.work__btn {
  padding: 1.3rem 2rem;
}

.work__card:hover {
  background: linear-gradient(46deg, #e74615 0%, #ef3c23 100%);
}

.work__card:hover .work__title,
.work__card:hover .work__text,
.work__card:hover .work__tag {
  color: #fff;
}

.work__card:hover .work__btn,
.work__card:hover .war__position-link {
  border-color: #fff;
  background: #fff;
  color: #ee3f20;
}

.work__btn:active,
.war__position-link:active {
  transform: scale(0.98);
}

/* анімація заголовка */
.first__screen .title--military {
  --mil: var(--accent, #22f39a);
  --a-delay: 0.2s;
  position: relative;
}
.first__screen .animate.fadeInDown {
  animation-delay: var(--a-delay) !important;
}
.anim-tty .tty-line {
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}
.anim-tty .tty-caret {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .anim-tty .tty-caret {
    display: none;
  }
}

/* work-post page */

.work__post-title,
.work__post-col h2 {
	font-size:var(--h2);
	margin-bottom:1.5rem;
	font-weight:500;
}

.work__post-col ul {
	margin-bottom:2rem;
}
.work__post-col p {
	text-align:left;
	margin-bottom:2rem;
}

.work__post-col ul li {
  list-style: outside;
}
.work__post {
  margin-bottom: 10rem;
}
.work__post-wrap {
  max-width: 76.8rem;
  width: 100%;
  margin: 0 auto;
}
.work__post_list {
  list-style: inside;
  margin: 2rem 0;
}

.work__post-btns,
.news__post-btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.btn--primary {
  max-width: fit-content;
}

.new__vacancies {
  border-top: 1px solid var(--gray);
  width: 100%;
}
.new__vacancies-title {
  font-size: var(--h2);
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
  margin-top: 3rem;
}

.new__vacancies-wrap {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
.new__vacancies-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 0.1rem solid var(--white);
  width: 100%;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease,
    border-color 0.18s ease;
  color: var(--white);
  background: var(--card);
  height: 100%;
  padding: 2rem;
}

.new__vacancies-item:hover {
  text-decoration: none;
  background: linear-gradient(46deg, #e74615 0%, #ef3c23 100%);
}

.new__vacancies-item:hover .new__vacancies-h4 {
  color: var(--white);
}

.new__vacancies-img {
  max-width: 11.7rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.new__vacancies-h3 {
  font-size: var(--h3);
  margin-bottom: 0.5rem;
  color: var(--white);
  text-align: center;
}
.new__vacancies-h4 {
  font-size: var(--h4);
  color: var(--gray);
  text-align: center;
}

/* news post */
.news {
  padding-bottom: 10rem;
}
.news__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.news__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 0.1rem solid var(--white);
  width: 100%;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease,
    border-color 0.18s ease;
  color: inherit;
  background: transparent;
  height: 100%;
}

.news__stretched {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.news__wrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2rem;
  flex: 1 1 auto;
}

.news__image {
  position: relative;
  z-index: 1;
  background: var(--card);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  display: grid;
  place-items: center;
  overflow: hidden;
  height:16.5rem;
}

.news__logo {
  object-fit: cover;
  width: 100%;
	height:100%;
}

.news__tag {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
  margin: 0 0 0.6rem;
  max-width: fit-content;
}

.news__title {
  font-size: 1.8rem;
  margin: 0 0 0.6rem;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--white);
}

.news__text {
  font-size: 1.4rem;
  color: var(--muted);
  margin: 0 0 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news__position-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  gap: 3rem;
  flex-direction: column;
}

.news__position-price {
  font-size: var(--h4);
  color: #00b22d;
}

.news__card:hover .news__position-price {
  color: var(--white);
}

.news__btn,
.war__position-link {
  position: relative;
  z-index: 4;
  padding: 1.3rem 2.5rem;
  border: 0.1rem solid var(--white);
  border-radius: var(--radius);
  color: var(--white);
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  margin-top: auto;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    filter 0.15s ease, transform 0.05s ease;
  display: inline-block;
}

.news__btn {
  padding: 1.3rem 2rem;
}

.news__card:hover {
  background: linear-gradient(46deg, #e74615 0%, #ef3c23 100%);
}

.news__card:hover .news__title,
.news__card:hover .news__text,
.news__card:hover .news__tag {
  color: #fff;
}

.news__card:hover .news__btn,
.news__card:hover .war__position-link {
  border-color: #fff;
  background: #fff;
  color: #ee3f20;
}

.news__btn:active,
.war__position-link:active {
  transform: scale(0.98);
}

.news__post-col p a{
 	text-decoration:underline;
	text-underline-offset: 0.3rem;
	transition:all 0.3s ease;
}
.news__post-col p a:hover{
  color:#3299ff;	
}
/*singal post */
.news__post-wrap {
	max-width: 90rem;
	margin: 0 auto;
}
.news__post-wrap h2 {
	font-size:var(--h2);
	margin-bottom:3rem;
}

.news__post-wrap h3,
.news__post-subtitle {
	font-size:var(--h3);
	margin-bottom:3rem;
}
.news__post-wrap .news__title {
	margin-bottom:0;
}

.news__post-wrap h4 {
	font-size:var(--h4);
	margin-bottom:3rem;
}

.work__post-col {
	font-size:1.8rem;
}
/* singal news */

.news__post-col,
.news__post-col ul,
.news__post-col p {
	margin-bottom:3rem;
	font-size:1.8rem;
}
.news__post-col h3 {
	margin-bottom:1rem;
}
.news__post-col figure img {
	margin:0 auto 3rem auto;
	 max-height:50rem;
}

.news__post-col ul li {
    list-style: outside;
}
.news__post,
.work-post {
	padding-bottom:5rem;
}

/* 404 */

.error404__img {
  margin: 3rem auto;
  max-width: 47rem;
  width: 100%;
}

.error404__title {
  font-size: 4.9rem;
  color: var(--white);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.error404__text {
  padding-top: 3rem;
  border-top: 1px solid var(--gray);
  font-size: var(--h2);
  color: var(--white);
  text-align: center;
  max-width: 81rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.btn__error404,
.btn__privat{
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 5rem;
}

/* privat policy */
.privat__title {
	font-size:5rem;
	font-weight:bold;
}
.privat__inner {
	padding:15rem 0 0 0;
}
.privat__title {
	margin-bottom:5rem;
}
.privat__box p {
	margin-bottom:1.2rem;
	font-size: var(--h5);
}

.privat__box p strong {
	margin-bottom:1rem;
}
.btn__privat {
	margin:5rem auto;
}
/* form cf7 */
.wpcf7-not-valid-tip {
	margin-top:-2rem;
}
.wpcf7 form.sent .wpcf7-response-output { display: none !important; }