/* ------------------------------------------------------------------------------

  Template Name: Ramsay
  Description: Ramsay - Creative Personal Onepage HTML Template
  Author: Paul_tf
  Author URI: http://themeforest.net/user/paul_tf
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Helpers

  2.  Navbar 

      2.1 Navbar elements
      2.2 Sidebar Menu
      
  3.  Homepage

      3.1 Sections
      3.2 Section Specialization
      3.3 Section Resume
      3.4 Section About
      3.5 Section Projects
      3.6 Section Partners
      3.7 Section Testimonials

  4. Project Detail

  5. Responsive styles

      5.1 Min width 576px
      5.2 Min width 768px
      5.3 Min width 992px
      5.4 Min height 500px
      5.5 Min height 600px
      5.6 Min height 700px



/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('bootstrap-grid.min.css');
@import url('animate.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animsition.css');
@import url('magnific-popup.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');


html{
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.9428;
  color: #bbbbbb;
  background: #1b1b1b;
  -webkit-overflow-scrolling:touch;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #007bff;
}

::selection{
  background-color:#007bff;
  color:#fff;
}

-webkit-::selection{
    background-color:#007bff;
    color:#fff;
}

::-moz-selection{
    background-color:#007bff;
    color:#fff;
}



/* 1.2 Typography */



h1,
.h1{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3.428rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.025em;
  margin:0.5em 0;
}

h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.166;
  color: #dfdfdf;
  letter-spacing: 0;
  margin:2.6rem 0;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #fff;
  margin:2.6rem 0;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #fff;
  margin:2.6rem 0;
}

h5,
.h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.571rem;
  line-height: 1.1;
  letter-spacing:0;
  color: #fff;
  margin:2.6rem 0;
}

h6,
.h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing:0;
  color: #fff;
  margin:2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover{
  text-decoration: none;
}


strong{
  font-weight: 600;
}

p,
blockquote{
  margin-bottom: 2.6rem;
}

blockquote{
  font-size: 1.714rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0;
  width: 80%;
  padding-left: 6.8rem;
  border-left: 0.3rem solid #007bff;
  margin-top: 5rem;
  color:#fff;
}

cite{
  display: block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

a {
  color:#007bff;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover {
  color:#007bff; 
  outline: none;
}


a:focus{
  text-decoration: none;
}


/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #fff;
  background-color:#2f2f2f;
  border:0;
  border-radius: 20px;
  padding: 0.7rem 1rem 0.7rem;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
          box-shadow: 0 0 25px rgba(0,0,0,0.5);
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  padding-top: 0.8rem;
  height: 8rem;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #007bff;
  outline: 0;
  color: #fff;
}


input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder{
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

.form-group{
  margin-bottom: 15px;
}

label.error{
  color: #fff;
  margin:0.8rem 0 0;
}



/* 1.4 Buttons */



.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 20px;
  padding: 1.1em 2.28em 1em;
  background-color: #007bff;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#9f06a1;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}



/* 1.5 Icons */



.icon{
  display: inline-block;
}

.ion-ios-play{
  position:relative;
  width: 5rem;
  height: 5rem;
  padding-left: 0.2rem;
  line-height: 5rem;
  text-align:center;
  border:1px solid #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-right:1.5rem;
  margin-top: 4rem;
  color: #fff;
  transition: all .3s ease-out;
}

.ion-ios-play:hover{
  color: #007bff;
  border: 1px solid #007bff;
}

.ion-ios-play:after {
  content: '';
  position: absolute;
  right: 100%;
  top:50%;
  height: 1px;
  width: 99999rem;
  background: #fff;
  margin-right: 2rem;
}



/* 1.6 Preloader */



.animsition{
  position:absolute;
  z-index: 1000;
  left: 0;
  width: 100%;
  top:0;
  height: 100%;
}

.loader{
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#1b1b1b;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #007bff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Helpers */





.text-muted{
  color: #999!important;
}

.text-white{
  color: #fff;
}

.text-primary{
  color:#9f06a1!important;
}

.masked{
  position: relative;
}

.masked:before,
.masked-03:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.masked-03:before{
  opacity: 0.3;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar{ 
  position: absolute;
  display:block;
  z-index: 101;
  left:0;
  top:0;
  width:100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  margin:0;
  border-radius: 0;
  
}

.navbar-bg{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 0;
  background: #272727;
  z-index: -1;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-fixed{
  position: fixed;
}

.navbar-fixed .navbar-bg{
  height: 100%;
  background: linear-gradient(180deg, #141516 0%, rgb(0 0 0 / 0%) 100%);
  box-shadow: 0 0 35px rgba(0,0,0,0.2);
}

.navbar .brand{
  float: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}



/* 2.1 Navbar elements */



.brand{
  line-height: 1.6;
  color: #fff;
  display: inline-block;
}

a.brand:hover,
a.brand:focus{
  text-decoration: none;
  color: #fff;
}

.brand img{
  display: inline-block;
  vertical-align:middle;
  margin-right: 0.65rem;
}

/* Исправление для бренда */
.brand-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1;
  color: #fff;
  margin: 0;
}

.brand-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #bbbbbb;
  margin: 0;
  margin-top: 0.3rem;
  font-weight: 300;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
  .brand-content {
    gap: 8px;
  }
  
  .brand-name {
    font-size: 1.4rem;
  }
  
  .brand-tagline {
    font-size: 0.7rem;
  }
  
  .brand img {
    max-height: 35px;
  }
}

.brand-text{
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem; 
}

.navbar-toggle{
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  margin-top:0.8rem;
}

.navbar-toggle:focus{
  outline:none;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle:hover .icon-bar{
  background-color:  #007bff;
}

.navbar .social-list{
  float: right;
  margin-right: 10%;
}

.social-list{
  overflow:hidden;
}

.social-list-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  right:0;
  bottom:2.4rem;
  color: #000;
}


.social-list a{
  float: left;
  font-size: 1.428rem;
  line-height: 1;
  color:#fff;
  margin-left: 2rem;
}

.social-list a:first-child{
  margin-left: 0;
}

.social-list a:hover{
  color:#007bff;
  text-decoration: none;
}

.navbar-spacer{
  float: right;
  margin:-1rem 4.5rem 0;
  width: 1px;
  height: 3.3rem;
  background-color: #3c3c3c;
}

.navbar-address{
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}

.contacts{
  float: left;
  margin-left: 9rem;
  margin-top:0.5rem;
}

.contacts .contact-item{
  display: inline-block;
  color: #fff;
  margin-right:2rem;
}

.contacts .contact-item a{
  color: #fff;
}


.contacts .contact-item.spacer{
  opacity: 0.3;
}

.contact-address{
  margin-top:5rem;
}

#success,
#error{
  display:none;
}

.form-group-message{
  display:none;
}

/* 2.2 Sidebar menu */



.click-capture{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
  opacity: 0;
  background: rgba(0,0,0,.3);
  transition: opacity .5s;
}

.menu{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  z-index: 102;
  background-color: #1b1b1b;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.close-menu{
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  margin-top:0.8rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu:hover{
  color: #007bff;
}

.menu-list{
  opacity: 0;
  position: absolute;
  left: 0;
  top:5rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a{
  color: #636363;
}

.menu-list .active > a,
.menu-list li a:hover{
  text-decoration: none;
  color: #fff;
}

.menu-list > li{
  font-size: 1.65rem;
  line-height: 1;
}

.menu-list > li{
  margin-top: 2.7rem;
}

.menu-list > li:first-child{
  margin-top: 0;
}


.menu-list ul{
  display: none;
  list-style: none;
  padding:0;
  margin: 0;
}

.menu-list ul li{
  font-size: 1.142rem;
  margin-top: 1.142rem;
}

.menu-list ul li:first-child{
  margin-top:2.4rem;
}

.menu-footer{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .social-list{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a{
  color: #7e7e7e;
  margin:0;
  margin-right:2.7rem;
}

.menu-footer .social-list a:last-child{
  margin-right: 0;
}

.menu-footer .social-list a:hover{
  color:#007bff;
}

.menu-footer .copy{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #fff;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture{
  visibility: visible;
  opacity: 1;
}

.menu-is-opened .menu{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}




/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/



.boxed{
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}


.left-boxed{
  left: 1.7rem;
}

.right-boxed{
  right:1.7rem!important;
}

.copy-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  left:0;
  bottom:2.4rem;
  color: #000;
}

.copy-bottom.white{
  color: #fff;
}

#pp-nav{
  z-index: 100;
  width: 2.1428rem;
  margin-top:0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#pp-nav.right{
  right:0;
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down{
  display: none;
  font-size: 1.3428rem;
  cursor: pointer;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up{
  margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down{
  margin-top: 3.5rem;
}

#pp-nav li, .pp-slidesNav li{
  margin:1.928rem auto;
  width: 10px;
  height: 10px;
}

#pp-nav span, .pp-slidesNav span{
  left: 0;
  top: 0;
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: #000;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover{
  color: #007bff;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down{
  color: #fff;
}

#pp-nav.white span, .pp-slidesNav span{
  background: #fff;
}

#pp-nav li .active span, .pp-slidesNav .active span,
#pp-nav span:hover, .pp-slidesNav span:hover{
  opacity: 1;
}

#pp-nav li .active span, .pp-slidesNav .active span{
  opacity: 1;
  background: #9f06a1;
  transform:scale(1.6);
}



/* 3.1 Sections */



.pagepiling .section{
  background: #343a40;
  padding-top: 10.3rem;
  padding-bottom: 6rem;
}

.pagepiling .pp-scrollable{
  padding: 0;
  overflow-x:hidden;
}

.pp-scrollable .vertical-centred{
  padding-top: 10.3rem;
  padding-bottom: 6rem;
}

.pp-scrollable .vertical-centred.v2{
  padding-top:6rem;
  padding-bottom: 9rem;
}

.scroll-wrap{
  position: relative;
  min-height: 100%;
}

.scrollable-content{
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before{
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred{
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1.2rem;
}

.boxed-inner{
  position: relative;
  padding:0;
}

.section-bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.vertical-title{
  position: absolute;
  text-align: center;
  font-weight: 600;
  opacity: 0.05;
  font-size:9rem;
  top: 50%;
  left:8rem;
  transform: translateY(-50%);
}

.vertical-title span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s 0.6s;
  white-space: nowrap;
  letter-spacing: 2.5rem;
}

.section.active .vertical-title span{
  letter-spacing: 0;
  opacity: 1;
}

/*.section .intro{
  opacity: 0;
  transform:scale(1.05);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro{
  opacity: 1;
  transform: scale(1) translate(0);
}*/


.fadeY{
  opacity: 0;
  transition:all 0.5s 1.5s ease;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
}


.fadeY-1{
  transition:all 1s 0.5s;
}

.fadeY-2{
  transition:all 1s 1s;
}

.fadeY-3{
  transition:all 1s 1.5s;
}

.section.active .fadeY{
  opacity: 1;
  transform: translate(0);
}

.section .intro .project-title{
  opacity: 0;
  transition: all 0.5s;
  transform:translateY(2rem);
  transition-delay: 0.2s;
}

.section .intro .project-row:nth-child(2) .project-title{
  transition-delay: 0.4s;
}

.section .intro .project-row:nth-child(3) .project-title{
  transition-delay: 0.6s;
}

.section .intro .project-row:nth-child(4) .project-title{
  transition-delay: 0.8s;
}

.section.active .intro .project-title{
  transform:none;
  opacity: 1;
  transform:translateY(0);
}

.subtitle-top{
  line-height: 1.714;
  margin-top:0;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
}

.title{
  letter-spacing: -0.025em;
  line-height: 1.33333;
  margin:0 0 3rem;
}

.display-1{
  font-size: 4.28rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin:0;
}


.display-2 {
    font-size: 7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0 0 10% 0;
}

/* Для планшетов */
@media (max-width: 992px) {
    .display-2 {
        font-size: 7rem;
        margin: 0 0 8% 0;
    }
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .display-2 {
        font-size: 6rem;
        margin: 0 0 5% 0;
        letter-spacing: -0.02em;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .display-2 {
        font-size: 5rem;
        line-height: 1.1;
    }
}

.popup-youtube{
  display:inline-block;
  color:#fff;
  font-size: 1.26rem;
}

.popup-youtube:hover{
  text-decoration: none;
}



/* 3.2 Section Specialization */



.icon-specialization{
  font-size:5rem;
  color:#9f06a1;
}

.row-specialization{
  margin:0 -2rem;
  padding: 0 0 30px 0px;
}

.col-specialization{
  padding: 2rem 1rem;
}

.icon-specialization1{
  font-size:1.5rem;
  color:#fff;
}

.row-specialization1{
  margin:0 -2rem;
}

.col-specialization1{
  padding:0 2rem;
}


/* 3.3 Section Resume */



.section-3 .vertical-centred{
  padding-top:6rem;
}
.resume-title{
  position: relative;
  color: #fff;
  margin:0 0 2rem;
}

.resume-header{
  position:relative;
  z-index: 2;
  top:5rem;
  padding:0 2rem;
  transition: all 0.5s;
}

.resume-row{
  position: relative;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #fff;
  transition:all 0.5s;
}

.resume-row:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border:0;
}

.col-resume{
  position:relative;
  top:0;
  padding:2.2rem 3.6rem 3.6rem;
  background: rgba(255,255,255,0.1);
  transition:background 0.5s, top 0.5s;
}

.col-resume:hover{
  background: #0c5460d1;
}

.resume-type{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  position: relative;
  font-size:1.125rem;
  margin-bottom: 1.2rem;
  transition: all 0.5s;
}

.resume-study{
  margin-bottom: 1rem;
}

.resume-date{
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.resume-text{
 margin-top:1.2rem;
 margin-bottom: 0;
}

.resume-text.last{
  margin-bottom: 0;
}



/* 3.4 Section About */



.experience-box{
  display:inline-block;
  font-weight: 300;
  position: relative;
  white-space:nowrap;
  padding:3px;
  border:1px solid #fff;
}

.experience-border{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 20.15rem;
    height: 41.15rem;
    border: 0.657rem solid #ffeb00;
    left: 5rem;
    top: -2rem;
}

.experience-content{
  display: inline-block;
  vertical-align: middle;
  position: relative;

}

.experience-number{
  font-family: 'Montserrat', sans-serif;
  font-size:21rem;
  line-height: 1;
  font-weight:400;
  color: #28a745;
}

.experience-info{
  position:relative;
  font-size: 1.25rem;
  line-height: 1.481;
  color: #fff;
  text-align: right;
}

@media (min-width: 576px){
  .experience-info{
    margin-top:-1px;
  }
}

.experience-info div{
  display:inline-block;
  position:relative;
}

.experience-info div:after{
  position:absolute;
  right:100%;
  content:'';
  width:5rem;
  bottom: 0.8rem;
  height:1px;
  background: #fff;
}

.progress-bars{
  margin-top:3rem;
}

.progress{
  height: 2.9rem;
  margin-bottom: 2rem;
  border-radius:20px;
  background:  #222222;
}

.progress:last-child{
  margin-bottom: 0;
}

.progress-bar-wrp{
  width: 0;
  overflow: hidden;
  transition:all 0.5s;
  height: 100%;
}

.progress:nth-child(2) .progress-bar-wrp{
  transition-delay:0.2s;
}

.progress:nth-child(4) .progress-bar-wrp{
  transition-delay:0.5s;
}

.progress:nth-child(6) .progress-bar-wrp{
  transition-delay:0.8s;
}

.section.active .progress-bar-wrp,
.pp-easing .progress-bar-wrp{
  width: 100%;
}

.progress-bar{
  background-color:#28a745;
  height: 100%;
}

.progress-bars .number{
  color:#fff;
  margin-bottom: 1rem;
}



/* 3.5 Section Projects*/



.bg-changer{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.section-bg.mask:after{
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  background: rgba(0,0,0,0.4);
  transition: all 0.5s;
}

.section-bg.mask.hide:after{
  opacity: 0;
}


.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child{
  opacity: 1;
}

.project-row{
  position: relative;
  margin-bottom: 3rem;
}

.view-all-projects,
.project-row,
.project-detail-row{
  padding-left:3rem;
}

.project-row:last-child{
  margin-bottom: 0;
}

.project-number{
  position: absolute;
  left: 0;
  top:1rem;
  font-size:1.25rem;
}

.project-row a,
.project-detail-row a{
  display:block;
  text-decoration: none;
  color:#fff;
  transition:opacity 0.3s;
}

.project-row a{
  opacity: 0.5;
}

.project-detail-row{
  position:relative;
}

.project-row a:after,
.project-row a.active:after,
.project-detail-row a:after{
  content:'';
  opacity:0;
  position: absolute;
  top:2.2rem;
  margin-left:-4rem;
  height: 1px;
  background: #fff;
  width:20px;
  transition:opacity 0.3s;
}

.project-detail-row a:after{
  top:5.5vmin;
}

.project-row a:hover:after,
.project-row a.active:after,
.project-detail-row a:hover:after{
  opacity:1;
}

.project-row a.active{
  opacity: 1;
}

.project-title{
  font-size:3.68rem;
  font-weight: 400;
  margin:0;
}

.project-detail-row .project-title{
  font-size:9vmin;
}

.project-category{
  font-size: 1rem;
}

.view-all{
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size:1.26rem;
  margin-top:2.3rem;
}

.view-all a{
  color:#fff;
  position: relative;
}

.view-all a:before{
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  background: #fff;
  height: 1px;
  width: 1000000px;
  margin-right: 2rem;
}


.view-all a:hover{
  color:#007bff;
  text-decoration: none;
}

@media (min-width: 768px){

  .view-all-projects,
  .project-row,
  .project-detail-row{
    padding-left: 20%;
  }

  .project-title{
    font-size:4rem;
  }

  .project-row a:after,
  .project-row a.active:after,
  .project-detail-row{
    top:3rem;
  }

  .project-number{
    top:1.7rem;
  }
  
  .project-detail-row .project-number{
    top:3vmin;
  }
}


/* 3.6 Section Partners */



.row-partners{
  margin:0 -5rem 0;
}

.col-partner{
  padding:0 5rem;
  margin-top: 5rem;
  text-align: center;
  transition:all 0.7s;
  opacity: 0;
}

.section.active .col-partner{
  opacity: 1;
}

.section.active .col-partner:nth-child(1){
  transition-delay: 0.3s;
}

.section.active .col-partner:nth-child(2){
  transition-delay: 0.4s;
}

.section.active .col-partner:nth-child(3){
  transition-delay: 0.5s;
}

.section.active .col-partner:nth-child(4){
  transition-delay: 0.6s;
}

.section.active .col-partner:nth-child(5){
  transition-delay: 0.7s;
}

.section.active .col-partner:nth-child(6){
  transition-delay: 0.8s;
}

.section.active .col-partner:nth-child(7){
  transition-delay: 0.9s;
}

.section.active .col-partner:nth-child(8){
  transition-delay: 1s;
}

.section.active .col-partner:nth-child(9){
  transition-delay: 1.1s;
}

.section.active .col-partner:nth-child(10){
  transition-delay: 1.2s;
}

.section.active .col-partner:nth-child(11){
  transition-delay: 1.3s;
}

.section.active .col-partner:nth-child(12){
  transition-delay: 1.4s;
}

.col-partner img{
  margin:0 auto;
  max-width: 100%;
  opacity: 0.4;
}

.col-partner:hover img{
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



/* 3.7 Section Testimonials */


.bg-quote{
  position: absolute;
  right:12%;
  top:20%;
}

.bg-quote:before{
  position: absolute;
  content:'';
  right:0;
  top:0;
  width: 138px;
  height: 276px;
  background: url(../images/bg/quote.png) no-repeat;
}

.bg-quote:after{
  position: absolute;
  content:'';
  right:138px;
  width: 138px;
  height: 276px;
  margin-right: 5.75rem;
  background: url(../images/bg/quote.png) no-repeat;
}

.review-row{
  position: relative;
  padding-top:3rem;
  padding-bottom: 5rem;
}

.review-row:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100000px;
  height: 1px;
  background: #fff;
}

.review-carousel .text{
  font-weight: 300;
  font-size: 1.275rem;
  line-height: 1.675;
  margin:0;
}

.review-carousel .text p{
  margin:0;
}

.author-name{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.review-carousel .owl-nav{
  position: relative;
  top:0;
  margin-top:7.7vh;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next{
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  margin-right: 0.857rem;
}

.review-carousel .owl-prev:before{
  font-family: 'Linearicons';
  content: "\e93b";
}

.review-carousel .owl-next:before{
  font-family: 'Linearicons';
  content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover{
  background: #fff;
  color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled{
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover{
  background: none;
  color: #fff;
}

.owl-dots{
  text-align: center;
}

.owl-dot{
  display: inline-block;
}

.owl-dot span{
   display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  position: relative;
  margin:0 10px;
  border-radius: 50%;
}

.owl-dot.active span{
  background: #007bff;
  transform:scale(1.4);
}



/* ------------------------------------------------------------------------------- */
/*  4. Project Detail
/* ------------------------------------------------------------------------------- */



.content{
  padding-top:1rem;
}

.row-project{
  margin-bottom: 10rem;
}
.image-holder{
  display:block;
  margin:12rem auto 7rem;
  max-width:100%;
}

.social-list-detail{
  margin-top:10rem;
}

.social-list-detail a{
  font-size:2rem;
  color: #999;
}

.social-list-detail a:hover{
  color: #fff;
}

.col-project-name h1{
  margin-top:0;
}

.col-project-info p{
  margin-bottom: 0;
}

.col-project-info h5{
  margin-top: 0;
  margin-bottom: 1.2rem;

}

.project-detail-text{
  color: #fff;
  font-size:1.2rem;
  margin-bottom: 5rem;
}



/* ------------------------------------------------------------------------------- */
/*  5. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 5.1 Min width 576px */



@media (min-width: 576px){

  .menu{
    width:50%;
  }
}


/* 5.2 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 13px;
  }



  /* Sidebar Menu */


  
  .menu{
    width: 50%;
  }


  /* Homepage */



  .boxed{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner{
    padding-left: 0;
  }

  .right-boxed{
    right: 3rem!important;
  }

  .left-boxed{
    left: 3rem;
  }



  /* Section About */



  .section-about{
    padding-top: 12rem;
  }

  .owl-dots{
    text-align: left;
    padding-left:calc(41% + 15px);
  }

}




/* 5.3 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 14px;
  }

  .navbar{
    padding:1.3rem 0;
  }



  /* Sidebar Menu */



  .menu{
    width:35%;
    max-width: 35rem;
  }



  /* Homepage */



  .boxed{
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  } 

  .right-boxed{
    right:4rem!important;
  }

  .left-boxed{
    left: 4.2857rem;
  }
}


/* 5.4 Min Height 500px */



@media (min-height: 500px){

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down{
      display: block;
  }
  
}



/* 5.5 Min Height 600px */



@media (min-height: 600px){


  /* Sidebar Menu */


  .menu .menu-lang{
    top:7rem;
  }

  .menu-list{
    top:9rem;
    bottom: 20rem;
  }

  .menu-list > li{
    font-size: 1.7rem;
  }

  .menu-footer{
    bottom: 6rem;
  }

  .menu-footer .copy{
    display: block;
  }
}



/* 5.6 Min Height 700px */



@media (min-height: 700px){

  .copy-bottom{
    display: block;
  }

  .social-list-bottom{
    display: block;
  }
  
}
 .highlight-text {
    color: #007bff;
    font-weight: bold;
  }
/* Явно задаем цвет для обычного текста в пунктах списка */
ul li {
  color: #fff; /* или ваш стандартный цвет текста */
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.text-ste {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}

/* Стили для модального окна */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.modal-content {
  background-color: #1b1b1b;
  padding: 40px;
  border: 1px solid #333;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.3s ease;
  border-radius: 5px;
}

.modal.show .modal-content {
  transform: translateY(0);
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
}

.close-modal:hover {
  color: #007bff;
}

.modal h3 {
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .modal-content {
    padding: 25px 20px;
    width: 95%;
  }
  
  .modal h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* Стили для блока логотипов */
.company-logos {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    width: 100%;
    margin-top: 30px;
}

.company-logos .d-flex {
    gap: 20px;
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center;
    flex-wrap: nowrap;
}

.company-logo {
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.company-logo img {
    width: 200px !important;
    height: 70px !important;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(100%) brightness(1.5);
    display: block !important;
}

.company-logo:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1);
}

/* Гарантированное отображение в строку */
.company-logos,
.company-logos .d-flex {
    display: flex !important;
    justify-content: center; /* Важно: центрируем */
    align-items: center;
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    .company-logo img {
        width: 100px !important;
        height: 60px !important;
    }
    
    .company-logos .d-flex {
        gap: 15px;
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .company-logos .d-flex {
        gap: 15px;
        flex-wrap: wrap; /* Разрешаем перенос */
        justify-content: center !important; /* Принудительно центрируем */
        margin: 0 auto; /* Центрируем весь блок */
    }
    
    .company-logo {
        padding: 8px;
        flex: 0 0 auto;
    }
    
    .company-logo img {
        width: 80px !important;
        height: 50px !important;
    }
}

@media (max-width: 576px) {
    .company-logos {
        padding-top: 20px;
        margin-top: 25px;
    }
    
    .company-logos .d-flex {
        gap: 12px;
        justify-content: center !important;
        width: 100%;
    }
    
    .company-logo {
        margin: 0 5px;
    }
    
    .company-logo img {
        width: 70px !important;
        height: 45px !important;
    }
}

/* Для очень маленьких экранов - горизонтальное расположение в строку */
@media (max-width: 480px) {
    .company-logos .d-flex {
        flex-direction: row !important; /* Принудительно в строку */
        flex-wrap: wrap; /* Разрешаем перенос если не помещаются */
        justify-content: center !important;
        gap: 10px;
    }
    
    .company-logo {
        flex: 0 0 auto;
        margin: 5px;
    }
    
    .company-logo img {
        width: 150px !important;
        height: 60px !important;
    }
}

/* Для экстремально маленьких экранов */
@media (max-width: 360px) {
    .company-logos .d-flex {
        gap: 8px;
    }
    
    .company-logo img {
        width: 55px !important;
        height: 35px !important;
    }
}

/* ===== ПОЛНОЭКРАННЫЙ ВЫПАДАЮЩИЙ БЛОК УСЛУГ ===== */
.service-fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(27, 27, 27, 0.98);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  overflow-y: auto;
  padding: 80px 0;
}

.service-fullscreen-modal.active {
  opacity: 1;
  visibility: visible;
}

.service-modal-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.service-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #007bff;
}

.service-modal-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
}

.service-close-btn {
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  padding: 0 10px;
}

.service-close-btn:hover {
  color: #007bff;
}

/* Сетка услуг */
.service-grid-container {
  margin-bottom: 50px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.service-column {
  background: rgba(47, 47, 47, 0.6);
  padding: 25px 20px;
  border-radius: 10px;
  border-left: 3px solid #007bff;
  transition: transform 0.3s ease, background 0.3s ease;
}

.service-column:hover {
  transform: translateY(-5px);
  background: rgba(47, 47, 47, 0.8);
}

.service-column h4 {
  color: #007bff;
  font-size: 1.3rem;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  color: #bbbbbb;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.service-list li:before {
  content: "•";
  color: #007bff;
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  top: -2px;
}

/* Особенности услуги */
.service-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-item {
  background: rgba(47, 47, 47, 0.4);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.feature-icon {
  color: #007bff;
  font-size: 2rem;
  font-weight: bold;
  min-width: 30px;
}

.feature-header h5 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 600;
}

.feature-item p {
  color: #bbbbbb;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding-left: 45px;
}

/* Анимация стрелки */
.service-trigger.active .icon-arrow-right {
  transform: rotate(90deg);
}

/* Адаптивность */
@media (max-width: 1200px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .service-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .service-modal-content {
    padding: 0 15px;
  }
  
  .service-modal-title {
    font-size: 2rem;
  }
  
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .service-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .service-fullscreen-modal {
    padding: 60px 0;
  }
  
  .service-modal-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  
  .service-modal-title {
    font-size: 1.8rem;
  }
  
  .service-close-btn {
    font-size: 2.5rem;
  }
  
  .service-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .service-column {
    padding: 20px 15px;
  }
  
  .service-column h4 {
    font-size: 1.2rem;
  }
  
  .service-list li {
    font-size: 1.2rem;
  }
  
  .feature-item {
    padding: 20px;
  }
  
  .feature-header {
    gap: 12px;
  }
  
  .feature-icon {
    font-size: 1.8rem;
  }
  
  .feature-header h5 {
    font-size: 1.2rem;
  }
  
  .feature-item p {
    padding-left: 42px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .service-fullscreen-modal {
    padding: 50px 0;
  }
  
  .service-modal-content {
    padding: 0 10px;
  }
  
  .service-modal-title {
    font-size: 1.6rem;
  }
  
  .service-close-btn {
    font-size: 2.2rem;
  }
  
  .feature-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .feature-item p {
    padding-left: 0;
    margin-top: 10px;
  }
}

/* Блокировка прокрутки */

.service-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.service-list li {
  padding: 2px 0;
  position: relative;
  padding-left: 20px;
}

.service-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

.service-image {
  height: 200px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.rge-image {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
}

.rge-image img {
    max-width: 80px;
    height: auto;
}
/* Стили для секции персонала */
.personnel-hero {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
}
.personnel-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.personnel-hero .lead {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: 300;
}
.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.service-feature-card {
    background: #272727;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%;
}
.service-feature-card:hover {
    transform: translateY(-5px);
}
.service-feature-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 1.5rem;
}
.service-feature-card h4 {
    color: #007bff;
    margin-bottom: 1rem;
}

.role-category {
    margin-bottom: 50px;
}
.role-card {
    background: #383d41;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    border-left: 4px solid #007bff;
}
.role-card h5 {
    color: #007bff;
    margin-bottom: 15px;
}

.advantage-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-right: 15px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .personnel-hero h1 {
        font-size: 2.5rem;
    }
    .personnel-hero .lead {
        font-size: 1.1rem;
    }
}
/* Стили для секции "Как мы работаем" */
.process-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.process-step {
  padding: 20px 10px;
}
.step-number {
  width: 60px;
  height: 60px;
  background: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 15px;
}
.process-step h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.process-step p {
  font-size: 0.9rem;
  color: #dfdfdf;
}

.list-check {
  list-style: none;
  padding-left: 0;
}
.list-check li {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.list-check li:before {
  content: "✓";
  color: #007bff;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Адаптивность для шагов процесса */
@media (max-width: 768px) {
  .process-step {
    margin-bottom: 30px;
  }
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
/* Стили для FAQ */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.faq-question {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
}
.faq-question h5 {
  margin: 0;
  flex: 1;
  font-weight: 600;
}
.faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #007bff;
}
.faq-answer {
  padding: 0 0 20px 0;
  display: none;
}
.faq-answer p {
  margin: 0;
  color: #666;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.cta-box {
  background: rgba(0,123,255,0.05);
  border-left: 4px solid #007bff;
  background-color: #0c5460b0 !important;
}

/* Стили для секции с цифрами */
.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Стили для призыва к действию */
.advantages-list {
  border-left: 3px solid #007bff;
  padding-left: 20px;
}
.advantage-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.advantage-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #007bff;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.cta-form {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  background-color: #0056b3 !important;
}

/* Анимации */
.faq-item {
  transition: all 0.3s ease;
}
.stat-number {
  animation: countUp 1s ease-out;
}

@keyframes countUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Адаптивность */
@media (max-width: 768px) {
  .faq-question {
    padding: 15px 0;
  }
  .faq-question h5 {
    font-size: 1.1rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .cta-form {
    margin-top: 30px;
  }
}