/*
Theme Name: Portfolio V2
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Portfolio V2 is specially designed product packaged for creative portfolio websites.
Version: 1.1
*/

/*--------------------------------------------------------------
/** 1. Base Styles
--------------------------------------------------------------*/

figure {
  margin: 0;
}
.tab-image {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
::selection {
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #000; /* WebKit browsers */
  -webkit-transition: color .2s;
  transition: color .2s;
}
::-moz-placeholder {
  color: #000; /* Mozilla Firefox 19+ */
  -webkit-transition: color .2s;
  transition: color .2s;
}
:-ms-input-placeholder {
  color: #000;/* Internet Explorer 10+ */
  -webkit-transition: color .2s;
  transition: color .2s;
}
::placeholder {
  color: #000;
  -webkit-transition: color .2s;
  transition: color .2s;
}

/* - Floating & Alignment
------------------------------------------------------------- */
.align-left {
  float: left;
  text-align: left;
}
.align-right {
  float: right;
  text-align: right;
}
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}

/*--------------------------------------------------------------
/** 3. Typography
--------------------------------------------------------------*/

mark {
  background-color: #fcf8e3;
  padding: 0.28rem;
}
dfn, cite, em, i {
  font-style: italic;
}
code, kbd, var {
  font-size: 14px;
}
code {
  background-color: #f9f2f4;
}
abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}
::placeholder {
    color: #494949;
}

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/* - Button
------------------------------------------------------------- */
.btn-wrap {
    display: flex;
}
.btn-wrap a {
    font-weight: 500;
    text-transform: uppercase;  
}
.btn-normal {
    color: #3f3f3f;
}
.btn-accent {
    background-color: #3f3f3f;
    color: #fff;
    padding: 20px 40px;
}
.btn-accent:hover {
    background-color: #ff5d38;
}
.btn-orange {
    background-color: #e9663c;
    color: #fff;
}
.btn-orange:hover {
    background-color: #c56a4d;
    color: #fff;
}
.btn-submit {
    background: #393939;
    color: #fff;
}
.btn-submit:hover {
    background: #000;
    color: #fff;
}
.btn-pill {
    border-radius: 50px;
}
.btn-outline-orange {
    border: 1px solid #FBA820;
    color: #fff;
    padding: 20px 50px;
}
.btn-outline-orange:hover {
    background: #FBA820;
}
.btn-outline-dark {
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
    padding: 20px 50px;
}
.btn-outline-dark:hover {
    background-color: #3f3f3f;
    color: #f5f5f5;
}
.btn-outline-light {
    border: 1px solid #f5f5f5;
    color: #f5f5f5;
    padding: 20px 50px;
}
.btn-outline-light:hover {
    background-color: #f5f5f5;
    color: #3f3f3f;
}
.btn-arrow {
    background: none; 
}
.btn-arrow.light {
    color: #fff;
}

/*--- Icon Animation
-----------------------------------------------*/
.hvr-icon-forward {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
[class^="hvr-"] {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-icon-forward .icon {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, 
.hvr-icon-forward:focus .hvr-icon, 
.hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}


/*--- Section Title
-----------------------------------------------*/
.section-title {
    font-size: 4.8em;
    line-height: 1;
    font-weight: 500;
    color: #252525;
    margin-bottom: 50px;
}
.section-title.light {
    color: #fff;
}

/*----- Grid Layout
--------------------------------------------------------------*/
.container {
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.inner-content {
    width: 100%;
    padding: 0 20px;
}
.grid {
    display: flex;
    justify-content: space-between;   
}


/*----- Header Menu
--------------------------------------------------------------*/
#header .header-wrap {
    position: absolute;
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 0;
    z-index: 2;
}
.header-wrap .top-menu ul {
    display: flex;
    margin: 0;
}
.header-wrap .top-menu li {
    margin-right: 30px;
}
.header-wrap .top-menu a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
}
.header-wrap .top-menu a:hover {
    border-bottom: 1px solid #FBA820;
}


/*------ Nav Icon
------------------------------------------*/
#navbar .menu-icon {
    display: none;
}
@media screen and (max-width: 1080px) {  
  #navbar .menu-icon {
      display: block;
  }
  .top-menu .menu-icon .icon-segment,
  .top-menu.menu-bar .menu-icon .icon-close {
      display: block;
  }
  .top-menu.menu-bar .menu-icon .icon-segment,
  .top-menu .menu-icon .icon-close {
      display: none;
  }
}

/*------ Responsive Navigation
--------------------------------------*/
  .top-menu.menu-bar {
      position: relative;
      width: 100%;
      height: 100%;
  }
  .top-menu .bar-icon {
      position: fixed;
      top: 40px;
      right: 40px;
      z-index: 9;
      color: #fff;
  }

@media screen and (max-width: 1080px){
    .header-wrap .top-menu.menu-bar ul {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
        text-align: center;
        padding: 100px 0;
        background: rgba(0,0,0,0.7);
        transition: width 2s, height 2s, background-color 2s, transform 2s;
    }
    .header-wrap .top-menu ul {
        display: none;
        margin: 0;
    }
    .header-wrap .top-menu.menu-bar ul {
        display: block;
    }
    .header-wrap .top-menu.menu-bar ul {
        display: unset;
    }
    .header-wrap .top-menu.menu-bar .menu-list a {
        font-size: 3.5em;
        color: #fff;
    }
    .header-wrap .top-menu.menu-bar .menu-list a:hover {
        color: #fba820;
        border: none;
    }
}

/*----- Billboard
--------------------------------------------------------------*/
span.colored {
    color: #fba820;
}
#billboard {
    position: relative;
    margin-bottom: 170px;
}
#billboard .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    margin-top: 230px;
    margin-left: 200px;
    width: 50%;
}
#billboard .banner-header {
    width: 51%;
    margin-bottom: 200px;
}
.banner-content h1 {
    font-size: 4.4em;
    line-height: 1;
}
.banner-content p {
    font-size: 1.2em;
    line-height: 1.7;
    color: #cfcfcf;
    padding-bottom: 40px;
}

@media screen and (max-width: 1680px){
    #billboard .banner-header {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1480px){
    #billboard .banner-content {
        margin-top: 150px;
        width: 60%;
    }
}
@media screen and (max-width: 1380px){
    #billboard .banner-content {
        margin-left: 90px;
    }
    #billboard .banner-header {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1280px){
  .banner-content h1 {
      font-size: 3.2em;
  }
}
@media screen and (max-width: 1180px){
  #billboard .banner-content {
      margin-left: 30px;
  }
  .banner-content p {
      padding-bottom: 10px;
  }
  .banner-content .btn-outline-orange {
      padding: 10px 50px;
  }
}
@media screen and (max-width: 1080px){
  #billboard img.banner-image {
      height: 550px;
      object-fit: cover;
  }
  #billboard .banner-header {
      width: 75%;
  }
}
@media screen and (max-width: 650px){
  #billboard .banner-header {
      width: 90%;
  }
  .banner-content h1 {
      font-size: 2.6em;
  }
  #billboard .banner-content {
      width: 70%;
  }
}

/*----- Social Links
-------------------------------*/
#billboard .socila-links ul {
    display: flex;
}
#billboard .socila-links li {
    padding-right: 30px;
}
#billboard .socila-links a {
    color: #f9f6f6;
}
#billboard .socila-links a:hover {
    color: #fba820;
}


/*----- About Me Section
--------------------------------------------------------------*/
#about-me .person-information {
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}
#about-me .person-information .description {
    width: 50%;
    margin-right: 120px;
}
.person-information p {
    line-height: 2.5;
    color: #555;
}
.person-information .general-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.person-information .general-button .btn-wrap {
    margin-right: 20px;
    margin-bottom: 20px;
}

.person-information .skill-chart {
    width: 50%;
}
.skill-chart li {
    border-bottom: 4px solid #eaeaea;
    margin-bottom: 40px;
    width: 100%;
}
.skill-chart li span.skill {
    display: block;
    border-bottom: 4px solid #fba820;
    padding-bottom: 24px;
    margin-bottom: -4px;
}
.skill-chart li span.fifty-percent {
  width: 50%; 
}
.skill-chart li span.sixty-percent {
  width: 60%; 
}
.skill-chart li span.seventy-percent {
  width: 70%; 
}
.skill-chart li span.eighty-percent {
  width: 80%; 
}
.skill-chart li span.ninety-percent {
  width: 90%; 
}

@media screen and (max-width: 768px){
  #about-me .person-information {
      flex-wrap: wrap;
  }
  #about-me .person-information .description {
      width: 100%;
      margin-right: 30px;
      margin-bottom: 100px;
  }
  .person-information .skill-chart {
      width: 100%;
      margin-right: 30px;
  }
}


/*----- Services Section
--------------------------------------------------------------*/
#services {
    background: #f9f9f9;
    padding: 150px 0;
}
#services .section-header p {
    font-size: 1.2em;
    width: 42%;
    margin: 0 auto 60px;
}
#services .column {
    width: 33.33%;
    background: #fdfdfd;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 75px 50px;
    margin-right: 28px;
    margin-bottom: 60px;
    box-sizing: border-box;
    cursor: pointer;
}
#services .column h3 {
    font-size: 1.6em;
    font-weight: 500;
}
#services .column:hover {
    box-shadow: 0px 2px 40px rgb(187 187 187 / 25%);
}
#services .column svg.iconify {
    font-size: 7em;
    color: #ececec;
}
#services .column:hover svg.iconify {
    color: #fba820;
}
.service-slider .slick-dots li button:before {
    font-size: 50px;
    color: #cecece;
    opacity: 1;
}
.service-slider .slick-dots li button:hover:before, 
.service-slider .slick-dots li button:focus:before {
    color: #fba820;
}

@media screen and (max-width: 999px){
  #services .section-header p {
      width: 60%;
  }
}


.video-spesch-wrapper {
    text-align: center;
}


/*----- Portfolio Section
--------------------------------------------------------------*/

#portfolio {
    color: #fff;
    padding: 150px 0;
}
[data-tab-content] {
    display: none;
    position: unset;
}
.active[data-tab-content] {
    display: block;
}
.tabs {
    display: flex;
    margin: 55px 0;
    justify-content: center;
}
.tabs .tab {
    font-size: 1.4em;
    color: #868686;
    border-radius: 50px;
    padding: 10px 20px;
    margin-right: 20px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
}
.tabs .tab:after {
    content: ".";
    font-size: 2em;
    line-height: 0;
    color: #868686;
    position: absolute;
    top: 15px;
    right: -11px;
}
.tabs .tab:last-child:after {
    content: "";
}
.tabs .tab.active,
.tabs .tab:hover {
  color: #000;
}
.tab-content {
    position: relative;
    margin-bottom: 60px;
}
.tab-content .tab-element {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
}
.tab-content .tab-element figure {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.tab-element figure:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.tab-content .tab-element figcaption {
    position: absolute;
    bottom: 0;
    left: 32px;
    z-index: 9;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: 0.5s ease-out;
}
.tab-content .tab-element figure:hover figcaption {
    bottom: 30px;
    opacity: 1;
}
.tab-content .tab-element .caption {
    width: 80%;
    margin-right: 20px;
}
.tab-content .tab-element h3 {
    font-size: 1.6em;
    text-transform: capitalize;
    margin: 0;
}
.tab-content .tab-element .btn-arrow.light {
    width: 10%;
}

@media screen and (max-width: 900px){
  .tab-content .tab-element .caption {
      width: 100%;
  }
  .tab-content .tab-element h3 {
      font-size: 1.2em;
  }
}
@media screen and (max-width: 700px){
  .tabs .tab {
      font-size: 1em;
      padding: 5px;
  }
}
@media screen and (max-width: 656px){
  .tab-content .tab-element figure {
      width: 45%;
  }
}
@media screen and (max-width: 456px){
  .tab-content .tab-element figure {
      width: 100%;
      margin-right: 0;
  }
}

/*----- Clients Section
--------------------------------------------------------------*/
#clients {
    background: #252525;
    padding: 150px 0;
    margin-bottom: 120px;
}
#clients .section-header p {
    width: 45%;
    margin: 0 auto;
}
#clients .top-grid-item { 
    margin-top: 80px;
}
#clients .clients-item { 
    width: 100%;
    padding: 50px;
    border-right: 1px dashed #5a5a5a;
    border-bottom: 1px dashed #5a5a5a; 
    text-align: center;
}
#clients .bottom-grid-item .clients-item { 
    border-bottom: none;
}
#clients .clients-item:last-child {
    border-right: none;
}
#clients .clients-item i.icon {
    font-size: 5em;
}
#clients .clients-item i.icon:hover {
    color: #e5e5e5;
}


@media screen and (max-width: 1200px){
  #clients .grid {
      justify-content: center;
      flex-wrap: wrap;
  }
  #clients .clients-item {
      width: 30%;
  }
  #clients .bottom-grid-item .clients-item {      
      border-right: 1px dashed #5a5a5a;
      border-bottom: 1px dashed #5a5a5a; 
  }
  #clients .bottom-grid-item .clients-item:nth-child(n+4) {
      border-bottom: none; 
  }
  #clients .clients-item:last-child {
      border-right: 1px dashed #5a5a5a;
  }
}

@media screen and (max-width: 699px){
  #clients .clients-item i.icon {
      font-size: 3em;
  }
}

@media screen and (max-width: 550px){
  #clients .clients-item {
      padding: 30px;
  }
}


/*----- Testimonial Section
--------------------------------------------------------------*/
#testimonial .inner-content {
    position: relative;
    margin-bottom: 120px;
}
#testimonial .grid {
    display: flex;
    align-items: center;
}
#testimonial figure {
    margin-right: 110px;
    width: 50%;
}
#testimonial img.review-image {
    width: 1236px;
    height: 359px;
    object-fit: cover;
    border: 20px solid #FFF6E9;
    border-radius: 170px;
}
#testimonial .reviews-content {
    width: 50%;
}
#testimonial .reviews-content q {
    display: block;
    font-size: 1.2em;
    color: #252525;
    margin-bottom: 30px;
}
.reviews-content .author-detail .name {
    color: #252525;
    font-weight: 600;
    font-size: 1.4em;
}
#testimonial .button-container {
    position: absolute;
    right: 260px;
    bottom: 80px;
}
#testimonial button.slick-arrow {
    background: no-repeat;
    border: none;
    cursor: pointer;
}
#testimonial .slick-arrow i.icon:hover,
#testimonial .slick-arrow i.icon:active {
    color: #D5D5D5;
}

@media screen and (max-width: 1280px) {
  #testimonial .button-container {
      right: 170px;
  }
}
@media screen and (max-width: 1080px) {  
  #testimonial figure {
      margin-right: 50px;
  }
  #testimonial .button-container {
      bottom: 60px;
  }
}
@media screen and (max-width: 980px) {  
  #testimonial .grid {
      flex-wrap: wrap;
  }
  #testimonial figure {
      width: 100%;
      margin-bottom: 50px;
  }
  #testimonial .reviews-content {
      width: 100%;
      padding: 20px;
      text-align: center;
  }
  #testimonial .button-container {
      bottom: -20px;
      left: 0;
      width: 100%;
      text-align: center;
  }
}


/*----- Latest Blog Section
--------------------------------------------------------------*/
#latest-blog {
    margin-bottom: 120px;
}
#latest-blog .post-content {
    margin-top: 70px;
    padding-bottom: 60px;
}
.post-content .grid {
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
    justify-content: space-between;
    align-items: baseline;
}
.post-content .grid:last-child {
    border-bottom: 1px solid #ebebeb;
}
.post-content .post-item {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.post-content .post-item .meta-date {
    width: 100px;
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
}
.post-content .meta-date span.day {
    font-size: 3em;
    line-height: 1;
    color: #FBA820;
}
.post-content span.month {
    font-size: 1.4em;
    color: #3F3F3F;
    font-weight: 100;
}
.post-content .grid h3 {
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 500;
    margin-right: 30px;
}
.post-content .post-item h3>a {
    text-transform: capitalize;
    color: #939393;
}
.post-content .post-item h3>a:hover {
    color: #111;
}
.post-content .btn-wrap a {
    text-transform: capitalize;
}
.post-content .btn-wrap {
    display: flex;
    margin-top: 0;
}

@media screen and (max-width: 850px) {  
  .post-content .btn-wrap {
      display: none;
  }
}

/*----- Footer Section
--------------------------------------------------------------*/
#achievement {
    background: #f9f9f9;
    padding: 150px 0;
}
#achievement .achieve-item {
    margin-right: 30px;
}
.achieve-item .achieve-count {
    font-size: 6.5em;
    font-weight: 900;
    color: #3f3f3f;
}
.achieve-item .achieve-title {
    font-size: 1.2em;
    color: #939393;
}

@media screen and (max-width: 1080px) {  
  .achieve-item .achieve-count {
      font-size: 5em;
  }
}
@media screen and (max-width: 980px) {  
  .achieve-item .achieve-count {
      font-size: 4em;
  }
}
@media screen and (max-width: 880px) {  
  .achieve-item .achieve-count {
      font-size: 3em;
  }
}
@media screen and (max-width: 880px) {  
  #achievement .grid {
      flex-wrap: wrap;
  }
  #achievement .achieve-item {
      width: 30%;
  }
}

/*----- Contact Section
--------------------------------------------------------------*/
#contact {
    background-color: #1a1a1a;
    padding: 145px 0 100px;
    text-align: center;
}
#contact h2 {
    font-size: 4.5em;
    color: #fff;
}
#contact p {
    font-size: 1.2em;
    color: #d9d9d9;
    width: 40%;
    margin: 0 auto 60px;
}

@media screen and (max-width: 980px) {  
  #contact h2 {
      line-height: 1;
  }
    #contact p {
      width: 60%;
  }
}

/*----- Footer Bottom Section
--------------------------------------------------------------*/
#footer-bottom {
    background-color: #1a1a1a;
    border-top: 1px solid #3e3e3e;
    padding: 50px 0;
}
.copyright a {
    color: #e69b1f;
}
.inner-content .social-links ul {
    display: flex;
}
.inner-content .social-links li {
    margin-right: 60px;
}
.inner-content .social-links li:last-child {
    margin-right: 0;
}
.inner-content .social-links a {
    color: #fff;
}
.inner-content .social-links a:hover {
    color: #FBA820;
}

@media screen and (max-width: 799px) {
  #footer-bottom .grid {
      flex-wrap: wrap;
      justify-content: center;
  }
}



/*----- новый дизайн страниц*/


/* Add font files for TTMoons-Regular */
@font-face {
    font-family: 'TTMoons-Regular';
    src: url('fonts/ttmoons-regular.woff2') format('woff2'),
         url('fonts/ttmoons-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  :root {
    --container-max: 1500px;
    --gap: 40px;
    --pink: #f87a5d;
    --gray: #363636;
    --black: #000;
    --white: #ffffff;
  }
  
  
  
  /* Container */
  .container-new {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--gap);
  }
  
  .header-content-right {
    display: flex;
    height: 100%;
    gap: 80px;
    align-items: center;
  }
  
  /* Links & Buttons */
  a {
    text-decoration: none;
    color: inherit;
  }
  .btn {
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
  }
  .btn-primary {
    padding: 16px 32px;
    border: 2px solid var(--pink);
    color: var(--pink);
  }
  .btn-secondary {
    padding: 12px 24px;
    color: var(--white);
  }
  
  /* Header */
  .site-header {
    background: #fff;
  }
  .bars-btn {
    display: none;
  }
  .header-inner {
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: space-between;
  }

  .wine-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.wine-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.wine-image {
    height: 200px;
    object-fit: contain;
    background-color: #f8f8f8;
}
.view-more-btn {
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #d47e348c 0%, #f16d4f 100%);
}
.view-more-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(147, 51, 234, 0.3);
}

.bg-purple-700 {
  background-color: rgb(248 122 93) !important; 
}

.bg-white {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.duration-3003 {
  margin: 0 auto;
}




.header-mobile {
    height: 100vh;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 50px 20px;
    background: var(--Pink, #FF9B84);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    transition: .3s ease-in-out;
}
.header-mobile.active{
    opacity: 1;
    pointer-events: all;
}






  

  
  /* Навигация */
  .main-nav {
    display: flex;
    height: 100%;
    gap: 32px;
    align-items: center;
  }
  .nav-item {
    background: none;
    border: none;
    font-size: 16px;
    color: var(--black);
    cursor: pointer;
    position: relative;
    padding: 8px;
  }
  .nav-dropdown .arrow {
    margin-left: 4px;
    font-size: 12px;
    vertical-align: middle;
  }
  
  /* Иконки */
  .social-icons {
    display: flex;
    gap: 16px;
  }
  .social-icons img {
    width: 24px;
    height: 24px;
    display: block;
  }
  
  
  
  
  /* Hero 2 */
  .hero-2 {
    padding: calc(var(--gap)*2) 0;
  }
  .hero-2-wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }
  .hero-2-img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* Заголовок */
  .hero-2-text {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff00;
    padding: 0 0 20px 10px;
    border-bottom-right-radius: 80px;
    z-index: 2;
  }

  .title-vitriny {
    font-size: 95px;
    margin: 0;
    line-height: 1.1;
    color: var(--pink);
  }
  
  .title-schubi {
    margin: 0;
    font-size: 65px;
    line-height: 1.1;
    color: var(--pink);
  }

  .title-stellazi {
    font-size: 95px;
    line-height: 1.1;
    color: var(--pink);
    margin: 0;
    font-weight: 900 !important;
  }

  .project {
    margin: 100px 0;
  }
  
  /* Контактная карточка */
  .hero-2-contact {
    position: absolute;
    top: var(--gap);
    right: var(--gap);
    background: rgba(0,0,0,0.6);
    padding: 16px 30px;
    border-radius: 16px;
    text-align: right;
    z-index: 2;
    border: 1px solid #fff;
  }
  .hero-2-contact a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.4;
  }
  
  /* Описание */
  .hero-2-desc {
    position: absolute;
    bottom: var(--gap);
    left: var(--gap);
    background: rgba(0,0,0,0.7);
    padding: var(--gap);
    border-radius: 16px;
    max-width: 631px;
    z-index: 2;
    border: 1px solid #fff;
  }
  .hero-2-desc p {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
  }
  
  /* Кнопка */
  .hero-2-btn-wrapper {
    position: absolute;
    bottom: 5px;
    right: 6px;
  
  }
  .hero-2-btn {
    
    font-size: 25px;
  }
  
  
  
  
  /* Individual Approach Section */
  .approach {
    padding: calc(var(--gap)*2) 0;
  }
  .new-title {
    max-width: 704px;
    font-family: serif;
    font-size: 72px;
    color: var(--pink);
    margin-bottom: var(--gap);
    line-height: 1.1;
  }
  .approach-text {
    max-width: 700px;
    margin-bottom: calc(var(--gap)*1.5);
  }
  .approach-text p {
    margin-bottom: var(--gap);
    font-size: 18px;
    color: var(--gray);
    line-height: 1.6;
  }
  .approach-text-bottom {
    max-width: 640px;
    margin-bottom: 70px;
    font-size: 18px;
  }
  
  /* Cards Grid */
  .approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--gap);
    margin: 70px 0;
  }
  .card {
    border: 2px solid var(--pink);
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    display: flex;
    flex-direction: column;
  }
  .card-img img {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px;
  }
  .card h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: var(--gap) var(--gap) 8px;
    color: var(--black);
  }
  .card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.5;
    margin: 0 var(--gap) var(--gap);
  }
  
  .card-text {
    text-align: center;
  }
  
  
.project-title-new {
    font-family: serif;
    font-size: 72px;
    color: var(--pink);
    margin-bottom: var(--gap);
    line-height: 1.1;
}
  
  
  
  .video-spesch {
    width: 100%;
    max-width: 1200px;
  }
  
  
  /* CTA Section */
  .cta {
    padding: 200px 20px;
  }
  .cta-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--pink);
    border-radius: 40px;
    padding: 63px 52px;
    max-height: 386px;
  }
  
  .new-title {
    max-width: 704px;
    font-family: serif;
    font-size: 72px;
    color: var(--pink);
    margin-bottom: var(--gap);
    line-height: 1.1;
  }
  .cta-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #ffffff;
  }
  .cta-text h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .cta-sub {
    font-size: 16px;
    line-height: 1.5;
  }
  .cta-btn {
    border: 2px solid var(--white);
    color: var(--white);
    padding: 14px 28px;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    max-width: 589px;
    width: 100%;
  }

  .titile-h3 {
    color: #f87a5d;
    font-size: 24px;
    margin-bottom: 40px;
  }
  
  /* Изображение справа */
  .cta-image {
    height: 100%;
    flex-shrink: 0;
    margin-left: var(--gap);
    margin-bottom: 180px;
  }
  .cta-image img {
    display: block;
    max-height: 568px;
    height: 100%;
    width: auto;
  }
  
  
  
  
  /* Strength Section */
  .strength {
    padding: calc(var(--gap)*2) 0;
  }
  .strength h2 {
    font-family: serif;
    font-size: 72px;
    color: var(--pink);
    margin-bottom: var(--gap);
    line-height: 1.1;
  }
  .strength-text {
    font-size: 16px;
    color: var(--gray);
    max-width: 800px;
    margin-bottom: 82px;
    line-height: 1.6;
  }
  
  /* Grid of strength cards */
  .strength-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--gap);
  }
  .strength-card {
    border: 2px solid var(--pink);
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    text-align: center;
  }
  .strength-card img {
    padding: 15px;
    display: block;
    width: 100%;
    height: auto;
  }
  .strength-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin: var(--gap) var(--gap)  var(--gap) var(--gap);
    line-height: 1.3;
  }
  
  
  
  
  
  /* Stages Section */
  /*.stages {
    padding: calc(var(--gap)*2) 0;
    margin: 100px 0;
  }*/
  .stages h2 {
    font-family: serif;
    font-size: 72px;
    color: var(--pink);
    margin-bottom: var(--gap);
    line-height: 1.1;
  }
  
  /* Grid */
  .stages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .stages-cellar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
  }
  .stage-card {
    padding: var(--gap);
    position: relative;
    border-right: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
  }
  
  .stage-card:nth-child(-n+3) {
    border-top: none; /* убрать двойную линию сверху у первой строки */
  }
  .stage-card .stage-number {
    font-size: 48px;
    font-weight: bold;
    color: var(--pink);
    margin-bottom: 8px;
  }
  .stage-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    margin: 0 0 8px;
  }
  .stage-card p {
    font-size: 14px;
    color: var(--gray);
    margin: 0;
    line-height: 1.5;
  }
  
  
  
  
  /* Footer Dark */
  .site-footer-dark {
    background: #2b2b2b;
    color: var(--white);
    padding: calc(var(--gap)*2) 0;
  }
  .footer-dark-inner {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    align-items: flex-start;
  }
  .footer-col {
    flex: 1;
    min-width: 200px;
  }
  .footer-col h4 {
    font-size: 18px;
    color: var(--white);
    margin-bottom: var(--gap);
  }
  .footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-col ul li {
    margin-bottom: 8px;
  }
  .footer-col ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
  }
  .footer-col ul li a:hover {
    text-decoration: underline;
  }
  
  /* Правая колонка */
  .footer-col--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--gap);
  }
  .footer-cta {
    padding: 12px 24px;
    border: 2px solid var(--white);
    color: var(--white);
    font-size: 14px;
  }
  .footer-contacts a {
    display: block;
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
    margin-bottom: 4px;
  }

  /* ――― Наклон карточек в секции “Наша сила” */
.strength-grid {
  /* чуть уменьшим вертикальные отступы между рядами, чтобы карточки могли «налезать» */
  row-gap: calc(var(--gap) * 0.5);
}

.strength-card {
  /* задаём базовый «отступ снизу» чтобы при повороте не было обреза */
  margin-bottom: var(--gap);
  /* сохраним точки поворота по центру снизу */
  transform-origin: center bottom;
  /* небольшой общий наклон, переопределим для каждого */
  transform: rotate(0deg);
  transition: transform .3s;
}

/* И вот индивидуальные углы: */
.strength-card:nth-child(1) { transform: rotate(-5deg); }
.strength-card:nth-child(2) { transform: rotate(-2deg); }
.strength-card:nth-child(3) { transform: rotate(2deg); }
.strength-card:nth-child(4) { transform: rotate(5deg); }

/* При наведении — выпрямляем выбранную карточку */
.strength-card:hover {
  transform: rotate(0deg) scale(1.02);
  z-index: 1;
}

/* Shelving Features */
.shelving-features {
  padding: calc(var(--gap)*2) 0;
}
.shelving-features h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}

/* Grid with lines */
.shelving-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.shelving-card {
  padding: var(--gap);
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.shelving-card:nth-child(3n) {
  border-right: none;
}
.shelving-card:nth-child(-n+3) {
  border-top: none;
}

/* Number, title, text */
.shelving-card .number {
  font-size: 48px;
  font-weight: bold;
  color: var(--pink);
  margin-bottom: 8px;
}
.shelving-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--black);
}
.shelving-card p {
  font-size: 14px;
  color: var(--gray);
  margin: 0;
  line-height: 1.5;
}

/* Racks Section */
.racks {
  padding: calc(var(--gap)*2) 0;
}
.racks h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}

/* --- Top cards */
.racks-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 47px;
  margin-bottom: calc(var(--gap)*2);
}
.racks-type-card {
  border: 2px solid var(--pink);
  border-radius: 20px;
  padding: var(--gap);
  background: var(--white);
}
.racks-type-card h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--black);
}
.racks-type-card ul {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}
.racks-type-card li {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 4px;
}

/* --- Detail block */
.racks-detail {
  border: 2px solid var(--pink);
  border-radius: 20px;
  padding: 40px;
  margin: 70px 0;
}

.racks-text {
  max-width: 640px;
  margin-top: 20px;
}
.racks-detail-title {
  font-size: 24px;
  color: var(--pink);
  margin: 0 0 var(--gap);
}
.racks-detail-sub {
  font-size: 14px;
  color: var(--gray);
  margin: 0 0 calc(var(--gap)*1.5);
  line-height: 1.5;
}

/* Flex: список + изображение */
.racks-detail-inner {
  display: flex;
  gap: var(--gap);
  align-items: center;
}

.racks-detail-inner-cellar {
  display: flex;
  gap: var(--gap);
  align-items: center;
}

.racks-detail-text {
  margin-bottom: 40px;
}

.racks-list {
  flex: 1;
  border-right: 1px solid black;
}
.rack-item {
  display: flex;
  gap: var(--gap);
  padding: calc(var(--gap)*0.5) 0;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  align-items: flex-start;
}
.rack-item:last-child {
  border-bottom: none;
}
.rack-item .number {
  font-size: 52px;
  font-weight: bold;
  color: var(--pink);
  min-width: 48px;
  text-align: right;
}
.rack-item p {
  font-size: 16px;
  color: var(--gray);
  margin: 0;
  line-height: 1.5;
}

/* Главное изображение */
.racks-image {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}
.racks-image img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 496px;
}

/* --- Thumbnails */
.racks-thumbs {
  display: flex;
  gap: var(--gap);
  margin-top: var(--gap);
}
.racks-thumbs img {
  flex: 1;
  display: block;
  width: 100%;
  border: 2px solid var(--pink);
  border-radius: 16px;
  object-fit: cover;
  height: 280px;
}


/* Presentation Racks Section */
.presentation-inner {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* Фото-блок слева */
.presentation-images {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 50%; /* или на ваше усмотрение */
}
.presentation-main-image {
  border-radius: 16px;
  overflow: hidden;
}
.presentation-main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.presentation-thumbs {
  display: flex;
  gap: 40px;
}
.presentation-thumbs img {
  flex: 1;
  display: block;
  width: 100%;
  height: 233px;
  object-fit: cover;
  border: 2px solid var(--pink);
  border-radius: 16px;
}

.cellar-cards-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Список справа */
.presentation-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--gap)*0.5);
}
.presentation-item {
  display: flex;
  gap: var(--gap);
  padding: calc(var(--gap)*0.5) 0;
  border-bottom: 1px solid var(--gray);
}
.presentation-item:last-child {
  border-bottom: none;
}
.presentation-item .number {
  font-size: 32px;
  font-weight: bold;
  color: var(--pink);
  min-width: 48px;
  text-align: right;
}
.presentation-sublist {
  flex: 1;
}
.presentation-sublist p {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
}
.presentation-sublist ul {
  margin: 0;
  padding-left: 20px;
}
.presentation-sublist ul li {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 4px;
}

/* Wine Wall Tips Section */
.wall-tips h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  line-height: 1.1;
  margin-bottom: var(--gap);
}
.wall-sub {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: calc(var(--gap)*1.5);
  max-width: 700px;
}

/* Контент: флекс с кнопкой и списком слева, картинкой справа */
.wall-content {
  display: flex;
  align-items: center;
  gap: var(--gap);
}
.wall-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.wall-btn {
  padding: 14px 28px;
  border: 2px solid var(--pink);
  color: var(--pink);
  background: none;
  width: fit-content;
}
.wall-list {
  border-top: 1px solid var(--gray);
  margin-top: var(--gap);
}
.wall-item {
  display: flex;
  align-items: center;
  gap: var(--gap);
  padding: var(--gap) 0;
  border-bottom: 1px solid var(--gray);
}
.wall-item:last-child {
  border-bottom: none;
}
.wall-item .number {
  font-size: 32px;
  font-weight: bold;
  color: var(--pink);
  min-width: 48px;
  text-align: right;
}
.wall-item p {
  margin: 0;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
}

/* Изображение справа */
.wall-image {
  flex-shrink: 0;
  border-radius: 40px;
  overflow: hidden;
}
.wall-image img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 360px;
}

/* ------------- Production Stages (часть 1) ------------- */
.production-stages {
  padding: calc(var(--gap) * 2) 0;
}
.production-stages h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}

/* flex-контейнер: слева список, справа иллюстрации */
.wrapper-production-inner {
  display: flex;
  align-items: flex-start;
  gap: var(--gap);
  justify-content: space-between;
}

/* Список этапов */
.production-list {
  flex: 1;
}
.production-item {
  display: flex;
  gap: var(--gap);
  padding: var(--gap) 0;
  border-bottom: 1px solid var(--gray);
}
.production-item:last-child {
  border-bottom: none;
}
.production-item .number {
  font-size: 32px;
  font-weight: bold;
  color: var(--pink);
  min-width: 48px;
  text-align: right;
}
.production-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 4px;
}
.production-content p {
  margin: 0;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
}

/* Ряд изображений */
.production-images {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
.production-images img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--pink);
  border-radius: 16px;
  object-fit: cover;
}

.room-models {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1064px;
  gap: 32px;
}

.production-etap {
  display: flex;
  gap: var(--gap);
  padding: var(--gap) 0;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  align-items: flex-start;
}

.production-etap .number {
  font-size: 32px;
  font-weight: bold;
  color: var(--pink);
  min-width: 48px;
  text-align: right;
}

.production-list-left {
  max-width: 416px;
}

/* 1) Карточки со стеклом */
.production-glass-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
  margin: var(--gap) 0;
}
.glass-card {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 2px solid var(--pink);
  border-radius: 16px;
  padding: var(--gap);
  background: var(--white);
  text-align: center;
}

.production-detail {
  display: flex;
  gap: 32px;
}

.cellar-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.cool-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.production-text-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.production-glass-cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.glass-card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}
.glass-card p {
  margin: 0;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.4;
}
/* третий карточке даём span по центру */
.glass-card--center {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 400px;
}

/* 2) Детальный блок */
.production-detail-2 {
  display: flex;
  align-items: flex-end;
  gap: var(--gap);
  margin-bottom: 30px;
}
.detail-image {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.detail-image img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 300px;
}
.detail-list .production-item {
  display: flex;
  gap: var(--gap);
  padding: var(--gap) 0;
  border-bottom: 1px solid var(--gray);
}
.detail-list .production-item:last-child {
  border-bottom: none;
}

/* 3) Карточки охлаждения */
.production-cool-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
  margin-top: var(--gap);
}
.cool-card {
  border: 2px solid var(--pink);
  border-radius: 16px;
  padding: var(--gap);
  text-align: center;
  background: var(--white);
}
.cool-card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}
.cool-card p {
  margin: 0;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.4;
}
/* третья карточка span по центру */
.cool-card--center {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 400px;
}

/* С чего начать */
.start {
  padding: calc(var(--gap)*2) 0;
}
.start h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}
.start-text p {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: var(--gap);
  line-height: 1.5;
}
.start-text ul {
  list-style: disc inside;
  padding: 0;
}
.start-text ul li {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 8px;
}

/* Сетка карт иконок */
.start-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  margin-top: var(--gap);
}
.start-card {
  border: 2px solid var(--pink);
  border-radius: 20px;
  padding: var(--gap);
  background: var(--white);
  text-align: center;
}
.start-card img {
  display: block;
  margin: 0 auto var(--gap);
}
.start-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 8px;
}
.start-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
  margin: 0;
}

/* Serving Temperature Section */
.serving {
  margin: 130px 0;
}
.serving h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}
.serving-sub {
  font-size: 16px;
  color: var(--gray);
  max-width: 800px;
  margin-bottom: calc(var(--gap)*1.5);
  line-height: 1.5;
}

/* Grid of serving cards */
.serving-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.serving-card {
  border: 2px solid var(--pink);
  border-radius: 20px;
  background: var(--white);
  padding: var(--gap);
  text-align: center;
}
.serving-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: var(--gap);
}
.serving-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 8px;
}
.serving-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
  margin: 0;
}
/* Understairs Wine Cabinets */


.h2-block {
  font-family: serif;
  font-size: 92px;
  color: var(--pink);
  margin-bottom: 70px;
  line-height: 1.1;
}

.wrapper-calculator {
  margin: 70px 0;
}

.calculator-container {
  max-width: 1460px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 20px;
}

.calculator-title {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.dimensions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.dimension-block {
  width: 30%;
  margin-bottom: 15px;
  background-color: #e3e3e3;
  border-radius: 20px;
  padding: 20px;
}

.dimension-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.dimension-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.dimension-input {
  width: 100px;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
}

.slider-container {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

input[type="range"] {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: #c2c0c0;
  border-radius: 5px;
  outline: none;
  margin: 0;
  padding: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f96158;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 3;
}

input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f96158;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 3;
}

input[type="range"]:active::-webkit-slider-thumb {
  background: #ff9b84;
}

input[type="range"]:active::-moz-range-thumb {
  background: #ff9b84;
}

.options-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.option-block {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  min-width: 250px;
  background-color: #e3e3e3;
  border-radius: 20px;
  padding: 10px;
}

.option-block select {
  margin: 0;
}

.option-title {
  margin-right: 10px;
  text-align: left;
  min-width: 140px;
}

select,
input[type="checkbox"] {
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 0;
}

input[type="checkbox"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  accent-color: #f96158;
}

select {
  min-width: 200px;
  max-width: 100%;
  background-color: #fff;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.checkbox-container label {
  margin: 0px;
  padding-left: 5px;
}

#door-count {
  margin-bottom: 0;
  border-radius: 10px;
}

.price-container {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}

.disclaimer {
  font-size: 10px;
  margin-top: 20px;
  color: #292929;
  text-align: justify;
}

.submit-btn {
  max-width: 300px;
  height: 70px;
  width: 100%;
  background-color: #ff5d38;
  color: white;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 15px;
}

.submit-btn:hover {
  background-color: #ff9b84;
}

.contact-form {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-control-calkulator {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.form-control-calkulator:focus {
  border-color: #f96158;
  outline: none;
}

.error-message {
  color: #f96158;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.notification {
  padding: 15px;
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  display: none;
  animation: fadeIn 0.5s;
}

.notification-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.notification-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .calculator-container {
    padding: 10px;
  }
  h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .dimensions {
    flex-direction: column;
  }
  .dimension-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .options-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .option-block {
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .option-title {
    margin-bottom: 5px;
    width: 100%;
  }
  select {
    width: 100%;
  }
  .checkbox-container {
    margin: 10px 0;
  }
  .price-container {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 16px;
  }
  .price-container {
    font-size: 18px;
  }
  .submit-btn {
    width: 100%;
  }
}

.showroom {
  margin: 70px 0;
}
.showroom-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #FE9A83;
  border-radius: 40px;
  overflow: hidden;
  padding: 40px;
}

.showroom-content {
  flex: 1;
  text-align: center;
  color: #ffff;
}

.showroom-logo {
  max-width: 290px;
  width: 60%;
  height: auto;
  margin: 0 auto 40px;
}

.showroom-text {
  color: #fff !important;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.showroom-btn {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid #ffff;
  border-radius: 20px;
  color: #ffff;
  background: none;
  font-size: 28px;
}

.showroom-image {
  flex-shrink: 0;
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}

.showroom-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .showroom-logo {
    max-width: 160px;
  }
  .showroom-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .showroom-wrapper {
    flex-direction: column;
    text-align: center;
    padding: var(--gap);
  }
  .showroom-image {
    width: 100%;
    margin-top: var(--gap);
  }
  .showroom-btn {
    width: 100%;
    max-width: 280px;
  }
}

.wrapper-block-advertisementt {
  margin-top: 50px;
  background-color: #f2f2f2;
  padding: 45px 0;
}

.block-advertisementt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.img-advertisementt {
  max-width: 220px;
}

.block-text-advertisementt {
  width: 100%;
  height: 50px;
  display: flex;
  background-color: #ff9b84;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.text-advertisementt {
  font-size: 25px;
  font-weight: bold;
}

.link-advertisementt {
  display: block;
  background-color: #a19f9f;
  padding: 25px 80px;
  border-radius: 20px;
  color: black;
  font-size: 18px;
}

.link-advertisementt:hover {
  background-color: #ffe1da;
  transition: .3s;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-gray-50 .font-sans {
  font-family: Arial, Helvetica, sans-serif;
}

.bg-gray-50 .container {
  max-width: 1280px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-gray-50 .text-center {
  text-align: center;
}

.bg-gray-50 .mb-12 {
  margin-bottom: 48px;
}

.bg-gray-50 .mb-4 {
  margin-bottom: 16px;
}

.bg-gray-50 .max-w-2xl {
  max-width: 672px;
}

.bg-gray-50 .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg-gray-50 .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.bg-gray-50 .py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.bg-gray-50 .grid {
  display: grid;
}

.bg-gray-50 .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.bg-gray-50 .gap-8 {
  gap: 32px;
}

.bg-gray-50 .gap-2 {
  gap: 8px;
}

.bg-gray-50 .p-4 {
  padding: 16px;
}

.bg-gray-50 .p-6 {
  padding: 24px;
}

.bg-gray-50 .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.bg-gray-50 .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.bg-gray-50 .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.bg-gray-50 .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bg-gray-50 .px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.bg-gray-50 .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bg-gray-50 .px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-gray-50 .py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.bg-gray-50 .ml-1 {
  margin-left: 4px;
}

.bg-gray-50 .ml-2 {
  margin-left: 8px;
}

.bg-gray-50 .flex {
  display: flex;
}

.bg-gray-50 .flex-wrap {
  flex-wrap: wrap;
}

.bg-gray-50 .justify-center {
  justify-content: center;
}

.bg-gray-50 .justify-between {
  justify-content: space-between;
}

.bg-gray-50 .items-start {
  align-items: flex-start;
}

.bg-gray-50 .items-center {
  align-items: center;
}

.bg-gray-50 .text-xs {
  font-size: 12px;
}

.bg-gray-50 .text-sm {
  font-size: 14px;
}

.bg-gray-50 .text-lg {
  font-size: 18px;
}

.bg-gray-50 .text-xl {
  font-size: 20px;
}

.bg-gray-50 .text-3xl {
  font-size: 30px;
}

.bg-gray-50 .text-4xl {
  font-size: 36px;
}

.bg-gray-50 .font-medium {
  font-weight: 500;
}

.bg-gray-50 .font-semibold {
  font-weight: 600;
}

.bg-gray-50 .font-bold {
  font-weight: 700;
}

.bg-gray-50 .rounded {
  border-radius: 8px;
}

.bg-gray-50 .rounded-lg {
  border-radius: 12px;
}

.bg-gray-50 .rounded-full {
  border-radius: 9999px;
}

.bg-gray-50 .overflow-hidden {
  overflow: hidden;
}

.bg-gray-50 .bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-50 .bg-purple-100 {
  background-color: #ede9fe;
}

.bg-gray-50 .text-purple-800 {
  color: #5b21b6;
}

.bg-gray-50 .bg-yellow-100 {
  background-color: #fef9c3;
}

.bg-gray-50 .text-yellow-800 {
  color: #854d0e;
}

.bg-gray-50 .bg-blue-100 {
  background-color: #dbeafe;
}

.bg-gray-50 .text-blue-800 {
  color: #1e40af;
}

.bg-gray-50 .bg-green-100 {
  background-color: #dcfce7;
}

.bg-gray-50 .text-green-800 {
  color: #166534;
}

.bg-gray-50 .bg-red-100 {
  background-color: #fee2e2;
}

.bg-gray-50 .text-red-800 {
  color: #991b1b;
}

.bg-gray-50 .bg-pink-100 {
  background-color: #fce7f3;
}

.bg-gray-50 .text-pink-800 {
  color: #9d174d;
}

.bg-gray-50 .bg-indigo-100 {
  background-color: #e0e7ff;
}

.bg-gray-50 .text-indigo-800 {
  color: #3730a3;
}

.bg-gray-50 .bg-amber-100 {
  background-color: #fef3c7;
}

.bg-gray-50 .text-amber-800 {
  color: #92400e;
}

.bg-gray-50 .text-gray-900 {
  color: #111827;
}

.bg-gray-50 .text-gray-800 {
  color: #1f2937;
}

.bg-gray-50 .text-gray-600 {
  color: #4b5563;
}

.bg-gray-50 .text-white {
  color: #ffffff;
}

.bg-gray-50 .inline-flex {
  display: inline-flex;
}

.bg-gray-50 .transition-colors {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.bg-gray-50 .hover\:bg-purple-800:hover {
  background-color: #d9684e !important;
}

@media (min-width: 768px) {
  .bg-gray-50 .md\:text-4xl {
    font-size: 36px;
  }
}

@media (min-width: 640px) {
  .bg-gray-50 .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .bg-gray-50 .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .bg-gray-50 .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.understairs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}

.understairs-card {
  border: 2px solid var(--pink);
  border-radius: 20px;
  background: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.understairs-card img {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 30px;
}
.understairs-desc {
  padding: 0 15px 30px 15px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
  flex: 1;
  text-align: center;
}
.understairs-title {
  padding: 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  text-align: center;
}

.wrapper-stages-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 640px;
  margin-bottom: 70px;
}

.block-title-torgovo-proiz {
  padding: 30px 0 20px 10px;
}

/* We Can Section */
.we-can {
  margin: 70px 0;
}

.stages {
  margin-bottom: 70px;
}

.we-can h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}
.we-can-text p {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: var(--gap);
  line-height: 1.5;
  max-width: 800px;
}

/* Grid of style cards */
.we-can-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  margin-top: var(--gap);
}
.we-can-card {
  border: 2px solid var(--pink);
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  text-align: center;
}
.we-can-card img {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px;
}
.we-can-card p {
  margin: var(--gap) 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}
/* ===== Индивидуальный подход к заказу ===== */
.approach {
  padding: calc(var(--gap)*2) 0;
}
.approach-title {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}
.approach-intro {
  font-size: 16px;
  color: var(--gray);
  max-width: 800px;
  margin-bottom: calc(var(--gap)*1.5);
  line-height: 1.5;
}



/* Сетка карточек */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
.approach-card {
  border: 2px solid var(--pink);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--white);
  gap: 30px;
  text-align: center;
}
.approach-card img {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px;
}
.approach-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}
.approach-card p {
  flex: 1;
  margin: 0 var(--gap) var(--gap);
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
}
/* ―― Catalog Section ―― */
.catalog {
  padding: calc(var(--gap)*2) 0;
}
.catalog h2 {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: var(--gap);
  line-height: 1.1;
}
.catalog-intro {
  font-size: 16px;
  color: var(--gray);
  max-width: 800px;
  margin-bottom: calc(var(--gap)*1.5);
  line-height: 1.5;
}

/* Grid: по 2 карточки в ряд */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}

/* Карточка */
.catalog-card {
  position: relative;
  display: flex;
  border: 2px solid var(--pink);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  padding: 20px;
}
.catalog-img-wrapper {
  flex: 3;
  overflow: hidden;
}
.catalog-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-label {
  font-size: 28px;
  color: var(--pink);
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 20px;
}

.catalog-section {
  margin-bottom: 70px;
}

.block-types-title {
  font-family: serif;
  font-size: 72px;
  color: var(--pink);
  margin-bottom: 70px;
  line-height: 1.1;
}

/* Сетка карточек */
.cooling-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}

/* Одна карточка */
.cooling-card {
  border: 2px solid #f87a5d;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.cooling-img {
  display: block;
  max-width: 383px;
  height: auto;
  margin: 40px;
}
.cooling-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.cooling-content {
  padding: 40px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
}
.cooling-content ul {
  margin: var(--gap) 0;
  padding-left: 20px;
}
.cooling-content ul li {
  margin-bottom: 4px;
}

.condensation {
  padding: 40px 0;
}

.block-condensation-intro {
  max-width: 640px;
  margin-bottom: 70px;
}

/* Сетка из четырёх карточек */
.wrapper-condense-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

/* Одна карточка */
.condense-card {
  width: 304px;
  border: 2px solid #FF8364;
  border-radius: 16px;
  padding: 20px;
  background: #FFFFFF;
}

.condense-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 20px;
  text-align: center;
}

.condense-desc {
  font-size: 14px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

.storage-title {
  font-family: serif;
  font-size: 60px;
  color: #FF8364;
  margin-bottom: 16px;
  line-height: 1.1;
}

.storage-intro {
  font-size: 14px;
  color: #333333;
  margin-bottom: 70px;
  line-height: 1.5;
  max-width: 800px;
}

/* Крупные превью */
.storage-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.storage-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

/* Общие стили для секций типов */
.storage-type-section {
  margin-bottom: 70px;
  border: 1px solid #ff8364;
  border-radius: 10px;
  padding: 40px;
}
.storage-type-title {
  font-size: 24px;
  color: #FF8364;
  margin-bottom: 40px;
}

/* Сетка карточек типов */
.storage-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Одна карточка типа */
.storage-item {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}
.storage-number {
  font-size: 40px;
  font-weight: bold;
  color: #FF8364;
  min-width: 32px;
  text-align: left;
}
.storage-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px;
}
.storage-item-desc {
  font-size: 14px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

.shelf-purpose__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.shelf-purpose__card {
  border: 2px solid #FF8364;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.shelf-purpose__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.shelf-purpose__card-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 30px;
  text-align: center;
}

.shelf-purpose__card-text {
  font-size: 14px;
  color: #333333;
  margin: 0 16px 16px;
  line-height: 1.5;
}

.material__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.material__card {
  border: 2px solid #FF8364;
  border-radius: 16px;
  padding: 20px;
  background: #FFFFFF;
}

.material__number {
  font-size: 24px;
  font-weight: bold;
  color: #FF8364;
}

.material__card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 8px 0;
}

.material__list {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}

.material__list-item {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  line-height: 1.5;
}

.painting {
  padding: 40px 0;
}


.painting__intro {
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.5;
}

.h-24 {
  height: 14rem !important;
}

/* Основная сетка из 2 карточек */
.painting__grid-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0;
}

.block-grid-acsec {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.painting__card {
  border: 2px solid #FF8364;
  border-radius: 16px;
  padding: 20px;
  background: #FFFFFF;
}


.painting__card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 8px 0;
}

.painting__card-text {
  font-size: 14px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

/* Секция нержавейки */
.painting__steel-section {
  margin: 40px 0;
}

.painting__number-big {
  font-size: 24px;
  font-weight: bold;
  color: #FF8364;
}

.painting__steel-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 10px 0 30px;
}

.painting__steel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0 70px 0;
}

.painting__steel-card {
  border: 2px solid #FF8364;
  border-radius: 16px;
  padding: 16px;
  background: #FFFFFF;
}

.painting__steel-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.painting__steel-card-text {
  font-size: 14px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

/* Деревянная обшивка */
.painting__wood-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 24px 0 16px;
}

.painting__wood-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}

.painting__wood-text {
  flex: 1;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}

.painting__wood-image img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* Кожа и камень */
.painting__small-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.painting__small-card {
  border: 2px solid #FF8364;
  border-radius: 16px;
  padding: 20px;
  background: #FFFFFF;
  text-align: center;
}

.painting__small-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.painting__small-text {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  margin: 0;
}

/* Подсветка */
.painting__light-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 24px 0 16px;
}

.painting__light-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}

.painting__light-image img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.painting__light-text {
  flex: 1;
  line-height: 1.5;
}

.ig-units {
  padding: 40px 0;
}


.ig-intro {
  font-size: 14px;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.5;
}

/* Highlight block */



.ig-highlight__text,
.ig-highlight__text-right {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

.ig-highlight__text-right {
  margin-top: 8px;
}

.ig-highlight__images {
  width: 50%;
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.bg-amber1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 228 / 54%);
}

.bg-amber-1001 {
  --tw-bg-opacity: 1;
  background-color: #f87a5d6b;
}

.bg-amber-7007 {
  --tw-bg-opacity: 1;
  background-color: #ff8364;
}

.ig-frame-image,
.ig-profile-image {
  flex: 1;
  border-radius: 8px;
  display: block;
}

/* Detail block */
.ig-detail {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.ig-detail__image img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.ig-detail__text {
  flex: 1;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

/* Footer two-column text */
.ig-footer {
  display: flex;
  gap: 40px;
}

.ig-footer__col {
  flex: 1;
}

.ig-footer__label {
  font-size: 16px;
  color: #FF8364;
  margin-bottom: 8px;
}

.ig-footer__list {
  list-style: disc inside;
  margin: 0 0 16px;
  padding: 0;
  color: #333333;
}

.ig-footer__list li {
  margin-bottom: 4px;
}

/* Контейнер */
.promo-section {
  background-color: #faf9f7;
  padding: 56px 16px;
}
.promo-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Заголовки и текст */
.promo-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #ff8364; /* бирюзовый акцент */
  margin: 0 0 18px 0;
}
.promo-subtitle {
  max-width: 900px;
  margin: 0 auto 36px auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
}

/* Сетка */
.promo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  margin-top: 60px;
}

/* Медиа-часть */
.promo-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  background-color: #eae7e2;
}
.promo-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Текстовый блок справа */
.promo-content {
  padding: 8px;
}
.promo-mark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  color: #08a39a;
  margin-bottom: 8px;
}
.promo-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 10px;
  color: #ff8364;
  margin: 0 0 16px 0;
}
.promo-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0 0 16px 0;
}

/* Кнопка */
.promo-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 28px;
  background-color: #ff8364;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 8px 18px rgba(8,163,154,0.25);
}
.promo-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(8,163,154,0.32);
  opacity: 0.95;
}

.rw-section { background:#ffffff; padding:56px 16px; }
.rw-container { max-width:1200px; margin:0 auto; }

.rw-header { text-align:center; margin-bottom:28px; }
.rw-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight:700;
  font-size:36px;
  line-height:1.2;
  text-transform:uppercase;
  color:#f87a5d;
  margin:0 0 12px 0;
}
.rw-subtitle {
  max-width:900px;
  margin:0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height:1.65;
  color:#333333;
}

.rw-grid {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:32px;
  align-items:start;
  margin-top:28px;
}
.rw-col { width:100%; }

.rw-h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight:600;
  font-size:32px;
  color:#ff8364;
  margin:0 0 24px 0;
}

/* Преимущества */
.rw-features { list-style:none; margin:0 0 16px 0; padding:0; }
.rw-feature-item {
  position:relative;
  padding-left:40px;
  margin-bottom:16px;
}
.rw-feature-item:before {
  content:"";
  position:absolute;
  left:0; top:4px;
  width:26px; height:26px;
  border-radius:50%;
  background:linear-gradient(135deg, #ff8364a6, #ff836491);
  box-shadow:0 6px 14px #ff83647a;
}
.rw-feature-title {
  display:block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:600;
  font-size:20px;
  color:#222222;
}
.rw-feature-desc {
  display:block;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#555555;
}

/* Ключевые фразы-чипы */
.rw-chips { display:flex; flex-wrap:wrap; gap:8px; margin:16px 0 22px 0; }
.rw-chip {
  display:inline-block;
  padding:8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  border-radius:16px;
  border:1px solid #ff8364;
  background:#f6fbfb;
  color:#ff8364;
  white-space:nowrap;
}

/* Кнопка */
.rw-cta { margin-top:6px; }
.rw-btn {
  display:inline-block;
  padding:14px 22px;
  border-radius:28px;
  background:#ff8364;
  color:#ffffff;
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:600;
  font-size:15px;
  box-shadow:0 8px 18px rgba(10,163,154,0.28);
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.rw-btn:hover { transform:translateY(-1px); box-shadow:0 12px 24px rgba(10,163,154,0.36); opacity:.96; }

/* Карточки с изображениями */
.rw-cards {
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap:12px;
}
.rw-card {
  margin:0;
  background:#f3f3f3;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(0,0,0,0.06);
}
.rw-card:nth-child(1) { 
  grid-column:1 / 3; 
}
.rw-img { 
  display:block; 
  width:100%; 
  max-height:350px; 
  object-fit: cover;
}
.rw-cap {
  padding:10px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#2b2b2b;
  background:#ffffff;
}

/* FAQ */
.rw-faq { margin-top:34px; }
.rw-qa {
  border:1px solid #e7f3f2;
  border-radius:12px;
  padding:12px 14px;
  margin-bottom:15px;
  background:#fcfefe;
}
.rw-q {
  font-family: Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:600;
  color:#184f4c;
  cursor:pointer;
}
.rw-a {
  margin-top:8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:1.6;
  color:#333333;
}

/*витрины для мяса*/

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}
.hero-overlay {
  background-color: rgb(0 0 0 / 67%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-screen {
  height: 85vh !important;
}
.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.feature-icon {
  width: 60px;
  height: 60px;
  background-color: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
}
.benefit-item {
  position: relative;
  padding-left: 30px;
}
.benefit-item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4CAF50;
  font-weight: bold;
}

.h-48 {
  height: 22rem !important;
}

.max-w-4xl {
   max-width: 86rem !important;
}


/* Галерея фото */
.photo-gallery {
    margin-top: 60px;
    margin-bottom: 60px;
}

.photo-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.photo-gallery-item {
    flex: 0 0 calc(33.333% - 16px); /* 3 в ряд */
    max-width: 270px;
    cursor: pointer;
    text-decoration: none;
}

.photo-gallery-item img {
    display: block;
    width: 100%;
    max-width: 270px;
    height: 500px;              /* Жёстко фиксируем 270×500 */
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-gallery-item:hover img {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 30px rgba(0,0,0,0.25);
}

/* Адаптив: планшет — 2 в ряд, мобилка — 1 в ряд */
@media (max-width: 1024px) {
    .photo-gallery-item {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 640px) {
    .photo-gallery-item {
        flex: 0 0 calc(50% - 12px); /* 2 колонки */
        max-width: none;
    }

    .photo-gallery-grid {
        gap: 16px;
        justify-content: center;
    }

    .photo-gallery-item img {
        height: 420px; /* можно оставить 500, если хочешь */
    }
}

/* Lightbox */
.photo-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.photo-lightbox.active {
    display: flex;
}

.photo-lightbox__img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.7);
}

.photo-lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.photo-lightbox__close:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.05);
}


.bg-red-600 {
  background-color: #f87a5d !important;
}


/* Блок винных кондиционеров */
.cellar-ac {
    margin-top: 56px;
    margin-bottom: 40px;
}

.cellar-ac__title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #363636;
    margin: 0 0 8px;
}

.cellar-ac__subtitle {
    max-width: 640px;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
}

.cellar-ac__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

/* Карточка */
.cellar-ac__card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cellar-ac__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    border-color: #ff5a3c;
}

/* Фото */
.cellar-ac__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #f5f5f5;
}

.cellar-ac__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Название */
.cellar-ac__name {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #363636;
    margin: 0 0 10px;
}

/* Наличие */
.cellar-ac__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #1a7f46;
    background: #e7f7ee;
    border-radius: 999px;
    padding: 4px 10px;
    margin-bottom: 14px;
}

.cellar-ac__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1a7f46;
}

/* Кнопка */
.cellar-ac__btn {
    align-self: flex-start;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
    margin-top: auto;
}

/* Адаптив: планшет и десктоп */
@media (min-width: 640px) {
    .cellar-ac__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .cellar-ac__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .cellar-ac__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 карточки в ряд на больших экранах */
    }
}


.hero-video {
  background-image: url("/images/scale_1200.webp");
}
/* Убираем наклоны на небольших экранах */


@media (max-width: 1500px) {
  .hero-2-text h1 {
    font-size: 6vw;
  }
}

  @media (max-width: 1200px) {
    .text-2xl {
      font-size: 1.1rem !important;
  }
    .p-8 {
      padding: 1rem !important;
  }
    .approach-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .start h2 { 
      font-size: 56px; 
    }
    .cta-wrapper {
      max-height: 500px;
    }

    .hero-2-btn {
      font-size: 20px;
    }
    .hero-2-desc {
      padding: 15px;
    }
    .hero-2-desc p {
      font-size: 14px;
    }
  }

  @media (max-width: 1100px) {
    .rw-grid { 
      grid-template-columns: 1fr; 
    }
    .rw-card:nth-child(1) { 
      grid-column:auto; 
    }
    .promo-grid {
      grid-template-columns: 1fr;
    }
    .promo-content {
      padding: 0;
    }
    .promo-heading {
      font-size: 38px;
      letter-spacing: 8px;
    }
  }

  @media (max-width: 1024px) {
    .ig-detail {
      flex-direction: column;
    }
    .ig-detail__image img {
      max-height: 240px;
    }
    .ig-footer {
      flex-direction: column;
    }
    .storage-title {
      font-size: 48px;
    }
    .storage-images {
      grid-template-columns: repeat(2, 1fr);
    }
    .cooling-types h2 {
      font-size: 56px;
    }
    .catalog h2 {
      font-size: 56px;
    }
    .we-can h2 {
      font-size: 56px;
    }
    .we-can-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .serving h2 { 
      font-size: 56px; 
    }
    .serving-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .racks-detail-inner-cellar {
      flex-direction: column;

    }
    .production-glass-cards,
    .production-cool-cards {
      grid-template-columns: 1fr 1fr;
    }
    .detail-image img {
      max-height: 240px;
    }
    .production-stages h2 {
      font-size: 56px;
    }
    .production-images {
      grid-template-columns: repeat(2, 1fr);
    }
    .production-images img {
      max-height: 240px;
    }
    .wall-tips h2 { 
      font-size: 56px; 
    }
    .wall-image img { 
      max-height: 240px; 
    }
    .presentation-inner {
      gap: calc(var(--gap)*0.5);
    }
    .presentation-thumbs img {
      height: 80px;
    }
    .racks h2 { 
      font-size: 56px; 
    }
    .racks-detail-inner { 
      gap: calc(var(--gap)*0.5); 
    }
    
    .strength-card,
    .strength-card:hover {
      transform: none;
    }
    .strength-grid {
      row-gap: var(--gap);
    }
    .shelving-features h2 {
      font-size: 56px;
    }
    .new-title {
      font-size: 56px;
    }
    .hero-2-text {
      padding: 16px;
      border-bottom-right-radius: 40px;
    }

    .hero-2-desc {
      left: 50%;
      transform: translateX(-50%);
      max-width: 90%;
    }
    .hero-2-btn {
      right: 50%;
      transform: translateX(50%);
    }
    .cta-text h2 { 
      font-size: 28px; 
    }
    #portfolio {
      padding: 0;
    }
    .cta-sub { 
      font-size: 12px; 
    }
    .strength h2 {
      font-size: 56px;
    }
    .stages h2 {
      font-size: 56px;
    }
    .main-nav {
      display: none;
    }
    .social-icons {
      display: none;
    }
    .bars-btn {
      display: block;
    }
  }
  @media (max-width: 990px) {
    .block-grid-acsec {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .h2-block {
      font-size: 52px;
    }
    .wrapper-condense-flex {
      flex-direction: column;
    }
    .condense-card {
      width: 100%;
    }
    
    .cellar-wrapper {
      flex-direction: column;
    }
    .cellar-cards-img {
      width: 100%;
    }
    

    .hero-2-desc p {
      font-size: 12px;
    }
    .hero-2-desc {
      left: 30%;
      transform: translateX(-70%);
      max-width: 40%;
    }
    .hero-2-btn {
      transform: translateX(10%);
      font-size: 12px;
    }
    .btn-primary {
      padding: 12px 12px;
    }
    .btn {
      border-radius: 10px;
    }
    .hero-2-btn-wrapper {
      right: 50px;
    }

  }
  
  @media (max-width: 768px) {
    .h-screen {
      height: 45vh !important;
  }
    .rw-title { 
      font-size:28px; 
    }
    .rw-subtitle { 
      font-size:15px; 
    }
    .rw-h3 { 
      font-size:20px; 
    }
    .rw-cards { 
      grid-template-columns: 1fr; 
    }
    .py-20 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
  }
    .py-16 {
      padding-top: 0.1rem !important;
  }
    .pt-32 {
      padding-top: 2rem !important;
  }
    .promo-section { 
      padding: 40px 14px; 
    }
    .promo-title { 
      font-size: 34px; 
    }
    .promo-heading { 
      font-size: 32px; letter-spacing: 6px; 
    }
    .promo-subtitle, .promo-text { 
      font-size: 15px; 
    }
    .block-grid-acsec {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .ig-intro {
      text-align: center;
      margin: 0 auto 24px;
    }
    .ig-highlight__images {
      flex-direction: column;
    }
    .painting__grid-main,
    .painting__steel-grid,
    .painting__small-grid {
      grid-template-columns: 1fr;
    }
    .painting__wood-wrapper,
    .painting__light-wrapper {
      flex-direction: column;
      text-align: center;
    }
    .block-types-title {
      font-size: 40px;
    }
    .material__grid {
      grid-template-columns: 1fr;
    }
    .shelf-purpose__grid {
      grid-template-columns: 1fr;
    }
    .storage-title {
      font-size: 36px;
      text-align: center;
    }
    .storage-intro {
      text-align: center;
      margin: 0 auto 24px;
    }
    .storage-images {
      grid-template-columns: 1fr;
      margin-bottom: 24px;
    }
    .storage-types-grid {
      grid-template-columns: 1fr;
    }
    .condense-grid {
      grid-template-columns: 1fr;
    }
    .condensation-intro {
      text-align: center;
    }
    .cooling-types h2 {
      font-size: 36px;
      text-align: center;
    }
    .cooling-grid {
      grid-template-columns: 1fr;
    }
    .catalog h2 {
      font-size: 36px;
      text-align: center;
    }
    .catalog-intro {
      text-align: center;
      margin: 0 auto calc(var(--gap)*1.5);
    }
    .catalog-grid {
      grid-template-columns: 1fr;
    }
    .about-us h2 {
      font-size: 36px;
      text-align: center;
    }
    .section-title {
      font-size: 2.8em;
    }
    .strength {
      padding: 0;
    }
    .strength-card:nth-child(1) {
      transform: rotate(0);
    }
    .strength-card:nth-child(2) {
      transform: rotate(0);
    }
    .strength-card:nth-child(3) {
      transform: rotate(0);
    }
    .strength-card:nth-child(4) {
      transform: rotate(0);
    }
    .approach-title {
      font-size: 36px;
      text-align: center;
    }
    .approach-intro {
      text-align: center;
      margin: 0 auto calc(var(--gap)*1.5);
    }
    .approach-grid {
      grid-template-columns: 1fr;
    }
    .we-can h2 {
      font-size: 36px;
      text-align: center;
    }
    .we-can-text p {
      text-align: center;
      margin: 0 auto var(--gap);
    }
    .we-can-grid {
      grid-template-columns: 1fr;
    }

    .understairs-grid {
      grid-template-columns: 1fr;
    }
    .container-new {
      padding: 20px;
    }
    .serving-card {
      padding: 20px;
    }
    .stages-cellar-grid {
      grid-template-columns: repeat(1, 1fr);
    }
    .serving h2 {
      font-size: 36px;
      text-align: center;
    }
    .serving-grid {
      grid-template-columns: 1fr;
    }
    .start h2 {
      font-size: 36px;
      text-align: center;
    }
    .start-text,
    .start-text ul {
      text-align: left;
      max-width: 100%;
    }
    .start-grid {
      grid-template-columns: 1fr;
    }
    .racks-detail {
      padding: 20px;
    }
    
    .wrapper-production-inner {
      align-items: center;
    }
    .room-models {
      grid-template-columns: 1fr;
    }
    .production-glass-cards,
    .production-cool-cards {
      grid-template-columns: 1fr;
    }
    .glass-card--center,
    .cool-card--center {
      grid-column: auto;
      justify-self: stretch;
      max-width: none;
    }
    .production-detail-2 {
      flex-direction: column;
      text-align: center;
    }
    .production-detail {
      flex-direction: column;
    }
    .detail-image img {
      margin: 0 auto;
      max-height: 200px;
    }
    .detail-list .production-item {
      flex-direction: column;
      align-items: center;
    }
    .production-item .number {
      margin-bottom: 8px;
      text-align: center;
    }
    .production-stages h2 {
      font-size: 36px;
      text-align: center;
    }
    .wrapper-production-inner {
      flex-direction: column;
    }
    .production-list {
      width: 100%;
    }
    .production-item {
      flex-direction: column;
      align-items: flex-start;
    }
    .production-item .number {
      margin-bottom: 8px;
      text-align: left;
    }
    .production-images {
      grid-template-columns: 1fr;
    }
    .production-images img {
      max-height: 200px;
      margin: 0 auto;
    }
    .wall-tips h2 {
      font-size: 36px;
      text-align: center;
    }
    .wall-content {
      flex-direction: column;
      text-align: center;
    }
    .wall-left {
      align-items: center;
    }
    .wall-btn {
      width: 100%;
      max-width: 300px;
    }
    .wall-list {
      width: 100%;
    }
    .wall-item {
      flex-direction: column;
      align-items: center;
    }
    .wall-item .number {
      text-align: center;
    }
    .wall-image img {
      margin: 0 auto;
      max-height: 200px;
    }
    .presentation-inner {
      flex-direction: column;
      text-align: center;
    }
    .presentation-images,
    .presentation-list {
      width: 100%;
    }
    .presentation-thumbs {
      flex-wrap: wrap;
    }
    .presentation-thumbs img {
      flex: 1 1 calc(50% - var(--gap)/2);
      height: 80px;
    }
    .presentation-item {
      flex-direction: column;
      align-items: center;
    }
    .presentation-item .number {
      text-align: center;
    }
    .racks h2 { 
      font-size: 36px; text-align: center; 
    }
    .racks-types { 
      grid-template-columns: 1fr; 
    }
    .racks-detail-inner {
      flex-direction: column;
      text-align: center;
    }
    .racks-list .rack-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .rack-item .number { text-align: center; }
    .racks-image, .racks-thumbs {
      width: 100%;
    }
    .racks-image img { 
      max-height: 250px; 
      margin: 0 auto; 
    }
    .racks-thumbs {
      flex-wrap: wrap;
      flex-direction: column;
    }
    .racks-thumbs img {
      flex: 1 1 calc(50% - var(--gap)/2);
      height: 100px;
    }
    .cta-wrapper {
      max-height: none;
    }
    .cta-image img {
      max-height: 238px;
    }
    .cta {
      padding: 100px 20px;
    }

    .hero-2-desc {
      display: none;
    }
    .header-mobile{
      padding: 30px 16px;
  }
    .new-title {
      font-size: 36px;
      text-align: center;
    }
    .approach-text {
      text-align: center;
      margin: 0 auto 24px;
    }
    .hero-2-text {
      padding: 12px;
      border-bottom-right-radius: 24px;
    }
    .hero-2-contact { 
      top: 12px; right: 12px; 
    }
    .hero-2-desc { 
      bottom: calc(var(--gap)*2); 
    }
    .hero-2-btn { 
      bottom: var(--gap); 
    }
    .header-inner {
      flex-wrap: wrap;
      height: 100px;
    }
    .main-nav {
      order: 3;
      width: 100%;
      justify-content: center;
      margin-top: var(--gap);
    }
    .social-icons {
      order: 2;
    }
    .logo {
      order: 1;
    }
    .footer-dark-inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .footer-col--right {
      align-items: center;
    }
    .cta-wrapper {
      flex-direction: column-reverse;
      text-align: center;
      padding: 20px;
    }
    .cta-image {
      margin: 0 0 var(--gap);
    }
    .cta-text h2 { 
      font-size: 18px; 
    }
    .cta-btn { width: 100%; }
    .strength h2 {
      font-size: 20px;
      text-align: center;
    }
    .strength-text {
      text-align: center;
      margin: 0 auto var(--gap);
    }
    .stages h2 {
      font-size: 36px;
      text-align: center;
    }
    .stages-grid {
      grid-template-columns: 1fr;
      border: none;
    }
    .stage-card {
      padding: calc(var(--gap) / 2) 0;
    }
    .shelving-features h2 {
      font-size: 36px;
      text-align: center;
    }
    .shelving-grid {
      display: block;
      border: none;
    }
    .shelving-card {
      border: none;
      padding: var(--gap) 0;
      border-bottom: 1px solid var(--gray);
    }
    .shelving-card:last-child {
      border-bottom: none;
    }
    .shelving-card .number,
    .shelving-card h3,
    .shelving-card p {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 480px) {
    .promo-title { 
      font-size: 28px; 
    }
    .promo-heading { 
      font-size: 26px; letter-spacing: 4px; 
    }
    .promo-btn { 
      width: 100%; text-align: center; 
    }
    .hero-2 {
      padding: 0;
    }
    .hero-2-text {
      width: 80%;
      height: 25%;
    }
    .hero-2-btn {
      width: 100%;
      transform: translateX(0%);
    }
    .hero-2-wrapper {
      border-radius: 0;
    }
    .hero-2-contact {
      position: static;
      padding: 10px;
      text-align: center;
      margin: 20px 0;
    }
    .hero-2-btn-wrapper {
      position: static;
    }
    .hero-2-text {
      background-color: #f87a5d;
    }
    .hero-2-text h1 {
      color: #fff;
    }
  }

  .rc-page .hero-gradient {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
}

.rc-page .wardrobe-card {
  transition: all 0.3s ease;
}

.rc-page .wardrobe-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.rc-page .feature-icon {
  transition: all 0.3s ease;
}

.rc-page .feature-card:hover .feature-icon {
  transform: scale(1.1);
}

@keyframes rc_floating {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

.rc-page .floating {
  animation: rc_floating 6s ease-in-out infinite;
}

@keyframes rc_pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.rc-page .pulse {
  animation: rc_pulse 2s infinite;
}

/* критично: переопределяем глобальный .bg-white (который у тебя flex) только внутри страницы */
.rc-page .bg-white {
  display: block;
  flex-direction: initial;
  justify-content: initial;
}

.rc-page .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.rc-page .mx-auto { margin-left: auto; margin-right: auto; }
.rc-page .text-center { text-align: center; }
.rc-page .font-bold { font-weight: 700; }
.rc-page .font-medium { font-weight: 500; }
.rc-page .leading-tight { line-height: 1.25; }

.rc-page .relative { position: relative; }
.rc-page .absolute { position: absolute; }
.rc-page .fixed { position: fixed; }
.rc-page .z-50 { z-index: 50; }
.rc-page .bottom-6 { bottom: 24px; }
.rc-page .right-6 { right: 24px; }
.rc-page .-bottom-5 { bottom: -20px; }
.rc-page .-left-5 { left: -20px; }

.rc-page .flex { display: flex; }
.rc-page .inline-block { display: inline-block; }
.rc-page .inline-flex { display: inline-flex; }
.rc-page .flex-col { flex-direction: column; }
.rc-page .flex-row { flex-direction: row; }
.rc-page .items-center { align-items: center; }
.rc-page .items-start { align-items: flex-start; }
.rc-page .justify-center { justify-content: center; }
.rc-page .justify-between { justify-content: space-between; }

.rc-page .grid { display: grid; }
.rc-page .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.rc-page .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rc-page .col-span-2 { grid-column: span 2 / span 2; }
.rc-page .gap-4 { gap: 16px; }
.rc-page .gap-8 { gap: 32px; }
.rc-page .gap-12 { gap: 48px; }

.rc-page .space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 12px; }
.rc-page .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 16px; }
.rc-page .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0; }
.rc-page .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 16px; }

.rc-page .pt-32 { padding-top: 128px; }
.rc-page .pb-20 { padding-bottom: 80px; }
.rc-page .py-20 { padding-top: 80px; padding-bottom: 80px; }
.rc-page .py-16 { padding-top: 64px; padding-bottom: 64px; }
.rc-page .px-6 { padding-left: 24px; padding-right: 24px; }
.rc-page .px-8 { padding-left: 32px; padding-right: 32px; }
.rc-page .px-6 { padding-left: 24px; padding-right: 24px; }
.rc-page .py-2 { padding-top: 8px; padding-bottom: 8px; }
.rc-page .py-3 { padding-top: 12px; padding-bottom: 12px; }
.rc-page .py-4 { padding-top: 16px; padding-bottom: 16px; }
.rc-page .p-2 { padding: 8px; }
.rc-page .p-4 { padding: 16px; }
.rc-page .p-8 { padding: 32px; }

.rc-page .mb-1 { margin-bottom: 4px; }
.rc-page .mb-3 { margin-bottom: 12px; }
.rc-page .mb-4 { margin-bottom: 16px; }
.rc-page .mb-6 { margin-bottom: 24px; }
.rc-page .mb-8 { margin-bottom: 32px; }
.rc-page .mb-10 { margin-bottom: 40px; }
.rc-page .mb-16 { margin-bottom: 64px; }
.rc-page .mr-2 { margin-right: 8px; }
.rc-page .mr-3 { margin-right: 12px; }
.rc-page .mr-4 { margin-right: 16px; }
.rc-page .mt-1 { margin-top: 4px; }
.rc-page .mt-8 { margin-top: 32px; }

.rc-page .w-full { width: 100%; }
.rc-page .h-full { height: 100%; }
.rc-page .w-12 { width: 48px; }
.rc-page .h-12 { height: 48px; }
.rc-page .w-14 { width: 56px; }
.rc-page .h-14 { height: 56px; }
.rc-page .w-16 { width: 64px; }
.rc-page .h-16 { height: 64px; }
.rc-page .h-24 { height: 96px; }
.rc-page .h-48 { height: 192px; }
.rc-page .h-80 { height: 320px; }

.rc-page .max-w-2xl { max-width: 672px; }
.rc-page .max-w-3xl { max-width: 768px; }

.rc-page .rounded-full { border-radius: 9999px; }
.rc-page .rounded-lg { border-radius: 12px; }
.rc-page .rounded-xl { border-radius: 16px; }
.rc-page .overflow-hidden { overflow: hidden; }

.rc-page .object-cover { object-fit: cover; }

.rc-page .shadow-md { box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.rc-page .shadow-lg { box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
.rc-page .shadow-xl { box-shadow: 0 20px 25px rgba(0,0,0,0.15); }

.rc-page .transition { transition: all 0.3s ease; }
.rc-page .duration-300 { transition-duration: 300ms; }
.rc-page .duration-500 { transition-duration: 500ms; }
.rc-page .transform { transform: translateZ(0); }
.rc-page .hover\:scale-105:hover { transform: scale(1.05); }
.rc-page .hover\:scale-110:hover { transform: scale(1.10); }
.rc-page .hover\:shadow-lg:hover { box-shadow: 0 10px 15px rgba(0,0,0,0.15); }

.rc-page .text-sm { font-size: 14px; }
.rc-page .text-lg { font-size: 18px; }
.rc-page .text-xl { font-size: 20px; }
.rc-page .text-2xl { font-size: 24px; }
.rc-page .text-3xl { font-size: 30px; }
.rc-page .text-4xl { font-size: 36px; }
.rc-page .text-5xl { font-size: 48px; }
.rc-page .text-gray-800 { color: #1f2937; }
.rc-page .text-gray-700 { color: #374151; }
.rc-page .text-gray-600 { color: #4b5563; }
.rc-page .text-gray-500 { color: #6b7280; }
.rc-page .text-white { color: #ffffff; }
.rc-page .text-amber-500 { color: #f59e0b; }
.rc-page .text-amber-700 { color: #b45309; }

.rc-page .bg-gray-50 { background-color: #f9fafb; }
.rc-page .bg-gray-100 { background-color: #f3f4f6; }
.rc-page .bg-green-500 { background-color: #22c55e; }
.rc-page .bg-green-600 { background-color: #16a34a; }
.rc-page .hover\:bg-green-600:hover { background-color: #16a34a; }
.rc-page .hover\:bg-green-600:hover { background-color: #16a34a; }
.rc-page .hover\:bg-amber-50:hover { background-color: rgb(255 239 228 / 54%); }
.rc-page .hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.rc-page .hover\:bg-amber-800:hover { background-color: #92400e; }

.rc-page .border-2 { border-width: 2px; border-style: solid; }
.rc-page .border-amber-700 { border-color: #b45309; }

@media (min-width: 640px) {
  .rc-page .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
  .rc-page .md\:flex-row { flex-direction: row; }
  .rc-page .md\:w-1\/2 { width: 50%; }
  .rc-page .md\:mb-0 { margin-bottom: 0; }
  .rc-page .md\:text-4xl { font-size: 36px; }
  .rc-page .md\:text-5xl { font-size: 48px; }
  .rc-page .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .rc-page .lg\:flex-row { flex-direction: row; }
  .rc-page .lg\:w-1\/2 { width: 50%; }
  .rc-page .lg\:pl-12 { padding-left: 48px; }
  .rc-page .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.fr-page {
  --brand: #F96158;
  --brand2: #FF7A70;
  --brand3: #FF8A80;
  --brand4: #FFC1B6;
  --slate-50: #F8FAFC;
  --slate-100: #F1F5F9;
  --slate-200: #E2E8F0;
  --slate-300: #CBD5E1;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-900: #0F172A;
  --r-xl: 1rem;
  --r-2xl: 1.25rem;
  --r-3xl: 1.5rem;
  --shadow-sm: 0 1px 0 rgba(255,255,255,0.06), 0 1px 10px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);
  --shadow-xl: 0 12px 32px rgba(0,0,0,0.18);
}

.fr-page .btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  justify-content: center;
  border-radius: var(--r-2xl);
  padding: .875rem 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: .25s ease all;
  text-decoration: none;
}

.fr-page .btn-primary {
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.fr-page .btn-primary:hover {
  opacity: .95;
}

.fr-page .btn-outline {
  border: 1px solid var(--brand);
  color: var(--brand);
  background: transparent;
}

.fr-page .btn-outline:hover {
  background: color-mix(in srgb, var(--brand) 10%, transparent);
}

.fr-page .btn-ghost {
  border: 1px solid var(--slate-200);
  color: var(--slate-900);
}

.fr-page .btn-ghost:hover {
  background: var(--slate-100);
}

.fr-page .pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--brand) 30%, transparent);
  background: color-mix(in srgb, var(--brand) 10%, transparent);
  color: var(--brand);
  padding: .375rem .75rem;
  font-size: .75rem;
}

.fr-page .card-flow {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-sm);
}

.fr-page .card-flow.pad {
  padding: 1.25rem;
}

.fr-page .card-flow h3 {
  margin: .25rem 0 .5rem;
  font-size: 1.3rem;
}

.fr-page .muted {
  color: var(--slate-600);
  font-size: 1.1275rem;
}

.fr-page .grid {
  display: grid;
  gap: 1rem;
}

.fr-page .grid-2 { grid-template-columns: 1fr; }
.fr-page .grid-3 { grid-template-columns: 1fr; }
.fr-page .grid-4 { grid-template-columns: 1fr 1fr; }

@media (min-width: 640px) {
  .fr-page .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .fr-page .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .fr-page .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .fr-page .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.fr-page .hero {
  position: relative;
  overflow: hidden;
}

.fr-page .hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(80rem 40rem at 50% -10%, rgba(249,97,88,.25), transparent),
    radial-gradient(30rem 20rem at 80% 20%, rgba(255,138,128,.20), transparent);
}

.fr-page .stat {
  display: flex;
  align-items: center;
  gap: .75rem;
  border-radius: var(--r-2xl);
  border: 1px solid var(--slate-200);
  background: #fff;
  color: var(--slate-700);
  padding: .75rem;
}

.fr-page .reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
}

.fr-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  padding: 40px 0;
}

.fr-page h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 .75rem;
}

@media (min-width: 640px) {
  .fr-page h1 { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .fr-page h1 { font-size: 3.5rem; }
}

.fr-page h2 {
  font-size: 1.75rem;
  margin: 0;
}

.fr-page .price {
  display: inline-block;
  border-radius: 1rem;
  background: color-mix(in srgb, var(--brand) 10%, transparent);
  color: var(--brand);
  border: 1px solid color-mix(in srgb, var(--brand) 20%, transparent);
  padding: .375rem .75rem;
  font-weight: 600;
  font-size: .75rem;
}

.fr-page .aspect-4-3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, #eef2f6, #e5ebf0);
  box-shadow: inset 0 0 0 1px var(--slate-100);
}

.fr-page .centered {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}

.fr-page .form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .fr-page .form-grid { grid-template-columns: 1fr 1fr; }
}

.fr-page .input,
.fr-page select,
.fr-page textarea {
  width: 100%;
  border-radius: var(--r-xl);
  border: 1px solid var(--slate-200);
  background: #fff;
  color: var(--slate-900);
  padding: .9rem 1rem;
  font-size: .9375rem;
  outline: none;
  transition: box-shadow .2s;
}

.fr-page .input:focus,
.fr-page select:focus,
.fr-page textarea:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 30%, transparent);
}

.fr-page label {
  display: block;
  margin-bottom: .5rem;
  color: var(--slate-600);
  font-size: .875rem;
}

.fr-page .check {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--slate-600);
  font-size: .75rem;
}

.fr-page .float-cta {
  position: fixed;
  right: 24px;
  bottom: 54px;
  z-index: 50;
  box-shadow: var(--shadow-xl);
  border-radius: var(--r-2xl);
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  color: #fff;
  padding: .75rem 1.25rem;
  border: 1px solid color-mix(in srgb, var(--brand) 20%, transparent);
}

.fr-page .icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fr-page .icon-24 {
  width: 24px;
  height: 24px;
}

.fr-page .wrapper-flow-block {
  margin: 100px 0;
}

.fr-page .mt-8 { margin-top: 2rem; }
.fr-page .mb-0 { margin-bottom: 0; }
.fr-page .mb-2 { margin-bottom: .5rem; }
.fr-page .mb-3 { margin-bottom: .75rem; }
.fr-page .mb-4 { margin-bottom: 1rem; }
.fr-page .mb-5 { margin-bottom: 1.25rem; }
.fr-page .mb-6 { margin-bottom: 1.5rem; }
.fr-page .mb-8 {
  margin-bottom: 2rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fr-page .gap-3 { gap: .75rem; }
.fr-page .gap-4 { gap: 1rem; }

.fr-page .center {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 20px;
}

.fr-page .between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fr-page .link {
  color: var(--brand);
  text-decoration: none;
}