body{
  font-family: 'Lato', sans-serif !important;
  background-color: #f5f7fb;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header{
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  border-color: transparent;
  background-color: transparent;
}

.header .navbar-brand img{
  height: 40px;
}

/* УДАЛЕНО - заменено на новые стили ниже */

/* УДАЛЕНО - заменено на новые стили ниже */

/* УДАЛЕНО - заменено на новые стили ниже */

/* УДАЛЕНО - заменено на новые стили ниже */

/* УДАЛЕНО - проблемные псевдоэлементы заменены на новые стили */


.header .navbar .menu-item-list .dropdown-menu .dropdown-item{
 padding: 1rem 1.5rem;
}

.header .navbar .menu-item-list .dropdown-menu {
  margin-top: 2px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .navbar .navbar-toggler {
  font-size: 24px;
  color: #fff;
  border: none;
}

.header .btn-login{
  padding-left: 20px;
  padding-right: 10px;
  color: #fff!important;
}

.header .sign-up{
  padding: 2px 15px;
}

.header .btn-outline-primary.sign-up{
  border-color: #fff!important;
  color: #fff !important;
  z-index: 9999;
}

.header a.btn-outline-primary.sign-up:hover{
  background: #fff!important;
  color: #333357!important;
  z-index: 9999;
}

/*section banner*/
section.banner{
  min-height: 300px;
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px 0;
  background: linear-gradient(to bottom right,#ff6807 0%,#ffb600cc 100%);
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%);
}

section.banner .contents{
  padding-top: 40px;
  color: #fff;
}

section.banner .contents .head-title{
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}

section.banner .contents p{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

section.banner .contents .head-button{
  color: #222222;
}


section.banner .contents .head-button .btn-outline-primary.sign-up{
  color: #b85ade;
  font-weight: 600;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

section.banner .contents .head-button .btn-outline-primary.sign-up:hover{
  color: #b85ade;
  font-weight: 600;
  background: linear-gradient(45deg,#db17cb 0,#febe06 100%);
  border-color: #fff;
}

section.banner .intro-img img{
  animation: float 5s infinite ease-in-out;
}

section.core-services:before{
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 390px;
  background: #b85ade url(../images/wave_background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

section.core-services{
  position: relative;
  padding: 289px 0 0px 0;
}


/*section our-services*/
section.our-services{
  color: #212529;
  position: relative;
  padding: 100px 0;
  background: #fff;
}

section.our-services .contents .head-title{
  font-size: 50px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  color: #212529;
}

section.our-services .contents .border-line {
  height: 5px;
  width: 250px;
  background: #ff7802;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

section.our-services .contents .border-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4.7px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ff7802;
  -webkit-animation-duration: 3s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moveIcon;
  animation-name: moveIcon;
}


section.our-services .contents .desc{
  font-size: 18px;
  font-weight: 500;
}

section.our-services .feature-item{
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 420px;
  max-width: 400px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item .animation-box{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.our-services .feature-item .animation-box:before{
  content: "";
  width: 205px;
  height: 205px;
  background: url(../images/three_dot_circle.svg) no-repeat center center;
  display: block;
  animation: rotation 8s linear 0s infinite;
}

section.our-services .feature-item .animation-box .icon{
  position: absolute;
  font-size: 40px;
}

section.our-services .feature-item i{
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
  color: #c679e3!important;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
section.our-services .feature-item p{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item:hover {
  box-shadow: 0 0 12px #434343;
}

section.our-services .feature-item h3{
  font-weight: 200;
  font-size: 30px;
}

section.our-services .feature-item p{
  margin-bottom: 30px;
}

/*about-area*/
section.about-area{
  background: #fff;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 110px 0 80px;
}

section.about-area .contents{
  padding: 40px;
}

section.about-area .contents .head-title{
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

section.about-area .contents p{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 16px;
  line-height: 25px;
  color: #abacae;
}

section.about-area .contents .head-button{
  margin-top: 30px;
  color: #222222;
}

.about-area .btn-signin{
  color: #fff;
}

/*section how it works*/
section.how-it-works{
  padding: 100px 0;
  position: relative;
  background: #ff7903;
  background: -webkit-linear-gradient(45deg, #ff7903, #f8a029) !important;
  background: -moz- oldlinear-gradient(45deg, #ff7903, #f8a029) !important;
  background: -o-linear-gradient(45deg, #ff7903, #f8a029) !important;
  background: linear-gradient(45deg, #ff7903, #f8a029) !important;
  color: #fff;
  z-index: 100;
}

.how-it-works:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_how_it_works.jpg);
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -99;
}

section.how-it-works .header-top{
  padding-bottom: 80px;
}

section.how-it-works .header-top .title{
  font-size: 40px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}

section.how-it-works .step-lists .step{
  position: relative;
  padding-bottom: 75px;
}

section.how-it-works .step-lists .step .bg-number{
  position: absolute;
  font-size: 12rem;
  top: -130px;
  left: 0px;
  z-index: -1;
  font-weight: bold;
  color: rgb(244, 124, 1);
  font-family: 'Source Sans Pro', sans-serif;
}


/*section-1*/
section.reviews{
  color: #212529;
  position: relative;
  padding: 100px 0;
  background: #ffffff;
}

section.reviews .contents .head-title{
  font-size: 50px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}

section.reviews .item{
  padding: 40px 20px;
}

section.reviews .item .person-info .name{
  font-family: 'Arvo', serif;
  font-size: 18px;
  color: black;
  margin-bottom: 2px!important;
}

section.reviews .item .desc{
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.6;
}

section.reviews .item .star-icon{
  color: hsl(46, 100%, 49%);
}

/* Review Section */
.reviews-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.review-item {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.rating-input i {
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
}

.rating-input i.active {
  color: #ffa500;
}

.review-rating i {
  color: #ffa500;
  font-size: 18px;
}



/*section 3*/

section.section-3{
  color: #fa7778;
  position: relative;
  padding: 60px 0 40px;
  background: linear-gradient(45deg,#9a56ff 0,#e36cd9 100%);
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
  color: #fff;
}


.animatation-box-1 {
  position: relative;
}

.animated{
  position: absolute;
}

.icon1 {
  left: -138px;
  animation: LTRScale 5s infinite ease-in-out;
}
.icon2 {
  top: 450px;
  right: -60px;
  animation: rotation 10s infinite ease-in-out;
}

.icon3{
  top: 500px;
  left: -20px;
  right: 30px;
  z-index: 1;
  height: 80px;
  animation: fadeRTL 4s infinite ease-in-out;
}

.animation-2{
  position: relative;
}

.animation-2 .intro-img{
  animation: float 3s ease infinite;
}

.animation-2 .icon-1{
  left: 300px;
  height: 30px;
  animation: fade-up 1.8s infinite ease-in-out;
}

.animation-2 .icon-2{
  left: 460px;
  top: 76px;
  animation: fade-up 1.1s infinite ease-in-out;
}

.animation-2 .icon-3{
  left: 224px;
  top: -60px;
  animation: fadeLTR 1.5s infinite ease-in-out;
}

.animation-2 .icon-4{
  left: -14px;
  top: -32px;
  height: 35px;
  animation: heartBeat 1.1s infinite ease-in-out;
}

.animation-2 .icon-5{
  left: 525px;
  top: 171px;
  height: 40px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-6{
  left: 117px;
  top: -75px;
  height: 35px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-7{
  top: -61px;
  left: 350px;
  height: 35px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-10{
  left: -62px;
  top: 107px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-tree{
  bottom: -4px;
  height: 135px;
  animation: float 3s ease infinite;
}

/*reponsive*/

@media (min-width: 1280px){
  .container {
    max-width: 85%;
  }
}

@media (max-width: 768px){
  .header .navbar .menu-item-list .dropdown-menu {
    margin-top: 10px;
  }
}

.header.shrink{
  background: #fff!important;
  box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.06)!important;
}

/* УДАЛЕНО - заменено на приоритетные стили */

/* УДАЛЕНО - заменено на приоритетные стили */

/* УДАЛЕНО - проблемные псевдоэлементы заменены на приоритетные стили */

.header.shrink .btn-login{
  color: #000000!important;

}

.header.shrink .btn-login:hover{
  color: #fea921!important;
  font-weight: 600;
}

.header.shrink .sign-up{
  padding: 2px 15px;
}

.header.shrink .btn-outline-primary.sign-up{
  border-color: #b85ade!important;
  color: #000000 !important;
  z-index: 9999;
}

.header.shrink a.btn-outline-primary.sign-up:hover, .header a.btn-outline-primary.btn-statistics{
  font-weight: 600;
  color: #fff!important;
  z-index: 9999;
  border-color: #fea921!important;
  background-color: #fea921!important;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
}

@media (max-width: 768px){
  .header .navbar .navbar-nav{
    margin:10px -35px 0px !important;
  }

  .header .navbar .site-logo-white{
    display: none!important;
  }
  .header .navbar .site-logo{
    display: block!important;
  }

  .header .navbar .navbar-nav li{
    line-height: 1em;
    padding: 8px 38px;
  }

  .header .navbar ul.navbar-nav li.nav-item.active:before, .header .navbar ul.navbar-nav li.nav-item:hover:before{
    display: none;
  }
  .header .navbar .navbar-toggler{
    color: #333;
  }
  .header .btn-login-signup{
    padding: 10px;
  }

  .header .btn-login{
    padding-left: 0px!important;
  }

  .header{
    background: #fff!important;
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.06)!important;
  }

  .header .navbar .navbar-nav .nav-link{
    color: #000000 ;
    cursor: pointer;
    position: relative;
    background: transparent;
  }

  .header .navbar .navbar-nav .active > .nav-link{
    color: #ff7a03 !important;
  }

  .header .navbar .navbar-nav .nav-link:hover{
    color: #ff7a03 !important;
  }

  /* УДАЛЕНО - проблемные псевдоэлементы заменены на приоритетные стили */

  .header .btn-login{
    color: #22012f!important;

  }

  .header .btn-login:hover{
    color: #fea921!important;
    font-weight: 600;
  }

  .header .sign-up{
    padding: 2px 15px;
  }

  .header .btn-outline-primary.sign-up{
    border-color: #b85ade!important;
    color: #22012f !important;
    z-index: 9999;
  }

  .header a.btn-outline-primary.sign-up:hover, .header a.btn-outline-primary.btn-statistics{
    font-weight: 600;
    color: #fff!important;
    z-index: 9999;
    border-color: #fea921!important;
    background-color: #fea921!important;
    background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
    background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
    background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
    background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
  }

  section.about-area .contents, section.banner .contents {
    text-align: center;
  }

  section.banner .box-image{
    margin-top: 150px!important;
  }
}

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


.auth-login-form{
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-image: url(../images/bg_auth.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.auth-login-form .form-login{
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 65px 55px 54px 55px;
}

.auth-login-form .form-login .site-logo{
  padding-bottom: 20px;
}

.auth-login-form .form-login .site-logo img{
  max-height: 60px;
}

.auth-login-form .form-login .btn-submit{
  height: 50px;
  color: #fff;
  text-transform: uppercase;
}

.auth-login-form .form-login .btn-submit, .about-area .btn-signin{
  background-image: linear-gradient(to right, #FEAC5E 0%, #C779D0 51%, #FEAC5E 100%);
}

.section-3 .btn-signin{
  color: #fff;
  background-image: linear-gradient(to right, #ff00cc 0%, #333399 51%, #ff00cc 100%);
}


.btn-gradient {
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px #eee;
}

.btn-gradient:hover {
  background-position: right center;
}

.header .dropdown-menu {
  margin-top: 0rem;
}

.header .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.header .dropdown-menu{
  padding: 0px;
  border: none;
  border-radius: 0px;
  min-width: 200px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.header .dropdown-menu li.dropdown-submenu:hover{
  background-color: #293340 !important;
}

.header .dropdown-menu li.dropdown-submenu:hover>a{
  color: #ff7a03;
}

.header .dropdown-menu li.dropdown-submenu:hover>a:after{
  transform: rotate(-90deg);
}

.header .dropdown-item{
  color: black;
}

.header .dropdown-item:hover, .dropdown-item:focus {
 background-color: #293340 !important;
 color: #ff7a03;
}

.header .navbar .dropdown-menu li {
  padding: 10px 10px;
}

.header .dropdown-submenu {
  position:relative;
}

.header .dropdown-submenu>.dropdown-menu {
  top:0;
  left:99.99%;
}

/* rotate caret on hover */
.header .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

@media (max-width: 768px){
  .header .dropdown-menu {
    margin-top: 0.75rem;
    border: none;
    box-shadow: none;
  }

  .header .dropdown-menu li.dropdown-submenu:hover, .header .dropdown-menu li.dropdown-submenu:hover>a{
    background-color: #fff;
  }
}



/*section services list*/
section.services-list{
  color: #212529;
  position: relative;
  padding: 20px 0;
  background: #fff;
}

section.services-list .social-item{
  *margin-top: 50px;
  margin: 10px;
  background: #2c2c2c;
  border: 3px solid #bd6d01;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* MEDIUM-4: Smooth hover */
  position: relative;
}

/* Выраженный hover эффект (MEDIUM-4) */
section.services-list .social-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(255, 99, 0, 0.25);
  z-index: 10;
}

/* Subtle glow effect (MEDIUM-4) */
section.services-list .social-item:hover::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,99,0,0.1), transparent);
  pointer-events: none;
}

section.services-list .social-item .img-logo{
  max-width: 100px;
  margin: 10px auto;
  margin-bottom: 30px;
}

section.services-list .social-item .content .title{
  margin-bottom: 10px;
  font-size: 14px;
}

section.services-list .social-item .content {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  text-align: center !important;
}

section.services-list .social-item .buy-button {
  border-radius: 4px;
  background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
  border: none;
  color: #FFFFFF;
  transition: all 0.4s;
  cursor: pointer;
  margin: 5px;
}

section.services-list .social-item .buy-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

section.services-list .social-item .buy-button span:after {
  font-family: 'feather' !important;
  content: '\e911';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

section.services-list .social-item .buy-button:hover span {
  padding-right: 25px;
  color: #FFFFFF;
}

section.services-list .social-item .buy-button:hover span:after {
  opacity: 1;
  right: 0;
  color: #FFFFFF;
}

section.services-list .social-item.youtube .buy-button{
  background: #f44336 !important;
}

section.services-list .social-item.spotify .buy-button{
  background: #8bc34a !important;
}

section.services-list .social-item.instagram .buy-button{
  background: #b84192 !important;
}

section.services-list .social-item.soundcloud .buy-button{
  background: #ff9800 !important;
}

section.services-list .social-item.facebook .buy-button{
  background: #1976d2 !important;
}

section.services-list .social-item.twitter .buy-button{
  background: #03a9f4 !important;
}

section.services-list .social-item.twitch .buy-button{
  background: #9146ff !important;
}

/*general CSS*/
section.services-list .social-item .buy-button{
  min-width: 240px;
}



section.about-area {
  background-image: initial;
  background-color: rgb(24, 26, 27);
}
section.about-area .contents p {
  color: rgb(180, 173, 164);
}
section.services-list {
  color: rgb(209, 205, 199);
  background-image: initial;
  background-color: rgb(24, 26, 27);
}
section.reviews {
  color: rgb(209, 205, 199);
  background-image: initial;
  background-color: rgb(24, 26, 27);
}
section.reviews .item .desc {
  color: rgb(152, 144, 130);
}
section.reviews .item .person-info .name {
  color: rgb(232, 230, 227);
}
.header.shrink {
  background-image: initial !important;
  background-color: rgb(24, 26, 27) !important;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 9px 3px !important;
}
.header.shrink .navbar .navbar-nav .nav-link {
  color: rgb(217, 214, 209);
  background-image: initial;
  background-color: transparent;
}
.header.shrink .navbar .navbar-nav .nav-link:hover {
  color: rgb(255, 135, 28) !important;
}
section.about-area .contents .head-title {
  color: rgb(211, 207, 201);
}
section.our-services {
  color: rgb(209, 205, 199);
  background-image: initial;
  background-color: rgb(24, 26, 27);
}
section.our-services .contents .head-title {
  color: rgb(209, 205, 199);
}
.card {
  box-shadow: rgb(35, 38, 39) 2px 2px 6px 0px;
}
.card {
  background-color: rgb(24, 26, 27);
  border-color: rgba(124, 115, 101, 0.12);
}
.footer {
  background-image: initial;
  background-color: rgb(24, 26, 27);
  border-top-color: rgba(124, 115, 101, 0.12);
  color: rgb(174, 167, 156);
}
.header .navbar .navbar-nav .nav-link {
  color: rgb(232, 230, 227);
  background-image: initial;
  background-color: transparent;
}
.header .dropdown-item {
  color: rgb(232, 230, 227);
}
.header .dropdown-menu {
  border-color: initial;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px;
}
.dropdown-menu {
  color: rgb(181, 175, 166);
  list-style-image: initial;
  background-color: rgb(24, 26, 27);
  border-color: rgba(124, 115, 101, 0.12);
}
body {
  background-image: initial;
  background-color: rgb(24, 26, 27);
  color: rgb(211, 207, 202);
}

body {
  -webkit-tap-highlight-color: transparent;
}

section.banner {
  background-color: initial;
  background-image: linear-gradient(to right, rgb(203, 95, 0) 0%, rgb(184, 114, 1) 100%), linear-gradient(to right, rgb(203, 95, 0) 0%, rgb(184, 114, 1) 100%);
}

div.helps{
  position: fixed;
  width: 40px;
  height: 154px;
  z-index: 100;
  background: #bb6e00;
  bottom: 75px;
  right: 0px;
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
}

.rotated-text {
  transform: rotate(270deg);
  transform-origin: bottom;
  display: inline-block;
  margin: 45px 0px 0px -25px;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 768px) {
  div.helps {
    display: none; /* Скрываем элемент */
  }
  
  /* Мобильная навигация */
  .navbar-toggler {
    border: none;
    padding: 4px 8px;
    background: transparent;
    color: #fff;
  }
  
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  
  .navbar-collapse {
    background: #181a1b;
    margin-top: 10px;
    border-radius: 5px;
    padding: 15px;
    display: none;
  }
  
  .navbar-collapse.show {
    display: block;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-item {
    margin: 5px 0;
  }
  
  .navbar-nav .nav-link {
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .navbar-nav .nav-link:hover {
    background-color: rgba(255, 99, 0, 0.1);
  }
  
  /* Dropdown меню на мобильных */
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 10px;
    background-color: #2a2d2e;
    border: 1px solid #444;
    box-shadow: none;
  }
  
  .dropdown-item {
    padding: 10px 15px;
    color: #fff;
  }
  
  .dropdown-item:hover {
    background-color: rgba(255, 99, 0, 0.1);
    color: #fff;
  }
  
  /* Скрываем подменю на мобильных */
  .dropdown-submenu .dropdown-menu {
    display: none;
  }
  
  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
  
  /* Адаптивность для карточек услуг */
  .services-list .row {
    margin: 0 -10px;
  }
  
  .services-list .col-md-4,
  .services-list .col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  /* Адаптивность для секций */
  section {
    padding: 40px 0;
  }
  
  .container {
    padding: 0 15px;
  }
  
  /* Адаптивность для заголовков */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
  }
  
  /* Адаптивность для кнопок */
  .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  
  /* Адаптивность для таблиц */
  .table-responsive {
    font-size: 14px;
  }
  
  .table th,
  .table td {
    padding: 8px 4px;
  }
}

span.title {
  font-size: 1rem;
  width: 153px;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden!important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

/* ИСПРАВЛЕНИЯ НАВИГАЦИИ - Устранение белой обводки и смещения элементов */
.header .navbar .navbar-nav .nav-link{
  font-weight: 600;
  padding: 12px 16px;
  cursor: pointer;
  color: #fff;
  position: relative;
  background: transparent;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.header .navbar .navbar-nav .nav-link:hover, .header .navbar .navbar-nav .active > .nav-link{
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
  /* Убираем transform чтобы не было смещения */
  /* transform: translateY(-1px); */
}

/* Полное отключение всех псевдоэлементов для навигации */
.header .navbar .navbar-nav .nav-item:before,
.header .navbar .navbar-nav .nav-item:after,
.header .navbar .navbar-nav .nav-link:before,
.header .navbar .navbar-nav .nav-link:after,
.header .navbar .navbar-nav li:before,
.header .navbar .navbar-nav li:after,
.header .navbar .navbar-nav .nav-item:hover:before,
.header .navbar .navbar-nav .nav-item:hover:after,
.header .navbar .navbar-nav .nav-link:hover:before,
.header .navbar .navbar-nav .nav-link:hover:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Улучшенное выравнивание навигации */
.header .navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.header .navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  margin: 0 4px;
  position: relative;
  width: auto;
  min-width: fit-content;
  flex-shrink: 0;
}

.header .navbar .navbar-nav .nav-item.dropdown {
  position: relative;
}

/* Исправление для длинных текстов */
.header .navbar .navbar-nav .nav-link {
  text-align: center;
  line-height: 1.2;
}

/* Специальные стили для FAQ (длинный текст) */
.header .navbar .navbar-nav .nav-item:has(.nav-link[href*="faq"]) .nav-link {
  font-size: 13px;
  padding: 10px 12px;
}

/* Стабилизация позиций навигационных элементов */
.header .navbar .navbar-nav .nav-item {
  transition: none !important;
}

.header .navbar .navbar-nav .nav-link {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}

/* Убираем все возможные псевдоэлементы и эффекты, которые могут влиять на размеры */
.header .navbar .navbar-nav .nav-item *:before,
.header .navbar .navbar-nav .nav-item *:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Дополнительная стабилизация - фиксируем размеры элементов */
.header .navbar .navbar-nav .nav-item {
  width: auto !important;
  max-width: none !important;
  min-width: fit-content !important;
}

.header .navbar .navbar-nav .nav-link {
  width: 100% !important;
  max-width: none !important;
  min-width: fit-content !important;
  white-space: nowrap !important;
}

/* Мобильная адаптация */
@media (max-width: 991px) {
  .header .navbar .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  
  .header .navbar .navbar-nav .nav-item {
    margin: 2px 0;
    width: 100%;
  }
  
  .header .navbar .navbar-nav .nav-link {
    padding: 12px 20px;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .header .navbar .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: none;
  }
}

/* ДОПОЛНИТЕЛЬНЫЕ ИСПРАВЛЕНИЯ ДЛЯ ГЛАВНОЙ СТРАНИЦЫ - ПРИОРИТЕТНЫЕ СТИЛИ */
/* Белый текст для главной страницы (темный фон) */
body:not(.shrink-active) .header:not(.shrink) .navbar .navbar-nav .nav-link {
  font-weight: 600 !important;
  padding: 12px 16px !important;
  cursor: pointer !important;
  color: #fff !important;
  position: relative !important;
  background: transparent !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Также белый текст для обычного состояния header на главной */
.header:not(.shrink) .navbar .navbar-nav .nav-link {
  color: #fff !important;
}

/* Белый текст для hover на главной странице (до прокрутки) */
.header:not(.shrink) .navbar .navbar-nav .nav-link:hover, 
.header:not(.shrink) .navbar .navbar-nav .active > .nav-link {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ПРИОРИТЕТНОЕ ОТКЛЮЧЕНИЕ ВСЕХ ПСЕВДОЭЛЕМЕНТОВ */
.header .navbar .navbar-nav .nav-item:before,
.header .navbar .navbar-nav .nav-item:after,
.header .navbar .navbar-nav .nav-link:before,
.header .navbar .navbar-nav .nav-link:after,
.header .navbar .navbar-nav li:before,
.header .navbar .navbar-nav li:after,
.header .navbar .navbar-nav .nav-item:hover:before,
.header .navbar .navbar-nav .nav-item:hover:after,
.header .navbar .navbar-nav .nav-link:hover:before,
.header .navbar .navbar-nav .nav-link:hover:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* ПРИОРИТЕТНОЕ ВЫРАВНИВАНИЕ */
.header .navbar .navbar-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
}

.header .navbar .navbar-nav .nav-item {
  display: flex !important;
  align-items: center !important;
  margin: 0 4px !important;
  position: relative !important;
  width: auto !important;
  min-width: fit-content !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.header .navbar .navbar-nav .nav-item.dropdown {
  position: relative !important;
}

/* ПРИОРИТЕТНЫЕ СТИЛИ ДЛЯ FAQ */
.header .navbar .navbar-nav .nav-item:has(.nav-link[href*="faq"]) .nav-link {
  font-size: 13px !important;
  padding: 10px 12px !important;
}

/* ПРИОРИТЕТНАЯ СТАБИЛИЗАЦИЯ */
.header .navbar .navbar-nav .nav-item {
  transition: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: fit-content !important;
}

.header .navbar .navbar-nav .nav-link {
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: none !important;
  min-width: fit-content !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

/* ПРИОРИТЕТНЫЕ СТИЛИ ДЛЯ SHRINK СОСТОЯНИЯ */
.header.shrink .navbar .navbar-nav .nav-link {
  font-weight: 600 !important;
  padding: 12px 16px !important;
  cursor: pointer !important;
  color: #fff !important;
  position: relative !important;
  background: transparent !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.header.shrink .navbar .navbar-nav .nav-link:hover, 
.header.shrink .navbar .navbar-nav .active > .nav-link {
  color: #ff7a03 !important;
  background-color: rgba(255, 122, 3, 0.1) !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ПРИОРИТЕТНОЕ ОТКЛЮЧЕНИЕ ПСЕВДОЭЛЕМЕНТОВ ДЛЯ SHRINK */
.header.shrink .navbar .navbar-nav .nav-item:before,
.header.shrink .navbar .navbar-nav .nav-item:after,
.header.shrink .navbar .navbar-nav .nav-link:before,
.header.shrink .navbar .navbar-nav .nav-link:after,
.header.shrink .navbar .navbar-nav li:before,
.header.shrink .navbar .navbar-nav li:after,
.header.shrink .navbar .navbar-nav .nav-item:hover:before,
.header.shrink .navbar .navbar-nav .nav-item:hover:after,
.header.shrink .navbar .navbar-nav .nav-link:hover:before,
.header.shrink .navbar .navbar-nav .nav-link:hover:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* ПРИОРИТЕТНОЕ ВЫРАВНИВАНИЕ ДЛЯ SHRINK */
.header.shrink .navbar .navbar-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
}

.header.shrink .navbar .navbar-nav .nav-item {
  display: flex !important;
  align-items: center !important;
  margin: 0 4px !important;
  position: relative !important;
  width: auto !important;
  min-width: fit-content !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* ПРИОРИТЕТНЫЕ СТИЛИ ДЛЯ FAQ В SHRINK */
.header.shrink .navbar .navbar-nav .nav-item:has(.nav-link[href*="faq"]) .nav-link {
  font-size: 13px !important;
  padding: 10px 12px !important;
}

/* ПРИОРИТЕТНАЯ СТАБИЛИЗАЦИЯ ДЛЯ SHRINK */
.header.shrink .navbar .navbar-nav .nav-item {
  transition: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: fit-content !important;
}

.header.shrink .navbar .navbar-nav .nav-link {
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: none !important;
  min-width: fit-content !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

/* ИСПРАВЛЕНИЕ ЦВЕТА TOGGLER ДЛЯ ГЛАВНОЙ СТРАНИЦЫ */
.header:not(.shrink) .navbar-toggler {
  color: #fff !important;
}

/* ИСПРАВЛЕНИЕ КНОПОК ВХОДА/РЕГИСТРАЦИИ НА ГЛАВНОЙ СТРАНИЦЕ */
.header:not(.shrink) .btn-login {
  color: #fff !important;
}

.header:not(.shrink) .btn-outline-primary.sign-up {
  border-color: #fff !important;
  color: #fff !important;
}

/* ====================================
   Auth & Cart Section Styles
   ==================================== */

.navbar-auth-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 20px;
}

.nav-item-auth {
  display: flex;
  align-items: center;
}

/* Cart Icon */
.cart-icon-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cart-icon-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}

.cart-badge {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}

/* Old cart-count style kept for compatibility */
.cart-count:empty {
  display: none;
}

/* Login Button */
.btn-login {
  padding: 10px 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Sign Up Button */
.sign-up {
  padding: 10px 20px;
  border-radius: 25px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.sign-up:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5);
  color: #fff !important;
  text-decoration: none;
}

/* User Dropdown */
.btn-user-dropdown {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.btn-user-dropdown:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

.btn-user-dropdown i.fe-user {
  margin-right: 8px;
  font-size: 16px;
}

.btn-user-dropdown i.fe-chevron-down {
  font-size: 12px;
}

/* User Dropdown Menu */
.navbar-auth-section .dropdown-menu {
  margin-top: 10px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  min-width: 220px;
  padding: 10px 0;
}

.navbar-auth-section .dropdown-item {
  padding: 12px 20px;
  font-size: 14px;
  color: #2c3e50;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.navbar-auth-section .dropdown-item i {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
}

.navbar-auth-section .dropdown-item:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.navbar-auth-section .dropdown-divider {
  margin: 8px 0;
}

/* Shrink state (scrolled header) adjustments */
.header.shrink .cart-icon-link {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}

.header.shrink .cart-icon-link:hover {
  background: rgba(102, 126, 234, 0.2);
  color: #667eea;
}

.header.shrink .btn-login {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}

.header.shrink .btn-login:hover {
  background: rgba(102, 126, 234, 0.2);
  color: #667eea;
}

.header.shrink .btn-user-dropdown {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}

.header.shrink .btn-user-dropdown:hover {
  background: rgba(102, 126, 234, 0.2);
  color: #667eea;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .navbar-auth-section {
    flex-direction: column;
    margin-left: 0;
    margin-top: 20px;
    gap: 10px;
    width: 100%;
  }

  .nav-item-auth {
    width: 100%;
  }

  .btn-login,
  .sign-up,
  .btn-user-dropdown {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .cart-icon-link {
    margin: 0 auto;
  }

  .navbar-auth-section .dropdown-menu {
    width: 100%;
  }
}

/* Cart Sidebar */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 90%;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateX(100%); /* Скрыто по умолчанию */
}

.cart-sidebar.open {
  transform: translateX(0); /* Показать */
}

.cart-sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.cart-sidebar-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.btn-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.btn-close:hover {
  opacity: 0.8;
}

.cart-sidebar-content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.cart-item {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-name {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.cart-item-details {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.btn-remove-item {
  background: #ff4444;
  color: #fff;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 10px;
}

.btn-remove-item:hover {
  background: #cc0000;
}

.empty-cart {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-size: 16px;
}

.cart-sidebar-footer {
  padding: 20px;
  border-top: 2px solid #e0e0e0;
  background: #f9f9f9;
}

.cart-total {
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-total strong {
  color: #667eea;
  font-size: 20px;
}

.cart-sidebar-footer .btn {
  width: 100%;
  padding: 12px;
  font-weight: 600;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cart-overlay.show {
  display: block;
  opacity: 1;
}

/* Button styles for cart */
.btn-cart {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border: none !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4) !important;
  color: #fff !important;
}

/* ===================================
   MOBILE RESPONSIVE - Social Cards
   2 cards per row on mobile
   =================================== */

@media (max-width: 767px) {
  /* Карточки на мобильных - 2 в ряд, БОЛЬШИЕ иконки и текст */
  section.services-list .social-item {
    margin: 0 !important;
    padding: 20px 12px !important;
    min-height: 170px; /* Увеличена высота для больших иконок */
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  /* БОЛЬШИЕ иконки соцсетей */
  section.services-list .social-item .img-logo {
    max-width: 90px !important; /* Увеличено с 70px */
    width: 90px !important;
    height: 90px !important;
    margin: 5px auto 15px auto !important;
  }
  
  section.services-list .social-item .img-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  /* Больший размер названия */
  section.services-list .social-item .content .title {
    font-size: 15px !important; /* Увеличено с 12px */
    margin-bottom: 5px !important;
    font-weight: 600;
  }
  
  section.services-list .social-item h4 {
    font-size: 17px !important; /* Увеличено с 15px */
    margin: 8px 0 !important;
    font-weight: 700;
    text-align: center;
  }
  
  /* CRITICAL: Remove min-width that breaks 2-column layout */
  section.services-list .social-item .buy-button {
    min-width: auto !important;
    width: 100% !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
  }
  
  /* Row с flex для 2 карточек */
  section.services-list .row {
    margin: 0 -6px !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  section.services-list .col-6 {
    padding: 6px !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  /* Убрать hover на мобильных для производительности */
  section.services-list .social-item:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 375px) {
  /* Для маленьких экранов - чуть меньше, но всё ещё крупнее чем было */
  section.services-list .social-item .img-logo {
    max-width: 75px !important; /* Увеличено с 50px */
    width: 75px !important;
    height: 75px !important;
  }
  
  section.services-list .social-item h4 {
    font-size: 14px !important; /* Увеличено с 11px */
  }
  
  section.services-list .social-item {
    min-height: 150px;
    padding: 15px 10px !important;
  }
}

/* ============================================
   Исправление цветов форм на пользовательских страницах
   Добавлено: 2024-12-21
   Проблема: чёрный текст на тёмном фоне
   Решение: оранжевый цвет (#ffa500) под стиль сайта
   ============================================ */

/* Страница Checkout (оформление заказа) */
section.checkout-form .form-label,
section.checkout-form .custom-control-label,
section.checkout-form label {
    color: #ffa500;
}

section.checkout-form .form-required {
    color: #ff4444;
}

section.checkout-form .form-control::placeholder {
    color: #888;
}

/* Страница Client (отслеживание заказов) */
.card.client_form .form-label,
.card.client_form label {
    color: #ffa500;
}

.card.client_form .form-required {
    color: #ff4444;
}

.card.client_form .card-title {
    color: #ffa500;
}

/* Страница Contact (обратная связь) */
section.contact .form-label,
section.contact label,
.card.contact_form .form-label,
.card.contact_form label {
    color: #ffa500;
}

section.contact .form-required,
.card.contact_form .form-required {
    color: #ff4444;
}

/* Общие стили для карточек с формами */
.card .form-group label {
    color: #ffa500;
}

.card .form-control {
    background-color: #2a2a2a;
    border-color: #444;
    color: #fff;
}

.card .form-control::placeholder {
    color: #888;
}

.card .form-control:focus {
    border-color: #ffa500;
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25);
}

/* Текст подсказок и описаний */
.card .text-muted {
    color: #aaa !important;
}

/* Dropdown Hover Fix - Override margin (Added 2026-01-08) */
.header .dropdown-submenu>.dropdown-menu {
  left: 100%;
  margin-left: 0 !important;
}
