@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
:root {
  /* --yellow:#f5bf23; */
  --yellow:#833C0B;
  --black:#111;
  --white:#fff;
  /* --light-color:#666; */
  --light-color:#522828;
  --light-bg:#eee;
  --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
  --border:.1rem solid rgba(0,0,0,.3);
  --btn-color: #4182aa;
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

body, html {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: var(--yellow);
}

main {
    flex: 1 0 auto;
}

section {
  padding: 5rem 10%;
}

p {
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
span {
  font-size: 1.4rem;
}


.heading {
  margin-bottom: 3rem;
  font-size: 3rem;
  color: var(--black);
  text-transform: capitalize;
  padding-left: 1rem;
  border-left: 1rem solid var(--yellow);
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: var(--btn-color);
  color: var(--white);
  cursor: pointer;
  font-size: 1.7rem;
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  /* transition: .2s linear; */
  transition: background 0.2s, transform 0.2s;
}

.btn:hover {
  background: var(--yellow);
  color: var(--white);
  transform: translateY(-2px) scale(1.05);
}

@-webkit-keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 1.5rem 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
  background: var(--yellow);
}

.header .logo {
  font-size: 2rem;
  color: var(--white);
  text-transform: uppercase;
}

.header .logo span {
  color: var(--yellow);
}

.header .navbar a {
  font-size: 2rem;
  font-weight: lighter;
  color: var(--white);
  text-transform: capitalize;
  margin: 0 1rem;
}

.header .navbar a:hover {
  color: var(--black);
}

.header .icons div {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  background: var(--light-bg);
  color: var(--black);
  cursor: pointer;
  text-align: center;
  margin-left: .3rem;
}

.header .icons div:hover {
  background: var(--black);
  color: var(--white);
}

.header #menu-btn {
  display: none;
}

.header .menu {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.header .menu li {
  list-style-type: none;
  flex-grow: 1;
  flex-shrink: 1;
}

.contact-info {
  position: fixed;
  top: 0;
  right: 0;
  width: 35rem;
  background: var(--white);
  height: 100%;
  text-align: center;
  z-index: 1100;
  padding: 0 2rem;
  padding-top: 5rem;
  display: none;
}

.contact-info.active {
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.7);
  display: block;
}

.contact-info #close-contact-info {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  cursor: pointer;
  font-size: 4rem;
  color: var(--black);
}

.contact-info #close-contact-info:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contact-info .info {
  padding: 2rem 0;
}

.contact-info .info i {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  background: var(--light-bg);
  color: var(--black);
  cursor: pointer;
  text-align: center;
  margin-bottom: .5rem;
}

.contact-info .info i:hover {
  background: var(--black);
  color: var(--white);
}

.contact-info .info h3 {
  font-size: 2rem;
  color: var(--black);
  text-transform: capitalize;
  padding: 1rem 0;
}
.contact-info .info a {
  font-size: 1.6rem;
  color: var(--black);
  padding: 1rem 0;
}

.contact-info .info p {
  font-size: 1.4rem;
  color: var(--light-color);
  /* line-height: 2; */
  text-align: center;
}

.contact-info .share {
  padding-top: 2rem;
  border-top: var(--border);
  margin-top: 1rem;
}

.contacts-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* ...existing code... */
.contact {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../images/banner/pole.jpg") no-repeat center center/cover;
    background-attachment: fixed;
    color: #fff;
}
/* ...existing code... */

.contact-details-box {
   background: #fff;
   box-shadow: 0 2px 16px rgba(0,0,0,0.07);
   margin: 2rem 0 2.5rem 0;
   padding: 2rem 1rem;
}
.contact-details-row {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   gap: 2rem;
}
.contact-details-item {
   flex: 1 1 220px;
   min-width: 220px;
   text-align: center;
}
.contact-details-item i {
   font-size: 4rem;
   color: #e67e22;
   margin-bottom: 0.5rem;
}
.contact-details-item h2 {
   margin: 0.5rem 0 0.3rem 0;
   font-size: 1.8rem;
   color: #333;
}
.contact-details-item p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.2rem 0;
  color: #555;
}
.contact-details-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.2rem 0;
  color: #555;
  font-size: 1.6rem;
}
.contact-details-share {
   margin-top: 1.5rem;
   text-align: center;
}
.contact-details-share a {
   display: inline-block;
   margin: 0 2rem;
   padding: 0 2rem;
   font-size: 3rem;
   color: #e67e22;
   transition: color 0.2s;
}
.contact-details-share a:hover {
   color: #b35400;
}
@media (max-width: 800px) {
   .contact-details-row {
      flex-direction: column;
      align-items: center;
   }
}


.home {
  padding: 0;
}

.home .slide {
  min-height: 85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.home .slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--white)), to(transparent));
  background: linear-gradient(90deg, var(--white), transparent);
}

.home .slide .content {
  width: 50rem;
  position: relative;
}

.home .slide .content h3 {
  font-size: 6rem;
  color: var(--black);
  text-transform: capitalize;
  text-transform: uppercase;
}

.home .slide .content p {
  font-size: 1.6rem;
  color: var(--light-color);
  /* line-height: 2; */
  padding: 1rem 0;
}

.home .swiper-button-next,
.home .swiper-button-prev {
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  height: 7rem;
  width: 7rem;
  line-height: 7rem;
  background: var(--white);
}

.home .swiper-button-next:hover,
.home .swiper-button-prev:hover {
  background: var(--yellow);
}

.home .swiper-button-next::after,
.home .swiper-button-prev::after {
  font-size: 2rem;
  color: var(--black);
}

.home .swiper-button-prev {
  right: 7rem;
}

.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.about .row .video {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
}

.about .row .video video {
  width: 100%

 }

.about .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
}

.about .row .content h3 {
  font-size: 3.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.about .row .content p {
  font-size: 1.6rem;
  color: var(--light-color);
  /* line-height: 2; */
  padding: 1rem 0;
}

.about .box-container {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about .box-container .box {
  text-align: center;
  background: var(--light-bg);
  padding: 3rem 2rem;
}

.about .box-container .box h3 {
  font-size: 4rem;
  color: var(--black);
  text-transform: capitalize;
}

.about .box-container .box p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
  padding-top: .5rem;
}

.services {
  background: var(--light-bg);
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.services .box-container .box {
  text-align: center;
  padding: 3rem;
  background: var(--white);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border: var(--border);
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.services .box-container .box img {
  height: 7rem;
  margin-bottom: .5rem;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.services .box-container .box h3 {
  font-size: 1.7rem;
  color: var(--black);
  text-transform: capitalize;
  padding: 1rem 0;
}

.services .box-container .box p {
  font-size: 1.4rem;
  color: var(--light-color);
  line-height: 2;
}

.projects {
  background: var(--black);
}

.projects .heading {
  color: var(--white);
}

.projects .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.projects .box-container .box {
  cursor: initial;
}

.projects .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.projects .box-container .box .image {
  height: 40rem;
  overflow: hidden;
}

.projects .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.projects .box-container .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects .box-container .box .content .info {
  padding: 1rem 2rem;
}

.projects .box-container .box .content .info h3 {
  font-size: 1.7rem;
  color: var(--black);
  text-transform: capitalize;
}

.projects .box-container .box .content .info p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
}

.projects .box-container .box .content i {
  width: 7.5rem;
  font-size: 3rem;
  background: var(--yellow);
  color: var(--white);
  cursor: pointer;
  text-align: center;
  line-height: 7.5rem;
}



.pricing {
  background: var(--light-bg);
}

.pricing .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.pricing .box-container .box {
  background: var(--white);
  text-align: center;
  padding: 2rem;
  border: var(--border);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

.pricing .box-container .box img {
  width: 100%;
  margin-bottom: 2rem;
  background: var(--yellow);
  color: var(--black);
}

.pricing .box-container .box h2 {
  font-size: 2.5rem;
  color: var(--black);
  text-transform: capitalize;
  font-weight: normal;
}


.contact {
 background: var(--btn-color);
}

.contact .heading {
  color: var(--black);
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.contact .row .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  width: 100%;
}

.contact .row form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  background: var(--white);
  padding: 2rem;
}

.contact .row form h3 {
  font-size: 2.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.contact .row form .box {
  margin: .7rem 0;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: var(--border);
  font-size: 1.6rem;
  color: var(--light-color);
}

.contact .row form .box:focus {
  border-color: var(--yellow);
}

.contact .row form textarea {
  height: 15rem;
  resize: none;
}

.brands {
  background: var(--light-bg);
}


.logo-container {
  text-align: center;
}

.logo-container img {
  height: 10rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.footer {
  padding: 1rem 10%;
  text-align: center;
  flex-shrink: 0;
}

.footer .credit {
  font-size: 1.6rem;
  color: var(--yellow);
  text-transform: capitalize;
 }
.footer p{
  font-size: 1.6rem;
  color: var(--yellow);
  text-transform: capitalize;
  text-align: center;
  margin: 0;
 }



@media (max-width: 1200px) {
  .header {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  section {
    padding: 3rem 2rem;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: var(--border);
    border-bottom: var(--border);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    display: block;
    margin: 2rem;
    color: var(--black);
  }
  .header .menu {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .header .search-form {
    width: 90%;
  }
  .header .login-form {
    width: 90%;
  }
  .home .slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .slide .content {
    text-align: center;
  }
  .home .slide .content h3 {
    font-size: 3rem;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .about .row .content h3 {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */

/* New Custom style */
 .product-card {
  width: 300px;
  padding: 20px;
  /* border-radius: 12px; */
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  background: #fff;
  text-align: center;
  margin: 20px auto;
}

.product-image {
  overflow: hidden;

}

.product-image img {
  width: 100%;
  transition: transform 0.3s;
}

.product-image img:hover {
  transform: scale(1.1);
}

.product-title {
  margin: 16px 0 12px 0;
  font-size: 1.7rem;
  font-weight: 300;
}

.products-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
}

.product-alt {
  background: #fafbfc;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  overflow: hidden;
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s;
}

.product-alt:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}

.product-alt img {
  width: 100%;
  height: 220px;
  object-fit: contain; /* Показывает изображение полностью */
  background: #fff;
  display: block;
  margin: 0 auto;
  transition: transform 0.4s;
}

.product-alt:hover img {
  transform: scale(1.07);
}

.product-alt-info {
  padding: 18px 16px 24px 16px;
  width: 100%;
  text-align: center;
}

.product-alt-info h3 {
  font-size: 1.15rem;
  margin-bottom: 18px;
  color: #222;
  font-weight: 700;
}

.btn-alt {
  display: inline-block;
  padding: 10px 28px;
  background: #f7b32b;
  color: #fff;
  border-radius: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(247,179,43,0.10);
}

.btn-alt:hover {
  background: #e09e15;
  transform: translateY(-2px) scale(1.05);
}

.brands-section {
            max-width: 1000px;
            margin: 40px auto;
            padding: 32px 16px;
            background: #fff;
            box-shadow: 0 4px 24px rgba(0,0,0,0.10);
        }
        .brands-section h1 {
            text-align: center;
            font-size: 3rem;
            margin-bottom: 3rem;
            color: var(--black);
            letter-spacing: 1px;
        }
        .brands-list {
            display: flex;
            gap: 5px;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .brand-card {
            background: #fafbfc;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            width: 320px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 24px 18px 28px 18px;
            margin: 1rem;
            margin-bottom: 1.5rem;
            transition: box-shadow 0.3s;
            text-align: center;
        }
        .brand-card:hover {
            box-shadow: 0 8px 32px rgba(0,0,0,0.14);
        }
        .brand-card img {
            width: 100%;
            height: 180px;
            object-fit: contain;
            background: #fff;
        }
        .brand-card h2 {
            font-size: 2rem;
            margin: 1rem 0;
            color: #222;
            font-weight: 300;
        }
        .brand-card .brand-desc {
            font-size: 1.2rem;
            color: var(--black);
            min-height: 5rem;
        }
        .brand-card .brand-link {
            display: inline-block;
            padding: 8px 22px;
            background: #f7b32b;
            color: #fff;
            border-radius: 20px;
            font-weight: 600;
            text-decoration: none;
            transition: background 0.2s, transform 0.2s;
        }
        .brand-card .brand-link:hover {
            background: #e09e15;
            transform: translateY(-2px) scale(1.05);
        }
        @media (max-width: 800px) {
            .brands-list {
                flex-direction: column;
                align-items: center;
            }
            .brand-card {
                width: 90%;
            }
        }
/* About page custom style */
body {
            background: #f7f7f7;
            /* font-family: Arial, sans-serif; */
            margin: 0;
        }
        .about-section {
            max-width: 900px;
            margin: 40px auto;
            background: #fff;
            box-shadow: 0 4px 24px rgba(0,0,0,0.10);
            padding: 40px 28px 32px 28px;
        }
        .about-section h1 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 28px;
            color: #222;
            font-weight: 600;
            letter-spacing: 1px;
        }
        .about-section h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 28px;
            color: #222;
            font-weight: 600;
            letter-spacing: 1px;
        }
        .about-section .about-content {
            text-align: justify;
            font-size: 1.4rem;
            color: --var(--black);
            line-height: 1.7;
            
        }
        .about-section .about-content p {
          margin-bottom: 1.4rem;
          padding: 0 1.8rem;      
        }
        .about-section .about-list {
            margin: 0 0 24px 0;
            padding-left: 3.2rem;
            color: --var(--black);
        }
        .about-section .about-list li {
            margin-bottom: 10px;
            font-size: 1.4rem;
        }

        @media (max-width: 700px) {
            .about-section {
                padding: 18px 6px 18px 6px;
            }
        }

/* Oil page custom style */
body {
            background: #f7f7f7;
            /* font-family: Arial, sans-serif; */
            margin: 0;
        }
        .product-page-container {
            max-width: 900px;
            margin: 40px auto;
            background: #fff;
            box-shadow: 0 4px 24px rgba(0,0,0,0.10);
            display: flex;
            flex-wrap: wrap;
            padding: 32px;
            gap: 32px;
        }
        .product-page-img {
            flex: 1 1 320px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            min-width: 280px;
            min-height: 320px;
        }
        .product-page-img img {
            max-width: 100%;
            max-height: 340px;
            object-fit: contain;
            box-shadow: 0 2px 12px rgba(0,0,0,0.05);
        }
        .product-page-info {
            flex: 2 1 340px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .product-page-info h1 {
            font-size: 2.2rem;
            margin-bottom: 18px;
            color: #222;
        }

        .product-page-desc b {
          font-size: 1.4rem;
        }


        @media (max-width: 800px) {
            .product-page-container {
                flex-direction: column;
                padding: 18px;
            }
            .product-page-img, .product-page-info {
                min-width: 0;
            }
        }

           .error-404-container {
            min-height: 80vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .error-404-container h1 {
            font-size: 8rem;
            color: #e67e22;
        }
        .error-404-container p {
            font-size: 1.5rem;
            margin-bottom: 2rem;
        }
        .error-404-container a.btn {
            padding: 1rem 2.5rem;
            background: #e67e22;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1.2rem;
            transition: background 0.2s;
        }
        .error-404-container a.btn:hover {
            background: #b35400;
        }
        
        #formResult {
            color: black;
            font-size: 16px;
            
        }
        
        