.advantages .icon::after,
.copyright a {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
:root {
  --main-color: #353535;
  --hover-main-color: #c7c8c6;
  --main-color-2: #c7c8c6;
}
.highslide {
  position: relative !important;
}
.sertifikatlar {
  width: 100%;
  height: 100%;
}
.cert {
  position: relative;
  margin-bottom: 19px !important;
}
.cert::before {
  background-image: none !important;
  border-width: 23px !important;
  border-style: solid !important;
  border-color: #a5a4a4 #bebebe !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0 12px 28px 0, rgba(0, 0, 0, 0.1) 0 2px 4px 0,
    rgba(255, 255, 255, 0.05) 0 0 0 1px inset;
  position: absolute !important;
  content: "" !important;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: -1px;
  filter: grayscale(1) !important;
  z-index: 2 !important;
}
#newProjects-section,
.products,
.projects,
.projects-full-story,
.references,
.service-static-inner-page {
  padding: 60px 0;
}
.about-main {
  padding-block: 5rem 4rem;
  position: relative;
}
.about-main .about-main-container {
  position: relative;
  z-index: 1;
}
.about-main .about_holder {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: calc(60% - 1.5rem) calc(40% - 1.5rem);
}
.about-main .about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-main .about-img-box {
  height: fit-content;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 3px 10px;
  border-radius: 15px;
}
.about-main .about-img-box1 {
  top: -20%;
  left: 0;
  width: 22.39%;
  height: 170px;
}
.about-main .about-img-box2 {
  width: 100%;
  height: 500px;
}
.about-main .about-img-box3 {
  right: 0;
  width: 42.36%;
  height: 310px;
  top: 50%;
}
.about-main .about-subTitle {
  font-size: 0.9rem;
  padding-bottom: 1rem;
}
.about-main .about-title {
  font-size: 1.8rem;
}
.about-main .about-desc {
  font-size: 1rem;
  margin-block: 1rem 1.3rem;
}
.about-main .about-more-link {
  display: flex;
  font-size: 0.9rem;
  padding-block: 0.5rem;
  width: fit-content;
  color: #2f2f2f;
}
.about-main .about-more-link > img {
  margin-left: 0.6rem;
  height: 1.5rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-main .about-more-link:hover > img {
  margin-left: 1rem;
}
.about-main .about-info-box {
  padding-inline: 1rem;
}
.services-static,
.static-section-top {
  background: #f6f6f6;
}
.informations-static,
.products-static,
.services-static {
  background: #fff !important;
}
.certificates-static__content,
.product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.ob-cover img {
  object-fit: cover !important;
}
.product_grid img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.certificates-static__content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.section-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}
.section-title h2 {
  font-size: 22px;
}
.section-title a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-weight: 400;
  transition: 0.3s;
  position: relative;
  color: #000;
}
.menu-link:hover,
.swiper-slide__inner a {
  color: var(--main-color);
}
.section-title a:hover::after {
  width: 100%;
}
.section-title a:hover svg {
  transform: translateX(5px);
}
.section-title a svg {
  transition: 0.3s;
}
.section-title a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.menu-link,
.section-bottom .order-btn {
  font-size: 15px;
  -webkit-transition: 0.3s;
}
.section-top {
  padding: 10px 0;
  background-color: #f6f6f6;
}
.section-top__inner nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05);
}
.menu,
.nav-right,
.nav-right a,
.offcanvas-body {
  display: flex;
  align-items: center;
}
.menu {
  gap: 20px;
}
.nav-right {
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
.menu-item {
  position: relative;
  padding: 20px 0;
}
.menu-link {
  line-height: 13px;
  font-weight: 300;
  color: #323232;
  transition: 0.3s;
}
.menu-item:hover .menu-drop {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.menu-drop {
  position: absolute;
  visibility: hidden;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s;
  min-width: 220px;
  border-radius: 10px;
  opacity: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
#mobile_navbar,
.service-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.language-mobile {
  display: none !important;
}
.lang-list {
  display: flex;
}
.lang-list li.active {
  background-color: #353535;
}
.lang-list li:hover {
  background-color: #757575;
}
.lang-list li i {
  font-size: 18px;
}
.lang-list li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  transition: 0.5s;
}
.lang-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}
.section-bottom {
  padding: 15px 0;
  background-color: #fff;
  transition: padding 0.3s;
  text-align: end;
}
.section-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-bottom__inner-navbar {
  display: flex;
  gap: 20px;
}
.section-bottom__inner-navbar .menu-link {
  font-weight: 700;
  text-transform: uppercase;
}
.header-active {
  padding: 6px 0;
}
.section-bottom .order-btn img {
  object-fit: cover;
  width: 31px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.section-bottom .order-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  color: #fff;
  background-color: var(--main-color);
  transition: 0.3s;
  cursor: pointer;
}
.section-bottom .order-btn:hover {
  background: #757575;
}
.menu-btn-mobile {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e1e1e15e;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-btn-mobile__inner {
  width: 20px;
}
.menu-btn-mobile__inner .line:first-child {
  width: 90%;
}
.menu-btn-mobile__inner .line:last-child {
  width: 80%;
}
.menu-btn-mobile__inner .line {
  width: 100%;
  height: 2px;
  background-color: #323232;
  margin: 3px 0;
}
.offcanvas {
  background: #323232;
  color: #fff;
}
.offcanvas-header {
  justify-content: flex-end;
}
.btn-close-menu {
  cursor: pointer;
}
.mobile-menu .menu-item {
  margin: 20px 0;
  padding: 0;
}
.mobile-menu .menu-link {
  color: #fff;
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.custom-form input.effect,
.custom-form select.effect {
  height: 50px;
}
.custom-form .effect,
.projects-full-story__form .effect {
  width: 100%;
  border: 2px solid #e6ecf2;
  padding: 12px 20px;
  margin: 0 0 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.custom-form .btn-close {
  display: block;
  height: 20px;
  opacity: 0.5;
  position: absolute;
  right: 50px;
  top: 34px;
  width: 20px;
  z-index: 100;
  padding: 0;
  outline: transparent;
}
.advantages .icon,
.copyright,
.form-feedback-wrapper,
.left-feedback,
.products .card,
.projects .btn,
.service-item a,
.slider {
  position: relative;
}
.modal-backdrop {
  opacity: 0.8 !important;
}
.custom-form .btn-close:focus {
  box-shadow: none !important;
}
.custom-form .submit-btn:hover {
  background-color: #5f5f5f;
}
.custom-form .submit-btn,
.projects-full-story__form .submit-btn {
  background-color: var(--main-color);
  border: none;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 26px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.swiper-wrapper div {
  width: 100%;
  height: 400px;
  background-attachment: fixed !important;
}
.swiper-slide__inner {
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  color: #fff;
  padding-bottom: 40px;
}
.swiper-slide__inner h3 {
  margin-bottom: 10px;
  font-size: 36px;
}
.swiper-slide__inner p {
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
}
.swiper-slide__inner a {
  background: #d6d6d6;
  font-size: 16px;
  border-radius: 13px;
  text-decoration: none;
  width: 150px;
  padding: 14px;
  transition: 0.2s;
  text-align: center;
  text-transform: uppercase;
}
.swiper-slide__inner a:hover {
  background: #d6d6d6;
}
.slide-1 {
  background: url("../img/nareks slider 3.jpg") center/cover no-repeat;
}
.slide-2 {
  background: url("../img/nareks slider 4(1).jpeg") bottom/cover no-repeat;
}
.slide-3 {
  background: url("../img/knights bridge (1).jpg") center/cover no-repeat;
}
.swiper-button-next,
.swiper-button-prev {
  font-size: 24px;
  color: #333;
  width: 50px;
  height: 50px;
  background: #fff;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  position: absolute !important;
  z-index: 10 !important;
}
.slider:hover .swiper-button-next,
.slider:hover .swiper-button-prev {
  opacity: 0.5;
}
.swiper-button-prev {
  left: 30px;
}
.swiper-button-next {
  right: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #030116;
  background: linear-gradient(
    90deg,
    rgb(3 1 22 / 85%) 2%,
    rgb(9 9 9 / 21%) 51%,
    rgb(0 0 0 / 13%) 100%
  );
  z-index: 9;
  top: 0;
  left: 0;
}
.advantages {
  background-color: #f6f6f6;
  padding: 40px 0;
}
.advantages__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
.zoomIn {
  animation-name: zoomIn;
}
.animated {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}
.advantages .icon {
  display: block;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #5f89e4;
  font-weight: 400;
  width: 16px;
  height: 16px;
  box-shadow: 0 4px 16px 0 rgba(109, 98, 248, 0.3);
}
.advantages .d-flex:hover .icon::after {
  background: #000;
}
.advantages .icon::after {
  display: block;
  position: absolute;
  content: "";
  background: var(--main-color);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.services {
  padding: 60px 0 70px;
  background: #f6f6f6;
}
.services-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
.informations h2,
.products h2,
.projects h2,
.references h2,
.services h2 {
  color: #404040;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.informations .line,
.products .line,
.projects .line,
.references .line,
.services .line {
  width: 10%;
  background: #3d3d3d;
  height: 3px;
  text-align: center;
  margin: 0 auto 40px;
}
.service-item {
  width: 32%;
}
.service-item a {
  padding: 20px;
  display: block;
  background: #fff;
  box-shadow: 0 2px 2px rgba(222, 222, 222, 0.5);
  transition: box-shadow 0.3s;
  height: 100%;
}
.service-item h3 {
  text-align: center;
  color: #333;
  font-weight: 700;
  padding: 15px 0;
}
.service-item .img {
  width: 100%;
  height: 200px;
  margin-top: 50px;
}
.service-btn-more {
  position: absolute;
  background: #565656;
  color: #fff;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 15px;
  transition: 0.2s;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  text-align: center;
  border: none;
  width: 50%;
}
.service-btn {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  background: #353535bf;
  line-height: 18px;
  padding: 5px 12px;
  display: inline-block;
}
.service-icons img {
  height: auto;
  width: auto;
  margin-top: inherit;
}
.service-item__top {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}
.products .row {
  row-gap: 30px;
}
.products .card {
  height: 280px;
  background: 0 0;
  border: none;
  overflow: hidden;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.products .card:after,
.products .card:before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  transition: 0.3s ease-in-out;
  opacity: 0.99;
  z-index: 1;
}
.products .card:before {
  background: linear-gradient(to top, var(--main-color), rgba(43, 25, 25, 0.5));
  opacity: 0;
}
.products .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
}
.products .card .text {
  position: absolute;
  bottom: -18px;
  z-index: 2;
  color: #fff;
  word-wrap: break-word;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.products .card .text h3 {
  font-size: 16px;
}
.products .card .text p {
  font-size: 13px;
  color: #a99f94;
}
.products .card:after {
  background: linear-gradient(to top, #000000bf, rgba(43, 25, 25, 0));
  opacity: 1;
}
.products .card:hover:before {
  opacity: 1;
  transition: opacity 0.3s;
}
.products .card:hover .text {
  bottom: 15px;
  transition: 0.3s ease-in-out;
}
.products .card:hover:after {
  opacity: 0;
  transition: opacity 0.3s;
}
.products-static-inner-page {
  background: #fff;
  padding: 30px 0 45px;
}
.products-static-inner-page__sidebar {
  display: flex;
  flex-direction: column;
  background: #f5f0f0;
  gap: 30px;
  padding: 40px 50px 50px;
}
.full-story-content img,
.products-static-inner-page__sidebar a:hover:before {
  width: 100%;
}
.footer-bottom ul li a:hover,
.footer-main a,
.footer-main ul li a:hover,
.footer-socials a:hover i,
.products-static-inner-page__sidebar .others__products a:hover {
  color: #fff;
}
.products-static-inner-page__sidebar a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  background: var(--main-color);
}
.products-static-inner-page__sidebar h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 25px;
  border-bottom: 2px solid var(--main-color);
  width: 100%;
  text-align: center;
}
.products-static-inner-page__sidebar .others__products {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.products-static-inner-page__sidebar .others__products a {
  background: #fff;
  position: relative;
  display: block;
  font-size: 16px;
  color: #706767;
  line-height: 26px;
  font-weight: 600;
  padding: 9px 30px;
  transition: 0.5s;
  z-index: 1;
}
.products-static-inner-page__product-info {
  padding-top: 30px;
}
.products-static-inner-page__product-info .img-block {
  margin: auto;
  max-width: 550px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  background: url(https://nareks.panel.az/uploads/posts/2023-12/medium/1703664313_product2.jpg)
    center/cover;
}
.products-static-inner-page__product-info .full-text {
  margin-top: 30px;
  padding-left: 20px;
}
.products-static-inner-page__product-info h2 {
  font-weight: 900;
  font-size: 34px;
}
.products-static-inner-page__product-info p {
  color: #716868;
  font-weight: 400;
  line-height: 25px;
  overflow-wrap: break-word;
  font-size: 18px;
}
.projects-full-story h3 {
  font-size: 36px;
}
.projects-full-story .project-right h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
.projects-full-story p {
  padding: 24px 0;
  font-size: 18px;
  line-height: 24px;
}
.projects-full-story .projects-left {
  display: flex;
  flex-direction: column;
}
.projects-full-story .fotorama {
  margin-top: 20px;
}
.projects-full-story__form {
  padding: 32px 24px;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-radius: 28px;
  box-shadow: 0 3px 25px rgba(0, 30, 69, 0.2);
}
.project-static-inner-page {
  background: #f6f6f6;
  padding-bottom: 45px;
}
.project-static-inner-page .full-text {
  border-radius: 33px;
  background: #fff;
  padding: 30px 50px;
}
.project-static-inner-page .fotorama,
.project-static-inner-page .fotorama__stage__frame {
  border-radius: 30px;
}
.projects-static .projects-box-wrapper {
  padding: 30px !important;
}
.about-img-link img,
.projects-static .project-box {
  margin: 0 !important;
}
.projects-static .project-box .card-body {
  margin-bottom: 20px !important;
}
.projects-cat,
.projects-cat-main {
  padding-top: 0 !important;
}
.projects-cat-main .projects__inner {
  display: flex;
  gap: 30px;
}
.projects-cat .projects__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.projects .btn:hover::before,
.projects-cat .projects__inner .swiper-slide {
  width: 100%;
}
.category-xidmet .swiper-slide span {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  font-size: 18px !important;
  width: 230px;
}
.projects__inner {
  background: #363435;
  border-radius: 32px;
  padding: 30px;
}
.projects p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.projects .btn {
  cursor: pointer;
  padding: 1rem 4rem;
  border: 0;
  background-color: #ad332f;
  color: #fff;
  box-shadow: 0 5px 0 0 #3c1311;
  transition: 0.9s ease-in-out;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 2rem;
  margin-left: auto;
  width: 300px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.projects .btn:hover {
  box-shadow: 0 5px 0 0 #960400;
  background-color: #960400;
}
.projects .btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 5px 0 0 rgb(0 0 0);
  width: 0;
  height: 10px;
  transition: 0.9s ease-in-out;
}
.projects .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 420px;
  border-radius: 24px;
  cursor: pointer;
}
.projects .swiper-slide span {
  position: absolute;
  z-index: 5;
  color: #000;
  background: #fff;
  top: 25px;
  left: 15px;
  padding: 8px 16px;
  border-radius: 36px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  max-width: 80%;
}
.projects .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.projects .swiper-text {
  position: absolute;
  color: #fff;
  bottom: 25px;
  padding: 0 15px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  z-index: 6;
}
.projects .swiper-text h2 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}
.projects .project-btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: var(--main-color);
  color: #fff;
  z-index: 7;
  border-radius: 16px;
  font-size: 16px;
  transition: 0.4s;
  font-weight: 600;
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects .swiper-slide::after {
  background: linear-gradient(180deg, transparent, #00000080);
  bottom: 0;
  content: "";
  display: block;
  height: 190px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 23px;
  transition: 0.4s;
  z-index: 5;
}
.projects .swiper-slide .project-btn {
  border-radius: 12px;
}
.projects .swiper-slide:hover .project-btn {
  visibility: visible;
  opacity: 1;
}
.projects .swiper-slide:hover::after {
  background: #00000045;
  top: 0;
  height: 100%;
}
.projects .swiper-slide:hover span {
  z-index: 4;
}
.projects .swiper-slide:hover .swiper-text {
  visibility: hidden;
  opacity: 0;
}
.swiper-pagination-projects {
  display: flex;
  padding-top: 1rem;
}
.swiper-pagination-projects .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  height: 10px !important;
  width: 100% !important;
  display: inline-block !important;
}
.swiper-pagination-projects
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color) !important;
}
#feedback,
#map-section,
.blog-static-inner-page {
  padding: 40px 0;
}
.blog-static-inner-page .blog-img {
  max-width: 650px;
  max-height: 650px;
  height: 100%;
  width: 100%;
  float: left;
  margin-right: 20px;
}
.blog-static-inner-page__content::after {
  content: "";
  clear: both;
  display: table;
}
.about-static-text img,
.blog-static-inner-page__content p img {
  display: none;
}
.blog-static-inner-page .blog-img img {
  width: 100%;
  border-radius: 20px;
  height: auto;
  object-fit: cover;
}
.blog-static-inner-page h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.about-img-link {
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .projects .right-side .all-category-wrapper {
    width: 320px;
  }
  .projects .right-side {
    top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .projects .right-side .all-category-wrapper {
    width: 320px;
  }
  .projects .right-side {
    top: 30px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .projects .projects-box-wrapper {
    padding: 0 22% 40px 7%;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1200px) {
  .projects .projects-box-wrapper {
    padding: 0 27.7% 40px 8.5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1060px) {
  .projects .projects-box-wrapper {
    padding: 0 33.7% 40px 8.5%;
  }
}
@media screen and (max-width: 992px) {
  .lang-desktop,
  .menu,
  .section-bottom__inner-navbar {
    display: none;
  }
  .footerlogos,
  .menu-btn-mobile {
    display: flex;
  }
  .nav-right {
    width: inherit;
  }
  .products .card:before {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .products .card .text {
    bottom: 15px;
    transition: 0.3s ease-in-out;
  }
  .products .card:after {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .projects .right-side .all-category-wrapper {
    height: 320px;
    width: 100%;
  }
  .projects .right-side {
    left: inherit;
    position: inherit;
    z-index: inherit;
    top: inherit;
    transform: inherit;
    height: inherit;
  }
  .footer-main .row,
  .projects-cat .projects__inner,
  .projects-cat-main .projects__inner {
    flex-direction: column;
  }
  .projects-cat .projects__inner .swiper-slide {
    width: 100%;
  }
  .category-xidmet .swiper-slide span {
    width: 200px;
    font-size: 15px !important;
  }
  .projects .swiper-slide:hover .project-btn {
    visibility: visible;
    opacity: 1;
  }
  .bottomlinks,
  .footer-bottom ul,
  .footerlogos {
    justify-content: space-between;
  }
  footer .links ul li a {
    text-align: left;
  }
  .footer-item-1,
  .footer-item-3,
  .footer-main .row .footer-item,
  footer .navbar-nav1 a {
    text-align: left !important;
  }
  .help .links a,
  footer .help .headtxt {
    text-align: right;
  }
  .copyright {
    justify-content: center;
    text-align: center;
    padding-top: 40px;
  }
  .footersocial-desktop {
    display: none !important;
  }
  .footersocial-mobile {
    display: flex !important;
  }
  .about-imgs,
  .certificates-static__content {
    grid-template-columns: auto auto;
  }
  .about-imgs img {
    height: 250px;
  }
  .products-static-inner-page__content {
    flex-direction: column;
    align-items: center;
  }
  .products-static-inner-page__content-text {
    padding: 20px;
  }
  .products-static-inner-page {
    padding-bottom: 30px;
  }
  .static-section-top h2 {
    font-size: 20px !important;
  }
  .breadcrumb {
    padding: 30px 0 !important;
  }
  .blog-static-inner-page h2 {
    margin-bottom: 0;
  }
  .blog-static-inner-page__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .informations-inner {
    flex-direction: column;
    gap: 30px;
  }
  .informations-inner article {
    width: 100% !important;
  }
  #products .right-side,
  .projects .projects-box-wrapper {
    padding: 55px 55px 40px;
  }
  .about-main {
    margin: 0;
  }
  .about-main .about-info-box {
    padding-top: 50px;
  }
  .about-main .about-img-box1 {
    width: 42.39%;
    height: 200px;
  }
  .about-main .about-img-box2 {
    height: 350px;
  }
  .about-main .about-img-box3 {
    right: 6%;
    width: 41.36%;
    height: 200px;
    top: 63%;
  }
  .about-main .about_holder {
    grid-template-columns: 1fr;
  }
}
.footer-main .row .footer-item ul,
.modal .infomy {
  text-align: left;
}
.references .swiper .swiper-wrapper div {
  height: 150px;
}
.references h2 {
  margin-bottom: 12px;
}
.references .partbox,
.references-static__inner .partbox {
  border: 1px solid #e4e4e4;
  padding: 20px;
  border-radius: 3px;
  height: 170px;
  background: #fff;
}
.partbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.references-static__inner {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
  padding-bottom: 50px;
}
.references-static__inner .swiper-slide {
  max-width: 240px;
  flex-wrap: wrap;
  gap: 20px;
}
.onfooter {
  background: linear-gradient(
    45deg,
    var(--main-color),
    var(--hover-main-color)
  );
  padding: 40px 0;
}
.onfooter .start {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onfooter h2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 22px;
  margin: auto;
  text-align: center;
}
.feedback_contact-info a,
.footer-main ul li,
.footer-numbers a,
.footer-top {
  margin-bottom: 10px;
}
.onfooter-btn {
  width: 220px;
  padding: 15px 20px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #2d3640;
  border: 1px solid #fff;
  transition: 0.3s;
}
.onfooter-btn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.modal-content {
  border-radius: 8px;
  padding: 30px 40px 70px;
}
.modal-title {
  color: #212122;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.66667;
}
.modal-content .close {
  font-size: 20px;
  font-weight: 200;
  outline: 0;
}
.modal #myFrame {
  width: 100%;
  height: 290px;
}
.modal .infomy {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 11px;
  color: #212121;
}
.modal input[type="email"],
.modal input[type="tel"],
.modal input[type="text"],
.modal select,
.modal textarea {
  font-size: 15px;
  line-height: 1.3;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 56px;
  padding: 0 15px;
  border-radius: 6px;
  color: #212121;
  border: 1px solid #d7dde3;
  background-color: #fcfcfc;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.btn-feedback-wrapper button,
.footer-socials a:hover,
.modal .button input,
footer {
  background: var(--main-color);
}
.modal input[type="email"]:focus,
.modal input[type="tel"]:focus,
.modal input[type="text"]:focus,
.modal select:focus,
.modal textarea:focus {
  border: 2px solid #d7f1be;
  outline: 0;
}
.modal input[type="email"]:focus,
.modal input[type="tel"]:focus,
.modal input[type="text"]:focus {
  border-color: #00a0eb !important;
  background: #fff;
}
.modal .button input {
  cursor: pointer;
  color: #fff !important;
  border-radius: 8px;
  box-shadow: 0 20px 53px -20px var(--main-color) !important;
  height: 56px;
  line-height: 56px;
  transition: 0.3s ease-in-out;
  padding: 0 26px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.modal .button input:hover {
  background: #912c2c;
  color: #fff;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
}
.modal .infomy span {
  color: red;
}
.modal button.btn-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #a5a5a5;
}
.modal .btn-close:focus {
  outline: 0;
  box-shadow: none !important;
}
footer {
  padding: 40px 0 30px;
}
footer .logo {
  width: 130px;
}
.footer-main ul {
  display: inline-block;
}
.footer-main .row .footer-item,
.footer-numbers ul li {
  text-align: right;
}
.footer-main ul li a,
.footer-numbers .email span {
  color: #bdc6cf;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-socials {
  display: flex;
  gap: 15px;
}
.footer-socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.footer-socials a i {
  color: #000;
}
.footer-numbers a {
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-align: end;
  transition: 0.1s ease-in-out;
}
.footer-numbers a:hover {
  color: var(--main-color) !important;
}
.footer-numbers i {
  font-size: 17px;
  color: var(--main-color);
}
.footer-numbers ul li a {
  font-size: 17px !important;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.copyright,
.footer-bottom ul li a {
  font-size: 13px;
  color: #bdc6cf;
}
.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom ul li {
  margin-right: 25px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.breadcrumb,
.copyright a {
  align-items: center;
  display: flex;
}
.copyright a {
  position: absolute;
  color: #bdc6cf;
}
.oklogo {
  width: 100px;
}
.breadcrumb {
  padding: 40px 0 !important;
  margin: 0 !important;
  justify-content: space-between;
  background: #f6f6f6;
}
.breadcrumb h2 {
  font-weight: 700;
  font-size: 25px;
  color: #231f27;
}
.breadcrumb .text-right {
  color: #a7a9b2;
  font-weight: 200;
  font-size: 14px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.breadcrumb .text-right a {
  color: #a7a9b2;
  transition: 0.2s ease-in-out;
  font-weight: 200;
  display: inline-block;
}
.feedback-title {
  margin-bottom: 40px;
}
.feedback-title h3 {
  font-size: 35px;
  font-weight: 500;
  color: var(--white);
}
.feedback_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
  box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
}
.left-feedback {
  width: 100%;
  flex: 0 0 auto;
  padding: 0 12px;
  background: url("/img/contact-image.webp") center/cover;
}
.left-feedback__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.left_feedback_content {
  padding: 25px;
  border-radius: 4px;
  background-color: var(--feedback-content);
}
.feedback_contact-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  position: relative;
  z-index: 10;
}
.feedback_contact-info h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.feedback_contact-info a,
.feedback_contact-info p {
  display: block;
  font-size: 16px;
  width: fit-content;
  position: relative;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.feedback_contact-info a:after {
  width: 100%;
  bottom: -8px;
  left: 0;
  position: absolute;
  content: "";
  height: 1px;
  border-radius: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.feedback_contact-info a:hover::after {
  width: 0;
}
.right-feedback {
  width: 100%;
  flex: 0 0 auto;
  padding: 0 12px;
}
.right-feedback-wrapper-title {
  margin-bottom: 20px;
}
.right-feedback-wrapper-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
}
.right-feedback-wrapper {
  padding: 20px;
}
.form-feedback-wrapper-input,
.form-feedback-wrapper-textarea {
  font-size: 14px !important;
  outline: 0;
  background: 0 0;
  padding: 10px;
  line-height: 44px;
  width: 100%;
  transition: 0.3s;
}
.right-feedback-wrapper .row {
  row-gap: 20px;
}
.form-feedback-wrapper-textarea {
  border: none;
  border-bottom: 1px solid #bab9ba;
  border-radius: 0;
  height: 150px;
  max-height: 200px;
  resize: vertical;
}
.form-feedback-wrapper-input:focus,
.form-feedback-wrapper-input:valid {
  border-color: var(--white);
}
.form-feedback-wrapper-textarea:focus + .form-feedback-wrapper-label,
.form-feedback-wrapper-textarea:valid + .form-feedback-wrapper-label {
  top: 0;
  left: 0;
}
.form-feedback-wrapper-input:focus + .form-feedback-wrapper-label,
.form-feedback-wrapper-input:valid + .form-feedback-wrapper-label {
  top: -15px;
  left: 0;
}
.form-feedback-wrapper-input {
  border: none;
  border-bottom: 1px solid #bab9ba;
  border-radius: 0;
  height: 44px;
}
#map,
.about-img {
  height: 400px;
}
.form-feedback-wrapper-label {
  color: var(--white);
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 10;
  transition: 0.3s;
}
.btn-feedback-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btn-feedback-wrapper button {
  margin-top: 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 8px;
  height: 56px;
  line-height: 56px;
  transition: 0.3s ease-in-out;
  padding: 0 70px;
  font-size: 15px;
  box-shadow: 0 0 0 18px transparent;
  font-weight: 500;
  border: none;
}
.about-content p,
.about-static-text img {
  max-width: 830px;
  margin: auto;
}
.btn-feedback-wrapper button:hover {
  box-shadow: none;
}
#map .ymaps-2-1-79-image {
  left: -11px !important;
  top: -38px !important;
  width: 34px !important;
  height: 41px !important;
  opacity: 1 !important;
  background-position: 0 0 !important;
  background-size: 34px 41px !important;
}
.about {
  padding: 50px 0;
}
.about-content {
  background-color: #fff;
  padding: 60px 45px;
  border-radius: 0.25rem;
  position: relative;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.about-img {
  max-width: 900px;
  border-radius: 15px;
  margin: 0 auto 25px;
}
.about-imgs {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 830px;
  margin: 30px auto auto;
  flex-wrap: wrap;
}
.about-imgs a {
  display: block;
  max-width: 300px;
  width: 100%;
}
.about-imgs img {
  width: 100%;
  max-width: 300px;
  object-fit: cover;
  height: 200px;
  border-radius: 10px;
}
.service-static-inner-page .service-img {
  width: 50%;
}
.service-static-inner-page .service-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  float: left;
  margin-right: 20px;
}
.service-static-inner-page-content:after {
  content: "";
  display: table;
  clear: both;
}
.service-static-inner-page .service-text h2 {
  font-size: 32px;
}
.informations {
  padding: 60px 0;
  background-color: #f6f6f6;
}
.informations .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.informations .title h2 {
  text-align: left;
  margin: 0;
}
.informations .title a {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
}
.informations .title a:hover svg {
  right: -10px;
}
.informations .title svg {
  transition: 0.3s;
  position: absolute;
  right: 0;
}
.informations-inner {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.informations-inner article {
  cursor: pointer;
  width: 31%;
  min-width: 31%;
}
.informations-inner article:hover img {
  transform: scale(1.02);
  box-shadow: rgba(100, 100, 111, 0.4) 0 7px 29px 0;
}
.informations-inner article img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.3s;
}
.informations-inner article p {
  font-size: 18px;
  font-weight: 700;
  color: #2f313f;
}
.informations-inner article span {
  font-size: 12px;
  color: #2f313f;
  margin: 10px 0;
}
@media only screen and (max-width: 1200px) {
  .menu-link {
    font-size: 13px;
  }
  .project h5 {
    font-size: 1.4rem !important;
  }
  .contact-info-item {
    font-size: 14px;
  }
  .contact-info h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 20px;
  }
  .services {
    padding: 40px 0 50px;
  }
  .informations,
  .products,
  .projects,
  .references {
    padding: 40px 0;
  }
  .language-mobile {
    display: flex !important;
  }
  .section-bottom__inner {
    justify-content: space-between;
  }
  .section-bottom .order-btn {
    font-size: 12px;
  }
  .lang-list li {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .lang-list li a {
    font-size: 10px;
  }
  .logo {
    width: 170px;
    height: auto;
  }
  .blog-static-inner-page h2,
  .service-static-inner-page .service-text h2,
  .swiper-slide__inner h3 {
    font-size: 22px;
  }
  .swiper-slide__inner a {
    padding: 10px;
    font-size: 15px;
  }
  .breadcrumb {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumb .text-right {
    margin-top: 5px;
    justify-content: flex-start;
  }
  .advantages__inner {
    flex-direction: column;
    gap: 15px;
  }
  .products .row {
    row-gap: 30px;
  }
  .services-inner {
    flex-direction: column;
    row-gap: 20px;
  }
  .service-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .onfooter-btn,
  .projects .btn {
    font-size: 15px;
    width: 200px;
  }
  .projects .right-side .all-category-wrapper .link-btn {
    position: relative;
    display: block;
    top: 0;
    left: 0;
  }
  .products-static-inner-page__product-info p,
  .projects .text-wrap p,
  .projects p {
    font-size: 16px;
  }
  .projects .right-side .all-category-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding: 30px;
    gap: 20px;
    justify-content: center;
  }
  .projects .text-wrap h3 {
    font-size: 30px;
  }
  .onfooter .btn,
  .projects .text-wrap a {
    font-size: 14px;
  }
  .projects .btn {
    padding: 1rem;
  }
  .projects .swiper-slide .project-btn {
    visibility: visible;
    opacity: 1;
  }
  .onfooter h2 {
    font-size: 24px;
  }
  .onfooter .btn {
    width: inherit;
  }
  footer .contact .nav-link {
    text-align: center;
  }
  footer .links ul li a {
    text-align: right;
  }
  footer .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .copyright {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .copyright a {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .footer-numbers ul li a {
    font-size: 13px !important;
  }
  .certificates-static__content {
    grid-template-columns: auto;
  }
  .project-static-inner-page .full-text {
    margin-top: 20px;
  }
  .projects-full-story {
    padding: 30px 0;
  }
  .products-static-inner-page__product-info h2 {
    font-size: 25px;
  }
  .blog-static-inner-page p,
  .service-static-inner-page .service-text p {
    font-size: 15px;
  }
  .service-static-inner-page .service-img {
    width: 100%;
  }
  .service-static-inner-page .service-img img {
    float: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-img {
    height: 300px;
  }
  .about-content {
    padding: 35px 15px;
  }
  .about-imgs {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 580px) {
  .service-item img {
    height: auto;
  }
  .projects .projects-box-wrapper {
    padding: 0 35px 35px;
  }
  .projects .project-box {
    margin: 10px 0;
  }
  .about-imgs {
    grid-template-columns: auto;
  }
  .about-imgs img {
    height: 250px;
    max-width: 100%;
  }
  .help .links a,
  footer .help .headtxt {
    text-align: left;
  }
  .copyright {
    flex-direction: column;
  }
}
.footerWrapper {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 20px;
}
.certificateWrapper,
.productWrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 576px) {
  .certificateWrapper,
  .productWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .footerWrapper {
    grid-template-columns: 5fr 5fr 2fr;
  }
}
@media screen and (min-width: 992px) {
  .left-feedback {
    width: 40%;
  }
  .left_feedback_content {
    padding: 45px;
  }
  .right-feedback {
    width: 60%;
  }
  .feedback-title {
    margin-bottom: 20px;
  }
  .certificateWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .productWrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
#mobile_navbar.active_navbar,
.all_sidebar {
  display: block;
}
#mobile_navbar {
  max-width: 400px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #212529;
  z-index: 999;
  padding: 20px;
  transition: 0.3s ease-in-out;
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  display: none;
}
#mobile_navbar::-webkit-scrollbar {
  width: 5px;
}
#mobile_navbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
#mobile_navbar::-webkit-scrollbar-thumb {
  width: 3px;
  height: auto;
  background-color: #ddd;
  border-radius: 4px;
}
.cancel_button {
  background: 0 0;
  border: none;
  position: absolute;
  right: 10px;
  top: 20px;
}
.cancel_button #cancel {
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
.mobile-menu {
  padding-top: 50px;
}
.cancel_button svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
header .overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 997;
  display: none;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.gap-2 {
  gap: 8px;
}
.about-static-text ul,.about-static-text ol{
padding-left:20px;
margin:10px 0;
}
.about-static-text :is(h1,h2,h3,h4,h5,h6){
margin:10px 0;
}
.about-static-text ul li{
list-style:disc !important;
}
.about-static-text ol li{
list-style:decimal!important;
}

.about-static-text h1{
font-size:28px;
}

.about-static-text h2{
font-size:24px;
}
.about-static-text h3{
font-size:20px;
}

.about-static-text :is(h4,h5,h6){
font-size:16px;
}