@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
  --accent: #B0814B;
  --text: #505050;
  --bg: #f9f9f9;
  --white: #ffffff;
}
body {
    font-family: "Jost", sans-serif;
}
button {
    font-family: "Jost", sans-serif;
}
.container {
    width: calc(100% - 20px);
    max-width: calc(1960px - 20px);
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: #fff;
}

.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    margin-left: 20px;
	position:relative;
}

.nav-list a {
    color: #434343;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
	display:block;
}

/* Скрываем подменю по умолчанию */
.nav-list .sub-menu {
  display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    z-index: 999;
    width: max-content;
}

/* Показываем подменю при наведении на родительский пункт */
.nav-list li:hover > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
}

.bar {
    background-color: #000000;
    height: 3px;
    width: 100%;
}
.socials {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.socials a {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    transition: 0.4s;
}
.socials a img {
    max-width: 35px;
    width: 100%;
}
.contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
}
.contact_a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
.contact_btn {
    color: #7b7b7b;
    text-transform: uppercase;
    font-size: 14px;
}
.header-button {
    height: 50px;
    padding: 10px 40px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: #505050;
    transition: 0.3s;
    font-family: "Jost", sans-serif;
    font-size: 17px;
	cursor:pointer;
}
.header-button:hover {
    background: #ab7d02;
}
.contact_a:hover {
    color: #ab7d02;
}
.contact_btn:hover {
    color: #000;
    cursor: pointer;
}
.socials a:hover {
    background-color: #505050;
}
.nav-list a::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #ab7d02; /* цвет полосы */
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}
.nav-list li {
    position: relative;
}

/* При наведении */
.nav-list a:hover::before {
    transform: scaleY(1); /* плавное "вылезание" полосы */
}

.nav-list a:hover {
    color: #ab7d02; /* Меняет цвет текста при наведении */
}
.heero-section__header_top {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.min-text {
    font-size: 28px;
    font-weight: 300;
    line-height: 147%;
}
.header__h h1 {
    font-size: 128px;
    line-height: 100%;
    font-weight: 400;
}
.header__h h2 {
    font-size: 138px;
    line-height: 100%;
    font-weight: 400;
}
.gender_h h1 {
    font-size: 117px;
    line-height: 100%;
    font-weight: 400;
}
.gender_h h2 {
    font-size: 107px;
    line-height: 100%;
    font-weight: 400;
}
.color-text {
    color: #ab7d02;
}
.heero-section__header_bottom {
    display: grid;
    grid-template-columns: 10fr 2fr;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}
.ok_btn {
    height: 50px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: #ab7d02;
    transition: 0.3s;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    width: 100%;
    transition: 0.4s;
	cursor:pointer;
}
.ok_btn:hover {
    background-color: #505050;
}
.heero-section__footer {
    max-height: 650px;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-top: 40px;
    padding: 100px 50px;
}
.herro-text-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}
.herro-text-block h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    max-width: 450px;
    line-height: 100%;
}
.light-color-text {
    color: #dcb784;
}
.bottom-h {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 503px !important;
    text-align: end;
}
.mt-80 {
    margin-top: 80px !important;
}
.section-h2 h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 100%;
}
.section-h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 100%;
}
.text-for-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text-for-right p {
    max-width: 60%;
    font-size: 20px;
    text-transform: uppercase;
    color: #505050;
    text-align: right;
}
.servise-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.servise-column__box {
    display: flex;
    flex-direction: column;
    gap: 10px;
	text-decoration:none;
}
.servise-column__box h4{
    color:#000;
}
.image-wrapper {
    width: 100%;
    height: 335px;
    overflow: hidden;
}
.servise-column__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.servise-column__box:hover img {
    filter: grayscale(0%);
}
.servise-column__box h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.servise-column__box:hover h4 {
    color: #b0814b;
}
.form-section {
    background-color: #f5f5f5;
    padding: 60px 30px;
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}
.form-btn {
    height: 70px;
    background-color: #b08613;
    border: navajowhite;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
.form-btn:hover {
    background-color: #505050;
}
.blick {
    position: relative;
    overflow-x: hidden;
}
.blick .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.rewiews-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.b-text {
    font-size: 20px;
    text-transform: uppercase;
    color: #505050;
    margin-top: 15px;
}
.w-630 {
    width: 100%;
    max-width: 630px;
}
.rewiews-block {
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.rewiews-block__box {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #f2f2f2;
    padding: 15px;
}
.name {
    color: #b0814b;
    font-weight: 500;
    text-align: right;
}
.text-column-block {
    height: fit-content;
    position: sticky;
    top: 5px;
}
.color-section {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 50px !important;
}

.swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.ready-zone__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ready-zone__box_image {
    width: 100%;
    height: 408px;
    background-size: cover;
    background-position: center;
}
.name-zone {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text-zone {
    margin-bottom: 10px;
    font-size: 16px;
    color: #6a6a6a;
}
.btn-zone {
    padding: 10px;
    background: none;
    border: 2px solid #b0814b;
    text-transform: uppercase;
    margin-top: 5px;
    transition: 0.3s;
    cursor: pointer;
}
.btn-zone:hover {
    background: #b0814b;
    color: #fff;
}
.go_btn {
    position: relative;
    overflow: hidden;
    height: 60px;
    color: #fff;
    background-color: #505050;
    font-size: 18px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.button-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}
.swiper-pagination-bullet-active {
    background: #b0814b !important;
}
.advantages-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.advantages-block__box {
    padding: 30px 15px;
    -webkit-box-shadow: 0 8px 12px rgba(221, 169, 96, 0.753);
    -moz-box-shadow: 0 8px 12px rgba(220, 183, 132, 0.637);
    box-shadow: 0 8px 12px rgb(220 183 132);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    font-size: 20px;
    border: 1px solid #f2f2f2;
}
.gradient-text {
    background: linear-gradient(to right, #b0814b, #dcb784);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    line-height: 100%;
}
/* Wrapper */
.gallery-wrapper {
    position: relative;
    overflow: hidden;
}

/* Gallery container */
.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 580px;
    gap: 10px;
}

/* Images */
.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    cursor: pointer;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.gallery img:hover {
    transform: scale(1.05);
    filter: brightness(0.8);
}
/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.lightbox .nav {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.lightbox .prev {
    left: 10px;
}
.lightbox .next {
    right: 10px;
}

.form-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.form-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 44px;
    align-items: stretch;
    margin: 0 auto;
}

.form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-text h2 {
    margin: 0 0 10px;
    text-align: left;
}

/* Форма */
.event-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "Jost", sans-serif;
}

.form-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.event-form input,
.event-form textarea {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    resize: vertical;
    height: 50px;
    font-family: "Jost", sans-serif;
}

.event-form textarea {
    grid-column: span 2;
    min-height: 100px;
}

.event-form button {
    align-self: flex-start;
    padding: 14px 28px;
    background: #505050;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.event-form button:hover {
    background: #333;
}
.consent {
    font-size: 14px;
    color: #333;
    display: block;
    align-items: center;
    line-height: 1.4;
}
.contact-form .consent {
    line-height: 0!important;
    margin-bottom: 18px;
}
.consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.consent a {
    color: #b0814b;
    text-decoration: underline;
}
#footer {
    background: #505050;
    margin-top: 60px;
    padding: 30px 0px;
}
#footer .top-footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
#footer .nav ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
}
#footer .nav ul li{
    list-style-type: none;
    text-transform: uppercase;
    font-size: 18px;
}
#footer .nav ul li a{
	text-decoration: none;
    color: #fff;
    font-weight: 300;
	transition:0.3s;
} 
#footer .nav ul li a:hover{
    color: #dcb784;
} 
#footer .nav ul li .sub-menu{
	display:none;
} 
#footer .contact_a {
    color: #ffffff;
}
#footer .contact_btn {
    color: #dcb784;
}
.wending_h h2 {
    font-size: 126px;
}
.wending_portf h2{
    font-size: 121px;
}
.two-column__container {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 120px;
}
.flexbox-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.flexbox-container__box {
    padding: 40px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.black-btn {
    height: 50px;
    background-color: #505050;
    border: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    width: 40%;
    min-width: 250px;
    float: right;
}
.black-btn:hover {
    background-color: #ab7d02;
}
.flexbox-container__box h3 {
    background: linear-gradient(to right, #b0814b, #dcb784);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 100%;
    font-weight: 500;
}
.flexbox-container__box p {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.border-btn {
    height: 50px;
    background-color: #50505000;
    border: 1px solid #ab7d02;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ab7d02;
    transition: 0.4s;
    cursor: pointer;
    width: 40%;
    min-width: 250px;
    float: right;
}
.border-btn:hover {
    background-color: #ab7d02;
    color: #fff;
}
.block__text {
    height: fit-content;
    position: sticky;
    top: 5px;
}
.color-section .rewiews-block__box {
    background: #fff;
}
/* Wrapper */
.gallery-wrapper-portfolo {
    position: relative;
    overflow: hidden;
}

/* Gallery container */
.gallery-portfolo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 580px;
    gap: 10px;
}

/* Images */
.gallery-portfolo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    cursor: pointer;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.gallery-portfolo img:hover {
    transform: scale(1.05);
    filter: brightness(0.8);
}
.light-galary {
  column-count: 3;
  column-gap: 1rem;
}

.light-galary img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}

.light-galary img:hover {
  transform: scale(1.02);
}
.hero-header h1 {
    margin: 0;
    font-size: clamp(2rem, 9vw, 7.5rem);
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
}
.right{
    text-align: right;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}

.grid-item h3 {
  margin: 1rem 0 0.5rem;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.grid-item p {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}

.grid-item button {
    padding: 10px;
    background: none;
    border: 2px solid #b0814b;
    text-transform: uppercase;
    margin-top: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.grid-item button:hover {
  background: #b0814b;
  color: #fff;
}
/* Header */
.contact-hero {
    background: #505050;
    color: var(--white);
    padding: 4rem 1rem;
    text-align: center;
}

.contact-hero h1 {
    margin-bottom: 0.5rem;
    font-size: 2.8rem;
    line-height: 100%;
}

.contact-hero p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================= */
/* Main container */
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: auto;
}
.contact-info {
  background: var(--white);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact-info h2 {
  color: var(--accent);
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.info-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.info-col h3 {
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  color: var(--accent);
}

.info-col p {
  margin: 0;
  font-size: 0.95rem;
}

/* ============================= */
/* Socials */
.mt-30{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.socials h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    color: var(--accent);
    line-height: 0;
}

.social-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-icons img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s ease;
  filter: grayscale(0.2);
}

.social-icons a:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}

/* ============================= */
/* Form */
.contact-form {
  background: var(--white);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.contact-form h2 {
  color: var(--accent);
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
}

.contact-form textarea {
  min-height: 120px;
}

.contact-form button {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #96673b;
}

/* ============================= */
/* Map Section */
.map-block {
  background: var(--bg);
  padding: 3rem 2rem;
  text-align: center;
}

.map-block h2 {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.map-placeholder {
  background: #ddd;
  height: 400px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.2rem;
}
 .tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* плавная прокрутка на iOS */
  padding-bottom: 10px;
  scrollbar-width: none; /* Firefox */
  }

.tabs::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
  .tab-btn {
    padding: 10px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
	font-size: 20px;
  }
.tab-btn.active {
    background: #ab7d02;
    color: #fff;
}
  .tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
.popup-message {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #ab7d02;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 30px;
  z-index: 9999;
  animation: fadein 0.3s;
}

@keyframes fadein {
  from { opacity: 0; bottom: 20px; }
  to { opacity: 1; bottom: 40px; }
}
#popup-request.popup-form-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#popup-request .popup-form-window {
  background: #fff;
  padding: 20px;
  max-width: 500px;
  width: 90%;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

#popup-request .popup-close {
  position: absolute;
  top: 10px; right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.form-columns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#popup-request button[type="submit"],
#expand-form {
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

#popup-request button[type="submit"]:hover,
#expand-form:hover {
  background: #555;
}
#expand-form{
	margin-top: 15px;
    padding: 10px;
    width: 100%;
    background: none!important;
    color: #fff;
    border: none;
    cursor: pointer;
    color: #000!important;
    font-size: 14px;
} 
#popup-request .center{
	text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 1920px) {
    .container {
        max-width: calc(1720px - 20px);
    }
    .header__h h1 {
        font-size: 112px;
    }
    .header__h h2 {
        font-size: 124px;
    }
    .form-section {
        grid-template-columns: 9fr 3fr;
    }
    .gallery {
        grid-auto-rows: 500px;
    }
    .wending_h h2 {
        font-size: 109px;
    }
    .wending_portf h2{
        font-size: 105px;
    }
    .gallery-portfolo {
        grid-auto-rows: 500px;
    }
    .hero-header h1 {
        font-size: clamp(2rem, 9vw, 6.5rem);
    }
    .gender_h h1 {
        font-size: 103px;
    }
    .gender_h h2 {
        font-size: 93px;
    }
}
@media (max-width: 1720px) {
    .container {
        max-width: calc(1520px - 20px);
    }
    .heero-section__header_top {
        grid-template-columns: 4fr 8fr;
    }
    .header__h h1 {
        font-size: 100px;
    }
    .header__h h2 {
        font-size: 97px;
    }
    .min-text {
        font-size: 33px;
    }
    .ok_btn {
        font-size: 16px;
    }
    .form-section {
        grid-template-columns: 10fr 2fr;
    }
    .form-btn {
        height: 60px;
        font-size: 16px;
    }
    .gallery {
        grid-auto-rows: 450px;
    }
    .wending_h h2 {
        font-size: 87px;
    }
    .wending_portf h2{
        font-size: 82px;
    }
    .gallery-portfolo {
        grid-auto-rows: 450px;
    }
    .hero-header h1 {
        font-size: clamp(2rem, 9vw, 5.5rem);
    }
    .gender_h h1 {
        font-size: 93px;
    }
    .gender_h h2 {
        font-size: 72px;
    }
}
@media (max-width: 1520px) {
    .container {
        max-width: calc(1320px - 20px);
    }
    .min-text {
        font-size: 28px;
    }
    .header__h h1 {
        font-size: 86px;
    }
    .header__h h2 {
        font-size: 84px;
    }
    .section-h2 h2 {
        font-size: 40px;
    }
	.section-h2{
        font-size: 40px;
    }
    .text-for-right p {
        max-width: 70%;
        font-size: 18px;
    }
    .image-wrapper {
        height: 255px;
    }
    .gradient-text {
        font-size: 21px;
    }
    .advantages-block__box {
        font-size: 18px;
    }
    .gallery {
        grid-auto-rows: 400px;
    }
    .wending_h h2 {
        font-size: 76px;
    }
    .flexbox-container__box h3 {
        font-size: 26px;
    }
    .flexbox-container__box p {
        font-size: 19px;
    }
    .black-btn {
        height: 45px;
        font-size: 16px;
    }
    .border-btn {
        height: 45px;
        font-size: 16px;
    }
    .gallery-portfolo {
        grid-auto-rows: 400px;
    }
    .wending_portf h2{
        font-size: 71px;
    }
    .hero-header h1 {
        font-size: clamp(2rem, 9vw, 5rem);
    }
    .gender_h h1 {
        font-size: 80px;
    }
    .gender_h h2 {
        font-size: 63px;
    }
	.header .socials {
    	display: none;
	}
}
@media (max-width: 1320px) {
    .container {
        width: calc(100% - 20px);
        max-width: calc(1240px - 20px);
        margin: 0 auto;
    }
    .min-text {
        font-size: 27px;
    }
    .header__h h1 {
        font-size: 73px;
    }
    .header__h h2 {
        font-size: 79px;
    }
    .heero-section__header_bottom {
        grid-template-columns: 9fr 3fr;
    }
    .form-section {
        grid-template-columns: 10fr 2fr;
        gap: 5px;
    }
    .gallery {
        grid-auto-rows: 350px;
    }
    .wending_h h2 {
        font-size: 70px;
    }
    .gallery-portfolo {
        grid-auto-rows: 350px;
    }
    .wending_portf h2{
        font-size: 67px;
    }
    .hero-header h1 {
        font-size: clamp(2rem, 9vw, 4.8rem);
    }
    .gender_h h1 {
        font-size: 57px;
    }
    .gender_h h2 {
        font-size: 59px;
    }
}
@media (max-width: 1240px) {
    .container {
        max-width: calc(1120px - 20px);
    }
    .hamburger {
        display: flex;
    }
    .nav-list {
        flex-direction: column;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 122px;
        left: 0;
        background-color: #ffffff;
        display: none;
        z-index: 1000;
    }
    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 10px 0;
    }
    .heero-section__header_top {
        grid-template-columns: 4fr 8fr;
    }
    .header__h h1 {
        font-size: 65px;
    }
    .header__h h2 {
        font-size: 71px;
    }
    .min-text {
        font-size: 24px;
    }
    .herro-text-block h3 {
        font-size: 26px;
    }
    .bottom-h {
        max-width: 701px !important;
    }
    .heero-section__footer {
        max-height: 452px;
        padding: 30px 30px;
    }
    .section-h2 h2{
        font-size: 36px;
    }
	 .section-h2{
        font-size: 36px;
    }
    .text-for-right p {
        max-width: 80%;
        font-size: 16px;
    }
    .text-for-right {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mt-80 {
        margin-top: 50px !important;
    }
    .image-wrapper {
        height: 200px;
    }
    .servise-column__box h4 {
        font-size: 18px;
    }
    .form-section {
        grid-template-columns: 9fr 3fr;
    }
    .form-section h2 {
        font-size: 32px;
    }
    .rewiews-block__box {
        font-size: 18px;
    }
    .advantages-block__box {
        padding: 15px 10px;
    }
    .gallery-grid img,
    .gallery-swiper img {
        min-height: 300px;
    }
    .wending_h h2 {
        font-size: 64px;
    }
    .gallery-portfolo {
        grid-auto-rows: 324px;
    }
    .wending_portf h2{
        font-size: 59px;
    }
    .hero-header h1 {
        font-size: clamp(2rem, 9vw, 4.3rem);
    }
    .gender_h h1 {
        font-size: 57px;
    }
    .gender_h h2 {
        font-size: 53px;
    }
	.consent {
    	display: block;
	}
}
@media (max-width: 1120px) {
    .container {
        max-width: calc(980px - 20px);
    }
    .header__h h1 {
        font-size: 57px;
    }
    .header__h h2 {
        font-size: 60px;
    }
    .min-text {
        font-size: 20px;
    }
    .herro-text-block h3 {
        font-size: 23px;
    }
    .heero-section__footer {
        max-height: 352px;
    }
    .section-h2 h2 {
        font-size: 32px;
    }
	 .section-h2 {
        font-size: 32px;
    }
    .text-for-right p {
        max-width: 85%;
        font-size: 15px;
    }
    .servise-column__box h4 {
        font-size: 16px;
    }
    .form-section {
        grid-template-columns: 1fr;
        display: grid;
        text-align: center;
        gap: 20px;
    }
    .ready-zone__box_image {
        height: 308px;
    }
    .rewiews-block__box {
        width: 100%;
    }
    .advantages-block {
        grid-template-columns: repeat(2, 1fr);
    }
    .advantages-block__box {
        padding: 20px 10px;
        -webkit-box-shadow: 0 8px 12px rgba(221, 169, 96, 0.507);
        -moz-box-shadow: 0 8px 12px rgba(220, 183, 132, 0.637);
        box-shadow: 0 8px 12px rgb(220 183 132 / 60%);
    }
    .gallery-grid {
        display: none;
    }
    .gallery-swiper {
        display: block !important;
    }
    .gallery {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 20px;
    }

    .gallery img {
        flex: 0 0 calc(25% - 10px);
        height: 350px;
        scroll-snap-align: start;
    }

    .swipe-hint {
        display: block;
        margin-bottom: 10px;
    }
    .wending_h h2 {
        font-size: 56px;
    }
    .gallery-portfolo {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 20px;
    }

    .gallery-portfolo img {
        flex: 0 0 calc(25% - 10px);
        height: 350px;
        scroll-snap-align: start;
    }
    .wending_portf h2{
        font-size: 52px;
    }
    .hero-header h1 {
        font-size: clamp(2rem, 9vw, 3.7rem);
    }
    .gender_h h1 {
        font-size: 53px;
    }
    .gender_h h2 {
        font-size: 46px;
    }
	#footer .top-footer__container {
    	justify-content: space-between;
	}
	#footer .nav {
    	display:none;
	}
}
@media (max-width: 960px) {
    .heero-section__header_top {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .min-text {
        font-size: 3vw;
    }
    .header__h h1 {
        font-size: 8vw;
        line-height: 100%;
    }
    .header__h h2 {
        font-size: 9vw;
        line-height: 100%;
    }
    .heero-section__header_bottom {
        grid-template-columns: 1fr;
    }
    .herro-text-block h3 {
        font-size: 19px;
    }
    .heero-section__footer {
        max-height: 300px;
    }
    .section-h2 h2{
        font-size: 5vw;
        text-align: center;
        line-height: 100%;
    }
    .text-for-right p {
        max-width: 100%;
        font-size: 1.8vw;
        text-align: center;
    }
    .image-wrapper {
        height: 250px;
    }
    .servise-column {
        grid-template-columns: repeat(2, 1fr);
    }
    .rewiews-section {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
        justify-items: center;
    }
    .b-text {
        font-size: 17px;
        text-align: center;
    }
    .rewiews-block__box {
        width: 48%;
    }
    .text-column-block {
        position: relative;
        margin-bottom: 30px;
    }
    .go_btn {
        font-size: 16px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-text p {
        text-align: left;
    }

    .form-columns {
        grid-template-columns: 1fr;
    }

    .event-form textarea {
        grid-column: span 1;
    }
    .consent {
        flex-wrap: wrap;
    }
    .wending_h h2 {
        font-size: 54px;
    }
    .two-column__container {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
    .block__text {
        position: relative;
    }
    .light-galary {
        column-count: 2;
    }
    .wending_portf h2 {
        font-size: 58px;
    }
    .hero-header h1 {
        font-size: clamp(2rem, 6vw, 3.4rem);
    }
    .right{
        text-align: left;
    }
    .contact-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .header-button {
        display: none;
    }
    .bottom-h {
        display: block;
    }
    .herro-text-block {
        flex-direction: column;
    }
    .section-h2 h2 {
        font-size: 6vw;
    }
    .text-for-right p {
        font-size: 16px;
    }
    .wending_portf h2 {
        font-size: 50px;
    }
}
@media (max-width: 530px) {
    .socials {
        display: none;
    }
    .hamburger {
        height: 19px;
        width: 25px;
    }
    .heero-section__header_top {
        gap: 10px;
    }
    .min-text {
        font-size: 5vw;
        line-height: 115%;
    }
    .header__h h1 {
        font-size: 13vw;
        line-height: 100%;
    }
    .header__h h2 {
        font-size: 13vw;
        line-height: 100%;
    }
    .herro-text-block {
        justify-content: space-between;
        flex-direction: column;
    }
    .heero-section__footer {
        padding: 15px 15px;
    }
    .herro-text-block h3 {
        font-size: 18px;
    }
    .section-h2 h2 {
        font-size: 34px;
    }
	.section-h2 {
        font-size: 34px;
    }
    .image-wrapper {
        height: 200px;
    }
    .servise-column__box img {
        filter: none;
    }
    .servise-column__box h4 {
        font-size: 14px;
    }
    .form-section h2 {
        font-size: 24px;
    }
    .form-btn {
        height: 50px;
        font-size: 14px;
    }
    .form-section {
        padding: 30px 15px;
    }
    .rewiews-block__box {
        width: 100%;
    }
    .advantages-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .advantages-block__box {
        font-size: 16px;
    }
    .gallery img {
        flex: 0 0 calc(20% - 10px);
        height: 235px;
        scroll-snap-align: start;
    }
    .event-form button {
        font-size: 15px;
    }
    .flexbox-container__box {
        padding: 20px;
    }
    .flexbox-container__box h3 {
        font-size: 22px;
    }
    .flexbox-container__box p {
        font-size: 17px;
    }
    .hero-header h1 {
        font-size: 52px;
    }
}
@media (max-width: 450px) {
    .servise-column {
        grid-template-columns: repeat(1, 1fr);
    }
    .servise-column__box h4 {
        font-size: 16px;
    }
    .ready-zone__box_image {
        height: 250px;
    }
    .name-zone {
        font-size: 16px;
    }
    .advantages-block__box {
        font-size: 14px;
    }
    .gallery-grid img,
    .gallery-swiper img {
        min-height: 250px;
    }
    .hero-header h1 {
        font-size: 45px;
    }
}
@media (max-width: 350px) {
    .contact {
        display: none;
    }
    .min-text {
        font-size: 6vw;
    }
    .header__h h1 {
        font-size: 13vw;
    }
    .header__h h2 {
        font-size: 13vw;
    }
    .ok_btn {
        font-size: 14px;
    }
    .herro-text-block h3 {
        font-size: 15px;
    }
    .heero-section__footer {
        max-height: 200px;
    }
    .section-h2 h2 {
        font-size: 25px;
    }
	.section-h2 {
        font-size: 25px;
    }
    .text-for-right p {
        font-size: 13px;
    }
    .form-section h2 {
        font-size: 20px;
    }
    .ready-zone__box_text {
        text-align: center;
    }
    .hero-header h1 {
        font-size: 36px;
    }
}
