@charset "UTF-8";
@font-face {
  font-family: SF Pro Display;
  font-display: swap;
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "SF Pro Display", Arial, sans-serif;
}
@font-face {
  font-family: SF Pro Display;
  font-display: swap;
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "SF Pro Display", Arial, sans-serif;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Manrope", Arial, sans-serif;
}
@font-face {
  font-family: SF Pro Display;
  font-display: swap;
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "SF Pro Display", Arial, sans-serif;
}
@font-face {
  font-family: SF Pro Display;
  font-display: swap;
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "SF Pro Display", Arial, sans-serif;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  /* Резервні шрифти для безпечного відображення */
  font-family: "Manrope", Arial, sans-serif;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: HelveticaNeueCyr, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #fff;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}

section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
  background-color: #000;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 117rem;
  padding: 0 1.5rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

*[data-popup] {
  cursor: pointer;
}

.bttn {
  width: 190px;
  background: none;
  display: flex;
  border: none;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
  color: #fff;
  min-width: 190px;
  padding-bottom: 18.5px;
}
.bttn svg {
  transition: all 0.3s linear;
}
.bttn:hover {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.bttn:hover svg {
  transform: rotate(-30deg);
}
.bttn:hover svg path {
  fill: #535353;
}
.bttn__text {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.02em;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

.bttn-apply {
  font-family: Manrope;
  cursor: pointer;
  text-transform: none !important;
  background-color: #E20404;
  border-radius: 10rem;
  max-width: 38.6rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2.4rem 2rem !important;
}

.bttn-apply-small {
  max-width: 14rem;
  padding: 1.3rem 3rem !important;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

body {
  background-color: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2.25rem 0;
  z-index: 12;
  transition: 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 24px 0;
  }
  .header .bttn {
    width: 113px;
    padding-bottom: 17px;
    min-width: 113px;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    opacity: 1;
    transition: all 0.3s linear;
  }
}
.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 100px;
}
@media only screen and (max-width: 992px) {
  .header__menu {
    display: none;
  }
}
.header__menu-list {
  display: flex;
  gap: 40px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #CCCCCC;
}
@media only screen and (max-width: 992px) {
  .header__menu-list {
    display: none;
  }
}
.header__menu-list .menu-item {
  color: #fff;
  transition: color 0.3s linear;
}
.header__menu-list .menu-item:hover {
  color: #535353;
}
.header--scrolled {
  background: rgba(0, 0, 0, 0.95);
  transition: all 0.3s ease;
  opacity: 1;
}
.header__logo {
  z-index: 30;
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 1.5rem;
  z-index: 11;
}
@media only screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before,
.header__burger span, .header__burger:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear, opacity 0.3s linear;
}
.header__burger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  top: 100%;
  transform: translate(-50%, -100%);
  transition: all 0.3s linear;
}
.header__burger.active span {
  transform: rotate(-45deg) translate(-2px, -14px);
}
.header__burger.active:before {
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__burger.active:after {
  top: 100%;
  transform: translate(-50%, -100%);
  width: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 128rem;
  padding: 0 1.5rem;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.menu-open {
  background-color: #051515;
}

.burger__wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(3px);
  display: none;
}
.burger__main {
  margin-top: 182px;
  display: flex;
  color: #E5DBC6;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.burger__first-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.burger__menu-links {
  font-family: Manrope;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  text-align: center;
  color: #fff;
  width: 190px;
  padding-bottom: 16px;
  transition: color 0.3s linear;
  display: block;
}
.burger__menu-links:hover {
  color: #535353;
}
.burger__second-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.burger__second-links a:hover svg path {
  fill: #8E7662;
}
.burger__second-links svg path {
  transition: all 0.3s linear;
}

.banner {
    margin-top: 91px;
  padding: 0;
  min-height: 50rem;
  
  height: 719px;
  
  background-image: url('../img/general/main-banner.jpg');
  background-repeat: no-repeat;
  
}

@media only screen and (max-width: 700px) {
    .banner {
        
        height: 748px;
    background-position: center left 62%;
    }
}
.banner__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .banner__container {
    
  }
}
.banner__content {
  flex: 1;
}
.banner__header {
  font-family: SF Pro Display;
  font-size: 68px;
    font-weight: 700;
    line-height: 61.2px;
    letter-spacing: -0.04em;
    text-align: left;
  color: #fff;
  margin-bottom: 32px;
}

@media only screen and (max-width: 700px) {
  .banner__header {
    font-size: 40px;
    font-weight: 700;
    line-height: 90%;
    margin-bottom: 16px;
  }
  .banner__header br:first-child {
    display: none;
  }
}
.banner__text {
  color: #fff;
  margin-bottom: 64px;
  font-family: SF Pro Display;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .banner__text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 22.4px;
    max-width: 286px;
  }
}
.banner__img {
  flex: 1;
}
@media only screen and (max-width: 700px) {
  .banner__img {
    max-width: 450px;
    margin: 0 auto;
  }
}
.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.second {
  background: #1E1E1E;
}
.second__content {
  padding: 15px 0 65px 78px;
}
@media only screen and (max-width: 992px) {
  .second__content {
    padding: 15px 0 65px 0;
  }
}
.second__text {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .second__text {
    width: fit-content;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 500px) {
  .second__text {
    margin: 0;
  }
}
.second__title {
  font-family: SF Pro Display;
  font-size: 46px;
  font-weight: 700;
  line-height: 41.4px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .second__title {
    font-size: 46px;
    line-height: 41.5px;
  }
}
.second__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 952px;
}
.second__description p {
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  text-align: left;
  text-shadow: 0px 2px 2.45px rgba(0, 0, 0, 0.25);
  color: #AAAAAA;
}
@media only screen and (max-width: 992px) {
  .second__description p {
    font-size: 14px;
    line-height: 18.2px;
    max-width: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .third {
    padding-top: 100px;
  }
}
.third__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 83px;
  column-gap: 100px;
}
@media only screen and (max-width: 992px) {
  .third__wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    row-gap: 50px;
    column-gap: 50px;
  }
}
@media only screen and (max-width: 622px) {
  .third__wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: initial;
    row-gap: 50px;
    column-gap: 50px;
  }
}
.third__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 295px;
}
@media only screen and (max-width: 622px) {
  .third__item {
    max-width: 350px;
    margin: 0 auto;
  }
}

.third {
    background: #fff;
}
.third__item-top {
  font-family: SF Pro Display;
  font-size: 24px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #151515;
}
@media only screen and (max-width: 622px) {
  .third__item-top {
    text-align: center;
  }
}
.third__item-bottom {
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #4D4D4D;
  text-shadow: 0px 2px 2.45px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 622px) {
  .third__item-bottom {
    text-align: center;
  }
}

.popup-bg {
  width: 100%;
  height: 100vh;
  z-index: 22;
  position: fixed;
  display: none;
}

.background-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7px);
  z-index: -1;
}

.background-blur-tour {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  backdrop-filter: blur(40px);
}

.popup__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1030px;
  height: 520px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #fff;
  display: none;
}
@media only screen and (max-width: 1100px) {
  .popup__wrapper {
    max-width: 1030px;
    width: 95%;
    height: fit-content;
    border: none;
    border-radius: initial;
  }
}
.popup__wrapper.show {
  display: block;
}
.popup__wrapper.video {
  width: 100%;
  height: fit-content;
  border: none;
  border-radius: initial;
  overflow: visible;
  padding: 0 30px;
}
@media only screen and (max-width: 500px) {
  .popup__wrapper.video {
    padding: 0 10px;
  }
}
.popup__video {
  width: 100%;
}
.popup__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 80vh;
}
.popup__content {
  padding: 110px 105px;
}
@media only screen and (max-width: 992px) {
  .popup__content {
    padding: 20px 30px;
    height: fit-content;
  }
}
.popup__title {
  font-family: HelveticaNeueCyr;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .popup__title {
    font-size: 24px;
    line-height: 30px;
    width: 90%;
  }
}
.popup__text-wrapper {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 46px;
}
.popup__text {
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: -0.03em;
  text-align: left;
}
.popup__link {
  display: inline-block;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.03em;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 16px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.popup__link:hover {
  color: #1A1A1A;
  background: #fff;
  border: 1px solid #1A1A1A;
}
.popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: none;
  z-index: 1;
  transition: all 0.3s linear;
}
.popup__close:hover {
  transform: scale(1.1);
}
.popup__close.video {
  top: -50px;
}

.services {
    background: #fff;
    padding-bottom: 0;
}
.services__header {
  font-family: SF Pro Display;
  font-size: 46px;
  font-weight: 700;
  line-height: 41.4px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 46px;
}
@media only screen and (max-width: 992px) {
  .services__header {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }
}
.services__wrapper {
  display: flex;
  flex-direction: column;
  

}
@media only screen and (max-width: 992px) {
  .services__wrapper {
    flex-direction: column;
  }
}
.services__tabs {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 46px;
}
.services__tabs span {
  width: 1px;
  height: auto;
  background: #AAAAAA;
}
@media only screen and (max-width: 774px) {
  .services__tabs {
    flex-direction: column;
    margin: 0 auto 40px;
    gap: 32px;
  }
  .services__tabs span {
    display: none;
  }
}
.services__btn {
  font-family: SF Pro Display;
  font-size: 20px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: #aaa;
  background: none;
  transition: all 0.3s linear;
  cursor: pointer;
}
.services__btn:hover {
  color: #000000;
}
.services__btn.active {
  color: #000;
}
@media only screen and (max-width: 774px) {
  .services__btn {
    text-align: center;
  }
}

.services__items {
      background: #1A1C1F;
}

.services__item-container {
    background-repeat: no-repeat;
    background-size: cover;
    display:none;
}

.services__item-container:nth-child(1) {
            background-image: url('../img/general/bg-middle.png');
}

.services__item-container:nth-child(2) {
            background-image: url('../img/general/bg-item2.jpg');
}

.services__item-container:nth-child(3) {
            background-image: url('../img/general/bg-item3.jpg');
}

.services__item-container.active {
    display: block;
    animation: fade-in 1s ease-in forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media only screen and (max-width: 774px) {
    .services__item-container:nth-child(1) {
            background-image: url('../img/general/bg-middle.jpg');
                    background-position: center;
        background-size: cover;
}

.services__item-container:nth-child(2) {
            background-image: url('../img/general/bg-img--2.jpg');
                    background-position: center;
        background-size: cover;
}

.services__item-container:nth-child(3) {
            background-image: url('../img/general/bg-img--3.jpg');
                    background-position: center;
        background-size: cover;
}
}

.services__item {
  padding-top: 85px;
  padding-bottom: 85px;
    gap: 20px;
      display: flex;
}
@media only screen and (max-width: 992px) {
  .services__item {
    width: 100%;
  }
}
@media only screen and (max-width: 774px) {
  .services__item {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  }


@media only screen and (max-width: 992px) {
  .services__item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    backdrop-filter: brightness(0.4) blur(6px);
    -webkit-backdrop-filter: brightness(0.4) blur(6px);
  }
}
.services__item-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 607px;
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .services__item-wrapper {
    max-width: 600px;
  }
}


.services__item-header {
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  text-align: left;
  text-shadow: 0px 2px 2.45px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
  .services__item-header {
    font-family: SF Pro Display;
    font-size: 16px;
    line-height: 22.4px;
  }
}
.services__item-text {
  padding: 32px 36px;
  background: #FCFCFC1A;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-shadow: 0px 2px 2.45px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 600px) {
  .services__item-text {
    padding: 32px 16px;
  }
}
.services__item-text li {
  color: #FFFFFF;
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  
    padding-left: 34px;
}


.services__item-text li::before {
    content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 32px; /* Розмір значка */
  height: 32px;
  background: url('../img/general/list-mrker.svg') no-repeat center center; /* Підставте шлях до вашого SVG */
  background-size: contain; 


}


@media only screen and (max-width: 600px) {
  .services__item-text li {
    font-family: SF Pro Display;
    font-size: 16px;
    line-height: 22.4px;
    margin-left: 16px;
        padding-left: 19px;
  }
}
.services__img {
  display: none;
height: 449px;
}

.services__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 774px) {
    .services__img {
        display: block;
    }
}

.form {
  background: #1E1E1E;
}
.form__wrapper {
  max-width: 715px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.form__header {
  font-family: SF Pro Display;
  font-size: 46px;
  font-weight: 700;
  line-height: 41.4px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}
.form form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 505px;
}
@media only screen and (max-width: 992px) {
  .form form {
    width: 100%;
  }
}
.form form input {
  background: none;
  padding: 0;
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #4D4D4D;
  border-radius: initial;
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-shadow: 0px 2px 2.45px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: all 0.3s linear;
  width: 100%;
}
.form form input::placeholder {
  color: #494949;
}
.form form input:hover, .form form input:active, .form form input:focus {
  border-bottom: 1px solid #fff;
}
.form form .wpcf7-form-control.wpcf7-submit::after {
  content: "dgffgf";
  position: absolute;
  top: 10px;
  /* Налаштуйте за необхідністю */
  right: 10px;
  /* Налаштуйте за необхідністю */
  width: 24px;
  height: 24px;
  background: white;
  background-size: contain;
  transition: transform 0.3s linear;
}
.form form input[type=submit] {
  padding: 0 0 18.5px 0;
  border-bottom: 1px solid #fff;
  background: none;
  text-align: left;
  max-width: 190px;
  width: 190px;
  transition: all 0.3s linear;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.form form input[type=submit]:hover {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.form form input[type=submit]:hover svg {
  transform: rotate(-30deg);
}
.form form input[type=submit]:hover svg path {
  fill: #535353;
}

.form-svg {
  position: absolute;
  bottom: 18px;
  right: 157px;
}
@media only screen and (max-width: 992px) {
  .form-svg {
    right: 83px;
  }
}

.wpcf7-response-output {
  display: none;
}

.TracklistRow_subtitle___DhJK {
  font-size: 1rem !important;
}

@media only screen and (max-width: 992px) {
  .swiper {
    width: 100%;
    margin: 0 30px;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wpcf7-spinner {
  display: none;
}

footer {
    background-image: url('../img/general/футер1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media only screen and (max-width: 992px) {
  footer {
    background-image: url('../img/general/футер1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}  
}

.footer {
  color: #fff;
  display: flex;
  gap: 105px;
  padding: 142px 0;
}
@media only screen and (max-width: 992px) {
  .footer {
    flex-direction: column;
    
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
.footer__logo svg {
       scale: 2;
        padding-left: 34px;
        padding-bottom: 10px;
}}
.footer__left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 78px;
}
@media only screen and (max-width: 992px) {
  .footer__left {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .footer__left {
    flex-direction: column;
    gap: 32px;
    justify-content: space-around;
  }
}
.footer__right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer__right {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .footer__right {
    flex-direction: column;
    gap: 24px;
    justify-content: space-around;
  }
}
.footer__social {
  display: flex;
  gap: 32px;
}
.footer__time {
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 295px;
}
.footer__time a,
.footer__time p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1E1E1E;
  transition: all 0.3s linear;
}
.footer__time a:hover,
.footer__time p:hover {
  color: #535353;
}
@media only screen and (max-width: 992px) {
  .footer__time {
    width: initial;
  }
}
.footer__place {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.footer__place a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1E1E1E;
  transition: all 0.3s linear;
}
.footer__place a:hover {
  color: #535353;
}