﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #2D2D2D;
}

body {
  margin: 0px;
  padding: 0px;
  background: #F6F6F6;
}

body.abs-header {
  background: #FFF;
}

a {
  text-decoration: none;
}

section {
  margin: 80px 0px;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin: 0px auto;
  padding: 0px 15px;
}

.btn {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #08316C;
  border: 1px solid #08316C;
  padding: 14px 24px;
  width: max-content;
  cursor: pointer;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease;
}

.btn:hover {
  background: #FFF;
  color: #08316C;
}

.btn.center {
  margin: 0px auto;
}

.btn.btn-sec {
  position: relative;
  display: inline-block;
  padding: 15px 60px 15px 15px;
  border: none;
  border-left: 2px solid #08316C;
  background: #F4F4F4;
  color: #2D2D2D;
}

.btn.btn-sec::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #08316C;
  border-right: 2px solid #08316C;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.btn.btn-sec:hover {
  background: #EDEDED;
  color: #2D2D2D;
}

.w100 {
  width: 100%;
}

h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 48px;
}

h2 {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2D2D2D;
}


/* header */

.abs-header header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
}

.abs-header header .logo-w {
  display: block;
}

.abs-header header .logo-b {
  display: none;
}

.abs-header header .main-phone,
.abs-header header .btn,
.abs-header header .main-menu li a {
  color: #FFF;
}

.abs-header header .btn {
  border-color: #FFF;
  background: transparent;
  color: #FFF;
}

.abs-header header .main-menu li {
  width: 100%;
  border-top: 1px solid #FFFFFF8A;
}

header .top {
  display: grid;
  grid-template-columns: 5.5fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 20px 0px;
}

.logo {
  width: 190px;
  height: auto;
}

.logo img {
  width: 100%;
}

.logo-w {
  display: none;
}

.main-phone {
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
}

header .btn {
  border-color: #2D2D2D;
  background: transparent;
  color: #2D2D2D;
}

header .btn:hover {
  border-color: #08336E;
  background: #08336E;
  color: #FFF;
}

.main-menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  gap: 20px;
}

.main-menu li {
  width: 100%;
  border-top: 1px solid #2D2D2D66;
  transition: all 0.2s ease;
}

.main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  width: 100%;
  padding: 10px 0px;
  transition: all 0.2s ease;
}

.main-menu li:hover {
  border-color: #08336E;
  background: #08336E;
}

.main-menu li:hover a {
  color: #FFF;
  padding-left: 20px;
}

.main-menu li.current-menu-item {
  border-color: #08336E;
  background: #08336E;
}

.main-menu li.current-menu-item a {
  color: #FFF;
  padding-left: 20px;
}


/* breadcrumbs */

.breadcrumbs-sec {
  margin: 30px 0px 60px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.breadcrumbs a,
.breadcrumbs p,
.breadcrumbs span {
  margin: 0px;
}

.breadcrumbs a {
  color: #8D8D8D;
}

.breadcrumbs p,
.breadcrumbs span {
  color: #2D2D2D;
}


/* main-banner */

.main-sec {
  margin-top: 0px;
  height: 100vh;
  background: url("../images/main-banner.jpg") center no-repeat;
  background-size: cover;
}

.main-sec .container {
  height: 100%;
}

.main-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  height: 100%;
}

.main-banner .left {
  padding-bottom: 60px;
}

.main-banner .left .info {
  margin-bottom: 100px;
}

.main-banner h1,
.main-banner .desc {
  color: #FFF;
}

.main-banner .desc {
  font-size: 20px;
  font-weight: 600;
  max-width: 450px;
}

.banner-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.banner-links .item {
  position: relative;
  background: #F0F0F0;
  padding: 20px;
  background-image: repeating-linear-gradient(45deg,
      rgba(10, 74, 155, 0.04) 0px,
      rgba(10, 74, 155, 0.04) 2px,
      transparent 2px,
      transparent 8px);
  background-size: 8px;
}

.banner-links .item:hover {
  background: #08336E;
}

.banner-links .item:hover span,
.banner-links .item:hover .title {
  color: #FFF;
}

.banner-links .item::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url("../images/icons/blue-arrow.svg") center no-repeat;
  background-size: contain;
  z-index: 1;
}

.banner-links span,
.banner-links .title {
  font-size: 16px;
  font-weight: 600;
}

.banner-links span {
  color: #2D2D2D;
}

.banner-links .title {
  color: #091D3A;
  margin-bottom: 0px;
}

.main-banner .right {
  display: grid;
}

.main-banner .main-man {
  width: 370px;
}


/* directions-sec */

.directions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.direction-item {
  display: block;
  background: #F3F4F6;
  border-top: 1px solid #08316C;
  transition: all 0.2s ease;
}

.direction-item .icon-wrap {
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #F6F6F6;
  background-image: repeating-linear-gradient(45deg,
      rgba(10, 74, 155, 0.04) 0px,
      rgba(10, 74, 155, 0.04) 2px,
      transparent 2px,
      transparent 8px);
  border-bottom: 1px solid #08316C;
}

.direction-item .icon-wrap img {
  width: 180px;
  height: 80px;
  object-fit: contain;
}

.direction-item .text-wrap {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 15px;
  padding: 15px 20px;
  align-items: start;
}

.direction-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #8D8D8D;
}

.direction-item .title {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #2D2D2D;
}

.direction-item:hover {
  box-shadow: 0px 10px 30px rgba(8, 49, 108, 0.08);
  transform: translateY(-4px);
}


/* catalog-sec */

.catalog-sec.main-page {
  padding: 80px 0px;
  background: #F4F4F4;
  margin-bottom: 0px;
}

.sec-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec-top h2 {
  margin: 0px;
}

.more-link {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2D2D2D;
}

.more-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #2D2D2D;
  border-right: 1px solid #2D2D2D;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.catalog-item {
  display: grid;
  align-content: space-between;
  padding: 15px;
  background: #FFF;
  transition: all 0.2s ease;
}

.catalog-item:hover {
  box-shadow: 0px 10px 30px rgba(8, 49, 108, 0.08);
  transform: translateY(-4px);
}

.catalog-item .img-wrap {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  border-bottom: 1px dotted #08316C;
}

.catalog-item .img-wrap img {
  width: 100%;
  max-width: 240px;
  height: 150px;
  object-fit: contain;
}

.catalog-item .item-info {
  padding-top: 15px;
}

.catalog-item .title {
  margin: 0px 0px 10px;
  min-height: 40px;
  font-weight: 500;
  color: #2D2D2D;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  margin-top: 60px;
}

.page-link,
.page-arrow,
.page-dots {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}

.page-link {
  color: #2D2D2D;
  transition: all 0.2s ease;
}

.page-link.active {
  background: #08316C;
  color: #FFF;
}

.page-link:hover {
  background: #08326cdd;
  color: #FFF;
}

.page-arrow {
  position: relative;
  transition: all 0.2s ease;
}

.page-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #08316C;
  border-right: 2px solid #08316C;
  position: absolute;
  top: 50%;
  left: 50%;
}

.page-arrow:hover {
  background: #08326cdd;
}

.page-arrow:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.page-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.page-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}


/* cou-sec */

.cou-sec {
  margin: 0px;
}

.cou-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #FFF;
  align-items: center;
}

.cou-wrap:first-child .left {
  padding-right: 40px;
}

.service-wrap .right {
  padding-left: 40px;
}

.cou-wrap h2 {
  margin: 0px 0px 40px;
}

.cou-wrap .desc {
  margin: 0px 0px 20px;
}

.cou-wrap .note {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #414141;
  background-color: #F8F8F8;
  background-image: repeating-linear-gradient(45deg,
      rgba(10, 74, 155, 0.03) 0px,
      rgba(10, 74, 155, 0.03) 2px,
      transparent 2px,
      transparent 8px);
}

.cou-wrap .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-wrap .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cou-wrap .btn-sec {
  margin-top: 60px;
}


/* about-sec */

.about-sec {
  margin-bottom: 0px;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-wrap .left {
  padding-right: 80px;
}

.about-wrap h2 {
  margin: 0px 0px 40px;
  font-size: 32px;
}

.about-wrap .desc {
  max-width: 500px;
  margin: 0px 0px 40px;
  line-height: 130%;
}

.about-wrap .mission {
  max-width: 510px;
  margin-bottom: 60px;
  padding: 15px;
  background: #96c2ff11;
  background-image: repeating-linear-gradient(45deg,
      rgba(10, 74, 155, 0.03) 0px,
      rgba(10, 74, 155, 0.03) 2px,
      transparent 2px,
      transparent 8px);
}

.about-wrap .mission .title {
  margin: 0px 0px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: lowercase;
}

.about-wrap .mission .text {
  margin: 0px;
}

.about-wrap .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* partners-sec */

.partners-sec {
  margin-bottom: 0px;
  padding: 80px 0px;
  background: #FFF;
}

.partners-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 20px;
  align-items: stretch;
}

.partners-card {
  display: grid;
  align-content: start;
  gap: 30px;
  min-width: 0;
  padding: 30px;
  background: #F7F7F7;
}

.partners-main {
  border-left: 2px solid #08316C;
}

.distributor-card {
  color: #FFF;
  background: #183F7A;
}

.distributor-card .partners-card-head p {
  color: #FFF;
}

.partners-card-head {
  display: grid;
  gap: 15px;
}

.partners-card-head span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #08316C;
}

.distributor-card .partners-card-head span {
  color: #FFC928;
}

.partners-card-head p {
  max-width: 700px;
  margin: 0px;
  font-weight: 500;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
  gap: 16px;
}

.partner-logo,
.distributor-logo {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  color: #08316C;
  background: #FFF;
}

.partner-logo {
  border-bottom: 1px solid #7B95BA;
}

.partner-logo span {
  overflow-wrap: anywhere;
}

.distributor-logo {
  min-height: 160px;
  font-size: 36px;
  color: #183F7A;
}

.partner-logo img,
.distributor-logo img {
  width: 100%;
  max-width: 180px;
  height: 68px;
  display: block;
  object-fit: contain;
}

.distributor-logo img {
  max-width: 260px;
  height: 110px;
}

.partners-list {
  display: grid;
  gap: 16px;
}

.partners-list p,
.distributor-text {
  margin: 0px;
}

.partners-list strong {
  color: #08316C;
}

.distributor-text {
  color: #FFF;
}

/* clients-sec */

.clients-sec {
  margin: 0px;
  padding: 80px 0px;
  background: #F4F4F4;
}

.clients-sec .sec-top {
  margin-bottom: 40px;
}

.slider-arrows {
  display: flex;
  gap: 20px;
}

.slider-arrows .arrow {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.slider-arrows .arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #08316C;
  border-right: 2px solid #08316C;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slider-arrows .arrow-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.slider-arrows .arrow-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}

.clients-slider {
  overflow: hidden;
}

.clients-slider .swiper-slide {
  height: auto;
}

.client-item {
  width: 100%;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #FFF;
}

.client-item img {
  width: 100%;
  max-width: 220px;
  height: 100px;
  object-fit: contain;
}


/* news-sec */

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.news-item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 20px;
  background: #FFF;
  transition: all 0.2s ease;
  height: 100%;
}

.news-item:hover {
  box-shadow: 0px 10px 30px rgba(8, 49, 108, 0.08);
  transform: translateY(-4px);
}

.news-item .img-wrap {
  margin-bottom: 20px;
}

.news-item .img-wrap img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.news-item .item-info {
  display: grid;
  align-content: start;
  margin-bottom: 20px;
}

.news-item .title {
  margin: 0px 0px 15px;
  font-weight: 700;
}

.news-item .desc {
  margin: 0px;
  color: #2D2D2DCC;
}

.news-item .item-bot {
  position: relative;
  padding-top: 20px;
  border-top: 1px dotted #08316C;
}

.news-item .item-bot span {
  display: block;
  font-weight: 600;
  color: #091D3A;
}

.news-item .item-bot::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #18386A;
  border-right: 2px solid #18386A;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-10%) rotate(45deg);
}


/* news-detail-sec */

.news-detail-wrap {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.news-detail-wrap .left {
  min-width: 0;
}

.news-detail-gallery {
  margin-bottom: 20px;
  background: #FFF;
}

.news-detail-slider {
  position: relative;
  overflow: hidden;
}

.news-detail-slider .swiper-slide img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  display: block;
}

.news-detail-slider .swiper-wrapper {
  transition-property: transform !important;
}

.news-detail-slider .swiper-slide {
  transition: none !important;
}

.news-detail-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background: #6F87AA;
  cursor: pointer;
  z-index: 3;
}

.news-detail-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.news-detail-prev {
  left: 20px;
}

.news-detail-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.news-detail-next {
  right: 20px;
}

.news-detail-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}

.news-detail-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 15px !important;
  width: auto !important;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
  z-index: 3;
}

.news-detail-pagination .swiper-pagination-bullet {
  width: 62px;
  height: 4px;
  margin: 0px !important;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.news-detail-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}

.news-article {
  padding: 20px;
  background: #FFF;
}

.news-article h1 {
  margin: 0px 0px 20px;
  font-size: 28px;
}

.news-article p {
  margin: 0px 0px 15px;
}

.news-article-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #D9DDE4;
}

.share-link,
.news-article-bot .date {
  margin: 0px;
  color: #6A6A6A;
}

.share-link {
  position: relative;
  padding-left: 15px;
}

.share-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #6A6A6A;
  border-right: 2px solid #6A6A6A;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(-135deg);
}

.news-detail-wrap .right {
  display: grid;
  gap: 20px;
}


/* service-detail-sec */

.service-detail-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: flex-start;
  position: relative;
}

.service-detail-wrap .left,
.service-detail-wrap .right {
  min-width: 0;
}

.service-detail-wrap .right {
  position: sticky;
  top: 20px;
}

.service-detail-wrap h1 {
  margin: 0px 0px 40px;
  font-size: 28px;
}

.service-detail-wrap p {
  margin: 0px 0px 20px;
  color: #4B4B4B;
}

.service-detail-wrap p:last-child {
  margin-bottom: 0px;
}

.service-detail-wrap .right img {
  width: 100%;
  height: 445px;
  object-fit: cover;
  display: block;
}


/* projects-sec */

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.project-item {
  display: grid;
  grid-template-columns: 48% 52%;
  background: #FFF;
  transition: all 0.2s ease !important;
}

.project-item .img-wrap {
  padding: 20px;
  height: 240px;
}

.project-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-item .item-info {
  position: relative;
  display: grid;
  align-content: space-between;
  padding: 20px;
  background: #FFF url("../images/icons/item-bg-b.svg") right bottom no-repeat;
  background-size: 100px;
  transition: all 0.2s ease;
}

.project-item .item-info::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #18386A;
  border-right: 2px solid #18386A;
  position: absolute;
  bottom: 25px;
  right: 20px;
  transform: rotate(45deg);
}

.project-item .year {
  margin: 0px;
  font-weight: 500;
}

.project-item .title {
  margin: 0px;
  max-width: 260px;
  font-size: 20px;
  font-weight: 600;
}

.project-item:hover {
  box-shadow: 0px 10px 30px rgba(8, 49, 108, 0.08);
  transform: translateY(-4px);
}

.project-item:hover {
  background: #183F7A;
}

.project-item:hover .item-info {
  background: #183F7A url("../images/icons/item-bg.svg") right bottom no-repeat;
  background-size: 100px;
}

.project-item:hover .year,
.project-item:hover .title {
  color: #FFF;
}

.project-item:hover .item-info::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}


/* project-detail-sec */

.project-detail-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.project-detail-wrap .left,
.project-detail-wrap .right {
  min-width: 0;
}

.project-detail-gallery {
  background: #FFF;
}

.project-detail-slider {
  position: relative;
  overflow: hidden;
}

.project-detail-slider .swiper-slide img {
  width: 100%;
  height: 415px;
  object-fit: cover;
  display: block;
}

.project-detail-slider .swiper-wrapper {
  transition-property: transform !important;
}

.project-detail-slider .swiper-slide {
  transition: none !important;
}

.project-detail-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background: #6F87AA;
  cursor: pointer;
  z-index: 3;
}

.project-detail-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.project-detail-prev {
  left: 15px;
}

.project-detail-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.project-detail-next {
  right: 15px;
}

.project-detail-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}

.project-detail-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 15px !important;
  width: auto !important;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
  z-index: 3;
}

.project-detail-pagination .swiper-pagination-bullet {
  width: 62px;
  height: 4px;
  margin: 0px !important;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.project-detail-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}

.project-detail-wrap .right {
  display: grid;
  gap: 40px;
}

.project-detail-wrap .right p {
  margin: 0px;
  line-height: 130%;
}

.project-detail-info {
  display: grid;
  gap: 20px;
}

.project-detail-info .title {
  margin: 0px;
  font-weight: 600;
}

.project-detail-info ul {
  margin: 0px;
  padding-left: 20px;
}

.project-detail-info li+li {
  margin-top: 20px;
}

.other-projects-sec {
  margin-top: 0px;
}


/* contacts-sec */

.contacts-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.contacts-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-card,
.contacts-form {
  padding: 30px;
  background: #FFF;
}

.contact-card {
  display: grid;
  align-content: space-between;
}

.contact-card .icon-wrap {
  margin-bottom: 30px;
}

.contact-card .icon-wrap svg {
  width: 28px;
  height: 28px;
  display: block;
}

.contact-card .title {
  margin: 0px 0px 40px;
  font-size: 20px;
  font-weight: 600;
  color: #08316C;
}

.contact-card .text {
  margin: 0px;
  font-size: 20px;
}

.contacts-form {
  display: grid;
  align-content: space-between;
}

.form-grid {
  display: grid;
  margin-bottom: 20px;
}

.contacts-form .wpcf7,
.modal-form .wpcf7 {
  width: 100%;
}

.contacts-form .wpcf7 form,
.modal-form .wpcf7 form {
  margin: 0px;
}

.form-grid p,
.modal-form-grid p {
  margin: 0px;
}

.form-grid .wpcf7-form-control-wrap,
.modal-form-grid .wpcf7-form-control-wrap {
  display: block;
}

.form-grid input {
  width: 100%;
  height: 56px;
  padding: 0px 15px;
  border: none;
  outline: none;
  background: #F3F3F3;
}

.form-grid input::placeholder {
  color: #7A7A7A;
}

.contacts-form .btn {
  border: none;
}

.contacts-form .wpcf7-form-control:not(.wpcf7-submit),
.modal-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  height: 56px;
  padding: 0px 15px;
  border: none;
  outline: none;
  background: #F3F3F3;
}

.contacts-form .wpcf7-form-control::placeholder,
.modal-form .wpcf7-form-control::placeholder {
  color: #7A7A7A;
}

.contacts-form .wpcf7-submit,
.modal-form .wpcf7-submit {
  border: none;
}

.contacts-form .wpcf7-spinner,
.modal-form .wpcf7-spinner {
  display: none;
}

.contacts-form .wpcf7-response-output,
.modal-form .wpcf7-response-output {
  margin: 15px 0px 0px !important;
  padding: 10px 15px !important;
  border: 1px solid #08336E !important;
  font-size: 14px;
}

.contacts-form .wpcf7-not-valid-tip,
.modal-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
}


/* modal */

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 20;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.65);
}

.modal-dialog {
  width: 100%;
  max-width: 470px;
  position: relative;
  padding: 25px;
  background: #FFF;
  z-index: 1;
}

.modal-close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #2D2D2D;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-top {
  margin-bottom: 20px;
  text-align: center;
}

.modal-title {
  margin: 0px 0px 10px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.modal-text {
  margin: 0px;
  color: #8D8D8D;
}

.modal-form-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.modal-form-grid input {
  width: 100%;
  height: 56px;
  padding: 0px 15px;
  border: none;
  outline: none;
  background: #F3F3F3;
}

.modal-form-grid input::placeholder {
  color: #7A7A7A;
}

.modal-form .btn {
  border: none;
}


/* footer */

footer {
  padding: 40px 0px;
  background: #101D31;
}

footer .logo {
  width: 190px;
}

.footer-top {
  display: grid;
  grid-template-columns: 190px 3fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.footer-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-menu li+li {
  margin-top: 15px;
}

.footer-menu a,
.footer-phone,
.footer-bot p {
  color: #FFF;
}

.footer-menu a:hover,
.footer-phone:hover {
  color: #D7D7D7;
}

.footer-menu a.is-active {
  color: #D7D7D7;
}

.footer-phone {
  display: block;
}

footer .btn {
  width: 100%;
  border-color: #FFF;
  background: transparent;
}

footer .btn:hover {
  border-color: #FFF;
  background: #FFF;
  color: #101D31;
}

.footer-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

.footer-bot p {
  margin: 0px;
}

/* product-sec */

.product-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.product-wrap .left {
  position: sticky;
  top: 20px;
  min-width: 0;
}

.product-wrap .right {
  min-width: 0;
}

.product-gallery {
  width: 100%;
  background: #FFF;
}

.product-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.product-slider .swiper-wrapper {
  transition-property: transform !important;
}

.product-slider .swiper-slide {
  height: auto;
  transition: none !important;
}

.product-slider .swiper-slide img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  display: block;
}

.product-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background: #8FA4C4;
  cursor: pointer;
  z-index: 2;
}

.product-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-prev {
  left: 10px;
}

.product-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.product-next {
  right: 10px;
}

.product-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}

.product-gallery .btn {
  padding: 15px 20px;
}

.product-wrap .right {
  display: grid;
  gap: 20px;
}

.product-info-box {
  padding: 20px 15px;
  border-left: 2px solid #08316C;
  background: #EDEFF4;
}

.product-info-box .box-title {
  margin: 0px;
  font-weight: 600;
}

.product-info-group {
  display: grid;
  gap: 20px;
}

.product-text {
  margin: 0px;
  line-height: 130%;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
}

.product-specs tr:nth-child(odd) {
  background: #FFF;
}

.product-specs td {
  padding: 10px 15px;
}

.product-specs td:first-child {
  font-weight: 600;
}

.product-specs td:last-child {
  text-align: right;
}

.product-list {
  margin: 0px;
  padding-left: 20px;
}

.product-list li+li {
  margin-top: 10px;
}


/* about-company-sec */

.about-company-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.about-company-wrap .left,
.about-company-wrap .right {
  min-width: 0;
}

.about-company-wrap .left img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.about-company-wrap .right {
  display: grid;
  gap: 30px;
}

.about-company-wrap .lead {
  margin: 0px;
}

.about-company-info {
  display: grid;
  gap: 30px;
}

.about-company-info .info-box {
  padding: 15px 15px;
  border-left: 2px solid #08316C;
  background: #EDEFF4;
}

.about-company-info .title {
  margin: 0px;
  font-weight: 600;
}

.about-company-info .text {
  margin: 0px;
}

.about-company-power {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: #183F7A;
}

.about-company-power .icon-wrap svg {
  width: 48px;
  height: 48px;
  display: block;
}

.about-company-power .label {
  margin: 0px;
  max-width: 340px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}

.about-company-power .value,
.about-company-power .value span {
  margin: 0px;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 100%;
  color: #FFC928;
}

.about-company-power .value span {
  font-size: 20px;
}


/* about-management-sec */

.about-management-sec {
  margin-top: 0px;
}

.about-management-list {
  display: grid;
  gap: 30px;
}

.about-management-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: stretch;
  background: #FFF;
}

.about-management-card--no-photo {
  grid-template-columns: 1fr;
}

.about-management-photo,
.about-management-content {
  min-width: 0;
}

.about-management-photo img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.about-management-content {
  display: grid;
  align-content: start;
  gap: 30px;
  padding: 30px;
  border-left: 2px solid #08316C;
  background: #F7F7F7;
}

.about-management-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #7B95BA;
}

.about-management-head h3 {
  margin: 0px 0px 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #08316C;
}

.about-management-head p {
  max-width: 620px;
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.about-management-text {
  display: grid;
  gap: 16px;
}

.about-management-text p {
  margin: 0px;
}


/* about-directions-sec */

.about-directions-sec {
  margin: 0px;
  padding: 80px 0px;
  background: #FFF;
}

.about-directions-sec .sec-top h2 {
  max-width: 340px;
}

.about-directions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-direction-item {
  display: grid;
  align-content: space-between;
  min-height: 180px;
  padding: 20px;
  border-bottom: 1px solid #7B95BA;
  background: #F7F7F7;
}

.about-direction-item span {
  display: block;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(180deg, #08316C 0%, #08316C6E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.5;
}

.about-direction-item p {
  margin: 0px;
  font-weight: 500;
}


/* about-benefits-sec */

.about-benefits-sec .sec-top h2 {
  max-width: 500px;
}

.about-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-benefit-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 30px;
  align-items: center;
  min-height: 125px;
  padding: 20px 25px;
  background: #FFF;
}

.about-benefit-item .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}

.about-benefit-item .icon-wrap::after {
  content: "";
  width: 2px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background: #08326c77;
}

.about-benefit-item .icon-wrap img,
.about-benefit-item .icon-wrap svg {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.about-benefit-item p {
  margin: 0px;
  font-weight: 500;
}


/* faq-sec */

.faq-sec {
  padding: 80px 0px;
  margin: 0px;
  background: #FFF;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  align-items: start;
}

.faq-item {
  background: #F7F7F7;
  align-self: start;
}

.faq-item summary {
  position: relative;
  padding: 20px 70px 20px 20px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: #333333;
  transition: 0.3s;
}

.faq-item summary::before {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item summary::after {
  right: 14px;
  transform: translateY(-50%) rotate(-45deg);
}

.faq-item[open] summary::before {
  transform: translateY(-50%) rotate(-45deg);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  height: 0px;
  padding: 0px 20px;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

.faq-item[open] .faq-answer {
  padding: 0px 20px 20px;
  opacity: 1;
}

.faq-answer p {
  margin: 0px;
}


/* certs-sec */

.certs-slider {
  overflow: hidden;
}

.certs-slider .swiper-slide {
  height: auto;
}

.cert-item {
  display: block;
}

.cert-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}


/* cou-detail-sec */

.cou-detail-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.cou-detail-wrap .left,
.cou-detail-wrap .right {
  min-width: 0;
}

.cou-detail-wrap .left img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.cou-detail-wrap .right {
  display: grid;
  gap: 40px;
}

.cou-detail-text {
  display: grid;
  gap: 30px;
}

.cou-detail-text p {
  margin: 0px;
}

.cou-detail-note {
  padding: 15px 15px;
  border-left: 2px solid #08316C;
  background: #EDEFF4;
}

.cou-detail-note p {
  margin: 0px;
  font-weight: 600;
}


/* cou-team-sec */

.cou-team-sec {
  padding: 80px 0px;
  background: #FFF;
}

.cou-team-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 40px;
}

.cou-team-top h2,
.cou-team-top p {
  margin: 0px;
}

.cou-team-top h2 {
  max-width: 640px;
}

.cou-team-top p {
  max-width: 620px;
  font-weight: 600;
}

.cou-team-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: end;
}

.cou-team-wrap .left,
.cou-team-wrap .right {
  min-width: 0;
}

.cou-team-wrap .left img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.cou-team-wrap .right {
  display: grid;
}

.cou-team-item {
  padding: 20px 0px;
  border-top: 1px solid #C8C8C8;
}

.cou-team-item:last-child {
  border-bottom: 1px solid #C8C8C8;
}

.cou-team-item p {
  margin: 0px;
}


/* error-sec */

.error-page {
  background: #F6F6F6;
}

.error-sec {
  min-height: 100vh;
  margin: 0px;
  display: flex;
  align-items: center;
}

.error-sec .container {
  width: 100%;
}

.error-wrap {
  max-width: 380px;
  margin: 0px auto;
  text-align: center;
}

.error-code {
  margin: 0px 0px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 160px;
  font-weight: 800;
  line-height: 85%;
  color: #08316C;
}

.error-text {
  margin: 0px 0px 30px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.error-wrap .btn {
  width: 100%;
}


/* thanks-sec */

.thanks-page {
  background: #F6F6F6;
}

.thanks-sec {
  min-height: 100vh;
  margin: 0px;
  display: flex;
  align-items: center;
}

.thanks-sec .container {
  width: 100%;
}

.thanks-wrap {
  max-width: 380px;
  margin: 0px auto;
  text-align: center;
}

.thanks-icon {
  width: 52px;
  height: 52px;
  margin: 0px auto 20px;
}

.thanks-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.thanks-title {
  margin: 0px 0px 10px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #08316C;
}

.thanks-text {
  margin: 0px 0px 30px;
  color: #8D8D8D;
}

.thanks-wrap .btn {
  width: 100%;
}

/* sticky__box */
.sticky__box {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 9;
}

.sticky__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 100%;
  color: #FFFFFF !important;
  background-color: rgb(44, 183, 66);
  text-align: center;
  font-size: 12px;
  animation: pulse 1.5s linear infinite;
  cursor: pointer;
}

.sticky__icon.sticky__tel {
  display: none;
  padding: 0px;
  background-color: rgb(2, 47, 72);
  animation: pulsetel 1.5s linear infinite;
}

.sticky__icon svg {
  width: 100%;
  height: 100%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 183, 66, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(44, 183, 66, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(44, 183, 66, 0);
  }
}

@keyframes pulsetel {
  0% {
    box-shadow: 0 0 0 0 rgb(2, 47, 72);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(44, 183, 66, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(44, 183, 66, 0);
  }
}

@media (max-width: 980px) {
  .sticky__icon {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .sticky__icon.sticky__tel {
    display: flex;
  }
}

@media (max-width: 768px) {
  .sticky__box {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 #C1E3D5;
    }

    70% {
      box-shadow: 0 0 0 10px rgba(120, 194, 163, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(120, 194, 163, 0);
    }
  }

  @keyframes pulsetel {
    0% {
      box-shadow: 0 0 0 0 #C1E3D5;
    }

    70% {
      box-shadow: 0 0 0 10px rgba(120, 194, 163, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(120, 194, 163, 0);
    }
  }
}


/* reveal */

body.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0px, 40px, 0px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

body.reveal-ready [data-reveal="left"] {
  transform: translate3d(-50px, 0px, 0px);
}

body.reveal-ready [data-reveal="right"] {
  transform: translate3d(50px, 0px, 0px);
}

body.reveal-ready [data-reveal="up"] {
  transform: translate3d(0px, 40px, 0px);
}

body.reveal-ready [data-reveal].in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

body.reveal-ready [data-reveal-stagger]>* {
  opacity: 0;
  transform: translate3d(0px, 35px, 0px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.reveal-ready [data-reveal-stagger].in-view>* {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(1) {
  transition-delay: 0.08s;
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(2) {
  transition-delay: 0.16s;
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(3) {
  transition-delay: 0.24s;
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(4) {
  transition-delay: 0.32s;
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(5) {
  transition-delay: 0.4s;
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(6) {
  transition-delay: 0.48s;
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(7) {
  transition-delay: 0.56s;
}

body.reveal-ready [data-reveal-stagger].in-view>*:nth-child(8) {
  transition-delay: 0.64s;
}


/* header intro */

header .top,
header .bot {
  opacity: 0;
  transform: translateY(-30px);
  animation: headerDropIn 0.8s ease forwards;
}

header .bot {
  animation-delay: 0.18s;
}

@keyframes headerDropIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
