* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
 
  background: #fff; }

body, html {
   font-family: "Montserrat", Arial, sans-serif;
  height: 100%;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.main-header {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 50px;
  width: auto;

}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.main-nav a:hover,
.main-nav .active a {
  color: #ff6600;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  user-select: none;
}

.hero {
  margin-top: 100px;
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.hero h1 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .main-nav ul {
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    display: none;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .main-nav.active ul {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero h2 {
    font-size: 18px;
  }
}

#colorlib-intro {
  padding: 100px 0;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

#colorlib-intro .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#colorlib-intro .box {
  background: #ffd000;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
}

.box .num {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.box .yr {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.box .thin {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.colorlib-heading {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}

.colorlib-heading .sm {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #bbb;
  display: block;
  margin-bottom: 10px;
}

.colorlib-heading h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
}

.colorlib-heading h2 .thin {
  font-weight: 300;
  color: #777;
}

.colorlib-heading h2 .thick {
  font-weight: 700;
  color: #000;
}

#colorlib-intro p {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
  max-width: 400px;
  margin-left: auto;
}

.colorlib-heading {
  margin-bottom: 0;
}

.colorlib-heading .sm {
  font-size: 16px;
  letter-spacing: 20px;
  color: #cccccc;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}

.colorlib-heading h2 {
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.colorlib-heading h2 span {
  display: block;
  line-height: 50px;
  font-size: 40px;
  margin-bottom: 0;
}

.colorlib-heading h2 .thin {
  font-weight: 100;
}

.colorlib-heading h2 .thick {
  font-weight: 700;
}

.box {
  background: #FFCD00;
  width: 100%;
  margin: 10px auto 2em auto;
  padding: 2em 0;
  text-align: center;
}

.box span {
  display: block;
  color: #fff;
}

.box .num {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.box .yr {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 7px;
}

.box .thin {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 100;
}

.sm {
  font-size: 16px;
  letter-spacing: 20px;
  color: #cccccc;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}

.thin {
  font-weight: 100;
}

.thick {
  font-weight: 700;
}

/* стайл число проектов начало  */
#colorlib-counter,
.colorlib-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.colorlib-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.colorlib-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.colorlib-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #fff;
  background: #FFCD00;
  border-radius: 50%;
}

/* стайл число проектов конец  */



/* Услуги начало */

/* Импорт шрифта (если не подключён) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

#colorlib-services {
  font-family: 'Poppins', sans-serif;
  padding-top: 80px;     /* отступ сверху */
  padding-bottom: 80px;  /* отступ снизу */
  background: #fff;      /* если нужен белый фон */
}

.services {
  margin-bottom: 60px;
  position: relative;
}

.services .icon {
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon i {
  font-size: 50px;
  color: #FFCD00;
}

.services .desc {
  padding-left: 75px;
}

.services .desc h3 {
  line-height: 34px;
  font-weight: 600;
  font-size: 18px;
}

.services .desc p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}


/*  Услуги конец */


/* Team start */

/* --- TEAM SECTION --- */
#colorlib-team {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  padding: 100px 0;
}

#colorlib-team .sm {
  font-size: 18px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
  display: block;
}

#colorlib-team h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

#colorlib-team p {
  font-size: 15px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

/* --- Staff Cards --- */
.staff {
  text-align: center;
  margin-bottom: 40px;
}

.staff-image {
  width: 260px;
  height: 260px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.staff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.staff:hover img {
  transform: scale(1.03);
}

.staff h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.staff .position {
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .staff-image {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 767px) {
  #colorlib-team h2 {
    font-size: 28px;
  }
  .staff-image {
    width: 180px;
    height: 180px;
  }
}

/* Form start  */
/* Poppins уже подключён в <head> */
#colorlib-application {
  background-color: #f9f9f9;
}
#colorlib-application .form-control {
  border-radius: 6px;
  height: 45px;
  border: 1px solid #ccc;
  box-shadow: none;
}
#colorlib-application .form-control[type="file"] {
  height: auto;
  padding: 8px;
}
#colorlib-application .btn-warning {
  background-color: #ffd000;
  border: none;
  transition: background-color 0.3s;
}
#colorlib-application .btn-warning:hover {
  background-color: #e6bc00;
}
/* Responsive */
@media (max-width: 767px) {
  #colorlib-application h2 {
    font-size: 28px;
  }
}


/* Form end  */

/* Footer star */
#colorlib-footer {
  background: #1a1a1a;
  color: #999;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

#colorlib-footer h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.colorlib-footer-links,
.colorlib-social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.colorlib-footer-links li,
.colorlib-social-icons li {
  margin-bottom: 10px;
}

.colorlib-footer-links li a,
.colorlib-social-icons li a {
  color: #999;
  text-decoration: none;
}

.colorlib-footer-links li i,
.colorlib-social-icons li i {
  margin-right: 8px;
  color: #ffd000;
}
.colorlib-social-icons {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  gap: 15px;
}

.colorlib-social-icons li {
  display: inline-block;
}

.colorlib-social-icons li a {
  color: #ffd000;
  font-size: 18px;
  transition: 0.3s ease;
}

.colorlib-social-icons li a:hover {
  color: #fff;
}
