/*
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: 20px;
    --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;
    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;
    align-items: center;
    justify-content: space-between;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: var(--gap);
  }





.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;
    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;
  }
  .hero-2-text h1 {
    margin: 0;
    font-size: 65px;
    line-height: 1.1;
    color: var(--pink);
  }
  
  /* Контактная карточка */
  .hero-2-contact {
    position: absolute;
    top: var(--gap);
    right: var(--gap);
    background: rgba(0,0,0,0.6);
    padding: var(--gap);
    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;
  }
  .approach h2 {
    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 0;
  }
  .cta-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--pink);
    border-radius: 40px;
    padding: 63px 112px;
    max-height: 386px;
  }
  
  .cta-text {
    flex: 1;
    color: #ffffff;
  }
  .cta-text h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: var(--gap);
  }
  .cta-sub {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: calc(var(--gap)*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%;
  }
  
  /* Изображение справа */
  .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;
  }
  .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);
  }
  .stage-card {
    padding: var(--gap);
    position: relative;
    border-right: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
  }
  .stage-card:nth-child(3n) {
    border-right: none;
  }
  .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;
  }
  
  /* Адаптив */
  @media (max-width: 1400px) {
    .hero-2-text h1 {
      font-size: 55px;
    }
  }
  @media (max-width: 1200px) {
    .hero-2-text h1 {
      font-size: 45px;
    }
    .hero-2-btn {
      font-size: 20px;
    }
    .hero-2-desc {
      padding: 15px;
    }
    .hero-2-desc p {
      font-size: 14px;
    }
  }
  @media (max-width: 1024px) {
    .approach h2 {
      font-size: 56px;
    }
    .hero-2-text {
      padding: 16px;
      border-bottom-right-radius: 40px;
    }
    .hero-2-text h1 { font-size: 48px; }
    .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; }
    .cta-sub { font-size: 14px; }
    .strength h2 {
      font-size: 56px;
    }
    .stages h2 {
      font-size: 56px;
    }
  }

  @media (max-width: 1024px) {
    .main-nav {
      display: none;
    }
    .social-icons {
      display: none;
    }
    .bars-btn {
      display: block;
    }
  }
  @media (max-width: 990px) {
    .hero-2-text h1 {
      font-size: 35px;
    }
    .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) {
    .cta-wrapper {
      max-height: none;
    }
    .cta-image img {
      max-height: 238px;
    }
    .cta {
      padding: 0;
    }
    .hero-2-text h1 {
      font-size: 25px;
  }
    .hero-2-desc {
      display: none;
    }
    .header-mobile{
      padding: 30px 16px;
  }
    .approach h2 {
      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;
    }
    .main-nav {
      order: 3;
      width: 100%;
      justify-content: center;
      margin-top: var(--gap);
    }
    .social-icons {
      order: 2;
    }
    .logo {
      order: 1;
      margin-bottom: var(--gap);
    }
    .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: var(--gap);
    }
    .cta-image {
      margin: 0 0 var(--gap);
    }
    .cta-text h2 { font-size: 24px; }
    .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 {
      border: none;
      padding: calc(var(--gap) / 2) 0;
    }
  }

  @media (max-width: 480px) {
    .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;
    }
  }
  
  