@charset "UTF-8";
@font-face {
  font-family: "Neuro";
  src: url("/assets/fonts/NeueHaasDisplayMediu.ttf") format("truetype");
}
@font-face {
  font-family: "Neuro1";
  src: url("/assets/fonts/NeueHaasDisplayLight.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  background-color: black;
  max-width: 100%;
  height: 106px;
}
header nav {
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 47px;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul {
  display: flex;
  width: 650px;
  gap: 50px;
  list-style: none;
  align-items: center;
  font-family: "Neuro";
  line-height: 100%;
}
header nav ul a {
  text-decoration: none;
  color: white;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
header nav ul a:hover {
  color: #d0a409;
  transform: skewY(5deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  header nav {
    padding: 30px 30px;
  }
  header nav ul {
    gap: 30px;
    width: auto;
  }
}
@media (max-width: 768px) {
  header {
    height: auto;
  }
  header nav {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 20px 20px;
  }
  header nav a > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  header nav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  header nav {
    padding: 15px;
    align-items: center;
  }
  header nav a > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  header nav ul {
    gap: 15px;
    align-items: center;
  }
  header nav ul li {
    width: auto;
  }
  header nav ul a {
    font-size: 14px;
    width: auto;
    text-align: center;
  }
}
.about-section {
  background-color: #191a19;
  color: #ffffff;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
.about-section .about-section-main {
  padding: 0 50px;
  padding-top: 65px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-section .about-section-main .about-section-main-left-block {
  max-width: 650px;
  width: 100%;
  height: auto;
  font-family: "Poppins";
}
.about-section .about-section-main .about-section-main-left-block span {
  color: #c19807;
}
.about-section .about-section-main .about-section-main-left-block .about-section-main-left-block-title {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  gap: 30px;
}
.about-section .about-section-main .about-section-main-left-block .about-section-main-left-block-title div {
  background-color: #ffffff;
  color: #000000;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  font-family: "Neuro1";
}
.about-section .about-section-main .about-section-main-left-block .about-section-main-left-block-title p {
  font-family: "Neuro";
  font-size: 30px;
}
.about-section .about-section-main .about-section-main-left-block .left-block-text {
  font-size: 20px;
  font-family: "Poppins";
}
.about-section .about-section-main .about-section-main-right-block {
  width: 100%;
  max-width: 545px;
  margin-top: 52px;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item {
  font-family: "Neuro";
  border: 1px solid #555555;
  border-radius: 18px;
  min-height: 75px;
  margin-bottom: 15px;
  padding: 20px 30px;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item:hover {
  cursor: pointer;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item summary span {
  display: inline-block;
  background-color: #444444;
  width: 31px;
  height: 30px;
  border-radius: 100px;
  padding-top: 5px;
  text-align: center;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item[open] summary {
  color: #c19807;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item[open] summary span {
  background-color: #1d1d1d;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item summary img {
  transition: all 0.3s ease;
}
.about-section .about-section-main .about-section-main-right-block .about-section-main-right-block-item[open] summary img {
  content: url("../assets/img/aboutPageImg/yellow+svg.svg");
}
.about-section .about-section-partners-title {
  margin-top: 170px;
  text-align: center;
}
.about-section .about-section-partners-title p {
  font-size: 30px;
  font-family: "Neuro";
  color: #ffffff;
}
.about-section .about-section-swiper .logos-slider {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.about-section .about-section-swiper .logos-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
  gap: 50px;
}
.about-section .about-section-swiper .logos-track img {
  border: 1px solid grey;
  width: 207px;
  height: 106px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}
.about-section .about-section-swiper .logos-track img:hover {
  transform: scale(1);
  opacity: 1;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about-section .about-section-statistics-block {
  margin: 0 auto;
  padding: 0 50px;
  margin-top: 100px;
  width: 100%;
  max-width: 1340px;
}
.about-section .about-section-statistics-block .about-section-statistics-block-title {
  text-align: center;
  font-size: 30px;
  font-family: "Neuro";
  color: rgb(255, 255, 255);
}
.about-section .about-section-statistics-block .about-section-statistics-block-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
.about-section .about-section-statistics-block .about-section-statistics-block-flex-container .about-section-statistics-block-flex-container-item {
  width: 202px;
  max-width: 202px;
}
.about-section .about-section-statistics-block .about-section-statistics-block-flex-container .about-section-statistics-block-flex-container-item .about-section-statistics-block-flex-container-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  padding-bottom: 23px;
  font-family: "Poppins";
  font-size: 20px;
}
.about-section .about-section-statistics-block .about-section-statistics-block-flex-container .about-section-statistics-block-flex-container-item .about-section-statistics-block-flex-container-item-title div {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 1px 40px 0px rgba(251, 195, 0, 0.3), inset 0px 4px 18px 0px rgba(154, 146, 210, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.about-section .about-section-statistics-block .about-section-statistics-block-flex-container .about-section-statistics-block-flex-container-item .about-section-statistics-block-flex-container-item-title div img {
  width: 24px;
  height: 24px;
}
.about-section .about-section-statistics-block .about-section-statistics-block-flex-container .about-section-statistics-block-flex-container-item .about-section-statistics-block-flex-container-item-desc {
  font-size: 50px;
  font-family: "Poppins";
  overflow: hidden;
}
.about-section .about-section-statistics-block .about-section-statistics-block-flex-container .about-section-statistics-block-flex-container-item .about-section-statistics-block-flex-container-item-desc .counter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1260px) {
  .about-section .about-section-main {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .about-section .about-section-main-left-block .left-block-text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about-section .about-section-statistics-block-flex-container {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .about-section .about-section-main-left-block-title p {
    font-size: 20px !important;
  }
  .about-section .about-section-main-left-block .left-block-text {
    font-size: 14px !important;
  }
  .about-section .about-section-statistics-block-flex-container-item-desc {
    font-size: 36px;
  }
}
@media (max-width: 460px) {
  .about-section .about-section-main-left-block-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-section .about-section-partners-title p {
    font-size: 16px !important;
  }
  .about-section .about-section-main-left-block .left-block-text {
    font-size: 12px !important;
  }
}

.license-section {
  background-color: #faf6f3;
  color: #000000;
  height: 100%;
  min-height: 100vh;
}
.license-section .license-section-main {
  margin: 0 auto;
  padding: 100px 50px 0 50px;
  width: 100%;
  max-width: 1340px;
}
.license-section .license-section-main .license-section-main-title {
  text-align: center;
  font-family: "Neuro";
  font-size: 30px;
  margin-bottom: 40px;
}
.license-section .license-section-main .license-swiper {
  margin-top: 0;
}
.license-section .license-section-main .license-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  /* убираем ограничение по высоте */
  max-height: none;
}
.license-section .license-section-main .license-swiper .swiper-slide {
  text-align: center;
  position: relative;
  transition: margin-top 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 284px;
}
.license-section .license-section-main .license-swiper .swiper-slide img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 3px solid transparent;
  border-radius: 10px;
  transition: border 0.6s ease;
  height: auto; /* чтобы сохранялось пропорции */
}
.license-section .license-section-main .license-swiper .swiper-slide .slide-number {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "Neuro";
  color: #866800;
}
.license-section .license-section-main .license-swiper .swiper-slide-prev,
.license-section .license-section-main .license-swiper .swiper-slide-next {
  margin-top: 150px;
  width: 284px;
}
.license-section .license-section-main .license-swiper .swiper-slide-active {
  margin-top: 0;
}
.license-section .license-section-main .license-swiper .swiper-navigation {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 30px;
  margin-bottom: 100px;
}
.license-section .license-section-main .license-swiper .swiper-navigation .left-arrow {
  transform: rotateY(180deg);
}
.license-section .license-section-main .license-swiper .swiper-navigation .custom-swiper-button-prev,
.license-section .license-section-main .license-swiper .swiper-navigation .custom-swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.license-section .license-section-main .license-swiper .swiper-navigation .custom-swiper-button-prev img,
.license-section .license-section-main .license-swiper .swiper-navigation .custom-swiper-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.license-section .license-section-main .license-swiper .swiper-navigation .swiper-button-prev,
.license-section .license-section-main .license-swiper .swiper-navigation .swiper-button-next {
  display: none !important;
}
.license-section .license-section-main .license-swiper .swiper-navigation .custom-swiper-button-next .right-arrow {
  color: gray;
  transition: color 0.3s ease;
}
.license-section .license-section-main .license-swiper .swiper-navigation .custom-swiper-button-next:hover .right-arrow {
  color: yellow;
}

@media (max-width: 1340px) {
  .license-section-main {
    padding: 100px 30px 0 30px;
  }
}
@media (max-width: 1024px) {
  .license-section-main {
    padding: 100px 30px 0 30px;
  }
  .license-swiper .swiper-slide-prev,
  .license-swiper .swiper-slide-next {
    margin-top: 40px;
    width: 200px;
    opacity: 0.5;
    transform: scale(0.9);
  }
  .license-swiper .swiper-slide-active {
    margin-top: 0;
    transform: scale(1);
  }
  .license-swiper .swiper-navigation {
    margin-bottom: 60px;
  }
  .slide-number {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .license-section-main {
    padding: 100px 20px 0 20px;
    padding-left: 90px !important;
    padding-bottom: 50px !important;
  }
  .license-swiper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .license-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    transform: none !important;
    max-height: none !important;
    align-items: center;
  }
  .license-swiper .swiper-slide {
    width: 100% !important;
    max-width: 400px;
    margin-top: 0 !important;
    transform: none !important;
  }
  .license-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .license-swiper .swiper-slide-prev,
  .license-swiper .swiper-slide-next,
  .license-swiper .swiper-slide-active {
    transform: none !important;
    margin-top: 0 !important;
  }
  .license-swiper .swiper-navigation {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .license-section-main-title {
    font-size: 24px;
  }
  .slide-number {
    font-size: 20px;
  }
  .custom-swiper-button-prev,
  .custom-swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .license-section-main {
    padding: 80px 15px 0 15px;
  }
}
.team-section {
  background-color: #030303;
  color: #ffffff;
  height: 100%;
  min-height: 100vh;
}
.team-section .team-section-main {
  margin: 0 auto;
  padding: 0 50px;
  padding-top: 100px;
  width: 100%;
  max-width: 1340px;
}
.team-section .team-section-main .team-section-main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 60px;
}
.team-section .team-section-main .team-section-main-title .team-title {
  font-family: "Neuro";
  font-size: 30px;
}
.team-section .team-section-main .team-section-main-title .team-title-desc {
  font-family: "Poppins";
  font-size: 18px;
  width: 710px;
  height: 60px;
  text-align: right;
  margin-left: auto;
}
.team-section .team-section-main .team-section-main-img-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.team-section .team-section-main .team-section-main-img-container .row {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.team-section .team-section-main .team-section-main-img-container .row img {
  width: 610px;
  height: 390px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  cursor: pointer;
}
.team-section .team-section-main .team-section-main-img-container .row img:hover {
  width: 894px;
}
.team-section .team-section-main .team-section-main-img-container .row img:hover + img,
.team-section .team-section-main .team-section-main-img-container .row img:has(+ img:hover) {
  width: 433px;
}

@media (max-width: 1200px) {
  .team-section .team-section-main .team-section-main-title {
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 150px !important;
  }
  .team-section .team-section-main .team-section-main-title .team-title-desc {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
  .team-section .team-section-main .team-section-main-img-container {
    gap: 30px;
  }
  .team-section .team-section-main .team-section-main-img-container .row {
    flex-direction: column;
    align-items: center;
  }
  .team-section .team-section-main .team-section-main-img-container .row img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .team-section .team-section-main .team-section-main-img-container .row img:hover {
    width: 100%;
  }
  .team-section .team-section-main .team-section-main-img-container .row img:hover + img,
  .team-section .team-section-main .team-section-main-img-container .row img:has(+ img:hover) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .team-section .team-section-main {
    padding: 0 20px;
  }
  .team-section .team-section-main .team-title {
    font-size: 24px;
  }
  .team-section .team-section-main .team-title-desc {
    font-size: 16px;
  }
}
.contacts-section {
  background-color: #030303;
  color: #ffffff;
  height: 100%;
  padding-bottom: 100px;
  min-height: 100vh;
}
.contacts-section .contacts-section-main {
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  max-width: 1340px;
}
.contacts-section .contacts-section-main .contacts-container {
  display: flex;
  justify-content: space-between;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-left-block .contacts-container-left-block-info a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-family: "Neuro1";
  line-height: 28px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-left-block .contacts-container-left-block-info a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #f39c12;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 3px;
  box-shadow: 0 0 5px #f39c12, 0 0 10px #f39c12;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-left-block .contacts-container-left-block-info a:hover::after {
  opacity: 1;
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 10px #f39c12, 0 0 20px #f39c12;
  }
  50% {
    box-shadow: 0 0 25px #f39c12, 0 0 40px #f39c12;
  }
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-left-block .contacts-container-left-block-info .info-group {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 50px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-left-block .contacts-container-left-block-info .info-group p {
  font-family: "Neuro1";
  line-height: 30px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-left-block .contacts-container-left-block-name {
  font-family: "Neuro";
  font-size: 50px;
  line-height: 80px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block input,
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block textarea,
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block button {
  background-color: #000;
  color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  font-size: 17px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block input:focus,
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block textarea:focus,
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block button:focus {
  outline: none;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block input {
  border: 1px solid #eeeeee !important;
  border-radius: 10px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row input {
  width: 374px;
  height: 46px;
  margin-bottom: 40px;
  padding-left: 15px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row textarea {
  padding-top: 20px;
  padding-left: 15px;
  width: 774px;
  height: 183px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row:last-child {
  justify-content: flex-end;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row:last-child button {
  width: 249px;
  height: 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.8s ease;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row:last-child button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #c19807;
  transition: left 0.6s ease;
  z-index: 0;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row:last-child button:hover {
  color: #ffffff;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row:last-child button:hover::before {
  left: 0;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row:last-child button span {
  position: relative;
  z-index: 1;
}
.contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row:last-child button:hover {
  cursor: pointer;
}

@media (max-width: 1340px) {
  .contacts-section .contacts-section-main .contacts-container .contacts-container-left-block,
  .contacts-section .contacts-section-main .contacts-container .contacts-container-right-block {
    width: 100%;
    max-width: 100%;
  }
  .contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row {
    flex-direction: column;
    align-items: flex-end;
  }
  .contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row input,
  .contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row textarea {
    width: 100%;
  }
  .contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row button {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contacts-section .contacts-section-main .contacts-container-left-block-name {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .contacts-section .contacts-section-main .contacts-container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }
  .contacts-section .contacts-section-main .contacts-container .contacts-container-right-block .form-row {
    align-items: center;
  }
  .contacts-section .contacts-section-main .contacts-container .contacts-container-left-block {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts-section .contacts-section-main .contacts-container .contacts-container-left-block-info .info-group {
    gap: 15px;
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .contacts-section .contacts-section-main {
    padding: 0 15px;
  }
  .contacts-section .contacts-section-main .contacts-container-left-block-name {
    font-size: 32px;
    line-height: 48px;
  }
  .contacts-section .contacts-section-main .contacts-container-left-block-info .info-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts-section .contacts-section-main .contacts-container-right-block .form-row {
    margin-bottom: 20px;
  }
  .contacts-section .contacts-section-main .contacts-container-right-block .form-row input,
  .contacts-section .contacts-section-main .contacts-container-right-block .form-row textarea,
  .contacts-section .contacts-section-main .contacts-container-right-block .form-row button {
    width: 100%;
  }
}
footer {
  background-color: #faf6f3;
  min-height: 100vh;
}
footer .footer-section {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 50px;
  padding-top: 110px;
  padding-bottom: 190px;
  color: #484848;
}
footer .footer-section .footer-title {
  margin-bottom: 60px;
}
footer .footer-section .footer-flex-center {
  display: flex;
  justify-content: center;
}
footer .footer-section .footer-center {
  max-width: 940px;
  height: 230px;
  text-align: center;
  margin-bottom: 125px;
}
footer .footer-section .footer-center h1 {
  color: #866800;
  font-family: "Neuro";
  line-height: 80px;
  font-size: 70px;
}
footer .footer-section .footer-center .magic-button {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  width: 235px;
  height: 40px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, transform 0.3s ease;
  box-shadow: 0 0 10px rgba(134, 104, 0, 0.3);
}
footer .footer-section .footer-center .magic-button::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #92760f;
  transition: left 0.4s ease;
  z-index: -1;
}
footer .footer-section .footer-center .magic-button:hover::before {
  left: 0;
}
footer .footer-section .footer-center .magic-button:hover {
  color: #fff5d1;
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(134, 104, 0, 0.7);
}
footer .footer-section .footer-center .magic-button:active {
  transform: scale(0.97);
  box-shadow: 0 0 8px rgba(134, 104, 0, 0.5);
}
footer .footer-section .footer-down-block {
  max-width: 1340px;
}
footer .footer-section .footer-down-block .footer-down-block-title-section-titles {
  display: flex;
  gap: 156px;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 30px;
}
footer .footer-section .footer-down-block .footer-down-block-title-line {
  border-top: 0.5px solid #9f9f9f;
  margin-top: 5px;
  margin-bottom: 30px;
}
footer .footer-section .footer-down-block-abouts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 79px;
  font-family: "Poppins";
  width: 100%;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-first {
  width: 150px;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-first-ul a {
  position: relative;
  text-decoration: none;
  color: #484848;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-first-ul a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #866800;
  transition: width 0.4s ease;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-first-ul a:hover::after {
  width: 100%;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-second {
  width: 150px;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-third {
  display: flex;
  gap: 15px;
  margin-left: auto;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-third a {
  width: 40px;
  height: 40px;
  background-color: #141414;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #866800;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-third a:hover {
  background-color: #866800;
}
footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-third a:hover img {
  filter: brightness(0) invert(1);
}
footer .footer-section .footer-down-block-abouts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1024px) {
  footer .footer-section {
    padding: 80px 30px;
  }
  footer .footer-section .footer-center h1 {
    font-size: 48px;
    line-height: 60px;
  }
  footer .footer-section .footer-center .magic-button {
    width: 220px;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
  }
  footer .footer-section .footer-down-block-title-section-titles {
    gap: 80px;
    font-size: 17px;
  }
  footer .footer-section .footer-down-block-abouts {
    gap: 50px;
  }
  footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-third {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-section {
    padding: 60px 20px;
  }
  footer .footer-section .footer-center {
    height: auto;
    margin-bottom: 80px;
  }
  footer .footer-section .footer-center h1 {
    font-size: 40px;
    line-height: 50px;
  }
  footer .footer-section .footer-center .magic-button {
    width: 200px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
  footer .footer-section .footer-down-block-title-section-titles {
    justify-content: space-between;
    font-size: 16px;
  }
  footer .footer-section .footer-title {
    text-align: center;
  }
  footer .footer-section .footer-down-block-abouts {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-third {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  footer .footer-section {
    padding: 40px 15px;
  }
  footer .footer-section .footer-center h1 {
    font-size: 28px;
    line-height: 36px;
  }
  footer .footer-section .footer-center .magic-button {
    width: 180px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
  }
  footer .footer-section .footer-down-block-title-section-titles {
    gap: 0px !important;
    align-items: center;
    text-align: center;
  }
  footer .footer-section .footer-down-block-abouts {
    text-align: center;
    gap: 25px;
  }
  footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-first,
  footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-second {
    width: 100%;
  }
  footer .footer-section .footer-down-block-abouts .footer-down-block-abouts-third {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
}/*# sourceMappingURL=about.css.map */