@charset "UTF-8";

/* Oswald */

@font-face {
  font-family: Oswald;
  font-display: swap;
  src: url("../fonts-Oswald/Oswald-Bold.woff2") format("woff2"),
    url("../fonts-Oswald/Oswald-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Oswald;
  font-display: swap;
  src: url("../fonts-Oswald/Oswald-Medium.woff2") format("woff2"),
    url("../fonts-Oswald/Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Oswald;
  font-display: swap;
  src: url("../fonts-Oswald/Oswald-Regular.woff2") format("woff2"),
    url("../fonts-Oswald/Oswald-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-family: "Oswald";
  --font-size: 18px;
  --color-one: #161616;
  --color-two: #fff;
  --color-three: #002744;
  --color-four: #f1d83e;
  --border-radius: 10px;
  --box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--color-two);
  background-color: var(--color-one);
  line-height: 1;
  letter-spacing: 1.5px;
  font-family: var(--font-family);
  font-size: var(--font-size);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-image: url('../img/bc.png');
  background-color: var(--color-three);
  padding-top: 190px;
}

.wrapper > * {
  min-width: 0;
}

section > div,
header > div,
footer > div {
  max-width: 85.125rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1rem;
}

* {
  scroll-behavior: smooth;
}

section {
  padding: 70px 0;
  margin: 0;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}

h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}

p {
  margin-bottom: 12px;
  line-height: 2;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.privacy33,
.terms33,
.disclaimer {
  padding: 80px 0 50px 0;
  line-height: 2.25;
}

.privacy33 .privacy33__container,
.terms33 .terms33__container,
.disclaimer .disclaimer__container {
  padding: 0 20px;
}

.privacy33 h1,
.terms33 h1,
.disclaimer h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.privacy33 h2,
.terms33 h2,
.disclaimer h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
}

.privacy33 h3,
.terms33 h3,
.disclaimer h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0;
}

.privacy33 p,
.terms33 p,
.disclaimer p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2.25;
}

.privacy33 li,
.terms33 li,
.disclaimer li {
  font-size: 18px;

  list-style: circle;
  margin-left: 20px;
  margin-bottom: 10px;
}

.page__thanks {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.thanks__button {
  display: block;
  background-color: var(--color-one) !important;
  color: var(--color-two);
  padding: 10px 20px;
  border-radius: var(--border-radius);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

@media (max-width: 992px) {
  .wrapper > main {
    padding-top: 105px;
  }
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .privacy33 h1,
  .terms33 h1,
  .disclaimer h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .privacy33 h2,
  .terms33 h2,
  .disclaimer h2 {
    font-size: 26px;
    margin: 20px 0;
  }

  .privacy33 h3,
  .terms33 h3,
  .disclaimer h3 {
    font-size: 20px;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .wrapper > main {
    padding-top: 182px;
  }
  body {
    font-size: calc(var(--font-size) - 2px);
  }
  section {
    padding: 45px 0;
  }
  h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .privacy33 h1,
  .terms33 h1,
  .disclaimer h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .privacy33 h2,
  .terms33 h2,
  .disclaimer h2 {
    font-size: 24px;
    margin: 20px 0;
  }

  .privacy33 h3,
  .terms33 h3,
  .disclaimer h3 {
    font-size: 20px;
    margin: 10px 0;
  }
}

form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
input {
  padding: 20px;
  border-radius: var(--border-radius);
}
input[type="submit"] {
  cursor: pointer;
}
#checkbox {
  border: none !important;
}
input::placeholder {
  color: var(--color-one);
}
input:focus {
  color: var(--color-one);
  outline: none;
}
.fav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-four);
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
}
/* header-1 */
.header-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #05395a;
  color: var(--color-two);
  z-index: 20;
  box-shadow: 5px 0 13px 7px rgba(0, 0, 0, 0.5);
}

.header-1__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.header-1__logo {
  width: 100px;
}

.header-1__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header-1__menu {
  margin: 0 auto;
  border-top: 2px solid var(--color-two);padding-top: 20px;
  width: 100%;
  text-align: center;
}
.header-1__menu-burger {
  display: none;
}

.header-1__menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-1__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  gap: 20px;
}

.header-1__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-1__menu-link {
  font-family: Oswald;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  line-height: 1.25;
  padding: 5px 6px;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}

.header-1__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  font-weight: 500;
  font-size: 20px;
}
.header-1__contacts a {
  transition: all 0.3s ease-out;
}

.menu-open .header-1__menu-nav {
  top: 0;
}

.header-1__buttons {
  display: flex;
  gap: 20px;
  margin: 0 0 0 auto;
}
.header-1__button {
  font-weight: 500;
  background-color: var(--color-four);
  color: var(--color-one);
  border-radius: var(--border-radius);
  overflow: hidden;
  font-size: 18px !important;
  padding: 10px 20px !important;
}
.header-1__button:hover {
  background-color: var(--color-two);
  color: var(--color-one);
}
.header-1__button:nth-child(2) {
	background-color: var(--color-two);
	color: var(--color-one);
}
.header-1__button:nth-child(2):hover {
  background-color: var(--color-two);
  color: var(--color-one);
}
.button {
}
@media (max-width: 992px) {
  .header-1__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .header-1__body {
    align-items: center;
  }
  .header-1__menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: unset;
    margin: 0;
    max-width: fit-content;
	 padding-top: 0;
  }

  .header-1__menu-burger {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 15;
  }

  .header-1__menu-burger span,
  .header-1__menu-burger::before,
  .header-1__menu-burger::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: var(--color-two);
  }

  .header-1__menu-burger::before {
    top: 0;
  }

  .header-1__menu-burger::after {
    bottom: 0;
  }

  .header-1__menu-burger span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .header-1__menu-burger span {
    width: 0;
  }

  .menu-open .header-1__menu-burger::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--color-two);
  }

  .menu-open .header-1__menu-burger::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--color-two);
  }

  .header-1__menu-nav {
    position: absolute;
    top: -200vh;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    background-color: #05395a;
    color: var(--color-two);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .header-1__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
  }
  .header-1__menu-item {
    width: 100%;
    max-width: 100%;
  }
  .header-1__menu-link {
    font-size: 20px;
    padding: 15px 20px;
    background-color: var(--color-two);
    color: var(--color-one);
    width: 100%;
    max-width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
  }
  .header-1__menu-link:hover {
    background-color: var(--color-four);
    color: var(--color-one) !important;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .header-1__menu-burger {
    width: 1.625rem;
  }

  .header-1__menu-burger {
    width: 1.625rem;
  }
}
@media (max-width: 768px) {

  .header-1 {
    padding: 30px 0 20px 0;
  }
  .header-1__body {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .header-1__menu {
	order: 0;
  }
  .header-1__buttons {
    order: 1;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
    border-top: 2px solid var(--color-two);
  }
  .header-1__contacts {
    font-size: 14px;
    gap: 15px;
  }
}
/* header-1 */

.cookie {
  display: none;
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  background-color: var(--color-one);
  line-height: 1.5;
}

.cookie.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie__text {
  font-size: 18px;
  line-height: 2;
  max-width: 1000px;
  color: var(--color-two);
  margin: 0 auto;
}

.cookie__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin: 30px auto 0 auto;
}

.footer-1 {
  padding: 20px 0;
  background-color: #05395a;
  color: var(--color-two);
  box-shadow: 5px 0px 13px 7px rgba(0, 0, 0, 0.5);
}
.footer-1__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-1__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.footer-1__logo {
  width: 120px;
}

.footer-1__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-1__wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: auto;
}
.footer-1__container > .footer-1__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.footer-1__wrap:nth-child(1) .footer-1__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.footer-1__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.footer-1__menu-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer-1__menu-item {
  font-family: Oswald;
}
.footer-1__menu-link {
  font-family: Oswald;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.footer-1__slogan {
  font-style: italic;
}

.footer-1__bottom {
  position: relative;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: var(--color-three);
  color: var(--color-two);
}

.footer-1__eight {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 0 auto;
}
.footer-1__eight p:first-child {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.footer-1__eight p:first-child {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.footer-1__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}
.footer-1__link {
  font-size: 40px;
  font-weight: 700;
  max-width: 150px;
}
.footer-1__link img {
  object-fit: contain;
}
.footer-1__socials {
  display: grid;
  grid-template-columns: repeat(8, 50px);
  justify-content: center;
  width: 100%;
  max-width: 900px;
  gap: 45px;
}
.footer-1__social {
}
.footer-1__social img {
  object-fit: contain;
}
.footer-1__partners {
  padding: 30px 0;
  border-top: 2px solid var(--color-two);
  border-bottom: 2px solid var(--color-two);
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  max-width: 100%;
  width: 100%;
}
.footer-1__partners-item {
  max-height: 60px;
}
.footer-1__partners-link {
}
.footer-1__partners-link img {
  object-fit: contain;
  max-height: 80px;
}
.footer-1__icons {
  display: none;
}
@media (max-width: 450px) {
  .fav {
    bottom: 100px;
  }
  .footer-1__wrap:nth-child(1) {
    align-items: center;
    justify-content: center;
  }
  .footer-1__socials {
    align-items: center;
    justify-content: center;
  }
  .wrapper {
    padding-bottom: 89px;
  }
  .footer-1__icons {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 15px 20px;
    background-color: var(--color-three);
    box-shadow: 5px 0px 13px 7px rgba(0, 0, 0, 0.5);
  }
  .footer-1__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .footer-1__icon-img {
    max-width: 35px;
  }
  .footer-1__icon-text {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .footer-1__logo {
    margin: 0 auto;
  }
  .footer-1__socials {
    grid-template-columns: repeat(4, 1fr);
    max-width: 300px;
  }
  .footer-1__body {
    gap: 20px;
    flex-direction: column;
  }
  .footer-1__partners {
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    max-width: 100%;
  }
  .footer-1__menu-link {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .footer-1__socials {
    grid-template-columns: repeat(2, 1fr);
    max-width: 150px;
  }
  .footer-1__container {
    align-items: center;
    justify-content: center;
  }
  .footer-1__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .footer-1__wrap:nth-child(2) .footer-1__menu {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .footer-1__wrap:nth-child(1) .footer-1__menu {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  .footer-1__menu-heading {
    text-align: center;
  }
  .footer-1__partners {
    grid-template-columns: repeat(1, 1fr) !important;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .cookie__buttons {
    flex-direction: column;
  }

  .footer-1__eight {
    font-size: 18px;
  }
  .footer-1__body {
    flex-direction: column;
    gap: 40px;
  }
  .footer-1__partners {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .footer-1__links {
    flex-direction: column;
    gap: 20px;
  }
}

/* modal */
#modal {
  position: relative;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
  font-size: 22px;
}
#modal .FbKALEWhrje__disc-img {
  margin: 10px auto 0 auto;
}
.modal__close {
  cursor: pointer;
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: -50px;
  right: -50px;
}
#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
@media (max-width: 992px) {
  #modal {
    width: 100%;
    max-width: 500px;
    font-size: 20px;
    padding: 30px 15px;
  }
  .modal__close {
    right: 0px;
    top: -70px;
  }
}
/* modal */

/* hover */
.header-1__menu-link:hover,
.header-1__contacts a:hover,
.footer-1__menu-link:hover {
  transition: all 0.3s ease-out;
  color: var(--color-four);
}
.header-1__menu-current {
  color: var(--color-four);
}
/* hover */

/* button */
.button {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: var(--border-radius);
  overflow: hidden;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.button:hover {
  transition: all 0.3s ease-out;
}
.border-radius {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.border-radius > img {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.button__white {
  color: var(--color-one);
  background-color: var(--color-two);
}
.button__white:hover {
  color: var(--color-two);
  background-color: var(--color-three);
}

.button__black {
  color: var(--color-two);
  background-color: var(--color-three);
}
.button__black:hover {
  background-color: var(--color-four);
  color: var(--color-one);
}
/* button */

/* canvas */
.canvas {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvas__container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--color-three);
  border-radius: var(--border-radius);
  overflow: hidden;
  max-height: 600px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .canvas__container {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .canvas__container {
    max-height: 400px;
  }
}
@media (max-width: 450px) {
  .canvas__container {
    max-height: 350px;
  }
}
/* canvas */

/* tab */

.faq-heading {
  cursor: pointer;
}

.faq-desc {
  overflow: hidden;
  max-height: 0;
  padding: 0 15px; /* Устанавливаем padding для скрытого состояния */
  opacity: 0;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
}

.faq-item.active .faq-desc {
  max-height: 1000px; /* Максимальная высота для анимации */
  padding: 15px; /* Устанавливаем padding для открытого состояния */
  opacity: 1;
}
.faq-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.faq-heading::before,
.faq-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 4px;
  background-color: var(--color-two);
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform-origin: center;
}

.faq-heading::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-heading::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-heading::after {
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: var(--color-two);
}

/* tab */

/* animation */
.hover-scale img {
  transition: all 0.3s;
}
.hover-scale:hover img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.hover-x {
  transition: all 0.3s;
}
.hover-x:hover {
  transform: translateX(5px);
  transition: all 0.3s;
}
.hover-radius {
  overflow: hidden;
  transition: all 0.5s;
}
.hover-radius img {
  transition: all 0.5s;
}
.hover-radius:hover {
  border-radius: calc(var(--border-radius) - 15px);
  transition: all 0.5s;
}
.hover-radius:hover img {
  border-radius: calc(var(--border-radius) - 15px);
  transition: all 0.5s;
}
/* animation */

/* Табы */
.tab-content {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.tab-content.active-content {
  display: flex;
  opacity: 1;
}
/* Табы */

main.page > section {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease; /* Плавный переход */
}

/* Четные секции (начиная с первой) появляются слева */
main.page > section:nth-child(odd) {
  transform: translateX(-100px); /* Сдвиг влево */
}

/* Нечетные секции (начиная со второй) появляются справа */
main.page > section:nth-child(even) {
  transform: translateX(100px); /* Сдвиг вправо */
}

/* При добавлении класса .visible секция становится видимой */
main.page > section.visible {
  opacity: 1;
  transform: translateX(0); /* Убираем смещение для видимых секций */
}

.pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
    /* box-shadow: 0 0 0 0px rgb(39 119 4); */
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    /* box-shadow: 0 0 0 20px rgba(205, 59, 59, 0); */
  }
}

.header-1__menu-item-logo {
	display: none;
 }
 @media (max-width: 992px) {
	.header-1__menu-item-logo {
	  display: flex;
	  max-width: 200px;
	  margin-bottom: 40px;
	  animation: pulse2 1.5s infinite;
	}
	@keyframes pulse2 {
	  0% {
		 transform: scale(1);
	  }
	  50% {
		 transform: scale(1.1);
	  }
	  100% {
		 transform: scale(1);
	  }
	}
 }

 
.faq-16__body {
	display: flex;
	gap: 50px;
	margin-bottom: 30px;
 }
 .faq-16__title {
	font-weight: 500;
	width: 100%;
 }
 .faq-16__desc {
	width: 100%;
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
 }
 .faq-16__list {
	padding: 30px ;
	border-radius: var(--border-radius);
	overflow: hidden;
	background-color: var(--color-two);
	display: flex;
	flex-direction: column;
	gap: 30px;
 }
 .faq-16__item {
 }
 .faq-16__item-heading {
	padding: 20px 50px 20px 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	background-color: var(--color-three);
	color: var(--color-two);
	border-radius: var(--border-radius);
	overflow: hidden;
 }
 .faq-16__item-desc {
	font-size: 18px;
	line-height: 2;	color: var(--color-one);

 }
 @media (max-width: 768px) {

	.faq-16__body {
	  flex-direction: column;
	  gap: 0;
	}
	.faq-16__list {
	  padding: 30px 20px;
	}
	.faq-16__item-heading {
	  font-size: 18px;
	}

 }
 @media (max-width: 450px) {
	.faq-16__item-heading {
	  font-weight: 500;
	}
 }
 