@import url(../font/font.css);
.site_logo {
  display: flex;
  align-items: end;
  gap: 2px;
  font-size: 24px;
}
:root {
  --gutter-mobile: 5px;
  --gutter-tablet: 25px;
  --gutter-desktop: 50px;
  --gap-mobile: 5px;
  --gap-desktop: 10px;
  --aspect-video: 16 / 9;
}
*,
*::before,
*::after {
  padding: 0px;
  margin: 0px;
  border: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
button {
  font-family: 'Comfortaa Medium', sans-serif;
}
body {
  background: white;
  font-family: 'Comfortaa Medium', sans-serif;
  display: grid;
  grid-template-columns: [full-start] var(--gutter-desktop) [content-start] repeat(13, minmax(0, 1fr)) [content-end] var(--gutter-desktop) [full-end];
  column-gap: var(--gap-desktop);
  align-items: stretch;
  color: #2E2E2E;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
nav {
  background: white;
  box-shadow: 0 -3px 30.4px 0 rgba(0, 0, 0, 0.25);
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}
.nav_menu {
  display: flex;
  gap: 75px;
}
.nav_menu a {
  font-size: 18px;
}
.projectBtn,
.navBtn {
  font-size: 16px;
  width: 200px;
  height: 37px;
  border-radius: 7px;
  cursor: pointer;
}
.navBtn {
  background: #CFB53B;
  color: #FFFFFF;
}
header {
  grid-column: full;
  position: relative;
}
header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
}
p {
  font-size: clamp(16px, 2vw, 18px);
}
.highlighter {
  color: #CFB53B;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
header,
.contacts,
.about,
footer,
.partners,
.services,
.project {
  overflow: hidden;
}
header h2,
.contacts h2,
.about h2,
footer h2,
.partners h2,
.services h2,
.project h2 {
  text-align: center;
}
.contacts h3,
.about h3 {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
}
ul,
ul li {
  list-style: none;
}
.about h2,
.contacts h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #CFB53B;
  letter-spacing: 0.4em;
}
.about h2,
.about h3,
.contacts h2,
.contacts h3 {
  font-weight: normal;
}
.about h3,
.contacts h3 {
  font-size: 40px;
  color: #2E2E2E;
  letter-spacing: 0.1em;
}
.nav__aside-menu {
  position: fixed;
  background: #2E2E2E;
  z-index: 1001;
  height: 100vh;
  width: 450px;
  top: 0;
  left: -450px;
  padding: 20px 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  transition: all 0.3s ease;
  transition: all 0.5s;
}
.nav__aside-menu a {
  color: #FFFFFF;
}
.nav__aside-menu > .site_logo {
  color: #FFFFFF;
  font-size: 25px;
  margin: 0 0 0 0;
}
.nav__aside-menu.active {
  left: 0;
}
.nav-text_aside {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.nav__aside-menu .header_btns {
  flex-direction: column;
}
.sotial {
  display: flex;
}
.nav-text_aside,
.sotial,
.nav__aside-menu .header_btns {
  gap: 35px;
}
header {
  height: 100vh;
  display: flex;
  justify-content: center;
  padding-top: 140px;
}
.modul_header,
.header_center_block,
.modul_header_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.modul_header {
  justify-content: space-around;
}
.header_center_block {
  max-width: 808px;
  text-align: center;
  gap: 46px;
}
h1 {
  font-size: 80px;
  line-height: 130%;
  color: #dfdfdf;
}
.header_center_block p:first-child {
  color: #dfdfdf;
}
.header_center_block p:last-child {
  max-width: 802px;
  line-height: 240%;
  color: #dfdfdf;
}
.projectBtn {
  background: white;
  color: #2E2E2E;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.projectBtn:hover {
  background: #2E2E2E;
  color: #dfdfdf;
  box-shadow: none;
}
.header_btns {
  display: flex;
  gap: 30px;
}
.block_arrow {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  color: #dfdfdf;
}
.block_arrow svg {
  animation: bounce 1.5s infinite ease-in-out;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 2000;
  position: fixed;
  top: 12px;
  right: 40px;
}
.lines {
  width: 32px;
  height: 5px;
  background-color: #707070;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.burger_line2 {
  background-color: #CFB53B;
  width: 25px;
  margin: 0;
  align-self: end;
}
.burger.active .burger_line1 {
  transform: rotate(45deg) translate(7px, 7px);
}
.burger.active .burger_line2 {
  width: 0px;
}
.burger.active .burger_line3 {
  transform: rotate(-45deg) translate(7px, -7px);
}
.about,
.about_block {
  display: flex;
  flex-direction: column;
}
.about {
  padding: 40px 0;
  grid-column: content;
  align-items: center;
  gap: 20px;
}
.advance {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 60px;
}
.about_block {
  align-items: center;
  text-align: center;
  line-height: 160%;
  gap: 25px;
  width: 382px;
  padding: 30px;
  border-radius: 20px;
}
.about_block:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #f9f9f9;
  width: 4rem;
  height: 4rem;
}
.icon svg {
  color: #CFB53B;
}
.partners {
  grid-column: content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 40px;
}
.partners h2 {
  font-size: 40px;
  letter-spacing: 2px;
}
.partners p {
  margin-bottom: 40px;
}
.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 0 10px;
  transition: transform 0.4s ease-in-out;
}
.owl-carousel .item img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 110px;
  object-fit: contain;
}
.owl-carousel .item:hover {
  transform: scale(1.1);
}
.services {
  display: flex;
  grid-column: content;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  gap: 45px;
}
.services h2 {
  font-size: 45px;
  letter-spacing: 4px;
}
.icon_services {
  width: 48px;
  height: 48px;
  color: #FFFFFF;
  background: #CFB53B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.service_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 60px;
}
.service_card {
  display: flex;
  flex-direction: column;
  width: 356px;
  padding: 24px;
  border-radius: 20px;
  gap: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.service_card h3 {
  font-family: 'Comfortaa SemiBold', sans-serif;
}
.service_card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.service_card h3 {
  margin: 8px 0 0 0;
  color: #222222;
}
.service_card p {
  font-size: 14px;
  color: #5c5c5c;
}
.project {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  grid-column: content;
  gap: 70px;
  align-items: center;
  padding: 80px 0;
}
.project h2 {
  font-size: 45px;
  letter-spacing: 4px;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  border-radius: 35px;
  border: 8px solid #FFFFFF;
}
.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}
.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}
.swiper-slide-active div {
  display: block;
  opacity: 1;
}
.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/photo_2025-10-02_21-05-17.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--ten {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/photo_2025-10-02_21-06-02.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/Airbrush-Image-Enhancer-1760282192814.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/photo_2025-10-02_21-06-15.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/photo_2025-10-02_21-06-24.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/photo_2025-10-02_21-06-31.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--seven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/photo_2025-10-02_21-05-55.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--eight {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/Airbrush-Image-Enhancer-1760043663213.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--nine {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/Airbrush-Image-Enhancer-1760043708038.jpg") no-repeat 50% 50% / cover;
}
.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/Airbrush-Image-Enhancer-1760043773858.jpg") no-repeat 50% 50% / cover;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.videos-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 30px;
  width: 100%;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}
.video-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 — можно изменить под ваш формат */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  /* фоночный цвет под видео */
  border-radius: 20px;
  overflow: hidden;
}
.video-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* видео отображается целиком, без обрезки */
  border-radius: 20px;
}
.contacts {
  display: flex;
  flex-direction: column;
  grid-column: content;
  align-items: center;
  padding: 40px 0 80px 0;
  gap: 15px;
}
.contacts > p {
  max-width: 888px;
  line-height: 160%;
  letter-spacing: 2px;
  text-align: center;
}
.contacts_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px;
  margin: 60px 0 48px 0;
}
.contact_block {
  padding: 24px 0;
  border: solid 1px #e5e5e5;
  box-shadow: 0 1px 3px 0 #e5e5e5;
  border-radius: 12px;
  width: 282px;
}
.contact_block:hover {
  border: solid 1px #CFB53B;
  box-shadow: 0 1px 3px 0 rgba(207, 181, 59, 0.1);
}
.module {
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.module h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
.module p {
  font-size: 16px;
}
.contact_icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 181, 59, 0.1);
}
.contact_icon svg {
  color: #CFB53B;
}
footer,
.f_module_block {
  display: flex;
  justify-content: space-around;
  gap: calc(0.25rem * 8);
}
footer {
  flex-wrap: wrap;
  grid-column: full;
  background: #2c2c2c;
  color: #FFFFFF;
  padding: 48px 0;
}
footer p {
  font-size: 16px;
}
.f_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_h,
.logo {
  margin: 0 0 8px 0;
}
.footer_h {
  font-size: 18px;
  font-weight: 900;
  color: #CFB53B;
}
.txt_logo {
  max-width: 498px;
  line-height: 150%;
}
.footer_block1 p:last-child {
  font-size: 13px;
  color: #a7a7a7;
}
.contact-form-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
}
.contact-form-overlay.active {
  display: block;
}
.contact-form {
  position: fixed;
  z-index: 10000;
  left: calc(50% - 145px);
  bottom: 0;
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  max-width: 310px;
  transform: translateY(100%);
  transition: all 1s ease-in-out;
}
.form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.form-title {
  font-size: 22px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  font-weight: normal;
}
.close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s;
}
.close-btn:hover {
  background: #f3f4f6;
  color: #374151;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.input-group {
  display: flex;
  flex-direction: column;
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.2s;
  box-sizing: border-box;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #CFB53B;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form-input {
  height: 36px;
}
.form-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}
.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  background: #CFB53B;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.submit-btn:hover {
  background: #B59A30;
}
.submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
#notification {
  width: 100%;
  max-width: 400px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(135%);
  bottom: 30px;
  background-color: #fff;
  color: #2E2E2E;
  padding: 10px 25px;
  border-radius: 15px;
  text-align: center;
  cursor: default;
  transition: transform 0.7s ease-in-out;
}
#notification.active {
  transform: translateY(0);
}
#notification svg {
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
}
.notification_chekmark {
  stroke-dasharray: 32;
  stroke-dashoffset: 32;
  animation: drawCheckmark 0.7s ease-in-out forwards;
}
@keyframes drawCheckmark {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1024px) {
  body {
    grid-template-columns: [full-start] var(--gutter-tablet) [content-start] repeat(13, minmax(0, 1fr)) [content-end] var(--gutter-tablet) [full-end];
    column-gap: var(--gap-tablet);
  }
  .about h3 {
    font-size: 30px;
  }
  .partners p {
    text-align: center;
    line-height: 160%;
  }
  .smu img {
    max-height: 100px!important;
  }
  .nav_menu,
  nav .navBtn {
    display: none;
  }
  nav {
    justify-content: space-between;
  }
  .site_logo {
    margin: 0 0 0 40px;
  }
  .burger {
    display: flex;
  }
  .projectBtn:hover {
    background: white;
    color: #2E2E2E;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 900px) {
  .about_block {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  .service_card {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  h1 {
    font-size: 60px;
  }
  .services {
    padding: 0 0 30px 0;
  }
  .videos-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  footer {
    justify-content: space-around;
    padding: 48px 25px 48px 25px;
  }
  footer p {
    font-size: 14px;
  }
  .f_block a {
    font-size: 14px;
  }
  .txt_logo {
    max-width: 330px;
  }
  .about_block p {
    max-width: 320px;
  }
  .contacts h3 {
    font-size: 35px;
  }
  .contacts > p {
    font-size: 15px;
    max-width: 719px;
  }
  .contacts_block {
    margin: 35px 0 48px 0;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 37px;
    line-height: 130%;
  }
  .header_center_block p:last-child {
    max-width: 534px;
    line-height: 190%;
  }
  .partners h2,
  .project h2 {
    font-size: 35px;
  }
  .smu88 {
    width: 50px;
  }
  .services h2 {
    font-size: 40px;
  }
  .partners p {
    max-width: 510px;
    text-align: center;
    line-height: 160%;
  }
  .contacts > p {
    max-width: 390px;
  }
  .about_block p {
    max-width: 272px;
    font-size: 14px;
  }
  .project {
    padding: 60px 0;
  }
  .f_block {
    margin-left: 40px;
  }
}
@media (max-width: 576px) {
  body {
    grid-template-columns: [full-start] var(--gutter-mobile) [content-start] repeat(13, minmax(0, 1fr)) [content-end] var(--gutter-mobile) [full-end];
    column-gap: var(--gap-mobile);
  }
  header {
    padding: 115px 0 0 0;
  }
  h1 {
    font-size: 35px;
  }
  .about h3,
  .contacts h3 {
    font-size: 29px;
  }
  .about_block {
    padding: 13px;
  }
  .header_center_block p:last-child {
    max-width: 300px;
    font-size: 14px;
  }
  .clients-carousel {
    gap: 35px;
    margin-top: 0;
  }
  .contacts > p {
    max-width: 314px;
  }
  footer {
    justify-content: left;
  }
  .f_block {
    margin-left: 0;
  }
}
@media (max-width: 502px) {
  .burger.active .burger_line1 {
    transform: rotate(45deg) translate(7px, 7px);
    background: white;
  }
  .burger.active .burger_line2 {
    width: 0px;
  }
  .burger.active .burger_line3 {
    transform: rotate(-45deg) translate(7px, -7px);
    background: white;
  }
  .header_center_block {
    max-width: 808px;
    text-align: center;
    gap: 30px;
  }
}
@media (max-width: 456px) {
  .header_btns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .site_logo {
    margin: 0 0 0 20px;
  }
  .burger {
    right: 20px;
  }
  .header_btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  h1 {
    font-size: 29px;
  }
  .header_center_block p:first-child {
    font-size: 13px;
  }
  .block_arrow p {
    font-size: 13px;
  }
  .partners h2,
  .project h2 {
    font-size: 28px;
  }
  .partners p {
    max-width: 281px;
  }
  .box {
    width: 150px;
  }
  .services h2 {
    font-size: 32px;
  }
  .service_card {
    width: 323px;
    padding: 16px;
  }
  .service_card p {
    font-size: 13px;
    max-width: 290px;
  }
  footer {
    padding: 48px 0 48px 6px;
  }
  .f_module_block {
    gap: calc(0.1rem * 8);
  }
}
