@charset "UTF-8";

/* Base */
@font-face {
  font-family: "baskervillebtrusbyme";
  src: url("/wp-content/themes/lc-blank-master/fonts/baskervillebtrusbyme_roman.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "PT-Root-UI";
  src: url("/wp-content/themes/lc-blank-master/fonts/PT-Root-UI_Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "PT-Root-UI-Medium";
  src: url("/wp-content/themes/lc-blank-master/fonts/PT-Root-UI_Medium.ttf") format("truetype");
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PT-Root-UI";
  padding: 0;
  margin: 0;
  background-color: rgb(248, 246, 247);
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
}

h1 {
  font-family: "baskervillebtrusbyme";
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.05em;
  font-weight: 400;
  margin: 0;
}

.button {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 17px 16px;
  border-radius: 12px;
  color: #fff;
  background-color: rgb(189, 0, 0);
  font-family: "PT-Root-UI-Medium";
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  text-transform: uppercase;
  transition: all 0.3s linear;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
}

.button:hover {
  background-color: rgb(130, 0, 0);
}

p {
  margin: 0;
  line-height: 160%;
  letter-spacing: 0;
}

.section-margin {
  margin-top: 120px;
}

h3 {
  font-size: 18px;
  margin: 0;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: rgb(30, 30, 30);
  font-family: "baskervillebtrusbyme";
  font-weight: 400;
}

h2 {
  font-family: "baskervillebtrusbyme";
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.url {
  font-family: "baskervillebtrusbyme";
  color: rgb(189, 0, 0);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  border-bottom: 1px solid rgb(189, 0, 0);
  transition: all 0.3s linear;
}

.url:hover {
  border-bottom: 1px solid transparent;
}

@media (max-width: 1360px) {
  .container {
    max-width: 1200px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 32px;
  }

  .section-margin {
    margin-top: 100px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0 36px;
  }

  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .container {
    padding: 0 10px;
  }

  p {
    font-size: 14px;
  }

  .section-margin {
    margin-top: 60px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }
}

/* Blocks */
.about-intro {
  background-color: #fff;
  padding: 48px 64px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 64px;
  border-radius: 12px;
}

.text-intro-about {
  width: 100%;
  max-width: 648px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button-about {
  margin-top: 20px;
}

.wrapp-image-intro-about {
  width: 100%;
  max-width: 520px;
  position: relative;
}

.wrapp-image-intro-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.wrapp-image-intro-about p {
  position: absolute;
  max-width: 291px;
  bottom: 40px;
  left: 42px;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-family: "baskervillebtrusbyme";
  z-index: 1;
}

.image-intro-about {
  width: 100%;
  height: 442px;
  object-fit: cover;
  object-position: center;
}

.advant-about {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.item-advant-about {
  width: calc((100% - 48px) / 4);
  background-color: #fff;
  padding: 32px;
  border-radius: 12px;
  box-sizing: border-box;
}

.wrapp-advant-item-about {
  display: flex;
  gap: 12px;
}

.wrapp-advant-item-about p {
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-family: "baskervillebtrusbyme";
}

.line-advant-about {
  width: 2px;
  background-color: rgb(189, 0, 0);
}

.text-about p {
  font-family: "baskervillebtrusbyme";
  font-size: 32px;
  color: rgba(30, 30, 30, 0.3);
  line-height: 120%;
  letter-spacing: -0.04em;
}

.tabs-owner {
  display: flex;
  justify-content: center;
}

.tab-owner {
  width: 280px;
  padding: 16.5px 0;
  border: none;
  transition: all 0.3s linear;
  border-bottom: 1px solid rgb(240, 236, 238);
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-family: "baskervillebtrusbyme";
  background-color: transparent;
  transition: all 0.3s linear;
  cursor: pointer;
}

.tab-owner:hover {
  color: rgb(189, 0, 0);
  border-bottom: 1px solid rgb(245, 217, 217);
}

.tab-owner.active {
  color: rgb(189, 0, 0);
  border-bottom: 1px solid rgb(189, 0, 0);
}

.tab-content-owner {
  display: none;
  gap: 64px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 32px;
}

.tab-content-owner.active {
  display: flex;
}

.image-owner {
  width: 100%;
  max-width: 400px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px 0 0 12px;
}

.wrapp-text-owner {
  padding: 40px 40px 40px 0;
}

.wrapp-text-owner h2 {
  font-size: 32px;
  max-width: 648px;
}

.wrapp-text-owner p {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 12px;
  max-width: 648px;
}

.wrapp-text-owner ul {
  margin: 0;
  padding: 0;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wrapp-text-owner ul li {
  font-size: 12px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wrapp-text-owner ul li svg {
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .about-intro {
    flex-direction: column;
    gap: 32px;
  }

  .wrapp-image-intro-about {
    max-width: 100%;
  }

  .text-intro-about {
    max-width: 100%;
  }

  .about-intro {
    padding: 32px;
  }

  .advant-about {
    overflow: auto;
    margin-top: 32px;
  }

  .item-advant-about {
    width: 236px;
    flex-shrink: 0;
  }

  .text-about p {
    font-size: 24px;
    text-align: center;
  }

  .tab-content-owner {
    flex-direction: column;
    gap: 32px;
    padding: 40px;
  }

  .wrapp-text-owner {
    max-width: 100%;
    padding: 0;
  }

  .image-owner {
    max-width: 100%;
    border-radius: 0;
  }

  .image-owner {
    height: 253px;
  }
}

@media (max-width: 800px) {
  .about-intro {
    flex-direction: column-reverse;
    padding: 24px;
  }

  .image-intro-about {
    height: 227px;
  }

  .wrapp-image-intro-about p {
    text-align: center;
    font-size: 16px;
    max-width: 142px;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 0);
  }

  .text-intro-about {
    text-align: center;
  }

  .button-about {
    width: 100%;
  }

  .advant-about {
    flex-direction: column;
    margin-top: 32px;
    gap: 10px;
  }

  .item-advant-about {
    width: 100%;
  }

  .text-about p {
    font-size: 20px;
  }

  .tab-content-owner {
    padding: 24px;
    gap: 24px;
  }

  .wrapp-text-owner h2 {
    font-size: 24px;
  }
}

.menu-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.menu-footer ul li {
  list-style-type: none;
}

.menu-footer ul li a {
  font-family: "PT-Root-UI-Medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #000;
}

.menu-footer ul li a:hover {
  opacity: 0.7;
}

.footer-logo {
  width: 100%;
  margin-top: 64px;
  display: block;
}

.year-footer {
  text-align: center;
  font-family: "PT-Root-UI-Medium";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #000;
  margin-top: 32px;
}

footer {
  padding: 64px 0 32px 0;
  background-color: rgb(248, 246, 247);
}

@media (max-width: 800px) {
  footer {
    padding: 32px 0;
  }

  .menu-footer ul {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 16px;
  }

  .footer-logo {
    margin-top: 32px;
  }
}

.title-page {
  margin-top: 64px;
}

.wrapp-image {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}

.row-gallery-4 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.row-gallery-4 a {
  width: calc((100% - 48px) / 4);
}

.row-gallery-4 a img {
  width: 100%;
}

.row-gallery-2 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.row-gallery-2 a {
  width: calc(50% - 8px);
}

.row-gallery-2 a img {
  width: 100%;
}

.form-gallery {
  margin-top: 64px;
  margin-bottom: 16px;
}

.contact-pages {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-pages a:hover {
  opacity: 0.7;
}

.phone-contact {
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-top: 84px;
  color: rgb(30, 30, 30);
  font-family: "baskervillebtrusbyme";
}

.mail-contact {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: rgb(153, 153, 153);
}

.adress-contact {
  margin-top: 64px;
}

.url-faceboc-contact {
  margin-top: 16px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: rgb(30, 30, 30);
  border-bottom: 1px solid rgb(30, 30, 30);
  font-family: "baskervillebtrusbyme";
}

@media (max-width: 1361px) {
  .phone-contact {
    font-size: 48px;
  }
}

@media (max-width: 800px) {
  .row-gallery-4 a {
    width: calc(50% - 8px);
  }

  .row-gallery-2 a {
    width: 100%;
  }

  .title-page {
    margin-top: 32px;
    text-align: center;
  }

  .phone-contact {
    font-size: 32px;
  }
}

header {
  padding: 12px 0;
}

.main-header {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 42px;
  padding: 0;
  left: 0;
}

.wrapp-header-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapp-header-main .menu-header ul li a {
  color: #fff;
}

.wrapp-header-main .menu-header ul li a.custom-item-menu {
  background-color: rgba(255, 255, 255, 0.05);
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 0;
  padding: 0;
}

.menu-header ul li {
  list-style-type: none;
}

.menu-header ul li a {
  color: #000;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-family: "PT-Root-UI-Medium";
}

.menu-header ul li a:hover {
  opacity: 0.7;
}

.menu-header ul li a.custom-item-menu {
  color: #fff;
  background-color: rgb(189, 0, 0);
  border-radius: 12px;
  padding: 16px;
}

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

.wrapp-header .logo-header img {
  filter: invert(1);
}

.mobil-menu {
  display: none;
}

.close-menu {
  display: none;
}

@media (max-width: 1360px) {
  .wrapp-header-main {
    max-width: 1150px;
  }
}

@media (max-width: 1200px) {
  .wrapp-header-main {
    padding: 0 60px;
    box-sizing: border-box;
  }

  .wrapp-header-main .mobil-menu a.custom-item-menu {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .mobil-menu {
    display: flex;
    align-items: center;
    gap: 23px;
  }

  .mobil-menu a {
    color: #000;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    font-family: "PT-Root-UI-Medium";
  }

  .mobil-menu a:hover {
    opacity: 0.7;
  }

  .mobil-menu a.custom-item-menu {
    color: #fff;
    background-color: rgb(189, 0, 0);
    border-radius: 12px;
    padding: 16px;
  }

  .open-menu {
    cursor: pointer;
  }

  .menu-header {
    position: absolute;
    top: 0px;
    display: none;
    right: 60px;
    width: 100%;
    max-width: 207px;
    padding: 48px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px 0 12px 12px;
    opacity: 0;
    transition: all 0.3s linear;
  }

  .menu-header.active {
    display: block;
    opacity: 1;
  }

  .menu-header ul {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .menu-header ul li a {
    color: rgb(0, 0, 0) !important;
  }

  .menu-header ul li a.custom-item-menu {
    color: #fff !important;
    background-color: rgb(189, 0, 0) !important;
    border-radius: 12px;
    padding: 16px;
  }

  .close-menu {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 800px) {
  .wrapp-header-main {
    padding: 0 30px;
  }

  .mobil-menu .custom-item-menu {
    display: none;
  }

  .menu-header {
    right: 30px;
  }
}

.intro-style-dance {
  margin-top: 32px;
  background-color: #fff;
  padding: 48px 64px;
  box-sizing: border-box;
  border-radius: 12px;
}

.intro-style-dance h1 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.intro-style-dance p {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.style-dance {
  margin-top: 32px;
}

.tabs-style-dance {
  display: flex;
}

.tab-style-dance {
  width: 20%;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: rgb(30, 30, 30);
  font-family: "baskervillebtrusbyme";
  padding: 16.5px 0;
  cursor: pointer;
  transition: all 0.3s linear;
  border-bottom: 1px solid rgb(240, 236, 238);
}

.tab-style-dance:hover {
  color: rgb(189, 0, 0);
  border-bottom: 1px solid rgb(245, 217, 217);
}

.tab-style-dance.active {
  color: rgb(189, 0, 0);
  border-bottom: 1px solid rgb(189, 0, 0);
}

.content-style-dance {
  border: 1px solid rgb(225, 225, 225);
  border-radius: 12px;
  padding: 64px;
  box-sizing: border-box;
  display: none;
  margin-top: 32px;
  gap: 51px;
}

.content-style-dance.active {
  display: flex;
}

.title-text-style-dance {
  width: 100%;
  max-width: 312px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.title-text-style-dance h2 {
  font-size: 32px;
}

.title-text-style-dance p {
  color: rgba(0, 0, 0, 0.7);
}

.wrapp-variable-style-dance {
  width: 100%;
  max-width: 872px;
}

.image-variable {
  width: 100%;
  height: 124px;
  object-fit: cover;
  object-position: center;
}

.name-variable {
  margin-top: 16px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-family: "baskervillebtrusbyme";
}

.desc-variable {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

.wrapp-variable-style-dance .swiper-scrollbar {
  width: 100% !important;
  position: relative !important;
  left: 0;
  margin-top: 24px;
  background-color: rgb(234, 234, 234);
  height: 1px !important;
}

.wrapp-variable-style-dance .swiper-scrollbar-drag {
  background-color: rgb(189, 0, 0);
}

.faq {
  display: flex;
  justify-content: space-between;
}

.accordion {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  padding: 0;
}

.title {
  font-family: "baskervillebtrusbyme";
}

.icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}

/* Горизонтальная линия */
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.35s ease;
}

/* Вертикальная линия (создаёт плюс) */
.icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* Когда открыт → минус */
.accordion-item.active .icon::after {
  height: 0;
  opacity: 0;
}

.accordion-item.active .icon::before {
  background-color: rgb(189, 0, 0);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 12px;
}

.accordion-item.active .accordion-header {
  color: rgb(189, 0, 0);
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  opacity: 1;
}

@media (max-width: 1360px) {
  .title-text-style-dance {
    max-width: 369px;
    flex-shrink: 0;
  }

  .content-style-dance {
    padding: 64px 0 64px 48px;
    margin-top: 48px;
  }

  .wrapp-variable-style-dance {
    max-width: 732px;
  }
}

@media (max-width: 1200px) {
  .content-style-dance {
    flex-direction: column;
    gap: 32px;
  }

  .title-text-style-dance {
    max-width: 100%;
    padding-right: 48px;
    box-sizing: border-box;
  }

  .wrapp-variable-style-dance {
    max-width: 100%;
  }

  .faq {
    flex-direction: column;
    gap: 32px;
  }

  .accordion {
    max-width: 100%;
  }

  .intro-style-dance {
    padding: 48px;
  }

  .tabs-style-dance {
    overflow: auto;
  }

  .tab-style-dance {
    flex-shrink: 0;
    width: 240px;
  }
}

@media (max-width: 799px) {
  .intro-style-dance {
    padding: 32px;
    text-align: center;
  }

  .title-text-style-dance h2 {
    font-size: 24px;
  }

  .content-style-dance {
    padding: 32px 0 32px 32px;
  }

  .button-style-dance {
    width: 100%;
  }

  .title-text-style-dance {
    padding-right: 32px;
  }

  .accordion-header {
    font-size: 16px;
  }

  .accordion {
    gap: 24px;
  }

  .faq h2 {
    text-align: center;
  }
}

.bg-intro-main {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.intro-main {
  position: relative;
  margin-top: 16px;
  z-index: 0;
}

.content-intro-main {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 32px;
  bottom: 80px;
  left: 80px;
}

.content-intro-main h1 {
  color: #fff;
}

.content-intro-main p {
  color: rgba(255, 255, 255, 0.7);
}

.advant-main {
  display: flex;
  gap: 16px;
  margin-top: 60px;
}

.advant-main-item {
  width: calc((100% - 48px) / 4);
  background-color: #fff;
  padding: 32px;
  border-radius: 12px;
  box-sizing: border-box;
}

.title-advant-item-main {
  display: flex;
  gap: 12px;
}

.line-title {
  width: 2px;
  background-color: rgb(189, 0, 0);
  flex-shrink: 0;
}

.desc-advant-item-main {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 12px;
}

.wrapp-title-danse-style-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapp-danse-style-main {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.item-danse-main {
  width: calc((100% - 48px) / 4);
  position: relative;
}

.item-danse-main.after-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 12px;
}

.image-item-danse-main {
  width: 100%;
  border-radius: 12px;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.content-item-danse-main {
  padding: 0 32px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 32px;
  z-index: 1;
  left: 0;
}

.content-item-danse-main h3 {
  font-size: 20px;
  color: #fff;
}

.content-item-danse-main p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-top: 8px;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  background-color: #fff;
  padding: 48px 64px;
  border-radius: 12px;
  box-sizing: border-box;
}

.title-contact-form {
  max-width: 396px;
}

.title-contact-form h2 span {
  color: rgb(189, 0, 0);
}

.wrapp-contact-form {
  width: 100%;
  max-width: 580px;
}

.wrapp-contact-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wrapp-input {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wrapp-input:nth-child(2) {
  width: calc(66.5% - 12px);
}

.wrapp-input:nth-child(3) {
  width: calc(33.5% - 12px);
}

.wrapp-input label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0;
}

.wrapp-input input {
  width: 100%;
  border: none;
  padding: 16px 0 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(218, 218, 218);
  font-family: "baskervillebtrusbyme";
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000000;
  transition: all 0.3s linear;
}

.wrapp-input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.wrapp-input input:focus-visible {
  outline: none;
  border-bottom: 1px solid rgb(245, 217, 217);
}

.checkbox {
  display: flex;
  gap: 12px;
}
.checkbox .wpcf7-form-control-wrap{
  display: none;
}
.checkbox input {
  display: none;
}

.checkbox p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.checkbox p a {
  color: rgb(189, 0, 0);
}

.checkbox.active .custom-check {
  background-color: rgb(189, 0, 0);
}

.checkbox.active .custom-check svg {
  opacity: 1;
}

.custom-check {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgb(189, 0, 0);
  flex-shrink: 0;
  transition: all 0.3s linear;
}

.custom-check svg {
  opacity: 0;
  transition: all 0.3s linear;
}

.button-submit {
  margin-top: 8px;
}

.about-main {
  background-color: rgb(130, 0, 0);
  position: relative;
}

.bg-about-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.wrapp-about-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-about-main {
  position: relative;
  z-index: 1;
  max-width: 680px;
  width: 100%;
}

.text-about-main h2 {
  color: #fff;
  font-size: 28px;
  line-height: 140%;
}

.text-about-main p {
  margin-top: 16px;
  color: #fff;
}

.button-about-main {
  background: rgba(255, 255, 255, 0.05);
  margin-top: 32px;
}

.how-works h2 {
  text-align: center;
}

.wrap-how-work {
  display: flex;
  gap: 32px;
  margin-top: 48px;
}

.item-how-work {
  width: 100%;
  max-width: 229px;
  text-align: center;
}

.step-how-work {
  color: rgba(30, 30, 30, 0.12);
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -0.12em;
  font-family: "baskervillebtrusbyme";
}

.gallery-slider-main {
  position: relative;
}

.image-gallery-swiper {
  width: 100%;
  height: 602px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
  transition: all 0.3s linear;
}

.swiper-gallery .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}

.swiper-gallery .swiper-slide:hover .image-gallery-swiper {
  scale: 1.02;
}

.swiper-gallery .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
}

.url-view-all {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.url-view-all span {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.swiper-gallery-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.pagination-gallery {
  width: fit-content !important;
}

.pagination-gallery .swiper-pagination-bullet {
  opacity: 0.15;
  background-color: #fff;
}

.pagination-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}

.nav-gallery {
  border: none;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.contact-main {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 64px;
  border-radius: 12px;
}

.info-contact-main {
  width: 100%;
  max-width: 736px;
  padding-left: 48px;
}

.map-contact-main {
  width: 100%;
  max-width: 560px;
}

.map-contact-main iframe {
  width: 100%;
  display: block;
  border-radius: 0 12px 12px 0;
}

.phone-contact-main {
  color: rgb(30, 30, 30);
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-family: "baskervillebtrusbyme";
  display: block;
}

.phone-contact-main:hover {
  opacity: 0.7;
}

.mail-contact-main {
  color: rgb(153, 153, 153);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  display: block;
  font-family: "baskervillebtrusbyme";
  margin-top: 2px;
}

.mail-contact-main:hover {
  opacity: 0.7;
}

.adress-contact-main {
  margin-top: 32px;
}

.url-facebook-main {
  color: rgb(30, 30, 30);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-family: "baskervillebtrusbyme";
  border-bottom: 1px solid rgb(30, 30, 30);
  margin-top: 32px;
  display: block;
  width: fit-content;
}

.url-facebook-main:hover {
  border-bottom: 1px solid transparent;
}

.contact-form-footer .title-contact-form {
  max-width: 416px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1360px) {
  .bg-intro-main {
    height: 700px;
  }

  .content-intro-main {
    gap: 24px;
    left: 40px;
    bottom: 40px;
  }

  .text-about-main {
    max-width: 520px;
  }

  .image-gallery-swiper {
    height: 550px;
  }
}

@media (max-width: 1200px) {
  .content-intro-main {
    text-align: center;
    left: 0;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .button-intro-main {
    width: 100%;
    box-sizing: border-box;
  }

  .advant-main {
    flex-direction: column;
    gap: 10px;
    margin-top: 32px;
  }

  .advant-main-item {
    width: 100%;
  }

  .wrapp-danse-style-main {
    margin-top: 32px;
    overflow: auto;
    gap: 10px;
  }

  .item-danse-main {
    width: calc((100% - 20px) / 3);
    flex-shrink: 0;
  }

  .image-item-danse-main {
    height: 300px;
  }

  .contact-form {
    padding: 32px;
    flex-direction: column;
    gap: 32px;
  }

  .title-contact-form {
    max-width: 100%;
    text-align: center;
  }

  .wrapp-contact-form {
    max-width: 100%;
  }

  .wrapp-contact-form form {
    justify-content: center;
  }

  .button-submit {
    width: 100%;
  }

  .wrapp-about-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
  }

  .text-about-main {
    max-width: 100%;
    margin-top: -80px;
  }

  .image-about-main {
    width: 356px;
  }

  .decor-how-work {
    display: none;
  }

  .step-how-work {
    font-size: 64px;
  }

  .desc-how-work {
    font-size: 14px;
  }

  .contact-main {
    flex-direction: column;
    gap: 0;
  }

  .map-contact-main {
    max-width: 100%;
  }

  .info-contact-main {
    max-width: 100%;
    box-sizing: border-box;
    padding: 48px;
  }

  .contact-form-footer .title-contact-form {
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .bg-intro-main {
    height: 680px;
  }

  .content-intro-main {
    padding: 0 20px;
    bottom: 20px;
  }

  .item-danse-main {
    width: 280px;
  }

  .contact-form {
    padding: 24px;
  }

.wrapp-input:nth-child(2){
    width: calc(33.5% - 12px);
  }

  .wrapp-input:nth-child(3) {
    width: calc(66.5% - 12px);
  }

  .text-about-main h2 {
    font-size: 20px;
  }

  .wrapp-about-main {
    padding: 32px 26px;
    box-sizing: border-box;
  }

  .image-about-main {
    width: 100%;
  }

  .wrap-how-work {
    margin-top: 32px;
    gap: 32px;
    flex-direction: column;
  }

  .item-how-work {
    max-width: 100%;
  }

  .image-gallery-swiper {
    height: 400px;
  }

  .phone-contact-main {
    font-size: 32px;
  }

  .info-contact-main {
    padding: 32px;
  }

  .mail-contact-main {
    font-size: 16px;
  }
}